waldur-api-client 7.7.3__py3-none-any.whl → 7.7.5__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 (521) hide show
  1. waldur_api_client/api/access_subnets/access_subnets_count.py +236 -0
  2. waldur_api_client/api/admin_announcements/admin_announcements_count.py +248 -0
  3. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_list.py → auth_tokens/auth_tokens_count.py} +27 -28
  4. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_questions_list.py → autoprovisioning_rules/autoprovisioning_rules_count.py} +27 -42
  5. waldur_api_client/api/aws_images/aws_images_count.py +221 -0
  6. waldur_api_client/api/aws_instances/aws_instances_count.py +469 -0
  7. waldur_api_client/api/aws_regions/aws_regions_count.py +202 -0
  8. waldur_api_client/api/aws_sizes/aws_sizes_count.py +221 -0
  9. waldur_api_client/api/aws_volumes/aws_volumes_count.py +172 -0
  10. waldur_api_client/api/azure_images/azure_images_count.py +269 -0
  11. waldur_api_client/api/azure_locations/azure_locations_count.py +251 -0
  12. waldur_api_client/api/azure_public_ips/azure_public_ips_count.py +502 -0
  13. waldur_api_client/api/azure_resource_groups/azure_resource_groups_count.py +172 -0
  14. waldur_api_client/api/azure_sizes/azure_sizes_count.py +284 -0
  15. waldur_api_client/api/azure_sql_databases/azure_sql_databases_count.py +535 -0
  16. waldur_api_client/api/azure_sql_servers/azure_sql_servers_count.py +502 -0
  17. waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_count.py +502 -0
  18. waldur_api_client/api/backend_resource_requests/backend_resource_requests_count.py +310 -0
  19. waldur_api_client/api/backend_resources/backend_resources_count.py +314 -0
  20. waldur_api_client/api/booking_offerings/booking_offerings_count.py +172 -0
  21. waldur_api_client/api/booking_resources/booking_resources_count.py +658 -0
  22. waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_count.py +187 -0
  23. waldur_api_client/api/broadcast_messages/broadcast_messages_count.py +230 -0
  24. waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_count.py +125 -0
  25. waldur_api_client/api/call_managing_organisations/call_managing_organisations_count.py +244 -0
  26. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_count.py +191 -0
  27. waldur_api_client/api/call_rounds/call_rounds_count.py +172 -0
  28. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py → checklists_admin/checklists_admin_checklist_questions.py} +1 -1
  29. waldur_api_client/api/checklists_admin/checklists_admin_count.py +172 -0
  30. waldur_api_client/api/checklists_admin/checklists_admin_create.py +148 -0
  31. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_destroy.py → checklists_admin/checklists_admin_destroy.py} +1 -1
  32. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_list.py → checklists_admin/checklists_admin_list.py} +1 -1
  33. waldur_api_client/api/checklists_admin/checklists_admin_partial_update.py +162 -0
  34. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_retrieve.py → checklists_admin/checklists_admin_retrieve.py} +1 -1
  35. waldur_api_client/api/checklists_admin/checklists_admin_update.py +162 -0
  36. waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_count.py +172 -0
  37. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_create.py → checklists_admin_categories/checklists_admin_categories_create.py} +23 -23
  38. waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py → checklists_admin_categories/checklists_admin_categories_destroy.py} +1 -1
  39. waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_list.py → checklists_admin_categories/checklists_admin_categories_list.py} +1 -1
  40. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py → checklists_admin_categories/checklists_admin_categories_partial_update.py} +23 -23
  41. waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_retrieve.py → checklists_admin_categories/checklists_admin_categories_retrieve.py} +11 -10
  42. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_update.py → checklists_admin_categories/checklists_admin_categories_update.py} +23 -23
  43. waldur_api_client/api/checklists_admin_question_dependencies/checklists_admin_question_dependencies_count.py +209 -0
  44. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_create.py} +1 -1
  45. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_destroy.py} +1 -1
  46. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_list.py} +1 -1
  47. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_partial_update.py} +1 -1
  48. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_retrieve.py} +1 -1
  49. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py → checklists_admin_question_dependencies/checklists_admin_question_dependencies_update.py} +1 -1
  50. waldur_api_client/api/checklists_admin_question_options/checklists_admin_question_options_count.py +191 -0
  51. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py → checklists_admin_question_options/checklists_admin_question_options_create.py} +1 -1
  52. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py → checklists_admin_question_options/checklists_admin_question_options_destroy.py} +1 -1
  53. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py → checklists_admin_question_options/checklists_admin_question_options_list.py} +1 -1
  54. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py → checklists_admin_question_options/checklists_admin_question_options_partial_update.py} +1 -1
  55. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py → checklists_admin_question_options/checklists_admin_question_options_retrieve.py} +1 -1
  56. waldur_api_client/api/{marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py → checklists_admin_question_options/checklists_admin_question_options_update.py} +1 -1
  57. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_user_answers_list.py → checklists_admin_questions/checklists_admin_questions_count.py} +44 -52
  58. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py → checklists_admin_questions/checklists_admin_questions_create.py} +1 -1
  59. waldur_api_client/api/checklists_admin_questions/checklists_admin_questions_destroy.py +89 -0
  60. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py → checklists_admin_questions/checklists_admin_questions_list.py} +1 -1
  61. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py → checklists_admin_questions/checklists_admin_questions_partial_update.py} +1 -1
  62. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py → checklists_admin_questions/checklists_admin_questions_retrieve.py} +1 -1
  63. waldur_api_client/api/{marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py → checklists_admin_questions/checklists_admin_questions_update.py} +1 -1
  64. waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_count.py +254 -0
  65. waldur_api_client/api/customer_credits/customer_credits_count.py +244 -0
  66. waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_count.py +247 -0
  67. waldur_api_client/api/customer_quotas/customer_quotas_count.py +172 -0
  68. waldur_api_client/api/customers/customers_count.py +390 -0
  69. waldur_api_client/api/customers/customers_countries_count.py +390 -0
  70. waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_count.py +469 -0
  71. waldur_api_client/api/digitalocean_images/digitalocean_images_count.py +255 -0
  72. waldur_api_client/api/digitalocean_regions/digitalocean_regions_count.py +202 -0
  73. waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_count.py +247 -0
  74. waldur_api_client/api/email_logs/email_logs_count.py +259 -0
  75. waldur_api_client/api/event_subscriptions/event_subscriptions_count.py +225 -0
  76. waldur_api_client/api/events/events_count.py +295 -0
  77. waldur_api_client/api/{customers/marketplace_checklists_customer_retrieve.py → events/events_count_count.py} +30 -49
  78. waldur_api_client/api/events/events_event_groups_count.py +125 -0
  79. waldur_api_client/api/events/events_scope_types_count.py +125 -0
  80. waldur_api_client/api/events_stats/events_stats_count.py +172 -0
  81. waldur_api_client/api/external_links/external_links_count.py +202 -0
  82. waldur_api_client/api/external_links/external_links_create.py +148 -0
  83. waldur_api_client/api/external_links/external_links_destroy.py +89 -0
  84. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_list.py → external_links/external_links_list.py} +43 -26
  85. waldur_api_client/api/external_links/external_links_partial_update.py +162 -0
  86. waldur_api_client/api/{marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py → external_links/external_links_retrieve.py} +13 -15
  87. waldur_api_client/api/external_links/external_links_update.py +162 -0
  88. waldur_api_client/api/financial_reports/financial_reports_count.py +390 -0
  89. waldur_api_client/api/freeipa_profiles/freeipa_profiles_count.py +206 -0
  90. waldur_api_client/api/{customers/marketplace_checklists_customer_update.py → google_auth/google_auth_callback_count.py} +66 -62
  91. waldur_api_client/api/google_auth/google_auth_count.py +187 -0
  92. waldur_api_client/api/hooks/hooks_count.py +172 -0
  93. waldur_api_client/api/hooks_email/hooks_email_count.py +300 -0
  94. waldur_api_client/api/hooks_web/hooks_web_count.py +320 -0
  95. waldur_api_client/api/identity_providers/identity_providers_count.py +172 -0
  96. waldur_api_client/api/invoice_items/invoice_items_costs_count.py +191 -0
  97. waldur_api_client/api/invoice_items/invoice_items_count.py +323 -0
  98. waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_count.py +176 -0
  99. waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_count.py +176 -0
  100. waldur_api_client/api/invoice_items/invoice_items_total_price_count.py +293 -0
  101. waldur_api_client/api/invoices/invoices_count.py +337 -0
  102. waldur_api_client/api/invoices/invoices_growth_count.py +187 -0
  103. waldur_api_client/api/keycloak_groups/keycloak_groups_count.py +221 -0
  104. waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_count.py +325 -0
  105. waldur_api_client/api/keys/keys_count.py +359 -0
  106. waldur_api_client/api/lexis_links/lexis_links_count.py +260 -0
  107. waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_count.py +172 -0
  108. waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py → maintenance_announcement_offerings/maintenance_announcement_offerings_create.py} +1 -1
  109. waldur_api_client/api/maintenance_announcement_offerings/maintenance_announcement_offerings_destroy.py +89 -0
  110. waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py → maintenance_announcement_offerings/maintenance_announcement_offerings_list.py} +1 -1
  111. waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_partial_update.py} +1 -1
  112. waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py → maintenance_announcement_offerings/maintenance_announcement_offerings_retrieve.py} +1 -1
  113. waldur_api_client/api/{marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py → maintenance_announcement_offerings/maintenance_announcement_offerings_update.py} +1 -1
  114. waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_count.py +267 -0
  115. waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_create.py} +1 -1
  116. waldur_api_client/api/maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_destroy.py +89 -0
  117. waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_list.py} +96 -1
  118. waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_partial_update.py} +1 -1
  119. waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_retrieve.py} +1 -1
  120. waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py → maintenance_announcement_template_offerings/maintenance_announcement_template_offerings_update.py} +1 -1
  121. waldur_api_client/api/maintenance_announcements/maintenance_announcements_cancel_maintenance.py +148 -0
  122. waldur_api_client/api/maintenance_announcements/maintenance_announcements_complete_maintenance.py +148 -0
  123. waldur_api_client/api/maintenance_announcements/maintenance_announcements_count.py +325 -0
  124. waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py → maintenance_announcements/maintenance_announcements_create.py} +1 -1
  125. waldur_api_client/api/maintenance_announcements/maintenance_announcements_destroy.py +89 -0
  126. waldur_api_client/api/maintenance_announcements/maintenance_announcements_list.py +328 -0
  127. waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py → maintenance_announcements/maintenance_announcements_partial_update.py} +1 -1
  128. waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py → maintenance_announcements/maintenance_announcements_retrieve.py} +1 -1
  129. waldur_api_client/api/maintenance_announcements/maintenance_announcements_schedule.py +148 -0
  130. waldur_api_client/api/maintenance_announcements/maintenance_announcements_start_maintenance.py +148 -0
  131. waldur_api_client/api/maintenance_announcements/maintenance_announcements_unschedule.py +148 -0
  132. waldur_api_client/api/{marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py → maintenance_announcements/maintenance_announcements_update.py} +1 -1
  133. waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_count.py +229 -0
  134. waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py → maintenance_announcements_template/maintenance_announcements_template_create.py} +1 -1
  135. waldur_api_client/api/maintenance_announcements_template/maintenance_announcements_template_destroy.py +89 -0
  136. waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py → maintenance_announcements_template/maintenance_announcements_template_list.py} +58 -1
  137. waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py → maintenance_announcements_template/maintenance_announcements_template_partial_update.py} +1 -1
  138. waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py → maintenance_announcements_template/maintenance_announcements_template_retrieve.py} +1 -1
  139. waldur_api_client/api/{marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py → maintenance_announcements_template/maintenance_announcements_template_update.py} +1 -1
  140. waldur_api_client/api/marketplace_categories/marketplace_categories_count.py +319 -0
  141. waldur_api_client/api/{marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py → marketplace_category_columns/marketplace_category_columns_count.py} +59 -39
  142. waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_count.py +209 -0
  143. waldur_api_client/api/marketplace_category_components/marketplace_category_components_count.py +172 -0
  144. waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_count.py +187 -0
  145. waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_count.py +172 -0
  146. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +353 -0
  147. waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_count.py +398 -0
  148. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_count.py +125 -0
  149. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_count.py +239 -0
  150. waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_count.py +236 -0
  151. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +300 -0
  152. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_count.py +125 -0
  153. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_count.py +206 -0
  154. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +247 -0
  155. waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_count.py +440 -0
  156. waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_count.py +440 -0
  157. waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_count.py +195 -0
  158. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_count.py +125 -0
  159. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_count.py +206 -0
  160. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +224 -0
  161. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_begin_creating.py +89 -0
  162. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +388 -0
  163. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py +91 -0
  164. waldur_api_client/api/{marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py → marketplace_offering_users/marketplace_offering_users_set_deleted.py} +7 -5
  165. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_deleting.py +91 -0
  166. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_creating.py +89 -0
  167. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_error_deleting.py +89 -0
  168. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_ok.py +89 -0
  169. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py +0 -16
  170. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_comments_partial_update.py +172 -0
  171. waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +517 -0
  172. waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py +239 -0
  173. waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +224 -0
  174. waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +251 -0
  175. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_count.py +125 -0
  176. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_count.py +272 -0
  177. waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_count.py +236 -0
  178. waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_count.py +270 -0
  179. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +624 -0
  180. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +626 -0
  181. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +640 -0
  182. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_pull.py +148 -0
  183. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +624 -0
  184. waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_count.py +172 -0
  185. waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_count.py +257 -0
  186. waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +640 -0
  187. waldur_api_client/api/marketplace_resources/marketplace_resources_pull.py +148 -0
  188. waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_count.py +332 -0
  189. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +247 -0
  190. waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_count.py +172 -0
  191. waldur_api_client/api/marketplace_sections/marketplace_sections_count.py +172 -0
  192. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py +244 -0
  193. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_count.py +172 -0
  194. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_count.py +172 -0
  195. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_count.py +172 -0
  196. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_count.py +172 -0
  197. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_count.py +172 -0
  198. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_count.py +172 -0
  199. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_count.py +172 -0
  200. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_count.py +172 -0
  201. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_count.py +172 -0
  202. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_count.py +172 -0
  203. waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_count.py +172 -0
  204. waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_count.py +172 -0
  205. waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_count.py +172 -0
  206. waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_count.py +172 -0
  207. waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_count.py +172 -0
  208. waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_count.py +172 -0
  209. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_count.py +125 -0
  210. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_count.py +125 -0
  211. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_count.py +125 -0
  212. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_count.py +125 -0
  213. waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_count.py +172 -0
  214. waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_count.py +172 -0
  215. waldur_api_client/api/notification_messages/notification_messages_count.py +262 -0
  216. waldur_api_client/api/notification_messages_templates/notification_messages_templates_count.py +247 -0
  217. waldur_api_client/api/openstack_backups/openstack_backups_count.py +535 -0
  218. waldur_api_client/api/openstack_flavors/openstack_flavors_count.py +460 -0
  219. waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_count.py +125 -0
  220. waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_count.py +547 -0
  221. waldur_api_client/api/openstack_images/openstack_images_count.py +287 -0
  222. waldur_api_client/api/openstack_images/openstack_images_usage_stats_count.py +125 -0
  223. waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_count.py +269 -0
  224. waldur_api_client/api/openstack_instances/openstack_instances_count.py +565 -0
  225. waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_count.py +469 -0
  226. waldur_api_client/api/openstack_migrations/openstack_migrations_count.py +209 -0
  227. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +259 -0
  228. waldur_api_client/api/openstack_networks/openstack_networks_count.py +562 -0
  229. waldur_api_client/api/openstack_ports/openstack_ports_count.py +394 -0
  230. waldur_api_client/api/openstack_routers/openstack_routers_count.py +236 -0
  231. waldur_api_client/api/openstack_security_groups/openstack_security_groups_count.py +517 -0
  232. waldur_api_client/api/openstack_server_groups/openstack_server_groups_count.py +502 -0
  233. waldur_api_client/api/openstack_snapshots/openstack_snapshots_count.py +583 -0
  234. waldur_api_client/api/openstack_subnets/openstack_subnets_count.py +595 -0
  235. waldur_api_client/api/openstack_tenants/openstack_tenants_count.py +469 -0
  236. waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_count.py +269 -0
  237. waldur_api_client/api/openstack_volume_types/openstack_volume_types_count.py +287 -0
  238. waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_count.py +125 -0
  239. waldur_api_client/api/openstack_volumes/openstack_volumes_count.py +616 -0
  240. waldur_api_client/api/{marketplace_checklists/marketplace_checklists_answers_submit_create.py → organization_groups/organization_groups_count.py} +89 -82
  241. waldur_api_client/api/payment_profiles/payment_profiles_count.py +267 -0
  242. waldur_api_client/api/payments/payments_count.py +225 -0
  243. waldur_api_client/api/project_credits/project_credits_count.py +277 -0
  244. waldur_api_client/api/project_quotas/project_quotas_count.py +172 -0
  245. waldur_api_client/api/project_types/project_types_count.py +202 -0
  246. waldur_api_client/api/projects/projects_checklist_retrieve.py +154 -0
  247. waldur_api_client/api/projects/projects_completion_status_retrieve.py +154 -0
  248. waldur_api_client/api/projects/projects_count.py +435 -0
  249. waldur_api_client/api/projects/projects_submit_answers.py +179 -0
  250. waldur_api_client/api/promotions_campaigns/promotions_campaigns_count.py +337 -0
  251. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_retrieve.py +154 -0
  252. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_review_retrieve.py +154 -0
  253. waldur_api_client/api/proposal_proposals/proposal_proposals_completion_review_status_retrieve.py +154 -0
  254. waldur_api_client/api/proposal_proposals/proposal_proposals_completion_status_retrieve.py +154 -0
  255. waldur_api_client/api/proposal_proposals/proposal_proposals_count.py +288 -0
  256. waldur_api_client/api/proposal_proposals/proposal_proposals_submit_answers.py +179 -0
  257. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_activate.py +60 -7
  258. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_archive.py +60 -7
  259. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_compliance_overview_retrieve.py +146 -0
  260. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_count.py +333 -0
  261. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_proposals_compliance_answers_list.py +364 -0
  262. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_review_proposal_compliance.py +172 -0
  263. waldur_api_client/api/proposal_public_calls/proposal_public_calls_count.py +333 -0
  264. waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_count.py +321 -0
  265. waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_count.py +314 -0
  266. waldur_api_client/api/proposal_reviews/proposal_reviews_count.py +321 -0
  267. waldur_api_client/api/provider_invoice_items/provider_invoice_items_count.py +280 -0
  268. waldur_api_client/api/rancher_apps/rancher_apps_count.py +523 -0
  269. waldur_api_client/api/rancher_catalogs/rancher_catalogs_count.py +172 -0
  270. waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_count.py +221 -0
  271. waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_count.py +172 -0
  272. waldur_api_client/api/rancher_clusters/rancher_clusters_count.py +469 -0
  273. waldur_api_client/api/rancher_hpas/rancher_hpas_count.py +308 -0
  274. waldur_api_client/api/rancher_ingresses/rancher_ingresses_count.py +523 -0
  275. waldur_api_client/api/rancher_namespaces/rancher_namespaces_count.py +295 -0
  276. waldur_api_client/api/rancher_nodes/rancher_nodes_count.py +191 -0
  277. waldur_api_client/api/rancher_projects/rancher_projects_count.py +254 -0
  278. waldur_api_client/api/rancher_role_templates/rancher_role_templates_count.py +244 -0
  279. waldur_api_client/api/rancher_services/rancher_services_count.py +523 -0
  280. waldur_api_client/api/rancher_templates/rancher_templates_count.py +313 -0
  281. waldur_api_client/api/rancher_users/rancher_users_count.py +272 -0
  282. waldur_api_client/api/rancher_workloads/rancher_workloads_count.py +313 -0
  283. waldur_api_client/api/roles/roles_count.py +217 -0
  284. waldur_api_client/api/service_settings/service_settings_count.py +322 -0
  285. waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_count.py +269 -0
  286. waldur_api_client/api/slurm_allocations/slurm_allocations_count.py +484 -0
  287. waldur_api_client/api/slurm_associations/slurm_associations_count.py +206 -0
  288. waldur_api_client/api/slurm_jobs/slurm_jobs_count.py +172 -0
  289. waldur_api_client/api/support_attachments/support_attachments_count.py +206 -0
  290. waldur_api_client/api/support_comments/support_comments_count.py +304 -0
  291. waldur_api_client/api/support_feedbacks/support_feedbacks_count.py +321 -0
  292. waldur_api_client/api/support_issues/support_issues_count.py +505 -0
  293. waldur_api_client/api/support_priorities/support_priorities_count.py +202 -0
  294. waldur_api_client/api/support_templates/support_templates_count.py +172 -0
  295. waldur_api_client/api/support_users/support_users_count.py +217 -0
  296. waldur_api_client/api/user_agreements/user_agreements_count.py +192 -0
  297. waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +277 -0
  298. waldur_api_client/api/user_invitations/user_invitations_count.py +315 -0
  299. waldur_api_client/api/user_permission_requests/user_permission_requests_count.py +273 -0
  300. waldur_api_client/api/user_permissions/user_permissions_count.py +422 -0
  301. waldur_api_client/api/users/users_count.py +557 -0
  302. waldur_api_client/api/users/{users_marketplace_checklist_stats_retrieve.py → users_me_count.py} +30 -44
  303. waldur_api_client/api/vmware_clusters/vmware_clusters_count.py +254 -0
  304. waldur_api_client/api/vmware_datastores/vmware_datastores_count.py +254 -0
  305. waldur_api_client/api/vmware_disks/vmware_disks_count.py +502 -0
  306. waldur_api_client/api/vmware_folders/vmware_folders_count.py +254 -0
  307. waldur_api_client/api/vmware_networks/vmware_networks_count.py +272 -0
  308. waldur_api_client/api/vmware_ports/vmware_ports_count.py +535 -0
  309. waldur_api_client/api/vmware_templates/vmware_templates_count.py +236 -0
  310. waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_count.py +484 -0
  311. waldur_api_client/models/__init__.py +310 -26
  312. waldur_api_client/models/admin_announcements_count_o_item.py +17 -0
  313. waldur_api_client/models/admin_announcements_count_type_item.py +10 -0
  314. waldur_api_client/models/answer.py +137 -0
  315. waldur_api_client/models/{answer_list.py → answer_submit_response.py} +23 -21
  316. waldur_api_client/models/aws_instances_count_state_item.py +15 -0
  317. waldur_api_client/models/azure_public_ips_count_state_item.py +15 -0
  318. waldur_api_client/models/azure_sql_databases_count_state_item.py +15 -0
  319. waldur_api_client/models/azure_sql_servers_count_state_item.py +15 -0
  320. waldur_api_client/models/azure_virtualmachines_count_state_item.py +15 -0
  321. waldur_api_client/models/backend_resource_req.py +24 -0
  322. waldur_api_client/models/backend_resource_requests_count_o_item.py +9 -0
  323. waldur_api_client/models/backend_resource_requests_count_state_item.py +11 -0
  324. waldur_api_client/models/backend_resources_count_o_item.py +9 -0
  325. waldur_api_client/models/billing_unit.py +1 -0
  326. waldur_api_client/models/booking_resources_count_o_item.py +15 -0
  327. waldur_api_client/models/booking_resources_count_state_item.py +13 -0
  328. waldur_api_client/models/broadcast_messages_count_o_item.py +13 -0
  329. waldur_api_client/models/broadcast_messages_count_state.py +10 -0
  330. waldur_api_client/models/call_compliance_overview.py +93 -0
  331. waldur_api_client/models/{answer_submit.py → call_compliance_overview_checklist_type_0.py} +6 -30
  332. waldur_api_client/models/{question_options.py → call_compliance_review_request.py} +18 -26
  333. waldur_api_client/models/call_managing_organisations_count_o_item.py +9 -0
  334. waldur_api_client/models/checklist.py +47 -8
  335. waldur_api_client/models/{create_checklist_request.py → checklist_category_request.py} +37 -24
  336. waldur_api_client/models/checklist_completion.py +118 -0
  337. waldur_api_client/models/checklist_completion_reviewer.py +203 -0
  338. waldur_api_client/models/{operator_enum.py → checklist_operators.py} +1 -1
  339. waldur_api_client/models/checklist_request.py +118 -0
  340. waldur_api_client/models/checklist_response.py +93 -0
  341. waldur_api_client/models/{customer_checklist_stat.py → checklist_response_checklist.py} +6 -37
  342. waldur_api_client/models/checklist_reviewer_response.py +93 -0
  343. waldur_api_client/models/checklist_reviewer_response_checklist.py +44 -0
  344. waldur_api_client/models/checklist_type_enum.py +1 -0
  345. waldur_api_client/models/customer_credits_count_o_item.py +15 -0
  346. waldur_api_client/models/customer_permissions_reviews_count_o_item.py +11 -0
  347. waldur_api_client/models/digitalocean_droplets_count_state_item.py +15 -0
  348. waldur_api_client/models/digitalocean_images_count_o_item.py +11 -0
  349. waldur_api_client/models/email_logs_count_o_item.py +11 -0
  350. waldur_api_client/models/event_subscriptions_count_o_item.py +9 -0
  351. waldur_api_client/models/events_count_o_item.py +9 -0
  352. waldur_api_client/models/{checklist_admin.py → external_link.py} +52 -46
  353. waldur_api_client/models/external_link_request.py +111 -0
  354. waldur_api_client/models/hooks_web_count_content_type.py +9 -0
  355. waldur_api_client/models/import_resource_request.py +9 -0
  356. waldur_api_client/models/invoices_count_o_item.py +13 -0
  357. waldur_api_client/models/invoices_count_state_item.py +11 -0
  358. waldur_api_client/models/keycloak_user_group_memberships_count_state_item.py +9 -0
  359. waldur_api_client/models/keys_count_o_item.py +9 -0
  360. waldur_api_client/models/limit_period_enum.py +1 -0
  361. waldur_api_client/models/{user_stats.py → maintenance_action_response.py} +11 -11
  362. waldur_api_client/models/maintenance_announcement.py +9 -0
  363. waldur_api_client/models/maintenance_announcement_offering_template.py +16 -0
  364. waldur_api_client/models/maintenance_announcement_request.py +9 -0
  365. waldur_api_client/models/maintenance_announcement_template_offerings_count_o_item.py +9 -0
  366. waldur_api_client/models/maintenance_announcement_template_offerings_list_o_item.py +9 -0
  367. waldur_api_client/models/maintenance_announcements_count_o_item.py +15 -0
  368. waldur_api_client/models/maintenance_announcements_count_state_item.py +12 -0
  369. waldur_api_client/models/maintenance_announcements_list_o_item.py +15 -0
  370. waldur_api_client/models/maintenance_announcements_list_state_item.py +12 -0
  371. waldur_api_client/models/maintenance_announcements_template_count_o_item.py +11 -0
  372. waldur_api_client/models/maintenance_announcements_template_list_o_item.py +11 -0
  373. waldur_api_client/models/marketplace_categories_count_customers_offerings_state_item.py +11 -0
  374. waldur_api_client/models/marketplace_component_usages_count_o_item.py +11 -0
  375. waldur_api_client/models/marketplace_component_user_usages_count_o_item.py +13 -0
  376. waldur_api_client/models/marketplace_integration_statuses_count_o_item.py +9 -0
  377. waldur_api_client/models/marketplace_integration_statuses_count_status_item.py +10 -0
  378. waldur_api_client/models/marketplace_offering_files_count_o_item.py +11 -0
  379. waldur_api_client/models/marketplace_offering_permissions_count_o_item.py +21 -0
  380. waldur_api_client/models/marketplace_offering_permissions_log_count_o_item.py +21 -0
  381. waldur_api_client/models/marketplace_offering_referrals_count_o_item.py +13 -0
  382. waldur_api_client/models/marketplace_offering_users_count_o_item.py +13 -0
  383. waldur_api_client/models/marketplace_offering_users_count_state_item.py +17 -0
  384. waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
  385. waldur_api_client/models/marketplace_offering_users_list_state_item.py +2 -1
  386. waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
  387. waldur_api_client/models/marketplace_orders_count_o_item.py +15 -0
  388. waldur_api_client/models/marketplace_orders_count_state_item.py +15 -0
  389. waldur_api_client/models/marketplace_orders_count_type_item.py +10 -0
  390. waldur_api_client/models/marketplace_project_update_requests_count_state_item.py +12 -0
  391. waldur_api_client/models/marketplace_provider_offerings_count_o_item.py +21 -0
  392. waldur_api_client/models/marketplace_provider_offerings_count_state_item.py +11 -0
  393. waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py +21 -0
  394. waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py +11 -0
  395. waldur_api_client/models/marketplace_provider_resources_count_o_item.py +15 -0
  396. waldur_api_client/models/marketplace_provider_resources_count_state_item.py +13 -0
  397. waldur_api_client/models/marketplace_provider_resources_pull_response_200.py +44 -0
  398. waldur_api_client/models/marketplace_public_offerings_count_o_item.py +21 -0
  399. waldur_api_client/models/marketplace_public_offerings_count_state_item.py +11 -0
  400. waldur_api_client/models/marketplace_resources_count_o_item.py +15 -0
  401. waldur_api_client/models/marketplace_resources_count_state_item.py +13 -0
  402. waldur_api_client/models/marketplace_resources_pull_response_200.py +44 -0
  403. waldur_api_client/models/marketplace_robot_accounts_count_state.py +13 -0
  404. waldur_api_client/models/marketplace_screenshots_count_o_item.py +11 -0
  405. waldur_api_client/models/marketplace_service_providers_count_o_item.py +9 -0
  406. waldur_api_client/models/offering_user.py +19 -0
  407. waldur_api_client/models/offering_user_service_provider_comment.py +69 -0
  408. waldur_api_client/models/offering_user_state_enum.py +2 -1
  409. waldur_api_client/models/offering_user_state_transition_request.py +9 -0
  410. waldur_api_client/models/openstack_backups_count_state_item.py +15 -0
  411. waldur_api_client/models/openstack_flavors_count_o_item.py +13 -0
  412. waldur_api_client/models/openstack_floating_ips_count_state_item.py +15 -0
  413. waldur_api_client/models/openstack_instances_count_state_item.py +15 -0
  414. waldur_api_client/models/openstack_marketplace_tenants_count_state_item.py +15 -0
  415. waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py +9 -0
  416. waldur_api_client/models/openstack_networks_count_state_item.py +15 -0
  417. waldur_api_client/models/openstack_ports_count_o_item.py +9 -0
  418. waldur_api_client/models/openstack_security_groups_count_state_item.py +15 -0
  419. waldur_api_client/models/openstack_server_groups_count_state_item.py +15 -0
  420. waldur_api_client/models/openstack_snapshots_count_state_item.py +15 -0
  421. waldur_api_client/models/openstack_subnets_count_state_item.py +15 -0
  422. waldur_api_client/models/openstack_tenants_count_state_item.py +15 -0
  423. waldur_api_client/models/openstack_volumes_count_state_item.py +15 -0
  424. waldur_api_client/models/patched_checklist_category_request.py +102 -0
  425. waldur_api_client/models/{patched_create_checklist_request.py → patched_checklist_request.py} +36 -16
  426. waldur_api_client/models/patched_external_link_request.py +110 -0
  427. waldur_api_client/models/patched_maintenance_announcement_request.py +9 -0
  428. waldur_api_client/models/patched_offering_user_service_provider_comment_request.py +69 -0
  429. waldur_api_client/models/patched_protected_call_request.py +32 -0
  430. waldur_api_client/models/patched_question_admin_request.py +106 -58
  431. waldur_api_client/models/patched_question_dependency_request.py +5 -5
  432. waldur_api_client/models/payment_profiles_count_o_item.py +13 -0
  433. waldur_api_client/models/payment_profiles_count_payment_type_item.py +10 -0
  434. waldur_api_client/models/permission.py +15 -4
  435. waldur_api_client/models/project_credits_count_o_item.py +15 -0
  436. waldur_api_client/models/project_request.py +0 -20
  437. waldur_api_client/models/projects_count_o_item.py +23 -0
  438. waldur_api_client/models/promotions_campaigns_count_o_item.py +11 -0
  439. waldur_api_client/models/promotions_campaigns_count_state_item.py +10 -0
  440. waldur_api_client/models/proposal.py +39 -0
  441. waldur_api_client/models/proposal_can_submit.py +44 -0
  442. waldur_api_client/models/proposal_compliance_status_type_0.py +44 -0
  443. waldur_api_client/models/proposal_proposals_count_o_item.py +17 -0
  444. waldur_api_client/models/proposal_proposals_count_state_item.py +13 -0
  445. waldur_api_client/models/proposal_protected_calls_count_o_item.py +13 -0
  446. waldur_api_client/models/proposal_protected_calls_count_state_item.py +10 -0
  447. waldur_api_client/models/proposal_protected_calls_list_field_item.py +3 -0
  448. waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_o_item.py +13 -0
  449. waldur_api_client/models/proposal_protected_calls_proposals_compliance_answers_list_state_item.py +10 -0
  450. waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +3 -0
  451. waldur_api_client/models/proposal_protected_calls_review_proposal_compliance_response_200.py +44 -0
  452. waldur_api_client/models/proposal_public_calls_count_o_item.py +13 -0
  453. waldur_api_client/models/proposal_public_calls_count_state_item.py +10 -0
  454. waldur_api_client/models/proposal_public_calls_list_field_item.py +1 -0
  455. waldur_api_client/models/proposal_public_calls_retrieve_field_item.py +1 -0
  456. waldur_api_client/models/proposal_requested_offerings_count_o_item.py +15 -0
  457. waldur_api_client/models/proposal_requested_offerings_count_state_item.py +10 -0
  458. waldur_api_client/models/proposal_requested_resources_count_o_item.py +15 -0
  459. waldur_api_client/models/proposal_reviews_count_o_item.py +11 -0
  460. waldur_api_client/models/proposal_reviews_count_state_item.py +11 -0
  461. waldur_api_client/models/protected_call.py +56 -0
  462. waldur_api_client/models/protected_call_request.py +32 -0
  463. waldur_api_client/models/provider_invoice_items_count_o_item.py +15 -0
  464. waldur_api_client/models/public_call.py +16 -0
  465. waldur_api_client/models/question_admin.py +109 -56
  466. waldur_api_client/models/question_admin_request.py +106 -58
  467. waldur_api_client/models/question_dependency.py +5 -5
  468. waldur_api_client/models/question_dependency_request.py +5 -5
  469. waldur_api_client/models/question_with_answer.py +195 -0
  470. waldur_api_client/models/question_with_answer_existing_answer_type_0.py +44 -0
  471. waldur_api_client/models/question_with_answer_reviewer.py +254 -0
  472. waldur_api_client/models/question_with_answer_reviewer_existing_answer_type_0.py +44 -0
  473. waldur_api_client/models/rancher_apps_count_state_item.py +15 -0
  474. waldur_api_client/models/rancher_clusters_count_state_item.py +15 -0
  475. waldur_api_client/models/rancher_ingresses_count_state_item.py +15 -0
  476. waldur_api_client/models/rancher_namespaces_count_o_item.py +13 -0
  477. waldur_api_client/models/rancher_role_templates_count_o_item.py +11 -0
  478. waldur_api_client/models/rancher_services_count_state_item.py +15 -0
  479. waldur_api_client/models/rancher_templates_count_o_item.py +11 -0
  480. waldur_api_client/models/rancher_workloads_count_o_item.py +15 -0
  481. waldur_api_client/models/service_settings_count_state_item.py +15 -0
  482. waldur_api_client/models/slurm_allocations_count_state_item.py +15 -0
  483. waldur_api_client/models/support_comments_count_o_item.py +11 -0
  484. waldur_api_client/models/support_issues_count_o_item.py +35 -0
  485. waldur_api_client/models/user_agreements_count_agreement_type.py +9 -0
  486. waldur_api_client/models/user_group_invitations_count_o_item.py +9 -0
  487. waldur_api_client/models/user_invitations_count_o_item.py +15 -0
  488. waldur_api_client/models/user_invitations_count_state_item.py +14 -0
  489. waldur_api_client/models/user_permission_requests_count_o_item.py +11 -0
  490. waldur_api_client/models/user_permission_requests_count_state_item.py +12 -0
  491. waldur_api_client/models/user_permissions_count_o_item.py +21 -0
  492. waldur_api_client/models/users_count_o_item.py +31 -0
  493. waldur_api_client/models/vmware_disks_count_state_item.py +15 -0
  494. waldur_api_client/models/vmware_ports_count_state_item.py +15 -0
  495. waldur_api_client/models/vmware_virtual_machine_count_state_item.py +15 -0
  496. waldur_api_client/types.py +1 -1
  497. {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/METADATA +1 -1
  498. {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/RECORD +510 -129
  499. waldur_api_client/api/customers/marketplace_checklists_customer_stats.py +0 -161
  500. waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.py +0 -152
  501. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +0 -89
  502. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +0 -89
  503. waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +0 -175
  504. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +0 -89
  505. waldur_api_client/api/projects/projects_marketplace_checklists_list.py +0 -148
  506. waldur_api_client/models/checklist_customer_stats.py +0 -92
  507. waldur_api_client/models/create_checklist.py +0 -131
  508. waldur_api_client/models/project_stats_item.py +0 -100
  509. waldur_api_client/models/question.py +0 -141
  510. /waldur_api_client/api/{marketplace_checklists → checklists_admin}/__init__.py +0 -0
  511. /waldur_api_client/api/{marketplace_checklists_admin → checklists_admin_categories}/__init__.py +0 -0
  512. /waldur_api_client/api/{marketplace_checklists_admin_question_dependencies → checklists_admin_question_dependencies}/__init__.py +0 -0
  513. /waldur_api_client/api/{marketplace_checklists_admin_question_options → checklists_admin_question_options}/__init__.py +0 -0
  514. /waldur_api_client/api/{marketplace_checklists_admin_questions → checklists_admin_questions}/__init__.py +0 -0
  515. /waldur_api_client/api/{marketplace_checklists_categories → external_links}/__init__.py +0 -0
  516. /waldur_api_client/api/{marketplace_maintenance_announcement_offerings → maintenance_announcement_offerings}/__init__.py +0 -0
  517. /waldur_api_client/api/{marketplace_maintenance_announcement_template_offerings → maintenance_announcement_template_offerings}/__init__.py +0 -0
  518. /waldur_api_client/api/{marketplace_maintenance_announcements → maintenance_announcements}/__init__.py +0 -0
  519. /waldur_api_client/api/{marketplace_maintenance_announcements_template → maintenance_announcements_template}/__init__.py +0 -0
  520. {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/LICENSE +0 -0
  521. {waldur_api_client-7.7.3.dist-info → waldur_api_client-7.7.5.dist-info}/WHEEL +0 -0
@@ -0,0 +1,325 @@
1
+ from http import HTTPStatus
2
+ from typing import Any, Union
3
+ from uuid import UUID
4
+
5
+ import httpx
6
+
7
+ from ... import errors
8
+ from ...client import AuthenticatedClient, Client
9
+ from ...models.keycloak_user_group_memberships_count_state_item import KeycloakUserGroupMembershipsCountStateItem
10
+ from ...types import UNSET, Response, Unset
11
+
12
+
13
+ def _get_kwargs(
14
+ *,
15
+ email: Union[Unset, str] = UNSET,
16
+ first_name: Union[Unset, str] = UNSET,
17
+ group_uuid: Union[Unset, UUID] = UNSET,
18
+ last_name: Union[Unset, str] = UNSET,
19
+ page: Union[Unset, int] = UNSET,
20
+ page_size: Union[Unset, int] = UNSET,
21
+ role_uuid: Union[Unset, UUID] = UNSET,
22
+ scope_type: Union[Unset, str] = UNSET,
23
+ scope_uuid: Union[Unset, UUID] = UNSET,
24
+ state: Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]] = UNSET,
25
+ username: Union[Unset, str] = UNSET,
26
+ ) -> dict[str, Any]:
27
+ params: dict[str, Any] = {}
28
+
29
+ params["email"] = email
30
+
31
+ params["first_name"] = first_name
32
+
33
+ json_group_uuid: Union[Unset, str] = UNSET
34
+ if not isinstance(group_uuid, Unset):
35
+ json_group_uuid = str(group_uuid)
36
+ params["group_uuid"] = json_group_uuid
37
+
38
+ params["last_name"] = last_name
39
+
40
+ params["page"] = page
41
+
42
+ params["page_size"] = page_size
43
+
44
+ json_role_uuid: Union[Unset, str] = UNSET
45
+ if not isinstance(role_uuid, Unset):
46
+ json_role_uuid = str(role_uuid)
47
+ params["role_uuid"] = json_role_uuid
48
+
49
+ params["scope_type"] = scope_type
50
+
51
+ json_scope_uuid: Union[Unset, str] = UNSET
52
+ if not isinstance(scope_uuid, Unset):
53
+ json_scope_uuid = str(scope_uuid)
54
+ params["scope_uuid"] = json_scope_uuid
55
+
56
+ json_state: Union[Unset, list[str]] = UNSET
57
+ if not isinstance(state, Unset):
58
+ json_state = []
59
+ for state_item_data in state:
60
+ state_item = state_item_data.value
61
+ json_state.append(state_item)
62
+
63
+ params["state"] = json_state
64
+
65
+ params["username"] = username
66
+
67
+ params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
68
+
69
+ _kwargs: dict[str, Any] = {
70
+ "method": "head",
71
+ "url": "/api/keycloak-user-group-memberships/",
72
+ "params": params,
73
+ }
74
+
75
+ return _kwargs
76
+
77
+
78
+ def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> int:
79
+ if response.status_code == HTTPStatus.OK:
80
+ try:
81
+ return int(response.headers["x-result-count"])
82
+ except KeyError:
83
+ raise errors.UnexpectedStatus(
84
+ response.status_code, b"Expected 'X-Result-Count' header for HEAD request, but it was not found."
85
+ )
86
+ except ValueError:
87
+ count_val = response.headers.get("x-result-count")
88
+ msg = f"Expected 'X-Result-Count' header to be an integer, but got '{count_val}'."
89
+ raise errors.UnexpectedStatus(response.status_code, msg.encode())
90
+ raise errors.UnexpectedStatus(response.status_code, response.content)
91
+
92
+
93
+ def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[int]:
94
+ return Response(
95
+ status_code=HTTPStatus(response.status_code),
96
+ content=response.content,
97
+ headers=response.headers,
98
+ parsed=_parse_response(client=client, response=response),
99
+ )
100
+
101
+
102
+ def sync_detailed(
103
+ *,
104
+ client: AuthenticatedClient,
105
+ email: Union[Unset, str] = UNSET,
106
+ first_name: Union[Unset, str] = UNSET,
107
+ group_uuid: Union[Unset, UUID] = UNSET,
108
+ last_name: Union[Unset, str] = UNSET,
109
+ page: Union[Unset, int] = UNSET,
110
+ page_size: Union[Unset, int] = UNSET,
111
+ role_uuid: Union[Unset, UUID] = UNSET,
112
+ scope_type: Union[Unset, str] = UNSET,
113
+ scope_uuid: Union[Unset, UUID] = UNSET,
114
+ state: Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]] = UNSET,
115
+ username: Union[Unset, str] = UNSET,
116
+ ) -> Response[int]:
117
+ """Get number of items in the collection matching the request parameters.
118
+
119
+ Args:
120
+ email (Union[Unset, str]):
121
+ first_name (Union[Unset, str]):
122
+ group_uuid (Union[Unset, UUID]):
123
+ last_name (Union[Unset, str]):
124
+ page (Union[Unset, int]):
125
+ page_size (Union[Unset, int]):
126
+ role_uuid (Union[Unset, UUID]):
127
+ scope_type (Union[Unset, str]):
128
+ scope_uuid (Union[Unset, UUID]):
129
+ state (Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]]):
130
+ username (Union[Unset, str]):
131
+
132
+ Raises:
133
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
134
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
135
+
136
+ Returns:
137
+ Response[int]
138
+ """
139
+
140
+ kwargs = _get_kwargs(
141
+ email=email,
142
+ first_name=first_name,
143
+ group_uuid=group_uuid,
144
+ last_name=last_name,
145
+ page=page,
146
+ page_size=page_size,
147
+ role_uuid=role_uuid,
148
+ scope_type=scope_type,
149
+ scope_uuid=scope_uuid,
150
+ state=state,
151
+ username=username,
152
+ )
153
+
154
+ response = client.get_httpx_client().request(
155
+ **kwargs,
156
+ )
157
+
158
+ return _build_response(client=client, response=response)
159
+
160
+
161
+ def sync(
162
+ *,
163
+ client: AuthenticatedClient,
164
+ email: Union[Unset, str] = UNSET,
165
+ first_name: Union[Unset, str] = UNSET,
166
+ group_uuid: Union[Unset, UUID] = UNSET,
167
+ last_name: Union[Unset, str] = UNSET,
168
+ page: Union[Unset, int] = UNSET,
169
+ page_size: Union[Unset, int] = UNSET,
170
+ role_uuid: Union[Unset, UUID] = UNSET,
171
+ scope_type: Union[Unset, str] = UNSET,
172
+ scope_uuid: Union[Unset, UUID] = UNSET,
173
+ state: Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]] = UNSET,
174
+ username: Union[Unset, str] = UNSET,
175
+ ) -> int:
176
+ """Get number of items in the collection matching the request parameters.
177
+
178
+ Args:
179
+ email (Union[Unset, str]):
180
+ first_name (Union[Unset, str]):
181
+ group_uuid (Union[Unset, UUID]):
182
+ last_name (Union[Unset, str]):
183
+ page (Union[Unset, int]):
184
+ page_size (Union[Unset, int]):
185
+ role_uuid (Union[Unset, UUID]):
186
+ scope_type (Union[Unset, str]):
187
+ scope_uuid (Union[Unset, UUID]):
188
+ state (Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]]):
189
+ username (Union[Unset, str]):
190
+
191
+ Raises:
192
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
193
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
194
+
195
+ Returns:
196
+ int
197
+ """
198
+
199
+ return sync_detailed(
200
+ client=client,
201
+ email=email,
202
+ first_name=first_name,
203
+ group_uuid=group_uuid,
204
+ last_name=last_name,
205
+ page=page,
206
+ page_size=page_size,
207
+ role_uuid=role_uuid,
208
+ scope_type=scope_type,
209
+ scope_uuid=scope_uuid,
210
+ state=state,
211
+ username=username,
212
+ ).parsed
213
+
214
+
215
+ async def asyncio_detailed(
216
+ *,
217
+ client: AuthenticatedClient,
218
+ email: Union[Unset, str] = UNSET,
219
+ first_name: Union[Unset, str] = UNSET,
220
+ group_uuid: Union[Unset, UUID] = UNSET,
221
+ last_name: Union[Unset, str] = UNSET,
222
+ page: Union[Unset, int] = UNSET,
223
+ page_size: Union[Unset, int] = UNSET,
224
+ role_uuid: Union[Unset, UUID] = UNSET,
225
+ scope_type: Union[Unset, str] = UNSET,
226
+ scope_uuid: Union[Unset, UUID] = UNSET,
227
+ state: Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]] = UNSET,
228
+ username: Union[Unset, str] = UNSET,
229
+ ) -> Response[int]:
230
+ """Get number of items in the collection matching the request parameters.
231
+
232
+ Args:
233
+ email (Union[Unset, str]):
234
+ first_name (Union[Unset, str]):
235
+ group_uuid (Union[Unset, UUID]):
236
+ last_name (Union[Unset, str]):
237
+ page (Union[Unset, int]):
238
+ page_size (Union[Unset, int]):
239
+ role_uuid (Union[Unset, UUID]):
240
+ scope_type (Union[Unset, str]):
241
+ scope_uuid (Union[Unset, UUID]):
242
+ state (Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]]):
243
+ username (Union[Unset, str]):
244
+
245
+ Raises:
246
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
247
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
248
+
249
+ Returns:
250
+ Response[int]
251
+ """
252
+
253
+ kwargs = _get_kwargs(
254
+ email=email,
255
+ first_name=first_name,
256
+ group_uuid=group_uuid,
257
+ last_name=last_name,
258
+ page=page,
259
+ page_size=page_size,
260
+ role_uuid=role_uuid,
261
+ scope_type=scope_type,
262
+ scope_uuid=scope_uuid,
263
+ state=state,
264
+ username=username,
265
+ )
266
+
267
+ response = await client.get_async_httpx_client().request(**kwargs)
268
+
269
+ return _build_response(client=client, response=response)
270
+
271
+
272
+ async def asyncio(
273
+ *,
274
+ client: AuthenticatedClient,
275
+ email: Union[Unset, str] = UNSET,
276
+ first_name: Union[Unset, str] = UNSET,
277
+ group_uuid: Union[Unset, UUID] = UNSET,
278
+ last_name: Union[Unset, str] = UNSET,
279
+ page: Union[Unset, int] = UNSET,
280
+ page_size: Union[Unset, int] = UNSET,
281
+ role_uuid: Union[Unset, UUID] = UNSET,
282
+ scope_type: Union[Unset, str] = UNSET,
283
+ scope_uuid: Union[Unset, UUID] = UNSET,
284
+ state: Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]] = UNSET,
285
+ username: Union[Unset, str] = UNSET,
286
+ ) -> int:
287
+ """Get number of items in the collection matching the request parameters.
288
+
289
+ Args:
290
+ email (Union[Unset, str]):
291
+ first_name (Union[Unset, str]):
292
+ group_uuid (Union[Unset, UUID]):
293
+ last_name (Union[Unset, str]):
294
+ page (Union[Unset, int]):
295
+ page_size (Union[Unset, int]):
296
+ role_uuid (Union[Unset, UUID]):
297
+ scope_type (Union[Unset, str]):
298
+ scope_uuid (Union[Unset, UUID]):
299
+ state (Union[Unset, list[KeycloakUserGroupMembershipsCountStateItem]]):
300
+ username (Union[Unset, str]):
301
+
302
+ Raises:
303
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
304
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
305
+
306
+ Returns:
307
+ int
308
+ """
309
+
310
+ return (
311
+ await asyncio_detailed(
312
+ client=client,
313
+ email=email,
314
+ first_name=first_name,
315
+ group_uuid=group_uuid,
316
+ last_name=last_name,
317
+ page=page,
318
+ page_size=page_size,
319
+ role_uuid=role_uuid,
320
+ scope_type=scope_type,
321
+ scope_uuid=scope_uuid,
322
+ state=state,
323
+ username=username,
324
+ )
325
+ ).parsed
@@ -0,0 +1,359 @@
1
+ import datetime
2
+ from http import HTTPStatus
3
+ from typing import Any, Union
4
+ from uuid import UUID
5
+
6
+ import httpx
7
+
8
+ from ... import errors
9
+ from ...client import AuthenticatedClient, Client
10
+ from ...models.keys_count_o_item import KeysCountOItem
11
+ from ...types import UNSET, Response, Unset
12
+
13
+
14
+ def _get_kwargs(
15
+ *,
16
+ created: Union[Unset, datetime.datetime] = UNSET,
17
+ fingerprint_md5: Union[Unset, str] = UNSET,
18
+ fingerprint_sha256: Union[Unset, str] = UNSET,
19
+ fingerprint_sha512: Union[Unset, str] = UNSET,
20
+ is_shared: Union[Unset, bool] = UNSET,
21
+ modified: Union[Unset, datetime.datetime] = UNSET,
22
+ name: Union[Unset, str] = UNSET,
23
+ name_exact: Union[Unset, str] = UNSET,
24
+ o: Union[Unset, list[KeysCountOItem]] = UNSET,
25
+ page: Union[Unset, int] = UNSET,
26
+ page_size: Union[Unset, int] = UNSET,
27
+ user_uuid: Union[Unset, UUID] = UNSET,
28
+ uuid: Union[Unset, UUID] = UNSET,
29
+ ) -> dict[str, Any]:
30
+ params: dict[str, Any] = {}
31
+
32
+ json_created: Union[Unset, str] = UNSET
33
+ if not isinstance(created, Unset):
34
+ json_created = created.isoformat()
35
+ params["created"] = json_created
36
+
37
+ params["fingerprint_md5"] = fingerprint_md5
38
+
39
+ params["fingerprint_sha256"] = fingerprint_sha256
40
+
41
+ params["fingerprint_sha512"] = fingerprint_sha512
42
+
43
+ params["is_shared"] = is_shared
44
+
45
+ json_modified: Union[Unset, str] = UNSET
46
+ if not isinstance(modified, Unset):
47
+ json_modified = modified.isoformat()
48
+ params["modified"] = json_modified
49
+
50
+ params["name"] = name
51
+
52
+ params["name_exact"] = name_exact
53
+
54
+ json_o: Union[Unset, list[str]] = UNSET
55
+ if not isinstance(o, Unset):
56
+ json_o = []
57
+ for o_item_data in o:
58
+ o_item = o_item_data.value
59
+ json_o.append(o_item)
60
+
61
+ params["o"] = json_o
62
+
63
+ params["page"] = page
64
+
65
+ params["page_size"] = page_size
66
+
67
+ json_user_uuid: Union[Unset, str] = UNSET
68
+ if not isinstance(user_uuid, Unset):
69
+ json_user_uuid = str(user_uuid)
70
+ params["user_uuid"] = json_user_uuid
71
+
72
+ json_uuid: Union[Unset, str] = UNSET
73
+ if not isinstance(uuid, Unset):
74
+ json_uuid = str(uuid)
75
+ params["uuid"] = json_uuid
76
+
77
+ params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
78
+
79
+ _kwargs: dict[str, Any] = {
80
+ "method": "head",
81
+ "url": "/api/keys/",
82
+ "params": params,
83
+ }
84
+
85
+ return _kwargs
86
+
87
+
88
+ def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> int:
89
+ if response.status_code == HTTPStatus.OK:
90
+ try:
91
+ return int(response.headers["x-result-count"])
92
+ except KeyError:
93
+ raise errors.UnexpectedStatus(
94
+ response.status_code, b"Expected 'X-Result-Count' header for HEAD request, but it was not found."
95
+ )
96
+ except ValueError:
97
+ count_val = response.headers.get("x-result-count")
98
+ msg = f"Expected 'X-Result-Count' header to be an integer, but got '{count_val}'."
99
+ raise errors.UnexpectedStatus(response.status_code, msg.encode())
100
+ raise errors.UnexpectedStatus(response.status_code, response.content)
101
+
102
+
103
+ def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[int]:
104
+ return Response(
105
+ status_code=HTTPStatus(response.status_code),
106
+ content=response.content,
107
+ headers=response.headers,
108
+ parsed=_parse_response(client=client, response=response),
109
+ )
110
+
111
+
112
+ def sync_detailed(
113
+ *,
114
+ client: AuthenticatedClient,
115
+ created: Union[Unset, datetime.datetime] = UNSET,
116
+ fingerprint_md5: Union[Unset, str] = UNSET,
117
+ fingerprint_sha256: Union[Unset, str] = UNSET,
118
+ fingerprint_sha512: Union[Unset, str] = UNSET,
119
+ is_shared: Union[Unset, bool] = UNSET,
120
+ modified: Union[Unset, datetime.datetime] = UNSET,
121
+ name: Union[Unset, str] = UNSET,
122
+ name_exact: Union[Unset, str] = UNSET,
123
+ o: Union[Unset, list[KeysCountOItem]] = UNSET,
124
+ page: Union[Unset, int] = UNSET,
125
+ page_size: Union[Unset, int] = UNSET,
126
+ user_uuid: Union[Unset, UUID] = UNSET,
127
+ uuid: Union[Unset, UUID] = UNSET,
128
+ ) -> Response[int]:
129
+ """Get number of items in the collection matching the request parameters.
130
+
131
+ Args:
132
+ created (Union[Unset, datetime.datetime]):
133
+ fingerprint_md5 (Union[Unset, str]):
134
+ fingerprint_sha256 (Union[Unset, str]):
135
+ fingerprint_sha512 (Union[Unset, str]):
136
+ is_shared (Union[Unset, bool]):
137
+ modified (Union[Unset, datetime.datetime]):
138
+ name (Union[Unset, str]):
139
+ name_exact (Union[Unset, str]):
140
+ o (Union[Unset, list[KeysCountOItem]]):
141
+ page (Union[Unset, int]):
142
+ page_size (Union[Unset, int]):
143
+ user_uuid (Union[Unset, UUID]):
144
+ uuid (Union[Unset, UUID]):
145
+
146
+ Raises:
147
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
148
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
149
+
150
+ Returns:
151
+ Response[int]
152
+ """
153
+
154
+ kwargs = _get_kwargs(
155
+ created=created,
156
+ fingerprint_md5=fingerprint_md5,
157
+ fingerprint_sha256=fingerprint_sha256,
158
+ fingerprint_sha512=fingerprint_sha512,
159
+ is_shared=is_shared,
160
+ modified=modified,
161
+ name=name,
162
+ name_exact=name_exact,
163
+ o=o,
164
+ page=page,
165
+ page_size=page_size,
166
+ user_uuid=user_uuid,
167
+ uuid=uuid,
168
+ )
169
+
170
+ response = client.get_httpx_client().request(
171
+ **kwargs,
172
+ )
173
+
174
+ return _build_response(client=client, response=response)
175
+
176
+
177
+ def sync(
178
+ *,
179
+ client: AuthenticatedClient,
180
+ created: Union[Unset, datetime.datetime] = UNSET,
181
+ fingerprint_md5: Union[Unset, str] = UNSET,
182
+ fingerprint_sha256: Union[Unset, str] = UNSET,
183
+ fingerprint_sha512: Union[Unset, str] = UNSET,
184
+ is_shared: Union[Unset, bool] = UNSET,
185
+ modified: Union[Unset, datetime.datetime] = UNSET,
186
+ name: Union[Unset, str] = UNSET,
187
+ name_exact: Union[Unset, str] = UNSET,
188
+ o: Union[Unset, list[KeysCountOItem]] = UNSET,
189
+ page: Union[Unset, int] = UNSET,
190
+ page_size: Union[Unset, int] = UNSET,
191
+ user_uuid: Union[Unset, UUID] = UNSET,
192
+ uuid: Union[Unset, UUID] = UNSET,
193
+ ) -> int:
194
+ """Get number of items in the collection matching the request parameters.
195
+
196
+ Args:
197
+ created (Union[Unset, datetime.datetime]):
198
+ fingerprint_md5 (Union[Unset, str]):
199
+ fingerprint_sha256 (Union[Unset, str]):
200
+ fingerprint_sha512 (Union[Unset, str]):
201
+ is_shared (Union[Unset, bool]):
202
+ modified (Union[Unset, datetime.datetime]):
203
+ name (Union[Unset, str]):
204
+ name_exact (Union[Unset, str]):
205
+ o (Union[Unset, list[KeysCountOItem]]):
206
+ page (Union[Unset, int]):
207
+ page_size (Union[Unset, int]):
208
+ user_uuid (Union[Unset, UUID]):
209
+ uuid (Union[Unset, UUID]):
210
+
211
+ Raises:
212
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
213
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
214
+
215
+ Returns:
216
+ int
217
+ """
218
+
219
+ return sync_detailed(
220
+ client=client,
221
+ created=created,
222
+ fingerprint_md5=fingerprint_md5,
223
+ fingerprint_sha256=fingerprint_sha256,
224
+ fingerprint_sha512=fingerprint_sha512,
225
+ is_shared=is_shared,
226
+ modified=modified,
227
+ name=name,
228
+ name_exact=name_exact,
229
+ o=o,
230
+ page=page,
231
+ page_size=page_size,
232
+ user_uuid=user_uuid,
233
+ uuid=uuid,
234
+ ).parsed
235
+
236
+
237
+ async def asyncio_detailed(
238
+ *,
239
+ client: AuthenticatedClient,
240
+ created: Union[Unset, datetime.datetime] = UNSET,
241
+ fingerprint_md5: Union[Unset, str] = UNSET,
242
+ fingerprint_sha256: Union[Unset, str] = UNSET,
243
+ fingerprint_sha512: Union[Unset, str] = UNSET,
244
+ is_shared: Union[Unset, bool] = UNSET,
245
+ modified: Union[Unset, datetime.datetime] = UNSET,
246
+ name: Union[Unset, str] = UNSET,
247
+ name_exact: Union[Unset, str] = UNSET,
248
+ o: Union[Unset, list[KeysCountOItem]] = UNSET,
249
+ page: Union[Unset, int] = UNSET,
250
+ page_size: Union[Unset, int] = UNSET,
251
+ user_uuid: Union[Unset, UUID] = UNSET,
252
+ uuid: Union[Unset, UUID] = UNSET,
253
+ ) -> Response[int]:
254
+ """Get number of items in the collection matching the request parameters.
255
+
256
+ Args:
257
+ created (Union[Unset, datetime.datetime]):
258
+ fingerprint_md5 (Union[Unset, str]):
259
+ fingerprint_sha256 (Union[Unset, str]):
260
+ fingerprint_sha512 (Union[Unset, str]):
261
+ is_shared (Union[Unset, bool]):
262
+ modified (Union[Unset, datetime.datetime]):
263
+ name (Union[Unset, str]):
264
+ name_exact (Union[Unset, str]):
265
+ o (Union[Unset, list[KeysCountOItem]]):
266
+ page (Union[Unset, int]):
267
+ page_size (Union[Unset, int]):
268
+ user_uuid (Union[Unset, UUID]):
269
+ uuid (Union[Unset, UUID]):
270
+
271
+ Raises:
272
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
273
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
274
+
275
+ Returns:
276
+ Response[int]
277
+ """
278
+
279
+ kwargs = _get_kwargs(
280
+ created=created,
281
+ fingerprint_md5=fingerprint_md5,
282
+ fingerprint_sha256=fingerprint_sha256,
283
+ fingerprint_sha512=fingerprint_sha512,
284
+ is_shared=is_shared,
285
+ modified=modified,
286
+ name=name,
287
+ name_exact=name_exact,
288
+ o=o,
289
+ page=page,
290
+ page_size=page_size,
291
+ user_uuid=user_uuid,
292
+ uuid=uuid,
293
+ )
294
+
295
+ response = await client.get_async_httpx_client().request(**kwargs)
296
+
297
+ return _build_response(client=client, response=response)
298
+
299
+
300
+ async def asyncio(
301
+ *,
302
+ client: AuthenticatedClient,
303
+ created: Union[Unset, datetime.datetime] = UNSET,
304
+ fingerprint_md5: Union[Unset, str] = UNSET,
305
+ fingerprint_sha256: Union[Unset, str] = UNSET,
306
+ fingerprint_sha512: Union[Unset, str] = UNSET,
307
+ is_shared: Union[Unset, bool] = UNSET,
308
+ modified: Union[Unset, datetime.datetime] = UNSET,
309
+ name: Union[Unset, str] = UNSET,
310
+ name_exact: Union[Unset, str] = UNSET,
311
+ o: Union[Unset, list[KeysCountOItem]] = UNSET,
312
+ page: Union[Unset, int] = UNSET,
313
+ page_size: Union[Unset, int] = UNSET,
314
+ user_uuid: Union[Unset, UUID] = UNSET,
315
+ uuid: Union[Unset, UUID] = UNSET,
316
+ ) -> int:
317
+ """Get number of items in the collection matching the request parameters.
318
+
319
+ Args:
320
+ created (Union[Unset, datetime.datetime]):
321
+ fingerprint_md5 (Union[Unset, str]):
322
+ fingerprint_sha256 (Union[Unset, str]):
323
+ fingerprint_sha512 (Union[Unset, str]):
324
+ is_shared (Union[Unset, bool]):
325
+ modified (Union[Unset, datetime.datetime]):
326
+ name (Union[Unset, str]):
327
+ name_exact (Union[Unset, str]):
328
+ o (Union[Unset, list[KeysCountOItem]]):
329
+ page (Union[Unset, int]):
330
+ page_size (Union[Unset, int]):
331
+ user_uuid (Union[Unset, UUID]):
332
+ uuid (Union[Unset, UUID]):
333
+
334
+ Raises:
335
+ errors.UnexpectedStatus: If the server returns an undocumented status code.
336
+ httpx.TimeoutException: If the request takes longer than Client.timeout.
337
+
338
+ Returns:
339
+ int
340
+ """
341
+
342
+ return (
343
+ await asyncio_detailed(
344
+ client=client,
345
+ created=created,
346
+ fingerprint_md5=fingerprint_md5,
347
+ fingerprint_sha256=fingerprint_sha256,
348
+ fingerprint_sha512=fingerprint_sha512,
349
+ is_shared=is_shared,
350
+ modified=modified,
351
+ name=name,
352
+ name_exact=name_exact,
353
+ o=o,
354
+ page=page,
355
+ page_size=page_size,
356
+ user_uuid=user_uuid,
357
+ uuid=uuid,
358
+ )
359
+ ).parsed