Skip to content
Open
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
2 changes: 1 addition & 1 deletion .auto-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"backfillLimit": 3,
"hideCredit": true,
"replaceText": {
"\\[([^\\]]+)\\]\\(https://github.com/[^/]+/[^/]+/compare/[^)]+\\)": "[$1](https://github.com/fireblocks/ts-sdk/releases/tag/$1)"
"\\[([^\\]]+)\\]\\(https://github.com/[^/]+/([^/]+)/compare/[^)]+\\)": "[$1](https://github.com/fireblocks/$2/releases/tag/$1)"
}
}
10 changes: 5 additions & 5 deletions .github/workflows/draft-release-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
LAST_TAG=$(gh release list --limit 1 --json tagName -q '.[0].tagName')

if [[ -z "$LAST_TAG" || "$LAST_TAG" == "null" ]]; then
echo "No existing release found, starting from v0.1.0"
echo "LAST_TAG=v0.1.0" >> $GITHUB_ENV
else
echo "Found latest release: $LAST_TAG"
echo "LAST_TAG=$LAST_TAG" >> $GITHUB_ENV
echo "No existing release found. A release tag is required to calculate the next version."
exit 1
fi

echo "Found latest release: $LAST_TAG"
echo "LAST_TAG=$LAST_TAG" >> $GITHUB_ENV

