waldur-api-client 7.7.2__py3-none-any.whl → 7.7.4__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 (363) hide show
  1. waldur_api_client/api/access_subnets/access_subnets_head.py +147 -0
  2. waldur_api_client/api/admin_announcements/admin_announcements_head.py +159 -0
  3. waldur_api_client/api/auth_tokens/auth_tokens_head.py +107 -0
  4. waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_head.py +107 -0
  5. waldur_api_client/api/aws_images/aws_images_head.py +138 -0
  6. waldur_api_client/api/aws_instances/aws_instances_head.py +296 -0
  7. waldur_api_client/api/aws_regions/aws_regions_head.py +125 -0
  8. waldur_api_client/api/aws_sizes/aws_sizes_head.py +138 -0
  9. waldur_api_client/api/aws_volumes/aws_volumes_head.py +107 -0
  10. waldur_api_client/api/azure_images/azure_images_head.py +168 -0
  11. waldur_api_client/api/azure_locations/azure_locations_head.py +156 -0
  12. waldur_api_client/api/azure_public_ips/azure_public_ips_head.py +317 -0
  13. waldur_api_client/api/azure_resource_groups/azure_resource_groups_head.py +107 -0
  14. waldur_api_client/api/azure_sizes/azure_sizes_head.py +177 -0
  15. waldur_api_client/api/azure_sql_databases/azure_sql_databases_head.py +338 -0
  16. waldur_api_client/api/azure_sql_servers/azure_sql_servers_head.py +317 -0
  17. waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_head.py +317 -0
  18. waldur_api_client/api/backend_resource_requests/backend_resource_requests_head.py +203 -0
  19. waldur_api_client/api/backend_resources/backend_resources_head.py +201 -0
  20. waldur_api_client/api/booking_offerings/booking_offerings_head.py +107 -0
  21. waldur_api_client/api/booking_resources/booking_resources_head.py +419 -0
  22. waldur_api_client/api/broadcast_message_templates/broadcast_message_templates_head.py +116 -0
  23. waldur_api_client/api/broadcast_messages/broadcast_messages_head.py +147 -0
  24. waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_head.py +74 -0
  25. waldur_api_client/api/call_managing_organisations/call_managing_organisations_head.py +155 -0
  26. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_head.py +120 -0
  27. waldur_api_client/api/call_rounds/call_rounds_head.py +107 -0
  28. waldur_api_client/api/component_user_usage_limits/component_user_usage_limits_head.py +159 -0
  29. waldur_api_client/api/customer_credits/customer_credits_head.py +155 -0
  30. waldur_api_client/api/customer_permissions_reviews/customer_permissions_reviews_head.py +158 -0
  31. waldur_api_client/api/customer_quotas/customer_quotas_head.py +107 -0
  32. waldur_api_client/api/customers/customers_countries_head.py +241 -0
  33. waldur_api_client/api/customers/customers_head.py +275 -0
  34. waldur_api_client/api/digitalocean_droplets/digitalocean_droplets_head.py +296 -0
  35. waldur_api_client/api/digitalocean_images/digitalocean_images_head.py +160 -0
  36. waldur_api_client/api/digitalocean_regions/digitalocean_regions_head.py +125 -0
  37. waldur_api_client/api/digitalocean_sizes/digitalocean_sizes_head.py +152 -0
  38. waldur_api_client/api/email_logs/email_logs_head.py +164 -0
  39. waldur_api_client/api/event_subscriptions/event_subscriptions_head.py +142 -0
  40. waldur_api_client/api/events/events_count_head.py +74 -0
  41. waldur_api_client/api/events/events_event_groups_head.py +78 -0
  42. waldur_api_client/api/events/events_head.py +188 -0
  43. waldur_api_client/api/events/events_scope_types_head.py +76 -0
  44. waldur_api_client/api/events_stats/events_stats_head.py +107 -0
  45. waldur_api_client/api/financial_reports/financial_reports_head.py +241 -0
  46. waldur_api_client/api/freeipa_profiles/freeipa_profiles_head.py +129 -0
  47. waldur_api_client/api/google_auth/google_auth_callback_head.py +107 -0
  48. waldur_api_client/api/google_auth/google_auth_head.py +116 -0
  49. waldur_api_client/api/hooks/hooks_head.py +107 -0
  50. waldur_api_client/api/hooks_email/hooks_email_head.py +187 -0
  51. waldur_api_client/api/hooks_web/hooks_web_head.py +201 -0
  52. waldur_api_client/api/identity_providers/identity_providers_head.py +107 -0
  53. waldur_api_client/api/invoice_items/invoice_items_costs_head.py +120 -0
  54. waldur_api_client/api/invoice_items/invoice_items_customer_costs_for_period_head.py +109 -0
  55. waldur_api_client/api/invoice_items/invoice_items_head.py +204 -0
  56. waldur_api_client/api/invoice_items/invoice_items_project_costs_for_period_head.py +111 -0
  57. waldur_api_client/api/invoice_items/invoice_items_total_price_head.py +186 -0
  58. waldur_api_client/api/invoices/invoices_growth_head.py +118 -0
  59. waldur_api_client/api/invoices/invoices_head.py +218 -0
  60. waldur_api_client/api/keycloak_groups/keycloak_groups_head.py +138 -0
  61. waldur_api_client/api/keycloak_user_group_memberships/keycloak_user_group_memberships_head.py +206 -0
  62. waldur_api_client/api/keys/keys_head.py +228 -0
  63. waldur_api_client/api/lexis_links/lexis_links_head.py +165 -0
  64. waldur_api_client/api/marketplace_categories/marketplace_categories_head.py +204 -0
  65. waldur_api_client/api/marketplace_category_columns/marketplace_category_columns_head.py +129 -0
  66. waldur_api_client/api/marketplace_category_component_usages/marketplace_category_component_usages_head.py +132 -0
  67. waldur_api_client/api/marketplace_category_components/marketplace_category_components_head.py +107 -0
  68. waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_head.py +116 -0
  69. waldur_api_client/api/marketplace_category_help_articles/marketplace_category_help_articles_head.py +107 -0
  70. waldur_api_client/api/marketplace_checklists/marketplace_checklists_head.py +107 -0
  71. waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_head.py +107 -0
  72. waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_head.py +132 -0
  73. waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_head.py +120 -0
  74. waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_head.py +120 -0
  75. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_head.py +228 -0
  76. waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_head.py +255 -0
  77. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_head.py +74 -0
  78. waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_head.py +150 -0
  79. waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer_service_accounts_head.py +147 -0
  80. waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_head.py +193 -0
  81. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_head.py +107 -0
  82. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_head.py +107 -0
  83. waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_head.py +107 -0
  84. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_head.py +107 -0
  85. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_head.py +76 -0
  86. waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_head.py +129 -0
  87. waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_head.py +158 -0
  88. waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_head.py +279 -0
  89. waldur_api_client/api/marketplace_offering_permissions_log/marketplace_offering_permissions_log_head.py +279 -0
  90. waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_head.py +124 -0
  91. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_head.py +74 -0
  92. waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_head.py +129 -0
  93. waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_head.py +141 -0
  94. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_begin_creating.py +89 -0
  95. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_head.py +251 -0
  96. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +23 -0
  97. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_ok.py +89 -0
  98. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_pending_account_linking.py +105 -0
  99. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_pending_additional_validation.py +105 -0
  100. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py +89 -0
  101. waldur_api_client/api/marketplace_orders/marketplace_orders_head.py +338 -0
  102. waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_head.py +150 -0
  103. waldur_api_client/api/marketplace_plans/marketplace_plans_head.py +141 -0
  104. waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_head.py +154 -0
  105. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_actions_head.py +74 -0
  106. waldur_api_client/api/marketplace_project_estimated_cost_policies/marketplace_project_estimated_cost_policies_head.py +171 -0
  107. waldur_api_client/api/marketplace_project_service_accounts/marketplace_project_service_accounts_head.py +147 -0
  108. waldur_api_client/api/marketplace_project_update_requests/marketplace_project_update_requests_head.py +173 -0
  109. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_head.py +403 -0
  110. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_head.py +403 -0
  111. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_head.py +407 -0
  112. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_head.py +403 -0
  113. waldur_api_client/api/marketplace_remote_synchronisations/marketplace_remote_synchronisations_head.py +107 -0
  114. waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_head.py +162 -0
  115. waldur_api_client/api/marketplace_resources/marketplace_resources_head.py +407 -0
  116. waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_head.py +213 -0
  117. waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_head.py +158 -0
  118. waldur_api_client/api/marketplace_script_async_dry_run/marketplace_script_async_dry_run_head.py +107 -0
  119. waldur_api_client/api/marketplace_sections/marketplace_sections_head.py +107 -0
  120. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_head.py +155 -0
  121. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_head.py +107 -0
  122. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_month_head.py +107 -0
  123. waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_per_project_head.py +107 -0
  124. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_country_head.py +107 -0
  125. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_offering_head.py +107 -0
  126. waldur_api_client/api/marketplace_stats/marketplace_stats_count_active_resources_grouped_by_organization_group_head.py +107 -0
  127. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_industry_flag_head.py +107 -0
  128. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_grouped_by_provider_and_oecd_head.py +107 -0
  129. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_grouped_by_oecd_head.py +107 -0
  130. waldur_api_client/api/marketplace_stats/marketplace_stats_count_projects_of_service_providers_head.py +107 -0
  131. waldur_api_client/api/marketplace_stats/marketplace_stats_count_unique_users_connected_with_active_resources_of_service_provider_head.py +107 -0
  132. waldur_api_client/api/marketplace_stats/marketplace_stats_count_users_of_service_providers_head.py +107 -0
  133. waldur_api_client/api/marketplace_stats/marketplace_stats_customer_member_count_head.py +107 -0
  134. waldur_api_client/api/marketplace_stats/marketplace_stats_offerings_counter_stats_head.py +107 -0
  135. waldur_api_client/api/marketplace_stats/marketplace_stats_organization_project_count_head.py +107 -0
  136. waldur_api_client/api/marketplace_stats/marketplace_stats_organization_resource_count_head.py +107 -0
  137. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_industry_flag_head.py +76 -0
  138. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_limits_grouped_by_oecd_head.py +76 -0
  139. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_industry_flag_head.py +76 -0
  140. waldur_api_client/api/marketplace_stats/marketplace_stats_projects_usages_grouped_by_oecd_head.py +76 -0
  141. waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_head.py +107 -0
  142. waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_head.py +107 -0
  143. waldur_api_client/api/notification_messages/notification_messages_head.py +161 -0
  144. waldur_api_client/api/notification_messages_templates/notification_messages_templates_head.py +152 -0
  145. waldur_api_client/api/openstack_backups/openstack_backups_head.py +338 -0
  146. waldur_api_client/api/openstack_flavors/openstack_flavors_head.py +287 -0
  147. waldur_api_client/api/openstack_flavors/openstack_flavors_usage_stats_head.py +74 -0
  148. waldur_api_client/api/openstack_floating_ips/openstack_floating_ips_head.py +344 -0
  149. waldur_api_client/api/openstack_images/openstack_images_head.py +180 -0
  150. waldur_api_client/api/openstack_images/openstack_images_usage_stats_head.py +74 -0
  151. waldur_api_client/api/openstack_instance_availability_zones/openstack_instance_availability_zones_head.py +168 -0
  152. waldur_api_client/api/openstack_instances/openstack_instances_head.py +356 -0
  153. waldur_api_client/api/openstack_marketplace_tenants/openstack_marketplace_tenants_head.py +296 -0
  154. waldur_api_client/api/openstack_migrations/openstack_migrations_head.py +132 -0
  155. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_head.py +164 -0
  156. waldur_api_client/api/openstack_networks/openstack_networks_head.py +353 -0
  157. waldur_api_client/api/openstack_ports/openstack_ports_head.py +245 -0
  158. waldur_api_client/api/openstack_routers/openstack_routers_head.py +147 -0
  159. waldur_api_client/api/openstack_security_groups/openstack_security_groups_head.py +326 -0
  160. waldur_api_client/api/openstack_server_groups/openstack_server_groups_head.py +317 -0
  161. waldur_api_client/api/openstack_snapshots/openstack_snapshots_head.py +368 -0
  162. waldur_api_client/api/openstack_subnets/openstack_subnets_head.py +374 -0
  163. waldur_api_client/api/openstack_tenants/openstack_tenants_head.py +296 -0
  164. waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_head.py +168 -0
  165. waldur_api_client/api/openstack_volume_types/openstack_volume_types_head.py +180 -0
  166. waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_head.py +76 -0
  167. waldur_api_client/api/openstack_volumes/openstack_volumes_head.py +389 -0
  168. waldur_api_client/api/organization_groups/organization_groups_head.py +147 -0
  169. waldur_api_client/api/payment_profiles/payment_profiles_head.py +172 -0
  170. waldur_api_client/api/payments/payments_head.py +142 -0
  171. waldur_api_client/api/project_credits/project_credits_head.py +176 -0
  172. waldur_api_client/api/project_quotas/project_quotas_head.py +107 -0
  173. waldur_api_client/api/project_types/project_types_head.py +125 -0
  174. waldur_api_client/api/projects/projects_head.py +274 -0
  175. waldur_api_client/api/promotions_campaigns/promotions_campaigns_head.py +218 -0
  176. waldur_api_client/api/proposal_proposals/proposal_proposals_head.py +187 -0
  177. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_head.py +214 -0
  178. waldur_api_client/api/proposal_public_calls/proposal_public_calls_head.py +214 -0
  179. waldur_api_client/api/proposal_requested_offerings/proposal_requested_offerings_head.py +208 -0
  180. waldur_api_client/api/proposal_requested_resources/proposal_requested_resources_head.py +201 -0
  181. waldur_api_client/api/proposal_reviews/proposal_reviews_head.py +208 -0
  182. waldur_api_client/api/provider_invoice_items/provider_invoice_items_head.py +179 -0
  183. waldur_api_client/api/rancher_apps/rancher_apps_head.py +332 -0
  184. waldur_api_client/api/rancher_catalogs/rancher_catalogs_head.py +107 -0
  185. waldur_api_client/api/rancher_cluster_security_groups/rancher_cluster_security_groups_head.py +138 -0
  186. waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_head.py +107 -0
  187. waldur_api_client/api/rancher_clusters/rancher_clusters_head.py +296 -0
  188. waldur_api_client/api/rancher_hpas/rancher_hpas_head.py +195 -0
  189. waldur_api_client/api/rancher_ingresses/rancher_ingresses_head.py +332 -0
  190. waldur_api_client/api/rancher_namespaces/rancher_namespaces_head.py +188 -0
  191. waldur_api_client/api/rancher_nodes/rancher_nodes_head.py +120 -0
  192. waldur_api_client/api/rancher_projects/rancher_projects_head.py +159 -0
  193. waldur_api_client/api/rancher_role_templates/rancher_role_templates_head.py +155 -0
  194. waldur_api_client/api/rancher_services/rancher_services_head.py +332 -0
  195. waldur_api_client/api/rancher_templates/rancher_templates_head.py +200 -0
  196. waldur_api_client/api/rancher_users/rancher_users_head.py +171 -0
  197. waldur_api_client/api/rancher_workloads/rancher_workloads_head.py +200 -0
  198. waldur_api_client/api/roles/roles_head.py +134 -0
  199. waldur_api_client/api/service_settings/service_settings_head.py +203 -0
  200. waldur_api_client/api/slurm_allocation_user_usage/slurm_allocation_user_usage_head.py +168 -0
  201. waldur_api_client/api/slurm_allocations/slurm_allocations_head.py +305 -0
  202. waldur_api_client/api/slurm_associations/slurm_associations_head.py +129 -0
  203. waldur_api_client/api/slurm_jobs/slurm_jobs_head.py +107 -0
  204. waldur_api_client/api/support_attachments/support_attachments_head.py +129 -0
  205. waldur_api_client/api/support_comments/support_comments_head.py +191 -0
  206. waldur_api_client/api/support_feedbacks/support_feedbacks_head.py +202 -0
  207. waldur_api_client/api/support_issues/support_issues_head.py +314 -0
  208. waldur_api_client/api/support_priorities/support_priorities_head.py +125 -0
  209. waldur_api_client/api/support_templates/support_templates_head.py +107 -0
  210. waldur_api_client/api/support_users/support_users_head.py +134 -0
  211. waldur_api_client/api/user_agreements/user_agreements_head.py +121 -0
  212. waldur_api_client/api/user_group_invitations/user_group_invitations_head.py +176 -0
  213. waldur_api_client/api/user_invitations/user_invitations_head.py +202 -0
  214. waldur_api_client/api/user_permission_requests/user_permission_requests_head.py +178 -0
  215. waldur_api_client/api/user_permissions/user_permissions_head.py +267 -0
  216. waldur_api_client/api/users/users_head.py +348 -0
  217. waldur_api_client/api/users/users_me_head.py +76 -0
  218. waldur_api_client/api/vmware_clusters/vmware_clusters_head.py +159 -0
  219. waldur_api_client/api/vmware_datastores/vmware_datastores_head.py +159 -0
  220. waldur_api_client/api/vmware_disks/vmware_disks_head.py +317 -0
  221. waldur_api_client/api/vmware_folders/vmware_folders_head.py +159 -0
  222. waldur_api_client/api/vmware_networks/vmware_networks_head.py +171 -0
  223. waldur_api_client/api/vmware_ports/vmware_ports_head.py +338 -0
  224. waldur_api_client/api/vmware_templates/vmware_templates_head.py +147 -0
  225. waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_head.py +305 -0
  226. waldur_api_client/models/__init__.py +230 -0
  227. waldur_api_client/models/admin_announcements_head_o_item.py +17 -0
  228. waldur_api_client/models/admin_announcements_head_type_item.py +10 -0
  229. waldur_api_client/models/aws_instances_head_state_item.py +15 -0
  230. waldur_api_client/models/azure_public_ips_head_state_item.py +15 -0
  231. waldur_api_client/models/azure_sql_databases_head_state_item.py +15 -0
  232. waldur_api_client/models/azure_sql_servers_head_state_item.py +15 -0
  233. waldur_api_client/models/azure_virtualmachines_head_state_item.py +15 -0
  234. waldur_api_client/models/backend_resource_req.py +8 -0
  235. waldur_api_client/models/backend_resource_requests_head_o_item.py +9 -0
  236. waldur_api_client/models/backend_resource_requests_head_state_item.py +11 -0
  237. waldur_api_client/models/backend_resources_head_o_item.py +9 -0
  238. waldur_api_client/models/booking_resources_head_o_item.py +15 -0
  239. waldur_api_client/models/booking_resources_head_state_item.py +13 -0
  240. waldur_api_client/models/broadcast_messages_head_o_item.py +13 -0
  241. waldur_api_client/models/broadcast_messages_head_state.py +10 -0
  242. waldur_api_client/models/call_managing_organisations_head_o_item.py +9 -0
  243. waldur_api_client/models/customer_credits_head_o_item.py +15 -0
  244. waldur_api_client/models/customer_permissions_reviews_head_o_item.py +11 -0
  245. waldur_api_client/models/digitalocean_droplets_head_state_item.py +15 -0
  246. waldur_api_client/models/digitalocean_images_head_o_item.py +11 -0
  247. waldur_api_client/models/email_logs_head_o_item.py +11 -0
  248. waldur_api_client/models/event_subscriptions_head_o_item.py +9 -0
  249. waldur_api_client/models/event_types_enum.py +1 -0
  250. waldur_api_client/models/events_head_o_item.py +9 -0
  251. waldur_api_client/models/group_invitation.py +27 -3
  252. waldur_api_client/models/group_invitation_request.py +18 -0
  253. waldur_api_client/models/hooks_web_head_content_type.py +9 -0
  254. waldur_api_client/models/impact_level_display_enum.py +11 -0
  255. waldur_api_client/models/invitation.py +10 -4
  256. waldur_api_client/models/invoices_head_o_item.py +13 -0
  257. waldur_api_client/models/invoices_head_state_item.py +11 -0
  258. waldur_api_client/models/keycloak_user_group_memberships_head_state_item.py +9 -0
  259. waldur_api_client/models/keys_head_o_item.py +9 -0
  260. waldur_api_client/models/maintenance_announcement.py +8 -0
  261. waldur_api_client/models/maintenance_announcement_offering.py +17 -0
  262. waldur_api_client/models/maintenance_announcement_state_enum.py +7 -7
  263. waldur_api_client/models/marketplace_categories_head_customers_offerings_state_item.py +11 -0
  264. waldur_api_client/models/marketplace_component_usages_head_o_item.py +11 -0
  265. waldur_api_client/models/marketplace_component_user_usages_head_o_item.py +13 -0
  266. waldur_api_client/models/marketplace_integration_statuses_head_o_item.py +9 -0
  267. waldur_api_client/models/marketplace_integration_statuses_head_status_item.py +10 -0
  268. waldur_api_client/models/marketplace_offering_files_head_o_item.py +11 -0
  269. waldur_api_client/models/marketplace_offering_permissions_head_o_item.py +21 -0
  270. waldur_api_client/models/marketplace_offering_permissions_log_head_o_item.py +21 -0
  271. waldur_api_client/models/marketplace_offering_referrals_head_o_item.py +13 -0
  272. waldur_api_client/models/marketplace_offering_users_head_o_item.py +13 -0
  273. waldur_api_client/models/marketplace_offering_users_head_state_item.py +16 -0
  274. waldur_api_client/models/marketplace_offering_users_list_field_item.py +3 -0
  275. waldur_api_client/models/marketplace_offering_users_list_state_item.py +16 -0
  276. waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +3 -0
  277. waldur_api_client/models/marketplace_orders_head_o_item.py +15 -0
  278. waldur_api_client/models/marketplace_orders_head_state_item.py +15 -0
  279. waldur_api_client/models/marketplace_orders_head_type_item.py +10 -0
  280. waldur_api_client/models/marketplace_project_update_requests_head_state_item.py +12 -0
  281. waldur_api_client/models/marketplace_provider_offerings_groups_head_o_item.py +21 -0
  282. waldur_api_client/models/marketplace_provider_offerings_groups_head_state_item.py +11 -0
  283. waldur_api_client/models/marketplace_provider_offerings_head_o_item.py +21 -0
  284. waldur_api_client/models/marketplace_provider_offerings_head_state_item.py +11 -0
  285. waldur_api_client/models/marketplace_provider_resources_head_o_item.py +15 -0
  286. waldur_api_client/models/marketplace_provider_resources_head_state_item.py +13 -0
  287. waldur_api_client/models/marketplace_public_offerings_head_o_item.py +21 -0
  288. waldur_api_client/models/marketplace_public_offerings_head_state_item.py +11 -0
  289. waldur_api_client/models/marketplace_resources_head_o_item.py +15 -0
  290. waldur_api_client/models/marketplace_resources_head_state_item.py +13 -0
  291. waldur_api_client/models/marketplace_robot_accounts_head_state.py +13 -0
  292. waldur_api_client/models/marketplace_screenshots_head_o_item.py +11 -0
  293. waldur_api_client/models/marketplace_service_providers_head_o_item.py +9 -0
  294. waldur_api_client/models/offering_user.py +36 -0
  295. waldur_api_client/models/offering_user_state_enum.py +16 -0
  296. waldur_api_client/models/offering_user_state_transition_request.py +59 -0
  297. waldur_api_client/models/openstack_backups_head_state_item.py +15 -0
  298. waldur_api_client/models/openstack_flavors_head_o_item.py +13 -0
  299. waldur_api_client/models/openstack_floating_ips_head_state_item.py +15 -0
  300. waldur_api_client/models/openstack_instances_head_state_item.py +15 -0
  301. waldur_api_client/models/openstack_marketplace_tenants_head_state_item.py +15 -0
  302. waldur_api_client/models/openstack_network_rbac_policies_head_policy_type.py +9 -0
  303. waldur_api_client/models/openstack_networks_head_state_item.py +15 -0
  304. waldur_api_client/models/openstack_ports_head_o_item.py +9 -0
  305. waldur_api_client/models/openstack_security_groups_head_state_item.py +15 -0
  306. waldur_api_client/models/openstack_server_groups_head_state_item.py +15 -0
  307. waldur_api_client/models/openstack_snapshots_head_state_item.py +15 -0
  308. waldur_api_client/models/openstack_subnets_head_state_item.py +15 -0
  309. waldur_api_client/models/openstack_tenants_head_state_item.py +15 -0
  310. waldur_api_client/models/openstack_volumes_head_state_item.py +15 -0
  311. waldur_api_client/models/payment_profiles_head_o_item.py +13 -0
  312. waldur_api_client/models/payment_profiles_head_payment_type_item.py +10 -0
  313. waldur_api_client/models/permission.py +15 -4
  314. waldur_api_client/models/project_credits_head_o_item.py +15 -0
  315. waldur_api_client/models/projects_head_o_item.py +23 -0
  316. waldur_api_client/models/promotions_campaigns_head_o_item.py +11 -0
  317. waldur_api_client/models/promotions_campaigns_head_state_item.py +10 -0
  318. waldur_api_client/models/proposal_proposals_head_o_item.py +17 -0
  319. waldur_api_client/models/proposal_proposals_head_state_item.py +13 -0
  320. waldur_api_client/models/proposal_protected_calls_head_o_item.py +13 -0
  321. waldur_api_client/models/proposal_protected_calls_head_state_item.py +10 -0
  322. waldur_api_client/models/proposal_protected_calls_list_field_item.py +1 -0
  323. waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +1 -0
  324. waldur_api_client/models/proposal_public_calls_head_o_item.py +13 -0
  325. waldur_api_client/models/proposal_public_calls_head_state_item.py +10 -0
  326. waldur_api_client/models/proposal_public_calls_list_field_item.py +1 -0
  327. waldur_api_client/models/proposal_public_calls_retrieve_field_item.py +1 -0
  328. waldur_api_client/models/proposal_requested_offerings_head_o_item.py +15 -0
  329. waldur_api_client/models/proposal_requested_offerings_head_state_item.py +10 -0
  330. waldur_api_client/models/proposal_requested_resources_head_o_item.py +15 -0
  331. waldur_api_client/models/proposal_reviews_head_o_item.py +11 -0
  332. waldur_api_client/models/proposal_reviews_head_state_item.py +11 -0
  333. waldur_api_client/models/protected_call.py +16 -0
  334. waldur_api_client/models/provider_invoice_items_head_o_item.py +15 -0
  335. waldur_api_client/models/public_call.py +16 -0
  336. waldur_api_client/models/rancher_apps_head_state_item.py +15 -0
  337. waldur_api_client/models/rancher_clusters_head_state_item.py +15 -0
  338. waldur_api_client/models/rancher_ingresses_head_state_item.py +15 -0
  339. waldur_api_client/models/rancher_namespaces_head_o_item.py +13 -0
  340. waldur_api_client/models/rancher_role_templates_head_o_item.py +11 -0
  341. waldur_api_client/models/rancher_services_head_state_item.py +15 -0
  342. waldur_api_client/models/rancher_templates_head_o_item.py +11 -0
  343. waldur_api_client/models/rancher_workloads_head_o_item.py +15 -0
  344. waldur_api_client/models/service_settings_head_state_item.py +15 -0
  345. waldur_api_client/models/slurm_allocations_head_state_item.py +15 -0
  346. waldur_api_client/models/support_comments_head_o_item.py +11 -0
  347. waldur_api_client/models/support_issues_head_o_item.py +35 -0
  348. waldur_api_client/models/user_agreements_head_agreement_type.py +9 -0
  349. waldur_api_client/models/user_group_invitations_head_o_item.py +9 -0
  350. waldur_api_client/models/user_invitations_head_o_item.py +15 -0
  351. waldur_api_client/models/user_invitations_head_state_item.py +14 -0
  352. waldur_api_client/models/user_permission_requests_head_o_item.py +11 -0
  353. waldur_api_client/models/user_permission_requests_head_state_item.py +12 -0
  354. waldur_api_client/models/user_permissions_head_o_item.py +21 -0
  355. waldur_api_client/models/users_head_o_item.py +31 -0
  356. waldur_api_client/models/visible_invitation_details.py +10 -4
  357. waldur_api_client/models/vmware_disks_head_state_item.py +15 -0
  358. waldur_api_client/models/vmware_ports_head_state_item.py +15 -0
  359. waldur_api_client/models/vmware_virtual_machine_head_state_item.py +15 -0
  360. {waldur_api_client-7.7.2.dist-info → waldur_api_client-7.7.4.dist-info}/METADATA +1 -1
  361. {waldur_api_client-7.7.2.dist-info → waldur_api_client-7.7.4.dist-info}/RECORD +363 -25
  362. {waldur_api_client-7.7.2.dist-info → waldur_api_client-7.7.4.dist-info}/LICENSE +0 -0
  363. {waldur_api_client-7.7.2.dist-info → waldur_api_client-7.7.4.dist-info}/WHEEL +0 -0
