waldur-api-client 7.8.0__py3-none-any.whl → 7.8.1__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.
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py +96 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +96 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py +286 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py +289 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py +141 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_course_accounts_retrieve.py +177 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +0 -22
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py +105 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +15 -0
- waldur_api_client/models/__init__.py +26 -2
- waldur_api_client/models/booking_resource.py +18 -0
- waldur_api_client/models/booking_resources_list_field_item.py +2 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +2 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_course_accounts_count_o_item.py +23 -0
- waldur_api_client/models/marketplace_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +3 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +3 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +72 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/merged_plugin_options.py +9 -0
- waldur_api_client/models/merged_plugin_options_request.py +9 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/order_details.py +34 -0
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +1 -34
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.1.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.1.dist-info}/RECORD +49 -35
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.1.dist-info}/WHEEL +1 -1
- waldur_api_client/models/provider_offering_details_request.py +0 -407
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -581,11 +581,11 @@ waldur_api_client/api/marketplace_component_user_usages/marketplace_component_us
|
|
|
581
581
|
waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_list.py,sha256=bXL5ujxmHRtU7Z5qPfdFjpzEQPWYGMFj14ao2KLiryw,15719
|
|
582
582
|
waldur_api_client/api/marketplace_component_user_usages/marketplace_component_user_usages_retrieve.py,sha256=NpIE_BDoAaGeRsUA_lCt1xeavCufSEC4cK6QmIsQ7WY,4664
|
|
583
583
|
waldur_api_client/api/marketplace_course_accounts/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
584
|
-
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py,sha256=
|
|
584
|
+
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py,sha256=vCa2v_dgLCYNHrLVqabU2F4--emVy8tjWhCtl01c_9s,12829
|
|
585
585
|
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create.py,sha256=uc_aQwTjkPnY7rdwxbPVgpbz4d_1npGa6zms8kzXzQw,3493
|
|
586
586
|
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_create_bulk.py,sha256=J4u1U--jaECpcon_f78leR7Vg6TwZby7l5jXwL0ZMSg,3785
|
|
587
587
|
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_destroy.py,sha256=dUtoHkAVQc-_IoXpm3GvuHkbIcU69Wn2UQyVNQKGm5A,2061
|
|
588
|
-
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py,sha256=
|
|
588
|
+
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py,sha256=ZV9eW0qLDyZoI_qoJpe8Q8Xi4FKFrVnN_ZnW8Pdrsgc,12810
|
|
589
589
|
waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_retrieve.py,sha256=2KdAnceyDpSTu92xev2fbwex46ICvSrvGftdAHGDOGQ,3150
|
|
590
590
|
waldur_api_client/api/marketplace_customer_estimated_cost_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
591
591
|
waldur_api_client/api/marketplace_customer_estimated_cost_policies/marketplace_customer_estimated_cost_policies_actions_count.py,sha256=aBqBhWLV56qEZ9OYerCnDIGfTYMIb7W8vxzUinTmZsE,3428
|
|
@@ -658,6 +658,10 @@ waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_u
|
|
|
658
658
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_partial_update.py,sha256=d2_RiRDhMrqmz_u5eyRkhAtBTGEFKCiGyy52ipr258s,4006
|
|
659
659
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_retrieve.py,sha256=5RkrGON3mOSJ8BbuyHjHo4zeDRc5XJVHorhCCgjOO-M,3243
|
|
660
660
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_update.py,sha256=YF9WcfsKO5mQoifQL9VPplMlQJ8JsexsuOlkNchMZrg,3926
|
|
661
|
+
waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
662
|
+
waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py,sha256=oKCyoPlh3UJSxAkJi0V8PVU1I2auXtbk5IN5uPO9en8,9374
|
|
663
|
+
waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py,sha256=Hqw29VQCp5Qffpwb8Oo3KcEiSbnlQ-Eg8_TAtFOwRHU,9403
|
|
664
|
+
waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py,sha256=bOsZNf984AZbv6BnPcSUAAnayAGF9HQ2LbfciulcID0,3240
|
|
661
665
|
waldur_api_client/api/marketplace_offering_user_roles/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
662
666
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py,sha256=xLSIXjAQSTm7qSHnVW1umSptiTHDE23RBzR_2I6p11I,7798
|
|
663
667
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_create.py,sha256=5B2nuReXrQUgHrIr_yhLgb8lprJrQDI4RLflvncz9Eg,3577
|
|
@@ -779,6 +783,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
779
783
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_import_resource.py,sha256=SZiwVkqN7wvYixGNWoJPU2AaznoA0MCwQdDuPKfy2R0,3731
|
|
780
784
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_importable_resources_list.py,sha256=2r03XuurRtNwSxFni-1r_LhncEi6oO4AnaUfqssjrXg,4793
|
|
781
785
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py,sha256=H6HHUvWIBu5HDt18fIVC3ePNf0m7wTAr_G6LTiOZU9A,27311
|
|
786
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_course_accounts_retrieve.py,sha256=qQM0IpX7awnW_b4OjvEQNqzR0tisn4_DTwALx4_gkaA,4973
|
|
782
787
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_projects_list.py,sha256=lTP_6XElO8fXt-fh_3V0EKm692rdCAPRgGGpDU400JQ,4485
|
|
783
788
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_service_accounts_retrieve.py,sha256=XokNPa7JTpD447EGkv-mjHaZwvYjR3KuPNhS4wmQNfs,5083
|
|
784
789
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_users_list.py,sha256=imFKcRZwLRRdYsMExtzvNSuNafrv5Zjc8ipanfyhhps,4437
|
|
@@ -788,7 +793,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
788
793
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_orders_list.py,sha256=pXEib7KCil3aKLqKyHQBMWiF0DxmUNXN9IAREzdMT6c,4535
|
|
789
794
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_orders_retrieve.py,sha256=tUopy99onryt-dETGLilsJCfJpmdHLacrQ1g-s-0YMY,3466
|
|
790
795
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_pause.py,sha256=lQuLjwj_ayqFZhLEoxMJb1f1GiEziuc6WTDvZTiVX7s,3750
|
|
791
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py,sha256
|
|
796
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py,sha256=j7JB2_nBHld9mc5xhdEumSltnzTFTaLlUwpwwdXv_aY,3437
|
|
792
797
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_offering_component.py,sha256=eO28dPdmzMJOhRLoUlYbeVcUKQb1ua5kx00Ezf6b8dw,2595
|
|
793
798
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_retrieve.py,sha256=OUEgEUotAhka1aPJ21qdcLfXW-15_poth_uisZTT7yQ,4694
|
|
794
799
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_set_backend_metadata.py,sha256=8_4R5GBXbYrMGHqdi02ISOOV3KgSmG-x0yjy8EF0DOM,2590
|
|
@@ -796,6 +801,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
796
801
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_sync.py,sha256=yfBaYgqj6FbZsk43khigj--HQOUrfH9DOVx7Wo3MCs4,2067
|
|
797
802
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_unpause.py,sha256=Or9RKIySwXR3bNoSUPx2eYR6Kn7o18if59pFhiBSpZw,3136
|
|
798
803
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_attributes.py,sha256=d4HDwildRSWwYDHBu7oTHM5lQj2FhqoehEwv5JN5I3U,2780
|
|
804
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py,sha256=zNVgRNuX4lLihiGombZJq4Su2aSCy65GrSYDMKcebZQ,2668
|
|
799
805
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_description.py,sha256=1NuuS79XINgwKrscuO8_amya9s2xzy9tWyJy1tYEfKA,2602
|
|
800
806
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py,sha256=0p_vmoXpgRYyD4GA36Ls_Xvx6CcAiXMHzhSXv4E12xw,4012
|
|
801
807
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_integration.py,sha256=7h5qucOFEUhebVT1J0PRYvUyRadLy5-k9V4q1F_geiA,2602
|
|
@@ -927,7 +933,7 @@ waldur_api_client/api/marketplace_sections/marketplace_sections_update.py,sha256
|
|
|
927
933
|
waldur_api_client/api/marketplace_service_providers/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
928
934
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py,sha256=JUUbdOmTYTFbhHRxTqTjqcZ1ClQTelVJKZE4vEfpEoY,3915
|
|
929
935
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py,sha256=5meKad0nCPbFSEr4vikuwnfY1t7Wp1STF-bDZmwOl1U,7553
|
|
930
|
-
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py,sha256=
|
|
936
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py,sha256=Dhpklyo9vp2JVBWcyJwJ69NwoKoko_65OTdUa7gF6a0,14360
|
|
931
937
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py,sha256=72lqprknp_5erPH6jfC1tvDSdukiEL-tEKPq8mA4VtM,3549
|
|
932
938
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py,sha256=0lvg1fzVpkhAKKjyLur2_MvFpPhfuq0gVflloOnpzv4,17224
|
|
933
939
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customers_list.py,sha256=b0yuHgXX2Trst6sB4dff0bauOPBev5k6-rpZH9xpzvE,14876
|
|
@@ -1690,11 +1696,11 @@ waldur_api_client/api/user_invitations/user_invitations_accept.py,sha256=bqN4Fm_
|
|
|
1690
1696
|
waldur_api_client/api/user_invitations/user_invitations_approve.py,sha256=Lmcu2uVuxVdpKVfKZ2hjXm9t1Mo2jA7BQes1beHFU-4,2601
|
|
1691
1697
|
waldur_api_client/api/user_invitations/user_invitations_cancel.py,sha256=9tTumaJsNNQKStKThLSJb7Gh-xAqpi-rbWvezoDPB1o,2055
|
|
1692
1698
|
waldur_api_client/api/user_invitations/user_invitations_check.py,sha256=9SF8X4zJzkDk5K2g1gDCsttEEihSeN-vXrWBXkIIyro,3178
|
|
1693
|
-
waldur_api_client/api/user_invitations/user_invitations_count.py,sha256=
|
|
1699
|
+
waldur_api_client/api/user_invitations/user_invitations_count.py,sha256=1pYJBdl0ifOgNhNgta5j-eVSM-XaiogYIS5xwjN8BbQ,11844
|
|
1694
1700
|
waldur_api_client/api/user_invitations/user_invitations_create.py,sha256=pm0okk9IRhzjNoRJfvgKYuWhWOco1NuvjO1Hk_aRXH4,3408
|
|
1695
1701
|
waldur_api_client/api/user_invitations/user_invitations_delete.py,sha256=iVNAwMlqSWY8i2R_wrnvrrOKBj_dkfXgAceX_Ug6fUo,2055
|
|
1696
1702
|
waldur_api_client/api/user_invitations/user_invitations_details_retrieve.py,sha256=WcXyv3-titsSv-ETJOBHJvmZzx6oFcBO32mr4sZeujo,3303
|
|
1697
|
-
waldur_api_client/api/user_invitations/user_invitations_list.py,sha256
|
|
1703
|
+
waldur_api_client/api/user_invitations/user_invitations_list.py,sha256=_tfFbFNHBf1LK41fWk_2GZR9P49vzXe-AIb99YOZzpk,11785
|
|
1698
1704
|
waldur_api_client/api/user_invitations/user_invitations_reject.py,sha256=Pr77HeOyFzTx3Tlq1n2WRqVF-rhN9QMdFNFvONXBzQc,2610
|
|
1699
1705
|
waldur_api_client/api/user_invitations/user_invitations_retrieve.py,sha256=DZc9oVnIeHOT4fZ3TMkLdwoag0EFIy9EMqohZ2-4ZbU,3099
|
|
1700
1706
|
waldur_api_client/api/user_invitations/user_invitations_send.py,sha256=mTk-082s2aRP1NwqnqIvQJX80MHVRwP5VOqAD7kRw6U,2053
|
|
@@ -1787,7 +1793,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1787
1793
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1788
1794
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1789
1795
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1790
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1796
|
+
waldur_api_client/models/__init__.py,sha256=ns11KjDZbenDOycgV8VOjaMmZ6ncMvueFaHpCtnWe5U,155255
|
|
1791
1797
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1792
1798
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1793
1799
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
@@ -1908,17 +1914,17 @@ waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQ
|
|
|
1908
1914
|
waldur_api_client/models/booking.py,sha256=4jzkRYuLTxwLjJ9RrEza5-QHWXUp7qcQIbpAhzlw3E4,2310
|
|
1909
1915
|
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=QmL_pf3kVhfu0WqtalAkgFJZdyn8oMBNpD5-sea5p1U,2104
|
|
1910
1916
|
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=t7Fo9DQOV9FkXCPvhiAr1PSn1tENhknmfqgNqlCK2Es,2108
|
|
1911
|
-
waldur_api_client/models/booking_resource.py,sha256=
|
|
1917
|
+
waldur_api_client/models/booking_resource.py,sha256=aX74h-gMk6AH4_HcaaVXjGjgx670BoNWg8ref88AQlU,46898
|
|
1912
1918
|
waldur_api_client/models/booking_resource_attributes.py,sha256=-ROfxmUxJIXzReYTBnSt6WBJ2BKuB9HnA2W7N_4fS8M,1273
|
|
1913
1919
|
waldur_api_client/models/booking_resource_current_usages.py,sha256=a73D0wzM9FyCwpbNtBqs0RmtH4T-3dHW8Thz_zQG-v0,1291
|
|
1914
1920
|
waldur_api_client/models/booking_resource_limit_usage.py,sha256=Tacd5sbZ77Tdh_82RIj1UVLfksyNGKDw7cyuzT3cs7E,1282
|
|
1915
1921
|
waldur_api_client/models/booking_resource_limits.py,sha256=1E9knmsKpWCxrD2AOxnTuAq8t0TX-pJLytnoLdwUDtM,1253
|
|
1916
1922
|
waldur_api_client/models/booking_resources_count_o_item.py,sha256=ZS8zqPlFF5mgV5z2QqGl3-7QKy-oGHzROWgRvEmQGlk,315
|
|
1917
1923
|
waldur_api_client/models/booking_resources_count_state_item.py,sha256=bKckoHmMX8OO7s9-5QEgLyqD456_LnFwQ1SK2i16BD0,283
|
|
1918
|
-
waldur_api_client/models/booking_resources_list_field_item.py,sha256=
|
|
1924
|
+
waldur_api_client/models/booking_resources_list_field_item.py,sha256=V9PAoU21KEOAR4k2xZh8oOL11Pwvi4nHyV2yMKzu2Zg,3234
|
|
1919
1925
|
waldur_api_client/models/booking_resources_list_o_item.py,sha256=WFuW7JSjD2yDYdIwpHF13GHTbBBYFC3BdSuKkMLQsAY,314
|
|
1920
1926
|
waldur_api_client/models/booking_resources_list_state_item.py,sha256=LrMTdolv4O03o2xpogqhNSZLZN929KwS-NcIVHIpQRI,282
|
|
1921
|
-
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=
|
|
1927
|
+
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=m_SKqNX3o9dEkdieazcBQBRwvPbWwT-LooBSW1w9glI,3238
|
|
1922
1928
|
waldur_api_client/models/booking_slot.py,sha256=UYWc6nhl4sV-vWEH3aFSVd_p56PZWlyfTax5OM3bNBE,2665
|
|
1923
1929
|
waldur_api_client/models/broadcast_message.py,sha256=ONqCCPSNFNll3yo3I1G0RFzOK7nH5vdhypJd2pvtuKM,5447
|
|
1924
1930
|
waldur_api_client/models/broadcast_message_request.py,sha256=bQsI-PbdgIMPXZzG002zre9I3gytsN0YfB9Oaz9y9gQ,2983
|
|
@@ -2013,7 +2019,7 @@ waldur_api_client/models/count_unique_users_connected_with_active_resources_of_s
|
|
|
2013
2019
|
waldur_api_client/models/count_users_of_service_providers.py,sha256=uQIZy8-O9PYkLE9B8lEZDPmH0wZSDZrrK3RFfGOJqXw,3214
|
|
2014
2020
|
waldur_api_client/models/country.py,sha256=ihuj8_tj6_KQ0pOdbsyLOmRV8yCJQLkda_xB5f7H32k,1577
|
|
2015
2021
|
waldur_api_client/models/country_enum.py,sha256=9s0HWeLDoPhnlfvoWgthRP-wTsENqbq-zaFxi8o8I4Y,3616
|
|
2016
|
-
waldur_api_client/models/course_account.py,sha256=
|
|
2022
|
+
waldur_api_client/models/course_account.py,sha256=myLQwH-9Rs_MV2q7bm1LmG1TYiV4TLPnge0ouWuFRCc,5842
|
|
2017
2023
|
waldur_api_client/models/course_account_create_nested.py,sha256=eRVJbCSml_yLhv4Ut0Z32fwXb2DTwdQ7jOLjOp1hee0,1912
|
|
2018
2024
|
waldur_api_client/models/course_account_create_nested_request.py,sha256=bemJAaJdlGdTexhaiMQVk1ftGIP6kdkq3Sl2_T6t_jA,1950
|
|
2019
2025
|
waldur_api_client/models/course_account_request.py,sha256=POuljlTq6HqXog662RECY47KbV3g-Sv37fu6v4vRcgM,2127
|
|
@@ -2125,7 +2131,7 @@ waldur_api_client/models/google_auth_list_field_item.py,sha256=N9wBLXRMswJTTvGcu
|
|
|
2125
2131
|
waldur_api_client/models/google_auth_retrieve_field_item.py,sha256=mzaG_04NGLbz3rHmuSU95LyVXi6SwSkxxIy9uZBIBvA,826
|
|
2126
2132
|
waldur_api_client/models/google_calendar.py,sha256=Eu1yPilxvb5q0OZuhGa5cIxh-dC3s8IWdpjaLkkjDrY,2563
|
|
2127
2133
|
waldur_api_client/models/google_credentials.py,sha256=YINL5k2r3pU00FtzsLUfk6bxDHEbeNeFX89VZrYX6oA,9669
|
|
2128
|
-
waldur_api_client/models/group_invitation.py,sha256=
|
|
2134
|
+
waldur_api_client/models/group_invitation.py,sha256=GhGnNiFzB9KolSuPpIKy12bErvw_QMnaQmCMJODP14A,9780
|
|
2129
2135
|
waldur_api_client/models/group_invitation_request.py,sha256=8fWYy15B001aVzROoNQQtUkTLL_dR9y5URJlEtsz_iE,5446
|
|
2130
2136
|
waldur_api_client/models/guest_os_enum.py,sha256=Xq1NMZXuuon1ZesMWJuSsnRW1VqHl9zeum-LFXfI5Bs,4702
|
|
2131
2137
|
waldur_api_client/models/guest_power_state_enum.py,sha256=xY6nEbX2p-J0q3sQ6PWXNa8THVnkAmgZ9pfwS_dMnaE,300
|
|
@@ -2143,7 +2149,7 @@ waldur_api_client/models/importable_resource.py,sha256=Gufpmtymf6opPRjBImIeif32V
|
|
|
2143
2149
|
waldur_api_client/models/instance_flavor_change_request.py,sha256=CbqnP-P_FG6V5W55-fBvs050FooV7FfqYt8XX_CvIzY,1640
|
|
2144
2150
|
waldur_api_client/models/integration_status.py,sha256=q7Xidrl3tZG8keEQKFG98bQU8VqkWPV4fYNnUxBMtzw,3310
|
|
2145
2151
|
waldur_api_client/models/integration_status_details.py,sha256=NeogZdTaU7qlP8c8OJhaWZoEhD6HdMFKKBLghA323A8,3014
|
|
2146
|
-
waldur_api_client/models/invitation.py,sha256=
|
|
2152
|
+
waldur_api_client/models/invitation.py,sha256=VUCfUaCXGC4wSNnXjUKTeG5UvOlYkBn8GPzzJqYjv3M,8829
|
|
2147
2153
|
waldur_api_client/models/invitation_check.py,sha256=QeKjpsHAnq4B7txgtOj7PrwrdH8RO1DpfMBulUTgaC8,1921
|
|
2148
2154
|
waldur_api_client/models/invitation_request.py,sha256=1XElBd5iXnNu8ujMnG2R9FscZ_rE1188vPcS5Ll1nsI,4275
|
|
2149
2155
|
waldur_api_client/models/invitation_state.py,sha256=b_hGZcRGmYBuSyCKJ6rk3PUL-gLc-bfFZRfgR19QjAk,298
|
|
@@ -2232,8 +2238,8 @@ waldur_api_client/models/maintenance_announcements_list_state_item.py,sha256=Y-r
|
|
|
2232
2238
|
waldur_api_client/models/maintenance_announcements_template_count_o_item.py,sha256=Nb9ENnu6llXWfVR288QB-AREUdPOmo7wSj0jRvxs2n8,236
|
|
2233
2239
|
waldur_api_client/models/maintenance_announcements_template_list_o_item.py,sha256=UR2-1r34xYhqXBgZBFSf8huUk6kx0DcQADFaUUXVnpo,235
|
|
2234
2240
|
waldur_api_client/models/maintenance_type_enum.py,sha256=bsSN1wBR177iSIUaUEu-_iDlf3UuYJUUosA2-irtEHA,205
|
|
2235
|
-
waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py,sha256=
|
|
2236
|
-
waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py,sha256=
|
|
2241
|
+
waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py,sha256=3YlT4-HWuvwlf_bR-TegUvI6FpAUDoN-gOVumREZMEY,2912
|
|
2242
|
+
waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py,sha256=loVgc47HHw4MLlFij2OewVJErWnH0ahAXg2aJsdzwcQ,2916
|
|
2237
2243
|
waldur_api_client/models/managed_rancher_create_node_request.py,sha256=uCyZsYJ-dLaUVw0Ux--58gHF7lduTqBVOn13InT5wog,6008
|
|
2238
2244
|
waldur_api_client/models/mapping.py,sha256=ZKvmeYRrqTr4qTuz1O_JHeEJrPDGCVB0HREff6P0-7k,4732
|
|
2239
2245
|
waldur_api_client/models/mapping_request.py,sha256=W06jNgoo7fVctNqt7De02ziWWfHluMASdsF7Dhtigvo,4872
|
|
@@ -2255,7 +2261,9 @@ waldur_api_client/models/marketplace_component_user_usages_count_o_item.py,sha25
|
|
|
2255
2261
|
waldur_api_client/models/marketplace_component_user_usages_list_field_item.py,sha256=m46A1t81VC3_PaE2YMGBn1uIoX9jPsf0M2lxVDyr2Fo,796
|
|
2256
2262
|
waldur_api_client/models/marketplace_component_user_usages_list_o_item.py,sha256=9hNH43TXVuND09i0TzdjRcnDM2KiX-ZoXTH7Y9ZoKgg,359
|
|
2257
2263
|
waldur_api_client/models/marketplace_component_user_usages_retrieve_field_item.py,sha256=WCCjrsP8DazjuuJ5iw54roVfHsu7Q-BxGcS2jp8DDWQ,800
|
|
2264
|
+
waldur_api_client/models/marketplace_course_accounts_count_o_item.py,sha256=uWc62pqGyARxExblTa_LeBrNrjr-9-QXyb68R9rfkWo,601
|
|
2258
2265
|
waldur_api_client/models/marketplace_course_accounts_count_state_item.py,sha256=FiMdBJrPd_QVYTi_6fzxekDAInti8IOX4gxuGQ17vUE,200
|
|
2266
|
+
waldur_api_client/models/marketplace_course_accounts_list_o_item.py,sha256=phWSg2X_he0VGQ1uxX0fbNElnq3XFa7Hl602KbR9PC0,600
|
|
2259
2267
|
waldur_api_client/models/marketplace_course_accounts_list_state_item.py,sha256=w9WJDmHPQFMie0P8wZoOfF_LaSwrg89GvFudqIQ6OZ0,199
|
|
2260
2268
|
waldur_api_client/models/marketplace_customer_service_accounts_count_state_item.py,sha256=L-ifGAbmRjt-upBk_h-v-sr-3sSwZlS0-N3rsUr1Sd0,209
|
|
2261
2269
|
waldur_api_client/models/marketplace_customer_service_accounts_list_state_item.py,sha256=5UgO8jVPCLWeqzSIXSE5QrB7oLKjK-LoE6UjrEKwM8k,208
|
|
@@ -2277,6 +2285,8 @@ waldur_api_client/models/marketplace_offering_referrals_count_o_item.py,sha256=E
|
|
|
2277
2285
|
waldur_api_client/models/marketplace_offering_referrals_list_o_item.py,sha256=r3xz2GIMJzJyh0hC49YDLUHoeBusZZ1oh6E-otXXs_8,331
|
|
2278
2286
|
waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py,sha256=YC8w4dgxlMw2554G5nLjsyu7dX4PsHon61bYTYs-6Ls,298
|
|
2279
2287
|
waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py,sha256=iADgb33yELYGVdpRCkCZ7KmHN9V7JyJfWz9Tg06mlKc,297
|
|
2288
|
+
waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py,sha256=Wh8zxHamW5A7uvj_Ddx41N96NPS9agIuuyygkeuvAvc,274
|
|
2289
|
+
waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py,sha256=VILQKdyhOfv1koU_YIJChtTjjgEHLAy2o8UCm6ZRtr8,273
|
|
2280
2290
|
waldur_api_client/models/marketplace_offering_users_count_o_item.py,sha256=22NYGwaxRrihuBYIC98ueUMTS0SVVL_WsZQDcbMfbv8,292
|
|
2281
2291
|
waldur_api_client/models/marketplace_offering_users_count_state_item.py,sha256=nV5zDICTuEOI7mH6dzSwANrAfQ-4NH24NLfU-mJ6ioY,507
|
|
2282
2292
|
waldur_api_client/models/marketplace_offering_users_list_field_item.py,sha256=_co4cC-HRcF70SYVNrUzb3LVlNWS5Y2LDIyYFVXpqH8,830
|
|
@@ -2286,11 +2296,11 @@ waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha25
|
|
|
2286
2296
|
waldur_api_client/models/marketplace_orders_count_o_item.py,sha256=DxMIDfHXaaBoRuj0bJw-S3wP14tlYP-g5PedQgTIgw4,352
|
|
2287
2297
|
waldur_api_client/models/marketplace_orders_count_state_item.py,sha256=R0WyGuAWAn_Ri-YIcJWUpy_1QY7au8r5LlbmUBqmPq0,378
|
|
2288
2298
|
waldur_api_client/models/marketplace_orders_count_type_item.py,sha256=ltCcvN_9fPnEZgo0JNJivVbnqbuQfMfRrJITXaA_1ZM,207
|
|
2289
|
-
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=
|
|
2299
|
+
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=gip79jiOp5U9tIE-AtIxOfjPVC-6bD8sGfKHonuFHa8,3001
|
|
2290
2300
|
waldur_api_client/models/marketplace_orders_list_o_item.py,sha256=J8BXuVNPKH788swm6gPgaih5m5scbagGKtrYbqDIT2M,351
|
|
2291
2301
|
waldur_api_client/models/marketplace_orders_list_state_item.py,sha256=2WvjJmJ5SVVvr_9-Z-yXLyWOUFhMcFdskp7EWEHDUZM,377
|
|
2292
2302
|
waldur_api_client/models/marketplace_orders_list_type_item.py,sha256=qqdD-NDcSH4rjvdmg2rTIR3EVb3VlWobXIeqLVMZTnU,206
|
|
2293
|
-
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=
|
|
2303
|
+
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=RQ1cgc_jN1N1Wp96jK4kucdAYW0i7b1A0jP5y6OPAG0,3005
|
|
2294
2304
|
waldur_api_client/models/marketplace_project_service_accounts_count_state_item.py,sha256=o_PXigDLD4AUqEQVKPjuAQd3s-kBZ2AyjzuLJdZPX7g,208
|
|
2295
2305
|
waldur_api_client/models/marketplace_project_service_accounts_list_state_item.py,sha256=PR8mJqfurlalp4LzuEks7TI3O9uyqJJdlOu0jBcoxKE,207
|
|
2296
2306
|
waldur_api_client/models/marketplace_project_update_requests_count_state_item.py,sha256=ilbTXO4BU5GYmPKAYAkfhI-GmFYmR-Yk1PnUnoParOQ,273
|
|
@@ -2309,6 +2319,7 @@ waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py,s
|
|
|
2309
2319
|
waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py,sha256=l0e8cGXugjKGB3btHXuCBWZ5BW_AThDRZC4ssKAe88U,243
|
|
2310
2320
|
waldur_api_client/models/marketplace_provider_offerings_groups_list_o_item.py,sha256=4Nv6tiVXHTxyeS9DPwHcbZxy_wtwKbZdyNfCUelXics,539
|
|
2311
2321
|
waldur_api_client/models/marketplace_provider_offerings_groups_list_state_item.py,sha256=QAmKJr8uZWW5MOjwC3EG5QqVuzb6VG82475Yt87C7Wc,242
|
|
2322
|
+
waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py,sha256=-gayzlDM5v8QHNWH9WYi28o-D2vwvxV0aagcaMhzdA4,2298
|
|
2312
2323
|
waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py,sha256=oyrO0NV5ZrilpzoWzGQ9QarLCkxtkoJGSrqBCfnFpc0,2307
|
|
2313
2324
|
waldur_api_client/models/marketplace_provider_offerings_list_field_item.py,sha256=SA4EmSYbPa5D-nxPTp0IJl55Za9XjLPJSwPI11STeuk,2276
|
|
2314
2325
|
waldur_api_client/models/marketplace_provider_offerings_list_o_item.py,sha256=noqL4fqFSBmmSXLkpsnhfQL83GvBhu9_6j7PS3Ex4FM,533
|
|
@@ -2322,12 +2333,12 @@ waldur_api_client/models/marketplace_provider_offerings_update_attributes_body.p
|
|
|
2322
2333
|
waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py,sha256=2MZ-3yx_LhgN2icCHdqIK06O5Kg2t9NzabGvkGyaLFE,2301
|
|
2323
2334
|
waldur_api_client/models/marketplace_provider_resources_count_o_item.py,sha256=UEP9YJpcdqfWSIkUCDkChOJzp-67z3GhwGbun1rbLro,339
|
|
2324
2335
|
waldur_api_client/models/marketplace_provider_resources_count_state_item.py,sha256=wx7TiZla-JWBf3_W-OnoyLo_X5MKW30FgpMG1vdByc8,295
|
|
2325
|
-
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=
|
|
2326
|
-
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=
|
|
2336
|
+
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=rCjNaWMH23aPzv-WJAirDNkTgiY4L3wvVjHIOJdt4Dw,2921
|
|
2337
|
+
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=vqcgBfoN0JOhfYIkloRuIibmvW-4U6yyEQLXmbsAbog,2910
|
|
2327
2338
|
waldur_api_client/models/marketplace_provider_resources_list_o_item.py,sha256=86IdhpI7ndmqcLIcfzu3K6vdC2CuMdU8YCb0IA8pSa0,338
|
|
2328
2339
|
waldur_api_client/models/marketplace_provider_resources_list_state_item.py,sha256=dsQU4dvVC1Qr1L_w7N5qaLQ-AFamfaIOeXC9lGOKbI4,294
|
|
2329
2340
|
waldur_api_client/models/marketplace_provider_resources_pull_response_200.py,sha256=ChnkdxT6DjqobQmFnO7a7lMC41AFj63ZXvJyh3WlTDw,1372
|
|
2330
|
-
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=
|
|
2341
|
+
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=FmLuWRpGhUPtiMOditfDO8HujoHJRrFoCI1X2-Om7PE,2914
|
|
2331
2342
|
waldur_api_client/models/marketplace_public_offerings_count_o_item.py,sha256=jSmkX5IOfP-F3WKOQKZo8vPcl3WwzngaiafuuQsx5ZQ,532
|
|
2332
2343
|
waldur_api_client/models/marketplace_public_offerings_count_state_item.py,sha256=q2bcn0rI1-o9v9ZqxiveZcno1fzBfIsBiGtEvwbCpTQ,235
|
|
2333
2344
|
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=XpvwnUL9F5bE9TWMviQa_Ov46kZW4AHuj96q07M0Vq0,2234
|
|
@@ -2336,12 +2347,12 @@ waldur_api_client/models/marketplace_public_offerings_list_state_item.py,sha256=
|
|
|
2336
2347
|
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=zKBKVbXwcKTCPuAipSpxOOz_UO2Pt-J4qECxx4sJZek,2238
|
|
2337
2348
|
waldur_api_client/models/marketplace_resources_count_o_item.py,sha256=JFThimhsqh4SgNRVF1ryOSBXeLxjo71g4_aTBpfbvXc,331
|
|
2338
2349
|
waldur_api_client/models/marketplace_resources_count_state_item.py,sha256=wE1G-QO4AALfUU86I1dAX2GB2x2SrO6zx4dnPY9djfk,287
|
|
2339
|
-
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=
|
|
2340
|
-
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=
|
|
2350
|
+
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=cKJSmlzwpaRxaClXG0rN6DIsF_fIA9KJe6U27O2xvUk,2913
|
|
2351
|
+
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=jhBjetiCSaSFXJcRY48QetXrg7av4umE0wfKn760YL4,2902
|
|
2341
2352
|
waldur_api_client/models/marketplace_resources_list_o_item.py,sha256=6d00iPkIlmrMAx9L4WYALMd_IsMxR5oN_CtgPBVttuI,330
|
|
2342
2353
|
waldur_api_client/models/marketplace_resources_list_state_item.py,sha256=vQ-isk1nIbx3EOxSvqVKARhmMZZhJLypsGUbjbl8ERs,286
|
|
2343
2354
|
waldur_api_client/models/marketplace_resources_pull_response_200.py,sha256=mGq4Z7VwxuQEIYzIt43XtqJbD5IKTHFJ8Z62Zzl7HHQ,1329
|
|
2344
|
-
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=
|
|
2355
|
+
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=sUMN-9qjMhy_iXbfuG-Ni-a7QCwMoxREt7JhaZ1Kk7M,2906
|
|
2345
2356
|
waldur_api_client/models/marketplace_robot_accounts_count_state.py,sha256=9-sQKY19ZFie2HQH4ZVQGdpuak3RwpoN2J7xqo04hgQ,236
|
|
2346
2357
|
waldur_api_client/models/marketplace_robot_accounts_list_field_item.py,sha256=ZJPOjr2N3b1IuX3CyAIUAEL69_jR1VrHzamZMwHIsTk,918
|
|
2347
2358
|
waldur_api_client/models/marketplace_robot_accounts_list_state.py,sha256=OK386lYLBDEEdquvdgNmUkLUXJbwMWl1XXNR6NByRNQ,235
|
|
@@ -2350,6 +2361,7 @@ waldur_api_client/models/marketplace_screenshots_count_o_item.py,sha256=AW7EZK4c
|
|
|
2350
2361
|
waldur_api_client/models/marketplace_screenshots_list_o_item.py,sha256=1pZK7T7jF12uQ_9qF__VSpT3LcHEudto2JKlikimElU,225
|
|
2351
2362
|
waldur_api_client/models/marketplace_service_provider_user.py,sha256=AkFChZed-WuhrQucW8GtM4FuUj_MN7An2GV0TVB_Rs0,5507
|
|
2352
2363
|
waldur_api_client/models/marketplace_service_providers_count_o_item.py,sha256=8dsXvQ49k3AkUvwdOOmgQXMJEpEEy-OKnYmpsDiRxOM,209
|
|
2364
|
+
waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py,sha256=KQ91D3I8oOPczwTHa8MYOvitNVU6mw4PR7iWePNPx9s,616
|
|
2353
2365
|
waldur_api_client/models/marketplace_service_providers_course_accounts_list_state_item.py,sha256=kjxYjUs3x3bBBrW2kHtCRZ_9jdMdxuva--1J8SCiGL8,215
|
|
2354
2366
|
waldur_api_client/models/marketplace_service_providers_customer_projects_list_field_item.py,sha256=dwSk-j0uLObwv7Tg6OFMFvbn3Gdi2xy2UqOK_R4SMbk,381
|
|
2355
2367
|
waldur_api_client/models/marketplace_service_providers_customer_projects_list_o_item.py,sha256=P59SfE2uC8aho8cUbAm0RfcF1OSADUimeaDEBgzX_IM,672
|
|
@@ -2374,8 +2386,8 @@ waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,
|
|
|
2374
2386
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
2375
2387
|
waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py,sha256=MC6SVo2z5hCJbp0w520OjMwl5KZCXdqfWaSZnCW6eBk,390
|
|
2376
2388
|
waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py,sha256=_wWLh7lB5mCTSKBDnXJJsrsI2-3kW7aZ3mKsuT9hCS8,389
|
|
2377
|
-
waldur_api_client/models/merged_plugin_options.py,sha256=
|
|
2378
|
-
waldur_api_client/models/merged_plugin_options_request.py,sha256=
|
|
2389
|
+
waldur_api_client/models/merged_plugin_options.py,sha256=W-jHSrAm3EBhL3bttY8Kxc0BQTPc-r7ZLIrdAYv_RyI,31822
|
|
2390
|
+
waldur_api_client/models/merged_plugin_options_request.py,sha256=kqAb2BhsaW7XD46BuI3h8S4bF03LSotl-Yt-tBTTVDA,31860
|
|
2379
2391
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
2380
2392
|
waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
|
|
2381
2393
|
waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
|
|
@@ -2428,7 +2440,8 @@ waldur_api_client/models/nested_security_group_rule_request.py,sha256=hyGyr0mvYe
|
|
|
2428
2440
|
waldur_api_client/models/network_rbac_policy.py,sha256=jP9qeKWjvVEVhFzzi_fZLf2nY-IiLr-aa9sY7XAeVZo,4957
|
|
2429
2441
|
waldur_api_client/models/network_rbac_policy_request.py,sha256=ZFlmkExayq-Kd3CELIgn1tb516iVp8e0Hm2MIJbiLKE,2389
|
|
2430
2442
|
waldur_api_client/models/node_disk_driver_enum.py,sha256=A4h9ftdOL5Dho7Qcs-gTW6uHRPkPSke-e-nzvFXg8Lw,151
|
|
2431
|
-
waldur_api_client/models/notification.py,sha256=
|
|
2443
|
+
waldur_api_client/models/notification.py,sha256=_qLhQ_rxKsFFNZ5sX_JT6Ws_r50h6dNkflXBOgXYJZc,4082
|
|
2444
|
+
waldur_api_client/models/notification_context_fields.py,sha256=FStj-bVwmdyBENUmNIjyhks8abv0dco4ygWeRctTZR4,1388
|
|
2432
2445
|
waldur_api_client/models/notification_request.py,sha256=tQe1Rol9FjQeugEcvjxNmeQcNB0YiVXn7ad99j4zPjQ,1809
|
|
2433
2446
|
waldur_api_client/models/notification_template_detail_serializers.py,sha256=5j9SHmUf5K2WZS8sZtPLVWIvKUxokhZgbGMWdkTWIbc,3096
|
|
2434
2447
|
waldur_api_client/models/notification_template_detail_serializers_request.py,sha256=UNjlylAHbgvVEm4Km7J0lswSeMc-Q1HoNF4xVdauYNQ,1788
|
|
@@ -2438,6 +2451,7 @@ waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2Ouus
|
|
|
2438
2451
|
waldur_api_client/models/offering.py,sha256=I4IT59Md4n7IgNXIJ1Fhd_tpChI6sU4N0GLl9suKUGc,40368
|
|
2439
2452
|
waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
|
|
2440
2453
|
waldur_api_client/models/offering_backend_metadata_request.py,sha256=EV-UXz9BSHUsPzDxq3aADdrvIFfng-Mr3_VGUvak7Mc,1757
|
|
2454
|
+
waldur_api_client/models/offering_compliance_checklist_update_request.py,sha256=bV3pnoEtwoNdwZ9reROwIb6NfSonKshSF9bIiiW4ois,2750
|
|
2441
2455
|
waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
|
|
2442
2456
|
waldur_api_client/models/offering_component_limit.py,sha256=lVDIYQA20C-ZKkiPwzGO_hFRZwR8-O0vd03unNMHJc8,1927
|
|
2443
2457
|
waldur_api_client/models/offering_component_limit_request.py,sha256=1-L2uWCl6Ne3C1lIZwV439TGjhi5RA63e5OfWF5rRL4,1965
|
|
@@ -2645,7 +2659,7 @@ waldur_api_client/models/order_create.py,sha256=Z-5OSBnjqE0yKuWrQw0yjS8SbiMu21ki
|
|
|
2645
2659
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2646
2660
|
waldur_api_client/models/order_create_request.py,sha256=hCJU1Ky-Gh2K7y2cF7t3ZYjvjjv9bd6V8z1IXfx8Bhg,13108
|
|
2647
2661
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2648
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2662
|
+
waldur_api_client/models/order_details.py,sha256=8bLpWXJMLy2Cht20067kcXJf0ktNpda0gfK2-4JN8aQ,47381
|
|
2649
2663
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2650
2664
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2651
2665
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2885,7 +2899,6 @@ waldur_api_client/models/provider_offering_costs.py,sha256=OyKwyTVrkd177YYtWBh12
|
|
|
2885
2899
|
waldur_api_client/models/provider_offering_customer.py,sha256=EQSbrqsKMTlTupV_8ae_S3CtgFpXcJGU9phEUKHOb9o,2726
|
|
2886
2900
|
waldur_api_client/models/provider_offering_details.py,sha256=Rruo4WcfpgfP_AQrVeV0X6AVlA4JT1JQfRs8KZGKtic,45273
|
|
2887
2901
|
waldur_api_client/models/provider_offering_details_attributes.py,sha256=2ZQjBPMDwoyqbeq-w3J4XFyjfSIuPvbzhWmR0FztXo4,1316
|
|
2888
|
-
waldur_api_client/models/provider_offering_details_request.py,sha256=dXVTZBWAqYdboRL7Ps2JwBholb-WXNmlRyiaSwRv9tg,13668
|
|
2889
2902
|
waldur_api_client/models/provider_offering_details_service_attributes.py,sha256=5KU5GdD1Y6X2vmI_7DxWSs4gVuAM57D92uqwfXddPgY,1354
|
|
2890
2903
|
waldur_api_client/models/provider_plan_details.py,sha256=uU4avoygsajIRhTBRqdi9nm5XT0eZdx1-nBxbXlcS94,8521
|
|
2891
2904
|
waldur_api_client/models/provider_plan_details_future_prices.py,sha256=GY7D3RxdvMPUkLDGQ71oFY2DS7JvUBrTkqZEMEhwTUc,1315
|
|
@@ -3028,7 +3041,7 @@ waldur_api_client/models/requested_offering_request.py,sha256=WLjcqqT6e7nX45z-dt
|
|
|
3028
3041
|
waldur_api_client/models/requested_offering_states.py,sha256=aRCc6hAt-6hLBL31B3N353WpxUL7ReLc8aLCS0N_apQ,208
|
|
3029
3042
|
waldur_api_client/models/requested_resource.py,sha256=CPrkG4G2h0kTB30RHs6DAmmFKSmBiQi8-H5nGnaYWpQ,5147
|
|
3030
3043
|
waldur_api_client/models/requested_resource_request.py,sha256=NnQC2_Ib_paO6szj-5mba_T7vpOFhTcEHmlVyYoRpo8,3905
|
|
3031
|
-
waldur_api_client/models/resource.py,sha256=
|
|
3044
|
+
waldur_api_client/models/resource.py,sha256=QpXMPjYdXuaSWZiiONlPxwX-ELIexNBqTEvXvu-LkpM,43161
|
|
3032
3045
|
waldur_api_client/models/resource_attributes.py,sha256=_YJkmdPQOg2nJvmdRsNH--768kATNGvMb_U-QpPSLEc,1235
|
|
3033
3046
|
waldur_api_client/models/resource_backend_id_request.py,sha256=NkjwuR1yvmsh8UohnBt2aH_c2a1SiyVnrHFHhZzFVWk,1661
|
|
3034
3047
|
waldur_api_client/models/resource_backend_metadata_request.py,sha256=UXhVQzxDJfS7GEzor2cjC-96oTTQ3ieMJjiI2T9VRVo,1658
|
|
@@ -3051,7 +3064,7 @@ waldur_api_client/models/resource_suggest_name_request.py,sha256=HjXIqEWqco76WdJ
|
|
|
3051
3064
|
waldur_api_client/models/resource_switch_plan_request.py,sha256=TC0z8pTrlvA7hA2Gs3eNIQH7iwdegyu0pSTXwf5diGM,1513
|
|
3052
3065
|
waldur_api_client/models/resource_terminate_request.py,sha256=N5JxHG6im2bxDs7WZR9DWdNxAzcZATS2Dev8foYqa8Q,1658
|
|
3053
3066
|
waldur_api_client/models/resource_update.py,sha256=owytu6SMdYwP-rPoPTEgk2Peqp2bw3VHfiwqekGCVPM,3026
|
|
3054
|
-
waldur_api_client/models/resource_update_limits_request.py,sha256=
|
|
3067
|
+
waldur_api_client/models/resource_update_limits_request.py,sha256=AdwMx5jFfs5QsR5jmnGVkv9eP4dPX_vqbm1nxCa6R1s,2735
|
|
3055
3068
|
waldur_api_client/models/resource_update_limits_request_limits.py,sha256=560ZsNaN2wLV8zxHmo3A4arz3saf7-XjGosppIFMG2s,1319
|
|
3056
3069
|
waldur_api_client/models/resource_update_request.py,sha256=a_6v3HPGtrHmdCCT666VWjo4xAh59RaxUElkGfgbJ6M,3064
|
|
3057
3070
|
waldur_api_client/models/resource_user.py,sha256=B_gzLwMXoFAZAcw8JmGBF96aZpDu_zy6wDA08VIkuM8,3593
|
|
@@ -3171,6 +3184,7 @@ waldur_api_client/models/user_agreement_request.py,sha256=Sq_PIJ6sel7arPE6WMEud_
|
|
|
3171
3184
|
waldur_api_client/models/user_agreements_count_agreement_type.py,sha256=Vz5KdasvxDrwKSCQ2VBCNsSHN_lc0O7IQvypXFie7A8,167
|
|
3172
3185
|
waldur_api_client/models/user_agreements_list_agreement_type.py,sha256=_BQWdsHBLj5SsW7VKroeHqkNhHCyEYWQUtBwSkB-97c,166
|
|
3173
3186
|
waldur_api_client/models/user_auth_token.py,sha256=pUJ9R2bIP91Bkz4bw9fvaRgVwnCX6Nuyq6k4btrp5k0,3524
|
|
3187
|
+
waldur_api_client/models/user_checklist_completion.py,sha256=SvyCCBKpCSO0PAcEEhSUG0km1pQd0SNTgIYI98PAd3o,9019
|
|
3174
3188
|
waldur_api_client/models/user_consent_info.py,sha256=JHLvoLvFvg9UNKU0WJ1LFsoRR7IlfvTYpXZWQz2Juoc,2219
|
|
3175
3189
|
waldur_api_client/models/user_email_change_request.py,sha256=1VqzZ20plnwS8j9eytAHH5GnVnf5gar7CYDA6TtXfG8,1508
|
|
3176
3190
|
waldur_api_client/models/user_group_invitations_count_o_item.py,sha256=1giffXuLcuNgzYE2c_yzCtRE-e3kLqCnhjdDqbf0UaQ,184
|
|
@@ -3207,7 +3221,7 @@ waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_o
|
|
|
3207
3221
|
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py,sha256=wNvULlAvXZz-4ne-Rf-BwK6iSq8KbGJJlkAOPzt709Y,4749
|
|
3208
3222
|
waldur_api_client/models/version.py,sha256=wbfCnGfJBAgOUQVg5A0klxoh2IeRtxYWXHVxo1w5Uco,1916
|
|
3209
3223
|
waldur_api_client/models/visibility_enum.py,sha256=UzMf75zH9i4B2ueP8lgUbS1kEaKb9xEBfmVfWhJd2oc,165
|
|
3210
|
-
waldur_api_client/models/visible_invitation_details.py,sha256=
|
|
3224
|
+
waldur_api_client/models/visible_invitation_details.py,sha256=KgSzeNmLKuzcDMkpiOM06ScKfKUV0mBURpWuBYH1FYQ,5596
|
|
3211
3225
|
waldur_api_client/models/vmware_cluster.py,sha256=ychrJkzjCHeuzsWsKOLOG1IPzzTjccss0jOz1-EJdnM,1758
|
|
3212
3226
|
waldur_api_client/models/vmware_datastore.py,sha256=AZr6Bo65mlGyeDxzeVxMpJP1SBPly0_3TkgAJPiEalg,3403
|
|
3213
3227
|
waldur_api_client/models/vmware_disk.py,sha256=9aHMhkW7xBqZ5Z7DpMCm67j4bDRhLubAXWgu3oPo1-k,23069
|
|
@@ -3256,7 +3270,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
3256
3270
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
3257
3271
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
3258
3272
|
waldur_api_client/types.py,sha256=ZSn3mJeG6_KoPRQVkzh_-bMkaCht3nO3bkQg0tt1aN8,1381
|
|
3259
|
-
waldur_api_client-7.8.
|
|
3260
|
-
waldur_api_client-7.8.
|
|
3261
|
-
waldur_api_client-7.8.
|
|
3262
|
-
waldur_api_client-7.8.
|
|
3273
|
+
waldur_api_client-7.8.1.dist-info/METADATA,sha256=QzQWHdosGVM7ff-6lBahwMhui88K14hoMG18JGk4bK0,5918
|
|
3274
|
+
waldur_api_client-7.8.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
3275
|
+
waldur_api_client-7.8.1.dist-info/licenses/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
3276
|
+
waldur_api_client-7.8.1.dist-info/RECORD,,
|