waldur-api-client 7.8.3__py3-none-any.whl → 7.8.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 (341) hide show
  1. waldur_api_client/api/backend_resources/backend_resources_import_resource.py +3 -3
  2. waldur_api_client/api/booking_resources/booking_resources_count.py +108 -0
  3. waldur_api_client/api/booking_resources/booking_resources_list.py +108 -0
  4. waldur_api_client/api/call_managing_organisations/call_managing_organisations_add_user.py +17 -10
  5. waldur_api_client/api/customers/customers_add_user.py +17 -10
  6. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_count.py +30 -0
  7. waldur_api_client/api/marketplace_component_usages/marketplace_component_usages_list.py +30 -0
  8. waldur_api_client/api/marketplace_customer_component_usage_policies/__init__.py +1 -0
  9. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_count.py +125 -0
  10. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_actions_retrieve.py +119 -0
  11. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_count.py +239 -0
  12. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_create.py +152 -0
  13. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_destroy.py +89 -0
  14. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_list.py +242 -0
  15. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_partial_update.py +166 -0
  16. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_retrieve.py +144 -0
  17. waldur_api_client/api/marketplace_customer_component_usage_policies/marketplace_customer_component_usage_policies_update.py +166 -0
  18. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_count.py +125 -0
  19. waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_template_retrieve.py +126 -0
  20. waldur_api_client/api/marketplace_orders/marketplace_orders_set_backend_id.py +105 -0
  21. waldur_api_client/api/marketplace_plans/marketplace_plans_update_discounts.py +123 -0
  22. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_partition.py +168 -0
  23. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_software_catalog.py +168 -0
  24. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py +19 -10
  25. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
  26. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
  27. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
  28. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py +1 -1
  29. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
  30. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
  31. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
  32. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
  33. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_partition.py +107 -0
  34. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_software_catalog.py +107 -0
  35. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_tos_stats_retrieve.py +146 -0
  36. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_partition_partial_update.py +168 -0
  37. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_software_catalog_partial_update.py +168 -0
  38. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +108 -0
  39. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +108 -0
  40. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_downscaled.py +107 -0
  41. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_paused.py +107 -0
  42. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_set_restrict_member_access.py +107 -0
  43. waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_update_options.py +168 -0
  44. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
  45. waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
  46. waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +108 -0
  47. waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +108 -0
  48. waldur_api_client/api/marketplace_resources/marketplace_resources_renew.py +166 -0
  49. waldur_api_client/api/marketplace_resources/marketplace_resources_set_downscaled.py +107 -0
  50. waldur_api_client/api/marketplace_resources/marketplace_resources_set_paused.py +107 -0
  51. waldur_api_client/api/marketplace_resources/marketplace_resources_set_restrict_member_access.py +107 -0
  52. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py +17 -10
  53. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
  54. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
  55. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +14 -24
  56. waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_set_offerings_username.py +8 -67
  57. waldur_api_client/api/marketplace_service_providers/service_provider_checklists_summary.py +189 -0
  58. waldur_api_client/api/marketplace_site_agent_identities/__init__.py +1 -0
  59. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_count.py +240 -0
  60. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_create.py +148 -0
  61. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_destroy.py +89 -0
  62. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_list.py +241 -0
  63. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_event_subscription.py +176 -0
  64. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_register_service.py +170 -0
  65. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_retrieve.py +140 -0
  66. waldur_api_client/api/marketplace_site_agent_identities/marketplace_site_agent_identities_update.py +162 -0
  67. waldur_api_client/api/marketplace_site_agent_processors/__init__.py +1 -0
  68. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_count.py +240 -0
  69. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_list.py +241 -0
  70. waldur_api_client/api/marketplace_site_agent_processors/marketplace_site_agent_processors_retrieve.py +142 -0
  71. waldur_api_client/api/marketplace_site_agent_services/__init__.py +1 -0
  72. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_count.py +229 -0
  73. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_list.py +230 -0
  74. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_register_processor.py +172 -0
  75. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_retrieve.py +140 -0
  76. waldur_api_client/api/marketplace_site_agent_services/marketplace_site_agent_services_set_statistics.py +166 -0
  77. waldur_api_client/api/marketplace_software_catalogs/__init__.py +1 -0
  78. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_count.py +225 -0
  79. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_create.py +150 -0
  80. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_destroy.py +89 -0
  81. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_list.py +226 -0
  82. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_partial_update.py +164 -0
  83. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_retrieve.py +142 -0
  84. waldur_api_client/api/marketplace_software_catalogs/marketplace_software_catalogs_update.py +164 -0
  85. waldur_api_client/api/marketplace_software_packages/__init__.py +1 -0
  86. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_count.py +352 -0
  87. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_create.py +150 -0
  88. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_destroy.py +89 -0
  89. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_list.py +353 -0
  90. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_partial_update.py +164 -0
  91. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_retrieve.py +142 -0
  92. waldur_api_client/api/marketplace_software_packages/marketplace_software_packages_update.py +164 -0
  93. waldur_api_client/api/marketplace_software_targets/__init__.py +1 -0
  94. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_count.py +313 -0
  95. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_create.py +117 -0
  96. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_destroy.py +89 -0
  97. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_list.py +314 -0
  98. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_partial_update.py +142 -0
  99. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_retrieve.py +142 -0
  100. waldur_api_client/api/marketplace_software_targets/marketplace_software_targets_update.py +142 -0
  101. waldur_api_client/api/marketplace_software_versions/__init__.py +1 -0
  102. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_count.py +310 -0
  103. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_create.py +117 -0
  104. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_destroy.py +89 -0
  105. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_list.py +311 -0
  106. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_partial_update.py +142 -0
  107. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_retrieve.py +142 -0
  108. waldur_api_client/api/marketplace_software_versions/marketplace_software_versions_update.py +142 -0
  109. waldur_api_client/api/onboarding/__init__.py +1 -0
  110. waldur_api_client/api/onboarding/onboarding_supported_countries_retrieve.py +74 -0
  111. waldur_api_client/api/onboarding_justifications/__init__.py +1 -0
  112. waldur_api_client/api/onboarding_justifications/onboarding_justifications_approve.py +168 -0
  113. waldur_api_client/api/onboarding_justifications/onboarding_justifications_attach_document.py +211 -0
  114. waldur_api_client/api/onboarding_justifications/onboarding_justifications_count.py +172 -0
  115. waldur_api_client/api/onboarding_justifications/onboarding_justifications_create.py +150 -0
  116. waldur_api_client/api/onboarding_justifications/onboarding_justifications_create_justification.py +154 -0
  117. waldur_api_client/api/onboarding_justifications/onboarding_justifications_destroy.py +89 -0
  118. waldur_api_client/api/onboarding_justifications/onboarding_justifications_list.py +175 -0
  119. waldur_api_client/api/onboarding_justifications/onboarding_justifications_partial_update.py +164 -0
  120. waldur_api_client/api/onboarding_justifications/onboarding_justifications_reject.py +168 -0
  121. waldur_api_client/api/onboarding_justifications/onboarding_justifications_retrieve.py +142 -0
  122. waldur_api_client/api/onboarding_justifications/onboarding_justifications_update.py +164 -0
  123. waldur_api_client/api/onboarding_verifications/__init__.py +1 -0
  124. waldur_api_client/api/onboarding_verifications/onboarding_verifications_count.py +172 -0
  125. waldur_api_client/api/onboarding_verifications/onboarding_verifications_create.py +150 -0
  126. waldur_api_client/api/onboarding_verifications/onboarding_verifications_create_customer.py +144 -0
  127. waldur_api_client/api/onboarding_verifications/onboarding_verifications_destroy.py +89 -0
  128. waldur_api_client/api/onboarding_verifications/onboarding_verifications_list.py +175 -0
  129. waldur_api_client/api/onboarding_verifications/onboarding_verifications_partial_update.py +164 -0
  130. waldur_api_client/api/onboarding_verifications/onboarding_verifications_retrieve.py +142 -0
  131. waldur_api_client/api/onboarding_verifications/onboarding_verifications_update.py +164 -0
  132. waldur_api_client/api/onboarding_verifications/onboarding_verifications_validate_company.py +154 -0
  133. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_count.py +33 -0
  134. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_create.py +154 -0
  135. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_destroy.py +91 -0
  136. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_list.py +33 -0
  137. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_partial_update.py +164 -0
  138. waldur_api_client/api/openstack_network_rbac_policies/openstack_network_rbac_policies_update.py +164 -0
  139. waldur_api_client/api/openstack_networks/openstack_networks_rbac_policy_create.py +24 -22
  140. waldur_api_client/api/projects/projects_add_user.py +17 -10
  141. waldur_api_client/api/projects/projects_checklist_template_count.py +125 -0
  142. waldur_api_client/api/projects/projects_checklist_template_retrieve.py +126 -0
  143. waldur_api_client/api/projects/projects_count.py +30 -0
  144. waldur_api_client/api/projects/projects_list.py +30 -0
  145. waldur_api_client/api/projects/projects_move_project.py +19 -10
  146. waldur_api_client/api/projects/projects_recover.py +166 -0
  147. waldur_api_client/api/proposal_proposals/proposal_proposals_add_user.py +17 -10
  148. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_count.py +125 -0
  149. waldur_api_client/api/proposal_proposals/proposal_proposals_checklist_template_retrieve.py +126 -0
  150. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_add_user.py +17 -10
  151. waldur_api_client/api/proposal_protected_calls/proposal_protected_calls_offerings_list.py +15 -0
  152. waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_resource_robot_accounts.py +88 -0
  153. waldur_api_client/models/__init__.py +214 -8
  154. waldur_api_client/models/agent_event_subscription_create_request.py +71 -0
  155. waldur_api_client/models/agent_identity.py +211 -0
  156. waldur_api_client/models/agent_identity_request.py +157 -0
  157. waldur_api_client/models/agent_processor.py +170 -0
  158. waldur_api_client/models/agent_processor_create_request.py +89 -0
  159. waldur_api_client/models/agent_service.py +172 -0
  160. waldur_api_client/models/agent_service_create_request.py +81 -0
  161. waldur_api_client/models/agent_service_state.py +10 -0
  162. waldur_api_client/models/agent_service_statistics_request.py +59 -0
  163. waldur_api_client/models/base_provider_plan.py +21 -0
  164. waldur_api_client/models/base_public_plan.py +21 -0
  165. waldur_api_client/models/booking_offerings_list_field_item.py +2 -0
  166. waldur_api_client/models/booking_offerings_retrieve_field_item.py +2 -0
  167. waldur_api_client/models/booking_resource.py +37 -11
  168. waldur_api_client/models/booking_resource_renewal_date_type_0.py +53 -0
  169. waldur_api_client/models/booking_resources_list_field_item.py +1 -0
  170. waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -0
  171. waldur_api_client/models/call_managing_organisations_add_user_response_400.py +65 -0
  172. waldur_api_client/models/call_round.py +4 -4
  173. waldur_api_client/models/checklist_template.py +99 -0
  174. waldur_api_client/models/checklist_template_checklist.py +44 -0
  175. waldur_api_client/models/constance_settings.py +126 -45
  176. waldur_api_client/models/constance_settings_request.py +126 -45
  177. waldur_api_client/models/constance_settings_request_form.py +126 -45
  178. waldur_api_client/models/constance_settings_request_multipart.py +219 -71
  179. waldur_api_client/models/customer.py +9 -0
  180. waldur_api_client/models/customer_component_usage_policy.py +175 -0
  181. waldur_api_client/models/customer_component_usage_policy_request.py +102 -0
  182. waldur_api_client/models/customers_add_user_response_400.py +65 -0
  183. waldur_api_client/models/customers_list_field_item.py +1 -0
  184. waldur_api_client/models/customers_retrieve_field_item.py +1 -0
  185. waldur_api_client/models/deprecated_network_rbac_policy.py +137 -0
  186. waldur_api_client/models/deprecated_network_rbac_policy_request.py +78 -0
  187. waldur_api_client/models/discount_config_request.py +91 -0
  188. waldur_api_client/models/discounts_update_request.py +65 -0
  189. waldur_api_client/models/discounts_update_request_discounts.py +57 -0
  190. waldur_api_client/models/event_types_enum.py +1 -0
  191. waldur_api_client/models/issue.py +0 -25
  192. waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +1 -0
  193. waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +1 -0
  194. waldur_api_client/models/marketplace_orders_count_state_item.py +1 -0
  195. waldur_api_client/models/marketplace_orders_list_field_item.py +2 -0
  196. waldur_api_client/models/marketplace_orders_list_state_item.py +1 -0
  197. waldur_api_client/models/marketplace_orders_retrieve_field_item.py +2 -0
  198. waldur_api_client/models/marketplace_provider_offerings_add_user_response_400.py +65 -0
  199. waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +2 -0
  200. waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +2 -0
  201. waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +2 -0
  202. waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +2 -0
  203. waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +2 -0
  204. waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +2 -0
  205. waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +2 -0
  206. waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -0
  207. waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -0
  208. waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -0
  209. waldur_api_client/models/marketplace_public_offerings_list_field_item.py +2 -0
  210. waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +2 -0
  211. waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -0
  212. waldur_api_client/models/marketplace_resources_list_field_item.py +1 -0
  213. waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -0
  214. waldur_api_client/models/marketplace_service_providers_add_user_response_400.py +65 -0
  215. waldur_api_client/models/marketplace_site_agent_services_count_state_item.py +10 -0
  216. waldur_api_client/models/marketplace_site_agent_services_list_state_item.py +10 -0
  217. waldur_api_client/models/marketplace_software_catalogs_count_o_item.py +15 -0
  218. waldur_api_client/models/marketplace_software_catalogs_list_o_item.py +15 -0
  219. waldur_api_client/models/marketplace_software_packages_count_o_item.py +17 -0
  220. waldur_api_client/models/marketplace_software_packages_list_o_item.py +17 -0
  221. waldur_api_client/models/marketplace_software_targets_count_o_item.py +15 -0
  222. waldur_api_client/models/marketplace_software_targets_list_o_item.py +15 -0
  223. waldur_api_client/models/marketplace_software_versions_count_o_item.py +15 -0
  224. waldur_api_client/models/marketplace_software_versions_list_o_item.py +15 -0
  225. waldur_api_client/models/merged_plugin_options.py +65 -8
  226. waldur_api_client/models/merged_plugin_options_request.py +65 -8
  227. waldur_api_client/models/nested_agent_processor.py +154 -0
  228. waldur_api_client/models/nested_agent_service.py +134 -0
  229. waldur_api_client/models/nested_agent_service_request.py +90 -0
  230. waldur_api_client/models/nested_customer_usage_policy_component.py +103 -0
  231. waldur_api_client/models/nested_customer_usage_policy_component_request.py +87 -0
  232. waldur_api_client/models/nested_partition.py +412 -0
  233. waldur_api_client/models/nested_partition_request.py +397 -0
  234. waldur_api_client/models/nested_plan_component.py +155 -0
  235. waldur_api_client/models/nested_plan_component_request.py +128 -0
  236. waldur_api_client/models/nested_round.py +5 -5
  237. waldur_api_client/models/nested_software_catalog.py +134 -0
  238. waldur_api_client/models/nested_software_catalog_catalog.py +86 -0
  239. waldur_api_client/models/nested_software_catalog_partition.py +86 -0
  240. waldur_api_client/models/nested_software_catalog_request.py +68 -0
  241. waldur_api_client/models/nested_software_target.py +84 -0
  242. waldur_api_client/models/nested_software_target_request.py +75 -0
  243. waldur_api_client/models/nested_software_version.py +124 -0
  244. waldur_api_client/models/nested_software_version_request.py +93 -0
  245. waldur_api_client/models/network_rbac_policy_request.py +8 -0
  246. waldur_api_client/models/notification.py +9 -9
  247. waldur_api_client/models/{notification_context_fields.py → notification_context_schema.py} +6 -6
  248. waldur_api_client/models/notification_template_detail_serializers.py +9 -3
  249. waldur_api_client/models/observable_object_type_enum.py +14 -0
  250. waldur_api_client/models/offering.py +42 -0
  251. waldur_api_client/models/offering_component.py +79 -0
  252. waldur_api_client/models/offering_component_request.py +80 -0
  253. waldur_api_client/models/offering_create.py +36 -0
  254. waldur_api_client/models/offering_partition.py +440 -0
  255. waldur_api_client/models/offering_partition_request.py +406 -0
  256. waldur_api_client/models/offering_software_catalog.py +176 -0
  257. waldur_api_client/models/offering_software_catalog_request.py +118 -0
  258. waldur_api_client/models/onboarding_company_validation_request_request.py +88 -0
  259. waldur_api_client/models/onboarding_justification.py +212 -0
  260. waldur_api_client/models/onboarding_justification_create_request.py +71 -0
  261. waldur_api_client/models/onboarding_justification_documentation.py +108 -0
  262. waldur_api_client/models/onboarding_justification_documentation_request.py +84 -0
  263. waldur_api_client/models/onboarding_justification_documentation_request_form.py +84 -0
  264. waldur_api_client/models/onboarding_justification_documentation_request_multipart.py +98 -0
  265. waldur_api_client/models/onboarding_justification_request.py +89 -0
  266. waldur_api_client/models/onboarding_justification_review_request.py +59 -0
  267. waldur_api_client/models/onboarding_verification.py +250 -0
  268. waldur_api_client/models/onboarding_verification_request.py +128 -0
  269. waldur_api_client/models/onboarding_verification_status_enum.py +12 -0
  270. waldur_api_client/models/open_stack_create_floating_ip_request.py +20 -1
  271. waldur_api_client/models/order_backend_id_request.py +59 -0
  272. waldur_api_client/models/order_create.py +4 -4
  273. waldur_api_client/models/order_details.py +43 -11
  274. waldur_api_client/models/order_state.py +1 -0
  275. waldur_api_client/models/patched_customer_component_usage_policy_request.py +104 -0
  276. waldur_api_client/models/patched_network_rbac_policy_request.py +85 -0
  277. waldur_api_client/models/patched_offering_partition_request.py +412 -0
  278. waldur_api_client/models/patched_offering_software_catalog_update_request.py +131 -0
  279. waldur_api_client/models/patched_onboarding_justification_request.py +88 -0
  280. waldur_api_client/models/patched_onboarding_verification_request.py +128 -0
  281. waldur_api_client/models/patched_project_credit_request.py +13 -0
  282. waldur_api_client/models/patched_project_request.py +10 -2
  283. waldur_api_client/models/patched_project_request_form.py +10 -2
  284. waldur_api_client/models/patched_project_request_multipart.py +13 -2
  285. waldur_api_client/models/patched_software_catalog_request.py +86 -0
  286. waldur_api_client/models/patched_software_package_request.py +86 -0
  287. waldur_api_client/models/plan_component.py +40 -0
  288. waldur_api_client/models/project.py +37 -2
  289. waldur_api_client/models/project_credit.py +13 -0
  290. waldur_api_client/models/project_credit_request.py +13 -0
  291. waldur_api_client/models/project_recovery_request.py +70 -0
  292. waldur_api_client/models/project_request.py +10 -2
  293. waldur_api_client/models/project_request_form.py +10 -2
  294. waldur_api_client/models/project_request_multipart.py +13 -2
  295. waldur_api_client/models/project_user.py +21 -4
  296. waldur_api_client/models/projects_add_user_response_400.py +65 -0
  297. waldur_api_client/models/projects_list_field_item.py +4 -0
  298. waldur_api_client/models/projects_move_project_response_400.py +65 -0
  299. waldur_api_client/models/projects_retrieve_field_item.py +4 -0
  300. waldur_api_client/models/proposal_proposals_add_user_response_400.py +65 -0
  301. waldur_api_client/models/proposal_protected_calls_add_user_response_400.py +65 -0
  302. waldur_api_client/models/protected_round.py +4 -4
  303. waldur_api_client/models/provider_offering_details.py +42 -0
  304. waldur_api_client/models/provider_plan_details.py +18 -0
  305. waldur_api_client/models/public_offering_details.py +42 -0
  306. waldur_api_client/models/question.py +102 -0
  307. waldur_api_client/models/question_options.py +79 -0
  308. waldur_api_client/models/remote_resource_order_remote_state_enum.py +1 -0
  309. waldur_api_client/models/{set_offerings_username.py → remove_partition_request.py} +11 -19
  310. waldur_api_client/models/remove_software_catalog_request.py +60 -0
  311. waldur_api_client/models/resource.py +37 -11
  312. waldur_api_client/models/resource_downscaled_request.py +59 -0
  313. waldur_api_client/models/resource_paused_request.py +59 -0
  314. waldur_api_client/models/resource_renew_request.py +83 -0
  315. waldur_api_client/models/resource_renew_request_limits.py +44 -0
  316. waldur_api_client/models/resource_renewal_date_type_0.py +53 -0
  317. waldur_api_client/models/resource_restrict_member_access_request.py +59 -0
  318. waldur_api_client/models/{status_enum.py → round_status.py} +1 -1
  319. waldur_api_client/models/service_provider_checklist_summary.py +98 -0
  320. waldur_api_client/models/software_catalog.py +130 -0
  321. waldur_api_client/models/software_catalog_request.py +87 -0
  322. waldur_api_client/models/software_catalog_uuid.py +60 -0
  323. waldur_api_client/models/software_package.py +168 -0
  324. waldur_api_client/models/software_package_request.py +87 -0
  325. waldur_api_client/models/software_target.py +110 -0
  326. waldur_api_client/models/software_version.py +135 -0
  327. waldur_api_client/models/time_series_to_s_data.py +69 -0
  328. waldur_api_client/models/to_s_consent_dashboard.py +155 -0
  329. waldur_api_client/models/update_offering_component_request.py +79 -0
  330. waldur_api_client/models/user.py +20 -0
  331. waldur_api_client/models/users_list_field_item.py +1 -0
  332. waldur_api_client/models/users_me_retrieve_field_item.py +1 -0
  333. waldur_api_client/models/users_retrieve_field_item.py +1 -0
  334. waldur_api_client/models/validation_decision_enum.py +10 -0
  335. waldur_api_client/models/validation_method_enum.py +8 -0
  336. waldur_api_client/models/version_adoption.py +67 -0
  337. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/METADATA +1 -1
  338. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/RECORD +340 -123
  339. waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py +0 -36
  340. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/WHEEL +0 -0
  341. {waldur_api_client-7.8.3.dist-info → waldur_api_client-7.8.5.dist-info}/licenses/LICENSE +0 -0
