waldur-api-client 7.7.9__py3-none-any.whl → 7.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- 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/{rancher_clusters/rancher_clusters_create.py → marketplace_orders/marketplace_orders_update_attachment.py} +47 -29
- 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_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_offerings_list.py +15 -0
- waldur_api_client/models/__init__.py +8 -4
- 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/country_enum.py +211 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/deployment_mode_enum.py +9 -0
- waldur_api_client/models/identity_provider.py +57 -0
- waldur_api_client/models/identity_provider_request.py +57 -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/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 +2 -0
- waldur_api_client/models/marketplace_orders_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/merged_plugin_options.py +27 -0
- waldur_api_client/models/merged_plugin_options_request.py +27 -0
- waldur_api_client/models/offering.py +9 -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 +65 -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/provider_offering_details_request.py +9 -0
- 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_update_limits_request.py +56 -1
- waldur_api_client/models/service_provider_request.py +9 -0
- waldur_api_client/models/user_consent_info.py +86 -0
- waldur_api_client/models/user_request.py +9 -0
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info}/METADATA +4 -2
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info}/RECORD +68 -66
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.0.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-7.7.9.dist-info → waldur_api_client-7.8.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -672,10 +672,10 @@ waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_chec
|
|
|
672
672
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py,sha256=_0ZnwY4OubhnvryAQF5MDl_nJDIPd4s-oLVA5tPdcrc,4025
|
|
673
673
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py,sha256=7NzrXDqjz0SxxvO6Lrk_0yap4Nv7eiCPoKEJSN_AO6s,3979
|
|
674
674
|
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=
|
|
675
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py,sha256=zixqL9QQr9B15wb9sonCkv78fcY_BprrCJBZLC5vB1s,15130
|
|
676
676
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_create.py,sha256=0n1hKPM7GPke5kA-HelvDoKGet5Tm0Wi8zn-AhaQDJg,3468
|
|
677
677
|
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=
|
|
678
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py,sha256=LoLalgEBdgoLHrIGy7nQsJNtF676dJWOIX7nnaP7svU,16250
|
|
679
679
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_partial_update.py,sha256=0SjH9EM5o6dbkEwcOhUhmce_RW3yUpISQWnHT36K0wQ,3821
|
|
680
680
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py,sha256=1_F270exFw-INFp3lpt0vhcqgOw6Be3SZfsVhpD8EMk,2187
|
|
681
681
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_retrieve.py,sha256=y9mVwr2zd5qZC_tgJij111d6srU2V8pIX9Fj0NTR-4U,4496
|
|
@@ -697,6 +697,7 @@ waldur_api_client/api/marketplace_orders/marketplace_orders_approve_by_provider.
|
|
|
697
697
|
waldur_api_client/api/marketplace_orders/marketplace_orders_cancel.py,sha256=z7ICXu1U5tB6sqHqNs4TwI4neXttv7PmaCcWpK9HaQU,2057
|
|
698
698
|
waldur_api_client/api/marketplace_orders/marketplace_orders_count.py,sha256=JiEhyNWWLasctrziDKBUVLkJye8YaDPW2S0Stl27LNI,20196
|
|
699
699
|
waldur_api_client/api/marketplace_orders/marketplace_orders_create.py,sha256=vTOsJC7JbLpVJlPYCV6mBG-ZTR6xpfgfJWaBBnRy1Zw,3436
|
|
700
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_delete_attachment.py,sha256=o8EgkO2vt0_2hmhMTOvYngtjufR4hwKZXTus96iCXVY,2156
|
|
700
701
|
waldur_api_client/api/marketplace_orders/marketplace_orders_destroy.py,sha256=6wAy9Glkit3WjVdNJf63LH26GIRa1h9rwdYPpHaGVjc,2052
|
|
701
702
|
waldur_api_client/api/marketplace_orders/marketplace_orders_list.py,sha256=U0oIg0GQvN_GkBt-A7sJ5DAFwZdmhVW8pXSITKvgz1Y,21227
|
|
702
703
|
waldur_api_client/api/marketplace_orders/marketplace_orders_offering_retrieve.py,sha256=S1dRScyr1B_5PITP3B0yiTV4fLgAikppKPOeKmNTk6c,3261
|
|
@@ -707,6 +708,7 @@ waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_done.py,sh
|
|
|
707
708
|
waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_erred.py,sha256=W0FkPLRmbAnlfcT9aCp8N87qC_5E9NhdHOlHafTNOCc,2539
|
|
708
709
|
waldur_api_client/api/marketplace_orders/marketplace_orders_set_state_executing.py,sha256=rTBWbE-7vUzJdwRUYOwJLFIML0jhsdvsjPaHftIVSmU,2070
|
|
709
710
|
waldur_api_client/api/marketplace_orders/marketplace_orders_unlink.py,sha256=Fo6-PnWkgMJgwWw3BNyW1JIEthnNf96vu8twJBSQPrM,2113
|
|
711
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py,sha256=Vi7D56zafUlB0dmO8qbowXuZRzvxSE44Euk1xpKVp5A,4002
|
|
710
712
|
waldur_api_client/api/marketplace_plan_components/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
711
713
|
waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_count.py,sha256=2ljydFlWrQhr8v8zH4ImiE9NixyIJdtCfPUxCRpnUkA,7003
|
|
712
714
|
waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_list.py,sha256=makSIzVY-GP4qAwSxRz_PcPtEc_qfxqkskqP1aL5kfU,7006
|
|
@@ -758,12 +760,12 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
758
760
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_endpoint.py,sha256=T-LxgpG1kUwkVO26n8r8hiIhbjHBvUCrMHjlVeNnl84,3885
|
|
759
761
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_add_user.py,sha256=QGHDiFIR-UIJrQoBGb98ZQc1X5JIkLELDzkTBf6xe2I,3916
|
|
760
762
|
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=
|
|
763
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py,sha256=is4gAWRI-X1xq5U0gJDweLubYGHqpBf5rL10jG7PSpI,27391
|
|
764
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py,sha256=gxWfRahHpGmo4VMC4jjy0iGrQRvfBk3dthZLKu_ouhU,27868
|
|
765
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py,sha256=ziSB4ESOk8rj0F4nPJAX0u4a85WE4GZ3ZHZBjaGQAtI,25997
|
|
764
766
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create.py,sha256=chGUKBwAsXbwLbxlwqRGrL9IzfJIlxVw1pnjsW-PxHU,3526
|
|
765
767
|
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=
|
|
768
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py,sha256=jlX3pFzll2UuetX9GGxBNLzjg-bvRPbLgdp8i7dCtJg,26408
|
|
767
769
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_endpoint.py,sha256=cjS3vZK4XQmRfIMg2hugNmrEZeTwclF69V5wyRsCCQ8,2569
|
|
768
770
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_image.py,sha256=u_ecdb4F-vDGslOgkmh35CoGVCvYnRt9r1TrHNHHbKY,2121
|
|
769
771
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_delete_organization_groups.py,sha256=9PXOmSoGUSvrrrPF4QFg1OQFzJ4F81G9LHok3J6i7DQ,2171
|
|
@@ -772,11 +774,11 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
772
774
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_destroy.py,sha256=CwXbsguC3RujAOGw1U-UuJ17FeNf1r3nawlmFobQIvY,2064
|
|
773
775
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_draft.py,sha256=a61JNhL775UC7guqFDC5eUuKX3RJ_EWq-GCYNoOSLdI,3134
|
|
774
776
|
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=
|
|
777
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py,sha256=ObEecgfz7IITFQER0Uq6kXMy6JpYWkPCmJhz3cpFuRo,26147
|
|
778
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py,sha256=S4P7ZUlJ4l6VSgQH8MqZwam3vdnbqPAxXbH2A5JtOD0,25829
|
|
777
779
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_import_resource.py,sha256=SZiwVkqN7wvYixGNWoJPU2AaznoA0MCwQdDuPKfy2R0,3731
|
|
778
780
|
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=
|
|
781
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py,sha256=H6HHUvWIBu5HDt18fIVC3ePNf0m7wTAr_G6LTiOZU9A,27311
|
|
780
782
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_projects_list.py,sha256=lTP_6XElO8fXt-fh_3V0EKm692rdCAPRgGGpDU400JQ,4485
|
|
781
783
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_service_accounts_retrieve.py,sha256=XokNPa7JTpD447EGkv-mjHaZwvYjR3KuPNhS4wmQNfs,5083
|
|
782
784
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_customer_users_list.py,sha256=imFKcRZwLRRdYsMExtzvNSuNafrv5Zjc8ipanfyhhps,4437
|
|
@@ -836,8 +838,8 @@ waldur_api_client/api/marketplace_public_api/__init__.py,sha256=5vd9uJWAjRqa9xzx
|
|
|
836
838
|
waldur_api_client/api/marketplace_public_api/marketplace_public_api_check_signature.py,sha256=Ws_DSVcNqPL7XGujPA_AXe_FGARgVDUGCuj5amw0xT4,3782
|
|
837
839
|
waldur_api_client/api/marketplace_public_api/marketplace_public_api_set_usage.py,sha256=D1PNS91IVNjt9zf0FuPFbW1YSA1aN0436GjvVnkgTsk,3776
|
|
838
840
|
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=
|
|
841
|
+
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py,sha256=KN5O_Fg_gCmxLHGZXPnw-2ZauaTzTgRMsZuxB3Zysz0,25951
|
|
842
|
+
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py,sha256=p5gl13gPQX1HcREVrzEJoxRNun3l_DXPmNmWEX5q5a8,27217
|
|
841
843
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_plans_list.py,sha256=qx5pBWuhhzYfA8OdXSmhOkdGPJZPAADbCfBG-TiBFOU,3444
|
|
842
844
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_plans_retrieve.py,sha256=Jah73hqtO8-vkmDAL8JF2qzkM3GcobQDYGU5kguLQA4,3478
|
|
843
845
|
waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_retrieve.py,sha256=S41iIW-qoqt96c6HaIkyLP2rgsa5F6NGfFYEBWpv3fo,4644
|
|
@@ -934,7 +936,7 @@ waldur_api_client/api/marketplace_service_providers/marketplace_service_provider
|
|
|
934
936
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_keys_list.py,sha256=5uORk-BN-ERJTu25KhmlHqzjbxNIYnpuwT764xxCDVc,13475
|
|
935
937
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_list.py,sha256=KDkoGNN1EQ5FT6XRHRv2aVjcUeNwbDnDoKDdKZFuO-g,8756
|
|
936
938
|
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=
|
|
939
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py,sha256=dHqXBgSpLN1MWCPHhpbJz1y8YJt0jwgdHgL0ZeHNGEk,27911
|
|
938
940
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py,sha256=_QQ6zDBOO3ZDGqdZ5t0N4ebQhLI_Ds2jvo1ymGuBbXg,3902
|
|
939
941
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py,sha256=xKXDvhnIJjSr5C0C1MwvUE0sX-Vq-p8HdFbPBr6wmLE,16214
|
|
940
942
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py,sha256=VoGexNh_WikaYdfxauAniH0wOX6582g3ecENLgNdQ3k,9574
|
|
@@ -1442,9 +1444,7 @@ waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_list.p
|
|
|
1442
1444
|
waldur_api_client/api/rancher_cluster_templates/rancher_cluster_templates_retrieve.py,sha256=UYfiBYXmDWv8wJEc8njSQvLgMQDk9-ypPYGf3jnHpVk,3272
|
|
1443
1445
|
waldur_api_client/api/rancher_clusters/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
1444
1446
|
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
1447
|
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
1448
|
waldur_api_client/api/rancher_clusters/rancher_clusters_import_yaml.py,sha256=EZIO4gn8Nr7vvl9ZREddAtIRcunHkUYquANoFAgMccA,3872
|
|
1449
1449
|
waldur_api_client/api/rancher_clusters/rancher_clusters_list.py,sha256=jcv96JHujNnGWK4noW8qesLh1j3B_9EBZiJdGX4EzUo,17539
|
|
1450
1450
|
waldur_api_client/api/rancher_clusters/rancher_clusters_partial_update.py,sha256=aH8YO-ui3c4VX8gXdCRyZa6YPGHa6SrkoS-GTUaNr8g,3865
|
|
@@ -1787,7 +1787,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1787
1787
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1788
1788
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1789
1789
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1790
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1790
|
+
waldur_api_client/models/__init__.py,sha256=mvBj5x2j1COJU_A3M2b_tweIQCXTurnlYbdNOHMMXw0,153956
|
|
1791
1791
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1792
1792
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1793
1793
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
@@ -1906,8 +1906,8 @@ waldur_api_client/models/billing_type_enum.py,sha256=24gCrFGiwo7CC2sz64h9A6TWy40
|
|
|
1906
1906
|
waldur_api_client/models/billing_unit.py,sha256=815EwV5FnAVeqgAiSI2NER8kgxXTmMOhLvdBHfAo2M0,250
|
|
1907
1907
|
waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQx4Cqm5LYo,131
|
|
1908
1908
|
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=
|
|
1909
|
+
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=QmL_pf3kVhfu0WqtalAkgFJZdyn8oMBNpD5-sea5p1U,2104
|
|
1910
|
+
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=t7Fo9DQOV9FkXCPvhiAr1PSn1tENhknmfqgNqlCK2Es,2108
|
|
1911
1911
|
waldur_api_client/models/booking_resource.py,sha256=xOalbDcdfnBcnXz-2A5p44rlSMRRgj-uMTNtUd0EOvE,46054
|
|
1912
1912
|
waldur_api_client/models/booking_resource_attributes.py,sha256=-ROfxmUxJIXzReYTBnSt6WBJ2BKuB9HnA2W7N_4fS8M,1273
|
|
1913
1913
|
waldur_api_client/models/booking_resource_current_usages.py,sha256=a73D0wzM9FyCwpbNtBqs0RmtH4T-3dHW8Thz_zQG-v0,1291
|
|
@@ -2012,7 +2012,7 @@ waldur_api_client/models/count_stats.py,sha256=Zhyd9M9nqv_0jiibAurFoeQah2uRb_R2z
|
|
|
2012
2012
|
waldur_api_client/models/count_unique_users_connected_with_active_resources_of_service_provider.py,sha256=It1XScvA2QLVaUg74eajC43fuElULZ5ae6bi1IOu2jY,2282
|
|
2013
2013
|
waldur_api_client/models/count_users_of_service_providers.py,sha256=uQIZy8-O9PYkLE9B8lEZDPmH0wZSDZrrK3RFfGOJqXw,3214
|
|
2014
2014
|
waldur_api_client/models/country.py,sha256=ihuj8_tj6_KQ0pOdbsyLOmRV8yCJQLkda_xB5f7H32k,1577
|
|
2015
|
-
waldur_api_client/models/country_enum.py,sha256=
|
|
2015
|
+
waldur_api_client/models/country_enum.py,sha256=9s0HWeLDoPhnlfvoWgthRP-wTsENqbq-zaFxi8o8I4Y,3616
|
|
2016
2016
|
waldur_api_client/models/course_account.py,sha256=GlFpGPr9KMBSMZ2YT4MLVZyt3-C7D0LPz2uPtNrPGmg,4975
|
|
2017
2017
|
waldur_api_client/models/course_account_create_nested.py,sha256=eRVJbCSml_yLhv4Ut0Z32fwXb2DTwdQ7jOLjOp1hee0,1912
|
|
2018
2018
|
waldur_api_client/models/course_account_create_nested_request.py,sha256=bemJAaJdlGdTexhaiMQVk1ftGIP6kdkq3Sl2_T6t_jA,1950
|
|
@@ -2043,7 +2043,7 @@ waldur_api_client/models/customer_permission_review.py,sha256=RQ9aJZKnPzGWpzG3gD
|
|
|
2043
2043
|
waldur_api_client/models/customer_permissions_reviews_count_o_item.py,sha256=zlGtZUOHENFJfx1vFi546bkA2_eePnjYysdJmN9_FVM,236
|
|
2044
2044
|
waldur_api_client/models/customer_permissions_reviews_list_o_item.py,sha256=u4Qs7h9KzdHliArwJKlxPVL9VpUvtMWUjw6BTf40JJw,235
|
|
2045
2045
|
waldur_api_client/models/customer_quotas.py,sha256=Y-S5Kv0-ySRadORBgFCBEh_MiOvZ4HTzyFAgnra2a_Y,2008
|
|
2046
|
-
waldur_api_client/models/customer_request.py,sha256=
|
|
2046
|
+
waldur_api_client/models/customer_request.py,sha256=Jk7yHLKHqtxvcsfLvzS14w3KaT5xcwWiu6_KcXO9RPk,9496
|
|
2047
2047
|
waldur_api_client/models/customer_service_account.py,sha256=D0D3X_IhHHLMqMO7x5qw23JY3_lzDDFvMA9tsX1EuvM,5798
|
|
2048
2048
|
waldur_api_client/models/customer_service_account_request.py,sha256=-Vv3xy3PcvrOqvJnPojespdWNnUzS8u1iIhh70Ds1HU,3198
|
|
2049
2049
|
waldur_api_client/models/customer_user.py,sha256=JVy0av65J6zKkZt3GXedtxIPObV2-K57IVhnBTA99QM,6489
|
|
@@ -2061,6 +2061,7 @@ waldur_api_client/models/data_volume_request.py,sha256=f28uL6xHpYgZCg_mG0nyHb7g4
|
|
|
2061
2061
|
waldur_api_client/models/deciding_entity_enum.py,sha256=i8ibe_B9L_wKd-CkoTqo8tyPUakZbYpZpZ-YvcxTqCA,191
|
|
2062
2062
|
waldur_api_client/models/delete_attachments_request.py,sha256=2z5YyI2_NQoKSXRtvls7fuo600oJfFhqTN2sBm4DUAg,2011
|
|
2063
2063
|
waldur_api_client/models/dependency_logic_operator_enum.py,sha256=kUajgb9Vv2XAJ9kW4UmJdNDuet4MXgeNcR6ucReh7yo,162
|
|
2064
|
+
waldur_api_client/models/deployment_mode_enum.py,sha256=nxEOVGwM3MaNdfnVx3s2ilaJKXmWtcXTQ9z0c8_YsTM,181
|
|
2064
2065
|
waldur_api_client/models/detail_state.py,sha256=D1b3Es86uEHZWtTcfcP-OloJxxoxmqVz75JJV5cnz-A,1610
|
|
2065
2066
|
waldur_api_client/models/digital_ocean_droplet.py,sha256=wGFMSvQeFfmcVlrDYcTNfuqXU8qN4X4LPfHvkMdi6eY,28683
|
|
2066
2067
|
waldur_api_client/models/digital_ocean_droplet_marketplace_offering_plugin_options_type_0.py,sha256=3cyMLLcwcmM6CkLL-BEA8aPjoSnSYUQi38G1W-CIn9M,1446
|
|
@@ -2130,8 +2131,8 @@ waldur_api_client/models/guest_os_enum.py,sha256=Xq1NMZXuuon1ZesMWJuSsnRW1VqHl9z
|
|
|
2130
2131
|
waldur_api_client/models/guest_power_state_enum.py,sha256=xY6nEbX2p-J0q3sQ6PWXNa8THVnkAmgZ9pfwS_dMnaE,300
|
|
2131
2132
|
waldur_api_client/models/hooks_web_count_content_type.py,sha256=O0rvM-2mU9qCLodYwcRnl-5LI0YBYm5dr-ferea6k9c,162
|
|
2132
2133
|
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=
|
|
2134
|
+
waldur_api_client/models/identity_provider.py,sha256=HyKZ4vnPrT3Vl5Fpnm8McLhWyjP0CZQVWNTxvIrUcNQ,8432
|
|
2135
|
+
waldur_api_client/models/identity_provider_request.py,sha256=xYx8ej_lOTwbLE3FB9gcoDyYOA2qBWTCjOLuEzZQKQU,7501
|
|
2135
2136
|
waldur_api_client/models/image_create_request.py,sha256=xHG5U8AgHSNSAJuDMf3BUlpRLA0KW-OO7mQOvD1t7aY,4356
|
|
2136
2137
|
waldur_api_client/models/image_create_response.py,sha256=hSTJL8g4pSYXpP9fBhufZoTTDh-Zubjhg3F2zh7oQdo,2064
|
|
2137
2138
|
waldur_api_client/models/image_upload_response.py,sha256=3lj84P8NzA00D6NQMYGTKTVaC3pfEDJK_-wGOLgpQFU,1673
|
|
@@ -2174,13 +2175,13 @@ waldur_api_client/models/invoices_stats_list_o_item.py,sha256=umeerBqHorYXbCUQca
|
|
|
2174
2175
|
waldur_api_client/models/invoices_stats_list_state_item.py,sha256=Ljmsu_7sS4OiA5y3w6BN7ppBy02RgBnC-ak8SowAZO4,223
|
|
2175
2176
|
waldur_api_client/models/ip_mapping.py,sha256=EfvL-hhXHivVcaefgp1ros4dcZ9uSvRKc3t61tQ0cr8,1916
|
|
2176
2177
|
waldur_api_client/models/ip_mapping_request.py,sha256=1wW46fCBVZeGm7JcK9XpWTpJ3lJhT3zFpGCzqLraNec,1772
|
|
2177
|
-
waldur_api_client/models/issue.py,sha256=
|
|
2178
|
+
waldur_api_client/models/issue.py,sha256=YgzDu7rXcD4yqhB43MTFo00lx9_jkOfPuvzL3JFtEtk,20280
|
|
2178
2179
|
waldur_api_client/models/issue_reference.py,sha256=-LUTcYRG2RgBUMJuKQm_Y0QQbftrHVGtWX3jEPTVS6g,1752
|
|
2179
|
-
waldur_api_client/models/issue_request.py,sha256=
|
|
2180
|
+
waldur_api_client/models/issue_request.py,sha256=K2RXIjqlXnDZHB0-3Eyua8BUPnKcspfO_Gd5Vk65Yts,7054
|
|
2180
2181
|
waldur_api_client/models/issue_status.py,sha256=OUI1y5Z5y9Yn9ke5I0ynIEGxh7oOnutyR9EULRww3KQ,2635
|
|
2181
2182
|
waldur_api_client/models/issue_status_request.py,sha256=5kdmuv3T6KL6vZLaqguVtR0yWOlP9ugI7SOFUsO9VOw,2139
|
|
2182
2183
|
waldur_api_client/models/issue_status_type_enum.py,sha256=yqVQEJWYfgZvaZNAyBjiDH8EjMsLqDqkPGSxtkqgNjE,157
|
|
2183
|
-
waldur_api_client/models/issue_type_enum.py,sha256=
|
|
2184
|
+
waldur_api_client/models/issue_type_enum.py,sha256=I1LPVRDBewwtRiRrmCOslATvCSa6kGC4w6w9Hmp4kdA,258
|
|
2184
2185
|
waldur_api_client/models/jira_changelog.py,sha256=wgY8Cab-N46stHwm1tJC1B7-qED8W8YI1TYaX4bK5-4,1492
|
|
2185
2186
|
waldur_api_client/models/jira_changelog_request.py,sha256=F87XCjPtSVHidYnK5y-1e9cky4C8yYMwAMy1COsoA20,1530
|
|
2186
2187
|
waldur_api_client/models/jira_comment.py,sha256=M1dGxUgIdaxtvAv3jgbaSftRql8nFKE3kH05-NzZ6L8,1417
|
|
@@ -2264,7 +2265,6 @@ waldur_api_client/models/marketplace_integration_statuses_count_o_item.py,sha256
|
|
|
2264
2265
|
waldur_api_client/models/marketplace_integration_statuses_count_status_item.py,sha256=kJZwIaF70YAvD_mCPyty6tFrxXjlftwv8w7_g83nLB0,230
|
|
2265
2266
|
waldur_api_client/models/marketplace_integration_statuses_list_o_item.py,sha256=mm7umWZKYiFkCagDHrniEy7ip7gTppY9Q2-nvt7RKGg,238
|
|
2266
2267
|
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
2268
|
waldur_api_client/models/marketplace_offering_files_count_o_item.py,sha256=7skiXTHU0Im6GK_j5rDlX1khrv8An36whOBiv4kCKKQ,228
|
|
2269
2269
|
waldur_api_client/models/marketplace_offering_files_list_field_item.py,sha256=683OyttW1XNU7NaKgeYCffvyUdGKkv7npOHenzwSb0k,262
|
|
2270
2270
|
waldur_api_client/models/marketplace_offering_files_list_o_item.py,sha256=VCMg1Elvy3njkaCfXq68nvpdMwZGxvftehsS0qO9PdU,227
|
|
@@ -2279,18 +2279,18 @@ waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py,s
|
|
|
2279
2279
|
waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py,sha256=iADgb33yELYGVdpRCkCZ7KmHN9V7JyJfWz9Tg06mlKc,297
|
|
2280
2280
|
waldur_api_client/models/marketplace_offering_users_count_o_item.py,sha256=22NYGwaxRrihuBYIC98ueUMTS0SVVL_WsZQDcbMfbv8,292
|
|
2281
2281
|
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=
|
|
2282
|
+
waldur_api_client/models/marketplace_offering_users_list_field_item.py,sha256=_co4cC-HRcF70SYVNrUzb3LVlNWS5Y2LDIyYFVXpqH8,830
|
|
2283
2283
|
waldur_api_client/models/marketplace_offering_users_list_o_item.py,sha256=yV9tTNOgjQJykUU-Ujx8iTtDeILktuwfX0Ko_l5nQZw,291
|
|
2284
2284
|
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=
|
|
2285
|
+
waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha256=n80FMF2CXOcGbYVEpxTV8Go3yyGqQRrH2kmFse9pX5U,834
|
|
2286
2286
|
waldur_api_client/models/marketplace_orders_count_o_item.py,sha256=DxMIDfHXaaBoRuj0bJw-S3wP14tlYP-g5PedQgTIgw4,352
|
|
2287
2287
|
waldur_api_client/models/marketplace_orders_count_state_item.py,sha256=R0WyGuAWAn_Ri-YIcJWUpy_1QY7au8r5LlbmUBqmPq0,378
|
|
2288
2288
|
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=
|
|
2289
|
+
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=n_CXIBj0kv1xyu4zaRV1YSWfN8RctXnUYfug7hPm18U,2839
|
|
2290
2290
|
waldur_api_client/models/marketplace_orders_list_o_item.py,sha256=J8BXuVNPKH788swm6gPgaih5m5scbagGKtrYbqDIT2M,351
|
|
2291
2291
|
waldur_api_client/models/marketplace_orders_list_state_item.py,sha256=2WvjJmJ5SVVvr_9-Z-yXLyWOUFhMcFdskp7EWEHDUZM,377
|
|
2292
2292
|
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=
|
|
2293
|
+
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=rJzlLlIdBU9Wr0zVVMVHEnGuBuq8YOpjn7tMf5Aaq_8,2843
|
|
2294
2294
|
waldur_api_client/models/marketplace_project_service_accounts_count_state_item.py,sha256=o_PXigDLD4AUqEQVKPjuAQd3s-kBZ2AyjzuLJdZPX7g,208
|
|
2295
2295
|
waldur_api_client/models/marketplace_project_service_accounts_list_state_item.py,sha256=PR8mJqfurlalp4LzuEks7TI3O9uyqJJdlOu0jBcoxKE,207
|
|
2296
2296
|
waldur_api_client/models/marketplace_project_update_requests_count_state_item.py,sha256=ilbTXO4BU5GYmPKAYAkfhI-GmFYmR-Yk1PnUnoParOQ,273
|
|
@@ -2330,11 +2330,10 @@ waldur_api_client/models/marketplace_provider_resources_pull_response_200.py,sha
|
|
|
2330
2330
|
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=I_xEWf2BvfG74zA2BChZKIT7TvHoVwRRwzDS-ay9dlA,2806
|
|
2331
2331
|
waldur_api_client/models/marketplace_public_offerings_count_o_item.py,sha256=jSmkX5IOfP-F3WKOQKZo8vPcl3WwzngaiafuuQsx5ZQ,532
|
|
2332
2332
|
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=
|
|
2333
|
+
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=XpvwnUL9F5bE9TWMviQa_Ov46kZW4AHuj96q07M0Vq0,2234
|
|
2334
2334
|
waldur_api_client/models/marketplace_public_offerings_list_o_item.py,sha256=eI4ZG-bW8TUt6ACr6YG3hEY0ffOsv0AZw14K75LP74w,531
|
|
2335
2335
|
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
|
|
2336
|
+
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=zKBKVbXwcKTCPuAipSpxOOz_UO2Pt-J4qECxx4sJZek,2238
|
|
2338
2337
|
waldur_api_client/models/marketplace_resources_count_o_item.py,sha256=JFThimhsqh4SgNRVF1ryOSBXeLxjo71g4_aTBpfbvXc,331
|
|
2339
2338
|
waldur_api_client/models/marketplace_resources_count_state_item.py,sha256=wE1G-QO4AALfUU86I1dAX2GB2x2SrO6zx4dnPY9djfk,287
|
|
2340
2339
|
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=q6etYCRhIeYxHalNJlNRs6fsQNCG4_QPTwnV_ZRrJZ8,2805
|
|
@@ -2375,8 +2374,8 @@ waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,
|
|
|
2375
2374
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
2376
2375
|
waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py,sha256=MC6SVo2z5hCJbp0w520OjMwl5KZCXdqfWaSZnCW6eBk,390
|
|
2377
2376
|
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=
|
|
2377
|
+
waldur_api_client/models/merged_plugin_options.py,sha256=ebagpmERXSdv7eglecYrGMUCr0F9TIcXqYX9w48MiS8,31211
|
|
2378
|
+
waldur_api_client/models/merged_plugin_options_request.py,sha256=gbFKFhlSB6DrAmIjcjeO0g644kfHpTcx1QmZ8bCFRsQ,31249
|
|
2380
2379
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
2381
2380
|
waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
|
|
2382
2381
|
waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
|
|
@@ -2436,7 +2435,7 @@ waldur_api_client/models/notification_template_detail_serializers_request.py,sha
|
|
|
2436
2435
|
waldur_api_client/models/notification_template_update_serializers_request.py,sha256=jgWmeQMYwXsO_cfRY0lqndiJfFi1X0rTA4xYfXlGexo,1641
|
|
2437
2436
|
waldur_api_client/models/obtain_auth_token_request.py,sha256=SZFLgVupUuz0ezVsctShfeWDUiVCAFZ_eD9_Wzmlit4,1721
|
|
2438
2437
|
waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2OuusA2dogH8c08pBZoQBHJPNcg,1020
|
|
2439
|
-
waldur_api_client/models/offering.py,sha256=
|
|
2438
|
+
waldur_api_client/models/offering.py,sha256=I4IT59Md4n7IgNXIJ1Fhd_tpChI6sU4N0GLl9suKUGc,40368
|
|
2440
2439
|
waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
|
|
2441
2440
|
waldur_api_client/models/offering_backend_metadata_request.py,sha256=EV-UXz9BSHUsPzDxq3aADdrvIFfng-Mr3_VGUvak7Mc,1757
|
|
2442
2441
|
waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
|
|
@@ -2446,8 +2445,8 @@ waldur_api_client/models/offering_component_request.py,sha256=qwG0_FP3VuLeC33hyr
|
|
|
2446
2445
|
waldur_api_client/models/offering_component_stat.py,sha256=oQzbkBeULg5R9PfcyintyHweXFIWsqGsL3bqEhI6Tow,2789
|
|
2447
2446
|
waldur_api_client/models/offering_cost.py,sha256=WIFrpCWUnHlsrbnBRktZeT7L-AfimtTwMMGt6AK-A7E,1714
|
|
2448
2447
|
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=
|
|
2448
|
+
waldur_api_client/models/offering_create.py,sha256=ALf_xfLNrCwfgLjeThc6abYZ9She-Mp4OHd7Mq1p7yg,31956
|
|
2449
|
+
waldur_api_client/models/offering_create_request.py,sha256=zNeDLIHYobhTGu6KGwB5gSuYibrEzzm6ndHhHQB2goE,15951
|
|
2451
2450
|
waldur_api_client/models/offering_create_request_limits.py,sha256=-1Uj5D05gOr2v6MjTh8TlrVVv1fPP-r6mbtlt6yJm5w,1906
|
|
2452
2451
|
waldur_api_client/models/offering_create_service_attributes.py,sha256=OQGjEv_QwwJ8Tc46zG9_AKOLddmZ-x8Th1UUvcdbR_4,1306
|
|
2453
2452
|
waldur_api_client/models/offering_description_update_request.py,sha256=Rp1YTmqSZ0PmMPFZ8Gw1jgdEQ5UVs8AN-IBY5Uv4Dak,1588
|
|
@@ -2464,7 +2463,7 @@ waldur_api_client/models/offering_options_options.py,sha256=Sk3UCdxCBJy8-7nryO9k
|
|
|
2464
2463
|
waldur_api_client/models/offering_options_request.py,sha256=QAODe8Py_NBZn8-QkiTBxtBY0jLeONPoUszXMXE6N7M,2034
|
|
2465
2464
|
waldur_api_client/models/offering_options_request_options.py,sha256=ig3JE-tXEdX9asgb2vH28a6hmWYW7Z2lNxDQETkS48A,1826
|
|
2466
2465
|
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=
|
|
2466
|
+
waldur_api_client/models/offering_overview_update_request.py,sha256=meCicofyRkNyoMH89ltQ9q7seKT9InzxW54HHU5Pu3E,3886
|
|
2468
2467
|
waldur_api_client/models/offering_pause_request.py,sha256=AeRMcedum8D_HK1d2ChS8c1s89brzQEL8HZmCHLEUTY,1671
|
|
2469
2468
|
waldur_api_client/models/offering_permission.py,sha256=2BARFC3R1_HlwSAuj6xmFKBGF9sT8JiaucphWL7MEJg,6233
|
|
2470
2469
|
waldur_api_client/models/offering_reference.py,sha256=KV7XRN6h7_s-s-PN3YmjT6EPThoY29sV50l6a1HKW84,1825
|
|
@@ -2473,14 +2472,14 @@ waldur_api_client/models/offering_resource_options_update_request.py,sha256=1tz3
|
|
|
2473
2472
|
waldur_api_client/models/offering_state.py,sha256=6GERekKr5dvSxQkZtCQ3yE6nZM0k_giCTrrvR3BH_vg,208
|
|
2474
2473
|
waldur_api_client/models/offering_stats.py,sha256=rSRHzB9fE9Rk4zB9YJuIe6oBqMTfAVw2rvV2YYZnG8k,1916
|
|
2475
2474
|
waldur_api_client/models/offering_stats_counter.py,sha256=fH_bPk1csgDoqqSvGY69nPBAdr1qwoy-OBLz8DACLN0,2645
|
|
2476
|
-
waldur_api_client/models/offering_terms_of_service.py,sha256
|
|
2475
|
+
waldur_api_client/models/offering_terms_of_service.py,sha256=tDV9BEKOys0xfRh2CVinT4D1N0ZxzQuXGF3YtkOp7-I,5809
|
|
2477
2476
|
waldur_api_client/models/offering_terms_of_service_create.py,sha256=jUswK1OAEfHXxKMte5h53wzf1UjBdxiyCQBxuVMEsH8,3414
|
|
2478
2477
|
waldur_api_client/models/offering_terms_of_service_create_request.py,sha256=MDDkwmIYbcdmkGbNNK1vMjVIjf3B_phOP9v_McdHTeA,3452
|
|
2479
2478
|
waldur_api_client/models/offering_terms_of_service_request.py,sha256=8EeomUF5VTnb8Hpu811SR7N88slhr0ISPyBCGzhrjsI,3201
|
|
2480
2479
|
waldur_api_client/models/offering_thumbnail_request.py,sha256=m0xiFJypMK61CyfgCrCj4K4N8nwNc8rIdrf5KLWMO4g,1640
|
|
2481
2480
|
waldur_api_client/models/offering_usage_policy.py,sha256=pndAjiQXlg2alc1SHtQza339pd9SPn8BButRbOQvS0A,6284
|
|
2482
2481
|
waldur_api_client/models/offering_usage_policy_request.py,sha256=kPpIJqi3OTRsoeXlU3YG0-Ej1cEYxEyDOd_szsFZZnc,4070
|
|
2483
|
-
waldur_api_client/models/offering_user.py,sha256=
|
|
2482
|
+
waldur_api_client/models/offering_user.py,sha256=8o3t5lQvZy6-BJ6lCZzgz4Bad5DsR-QVsO-YlYcPl4E,10780
|
|
2484
2483
|
waldur_api_client/models/offering_user_request.py,sha256=bNXYjsbz8eBsCq5S3adA3uNSediPcP4xZbFEyPcJxA0,3719
|
|
2485
2484
|
waldur_api_client/models/offering_user_role.py,sha256=iGggr1bKR3QVjVb3vikVD8E7TQ6sHNSXm-EB3WOer2A,2305
|
|
2486
2485
|
waldur_api_client/models/offering_user_role_request.py,sha256=gziXK-_xx8EDrLCem7HjqROGYc05gLedAp1BnSAUpuE,1686
|
|
@@ -2567,11 +2566,11 @@ waldur_api_client/models/open_stack_sub_net_marketplace_offering_plugin_options_
|
|
|
2567
2566
|
waldur_api_client/models/open_stack_sub_net_request.py,sha256=rmetUBJbEJPsUoZfcN0UDs_JhgFYIDydfCBhoJ1ECNo,6592
|
|
2568
2567
|
waldur_api_client/models/open_stack_tenant.py,sha256=2XDVEv7rbODs-KCZavX3mmZ3N0y2HHmI1MffXNr8QRk,25737
|
|
2569
2568
|
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=
|
|
2569
|
+
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=2x4beMd2SHVkA7R2COlM7EedqmTnOGISkdJu9Cc1URg,4031
|
|
2571
2570
|
waldur_api_client/models/open_stack_tenant_marketplace_offering_plugin_options_type_0.py,sha256=ta0NBAG6I3FiZLAlwx68lrwbPBiMEIQ-wmbmK2sy0MA,1426
|
|
2572
2571
|
waldur_api_client/models/open_stack_tenant_quota.py,sha256=gf8-8fMawhb0Qz6IqMq6Xf605UkN0dyikaXLD7quizs,3715
|
|
2573
2572
|
waldur_api_client/models/open_stack_tenant_quota_request.py,sha256=aHGKcPsDZLsFkFjSLWIimX5hB1NfxttG0HRESdkiqlk,3753
|
|
2574
|
-
waldur_api_client/models/open_stack_tenant_request.py,sha256=
|
|
2573
|
+
waldur_api_client/models/open_stack_tenant_request.py,sha256=WPxZIDsBDFfYQEt-H64jsKyIN44T_NaaOso5_8FnUW4,4277
|
|
2575
2574
|
waldur_api_client/models/open_stack_volume.py,sha256=DTSCNTLTzqmXw0UGloEczd0mqzY3eiyMeIdM4JZXqcg,32414
|
|
2576
2575
|
waldur_api_client/models/open_stack_volume_availability_zone.py,sha256=A_BAuGLp4ox2-JqlnbyYe99AjTzYgdyDVozJ9Mi-PYs,2867
|
|
2577
2576
|
waldur_api_client/models/open_stack_volume_create_order_attributes.py,sha256=wPsUaTIu5HSaj-L_hH8brvxD_BleSXpJV3CS77IlocU,5096
|
|
@@ -2640,11 +2639,13 @@ waldur_api_client/models/openstack_volumes_retrieve_field_item.py,sha256=jaZQUcG
|
|
|
2640
2639
|
waldur_api_client/models/option_field.py,sha256=2_p3CBEiUvfv53IVJIzG63Fa14qjGLMEUT0n44xjGF0,3422
|
|
2641
2640
|
waldur_api_client/models/option_field_request.py,sha256=8rh1SflZq8GoUDiayMOdfoRF9qYE7YLk_fPKrJQ9U-s,3460
|
|
2642
2641
|
waldur_api_client/models/option_field_type_enum.py,sha256=RETy6bhnSxAkfDzr-CppdVYTqpGyEY1MXWLqezFXDAc,652
|
|
2643
|
-
waldur_api_client/models/
|
|
2642
|
+
waldur_api_client/models/order_attachment.py,sha256=zv6LnK-ztPCLVXVm4gaVBb3wq3DUcQfSbWFX4Iuaid0,2041
|
|
2643
|
+
waldur_api_client/models/order_attachment_request.py,sha256=e6CXHe5VGZg8uc2NXZhdUVHdA_DoJ3HR4mjI1GyRwoU,2510
|
|
2644
|
+
waldur_api_client/models/order_create.py,sha256=Z-5OSBnjqE0yKuWrQw0yjS8SbiMu21kiV24xpXechjs,22222
|
|
2644
2645
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2645
|
-
waldur_api_client/models/order_create_request.py,sha256=
|
|
2646
|
+
waldur_api_client/models/order_create_request.py,sha256=hCJU1Ky-Gh2K7y2cF7t3ZYjvjjv9bd6V8z1IXfx8Bhg,13108
|
|
2646
2647
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2647
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2648
|
+
waldur_api_client/models/order_details.py,sha256=P31sKXLBNVZVLGykL7xSNWrC7kySsFewRv6aECVxShg,45752
|
|
2648
2649
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2649
2650
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2650
2651
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2675,13 +2676,13 @@ waldur_api_client/models/patched_comment_request.py,sha256=Qh7v256_kDpBZdpVEXfNC
|
|
|
2675
2676
|
waldur_api_client/models/patched_component_user_usage_limit_request.py,sha256=3vBDJNrO81GnV9pNDnQXVJUqyb_p4jFB_1kt5PSQ8Ck,2742
|
|
2676
2677
|
waldur_api_client/models/patched_create_customer_credit_request.py,sha256=DtvthGWIo67yElEhmbfgP1VKqfhv1YJCQ4aspPTN8ck,6349
|
|
2677
2678
|
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=
|
|
2679
|
+
waldur_api_client/models/patched_customer_request.py,sha256=N2BZeLkyHWNMDkqQTnd2fl3ZdkiGtbyUuRMfRMd-s5U,9580
|
|
2679
2680
|
waldur_api_client/models/patched_customer_service_account_request.py,sha256=LVVvcaT9yT1gpEAmZCcrc2kdLE8JTR1FN76EZ6kcVkA,3538
|
|
2680
2681
|
waldur_api_client/models/patched_digital_ocean_droplet_request.py,sha256=LfN0ZXA2Cd1E1YKrTsIL_BQQDoaYxq_22n48KOzNnAE,1944
|
|
2681
2682
|
waldur_api_client/models/patched_email_hook_request.py,sha256=nyG4B8neOjGH7ZMNmTc-X8UMS-OP1WyGqFcNuD2LVFQ,3632
|
|
2682
2683
|
waldur_api_client/models/patched_external_link_request.py,sha256=Jh4njx_rczX9MxHqjGJkOO2BUq9OsHrDPOvr0YLJoUY,3176
|
|
2683
2684
|
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=
|
|
2685
|
+
waldur_api_client/models/patched_identity_provider_request.py,sha256=Sw1jokqrWGqnep-W3mlQUhQKm_qpyrUA7M9OYtgZP5M,7937
|
|
2685
2686
|
waldur_api_client/models/patched_invoice_item_update_request.py,sha256=z0yTemV8FS7dAcgcXhT43QtW4ovhoPJOzbOUb62HX18,3438
|
|
2686
2687
|
waldur_api_client/models/patched_issue_request.py,sha256=0DNvJwXbLMgYae2f6bRij8ecFt1bU7R_9OEy89sCKUk,3076
|
|
2687
2688
|
waldur_api_client/models/patched_issue_status_request.py,sha256=-j_EXCe0XPLHfuVTC85bWti3Bu97O6MJCjLrPfNsx1s,2223
|
|
@@ -2717,12 +2718,12 @@ waldur_api_client/models/patched_payment_profile_request.py,sha256=s7MR9HjrWD5Ck
|
|
|
2717
2718
|
waldur_api_client/models/patched_payment_request.py,sha256=kI3-4ZOeDMP9B3Ks-IFrc7u9S4jp9ttM0r2fjUODzrM,3635
|
|
2718
2719
|
waldur_api_client/models/patched_project_credit_request.py,sha256=Cp0GoAcFQ8L3Ylwuf7KRyVCHdt39q48YWkNtzTswHt0,5284
|
|
2719
2720
|
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=
|
|
2721
|
+
waldur_api_client/models/patched_project_request.py,sha256=D9zaFYMtqdnL306rVh5hXyTigCBg2mXuqDkKoenGsv0,9372
|
|
2721
2722
|
waldur_api_client/models/patched_project_service_account_request.py,sha256=G_4ZmRAeDoLRE-OiAG1PlilyMgtWI56Ip74o8HeDaC4,3515
|
|
2722
2723
|
waldur_api_client/models/patched_proposal_project_role_mapping_request.py,sha256=kVM0B-On8pELRMa8kKxP2kVX9Fpjy1qBcadM80RIb_U,2756
|
|
2723
2724
|
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=
|
|
2725
|
+
waldur_api_client/models/patched_protected_call_request.py,sha256=fKRLBuIWlz1xxbPw690DjYZn2XFbHebvrBQFA5wo1d8,7755
|
|
2726
|
+
waldur_api_client/models/patched_protected_round_request.py,sha256=J88NfLkR8L_k2l3_eMyjKQf_Datz1C3_mb0qPiSIiaw,8616
|
|
2726
2727
|
waldur_api_client/models/patched_provider_plan_details_request.py,sha256=4c2GxUccFoXJZUmKo7c3c8_uRDGNwlnlas7qcauiETA,4504
|
|
2727
2728
|
waldur_api_client/models/patched_question_admin_request.py,sha256=s1ideB5Newb9NNZBN-iGxAvGbe9wpTd9VwkquY51tds,10712
|
|
2728
2729
|
waldur_api_client/models/patched_question_dependency_request.py,sha256=DCIIsl_TYNnMaaYV-B7x6HaIZTLhSaLE4FGS-VPHOZg,3181
|
|
@@ -2746,12 +2747,12 @@ waldur_api_client/models/patched_rule_request_plan_attributes.py,sha256=BVV2J8f1
|
|
|
2746
2747
|
waldur_api_client/models/patched_rule_request_plan_limits.py,sha256=bt-xs8SyVWGpcIfIcp_RDh6GkkrPsvD3PqvI2AGUA7k,1294
|
|
2747
2748
|
waldur_api_client/models/patched_screenshot_request.py,sha256=1eLZM744IuVHBhWrmsGL7hdnEZGoIllj6UEzml4iMx0,1893
|
|
2748
2749
|
waldur_api_client/models/patched_section_request.py,sha256=Ta_1Zvr_jBppTubsMKyk8KuBSqVtrj4DchtRxhBV4lo,2441
|
|
2749
|
-
waldur_api_client/models/patched_service_provider_request.py,sha256=
|
|
2750
|
+
waldur_api_client/models/patched_service_provider_request.py,sha256=TNL5IK5TuEg5vkzjdCjQM5FPfjT8EAGPrXdAit3jRcE,3145
|
|
2750
2751
|
waldur_api_client/models/patched_slurm_allocation_request.py,sha256=VwB12u8IWV9Rq5_6gNn461jWgU5QSpmGBuegnuXtKWM,1921
|
|
2751
2752
|
waldur_api_client/models/patched_template_request.py,sha256=58C9P9inloyRqYov0KPPIwy6IELFTak_WtpN_3v9SOo,2540
|
|
2752
2753
|
waldur_api_client/models/patched_user_agreement_request.py,sha256=E1rFGylJPLzU3HnVmT76j3sSniXgXMsATkF_z4FaClo,2396
|
|
2753
2754
|
waldur_api_client/models/patched_user_offering_consent_request.py,sha256=C20mTDrL1yeH42kJFrZOQyd8neZr9NpEieKgenF_cg4,1676
|
|
2754
|
-
waldur_api_client/models/patched_user_request.py,sha256=
|
|
2755
|
+
waldur_api_client/models/patched_user_request.py,sha256=z2oSiKnO8wD5K8VeKc8N89bYy_clK9othDPFuiOFQSo,8211
|
|
2755
2756
|
waldur_api_client/models/patched_vmware_virtual_machine_request.py,sha256=2yU3zH7K2knq-fr21pTfdSsE6g12lMIHzAutkKayk-A,2607
|
|
2756
2757
|
waldur_api_client/models/patched_web_hook_request.py,sha256=M0iTEotvyWKztcv8D0gZ3O8URrsPBOcERRvu7o6hwcw,4481
|
|
2757
2758
|
waldur_api_client/models/payment.py,sha256=qyujlkj1-l4TodSdND7SrFkYLAmseQ5VVdOy5EkXxY4,4176
|
|
@@ -2795,7 +2796,7 @@ waldur_api_client/models/project_permission_review.py,sha256=-P_lQ4nRX1ZujHMCOG7
|
|
|
2795
2796
|
waldur_api_client/models/project_permissions_reviews_count_o_item.py,sha256=6sILIojRd4BULYz2oRWkzGV4ndctoBhxQfcmRIZG-44,235
|
|
2796
2797
|
waldur_api_client/models/project_permissions_reviews_list_o_item.py,sha256=Bb7tvJL9UPqSbG34yJobsKl41K1QD-63Q8TZGn1RDeQ,234
|
|
2797
2798
|
waldur_api_client/models/project_quotas.py,sha256=POcuzsbzM2_wxZMDiMymG3nRcqf2ScNqHl4ymNbmwuQ,2226
|
|
2798
|
-
waldur_api_client/models/project_request.py,sha256=
|
|
2799
|
+
waldur_api_client/models/project_request.py,sha256=mzsbpuVMupKUfYGWbKSSWgwp_vdFrPUStExrmnWjqS0,9203
|
|
2799
2800
|
waldur_api_client/models/project_service_account.py,sha256=FzqOpYChTO0s6eSdDAlqK3jNIyue_GVYEiJ_YzlWN34,6555
|
|
2800
2801
|
waldur_api_client/models/project_service_account_request.py,sha256=xilrb4m5LPvQC5X62Kl5mzjI7WvXrbbtRzAtcroe58s,3183
|
|
2801
2802
|
waldur_api_client/models/project_type.py,sha256=gPsF3Hkfg1E9ITCV07EYoMDyR9Nu-xc6unpT7-zPhh0,2090
|
|
@@ -2871,11 +2872,11 @@ waldur_api_client/models/proposal_reviews_list_state_item.py,sha256=Ot5jTwZh0CsT
|
|
|
2871
2872
|
waldur_api_client/models/proposal_states.py,sha256=hdfIsdakiAnvTuRoxNKFS_81deEEmgzg9boR9XwXHkM,273
|
|
2872
2873
|
waldur_api_client/models/proposal_update_project_details_request.py,sha256=xUpL4Miqpegp70geSB9Fiy7G5b7Qhq9L1JU_5HW6nv8,5901
|
|
2873
2874
|
waldur_api_client/models/protected_call.py,sha256=AbY2dmUY7t0LrZeNWlP_5LZ65z23bPR9SG4tztaN1j4,16852
|
|
2874
|
-
waldur_api_client/models/protected_call_request.py,sha256=
|
|
2875
|
+
waldur_api_client/models/protected_call_request.py,sha256=P5aEw0YqTZu2w8kMh6TOGhQINUzPtF2e4rbbtjxc1iU,7844
|
|
2875
2876
|
waldur_api_client/models/protected_proposal_list.py,sha256=fzBjynv2G3pZu3Utwn_n8aZWpFeXM8xmiRbkAtuP3Us,3135
|
|
2876
2877
|
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=
|
|
2878
|
+
waldur_api_client/models/protected_round.py,sha256=MDTqv4iCdRMpNT7FoQHtPVCB89LHJ5csnFeFUhXRkok,9297
|
|
2879
|
+
waldur_api_client/models/protected_round_request.py,sha256=8T-7yyOx6aTPE3NsX29reIYk_x1uA2roGuAEBeykMyc,7873
|
|
2879
2880
|
waldur_api_client/models/protocol_enum.py,sha256=DVSEVCAdYkyBEvB6ehsmhh_qyMjiDdcunBctjK0l8vY,167
|
|
2880
2881
|
waldur_api_client/models/provider_invoice_items_count_o_item.py,sha256=iqhu5vQCrdCfyqqvZvRKgcAilRm1EL9sQ6g-8ti2L0k,442
|
|
2881
2882
|
waldur_api_client/models/provider_invoice_items_list_o_item.py,sha256=kPI6IvEc8npddE_nGRyDe7pgatR1azYcJ0trpvoAn9E,441
|
|
@@ -2884,7 +2885,7 @@ waldur_api_client/models/provider_offering_costs.py,sha256=OyKwyTVrkd177YYtWBh12
|
|
|
2884
2885
|
waldur_api_client/models/provider_offering_customer.py,sha256=EQSbrqsKMTlTupV_8ae_S3CtgFpXcJGU9phEUKHOb9o,2726
|
|
2885
2886
|
waldur_api_client/models/provider_offering_details.py,sha256=Rruo4WcfpgfP_AQrVeV0X6AVlA4JT1JQfRs8KZGKtic,45273
|
|
2886
2887
|
waldur_api_client/models/provider_offering_details_attributes.py,sha256=2ZQjBPMDwoyqbeq-w3J4XFyjfSIuPvbzhWmR0FztXo4,1316
|
|
2887
|
-
waldur_api_client/models/provider_offering_details_request.py,sha256=
|
|
2888
|
+
waldur_api_client/models/provider_offering_details_request.py,sha256=dXVTZBWAqYdboRL7Ps2JwBholb-WXNmlRyiaSwRv9tg,13668
|
|
2888
2889
|
waldur_api_client/models/provider_offering_details_service_attributes.py,sha256=5KU5GdD1Y6X2vmI_7DxWSs4gVuAM57D92uqwfXddPgY,1354
|
|
2889
2890
|
waldur_api_client/models/provider_plan_details.py,sha256=uU4avoygsajIRhTBRqdi9nm5XT0eZdx1-nBxbXlcS94,8521
|
|
2890
2891
|
waldur_api_client/models/provider_plan_details_future_prices.py,sha256=GY7D3RxdvMPUkLDGQ71oFY2DS7JvUBrTkqZEMEhwTUc,1315
|
|
@@ -2902,7 +2903,7 @@ waldur_api_client/models/public_maintenance_announcements_count_o_item.py,sha256
|
|
|
2902
2903
|
waldur_api_client/models/public_maintenance_announcements_count_state_item.py,sha256=ZrtXDsslUO-5UIwl0iiwZeW9ohf1CCioUQV5JIR0eDY,285
|
|
2903
2904
|
waldur_api_client/models/public_maintenance_announcements_list_o_item.py,sha256=ywONseRqTLHl_0xTWFHW1Y4zMND7u3oKJuqKLhhjtJc,373
|
|
2904
2905
|
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=
|
|
2906
|
+
waldur_api_client/models/public_offering_details.py,sha256=mVZlTQeFR29S6dN_eTZNg2bcFxVUoaRuKWuHxIQ1x1U,42753
|
|
2906
2907
|
waldur_api_client/models/public_offering_details_attributes.py,sha256=i0-SCeFD4PmCgSTt7S1aGP8hI_i-yrVymsoqRFXX7LA,1306
|
|
2907
2908
|
waldur_api_client/models/pull_marketplace_script_resource_request.py,sha256=UDkfiNLngvbMTBKyvvdjkOfr2EpWh56st33HhUuohtA,1696
|
|
2908
2909
|
waldur_api_client/models/query_request.py,sha256=uQF9CgIBrcRorzel3K8yA_ExJk1QCWp7atwLDppxeDA,1452
|
|
@@ -2943,7 +2944,7 @@ waldur_api_client/models/rancher_catalog_update_request.py,sha256=GdwqOy50KPYgsm
|
|
|
2943
2944
|
waldur_api_client/models/rancher_cluster.py,sha256=00KHdS_YH4OReCq641zE6h4UzovrJyjF--Uu1G2NjP4,28115
|
|
2944
2945
|
waldur_api_client/models/rancher_cluster_marketplace_offering_plugin_options_type_0.py,sha256=g9jW-KCLWjDUjPksC_Oq2fMkSBDJC1vIzHQRAgmP2bU,1418
|
|
2945
2946
|
waldur_api_client/models/rancher_cluster_reference.py,sha256=GMUKFAeuxQnTsp_otOx2Dq7sJOsmyeHZ7icAQh8vMHg,2886
|
|
2946
|
-
waldur_api_client/models/rancher_cluster_request.py,sha256=
|
|
2947
|
+
waldur_api_client/models/rancher_cluster_request.py,sha256=9fkjGGuciqWKFyT5-c96CA6yxJiB-wixgquEiAyEtwU,3350
|
|
2947
2948
|
waldur_api_client/models/rancher_cluster_security_group_rule.py,sha256=Sv3DalLbg3mhYdA0H4bS8dZPCKRc8oyclH9tFNL-nP8,6619
|
|
2948
2949
|
waldur_api_client/models/rancher_cluster_security_group_rule_request.py,sha256=EnwtoKwmGyYwJfNYFkutAI1Y007gqtufphrIhDGt-tg,6444
|
|
2949
2950
|
waldur_api_client/models/rancher_cluster_template.py,sha256=DzmfeYMTpJaWn1ALYiuOblY0gfSFnkzYfaZnzaIxusM,3242
|
|
@@ -3050,7 +3051,7 @@ waldur_api_client/models/resource_suggest_name_request.py,sha256=HjXIqEWqco76WdJ
|
|
|
3050
3051
|
waldur_api_client/models/resource_switch_plan_request.py,sha256=TC0z8pTrlvA7hA2Gs3eNIQH7iwdegyu0pSTXwf5diGM,1513
|
|
3051
3052
|
waldur_api_client/models/resource_terminate_request.py,sha256=N5JxHG6im2bxDs7WZR9DWdNxAzcZATS2Dev8foYqa8Q,1658
|
|
3052
3053
|
waldur_api_client/models/resource_update.py,sha256=owytu6SMdYwP-rPoPTEgk2Peqp2bw3VHfiwqekGCVPM,3026
|
|
3053
|
-
waldur_api_client/models/resource_update_limits_request.py,sha256=
|
|
3054
|
+
waldur_api_client/models/resource_update_limits_request.py,sha256=6SNQlSYntFX88ezUHaZNiuEIi_WucflO0xM9FZijiW4,3880
|
|
3054
3055
|
waldur_api_client/models/resource_update_limits_request_limits.py,sha256=560ZsNaN2wLV8zxHmo3A4arz3saf7-XjGosppIFMG2s,1319
|
|
3055
3056
|
waldur_api_client/models/resource_update_request.py,sha256=a_6v3HPGtrHmdCCT666VWjo4xAh59RaxUElkGfgbJ6M,3064
|
|
3056
3057
|
waldur_api_client/models/resource_user.py,sha256=B_gzLwMXoFAZAcw8JmGBF96aZpDu_zy6wDA08VIkuM8,3593
|
|
@@ -3104,7 +3105,7 @@ waldur_api_client/models/service_provider_api_secret_code.py,sha256=FQ8a3TNPVbyy
|
|
|
3104
3105
|
waldur_api_client/models/service_provider_compliance_overview.py,sha256=g3ntykCZ1HYaXbKMfUyh7YS_YiyJy0wC1a2vXUCoQyQ,3711
|
|
3105
3106
|
waldur_api_client/models/service_provider_offering_user_compliance.py,sha256=8C7Fx86SrJ8YubKVyGwns1e4GHgsmD_GnxK-h56LhqM,5731
|
|
3106
3107
|
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=
|
|
3108
|
+
waldur_api_client/models/service_provider_request.py,sha256=BrJVZdOioyVawkeavxstft87lleUFyGBhHLkjrOen-Q,3325
|
|
3108
3109
|
waldur_api_client/models/service_provider_revenues.py,sha256=vIFtP_WT-FekM-mqdm3TsbSAOngjqgL8bR0ofpuiuao,1806
|
|
3109
3110
|
waldur_api_client/models/service_provider_signature.py,sha256=jNpFXZMb0AExqSV86gEB4FcKU1I3eCNUmgR9V4tmGmk,2040
|
|
3110
3111
|
waldur_api_client/models/service_provider_signature_request.py,sha256=gufUuch8b5j4UiwHam4fS5fN71SVlGVeNwThmmfC1Sg,2078
|
|
@@ -3170,6 +3171,7 @@ waldur_api_client/models/user_agreement_request.py,sha256=Sq_PIJ6sel7arPE6WMEud_
|
|
|
3170
3171
|
waldur_api_client/models/user_agreements_count_agreement_type.py,sha256=Vz5KdasvxDrwKSCQ2VBCNsSHN_lc0O7IQvypXFie7A8,167
|
|
3171
3172
|
waldur_api_client/models/user_agreements_list_agreement_type.py,sha256=_BQWdsHBLj5SsW7VKroeHqkNhHCyEYWQUtBwSkB-97c,166
|
|
3172
3173
|
waldur_api_client/models/user_auth_token.py,sha256=pUJ9R2bIP91Bkz4bw9fvaRgVwnCX6Nuyq6k4btrp5k0,3524
|
|
3174
|
+
waldur_api_client/models/user_consent_info.py,sha256=JHLvoLvFvg9UNKU0WJ1LFsoRR7IlfvTYpXZWQz2Juoc,2219
|
|
3173
3175
|
waldur_api_client/models/user_email_change_request.py,sha256=1VqzZ20plnwS8j9eytAHH5GnVnf5gar7CYDA6TtXfG8,1508
|
|
3174
3176
|
waldur_api_client/models/user_group_invitations_count_o_item.py,sha256=1giffXuLcuNgzYE2c_yzCtRE-e3kLqCnhjdDqbf0UaQ,184
|
|
3175
3177
|
waldur_api_client/models/user_group_invitations_list_o_item.py,sha256=grzMQL7A6nkcq5oTkJgCbr0M1PnjkfmBPSXrLfnJ5V8,183
|
|
@@ -3187,7 +3189,7 @@ waldur_api_client/models/user_permission_requests_list_o_item.py,sha256=4YiwajIr
|
|
|
3187
3189
|
waldur_api_client/models/user_permission_requests_list_state_item.py,sha256=1T7C_h4e24ZWkMy-r4csq7h4tb4K8LcfofZMCKyWIIY,262
|
|
3188
3190
|
waldur_api_client/models/user_permissions_count_o_item.py,sha256=zK-4LscrwBI9xrcdV2Sxd8q5l01MGO4VXomGraUpIC8,503
|
|
3189
3191
|
waldur_api_client/models/user_permissions_list_o_item.py,sha256=oeVE4QmHCmVNHsQZcJcBjmR7U41iS5YbeUjOMW0afVs,502
|
|
3190
|
-
waldur_api_client/models/user_request.py,sha256=
|
|
3192
|
+
waldur_api_client/models/user_request.py,sha256=5YgI1dpWrt095J1syz1W9K6_j_PAyCQ0MuksYdN_Ft4,8264
|
|
3191
3193
|
waldur_api_client/models/user_role_create_request.py,sha256=rsLzyH5m4pOCi-p66QQU-7RmazLS7Z6_ex8HOlDs1vo,3009
|
|
3192
3194
|
waldur_api_client/models/user_role_delete_request.py,sha256=1H1hJNr22ZAmlTC-HvPOFX2G3m1wGmAFEbjXKtEz8tU,3009
|
|
3193
3195
|
waldur_api_client/models/user_role_details.py,sha256=GSfXTnGzLZJXz4UwOK2pDBam3tDmiMZ8CLF3PF6a8s0,7444
|
|
@@ -3254,7 +3256,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
3254
3256
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
3255
3257
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
3256
3258
|
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.
|
|
3259
|
+
waldur_api_client-7.8.0.dist-info/METADATA,sha256=zN0myd0MuBp9l1WZcSzWnIj1bmLcUXHhh_4EjQCdbjk,5918
|
|
3260
|
+
waldur_api_client-7.8.0.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
3261
|
+
waldur_api_client-7.8.0.dist-info/licenses/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
3262
|
+
waldur_api_client-7.8.0.dist-info/RECORD,,
|