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
9 changes: 6 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ cobo_waas2/models/list_merchant_balances200_response.py
cobo_waas2/models/list_merchants200_response.py
cobo_waas2/models/list_mpc_projects200_response.py
cobo_waas2/models/list_mpc_vaults200_response.py
cobo_waas2/models/list_payer_transactions200_response.py
cobo_waas2/models/list_payment_orders200_response.py
cobo_waas2/models/list_payment_wallet_balances200_response.py
cobo_waas2/models/list_payouts200_response.py
Expand Down Expand Up @@ -434,6 +435,7 @@ cobo_waas2/models/order_link_business_info_custom_exchange_rates_inner.py
cobo_waas2/models/order_link_business_info_payable_amounts_inner.py
cobo_waas2/models/order_status.py
cobo_waas2/models/org_info.py
cobo_waas2/models/original_main_group_handling.py
cobo_waas2/models/otc_fee.py
cobo_waas2/models/pagination.py
cobo_waas2/models/payer_account.py
Expand Down Expand Up @@ -813,7 +815,6 @@ cobo_waas2/models/tss_signatures.py
cobo_waas2/models/tss_status.py
cobo_waas2/models/unfreeze_disposition.py
cobo_waas2/models/update_address_book_param.py
cobo_waas2/models/update_bank_account_by_id_request.py
cobo_waas2/models/update_counterparty_request.py
cobo_waas2/models/update_custodial_wallet_params.py
cobo_waas2/models/update_destination_bank_account.py
Expand Down Expand Up @@ -1198,6 +1199,7 @@ docs/ListMerchantBalances200Response.md
docs/ListMerchants200Response.md
docs/ListMpcProjects200Response.md
docs/ListMpcVaults200Response.md
docs/ListPayerTransactions200Response.md
docs/ListPaymentOrders200Response.md
docs/ListPaymentWalletBalances200Response.md
docs/ListPayouts200Response.md
Expand Down Expand Up @@ -1261,6 +1263,7 @@ docs/OrderLinkBusinessInfoPayableAmountsInner.md
docs/OrderStatus.md
docs/OrgInfo.md
docs/OrganizationsApi.md
docs/OriginalMainGroupHandling.md
docs/OtcFee.md
docs/Pagination.md
docs/PayerAccount.md
Expand Down Expand Up @@ -1648,7 +1651,6 @@ docs/TronContractCallDestination.md
docs/UTXO.md
docs/UnfreezeDisposition.md
docs/UpdateAddressBookParam.md
docs/UpdateBankAccountByIdRequest.md
docs/UpdateCounterpartyRequest.md
docs/UpdateCustodialWalletParams.md
docs/UpdateDestinationBankAccount.md
Expand Down Expand Up @@ -2040,6 +2042,7 @@ test/test_list_merchant_balances200_response.py
test/test_list_merchants200_response.py
test/test_list_mpc_projects200_response.py
test/test_list_mpc_vaults200_response.py
test/test_list_payer_transactions200_response.py
test/test_list_payment_orders200_response.py
test/test_list_payment_wallet_balances200_response.py
test/test_list_payouts200_response.py
Expand Down Expand Up @@ -2103,6 +2106,7 @@ test/test_order_link_business_info_payable_amounts_inner.py
test/test_order_status.py
test/test_org_info.py
test/test_organizations_api.py
test/test_original_main_group_handling.py
test/test_otc_fee.py
test/test_pagination.py
test/test_payer_account.py
Expand Down Expand Up @@ -2489,7 +2493,6 @@ test/test_tss_signatures.py
test/test_tss_status.py
test/test_unfreeze_disposition.py
test/test_update_address_book_param.py
test/test_update_bank_account_by_id_request.py
test/test_update_counterparty_request.py
test/test_update_custodial_wallet_params.py
test/test_update_destination_bank_account.py
Expand Down
10 changes: 5 additions & 5 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.34.0
- Package version: 1.35.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.34.0
pip install cobo-waas2==1.35.0
```

Then import the package:
Expand Down Expand Up @@ -172,7 +172,6 @@ Class | Method | HTTP request | Description
*PaymentApi* | [**get_settlement_info_by_ids**](docs/PaymentApi.md#get_settlement_info_by_ids) | **GET** /payments/settlement_info | Get withdrawable balances
*PaymentApi* | [**get_top_up_address**](docs/PaymentApi.md#get_top_up_address) | **GET** /payments/topup/address | Create/Get top-up address
*PaymentApi* | [**list_allocation_items**](docs/PaymentApi.md#list_allocation_items) | **GET** /payments/allocation_items | List all allocation items
*PaymentApi* | [**list_bank_accounts**](docs/PaymentApi.md#list_bank_accounts) | **GET** /payments/bank_accounts | List all bank accounts
*PaymentApi* | [**list_batch_allocations**](docs/PaymentApi.md#list_batch_allocations) | **GET** /payments/batch_allocations | List all batch allocations
*PaymentApi* | [**list_bulk_send_items**](docs/PaymentApi.md#list_bulk_send_items) | **GET** /payments/bulk_sends/{bulk_send_id}/items | List bulk send items
*PaymentApi* | [**list_counterparties**](docs/PaymentApi.md#list_counterparties) | **GET** /payments/counterparty | List all counterparties
Expand All @@ -183,6 +182,7 @@ Class | Method | HTTP request | Description
*PaymentApi* | [**list_forced_sweep_requests**](docs/PaymentApi.md#list_forced_sweep_requests) | **GET** /payments/force_sweep_requests | List forced sweeps
*PaymentApi* | [**list_merchant_balances**](docs/PaymentApi.md#list_merchant_balances) | **GET** /payments/balance/merchants | List merchant balances
*PaymentApi* | [**list_merchants**](docs/PaymentApi.md#list_merchants) | **GET** /payments/merchants | List all merchants
*PaymentApi* | [**list_payer_transactions**](docs/PaymentApi.md#list_payer_transactions) | **GET** /payments/topup/payers/transactions | List payer transactions
*PaymentApi* | [**list_payment_orders**](docs/PaymentApi.md#list_payment_orders) | **GET** /payments/orders | List all pay-in orders
*PaymentApi* | [**list_payment_supported_tokens**](docs/PaymentApi.md#list_payment_supported_tokens) | **GET** /payments/supported_tokens | List supported tokens
*PaymentApi* | [**list_payment_wallet_balances**](docs/PaymentApi.md#list_payment_wallet_balances) | **GET** /payments/balance/payment_wallets | List payment wallet balances
Expand All @@ -193,7 +193,6 @@ Class | Method | HTTP request | Description
*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
*PaymentApi* | [**update_destination_entry**](docs/PaymentApi.md#update_destination_entry) | **PUT** /payments/destination_entry/{destination_entry_id} | Update destination entry
Expand Down Expand Up @@ -671,6 +670,7 @@ Class | Method | HTTP request | Description
- [ListMerchants200Response](docs/ListMerchants200Response.md)
- [ListMpcProjects200Response](docs/ListMpcProjects200Response.md)
- [ListMpcVaults200Response](docs/ListMpcVaults200Response.md)
- [ListPayerTransactions200Response](docs/ListPayerTransactions200Response.md)
- [ListPaymentOrders200Response](docs/ListPaymentOrders200Response.md)
- [ListPaymentWalletBalances200Response](docs/ListPaymentWalletBalances200Response.md)
- [ListPayouts200Response](docs/ListPayouts200Response.md)
Expand Down Expand Up @@ -732,6 +732,7 @@ Class | Method | HTTP request | Description
- [OrderLinkBusinessInfoPayableAmountsInner](docs/OrderLinkBusinessInfoPayableAmountsInner.md)
- [OrderStatus](docs/OrderStatus.md)
- [OrgInfo](docs/OrgInfo.md)
- [OriginalMainGroupHandling](docs/OriginalMainGroupHandling.md)
- [OtcFee](docs/OtcFee.md)
- [Pagination](docs/Pagination.md)
- [PayerAccount](docs/PayerAccount.md)
Expand Down Expand Up @@ -1112,7 +1113,6 @@ Class | Method | HTTP request | Description
- [UTXO](docs/UTXO.md)
- [UnfreezeDisposition](docs/UnfreezeDisposition.md)
- [UpdateAddressBookParam](docs/UpdateAddressBookParam.md)
- [UpdateBankAccountByIdRequest](docs/UpdateBankAccountByIdRequest.md)
- [UpdateCounterpartyRequest](docs/UpdateCounterpartyRequest.md)
- [UpdateCustodialWalletParams](docs/UpdateCustodialWalletParams.md)
- [UpdateDestinationBankAccount](docs/UpdateDestinationBankAccount.md)
Expand Down
5 changes: 3 additions & 2 deletions cobo_waas2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
""" # noqa: E501


__version__ = "1.34.0"
__version__ = "1.35.0"

# import apis into sdk package
from cobo_waas2.api.address_books_api import AddressBooksApi
Expand Down Expand Up @@ -385,6 +385,7 @@
from cobo_waas2.models.list_merchants200_response import ListMerchants200Response
from cobo_waas2.models.list_mpc_projects200_response import ListMpcProjects200Response
from cobo_waas2.models.list_mpc_vaults200_response import ListMpcVaults200Response
from cobo_waas2.models.list_payer_transactions200_response import ListPayerTransactions200Response
from cobo_waas2.models.list_payment_orders200_response import ListPaymentOrders200Response
from cobo_waas2.models.list_payment_wallet_balances200_response import ListPaymentWalletBalances200Response
from cobo_waas2.models.list_payouts200_response import ListPayouts200Response
Expand Down Expand Up @@ -446,6 +447,7 @@
from cobo_waas2.models.order_link_business_info_payable_amounts_inner import OrderLinkBusinessInfoPayableAmountsInner
from cobo_waas2.models.order_status import OrderStatus
from cobo_waas2.models.org_info import OrgInfo
from cobo_waas2.models.original_main_group_handling import OriginalMainGroupHandling
from cobo_waas2.models.otc_fee import OtcFee
from cobo_waas2.models.pagination import Pagination
from cobo_waas2.models.payer_account import PayerAccount
Expand Down Expand Up @@ -826,7 +828,6 @@
from cobo_waas2.models.utxo import UTXO
from cobo_waas2.models.unfreeze_disposition import UnfreezeDisposition
from cobo_waas2.models.update_address_book_param import UpdateAddressBookParam
from cobo_waas2.models.update_bank_account_by_id_request import UpdateBankAccountByIdRequest
from cobo_waas2.models.update_counterparty_request import UpdateCounterpartyRequest
from cobo_waas2.models.update_custodial_wallet_params import UpdateCustodialWalletParams
from cobo_waas2.models.update_destination_bank_account import UpdateDestinationBankAccount
Expand Down
Loading
Loading