@@ -7,6 +7,7 @@ from attrs import define as _attrs_define
7
7
  from attrs import field as _attrs_field
8
8
  from dateutil.parser import isoparse
9
9
 
10
+ from ..models.offering_user_state_enum import OfferingUserStateEnum
10
11
  from ..types import UNSET, Unset
11
12
 
12
13
  T = TypeVar("T", bound="OfferingUser")
@@ -27,11 +28,15 @@ class OfferingUser:
27
28
  user_username (Union[Unset, str]): Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_
28
29
  characters
29
30
  user_full_name (Union[Unset, str]):
31
+ user_email (Union[Unset, str]):
30
32
  created (Union[Unset, datetime.datetime]):
31
33
  modified (Union[Unset, datetime.datetime]):
32
34
  customer_uuid (Union[Unset, UUID]):
33
35
  customer_name (Union[Unset, str]):
34
36
  is_restricted (Union[Unset, bool]): Signal to service if the user account is restricted or not
37
+ state (Union[Unset, OfferingUserStateEnum]):
38
+ service_provider_comment (Union[Unset, str]): Additional comment for pending states like validation or account
39
+ linking
35
40
  """
36
41
 
37
42
  url: Union[Unset, str] = UNSET
@@ -44,11 +49,14 @@ class OfferingUser:
44
49
  user_uuid: Union[Unset, UUID] = UNSET
45
50
  user_username: Union[Unset, str] = UNSET
46
51
  user_full_name: Union[Unset, str] = UNSET
52
+ user_email: Union[Unset, str] = UNSET
47
53
  created: Union[Unset, datetime.datetime] = UNSET
48
54
  modified: Union[Unset, datetime.datetime] = UNSET
49
55
  customer_uuid: Union[Unset, UUID] = UNSET
50
56
  customer_name: Union[Unset, str] = UNSET
51
57
  is_restricted: Union[Unset, bool] = UNSET
58
+ state: Union[Unset, OfferingUserStateEnum] = UNSET
59
+ service_provider_comment: Union[Unset, str] = UNSET
52
60
  additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
53
61
 
54
62
  def to_dict(self) -> dict[str, Any]:
@@ -82,6 +90,8 @@ class OfferingUser:
82
90
 
83
91
  user_full_name = self.user_full_name
84
92
 
93
+ user_email = self.user_email
94
+
85
95
  created: Union[Unset, str] = UNSET
86
96
  if not isinstance(self.created, Unset):
87
97
  created = self.created.isoformat()
@@ -98,6 +108,12 @@ class OfferingUser:
98
108
 
99
109
  is_restricted = self.is_restricted
100
110
 
111
+ state: Union[Unset, str] = UNSET
112
+ if not isinstance(self.state, Unset):
113
+ state = self.state.value
114
+
115
+ service_provider_comment = self.service_provider_comment
116
+
101
117
  field_dict: dict[str, Any] = {}
102
118
  field_dict.update(self.additional_properties)
103
119
  field_dict.update({})
@@ -121,6 +137,8 @@ class OfferingUser:
121
137
  field_dict["user_username"] = user_username
122
138
  if user_full_name is not UNSET:
123
139
  field_dict["user_full_name"] = user_full_name
140
+ if user_email is not UNSET:
141
+ field_dict["user_email"] = user_email
124
142
  if created is not UNSET:
125
143
  field_dict["created"] = created
126
144
  if modified is not UNSET:
@@ -131,6 +149,10 @@ class OfferingUser:
131
149
  field_dict["customer_name"] = customer_name
132
150
  if is_restricted is not UNSET:
133
151
  field_dict["is_restricted"] = is_restricted
152
+ if state is not UNSET:
153
+ field_dict["state"] = state
154
+ if service_provider_comment is not UNSET:
155
+ field_dict["service_provider_comment"] = service_provider_comment
134
156
 
135
157
  return field_dict
136
158
 
@@ -179,6 +201,8 @@ class OfferingUser:
179
201
 
180
202
  user_full_name = d.pop("user_full_name", UNSET)
181
203
 
204
+ user_email = d.pop("user_email", UNSET)
205
+
182
206
  _created = d.pop("created", UNSET)
183
207
  created: Union[Unset, datetime.datetime]
184
208
  if isinstance(_created, Unset):
@@ -204,6 +228,15 @@ class OfferingUser:
204
228
 
205
229
  is_restricted = d.pop("is_restricted", UNSET)
206
230
 
231
+ _state = d.pop("state", UNSET)
232
+ state: Union[Unset, OfferingUserStateEnum]
233
+ if isinstance(_state, Unset):
234
+ state = UNSET
235
+ else:
236
+ state = OfferingUserStateEnum(_state)
237
+
238
+ service_provider_comment = d.pop("service_provider_comment", UNSET)
239
+
207
240
  offering_user = cls(
208
241
  url=url,
209
242
  uuid=uuid,
@@ -215,11 +248,14 @@ class OfferingUser:
215
248
  user_uuid=user_uuid,
216
249
  user_username=user_username,
217
250
  user_full_name=user_full_name,
251
+ user_email=user_email,
218
252
  created=created,
219
253
  modified=modified,
220
254
  customer_uuid=customer_uuid,
221
255
  customer_name=customer_name,
222
256
  is_restricted=is_restricted,
257
+ state=state,
258
+ service_provider_comment=service_provider_comment,
223
259
  )
224
260
 
225
261
  offering_user.additional_properties = d
@@ -0,0 +1,16 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OfferingUserStateEnum(str, Enum):
5
+ CREATING = "Creating"
6
+ DELETED = "Deleted"
7
+ DELETING = "Deleting"
8
+ ERROR = "Error"
9
+ OK = "OK"
10
+ PENDING_ACCOUNT_LINKING = "Pending account linking"
11
+ PENDING_ADDITIONAL_VALIDATION = "Pending additional validation"
12
+ REQUESTED = "Requested"
13
+ REQUESTED_DELETION = "Requested deletion"
14
+
15
+ def __str__(self) -> str:
16
+ return str(self.value)
@@ -0,0 +1,59 @@
1
+ from collections.abc import Mapping
2
+ from typing import Any, TypeVar, Union
3
+
4
+ from attrs import define as _attrs_define
5
+ from attrs import field as _attrs_field
6
+
7
+ from ..types import UNSET, Unset
8
+
9
+ T = TypeVar("T", bound="OfferingUserStateTransitionRequest")
10
+
11
+
12
+ @_attrs_define
13
+ class OfferingUserStateTransitionRequest:
14
+ """
15
+ Attributes:
16
+ comment (Union[Unset, str]):
17
+ """
18
+
19
+ comment: Union[Unset, str] = UNSET
20
+ additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
21
+
22
+ def to_dict(self) -> dict[str, Any]:
23
+ comment = self.comment
24
+
25
+ field_dict: dict[str, Any] = {}
26
+ field_dict.update(self.additional_properties)
27
+ field_dict.update({})
28
+ if comment is not UNSET:
29
+ field_dict["comment"] = comment
30
+
31
+ return field_dict
32
+
33
+ @classmethod
34
+ def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
35
+ d = dict(src_dict)
36
+ comment = d.pop("comment", UNSET)
37
+
38
+ offering_user_state_transition_request = cls(
39
+ comment=comment,
40
+ )
41
+
42
+ offering_user_state_transition_request.additional_properties = d
43
+ return offering_user_state_transition_request
44
+
45
+ @property
46
+ def additional_keys(self) -> list[str]:
47
+ return list(self.additional_properties.keys())
48
+
49
+ def __getitem__(self, key: str) -> Any:
50
+ return self.additional_properties[key]
51
+
52
+ def __setitem__(self, key: str, value: Any) -> None:
53
+ self.additional_properties[key] = value
54
+
55
+ def __delitem__(self, key: str) -> None:
56
+ del self.additional_properties[key]
57
+
58
+ def __contains__(self, key: str) -> bool:
59
+ return key in self.additional_properties
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackBackupsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackFlavorsHeadOItem(str, Enum):
5
+ CORES = "cores"
6
+ DISK = "disk"
7
+ RAM = "ram"
8
+ VALUE_0 = "-cores"
9
+ VALUE_1 = "-disk"
10
+ VALUE_2 = "-ram"
11
+
12
+ def __str__(self) -> str:
13
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackFloatingIpsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackInstancesHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackMarketplaceTenantsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,9 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackNetworkRbacPoliciesHeadPolicyType(str, Enum):
5
+ ACCESS_AS_EXTERNAL = "access_as_external"
6
+ ACCESS_AS_SHARED = "access_as_shared"
7
+
8
+ def __str__(self) -> str:
9
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackNetworksHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,9 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackPortsHeadOItem(str, Enum):
5
+ NETWORK_NAME = "network_name"
6
+ VALUE_0 = "-network_name"
7
+
8
+ def __str__(self) -> str:
9
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackSecurityGroupsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackServerGroupsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackSnapshotsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackSubnetsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackTenantsHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class OpenstackVolumesHeadStateItem(str, Enum):
5
+ CREATING = "CREATING"
6
+ CREATION_SCHEDULED = "CREATION_SCHEDULED"
7
+ DELETING = "DELETING"
8
+ DELETION_SCHEDULED = "DELETION_SCHEDULED"
9
+ ERRED = "ERRED"
10
+ OK = "OK"
11
+ UPDATE_SCHEDULED = "UPDATE_SCHEDULED"
12
+ UPDATING = "UPDATING"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+
4
+ class PaymentProfilesHeadOItem(str, Enum):
5
+ IS_ACTIVE = "is_active"
6
+ NAME = "name"
7
+ PAYMENT_TYPE = "payment_type"
8
+ VALUE_0 = "-is_active"
9
+ VALUE_1 = "-name"
10
+ VALUE_2 = "-payment_type"
11
+
12
+ def __str__(self) -> str:
13
+ return str(self.value)
@@ -0,0 +1,10 @@
1
+ from enum import Enum
2
+
3
+
4
+ class PaymentProfilesHeadPaymentTypeItem(str, Enum):
5
+ FIXED_PRICE = "fixed_price"
6
+ INVOICES = "invoices"
7
+ PAYMENT_GW_MONTHLY = "payment_gw_monthly"
8
+
9
+ def __str__(self) -> str:
10
+ return str(self.value)
@@ -26,7 +26,7 @@ class Permission:
26
26
  role_name (Union[Unset, str]):
27
27
  role_description (Union[Unset, str]):
28
28
  role_uuid (Union[Unset, UUID]):
29
- scope_type (Union[Unset, str]):
29
+ scope_type (Union[None, Unset, str]):
30
30
  scope_uuid (Union[Unset, UUID]):
31
31
  scope_name (Union[Unset, str]):
32
32
  customer_uuid (Union[Unset, UUID]):
@@ -43,7 +43,7 @@ class Permission:
43
43
  role_name: Union[Unset, str] = UNSET
44
44
  role_description: Union[Unset, str] = UNSET
45
45
  role_uuid: Union[Unset, UUID] = UNSET
46
- scope_type: Union[Unset, str] = UNSET
46
+ scope_type: Union[None, Unset, str] = UNSET
47
47
  scope_uuid: Union[Unset, UUID] = UNSET
48
48
  scope_name: Union[Unset, str] = UNSET
49
49
  customer_uuid: Union[Unset, UUID] = UNSET
@@ -83,7 +83,11 @@ class Permission:
83
83
  if not isinstance(self.role_uuid, Unset):
84
84
  role_uuid = str(self.role_uuid)
85
85
 
86
- scope_type = self.scope_type
86
+ scope_type: Union[None, Unset, str]
87
+ if isinstance(self.scope_type, Unset):
88
+ scope_type = UNSET
89
+ else:
90
+ scope_type = self.scope_type
87
91
 
88
92
  scope_uuid: Union[Unset, str] = UNSET
89
93
  if not isinstance(self.scope_uuid, Unset):
@@ -186,7 +190,14 @@ class Permission:
186
190
  else:
187
191
  role_uuid = UUID(_role_uuid)
188
192
 
189
- scope_type = d.pop("scope_type", UNSET)
193
+ def _parse_scope_type(data: object) -> Union[None, Unset, str]:
194
+ if data is None:
195
+ return data
196
+ if isinstance(data, Unset):
197
+ return data
198
+ return cast(Union[None, Unset, str], data)
199
+
200
+ scope_type = _parse_scope_type(d.pop("scope_type", UNSET))
190
201
 
191
202
  _scope_uuid = d.pop("scope_uuid", UNSET)
192
203
  scope_uuid: Union[Unset, UUID]
@@ -0,0 +1,15 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProjectCreditsHeadOItem(str, Enum):
5
+ END_DATE = "end_date"
6
+ EXPECTED_CONSUMPTION = "expected_consumption"
7
+ PROJECT_NAME = "project_name"
8
+ VALUE = "value"
9
+ VALUE_0 = "-end_date"
10
+ VALUE_1 = "-expected_consumption"
11
+ VALUE_2 = "-project_name"
12
+ VALUE_3 = "-value"
13
+
14
+ def __str__(self) -> str:
15
+ return str(self.value)
@@ -0,0 +1,23 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProjectsHeadOItem(str, Enum):
5
+ CREATED = "created"
6
+ CUSTOMER_ABBREVIATION = "customer_abbreviation"
7
+ CUSTOMER_NAME = "customer_name"
8
+ CUSTOMER_NATIVE_NAME = "customer_native_name"
9
+ END_DATE = "end_date"
10
+ ESTIMATED_COST = "estimated_cost"
11
+ NAME = "name"
12
+ START_DATE = "start_date"
13
+ VALUE_0 = "-created"
14
+ VALUE_1 = "-customer_abbreviation"
15
+ VALUE_2 = "-customer_name"
16
+ VALUE_3 = "-customer_native_name"
17
+ VALUE_4 = "-end_date"
18
+ VALUE_5 = "-estimated_cost"
19
+ VALUE_6 = "-name"
20
+ VALUE_7 = "-start_date"
21
+
22
+ def __str__(self) -> str:
23
+ return str(self.value)
@@ -0,0 +1,11 @@
1
+ from enum import Enum
2
+
3
+
4
+ class PromotionsCampaignsHeadOItem(str, Enum):
5
+ END_DATE = "end_date"
6
+ START_DATE = "start_date"
7
+ VALUE_0 = "-end_date"
8
+ VALUE_1 = "-start_date"
9
+
10
+ def __str__(self) -> str:
11
+ return str(self.value)
@@ -0,0 +1,10 @@
1
+ from enum import Enum
2
+
3
+
4
+ class PromotionsCampaignsHeadStateItem(str, Enum):
5
+ ACTIVE = "Active"
6
+ DRAFT = "Draft"
7
+ TERMINATED = "Terminated"
8
+
9
+ def __str__(self) -> str:
10
+ return str(self.value)
@@ -0,0 +1,17 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalProposalsHeadOItem(str, Enum):
5
+ CREATED = "created"
6
+ ROUND_CALL_NAME = "round__call__name"
7
+ ROUND_CUTOFF_TIME = "round__cutoff_time"
8
+ ROUND_START_TIME = "round__start_time"
9
+ STATE = "state"
10
+ VALUE_0 = "-created"
11
+ VALUE_1 = "-round__call__name"
12
+ VALUE_2 = "-round__cutoff_time"
13
+ VALUE_3 = "-round__start_time"
14
+ VALUE_4 = "-state"
15
+
16
+ def __str__(self) -> str:
17
+ return str(self.value)
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalProposalsHeadStateItem(str, Enum):
5
+ ACCEPTED = "accepted"
6
+ CANCELED = "canceled"
7
+ DRAFT = "draft"
8
+ IN_REVIEW = "in_review"
9
+ REJECTED = "rejected"
10
+ SUBMITTED = "submitted"
11
+
12
+ def __str__(self) -> str:
13
+ return str(self.value)
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalProtectedCallsHeadOItem(str, Enum):
5
+ CREATED = "created"
6
+ MANAGER_CUSTOMER_NAME = "manager__customer__name"
7
+ NAME = "name"
8
+ VALUE_0 = "-created"
9
+ VALUE_1 = "-manager__customer__name"
10
+ VALUE_2 = "-name"
11
+
12
+ def __str__(self) -> str:
13
+ return str(self.value)
@@ -0,0 +1,10 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalProtectedCallsHeadStateItem(str, Enum):
5
+ ACTIVE = "active"
6
+ ARCHIVED = "archived"
7
+ DRAFT = "draft"
8
+
9
+ def __str__(self) -> str:
10
+ return str(self.value)
@@ -13,6 +13,7 @@ class ProposalProtectedCallsListFieldItem(str, Enum):
13
13
  EXTERNAL_URL = "external_url"
14
14
  FIXED_DURATION_IN_DAYS = "fixed_duration_in_days"
15
15
  MANAGER = "manager"
16
+ MANAGER_UUID = "manager_uuid"
16
17
  NAME = "name"
17
18
  OFFERINGS = "offerings"
18
19
  REFERENCE_CODE = "reference_code"
@@ -13,6 +13,7 @@ class ProposalProtectedCallsRetrieveFieldItem(str, Enum):
13
13
  EXTERNAL_URL = "external_url"
14
14
  FIXED_DURATION_IN_DAYS = "fixed_duration_in_days"
15
15
  MANAGER = "manager"
16
+ MANAGER_UUID = "manager_uuid"
16
17
  NAME = "name"
17
18
  OFFERINGS = "offerings"
18
19
  REFERENCE_CODE = "reference_code"
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalPublicCallsHeadOItem(str, Enum):
5
+ CREATED = "created"
6
+ MANAGER_CUSTOMER_NAME = "manager__customer__name"
7
+ NAME = "name"
8
+ VALUE_0 = "-created"
9
+ VALUE_1 = "-manager__customer__name"
10
+ VALUE_2 = "-name"
11
+
12
+ def __str__(self) -> str:
13
+ return str(self.value)
@@ -0,0 +1,10 @@
1
+ from enum import Enum
2
+
3
+
4
+ class ProposalPublicCallsHeadStateItem(str, Enum):
5
+ ACTIVE = "active"
6
+ ARCHIVED = "archived"
7
+ DRAFT = "draft"
8
+
9
+ def __str__(self) -> str:
10
+ return str(self.value)
@@ -12,6 +12,7 @@ class ProposalPublicCallsListFieldItem(str, Enum):
12
12
  EXTERNAL_URL = "external_url"
13
13
  FIXED_DURATION_IN_DAYS = "fixed_duration_in_days"
14
14
  MANAGER = "manager"
15
+ MANAGER_UUID = "manager_uuid"
15
16
  NAME = "name"
16
17
  OFFERINGS = "offerings"
17
18
  RESOURCE_TEMPLATES = "resource_templates"