waldur-api-client 7.7.9__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/{rancher_clusters/rancher_clusters_create.py → marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py} +29 -38
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +15 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +15 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_destroy.py → marketplace_orders/marketplace_orders_delete_attachment.py} +6 -4
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -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_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -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 +34 -6
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- 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/country_enum.py +211 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/deployment_mode_enum.py +9 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/identity_provider.py +57 -0
- waldur_api_client/models/identity_provider_request.py +57 -0
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/issue.py +8 -17
- waldur_api_client/models/issue_request.py +8 -17
- waldur_api_client/models/issue_type_enum.py +4 -4
- 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_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +5 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +5 -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_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -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 +36 -0
- waldur_api_client/models/merged_plugin_options_request.py +36 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering.py +9 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/offering_create.py +9 -8
- waldur_api_client/models/offering_create_request.py +9 -0
- waldur_api_client/models/offering_overview_update_request.py +9 -0
- waldur_api_client/models/offering_terms_of_service.py +42 -1
- waldur_api_client/models/offering_user.py +18 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +0 -18
- waldur_api_client/models/open_stack_tenant_request.py +18 -0
- waldur_api_client/models/order_attachment.py +71 -0
- waldur_api_client/models/order_attachment_request.py +84 -0
- waldur_api_client/models/order_create.py +58 -16
- waldur_api_client/models/order_create_request.py +44 -62
- waldur_api_client/models/order_details.py +99 -16
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_identity_provider_request.py +58 -0
- waldur_api_client/models/patched_project_request.py +9 -0
- waldur_api_client/models/patched_protected_call_request.py +9 -0
- waldur_api_client/models/patched_protected_round_request.py +2 -2
- waldur_api_client/models/patched_service_provider_request.py +9 -0
- waldur_api_client/models/patched_user_request.py +9 -0
- waldur_api_client/models/project_request.py +9 -0
- waldur_api_client/models/protected_call_request.py +9 -0
- waldur_api_client/models/protected_round.py +2 -2
- waldur_api_client/models/protected_round_request.py +2 -2
- waldur_api_client/models/public_offering_details.py +9 -0
- waldur_api_client/models/rancher_cluster_request.py +1 -48
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +23 -1
- waldur_api_client/models/service_provider_request.py +9 -0
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/user_consent_info.py +86 -0
- waldur_api_client/models/user_request.py +9 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/METADATA +4 -2
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/RECORD +105 -89
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/WHEEL +1 -1
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +0 -144
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +0 -145
- waldur_api_client/models/provider_offering_details_request.py +0 -398
- {waldur_api_client-7.7.9.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
|
|
@@ -672,10 +676,10 @@ waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_chec
|
|
|
672
676
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py,sha256=_0ZnwY4OubhnvryAQF5MDl_nJDIPd4s-oLVA5tPdcrc,4025
|
|
673
677
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py,sha256=7NzrXDqjz0SxxvO6Lrk_0yap4Nv7eiCPoKEJSN_AO6s,3979
|
|
674
678
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_status_retrieve.py,sha256=6dONvwRurDthBZohRIQl9dg6TNaQsIB2rmwacKlBQEE,3715
|
|
675
|
-
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py,sha256=
|
|
679
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py,sha256=zixqL9QQr9B15wb9sonCkv78fcY_BprrCJBZLC5vB1s,15130
|
|
676
680
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_create.py,sha256=0n1hKPM7GPke5kA-HelvDoKGet5Tm0Wi8zn-AhaQDJg,3468
|
|
677
681
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_destroy.py,sha256=YR464jEe4fegrBrNLECQ5c8qFoquPgsbGJDjSAqsQ1A,2060
|
|
678
|
-
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py,sha256=
|
|
682
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py,sha256=LoLalgEBdgoLHrIGy7nQsJNtF676dJWOIX7nnaP7svU,16250
|
|
679
683
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_partial_update.py,sha256=0SjH9EM5o6dbkEwcOhUhmce_RW3yUpISQWnHT36K0wQ,3821
|
|
680
684
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py,sha256=1_F270exFw-INFp3lpt0vhcqgOw6Be3SZfsVhpD8EMk,2187
|
|
681
685
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_retrieve.py,sha256=y9mVwr2zd5qZC_tgJij111d6srU2V8pIX9Fj0NTR-4U,4496
|
|
@@ -697,6 +701,7 @@ waldur_api_client/api/marketplace_orders/marketplace_orders_approve_by_provider.
|
|
|
697
701
|
waldur_api_client/api/marketplace_orders/marketplace_orders_cancel.py,sha256=z7ICXu1U5tB6sqHqNs4TwI4neXttv7PmaCcWpK9HaQU,2057
|
|
698
702
|
waldur_api_client/api/marketplace_orders/marketplace_orders_count.py,sha256=JiEhyNWWLasctrziDKBUVLkJye8YaDPW2S0Stl27LNI,20196
|
|
699
703
|
waldur_api_client/api/marketplace_orders/marketplace_orders_create.py,sha256=vTOsJC7JbLpVJlPYCV6mBG-ZTR6xpfgfJWaBBnRy1Zw,3436
|
|
704
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_delete_attachment.py,sha256=o8EgkO2vt0_2hmhMTOvYngtjufR4hwKZXTus96iCXVY,2156
|
|
700
705
|
waldur_api_client/api/marketplace_orders/marketplace_orders_destroy.py,sha256=6wAy9Glkit3WjVdNJf63LH26GIRa1h9rwdYPpHaGVjc,2052
|
|
701
706
|
waldur_api_client/api/marketplace_orders/marketplace_orders_list.py,sha256=U0oIg0GQvN_GkBt-A7sJ5DAFwZdmhVW8pXSITKvgz1Y,21227
|
|
702
707
|
waldur_api_client/api/marketplace_orders/marketplace_orders_offering_retrieve.py,sha256=S1dRScyr1B_5PITP3B0yiTV4fLgAikppKPOeKmNTk6c,3261
|
|
@@ -707,6 +712,7 @@ waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_done.py,sh
|
|
|
707
712
|
waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_erred.py,sha256=W0FkPLRmbAnlfcT9aCp8N87qC_5E9NhdHOlHafTNOCc,2539
|
|
708
713
|
waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_executing.py,sha256=rTBWbE-7vUzJdwRUYOwJLFIML0jhsdvsjPaHftIVSmU,2070
|
|
709
714
|
waldur_api_client/api/marketplace_orders/marketplace_orders_unlink.py,sha256=Fo6-PnWkgMJgwWw3BNyW1JIEthnNf96vu8twJBSQPrM,2113
|
|
715
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py,sha256=Vi7D56zafUlB0dmO8qbowXuZRzvxSE44Euk1xpKVp5A,4002
|
|
710
716
|
waldur_api_client/api/marketplace_plan_components/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
711
717
|
waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py,sha256=2ljydFlWrQhr8v8zH4ImiE9NixyIJdtCfPUxCRpnUkA,7003
|
|
712
718
|
waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_list.py,sha256=makSIzVY-GP4qAwSxRz_PcPtEc_qfxqkskqP1aL5kfU,7006
|
|
@@ -758,12 +764,12 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
758
764
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_endpoint.py,sha256=T-LxgpG1kUwkVO26n8r8hiIhbjHBvUCrMHjlVeNnl84,3885
|
|
759
765
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py,sha256=QGHDiFIR-UIJrQoBGb98ZQc1X5JIkLELDzkTBf6xe2I,3916
|
|
760
766
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_archive.py,sha256=tl3oFJocpcFcOD9Esm5qD9aQrT5-t6rMT2qp9KvKp70,3136
|
|
761
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py,sha256=
|
|
762
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py,sha256=
|
|
763
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py,sha256=
|
|
767
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py,sha256=is4gAWRI-X1xq5U0gJDweLubYGHqpBf5rL10jG7PSpI,27391
|
|
768
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py,sha256=gxWfRahHpGmo4VMC4jjy0iGrQRvfBk3dthZLKu_ouhU,27868
|
|
769
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py,sha256=ziSB4ESOk8rj0F4nPJAX0u4a85WE4GZ3ZHZBjaGQAtI,25997
|
|
764
770
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create.py,sha256=chGUKBwAsXbwLbxlwqRGrL9IzfJIlxVw1pnjsW-PxHU,3526
|
|
765
771
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create_offering_component.py,sha256=OEqSp40oDaBxt2EuckJebghudXg49MEk7PL8pt1bKfA,2552
|
|
766
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py,sha256=
|
|
772
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py,sha256=jlX3pFzll2UuetX9GGxBNLzjg-bvRPbLgdp8i7dCtJg,26408
|
|
767
773
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_endpoint.py,sha256=cjS3vZK4XQmRfIMg2hugNmrEZeTwclF69V5wyRsCCQ8,2569
|
|
768
774
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_image.py,sha256=u_ecdb4F-vDGslOgkmh35CoGVCvYnRt9r1TrHNHHbKY,2121
|
|
769
775
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_organization_groups.py,sha256=9PXOmSoGUSvrrrPF4QFg1OQFzJ4F81G9LHok3J6i7DQ,2171
|
|
@@ -772,11 +778,12 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
772
778
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_destroy.py,sha256=CwXbsguC3RujAOGw1U-UuJ17FeNf1r3nawlmFobQIvY,2064
|
|
773
779
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_draft.py,sha256=a61JNhL775UC7guqFDC5eUuKX3RJ_EWq-GCYNoOSLdI,3134
|
|
774
780
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_glauth_users_config_retrieve.py,sha256=S9JVEZgiTQmwZdz4eG5U8HphWl1pD1-vVqPDXgYexI8,3958
|
|
775
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py,sha256=
|
|
776
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py,sha256=
|
|
781
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py,sha256=ObEecgfz7IITFQER0Uq6kXMy6JpYWkPCmJhz3cpFuRo,26147
|
|
782
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py,sha256=S4P7ZUlJ4l6VSgQH8MqZwam3vdnbqPAxXbH2A5JtOD0,25829
|
|
777
783
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_import_resource.py,sha256=SZiwVkqN7wvYixGNWoJPU2AaznoA0MCwQdDuPKfy2R0,3731
|
|
778
784
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_importable_resources_list.py,sha256=2r03XuurRtNwSxFni-1r_LhncEi6oO4AnaUfqssjrXg,4793
|
|
779
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py,sha256=
|
|
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
|
|
780
787
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_projects_list.py,sha256=lTP_6XElO8fXt-fh_3V0EKm692rdCAPRgGGpDU400JQ,4485
|
|
781
788
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_service_accounts_retrieve.py,sha256=XokNPa7JTpD447EGkv-mjHaZwvYjR3KuPNhS4wmQNfs,5083
|
|
782
789
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_users_list.py,sha256=imFKcRZwLRRdYsMExtzvNSuNafrv5Zjc8ipanfyhhps,4437
|
|
@@ -786,7 +793,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
786
793
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_orders_list.py,sha256=pXEib7KCil3aKLqKyHQBMWiF0DxmUNXN9IAREzdMT6c,4535
|
|
787
794
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_orders_retrieve.py,sha256=tUopy99onryt-dETGLilsJCfJpmdHLacrQ1g-s-0YMY,3466
|
|
788
795
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_pause.py,sha256=lQuLjwj_ayqFZhLEoxMJb1f1GiEziuc6WTDvZTiVX7s,3750
|
|
789
|
-
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
|
|
790
797
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_remove_offering_component.py,sha256=eO28dPdmzMJOhRLoUlYbeVcUKQb1ua5kx00Ezf6b8dw,2595
|
|
791
798
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_retrieve.py,sha256=OUEgEUotAhka1aPJ21qdcLfXW-15_poth_uisZTT7yQ,4694
|
|
792
799
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_set_backend_metadata.py,sha256=8_4R5GBXbYrMGHqdi02ISOOV3KgSmG-x0yjy8EF0DOM,2590
|
|
@@ -794,6 +801,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
794
801
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_sync.py,sha256=yfBaYgqj6FbZsk43khigj--HQOUrfH9DOVx7Wo3MCs4,2067
|
|
795
802
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_unpause.py,sha256=Or9RKIySwXR3bNoSUPx2eYR6Kn7o18if59pFhiBSpZw,3136
|
|
796
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
|
|
797
805
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_description.py,sha256=1NuuS79XINgwKrscuO8_amya9s2xzy9tWyJy1tYEfKA,2602
|
|
798
806
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py,sha256=0p_vmoXpgRYyD4GA36Ls_Xvx6CcAiXMHzhSXv4E12xw,4012
|
|
799
807
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_integration.py,sha256=7h5qucOFEUhebVT1J0PRYvUyRadLy5-k9V4q1F_geiA,2602
|
|
@@ -836,8 +844,8 @@ waldur_api_client/api/marketplace_public_api/__init__.py,sha256=5vd9uJWAjRqa9xzx
|
|
|
836
844
|
waldur_api_client/api/marketplace_public_api/marketplace_public_api_check_signature.py,sha256=Ws_DSVcNqPL7XGujPA_AXe_FGARgVDUGCuj5amw0xT4,3782
|
|
837
845
|
waldur_api_client/api/marketplace_public_api/marketplace_public_api_set_usage.py,sha256=D1PNS91IVNjt9zf0FuPFbW1YSA1aN0436GjvVnkgTsk,3776
|
|
838
846
|
waldur_api_client/api/marketplace_public_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
839
|
-
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py,sha256=
|
|
840
|
-
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py,sha256=
|
|
847
|
+
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py,sha256=KN5O_Fg_gCmxLHGZXPnw-2ZauaTzTgRMsZuxB3Zysz0,25951
|
|
848
|
+
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py,sha256=p5gl13gPQX1HcREVrzEJoxRNun3l_DXPmNmWEX5q5a8,27217
|
|
841
849
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_plans_list.py,sha256=qx5pBWuhhzYfA8OdXSmhOkdGPJZPAADbCfBG-TiBFOU,3444
|
|
842
850
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_plans_retrieve.py,sha256=Jah73hqtO8-vkmDAL8JF2qzkM3GcobQDYGU5kguLQA4,3478
|
|
843
851
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_retrieve.py,sha256=S41iIW-qoqt96c6HaIkyLP2rgsa5F6NGfFYEBWpv3fo,4644
|
|
@@ -925,7 +933,7 @@ waldur_api_client/api/marketplace_sections/marketplace_sections_update.py,sha256
|
|
|
925
933
|
waldur_api_client/api/marketplace_service_providers/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
926
934
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py,sha256=JUUbdOmTYTFbhHRxTqTjqcZ1ClQTelVJKZE4vEfpEoY,3915
|
|
927
935
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_count.py,sha256=5meKad0nCPbFSEr4vikuwnfY1t7Wp1STF-bDZmwOl1U,7553
|
|
928
|
-
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
|
|
929
937
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py,sha256=72lqprknp_5erPH6jfC1tvDSdukiEL-tEKPq8mA4VtM,3549
|
|
930
938
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py,sha256=0lvg1fzVpkhAKKjyLur2_MvFpPhfuq0gVflloOnpzv4,17224
|
|
931
939
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customers_list.py,sha256=b0yuHgXX2Trst6sB4dff0bauOPBev5k6-rpZH9xpzvE,14876
|
|
@@ -934,7 +942,7 @@ waldur_api_client/api/marketplace_service_providers/marketplace_service_provider
|
|
|
934
942
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_keys_list.py,sha256=5uORk-BN-ERJTu25KhmlHqzjbxNIYnpuwT764xxCDVc,13475
|
|
935
943
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list.py,sha256=KDkoGNN1EQ5FT6XRHRv2aVjcUeNwbDnDoKDdKZFuO-g,8756
|
|
936
944
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list_users_list.py,sha256=hjNJ0EJtg_GJnkVoKOD5PShefGhchPfhd4EUuCoL5e4,11315
|
|
937
|
-
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py,sha256=
|
|
945
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py,sha256=dHqXBgSpLN1MWCPHhpbJz1y8YJt0jwgdHgL0ZeHNGEk,27911
|
|
938
946
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py,sha256=_QQ6zDBOO3ZDGqdZ5t0N4ebQhLI_Ds2jvo1ymGuBbXg,3902
|
|
939
947
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py,sha256=xKXDvhnIJjSr5C0C1MwvUE0sX-Vq-p8HdFbPBr6wmLE,16214
|
|
940
948
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py,sha256=VoGexNh_WikaYdfxauAniH0wOX6582g3ecENLgNdQ3k,9574
|
|
@@ -1442,9 +1450,7 @@ waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_list.p
|
|
|
1442
1450
|
waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_retrieve.py,sha256=UYfiBYXmDWv8wJEc8njSQvLgMQDk9-ypPYGf3jnHpVk,3272
|
|
1443
1451
|
waldur_api_client/api/rancher_clusters/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
1444
1452
|
waldur_api_client/api/rancher_clusters/rancher_clusters_count.py,sha256=D9a5kamlwITkWyKbZ0ot70Nmut73BbGUBnSdZB5do_0,16482
|
|
1445
|
-
waldur_api_client/api/rancher_clusters/rancher_clusters_create.py,sha256=waxgs-xIiMUzo8YysT5SYtldGhiMG6snzL8T_hqcm2A,3512
|
|
1446
1453
|
waldur_api_client/api/rancher_clusters/rancher_clusters_create_management_security_group.py,sha256=F2iqZeSRds-XnFfNhRT2Q04w3QtgzRrHY56f775mksw,3819
|
|
1447
|
-
waldur_api_client/api/rancher_clusters/rancher_clusters_destroy.py,sha256=AJ9_Z_xYhb1BIH-Lx4Z5M9VFkfcm5JD3x2rTwNj9H3M,2050
|
|
1448
1454
|
waldur_api_client/api/rancher_clusters/rancher_clusters_import_yaml.py,sha256=EZIO4gn8Nr7vvl9ZREddAtIRcunHkUYquANoFAgMccA,3872
|
|
1449
1455
|
waldur_api_client/api/rancher_clusters/rancher_clusters_list.py,sha256=jcv96JHujNnGWK4noW8qesLh1j3B_9EBZiJdGX4EzUo,17539
|
|
1450
1456
|
waldur_api_client/api/rancher_clusters/rancher_clusters_partial_update.py,sha256=aH8YO-ui3c4VX8gXdCRyZa6YPGHa6SrkoS-GTUaNr8g,3865
|
|
@@ -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
|
|
@@ -1906,19 +1912,19 @@ waldur_api_client/models/billing_type_enum.py,sha256=24gCrFGiwo7CC2sz64h9A6TWy40
|
|
|
1906
1912
|
waldur_api_client/models/billing_unit.py,sha256=815EwV5FnAVeqgAiSI2NER8kgxXTmMOhLvdBHfAo2M0,250
|
|
1907
1913
|
waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQx4Cqm5LYo,131
|
|
1908
1914
|
waldur_api_client/models/booking.py,sha256=4jzkRYuLTxwLjJ9RrEza5-QHWXUp7qcQIbpAhzlw3E4,2310
|
|
1909
|
-
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=
|
|
1910
|
-
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=
|
|
1911
|
-
waldur_api_client/models/booking_resource.py,sha256=
|
|
1915
|
+
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=QmL_pf3kVhfu0WqtalAkgFJZdyn8oMBNpD5-sea5p1U,2104
|
|
1916
|
+
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=t7Fo9DQOV9FkXCPvhiAr1PSn1tENhknmfqgNqlCK2Es,2108
|
|
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
|
|
@@ -2012,8 +2018,8 @@ waldur_api_client/models/count_stats.py,sha256=Zhyd9M9nqv_0jiibAurFoeQah2uRb_R2z
|
|
|
2012
2018
|
waldur_api_client/models/count_unique_users_connected_with_active_resources_of_service_provider.py,sha256=It1XScvA2QLVaUg74eajC43fuElULZ5ae6bi1IOu2jY,2282
|
|
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
|
-
waldur_api_client/models/country_enum.py,sha256=
|
|
2016
|
-
waldur_api_client/models/course_account.py,sha256=
|
|
2021
|
+
waldur_api_client/models/country_enum.py,sha256=9s0HWeLDoPhnlfvoWgthRP-wTsENqbq-zaFxi8o8I4Y,3616
|
|
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
|
|
@@ -2043,7 +2049,7 @@ waldur_api_client/models/customer_permission_review.py,sha256=RQ9aJZKnPzGWpzG3gD
|
|
|
2043
2049
|
waldur_api_client/models/customer_permissions_reviews_count_o_item.py,sha256=zlGtZUOHENFJfx1vFi546bkA2_eePnjYysdJmN9_FVM,236
|
|
2044
2050
|
waldur_api_client/models/customer_permissions_reviews_list_o_item.py,sha256=u4Qs7h9KzdHliArwJKlxPVL9VpUvtMWUjw6BTf40JJw,235
|
|
2045
2051
|
waldur_api_client/models/customer_quotas.py,sha256=Y-S5Kv0-ySRadORBgFCBEh_MiOvZ4HTzyFAgnra2a_Y,2008
|
|
2046
|
-
waldur_api_client/models/customer_request.py,sha256=
|
|
2052
|
+
waldur_api_client/models/customer_request.py,sha256=Jk7yHLKHqtxvcsfLvzS14w3KaT5xcwWiu6_KcXO9RPk,9496
|
|
2047
2053
|
waldur_api_client/models/customer_service_account.py,sha256=D0D3X_IhHHLMqMO7x5qw23JY3_lzDDFvMA9tsX1EuvM,5798
|
|
2048
2054
|
waldur_api_client/models/customer_service_account_request.py,sha256=-Vv3xy3PcvrOqvJnPojespdWNnUzS8u1iIhh70Ds1HU,3198
|
|
2049
2055
|
waldur_api_client/models/customer_user.py,sha256=JVy0av65J6zKkZt3GXedtxIPObV2-K57IVhnBTA99QM,6489
|
|
@@ -2061,6 +2067,7 @@ waldur_api_client/models/data_volume_request.py,sha256=f28uL6xHpYgZCg_mG0nyHb7g4
|
|
|
2061
2067
|
waldur_api_client/models/deciding_entity_enum.py,sha256=i8ibe_B9L_wKd-CkoTqo8tyPUakZbYpZpZ-YvcxTqCA,191
|
|
2062
2068
|
waldur_api_client/models/delete_attachments_request.py,sha256=2z5YyI2_NQoKSXRtvls7fuo600oJfFhqTN2sBm4DUAg,2011
|
|
2063
2069
|
waldur_api_client/models/dependency_logic_operator_enum.py,sha256=kUajgb9Vv2XAJ9kW4UmJdNDuet4MXgeNcR6ucReh7yo,162
|
|
2070
|
+
waldur_api_client/models/deployment_mode_enum.py,sha256=nxEOVGwM3MaNdfnVx3s2ilaJKXmWtcXTQ9z0c8_YsTM,181
|
|
2064
2071
|
waldur_api_client/models/detail_state.py,sha256=D1b3Es86uEHZWtTcfcP-OloJxxoxmqVz75JJV5cnz-A,1610
|
|
2065
2072
|
waldur_api_client/models/digital_ocean_droplet.py,sha256=wGFMSvQeFfmcVlrDYcTNfuqXU8qN4X4LPfHvkMdi6eY,28683
|
|
2066
2073
|
waldur_api_client/models/digital_ocean_droplet_marketplace_offering_plugin_options_type_0.py,sha256=3cyMLLcwcmM6CkLL-BEA8aPjoSnSYUQi38G1W-CIn9M,1446
|
|
@@ -2124,14 +2131,14 @@ waldur_api_client/models/google_auth_list_field_item.py,sha256=N9wBLXRMswJTTvGcu
|
|
|
2124
2131
|
waldur_api_client/models/google_auth_retrieve_field_item.py,sha256=mzaG_04NGLbz3rHmuSU95LyVXi6SwSkxxIy9uZBIBvA,826
|
|
2125
2132
|
waldur_api_client/models/google_calendar.py,sha256=Eu1yPilxvb5q0OZuhGa5cIxh-dC3s8IWdpjaLkkjDrY,2563
|
|
2126
2133
|
waldur_api_client/models/google_credentials.py,sha256=YINL5k2r3pU00FtzsLUfk6bxDHEbeNeFX89VZrYX6oA,9669
|
|
2127
|
-
waldur_api_client/models/group_invitation.py,sha256=
|
|
2134
|
+
waldur_api_client/models/group_invitation.py,sha256=GhGnNiFzB9KolSuPpIKy12bErvw_QMnaQmCMJODP14A,9780
|
|
2128
2135
|
waldur_api_client/models/group_invitation_request.py,sha256=8fWYy15B001aVzROoNQQtUkTLL_dR9y5URJlEtsz_iE,5446
|
|
2129
2136
|
waldur_api_client/models/guest_os_enum.py,sha256=Xq1NMZXuuon1ZesMWJuSsnRW1VqHl9zeum-LFXfI5Bs,4702
|
|
2130
2137
|
waldur_api_client/models/guest_power_state_enum.py,sha256=xY6nEbX2p-J0q3sQ6PWXNa8THVnkAmgZ9pfwS_dMnaE,300
|
|
2131
2138
|
waldur_api_client/models/hooks_web_count_content_type.py,sha256=O0rvM-2mU9qCLodYwcRnl-5LI0YBYm5dr-ferea6k9c,162
|
|
2132
2139
|
waldur_api_client/models/hooks_web_list_content_type.py,sha256=pUYOptxC4dcPKZcyhPX3oFPMLgQxFeC8MF4ktQNTzBc,161
|
|
2133
|
-
waldur_api_client/models/identity_provider.py,sha256=
|
|
2134
|
-
waldur_api_client/models/identity_provider_request.py,sha256=
|
|
2140
|
+
waldur_api_client/models/identity_provider.py,sha256=HyKZ4vnPrT3Vl5Fpnm8McLhWyjP0CZQVWNTxvIrUcNQ,8432
|
|
2141
|
+
waldur_api_client/models/identity_provider_request.py,sha256=xYx8ej_lOTwbLE3FB9gcoDyYOA2qBWTCjOLuEzZQKQU,7501
|
|
2135
2142
|
waldur_api_client/models/image_create_request.py,sha256=xHG5U8AgHSNSAJuDMf3BUlpRLA0KW-OO7mQOvD1t7aY,4356
|
|
2136
2143
|
waldur_api_client/models/image_create_response.py,sha256=hSTJL8g4pSYXpP9fBhufZoTTDh-Zubjhg3F2zh7oQdo,2064
|
|
2137
2144
|
waldur_api_client/models/image_upload_response.py,sha256=3lj84P8NzA00D6NQMYGTKTVaC3pfEDJK_-wGOLgpQFU,1673
|
|
@@ -2142,7 +2149,7 @@ waldur_api_client/models/importable_resource.py,sha256=Gufpmtymf6opPRjBImIeif32V
|
|
|
2142
2149
|
waldur_api_client/models/instance_flavor_change_request.py,sha256=CbqnP-P_FG6V5W55-fBvs050FooV7FfqYt8XX_CvIzY,1640
|
|
2143
2150
|
waldur_api_client/models/integration_status.py,sha256=q7Xidrl3tZG8keEQKFG98bQU8VqkWPV4fYNnUxBMtzw,3310
|
|
2144
2151
|
waldur_api_client/models/integration_status_details.py,sha256=NeogZdTaU7qlP8c8OJhaWZoEhD6HdMFKKBLghA323A8,3014
|
|
2145
|
-
waldur_api_client/models/invitation.py,sha256=
|
|
2152
|
+
waldur_api_client/models/invitation.py,sha256=VUCfUaCXGC4wSNnXjUKTeG5UvOlYkBn8GPzzJqYjv3M,8829
|
|
2146
2153
|
waldur_api_client/models/invitation_check.py,sha256=QeKjpsHAnq4B7txgtOj7PrwrdH8RO1DpfMBulUTgaC8,1921
|
|
2147
2154
|
waldur_api_client/models/invitation_request.py,sha256=1XElBd5iXnNu8ujMnG2R9FscZ_rE1188vPcS5Ll1nsI,4275
|
|
2148
2155
|
waldur_api_client/models/invitation_state.py,sha256=b_hGZcRGmYBuSyCKJ6rk3PUL-gLc-bfFZRfgR19QjAk,298
|
|
@@ -2174,13 +2181,13 @@ waldur_api_client/models/invoices_stats_list_o_item.py,sha256=umeerBqHorYXbCUQca
|
|
|
2174
2181
|
waldur_api_client/models/invoices_stats_list_state_item.py,sha256=Ljmsu_7sS4OiA5y3w6BN7ppBy02RgBnC-ak8SowAZO4,223
|
|
2175
2182
|
waldur_api_client/models/ip_mapping.py,sha256=EfvL-hhXHivVcaefgp1ros4dcZ9uSvRKc3t61tQ0cr8,1916
|
|
2176
2183
|
waldur_api_client/models/ip_mapping_request.py,sha256=1wW46fCBVZeGm7JcK9XpWTpJ3lJhT3zFpGCzqLraNec,1772
|
|
2177
|
-
waldur_api_client/models/issue.py,sha256=
|
|
2184
|
+
waldur_api_client/models/issue.py,sha256=YgzDu7rXcD4yqhB43MTFo00lx9_jkOfPuvzL3JFtEtk,20280
|
|
2178
2185
|
waldur_api_client/models/issue_reference.py,sha256=-LUTcYRG2RgBUMJuKQm_Y0QQbftrHVGtWX3jEPTVS6g,1752
|
|
2179
|
-
waldur_api_client/models/issue_request.py,sha256=
|
|
2186
|
+
waldur_api_client/models/issue_request.py,sha256=K2RXIjqlXnDZHB0-3Eyua8BUPnKcspfO_Gd5Vk65Yts,7054
|
|
2180
2187
|
waldur_api_client/models/issue_status.py,sha256=OUI1y5Z5y9Yn9ke5I0ynIEGxh7oOnutyR9EULRww3KQ,2635
|
|
2181
2188
|
waldur_api_client/models/issue_status_request.py,sha256=5kdmuv3T6KL6vZLaqguVtR0yWOlP9ugI7SOFUsO9VOw,2139
|
|
2182
2189
|
waldur_api_client/models/issue_status_type_enum.py,sha256=yqVQEJWYfgZvaZNAyBjiDH8EjMsLqDqkPGSxtkqgNjE,157
|
|
2183
|
-
waldur_api_client/models/issue_type_enum.py,sha256=
|
|
2190
|
+
waldur_api_client/models/issue_type_enum.py,sha256=I1LPVRDBewwtRiRrmCOslATvCSa6kGC4w6w9Hmp4kdA,258
|
|
2184
2191
|
waldur_api_client/models/jira_changelog.py,sha256=wgY8Cab-N46stHwm1tJC1B7-qED8W8YI1TYaX4bK5-4,1492
|
|
2185
2192
|
waldur_api_client/models/jira_changelog_request.py,sha256=F87XCjPtSVHidYnK5y-1e9cky4C8yYMwAMy1COsoA20,1530
|
|
2186
2193
|
waldur_api_client/models/jira_comment.py,sha256=M1dGxUgIdaxtvAv3jgbaSftRql8nFKE3kH05-NzZ6L8,1417
|
|
@@ -2231,8 +2238,8 @@ waldur_api_client/models/maintenance_announcements_list_state_item.py,sha256=Y-r
|
|
|
2231
2238
|
waldur_api_client/models/maintenance_announcements_template_count_o_item.py,sha256=Nb9ENnu6llXWfVR288QB-AREUdPOmo7wSj0jRvxs2n8,236
|
|
2232
2239
|
waldur_api_client/models/maintenance_announcements_template_list_o_item.py,sha256=UR2-1r34xYhqXBgZBFSf8huUk6kx0DcQADFaUUXVnpo,235
|
|
2233
2240
|
waldur_api_client/models/maintenance_type_enum.py,sha256=bsSN1wBR177iSIUaUEu-_iDlf3UuYJUUosA2-irtEHA,205
|
|
2234
|
-
waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py,sha256=
|
|
2235
|
-
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
|
|
2236
2243
|
waldur_api_client/models/managed_rancher_create_node_request.py,sha256=uCyZsYJ-dLaUVw0Ux--58gHF7lduTqBVOn13InT5wog,6008
|
|
2237
2244
|
waldur_api_client/models/mapping.py,sha256=ZKvmeYRrqTr4qTuz1O_JHeEJrPDGCVB0HREff6P0-7k,4732
|
|
2238
2245
|
waldur_api_client/models/mapping_request.py,sha256=W06jNgoo7fVctNqt7De02ziWWfHluMASdsF7Dhtigvo,4872
|
|
@@ -2254,7 +2261,9 @@ waldur_api_client/models/marketplace_component_user_usages_count_o_item.py,sha25
|
|
|
2254
2261
|
waldur_api_client/models/marketplace_component_user_usages_list_field_item.py,sha256=m46A1t81VC3_PaE2YMGBn1uIoX9jPsf0M2lxVDyr2Fo,796
|
|
2255
2262
|
waldur_api_client/models/marketplace_component_user_usages_list_o_item.py,sha256=9hNH43TXVuND09i0TzdjRcnDM2KiX-ZoXTH7Y9ZoKgg,359
|
|
2256
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
|
|
2257
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
|
|
2258
2267
|
waldur_api_client/models/marketplace_course_accounts_list_state_item.py,sha256=w9WJDmHPQFMie0P8wZoOfF_LaSwrg89GvFudqIQ6OZ0,199
|
|
2259
2268
|
waldur_api_client/models/marketplace_customer_service_accounts_count_state_item.py,sha256=L-ifGAbmRjt-upBk_h-v-sr-3sSwZlS0-N3rsUr1Sd0,209
|
|
2260
2269
|
waldur_api_client/models/marketplace_customer_service_accounts_list_state_item.py,sha256=5UgO8jVPCLWeqzSIXSE5QrB7oLKjK-LoE6UjrEKwM8k,208
|
|
@@ -2264,7 +2273,6 @@ waldur_api_client/models/marketplace_integration_statuses_count_o_item.py,sha256
|
|
|
2264
2273
|
waldur_api_client/models/marketplace_integration_statuses_count_status_item.py,sha256=kJZwIaF70YAvD_mCPyty6tFrxXjlftwv8w7_g83nLB0,230
|
|
2265
2274
|
waldur_api_client/models/marketplace_integration_statuses_list_o_item.py,sha256=mm7umWZKYiFkCagDHrniEy7ip7gTppY9Q2-nvt7RKGg,238
|
|
2266
2275
|
waldur_api_client/models/marketplace_integration_statuses_list_status_item.py,sha256=J2ruGcs9kU4-XkpTWUZfG6QsgxwV8bT95dISWFdIOpA,229
|
|
2267
|
-
waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py,sha256=cTJruGcm4GWodnmY41gBqWlakxExuSV9KqxoDnJX5_8,6336
|
|
2268
2276
|
waldur_api_client/models/marketplace_offering_files_count_o_item.py,sha256=7skiXTHU0Im6GK_j5rDlX1khrv8An36whOBiv4kCKKQ,228
|
|
2269
2277
|
waldur_api_client/models/marketplace_offering_files_list_field_item.py,sha256=683OyttW1XNU7NaKgeYCffvyUdGKkv7npOHenzwSb0k,262
|
|
2270
2278
|
waldur_api_client/models/marketplace_offering_files_list_o_item.py,sha256=VCMg1Elvy3njkaCfXq68nvpdMwZGxvftehsS0qO9PdU,227
|
|
@@ -2277,20 +2285,22 @@ 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
|
-
waldur_api_client/models/marketplace_offering_users_list_field_item.py,sha256=
|
|
2292
|
+
waldur_api_client/models/marketplace_offering_users_list_field_item.py,sha256=_co4cC-HRcF70SYVNrUzb3LVlNWS5Y2LDIyYFVXpqH8,830
|
|
2283
2293
|
waldur_api_client/models/marketplace_offering_users_list_o_item.py,sha256=yV9tTNOgjQJykUU-Ujx8iTtDeILktuwfX0Ko_l5nQZw,291
|
|
2284
2294
|
waldur_api_client/models/marketplace_offering_users_list_state_item.py,sha256=SpMAd1wPuzu5YM71WUgsGjrsHfvWCJ7p2aoi6KGCby0,506
|
|
2285
|
-
waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha256=
|
|
2295
|
+
waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha256=n80FMF2CXOcGbYVEpxTV8Go3yyGqQRrH2kmFse9pX5U,834
|
|
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,27 +2333,26 @@ 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
|
-
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=
|
|
2344
|
+
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=XpvwnUL9F5bE9TWMviQa_Ov46kZW4AHuj96q07M0Vq0,2234
|
|
2334
2345
|
waldur_api_client/models/marketplace_public_offerings_list_o_item.py,sha256=eI4ZG-bW8TUt6ACr6YG3hEY0ffOsv0AZw14K75LP74w,531
|
|
2335
2346
|
waldur_api_client/models/marketplace_public_offerings_list_state_item.py,sha256=P77-cZEJWwUogiuIzZmk-k9MQKlFl5BUTpFtZ98lmtY,234
|
|
2336
|
-
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=
|
|
2337
|
-
waldur_api_client/models/marketplace_rancher_create_order_attributes.py,sha256=x0S35SetRKUIcWVLYPLTSYVkNsVES3JLuVpPyn7W6rk,4726
|
|
2347
|
+
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=zKBKVbXwcKTCPuAipSpxOOz_UO2Pt-J4qECxx4sJZek,2238
|
|
2338
2348
|
waldur_api_client/models/marketplace_resources_count_o_item.py,sha256=JFThimhsqh4SgNRVF1ryOSBXeLxjo71g4_aTBpfbvXc,331
|
|
2339
2349
|
waldur_api_client/models/marketplace_resources_count_state_item.py,sha256=wE1G-QO4AALfUU86I1dAX2GB2x2SrO6zx4dnPY9djfk,287
|
|
2340
|
-
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=
|
|
2341
|
-
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
|
|
2342
2352
|
waldur_api_client/models/marketplace_resources_list_o_item.py,sha256=6d00iPkIlmrMAx9L4WYALMd_IsMxR5oN_CtgPBVttuI,330
|
|
2343
2353
|
waldur_api_client/models/marketplace_resources_list_state_item.py,sha256=vQ-isk1nIbx3EOxSvqVKARhmMZZhJLypsGUbjbl8ERs,286
|
|
2344
2354
|
waldur_api_client/models/marketplace_resources_pull_response_200.py,sha256=mGq4Z7VwxuQEIYzIt43XtqJbD5IKTHFJ8Z62Zzl7HHQ,1329
|
|
2345
|
-
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
|
|
2346
2356
|
waldur_api_client/models/marketplace_robot_accounts_count_state.py,sha256=9-sQKY19ZFie2HQH4ZVQGdpuak3RwpoN2J7xqo04hgQ,236
|
|
2347
2357
|
waldur_api_client/models/marketplace_robot_accounts_list_field_item.py,sha256=ZJPOjr2N3b1IuX3CyAIUAEL69_jR1VrHzamZMwHIsTk,918
|
|
2348
2358
|
waldur_api_client/models/marketplace_robot_accounts_list_state.py,sha256=OK386lYLBDEEdquvdgNmUkLUXJbwMWl1XXNR6NByRNQ,235
|
|
@@ -2351,6 +2361,7 @@ waldur_api_client/models/marketplace_screenshots_count_o_item.py,sha256=AW7EZK4c
|
|
|
2351
2361
|
waldur_api_client/models/marketplace_screenshots_list_o_item.py,sha256=1pZK7T7jF12uQ_9qF__VSpT3LcHEudto2JKlikimElU,225
|
|
2352
2362
|
waldur_api_client/models/marketplace_service_provider_user.py,sha256=AkFChZed-WuhrQucW8GtM4FuUj_MN7An2GV0TVB_Rs0,5507
|
|
2353
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
|
|
2354
2365
|
waldur_api_client/models/marketplace_service_providers_course_accounts_list_state_item.py,sha256=kjxYjUs3x3bBBrW2kHtCRZ_9jdMdxuva--1J8SCiGL8,215
|
|
2355
2366
|
waldur_api_client/models/marketplace_service_providers_customer_projects_list_field_item.py,sha256=dwSk-j0uLObwv7Tg6OFMFvbn3Gdi2xy2UqOK_R4SMbk,381
|
|
2356
2367
|
waldur_api_client/models/marketplace_service_providers_customer_projects_list_o_item.py,sha256=P59SfE2uC8aho8cUbAm0RfcF1OSADUimeaDEBgzX_IM,672
|
|
@@ -2375,8 +2386,8 @@ waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,
|
|
|
2375
2386
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
2376
2387
|
waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py,sha256=MC6SVo2z5hCJbp0w520OjMwl5KZCXdqfWaSZnCW6eBk,390
|
|
2377
2388
|
waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py,sha256=_wWLh7lB5mCTSKBDnXJJsrsI2-3kW7aZ3mKsuT9hCS8,389
|
|
2378
|
-
waldur_api_client/models/merged_plugin_options.py,sha256=
|
|
2379
|
-
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
|
|
2380
2391
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
2381
2392
|
waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
|
|
2382
2393
|
waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
|
|
@@ -2429,16 +2440,18 @@ waldur_api_client/models/nested_security_group_rule_request.py,sha256=hyGyr0mvYe
|
|
|
2429
2440
|
waldur_api_client/models/network_rbac_policy.py,sha256=jP9qeKWjvVEVhFzzi_fZLf2nY-IiLr-aa9sY7XAeVZo,4957
|
|
2430
2441
|
waldur_api_client/models/network_rbac_policy_request.py,sha256=ZFlmkExayq-Kd3CELIgn1tb516iVp8e0Hm2MIJbiLKE,2389
|
|
2431
2442
|
waldur_api_client/models/node_disk_driver_enum.py,sha256=A4h9ftdOL5Dho7Qcs-gTW6uHRPkPSke-e-nzvFXg8Lw,151
|
|
2432
|
-
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
|
|
2433
2445
|
waldur_api_client/models/notification_request.py,sha256=tQe1Rol9FjQeugEcvjxNmeQcNB0YiVXn7ad99j4zPjQ,1809
|
|
2434
2446
|
waldur_api_client/models/notification_template_detail_serializers.py,sha256=5j9SHmUf5K2WZS8sZtPLVWIvKUxokhZgbGMWdkTWIbc,3096
|
|
2435
2447
|
waldur_api_client/models/notification_template_detail_serializers_request.py,sha256=UNjlylAHbgvVEm4Km7J0lswSeMc-Q1HoNF4xVdauYNQ,1788
|
|
2436
2448
|
waldur_api_client/models/notification_template_update_serializers_request.py,sha256=jgWmeQMYwXsO_cfRY0lqndiJfFi1X0rTA4xYfXlGexo,1641
|
|
2437
2449
|
waldur_api_client/models/obtain_auth_token_request.py,sha256=SZFLgVupUuz0ezVsctShfeWDUiVCAFZ_eD9_Wzmlit4,1721
|
|
2438
2450
|
waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2OuusA2dogH8c08pBZoQBHJPNcg,1020
|
|
2439
|
-
waldur_api_client/models/offering.py,sha256=
|
|
2451
|
+
waldur_api_client/models/offering.py,sha256=I4IT59Md4n7IgNXIJ1Fhd_tpChI6sU4N0GLl9suKUGc,40368
|
|
2440
2452
|
waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
|
|
2441
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
|
|
2442
2455
|
waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
|
|
2443
2456
|
waldur_api_client/models/offering_component_limit.py,sha256=lVDIYQA20C-ZKkiPwzGO_hFRZwR8-O0vd03unNMHJc8,1927
|
|
2444
2457
|
waldur_api_client/models/offering_component_limit_request.py,sha256=1-L2uWCl6Ne3C1lIZwV439TGjhi5RA63e5OfWF5rRL4,1965
|
|
@@ -2446,8 +2459,8 @@ waldur_api_client/models/offering_component_request.py,sha256=qwG0_FP3VuLeC33hyr
|
|
|
2446
2459
|
waldur_api_client/models/offering_component_stat.py,sha256=oQzbkBeULg5R9PfcyintyHweXFIWsqGsL3bqEhI6Tow,2789
|
|
2447
2460
|
waldur_api_client/models/offering_cost.py,sha256=WIFrpCWUnHlsrbnBRktZeT7L-AfimtTwMMGt6AK-A7E,1714
|
|
2448
2461
|
waldur_api_client/models/offering_country_stats.py,sha256=HxWzMlqPMaHaENwVpGDSylUgQgmTyPdx8gt6792PHZE,1668
|
|
2449
|
-
waldur_api_client/models/offering_create.py,sha256=
|
|
2450
|
-
waldur_api_client/models/offering_create_request.py,sha256=
|
|
2462
|
+
waldur_api_client/models/offering_create.py,sha256=ALf_xfLNrCwfgLjeThc6abYZ9She-Mp4OHd7Mq1p7yg,31956
|
|
2463
|
+
waldur_api_client/models/offering_create_request.py,sha256=zNeDLIHYobhTGu6KGwB5gSuYibrEzzm6ndHhHQB2goE,15951
|
|
2451
2464
|
waldur_api_client/models/offering_create_request_limits.py,sha256=-1Uj5D05gOr2v6MjTh8TlrVVv1fPP-r6mbtlt6yJm5w,1906
|
|
2452
2465
|
waldur_api_client/models/offering_create_service_attributes.py,sha256=OQGjEv_QwwJ8Tc46zG9_AKOLddmZ-x8Th1UUvcdbR_4,1306
|
|
2453
2466
|
waldur_api_client/models/offering_description_update_request.py,sha256=Rp1YTmqSZ0PmMPFZ8Gw1jgdEQ5UVs8AN-IBY5Uv4Dak,1588
|
|
@@ -2464,7 +2477,7 @@ waldur_api_client/models/offering_options_options.py,sha256=Sk3UCdxCBJy8-7nryO9k
|
|
|
2464
2477
|
waldur_api_client/models/offering_options_request.py,sha256=QAODe8Py_NBZn8-QkiTBxtBY0jLeONPoUszXMXE6N7M,2034
|
|
2465
2478
|
waldur_api_client/models/offering_options_request_options.py,sha256=ig3JE-tXEdX9asgb2vH28a6hmWYW7Z2lNxDQETkS48A,1826
|
|
2466
2479
|
waldur_api_client/models/offering_options_update_request.py,sha256=L95c6HUVScGfXi6-DjLIPRkcZD1OIz-gSnl36EQ2mnw,1828
|
|
2467
|
-
waldur_api_client/models/offering_overview_update_request.py,sha256=
|
|
2480
|
+
waldur_api_client/models/offering_overview_update_request.py,sha256=meCicofyRkNyoMH89ltQ9q7seKT9InzxW54HHU5Pu3E,3886
|
|
2468
2481
|
waldur_api_client/models/offering_pause_request.py,sha256=AeRMcedum8D_HK1d2ChS8c1s89brzQEL8HZmCHLEUTY,1671
|
|
2469
2482
|
waldur_api_client/models/offering_permission.py,sha256=2BARFC3R1_HlwSAuj6xmFKBGF9sT8JiaucphWL7MEJg,6233
|
|
2470
2483
|
waldur_api_client/models/offering_reference.py,sha256=KV7XRN6h7_s-s-PN3YmjT6EPThoY29sV50l6a1HKW84,1825
|
|
@@ -2473,14 +2486,14 @@ waldur_api_client/models/offering_resource_options_update_request.py,sha256=1tz3
|
|
|
2473
2486
|
waldur_api_client/models/offering_state.py,sha256=6GERekKr5dvSxQkZtCQ3yE6nZM0k_giCTrrvR3BH_vg,208
|
|
2474
2487
|
waldur_api_client/models/offering_stats.py,sha256=rSRHzB9fE9Rk4zB9YJuIe6oBqMTfAVw2rvV2YYZnG8k,1916
|
|
2475
2488
|
waldur_api_client/models/offering_stats_counter.py,sha256=fH_bPk1csgDoqqSvGY69nPBAdr1qwoy-OBLz8DACLN0,2645
|
|
2476
|
-
waldur_api_client/models/offering_terms_of_service.py,sha256
|
|
2489
|
+
waldur_api_client/models/offering_terms_of_service.py,sha256=tDV9BEKOys0xfRh2CVinT4D1N0ZxzQuXGF3YtkOp7-I,5809
|
|
2477
2490
|
waldur_api_client/models/offering_terms_of_service_create.py,sha256=jUswK1OAEfHXxKMte5h53wzf1UjBdxiyCQBxuVMEsH8,3414
|
|
2478
2491
|
waldur_api_client/models/offering_terms_of_service_create_request.py,sha256=MDDkwmIYbcdmkGbNNK1vMjVIjf3B_phOP9v_McdHTeA,3452
|
|
2479
2492
|
waldur_api_client/models/offering_terms_of_service_request.py,sha256=8EeomUF5VTnb8Hpu811SR7N88slhr0ISPyBCGzhrjsI,3201
|
|
2480
2493
|
waldur_api_client/models/offering_thumbnail_request.py,sha256=m0xiFJypMK61CyfgCrCj4K4N8nwNc8rIdrf5KLWMO4g,1640
|
|
2481
2494
|
waldur_api_client/models/offering_usage_policy.py,sha256=pndAjiQXlg2alc1SHtQza339pd9SPn8BButRbOQvS0A,6284
|
|
2482
2495
|
waldur_api_client/models/offering_usage_policy_request.py,sha256=kPpIJqi3OTRsoeXlU3YG0-Ej1cEYxEyDOd_szsFZZnc,4070
|
|
2483
|
-
waldur_api_client/models/offering_user.py,sha256=
|
|
2496
|
+
waldur_api_client/models/offering_user.py,sha256=8o3t5lQvZy6-BJ6lCZzgz4Bad5DsR-QVsO-YlYcPl4E,10780
|
|
2484
2497
|
waldur_api_client/models/offering_user_request.py,sha256=bNXYjsbz8eBsCq5S3adA3uNSediPcP4xZbFEyPcJxA0,3719
|
|
2485
2498
|
waldur_api_client/models/offering_user_role.py,sha256=iGggr1bKR3QVjVb3vikVD8E7TQ6sHNSXm-EB3WOer2A,2305
|
|
2486
2499
|
waldur_api_client/models/offering_user_role_request.py,sha256=gziXK-_xx8EDrLCem7HjqROGYc05gLedAp1BnSAUpuE,1686
|
|
@@ -2567,11 +2580,11 @@ waldur_api_client/models/open_stack_sub_net_marketplace_offering_plugin_options_
|
|
|
2567
2580
|
waldur_api_client/models/open_stack_sub_net_request.py,sha256=rmetUBJbEJPsUoZfcN0UDs_JhgFYIDydfCBhoJ1ECNo,6592
|
|
2568
2581
|
waldur_api_client/models/open_stack_tenant.py,sha256=2XDVEv7rbODs-KCZavX3mmZ3N0y2HHmI1MffXNr8QRk,25737
|
|
2569
2582
|
waldur_api_client/models/open_stack_tenant_change_password_request.py,sha256=vUUSl3qAjh5oXlYBfAiIQnQ2ULJC48z0nNX9YCyO6Dk,1690
|
|
2570
|
-
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=
|
|
2583
|
+
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=2x4beMd2SHVkA7R2COlM7EedqmTnOGISkdJu9Cc1URg,4031
|
|
2571
2584
|
waldur_api_client/models/open_stack_tenant_marketplace_offering_plugin_options_type_0.py,sha256=ta0NBAG6I3FiZLAlwx68lrwbPBiMEIQ-wmbmK2sy0MA,1426
|
|
2572
2585
|
waldur_api_client/models/open_stack_tenant_quota.py,sha256=gf8-8fMawhb0Qz6IqMq6Xf605UkN0dyikaXLD7quizs,3715
|
|
2573
2586
|
waldur_api_client/models/open_stack_tenant_quota_request.py,sha256=aHGKcPsDZLsFkFjSLWIimX5hB1NfxttG0HRESdkiqlk,3753
|
|
2574
|
-
waldur_api_client/models/open_stack_tenant_request.py,sha256=
|
|
2587
|
+
waldur_api_client/models/open_stack_tenant_request.py,sha256=WPxZIDsBDFfYQEt-H64jsKyIN44T_NaaOso5_8FnUW4,4277
|
|
2575
2588
|
waldur_api_client/models/open_stack_volume.py,sha256=DTSCNTLTzqmXw0UGloEczd0mqzY3eiyMeIdM4JZXqcg,32414
|
|
2576
2589
|
waldur_api_client/models/open_stack_volume_availability_zone.py,sha256=A_BAuGLp4ox2-JqlnbyYe99AjTzYgdyDVozJ9Mi-PYs,2867
|
|
2577
2590
|
waldur_api_client/models/open_stack_volume_create_order_attributes.py,sha256=wPsUaTIu5HSaj-L_hH8brvxD_BleSXpJV3CS77IlocU,5096
|
|
@@ -2640,11 +2653,13 @@ waldur_api_client/models/openstack_volumes_retrieve_field_item.py,sha256=jaZQUcG
|
|
|
2640
2653
|
waldur_api_client/models/option_field.py,sha256=2_p3CBEiUvfv53IVJIzG63Fa14qjGLMEUT0n44xjGF0,3422
|
|
2641
2654
|
waldur_api_client/models/option_field_request.py,sha256=8rh1SflZq8GoUDiayMOdfoRF9qYE7YLk_fPKrJQ9U-s,3460
|
|
2642
2655
|
waldur_api_client/models/option_field_type_enum.py,sha256=RETy6bhnSxAkfDzr-CppdVYTqpGyEY1MXWLqezFXDAc,652
|
|
2643
|
-
waldur_api_client/models/
|
|
2656
|
+
waldur_api_client/models/order_attachment.py,sha256=zv6LnK-ztPCLVXVm4gaVBb3wq3DUcQfSbWFX4Iuaid0,2041
|
|
2657
|
+
waldur_api_client/models/order_attachment_request.py,sha256=e6CXHe5VGZg8uc2NXZhdUVHdA_DoJ3HR4mjI1GyRwoU,2510
|
|
2658
|
+
waldur_api_client/models/order_create.py,sha256=Z-5OSBnjqE0yKuWrQw0yjS8SbiMu21kiV24xpXechjs,22222
|
|
2644
2659
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2645
|
-
waldur_api_client/models/order_create_request.py,sha256=
|
|
2660
|
+
waldur_api_client/models/order_create_request.py,sha256=hCJU1Ky-Gh2K7y2cF7t3ZYjvjjv9bd6V8z1IXfx8Bhg,13108
|
|
2646
2661
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2647
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2662
|
+
waldur_api_client/models/order_details.py,sha256=8bLpWXJMLy2Cht20067kcXJf0ktNpda0gfK2-4JN8aQ,47381
|
|
2648
2663
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2649
2664
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2650
2665
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2675,13 +2690,13 @@ waldur_api_client/models/patched_comment_request.py,sha256=Qh7v256_kDpBZdpVEXfNC
|
|
|
2675
2690
|
waldur_api_client/models/patched_component_user_usage_limit_request.py,sha256=3vBDJNrO81GnV9pNDnQXVJUqyb_p4jFB_1kt5PSQ8Ck,2742
|
|
2676
2691
|
waldur_api_client/models/patched_create_customer_credit_request.py,sha256=DtvthGWIo67yElEhmbfgP1VKqfhv1YJCQ4aspPTN8ck,6349
|
|
2677
2692
|
waldur_api_client/models/patched_customer_estimated_cost_policy_request.py,sha256=DHX0x8bY0iF4QOxzJ-1DDUk9gI9mT2sbpgceQ7X6iB4,3131
|
|
2678
|
-
waldur_api_client/models/patched_customer_request.py,sha256=
|
|
2693
|
+
waldur_api_client/models/patched_customer_request.py,sha256=N2BZeLkyHWNMDkqQTnd2fl3ZdkiGtbyUuRMfRMd-s5U,9580
|
|
2679
2694
|
waldur_api_client/models/patched_customer_service_account_request.py,sha256=LVVvcaT9yT1gpEAmZCcrc2kdLE8JTR1FN76EZ6kcVkA,3538
|
|
2680
2695
|
waldur_api_client/models/patched_digital_ocean_droplet_request.py,sha256=LfN0ZXA2Cd1E1YKrTsIL_BQQDoaYxq_22n48KOzNnAE,1944
|
|
2681
2696
|
waldur_api_client/models/patched_email_hook_request.py,sha256=nyG4B8neOjGH7ZMNmTc-X8UMS-OP1WyGqFcNuD2LVFQ,3632
|
|
2682
2697
|
waldur_api_client/models/patched_external_link_request.py,sha256=Jh4njx_rczX9MxHqjGJkOO2BUq9OsHrDPOvr0YLJoUY,3176
|
|
2683
2698
|
waldur_api_client/models/patched_firecrest_job_request.py,sha256=L8YEax0vq3M4slyxtVLexq9_LmMRmKUnEZ_grhpBzeY,2229
|
|
2684
|
-
waldur_api_client/models/patched_identity_provider_request.py,sha256=
|
|
2699
|
+
waldur_api_client/models/patched_identity_provider_request.py,sha256=Sw1jokqrWGqnep-W3mlQUhQKm_qpyrUA7M9OYtgZP5M,7937
|
|
2685
2700
|
waldur_api_client/models/patched_invoice_item_update_request.py,sha256=z0yTemV8FS7dAcgcXhT43QtW4ovhoPJOzbOUb62HX18,3438
|
|
2686
2701
|
waldur_api_client/models/patched_issue_request.py,sha256=0DNvJwXbLMgYae2f6bRij8ecFt1bU7R_9OEy89sCKUk,3076
|
|
2687
2702
|
waldur_api_client/models/patched_issue_status_request.py,sha256=-j_EXCe0XPLHfuVTC85bWti3Bu97O6MJCjLrPfNsx1s,2223
|
|
@@ -2717,12 +2732,12 @@ waldur_api_client/models/patched_payment_profile_request.py,sha256=s7MR9HjrWD5Ck
|
|
|
2717
2732
|
waldur_api_client/models/patched_payment_request.py,sha256=kI3-4ZOeDMP9B3Ks-IFrc7u9S4jp9ttM0r2fjUODzrM,3635
|
|
2718
2733
|
waldur_api_client/models/patched_project_credit_request.py,sha256=Cp0GoAcFQ8L3Ylwuf7KRyVCHdt39q48YWkNtzTswHt0,5284
|
|
2719
2734
|
waldur_api_client/models/patched_project_estimated_cost_policy_request.py,sha256=m_QW3neOWuSasN_VwLwhIrvhMHHZnom7lkXs4TVao2E,3126
|
|
2720
|
-
waldur_api_client/models/patched_project_request.py,sha256=
|
|
2735
|
+
waldur_api_client/models/patched_project_request.py,sha256=D9zaFYMtqdnL306rVh5hXyTigCBg2mXuqDkKoenGsv0,9372
|
|
2721
2736
|
waldur_api_client/models/patched_project_service_account_request.py,sha256=G_4ZmRAeDoLRE-OiAG1PlilyMgtWI56Ip74o8HeDaC4,3515
|
|
2722
2737
|
waldur_api_client/models/patched_proposal_project_role_mapping_request.py,sha256=kVM0B-On8pELRMa8kKxP2kVX9Fpjy1qBcadM80RIb_U,2756
|
|
2723
2738
|
waldur_api_client/models/patched_proposal_review_request.py,sha256=l-VQEf3zbNIRCEiXkTGqlAI2Ef-uDGAD6n8O9YOsmqU,11451
|
|
2724
|
-
waldur_api_client/models/patched_protected_call_request.py,sha256=
|
|
2725
|
-
waldur_api_client/models/patched_protected_round_request.py,sha256=
|
|
2739
|
+
waldur_api_client/models/patched_protected_call_request.py,sha256=fKRLBuIWlz1xxbPw690DjYZn2XFbHebvrBQFA5wo1d8,7755
|
|
2740
|
+
waldur_api_client/models/patched_protected_round_request.py,sha256=J88NfLkR8L_k2l3_eMyjKQf_Datz1C3_mb0qPiSIiaw,8616
|
|
2726
2741
|
waldur_api_client/models/patched_provider_plan_details_request.py,sha256=4c2GxUccFoXJZUmKo7c3c8_uRDGNwlnlas7qcauiETA,4504
|
|
2727
2742
|
waldur_api_client/models/patched_question_admin_request.py,sha256=s1ideB5Newb9NNZBN-iGxAvGbe9wpTd9VwkquY51tds,10712
|
|
2728
2743
|
waldur_api_client/models/patched_question_dependency_request.py,sha256=DCIIsl_TYNnMaaYV-B7x6HaIZTLhSaLE4FGS-VPHOZg,3181
|
|
@@ -2746,12 +2761,12 @@ waldur_api_client/models/patched_rule_request_plan_attributes.py,sha256=BVV2J8f1
|
|
|
2746
2761
|
waldur_api_client/models/patched_rule_request_plan_limits.py,sha256=bt-xs8SyVWGpcIfIcp_RDh6GkkrPsvD3PqvI2AGUA7k,1294
|
|
2747
2762
|
waldur_api_client/models/patched_screenshot_request.py,sha256=1eLZM744IuVHBhWrmsGL7hdnEZGoIllj6UEzml4iMx0,1893
|
|
2748
2763
|
waldur_api_client/models/patched_section_request.py,sha256=Ta_1Zvr_jBppTubsMKyk8KuBSqVtrj4DchtRxhBV4lo,2441
|
|
2749
|
-
waldur_api_client/models/patched_service_provider_request.py,sha256=
|
|
2764
|
+
waldur_api_client/models/patched_service_provider_request.py,sha256=TNL5IK5TuEg5vkzjdCjQM5FPfjT8EAGPrXdAit3jRcE,3145
|
|
2750
2765
|
waldur_api_client/models/patched_slurm_allocation_request.py,sha256=VwB12u8IWV9Rq5_6gNn461jWgU5QSpmGBuegnuXtKWM,1921
|
|
2751
2766
|
waldur_api_client/models/patched_template_request.py,sha256=58C9P9inloyRqYov0KPPIwy6IELFTak_WtpN_3v9SOo,2540
|
|
2752
2767
|
waldur_api_client/models/patched_user_agreement_request.py,sha256=E1rFGylJPLzU3HnVmT76j3sSniXgXMsATkF_z4FaClo,2396
|
|
2753
2768
|
waldur_api_client/models/patched_user_offering_consent_request.py,sha256=C20mTDrL1yeH42kJFrZOQyd8neZr9NpEieKgenF_cg4,1676
|
|
2754
|
-
waldur_api_client/models/patched_user_request.py,sha256=
|
|
2769
|
+
waldur_api_client/models/patched_user_request.py,sha256=z2oSiKnO8wD5K8VeKc8N89bYy_clK9othDPFuiOFQSo,8211
|
|
2755
2770
|
waldur_api_client/models/patched_vmware_virtual_machine_request.py,sha256=2yU3zH7K2knq-fr21pTfdSsE6g12lMIHzAutkKayk-A,2607
|
|
2756
2771
|
waldur_api_client/models/patched_web_hook_request.py,sha256=M0iTEotvyWKztcv8D0gZ3O8URrsPBOcERRvu7o6hwcw,4481
|
|
2757
2772
|
waldur_api_client/models/payment.py,sha256=qyujlkj1-l4TodSdND7SrFkYLAmseQ5VVdOy5EkXxY4,4176
|
|
@@ -2795,7 +2810,7 @@ waldur_api_client/models/project_permission_review.py,sha256=-P_lQ4nRX1ZujHMCOG7
|
|
|
2795
2810
|
waldur_api_client/models/project_permissions_reviews_count_o_item.py,sha256=6sILIojRd4BULYz2oRWkzGV4ndctoBhxQfcmRIZG-44,235
|
|
2796
2811
|
waldur_api_client/models/project_permissions_reviews_list_o_item.py,sha256=Bb7tvJL9UPqSbG34yJobsKl41K1QD-63Q8TZGn1RDeQ,234
|
|
2797
2812
|
waldur_api_client/models/project_quotas.py,sha256=POcuzsbzM2_wxZMDiMymG3nRcqf2ScNqHl4ymNbmwuQ,2226
|
|
2798
|
-
waldur_api_client/models/project_request.py,sha256=
|
|
2813
|
+
waldur_api_client/models/project_request.py,sha256=mzsbpuVMupKUfYGWbKSSWgwp_vdFrPUStExrmnWjqS0,9203
|
|
2799
2814
|
waldur_api_client/models/project_service_account.py,sha256=FzqOpYChTO0s6eSdDAlqK3jNIyue_GVYEiJ_YzlWN34,6555
|
|
2800
2815
|
waldur_api_client/models/project_service_account_request.py,sha256=xilrb4m5LPvQC5X62Kl5mzjI7WvXrbbtRzAtcroe58s,3183
|
|
2801
2816
|
waldur_api_client/models/project_type.py,sha256=gPsF3Hkfg1E9ITCV07EYoMDyR9Nu-xc6unpT7-zPhh0,2090
|
|
@@ -2871,11 +2886,11 @@ waldur_api_client/models/proposal_reviews_list_state_item.py,sha256=Ot5jTwZh0CsT
|
|
|
2871
2886
|
waldur_api_client/models/proposal_states.py,sha256=hdfIsdakiAnvTuRoxNKFS_81deEEmgzg9boR9XwXHkM,273
|
|
2872
2887
|
waldur_api_client/models/proposal_update_project_details_request.py,sha256=xUpL4Miqpegp70geSB9Fiy7G5b7Qhq9L1JU_5HW6nv8,5901
|
|
2873
2888
|
waldur_api_client/models/protected_call.py,sha256=AbY2dmUY7t0LrZeNWlP_5LZ65z23bPR9SG4tztaN1j4,16852
|
|
2874
|
-
waldur_api_client/models/protected_call_request.py,sha256=
|
|
2889
|
+
waldur_api_client/models/protected_call_request.py,sha256=P5aEw0YqTZu2w8kMh6TOGhQINUzPtF2e4rbbtjxc1iU,7844
|
|
2875
2890
|
waldur_api_client/models/protected_proposal_list.py,sha256=fzBjynv2G3pZu3Utwn_n8aZWpFeXM8xmiRbkAtuP3Us,3135
|
|
2876
2891
|
waldur_api_client/models/protected_proposal_list_request.py,sha256=fnDDdpTec3ST5sCN7HAhiF8iLFUImVBj8gv9a1c2S3I,1528
|
|
2877
|
-
waldur_api_client/models/protected_round.py,sha256=
|
|
2878
|
-
waldur_api_client/models/protected_round_request.py,sha256=
|
|
2892
|
+
waldur_api_client/models/protected_round.py,sha256=MDTqv4iCdRMpNT7FoQHtPVCB89LHJ5csnFeFUhXRkok,9297
|
|
2893
|
+
waldur_api_client/models/protected_round_request.py,sha256=8T-7yyOx6aTPE3NsX29reIYk_x1uA2roGuAEBeykMyc,7873
|
|
2879
2894
|
waldur_api_client/models/protocol_enum.py,sha256=DVSEVCAdYkyBEvB6ehsmhh_qyMjiDdcunBctjK0l8vY,167
|
|
2880
2895
|
waldur_api_client/models/provider_invoice_items_count_o_item.py,sha256=iqhu5vQCrdCfyqqvZvRKgcAilRm1EL9sQ6g-8ti2L0k,442
|
|
2881
2896
|
waldur_api_client/models/provider_invoice_items_list_o_item.py,sha256=kPI6IvEc8npddE_nGRyDe7pgatR1azYcJ0trpvoAn9E,441
|
|
@@ -2884,7 +2899,6 @@ waldur_api_client/models/provider_offering_costs.py,sha256=OyKwyTVrkd177YYtWBh12
|
|
|
2884
2899
|
waldur_api_client/models/provider_offering_customer.py,sha256=EQSbrqsKMTlTupV_8ae_S3CtgFpXcJGU9phEUKHOb9o,2726
|
|
2885
2900
|
waldur_api_client/models/provider_offering_details.py,sha256=Rruo4WcfpgfP_AQrVeV0X6AVlA4JT1JQfRs8KZGKtic,45273
|
|
2886
2901
|
waldur_api_client/models/provider_offering_details_attributes.py,sha256=2ZQjBPMDwoyqbeq-w3J4XFyjfSIuPvbzhWmR0FztXo4,1316
|
|
2887
|
-
waldur_api_client/models/provider_offering_details_request.py,sha256=w7FGF1cRKHy6hPU1XZsCjPYV9rj-Ho5HVDHJR67gs1U,13444
|
|
2888
2902
|
waldur_api_client/models/provider_offering_details_service_attributes.py,sha256=5KU5GdD1Y6X2vmI_7DxWSs4gVuAM57D92uqwfXddPgY,1354
|
|
2889
2903
|
waldur_api_client/models/provider_plan_details.py,sha256=uU4avoygsajIRhTBRqdi9nm5XT0eZdx1-nBxbXlcS94,8521
|
|
2890
2904
|
waldur_api_client/models/provider_plan_details_future_prices.py,sha256=GY7D3RxdvMPUkLDGQ71oFY2DS7JvUBrTkqZEMEhwTUc,1315
|
|
@@ -2902,7 +2916,7 @@ waldur_api_client/models/public_maintenance_announcements_count_o_item.py,sha256
|
|
|
2902
2916
|
waldur_api_client/models/public_maintenance_announcements_count_state_item.py,sha256=ZrtXDsslUO-5UIwl0iiwZeW9ohf1CCioUQV5JIR0eDY,285
|
|
2903
2917
|
waldur_api_client/models/public_maintenance_announcements_list_o_item.py,sha256=ywONseRqTLHl_0xTWFHW1Y4zMND7u3oKJuqKLhhjtJc,373
|
|
2904
2918
|
waldur_api_client/models/public_maintenance_announcements_list_state_item.py,sha256=cJPAjKSZW42PisSY9YnMiEm2gTKgvLASXC8K0S-DPv0,284
|
|
2905
|
-
waldur_api_client/models/public_offering_details.py,sha256=
|
|
2919
|
+
waldur_api_client/models/public_offering_details.py,sha256=mVZlTQeFR29S6dN_eTZNg2bcFxVUoaRuKWuHxIQ1x1U,42753
|
|
2906
2920
|
waldur_api_client/models/public_offering_details_attributes.py,sha256=i0-SCeFD4PmCgSTt7S1aGP8hI_i-yrVymsoqRFXX7LA,1306
|
|
2907
2921
|
waldur_api_client/models/pull_marketplace_script_resource_request.py,sha256=UDkfiNLngvbMTBKyvvdjkOfr2EpWh56st33HhUuohtA,1696
|
|
2908
2922
|
waldur_api_client/models/query_request.py,sha256=uQF9CgIBrcRorzel3K8yA_ExJk1QCWp7atwLDppxeDA,1452
|
|
@@ -2943,7 +2957,7 @@ waldur_api_client/models/rancher_catalog_update_request.py,sha256=GdwqOy50KPYgsm
|
|
|
2943
2957
|
waldur_api_client/models/rancher_cluster.py,sha256=00KHdS_YH4OReCq641zE6h4UzovrJyjF--Uu1G2NjP4,28115
|
|
2944
2958
|
waldur_api_client/models/rancher_cluster_marketplace_offering_plugin_options_type_0.py,sha256=g9jW-KCLWjDUjPksC_Oq2fMkSBDJC1vIzHQRAgmP2bU,1418
|
|
2945
2959
|
waldur_api_client/models/rancher_cluster_reference.py,sha256=GMUKFAeuxQnTsp_otOx2Dq7sJOsmyeHZ7icAQh8vMHg,2886
|
|
2946
|
-
waldur_api_client/models/rancher_cluster_request.py,sha256=
|
|
2960
|
+
waldur_api_client/models/rancher_cluster_request.py,sha256=9fkjGGuciqWKFyT5-c96CA6yxJiB-wixgquEiAyEtwU,3350
|
|
2947
2961
|
waldur_api_client/models/rancher_cluster_security_group_rule.py,sha256=Sv3DalLbg3mhYdA0H4bS8dZPCKRc8oyclH9tFNL-nP8,6619
|
|
2948
2962
|
waldur_api_client/models/rancher_cluster_security_group_rule_request.py,sha256=EnwtoKwmGyYwJfNYFkutAI1Y007gqtufphrIhDGt-tg,6444
|
|
2949
2963
|
waldur_api_client/models/rancher_cluster_template.py,sha256=DzmfeYMTpJaWn1ALYiuOblY0gfSFnkzYfaZnzaIxusM,3242
|
|
@@ -3027,7 +3041,7 @@ waldur_api_client/models/requested_offering_request.py,sha256=WLjcqqT6e7nX45z-dt
|
|
|
3027
3041
|
waldur_api_client/models/requested_offering_states.py,sha256=aRCc6hAt-6hLBL31B3N353WpxUL7ReLc8aLCS0N_apQ,208
|
|
3028
3042
|
waldur_api_client/models/requested_resource.py,sha256=CPrkG4G2h0kTB30RHs6DAmmFKSmBiQi8-H5nGnaYWpQ,5147
|
|
3029
3043
|
waldur_api_client/models/requested_resource_request.py,sha256=NnQC2_Ib_paO6szj-5mba_T7vpOFhTcEHmlVyYoRpo8,3905
|
|
3030
|
-
waldur_api_client/models/resource.py,sha256=
|
|
3044
|
+
waldur_api_client/models/resource.py,sha256=QpXMPjYdXuaSWZiiONlPxwX-ELIexNBqTEvXvu-LkpM,43161
|
|
3031
3045
|
waldur_api_client/models/resource_attributes.py,sha256=_YJkmdPQOg2nJvmdRsNH--768kATNGvMb_U-QpPSLEc,1235
|
|
3032
3046
|
waldur_api_client/models/resource_backend_id_request.py,sha256=NkjwuR1yvmsh8UohnBt2aH_c2a1SiyVnrHFHhZzFVWk,1661
|
|
3033
3047
|
waldur_api_client/models/resource_backend_metadata_request.py,sha256=UXhVQzxDJfS7GEzor2cjC-96oTTQ3ieMJjiI2T9VRVo,1658
|
|
@@ -3050,7 +3064,7 @@ waldur_api_client/models/resource_suggest_name_request.py,sha256=HjXIqEWqco76WdJ
|
|
|
3050
3064
|
waldur_api_client/models/resource_switch_plan_request.py,sha256=TC0z8pTrlvA7hA2Gs3eNIQH7iwdegyu0pSTXwf5diGM,1513
|
|
3051
3065
|
waldur_api_client/models/resource_terminate_request.py,sha256=N5JxHG6im2bxDs7WZR9DWdNxAzcZATS2Dev8foYqa8Q,1658
|
|
3052
3066
|
waldur_api_client/models/resource_update.py,sha256=owytu6SMdYwP-rPoPTEgk2Peqp2bw3VHfiwqekGCVPM,3026
|
|
3053
|
-
waldur_api_client/models/resource_update_limits_request.py,sha256=
|
|
3067
|
+
waldur_api_client/models/resource_update_limits_request.py,sha256=AdwMx5jFfs5QsR5jmnGVkv9eP4dPX_vqbm1nxCa6R1s,2735
|
|
3054
3068
|
waldur_api_client/models/resource_update_limits_request_limits.py,sha256=560ZsNaN2wLV8zxHmo3A4arz3saf7-XjGosppIFMG2s,1319
|
|
3055
3069
|
waldur_api_client/models/resource_update_request.py,sha256=a_6v3HPGtrHmdCCT666VWjo4xAh59RaxUElkGfgbJ6M,3064
|
|
3056
3070
|
waldur_api_client/models/resource_user.py,sha256=B_gzLwMXoFAZAcw8JmGBF96aZpDu_zy6wDA08VIkuM8,3593
|
|
@@ -3104,7 +3118,7 @@ waldur_api_client/models/service_provider_api_secret_code.py,sha256=FQ8a3TNPVbyy
|
|
|
3104
3118
|
waldur_api_client/models/service_provider_compliance_overview.py,sha256=g3ntykCZ1HYaXbKMfUyh7YS_YiyJy0wC1a2vXUCoQyQ,3711
|
|
3105
3119
|
waldur_api_client/models/service_provider_offering_user_compliance.py,sha256=8C7Fx86SrJ8YubKVyGwns1e4GHgsmD_GnxK-h56LhqM,5731
|
|
3106
3120
|
waldur_api_client/models/service_provider_offering_user_compliance_state_enum.py,sha256=eEhYdpBJhDGKO4A9z1cbtpNhleG-5QvXxRXUh36Psbw,314
|
|
3107
|
-
waldur_api_client/models/service_provider_request.py,sha256=
|
|
3121
|
+
waldur_api_client/models/service_provider_request.py,sha256=BrJVZdOioyVawkeavxstft87lleUFyGBhHLkjrOen-Q,3325
|
|
3108
3122
|
waldur_api_client/models/service_provider_revenues.py,sha256=vIFtP_WT-FekM-mqdm3TsbSAOngjqgL8bR0ofpuiuao,1806
|
|
3109
3123
|
waldur_api_client/models/service_provider_signature.py,sha256=jNpFXZMb0AExqSV86gEB4FcKU1I3eCNUmgR9V4tmGmk,2040
|
|
3110
3124
|
waldur_api_client/models/service_provider_signature_request.py,sha256=gufUuch8b5j4UiwHam4fS5fN71SVlGVeNwThmmfC1Sg,2078
|
|
@@ -3170,6 +3184,8 @@ waldur_api_client/models/user_agreement_request.py,sha256=Sq_PIJ6sel7arPE6WMEud_
|
|
|
3170
3184
|
waldur_api_client/models/user_agreements_count_agreement_type.py,sha256=Vz5KdasvxDrwKSCQ2VBCNsSHN_lc0O7IQvypXFie7A8,167
|
|
3171
3185
|
waldur_api_client/models/user_agreements_list_agreement_type.py,sha256=_BQWdsHBLj5SsW7VKroeHqkNhHCyEYWQUtBwSkB-97c,166
|
|
3172
3186
|
waldur_api_client/models/user_auth_token.py,sha256=pUJ9R2bIP91Bkz4bw9fvaRgVwnCX6Nuyq6k4btrp5k0,3524
|
|
3187
|
+
waldur_api_client/models/user_checklist_completion.py,sha256=SvyCCBKpCSO0PAcEEhSUG0km1pQd0SNTgIYI98PAd3o,9019
|
|
3188
|
+
waldur_api_client/models/user_consent_info.py,sha256=JHLvoLvFvg9UNKU0WJ1LFsoRR7IlfvTYpXZWQz2Juoc,2219
|
|
3173
3189
|
waldur_api_client/models/user_email_change_request.py,sha256=1VqzZ20plnwS8j9eytAHH5GnVnf5gar7CYDA6TtXfG8,1508
|
|
3174
3190
|
waldur_api_client/models/user_group_invitations_count_o_item.py,sha256=1giffXuLcuNgzYE2c_yzCtRE-e3kLqCnhjdDqbf0UaQ,184
|
|
3175
3191
|
waldur_api_client/models/user_group_invitations_list_o_item.py,sha256=grzMQL7A6nkcq5oTkJgCbr0M1PnjkfmBPSXrLfnJ5V8,183
|
|
@@ -3187,7 +3203,7 @@ waldur_api_client/models/user_permission_requests_list_o_item.py,sha256=4YiwajIr
|
|
|
3187
3203
|
waldur_api_client/models/user_permission_requests_list_state_item.py,sha256=1T7C_h4e24ZWkMy-r4csq7h4tb4K8LcfofZMCKyWIIY,262
|
|
3188
3204
|
waldur_api_client/models/user_permissions_count_o_item.py,sha256=zK-4LscrwBI9xrcdV2Sxd8q5l01MGO4VXomGraUpIC8,503
|
|
3189
3205
|
waldur_api_client/models/user_permissions_list_o_item.py,sha256=oeVE4QmHCmVNHsQZcJcBjmR7U41iS5YbeUjOMW0afVs,502
|
|
3190
|
-
waldur_api_client/models/user_request.py,sha256=
|
|
3206
|
+
waldur_api_client/models/user_request.py,sha256=5YgI1dpWrt095J1syz1W9K6_j_PAyCQ0MuksYdN_Ft4,8264
|
|
3191
3207
|
waldur_api_client/models/user_role_create_request.py,sha256=rsLzyH5m4pOCi-p66QQU-7RmazLS7Z6_ex8HOlDs1vo,3009
|
|
3192
3208
|
waldur_api_client/models/user_role_delete_request.py,sha256=1H1hJNr22ZAmlTC-HvPOFX2G3m1wGmAFEbjXKtEz8tU,3009
|
|
3193
3209
|
waldur_api_client/models/user_role_details.py,sha256=GSfXTnGzLZJXz4UwOK2pDBam3tDmiMZ8CLF3PF6a8s0,7444
|
|
@@ -3205,7 +3221,7 @@ waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_o
|
|
|
3205
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
|
|
3206
3222
|
waldur_api_client/models/version.py,sha256=wbfCnGfJBAgOUQVg5A0klxoh2IeRtxYWXHVxo1w5Uco,1916
|
|
3207
3223
|
waldur_api_client/models/visibility_enum.py,sha256=UzMf75zH9i4B2ueP8lgUbS1kEaKb9xEBfmVfWhJd2oc,165
|
|
3208
|
-
waldur_api_client/models/visible_invitation_details.py,sha256=
|
|
3224
|
+
waldur_api_client/models/visible_invitation_details.py,sha256=KgSzeNmLKuzcDMkpiOM06ScKfKUV0mBURpWuBYH1FYQ,5596
|
|
3209
3225
|
waldur_api_client/models/vmware_cluster.py,sha256=ychrJkzjCHeuzsWsKOLOG1IPzzTjccss0jOz1-EJdnM,1758
|
|
3210
3226
|
waldur_api_client/models/vmware_datastore.py,sha256=AZr6Bo65mlGyeDxzeVxMpJP1SBPly0_3TkgAJPiEalg,3403
|
|
3211
3227
|
waldur_api_client/models/vmware_disk.py,sha256=9aHMhkW7xBqZ5Z7DpMCm67j4bDRhLubAXWgu3oPo1-k,23069
|
|
@@ -3254,7 +3270,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
3254
3270
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
3255
3271
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
3256
3272
|
waldur_api_client/types.py,sha256=ZSn3mJeG6_KoPRQVkzh_-bMkaCht3nO3bkQg0tt1aN8,1381
|
|
3257
|
-
waldur_api_client-7.
|
|
3258
|
-
waldur_api_client-7.
|
|
3259
|
-
waldur_api_client-7.
|
|
3260
|
-
waldur_api_client-7.
|
|
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,,
|