@@ -47,6 +47,8 @@ class ConstanceSettings:
47
47
  docs_url (Union[Unset, str]):
48
48
  short_page_title (Union[Unset, str]):
49
49
  full_page_title (Union[Unset, str]):
50
+ project_end_date_mandatory (Union[Unset, bool]):
51
+ enable_order_start_date (Union[Unset, bool]):
50
52
  brand_color (Union[Unset, str]):
51
53
  hero_link_label (Union[Unset, str]):
52
54
  hero_link_url (Union[Unset, str]):
@@ -70,24 +72,25 @@ class ConstanceSettings:
70
72
  waldur_support_enabled (Union[Unset, bool]):
71
73
  waldur_support_active_backend_type (Union[Unset, str]):
72
74
  waldur_support_display_request_type (Union[Unset, bool]):
73
- atlassian_use_old_api (Union[Unset, bool]):
74
- atlassian_use_teenage_api (Union[Unset, bool]):
75
- atlassian_use_automatic_request_mapping (Union[Unset, bool]):
76
75
  atlassian_map_waldur_users_to_servicedesk_agents (Union[Unset, bool]):
77
- atlassian_strange_setting (Union[Unset, int]):
78
76
  atlassian_api_url (Union[Unset, str]):
79
77
  atlassian_username (Union[Unset, str]):
