waldur-api-client 7.7.5__py3-none-any.whl → 7.7.7__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/booking_resources/booking_resources_count.py +34 -11
- waldur_api_client/api/booking_resources/booking_resources_list.py +34 -11
- waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py +189 -0
- waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py +187 -0
- waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py +187 -0
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py +34 -11
- waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py +34 -11
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py +34 -11
- waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py +274 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py +152 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py +89 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py +277 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py +164 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py +142 -0
- waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py +164 -0
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py +34 -11
- waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_status_retrieve.py +154 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +34 -11
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_submit_answers.py +179 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_count.py +19 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_list.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py +19 -0
- waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py +19 -0
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +34 -11
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +34 -11
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +34 -11
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py +23 -0
- waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_retrieve.py +30 -1
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py +34 -11
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py +34 -11
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py +276 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_compliance_overview.py +189 -0
- waldur_api_client/api/marketplace_service_providers/service_provider_offering_users_compliance.py +222 -0
- waldur_api_client/api/marketplace_user_offering_consents/__init__.py +1 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py +307 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py +152 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py +89 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py +310 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py +164 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py +142 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py +146 -0
- waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py +164 -0
- waldur_api_client/api/public_maintenance_announcements/__init__.py +1 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_count.py +325 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_list.py +328 -0
- waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_retrieve.py +144 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py +145 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py +147 -0
- waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py +188 -0
- waldur_api_client/models/__init__.py +118 -4
- waldur_api_client/models/admin_announcement.py +109 -1
- waldur_api_client/models/admin_announcement_maintenance_affected_offerings_item.py +103 -0
- waldur_api_client/models/admin_announcements_list_field_item.py +8 -0
- waldur_api_client/models/admin_announcements_retrieve_field_item.py +8 -0
- waldur_api_client/models/azure_sql_server_create_order_attributes.py +83 -0
- waldur_api_client/models/azure_virtual_machine_create_order_attributes.py +99 -0
- waldur_api_client/models/basic_user.py +30 -21
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -2
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/booking_resource.py +10 -9
- waldur_api_client/models/booking_resources_list_field_item.py +1 -1
- waldur_api_client/models/booking_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/checklist_info.py +76 -0
- waldur_api_client/models/compliance_overview.py +91 -0
- waldur_api_client/models/create_router.py +1 -1
- waldur_api_client/models/create_router_request.py +1 -1
- waldur_api_client/models/customer.py +51 -0
- waldur_api_client/models/customers_list_field_item.py +2 -0
- waldur_api_client/models/customers_retrieve_field_item.py +2 -0
- waldur_api_client/models/fingerprint.py +19 -17
- waldur_api_client/models/generic_order_attributes.py +69 -0
- waldur_api_client/models/google_auth_authorize_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_auth_list_field_item.py +1 -0
- waldur_api_client/models/google_auth_retrieve_field_item.py +1 -0
- waldur_api_client/models/google_credentials.py +9 -0
- waldur_api_client/models/group_invitation.py +24 -0
- waldur_api_client/models/group_invitation_request.py +10 -0
- waldur_api_client/models/instance_flavor_change_request.py +1 -1
- waldur_api_client/models/maintenance_announcement.py +8 -0
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +144 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py +13 -0
- waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py +13 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -2
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -2
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +145 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_list_field_item.py +1 -1
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +1 -1
- waldur_api_client/models/marketplace_robot_accounts_list_field_item.py +32 -0
- waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py +32 -0
- waldur_api_client/models/marketplace_service_providers_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py +15 -0
- waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py +15 -0
- waldur_api_client/models/offering.py +9 -18
- waldur_api_client/models/offering_create.py +8 -18
- waldur_api_client/models/offering_create_request.py +0 -18
- waldur_api_client/models/offering_overview_update_request.py +0 -18
- waldur_api_client/models/offering_terms_of_service.py +142 -0
- waldur_api_client/models/offering_terms_of_service_create.py +107 -0
- waldur_api_client/models/offering_terms_of_service_create_request.py +107 -0
- waldur_api_client/models/offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/open_stack_backend_instance.py +2 -2
- waldur_api_client/models/open_stack_backend_volumes.py +3 -3
- waldur_api_client/models/open_stack_backup.py +1 -1
- waldur_api_client/models/open_stack_backup_restoration.py +8 -5
- waldur_api_client/models/open_stack_backup_restoration_request.py +28 -3
- waldur_api_client/models/open_stack_fixed_ip.py +2 -2
- waldur_api_client/models/open_stack_fixed_ip_request.py +2 -2
- waldur_api_client/models/open_stack_floating_ip.py +5 -4
- waldur_api_client/models/open_stack_instance.py +17 -15
- waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py +3 -2
- waldur_api_client/models/open_stack_instance_availability_zone.py +1 -1
- waldur_api_client/models/open_stack_instance_create_order_attributes.py +283 -0
- waldur_api_client/models/open_stack_instance_request.py +4 -3
- waldur_api_client/models/open_stack_instance_security_groups_update_request.py +1 -1
- waldur_api_client/models/open_stack_nested_floating_ip.py +3 -3
- waldur_api_client/models/open_stack_nested_instance.py +1 -1
- waldur_api_client/models/open_stack_nested_port.py +5 -5
- waldur_api_client/models/open_stack_nested_port_request.py +1 -1
- waldur_api_client/models/open_stack_nested_security_group.py +16 -16
- waldur_api_client/models/open_stack_nested_security_group_request.py +59 -0
- waldur_api_client/models/{nested_security_group_rule_request.py → open_stack_nested_security_group_rules_item.py} +73 -63
- waldur_api_client/models/open_stack_nested_sub_net.py +4 -4
- waldur_api_client/models/open_stack_nested_sub_net_request.py +4 -4
- waldur_api_client/models/open_stack_nested_volume.py +3 -3
- waldur_api_client/models/open_stack_nested_volume_request.py +3 -3
- waldur_api_client/models/open_stack_network.py +23 -3
- waldur_api_client/models/open_stack_port.py +10 -9
- waldur_api_client/models/open_stack_port_ip_update_request.py +2 -2
- waldur_api_client/models/open_stack_port_request.py +3 -3
- waldur_api_client/models/open_stack_router.py +2 -2
- waldur_api_client/models/open_stack_router_interface_request.py +4 -2
- waldur_api_client/models/open_stack_security_group_rule_create.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_create_request.py +6 -5
- waldur_api_client/models/open_stack_security_group_rule_update_request.py +10 -9
- waldur_api_client/models/open_stack_server_group.py +2 -1
- waldur_api_client/models/open_stack_server_group_request.py +2 -1
- waldur_api_client/models/open_stack_snapshot.py +2 -2
- waldur_api_client/models/open_stack_snapshot_restoration.py +1 -1
- waldur_api_client/models/open_stack_sub_net.py +5 -5
- waldur_api_client/models/open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/open_stack_tenant.py +41 -3
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +130 -0
- waldur_api_client/models/open_stack_volume.py +9 -9
- waldur_api_client/models/open_stack_volume_create_order_attributes.py +155 -0
- waldur_api_client/models/open_stack_volume_request.py +1 -1
- waldur_api_client/models/openstack_networks_list_field_item.py +1 -0
- waldur_api_client/models/openstack_networks_retrieve_field_item.py +1 -0
- waldur_api_client/models/openstack_tenants_list_field_item.py +3 -0
- waldur_api_client/models/openstack_tenants_retrieve_field_item.py +3 -0
- waldur_api_client/models/order_create.py +0 -8
- waldur_api_client/models/order_create_request.py +181 -4
- waldur_api_client/models/order_details.py +0 -9
- waldur_api_client/models/patched_offering_terms_of_service_request.py +96 -0
- waldur_api_client/models/patched_open_stack_instance_request.py +4 -3
- waldur_api_client/models/patched_open_stack_server_group_request.py +2 -1
- waldur_api_client/models/patched_open_stack_sub_net_request.py +2 -2
- waldur_api_client/models/patched_open_stack_volume_request.py +1 -1
- waldur_api_client/models/patched_user_offering_consent_request.py +59 -0
- waldur_api_client/models/permission_project.py +147 -0
- waldur_api_client/models/permission_request.py +2 -2
- waldur_api_client/models/project_answer.py +122 -0
- waldur_api_client/models/project_detail.py +133 -0
- waldur_api_client/models/project_details_response.py +115 -0
- waldur_api_client/models/provider_offering_details.py +9 -18
- waldur_api_client/models/provider_offering_details_request.py +0 -18
- waldur_api_client/models/public_maintenance_announcement.py +217 -0
- waldur_api_client/models/public_maintenance_announcement_state_enum.py +10 -0
- waldur_api_client/models/public_maintenance_announcements_count_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_count_state_item.py +12 -0
- waldur_api_client/models/public_maintenance_announcements_list_o_item.py +15 -0
- waldur_api_client/models/public_maintenance_announcements_list_state_item.py +12 -0
- waldur_api_client/models/public_offering_details.py +9 -18
- waldur_api_client/models/question_answer.py +176 -0
- waldur_api_client/models/question_answer_project_answers_item.py +44 -0
- waldur_api_client/models/question_answer_question_options_item.py +44 -0
- waldur_api_client/models/rancher_cluster_security_group_rule.py +5 -4
- waldur_api_client/models/rancher_cluster_security_group_rule_request.py +5 -4
- waldur_api_client/models/remote_project_update_request.py +2 -2
- waldur_api_client/models/remote_resource_order.py +88 -0
- waldur_api_client/models/remote_resource_order_remote_state_enum.py +15 -0
- waldur_api_client/models/remote_resource_sync_status.py +123 -0
- waldur_api_client/models/remote_resource_sync_status_remote_state_enum.py +13 -0
- waldur_api_client/models/remote_resource_team_member.py +85 -0
- waldur_api_client/models/resource.py +10 -9
- waldur_api_client/models/robot_account_details.py +226 -144
- waldur_api_client/models/service_provider.py +9 -0
- waldur_api_client/models/service_provider_compliance_overview.py +122 -0
- waldur_api_client/models/service_provider_offering_user_compliance.py +179 -0
- waldur_api_client/models/service_provider_offering_user_compliance_state_enum.py +17 -0
- waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py +75 -0
- waldur_api_client/models/sync_status_enum.py +10 -0
- waldur_api_client/models/user_offering_consent.py +202 -0
- waldur_api_client/models/user_offering_consent_create.py +60 -0
- waldur_api_client/models/user_offering_consent_create_request.py +60 -0
- waldur_api_client/models/user_offering_consent_request.py +59 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py +228 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1.py +155 -0
- waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py +155 -0
- waldur_api_client/models/volume_attach_request.py +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/RECORD +228 -138
- waldur_api_client/models/nested_security_group_rule.py +0 -222
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.5.dist-info → waldur_api_client-7.7.7.dist-info}/WHEEL +0 -0
|
@@ -171,8 +171,8 @@ waldur_api_client/api/booking_offerings/booking_offerings_share_google_calendar.
|
|
|
171
171
|
waldur_api_client/api/booking_offerings/booking_offerings_unshare_google_calendar.py,sha256=SRlpJrwmJ8xQpnOah2WZMPETjTT9heN7H5vYpsD-2XM,2073
|
|
172
172
|
waldur_api_client/api/booking_resources/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
173
173
|
waldur_api_client/api/booking_resources/booking_resources_accept.py,sha256=q5j3T8Fs_mI3uKuJky_OiyGD9gltHESRmm494LIKtNU,2056
|
|
174
|
-
waldur_api_client/api/booking_resources/booking_resources_count.py,sha256=
|
|
175
|
-
waldur_api_client/api/booking_resources/booking_resources_list.py,sha256=
|
|
174
|
+
waldur_api_client/api/booking_resources/booking_resources_count.py,sha256=8z27KHSBo_kQO5jhRZr635cfxPVMsYfcFXFWoRxr3rs,25919
|
|
175
|
+
waldur_api_client/api/booking_resources/booking_resources_list.py,sha256=VB_4Xj_uJLX0pXxgIIv1CGl2wwZo3mi4YD472CYfatA,26989
|
|
176
176
|
waldur_api_client/api/booking_resources/booking_resources_reject.py,sha256=k8l_7S4WYMapETc_IOdodNLVZXpdFAelWqGy9BSYKs8,2056
|
|
177
177
|
waldur_api_client/api/booking_resources/booking_resources_retrieve.py,sha256=NkJS_j0_z9okDgGqHmrW8wRgtdv7fd95UMACGVVdw54,4443
|
|
178
178
|
waldur_api_client/api/broadcast_message_templates/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -304,6 +304,10 @@ waldur_api_client/api/customers/customers_destroy.py,sha256=quqZhb5EGGQ57eAKKfYF
|
|
|
304
304
|
waldur_api_client/api/customers/customers_list.py,sha256=nptZif7_M4069eg_xVGkYAnxwHauZq1hJ4BuW75GdKA,16947
|
|
305
305
|
waldur_api_client/api/customers/customers_list_users_list.py,sha256=YUv2yjoVaUFUw44wGEajoCwg9YbPk9LNovcXtW-GuT8,10886
|
|
306
306
|
waldur_api_client/api/customers/customers_partial_update.py,sha256=Wy75dPH417UnHoadvapmTJMVQWoem-buXZelEJZgdas,3706
|
|
307
|
+
waldur_api_client/api/customers/customers_project_metadata_compliance_details_list.py,sha256=jNoF86KRC9ykBp-GWbZr26Svc6ll0mtCcPx1mTKAJfk,5146
|
|
308
|
+
waldur_api_client/api/customers/customers_project_metadata_compliance_overview_list.py,sha256=svs0y6NmBOY4-VsFUrOqF8Hvma2DbnUPhhE60fUZKJw,5002
|
|
309
|
+
waldur_api_client/api/customers/customers_project_metadata_compliance_projects_list.py,sha256=1m2dJIPd118UwxOAJDysVnA7JKiCw-DIn522_4uLmGU,4987
|
|
310
|
+
waldur_api_client/api/customers/customers_project_metadata_question_answers_list.py,sha256=ELC3L70XwsFHUnVtdzM09fW1o3CSdLCbF1-EC83d6_Q,5041
|
|
307
311
|
waldur_api_client/api/customers/customers_retrieve.py,sha256=Ih4vnKYy_zfCxjtPESQ6V1IitUgngAmagbl17zadkq4,4259
|
|
308
312
|
waldur_api_client/api/customers/customers_stats_retrieve.py,sha256=AXoj_AZXzv7ApAPZprBbqWZ1A4hspDgkkblGPnRUGBo,4280
|
|
309
313
|
waldur_api_client/api/customers/customers_update.py,sha256=iJBh9tmjHZB0IEByUnZckGl-Wm7rg35tfG-dv9UdxkI,3626
|
|
@@ -593,8 +597,8 @@ waldur_api_client/api/marketplace_customer_service_accounts/marketplace_customer
|
|
|
593
597
|
waldur_api_client/api/marketplace_global_categories/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
594
598
|
waldur_api_client/api/marketplace_global_categories/marketplace_global_categories_retrieve.py,sha256=hK3OaDxBYHN0hIVDfwUobmAeFUKdahlekPm4-G_9VCM,5266
|
|
595
599
|
waldur_api_client/api/marketplace_integration_statuses/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
596
|
-
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py,sha256=
|
|
597
|
-
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py,sha256=
|
|
600
|
+
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_count.py,sha256=Tl79uCP8fg25nJR9HDN7tF5Nl9ztPQzJ0PdX7mLZPbE,11281
|
|
601
|
+
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py,sha256=bfqE1lTfCt4mG4IeEEhgY8vUK91QOPW7vpV2QKlOCrY,11412
|
|
598
602
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_retrieve.py,sha256=ZIhrQuvVT8OC-7NwrLH-puSauniLGBLvGSYrsPLqGMk,3311
|
|
599
603
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
600
604
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_count.py,sha256=p0pw-9GDxMOiyUxf5JBmG-d4H0uXGaGxyxut-t8rPQE,3428
|
|
@@ -607,10 +611,10 @@ waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_o
|
|
|
607
611
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_retrieve.py,sha256=a3PtXwipqwbuvPaxrKPBlz2W5wkvqYpKRyBeWxaJxq8,3363
|
|
608
612
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_update.py,sha256=oXWUJXyg9Saj8baH_pH7Mi1QPmj7j6jaFigut67mUHM,4135
|
|
609
613
|
waldur_api_client/api/marketplace_offering_files/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
610
|
-
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py,sha256=
|
|
614
|
+
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_count.py,sha256=VincWkn1_xK-EJQTJlmDB4Sk9XFZQeynEn4GxOizpTs,8800
|
|
611
615
|
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_create.py,sha256=jI-mUusguMtZPS7XgWqnep6nZMG8kCfU60oghNirGTs,3468
|
|
612
616
|
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_destroy.py,sha256=RSn7wvuMMwagOw6YY8pBIrQ-tvp06GL7DqMkeIjT7qw,2060
|
|
613
|
-
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py,sha256=
|
|
617
|
+
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_list.py,sha256=KlIFFONTU4jz4vjGtJSLGJCaBmGZ9sKUXUaDBDYKNEQ,9931
|
|
614
618
|
waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_retrieve.py,sha256=blqE7Mbn2Mc5I0JgjPCvuNTBtj14nULadnaRFWCbUlI,4496
|
|
615
619
|
waldur_api_client/api/marketplace_offering_permissions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
616
620
|
waldur_api_client/api/marketplace_offering_permissions/marketplace_offering_permissions_count.py,sha256=rzbNs_n0_FD8T10ebLY7gL8iuvbWN9KMzzOT_s4VyXU,14455
|
|
@@ -624,6 +628,14 @@ waldur_api_client/api/marketplace_offering_referrals/__init__.py,sha256=5vd9uJWA
|
|
|
624
628
|
waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_count.py,sha256=f6PoQ6YQR60CarcgjpnCfZXqgzzIs079lbDWsg6JrbA,5627
|
|
625
629
|
waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_list.py,sha256=9pJwreBJLIOYZPMK02G1OiJAlEaySdphq1BO53qrkdo,5664
|
|
626
630
|
waldur_api_client/api/marketplace_offering_referrals/marketplace_offering_referrals_retrieve.py,sha256=SBn30RaiP0HsFTsK3CfvZn31G2p1s7hdCkKCpYNT5_o,3198
|
|
631
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
632
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_count.py,sha256=mZuNOshC9t5v8tkz-OmJtHa3DTB2keeTxxURS8xEQ7A,8693
|
|
633
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_create.py,sha256=lCvZAiHF_giyJ6uWw23Q-j5vOfOSQsKj4UQRzY8UZNY,3881
|
|
634
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_destroy.py,sha256=ZbI0jIcA6dnnKX09QUthzKOA8GfYcvulgHdQ__G_Z6Y,2071
|
|
635
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_list.py,sha256=HAmfWGj_QKnEloPXdzKtkxhckC8yWt2_qFQLoReVO50,8810
|
|
636
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_partial_update.py,sha256=Hy-TftpV1vOd7pj3fTEAwOitGiULr2G7AbQAEWNvTR8,4082
|
|
637
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_retrieve.py,sha256=b1kPtZZNs6LfrqPUC4syBaNZ6ysCJR2QGl0Z7pawzec,3285
|
|
638
|
+
waldur_api_client/api/marketplace_offering_terms_of_service/marketplace_offering_terms_of_service_update.py,sha256=7-KrTRR42IAHKsjaqwmT1hR8zv3DpU-aLLbt3IMx3wU,4002
|
|
627
639
|
waldur_api_client/api/marketplace_offering_usage_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
628
640
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_count.py,sha256=RaqU4vHnkTGrQcrJcT0cjBjZJ3nb_EU41wb4XPJENcA,3419
|
|
629
641
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_actions_retrieve.py,sha256=R8EScOoExE4vH7PSYcRdj4QAayzJjPrMHv8K9i0cD4c,2922
|
|
@@ -635,19 +647,23 @@ waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_u
|
|
|
635
647
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_retrieve.py,sha256=5RkrGON3mOSJ8BbuyHjHo4zeDRc5XJVHorhCCgjOO-M,3243
|
|
636
648
|
waldur_api_client/api/marketplace_offering_usage_policies/marketplace_offering_usage_policies_update.py,sha256=YF9WcfsKO5mQoifQL9VPplMlQJ8JsexsuOlkNchMZrg,3926
|
|
637
649
|
waldur_api_client/api/marketplace_offering_user_roles/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
638
|
-
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py,sha256=
|
|
650
|
+
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_count.py,sha256=xLSIXjAQSTm7qSHnVW1umSptiTHDE23RBzR_2I6p11I,7798
|
|
639
651
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_create.py,sha256=5B2nuReXrQUgHrIr_yhLgb8lprJrQDI4RLflvncz9Eg,3577
|
|
640
652
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_destroy.py,sha256=GOSxqj_9AmxJWSWRoYobTvVAJQag51U9SHZyZHteQd8,2065
|
|
641
|
-
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py,sha256=
|
|
653
|
+
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_list.py,sha256=Ye9JA4jakz0JSumaa1jtZw-jJTROq9YEHTBqmrjXGpw,7847
|
|
642
654
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_partial_update.py,sha256=FdRLg6PVq-syrkKpF4ioSB-It6g9Ky-NRsuGHeMV_4I,3930
|
|
643
655
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_retrieve.py,sha256=B7E8K_o6PuD2yzOaelU0SsJMXAxJCJYXCpXn_YMgnFI,3200
|
|
644
656
|
waldur_api_client/api/marketplace_offering_user_roles/marketplace_offering_user_roles_update.py,sha256=fuF5d_nTAPFOQcsAnryqURAfuxU9mAhApXLEpyJWox8,3850
|
|
645
657
|
waldur_api_client/api/marketplace_offering_users/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
646
658
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_begin_creating.py,sha256=uJDJdGGWMJLkkisSqprn_5G0jzyOZR1LLmgT64fHXtI,2073
|
|
647
|
-
waldur_api_client/api/marketplace_offering_users/
|
|
659
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_retrieve.py,sha256=6DkxlcnBRk87GRlFqBEWJv2GbrfYCTe4Be2jkq_SD7U,3753
|
|
660
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_checklist_review_retrieve.py,sha256=_0ZnwY4OubhnvryAQF5MDl_nJDIPd4s-oLVA5tPdcrc,4025
|
|
661
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_review_status_retrieve.py,sha256=7NzrXDqjz0SxxvO6Lrk_0yap4Nv7eiCPoKEJSN_AO6s,3979
|
|
662
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_completion_status_retrieve.py,sha256=6dONvwRurDthBZohRIQl9dg6TNaQsIB2rmwacKlBQEE,3715
|
|
663
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py,sha256=arVdZ7ngG9ytGwaXBeTGw1-TuYEOHwZVcCT3t1Z4lTU,14560
|
|
648
664
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_create.py,sha256=0n1hKPM7GPke5kA-HelvDoKGet5Tm0Wi8zn-AhaQDJg,3468
|
|
649
665
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_destroy.py,sha256=YR464jEe4fegrBrNLECQ5c8qFoquPgsbGJDjSAqsQ1A,2060
|
|
650
|
-
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py,sha256=
|
|
666
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py,sha256=QdWKmCcwR4-N4EBAjFjjDfH3xhcVSCrESRz3NHNDkSA,15680
|
|
651
667
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_partial_update.py,sha256=0SjH9EM5o6dbkEwcOhUhmce_RW3yUpISQWnHT36K0wQ,3821
|
|
652
668
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_request_deletion.py,sha256=1_F270exFw-INFp3lpt0vhcqgOw6Be3SZfsVhpD8EMk,2187
|
|
653
669
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_retrieve.py,sha256=y9mVwr2zd5qZC_tgJij111d6srU2V8pIX9Fj0NTR-4U,4496
|
|
@@ -659,6 +675,7 @@ waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_
|
|
|
659
675
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_pending_account_linking.py,sha256=7IH_Ty6jkbz82fpc_OyUG1HCiubboLaaD0__QTHKG3M,2622
|
|
660
676
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_pending_additional_validation.py,sha256=8P8P-MqldTeSryhVNZRdSptwoQG7A9p3TWDfFYcUzUk,2628
|
|
661
677
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_set_validation_complete.py,sha256=WfSZ3R7P2vliFYd2KNn-R3sGfU6Mcvrw7maxLE7D9LU,2082
|
|
678
|
+
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_submit_answers.py,sha256=rhohyo_l2r6DdVAzzP302AwDfMDdx7g37vAP0qNsGQo,4483
|
|
662
679
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update.py,sha256=cWE0jvT9c0fK_cR0S6IHYy9NNhJOot41fPXwzh-LFns,3741
|
|
663
680
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_comments_partial_update.py,sha256=1JXXO5_8_4RQ3qrRA0xdCkP1a-u33bikeCtqGCfkag0,4676
|
|
664
681
|
waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_update_restricted.py,sha256=W49dIwHcSZR97pQ4qAEZicckNnYGo6CLfDO3HNcBDWw,2626
|
|
@@ -666,10 +683,10 @@ waldur_api_client/api/marketplace_orders/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkL
|
|
|
666
683
|
waldur_api_client/api/marketplace_orders/marketplace_orders_approve_by_consumer.py,sha256=8bQpkmtsbM7IgSMuBI0mgGgtqLeESDbqxvUEy3DBIu0,2070
|
|
667
684
|
waldur_api_client/api/marketplace_orders/marketplace_orders_approve_by_provider.py,sha256=h09pPfEYbiiSgWDBeaYSRcCEqk5Cu_xmRW9zR1lcAjw,2070
|
|
668
685
|
waldur_api_client/api/marketplace_orders/marketplace_orders_cancel.py,sha256=z7ICXu1U5tB6sqHqNs4TwI4neXttv7PmaCcWpK9HaQU,2057
|
|
669
|
-
waldur_api_client/api/marketplace_orders/marketplace_orders_count.py,sha256=
|
|
686
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_count.py,sha256=JiEhyNWWLasctrziDKBUVLkJye8YaDPW2S0Stl27LNI,20196
|
|
670
687
|
waldur_api_client/api/marketplace_orders/marketplace_orders_create.py,sha256=vTOsJC7JbLpVJlPYCV6mBG-ZTR6xpfgfJWaBBnRy1Zw,3436
|
|
671
688
|
waldur_api_client/api/marketplace_orders/marketplace_orders_destroy.py,sha256=6wAy9Glkit3WjVdNJf63LH26GIRa1h9rwdYPpHaGVjc,2052
|
|
672
|
-
waldur_api_client/api/marketplace_orders/marketplace_orders_list.py,sha256=
|
|
689
|
+
waldur_api_client/api/marketplace_orders/marketplace_orders_list.py,sha256=U0oIg0GQvN_GkBt-A7sJ5DAFwZdmhVW8pXSITKvgz1Y,21227
|
|
673
690
|
waldur_api_client/api/marketplace_orders/marketplace_orders_offering_retrieve.py,sha256=S1dRScyr1B_5PITP3B0yiTV4fLgAikppKPOeKmNTk6c,3261
|
|
674
691
|
waldur_api_client/api/marketplace_orders/marketplace_orders_reject_by_consumer.py,sha256=QlPzDEi89qiwmopcjlt0q04Ple4Ha6zRDOg82D6kIcc,2069
|
|
675
692
|
waldur_api_client/api/marketplace_orders/marketplace_orders_reject_by_provider.py,sha256=QNo9WiA9zLt_6NLWKacm1ISrVF6r9vela1D5MWDJoIU,2069
|
|
@@ -684,19 +701,19 @@ waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_li
|
|
|
684
701
|
waldur_api_client/api/marketplace_plan_components/marketplace_plan_components_retrieve.py,sha256=0CQZ7HdIGurN7w9dOHEtmS0UO6LQG4SCVpQ4NCvx8yI,3083
|
|
685
702
|
waldur_api_client/api/marketplace_plans/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
686
703
|
waldur_api_client/api/marketplace_plans/marketplace_plans_archive.py,sha256=pxRmaX3NwazYstlyYMysiqxOZhO6Ym6UlleSGfO6xz8,2057
|
|
687
|
-
waldur_api_client/api/marketplace_plans/marketplace_plans_count.py,sha256=
|
|
704
|
+
waldur_api_client/api/marketplace_plans/marketplace_plans_count.py,sha256=B9wkuYYLQdfZsW-SSrHSY_PLcLxYGcZWOf2MK-pMHAk,7565
|
|
688
705
|
waldur_api_client/api/marketplace_plans/marketplace_plans_create.py,sha256=OepUyMrVcyuCOtMjZvdbivd-sEeMouzerYMMnBNLZ0c,3635
|
|
689
706
|
waldur_api_client/api/marketplace_plans/marketplace_plans_delete_organization_groups.py,sha256=z4sRsKI24Mi4NhxI2gKtga4_eDq9rm7uyhd95TEqHGU,2076
|
|
690
707
|
waldur_api_client/api/marketplace_plans/marketplace_plans_destroy.py,sha256=NYkRMVB3Wt43J7JHps5WT8WxNPQbQxtpfX7SSSmfRpo,2051
|
|
691
|
-
waldur_api_client/api/marketplace_plans/marketplace_plans_list.py,sha256=
|
|
708
|
+
waldur_api_client/api/marketplace_plans/marketplace_plans_list.py,sha256=F7uGv0b8ob4M2o7Zns0B6PQLca4h9VWKY02Z0oWjVZ0,7653
|
|
692
709
|
waldur_api_client/api/marketplace_plans/marketplace_plans_partial_update.py,sha256=mB8Velt3_9kF74sUhQXJ84h85wqKhjxkgHn3Zuj1wqM,3988
|
|
693
710
|
waldur_api_client/api/marketplace_plans/marketplace_plans_retrieve.py,sha256=MavMLMUGXtU_JzhAjxzBMR1MuscVggJeFKGN5U1ZS4Y,3225
|
|
694
711
|
waldur_api_client/api/marketplace_plans/marketplace_plans_update.py,sha256=MQRxoWSu9LhFQIttA1Rvcktb0Tu_KUkI5i28vEcjduo,3908
|
|
695
712
|
waldur_api_client/api/marketplace_plans/marketplace_plans_update_organization_groups.py,sha256=iTPzWp4WhdobOwNiAybo8dSAaQoZolF-JbRYE6vRDO0,2547
|
|
696
713
|
waldur_api_client/api/marketplace_plans/marketplace_plans_update_prices.py,sha256=YC-k0Q1x4RjTt1kKIOwciMb1SGbW2r8yEtPBoza-1wA,2492
|
|
697
714
|
waldur_api_client/api/marketplace_plans/marketplace_plans_update_quotas.py,sha256=LboRsQ5wKyJV6psEqnxom_QtMxEQAhXcPOT6K66T3GY,2492
|
|
698
|
-
waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py,sha256=
|
|
699
|
-
waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py,sha256=
|
|
715
|
+
waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_count.py,sha256=1HH_UsUiGPbr7DVPl7XTLa86o7yVrgKWoGnLdrAdvh4,8561
|
|
716
|
+
waldur_api_client/api/marketplace_plans/marketplace_plans_usage_stats_list.py,sha256=7muCETI68A80Nw18Xn54NkT_RZpi4bxQq9iUcfCWKaM,8311
|
|
700
717
|
waldur_api_client/api/marketplace_plugins/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
701
718
|
waldur_api_client/api/marketplace_plugins/marketplace_plugins_list.py,sha256=Sofz6qvxfIDI8Ye4NSbxZAfJzwH73RoWzhN3peWcWps,3218
|
|
702
719
|
waldur_api_client/api/marketplace_project_estimated_cost_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -778,10 +795,10 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
778
795
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_user.py,sha256=xn-zXMyBptKeo4DVlagm2wZdobxEP317jN5EXXOwPFc,3919
|
|
779
796
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_user_has_resource_access_retrieve.py,sha256=E94Gae8zKp3i1TOVS4BgQ6D5rstPyLEeG8Wmgzyz_ww,5501
|
|
780
797
|
waldur_api_client/api/marketplace_provider_resources/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
781
|
-
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py,sha256=
|
|
798
|
+
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py,sha256=XvqCf6OeJySyC1DV4fU-gyqcO4r5wAEhYad0GqFztsI,25212
|
|
782
799
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_details_retrieve.py,sha256=3qC5AQoGOm-s1S8QyTnY-tx6rIDtg1kYc4DtBwWC42s,4586
|
|
783
800
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_glauth_users_config_retrieve.py,sha256=0UWlK1f8t8073b3dljrH10YPd-hYLjcz1aEX9JqQYxo,4118
|
|
784
|
-
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py,sha256=
|
|
801
|
+
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py,sha256=GNYtf0W_HfvQMULnP65zjejyCXUzADCoQo46Pa5KqTA,26323
|
|
785
802
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_move_resource.py,sha256=0eDWKwe2mrIGWOSeE0I87EhR0Q4s9toiMZT4Zj5b3Bk,3238
|
|
786
803
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_offering_for_subresources_list.py,sha256=HsMxHxDGQH7hqKUWPy2Kd8hbaX9FsO58QKEr5E5lS0Q,3536
|
|
787
804
|
waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_offering_retrieve.py,sha256=BhkrQpvMX06lkwyP9y627_cSZ7dcIXKt-1lPmx2inhQ,3273
|
|
@@ -832,10 +849,10 @@ waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_dest
|
|
|
832
849
|
waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_list.py,sha256=KSHuA7XB-auwGxzBkPtmTAvg95uFyoTk3GyRfhWsT8Q,7695
|
|
833
850
|
waldur_api_client/api/marketplace_resource_users/marketplace_resource_users_retrieve.py,sha256=gY7W3XqlcsBNwl2aLZZil0r_vFMDCROtLSqGyxOMVuU,3136
|
|
834
851
|
waldur_api_client/api/marketplace_resources/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
835
|
-
waldur_api_client/api/marketplace_resources/marketplace_resources_count.py,sha256=
|
|
852
|
+
waldur_api_client/api/marketplace_resources/marketplace_resources_count.py,sha256=hzhVv34M2cj9FUSwgEGIhb9U-fC4GsZx5r69oXYYHsE,25025
|
|
836
853
|
waldur_api_client/api/marketplace_resources/marketplace_resources_details_retrieve.py,sha256=UfQp5Xpkc2GUtj1NtTD7wBzA2m5jqnX2Vuu5VT1hzBw,4479
|
|
837
854
|
waldur_api_client/api/marketplace_resources/marketplace_resources_glauth_users_config_retrieve.py,sha256=qXE_8jzVWiNQDLk5_rkd2vR7424mr4dGloxrH3xclxo,4109
|
|
838
|
-
waldur_api_client/api/marketplace_resources/marketplace_resources_list.py,sha256=
|
|
855
|
+
waldur_api_client/api/marketplace_resources/marketplace_resources_list.py,sha256=E5YUy6hAPknavFs5_UooPUbBrc3R3hkqhm75bnFKcnA,26047
|
|
839
856
|
waldur_api_client/api/marketplace_resources/marketplace_resources_move_resource.py,sha256=Lyrm5j_cPC0aQQXp5LFV_14UyKDV3aSpbb7fk7kwuL4,3229
|
|
840
857
|
waldur_api_client/api/marketplace_resources/marketplace_resources_offering_for_subresources_list.py,sha256=PIrX9tCCMsiaztsKKZAhrTWjruWlXuIg15ukp5zirZ4,3527
|
|
841
858
|
waldur_api_client/api/marketplace_resources/marketplace_resources_offering_retrieve.py,sha256=sBWKSCW9yWLWo1v0UWQQP8aqU3F8Wkq6WcNsK8_wZsM,3264
|
|
@@ -857,9 +874,9 @@ waldur_api_client/api/marketplace_robot_accounts/__init__.py,sha256=5vd9uJWAjRqa
|
|
|
857
874
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_count.py,sha256=Bi5zdRoL0OaJFxM-eSVvcZzXSHBZqYkUZhym6qX1wug,11008
|
|
858
875
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_create.py,sha256=QgPIIyjTy93ZGtHkYD6CDf2g24UVoD7EEWeO13ES0as,3468
|
|
859
876
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_destroy.py,sha256=gzV0YOqQkdZ05qM0P0UGxAlciyvzoq8L5ahaBZ4odFk,2060
|
|
860
|
-
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py,sha256=
|
|
877
|
+
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_list.py,sha256=Cnto8pY_7yIuz5xayAQ4J_LmDYvVrR-iaP93aNZbVoI,12237
|
|
861
878
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_partial_update.py,sha256=-Y44lpfwbimBqMUlVfIKJWRkWCrqnmCsyr2c2wbNwOo,3821
|
|
862
|
-
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_retrieve.py,sha256=
|
|
879
|
+
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_retrieve.py,sha256=E78G-0-Yn7drftsk9gQKV_lE6P_R0qVwaDSEeFMT_wY,4594
|
|
863
880
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_set_state_creating.py,sha256=8p7pmEO93GaVWpAcEXmizvfaL-EtrqSb_ctabglHsCc,3752
|
|
864
881
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_set_state_deleted.py,sha256=HAuVKZCwSKPLB8lSfr5kyAlYipdmWUlH9sueJpdp8ww,3253
|
|
865
882
|
waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_set_state_erred.py,sha256=f5LGwS4XtYX4W-WqQhm4fr0zK1_0kuwKV7mqzmN24YY,3912
|
|
@@ -869,10 +886,10 @@ waldur_api_client/api/marketplace_robot_accounts/marketplace_robot_accounts_upda
|
|
|
869
886
|
waldur_api_client/api/marketplace_runtime_states/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
870
887
|
waldur_api_client/api/marketplace_runtime_states/marketplace_runtime_states_list.py,sha256=oxPYjDZfuB_-TA_ERPP4S73QRVjLYI_LM8KRAGl7phc,5199
|
|
871
888
|
waldur_api_client/api/marketplace_screenshots/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
872
|
-
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py,sha256=
|
|
889
|
+
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_count.py,sha256=EdcRcKaOzZZe9Xawh2O7MiypvtD7CKytDU7rL4ALXZo,8774
|
|
873
890
|
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_create.py,sha256=N9RtSJ0bms8m8YMFzUTYJt35NS-948U6mCQL3iNTAHA,3415
|
|
874
891
|
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_destroy.py,sha256=hKcPB_9STJwysVbEXf6K8Vr58CkRRe7PjnjZO8GYJPQ,2057
|
|
875
|
-
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py,sha256=
|
|
892
|
+
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_list.py,sha256=0PMQY647Jk6bhq6XKfUWLrYAU7pNEYQb34UMXAcCy2c,8726
|
|
876
893
|
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_partial_update.py,sha256=nw2f2VcfyMlXfm0SWfovPSQEPk3ipuA3N97s-rJ8p_Y,3768
|
|
877
894
|
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_retrieve.py,sha256=lJNEqrWMVxZ6fhbvdzd_KTTxTJsTm-JIhQ7wIkV5TzU,3106
|
|
878
895
|
waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_update.py,sha256=JBOFZR6zE93PhkPkCBLjTm8kNGWjvwIkGEa3isrW3Mk,3688
|
|
@@ -907,6 +924,7 @@ waldur_api_client/api/marketplace_service_providers/marketplace_service_provider
|
|
|
907
924
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py,sha256=2iyKUcG5bF_kEZti1IIOePz9u4djxePQ32AJKWWjASU,25631
|
|
908
925
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py,sha256=_QQ6zDBOO3ZDGqdZ5t0N4ebQhLI_Ds2jvo1ymGuBbXg,3902
|
|
909
926
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py,sha256=xKXDvhnIJjSr5C0C1MwvUE0sX-Vq-p8HdFbPBr6wmLE,16214
|
|
927
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_service_accounts_list.py,sha256=017k1z4IfCOn_ECXURdFonxkEyNHXEcTUmsJ_tLlEx0,8087
|
|
910
928
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py,sha256=UHC0YuI3eCf48fPGT4MLQ6AvbAuiCp4-OKvKv1e6XSk,16632
|
|
911
929
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_retrieve.py,sha256=gmrBC9rfQLrFWdzsVdZesy9kN9FNo9eTISJ-9stJIYA,4577
|
|
912
930
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_revenue_list.py,sha256=MTf6osV6jEoIDFFXDTSUu7PqdTw5MhSyiP8w255wZMo,4685
|
|
@@ -920,6 +938,8 @@ waldur_api_client/api/marketplace_service_providers/marketplace_service_provider
|
|
|
920
938
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_users_list.py,sha256=pbq5fisnIyVYe5o0MKJR9Sz9ItE45YnP0N-SzlcYkME,21637
|
|
921
939
|
waldur_api_client/api/marketplace_service_providers/service_provider_api_secret_code_generate.py,sha256=cvsjFDg_6d9z-u878Y1wPychR6gV0BacV1xx_tYUH6o,3567
|
|
922
940
|
waldur_api_client/api/marketplace_service_providers/service_provider_api_secret_code_retrieve.py,sha256=ZjxQej3Ymo1dOSemmSODi7jdfjAGLTo0FpSOjj_zgFg,3542
|
|
941
|
+
waldur_api_client/api/marketplace_service_providers/service_provider_compliance_overview.py,sha256=oQ-Clwcwy_vS11YomkWMnGk4CvG_c-COUxRDkLzYP7k,5493
|
|
942
|
+
waldur_api_client/api/marketplace_service_providers/service_provider_offering_users_compliance.py,sha256=kysmW716ZRfSfFlhOQI6ivcXUoLsRKTsZnCiMqiR0IM,6928
|
|
923
943
|
waldur_api_client/api/marketplace_stats/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
924
944
|
waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_count.py,sha256=iNYQg2nIN1vMJlcNXCakpyGufdSTWd2npdLojk7bXMI,4580
|
|
925
945
|
waldur_api_client/api/marketplace_stats/marketplace_stats_component_usages_list.py,sha256=gC6iXaubDY6LLFp9CjJmyvkFkcMurZWozIXgp-R2ziU,4541
|
|
@@ -965,6 +985,15 @@ waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_count
|
|
|
965
985
|
waldur_api_client/api/marketplace_stats/marketplace_stats_resources_limits_list.py,sha256=ntM4GlJbVkaBd2HOguA4ggTJWTsva5g-q4_JS7NyP8Q,4449
|
|
966
986
|
waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_count.py,sha256=ACNbgkE4Vw1GH9hHGMGWhw8sMXsAsuxitOrvRNCiI-Q,4607
|
|
967
987
|
waldur_api_client/api/marketplace_stats/marketplace_stats_total_cost_of_active_resources_per_offering_list.py,sha256=KYkKOYxVzyzss1eNTVn3A6uiCdJSrLc_43gRZcV1udo,4465
|
|
988
|
+
waldur_api_client/api/marketplace_user_offering_consents/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
989
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_count.py,sha256=QHEy3jD7pbSjNx2lipBQZTs-ThQxz_ayMC-URPhVt24,9797
|
|
990
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_create.py,sha256=q3P9mRg2bn6pIL4X5c3cBp1G0BPXdT76vXildDFJjrc,3804
|
|
991
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_destroy.py,sha256=G3V5LmmJKLqMKr77dpIfBtZYyNmM1wSBng3D8ummCzY,2068
|
|
992
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_list.py,sha256=D0Q-3G-nnhsICHodPTP-ev1iLSTby86qUieMSfa9jy4,9874
|
|
993
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_partial_update.py,sha256=Keb3DKGbyjiFCJytAhooKg32TqS9j5v8V0PmsV9an_4,4005
|
|
994
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_retrieve.py,sha256=APR-Je8TbIuJ1QUTbhiqrgyI0U9GnHSkAVwZJt8GY6w,3242
|
|
995
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_revoke.py,sha256=_J5YjiBsPheMAZar5pxx996F4DoNMiIf8PD3vWU4KNU,3458
|
|
996
|
+
waldur_api_client/api/marketplace_user_offering_consents/marketplace_user_offering_consents_update.py,sha256=gXAVmc-hFepHWlnYSgAl8AKqeslk6yDDo2tWQG_xKZ4,3925
|
|
968
997
|
waldur_api_client/api/media/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
969
998
|
waldur_api_client/api/media/media_retrieve.py,sha256=pEncIHp2-LWhXHElzUmdl9kc75RrBn3qcu2dB6gfI1w,3043
|
|
970
999
|
waldur_api_client/api/notification_messages/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -1354,6 +1383,10 @@ waldur_api_client/api/provider_invoice_items/__init__.py,sha256=5vd9uJWAjRqa9xzx
|
|
|
1354
1383
|
waldur_api_client/api/provider_invoice_items/provider_invoice_items_count.py,sha256=nkfstwYtBmOYepeyHQC2G-2_iA6RAjBc1R1CVtH3-v4,8977
|
|
1355
1384
|
waldur_api_client/api/provider_invoice_items/provider_invoice_items_list.py,sha256=_nCsAkaVJM921bQ05Z0cjkChfH_BE0gnVg9N4Y_E-cQ,8943
|
|
1356
1385
|
waldur_api_client/api/provider_invoice_items/provider_invoice_items_retrieve.py,sha256=6XdbzeMpLFXCMKbvB4urmOPM0Aw9yYdLcr-LAuO1bLI,3052
|
|
1386
|
+
waldur_api_client/api/public_maintenance_announcements/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
1387
|
+
waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_count.py,sha256=O2I1Y-VuJg__B7q-SXA83LAvRzew3Gd23DcmmisRotI,12724
|
|
1388
|
+
waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_list.py,sha256=BqHUCA4AwDsiPGi2G9Z5NRWE2nKblH2iw47eFSl2uHU,12920
|
|
1389
|
+
waldur_api_client/api/public_maintenance_announcements/public_maintenance_announcements_retrieve.py,sha256=LwUi79nqaPRmi9vaiKUAGAHaJbqHJgb9d7KDJP7BfHc,3376
|
|
1357
1390
|
waldur_api_client/api/query/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
1358
1391
|
waldur_api_client/api/query/query.py,sha256=XIlf-I5XENKAu7qg56t5XXtvOyWHBE3MZjguSUIZzRQ,3694
|
|
1359
1392
|
waldur_api_client/api/rabbitmq_user_stats/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -1499,6 +1532,9 @@ waldur_api_client/api/remote_waldur_api/remote_waldur_api_pull_order.py,sha256=b
|
|
|
1499
1532
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_push_project_data.py,sha256=XOyhT_ffaQiF94H1rSo6sQSI3nH9CZXAmgufnb4fH5U,2040
|
|
1500
1533
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_categories.py,sha256=OgV8YHNk75NKIhTFFT4-zB6gBX06R1rh98_lWf9OkqQ,5150
|
|
1501
1534
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_customers.py,sha256=G-2ZHX9DvOZUMeZXM55d10mEiPEmkeLkg9BV__MqNRY,5114
|
|
1535
|
+
waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_order_status_retrieve.py,sha256=EDTYbA-MFi6IA2ilPDrOmefbLE8GABVflXYlX618T1U,3485
|
|
1536
|
+
waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_status_retrieve.py,sha256=qnKvyVc3TySs-DXHWrXCX2Zf1vyppHrzKxqew_4lp-k,3579
|
|
1537
|
+
waldur_api_client/api/remote_waldur_api/remote_waldur_api_remote_resource_team_status_list.py,sha256=WneVOdpNoT5cwYQQYRmf1SCVdmr9g9jgTSiAEbBeCqg,4970
|
|
1502
1538
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_shared_offerings.py,sha256=aPcl-fsmEYKDx8x5Gu0_XjgPboeG36GyVjJUUdB1vps,5765
|
|
1503
1539
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_sync_resource.py,sha256=T26u4Yn1Z4fa1YzH0oJq94sqgUom367JikAQS26qqmY,2036
|
|
1504
1540
|
waldur_api_client/api/remote_waldur_api/remote_waldur_api_sync_resource_project_permissions.py,sha256=y5eubuu9e0xZQaypmJ4krwNVcSmHtm2cLsZR185I-pE,2056
|
|
@@ -1724,19 +1760,20 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1724
1760
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1725
1761
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1726
1762
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1727
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1763
|
+
waldur_api_client/models/__init__.py,sha256=jrRcvnGpBG2NCIpjKF5ZYeFEHCvgsxl1C7gmss6XNrU,149789
|
|
1728
1764
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1729
1765
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1730
1766
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
1731
|
-
waldur_api_client/models/admin_announcement.py,sha256=
|
|
1767
|
+
waldur_api_client/models/admin_announcement.py,sha256=a-_weD8WTVRKDKPYFmzh-8pbPGreuMrbMU5xQSqiAPc,10414
|
|
1768
|
+
waldur_api_client/models/admin_announcement_maintenance_affected_offerings_item.py,sha256=ZXnthBO3JKsaBEMh_TZUd2rsDV02fVFOaF13kbtnfRs,3299
|
|
1732
1769
|
waldur_api_client/models/admin_announcement_request.py,sha256=MqneJt7jiTdcH6-s0DS2cPOscz1hGN3UAq7O_4xPS6Q,2901
|
|
1733
1770
|
waldur_api_client/models/admin_announcement_type_enum.py,sha256=W6mc0uBbPMg1t14Bfe-tYy6OCWrDvj2iagpwXhmQw5A,208
|
|
1734
1771
|
waldur_api_client/models/admin_announcements_count_o_item.py,sha256=X6OhEzX95XYOgqBakA4nRpoHgV_0gPydRg3s-jcUIjU,378
|
|
1735
1772
|
waldur_api_client/models/admin_announcements_count_type_item.py,sha256=IQ8WD82Nk7yuMAvH7pe8rJh0bVQWMtmjOW3a7el-rlQ,214
|
|
1736
|
-
waldur_api_client/models/admin_announcements_list_field_item.py,sha256=
|
|
1773
|
+
waldur_api_client/models/admin_announcements_list_field_item.py,sha256=iP3v7kThlI2tATzx8GKvPfG8LaOq0GDoEkuzDFU-dvQ,746
|
|
1737
1774
|
waldur_api_client/models/admin_announcements_list_o_item.py,sha256=IzvWvcAZY17HOMEJbQ5ufgtJ9Ijnqir7cvIAAe3dbg0,377
|
|
1738
1775
|
waldur_api_client/models/admin_announcements_list_type_item.py,sha256=1mnYI4OT__yXG2krVjzuY3UIsY23rKtYg-4CQ8spLns,213
|
|
1739
|
-
waldur_api_client/models/admin_announcements_retrieve_field_item.py,sha256=
|
|
1776
|
+
waldur_api_client/models/admin_announcements_retrieve_field_item.py,sha256=RVmWhCZ_qAel_VpZduIksQn4idvJcoPdMvBV1ZfWnac,750
|
|
1740
1777
|
waldur_api_client/models/agreement_type_enum.py,sha256=d65Ve-D9A6zXTX27Lr9zyOfh-BUdkIYEcNLoVhPs4Vc,152
|
|
1741
1778
|
waldur_api_client/models/allocation_time_enum.py,sha256=wqkSAKU9Qz6ceyiLsIh0mBCCswzpQhdn2s7vQ07iOLA,185
|
|
1742
1779
|
waldur_api_client/models/answer.py,sha256=iXhE6liqEJ-Gg-iQRNzvWloyjWU3JA0UHTc8-lGG9Jo,3805
|
|
@@ -1792,6 +1829,7 @@ waldur_api_client/models/azure_sql_databases_list_field_item.py,sha256=nXSDlsPjg
|
|
|
1792
1829
|
waldur_api_client/models/azure_sql_databases_list_state_item.py,sha256=b0rmxCxyGVoKpWLN8X_sAkIe7o8I6Ys6Cw2_O2dGr3A,381
|
|
1793
1830
|
waldur_api_client/models/azure_sql_databases_retrieve_field_item.py,sha256=mNNFjCYFJ1427oYWVyZe5w6Ba9ghiL5Nj-d5MzapRiw,1821
|
|
1794
1831
|
waldur_api_client/models/azure_sql_server.py,sha256=11Ax0wfRyXC7ssJXSQoCE3eaqScZEUK5cyNOILMvmqA,24865
|
|
1832
|
+
waldur_api_client/models/azure_sql_server_create_order_attributes.py,sha256=vHQYFAsUwNg1__k2nGNOtqGt5GXj0HBQWOace2RPBl0,2404
|
|
1795
1833
|
waldur_api_client/models/azure_sql_server_marketplace_offering_plugin_options_type_0.py,sha256=AbDBcta3XYFoiaNJD6dG1D5n4cvBKgc7ATdWe_1Opnk,1421
|
|
1796
1834
|
waldur_api_client/models/azure_sql_server_request.py,sha256=iNo3yBD0Y8z31Ep49e82qTjBZ0YeaRdFoA_Jw2LyPPs,3174
|
|
1797
1835
|
waldur_api_client/models/azure_sql_servers_count_state_item.py,sha256=b3vz6aspjJFFvRIlIY1vtusmu3R90BFJl3nMgYext_Y,380
|
|
@@ -1799,6 +1837,7 @@ waldur_api_client/models/azure_sql_servers_list_field_item.py,sha256=Sp2qW5h5koI
|
|
|
1799
1837
|
waldur_api_client/models/azure_sql_servers_list_state_item.py,sha256=5dPvtneQeEt-TPocn697pPhbbvntVAkd4_9oTcyjtBI,379
|
|
1800
1838
|
waldur_api_client/models/azure_sql_servers_retrieve_field_item.py,sha256=okq1V_l_bK5Fs6TqarDjGnzKLHDUVedb2zFP6-xcxS8,1789
|
|
1801
1839
|
waldur_api_client/models/azure_virtual_machine.py,sha256=8ri-SfRyNFr1iClwSkQSWTLJFd8xghPMsu9B76MiqFs,30702
|
|
1840
|
+
waldur_api_client/models/azure_virtual_machine_create_order_attributes.py,sha256=MMMA3ZyzEpxOWzuQXCmQuwkn23VnkVkhes7KGYxumwA,2733
|
|
1802
1841
|
waldur_api_client/models/azure_virtual_machine_marketplace_offering_plugin_options_type_0.py,sha256=2w7fPRIfN8TLDaj-PaLYDv28XDBtUxcEOWKNjRb0Ws4,1446
|
|
1803
1842
|
waldur_api_client/models/azure_virtual_machine_request.py,sha256=6NWcdy6tYwev-GxbmdDQFAP3wrxQZw1YuyceZTcRUbw,3901
|
|
1804
1843
|
waldur_api_client/models/azure_virtualmachines_count_state_item.py,sha256=2-dXkdIe9hUeApBUfFIElofO3Y4CcvQaKdKSy_sdbTY,385
|
|
@@ -1835,24 +1874,24 @@ waldur_api_client/models/base_public_plan_prices.py,sha256=FjzN9gfFIDspyDDoklul-
|
|
|
1835
1874
|
waldur_api_client/models/base_public_plan_quotas.py,sha256=GHMAVvgS7UI7IvGwcZfZX0zvcD9YawKfYm7DMMBtN6Y,1257
|
|
1836
1875
|
waldur_api_client/models/base_public_plan_request.py,sha256=1Ss7nNWM-TXUaQM_SZd07viRY1gS4xXKMgdTsNTGCcs,4528
|
|
1837
1876
|
waldur_api_client/models/basic_customer.py,sha256=92ciC4JHKiLExB9KwgBcPzk4d2LgDQQAD5RRUq9BqJA,1625
|
|
1838
|
-
waldur_api_client/models/basic_user.py,sha256=
|
|
1877
|
+
waldur_api_client/models/basic_user.py,sha256=108Y6Nv2j7LnYDJAV27MJcC7X2g9e2qEAglw7VUG7xE,3808
|
|
1839
1878
|
waldur_api_client/models/billing_type_enum.py,sha256=24gCrFGiwo7CC2sz64h9A6TWy40qLV4CiBiO_2sdy2Q,212
|
|
1840
1879
|
waldur_api_client/models/billing_unit.py,sha256=815EwV5FnAVeqgAiSI2NER8kgxXTmMOhLvdBHfAo2M0,250
|
|
1841
1880
|
waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQx4Cqm5LYo,131
|
|
1842
1881
|
waldur_api_client/models/booking.py,sha256=4jzkRYuLTxwLjJ9RrEza5-QHWXUp7qcQIbpAhzlw3E4,2310
|
|
1843
|
-
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=
|
|
1844
|
-
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=
|
|
1845
|
-
waldur_api_client/models/booking_resource.py,sha256=
|
|
1882
|
+
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=ohR3nC4eSgkiMcqTBeSlYtR1fCstSI4-gQFPfVlW8KU,2062
|
|
1883
|
+
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=_okusQR7qJtZYhI9UQsMqPYiNpG3pUwD4jDAW5bthu8,2066
|
|
1884
|
+
waldur_api_client/models/booking_resource.py,sha256=xOalbDcdfnBcnXz-2A5p44rlSMRRgj-uMTNtUd0EOvE,46054
|
|
1846
1885
|
waldur_api_client/models/booking_resource_attributes.py,sha256=-ROfxmUxJIXzReYTBnSt6WBJ2BKuB9HnA2W7N_4fS8M,1273
|
|
1847
1886
|
waldur_api_client/models/booking_resource_current_usages.py,sha256=a73D0wzM9FyCwpbNtBqs0RmtH4T-3dHW8Thz_zQG-v0,1291
|
|
1848
1887
|
waldur_api_client/models/booking_resource_limit_usage.py,sha256=Tacd5sbZ77Tdh_82RIj1UVLfksyNGKDw7cyuzT3cs7E,1282
|
|
1849
1888
|
waldur_api_client/models/booking_resource_limits.py,sha256=1E9knmsKpWCxrD2AOxnTuAq8t0TX-pJLytnoLdwUDtM,1253
|
|
1850
1889
|
waldur_api_client/models/booking_resources_count_o_item.py,sha256=ZS8zqPlFF5mgV5z2QqGl3-7QKy-oGHzROWgRvEmQGlk,315
|
|
1851
1890
|
waldur_api_client/models/booking_resources_count_state_item.py,sha256=bKckoHmMX8OO7s9-5QEgLyqD456_LnFwQ1SK2i16BD0,283
|
|
1852
|
-
waldur_api_client/models/booking_resources_list_field_item.py,sha256=
|
|
1891
|
+
waldur_api_client/models/booking_resources_list_field_item.py,sha256=nt0K78pYNlFEP11dm6pPcbgfbDGDJlgu4LBmU3t9k0o,3126
|
|
1853
1892
|
waldur_api_client/models/booking_resources_list_o_item.py,sha256=WFuW7JSjD2yDYdIwpHF13GHTbBBYFC3BdSuKkMLQsAY,314
|
|
1854
1893
|
waldur_api_client/models/booking_resources_list_state_item.py,sha256=LrMTdolv4O03o2xpogqhNSZLZN929KwS-NcIVHIpQRI,282
|
|
1855
|
-
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=
|
|
1894
|
+
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=eXQJ3_Y1jgJtjaRmMaspjA3ODqt-r8DeCNEmGmyAiwk,3130
|
|
1856
1895
|
waldur_api_client/models/booking_slot.py,sha256=UYWc6nhl4sV-vWEH3aFSVd_p56PZWlyfTax5OM3bNBE,2665
|
|
1857
1896
|
waldur_api_client/models/broadcast_message.py,sha256=ONqCCPSNFNll3yo3I1G0RFzOK7nH5vdhypJd2pvtuKM,5447
|
|
1858
1897
|
waldur_api_client/models/broadcast_message_request.py,sha256=bQsI-PbdgIMPXZzG002zre9I3gytsN0YfB9Oaz9y9gQ,2983
|
|
@@ -1905,6 +1944,7 @@ waldur_api_client/models/checklist_category.py,sha256=8gWtdw4YWfcFLgSlxKcsRmwTRS
|
|
|
1905
1944
|
waldur_api_client/models/checklist_category_request.py,sha256=mn1XADGGpbL8GV0Ea6sC4Gbw9tqyAm8wS1RdEf3n9_k,2872
|
|
1906
1945
|
waldur_api_client/models/checklist_completion.py,sha256=gVYMKGeTlgf2N1X6Recys_d1m4Drh2s0WSzbuCnpexY,3597
|
|
1907
1946
|
waldur_api_client/models/checklist_completion_reviewer.py,sha256=kdb_W_tgntIwCS2SX854WnGgYXt1_sri9X2kxqeN3BA,6864
|
|
1947
|
+
waldur_api_client/models/checklist_info.py,sha256=4AI4bn1GN_qy0hbNsO3LMk4bioBZuTChWdepOWZtuUM,1868
|
|
1908
1948
|
waldur_api_client/models/checklist_operators.py,sha256=twlo3uTWz5NVSBJkKqfxCplz-jtanwfoWGroCDJ5vRA,237
|
|
1909
1949
|
waldur_api_client/models/checklist_request.py,sha256=Kdd8hm4h9hTXHzmAzoM0Qv7Ow5cMMzassklbGo5l2hc,3626
|
|
1910
1950
|
waldur_api_client/models/checklist_response.py,sha256=8DplMybK5EYWhiID8cas5jE3oT-IdCT5RQ8KJQ3GPwU,2941
|
|
@@ -1916,6 +1956,7 @@ waldur_api_client/models/cluster_security_group.py,sha256=ojskY1cqpooZkg6MwqlP80
|
|
|
1916
1956
|
waldur_api_client/models/cluster_security_group_request.py,sha256=of1ptY48enXD6JFhsdmr6P-TNemye2L4P814RYVG3dg,2186
|
|
1917
1957
|
waldur_api_client/models/comment.py,sha256=6KL2r7X-4eSmEBHg07uZfWsvtox_wXgY4O53-bJ-tNw,5374
|
|
1918
1958
|
waldur_api_client/models/comment_request.py,sha256=A7JHg8FZYa2TT1sUq5gGlPk6nPHa3NuDDQJ-9ElXYFk,1844
|
|
1959
|
+
waldur_api_client/models/compliance_overview.py,sha256=b2CstQlrTdnHWMtDocesHQU3yuPydlMEvgzcuW5Gzyw,3018
|
|
1919
1960
|
waldur_api_client/models/component_stats.py,sha256=v1tuSELb8qjkicnNBswhTp2rQQIURiUSNThG-TYnuVE,3292
|
|
1920
1961
|
waldur_api_client/models/component_usage.py,sha256=pjo37avLhH3Rm6Fv46X_LotpQbqGzo58N7hEC-XiStg,9328
|
|
1921
1962
|
waldur_api_client/models/component_usage_create_request.py,sha256=YBjQTfIjfmzK9mlWODe0Z7RtbQSFyDLx_VVSbfMt1gA,3296
|
|
@@ -1949,9 +1990,9 @@ waldur_api_client/models/create_customer_credit.py,sha256=TM58hhhZrbXjL9NSI8Iz6y
|
|
|
1949
1990
|
waldur_api_client/models/create_customer_credit_request.py,sha256=ApbJdY0_m8aRtLLRqNBiPr0Etm58obOl51q397u_qBI,6261
|
|
1950
1991
|
waldur_api_client/models/create_feedback.py,sha256=dg_TA1UmIb7dMt0G3LobGCFnLvgPp764poxf7S8QUD4,2141
|
|
1951
1992
|
waldur_api_client/models/create_feedback_request.py,sha256=6VLNIS2OZWVB62LZsQddVHFF38sZwoTLweNEe8Dc4JU,2001
|
|
1952
|
-
waldur_api_client/models/create_router.py,sha256=
|
|
1953
|
-
waldur_api_client/models/create_router_request.py,sha256=
|
|
1954
|
-
waldur_api_client/models/customer.py,sha256=
|
|
1993
|
+
waldur_api_client/models/create_router.py,sha256=HJJyWEXi40IPO-Rlrp7WkRJ98z91idYpIx5tqyXw3g4,2392
|
|
1994
|
+
waldur_api_client/models/create_router_request.py,sha256=0sH2R_G5A47EYsLeA5Kft3RRxyVysSbAeywyqG7haoY,1683
|
|
1995
|
+
waldur_api_client/models/customer.py,sha256=SpkdA7oK25L3atT1iskvGunnPiPTr4yFZ5fBoVZB_CM,26853
|
|
1955
1996
|
waldur_api_client/models/customer_credit.py,sha256=IYarobXZWt_sD8FVFo_8-14ZXqmL-_3_1qyIc6cAQRo,7914
|
|
1956
1997
|
waldur_api_client/models/customer_credit_consumption.py,sha256=CtY9DfHbtQrBMO54YbIWFjz0yDEIluKcIK3te7oeNSk,1765
|
|
1957
1998
|
waldur_api_client/models/customer_credit_request.py,sha256=l3HiDzf3gC8l1U_LHFGGvWv-8S3eIvZgdUEEXkqBD4g,5212
|
|
@@ -1972,10 +2013,10 @@ waldur_api_client/models/customer_request.py,sha256=ciVh6nSj0zTiyRbzC31KV8y0ViwI
|
|
|
1972
2013
|
waldur_api_client/models/customer_service_account.py,sha256=64o_Q8h3xWJd5RKv2NrhKWljD0mj8Xe773kOB9AGIww,5523
|
|
1973
2014
|
waldur_api_client/models/customer_service_account_request.py,sha256=-Vv3xy3PcvrOqvJnPojespdWNnUzS8u1iIhh70Ds1HU,3198
|
|
1974
2015
|
waldur_api_client/models/customer_user.py,sha256=JVy0av65J6zKkZt3GXedtxIPObV2-K57IVhnBTA99QM,6489
|
|
1975
|
-
waldur_api_client/models/customers_list_field_item.py,sha256=
|
|
2016
|
+
waldur_api_client/models/customers_list_field_item.py,sha256=HtpS0Wj8DAPpaF7nGkvZmpjnsYMNErLqkL_G23PuPDE,1741
|
|
1976
2017
|
waldur_api_client/models/customers_list_users_list_field_item.py,sha256=9spxa9guNBH9yl7uMfq8uB10qMkyvbv-6azlE28GSNo,526
|
|
1977
2018
|
waldur_api_client/models/customers_list_users_list_o_item.py,sha256=RduNd0KkKSWYnrchGdvDPkGU3pecMGliNCwLim8AACk,320
|
|
1978
|
-
waldur_api_client/models/customers_retrieve_field_item.py,sha256=
|
|
2019
|
+
waldur_api_client/models/customers_retrieve_field_item.py,sha256=8AwrTgqjnFocGrgo5fBwlz2Dkwnu9RPPc_5jEY7XyT4,1745
|
|
1979
2020
|
waldur_api_client/models/customers_users_list_field_item.py,sha256=EKJsoRBogY9RSMQscnBi4GTxTNq6qsE3Qi-04o1c-ow,354
|
|
1980
2021
|
waldur_api_client/models/daily_quotas_retrieve_response_200.py,sha256=WncJ86MBnyfEgoVIRKD3CLGUOFxVL6t4ui1niQSMaow,1614
|
|
1981
2022
|
waldur_api_client/models/data_volume.py,sha256=tp_3-5biVf-VvAoBVQOkTsLQeRBl554_u4-Hj1oZzbw,2712
|
|
@@ -2034,18 +2075,19 @@ waldur_api_client/models/feature_values_body.py,sha256=wnKEIsuNjZ6gxFLF1cVcACHmB
|
|
|
2034
2075
|
waldur_api_client/models/feedback.py,sha256=YxnNgzo4ib0S54h-p3wdwA33to-nWgMepU34OowFxG8,3578
|
|
2035
2076
|
waldur_api_client/models/financial_report.py,sha256=-itpUYjXopTwUrRi0OVNULYP2F6dLzwTll3e9tljGOw,5212
|
|
2036
2077
|
waldur_api_client/models/financial_report_email_request.py,sha256=amhbhHm6ZoDS0aaKcZxj0FZ-0EOBWYHnCZ6Ii9lYqFM,1874
|
|
2037
|
-
waldur_api_client/models/fingerprint.py,sha256=
|
|
2078
|
+
waldur_api_client/models/fingerprint.py,sha256=rn_rKFukTKy_QwG62Glm2shmV8pNpZ-cebONS8OIe5k,2002
|
|
2038
2079
|
waldur_api_client/models/firecrest_job.py,sha256=lEfNqYp-PEKoPQqk0fE3CYt3Xdjj1VtYaFcj8hOQ-cc,14565
|
|
2039
2080
|
waldur_api_client/models/firecrest_job_request.py,sha256=Zw_Eo-r4HPXhPwWhmJWy2BX4xnMfrIGxk3EIXevBXKU,2789
|
|
2040
2081
|
waldur_api_client/models/freeipa_profile.py,sha256=fNJNi4n5lXgdHpuBn1ehJNL2Hwz_4nL03DtTpfvDZ-U,3654
|
|
2041
2082
|
waldur_api_client/models/freeipa_profile_request.py,sha256=1lYxvl7aYf-1QyqRWUzu2DKeW9sT4WYxjZ1Hv69V7ys,2407
|
|
2042
|
-
waldur_api_client/models/
|
|
2043
|
-
waldur_api_client/models/
|
|
2044
|
-
waldur_api_client/models/
|
|
2083
|
+
waldur_api_client/models/generic_order_attributes.py,sha256=RgYMDlYv0z0sRRmTJMKlDTDmJZiQEEgegCViIO8Kg1s,2091
|
|
2084
|
+
waldur_api_client/models/google_auth_authorize_retrieve_field_item.py,sha256=EYyy4xRuQ8PmY7WD2d4yDEY_AZ4XdfUgcXaCEBm9KBQ,835
|
|
2085
|
+
waldur_api_client/models/google_auth_list_field_item.py,sha256=N9wBLXRMswJTTvGcunhvwmgq9PlIQhSrbesFOPWbKQw,822
|
|
2086
|
+
waldur_api_client/models/google_auth_retrieve_field_item.py,sha256=mzaG_04NGLbz3rHmuSU95LyVXi6SwSkxxIy9uZBIBvA,826
|
|
2045
2087
|
waldur_api_client/models/google_calendar.py,sha256=Eu1yPilxvb5q0OZuhGa5cIxh-dC3s8IWdpjaLkkjDrY,2563
|
|
2046
|
-
waldur_api_client/models/google_credentials.py,sha256=
|
|
2047
|
-
waldur_api_client/models/group_invitation.py,sha256=
|
|
2048
|
-
waldur_api_client/models/group_invitation_request.py,sha256=
|
|
2088
|
+
waldur_api_client/models/google_credentials.py,sha256=YINL5k2r3pU00FtzsLUfk6bxDHEbeNeFX89VZrYX6oA,9669
|
|
2089
|
+
waldur_api_client/models/group_invitation.py,sha256=msqMSle9MpWbuP26poicjHxG5DGB1aiTI-Hy5sQWz18,9113
|
|
2090
|
+
waldur_api_client/models/group_invitation_request.py,sha256=8fWYy15B001aVzROoNQQtUkTLL_dR9y5URJlEtsz_iE,5446
|
|
2049
2091
|
waldur_api_client/models/guest_os_enum.py,sha256=Xq1NMZXuuon1ZesMWJuSsnRW1VqHl9zeum-LFXfI5Bs,4702
|
|
2050
2092
|
waldur_api_client/models/guest_power_state_enum.py,sha256=xY6nEbX2p-J0q3sQ6PWXNa8THVnkAmgZ9pfwS_dMnaE,300
|
|
2051
2093
|
waldur_api_client/models/hooks_web_count_content_type.py,sha256=O0rvM-2mU9qCLodYwcRnl-5LI0YBYm5dr-ferea6k9c,162
|
|
@@ -2059,7 +2101,7 @@ waldur_api_client/models/impact_level_display_enum.py,sha256=sF0qoI3Rp2vQncS1rvW
|
|
|
2059
2101
|
waldur_api_client/models/impact_level_enum.py,sha256=9zGNMgukh2xEWZR52KeXICqCdwtOV1bS1pqRiMYpC0s,185
|
|
2060
2102
|
waldur_api_client/models/import_resource_request.py,sha256=z4GVagmo320HAqEfA2KuV3UqrNqc8MoFUogoepgGiZk,2649
|
|
2061
2103
|
waldur_api_client/models/importable_resource.py,sha256=Gufpmtymf6opPRjBImIeif32VHBPAAqgOZLT15U4ctM,2039
|
|
2062
|
-
waldur_api_client/models/instance_flavor_change_request.py,sha256
|
|
2104
|
+
waldur_api_client/models/instance_flavor_change_request.py,sha256=CbqnP-P_FG6V5W55-fBvs050FooV7FfqYt8XX_CvIzY,1640
|
|
2063
2105
|
waldur_api_client/models/integration_status.py,sha256=q7Xidrl3tZG8keEQKFG98bQU8VqkWPV4fYNnUxBMtzw,3310
|
|
2064
2106
|
waldur_api_client/models/integration_status_details.py,sha256=NeogZdTaU7qlP8c8OJhaWZoEhD6HdMFKKBLghA323A8,3014
|
|
2065
2107
|
waldur_api_client/models/invitation.py,sha256=GNLgoetSeYeUB9mTomtvP0xVZoMv37ydSHE6pqbAvtA,8162
|
|
@@ -2128,7 +2170,7 @@ waldur_api_client/models/link_to_invoice.py,sha256=6SCGvQQEpy3s043vRntS7_vl60kc8
|
|
|
2128
2170
|
waldur_api_client/models/link_to_invoice_request.py,sha256=H0lTJwGuLFbcUip34pecMQ9tx3kccchGnpt81jvIgok,1518
|
|
2129
2171
|
waldur_api_client/models/logout.py,sha256=CJnzoxZkv_uMdiY_U5we9NeTS8SwjtuAit8PEI_mXUs,1469
|
|
2130
2172
|
waldur_api_client/models/maintenance_action_response.py,sha256=TlRdyxmrqxsXY5tJyMSPrW3sYaU9q3-ie2VskVcuVuc,1576
|
|
2131
|
-
waldur_api_client/models/maintenance_announcement.py,sha256=
|
|
2173
|
+
waldur_api_client/models/maintenance_announcement.py,sha256=2A_4-7w1sJTvXzdumfc9zryJ5X2afmauZ6lf9j7ycHE,8668
|
|
2132
2174
|
waldur_api_client/models/maintenance_announcement_offering.py,sha256=S4vVnplIGNtfgvZkX4iWhDt9DycqQsTFzI88J3mHeG0,3961
|
|
2133
2175
|
waldur_api_client/models/maintenance_announcement_offering_request.py,sha256=JklXfrM6kYtcNmP2hkKmnCIkaxcd2GVX4pBnNzes_AE,3014
|
|
2134
2176
|
waldur_api_client/models/maintenance_announcement_offering_template.py,sha256=7MULhc1hdiodZGnSLskAxIiA6L2T5AaLlJUpVgeYDy0,3899
|
|
@@ -2172,6 +2214,7 @@ waldur_api_client/models/marketplace_integration_statuses_count_o_item.py,sha256
|
|
|
2172
2214
|
waldur_api_client/models/marketplace_integration_statuses_count_status_item.py,sha256=kJZwIaF70YAvD_mCPyty6tFrxXjlftwv8w7_g83nLB0,230
|
|
2173
2215
|
waldur_api_client/models/marketplace_integration_statuses_list_o_item.py,sha256=mm7umWZKYiFkCagDHrniEy7ip7gTppY9Q2-nvt7RKGg,238
|
|
2174
2216
|
waldur_api_client/models/marketplace_integration_statuses_list_status_item.py,sha256=J2ruGcs9kU4-XkpTWUZfG6QsgxwV8bT95dISWFdIOpA,229
|
|
2217
|
+
waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py,sha256=cTJruGcm4GWodnmY41gBqWlakxExuSV9KqxoDnJX5_8,6336
|
|
2175
2218
|
waldur_api_client/models/marketplace_offering_files_count_o_item.py,sha256=7skiXTHU0Im6GK_j5rDlX1khrv8An36whOBiv4kCKKQ,228
|
|
2176
2219
|
waldur_api_client/models/marketplace_offering_files_list_field_item.py,sha256=683OyttW1XNU7NaKgeYCffvyUdGKkv7npOHenzwSb0k,262
|
|
2177
2220
|
waldur_api_client/models/marketplace_offering_files_list_o_item.py,sha256=VCMg1Elvy3njkaCfXq68nvpdMwZGxvftehsS0qO9PdU,227
|
|
@@ -2182,6 +2225,8 @@ waldur_api_client/models/marketplace_offering_permissions_log_count_o_item.py,sh
|
|
|
2182
2225
|
waldur_api_client/models/marketplace_offering_permissions_log_list_o_item.py,sha256=Isfpdz7Az8CREK5_qy8uOtlhGm1pGU1Wv__bk84t1oY,520
|
|
2183
2226
|
waldur_api_client/models/marketplace_offering_referrals_count_o_item.py,sha256=EVm8P8SrXhQZCY_R1EoI3XJGElbnaXt8PSOpjMHYXr4,332
|
|
2184
2227
|
waldur_api_client/models/marketplace_offering_referrals_list_o_item.py,sha256=r3xz2GIMJzJyh0hC49YDLUHoeBusZZ1oh6E-otXXs_8,331
|
|
2228
|
+
waldur_api_client/models/marketplace_offering_terms_of_service_count_o_item.py,sha256=YC8w4dgxlMw2554G5nLjsyu7dX4PsHon61bYTYs-6Ls,298
|
|
2229
|
+
waldur_api_client/models/marketplace_offering_terms_of_service_list_o_item.py,sha256=iADgb33yELYGVdpRCkCZ7KmHN9V7JyJfWz9Tg06mlKc,297
|
|
2185
2230
|
waldur_api_client/models/marketplace_offering_users_count_o_item.py,sha256=22NYGwaxRrihuBYIC98ueUMTS0SVVL_WsZQDcbMfbv8,292
|
|
2186
2231
|
waldur_api_client/models/marketplace_offering_users_count_state_item.py,sha256=nV5zDICTuEOI7mH6dzSwANrAfQ-4NH24NLfU-mJ6ioY,507
|
|
2187
2232
|
waldur_api_client/models/marketplace_offering_users_list_field_item.py,sha256=B_8pKfNSoTNzpOb6NxBTsFzDwgGbSLKW8zDqICOCegM,752
|
|
@@ -2191,11 +2236,11 @@ waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py,sha25
|
|
|
2191
2236
|
waldur_api_client/models/marketplace_orders_count_o_item.py,sha256=DxMIDfHXaaBoRuj0bJw-S3wP14tlYP-g5PedQgTIgw4,352
|
|
2192
2237
|
waldur_api_client/models/marketplace_orders_count_state_item.py,sha256=R0WyGuAWAn_Ri-YIcJWUpy_1QY7au8r5LlbmUBqmPq0,378
|
|
2193
2238
|
waldur_api_client/models/marketplace_orders_count_type_item.py,sha256=ltCcvN_9fPnEZgo0JNJivVbnqbuQfMfRrJITXaA_1ZM,207
|
|
2194
|
-
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=
|
|
2239
|
+
waldur_api_client/models/marketplace_orders_list_field_item.py,sha256=xG6UP696VWysUp1VDqV_Ro2egUN7Kz1IhsLv5MWuXn8,2769
|
|
2195
2240
|
waldur_api_client/models/marketplace_orders_list_o_item.py,sha256=J8BXuVNPKH788swm6gPgaih5m5scbagGKtrYbqDIT2M,351
|
|
2196
2241
|
waldur_api_client/models/marketplace_orders_list_state_item.py,sha256=2WvjJmJ5SVVvr_9-Z-yXLyWOUFhMcFdskp7EWEHDUZM,377
|
|
2197
2242
|
waldur_api_client/models/marketplace_orders_list_type_item.py,sha256=qqdD-NDcSH4rjvdmg2rTIR3EVb3VlWobXIeqLVMZTnU,206
|
|
2198
|
-
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=
|
|
2243
|
+
waldur_api_client/models/marketplace_orders_retrieve_field_item.py,sha256=4JZ2GdYQEpiwBw1fBjoRGgOXi7B_H9NId0a-illAVMA,2773
|
|
2199
2244
|
waldur_api_client/models/marketplace_project_update_requests_count_state_item.py,sha256=ilbTXO4BU5GYmPKAYAkfhI-GmFYmR-Yk1PnUnoParOQ,273
|
|
2200
2245
|
waldur_api_client/models/marketplace_project_update_requests_list_state_item.py,sha256=u5wQrZBre55zEP6MSAtU0gxZCeDhWSUP6It7o-I_U_o,272
|
|
2201
2246
|
waldur_api_client/models/marketplace_provider_customer.py,sha256=3WEUtONXX3KNf91bQQcHMeyaNYm0kAYw6qUpnQuMsOE,7604
|
|
@@ -2212,41 +2257,44 @@ waldur_api_client/models/marketplace_provider_offerings_groups_count_o_item.py,s
|
|
|
2212
2257
|
waldur_api_client/models/marketplace_provider_offerings_groups_count_state_item.py,sha256=l0e8cGXugjKGB3btHXuCBWZ5BW_AThDRZC4ssKAe88U,243
|
|
2213
2258
|
waldur_api_client/models/marketplace_provider_offerings_groups_list_o_item.py,sha256=4Nv6tiVXHTxyeS9DPwHcbZxy_wtwKbZdyNfCUelXics,539
|
|
2214
2259
|
waldur_api_client/models/marketplace_provider_offerings_groups_list_state_item.py,sha256=QAmKJr8uZWW5MOjwC3EG5QqVuzb6VG82475Yt87C7Wc,242
|
|
2215
|
-
waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py,sha256=
|
|
2216
|
-
waldur_api_client/models/marketplace_provider_offerings_list_field_item.py,sha256=
|
|
2260
|
+
waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py,sha256=oyrO0NV5ZrilpzoWzGQ9QarLCkxtkoJGSrqBCfnFpc0,2307
|
|
2261
|
+
waldur_api_client/models/marketplace_provider_offerings_list_field_item.py,sha256=SA4EmSYbPa5D-nxPTp0IJl55Za9XjLPJSwPI11STeuk,2276
|
|
2217
2262
|
waldur_api_client/models/marketplace_provider_offerings_list_o_item.py,sha256=noqL4fqFSBmmSXLkpsnhfQL83GvBhu9_6j7PS3Ex4FM,533
|
|
2218
|
-
waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py,sha256=
|
|
2263
|
+
waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py,sha256=BCCOgwPnlSUb21U70Fo90V7VR4m2E8RFRQnWJaixa6s,2306
|
|
2219
2264
|
waldur_api_client/models/marketplace_provider_offerings_list_state_item.py,sha256=VbXmxzuUMPNqevY4p9N6Noj_BpU3gQ_Dvp7cvslq2N0,236
|
|
2220
2265
|
waldur_api_client/models/marketplace_provider_offerings_list_users_list_field_item.py,sha256=N2cESlg4R_Tdbmt22VKqwT2ICxm7xqoyLFqhN12W4vw,545
|
|
2221
2266
|
waldur_api_client/models/marketplace_provider_offerings_list_users_list_o_item.py,sha256=zgWzmK1YEax_dOY7_wbSuDlxUcH6fACIKrDhHin5-nw,339
|
|
2222
|
-
waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py,sha256=
|
|
2223
|
-
waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py,sha256=
|
|
2267
|
+
waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py,sha256=UmIxapRGO50KGyRlNRynz6BEsU001GWreMpwvnnoHi4,2280
|
|
2268
|
+
waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py,sha256=avpaxBRytutfAwgxqDSM_idUhrF6hImNHXXbbBNWPzM,2285
|
|
2224
2269
|
waldur_api_client/models/marketplace_provider_offerings_update_attributes_body.py,sha256=Y8gueWRNEvLSCC4yYqTiKBCUlBmVOqxCuWQcawa2e5M,1397
|
|
2225
|
-
waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py,sha256=
|
|
2270
|
+
waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py,sha256=2MZ-3yx_LhgN2icCHdqIK06O5Kg2t9NzabGvkGyaLFE,2301
|
|
2226
2271
|
waldur_api_client/models/marketplace_provider_resources_count_o_item.py,sha256=UEP9YJpcdqfWSIkUCDkChOJzp-67z3GhwGbun1rbLro,339
|
|
2227
2272
|
waldur_api_client/models/marketplace_provider_resources_count_state_item.py,sha256=wx7TiZla-JWBf3_W-OnoyLo_X5MKW30FgpMG1vdByc8,295
|
|
2228
|
-
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=
|
|
2229
|
-
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=
|
|
2273
|
+
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=DTK1GHI5sjXcaOyi9_34MhVeUUM-fgKAPGrtBb-ZvmM,2813
|
|
2274
|
+
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=NJHuq2tOQp6H5qFtO435VO8tqgl0m9MJtZ5oZYtX43Y,2802
|
|
2230
2275
|
waldur_api_client/models/marketplace_provider_resources_list_o_item.py,sha256=86IdhpI7ndmqcLIcfzu3K6vdC2CuMdU8YCb0IA8pSa0,338
|
|
2231
2276
|
waldur_api_client/models/marketplace_provider_resources_list_state_item.py,sha256=dsQU4dvVC1Qr1L_w7N5qaLQ-AFamfaIOeXC9lGOKbI4,294
|
|
2232
2277
|
waldur_api_client/models/marketplace_provider_resources_pull_response_200.py,sha256=ChnkdxT6DjqobQmFnO7a7lMC41AFj63ZXvJyh3WlTDw,1372
|
|
2233
|
-
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=
|
|
2278
|
+
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=I_xEWf2BvfG74zA2BChZKIT7TvHoVwRRwzDS-ay9dlA,2806
|
|
2234
2279
|
waldur_api_client/models/marketplace_public_offerings_count_o_item.py,sha256=jSmkX5IOfP-F3WKOQKZo8vPcl3WwzngaiafuuQsx5ZQ,532
|
|
2235
2280
|
waldur_api_client/models/marketplace_public_offerings_count_state_item.py,sha256=q2bcn0rI1-o9v9ZqxiveZcno1fzBfIsBiGtEvwbCpTQ,235
|
|
2236
|
-
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=
|
|
2281
|
+
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=GP9og7j5lofiOu3EW4Z7IsKu9ZLuNiBDjTzHm05akH8,2192
|
|
2237
2282
|
waldur_api_client/models/marketplace_public_offerings_list_o_item.py,sha256=eI4ZG-bW8TUt6ACr6YG3hEY0ffOsv0AZw14K75LP74w,531
|
|
2238
2283
|
waldur_api_client/models/marketplace_public_offerings_list_state_item.py,sha256=P77-cZEJWwUogiuIzZmk-k9MQKlFl5BUTpFtZ98lmtY,234
|
|
2239
|
-
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=
|
|
2284
|
+
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=lJnCQ6-pY0lc1LtE6Z5YKnmvGWZ53lg0qDFMIdlx_P8,2196
|
|
2285
|
+
waldur_api_client/models/marketplace_rancher_create_order_attributes.py,sha256=x0S35SetRKUIcWVLYPLTSYVkNsVES3JLuVpPyn7W6rk,4726
|
|
2240
2286
|
waldur_api_client/models/marketplace_resources_count_o_item.py,sha256=JFThimhsqh4SgNRVF1ryOSBXeLxjo71g4_aTBpfbvXc,331
|
|
2241
2287
|
waldur_api_client/models/marketplace_resources_count_state_item.py,sha256=wE1G-QO4AALfUU86I1dAX2GB2x2SrO6zx4dnPY9djfk,287
|
|
2242
|
-
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=
|
|
2243
|
-
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=
|
|
2288
|
+
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=q6etYCRhIeYxHalNJlNRs6fsQNCG4_QPTwnV_ZRrJZ8,2805
|
|
2289
|
+
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=pmiszBaRrWJ_oThC0w0nPOV92sj8Zm0yJ85DkFfaXXQ,2794
|
|
2244
2290
|
waldur_api_client/models/marketplace_resources_list_o_item.py,sha256=6d00iPkIlmrMAx9L4WYALMd_IsMxR5oN_CtgPBVttuI,330
|
|
2245
2291
|
waldur_api_client/models/marketplace_resources_list_state_item.py,sha256=vQ-isk1nIbx3EOxSvqVKARhmMZZhJLypsGUbjbl8ERs,286
|
|
2246
2292
|
waldur_api_client/models/marketplace_resources_pull_response_200.py,sha256=mGq4Z7VwxuQEIYzIt43XtqJbD5IKTHFJ8Z62Zzl7HHQ,1329
|
|
2247
|
-
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=
|
|
2293
|
+
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=7zp1sGv2Eh9eoRgTGnnt6ML-h8o6bI7-W1kM4pIly0w,2798
|
|
2248
2294
|
waldur_api_client/models/marketplace_robot_accounts_count_state.py,sha256=9-sQKY19ZFie2HQH4ZVQGdpuak3RwpoN2J7xqo04hgQ,236
|
|
2295
|
+
waldur_api_client/models/marketplace_robot_accounts_list_field_item.py,sha256=ZJPOjr2N3b1IuX3CyAIUAEL69_jR1VrHzamZMwHIsTk,918
|
|
2249
2296
|
waldur_api_client/models/marketplace_robot_accounts_list_state.py,sha256=OK386lYLBDEEdquvdgNmUkLUXJbwMWl1XXNR6NByRNQ,235
|
|
2297
|
+
waldur_api_client/models/marketplace_robot_accounts_retrieve_field_item.py,sha256=4m_u3VyDW9W6xoGeXH4V_-9AHehA3asbtWrPthrInuo,922
|
|
2250
2298
|
waldur_api_client/models/marketplace_screenshots_count_o_item.py,sha256=AW7EZK4cV86_o7mZ960KP2jyE2vVkHvenFWDE5aM_o8,226
|
|
2251
2299
|
waldur_api_client/models/marketplace_screenshots_list_o_item.py,sha256=1pZK7T7jF12uQ_9qF__VSpT3LcHEudto2JKlikimElU,225
|
|
2252
2300
|
waldur_api_client/models/marketplace_service_provider_user.py,sha256=AkFChZed-WuhrQucW8GtM4FuUj_MN7An2GV0TVB_Rs0,5507
|
|
@@ -2256,7 +2304,7 @@ waldur_api_client/models/marketplace_service_providers_customer_projects_list_o_
|
|
|
2256
2304
|
waldur_api_client/models/marketplace_service_providers_customers_list_field_item.py,sha256=I-5EKpJkbkQqCIxW-3ClUJ6hjXrnRIaQGuV1h0BAghQ,508
|
|
2257
2305
|
waldur_api_client/models/marketplace_service_providers_keys_list_field_item.py,sha256=FkVwa5BgGNeqOH5qBWn1gpKzpMdh2FFAmAP2sCRQLzA,437
|
|
2258
2306
|
waldur_api_client/models/marketplace_service_providers_keys_list_o_item.py,sha256=LwUpKN-ADu8MbsFDt_cKxnSuQ1rUYe0qXBHHXRVRUws,185
|
|
2259
|
-
waldur_api_client/models/marketplace_service_providers_list_field_item.py,sha256=
|
|
2307
|
+
waldur_api_client/models/marketplace_service_providers_list_field_item.py,sha256=yAsekhqFdb6qVpDmbnJCOtfcZsB_Pp3O1Gv6GfOPN1E,707
|
|
2260
2308
|
waldur_api_client/models/marketplace_service_providers_list_o_item.py,sha256=EE0eDxt83xLs4BXy5hobpi9NksD5YjTP39X7rmAyZWA,208
|
|
2261
2309
|
waldur_api_client/models/marketplace_service_providers_list_users_list_field_item.py,sha256=dFk2OlQH2Yof0HhIt8WPY9NZTfJw_WdQsWQBD1EYL2Q,544
|
|
2262
2310
|
waldur_api_client/models/marketplace_service_providers_list_users_list_o_item.py,sha256=kv-nhi34mRgYh_o6b2A9yVM10Hb5970LHYEPCLHI0KY,338
|
|
@@ -2267,10 +2315,12 @@ waldur_api_client/models/marketplace_service_providers_project_permissions_list_
|
|
|
2267
2315
|
waldur_api_client/models/marketplace_service_providers_project_permissions_list_o_item.py,sha256=NlgMJCh_ZFkWQ2dtd70CQ5HHZLIGzuSkSwwMZzl5rIA,532
|
|
2268
2316
|
waldur_api_client/models/marketplace_service_providers_projects_list_field_item.py,sha256=zZ43Dv8uYi5QnVnbho-AbWavPMtXmOQSICsMP9jthEE,1117
|
|
2269
2317
|
waldur_api_client/models/marketplace_service_providers_projects_list_o_item.py,sha256=7PcxbcQyzl3eH3YhEI-3im_0iKfYXx4glpLBs4GO-xo,664
|
|
2270
|
-
waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py,sha256=
|
|
2318
|
+
waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py,sha256=SqvqEXSM6-qwQAaSsv227jDnDe3E-LyNiuiiHyo7JT8,711
|
|
2271
2319
|
waldur_api_client/models/marketplace_service_providers_user_customers_list_field_item.py,sha256=O1D7M9AsDjm0yy3ByxeZLBm0hoECJa3DLzd-DPM8GYI,512
|
|
2272
2320
|
waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,sha256=kmp8qp6JD-PXuPw5b6wosav0U-Ekyb4_qoh2__9b89o,516
|
|
2273
2321
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
2322
|
+
waldur_api_client/models/marketplace_user_offering_consents_count_o_item.py,sha256=MC6SVo2z5hCJbp0w520OjMwl5KZCXdqfWaSZnCW6eBk,390
|
|
2323
|
+
waldur_api_client/models/marketplace_user_offering_consents_list_o_item.py,sha256=_wWLh7lB5mCTSKBDnXJJsrsI2-3kW7aZ3mKsuT9hCS8,389
|
|
2274
2324
|
waldur_api_client/models/merged_plugin_options.py,sha256=CYQ9AX5QHGonFM-_XxWz4WavtepMX1az8eGObIoRumE,29786
|
|
2275
2325
|
waldur_api_client/models/merged_plugin_options_request.py,sha256=lqpyLxMeE5YmcoZxanEBURuDn34YyR4hQDUqVknnDLk,29824
|
|
2276
2326
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
@@ -2320,8 +2370,6 @@ waldur_api_client/models/nested_screenshot.py,sha256=SHnLMcyAuJ3Lqtzo5ReF_gX69Dv
|
|
|
2320
2370
|
waldur_api_client/models/nested_screenshot_request.py,sha256=VFbeBQ2QwEqY2Ztj-_WCBzS8nWUpEKQSNJRsd4eQAcU,2060
|
|
2321
2371
|
waldur_api_client/models/nested_section.py,sha256=7wpOoQVFhsNNMHSuyPIzzxjbPbLpeRpA3egqBUNsLmA,3100
|
|
2322
2372
|
waldur_api_client/models/nested_section_request.py,sha256=_JN30qcnfr2kySoX5OUK6zwm-rSTqbkLNQYhTiNgbuk,2041
|
|
2323
|
-
waldur_api_client/models/nested_security_group_rule.py,sha256=cPLoY8cqXixBifc-yH-aD8csILOr7XiIkCg-xGDjTGM,7423
|
|
2324
|
-
waldur_api_client/models/nested_security_group_rule_request.py,sha256=xDQscoe6dNQcDutXKo3Ugobrr0-vmuxbsIar10GmJM4,6175
|
|
2325
2373
|
waldur_api_client/models/network_rbac_policy.py,sha256=jP9qeKWjvVEVhFzzi_fZLf2nY-IiLr-aa9sY7XAeVZo,4957
|
|
2326
2374
|
waldur_api_client/models/network_rbac_policy_request.py,sha256=ZFlmkExayq-Kd3CELIgn1tb516iVp8e0Hm2MIJbiLKE,2389
|
|
2327
2375
|
waldur_api_client/models/node_disk_driver_enum.py,sha256=A4h9ftdOL5Dho7Qcs-gTW6uHRPkPSke-e-nzvFXg8Lw,151
|
|
@@ -2332,7 +2380,7 @@ waldur_api_client/models/notification_template_detail_serializers_request.py,sha
|
|
|
2332
2380
|
waldur_api_client/models/notification_template_update_serializers_request.py,sha256=jgWmeQMYwXsO_cfRY0lqndiJfFi1X0rTA4xYfXlGexo,1641
|
|
2333
2381
|
waldur_api_client/models/obtain_auth_token_request.py,sha256=SZFLgVupUuz0ezVsctShfeWDUiVCAFZ_eD9_Wzmlit4,1721
|
|
2334
2382
|
waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2OuusA2dogH8c08pBZoQBHJPNcg,1020
|
|
2335
|
-
waldur_api_client/models/offering.py,sha256=
|
|
2383
|
+
waldur_api_client/models/offering.py,sha256=9T7psbkylY06sH_py1PscpYJ_6vb9N69UKVWzJL2VFM,40010
|
|
2336
2384
|
waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
|
|
2337
2385
|
waldur_api_client/models/offering_backend_metadata_request.py,sha256=EV-UXz9BSHUsPzDxq3aADdrvIFfng-Mr3_VGUvak7Mc,1757
|
|
2338
2386
|
waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
|
|
@@ -2342,8 +2390,8 @@ waldur_api_client/models/offering_component_request.py,sha256=qwG0_FP3VuLeC33hyr
|
|
|
2342
2390
|
waldur_api_client/models/offering_component_stat.py,sha256=oQzbkBeULg5R9PfcyintyHweXFIWsqGsL3bqEhI6Tow,2789
|
|
2343
2391
|
waldur_api_client/models/offering_cost.py,sha256=WIFrpCWUnHlsrbnBRktZeT7L-AfimtTwMMGt6AK-A7E,1714
|
|
2344
2392
|
waldur_api_client/models/offering_country_stats.py,sha256=HxWzMlqPMaHaENwVpGDSylUgQgmTyPdx8gt6792PHZE,1668
|
|
2345
|
-
waldur_api_client/models/offering_create.py,sha256=
|
|
2346
|
-
waldur_api_client/models/offering_create_request.py,sha256=
|
|
2393
|
+
waldur_api_client/models/offering_create.py,sha256=tVbg1w59RPjYsZQaoVL6zdPCIMhzwcQw0pFzP6ZYnBY,31875
|
|
2394
|
+
waldur_api_client/models/offering_create_request.py,sha256=O281_csgWPMF9NB5BSsoQpOYiGS8m-WOpso94bgtlus,15727
|
|
2347
2395
|
waldur_api_client/models/offering_create_request_limits.py,sha256=-1Uj5D05gOr2v6MjTh8TlrVVv1fPP-r6mbtlt6yJm5w,1906
|
|
2348
2396
|
waldur_api_client/models/offering_create_service_attributes.py,sha256=OQGjEv_QwwJ8Tc46zG9_AKOLddmZ-x8Th1UUvcdbR_4,1306
|
|
2349
2397
|
waldur_api_client/models/offering_description_update_request.py,sha256=Rp1YTmqSZ0PmMPFZ8Gw1jgdEQ5UVs8AN-IBY5Uv4Dak,1588
|
|
@@ -2360,7 +2408,7 @@ waldur_api_client/models/offering_options_options.py,sha256=Sk3UCdxCBJy8-7nryO9k
|
|
|
2360
2408
|
waldur_api_client/models/offering_options_request.py,sha256=QAODe8Py_NBZn8-QkiTBxtBY0jLeONPoUszXMXE6N7M,2034
|
|
2361
2409
|
waldur_api_client/models/offering_options_request_options.py,sha256=ig3JE-tXEdX9asgb2vH28a6hmWYW7Z2lNxDQETkS48A,1826
|
|
2362
2410
|
waldur_api_client/models/offering_options_update_request.py,sha256=L95c6HUVScGfXi6-DjLIPRkcZD1OIz-gSnl36EQ2mnw,1828
|
|
2363
|
-
waldur_api_client/models/offering_overview_update_request.py,sha256=
|
|
2411
|
+
waldur_api_client/models/offering_overview_update_request.py,sha256=hWlQxNlCvK3DD-nt6jTTJnyvT84MiqVshtOByVEegEM,3662
|
|
2364
2412
|
waldur_api_client/models/offering_pause_request.py,sha256=AeRMcedum8D_HK1d2ChS8c1s89brzQEL8HZmCHLEUTY,1671
|
|
2365
2413
|
waldur_api_client/models/offering_permission.py,sha256=2BARFC3R1_HlwSAuj6xmFKBGF9sT8JiaucphWL7MEJg,6233
|
|
2366
2414
|
waldur_api_client/models/offering_reference.py,sha256=KV7XRN6h7_s-s-PN3YmjT6EPThoY29sV50l6a1HKW84,1825
|
|
@@ -2369,6 +2417,10 @@ waldur_api_client/models/offering_resource_options_update_request.py,sha256=1tz3
|
|
|
2369
2417
|
waldur_api_client/models/offering_state.py,sha256=6GERekKr5dvSxQkZtCQ3yE6nZM0k_giCTrrvR3BH_vg,208
|
|
2370
2418
|
waldur_api_client/models/offering_stats.py,sha256=rSRHzB9fE9Rk4zB9YJuIe6oBqMTfAVw2rvV2YYZnG8k,1916
|
|
2371
2419
|
waldur_api_client/models/offering_stats_counter.py,sha256=fH_bPk1csgDoqqSvGY69nPBAdr1qwoy-OBLz8DACLN0,2645
|
|
2420
|
+
waldur_api_client/models/offering_terms_of_service.py,sha256=-AULC1dbf3t5IXLFZBuWKIjzRu6RrbzhxRAEghM4RUY,4364
|
|
2421
|
+
waldur_api_client/models/offering_terms_of_service_create.py,sha256=jUswK1OAEfHXxKMte5h53wzf1UjBdxiyCQBxuVMEsH8,3414
|
|
2422
|
+
waldur_api_client/models/offering_terms_of_service_create_request.py,sha256=MDDkwmIYbcdmkGbNNK1vMjVIjf3B_phOP9v_McdHTeA,3452
|
|
2423
|
+
waldur_api_client/models/offering_terms_of_service_request.py,sha256=8EeomUF5VTnb8Hpu811SR7N88slhr0ISPyBCGzhrjsI,3201
|
|
2372
2424
|
waldur_api_client/models/offering_thumbnail_request.py,sha256=m0xiFJypMK61CyfgCrCj4K4N8nwNc8rIdrf5KLWMO4g,1640
|
|
2373
2425
|
waldur_api_client/models/offering_usage_policy.py,sha256=pndAjiQXlg2alc1SHtQza339pd9SPn8BButRbOQvS0A,6284
|
|
2374
2426
|
waldur_api_client/models/offering_usage_policy_request.py,sha256=kPpIJqi3OTRsoeXlU3YG0-Ej1cEYxEyDOd_szsFZZnc,4070
|
|
@@ -2382,90 +2434,95 @@ waldur_api_client/models/offering_user_state_transition_request.py,sha256=6ZBxy5
|
|
|
2382
2434
|
waldur_api_client/models/offering_user_update_restriction_request.py,sha256=i1E_fhDbR1GNox85eqFiOkXrq9FPlFohhHKtAroORo0,1663
|
|
2383
2435
|
waldur_api_client/models/open_stack_allowed_address_pair.py,sha256=ZrD8isGPnSP6Py4yIkkORgFrLXzPtDbi0ORJGzHhzOE,1690
|
|
2384
2436
|
waldur_api_client/models/open_stack_allowed_address_pair_request.py,sha256=ICpra2f6jynTuHx4_fuqkvg3tmno1rSe-O-_LhVawlA,2059
|
|
2385
|
-
waldur_api_client/models/open_stack_backend_instance.py,sha256=
|
|
2386
|
-
waldur_api_client/models/open_stack_backend_volumes.py,sha256=
|
|
2387
|
-
waldur_api_client/models/open_stack_backup.py,sha256=
|
|
2437
|
+
waldur_api_client/models/open_stack_backend_instance.py,sha256=KZVhYvBJtzNQWiO9K8x9sy6QM8vGsaTt6Zgh4qmphjE,5166
|
|
2438
|
+
waldur_api_client/models/open_stack_backend_volumes.py,sha256=vy0S9ayoThjmxej93d6s6qu-a4L1XptZt-tupf7F_68,4303
|
|
2439
|
+
waldur_api_client/models/open_stack_backup.py,sha256=hiER_oX4yhoFUhGgSenc3BIJ4_SJ9X0ij1OmQXw5Wjg,30298
|
|
2388
2440
|
waldur_api_client/models/open_stack_backup_marketplace_offering_plugin_options_type_0.py,sha256=B0GC0EOSb8XgV9baFLqyA9WyXyAZmej1W4Jc55p6JlI,1426
|
|
2389
2441
|
waldur_api_client/models/open_stack_backup_request.py,sha256=VSM6r3-SS2UdKppJreHq1zZB-rsjMRR2Sj5APlVz_f0,3093
|
|
2390
|
-
waldur_api_client/models/open_stack_backup_restoration.py,sha256=
|
|
2391
|
-
waldur_api_client/models/open_stack_backup_restoration_request.py,sha256=
|
|
2442
|
+
waldur_api_client/models/open_stack_backup_restoration.py,sha256=BIPAAXzAgT_yKVdw2sRwP8L1dEiLapHH8WN0n3YMEbg,6742
|
|
2443
|
+
waldur_api_client/models/open_stack_backup_restoration_request.py,sha256=7QLO9mr9QiJEpoZfO0r5hg_PPbk4kWcn0BxRwRMeaPU,5480
|
|
2392
2444
|
waldur_api_client/models/open_stack_data_volume.py,sha256=M8IKR0fs7ay9b-y01O63sXfFsNzQWEMWYjmicll_sdg,2260
|
|
2393
2445
|
waldur_api_client/models/open_stack_data_volume_request.py,sha256=v2A72eKdph1v3j3AeNKX-9SDQNa4lV42GkRBrsRbTPI,2298
|
|
2394
|
-
waldur_api_client/models/open_stack_fixed_ip.py,sha256=
|
|
2395
|
-
waldur_api_client/models/open_stack_fixed_ip_request.py,sha256=
|
|
2446
|
+
waldur_api_client/models/open_stack_fixed_ip.py,sha256=OgJXJ-yXSior3cf9vOWJa25HbP6Db1x7Uf-xImBE-xs,1984
|
|
2447
|
+
waldur_api_client/models/open_stack_fixed_ip_request.py,sha256=cuz0QqD_kv3p6rbZUSXwPbgER7kuuWdYMmdUk5JgMyE,1843
|
|
2396
2448
|
waldur_api_client/models/open_stack_flavor.py,sha256=udiLJ6-6ZNIbuxKEQBrPMw0CsjmMOjWHLe9hjnabfpc,3850
|
|
2397
|
-
waldur_api_client/models/open_stack_floating_ip.py,sha256=
|
|
2449
|
+
waldur_api_client/models/open_stack_floating_ip.py,sha256=OYtYafyh-LOwhZolLjqw3AfTK0wbnczqjhTWdT6-lrM,29160
|
|
2398
2450
|
waldur_api_client/models/open_stack_floating_ip_attach_request.py,sha256=c1f8RnVbGAwA_07Y_PTPeuAerggjjoYQ1T7XQrESPwI,1554
|
|
2399
2451
|
waldur_api_client/models/open_stack_floating_ip_description_update_request.py,sha256=S46P3VMqw7GONywZfkvft_InP9otr-ttkiihEmqjE0k,1805
|
|
2400
2452
|
waldur_api_client/models/open_stack_floating_ip_marketplace_offering_plugin_options_type_0.py,sha256=UMavU5VQTxvZILrClO2cBHNLXAGQ8qIiZMPvtVGFz-c,1449
|
|
2401
2453
|
waldur_api_client/models/open_stack_image.py,sha256=Q1uguQ2cqVPy6InbotPS9s1xAuJcROBj6QiHvqd31cw,2770
|
|
2402
|
-
waldur_api_client/models/open_stack_instance.py,sha256=
|
|
2403
|
-
waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py,sha256=
|
|
2404
|
-
waldur_api_client/models/open_stack_instance_availability_zone.py,sha256=
|
|
2454
|
+
waldur_api_client/models/open_stack_instance.py,sha256=u8wi5zUpWAJh0sjPZ0kLjPAsHlXDyA9J4OfuYPlVaIU,41236
|
|
2455
|
+
waldur_api_client/models/open_stack_instance_allowed_address_pairs_update_request.py,sha256=1rv_R8X0Zm3tbyMm0R505SWzs-FS5JuHr0-pawYcK-I,2971
|
|
2456
|
+
waldur_api_client/models/open_stack_instance_availability_zone.py,sha256=E6JVBmIeenNXoOV_bU45pO-24OXliWUwEwy_jx0jkS4,2957
|
|
2457
|
+
waldur_api_client/models/open_stack_instance_create_order_attributes.py,sha256=FX8_fuF12RhSfeRV3X8FPB5hIjOeaVaqszQivxPzMt0,11696
|
|
2405
2458
|
waldur_api_client/models/open_stack_instance_floating_i_ps_update_request.py,sha256=yfgDqos7h7uk32yMe4MjLvVomHCzTaayfdZPOVj3l-I,2615
|
|
2406
2459
|
waldur_api_client/models/open_stack_instance_marketplace_offering_plugin_options_type_0.py,sha256=i_XpEyz6LcNtIvxB6OWD76dmMKkUclzR3bohvylFVE4,1436
|
|
2407
2460
|
waldur_api_client/models/open_stack_instance_ports_update_request.py,sha256=KpR2Cz3VxpsQrNbBENvuvuICsR9v2n2aEg0Xf8vUp6k,2146
|
|
2408
|
-
waldur_api_client/models/open_stack_instance_request.py,sha256=
|
|
2409
|
-
waldur_api_client/models/open_stack_instance_security_groups_update_request.py,sha256=
|
|
2410
|
-
waldur_api_client/models/open_stack_nested_floating_ip.py,sha256=
|
|
2461
|
+
waldur_api_client/models/open_stack_instance_request.py,sha256=EKAt3A6Bf2-b7-0hOqdRz-F5Q0ap3rxWf_uTHVabmxg,4739
|
|
2462
|
+
waldur_api_client/models/open_stack_instance_security_groups_update_request.py,sha256=miP23GwzkgE0MFvWwFWFk_hrVSx4FWQNYXLoyPomI4U,1818
|
|
2463
|
+
waldur_api_client/models/open_stack_nested_floating_ip.py,sha256=B1uUR3Nvh-qNj_L7-eFhJYcXdgVNRYBquPmoZiQI54w,6576
|
|
2411
2464
|
waldur_api_client/models/open_stack_nested_floating_ip_request.py,sha256=PbdHEBZaogY9r8pIxxhJNBav38lHVqpiWPwgqmHi7KI,1574
|
|
2412
|
-
waldur_api_client/models/open_stack_nested_instance.py,sha256=
|
|
2413
|
-
waldur_api_client/models/open_stack_nested_port.py,sha256=
|
|
2414
|
-
waldur_api_client/models/open_stack_nested_port_request.py,sha256=
|
|
2415
|
-
waldur_api_client/models/open_stack_nested_security_group.py,sha256=
|
|
2465
|
+
waldur_api_client/models/open_stack_nested_instance.py,sha256=3BHJXrW9WZxB3w_nf1frH4LKkvJgOMCKkvHjocza2cI,2831
|
|
2466
|
+
waldur_api_client/models/open_stack_nested_port.py,sha256=a3JORE80LJI6Uf-t50LiCqrNwlA3CzjsxVVf3bN2FR8,10972
|
|
2467
|
+
waldur_api_client/models/open_stack_nested_port_request.py,sha256=20ROEnlhNSzp_RdnQKqnTiCjtfgXf3pQ0L2dpaGChsc,3305
|
|
2468
|
+
waldur_api_client/models/open_stack_nested_security_group.py,sha256=rOGu5RFwFTtpGYqnQWBMOAQaY8d_QMH76-4JBlGLO64,3376
|
|
2469
|
+
waldur_api_client/models/open_stack_nested_security_group_request.py,sha256=W_o_A9uZiK527CgRCTCHxLzEkqjWpkZpZ6y-s9pgxWI,1645
|
|
2470
|
+
waldur_api_client/models/open_stack_nested_security_group_rules_item.py,sha256=fBiwIHHsQBltP8Dn1sQmcKJOda58C9_AMOmyoTsqVFA,6351
|
|
2416
2471
|
waldur_api_client/models/open_stack_nested_server_group.py,sha256=LMcJFQ_paV2dfJUhicuHhHZ5_vszE9K7rodo5ge2-NI,2622
|
|
2417
|
-
waldur_api_client/models/open_stack_nested_sub_net.py,sha256=
|
|
2418
|
-
waldur_api_client/models/open_stack_nested_sub_net_request.py,sha256=
|
|
2419
|
-
waldur_api_client/models/open_stack_nested_volume.py,sha256=
|
|
2420
|
-
waldur_api_client/models/open_stack_nested_volume_request.py,sha256
|
|
2421
|
-
waldur_api_client/models/open_stack_network.py,sha256=
|
|
2472
|
+
waldur_api_client/models/open_stack_nested_sub_net.py,sha256=z71GJiloUIMfd_RJHg7dCF9IJ2YywcPIdwzGPEzPFSU,5312
|
|
2473
|
+
waldur_api_client/models/open_stack_nested_sub_net_request.py,sha256=QE4pSfOzdGhkQazbTuUWy8mR4XKrVU7XQOc9z92Yr7M,3595
|
|
2474
|
+
waldur_api_client/models/open_stack_nested_volume.py,sha256=2NB6-e0Ba3tVWoZeWq8xlMJU0Y0kUz7GdBBr7hBAEeI,5935
|
|
2475
|
+
waldur_api_client/models/open_stack_nested_volume_request.py,sha256=-YO5fWknCJH67SwEOqfojoV2WfQbMD_GDFRx2-r4Q5Y,3216
|
|
2476
|
+
waldur_api_client/models/open_stack_network.py,sha256=as8b7OGQXwwG3uZMGT6KP5vjlQnFWgeIMjF863emEGM,27315
|
|
2422
2477
|
waldur_api_client/models/open_stack_network_marketplace_offering_plugin_options_type_0.py,sha256=kxeC867kNOqwzaFc6o5RpqFBeO8njaz73CXM7vgmPO0,1431
|
|
2423
2478
|
waldur_api_client/models/open_stack_network_request.py,sha256=QdViZRVmL7eYEws4wqQozFnHzeejKTwVFRxxEHs8HZc,1845
|
|
2424
|
-
waldur_api_client/models/open_stack_port.py,sha256=
|
|
2425
|
-
waldur_api_client/models/open_stack_port_ip_update_request.py,sha256=
|
|
2479
|
+
waldur_api_client/models/open_stack_port.py,sha256=HUUbApZC40dEQUbjJcbLISutikDL1VQ1raIN9g1cMps,32962
|
|
2480
|
+
waldur_api_client/models/open_stack_port_ip_update_request.py,sha256=fu3TYvBkg2X_viER2MRNcokuZMDBDB-_Z5AEJ6TfsAU,1854
|
|
2426
2481
|
waldur_api_client/models/open_stack_port_marketplace_offering_plugin_options_type_0.py,sha256=RrhyrycbLdsjPhLsnf4-szMoSl8OiWCvLMdZIKfPc8g,1416
|
|
2427
2482
|
waldur_api_client/models/open_stack_port_nested_security_group.py,sha256=5OJRt0K6xKShXvMbIcfPJO55Teiy1eZvGUZttLmKhQw,2337
|
|
2428
2483
|
waldur_api_client/models/open_stack_port_nested_security_group_request.py,sha256=rxfk1oPu084lgOJHWo0uuZLPGq30QTci_Dd4obq87Ng,1592
|
|
2429
|
-
waldur_api_client/models/open_stack_port_request.py,sha256=
|
|
2430
|
-
waldur_api_client/models/open_stack_router.py,sha256=
|
|
2431
|
-
waldur_api_client/models/open_stack_router_interface_request.py,sha256=
|
|
2484
|
+
waldur_api_client/models/open_stack_port_request.py,sha256=GFVD4f_7_V0qQCFV-ljGVIyFhI2QqoELVXo7EQ5FeqM,6933
|
|
2485
|
+
waldur_api_client/models/open_stack_router.py,sha256=kzviWQaM9FGJEcoE6IRK4ETdhDbUFfzVY1FQmOsODbY,27557
|
|
2486
|
+
waldur_api_client/models/open_stack_router_interface_request.py,sha256=9P0Fh-yGM6UfRbdv1v9L_swrPgSXdFLpUJUQRfAxtfc,2085
|
|
2432
2487
|
waldur_api_client/models/open_stack_router_marketplace_offering_plugin_options_type_0.py,sha256=zwcv5QVCTIj9nge8Rl71xHWTjKuKGvQXzAlNYfQ4wnQ,1426
|
|
2433
2488
|
waldur_api_client/models/open_stack_router_set_routes.py,sha256=d1zOkkKvtR--BZLtoOdHupi_a9i2l4Qz3d_we5sUXms,2066
|
|
2434
2489
|
waldur_api_client/models/open_stack_router_set_routes_request.py,sha256=4FIrrqVPJXnzkclqHj_ggHhFa3lKigRXr0hUBmJTAM8,2155
|
|
2435
2490
|
waldur_api_client/models/open_stack_security_group.py,sha256=JsFySq67FjAfyLfmdLvRk7OJwCsKezdMNCJjj3CSOo0,24195
|
|
2436
2491
|
waldur_api_client/models/open_stack_security_group_marketplace_offering_plugin_options_type_0.py,sha256=pS21wD_NJEulN0uhIYy7t7Tr5T-zAhnW7tmiwNP0gP8,1464
|
|
2437
2492
|
waldur_api_client/models/open_stack_security_group_request.py,sha256=UMCsalRHWy7xNqjrescNuys9m7F2aS-e8ggpbfVwtP8,2693
|
|
2438
|
-
waldur_api_client/models/open_stack_security_group_rule_create.py,sha256=
|
|
2439
|
-
waldur_api_client/models/open_stack_security_group_rule_create_request.py,sha256=
|
|
2440
|
-
waldur_api_client/models/open_stack_security_group_rule_update_request.py,sha256=
|
|
2493
|
+
waldur_api_client/models/open_stack_security_group_rule_create.py,sha256=kLfvadIq9r0v5oFDf0qvWcRwEEkHVbE1p6X_PO_sy6I,8502
|
|
2494
|
+
waldur_api_client/models/open_stack_security_group_rule_create_request.py,sha256=OqUZWiWNtbBUu9CcRoVEgJd1oQFxeZtvxb_3y9qV1E0,7254
|
|
2495
|
+
waldur_api_client/models/open_stack_security_group_rule_update_request.py,sha256=MmTZwXFD4jSmLgpvg_BMDKlT6S8QQDNiSaLRm0JYCzs,7346
|
|
2441
2496
|
waldur_api_client/models/open_stack_security_group_update.py,sha256=EgFu5QQRDNsjuCTH7bcnW0PjbcNt8FEtTJ0H0qMZVfE,1873
|
|
2442
2497
|
waldur_api_client/models/open_stack_security_group_update_request.py,sha256=KzPEEFJ2ukSNwEK8mC6CoTwVJWZyIOMr3fVFD8DSfZY,1911
|
|
2443
|
-
waldur_api_client/models/open_stack_server_group.py,sha256=
|
|
2498
|
+
waldur_api_client/models/open_stack_server_group.py,sha256=M_eNlN-pyKO55idHAoaIjhx4B52guyQnGpb5pD_MciA,25743
|
|
2444
2499
|
waldur_api_client/models/open_stack_server_group_marketplace_offering_plugin_options_type_0.py,sha256=FfFsLjAbCtlqN0ZKWTHAyx0wbPUcK6lkhE1tux6caHY,1454
|
|
2445
|
-
waldur_api_client/models/open_stack_server_group_request.py,sha256=
|
|
2446
|
-
waldur_api_client/models/open_stack_snapshot.py,sha256=
|
|
2500
|
+
waldur_api_client/models/open_stack_server_group_request.py,sha256=au-aOEBKL64UZwyn37q5mmz5eywImbGkyN7H5CO6QKE,3105
|
|
2501
|
+
waldur_api_client/models/open_stack_snapshot.py,sha256=JbH7vv9vvZguIt4QKHS3UVOyZ90S1hKB_XfDwaD__Uw,28302
|
|
2447
2502
|
waldur_api_client/models/open_stack_snapshot_marketplace_offering_plugin_options_type_0.py,sha256=4CTAYbB6cfpahO0SsTyPA9m0baSeBTAXALzjmpMqXT0,1436
|
|
2448
2503
|
waldur_api_client/models/open_stack_snapshot_request.py,sha256=LoQivc9jIcUpQ-RhZ0wvITjus_e3lmkSI3Cp4_isApI,3385
|
|
2449
|
-
waldur_api_client/models/open_stack_snapshot_restoration.py,sha256=
|
|
2504
|
+
waldur_api_client/models/open_stack_snapshot_restoration.py,sha256=GxlsjIA2qwEXLBWMe_iHjwd_h6FlIvBY_6nQ4eDwFJo,4809
|
|
2450
2505
|
waldur_api_client/models/open_stack_snapshot_restoration_request.py,sha256=h1dxOsWDfGq6lruSsqBvchMPVDvB1wDj4bTafwE9Coo,1949
|
|
2451
2506
|
waldur_api_client/models/open_stack_static_route.py,sha256=30qEdkezFHvFptzbkQXcPzblLhLujdAn2WTQzYqdwqU,1909
|
|
2452
2507
|
waldur_api_client/models/open_stack_static_route_request.py,sha256=SEz6Y8XZaHvu-1BnxSgw2tG1cEn0WVRNn0Bmme6Q8l8,1769
|
|
2453
|
-
waldur_api_client/models/open_stack_sub_net.py,sha256=
|
|
2508
|
+
waldur_api_client/models/open_stack_sub_net.py,sha256=AIArZxRLTr1GVluo1gX6YSfMHS9HhrmEvqKLAJjj4Ss,28233
|
|
2454
2509
|
waldur_api_client/models/open_stack_sub_net_allocation_pool.py,sha256=b5lDuSFDs-wz6BlKEbZaKCR-3mA1b8x8oDAz0IUih-Q,1850
|
|
2455
2510
|
waldur_api_client/models/open_stack_sub_net_allocation_pool_request.py,sha256=uEBoNnNCMmv29fA9JTl3TfiPz5DzV67Zzu63KEt7G9g,1720
|
|
2456
2511
|
waldur_api_client/models/open_stack_sub_net_marketplace_offering_plugin_options_type_0.py,sha256=5wJ2MpvNfwI-WWSe0hFd_qMG2bRlZh8fiyxlgQENhhw,1429
|
|
2457
|
-
waldur_api_client/models/open_stack_sub_net_request.py,sha256=
|
|
2458
|
-
waldur_api_client/models/open_stack_tenant.py,sha256=
|
|
2512
|
+
waldur_api_client/models/open_stack_sub_net_request.py,sha256=sRlWx5yw0_yH1LzX4ldgR_-Zqasn52PzqeTLhgCItwI,6042
|
|
2513
|
+
waldur_api_client/models/open_stack_tenant.py,sha256=2XDVEv7rbODs-KCZavX3mmZ3N0y2HHmI1MffXNr8QRk,25737
|
|
2459
2514
|
waldur_api_client/models/open_stack_tenant_change_password_request.py,sha256=vUUSl3qAjh5oXlYBfAiIQnQ2ULJC48z0nNX9YCyO6Dk,1690
|
|
2515
|
+
waldur_api_client/models/open_stack_tenant_create_order_attributes.py,sha256=EkekGG3_DeNcvYY2h5qEfJ0cun61M8krzWTTERkHesM,4741
|
|
2460
2516
|
waldur_api_client/models/open_stack_tenant_marketplace_offering_plugin_options_type_0.py,sha256=ta0NBAG6I3FiZLAlwx68lrwbPBiMEIQ-wmbmK2sy0MA,1426
|
|
2461
2517
|
waldur_api_client/models/open_stack_tenant_quota.py,sha256=gf8-8fMawhb0Qz6IqMq6Xf605UkN0dyikaXLD7quizs,3715
|
|
2462
2518
|
waldur_api_client/models/open_stack_tenant_quota_request.py,sha256=aHGKcPsDZLsFkFjSLWIimX5hB1NfxttG0HRESdkiqlk,3753
|
|
2463
2519
|
waldur_api_client/models/open_stack_tenant_request.py,sha256=Qqlv1RC5LJj6BlZrnA2tdLsbYwTehk6kdsh7Or2eMcQ,3575
|
|
2464
|
-
waldur_api_client/models/open_stack_volume.py,sha256=
|
|
2520
|
+
waldur_api_client/models/open_stack_volume.py,sha256=DTSCNTLTzqmXw0UGloEczd0mqzY3eiyMeIdM4JZXqcg,32414
|
|
2465
2521
|
waldur_api_client/models/open_stack_volume_availability_zone.py,sha256=A_BAuGLp4ox2-JqlnbyYe99AjTzYgdyDVozJ9Mi-PYs,2867
|
|
2522
|
+
waldur_api_client/models/open_stack_volume_create_order_attributes.py,sha256=wPsUaTIu5HSaj-L_hH8brvxD_BleSXpJV3CS77IlocU,5096
|
|
2466
2523
|
waldur_api_client/models/open_stack_volume_extend_request.py,sha256=U2vqydXe9IXJb0GkIx0Dq52RByrJLgk4xKnEDhZny-o,1581
|
|
2467
2524
|
waldur_api_client/models/open_stack_volume_marketplace_offering_plugin_options_type_0.py,sha256=WjgrQCLC1JNPYr0_b9ipcDa1UVV8O6ZUWZTVPaRZIyE,1426
|
|
2468
|
-
waldur_api_client/models/open_stack_volume_request.py,sha256=
|
|
2525
|
+
waldur_api_client/models/open_stack_volume_request.py,sha256=KbBamlsHJefncNXRPTL5yPbfTQ3Ie0KEU1lsd2Fx0Qw,2167
|
|
2469
2526
|
waldur_api_client/models/open_stack_volume_retype_request.py,sha256=Yf9TJqtE85PjztVIQTlZq6B6LRdFfY-0qbGGDVQH5zY,1539
|
|
2470
2527
|
waldur_api_client/models/open_stack_volume_type.py,sha256=YCSUPbhBDifo9jWZxQMVeK4y7uakgtJ2toe0Pg0gfEY,2319
|
|
2471
2528
|
waldur_api_client/models/openstack_backups_count_state_item.py,sha256=zw8hXJJBsWJTV0sC1GnJG1qJJgwr2OKipSWpGrLmj8w,381
|
|
@@ -2490,9 +2547,9 @@ waldur_api_client/models/openstack_marketplace_tenants_list_state_item.py,sha256
|
|
|
2490
2547
|
waldur_api_client/models/openstack_network_rbac_policies_count_policy_type.py,sha256=qpUEpUG_K0xZW0GPdq3du0gQhXtBih4Qenp8ODjcXkw,236
|
|
2491
2548
|
waldur_api_client/models/openstack_network_rbac_policies_list_policy_type.py,sha256=zUOdrZ_nRJFBqbac4eaKY9cqDy3iP1JteXRGtXFLJVc,235
|
|
2492
2549
|
waldur_api_client/models/openstack_networks_count_state_item.py,sha256=kc0PXxC9b81qiMjzINprHmOAjHF2vEmFgl1Oai_uhV0,382
|
|
2493
|
-
waldur_api_client/models/openstack_networks_list_field_item.py,sha256=
|
|
2550
|
+
waldur_api_client/models/openstack_networks_list_field_item.py,sha256=evs1QwDgo6IfT38Hjt_mOsleowolPUDCvPEh6fG-X9U,1791
|
|
2494
2551
|
waldur_api_client/models/openstack_networks_list_state_item.py,sha256=9sF-HBuarjTEcAYA4ID_ZrHn6Re1mMn-XfawhYEIKgc,381
|
|
2495
|
-
waldur_api_client/models/openstack_networks_retrieve_field_item.py,sha256=
|
|
2552
|
+
waldur_api_client/models/openstack_networks_retrieve_field_item.py,sha256=aUDVWoMrFfGGaFa9TABJWhEN1tbLe3h2lhdEKU_tYeM,1795
|
|
2496
2553
|
waldur_api_client/models/openstack_ports_count_o_item.py,sha256=1o3tif7VU4GgefaMebqBhz-SARcgpQn6iNyQ-lhTHQg,193
|
|
2497
2554
|
waldur_api_client/models/openstack_ports_list_field_item.py,sha256=KQ7-Wj90e1OL4De63QiBF3jghk6rG3UqIwmfD4BZnok,2074
|
|
2498
2555
|
waldur_api_client/models/openstack_ports_list_o_item.py,sha256=H4gm1MM3VBTMK_cDW4jb2GGwkvRnP4qAQqkYb0ZfC2c,192
|
|
@@ -2518,9 +2575,9 @@ waldur_api_client/models/openstack_subnets_retrieve_field_item.py,sha256=1mgp2Xk
|
|
|
2518
2575
|
waldur_api_client/models/openstack_tenants_backend_instances_list_state_item.py,sha256=JEj1KIyNGEQdE_jBQIKfeMynuuBWhTnJlJhUpuSrQa4,396
|
|
2519
2576
|
waldur_api_client/models/openstack_tenants_backend_volumes_list_state_item.py,sha256=MsYdQhsR-8UcGrkYbAHracXLAa5TgbPAyX8r10R8Vzo,394
|
|
2520
2577
|
waldur_api_client/models/openstack_tenants_count_state_item.py,sha256=9hgpz_ghHvsvPYLFUgcUnvcbXCpDcFE0RxALKJ5qCnI,381
|
|
2521
|
-
waldur_api_client/models/openstack_tenants_list_field_item.py,sha256=
|
|
2578
|
+
waldur_api_client/models/openstack_tenants_list_field_item.py,sha256=UX0i0bAqutN-BkiNUzGsn0NliYdYWNldfS3fFtRj4N8,1862
|
|
2522
2579
|
waldur_api_client/models/openstack_tenants_list_state_item.py,sha256=FLFNg1t-KNisdKyI7UbQsHV_MR6JOpFGrKWJES9L2cM,380
|
|
2523
|
-
waldur_api_client/models/openstack_tenants_retrieve_field_item.py,sha256=
|
|
2580
|
+
waldur_api_client/models/openstack_tenants_retrieve_field_item.py,sha256=qfmKornvMaREKzpmloCNoiXQFzaerUHq-MafEdwJEyQ,1866
|
|
2524
2581
|
waldur_api_client/models/openstack_volumes_count_state_item.py,sha256=QF-h70m-AfyJpJ6bwsnEdcy8WduWiQb-2wLvh-prA00,381
|
|
2525
2582
|
waldur_api_client/models/openstack_volumes_list_field_item.py,sha256=hg7frRO5RW4abw3aoxaIQprjHcrhoUDOzkmshfF2srI,2212
|
|
2526
2583
|
waldur_api_client/models/openstack_volumes_list_state_item.py,sha256=COQ7Sq9PNC0PHNwVydimzxgzJ4hWl10PQ2qQ2k_IoDo,380
|
|
@@ -2528,11 +2585,11 @@ waldur_api_client/models/openstack_volumes_retrieve_field_item.py,sha256=jaZQUcG
|
|
|
2528
2585
|
waldur_api_client/models/option_field.py,sha256=2_p3CBEiUvfv53IVJIzG63Fa14qjGLMEUT0n44xjGF0,3422
|
|
2529
2586
|
waldur_api_client/models/option_field_request.py,sha256=8rh1SflZq8GoUDiayMOdfoRF9qYE7YLk_fPKrJQ9U-s,3460
|
|
2530
2587
|
waldur_api_client/models/option_field_type_enum.py,sha256=RETy6bhnSxAkfDzr-CppdVYTqpGyEY1MXWLqezFXDAc,652
|
|
2531
|
-
waldur_api_client/models/order_create.py,sha256=
|
|
2588
|
+
waldur_api_client/models/order_create.py,sha256=lQ24sW2ASf34kHoE9RIS9gucOC_mYweDwm2sNM-zoWg,20719
|
|
2532
2589
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2533
|
-
waldur_api_client/models/order_create_request.py,sha256=
|
|
2590
|
+
waldur_api_client/models/order_create_request.py,sha256=8c09VqGvj0G0_jH4Phnby5RHbHrXdA8JOeHh6ICJFd4,14303
|
|
2534
2591
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2535
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2592
|
+
waldur_api_client/models/order_details.py,sha256=1V2BxmLtpmGHkHg6y4QLaWYbv-ayd33TC_s8gflj9QE,43899
|
|
2536
2593
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2537
2594
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2538
2595
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2584,20 +2641,21 @@ waldur_api_client/models/patched_migration_details_request.py,sha256=FLB49LeyBy5
|
|
|
2584
2641
|
waldur_api_client/models/patched_notification_request.py,sha256=ejGJv_dJE5qWBJ4bb2J3YiDmtd1SX5gFM6_KXk_1GIY,1892
|
|
2585
2642
|
waldur_api_client/models/patched_notification_template_detail_serializers_request.py,sha256=7yfsobKsS0En0tO00lBYJadL7VShAKSlOui0j4Mn76I,1994
|
|
2586
2643
|
waldur_api_client/models/patched_offering_estimated_cost_policy_request.py,sha256=nhxloeDvL7mIUrUZqCRBMeshhsskbWXPDYMlm-OPZeg,3680
|
|
2644
|
+
waldur_api_client/models/patched_offering_terms_of_service_request.py,sha256=o0ZdEDGQmFhtYhw0-5_UUWGB40_9UZfHkhFhjouuEuE,3239
|
|
2587
2645
|
waldur_api_client/models/patched_offering_usage_policy_request.py,sha256=aZKKn6m74ek5TCemFobyC6eJxNbKwVLpfwHXZmHhOnY,4713
|
|
2588
2646
|
waldur_api_client/models/patched_offering_user_request.py,sha256=DEUcI74WfnDs5WZSlRAIA5QTSpKh02crlqTT-NWHAtQ,3757
|
|
2589
2647
|
waldur_api_client/models/patched_offering_user_role_request.py,sha256=rGfkFn1LNALrUp181Fdits0xGBPv_ElVR2yBZcMkYf8,1896
|
|
2590
2648
|
waldur_api_client/models/patched_offering_user_service_provider_comment_request.py,sha256=f2qGbFzD8rbFZ43tgS2YGMpU__VeXPqaa2VUaSNgTkw,2527
|
|
2591
2649
|
waldur_api_client/models/patched_open_stack_backup_request.py,sha256=RBlgUav6vKtOdDcE4jtaqh0Jbq7D1DKW0C7eHpY91Ak,3177
|
|
2592
|
-
waldur_api_client/models/patched_open_stack_instance_request.py,sha256=
|
|
2650
|
+
waldur_api_client/models/patched_open_stack_instance_request.py,sha256=rgQ8cwaYv-U1YQa4H5bDf83xYQtfDrEPx4Fc2OKxSqE,4823
|
|
2593
2651
|
waldur_api_client/models/patched_open_stack_network_request.py,sha256=Wk0FAi0bJAm3KTkd0XDOn6P7k01NDN_Qw0x0QVMxOCY,1929
|
|
2594
2652
|
waldur_api_client/models/patched_open_stack_port_request.py,sha256=EBbWB2xgmZ4VvuCoWCYNaVDRhgm3gs0ZgZT6rfTsYog,3187
|
|
2595
2653
|
waldur_api_client/models/patched_open_stack_security_group_update_request.py,sha256=RlUFY87usKv5tWMp6_wXc-wr5HdqR3c8c5Lu9hVfxwA,1995
|
|
2596
|
-
waldur_api_client/models/patched_open_stack_server_group_request.py,sha256=
|
|
2654
|
+
waldur_api_client/models/patched_open_stack_server_group_request.py,sha256=dCEAeUG-RI4pufoDn3jcx-lApQfa3lCXat8OK2LzUyc,3189
|
|
2597
2655
|
waldur_api_client/models/patched_open_stack_snapshot_request.py,sha256=ak5FOBbXe_dFgcOxsrN977IfLhB45CCjxtGpqJ_B7Ps,3469
|
|
2598
|
-
waldur_api_client/models/patched_open_stack_sub_net_request.py,sha256=
|
|
2656
|
+
waldur_api_client/models/patched_open_stack_sub_net_request.py,sha256=Q2nRSmcs9hl2XZFlkqXOCW4Pi8DK-3mxG4lTSSfw1aI,6126
|
|
2599
2657
|
waldur_api_client/models/patched_open_stack_tenant_request.py,sha256=le-mOGfNrOwSu3fZbP4FW8HNysZndoccpRWuQSDANU0,2881
|
|
2600
|
-
waldur_api_client/models/patched_open_stack_volume_request.py,sha256=
|
|
2658
|
+
waldur_api_client/models/patched_open_stack_volume_request.py,sha256=49L8Q1tgGpmGX_UMgRV2oeyBHNpCafe8zWYpDLF8CHk,2251
|
|
2601
2659
|
waldur_api_client/models/patched_organization_group_request.py,sha256=hFXBpqmx9lXKnCVwJSh4-RE_TzNHJg3ghrG2c5aa4Qo,2286
|
|
2602
2660
|
waldur_api_client/models/patched_payment_profile_request.py,sha256=s7MR9HjrWD5CkUB5kwhpPHfGJNZAPGAPRgA1V8RQ6QA,4285
|
|
2603
2661
|
waldur_api_client/models/patched_payment_request.py,sha256=kI3-4ZOeDMP9B3Ks-IFrc7u9S4jp9ttM0r2fjUODzrM,3635
|
|
@@ -2636,6 +2694,7 @@ waldur_api_client/models/patched_service_provider_request.py,sha256=mYtDn3fhfD2d
|
|
|
2636
2694
|
waldur_api_client/models/patched_slurm_allocation_request.py,sha256=VwB12u8IWV9Rq5_6gNn461jWgU5QSpmGBuegnuXtKWM,1921
|
|
2637
2695
|
waldur_api_client/models/patched_template_request.py,sha256=58C9P9inloyRqYov0KPPIwy6IELFTak_WtpN_3v9SOo,2540
|
|
2638
2696
|
waldur_api_client/models/patched_user_agreement_request.py,sha256=E1rFGylJPLzU3HnVmT76j3sSniXgXMsATkF_z4FaClo,2396
|
|
2697
|
+
waldur_api_client/models/patched_user_offering_consent_request.py,sha256=C20mTDrL1yeH42kJFrZOQyd8neZr9NpEieKgenF_cg4,1676
|
|
2639
2698
|
waldur_api_client/models/patched_user_request.py,sha256=s5AKTAnSYXTw4nYwayLt7rgvDHcd5NljcAUoe1xlQCo,7987
|
|
2640
2699
|
waldur_api_client/models/patched_vmware_virtual_machine_request.py,sha256=2yU3zH7K2knq-fr21pTfdSsE6g12lMIHzAutkKayk-A,2607
|
|
2641
2700
|
waldur_api_client/models/patched_web_hook_request.py,sha256=M0iTEotvyWKztcv8D0gZ3O8URrsPBOcERRvu7o6hwcw,4481
|
|
@@ -2653,7 +2712,8 @@ waldur_api_client/models/payment_type_enum.py,sha256=BFrKbAncNC9K321lTuTSB_7FsU_
|
|
|
2653
2712
|
waldur_api_client/models/payment_url_request.py,sha256=8JSveJfRLq89AkfK0IDc9j4KYVySX_vb2NEcXPSIhVg,1682
|
|
2654
2713
|
waldur_api_client/models/period_enum.py,sha256=PkbygEsNWp83Kx7H1OJjpQbN42yLeUaG74dBc9euE2s,180
|
|
2655
2714
|
waldur_api_client/models/permission.py,sha256=XXOIQqgvJPBC5pcR0p0P3ZAcjVIOz3qPxbTaB3m1geQ,8779
|
|
2656
|
-
waldur_api_client/models/
|
|
2715
|
+
waldur_api_client/models/permission_project.py,sha256=w5wx5FWA6iaWwbwKSktZflWkzKWa18GBQFOeoeVTXag,4460
|
|
2716
|
+
waldur_api_client/models/permission_request.py,sha256=uRpd1zprvc4Qij9D5Pg-4v43mw0xB9cEKubC4z7mpGs,6647
|
|
2657
2717
|
waldur_api_client/models/plan_component.py,sha256=1W4xEU8HNR-2X8uc4rBMpOe5JAbcf6p1Hy_xtD9v8YM,4179
|
|
2658
2718
|
waldur_api_client/models/plan_usage_response.py,sha256=NAP_Hz3pizngw9vNmlOrkUE5PK4YA7b7OfycYY6dq0Q,3385
|
|
2659
2719
|
waldur_api_client/models/plugin_component.py,sha256=Q5wBooZQWU012PlK92nAnM5TgBYZ90RODImeLkV4GYg,2167
|
|
@@ -2664,10 +2724,13 @@ waldur_api_client/models/prices_update_request.py,sha256=1Kj2Op5uNxdhza-y2R56clw
|
|
|
2664
2724
|
waldur_api_client/models/prices_update_request_prices.py,sha256=tnUhPKeW9PYncD1Ov1iDyqV2I_zmQkQm5btSM290fv4,1276
|
|
2665
2725
|
waldur_api_client/models/priority.py,sha256=MNjJSbMGZ4uUta67TqZg81-bdivsDyvEPF8ywhAEBDo,2340
|
|
2666
2726
|
waldur_api_client/models/project.py,sha256=8Gi8THCxUZ9PCIRySHdlG-6lQezOXdswkXKAnhTrM-M,19004
|
|
2727
|
+
waldur_api_client/models/project_answer.py,sha256=Hg-1eZqB2sdsOrYLte3H-nyU44T7kJmI7bo52sFrJqU,3870
|
|
2667
2728
|
waldur_api_client/models/project_credit.py,sha256=-dvDql5O1B0I_gJ8u_cbhqQHEowZxwR-715fjTmZavM,8860
|
|
2668
2729
|
waldur_api_client/models/project_credit_request.py,sha256=3Vpl5WRnX1w1mzN_9BjMtHm2Uo2ynujNZd1KL7xLk8Y,5197
|
|
2669
2730
|
waldur_api_client/models/project_credits_count_o_item.py,sha256=tl7CCxPJgqSqov-HAVhdS3wXJoL6poVTf2JCZUJFt7o,376
|
|
2670
2731
|
waldur_api_client/models/project_credits_list_o_item.py,sha256=JMgCAxZ84Eb5O0BYZxBkTgXPAE9rcqNx9sCLYWHZDbQ,375
|
|
2732
|
+
waldur_api_client/models/project_detail.py,sha256=QXEJm9BPgIn_BZDi-G48MugkVqyYhMho-pE563R7GcE,4124
|
|
2733
|
+
waldur_api_client/models/project_details_response.py,sha256=8-UBRYsiVbRLMgMdavpxy9F_w7wZ7eFikp4LRrxA-kc,3849
|
|
2671
2734
|
waldur_api_client/models/project_estimated_cost_policy.py,sha256=dbLy7AgojTVbbuEDb-mp1uqcCG_RhJl8tPYI2nga-Ys,6762
|
|
2672
2735
|
waldur_api_client/models/project_estimated_cost_policy_request.py,sha256=lm828NcYaGDAwuZYWtmvEwT-A3J7XhmkoLACWcZceOE,2870
|
|
2673
2736
|
waldur_api_client/models/project_marketplace_resource_count.py,sha256=Y8Me7yHI9ZYeDb0gzyBlIOZh9HPJ_7nqZ-6agei5rRk,1306
|
|
@@ -2759,9 +2822,9 @@ waldur_api_client/models/provider_invoice_items_list_o_item.py,sha256=kPI6IvEc8n
|
|
|
2759
2822
|
waldur_api_client/models/provider_offering.py,sha256=As-Xy7BC7dsXCbN1kuLkE1FY5K5T6PUtZbcfZXBfTlM,8733
|
|
2760
2823
|
waldur_api_client/models/provider_offering_costs.py,sha256=OyKwyTVrkd177YYtWBh12G22A86i4UOgJoyGGWcOexs,1961
|
|
2761
2824
|
waldur_api_client/models/provider_offering_customer.py,sha256=EQSbrqsKMTlTupV_8ae_S3CtgFpXcJGU9phEUKHOb9o,2726
|
|
2762
|
-
waldur_api_client/models/provider_offering_details.py,sha256=
|
|
2825
|
+
waldur_api_client/models/provider_offering_details.py,sha256=Rruo4WcfpgfP_AQrVeV0X6AVlA4JT1JQfRs8KZGKtic,45273
|
|
2763
2826
|
waldur_api_client/models/provider_offering_details_attributes.py,sha256=2ZQjBPMDwoyqbeq-w3J4XFyjfSIuPvbzhWmR0FztXo4,1316
|
|
2764
|
-
waldur_api_client/models/provider_offering_details_request.py,sha256=
|
|
2827
|
+
waldur_api_client/models/provider_offering_details_request.py,sha256=w7FGF1cRKHy6hPU1XZsCjPYV9rj-Ho5HVDHJR67gs1U,13444
|
|
2765
2828
|
waldur_api_client/models/provider_offering_details_service_attributes.py,sha256=5KU5GdD1Y6X2vmI_7DxWSs4gVuAM57D92uqwfXddPgY,1354
|
|
2766
2829
|
waldur_api_client/models/provider_plan_details.py,sha256=uU4avoygsajIRhTBRqdi9nm5XT0eZdx1-nBxbXlcS94,8521
|
|
2767
2830
|
waldur_api_client/models/provider_plan_details_future_prices.py,sha256=GY7D3RxdvMPUkLDGQ71oFY2DS7JvUBrTkqZEMEhwTUc,1315
|
|
@@ -2773,12 +2836,21 @@ waldur_api_client/models/provider_requested_offering.py,sha256=3fVJT8et-CpuI9lf8
|
|
|
2773
2836
|
waldur_api_client/models/provider_requested_resource.py,sha256=kyMN6tqzAuHWozPpb4ZaoX_T2jF_CBC9c6SursDLVB4,6116
|
|
2774
2837
|
waldur_api_client/models/provider_user.py,sha256=yzjf7T5fY4vto6LLxMA4fEXW6GEd_PcvqYeCFH3jL7M,2942
|
|
2775
2838
|
waldur_api_client/models/public_call.py,sha256=WLJTR55nWIUcEoWffaJI7CclSPfp-cQK59tG6wQgnQQ,14193
|
|
2776
|
-
waldur_api_client/models/
|
|
2839
|
+
waldur_api_client/models/public_maintenance_announcement.py,sha256=HyiHhqWnitByXgPb9qsCW-WMVYoY3AL0ShXtk9WBdFk,7477
|
|
2840
|
+
waldur_api_client/models/public_maintenance_announcement_state_enum.py,sha256=uJ70G_4hbDScbCZ6PCDiJrrD_pte0r33CbUJhtCDbIs,231
|
|
2841
|
+
waldur_api_client/models/public_maintenance_announcements_count_o_item.py,sha256=Z6yZtC7WhzykQMjJEbWRKT2MSPk7UwjxDRbqRHektYs,374
|
|
2842
|
+
waldur_api_client/models/public_maintenance_announcements_count_state_item.py,sha256=ZrtXDsslUO-5UIwl0iiwZeW9ohf1CCioUQV5JIR0eDY,285
|
|
2843
|
+
waldur_api_client/models/public_maintenance_announcements_list_o_item.py,sha256=ywONseRqTLHl_0xTWFHW1Y4zMND7u3oKJuqKLhhjtJc,373
|
|
2844
|
+
waldur_api_client/models/public_maintenance_announcements_list_state_item.py,sha256=cJPAjKSZW42PisSY9YnMiEm2gTKgvLASXC8K0S-DPv0,284
|
|
2845
|
+
waldur_api_client/models/public_offering_details.py,sha256=XI_mnGxIrq8rAe2ZUjmYBT_U-q14krBMOO-TIWO2el0,42395
|
|
2777
2846
|
waldur_api_client/models/public_offering_details_attributes.py,sha256=i0-SCeFD4PmCgSTt7S1aGP8hI_i-yrVymsoqRFXX7LA,1306
|
|
2778
2847
|
waldur_api_client/models/pull_marketplace_script_resource_request.py,sha256=UDkfiNLngvbMTBKyvvdjkOfr2EpWh56st33HhUuohtA,1696
|
|
2779
2848
|
waldur_api_client/models/query_request.py,sha256=uQF9CgIBrcRorzel3K8yA_ExJk1QCWp7atwLDppxeDA,1452
|
|
2780
2849
|
waldur_api_client/models/question_admin.py,sha256=t-2Sl-BpBqD8pnXhQwaerq-CDgjtoLUmFTv5G8lVjpk,11299
|
|
2781
2850
|
waldur_api_client/models/question_admin_request.py,sha256=n8grnVenvhlMUxrBYwsnxU9cBSorSvHGOrAakZiddvo,9611
|
|
2851
|
+
waldur_api_client/models/question_answer.py,sha256=yDW-VNN5kbjnX824EaqQdFtojgP9u26sBn9NrI17Qp0,6051
|
|
2852
|
+
waldur_api_client/models/question_answer_project_answers_item.py,sha256=anRYkYAmdXzdU-Cu6hebXiPmzRYRX_DuITN9gPzb2DM,1314
|
|
2853
|
+
waldur_api_client/models/question_answer_question_options_item.py,sha256=0o1y5bgZqxy8ktrTnAntyJFU4eEMC29IemNIF6efj60,1319
|
|
2782
2854
|
waldur_api_client/models/question_dependency.py,sha256=YRTVOk_W2KVN7ex7EvrzjegmKI6NfVmDSKRheQvoRFY,3748
|
|
2783
2855
|
waldur_api_client/models/question_dependency_request.py,sha256=BjSnCkuq4Zl_4sgvN_Jw9xY99R2rXZJcTf3bc3Y3K3M,2899
|
|
2784
2856
|
waldur_api_client/models/question_options_admin.py,sha256=FUZIbTBjR2UIugKCyhN5wNCEcIKtvILhC_JuEGAGHIg,2511
|
|
@@ -2812,8 +2884,8 @@ waldur_api_client/models/rancher_cluster.py,sha256=00KHdS_YH4OReCq641zE6h4UzovrJ
|
|
|
2812
2884
|
waldur_api_client/models/rancher_cluster_marketplace_offering_plugin_options_type_0.py,sha256=g9jW-KCLWjDUjPksC_Oq2fMkSBDJC1vIzHQRAgmP2bU,1418
|
|
2813
2885
|
waldur_api_client/models/rancher_cluster_reference.py,sha256=GMUKFAeuxQnTsp_otOx2Dq7sJOsmyeHZ7icAQh8vMHg,2886
|
|
2814
2886
|
waldur_api_client/models/rancher_cluster_request.py,sha256=doqm2VQ5E-cbD-_edI6Uc_y9oUb-B3iLpYby_ku59jg,4736
|
|
2815
|
-
waldur_api_client/models/rancher_cluster_security_group_rule.py,sha256=
|
|
2816
|
-
waldur_api_client/models/rancher_cluster_security_group_rule_request.py,sha256=
|
|
2887
|
+
waldur_api_client/models/rancher_cluster_security_group_rule.py,sha256=Sv3DalLbg3mhYdA0H4bS8dZPCKRc8oyclH9tFNL-nP8,6619
|
|
2888
|
+
waldur_api_client/models/rancher_cluster_security_group_rule_request.py,sha256=EnwtoKwmGyYwJfNYFkutAI1Y007gqtufphrIhDGt-tg,6444
|
|
2817
2889
|
waldur_api_client/models/rancher_cluster_template.py,sha256=DzmfeYMTpJaWn1ALYiuOblY0gfSFnkzYfaZnzaIxusM,3242
|
|
2818
2890
|
waldur_api_client/models/rancher_cluster_template_node.py,sha256=qkSlLhs9FvB2xIODA5TgEGSQcslT2GiWbc36c3H8MNM,2675
|
|
2819
2891
|
waldur_api_client/models/rancher_clusters_count_state_item.py,sha256=oU8r1lzDgejllgfNLZIeltUxyP-QvVf1th3SGsGuho4,380
|
|
@@ -2878,7 +2950,12 @@ waldur_api_client/models/remote_eduteams_uuid.py,sha256=IgXvMYBMPGBuNIRFKcR-cCdk
|
|
|
2878
2950
|
waldur_api_client/models/remote_offering.py,sha256=XqSExFBlPixkh_7o5yl74sHDpw59yuPETmml5dlopAg,2177
|
|
2879
2951
|
waldur_api_client/models/remote_offering_create_request.py,sha256=4pSdfNQODjhF6OYNxCagMl90Z8QT-Amo4DU-YmEoKzs,2972
|
|
2880
2952
|
waldur_api_client/models/remote_offering_create_response.py,sha256=W59mN29auhijm1UvpeLWX19_USEBcuuni1ZRJct1798,1563
|
|
2881
|
-
waldur_api_client/models/remote_project_update_request.py,sha256=
|
|
2953
|
+
waldur_api_client/models/remote_project_update_request.py,sha256=B1j5QlGHSVZLCOuiRFN_JD_WdGH3-KFKlKXGqWswpgg,13670
|
|
2954
|
+
waldur_api_client/models/remote_resource_order.py,sha256=6NrFy0_WixtsJZT4Zi_yuT5IdHqZMHXyjMcAYPg8WuQ,2609
|
|
2955
|
+
waldur_api_client/models/remote_resource_order_remote_state_enum.py,sha256=xFzNPgJLFI3vOYmyJwcutPw4E_B0bLNrbl4c0cCjut8,268
|
|
2956
|
+
waldur_api_client/models/remote_resource_sync_status.py,sha256=W75KZM7lJ46G9CGQfMHiyC2FyICrZ5qpSJJY_rgZUOo,4130
|
|
2957
|
+
waldur_api_client/models/remote_resource_sync_status_remote_state_enum.py,sha256=TzwdRMYxsJ5W4jabQt-uwrl2nNH2bxHMibIYrAyuG-w,241
|
|
2958
|
+
waldur_api_client/models/remote_resource_team_member.py,sha256=REaZQViw6AcJMyKdMRqPVCFphDp-gvZOdSlzmuKo55U,2318
|
|
2882
2959
|
waldur_api_client/models/remote_synchronisation.py,sha256=xsVNDtZVWApzTZJ3ZCFW7AVY1M3X-3CTzc7JIqlZG2E,7002
|
|
2883
2960
|
waldur_api_client/models/remote_synchronisation_request.py,sha256=jKaCe8gUEOEQV0aWoCmhztcf9X83E7ymarzeejaohk8,4232
|
|
2884
2961
|
waldur_api_client/models/remove_offering_component_request.py,sha256=8w7kxh9fhL41M_uDA70CkKS6JqXvZXbLufJWZG_rOF4,1573
|
|
@@ -2890,7 +2967,7 @@ waldur_api_client/models/requested_offering_request.py,sha256=WLjcqqT6e7nX45z-dt
|
|
|
2890
2967
|
waldur_api_client/models/requested_offering_states.py,sha256=aRCc6hAt-6hLBL31B3N353WpxUL7ReLc8aLCS0N_apQ,208
|
|
2891
2968
|
waldur_api_client/models/requested_resource.py,sha256=CPrkG4G2h0kTB30RHs6DAmmFKSmBiQi8-H5nGnaYWpQ,5147
|
|
2892
2969
|
waldur_api_client/models/requested_resource_request.py,sha256=NnQC2_Ib_paO6szj-5mba_T7vpOFhTcEHmlVyYoRpo8,3905
|
|
2893
|
-
waldur_api_client/models/resource.py,sha256=
|
|
2970
|
+
waldur_api_client/models/resource.py,sha256=tuR-44L6AFe9zypYTDn4Dd0qXNIKu5A4VstauxeJXfc,42317
|
|
2894
2971
|
waldur_api_client/models/resource_attributes.py,sha256=_YJkmdPQOg2nJvmdRsNH--768kATNGvMb_U-QpPSLEc,1235
|
|
2895
2972
|
waldur_api_client/models/resource_backend_id_request.py,sha256=NkjwuR1yvmsh8UohnBt2aH_c2a1SiyVnrHFHhZzFVWk,1661
|
|
2896
2973
|
waldur_api_client/models/resource_backend_metadata_request.py,sha256=UXhVQzxDJfS7GEzor2cjC-96oTTQ3ieMJjiI2T9VRVo,1658
|
|
@@ -2929,7 +3006,7 @@ waldur_api_client/models/rmq_user_stats_item.py,sha256=J9x-YtmOpu4_aQ8q3te3usUzP
|
|
|
2929
3006
|
waldur_api_client/models/rmq_v_host_stats_item.py,sha256=HGzrKq2ruNy-ITPHPaQO2hQTBr7VC21PmnJb1DgsOe8,2673
|
|
2930
3007
|
waldur_api_client/models/rmq_waldur_user.py,sha256=oEuaLeeJg8KESauGGBnIclVVvZr1xJxv-KmkeVcxi0U,1836
|
|
2931
3008
|
waldur_api_client/models/robot_account.py,sha256=OiYHKUToy4Hmg53SyZTdQLSMftAzqqLUkM2673gR3S8,6765
|
|
2932
|
-
waldur_api_client/models/robot_account_details.py,sha256=
|
|
3009
|
+
waldur_api_client/models/robot_account_details.py,sha256=cCQG4JuwEPwKroWRGSs01SmiODVvsTScbjwQfKWnD-Y,14647
|
|
2933
3010
|
waldur_api_client/models/robot_account_error_request.py,sha256=-16gPyWrS0iQsKZJwT67tPhfYUjrUGi1K06MYdAy390,1741
|
|
2934
3011
|
waldur_api_client/models/robot_account_request.py,sha256=JQ1GKmaHgPF-IgOj5Ik0OeVSm1pIuUrM1QleiORKcBo,3754
|
|
2935
3012
|
waldur_api_client/models/robot_account_states.py,sha256=aocJicmkFjlebKV7AX6wEeig2FlBRtszIazJ_5e9MRk,220
|
|
@@ -2961,8 +3038,11 @@ waldur_api_client/models/screenshot.py,sha256=0ilSOiujfT-sYv-xDjA1F633TLTzA8PPcU
|
|
|
2961
3038
|
waldur_api_client/models/screenshot_request.py,sha256=fsko8vV1fFlqB-2masPaZ2CQ9npqNqJgqjYEjarYCeE,2210
|
|
2962
3039
|
waldur_api_client/models/section.py,sha256=jgqJm9w6HbVCG2sT5WsdH3bjsuClPJvxyW69f3eGMkg,2805
|
|
2963
3040
|
waldur_api_client/models/section_request.py,sha256=_DSd4hA06BA7SHnrPcxpSwPwQPx-IyZRtsQFHas4ToY,2191
|
|
2964
|
-
waldur_api_client/models/service_provider.py,sha256=
|
|
3041
|
+
waldur_api_client/models/service_provider.py,sha256=8kQyd1lt4yd8_2r51gEYgtr-ikvZuY5KktIuKngR5yo,8558
|
|
2965
3042
|
waldur_api_client/models/service_provider_api_secret_code.py,sha256=FQ8a3TNPVbyyGn2N7OJszNmgLbdLa6hQBwJgoNAiOyA,1641
|
|
3043
|
+
waldur_api_client/models/service_provider_compliance_overview.py,sha256=g3ntykCZ1HYaXbKMfUyh7YS_YiyJy0wC1a2vXUCoQyQ,3711
|
|
3044
|
+
waldur_api_client/models/service_provider_offering_user_compliance.py,sha256=8C7Fx86SrJ8YubKVyGwns1e4GHgsmD_GnxK-h56LhqM,5731
|
|
3045
|
+
waldur_api_client/models/service_provider_offering_user_compliance_state_enum.py,sha256=eEhYdpBJhDGKO4A9z1cbtpNhleG-5QvXxRXUh36Psbw,314
|
|
2966
3046
|
waldur_api_client/models/service_provider_request.py,sha256=AEfvVf3LBjnqaLbUSLhquNpj8xD3mBvQdN9j30MO1AQ,2923
|
|
2967
3047
|
waldur_api_client/models/service_provider_revenues.py,sha256=vIFtP_WT-FekM-mqdm3TsbSAOngjqgL8bR0ofpuiuao,1806
|
|
2968
3048
|
waldur_api_client/models/service_provider_signature.py,sha256=jNpFXZMb0AExqSV86gEB4FcKU1I3eCNUmgR9V4tmGmk,2040
|
|
@@ -2990,6 +3070,7 @@ waldur_api_client/models/slurm_allocations_list_field_item.py,sha256=KfwsykZPrza
|
|
|
2990
3070
|
waldur_api_client/models/slurm_allocations_list_state_item.py,sha256=sppXc_x6W4f4BDKSHaSPuu2YbOzO9XMgXS-7KMNk7tw,380
|
|
2991
3071
|
waldur_api_client/models/slurm_allocations_retrieve_field_item.py,sha256=2G4xRXxQ28TPhojMoI_f4DU6CV8tj3ALYF86gf493jQ,1788
|
|
2992
3072
|
waldur_api_client/models/slurm_association.py,sha256=WMNXnRTcoNHnNAHvXCj4zYXHHJ_EoZi3mUExvpdh-L4,1883
|
|
3073
|
+
waldur_api_client/models/slurm_invoices_slurm_package_create_order_attributes.py,sha256=F8K0f_2QJzi_pfNlWgHTGZGlM4TH-n4Zg_DyXiovEV0,2275
|
|
2993
3074
|
waldur_api_client/models/slurm_jobs_list_field_item.py,sha256=Ru71XhVHUC7b3WHP06vNDSVlIQ2AZOXERg0UlmcaC88,1119
|
|
2994
3075
|
waldur_api_client/models/slurm_jobs_retrieve_field_item.py,sha256=lXvzpTWrQlfQJ8f_q8MSOIWegXgxYF5MDp6zuIFTYAQ,1123
|
|
2995
3076
|
waldur_api_client/models/smax_web_hook_receiver.py,sha256=uv4cL53BvSvezZoxKHUUydyWbDqTK0wTM_1h-nn7BRs,1463
|
|
@@ -3010,6 +3091,7 @@ waldur_api_client/models/support_issues_count_o_item.py,sha256=c5Mk3mezZqkIOoGuv
|
|
|
3010
3091
|
waldur_api_client/models/support_issues_list_o_item.py,sha256=LFD-dvt977oofYKCman8D0DCeYsshh6iCL0gw1DefHs,931
|
|
3011
3092
|
waldur_api_client/models/support_stats.py,sha256=IgICK1aCY9ToE4RThsWcR0E8oiALrhQkat_zig2na40,2238
|
|
3012
3093
|
waldur_api_client/models/support_user.py,sha256=9zRlaCw5ZSL5LvdaX4XaOKCq8uxtokkv6UmX99YhbIs,3375
|
|
3094
|
+
waldur_api_client/models/sync_status_enum.py,sha256=TdirX3o8K8redIATlUUzFYqn741-owl8ZkrG4KXX6QU,207
|
|
3013
3095
|
waldur_api_client/models/table_size.py,sha256=rTUJS_V6ikwio9m_sRYFO83f9Ao06fxqboGAblzJTSQ,2116
|
|
3014
3096
|
waldur_api_client/models/template.py,sha256=pgJKM-znWR6YtQ9UA5AjQ76t0V9hYxeXtwIyZPH6knc,3431
|
|
3015
3097
|
waldur_api_client/models/template_attachment.py,sha256=sMjbOeGYWEl-qIibExYw56gRC9EPq3_HE_YygJemX3c,2455
|
|
@@ -3033,6 +3115,10 @@ waldur_api_client/models/user_invitations_count_o_item.py,sha256=92vNPUagZLLCm48
|
|
|
3033
3115
|
waldur_api_client/models/user_invitations_count_state_item.py,sha256=9ZaP8n93w1Anyv69xSk9h_ENOA5Z2DWMr0W-pYRkI90,312
|
|
3034
3116
|
waldur_api_client/models/user_invitations_list_o_item.py,sha256=ImM14j6A0-YqQc7_iZQDnV5S-oR6d2tyPnxiZ1VMo1E,322
|
|
3035
3117
|
waldur_api_client/models/user_invitations_list_state_item.py,sha256=iZaLrYqbESMZ9wTenM6ugrx-LZFwX-R4u9hz-qBWbQM,311
|
|
3118
|
+
waldur_api_client/models/user_offering_consent.py,sha256=bMh50M2CMcnBZAyYqGrIxqruEaZrppNbCCsYf6BPpcE,6009
|
|
3119
|
+
waldur_api_client/models/user_offering_consent_create.py,sha256=sE2xqXFtr5FTu-69igONwBdmFGrv04ig772Iq0Dzoec,1588
|
|
3120
|
+
waldur_api_client/models/user_offering_consent_create_request.py,sha256=VOxXxiIZuoXG9242LeEoqXoEZTMfGud9yXJi7eEZvKs,1626
|
|
3121
|
+
waldur_api_client/models/user_offering_consent_request.py,sha256=aK169mG3aqErOaLtF2cE4dhX4Ig93rVAGjPSdwNF-24,1638
|
|
3036
3122
|
waldur_api_client/models/user_permission_requests_count_o_item.py,sha256=cOhlbI6QoaSzHQQ06KwTaihzIaZmVjW9n_bKeOZusaQ,229
|
|
3037
3123
|
waldur_api_client/models/user_permission_requests_count_state_item.py,sha256=30n3ZxpiYc4dAMKP_iDAs4cOQUlmqaumUmyxH1Ho2LA,263
|
|
3038
3124
|
waldur_api_client/models/user_permission_requests_list_o_item.py,sha256=4YiwajIraQ0jLARbGj0Q55q_qSg3FMDXauKYtYpLkPE,228
|
|
@@ -3051,6 +3137,10 @@ waldur_api_client/models/users_list_field_item.py,sha256=e9umXx722WWK-ZALB2-eSdL
|
|
|
3051
3137
|
waldur_api_client/models/users_list_o_item.py,sha256=NglqufgXCzbx-oavYFcZlZcrqQS_c62slMhhZUw9lV8,826
|
|
3052
3138
|
waldur_api_client/models/users_me_retrieve_field_item.py,sha256=4yPYQ2iwrBM5giVK7Z2hnMEYGiUVIE68TCZwX4WL3Vo,1405
|
|
3053
3139
|
waldur_api_client/models/users_retrieve_field_item.py,sha256=I32sRub95zyo-UKumqREIGyFsGaDIAEcOy40MzvqBk8,1403
|
|
3140
|
+
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes.py,sha256=M_yHZY1ZAm8WCG0l4Ml7HxLQ5O37QCAhtkzk7PcU9Y8,8214
|
|
3141
|
+
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_1.py,sha256=9Ajk6dw_5KrxHJhlsnAy4cIJRMNYMa2XzaedFpnz0qs,4744
|
|
3142
|
+
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_2_type_1.py,sha256=cgDpv42saLyYpWnLRywr5icuEPU6RrOWRgLQTupFVlE,4749
|
|
3143
|
+
waldur_api_client/models/v_mware_virtual_machine_create_order_attributes_guest_os_type_3_type_1.py,sha256=wNvULlAvXZz-4ne-Rf-BwK6iSq8KbGJJlkAOPzt709Y,4749
|
|
3054
3144
|
waldur_api_client/models/version.py,sha256=wbfCnGfJBAgOUQVg5A0klxoh2IeRtxYWXHVxo1w5Uco,1916
|
|
3055
3145
|
waldur_api_client/models/visibility_enum.py,sha256=UzMf75zH9i4B2ueP8lgUbS1kEaKb9xEBfmVfWhJd2oc,165
|
|
3056
3146
|
waldur_api_client/models/visible_invitation_details.py,sha256=inxttvMO4laLMcoH8V7tt1eNcWRIqTw_Vk3UZPbjg8s,4929
|
|
@@ -3089,7 +3179,7 @@ waldur_api_client/models/vmware_virtual_machine_list_state_item.py,sha256=vgJPI9
|
|
|
3089
3179
|
waldur_api_client/models/vmware_virtual_machine_marketplace_offering_plugin_options_type_0.py,sha256=kP9g-5KsS0ly7d9yJ0v42A7cMhfF9AcHn3l-qhjUc4s,1451
|
|
3090
3180
|
waldur_api_client/models/vmware_virtual_machine_request.py,sha256=-vxs-wiJEgHqaaG4qlUrmr3tHwt0bZcs8XOzhF49Uxw,7991
|
|
3091
3181
|
waldur_api_client/models/vmware_virtual_machine_retrieve_field_item.py,sha256=igiOKSbqiUkAG99JFKBkWUL7DCpCjYvmbzwE0VfCWhE,2162
|
|
3092
|
-
waldur_api_client/models/volume_attach_request.py,sha256=
|
|
3182
|
+
waldur_api_client/models/volume_attach_request.py,sha256=ieDQ9ZVeeLv44bLhElqTGb0JSWcgyHu1InhUAMVa_Tg,1569
|
|
3093
3183
|
waldur_api_client/models/volume_type_enum.py,sha256=a0oZYOmk1r-qH5_H5COskv6fmiMUvxU2RRgVU9HRGlM,177
|
|
3094
3184
|
waldur_api_client/models/volume_type_mapping.py,sha256=IZvozRrxyfD6bFuDKA-PuMh-n6wOThRE9DL2Ys8fLbk,1841
|
|
3095
3185
|
waldur_api_client/models/volume_type_mapping_request.py,sha256=7UFZEXsgRWyuwoxCqmEC4z4DPhanGRTjbfhto8Ej_yI,1879
|
|
@@ -3102,7 +3192,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
3102
3192
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
3103
3193
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
3104
3194
|
waldur_api_client/types.py,sha256=ZSn3mJeG6_KoPRQVkzh_-bMkaCht3nO3bkQg0tt1aN8,1381
|
|
3105
|
-
waldur_api_client-7.7.
|
|
3106
|
-
waldur_api_client-7.7.
|
|
3107
|
-
waldur_api_client-7.7.
|
|
3108
|
-
waldur_api_client-7.7.
|
|
3195
|
+
waldur_api_client-7.7.7.dist-info/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
3196
|
+
waldur_api_client-7.7.7.dist-info/METADATA,sha256=Qrd2btrfnLbCceVTknkf8_NvSxFXGvZmJLq0_i-KlVY,5845
|
|
3197
|
+
waldur_api_client-7.7.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
3198
|
+
waldur_api_client-7.7.7.dist-info/RECORD,,
|