@fintech-solutions/core
Advanced tools
Comparing version 1.2.55 to 1.2.57
@@ -6,3 +6,15 @@ import { BaseAssetShortcode } from './base-asset-shortcode.enum'; | ||
import { PolygonAssetShortcode } from './polygon-asset-shortcode.enum'; | ||
import { SolanaAssetShortcode } from "./solana-asset-shortcode.enum"; | ||
export declare const AssetShortcode: { | ||
BonfidaSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.BonfidaSplToken; | ||
GariSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.GariSplToken; | ||
GSTSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.GSTSplToken; | ||
KINSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.KINSplToken; | ||
MangoSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.MangoSplToken; | ||
NetflixSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.NetflixSplToken; | ||
OrcaSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.OrcaSplToken; | ||
StarAtlasDAOSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.StarAtlasDAOSplToken; | ||
KINGSAMOSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.KINGSAMOSplToken; | ||
SaberProtocolSplToken: import("./solana-asset-shortcode.enum").SolanaAssetMainnetShortcode.SaberProtocolSplToken; | ||
USDCSplTokenTest: import("./solana-asset-shortcode.enum").SolanaAssetTestnetShortcode.USDCSplTokenTest; | ||
USDTPolygonToken: import("./polygon-asset-shortcode.enum").PolygonAssetMainnetShortcode.USDTPolygonToken; | ||
@@ -297,3 +309,3 @@ USDCPolygonToken: import("./polygon-asset-shortcode.enum").PolygonAssetMainnetShortcode.USDCPolygonToken; | ||
}; | ||
export type AssetShortcode = BaseAssetShortcode | EthereumAssetShortcode | TronAssetShortcode | PolygonAssetShortcode | BinanceAssetShortcode; | ||
export type AssetShortcode = BaseAssetShortcode | EthereumAssetShortcode | TronAssetShortcode | PolygonAssetShortcode | BinanceAssetShortcode | SolanaAssetShortcode; | ||
export declare enum AssetType { | ||
@@ -304,3 +316,4 @@ BaseAsset = "BASE_ASSET", | ||
BEP20 = "BEP20", | ||
POLYGON_ERC20 = "POLYGON_ERC20" | ||
POLYGON_ERC20 = "POLYGON_ERC20", | ||
SPL = "SPL" | ||
} |
@@ -9,3 +9,4 @@ "use strict"; | ||
const polygon_asset_shortcode_enum_1 = require("./polygon-asset-shortcode.enum"); | ||
exports.AssetShortcode = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, base_asset_shortcode_enum_1.BaseAssetShortcode), ethereum_asset_shortcode_enum_1.EthereumAssetShortcode), tron_asset_shortcode_enum_1.TronAssetShortcode), binance_asset_shortcode_enum_1.BinanceAssetShortcode), polygon_asset_shortcode_enum_1.PolygonAssetShortcode); | ||
const solana_asset_shortcode_enum_1 = require("./solana-asset-shortcode.enum"); | ||
exports.AssetShortcode = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, base_asset_shortcode_enum_1.BaseAssetShortcode), ethereum_asset_shortcode_enum_1.EthereumAssetShortcode), tron_asset_shortcode_enum_1.TronAssetShortcode), binance_asset_shortcode_enum_1.BinanceAssetShortcode), polygon_asset_shortcode_enum_1.PolygonAssetShortcode), solana_asset_shortcode_enum_1.SolanaAssetShortcode); | ||
var AssetType; | ||
@@ -18,3 +19,4 @@ (function (AssetType) { | ||
AssetType["POLYGON_ERC20"] = "POLYGON_ERC20"; | ||
AssetType["SPL"] = "SPL"; | ||
})(AssetType = exports.AssetType || (exports.AssetType = {})); | ||
//# sourceMappingURL=asset-shortcode.enum.js.map |
import { SuccessResponse } from './interfaces/success-response.interface'; | ||
import { ErrorResponse } from './interfaces/error-response.interface'; | ||
export { SuccessResponse, ErrorResponse }; | ||
import { QueryInterface } from './interfaces/query.interface'; | ||
export { SuccessResponse, ErrorResponse, QueryInterface }; | ||
export type ResponseStruct<T> = Promise<SuccessResponse<T> | ErrorResponse>; | ||
@@ -9,2 +10,3 @@ export { UseCase } from './interfaces/usecase.interface'; | ||
export { DocumentType } from './domain/document-type.enum'; | ||
export { AccountType } from './domain/account-types.enum'; | ||
export { Coin } from './ports/market/market.service'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DocumentType = exports.FiatShortCode = exports.AssetShortcode = void 0; | ||
exports.AccountType = exports.DocumentType = exports.FiatShortCode = exports.AssetShortcode = void 0; | ||
var asset_shortcode_enum_1 = require("./domain/asset-shortcode.enum"); | ||
@@ -10,2 +10,4 @@ Object.defineProperty(exports, "AssetShortcode", { enumerable: true, get: function () { return asset_shortcode_enum_1.AssetShortcode; } }); | ||
Object.defineProperty(exports, "DocumentType", { enumerable: true, get: function () { return document_type_enum_1.DocumentType; } }); | ||
var account_types_enum_1 = require("./domain/account-types.enum"); | ||
Object.defineProperty(exports, "AccountType", { enumerable: true, get: function () { return account_types_enum_1.AccountType; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@fintech-solutions/core", | ||
"private": false, | ||
"version": "1.2.55", | ||
"version": "1.2.57", | ||
"description": "", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"gitHead": "2e9fb0cf61b1054f0fe8cc8c2cd9c048895291c3" | ||
"gitHead": "d4c9c26fc4ba37096cb418e81e8ab61bf6056246" | ||
} |
@@ -6,2 +6,3 @@ import { BaseAssetShortcode } from './base-asset-shortcode.enum'; | ||
import { PolygonAssetShortcode } from './polygon-asset-shortcode.enum'; | ||
import { SolanaAssetShortcode } from "./solana-asset-shortcode.enum"; | ||
@@ -13,3 +14,4 @@ export const AssetShortcode = { | ||
...BinanceAssetShortcode, | ||
...PolygonAssetShortcode | ||
...PolygonAssetShortcode, | ||
...SolanaAssetShortcode | ||
}; | ||
@@ -22,3 +24,4 @@ | ||
| PolygonAssetShortcode | ||
| BinanceAssetShortcode; | ||
| BinanceAssetShortcode | ||
| SolanaAssetShortcode; | ||
@@ -31,2 +34,3 @@ export enum AssetType { | ||
POLYGON_ERC20 = 'POLYGON_ERC20', | ||
SPL = 'SPL' | ||
} |
@@ -1,3 +0,1 @@ | ||
import { BinanceAssetMainnetShortcode, BinanceAssetTestnetShortcode } from "./binance-asset-shortcode.enum"; | ||
export enum PolygonAssetMainnetShortcode { | ||
@@ -4,0 +2,0 @@ USDTPolygonToken = 'USDT_POLYGON_ERC20', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154978
71
1670