platform-api-python-client 3.2.5__tar.gz → 3.2.7__tar.gz
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.
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/PKG-INFO +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/README.md +6 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/__init__.py +2 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/api/external_api.py +1197 -32
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/api_client.py +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/configuration.py +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/__init__.py +1 -0
- platform_api_python_client-3.2.7/platform_api_python_client/models/update_deployment_response.py +92 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client.egg-info/PKG-INFO +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client.egg-info/SOURCES.txt +2 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/pyproject.toml +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/setup.py +1 -1
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_external_api.py +35 -0
- platform_api_python_client-3.2.7/test/test_update_deployment_response.py +56 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/api/__init__.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/api_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/exceptions.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/api_key_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/api_key_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/c_serve_recipe.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/c_serve_recipe_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/c_serve_v2_recipe.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_c_serve_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_checkout_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_checkout_session_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_compute_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_compute_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_inference_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_rag_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_rag_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_setup_checkout_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_url_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/create_url_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/credits_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/daily_bill_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/deployment_status.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/deployment_status_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/deployment_status_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/deployment_type.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/deployment_usage_value.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_autocharge_preferences_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_cluster_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_compute_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_deployment_log_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_inference_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_payment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/get_rag_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/hardware_instance_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/http_validation_error.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_api_key_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_payments_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/list_user_vault_items_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/metric.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/payment_method_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/prebuilt_image_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/service_status.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/update_autocharge_preferences_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/user_support_email_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/user_vault_item.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/user_vault_type.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/validation_error.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/py.typed +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client/rest.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client.egg-info/requires.txt +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/platform_api_python_client.egg-info/top_level.txt +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/setup.cfg +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_api_key_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_api_key_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_c_serve_recipe.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_c_serve_recipe_perf.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_c_serve_v2_recipe.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_c_serve_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_c_serve_v2_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_checkout_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_checkout_session_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_compute_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_compute_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_inference_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_inference_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_rag_deployment_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_rag_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_setup_checkout_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_url_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_create_url_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_credits_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_daily_bill_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_deployment_status.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_deployment_status_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_deployment_status_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_deployment_type.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_deployment_usage_value.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_autocharge_preferences_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_c_serve_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_c_serve_v2_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_cluster_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_compute_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_deployment_log_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_deployment_usage_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_inference_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_payment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_get_rag_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_hardware_instance_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_http_validation_error.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_api_key_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_c_serve_recipe_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_daily_bill_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_get_cluster_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_get_deployment_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_hardware_instance_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_payments_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_prebuilt_image_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_list_user_vault_items_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_metric.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_payment_method_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_prebuilt_image_response.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_service_status.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_update_autocharge_preferences_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_user_support_email_request.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_user_vault_item.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_user_vault_type.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_validation_error.py +0 -0
- {platform_api_python_client-3.2.5 → platform_api_python_client-3.2.7}/test/test_validation_error_loc_inner.py +0 -0
|
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 0.1.0
|
|
7
|
-
- Package version: 3.2.
|
|
7
|
+
- Package version: 3.2.7
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -130,7 +130,11 @@ Class | Method | HTTP request | Description
|
|
|
130
130
|
*EXTERNALApi* | [**get_usage_deployments_usage_deployment_id_get**](docs/EXTERNALApi.md#get_usage_deployments_usage_deployment_id_get) | **GET** /deployments/usage/{deployment_id} | Get Usage
|
|
131
131
|
*EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
|
|
132
132
|
*EXTERNALApi* | [**update_autocharge_preferences_autocharge_preferences_put**](docs/EXTERNALApi.md#update_autocharge_preferences_autocharge_preferences_put) | **PUT** /autocharge/preferences | Update Autocharge Preferences
|
|
133
|
+
*EXTERNALApi* | [**update_compute_deployment_deployments_compute_put**](docs/EXTERNALApi.md#update_compute_deployment_deployments_compute_put) | **PUT** /deployments/compute | Update Compute Deployment
|
|
134
|
+
*EXTERNALApi* | [**update_cserve_v2_deployment_deployments_cserve_v2_put**](docs/EXTERNALApi.md#update_cserve_v2_deployment_deployments_cserve_v2_put) | **PUT** /deployments/cserve_v2 | Update Cserve V2 Deployment
|
|
133
135
|
*EXTERNALApi* | [**update_deployment_status_deployments_status_deployment_id_put**](docs/EXTERNALApi.md#update_deployment_status_deployments_status_deployment_id_put) | **PUT** /deployments/status/{deployment_id} | Update Deployment Status
|
|
136
|
+
*EXTERNALApi* | [**update_inference_deployment_deployments_inference_put**](docs/EXTERNALApi.md#update_inference_deployment_deployments_inference_put) | **PUT** /deployments/inference | Update Inference Deployment
|
|
137
|
+
*EXTERNALApi* | [**update_rag_deployment_deployments_rag_put**](docs/EXTERNALApi.md#update_rag_deployment_deployments_rag_put) | **PUT** /deployments/rag | Update Rag Deployment
|
|
134
138
|
*EXTERNALApi* | [**update_user_vault_item_endpoint_user_vault_put**](docs/EXTERNALApi.md#update_user_vault_item_endpoint_user_vault_put) | **PUT** /user_vault | Update User Vault Item Endpoint
|
|
135
139
|
*EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
|
|
136
140
|
|
|
@@ -192,6 +196,7 @@ Class | Method | HTTP request | Description
|
|
|
192
196
|
- [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
|
|
193
197
|
- [ServiceStatus](docs/ServiceStatus.md)
|
|
194
198
|
- [UpdateAutochargePreferencesRequest](docs/UpdateAutochargePreferencesRequest.md)
|
|
199
|
+
- [UpdateDeploymentResponse](docs/UpdateDeploymentResponse.md)
|
|
195
200
|
- [UserSupportEmailRequest](docs/UserSupportEmailRequest.md)
|
|
196
201
|
- [UserVaultItem](docs/UserVaultItem.md)
|
|
197
202
|
- [UserVaultType](docs/UserVaultType.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "3.2.
|
|
17
|
+
__version__ = "3.2.7"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from platform_api_python_client.api.external_api import EXTERNALApi
|
|
@@ -86,6 +86,7 @@ from platform_api_python_client.models.payment_method_response import PaymentMet
|
|
|
86
86
|
from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
|
|
87
87
|
from platform_api_python_client.models.service_status import ServiceStatus
|
|
88
88
|
from platform_api_python_client.models.update_autocharge_preferences_request import UpdateAutochargePreferencesRequest
|
|
89
|
+
from platform_api_python_client.models.update_deployment_response import UpdateDeploymentResponse
|
|
89
90
|
from platform_api_python_client.models.user_support_email_request import UserSupportEmailRequest
|
|
90
91
|
from platform_api_python_client.models.user_vault_item import UserVaultItem
|
|
91
92
|
from platform_api_python_client.models.user_vault_type import UserVaultType
|