- name: Calculate next version from labels
run: |
V="${LAST_TAG#v}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo "finished configuration"
bump-my-version bump --config-file .bump_version.toml --current-version 0.0.0 --new-version $tag
echo "bumpversion finished"
auto-changelog
git add .
git commit -m "release $tag"
git push
Expand Down
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ docs/PeerType.md
docs/PersonalEntityTypeEnum.md
docs/PersonalIdentification.md
docs/PersonalIdentificationFullName.md
docs/PersonalIdentificationType.md
docs/PixAddress.md
docs/PixDestination.md
docs/PixPaymentInfo.md
Expand Down Expand Up @@ -606,6 +607,7 @@ docs/QuoteExecutionStep.md
docs/QuoteExecutionTypeDetails.md
docs/QuoteExecutionWithRequoteRequestDetails.md
docs/QuoteExecutionWithRequoteResponseDetails.md
docs/QuoteFailure.md
docs/QuotePropertiesDetails.md
docs/QuoteTypeEnum.md
docs/QuotesResponse.md
Expand Down Expand Up @@ -1633,6 +1635,7 @@ src/main/java/com/fireblocks/sdk/model/PeerType.java
src/main/java/com/fireblocks/sdk/model/PersonalEntityTypeEnum.java
src/main/java/com/fireblocks/sdk/model/PersonalIdentification.java
src/main/java/com/fireblocks/sdk/model/PersonalIdentificationFullName.java
src/main/java/com/fireblocks/sdk/model/PersonalIdentificationType.java
src/main/java/com/fireblocks/sdk/model/PixAddress.java
src/main/java/com/fireblocks/sdk/model/PixDestination.java
src/main/java/com/fireblocks/sdk/model/PixPaymentInfo.java
Expand Down Expand Up @@ -1670,6 +1673,7 @@ src/main/java/com/fireblocks/sdk/model/QuoteExecutionStep.java
src/main/java/com/fireblocks/sdk/model/QuoteExecutionTypeDetails.java
src/main/java/com/fireblocks/sdk/model/QuoteExecutionWithRequoteRequestDetails.java
src/main/java/com/fireblocks/sdk/model/QuoteExecutionWithRequoteResponseDetails.java
src/main/java/com/fireblocks/sdk/model/QuoteFailure.java
src/main/java/com/fireblocks/sdk/model/QuotePropertiesDetails.java
src/main/java/com/fireblocks/sdk/model/QuoteTypeEnum.java
src/main/java/com/fireblocks/sdk/model/QuotesResponse.java
Expand Down Expand Up @@ -2658,6 +2662,7 @@ src/test/java/com/fireblocks/sdk/model/PeerTypeTest.java
src/test/java/com/fireblocks/sdk/model/PersonalEntityTypeEnumTest.java
src/test/java/com/fireblocks/sdk/model/PersonalIdentificationFullNameTest.java
src/test/java/com/fireblocks/sdk/model/PersonalIdentificationTest.java
src/test/java/com/fireblocks/sdk/model/PersonalIdentificationTypeTest.java
src/test/java/com/fireblocks/sdk/model/PixAddressTest.java
src/test/java/com/fireblocks/sdk/model/PixDestinationTest.java
src/test/java/com/fireblocks/sdk/model/PixPaymentInfoTest.java
Expand Down Expand Up @@ -2694,6 +2699,7 @@ src/test/java/com/fireblocks/sdk/model/QuoteExecutionStepTest.java
src/test/java/com/fireblocks/sdk/model/QuoteExecutionTypeDetailsTest.java
src/test/java/com/fireblocks/sdk/model/QuoteExecutionWithRequoteRequestDetailsTest.java
src/test/java/com/fireblocks/sdk/model/QuoteExecutionWithRequoteResponseDetailsTest.java
src/test/java/com/fireblocks/sdk/model/QuoteFailureTest.java
src/test/java/com/fireblocks/sdk/model/QuotePropertiesDetailsTest.java
src/test/java/com/fireblocks/sdk/model/QuoteTest.java
src/test/java/com/fireblocks/sdk/model/QuoteTypeEnumTest.java
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Class | Method | HTTP request | Description
*ApiUserApi* | [**createApiUser**](docs/ApiUserApi.md#createApiUser) | **POST** /management/api_users | Create API Key
*ApiUserApi* | [**getApiUsers**](docs/ApiUserApi.md#getApiUsers) | **GET** /management/api_users | Get API Keys
*AuditLogsApi* | [**getAuditLogs**](docs/AuditLogsApi.md#getAuditLogs) | **GET** /management/audit_logs | Get audit logs
*BlockchainsAssetsApi* | [**deleteAsset**](docs/BlockchainsAssetsApi.md#deleteAsset) | **DELETE** /assets/{id} | Delete Asset by id
*BlockchainsAssetsApi* | [**getAsset**](docs/BlockchainsAssetsApi.md#getAsset) | **GET** /assets/{id} | Get an asset
*BlockchainsAssetsApi* | [**getBlockchain**](docs/BlockchainsAssetsApi.md#getBlockchain) | **GET** /blockchains/{id} | Get a Blockchain by ID
*BlockchainsAssetsApi* | [**getSupportedAssets**](docs/BlockchainsAssetsApi.md#getSupportedAssets) | **GET** /supported_assets | List assets (Legacy)
Expand Down Expand Up @@ -277,13 +278,13 @@ Class | Method | HTTP request | Description
*NetworkConnectionsApi* | [**checkThirdPartyRouting**](docs/NetworkConnectionsApi.md#checkThirdPartyRouting) | **GET** /network_connections/{connectionId}/is_third_party_routing/{assetType} | Retrieve third-party network routing validation
*NetworkConnectionsApi* | [**createNetworkConnection**](docs/NetworkConnectionsApi.md#createNetworkConnection) | **POST** /network_connections | Create a new network connection
*NetworkConnectionsApi* | [**createNetworkId**](docs/NetworkConnectionsApi.md#createNetworkId) | **POST** /network_ids | Creates a new Network ID
*NetworkConnectionsApi* | [**deleteNetworkConnection**](docs/NetworkConnectionsApi.md#deleteNetworkConnection) | **DELETE** /network_connections/{connectionId} | Deletes a network connection by ID
*NetworkConnectionsApi* | [**deleteNetworkId**](docs/NetworkConnectionsApi.md#deleteNetworkId) | **DELETE** /network_ids/{networkId} | Deletes specific network ID.
*NetworkConnectionsApi* | [**deleteNetworkConnection**](docs/NetworkConnectionsApi.md#deleteNetworkConnection) | **DELETE** /network_connections/{connectionId} | Delete a network connection by ID
*NetworkConnectionsApi* | [**deleteNetworkId**](docs/NetworkConnectionsApi.md#deleteNetworkId) | **DELETE** /network_ids/{networkId} | Delete specific network ID.
*NetworkConnectionsApi* | [**getNetwork**](docs/NetworkConnectionsApi.md#getNetwork) | **GET** /network_connections/{connectionId} | Get a network connection
*NetworkConnectionsApi* | [**getNetworkConnections**](docs/NetworkConnectionsApi.md#getNetworkConnections) | **GET** /network_connections | List network connections
*NetworkConnectionsApi* | [**getNetworkId**](docs/NetworkConnectionsApi.md#getNetworkId) | **GET** /network_ids/{networkId} | Returns specific network ID.
*NetworkConnectionsApi* | [**getNetworkId**](docs/NetworkConnectionsApi.md#getNetworkId) | **GET** /network_ids/{networkId} | Return specific network ID.
*NetworkConnectionsApi* | [**getNetworkIds**](docs/NetworkConnectionsApi.md#getNetworkIds) | **GET** /network_ids | Get all network IDs
*NetworkConnectionsApi* | [**getRoutingPolicyAssetGroups**](docs/NetworkConnectionsApi.md#getRoutingPolicyAssetGroups) | **GET** /network_ids/routing_policy_asset_groups | Returns all enabled routing policy asset groups
*NetworkConnectionsApi* | [**getRoutingPolicyAssetGroups**](docs/NetworkConnectionsApi.md#getRoutingPolicyAssetGroups) | **GET** /network_ids/routing_policy_asset_groups | Return all enabled routing policy asset groups
*NetworkConnectionsApi* | [**searchNetworkIds**](docs/NetworkConnectionsApi.md#searchNetworkIds) | **GET** /network_ids/search | Get both local IDs and discoverable remote IDs
*NetworkConnectionsApi* | [**setNetworkIdDiscoverability**](docs/NetworkConnectionsApi.md#setNetworkIdDiscoverability) | **PATCH** /network_ids/{networkId}/set_discoverability | Update network ID's discoverability.
*NetworkConnectionsApi* | [**setNetworkIdName**](docs/NetworkConnectionsApi.md#setNetworkIdName) | **PATCH** /network_ids/{networkId}/set_name | Update network ID's name.
Expand Down Expand Up @@ -404,7 +405,7 @@ Class | Method | HTTP request | Description
*TrLinkApi* | [**getTRLinkCustomerIntegrations**](docs/TrLinkApi.md#getTRLinkCustomerIntegrations) | **GET** /screening/trlink/customers/{customerId}/integrations | Get customer integrations
*TrLinkApi* | [**getTRLinkCustomers**](docs/TrLinkApi.md#getTRLinkCustomers) | **GET** /screening/trlink/customers | Get all customers
*TrLinkApi* | [**getTRLinkIntegrationPublicKey**](docs/TrLinkApi.md#getTRLinkIntegrationPublicKey) | **GET** /screening/trlink/customers/integration/{customerIntegrationId}/public_key | Get public key for PII encryption
*TrLinkApi* | [**getTRLinkPartners**](docs/TrLinkApi.md#getTRLinkPartners) | **GET** /screening/trlink/partners | List available TRLink partners
*TrLinkApi* | [**getTRLinkPartners**](docs/TrLinkApi.md#getTRLinkPartners) | **GET** /screening/trlink/partners | List available TRSupport partners
*TrLinkApi* | [**getTRLinkPolicy**](docs/TrLinkApi.md#getTRLinkPolicy) | **GET** /screening/trlink/policy | Get TRLink policy
*TrLinkApi* | [**getTRLinkSupportedAsset**](docs/TrLinkApi.md#getTRLinkSupportedAsset) | **GET** /screening/trlink/customers/integration/{customerIntegrationId}/assets/{assetId} | Get supported asset by ID
*TrLinkApi* | [**getTRLinkTrmById**](docs/TrLinkApi.md#getTRLinkTrmById) | **GET** /screening/trlink/customers/integration/{customerIntegrationId}/trm/{trmId} | Get TRM by ID
Expand Down Expand Up @@ -459,7 +460,7 @@ Class | Method | HTTP request | Description
*VaultsApi* | [**getAssetWallets**](docs/VaultsApi.md#getAssetWallets) | **GET** /vault/asset_wallets | Get vault wallets (Paginated)
*VaultsApi* | [**getCreateMultipleDepositAddressesJobStatus**](docs/VaultsApi.md#getCreateMultipleDepositAddressesJobStatus) | **GET** /vault/accounts/addresses/bulk/{jobId} | Get the job status of the bulk deposit address creation
*VaultsApi* | [**getCreateMultipleVaultAccountsJobStatus**](docs/VaultsApi.md#getCreateMultipleVaultAccountsJobStatus) | **GET** /vault/accounts/bulk/{jobId} | Get job status of bulk creation of new vault accounts
*VaultsApi* | [**getMaxBipIndexUsed**](docs/VaultsApi.md#getMaxBipIndexUsed) | **GET** /vault/accounts/{vaultAccountId}/{assetId}/max_bip_index_used | Get maximum BIP44 index used
*VaultsApi* | [**getMaxBipIndexUsed**](docs/VaultsApi.md#getMaxBipIndexUsed) | **GET** /vault/accounts/{vaultAccountId}/{assetId}/max_bip44_index_used | Get maximum BIP44 index used
*VaultsApi* | [**getMaxSpendableAmount**](docs/VaultsApi.md#getMaxSpendableAmount) | **GET** /vault/accounts/{vaultAccountId}/{assetId}/max_spendable_amount | Get max spendable amount in a transaction
*VaultsApi* | [**getPagedVaultAccounts**](docs/VaultsApi.md#getPagedVaultAccounts) | **GET** /vault/accounts_paged | Get vault accounts (Paginated)
*VaultsApi* | [**getPublicKeyInfo**](docs/VaultsApi.md#getPublicKeyInfo) | **GET** /vault/public_key_info | Get the public key for a derivation path
Expand Down Expand Up @@ -1037,6 +1038,7 @@ Class | Method | HTTP request | Description
- [PersonalEntityTypeEnum](docs/PersonalEntityTypeEnum.md)
- [PersonalIdentification](docs/PersonalIdentification.md)
- [PersonalIdentificationFullName](docs/PersonalIdentificationFullName.md)
- [PersonalIdentificationType](docs/PersonalIdentificationType.md)
- [PixAddress](docs/PixAddress.md)
- [PixDestination](docs/PixDestination.md)
- [PixPaymentInfo](docs/PixPaymentInfo.md)
Expand Down Expand Up @@ -1074,6 +1076,7 @@ Class | Method | HTTP request | Description
- [QuoteExecutionTypeDetails](docs/QuoteExecutionTypeDetails.md)
- [QuoteExecutionWithRequoteRequestDetails](docs/QuoteExecutionWithRequoteRequestDetails.md)
- [QuoteExecutionWithRequoteResponseDetails](docs/QuoteExecutionWithRequoteResponseDetails.md)
- [QuoteFailure](docs/QuoteFailure.md)
- [QuotePropertiesDetails](docs/QuotePropertiesDetails.md)
- [QuoteTypeEnum](docs/QuoteTypeEnum.md)
- [QuotesResponse](docs/QuotesResponse.md)
Expand Down
Loading
Loading