Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ cobo_waas2/models/travel_rule_withdraw_legal_entity.py
cobo_waas2/models/travel_rule_withdraw_natural_entity.py
cobo_waas2/models/travel_rule_withdraw_request.py
cobo_waas2/models/travel_rule_withdraw_request_travel_rule_info.py
cobo_waas2/models/trigger_test_payment_webhook_event_response.py
cobo_waas2/models/trigger_test_payments_webhook_event_request.py
cobo_waas2/models/trigger_test_webhook_event201_response.py
cobo_waas2/models/trigger_test_webhook_event_request.py
cobo_waas2/models/tron_contract_call_destination.py
Expand Down Expand Up @@ -1632,6 +1634,8 @@ docs/TravelRuleWithdrawLegalEntity.md
docs/TravelRuleWithdrawNaturalEntity.md
docs/TravelRuleWithdrawRequest.md
docs/TravelRuleWithdrawRequestTravelRuleInfo.md
docs/TriggerTestPaymentWebhookEventResponse.md
docs/TriggerTestPaymentsWebhookEventRequest.md
docs/TriggerTestWebhookEvent201Response.md
docs/TriggerTestWebhookEventRequest.md
docs/TronContractCallDestination.md
Expand Down Expand Up @@ -2429,6 +2433,8 @@ test/test_travel_rule_withdraw_legal_entity.py
test/test_travel_rule_withdraw_natural_entity.py
test/test_travel_rule_withdraw_request.py
test/test_travel_rule_withdraw_request_travel_rule_info.py
test/test_trigger_test_payment_webhook_event_response.py
test/test_trigger_test_payments_webhook_event_request.py
test/test_trigger_test_webhook_event201_response.py
test/test_trigger_test_webhook_event_request.py
test/test_tron_contract_call_destination.py
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information about the WaaS 2.0 API, see [Introduction to WaaS 2.0](http
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v2
- Package version: 1.31.0
- Package version: 1.32.0
- Generator version: 7.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.cobo.com/waas](https://www.cobo.com/waas)
Expand All @@ -27,7 +27,7 @@ Python 3.7+
### pip install

```sh
pip install cobo-waas2==1.31.0
pip install cobo-waas2==1.32.0
```

Then import the package:
Expand Down Expand Up @@ -189,6 +189,7 @@ Class | Method | HTTP request | Description
*PaymentApi* | [**list_top_up_payer_accounts**](docs/PaymentApi.md#list_top_up_payer_accounts) | **GET** /payments/topup/payer_accounts | List top-up payer accounts
*PaymentApi* | [**list_top_up_payers**](docs/PaymentApi.md#list_top_up_payers) | **GET** /payments/topup/payers | List payers
*PaymentApi* | [**payment_estimate_fee**](docs/PaymentApi.md#payment_estimate_fee) | **POST** /payments/estimate_fee | Estimate fees
*PaymentApi* | [**trigger_test_payments_webhook_event**](docs/PaymentApi.md#trigger_test_payments_webhook_event) | **POST** /payments/webhooks/trigger | Trigger test webhook event
*PaymentApi* | [**update_bank_account_by_id**](docs/PaymentApi.md#update_bank_account_by_id) | **PUT** /payments/bank_accounts/{bank_account_id} | Update bank account
*PaymentApi* | [**update_counterparty**](docs/PaymentApi.md#update_counterparty) | **PUT** /payments/counterparty/{counterparty_id} | Update counterparty
*PaymentApi* | [**update_destination**](docs/PaymentApi.md#update_destination) | **PUT** /payments/destination/{destination_id} | Update destination
Expand Down Expand Up @@ -295,6 +296,7 @@ Class | Method | HTTP request | Description
*WalletsApi* | [**list_token_balances_for_address**](docs/WalletsApi.md#list_token_balances_for_address) | **GET** /wallets/{wallet_id}/addresses/{address}/tokens | List token balances by address
*WalletsApi* | [**list_token_balances_for_wallet**](docs/WalletsApi.md#list_token_balances_for_wallet) | **GET** /wallets/{wallet_id}/tokens | List token balances by wallet
*WalletsApi* | [**list_token_listing_requests**](docs/WalletsApi.md#list_token_listing_requests) | **GET** /wallets/tokens/listing_requests | List token listing requests
*WalletsApi* | [**list_transaction_utxos**](docs/WalletsApi.md#list_transaction_utxos) | **GET** /wallets/{wallet_id}/transaction_utxos | List transaction UTXOs
*WalletsApi* | [**list_utxos**](docs/WalletsApi.md#list_utxos) | **GET** /wallets/{wallet_id}/utxos | List UTXOs
*WalletsApi* | [**list_wallets**](docs/WalletsApi.md#list_wallets) | **GET** /wallets | List all wallets
*WalletsApi* | [**lock_utxos**](docs/WalletsApi.md#lock_utxos) | **POST** /wallets/{wallet_id}/utxos/lock | Lock UTXOs
Expand Down Expand Up @@ -1096,6 +1098,8 @@ Class | Method | HTTP request | Description
- [TravelRuleWithdrawNaturalEntity](docs/TravelRuleWithdrawNaturalEntity.md)
- [TravelRuleWithdrawRequest](docs/TravelRuleWithdrawRequest.md)
- [TravelRuleWithdrawRequestTravelRuleInfo](docs/TravelRuleWithdrawRequestTravelRuleInfo.md)
- [TriggerTestPaymentWebhookEventResponse](docs/TriggerTestPaymentWebhookEventResponse.md)
- [TriggerTestPaymentsWebhookEventRequest](docs/TriggerTestPaymentsWebhookEventRequest.md)
- [TriggerTestWebhookEvent201Response](docs/TriggerTestWebhookEvent201Response.md)
- [TriggerTestWebhookEventRequest](docs/TriggerTestWebhookEventRequest.md)
- [TronContractCallDestination](docs/TronContractCallDestination.md)
Expand Down
4 changes: 3 additions & 1 deletion cobo_waas2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
""" # noqa: E501


__version__ = "1.31.0"
__version__ = "1.32.0"

# import apis into sdk package
from cobo_waas2.api.address_books_api import AddressBooksApi
Expand Down Expand Up @@ -815,6 +815,8 @@
from cobo_waas2.models.travel_rule_withdraw_natural_entity import TravelRuleWithdrawNaturalEntity
from cobo_waas2.models.travel_rule_withdraw_request import TravelRuleWithdrawRequest
from cobo_waas2.models.travel_rule_withdraw_request_travel_rule_info import TravelRuleWithdrawRequestTravelRuleInfo
from cobo_waas2.models.trigger_test_payment_webhook_event_response import TriggerTestPaymentWebhookEventResponse
from cobo_waas2.models.trigger_test_payments_webhook_event_request import TriggerTestPaymentsWebhookEventRequest
from cobo_waas2.models.trigger_test_webhook_event201_response import TriggerTestWebhookEvent201Response
from cobo_waas2.models.trigger_test_webhook_event_request import TriggerTestWebhookEventRequest
from cobo_waas2.models.tron_contract_call_destination import TronContractCallDestination
Expand Down
Loading