80
78
  atlassian_password (Union[Unset, str]):
81
79
  atlassian_email (Union[Unset, str]):
80
+ atlassian_use_old_api (Union[Unset, bool]):
82
81
  atlassian_token (Union[Unset, str]):
82
+ atlassian_personal_access_token (Union[Unset, str]):
83
+ atlassian_oauth2_client_id (Union[Unset, str]):
84
+ atlassian_oauth2_access_token (Union[Unset, str]):
85
+ atlassian_oauth2_token_type (Union[Unset, str]):
83
86
  atlassian_verify_ssl (Union[Unset, bool]):
84
87
  atlassian_project_id (Union[Unset, str]):
85
88
  atlassian_shared_username (Union[Unset, bool]):
86
89
  atlassian_custom_issue_field_mapping_enabled (Union[Unset, bool]):
87
90
  atlassian_default_offering_issue_type (Union[Unset, str]):
88
91
  atlassian_excluded_attachment_types (Union[Unset, str]):
89
- atlassian_pull_priorities (Union[Unset, bool]):
90
92
  atlassian_issue_types (Union[Unset, str]):
93
+ atlassian_support_type_mapping (Union[Unset, str]):
91
94
  atlassian_description_template (Union[Unset, str]):
92
95
  atlassian_summary_template (Union[Unset, str]):
