Skip to content

Commit 63c9b56

Browse files
author
fireblocks_dx_team
committed
Generated SDK #6061
1 parent 78cdf93 commit 63c9b56

44 files changed

Lines changed: 478 additions & 196 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
--body "This PR was automatically generated." \
2121
--base master \
2222
--head ${{ github.ref }} \
23-
--reviewer asafs932,sharonasw,YoavBZ
23+
--reviewer asafs932,YoavBZ
2424
env:
2525
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.openapi-generator/FILES

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ docs/EstimatedNetworkFeeResponse.md
301301
docs/EstimatedTransactionFeeResponse.md
302302
docs/ExchangeAccount.md
303303
docs/ExchangeAccountsApi.md
304-
docs/ExchangeAccountsPaged.md
305-
docs/ExchangeAccountsPagedPaging.md
306304
docs/ExchangeAsset.md
307305
docs/ExchangeSettlementTransactionsResponse.md
308306
docs/ExchangeTradingAccount.md
@@ -330,6 +328,7 @@ docs/FeeBreakdownOneOf.md
330328
docs/FeeBreakdownOneOf1.md
331329
docs/FeeInfo.md
332330
docs/FeeLevel.md
331+
docs/FeePayerInfo.md
333332
docs/FetchAbiRequestDto.md
334333
docs/FiatAccount.md
335334
docs/FiatAccountType.md
@@ -362,6 +361,8 @@ docs/GetNFTsResponse.md
362361
docs/GetOrdersResponse.md
363362
docs/GetOtaStatusResponse.md
364363
docs/GetOwnershipTokensResponse.md
364+
docs/GetPagedExchangeAccountsResponse.md
365+
docs/GetPagedExchangeAccountsResponsePaging.md
365366
docs/GetSigningKeyResponseDto.md
366367
docs/GetTransactionOperation.md
367368
docs/GetValidationKeyResponseDto.md
@@ -1153,8 +1154,6 @@ fireblocks/models/estimated_network_fee_response.py
11531154
fireblocks/models/estimated_transaction_fee_response.py
11541155
fireblocks/models/evm_token_create_params_dto.py
11551156
fireblocks/models/exchange_account.py
1156-
fireblocks/models/exchange_accounts_paged.py
1157-
fireblocks/models/exchange_accounts_paged_paging.py
11581157
fireblocks/models/exchange_asset.py
11591158
fireblocks/models/exchange_settlement_transactions_response.py
11601159
fireblocks/models/exchange_trading_account.py
@@ -1181,6 +1180,7 @@ fireblocks/models/fee_breakdown_one_of.py
11811180
fireblocks/models/fee_breakdown_one_of1.py
11821181
fireblocks/models/fee_info.py
11831182
fireblocks/models/fee_level.py
1183+
fireblocks/models/fee_payer_info.py
11841184
fireblocks/models/fetch_abi_request_dto.py
11851185
fireblocks/models/fiat_account.py
11861186
fireblocks/models/fiat_account_type.py
@@ -1211,6 +1211,8 @@ fireblocks/models/get_nfts_response.py
12111211
fireblocks/models/get_orders_response.py
12121212
fireblocks/models/get_ota_status_response.py
12131213
fireblocks/models/get_ownership_tokens_response.py
1214+
fireblocks/models/get_paged_exchange_accounts_response.py
1215+
fireblocks/models/get_paged_exchange_accounts_response_paging.py
12141216
fireblocks/models/get_signing_key_response_dto.py
12151217
fireblocks/models/get_transaction_operation.py
12161218
fireblocks/models/get_validation_key_response_dto.py
@@ -1956,8 +1958,6 @@ test/test_estimated_transaction_fee_response.py
19561958
test/test_evm_token_create_params_dto.py
19571959
test/test_exchange_account.py
19581960
test/test_exchange_accounts_api.py
1959-
test/test_exchange_accounts_paged.py
1960-
test/test_exchange_accounts_paged_paging.py
19611961
test/test_exchange_asset.py
19621962
test/test_exchange_settlement_transactions_response.py
19631963
test/test_exchange_trading_account.py
@@ -1985,6 +1985,7 @@ test/test_fee_breakdown_one_of.py
19851985
test/test_fee_breakdown_one_of1.py
19861986
test/test_fee_info.py
19871987
test/test_fee_level.py
1988+
test/test_fee_payer_info.py
19881989
test/test_fetch_abi_request_dto.py
19891990
test/test_fiat_account.py
19901991
test/test_fiat_account_type.py
@@ -2017,6 +2018,8 @@ test/test_get_nfts_response.py
20172018
test/test_get_orders_response.py
20182019
test/test_get_ota_status_response.py
20192020
test/test_get_ownership_tokens_response.py
2021+
test/test_get_paged_exchange_accounts_response.py
2022+
test/test_get_paged_exchange_accounts_response_paging.py
20202023
test/test_get_signing_key_response_dto.py
20212024
test/test_get_transaction_operation.py
20222025
test/test_get_validation_key_response_dto.py

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@ Class | Method | HTTP request | Description
838838
- [EstimatedNetworkFeeResponse](docs/EstimatedNetworkFeeResponse.md)
839839
- [EstimatedTransactionFeeResponse](docs/EstimatedTransactionFeeResponse.md)
840840
- [ExchangeAccount](docs/ExchangeAccount.md)
841-
- [ExchangeAccountsPaged](docs/ExchangeAccountsPaged.md)
842-
- [ExchangeAccountsPagedPaging](docs/ExchangeAccountsPagedPaging.md)
843841
- [ExchangeAsset](docs/ExchangeAsset.md)
844842
- [ExchangeSettlementTransactionsResponse](docs/ExchangeSettlementTransactionsResponse.md)
845843
- [ExchangeTradingAccount](docs/ExchangeTradingAccount.md)
@@ -866,6 +864,7 @@ Class | Method | HTTP request | Description
866864
- [FeeBreakdownOneOf1](docs/FeeBreakdownOneOf1.md)
867865
- [FeeInfo](docs/FeeInfo.md)
868866
- [FeeLevel](docs/FeeLevel.md)
867+
- [FeePayerInfo](docs/FeePayerInfo.md)
869868
- [FetchAbiRequestDto](docs/FetchAbiRequestDto.md)
870869
- [FiatAccount](docs/FiatAccount.md)
871870
- [FiatAccountType](docs/FiatAccountType.md)
@@ -896,6 +895,8 @@ Class | Method | HTTP request | Description
896895
- [GetOrdersResponse](docs/GetOrdersResponse.md)
897896
- [GetOtaStatusResponse](docs/GetOtaStatusResponse.md)
898897
- [GetOwnershipTokensResponse](docs/GetOwnershipTokensResponse.md)
898+
- [GetPagedExchangeAccountsResponse](docs/GetPagedExchangeAccountsResponse.md)
899+
- [GetPagedExchangeAccountsResponsePaging](docs/GetPagedExchangeAccountsResponsePaging.md)
899900
- [GetSigningKeyResponseDto](docs/GetSigningKeyResponseDto.md)
900901
- [GetTransactionOperation](docs/GetTransactionOperation.md)
901902
- [GetValidationKeyResponseDto](docs/GetValidationKeyResponseDto.md)

