Skip to content

Commit

Permalink
Generated SDK #8699 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: fireblocks_dx_team <[email protected]>
  • Loading branch information
github-actions[bot] and fireblocks_dx_team authored Jan 8, 2025
1 parent 2979200 commit 85419e7
Show file tree
Hide file tree
Showing 183 changed files with 10,452 additions and 1,933 deletions.
166 changes: 130 additions & 36 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

81 changes: 0 additions & 81 deletions CHANGELOG.md

This file was deleted.

121 changes: 95 additions & 26 deletions README.md

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export * from './api/api-user-api';
export * from './api/assets-api';
export * from './api/audit-logs-api';
export * from './api/blockchains-assets-api';
export * from './api/blockchains-assets-beta-api';
export * from './api/compliance-api';
export * from './api/compliance-screening-configuration-api';
export * from './api/console-user-api';
Expand All @@ -26,13 +27,15 @@ export * from './api/contract-templates-api';
export * from './api/contracts-api';
export * from './api/cosigners-beta-api';
export * from './api/deployed-contracts-api';
export * from './api/embedded-wallets-api';
export * from './api/exchange-accounts-api';
export * from './api/external-wallets-api';
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/keys-beta-api';
export * from './api/nfts-api';
export * from './api/network-connections-api';
export * from './api/otabeta-api';
Expand All @@ -41,7 +44,7 @@ export * from './api/payments-payout-api';
export * from './api/policy-editor-beta-api';
export * from './api/reset-device-api';
export * from './api/smart-transfer-api';
export * from './api/staking-beta-api';
export * from './api/staking-api';
export * from './api/tokenization-api';
export * from './api/transactions-api';
export * from './api/travel-rule-beta-api';
Expand All @@ -50,6 +53,7 @@ export * from './api/users-api';
export * from './api/vaults-api';
export * from './api/web3-connections-api';
export * from './api/webhooks-api';
export * from './api/webhooks-v2-beta-api';
export * from './api/whitelist-ip-addresses-api';
export * from './api/workspace-status-beta-api';

4 changes: 2 additions & 2 deletions api/blockchains-assets-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ import { AssetForbiddenErrorResponse } from '../models';
// @ts-ignore
import { AssetInternalServerErrorResponse } from '../models';
// @ts-ignore
import { AssetNotFoundErrorResponse } from '../models';
// @ts-ignore
import { AssetPriceForbiddenErrorResponse } from '../models';
// @ts-ignore
import { AssetPriceNotFoundErrorResponse } from '../models';
Expand All @@ -52,6 +50,8 @@ import { GetSupportedAssetsResponse } from '../models';
import { RegisterNewAssetRequest } from '../models';
// @ts-ignore
import { SetAssetPriceRequest } from '../models';
// @ts-ignore
import { TokenInfoNotFoundErrorResponse } from '../models';
/**
* BlockchainsAssetsApi - axios parameter creator
* @export
Expand Down
Loading

0 comments on commit 85419e7

Please sign in to comment.