Skip to content

Commit 63e2b71

Browse files
asafs932fireblocks_dx_team
andauthored
Generated SDK for version COR-46191/fix_pipelines (#44)
Co-authored-by: fireblocks_dx_team <dx_team@fireblocks.com>
1 parent 10a7203 commit 63e2b71

42 files changed

Lines changed: 3265 additions & 271 deletions

Some content is hidden

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

.openapi-generator/FILES

Lines changed: 868 additions & 77 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.6.0
1+
7.3.0

CHANGELOG.md

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

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,15 @@ Class | Method | HTTP request | Description
204204
*JobManagementApi* | [**getJobTasks**](docs/apis/JobManagementApi.md#getJobTasks) | **GET** /batch/{jobId}/tasks | Return a list of tasks for given job
205205
*JobManagementApi* | [**getJobs**](docs/apis/JobManagementApi.md#getJobs) | **GET** /batch/jobs | Return a list of jobs belonging to tenant
206206
*JobManagementApi* | [**pauseJob**](docs/apis/JobManagementApi.md#pauseJob) | **POST** /batch/{jobId}/pause | Pause a job
207+
*KeyLinkBetaApi* | [**createSigningKey**](docs/apis/KeyLinkBetaApi.md#createSigningKey) | **POST** /key_link/signing_keys | Add a new signing key
208+
*KeyLinkBetaApi* | [**createValidationKey**](docs/apis/KeyLinkBetaApi.md#createValidationKey) | **POST** /key_link/validation_keys | Add a new validation key
209+
*KeyLinkBetaApi* | [**disableValidationKey**](docs/apis/KeyLinkBetaApi.md#disableValidationKey) | **PATCH** /key_link/validation_keys/{keyId} | Disables a validation key
210+
*KeyLinkBetaApi* | [**getSigningKey**](docs/apis/KeyLinkBetaApi.md#getSigningKey) | **GET** /key_link/signing_keys/{keyId} | Get a signing key by &#x60;keyId&#x60;
211+
*KeyLinkBetaApi* | [**getSigningKeysList**](docs/apis/KeyLinkBetaApi.md#getSigningKeysList) | **GET** /key_link/signing_keys | Get list of signing keys
212+
*KeyLinkBetaApi* | [**getValidationKey**](docs/apis/KeyLinkBetaApi.md#getValidationKey) | **GET** /key_link/validation_keys/{keyId} | Get a validation key by &#x60;keyId&#x60;
213+
*KeyLinkBetaApi* | [**getValidationKeysList**](docs/apis/KeyLinkBetaApi.md#getValidationKeysList) | **GET** /key_link/validation_keys | Get list of registered validation keys
214+
*KeyLinkBetaApi* | [**setAgentId**](docs/apis/KeyLinkBetaApi.md#setAgentId) | **PATCH** /key_link/signing_keys/{keyId}/agent_user_id | Set agent user id that can sign with the signing key identified by the Fireblocks provided &#x60;keyId&#x60;
215+
*KeyLinkBetaApi* | [**updateSigningKey**](docs/apis/KeyLinkBetaApi.md#updateSigningKey) | **PATCH** /key_link/signing_keys/{keyId} | Modify the signing by Fireblocks provided &#x60;keyId&#x60;
207216
*NFTsApi* | [**getNFT**](docs/apis/NFTsApi.md#getNFT) | **GET** /nfts/tokens/{id} | List token data by ID
208217
*NFTsApi* | [**getNFTs**](docs/apis/NFTsApi.md#getNFTs) | **GET** /nfts/tokens | List tokens by IDs
209218
*NFTsApi* | [**getOwnershipTokens**](docs/apis/NFTsApi.md#getOwnershipTokens) | **GET** /nfts/ownership/tokens | List all owned tokens (paginated)
@@ -433,11 +442,14 @@ Class | Method | HTTP request | Description
433442
- [CreateNcwConnectionRequest](docs/models/CreateNcwConnectionRequest.md)
434443
- [CreateNetworkIdRequest](docs/models/CreateNetworkIdRequest.md)
435444
- [CreatePayoutRequest](docs/models/CreatePayoutRequest.md)
445+
- [CreateSigningKeyDto](docs/models/CreateSigningKeyDto.md)
436446
- [CreateTokenRequestDto](docs/models/CreateTokenRequestDto.md)
437447
- [CreateTokenRequestDtoCreateParams](docs/models/CreateTokenRequestDtoCreateParams.md)
438448
- [CreateTransactionResponse](docs/models/CreateTransactionResponse.md)
439449
- [CreateTransferConfigOperationRequest](docs/models/CreateTransferConfigOperationRequest.md)
440450
- [CreateUserGroupResponse](docs/models/CreateUserGroupResponse.md)
451+
- [CreateValidationKeyDto](docs/models/CreateValidationKeyDto.md)
452+
- [CreateValidationKeyResponseDto](docs/models/CreateValidationKeyResponseDto.md)
441453
- [CreateVaultAccountConnectionRequest](docs/models/CreateVaultAccountConnectionRequest.md)
442454
- [CreateVaultAccountRequest](docs/models/CreateVaultAccountRequest.md)
443455
- [CreateVaultAssetResponse](docs/models/CreateVaultAssetResponse.md)
@@ -527,11 +539,13 @@ Class | Method | HTTP request | Description
527539
- [GetOwnershipTokensResponse](docs/models/GetOwnershipTokensResponse.md)
528540
- [GetPagedExchangeAccountsResponse](docs/models/GetPagedExchangeAccountsResponse.md)
529541
- [GetRoutingPolicyAssetGroupsResponse](docs/models/GetRoutingPolicyAssetGroupsResponse.md)
542+
- [GetSigningKeyResponseDto](docs/models/GetSigningKeyResponseDto.md)
530543
- [GetSupportedAssetsResponse](docs/models/GetSupportedAssetsResponse.md)
531544
- [GetTransactionOperation](docs/models/GetTransactionOperation.md)
532545
- [GetTransactionsResponse](docs/models/GetTransactionsResponse.md)
533546
- [GetUnspentInputsResponse](docs/models/GetUnspentInputsResponse.md)
534547
- [GetUsersResponse](docs/models/GetUsersResponse.md)
548+
- [GetValidationKeyResponseDto](docs/models/GetValidationKeyResponseDto.md)
535549
- [GetVaultAccountAssetAddressesResponse](docs/models/GetVaultAccountAssetAddressesResponse.md)
536550
- [GetVaultAccountsResponse](docs/models/GetVaultAccountsResponse.md)
537551
- [GetVaultAssetsResponse](docs/models/GetVaultAssetsResponse.md)
@@ -549,6 +563,9 @@ Class | Method | HTTP request | Description
549563
- [ListOwnedCollectionsResponse](docs/models/ListOwnedCollectionsResponse.md)
550564
- [ListOwnedTokensResponse](docs/models/ListOwnedTokensResponse.md)
551565
- [MediaEntityResponse](docs/models/MediaEntityResponse.md)
566+
- [ModifySigningKeyAgentIdDto](docs/models/ModifySigningKeyAgentIdDto.md)
567+
- [ModifySigningKeyDto](docs/models/ModifySigningKeyDto.md)
568+
- [ModifyValidationKeyDto](docs/models/ModifyValidationKeyDto.md)
552569
- [NetworkChannel](docs/models/NetworkChannel.md)
553570
- [NetworkConnection](docs/models/NetworkConnection.md)
554571
- [NetworkConnectionResponse](docs/models/NetworkConnectionResponse.md)
@@ -662,6 +679,7 @@ Class | Method | HTTP request | Description
662679
- [SignedMessage](docs/models/SignedMessage.md)
663680
- [SignedMessageSignature](docs/models/SignedMessageSignature.md)
664681
- [SignedMessages](docs/models/SignedMessages.md)
682+
- [SigningKeyDto](docs/models/SigningKeyDto.md)
665683
- [SmartTransferBadRequestResponse](docs/models/SmartTransferBadRequestResponse.md)
666684
- [SmartTransferCreateTicket](docs/models/SmartTransferCreateTicket.md)
667685
- [SmartTransferCreateTicketTerm](docs/models/SmartTransferCreateTicketTerm.md)
@@ -776,6 +794,7 @@ Class | Method | HTTP request | Description
776794
- [UserStatus](docs/models/UserStatus.md)
777795
- [UserType](docs/models/UserType.md)
778796
- [ValidateAddressResponse](docs/models/ValidateAddressResponse.md)
797+
- [ValidationKeyDto](docs/models/ValidationKeyDto.md)
779798
- [ValidatorDto](docs/models/ValidatorDto.md)
780799
- [VaultAccount](docs/models/VaultAccount.md)
781800
- [VaultAccountsPagedResponse](docs/models/VaultAccountsPagedResponse.md)

api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export * from './api/fiat-accounts-api';
3232
export * from './api/gas-stations-api';
3333
export * from './api/internal-wallets-api';
3434
export * from './api/job-management-api';
35+
export * from './api/key-link-beta-api';
3536
export * from './api/nfts-api';
3637
export * from './api/network-connections-api';
3738
export * from './api/otabeta-api';

api/blockchains-assets-api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const BlockchainsAssetsApiAxiosParamCreator = function (configuration?: C
8080
};
8181
},
8282
/**
83-
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
83+
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported chains are: - EVM based chains - Stellar - Algorand - TRON - NEAR
8484
* @summary Register an asset
8585
* @param {RegisterNewAssetRequest} [registerNewAssetRequest]
8686
* @param {string} [idempotencyKey] A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
@@ -141,7 +141,7 @@ export const BlockchainsAssetsApiFp = function(configuration?: Configuration) {
141141
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
142142
},
143143
/**
144-
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
144+
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported chains are: - EVM based chains - Stellar - Algorand - TRON - NEAR
145145
* @summary Register an asset
146146
* @param {RegisterNewAssetRequest} [registerNewAssetRequest]
147147
* @param {string} [idempotencyKey] A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
@@ -174,7 +174,7 @@ export const BlockchainsAssetsApiFactory = function (configuration?: Configurati
174174
return localVarFp.getSupportedAssets(options).then((request) => request(axios, basePath));
175175
},
176176
/**
177-
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
177+
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported chains are: - EVM based chains - Stellar - Algorand - TRON - NEAR
178178
* @summary Register an asset
179179
* @param {BlockchainsAssetsApiRegisterNewAssetRequest} requestParameters Request parameters.
180180
* @param {*} [options] Override http request option.
@@ -226,7 +226,7 @@ export class BlockchainsAssetsApi extends BaseAPI {
226226
}
227227

228228
/**
229-
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
229+
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported chains are: - EVM based chains - Stellar - Algorand - TRON - NEAR
230230
* @summary Register an asset
231231
* @param {BlockchainsAssetsApiRegisterNewAssetRequest} requestParameters Request parameters.
232232
* @param {*} [options] Override http request option.

0 commit comments

Comments
 (0)