waldur-api-client 7.6.8__py3-none-any.whl → 7.7.0__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 (91) hide show
  1. waldur_api_client/api/broadcast_messages/broadcast_messages_schedule.py +89 -0
  2. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_create.py +152 -0
  3. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_destroy.py +89 -0
  4. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_list.py +194 -0
  5. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_partial_update.py +166 -0
  6. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_retrieve.py +144 -0
  7. waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_update.py +166 -0
  8. waldur_api_client/api/invoices/invoices_list.py +0 -30
  9. waldur_api_client/api/invoices/invoices_stats_list.py +0 -30
  10. waldur_api_client/api/marketplace_maintenance_announcement_offerings/__init__.py +1 -0
  11. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py +152 -0
  12. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +89 -0
  13. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py +175 -0
  14. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py +166 -0
  15. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py +144 -0
  16. waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py +166 -0
  17. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/__init__.py +1 -0
  18. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py +152 -0
  19. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +89 -0
  20. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py +175 -0
  21. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py +168 -0
  22. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py +144 -0
  23. waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py +166 -0
  24. waldur_api_client/api/marketplace_maintenance_announcements/__init__.py +1 -0
  25. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_create.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py} +25 -23
  26. waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py +89 -0
  27. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py} +15 -13
  28. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_partial_update.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py} +25 -23
  29. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_retrieve.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py} +15 -13
  30. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_update.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py} +25 -23
  31. waldur_api_client/api/marketplace_maintenance_announcements_template/__init__.py +1 -0
  32. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py +152 -0
  33. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +89 -0
  34. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py +175 -0
  35. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py +166 -0
  36. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py +144 -0
  37. waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py +166 -0
  38. waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_destroy.py → marketplace_plans/marketplace_plans_destroy.py} +1 -1
  39. waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py +6 -6
  40. waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_retrieve.py +118 -0
  41. waldur_api_client/models/__init__.py +52 -18
  42. waldur_api_client/models/constance_settings.py +22 -0
  43. waldur_api_client/models/constance_settings_request.py +22 -0
  44. waldur_api_client/models/event_types_enum.py +1 -0
  45. waldur_api_client/models/impact_level_enum.py +11 -0
  46. waldur_api_client/models/maintenance_announcement.py +225 -0
  47. waldur_api_client/models/maintenance_announcement_offering.py +112 -0
  48. waldur_api_client/models/maintenance_announcement_offering_request.py +95 -0
  49. waldur_api_client/models/maintenance_announcement_offering_template.py +112 -0
  50. waldur_api_client/models/maintenance_announcement_offering_template_request.py +95 -0
  51. waldur_api_client/models/maintenance_announcement_request.py +113 -0
  52. waldur_api_client/models/maintenance_announcement_state_enum.py +12 -0
  53. waldur_api_client/models/maintenance_announcement_template.py +134 -0
  54. waldur_api_client/models/maintenance_announcement_template_request.py +95 -0
  55. waldur_api_client/models/maintenance_type_enum.py +12 -0
  56. waldur_api_client/models/merged_plugin_options.py +1 -1
  57. waldur_api_client/models/merged_plugin_options_request.py +1 -1
  58. waldur_api_client/models/offering_component.py +15 -4
  59. waldur_api_client/models/patched_maintenance_announcement_offering_request.py +94 -0
  60. waldur_api_client/models/patched_maintenance_announcement_offering_template_request.py +94 -0
  61. waldur_api_client/models/patched_maintenance_announcement_request.py +128 -0
  62. waldur_api_client/models/patched_maintenance_announcement_template_request.py +94 -0
  63. waldur_api_client/models/patched_proposal_project_role_mapping_request.py +88 -0
  64. waldur_api_client/models/patched_protected_call_request.py +0 -17
  65. waldur_api_client/models/patched_rule_request.py +90 -1
  66. waldur_api_client/models/{patched_rule_plans_request_limits.py → patched_rule_request_plan_attributes.py} +5 -5
  67. waldur_api_client/models/patched_rule_request_plan_limits.py +44 -0
  68. waldur_api_client/models/proposal_project_role_mapping.py +122 -0
  69. waldur_api_client/models/proposal_project_role_mapping_request.py +89 -0
  70. waldur_api_client/models/proposal_protected_calls_list_field_item.py +0 -3
  71. waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +0 -3
  72. waldur_api_client/models/protected_call.py +0 -34
  73. waldur_api_client/models/protected_call_request.py +0 -17
  74. waldur_api_client/models/provider_offering_details.py +1 -1
  75. waldur_api_client/models/public_offering_details.py +1 -1
  76. waldur_api_client/models/rule.py +99 -7
  77. waldur_api_client/models/{rule_plans_attributes.py → rule_plan_attributes.py} +5 -5
  78. waldur_api_client/models/{rule_plans_limits.py → rule_plan_limits.py} +5 -5
  79. waldur_api_client/models/rule_request.py +89 -1
  80. waldur_api_client/models/{rule_plans_request_attributes.py → rule_request_plan_attributes.py} +5 -5
  81. waldur_api_client/models/{rule_plans_request_limits.py → rule_request_plan_limits.py} +5 -5
  82. waldur_api_client/models/update_offering_component_request.py +274 -0
  83. {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/METADATA +1 -1
  84. {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/RECORD +87 -40
  85. waldur_api_client/models/patched_rule_plans_request.py +0 -108
  86. waldur_api_client/models/patched_rule_plans_request_attributes.py +0 -44
  87. waldur_api_client/models/rule_plans.py +0 -126
  88. waldur_api_client/models/rule_plans_request.py +0 -109
  89. /waldur_api_client/api/{autoprovisioning_rule_plans → call_proposal_project_role_mappings}/__init__.py +0 -0
  90. {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/LICENSE +0 -0
  91. {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/WHEEL +0 -0
@@ -36,13 +36,6 @@ waldur_api_client/api/auth_tokens/auth_tokens_retrieve.py,sha256=MzNd3JJeyrPdiZb
36
36
  waldur_api_client/api/auth_valimo/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
37
37
  waldur_api_client/api/auth_valimo/auth_valimo_create.py,sha256=R7hammvgfZQC0fUg7ZCKzrXlS-eWhAhNRL_giojVpwE,3405
38
38
  waldur_api_client/api/auth_valimo/auth_valimo_result.py,sha256=pSIAX_dsIy5-5a7knjQ4lRzUgM6Auvzs6pI1j-WSCjU,5597
39
- waldur_api_client/api/autoprovisioning_rule_plans/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
40
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_create.py,sha256=7hS50G28ANTe8TuKAsG-WAyRSKTAa8gHCUr1JF8MIdQ,3397
41
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_destroy.py,sha256=uEdSmrBJUofVysXdDie7-3xy42TmQeQyR43ErzgifcA,2061
42
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py,sha256=6KXlb1pr4KLtG8yU69J5gni9LsXUqyXivGz7KLwq69Y,4524
43
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_partial_update.py,sha256=xRn1t3G-GYTSaCGlp3LR7eMgh0TD9UnQ_zJKnVw1bHQ,3750
44
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_retrieve.py,sha256=WkpTGLrB_yFHUd_is5Q0DCnEb03x_cFsZy_84RI3NRw,3098
45
- waldur_api_client/api/autoprovisioning_rule_plans/autoprovisioning_rule_plans_update.py,sha256=FdICIwOI_TAQoOYk-smTZMyNjfn7_xWcUng_C4O8uYk,3670
46
39
  waldur_api_client/api/autoprovisioning_rules/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
47
40
  waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_create.py,sha256=PGZyjlmOzxPIPO8qsaSWXAsKDLyp_JZIQ8ZN-eXE3jY,3270
48
41
  waldur_api_client/api/autoprovisioning_rules/autoprovisioning_rules_destroy.py,sha256=cK1MG6q7Qmm9xRfc3Q1QKc7LLHXpIwXj8ezrFdNDYXE,2056
@@ -175,6 +168,7 @@ waldur_api_client/api/broadcast_messages/broadcast_messages_list.py,sha256=drXFJ
175
168
  waldur_api_client/api/broadcast_messages/broadcast_messages_partial_update.py,sha256=AVNxhGRmNJPNrnYEOfd42QwXMfYdeEDrllXKw-rBaWs,3915
176
169
  waldur_api_client/api/broadcast_messages/broadcast_messages_recipients_retrieve.py,sha256=WfdGEfRlSmLyk1Kijtfr-1-9nP6ri-XkNwOmtbZJ9js,4316
177
170
  waldur_api_client/api/broadcast_messages/broadcast_messages_retrieve.py,sha256=sdiZsVt5QftOU7fyggePDtnGLL4rDYpsV5mkJHI8g5Q,4468
171
+ waldur_api_client/api/broadcast_messages/broadcast_messages_schedule.py,sha256=A4KipZBbjEeYPMBBOToaRJNGzWIA1ZcXdX1KCg7uvVw,2059
178
172
  waldur_api_client/api/broadcast_messages/broadcast_messages_send.py,sha256=CTuY1eBJwv5Iud8qs5ZEY4tPXFADaUHxMvmUf2HBdEU,2055
179
173
  waldur_api_client/api/broadcast_messages/broadcast_messages_update.py,sha256=cTntw8bC9E8GnINoytvgB5ncy0U_yXH9wxJ6ZG-ZWDU,3835
180
174
  waldur_api_client/api/call_managing_organisations/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
@@ -189,6 +183,13 @@ waldur_api_client/api/call_managing_organisations/call_managing_organisations_re
189
183
  waldur_api_client/api/call_managing_organisations/call_managing_organisations_stats_retrieve.py,sha256=iXs6PwF4z-Qd9cBu2AxL2WtyYGOS2KSW5utGzTeytDY,3565
190
184
  waldur_api_client/api/call_managing_organisations/call_managing_organisations_update.py,sha256=DWf4BiRpIT5LMyesTDXNQ-73mdIuQiJV5y45ru4EJm4,4044
191
185
  waldur_api_client/api/call_managing_organisations/call_managing_organisations_update_user.py,sha256=eMVIPfMj33dYhN7IFRmh-IGUwWsXepRCytXsjUbMoMw,3916
186
+ waldur_api_client/api/call_proposal_project_role_mappings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
187
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_create.py,sha256=5-LyupA5V0RZv7wcAYMvJkuqcL-8GHclQ0ic0acMp2w,3829
188
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_destroy.py,sha256=Fnhms6TqG7umctQ3mCoADIH_h3pXkWbaf_u_8XktbWM,2069
189
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_list.py,sha256=GJE_4B0scG6bqS4yGe9SrXbSn_hZQD9sQBK1rHWVg7o,5447
190
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_partial_update.py,sha256=z_LEkOOU_E40XcYAz6Hr_P3rQemwtzcP3TwX9PhkOD0,4182
191
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_retrieve.py,sha256=NI8RvilnvVHr3_9fFXZ4_LWNzgHC0g3PYBQAueCz984,3341
192
+ waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_update.py,sha256=vQFcZeP-fYYH3syCHEvmbgZH9NQbvClm0_3yB-M-Y44,4102
192
193
  waldur_api_client/api/call_rounds/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
193
194
  waldur_api_client/api/call_rounds/call_rounds_list.py,sha256=ndpjSd5hn-22H9hBob8YeFC_pEa6tXk0p0DdrCcORfY,4508
194
195
  waldur_api_client/api/call_rounds/call_rounds_retrieve.py,sha256=c7Zc1MiP6TO48P8PzSByW7mNaHS7UkZWeFiJD63fpMM,3082
@@ -338,14 +339,14 @@ waldur_api_client/api/invoice_items/invoice_items_update.py,sha256=4sDaV3VxIHKWG
338
339
  waldur_api_client/api/invoices/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
339
340
  waldur_api_client/api/invoices/invoices_growth_retrieve.py,sha256=2ruth0wGCpkGkBy6o5ou8z4B7bpoNNB9w-DXFIVOs6I,5538
340
341
  waldur_api_client/api/invoices/invoices_items_retrieve.py,sha256=_hivLetzLYZ_WZ2v55DcBoS0alvUJEFfZK_kJ-DyhG8,6691
341
- waldur_api_client/api/invoices/invoices_list.py,sha256=mUWBzP_4lIbtzPfsPaenQj3iYmayBbTQa1fBmaRe_dU,12633
342
+ waldur_api_client/api/invoices/invoices_list.py,sha256=JIjz6w6LdTsGrPmTKQbWYg1hOfNmZvyPBTbe8UNJvpA,11627
342
343
  waldur_api_client/api/invoices/invoices_paid.py,sha256=H0xsuehvJhzAuMMHnlanG2mD4k6uxqj9f-HdD6XhfnE,3898
343
344
  waldur_api_client/api/invoices/invoices_retrieve.py,sha256=1y9nkaxx514Wvqv4J3qnIEn9nDVHMnOzPcKMjCd5BzU,4234
344
345
  waldur_api_client/api/invoices/invoices_send_notification.py,sha256=xbaPVNucsHTa-gcSjc1k7y8cBLp57XWnY7nI2ynYb4I,2246
345
346
  waldur_api_client/api/invoices/invoices_set_backend_id.py,sha256=Ji8_meZvh4UkyGjAlOL_F1EI0uysDB-TmktfzWM9aJ8,2519
346
347
  waldur_api_client/api/invoices/invoices_set_payment_url.py,sha256=_WABKbb5A8Q25peX7CjWgoRRxSXjjcEBh4trTTDmxOk,2529
347
348
  waldur_api_client/api/invoices/invoices_set_reference_number.py,sha256=AVsAJ2oIEeuivb23jV0I3Bp6K40EGs13b9CeKMblnNY,2579
348
- waldur_api_client/api/invoices/invoices_stats_list.py,sha256=LFJ_NL5C5N47VdWdhxWNfvjyoxJDtoxu5drbJ-EqvFY,12721
349
+ waldur_api_client/api/invoices/invoices_stats_list.py,sha256=on10_2H1WU3XmK9B58vAvUEMg52isiSCvrk7I8gbLN0,11715
349
350
  waldur_api_client/api/keycloak_groups/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
350
351
  waldur_api_client/api/keycloak_groups/keycloak_groups_list.py,sha256=SsPGy3pBdrNCvnEHAjHjiWsh84qZDsALj7ddonN9Fu4,6243
351
352
  waldur_api_client/api/keycloak_groups/keycloak_groups_retrieve.py,sha256=u84xbIYlV4qdzDpZMNTnsIhXbsP9ucbz5RL0RUG0HrU,3138
@@ -449,6 +450,34 @@ waldur_api_client/api/marketplace_global_categories/marketplace_global_categorie
449
450
  waldur_api_client/api/marketplace_integration_statuses/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
450
451
  waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py,sha256=ubmslhW5aWv07BjZRTPFzBuHIkn3H5vBBPaNDhRvCPs,10390
451
452
  waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_retrieve.py,sha256=ZIhrQuvVT8OC-7NwrLH-puSauniLGBLvGSYrsPLqGMk,3311
453
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
454
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py,sha256=HI8wo3qjKArtXe3qf9f0MQpijORNrcEdpU-RWss_v_w,3958
455
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py,sha256=rs-nKAj_H1_zRCGAy1DV4KXf6ZIs2GRcrmJm9k06uds,2080
456
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py,sha256=n6Y9xuiiDOOx880IX-4FNWVsgRDVFYOvtDEKQAAtuT8,4836
457
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py,sha256=vY5tcC-j6Pq3hOn4d1_NJl3kil0yuuz4DfI8da5smDQ,4311
458
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py,sha256=QiadCBGTiNPpYdPmk6USXCVKkX6tyGLtCGkhU2lmGrU,3416
459
+ waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py,sha256=JlLxLV3SO9KhpiHaVSDsFSUBwQD74O57KCjft5RV_MM,4231
460
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
461
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py,sha256=aTTj02_hHzW2cqwy02gA_IanCB-obUORvyTLgzKXwqY,4161
462
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py,sha256=gSeAkCDYOVGvjD5apO3nalCGc4s1SUTNHbU0tSfDNUA,2089
463
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py,sha256=Bd0rujhfxw2EV9t89fI3Bkl7BR8HRqg78ITwts_A2Ho,4950
464
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py,sha256=6AakoRRXfz_cnp3hoCMAtO1-MswTZcw99wjT6kJgptk,4523
465
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py,sha256=QOIqn2Q4n5KcqzTjYen9iL7jDZFmTwGSG70koAUwX1Y,3530
466
+ waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py,sha256=ncQJW5X3KOmLWfP2rjEe6a_fd012CgW8ejjlV1ZVLzY,4434
467
+ waldur_api_client/api/marketplace_maintenance_announcements/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
468
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py,sha256=gVLlGPkFiBawI-oCj2ZcgIf8gHe4eqTIjiK918nPSYI,3749
469
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py,sha256=V2DczsQXWGFwR8DDfXa5iF8NTJK01vC3NLxi07-WWQk,2071
470
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py,sha256=IbDtVLHxlfj6nSufjdy4ZO8QZLeG9d8s7Xd8Xz8xHMk,4722
471
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py,sha256=31lgFHtvk_4fEUbzFQKms8cVquO5iKzmWUw60NrMeJA,4102
472
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py,sha256=zxOqltJ4WlWIk_hdmU9Mif62cdGHsSlM4-_jHcrtGuQ,3296
473
+ waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py,sha256=79_TQPCVJ3rtZ3cIWfKXSut3P25KK1kwmlEH3VsyCIQ,4022
474
+ waldur_api_client/api/marketplace_maintenance_announcements_template/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
475
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py,sha256=A9EOFi84g31X_GWBH9usft-B3yDideizdbRM4ahznmE,3958
476
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py,sha256=zV6oRRyiRDINX1LznQNjyZn1qcA7x5l34tAFsJQXUGI,2080
477
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py,sha256=j7glgjyOk7bv00DbUFv74AuSSFM7tjKl1LPzVO47-sk,4836
478
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py,sha256=q3clHIr5FUqfAkbUjm67r40wPq_6RgEQEExMK_Zg0UY,4311
479
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py,sha256=cUV7mLmdUGRuPGp_6yZTKkZwxs82Q0mdlfy-Y4VuO9U,3416
480
+ waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py,sha256=XooQr2Jiu87R6frgPBms_CiEyo83Vl1Y0qxzPpKSbqY,4231
452
481
  waldur_api_client/api/marketplace_offering_estimated_cost_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
453
482
  waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_retrieve.py,sha256=AgD_SVw1SLmDxEdlR0Zf4NCkcvSA4eclib8oSrTeOJE,3262
454
483
  waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_create.py,sha256=z9kJ64bOSwz3BnuENpKgjKiSqZKU3QG02gtxZeeUQu8,3862
@@ -516,6 +545,7 @@ waldur_api_client/api/marketplace_plans/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD
516
545
  waldur_api_client/api/marketplace_plans/marketplace_plans_archive.py,sha256=pxRmaX3NwazYstlyYMysiqxOZhO6Ym6UlleSGfO6xz8,2057
517
546
  waldur_api_client/api/marketplace_plans/marketplace_plans_create.py,sha256=OepUyMrVcyuCOtMjZvdbivd-sEeMouzerYMMnBNLZ0c,3635
518
547
  waldur_api_client/api/marketplace_plans/marketplace_plans_delete_organization_groups.py,sha256=z4sRsKI24Mi4NhxI2gKtga4_eDq9rm7uyhd95TEqHGU,2076
548
+ waldur_api_client/api/marketplace_plans/marketplace_plans_destroy.py,sha256=NYkRMVB3Wt43J7JHps5WT8WxNPQbQxtpfX7SSSmfRpo,2051
519
549
  waldur_api_client/api/marketplace_plans/marketplace_plans_list.py,sha256=tTvV2Xe-WujWC3bBfjWBhsuznfYGdVmyQARgNICNW4Y,6850
520
550
  waldur_api_client/api/marketplace_plans/marketplace_plans_partial_update.py,sha256=mB8Velt3_9kF74sUhQXJ84h85wqKhjxkgHn3Zuj1wqM,3988
521
551
  waldur_api_client/api/marketplace_plans/marketplace_plans_retrieve.py,sha256=MavMLMUGXtU_JzhAjxzBMR1MuscVggJeFKGN5U1ZS4Y,3225
@@ -590,7 +620,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
590
620
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py,sha256=0p_vmoXpgRYyD4GA36Ls_Xvx6CcAiXMHzhSXv4E12xw,4012
591
621
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_integration.py,sha256=7h5qucOFEUhebVT1J0PRYvUyRadLy5-k9V4q1F_geiA,2602
592
622
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_location.py,sha256=5uTr4eTNFWpaSymr4p0lXQ4PxE0oJEJ_yi7AU67vJ-c,2578
593
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py,sha256=9XYyX4OuRopWCL9J5_5UEy6otJ8h4cSm4hTjHKCmMyc,2552
623
+ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py,sha256=clh3he1hQfDHAhyOp57mYjE3HzFF1MH0OkU1A4s5cig,2595
594
624
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_options.py,sha256=DGg3uBDxM-FYpQleBfuJRIbuD01d6izIC1RPk_DoB_0,2570
595
625
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_organization_groups.py,sha256=7-Wx0aqOBmGhsH_gDvbQS8aWUOtttnygn2_Sg4ZVMg0,2642
596
626
  waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_overview.py,sha256=HzqGW_HznNvkZxKbSzf8eUvO8TnrMFVDgLebKNQg9Xo,2578
@@ -934,6 +964,7 @@ waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_avail
934
964
  waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_retrieve.py,sha256=DRhTwoRfXSh0caw-XRi10EPE5Z1BUqoZxuD5P4ikJ_c,3407
935
965
  waldur_api_client/api/openstack_volume_types/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
936
966
  waldur_api_client/api/openstack_volume_types/openstack_volume_types_list.py,sha256=oYxKTPRtsDQmf33LVtDgBpcN2fbTYP4o0s6tpfF0yh4,8841
967
+ waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_retrieve.py,sha256=9oxcE9zIznKYz_hdVyynOAiv2LLzgHZQwDrw3pIXaoY,2901
937
968
  waldur_api_client/api/openstack_volume_types/openstack_volume_types_retrieve.py,sha256=cfs0hieBLLwic11pp8RIIc41dIHnM1fEAKkrAJqJ5qY,3231
938
969
  waldur_api_client/api/openstack_volumes/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
939
970
  waldur_api_client/api/openstack_volumes/openstack_volumes_attach.py,sha256=GC04tSlfmAV4v6sUyX6AKuDOaUPrAMek8YsXkcxU8A0,2537
@@ -1418,7 +1449,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
1418
1449
  waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
1419
1450
  waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
1420
1451
  waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
1421
- waldur_api_client/models/__init__.py,sha256=a6NJtQ9LWOjkFec4AzAsUY_Y8GImnsPB-eMgkSvx-Tc,121223
1452
+ waldur_api_client/models/__init__.py,sha256=UxQgWznrMvRBbiuv9sphwF_iNAqg-UFOoCjO9bx6kA4,123443
1422
1453
  waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
1423
1454
  waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
1424
1455
  waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
@@ -1599,8 +1630,8 @@ waldur_api_client/models/components_usage_stats.py,sha256=QF-ABKySkw4tMRHain714s
1599
1630
  waldur_api_client/models/configuration_retrieve_response_200.py,sha256=RBFCUtFJUII9J2MiVFyOQ_HLPh9RpbavflFn4Pjw28k,1311
1600
1631
  waldur_api_client/models/confirm_email_request_request.py,sha256=KOujnAZpKVuDxd9qZgcsz01O1wbj8WYPts68B5bYPz0,1518
1601
1632
  waldur_api_client/models/console_url.py,sha256=HYH5Ej9g2olUyvdnUrxDGR_LA042eoQmXlbzcJdP2JU,1422
1602
- waldur_api_client/models/constance_settings.py,sha256=f6tUqwDy1BBN0PkfjHEX3yomYL6DlIMTC358EC8jwiU,60253
1603
- waldur_api_client/models/constance_settings_request.py,sha256=gEOa07-S6897ECyzwyWqvdP0SSzqwB556tes-gj5aw4,65238
1633
+ waldur_api_client/models/constance_settings.py,sha256=LIz760hN-xaur71T8KR1mdi3HxlFwWKxBTAlLfaJCdM,61761
1634
+ waldur_api_client/models/constance_settings_request.py,sha256=fVPVCtYqRcKsCR32ETZr5Q99eOwlgq5_rcc8RZ2KMTs,66746
1604
1635
  waldur_api_client/models/container_format_enum.py,sha256=cfxrigIkmyJMKY3CFiExIppHyiZGnDoexb3zR_kh-ko,206
1605
1636
  waldur_api_client/models/core_auth_token.py,sha256=wnHzBfZHx64nqQ5ky_94xS76WBzVVPgjEu3xl_MB8oo,1460
1606
1637
  waldur_api_client/models/core_states.py,sha256=bLdaX7p1JDwAQOZWIGXrXN1T79CSqIAqYJyvMK0EZW4,361
@@ -1682,7 +1713,7 @@ waldur_api_client/models/event_stats.py,sha256=DsvRRKBSmyvyDRGCO5cxnLQaWwImv1-RL
1682
1713
  waldur_api_client/models/event_subscription.py,sha256=d1FPQWgwLmUH4tXr8ee5nwfDFTcnwzeBI6gZEVDu1o0,4225
1683
1714
  waldur_api_client/models/event_subscription_request.py,sha256=886_Gtrm-jaDc_465PQiO3gg3je7kfPb8lRNz2VPND4,2047
1684
1715
  waldur_api_client/models/event_subscriptions_list_o_item.py,sha256=y3QD9iti1tT-H4FJehhGeuOcE6WbO0BaBjAy7xyJjX0,181
1685
- waldur_api_client/models/event_types_enum.py,sha256=bhJnv6oty3zJzdVpT5YvqzkgqqGUogYFSiD4HOztXQQ,16765
1716
+ waldur_api_client/models/event_types_enum.py,sha256=2QhUWZsc_pfjBUV6U-d46o40VBjb6nqNfM_xvFpOIRc,16823
1686
1717
  waldur_api_client/models/events_count_retrieve_field_item.py,sha256=VG8asqy9I_s1wKHHfubLLc1kAQTjeCEstGGfIzamZgE,253
1687
1718
  waldur_api_client/models/events_event_groups_retrieve_field_item.py,sha256=dYixnwJi5wKAtg-2zvG288vkGpMYBsm2mkjfQEuO_Ik,259
1688
1719
  waldur_api_client/models/events_list_field_item.py,sha256=Xg3Ky71jUYdKi7bLIqolLQYl7SVT5JqTjBjHHY1Unew,244
@@ -1714,6 +1745,7 @@ waldur_api_client/models/identity_provider_request.py,sha256=vRW-WeLSeH495CsQovJ
1714
1745
  waldur_api_client/models/image_create_request.py,sha256=xHG5U8AgHSNSAJuDMf3BUlpRLA0KW-OO7mQOvD1t7aY,4356
1715
1746
  waldur_api_client/models/image_create_response.py,sha256=hSTJL8g4pSYXpP9fBhufZoTTDh-Zubjhg3F2zh7oQdo,2064
1716
1747
  waldur_api_client/models/image_upload_response.py,sha256=3lj84P8NzA00D6NQMYGTKTVaC3pfEDJK_-wGOLgpQFU,1673
1748
+ waldur_api_client/models/impact_level_enum.py,sha256=9zGNMgukh2xEWZR52KeXICqCdwtOV1bS1pqRiMYpC0s,185
1717
1749
  waldur_api_client/models/import_resource_request.py,sha256=S-EBZ8fqATOJAa6_tgjqSGums-EIdD3PAraGYMHPZgw,2260
1718
1750
  waldur_api_client/models/importable_resource.py,sha256=Gufpmtymf6opPRjBImIeif32VHBPAAqgOZLT15U4ctM,2039
1719
1751
  waldur_api_client/models/instance_flavor_change_request.py,sha256=-DqVP2gzl8jO23ETCyOP1R6MoEEmf1gR_0tAhXPpctE,1543
@@ -1780,6 +1812,16 @@ waldur_api_client/models/link_openstack_request.py,sha256=yvYtHcmJqBTT5HkHzQN6Kn
1780
1812
  waldur_api_client/models/link_to_invoice.py,sha256=6SCGvQQEpy3s043vRntS7_vl60kc8bSQwMrGgO42opA,1480
1781
1813
  waldur_api_client/models/link_to_invoice_request.py,sha256=H0lTJwGuLFbcUip34pecMQ9tx3kccchGnpt81jvIgok,1518
1782
1814
  waldur_api_client/models/logout.py,sha256=CJnzoxZkv_uMdiY_U5we9NeTS8SwjtuAit8PEI_mXUs,1469
1815
+ waldur_api_client/models/maintenance_announcement.py,sha256=DyktGfYDGTqv67i0NnUODTx90x8Dn2qQ-zh-HoglHcU,7676
1816
+ waldur_api_client/models/maintenance_announcement_offering.py,sha256=F5FuPzU41ySQ6FINhJ3HSGR0jBzSK10_Z52EtHFK5z4,3287
1817
+ waldur_api_client/models/maintenance_announcement_offering_request.py,sha256=JklXfrM6kYtcNmP2hkKmnCIkaxcd2GVX4pBnNzes_AE,3014
1818
+ waldur_api_client/models/maintenance_announcement_offering_template.py,sha256=5VUcjEmsmEYDCq5Xt9MxTr-0iiH4kF9z5uWyArtNBmo,3420
1819
+ waldur_api_client/models/maintenance_announcement_offering_template_request.py,sha256=r6CRRYS_CgJ9kDS1ybmjBMmAM6ZPIqYDFM9q6jcc2Ck,3147
1820
+ waldur_api_client/models/maintenance_announcement_request.py,sha256=vLTUo8S3DvhJ0XZZllJhUakdPB-PM3un--AUtFdbSUI,3669
1821
+ waldur_api_client/models/maintenance_announcement_state_enum.py,sha256=ohHE2Yd8OeQxFfVjAhZXHvGQdXTECKfBSkUMH_h0bbA,218
1822
+ waldur_api_client/models/maintenance_announcement_template.py,sha256=2sssme77G7A2RBaovhkBM53TGMKq0oWypG7Q1WoYUcw,4294
1823
+ waldur_api_client/models/maintenance_announcement_template_request.py,sha256=vJ8MLnLzG4Ck4IZiW2dcdJxw48kq8iOPLSI92qGilpA,2984
1824
+ waldur_api_client/models/maintenance_type_enum.py,sha256=bsSN1wBR177iSIUaUEu-_iDlf3UuYJUUosA2-irtEHA,205
1783
1825
  waldur_api_client/models/mapping.py,sha256=ZKvmeYRrqTr4qTuz1O_JHeEJrPDGCVB0HREff6P0-7k,4732
1784
1826
  waldur_api_client/models/mapping_request.py,sha256=W06jNgoo7fVctNqt7De02ziWWfHluMASdsF7Dhtigvo,4872
1785
1827
  waldur_api_client/models/marketplace_categories_list_customers_offerings_state_item.py,sha256=cPPYh5lIEe8jKS1oSB1tDxvx3kTzTy5LatHLoO135nM,222
@@ -1874,8 +1916,8 @@ waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py,sh
1874
1916
  waldur_api_client/models/marketplace_service_providers_user_customers_list_field_item.py,sha256=O1D7M9AsDjm0yy3ByxeZLBm0hoECJa3DLzd-DPM8GYI,512
1875
1917
  waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,sha256=kmp8qp6JD-PXuPw5b6wosav0U-Ekyb4_qoh2__9b89o,516
1876
1918
  waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
1877
- waldur_api_client/models/merged_plugin_options.py,sha256=okRCfN9NTh9Mfc480qlm9vfEGgKAxwdUeaufg94N8mc,29781
1878
- waldur_api_client/models/merged_plugin_options_request.py,sha256=MRD3BfGsatm6zgbMdIgPbGyS5RJKbLFYrgqXiOuOaFs,29819
1919
+ waldur_api_client/models/merged_plugin_options.py,sha256=CYQ9AX5QHGonFM-_XxWz4WavtepMX1az8eGObIoRumE,29786
1920
+ waldur_api_client/models/merged_plugin_options_request.py,sha256=lqpyLxMeE5YmcoZxanEBURuDn34YyR4hQDUqVknnDLk,29824
1879
1921
  waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
1880
1922
  waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
1881
1923
  waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
@@ -1938,7 +1980,7 @@ waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2Ouus
1938
1980
  waldur_api_client/models/offering.py,sha256=vpRR7yOceVel-Re-g1N63OsTCXv5Xiz7dSS9aaUs6Bo,40298
1939
1981
  waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
1940
1982
  waldur_api_client/models/offering_backend_metadata_request.py,sha256=EV-UXz9BSHUsPzDxq3aADdrvIFfng-Mr3_VGUvak7Mc,1757
1941
- waldur_api_client/models/offering_component.py,sha256=Hj1fVT9-XxvtWXbvPa6I21XkTOS2tCIeiwsc3A5LCUI,10703
1983
+ waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
1942
1984
  waldur_api_client/models/offering_component_limit.py,sha256=lVDIYQA20C-ZKkiPwzGO_hFRZwR8-O0vd03unNMHJc8,1927
1943
1985
  waldur_api_client/models/offering_component_limit_request.py,sha256=1-L2uWCl6Ne3C1lIZwV439TGjhi5RA63e5OfWF5rRL4,1965
1944
1986
  waldur_api_client/models/offering_component_request.py,sha256=qwG0_FP3VuLeC33hyrRNNdpagF4Dj349394BSKcM3cs,9212
@@ -2157,6 +2199,10 @@ waldur_api_client/models/patched_invoice_item_update_request.py,sha256=z0yTemV8F
2157
2199
  waldur_api_client/models/patched_issue_request.py,sha256=0DNvJwXbLMgYae2f6bRij8ecFt1bU7R_9OEy89sCKUk,3076
2158
2200
  waldur_api_client/models/patched_keycloak_user_group_membership_request.py,sha256=1pJbvQvG3Dggig-9mfjoz20agYmgenTFOzQxkpBwhYQ,2876
2159
2201
  waldur_api_client/models/patched_lexis_link_request.py,sha256=gyEzwSSZnjxsv5xGxCP-ivcx3MfyQGkgo0qsShgXVvk,2199
2202
+ waldur_api_client/models/patched_maintenance_announcement_offering_request.py,sha256=K45ITmGnqSBv7GZLPnM9Y3epDhb5X_jhHyOuby-ywvA,3190
2203
+ waldur_api_client/models/patched_maintenance_announcement_offering_template_request.py,sha256=vyMCfaBK63qEZQjHc0flzagj4T35f47x-QRMXdvvgII,3332
2204
+ waldur_api_client/models/patched_maintenance_announcement_request.py,sha256=ZKPVSB593eCneMKZ_gYj4hm8m8gund8uQaIup-YabLE,4642
2205
+ waldur_api_client/models/patched_maintenance_announcement_template_request.py,sha256=va9LJW3oGibjnPy8zXfLJJ1GZH3Kni--lUmT6tQVtso,3161
2160
2206
  waldur_api_client/models/patched_marketplace_category_request.py,sha256=5rER4sHj5TYT3Y-S8Y8aBxSjdRRR5RvT3bCL715Alr0,5191
2161
2207
  waldur_api_client/models/patched_message_template_request.py,sha256=HB5c8nzKrhiSVBd02TYxs9gho4r17HiLQjkjL9i-CEU,2101
2162
2208
  waldur_api_client/models/patched_migration_details_request.py,sha256=FLB49LeyBy5sV7oEOothQBKvirmusQxDzvM30wo_QcA,2822
@@ -2183,8 +2229,9 @@ waldur_api_client/models/patched_project_credit_request.py,sha256=Cp0GoAcFQ8L3Yl
2183
2229
  waldur_api_client/models/patched_project_estimated_cost_policy_request.py,sha256=m_QW3neOWuSasN_VwLwhIrvhMHHZnom7lkXs4TVao2E,3126
2184
2230
  waldur_api_client/models/patched_project_request.py,sha256=WjZRIS3JJIfdusM4rHAkV59UV4c5CDWDeYvNAEEO0fY,8630
2185
2231
  waldur_api_client/models/patched_project_service_account_request.py,sha256=G_4ZmRAeDoLRE-OiAG1PlilyMgtWI56Ip74o8HeDaC4,3515
2232
+ waldur_api_client/models/patched_proposal_project_role_mapping_request.py,sha256=kVM0B-On8pELRMa8kKxP2kVX9Fpjy1qBcadM80RIb_U,2756
2186
2233
  waldur_api_client/models/patched_proposal_review_request.py,sha256=l-VQEf3zbNIRCEiXkTGqlAI2Ef-uDGAD6n8O9YOsmqU,11451
2187
- waldur_api_client/models/patched_protected_call_request.py,sha256=wtoCpzQ_Jlt8GbxR7YCl-ea0Di_sqvz8IAgoF0tW_eY,6933
2234
+ waldur_api_client/models/patched_protected_call_request.py,sha256=0zXSeBjhHQCbSTp7XtoKUIjf2R3gI01u0eWC5EUv6rU,6162
2188
2235
  waldur_api_client/models/patched_protected_round_request.py,sha256=MJzqsxd9KHuKg9THbEftDgy3W0GltkSW18USpzweZJM,8625
2189
2236
  waldur_api_client/models/patched_provider_plan_details_request.py,sha256=4c2GxUccFoXJZUmKo7c3c8_uRDGNwlnlas7qcauiETA,4504
2190
2237
  waldur_api_client/models/patched_rancher_application_request.py,sha256=2FUfrUbJ1155_yTe523t_8JVD7nSMrLCjQSxQ4De9jM,6254
@@ -2201,10 +2248,9 @@ waldur_api_client/models/patched_requested_resource_request.py,sha256=GUI9k7hOCb
2201
2248
  waldur_api_client/models/patched_resource_update_request.py,sha256=_CNDi9RuzcqYtijBwRRd7b6EiUdjnXOPZ03y5-DADhE,3148
2202
2249
  waldur_api_client/models/patched_robot_account_request.py,sha256=7t1urQ4mvKmcXjNCHG9uQy2W-YmDiS7DrZthHROyfhA,3924
2203
2250
  waldur_api_client/models/patched_role_details_request.py,sha256=-lYNcyosNi85D3e84dDw_VzlUYXTPaGDA6d_SjQ3BBs,13080
2204
- waldur_api_client/models/patched_rule_plans_request.py,sha256=9or43eosRDu67rwLvsKUOfOSUYFd-Bct9kz_Z5TMusk,3568
2205
- waldur_api_client/models/patched_rule_plans_request_attributes.py,sha256=fxWYtQKEupQYhd28Swp3DWws8fj_BhomaHzTJ_eFcwE,1319
2206
- waldur_api_client/models/patched_rule_plans_request_limits.py,sha256=iLLXqTGo0ucBoyVKPprHEwLye7nFe88lUvxRxYdMtAI,1299
2207
- waldur_api_client/models/patched_rule_request.py,sha256=7Yw8TLhPGtlAdDrkgiWJhv6PFD1nE8fjmLnsNFOHST0,3418
2251
+ waldur_api_client/models/patched_rule_request.py,sha256=etRIP1ihawSElYR4Y8PLTP7dai8X7jIyAtdvTJKZe2s,7004
2252
+ waldur_api_client/models/patched_rule_request_plan_attributes.py,sha256=BVV2J8f1Se-4ttExBMTwHyBW0wQhY0b5WMMVrLqqsew,1314
2253
+ waldur_api_client/models/patched_rule_request_plan_limits.py,sha256=bt-xs8SyVWGpcIfIcp_RDh6GkkrPsvD3PqvI2AGUA7k,1294
2208
2254
  waldur_api_client/models/patched_screenshot_request.py,sha256=1eLZM744IuVHBhWrmsGL7hdnEZGoIllj6UEzml4iMx0,1893
2209
2255
  waldur_api_client/models/patched_section_request.py,sha256=Ta_1Zvr_jBppTubsMKyk8KuBSqVtrj4DchtRxhBV4lo,2441
2210
2256
  waldur_api_client/models/patched_service_provider_request.py,sha256=mYtDn3fhfD2dlNbV4UOfT0YOQtBF1QosJVSPDlF59og,2743
@@ -2274,16 +2320,18 @@ waldur_api_client/models/proposal.py,sha256=DjnMk0bf3OtgEW-AmjdOxKfQ2yBPZ4U1FGmJ
2274
2320
  waldur_api_client/models/proposal_approve_request.py,sha256=rOUyUw6IAwQM6oWTCSFeuI9d_td27Udi33qYLKP8wE4,1736
2275
2321
  waldur_api_client/models/proposal_documentation.py,sha256=9ByykTQwRIFOwg5ZV7-PIVkOSUCgI3fueBHmP07QVnA,2718
2276
2322
  waldur_api_client/models/proposal_documentation_request.py,sha256=YH55jWJVq8F7O-_LmgyLSgcZL9HI8R7r03vfjsf5Aw4,2461
2323
+ waldur_api_client/models/proposal_project_role_mapping.py,sha256=O5r10V-sEBzfWnN7yQQqjTe4-S5_OuBGSRVzSWSmqIY,3254
2324
+ waldur_api_client/models/proposal_project_role_mapping_request.py,sha256=8XKw1GPxCLyNuzDJvXoH5eG1Cqh35jaBg7gF7uh0RDA,2582
2277
2325
  waldur_api_client/models/proposal_proposals_list_o_item.py,sha256=yfjw3LXCsydWzVcYZ6EzCldFAUTuBcV1tnvnWiAW9AE,459
2278
2326
  waldur_api_client/models/proposal_proposals_list_state_item.py,sha256=BX5stQQMas6-03qxoAI4_0Mdy0jHX6_mfOvDFuyrhlE,289
2279
2327
  waldur_api_client/models/proposal_proposals_list_users_list_field_item.py,sha256=dKdiaHMDXVgK3q6SViZVOESkVPi6sOmsPRNgfuSbRMg,534
2280
2328
  waldur_api_client/models/proposal_proposals_list_users_list_o_item.py,sha256=GDfA_SrrNKVsbY7U1OPaR2MNeTdRVcdkitbpUUBNOB4,328
2281
- waldur_api_client/models/proposal_protected_calls_list_field_item.py,sha256=CJ2jlYqNXIiS82L-Mr4Yo8MwyzmFUR7DnjRahUWsXbo,1088
2329
+ waldur_api_client/models/proposal_protected_calls_list_field_item.py,sha256=rv8zrHeko7zxsoGKfzfof-AEKOtYVG4qsBpjjTjxZqQ,904
2282
2330
  waldur_api_client/models/proposal_protected_calls_list_o_item.py,sha256=gkWSbvXmbRJIDwQKnreKCn9RlVUmCl5jcRXfJn5MxZc,320
2283
2331
  waldur_api_client/models/proposal_protected_calls_list_state_item.py,sha256=y4rxaJ-6Oh2vIfAj8ifNHiI-zFlrqLLHGmIGUl5T188,208
2284
2332
  waldur_api_client/models/proposal_protected_calls_list_users_list_field_item.py,sha256=U440CtFh0WEGoOXxZ_wUYkaNY5Gk-ffMfhFe9yl1jNM,539
2285
2333
  waldur_api_client/models/proposal_protected_calls_list_users_list_o_item.py,sha256=mULgJTZ60rthfpGXXOWWrFl6BBsYkiPIAy7ESM5DJoQ,333
2286
- waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py,sha256=f6btovPgHx_CCKahOfbl2ik0r3vUbcghNNoLbureYYo,1092
2334
+ waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py,sha256=Bl_OtMhgrdl5Q6fmiFcOfaQa-PBGh_KP7RG9IDlM2q0,908
2287
2335
  waldur_api_client/models/proposal_public_calls_list_field_item.py,sha256=GcHtiJcY4q8Hj45jcFwIJuruQZA8Xwto0mlMNsoWneU,833
2288
2336
  waldur_api_client/models/proposal_public_calls_list_o_item.py,sha256=8ZRaz3cGX4YnyEjucMprNs-Cjs0Txp9TAIeCXMvfoUI,317
2289
2337
  waldur_api_client/models/proposal_public_calls_list_state_item.py,sha256=gx_TuslZ2CgdlY3AUXMfTYEmAaImUMB8aoe_RWpIKzg,205
@@ -2299,8 +2347,8 @@ waldur_api_client/models/proposal_reviews_list_o_item.py,sha256=rZ_NrKr7a1sKgtgG
2299
2347
  waldur_api_client/models/proposal_reviews_list_state_item.py,sha256=Ot5jTwZh0CsTiz8fvi85T44sONnSigBoo4HPW_77PyI,239
2300
2348
  waldur_api_client/models/proposal_states.py,sha256=hdfIsdakiAnvTuRoxNKFS_81deEEmgzg9boR9XwXHkM,273
2301
2349
  waldur_api_client/models/proposal_update_project_details_request.py,sha256=xUpL4Miqpegp70geSB9Fiy7G5b7Qhq9L1JU_5HW6nv8,5901
2302
- waldur_api_client/models/protected_call.py,sha256=OACR7ERJk2b8qsBDw6RQkHJ4h3tsrwFm-rZcYt4fQAQ,16181
2303
- waldur_api_client/models/protected_call_request.py,sha256=4BWkuq5AbdAx-9YWbwjyJP5Z4OeyKbJIfW6DmxInOGs,7022
2350
+ waldur_api_client/models/protected_call.py,sha256=-7qlTxoPfjnd1tOqUXvdsmxKU9LDgznl7yh33WWfqqY,14445
2351
+ waldur_api_client/models/protected_call_request.py,sha256=97b01PoUtBqNJWAGc8odcmfOf6neePxNYEQ4mb8yQKk,6251
2304
2352
  waldur_api_client/models/protected_proposal_list.py,sha256=fzBjynv2G3pZu3Utwn_n8aZWpFeXM8xmiRbkAtuP3Us,3135
2305
2353
  waldur_api_client/models/protected_proposal_list_request.py,sha256=fnDDdpTec3ST5sCN7HAhiF8iLFUImVBj8gv9a1c2S3I,1528
2306
2354
  waldur_api_client/models/protected_round.py,sha256=I97ZuW3kX6ePse0p9oHNrHC8vovRbfw1KV0KnZutkPA,9306
@@ -2310,7 +2358,7 @@ waldur_api_client/models/provider_invoice_items_list_o_item.py,sha256=kPI6IvEc8n
2310
2358
  waldur_api_client/models/provider_offering.py,sha256=As-Xy7BC7dsXCbN1kuLkE1FY5K5T6PUtZbcfZXBfTlM,8733
2311
2359
  waldur_api_client/models/provider_offering_costs.py,sha256=OyKwyTVrkd177YYtWBh12G22A86i4UOgJoyGGWcOexs,1961
2312
2360
  waldur_api_client/models/provider_offering_customer.py,sha256=EQSbrqsKMTlTupV_8ae_S3CtgFpXcJGU9phEUKHOb9o,2726
2313
- waldur_api_client/models/provider_offering_details.py,sha256=KvGQQARtoaqP-bTu96osU7PrhNthn9MW0jbyGQvk19k,45515
2361
+ waldur_api_client/models/provider_offering_details.py,sha256=YA1lgP-H1wx112A6oQXWjtHrbSaeXQM9INUiK2zYrkY,45561
2314
2362
  waldur_api_client/models/provider_offering_details_attributes.py,sha256=2ZQjBPMDwoyqbeq-w3J4XFyjfSIuPvbzhWmR0FztXo4,1316
2315
2363
  waldur_api_client/models/provider_offering_details_request.py,sha256=P0gqNat4Nb0E9kborQ_syiPVrerL4WKc0nJIG03p03k,14211
2316
2364
  waldur_api_client/models/provider_offering_details_service_attributes.py,sha256=5KU5GdD1Y6X2vmI_7DxWSs4gVuAM57D92uqwfXddPgY,1354
@@ -2324,7 +2372,7 @@ waldur_api_client/models/provider_requested_offering.py,sha256=3fVJT8et-CpuI9lf8
2324
2372
  waldur_api_client/models/provider_requested_resource.py,sha256=kyMN6tqzAuHWozPpb4ZaoX_T2jF_CBC9c6SursDLVB4,6116
2325
2373
  waldur_api_client/models/provider_user.py,sha256=yzjf7T5fY4vto6LLxMA4fEXW6GEd_PcvqYeCFH3jL7M,2942
2326
2374
  waldur_api_client/models/public_call.py,sha256=DTpM_UPdk7aDjk59_Hrfgu4WVNsG-unb-F6TENSuHcU,13588
2327
- waldur_api_client/models/public_offering_details.py,sha256=XmOLaIxjD9VpDBCrXkCbhUBE3A14Nx0HxJJk2NLmje8,42637
2375
+ waldur_api_client/models/public_offering_details.py,sha256=Jb8W3WATee6GFvv-e3Ts1_cKh3iO6LkczkT2j9qT5m4,42683
2328
2376
  waldur_api_client/models/public_offering_details_attributes.py,sha256=i0-SCeFD4PmCgSTt7S1aGP8hI_i-yrVymsoqRFXX7LA,1306
2329
2377
  waldur_api_client/models/pull_marketplace_script_resource_request.py,sha256=UDkfiNLngvbMTBKyvvdjkOfr2EpWh56st33HhUuohtA,1696
2330
2378
  waldur_api_client/models/query_request.py,sha256=uQF9CgIBrcRorzel3K8yA_ExJk1QCWp7atwLDppxeDA,1452
@@ -2475,14 +2523,12 @@ waldur_api_client/models/role_type.py,sha256=RI_vmdETh3okrlAKF5JPnDfnWB5xerOv3Iw
2475
2523
  waldur_api_client/models/roles_list_field_item.py,sha256=heqjCs2wIg6LwGmElNbOhZfhRLsd3Y-PUlkkEZQg4os,887
2476
2524
  waldur_api_client/models/roles_retrieve_field_item.py,sha256=yKjP9o0uvtM4qODKPxPTp4u911F3NTMVjuueiE21120,891
2477
2525
  waldur_api_client/models/round_reviewer.py,sha256=km3aVibwnGMSr8B3jtqvNKzmjuFKw86XWVoTdSp7K6o,2509
2478
- waldur_api_client/models/rule.py,sha256=2DzJSEdGKr6-tnL_VyQ2pmfFmLMPlbfrLP7eR4jSD0A,3785
2479
- waldur_api_client/models/rule_plans.py,sha256=SpykiiZOCIL_wpCSNiAV0MVUwfEf36amnO_oKax3MFE,3444
2480
- waldur_api_client/models/rule_plans_attributes.py,sha256=caCbSvw0aPqclXjMfxoDZOlJGJ74iKAK3n1mBfZPTRU,1243
2481
- waldur_api_client/models/rule_plans_limits.py,sha256=MqkpcrkdxWlXbhIfNben7ohGql5Wm_1OKKzjREpUU5s,1223
2482
- waldur_api_client/models/rule_plans_request.py,sha256=AtUGv6X36NLy65RHqIpCJbs7HhRh1PZANeBd1g3V_so,3287
2483
- waldur_api_client/models/rule_plans_request_attributes.py,sha256=_bSGhQvCgfRuvUCtLS34VBF5_u1soirGLt0figvCbSU,1281
2484
- waldur_api_client/models/rule_plans_request_limits.py,sha256=at4deEEM33hnegehKdsN_83Ipr_ujBMf4gO_MWdXWVI,1261
2485
- waldur_api_client/models/rule_request.py,sha256=f-3zFZnbyomLvMYg1GU2DHHM3k29dI2aBjh9IZqHQcA,3330
2526
+ waldur_api_client/models/rule.py,sha256=JfBF2cguIuQcPlf_6Vz5B6WhBFKGL663LSeo_o6y2kk,7202
2527
+ waldur_api_client/models/rule_plan_attributes.py,sha256=tIgALGjlZWEIMFyJRcOQEpGa-U42YCwUiLrCslv1agA,1238
2528
+ waldur_api_client/models/rule_plan_limits.py,sha256=m6koUzy9v1s7eCpMXitcxdkDke2ra38DY8dalAL8HDo,1218
2529
+ waldur_api_client/models/rule_request.py,sha256=0qx_UkTI1KN70nFV5aJL-vDJXDo11g18QyIBdl3Gv7c,6719
2530
+ waldur_api_client/models/rule_request_plan_attributes.py,sha256=UIry4ieTi11W3aEFaMB1aCO8n2BOd6ZgVCvPKk-BH_8,1276
2531
+ waldur_api_client/models/rule_request_plan_limits.py,sha256=ockbnm2b2TZ8sIr5eDbfy0Or88zTrqik2SIicAEXtog,1256
2486
2532
  waldur_api_client/models/runtime_states.py,sha256=dWscxiOK-RrvJq4fT35pR46nsHQxhuvMumK444bHgCA,1610
2487
2533
  waldur_api_client/models/saml_2_login.py,sha256=cAprDwTQH9m3s4AxXpHnWGr4xp4UeeZ2bAIGghgoi7Y,1425
2488
2534
  waldur_api_client/models/saml_2_login_complete.py,sha256=UxNLhyjROcL-QxFEXHcqLL3jLxLwIljfZ64dunR-UCo,1566
@@ -2549,6 +2595,7 @@ waldur_api_client/models/template_version.py,sha256=vs_DIZl2XEv86ZkAdAQWn7yrN1dk
2549
2595
  waldur_api_client/models/tenant.py,sha256=ZIgij-mOVQW1hg6-ay4fg-LXmfaYpm8nX8miqYmNW84,1720
2550
2596
  waldur_api_client/models/token_request.py,sha256=FL76aLL-9e6BV8s8zXpoX9vj-IgWIhjayE_5X6NLyr0,1452
2551
2597
  waldur_api_client/models/total_customer_cost.py,sha256=oo5hW0Xn0v6pnqmpuhGU8vPLRyxkMH1q1_5pcIp4EIc,1641
2598
+ waldur_api_client/models/update_offering_component_request.py,sha256=QsQM9Cdk3ZDcyjIuEI3VpuqQezoWuu5-DAjV2K7MuYI,9423
2552
2599
  waldur_api_client/models/user.py,sha256=V6sZht_LPBdWyDTPfWODHwBMc_8rfDsSoR_pcGf7s38,18059
2553
2600
  waldur_api_client/models/user_agreement.py,sha256=b4ZGRH4NFpqNDz03fSIRnqzEUip1uyle1BstHdNH-uw,2653
2554
2601
  waldur_api_client/models/user_agreement_request.py,sha256=Sq_PIJ6sel7arPE6WMEud_vW8JIPJjyuAbHBPlnwvOc,1871
@@ -2621,7 +2668,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
2621
2668
  waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
2622
2669
  waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
2623
2670
  waldur_api_client/types.py,sha256=AX4orxQZQJat3vZrgjJ-TYb2sNBL8kNo9yqYDT-n8y8,1391
2624
- waldur_api_client-7.6.8.dist-info/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
2625
- waldur_api_client-7.6.8.dist-info/METADATA,sha256=gFDRyKs7C_U3JhXBJNyPnlSjpF9QINfQOtXT73LC6yg,5845
2626
- waldur_api_client-7.6.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
2627
- waldur_api_client-7.6.8.dist-info/RECORD,,
2671
+ waldur_api_client-7.7.0.dist-info/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
2672
+ waldur_api_client-7.7.0.dist-info/METADATA,sha256=c4ChzBKJATKsTSI5iiDXZ64kZqv9kmhMclnr8oFJydM,5845
2673
+ waldur_api_client-7.7.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
2674
+ waldur_api_client-7.7.0.dist-info/RECORD,,
@@ -1,108 +0,0 @@
1
- from collections.abc import Mapping
2
- from typing import TYPE_CHECKING, 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
- if TYPE_CHECKING:
10
- from ..models.patched_rule_plans_request_attributes import PatchedRulePlansRequestAttributes
11
- from ..models.patched_rule_plans_request_limits import PatchedRulePlansRequestLimits
12
-
13
-
14
- T = TypeVar("T", bound="PatchedRulePlansRequest")
15
-
16
-
17
- @_attrs_define
18
- class PatchedRulePlansRequest:
19
- """
20
- Attributes:
21
- rule (Union[Unset, str]):
22
- plan (Union[Unset, str]):
23
- attributes (Union[Unset, PatchedRulePlansRequestAttributes]):
24
- limits (Union[Unset, PatchedRulePlansRequestLimits]):
25
- """
26
-
27
- rule: Union[Unset, str] = UNSET
28
- plan: Union[Unset, str] = UNSET
29
- attributes: Union[Unset, "PatchedRulePlansRequestAttributes"] = UNSET
30
- limits: Union[Unset, "PatchedRulePlansRequestLimits"] = UNSET
31
- additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
32
-
33
- def to_dict(self) -> dict[str, Any]:
34
- rule = self.rule
35
-
36
- plan = self.plan
37
-
38
- attributes: Union[Unset, dict[str, Any]] = UNSET
39
- if not isinstance(self.attributes, Unset):
40
- attributes = self.attributes.to_dict()
41
-
42
- limits: Union[Unset, dict[str, Any]] = UNSET
43
- if not isinstance(self.limits, Unset):
44
- limits = self.limits.to_dict()
45
-
46
- field_dict: dict[str, Any] = {}
47
- field_dict.update(self.additional_properties)
48
- field_dict.update({})
49
- if rule is not UNSET:
50
- field_dict["rule"] = rule
51
- if plan is not UNSET:
52
- field_dict["plan"] = plan
53
- if attributes is not UNSET:
54
- field_dict["attributes"] = attributes
55
- if limits is not UNSET:
56
- field_dict["limits"] = limits
57
-
58
- return field_dict
59
-
60
- @classmethod
61
- def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
62
- from ..models.patched_rule_plans_request_attributes import PatchedRulePlansRequestAttributes
63
- from ..models.patched_rule_plans_request_limits import PatchedRulePlansRequestLimits
64
-
65
- d = dict(src_dict)
66
- rule = d.pop("rule", UNSET)
67
-
68
- plan = d.pop("plan", UNSET)
69
-
70
- _attributes = d.pop("attributes", UNSET)
71
- attributes: Union[Unset, PatchedRulePlansRequestAttributes]
72
- if isinstance(_attributes, Unset):
73
- attributes = UNSET
74
- else:
75
- attributes = PatchedRulePlansRequestAttributes.from_dict(_attributes)
76
-
77
- _limits = d.pop("limits", UNSET)
78
- limits: Union[Unset, PatchedRulePlansRequestLimits]
79
- if isinstance(_limits, Unset):
80
- limits = UNSET
81
- else:
82
- limits = PatchedRulePlansRequestLimits.from_dict(_limits)
83
-
84
- patched_rule_plans_request = cls(
85
- rule=rule,
86
- plan=plan,
87
- attributes=attributes,
88
- limits=limits,
89
- )
90
-
91
- patched_rule_plans_request.additional_properties = d
92
- return patched_rule_plans_request
93
-
94
- @property
95
- def additional_keys(self) -> list[str]:
96
- return list(self.additional_properties.keys())
97
-
98
- def __getitem__(self, key: str) -> Any:
99
- return self.additional_properties[key]
100
-
101
- def __setitem__(self, key: str, value: Any) -> None:
102
- self.additional_properties[key] = value
103
-
104
- def __delitem__(self, key: str) -> None:
105
- del self.additional_properties[key]
106
-
107
- def __contains__(self, key: str) -> bool:
108
- return key in self.additional_properties
@@ -1,44 +0,0 @@
1
- from collections.abc import Mapping
2
- from typing import Any, TypeVar
3
-
4
- from attrs import define as _attrs_define
5
- from attrs import field as _attrs_field
6
-
7
- T = TypeVar("T", bound="PatchedRulePlansRequestAttributes")
8
-
9
-
10
- @_attrs_define
11
- class PatchedRulePlansRequestAttributes:
12
- """ """
13
-
14
- additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
15
-
16
- def to_dict(self) -> dict[str, Any]:
17
- field_dict: dict[str, Any] = {}
18
- field_dict.update(self.additional_properties)
19
-
20
- return field_dict
21
-
22
- @classmethod
23
- def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
24
- d = dict(src_dict)
25
- patched_rule_plans_request_attributes = cls()
26
-
27
- patched_rule_plans_request_attributes.additional_properties = d
28
- return patched_rule_plans_request_attributes
29
-
30
- @property
31
- def additional_keys(self) -> list[str]:
32
- return list(self.additional_properties.keys())
33
-
34
- def __getitem__(self, key: str) -> Any:
35
- return self.additional_properties[key]
36
-
37
- def __setitem__(self, key: str, value: Any) -> None:
38
- self.additional_properties[key] = value
39
-
40
- def __delitem__(self, key: str) -> None:
41
- del self.additional_properties[key]
42
-
43
- def __contains__(self, key: str) -> bool:
44
- return key in self.additional_properties
@@ -1,126 +0,0 @@
1
- from collections.abc import Mapping
2
- from typing import TYPE_CHECKING, Any, TypeVar, Union
3
- from uuid import UUID
4
-
5
- from attrs import define as _attrs_define
6
- from attrs import field as _attrs_field
7
-
8
- from ..types import UNSET, Unset
9
-
10
- if TYPE_CHECKING:
11
- from ..models.rule_plans_attributes import RulePlansAttributes
12
- from ..models.rule_plans_limits import RulePlansLimits
13
-
14
-
15
- T = TypeVar("T", bound="RulePlans")
16
-
17
-
18
- @_attrs_define
19
- class RulePlans:
20
- """
21
- Attributes:
22
- uuid (UUID):
23
- url (str):
24
- rule (str):
25
- plan (str):
26
- attributes (Union[Unset, RulePlansAttributes]):
27
- limits (Union[Unset, RulePlansLimits]):
28
- """
29
-
30
- uuid: UUID
31
- url: str
32
- rule: str
33
- plan: str
34
- attributes: Union[Unset, "RulePlansAttributes"] = UNSET
35
- limits: Union[Unset, "RulePlansLimits"] = UNSET
36
- additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
37
-
38
- def to_dict(self) -> dict[str, Any]:
39
- uuid = str(self.uuid)
40
-
41
- url = self.url
42
-
43
- rule = self.rule
44
-
45
- plan = self.plan
46
-
47
- attributes: Union[Unset, dict[str, Any]] = UNSET
48
- if not isinstance(self.attributes, Unset):
49
- attributes = self.attributes.to_dict()
50
-
51
- limits: Union[Unset, dict[str, Any]] = UNSET
52
- if not isinstance(self.limits, Unset):
53
- limits = self.limits.to_dict()
54
-
55
- field_dict: dict[str, Any] = {}
56
- field_dict.update(self.additional_properties)
57
- field_dict.update(
58
- {
59
- "uuid": uuid,
60
- "url": url,
61
- "rule": rule,
62
- "plan": plan,
63
- }
64
- )
65
- if attributes is not UNSET:
66
- field_dict["attributes"] = attributes
67
- if limits is not UNSET:
68
- field_dict["limits"] = limits
69
-
70
- return field_dict
71
-
72
- @classmethod
73
- def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
74
- from ..models.rule_plans_attributes import RulePlansAttributes
75
- from ..models.rule_plans_limits import RulePlansLimits
76
-
77
- d = dict(src_dict)
78
- uuid = UUID(d.pop("uuid"))
79
-
80
- url = d.pop("url")
81
-
82
- rule = d.pop("rule")
83
-
84
- plan = d.pop("plan")
85
-
86
- _attributes = d.pop("attributes", UNSET)
87
- attributes: Union[Unset, RulePlansAttributes]
88
- if isinstance(_attributes, Unset):
89
- attributes = UNSET
90
- else:
91
- attributes = RulePlansAttributes.from_dict(_attributes)
92
-
93
- _limits = d.pop("limits", UNSET)
94
- limits: Union[Unset, RulePlansLimits]
95
- if isinstance(_limits, Unset):
96
- limits = UNSET
97
- else:
98
- limits = RulePlansLimits.from_dict(_limits)
99
-
100
- rule_plans = cls(
101
- uuid=uuid,
102
- url=url,
103
- rule=rule,
104
- plan=plan,
105
- attributes=attributes,
106
- limits=limits,
107
- )
108
-
109
- rule_plans.additional_properties = d
110
- return rule_plans
111
-
112
- @property
113
- def additional_keys(self) -> list[str]:
114
- return list(self.additional_properties.keys())
115
-
116
- def __getitem__(self, key: str) -> Any:
117
- return self.additional_properties[key]
118
-
119
- def __setitem__(self, key: str, value: Any) -> None:
120
- self.additional_properties[key] = value
121
-
122
- def __delitem__(self, key: str) -> None:
123
- del self.additional_properties[key]
124
-
125
- def __contains__(self, key: str) -> bool:
126
- return key in self.additional_properties