93
96
  atlassian_affected_resource_field (Union[Unset, str]):
@@ -102,6 +105,7 @@ class ConstanceSettings:
102
105
  atlassian_satisfaction_field (Union[Unset, str]):
103
106
  atlassian_request_feedback_field (Union[Unset, str]):
104
107
  atlassian_template_field (Union[Unset, str]):
108
+ atlassian_waldur_backend_id_field (Union[Unset, str]):
105
109
  zammad_api_url (Union[Unset, str]):
106
110
  zammad_token (Union[Unset, str]):
107
111
  zammad_group (Union[Unset, str]):
@@ -149,6 +153,11 @@ class ConstanceSettings:
149
153
  maintenance_announcement_notify_before_minutes (Union[Unset, int]):
150
154
  maintenance_announcement_notify_system (Union[Unset, list[str]]):
151
155
  enforce_user_consent_for_offerings (Union[Unset, bool]):
156
+ onboarding_verification_expiry_hours (Union[Unset, int]):
157
+ onboarding_ariregister_base_url (Union[Unset, str]):
158
+ onboarding_ariregister_username (Union[Unset, str]):
159
+ onboarding_ariregister_password (Union[Unset, str]):
160
+ onboarding_ariregister_timeout (Union[Unset, int]):
152
161
  """
153
162
 
154
163
  site_name: Union[Unset, str] = UNSET
@@ -185,6 +194,8 @@ class ConstanceSettings:
185
194
  docs_url: Union[Unset, str] = UNSET
186
195
  short_page_title: Union[Unset, str] = UNSET
187
196
  full_page_title: Union[Unset, str] = UNSET
197
+ project_end_date_mandatory: Union[Unset, bool] = UNSET
198
+ enable_order_start_date: Union[Unset, bool] = UNSET
188
199
  brand_color: Union[Unset, str] = UNSET
189
200
  hero_link_label: Union[Unset, str] = UNSET
190
201
  hero_link_url: Union[Unset, str] = UNSET
@@ -208,24 +219,25 @@ class ConstanceSettings:
208
219
  waldur_support_enabled: Union[Unset, bool] = UNSET
209
220
  waldur_support_active_backend_type: Union[Unset, str] = UNSET
210
221
  waldur_support_display_request_type: Union[Unset, bool] = UNSET
211
- atlassian_use_old_api: Union[Unset, bool] = UNSET
212
- atlassian_use_teenage_api: Union[Unset, bool] = UNSET
213
- atlassian_use_automatic_request_mapping: Union[Unset, bool] = UNSET
214
222
  atlassian_map_waldur_users_to_servicedesk_agents: Union[Unset, bool] = UNSET
215
- atlassian_strange_setting: Union[Unset, int] = UNSET
216
223
  atlassian_api_url: Union[Unset, str] = UNSET
217
224
  atlassian_username: Union[Unset, str] = UNSET
218
225
  atlassian_password: Union[Unset, str] = UNSET
219
226
  atlassian_email: Union[Unset, str] = UNSET
227
+ atlassian_use_old_api: Union[Unset, bool] = UNSET
220
228
  atlassian_token: Union[Unset, str] = UNSET
229
+ atlassian_personal_access_token: Union[Unset, str] = UNSET
230
+ atlassian_oauth2_client_id: Union[Unset, str] = UNSET
231
+ atlassian_oauth2_access_token: Union[Unset, str] = UNSET
232
+ atlassian_oauth2_token_type: Union[Unset, str] = UNSET
221
233
  atlassian_verify_ssl: Union[Unset, bool] = UNSET
222
234
  atlassian_project_id: Union[Unset, str] = UNSET
223
235
  atlassian_shared_username: Union[Unset, bool] = UNSET
224
236
  atlassian_custom_issue_field_mapping_enabled: Union[Unset, bool] = UNSET
225
237
  atlassian_default_offering_issue_type: Union[Unset, str] = UNSET
226
238
  atlassian_excluded_attachment_types: Union[Unset, str] = UNSET
227
- atlassian_pull_priorities: Union[Unset, bool] = UNSET
228
239
  atlassian_issue_types: Union[Unset, str] = UNSET
240
+ atlassian_support_type_mapping: Union[Unset, str] = UNSET
229
241
  atlassian_description_template: Union[Unset, str] = UNSET
230
242
  atlassian_summary_template: Union[Unset, str] = UNSET
231
243
  atlassian_affected_resource_field: Union[Unset, str] = UNSET
@@ -240,6 +252,7 @@ class ConstanceSettings:
240
252
  atlassian_satisfaction_field: Union[Unset, str] = UNSET
241
253
  atlassian_request_feedback_field: Union[Unset, str] = UNSET
242
254
  atlassian_template_field: Union[Unset, str] = UNSET
255
+ atlassian_waldur_backend_id_field: Union[Unset, str] = UNSET
243
256
  zammad_api_url: Union[Unset, str] = UNSET
244
257
  zammad_token: Union[Unset, str] = UNSET
245
258
  zammad_group: Union[Unset, str] = UNSET
@@ -287,6 +300,11 @@ class ConstanceSettings:
287
300
  maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
288
301
  maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
289
302
  enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
303
+ onboarding_verification_expiry_hours: Union[Unset, int] = UNSET
304
+ onboarding_ariregister_base_url: Union[Unset, str] = UNSET
305
+ onboarding_ariregister_username: Union[Unset, str] = UNSET
306
+ onboarding_ariregister_password: Union[Unset, str] = UNSET
307
+ onboarding_ariregister_timeout: Union[Unset, int] = UNSET
290
308
  additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
291
309
 
292
310
  def to_dict(self) -> dict[str, Any]:
@@ -358,6 +376,10 @@ class ConstanceSettings:
358
376
 
359
377
  full_page_title = self.full_page_title
360
378
 
379
+ project_end_date_mandatory = self.project_end_date_mandatory
380
+
381
+ enable_order_start_date = self.enable_order_start_date
382
+
361
383
  brand_color = self.brand_color
362
384
 
363
385
  hero_link_label = self.hero_link_label
@@ -448,16 +470,8 @@ class ConstanceSettings:
448
470
 
449
471
  waldur_support_display_request_type = self.waldur_support_display_request_type
450
472
 
451
- atlassian_use_old_api = self.atlassian_use_old_api
452
-
453
- atlassian_use_teenage_api = self.atlassian_use_teenage_api
454
-
455
- atlassian_use_automatic_request_mapping = self.atlassian_use_automatic_request_mapping
456
-
457
473
  atlassian_map_waldur_users_to_servicedesk_agents = self.atlassian_map_waldur_users_to_servicedesk_agents
458
474
 
459
- atlassian_strange_setting = self.atlassian_strange_setting
460
-
461
475
  atlassian_api_url = self.atlassian_api_url
462
476
 
463
477
  atlassian_username = self.atlassian_username
@@ -466,8 +480,18 @@ class ConstanceSettings:
466
480
 
467
481
  atlassian_email = self.atlassian_email
468
482
 
483
+ atlassian_use_old_api = self.atlassian_use_old_api
484
+
469
485
  atlassian_token = self.atlassian_token
470
486
 
487
+ atlassian_personal_access_token = self.atlassian_personal_access_token
488
+
489
+ atlassian_oauth2_client_id = self.atlassian_oauth2_client_id
490
+
491
+ atlassian_oauth2_access_token = self.atlassian_oauth2_access_token
492
+
493
+ atlassian_oauth2_token_type = self.atlassian_oauth2_token_type
494
+
471
495
  atlassian_verify_ssl = self.atlassian_verify_ssl
472
496
 
473
497
  atlassian_project_id = self.atlassian_project_id
@@ -480,10 +504,10 @@ class ConstanceSettings:
480
504
 
481
505
  atlassian_excluded_attachment_types = self.atlassian_excluded_attachment_types
482
506
 
483
- atlassian_pull_priorities = self.atlassian_pull_priorities
484
-
485
507
  atlassian_issue_types = self.atlassian_issue_types
486
508
 
509
+ atlassian_support_type_mapping = self.atlassian_support_type_mapping
510
+
487
511
  atlassian_description_template = self.atlassian_description_template
488
512
 
489
513
  atlassian_summary_template = self.atlassian_summary_template
@@ -512,6 +536,8 @@ class ConstanceSettings:
512
536
 
513
537
  atlassian_template_field = self.atlassian_template_field
514
538
 
539
+ atlassian_waldur_backend_id_field = self.atlassian_waldur_backend_id_field
540
+
515
541
  zammad_api_url = self.zammad_api_url
516
542
 
517
543
  zammad_token = self.zammad_token
@@ -616,6 +642,16 @@ class ConstanceSettings:
616
642
 
617
643
  enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
618
644
 
645
+ onboarding_verification_expiry_hours = self.onboarding_verification_expiry_hours
646
+
647
+ onboarding_ariregister_base_url = self.onboarding_ariregister_base_url
648
+
649
+ onboarding_ariregister_username = self.onboarding_ariregister_username
650
+
651
+ onboarding_ariregister_password = self.onboarding_ariregister_password
652
+
653
+ onboarding_ariregister_timeout = self.onboarding_ariregister_timeout
654
+
619
655
  field_dict: dict[str, Any] = {}
620
656
  field_dict.update(self.additional_properties)
621
657
  field_dict.update({})
@@ -689,6 +725,10 @@ class ConstanceSettings:
689
725
  field_dict["SHORT_PAGE_TITLE"] = short_page_title
690
726
  if full_page_title is not UNSET:
691
727
  field_dict["FULL_PAGE_TITLE"] = full_page_title
728
+ if project_end_date_mandatory is not UNSET:
729
+ field_dict["PROJECT_END_DATE_MANDATORY"] = project_end_date_mandatory
730
+ if enable_order_start_date is not UNSET:
731
+ field_dict["ENABLE_ORDER_START_DATE"] = enable_order_start_date
692
732
  if brand_color is not UNSET:
693
733
  field_dict["BRAND_COLOR"] = brand_color
694
734
  if hero_link_label is not UNSET:
@@ -735,18 +775,10 @@ class ConstanceSettings:
735
775
  field_dict["WALDUR_SUPPORT_ACTIVE_BACKEND_TYPE"] = waldur_support_active_backend_type
736
776
  if waldur_support_display_request_type is not UNSET:
737
777
  field_dict["WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE"] = waldur_support_display_request_type
738
- if atlassian_use_old_api is not UNSET:
739
- field_dict["ATLASSIAN_USE_OLD_API"] = atlassian_use_old_api
740
- if atlassian_use_teenage_api is not UNSET:
741
- field_dict["ATLASSIAN_USE_TEENAGE_API"] = atlassian_use_teenage_api
742
- if atlassian_use_automatic_request_mapping is not UNSET:
743
- field_dict["ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING"] = atlassian_use_automatic_request_mapping
744
778
  if atlassian_map_waldur_users_to_servicedesk_agents is not UNSET:
745
779
  field_dict["ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS"] = (
746
780
  atlassian_map_waldur_users_to_servicedesk_agents
747
781
  )
748
- if atlassian_strange_setting is not UNSET:
749
- field_dict["ATLASSIAN_STRANGE_SETTING"] = atlassian_strange_setting
750
782
  if atlassian_api_url is not UNSET:
751
783
  field_dict["ATLASSIAN_API_URL"] = atlassian_api_url
752
784
  if atlassian_username is not UNSET:
@@ -755,8 +787,18 @@ class ConstanceSettings:
755
787
  field_dict["ATLASSIAN_PASSWORD"] = atlassian_password
756
788
  if atlassian_email is not UNSET:
757
789
  field_dict["ATLASSIAN_EMAIL"] = atlassian_email
790
+ if atlassian_use_old_api is not UNSET:
791
+ field_dict["ATLASSIAN_USE_OLD_API"] = atlassian_use_old_api
758
792
  if atlassian_token is not UNSET:
759
793
  field_dict["ATLASSIAN_TOKEN"] = atlassian_token
794
+ if atlassian_personal_access_token is not UNSET:
795
+ field_dict["ATLASSIAN_PERSONAL_ACCESS_TOKEN"] = atlassian_personal_access_token
796
+ if atlassian_oauth2_client_id is not UNSET:
797
+ field_dict["ATLASSIAN_OAUTH2_CLIENT_ID"] = atlassian_oauth2_client_id
798
+ if atlassian_oauth2_access_token is not UNSET:
799
+ field_dict["ATLASSIAN_OAUTH2_ACCESS_TOKEN"] = atlassian_oauth2_access_token
800
+ if atlassian_oauth2_token_type is not UNSET:
801
+ field_dict["ATLASSIAN_OAUTH2_TOKEN_TYPE"] = atlassian_oauth2_token_type
760
802
  if atlassian_verify_ssl is not UNSET:
761
803
  field_dict["ATLASSIAN_VERIFY_SSL"] = atlassian_verify_ssl
762
804
  if atlassian_project_id is not UNSET:
@@ -769,10 +811,10 @@ class ConstanceSettings:
769
811
  field_dict["ATLASSIAN_DEFAULT_OFFERING_ISSUE_TYPE"] = atlassian_default_offering_issue_type
770
812
  if atlassian_excluded_attachment_types is not UNSET:
771
813
  field_dict["ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES"] = atlassian_excluded_attachment_types
772
- if atlassian_pull_priorities is not UNSET:
773
- field_dict["ATLASSIAN_PULL_PRIORITIES"] = atlassian_pull_priorities
774
814
  if atlassian_issue_types is not UNSET:
775
815
  field_dict["ATLASSIAN_ISSUE_TYPES"] = atlassian_issue_types
816
+ if atlassian_support_type_mapping is not UNSET:
817
+ field_dict["ATLASSIAN_SUPPORT_TYPE_MAPPING"] = atlassian_support_type_mapping
776
818
  if atlassian_description_template is not UNSET:
777
819
  field_dict["ATLASSIAN_DESCRIPTION_TEMPLATE"] = atlassian_description_template
778
820
  if atlassian_summary_template is not UNSET:
@@ -801,6 +843,8 @@ class ConstanceSettings:
801
843
  field_dict["ATLASSIAN_REQUEST_FEEDBACK_FIELD"] = atlassian_request_feedback_field
802
844
  if atlassian_template_field is not UNSET:
803
845
  field_dict["ATLASSIAN_TEMPLATE_FIELD"] = atlassian_template_field
846
+ if atlassian_waldur_backend_id_field is not UNSET:
847
+ field_dict["ATLASSIAN_WALDUR_BACKEND_ID_FIELD"] = atlassian_waldur_backend_id_field
804
848
  if zammad_api_url is not UNSET:
805
849
  field_dict["ZAMMAD_API_URL"] = zammad_api_url
806
850
  if zammad_token is not UNSET:
@@ -897,6 +941,16 @@ class ConstanceSettings:
897
941
  field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
898
942
  if enforce_user_consent_for_offerings is not UNSET:
899
943
  field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
944
+ if onboarding_verification_expiry_hours is not UNSET:
945
+ field_dict["ONBOARDING_VERIFICATION_EXPIRY_HOURS"] = onboarding_verification_expiry_hours
946
+ if onboarding_ariregister_base_url is not UNSET:
947
+ field_dict["ONBOARDING_ARIREGISTER_BASE_URL"] = onboarding_ariregister_base_url
948
+ if onboarding_ariregister_username is not UNSET:
949
+ field_dict["ONBOARDING_ARIREGISTER_USERNAME"] = onboarding_ariregister_username
950
+ if onboarding_ariregister_password is not UNSET:
951
+ field_dict["ONBOARDING_ARIREGISTER_PASSWORD"] = onboarding_ariregister_password
952
+ if onboarding_ariregister_timeout is not UNSET:
953
+ field_dict["ONBOARDING_ARIREGISTER_TIMEOUT"] = onboarding_ariregister_timeout
900
954
 
901
955
  return field_dict
902
956
 
@@ -973,6 +1027,10 @@ class ConstanceSettings:
973
1027
 
974
1028
  full_page_title = d.pop("FULL_PAGE_TITLE", UNSET)
975
1029
 
1030
+ project_end_date_mandatory = d.pop("PROJECT_END_DATE_MANDATORY", UNSET)
1031
+
1032
+ enable_order_start_date = d.pop("ENABLE_ORDER_START_DATE", UNSET)
1033
+
976
1034
  brand_color = d.pop("BRAND_COLOR", UNSET)
977
1035
 
978
1036
  hero_link_label = d.pop("HERO_LINK_LABEL", UNSET)
@@ -1096,18 +1154,10 @@ class ConstanceSettings:
1096
1154
 
1097
1155
  waldur_support_display_request_type = d.pop("WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE", UNSET)
1098
1156
 
1099
- atlassian_use_old_api = d.pop("ATLASSIAN_USE_OLD_API", UNSET)
1100
-
1101
- atlassian_use_teenage_api = d.pop("ATLASSIAN_USE_TEENAGE_API", UNSET)
1102
-
1103
- atlassian_use_automatic_request_mapping = d.pop("ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING", UNSET)
1104
-
1105
1157
  atlassian_map_waldur_users_to_servicedesk_agents = d.pop(
1106
1158
  "ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS", UNSET
1107
1159
  )
1108
1160
 
1109
- atlassian_strange_setting = d.pop("ATLASSIAN_STRANGE_SETTING", UNSET)
1110
-
1111
1161
  atlassian_api_url = d.pop("ATLASSIAN_API_URL", UNSET)
1112
1162
 
1113
1163
  atlassian_username = d.pop("ATLASSIAN_USERNAME", UNSET)
@@ -1116,8 +1166,18 @@ class ConstanceSettings:
1116
1166
 
1117
1167
  atlassian_email = d.pop("ATLASSIAN_EMAIL", UNSET)
1118
1168
 
1169
+ atlassian_use_old_api = d.pop("ATLASSIAN_USE_OLD_API", UNSET)
1170
+
1119
1171
  atlassian_token = d.pop("ATLASSIAN_TOKEN", UNSET)
1120
1172
 
1173
+ atlassian_personal_access_token = d.pop("ATLASSIAN_PERSONAL_ACCESS_TOKEN", UNSET)
1174
+
1175
+ atlassian_oauth2_client_id = d.pop("ATLASSIAN_OAUTH2_CLIENT_ID", UNSET)
1176
+
1177
+ atlassian_oauth2_access_token = d.pop("ATLASSIAN_OAUTH2_ACCESS_TOKEN", UNSET)
1178
+
1179
+ atlassian_oauth2_token_type = d.pop("ATLASSIAN_OAUTH2_TOKEN_TYPE", UNSET)
1180
+
1121
1181
  atlassian_verify_ssl = d.pop("ATLASSIAN_VERIFY_SSL", UNSET)
1122
1182
 
1123
1183
  atlassian_project_id = d.pop("ATLASSIAN_PROJECT_ID", UNSET)
@@ -1130,10 +1190,10 @@ class ConstanceSettings:
1130
1190
 
1131
1191
  atlassian_excluded_attachment_types = d.pop("ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES", UNSET)
1132
1192
 
1133
- atlassian_pull_priorities = d.pop("ATLASSIAN_PULL_PRIORITIES", UNSET)
1134
-
1135
1193
  atlassian_issue_types = d.pop("ATLASSIAN_ISSUE_TYPES", UNSET)
1136
1194
 
1195
+ atlassian_support_type_mapping = d.pop("ATLASSIAN_SUPPORT_TYPE_MAPPING", UNSET)
1196
+
1137
1197
  atlassian_description_template = d.pop("ATLASSIAN_DESCRIPTION_TEMPLATE", UNSET)
1138
1198
 
1139
1199
  atlassian_summary_template = d.pop("ATLASSIAN_SUMMARY_TEMPLATE", UNSET)
@@ -1162,6 +1222,8 @@ class ConstanceSettings:
1162
1222
 
1163
1223
  atlassian_template_field = d.pop("ATLASSIAN_TEMPLATE_FIELD", UNSET)
1164
1224
 
1225
+ atlassian_waldur_backend_id_field = d.pop("ATLASSIAN_WALDUR_BACKEND_ID_FIELD", UNSET)
1226
+
1165
1227
  zammad_api_url = d.pop("ZAMMAD_API_URL", UNSET)
1166
1228
 
1167
1229
  zammad_token = d.pop("ZAMMAD_TOKEN", UNSET)
@@ -1263,6 +1325,16 @@ class ConstanceSettings:
1263
1325
 
1264
1326
  enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
1265
1327
 
1328
+ onboarding_verification_expiry_hours = d.pop("ONBOARDING_VERIFICATION_EXPIRY_HOURS", UNSET)
1329
+
1330
+ onboarding_ariregister_base_url = d.pop("ONBOARDING_ARIREGISTER_BASE_URL", UNSET)
1331
+
1332
+ onboarding_ariregister_username = d.pop("ONBOARDING_ARIREGISTER_USERNAME", UNSET)
1333
+
1334
+ onboarding_ariregister_password = d.pop("ONBOARDING_ARIREGISTER_PASSWORD", UNSET)
1335
+
1336
+ onboarding_ariregister_timeout = d.pop("ONBOARDING_ARIREGISTER_TIMEOUT", UNSET)
1337
+
1266
1338
  constance_settings = cls(
1267
1339
  site_name=site_name,
1268
1340
  site_description=site_description,
@@ -1298,6 +1370,8 @@ class ConstanceSettings:
1298
1370
  docs_url=docs_url,
1299
1371
  short_page_title=short_page_title,
1300
1372
  full_page_title=full_page_title,
1373
+ project_end_date_mandatory=project_end_date_mandatory,
1374
+ enable_order_start_date=enable_order_start_date,
1301
1375
  brand_color=brand_color,
1302
1376
  hero_link_label=hero_link_label,
1303
1377
  hero_link_url=hero_link_url,
@@ -1321,24 +1395,25 @@ class ConstanceSettings:
1321
1395
  waldur_support_enabled=waldur_support_enabled,
1322
1396
  waldur_support_active_backend_type=waldur_support_active_backend_type,
1323
1397
  waldur_support_display_request_type=waldur_support_display_request_type,
1324
- atlassian_use_old_api=atlassian_use_old_api,
1325
- atlassian_use_teenage_api=atlassian_use_teenage_api,
1326
- atlassian_use_automatic_request_mapping=atlassian_use_automatic_request_mapping,
1327
1398
  atlassian_map_waldur_users_to_servicedesk_agents=atlassian_map_waldur_users_to_servicedesk_agents,
1328
- atlassian_strange_setting=atlassian_strange_setting,
1329
1399
  atlassian_api_url=atlassian_api_url,
1330
1400
  atlassian_username=atlassian_username,
1331
1401
  atlassian_password=atlassian_password,
1332
1402
  atlassian_email=atlassian_email,
1403
+ atlassian_use_old_api=atlassian_use_old_api,
1333
1404
  atlassian_token=atlassian_token,
1405
+ atlassian_personal_access_token=atlassian_personal_access_token,
1406
+ atlassian_oauth2_client_id=atlassian_oauth2_client_id,
1407
+ atlassian_oauth2_access_token=atlassian_oauth2_access_token,
1408
+ atlassian_oauth2_token_type=atlassian_oauth2_token_type,
1334
1409
  atlassian_verify_ssl=atlassian_verify_ssl,
1335
1410
  atlassian_project_id=atlassian_project_id,
1336
1411
  atlassian_shared_username=atlassian_shared_username,
1337
1412
  atlassian_custom_issue_field_mapping_enabled=atlassian_custom_issue_field_mapping_enabled,
1338
1413
  atlassian_default_offering_issue_type=atlassian_default_offering_issue_type,
1339
1414
  atlassian_excluded_attachment_types=atlassian_excluded_attachment_types,
1340
- atlassian_pull_priorities=atlassian_pull_priorities,
1341
1415
  atlassian_issue_types=atlassian_issue_types,
1416
+ atlassian_support_type_mapping=atlassian_support_type_mapping,
1342
1417
  atlassian_description_template=atlassian_description_template,
1343
1418
  atlassian_summary_template=atlassian_summary_template,
1344
1419
  atlassian_affected_resource_field=atlassian_affected_resource_field,
@@ -1353,6 +1428,7 @@ class ConstanceSettings:
1353
1428
  atlassian_satisfaction_field=atlassian_satisfaction_field,
1354
1429
  atlassian_request_feedback_field=atlassian_request_feedback_field,
1355
1430
  atlassian_template_field=atlassian_template_field,
1431
+ atlassian_waldur_backend_id_field=atlassian_waldur_backend_id_field,
1356
1432
  zammad_api_url=zammad_api_url,
1357
1433
  zammad_token=zammad_token,
1358
1434
  zammad_group=zammad_group,
@@ -1400,6 +1476,11 @@ class ConstanceSettings:
1400
1476
  maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
1401
1477
  maintenance_announcement_notify_system=maintenance_announcement_notify_system,
1402
1478
  enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
1479
+ onboarding_verification_expiry_hours=onboarding_verification_expiry_hours,
1480
+ onboarding_ariregister_base_url=onboarding_ariregister_base_url,
1481
+ onboarding_ariregister_username=onboarding_ariregister_username,
1482
+ onboarding_ariregister_password=onboarding_ariregister_password,
1483
+ onboarding_ariregister_timeout=onboarding_ariregister_timeout,
1403
1484
  )
1404
1485
 
1405
1486
  constance_settings.additional_properties = d