platform-api-python-client 3.2.5__py3-none-any.whl → 4.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "3.2.5"
17
+ __version__ = "4.0.1"
18
18
 
19
19
  # import apis into sdk package
20
20
  from platform_api_python_client.api.external_api import EXTERNALApi
@@ -83,9 +83,11 @@ from platform_api_python_client.models.list_prebuilt_image_response import ListP
83
83
  from platform_api_python_client.models.list_user_vault_items_response import ListUserVaultItemsResponse
84
84
  from platform_api_python_client.models.metric import Metric
85
85
  from platform_api_python_client.models.payment_method_response import PaymentMethodResponse
86
+ from platform_api_python_client.models.pod_status import PodStatus
86
87
  from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
87
88
  from platform_api_python_client.models.service_status import ServiceStatus
88
89
  from platform_api_python_client.models.update_autocharge_preferences_request import UpdateAutochargePreferencesRequest
90
+ from platform_api_python_client.models.update_deployment_response import UpdateDeploymentResponse
89
91
  from platform_api_python_client.models.user_support_email_request import UserSupportEmailRequest
90
92
  from platform_api_python_client.models.user_vault_item import UserVaultItem
91
93
  from platform_api_python_client.models.user_vault_type import UserVaultType