Skip to content

Commit

Permalink
Generated SDK for version COR-46191/fix_pipelines (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: fireblocks_dx_team <[email protected]>
  • Loading branch information
asafs932 and fireblocks_dx_team authored Jun 4, 2024
1 parent 10a7203 commit 63e2b71
Show file tree
Hide file tree
Showing 42 changed files with 3,265 additions and 271 deletions.
945 changes: 868 additions & 77 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.3.0
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,15 @@ Class | Method | HTTP request | Description
*JobManagementApi* | [**getJobTasks**](docs/apis/JobManagementApi.md#getJobTasks) | **GET** /batch/{jobId}/tasks | Return a list of tasks for given job
*JobManagementApi* | [**getJobs**](docs/apis/JobManagementApi.md#getJobs) | **GET** /batch/jobs | Return a list of jobs belonging to tenant
*JobManagementApi* | [**pauseJob**](docs/apis/JobManagementApi.md#pauseJob) | **POST** /batch/{jobId}/pause | Pause a job
*KeyLinkBetaApi* | [**createSigningKey**](docs/apis/KeyLinkBetaApi.md#createSigningKey) | **POST** /key_link/signing_keys | Add a new signing key
*KeyLinkBetaApi* | [**createValidationKey**](docs/apis/KeyLinkBetaApi.md#createValidationKey) | **POST** /key_link/validation_keys | Add a new validation key
*KeyLinkBetaApi* | [**disableValidationKey**](docs/apis/KeyLinkBetaApi.md#disableValidationKey) | **PATCH** /key_link/validation_keys/{keyId} | Disables a validation key
*KeyLinkBetaApi* | [**getSigningKey**](docs/apis/KeyLinkBetaApi.md#getSigningKey) | **GET** /key_link/signing_keys/{keyId} | Get a signing key by &#x60;keyId&#x60;
*KeyLinkBetaApi* | [**getSigningKeysList**](docs/apis/KeyLinkBetaApi.md#getSigningKeysList) | **GET** /key_link/signing_keys | Get list of signing keys
*KeyLinkBetaApi* | [**getValidationKey**](docs/apis/KeyLinkBetaApi.md#getValidationKey) | **GET** /key_link/validation_keys/{keyId} | Get a validation key by &#x60;keyId&#x60;
*KeyLinkBetaApi* | [**getValidationKeysList**](docs/apis/KeyLinkBetaApi.md#getValidationKeysList) | **GET** /key_link/validation_keys | Get list of registered validation keys
*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;
*KeyLinkBetaApi* | [**updateSigningKey**](docs/apis/KeyLinkBetaApi.md#updateSigningKey) | **PATCH** /key_link/signing_keys/{keyId} | Modify the signing by Fireblocks provided &#x60;keyId&#x60;
*NFTsApi* | [**getNFT**](docs/apis/NFTsApi.md#getNFT) | **GET** /nfts/tokens/{id} | List token data by ID
*NFTsApi* | [**getNFTs**](docs/apis/NFTsApi.md#getNFTs) | **GET** /nfts/tokens | List tokens by IDs
*NFTsApi* | [**getOwnershipTokens**](docs/apis/NFTsApi.md#getOwnershipTokens) | **GET** /nfts/ownership/tokens | List all owned tokens (paginated)
Expand Down Expand Up @@ -433,11 +442,14 @@ Class | Method | HTTP request | Description
- [CreateNcwConnectionRequest](docs/models/CreateNcwConnectionRequest.md)
- [CreateNetworkIdRequest](docs/models/CreateNetworkIdRequest.md)
- [CreatePayoutRequest](docs/models/CreatePayoutRequest.md)
- [CreateSigningKeyDto](docs/models/CreateSigningKeyDto.md)
- [CreateTokenRequestDto](docs/models/CreateTokenRequestDto.md)
- [CreateTokenRequestDtoCreateParams](docs/models/CreateTokenRequestDtoCreateParams.md)
- [CreateTransactionResponse](docs/models/CreateTransactionResponse.md)
- [CreateTransferConfigOperationRequest](docs/models/CreateTransferConfigOperationRequest.md)
- [CreateUserGroupResponse](docs/models/CreateUserGroupResponse.md)
- [CreateValidationKeyDto](docs/models/CreateValidationKeyDto.md)
- [CreateValidationKeyResponseDto](docs/models/CreateValidationKeyResponseDto.md)
- [CreateVaultAccountConnectionRequest](docs/models/CreateVaultAccountConnectionRequest.md)
- [CreateVaultAccountRequest](docs/models/CreateVaultAccountRequest.md)
- [CreateVaultAssetResponse](docs/models/CreateVaultAssetResponse.md)
Expand Down Expand Up @@ -527,11 +539,13 @@ Class | Method | HTTP request | Description
- [GetOwnershipTokensResponse](docs/models/GetOwnershipTokensResponse.md)
- [GetPagedExchangeAccountsResponse](docs/models/GetPagedExchangeAccountsResponse.md)
- [GetRoutingPolicyAssetGroupsResponse](docs/models/GetRoutingPolicyAssetGroupsResponse.md)
- [GetSigningKeyResponseDto](docs/models/GetSigningKeyResponseDto.md)
- [GetSupportedAssetsResponse](docs/models/GetSupportedAssetsResponse.md)
- [GetTransactionOperation](docs/models/GetTransactionOperation.md)
- [GetTransactionsResponse](docs/models/GetTransactionsResponse.md)
- [GetUnspentInputsResponse](docs/models/GetUnspentInputsResponse.md)
- [GetUsersResponse](docs/models/GetUsersResponse.md)
- [GetValidationKeyResponseDto](docs/models/GetValidationKeyResponseDto.md)
- [GetVaultAccountAssetAddressesResponse](docs/models/GetVaultAccountAssetAddressesResponse.md)
- [GetVaultAccountsResponse](docs/models/GetVaultAccountsResponse.md)
- [GetVaultAssetsResponse](docs/models/GetVaultAssetsResponse.md)
Expand All @@ -549,6 +563,9 @@ Class | Method | HTTP request | Description
- [ListOwnedCollectionsResponse](docs/models/ListOwnedCollectionsResponse.md)
- [ListOwnedTokensResponse](docs/models/ListOwnedTokensResponse.md)
- [MediaEntityResponse](docs/models/MediaEntityResponse.md)
- [ModifySigningKeyAgentIdDto](docs/models/ModifySigningKeyAgentIdDto.md)
- [ModifySigningKeyDto](docs/models/ModifySigningKeyDto.md)
- [ModifyValidationKeyDto](docs/models/ModifyValidationKeyDto.md)
- [NetworkChannel](docs/models/NetworkChannel.md)
- [NetworkConnection](docs/models/NetworkConnection.md)
- [NetworkConnectionResponse](docs/models/NetworkConnectionResponse.md)
Expand Down Expand Up @@ -662,6 +679,7 @@ Class | Method | HTTP request | Description
- [SignedMessage](docs/models/SignedMessage.md)
- [SignedMessageSignature](docs/models/SignedMessageSignature.md)
- [SignedMessages](docs/models/SignedMessages.md)
- [SigningKeyDto](docs/models/SigningKeyDto.md)
- [SmartTransferBadRequestResponse](docs/models/SmartTransferBadRequestResponse.md)
- [SmartTransferCreateTicket](docs/models/SmartTransferCreateTicket.md)
- [SmartTransferCreateTicketTerm](docs/models/SmartTransferCreateTicketTerm.md)
Expand Down Expand Up @@ -776,6 +794,7 @@ Class | Method | HTTP request | Description
- [UserStatus](docs/models/UserStatus.md)
- [UserType](docs/models/UserType.md)
- [ValidateAddressResponse](docs/models/ValidateAddressResponse.md)
- [ValidationKeyDto](docs/models/ValidationKeyDto.md)
- [ValidatorDto](docs/models/ValidatorDto.md)
- [VaultAccount](docs/models/VaultAccount.md)
- [VaultAccountsPagedResponse](docs/models/VaultAccountsPagedResponse.md)
Expand Down
1 change: 1 addition & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export * from './api/fiat-accounts-api';
export * from './api/gas-stations-api';
export * from './api/internal-wallets-api';
export * from './api/job-management-api';
export * from './api/key-link-beta-api';
export * from './api/nfts-api';
export * from './api/network-connections-api';
export * from './api/otabeta-api';
Expand Down
8 changes: 4 additions & 4 deletions api/blockchains-assets-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const BlockchainsAssetsApiAxiosParamCreator = function (configuration?: C
};
},
/**
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
* 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
* @summary Register an asset
* @param {RegisterNewAssetRequest} [registerNewAssetRequest]
* @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.
Expand Down Expand Up @@ -141,7 +141,7 @@ export const BlockchainsAssetsApiFp = function(configuration?: Configuration) {
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
},
/**
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
* 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
* @summary Register an asset
* @param {RegisterNewAssetRequest} [registerNewAssetRequest]
* @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.
Expand Down Expand Up @@ -174,7 +174,7 @@ export const BlockchainsAssetsApiFactory = function (configuration?: Configurati
return localVarFp.getSupportedAssets(options).then((request) => request(axios, basePath));
},
/**
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
* 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
* @summary Register an asset
* @param {BlockchainsAssetsApiRegisterNewAssetRequest} requestParameters Request parameters.
* @param {*} [options] Override http request option.
Expand Down Expand Up @@ -226,7 +226,7 @@ export class BlockchainsAssetsApi extends BaseAPI {
}

/**
* Register a new asset to a workspace and return the newly created asset\'s details. Currently supported for EVM based chains only.
* 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
* @summary Register an asset
* @param {BlockchainsAssetsApiRegisterNewAssetRequest} requestParameters Request parameters.
* @param {*} [options] Override http request option.
Expand Down
Loading

0 comments on commit 63e2b71

Please sign in to comment.