docs/ComplianceScreeningResult.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**provider** | **str** | | [optional]
8+
**provider** | **str** | Screening provider | [optional]
99
**payload** | **object** | The payload of the screening result. The payload is a JSON object that contains the screening result. The payload is different for each screening provider. | [optional]
10-
**bypass_reason** | **str** | | [optional]
10+
**bypass_reason** | **str** | Reason AML screening was bypassed | [optional]
1111
**screening_status** | **str** | | [optional]
1212
**timestamp** | **float** | | [optional]
1313

docs/ExchangeAccountsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ No authorization required
390390
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
391391

392392
# **get_paged_exchange_accounts**
393-
> List[ExchangeAccountsPaged] get_paged_exchange_accounts(limit, before=before, after=after)
393+
> GetPagedExchangeAccountsResponse get_paged_exchange_accounts(limit, before=before, after=after)
394394
395395
Pagination list exchange accounts
396396

@@ -400,7 +400,7 @@ Returns a page include exchange accounts.
400400

401401

402402
```python
403-
from fireblocks.models.exchange_accounts_paged import ExchangeAccountsPaged
403+
from fireblocks.models.get_paged_exchange_accounts_response import GetPagedExchangeAccountsResponse
404404
from fireblocks.client import Fireblocks
405405
from fireblocks.client_configuration import ClientConfiguration
406406
from fireblocks.exceptions import ApiException
@@ -447,7 +447,7 @@ Name | Type | Description | Notes
447447

448448
### Return type
449449

450-
[**List[ExchangeAccountsPaged]**](ExchangeAccountsPaged.md)
450+
[**GetPagedExchangeAccountsResponse**](GetPagedExchangeAccountsResponse.md)
451451

452452
### Authorization
453453

docs/ExchangeAccountsPaged.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/ExchangeAccountsPagedPaging.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/ExternalWalletAsset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
88
**id** | **str** | | [optional]
99
**status** | [**ConfigChangeRequestStatus**](ConfigChangeRequestStatus.md) | | [optional]
1010
**address** | **str** | | [optional]
11-
**balance** | **str** | | [optional]
12-
**locked_amount** | **str** | | [optional]
11+
**balance** | **float** | | [optional]
12+
**locked_amount** | **float** | | [optional]
1313
**tag** | **str** | | [optional]
1414
**activation_time** | **str** | | [optional]
1515
**additional_info** | [**List[WalletAssetAdditionalInfo]**](WalletAssetAdditionalInfo.md) | | [optional]

docs/FeeInfo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
99
**network_fee** | **str** | The fee paid to the network | [optional]
1010
**service_fee** | **str** | The total fee deducted by the exchange from the actual requested amount (serviceFee = amount - netAmount) | [optional]
1111
**gas_price** | **str** | | [optional]
12+
**l1network_fee** | **str** | Layer 1 network fee for Layer 2 blockchain transactions | [optional]
13+
**l2network_fee** | **str** | Layer 2 network fee (gas price component for Layer 2 transactions) | [optional]
1214
**paid_by_relay** | **bool** | Wether the fee was paid by the relay or not | [optional]
1315
**relay_type** | **str** | Wether the relay is the same tenant (LOCAL) or another tenant (THIRD_PARTY) | [optional]
1416
**relay_id** | **str** | The vault account ID of the relay | [optional]

docs/FeePayerInfo.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# FeePayerInfo
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fee_payer_account_id** | **str** | The account ID of the fee payer | [optional]
9+
10+
## Example
11+
12+
```python
13+
from fireblocks.models.fee_payer_info import FeePayerInfo
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of FeePayerInfo from a JSON string
18+
fee_payer_info_instance = FeePayerInfo.from_json(json)
19+
# print the JSON string representation of the object
20+
print(FeePayerInfo.to_json())
21+
22+
# convert the object into a dict
23+
fee_payer_info_dict = fee_payer_info_instance.to_dict()
24+
# create an instance of FeePayerInfo from a dict
25+
fee_payer_info_from_dict = FeePayerInfo.from_dict(fee_payer_info_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

0 commit comments

Comments
 (0)