@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
44This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 0.1.0
7- - Package version: 3.2.4
7+ - Package version: 3.2.5
88- Generator version: 7.9.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
@@ -104,10 +104,13 @@ Class | Method | HTTP request | Description
104104* EXTERNALApi* | [ ** create_rag_deployment_deployments_rag_post** ] ( docs/EXTERNALApi.md#create_rag_deployment_deployments_rag_post ) | ** POST** /deployments/rag | Create Rag Deployment
105105* EXTERNALApi* | [ ** create_setup_payments_setup_checkout_post** ] ( docs/EXTERNALApi.md#create_setup_payments_setup_checkout_post ) | ** POST** /payments/setup_checkout | Create Setup
106106* 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
107109* 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
108110* EXTERNALApi* | [ ** download_url_file_url_download_post** ] ( docs/EXTERNALApi.md#download_url_file_url_download_post ) | ** POST** /file_url/download | Download Url
109111* 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
110112* 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
111114* EXTERNALApi* | [ ** get_clusters_clusters_get** ] ( docs/EXTERNALApi.md#get_clusters_clusters_get ) | ** GET** /clusters | Get Clusters
112115* 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
113116* 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
119122* EXTERNALApi* | [ ** get_deployments_deployments_get** ] ( docs/EXTERNALApi.md#get_deployments_deployments_get ) | ** GET** /deployments | Get Deployments
120123* EXTERNALApi* | [ ** get_hardware_instances_hardware_instances_get** ] ( docs/EXTERNALApi.md#get_hardware_instances_hardware_instances_get ) | ** GET** /hardware-instances | Get Hardware Instances
121124* 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
122126* EXTERNALApi* | [ ** get_payments_payments_get** ] ( docs/EXTERNALApi.md#get_payments_payments_get ) | ** GET** /payments | Get Payments
123127* EXTERNALApi* | [ ** get_prebuilt_images_prebuilt_images_get** ] ( docs/EXTERNALApi.md#get_prebuilt_images_prebuilt_images_get ) | ** GET** /prebuilt-images | Get Prebuilt Images
124128* 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
125129* EXTERNALApi* | [ ** get_usage_daily_bills_get** ] ( docs/EXTERNALApi.md#get_usage_daily_bills_get ) | ** GET** /daily_bills | Get Usage
126130* 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
127131* 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
129133* 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
130134* 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
131135* 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
161165 - [ DeploymentStatusResponse] ( docs/DeploymentStatusResponse.md )
162166 - [ DeploymentType] ( docs/DeploymentType.md )
163167 - [ DeploymentUsageValue] ( docs/DeploymentUsageValue.md )
168+ - [ GetAutochargePreferencesResponse] ( docs/GetAutochargePreferencesResponse.md )
164169 - [ GetCServeDeploymentResponse] ( docs/GetCServeDeploymentResponse.md )
165170 - [ GetCServeV2DeploymentResponse] ( docs/GetCServeV2DeploymentResponse.md )
166171 - [ GetClusterResponse] ( docs/GetClusterResponse.md )
@@ -183,9 +188,10 @@ Class | Method | HTTP request | Description
183188 - [ ListPrebuiltImageResponse] ( docs/ListPrebuiltImageResponse.md )
184189 - [ ListUserVaultItemsResponse] ( docs/ListUserVaultItemsResponse.md )
185190 - [ Metric] ( docs/Metric.md )
191+ - [ PaymentMethodResponse] ( docs/PaymentMethodResponse.md )
186192 - [ PrebuiltImageResponse] ( docs/PrebuiltImageResponse.md )
187193 - [ ServiceStatus] ( docs/ServiceStatus.md )
188- - [ UpdateAutopayRequest ] ( docs/UpdateAutopayRequest .md )
194+ - [ UpdateAutochargePreferencesRequest ] ( docs/UpdateAutochargePreferencesRequest .md )
189195 - [ UserSupportEmailRequest] ( docs/UserSupportEmailRequest.md )
190196 - [ UserVaultItem] ( docs/UserVaultItem.md )
191197 - [ UserVaultType] ( docs/UserVaultType.md )
0 commit comments