platform-api-python-client 3.2.4__tar.gz → 3.2.5__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.
Files changed (150) hide show
  1. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/PKG-INFO +2 -2
  2. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/README.md +9 -3
  3. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/__init__.py +4 -2
  4. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/api/external_api.py +1028 -54
  5. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/api_client.py +1 -1
  6. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/configuration.py +1 -1
  7. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/__init__.py +3 -1
  8. platform_api_python_client-3.2.5/platform_api_python_client/models/get_autocharge_preferences_response.py +89 -0
  9. platform_api_python_client-3.2.5/platform_api_python_client/models/payment_method_response.py +92 -0
  10. platform_api_python_client-3.2.5/platform_api_python_client/models/update_autocharge_preferences_request.py +89 -0
  11. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client.egg-info/PKG-INFO +2 -2
  12. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client.egg-info/SOURCES.txt +6 -10
  13. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/pyproject.toml +1 -1
  14. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/setup.py +1 -1
  15. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_url_response.py +2 -2
  16. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_external_api.py +28 -0
  17. platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_input.py → platform_api_python_client-3.2.5/test/test_get_autocharge_preferences_response.py +15 -14
  18. platform_api_python_client-3.2.5/test/test_payment_method_response.py +52 -0
  19. platform_api_python_client-3.2.5/test/test_update_autocharge_preferences_request.py +54 -0
  20. platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_input.py +0 -102
  21. platform_api_python_client-3.2.4/platform_api_python_client/models/c_serve_v2_recipe_output.py +0 -102
  22. platform_api_python_client-3.2.4/platform_api_python_client/models/update_autopay_request.py +0 -99
  23. platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item_input.py +0 -97
  24. platform_api_python_client-3.2.4/platform_api_python_client/models/user_vault_item_output.py +0 -97
  25. platform_api_python_client-3.2.4/test/test_c_serve_v2_recipe_output.py +0 -54
  26. platform_api_python_client-3.2.4/test/test_update_autopay_request.py +0 -51
  27. platform_api_python_client-3.2.4/test/test_user_vault_item_input.py +0 -55
  28. platform_api_python_client-3.2.4/test/test_user_vault_item_output.py +0 -56
  29. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/api/__init__.py +0 -0
  30. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/api_response.py +0 -0
  31. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/exceptions.py +0 -0
  32. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/api_key_request.py +0 -0
  33. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/api_key_response.py +0 -0
  34. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/c_serve_recipe.py +0 -0
  35. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/c_serve_recipe_perf.py +0 -0
  36. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/c_serve_recipe_response.py +0 -0
  37. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/c_serve_v2_recipe.py +0 -0
  38. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_c_serve_deployment_request.py +0 -0
  39. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_c_serve_deployment_response.py +0 -0
  40. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_c_serve_v2_deployment_request.py +0 -0
  41. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_c_serve_v2_deployment_response.py +0 -0
  42. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_checkout_request.py +0 -0
  43. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_checkout_session_response.py +0 -0
  44. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_compute_deployment_request.py +0 -0
  45. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_compute_deployment_response.py +0 -0
  46. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_inference_deployment_request.py +0 -0
  47. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_inference_deployment_response.py +0 -0
  48. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_rag_deployment_request.py +0 -0
  49. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_rag_deployment_response.py +0 -0
  50. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_setup_checkout_request.py +0 -0
  51. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_url_request.py +0 -0
  52. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/create_url_response.py +0 -0
  53. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/credits_response.py +0 -0
  54. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/daily_bill_response.py +0 -0
  55. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/deployment_status.py +0 -0
  56. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/deployment_status_request.py +0 -0
  57. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/deployment_status_response.py +0 -0
  58. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/deployment_type.py +0 -0
  59. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/deployment_usage_value.py +0 -0
  60. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_c_serve_deployment_response.py +0 -0
  61. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_c_serve_v2_deployment_response.py +0 -0
  62. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_cluster_response.py +0 -0
  63. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_compute_deployment_response.py +0 -0
  64. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_deployment_log_response.py +0 -0
  65. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_deployment_response.py +0 -0
  66. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_deployment_usage_response.py +0 -0
  67. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_inference_deployment_response.py +0 -0
  68. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_payment_response.py +0 -0
  69. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/get_rag_deployment_response.py +0 -0
  70. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/hardware_instance_response.py +0 -0
  71. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/http_validation_error.py +0 -0
  72. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_api_key_response.py +0 -0
  73. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_c_serve_recipe_response.py +0 -0
  74. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_daily_bill_response.py +0 -0
  75. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_get_cluster_response.py +0 -0
  76. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_get_deployment_response.py +0 -0
  77. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_hardware_instance_response.py +0 -0
  78. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_payments_response.py +0 -0
  79. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_prebuilt_image_response.py +0 -0
  80. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/list_user_vault_items_response.py +0 -0
  81. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/metric.py +0 -0
  82. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/prebuilt_image_response.py +0 -0
  83. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/service_status.py +0 -0
  84. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/user_support_email_request.py +0 -0
  85. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/user_vault_item.py +0 -0
  86. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/user_vault_type.py +0 -0
  87. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/validation_error.py +0 -0
  88. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/models/validation_error_loc_inner.py +0 -0
  89. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/py.typed +0 -0
  90. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client/rest.py +0 -0
  91. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client.egg-info/dependency_links.txt +0 -0
  92. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client.egg-info/requires.txt +0 -0
  93. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/platform_api_python_client.egg-info/top_level.txt +0 -0
  94. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/setup.cfg +0 -0
  95. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_api_key_request.py +0 -0
  96. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_api_key_response.py +0 -0
  97. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_c_serve_recipe.py +0 -0
  98. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_c_serve_recipe_perf.py +0 -0
  99. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_c_serve_recipe_response.py +0 -0
  100. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_c_serve_v2_recipe.py +0 -0
  101. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_c_serve_deployment_request.py +0 -0
  102. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_c_serve_deployment_response.py +0 -0
  103. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_c_serve_v2_deployment_request.py +0 -0
  104. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_c_serve_v2_deployment_response.py +0 -0
  105. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_checkout_request.py +0 -0
  106. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_checkout_session_response.py +0 -0
  107. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_compute_deployment_request.py +0 -0
  108. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_compute_deployment_response.py +0 -0
  109. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_inference_deployment_request.py +0 -0
  110. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_inference_deployment_response.py +0 -0
  111. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_rag_deployment_request.py +0 -0
  112. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_rag_deployment_response.py +0 -0
  113. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_setup_checkout_request.py +0 -0
  114. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_create_url_request.py +0 -0
  115. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_credits_response.py +0 -0
  116. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_daily_bill_response.py +0 -0
  117. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_deployment_status.py +0 -0
  118. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_deployment_status_request.py +0 -0
  119. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_deployment_status_response.py +0 -0
  120. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_deployment_type.py +0 -0
  121. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_deployment_usage_value.py +0 -0
  122. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_c_serve_deployment_response.py +0 -0
  123. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_c_serve_v2_deployment_response.py +0 -0
  124. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_cluster_response.py +0 -0
  125. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_compute_deployment_response.py +0 -0
  126. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_deployment_log_response.py +0 -0
  127. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_deployment_response.py +0 -0
  128. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_deployment_usage_response.py +0 -0
  129. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_inference_deployment_response.py +0 -0
  130. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_payment_response.py +0 -0
  131. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_get_rag_deployment_response.py +0 -0
  132. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_hardware_instance_response.py +0 -0
  133. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_http_validation_error.py +0 -0
  134. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_api_key_response.py +0 -0
  135. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_c_serve_recipe_response.py +0 -0
  136. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_daily_bill_response.py +0 -0
  137. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_get_cluster_response.py +0 -0
  138. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_get_deployment_response.py +0 -0
  139. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_hardware_instance_response.py +0 -0
  140. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_payments_response.py +0 -0
  141. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_prebuilt_image_response.py +0 -0
  142. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_list_user_vault_items_response.py +0 -0
  143. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_metric.py +0 -0
  144. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_prebuilt_image_response.py +0 -0
  145. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_service_status.py +0 -0
  146. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_user_support_email_request.py +0 -0
  147. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_user_vault_item.py +0 -0
  148. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_user_vault_type.py +0 -0
  149. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_validation_error.py +0 -0
  150. {platform_api_python_client-3.2.4 → platform_api_python_client-3.2.5}/test/test_validation_error_loc_inner.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: platform-api-python-client
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
  Summary: Platform External API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -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.4
7
+ - Package version: 3.2.5
8
8
  - Generator version: 7.9.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
 
@@ -104,10 +104,13 @@ Class | Method | HTTP request | Description
104
104
  *EXTERNALApi* | [**create_rag_deployment_deployments_rag_post**](docs/EXTERNALApi.md#create_rag_deployment_deployments_rag_post) | **POST** /deployments/rag | Create Rag Deployment
105
105
  *EXTERNALApi* | [**create_setup_payments_setup_checkout_post**](docs/EXTERNALApi.md#create_setup_payments_setup_checkout_post) | **POST** /payments/setup_checkout | Create Setup
106
106
  *EXTERNALApi* | [**delete_api_key_credentials_api_key_id_delete**](docs/EXTERNALApi.md#delete_api_key_credentials_api_key_id_delete) | **DELETE** /credentials/api-key/{id} | Delete Api Key
107
+ *EXTERNALApi* | [**delete_autocharge_preferences_autocharge_preferences_delete**](docs/EXTERNALApi.md#delete_autocharge_preferences_autocharge_preferences_delete) | **DELETE** /autocharge/preferences | Delete Autocharge Preferences
108
+ *EXTERNALApi* | [**delete_payment_method_payments_methods_delete**](docs/EXTERNALApi.md#delete_payment_method_payments_methods_delete) | **DELETE** /payments/methods | Delete Payment Method
107
109
  *EXTERNALApi* | [**delete_user_vault_item_endpoint_user_vault_delete**](docs/EXTERNALApi.md#delete_user_vault_item_endpoint_user_vault_delete) | **DELETE** /user_vault | Delete User Vault Item Endpoint
108
110
  *EXTERNALApi* | [**download_url_file_url_download_post**](docs/EXTERNALApi.md#download_url_file_url_download_post) | **POST** /file_url/download | Download Url
109
111
  *EXTERNALApi* | [**get_all_user_vault_items_endpoint_user_vault_get**](docs/EXTERNALApi.md#get_all_user_vault_items_endpoint_user_vault_get) | **GET** /user_vault | Get All User Vault Items Endpoint
110
112
  *EXTERNALApi* | [**get_api_keys_credentials_api_key_get**](docs/EXTERNALApi.md#get_api_keys_credentials_api_key_get) | **GET** /credentials/api-key | Get Api Keys
113
+ *EXTERNALApi* | [**get_autocharge_preferences_autocharge_preferences_get**](docs/EXTERNALApi.md#get_autocharge_preferences_autocharge_preferences_get) | **GET** /autocharge/preferences | Get Autocharge Preferences
111
114
  *EXTERNALApi* | [**get_clusters_clusters_get**](docs/EXTERNALApi.md#get_clusters_clusters_get) | **GET** /clusters | Get Clusters
112
115
  *EXTERNALApi* | [**get_compute_deployment_deployments_compute_deployment_id_get**](docs/EXTERNALApi.md#get_compute_deployment_deployments_compute_deployment_id_get) | **GET** /deployments/compute/{deployment_id} | Get Compute Deployment
113
116
  *EXTERNALApi* | [**get_credits_credits_get**](docs/EXTERNALApi.md#get_credits_credits_get) | **GET** /credits | Get Credits
@@ -119,13 +122,14 @@ Class | Method | HTTP request | Description
119
122
  *EXTERNALApi* | [**get_deployments_deployments_get**](docs/EXTERNALApi.md#get_deployments_deployments_get) | **GET** /deployments | Get Deployments
120
123
  *EXTERNALApi* | [**get_hardware_instances_hardware_instances_get**](docs/EXTERNALApi.md#get_hardware_instances_hardware_instances_get) | **GET** /hardware-instances | Get Hardware Instances
121
124
  *EXTERNALApi* | [**get_inference_deployment_deployments_inference_deployment_id_get**](docs/EXTERNALApi.md#get_inference_deployment_deployments_inference_deployment_id_get) | **GET** /deployments/inference/{deployment_id} | Get Inference Deployment
125
+ *EXTERNALApi* | [**get_payment_method_payments_methods_get**](docs/EXTERNALApi.md#get_payment_method_payments_methods_get) | **GET** /payments/methods | Get Payment Method
122
126
  *EXTERNALApi* | [**get_payments_payments_get**](docs/EXTERNALApi.md#get_payments_payments_get) | **GET** /payments | Get Payments
123
127
  *EXTERNALApi* | [**get_prebuilt_images_prebuilt_images_get**](docs/EXTERNALApi.md#get_prebuilt_images_prebuilt_images_get) | **GET** /prebuilt-images | Get Prebuilt Images
124
128
  *EXTERNALApi* | [**get_rag_deployment_deployments_rag_deployment_id_get**](docs/EXTERNALApi.md#get_rag_deployment_deployments_rag_deployment_id_get) | **GET** /deployments/rag/{deployment_id} | Get Rag Deployment
125
129
  *EXTERNALApi* | [**get_usage_daily_bills_get**](docs/EXTERNALApi.md#get_usage_daily_bills_get) | **GET** /daily_bills | Get Usage
126
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
127
131
  *EXTERNALApi* | [**setup_stripe_customer_payments_setup_post**](docs/EXTERNALApi.md#setup_stripe_customer_payments_setup_post) | **POST** /payments/setup | Setup Stripe Customer
128
- *EXTERNALApi* | [**update_autopay_preferences_autopay_put**](docs/EXTERNALApi.md#update_autopay_preferences_autopay_put) | **PUT** /preferences/autopay | Update Autopay
132
+ *EXTERNALApi* | [**update_autocharge_preferences_autocharge_preferences_put**](docs/EXTERNALApi.md#update_autocharge_preferences_autocharge_preferences_put) | **PUT** /autocharge/preferences | Update Autocharge Preferences
129
133
  *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
130
134
  *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
131
135
  *EXTERNALApi* | [**upload_url_file_url_upload_post**](docs/EXTERNALApi.md#upload_url_file_url_upload_post) | **POST** /file_url/upload | Upload Url
@@ -161,6 +165,7 @@ Class | Method | HTTP request | Description
161
165
  - [DeploymentStatusResponse](docs/DeploymentStatusResponse.md)
162
166
  - [DeploymentType](docs/DeploymentType.md)
163
167
  - [DeploymentUsageValue](docs/DeploymentUsageValue.md)
168
+ - [GetAutochargePreferencesResponse](docs/GetAutochargePreferencesResponse.md)
164
169
  - [GetCServeDeploymentResponse](docs/GetCServeDeploymentResponse.md)
165
170
  - [GetCServeV2DeploymentResponse](docs/GetCServeV2DeploymentResponse.md)
166
171
  - [GetClusterResponse](docs/GetClusterResponse.md)
@@ -183,9 +188,10 @@ Class | Method | HTTP request | Description
183
188
  - [ListPrebuiltImageResponse](docs/ListPrebuiltImageResponse.md)
184
189
  - [ListUserVaultItemsResponse](docs/ListUserVaultItemsResponse.md)
185
190
  - [Metric](docs/Metric.md)
191
+ - [PaymentMethodResponse](docs/PaymentMethodResponse.md)
186
192
  - [PrebuiltImageResponse](docs/PrebuiltImageResponse.md)
187
193
  - [ServiceStatus](docs/ServiceStatus.md)
188
- - [UpdateAutopayRequest](docs/UpdateAutopayRequest.md)
194
+ - [UpdateAutochargePreferencesRequest](docs/UpdateAutochargePreferencesRequest.md)
189
195
  - [UserSupportEmailRequest](docs/UserSupportEmailRequest.md)
190
196
  - [UserVaultItem](docs/UserVaultItem.md)
191
197
  - [UserVaultType](docs/UserVaultType.md)
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "3.2.4"
17
+ __version__ = "3.2.5"
18
18
 
19
19
  # import apis into sdk package
20
20
  from platform_api_python_client.api.external_api import EXTERNALApi
@@ -59,6 +59,7 @@ from platform_api_python_client.models.deployment_status_request import Deployme
59
59
  from platform_api_python_client.models.deployment_status_response import DeploymentStatusResponse
60
60
  from platform_api_python_client.models.deployment_type import DeploymentType
61
61
  from platform_api_python_client.models.deployment_usage_value import DeploymentUsageValue
62
+ from platform_api_python_client.models.get_autocharge_preferences_response import GetAutochargePreferencesResponse
62
63
  from platform_api_python_client.models.get_c_serve_deployment_response import GetCServeDeploymentResponse
63
64
  from platform_api_python_client.models.get_c_serve_v2_deployment_response import GetCServeV2DeploymentResponse
64
65
  from platform_api_python_client.models.get_cluster_response import GetClusterResponse
@@ -81,9 +82,10 @@ from platform_api_python_client.models.list_payments_response import ListPayment
81
82
  from platform_api_python_client.models.list_prebuilt_image_response import ListPrebuiltImageResponse
82
83
  from platform_api_python_client.models.list_user_vault_items_response import ListUserVaultItemsResponse
83
84
  from platform_api_python_client.models.metric import Metric
85
+ from platform_api_python_client.models.payment_method_response import PaymentMethodResponse
84
86
  from platform_api_python_client.models.prebuilt_image_response import PrebuiltImageResponse
85
87
  from platform_api_python_client.models.service_status import ServiceStatus
86
- from platform_api_python_client.models.update_autopay_request import UpdateAutopayRequest
88
+ from platform_api_python_client.models.update_autocharge_preferences_request import UpdateAutochargePreferencesRequest
87
89
  from platform_api_python_client.models.user_support_email_request import UserSupportEmailRequest
88
90
  from platform_api_python_client.models.user_vault_item import UserVaultItem
89
91
  from platform_api_python_client.models.user_vault_type import UserVaultType