Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fintech-solutions/core

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintech-solutions/core - npm Package Compare versions

Comparing version 1.2.60 to 1.2.62

dist/domain/base-crypto-asset-shortcode.enum.d.ts

11

dist/index.d.ts

@@ -7,6 +7,13 @@ import { SuccessResponse } from './interfaces/success-response.interface';

export { UseCase } from './interfaces/usecase.interface';
export { AssetShortcode } from './domain/asset-shortcode.enum';
export { CryptoShortCode, CryptoAssetType } from './domain/crypto-shortcode.enum';
export { FiatShortCode } from './domain/fiat-shortcode.enum';
export { DocumentType } from './domain/document-type.enum';
export { AccountType } from './domain/account-types.enum';
export { Coin } from './ports/market/market.service';
export { Asset } from './ports/market/market.service';
export { BaseCryptoShortcode, BASE_ASSETS, } from './domain/base-crypto-asset-shortcode.enum';
export { EthereumAssetShortcode, ETHEREUM_TOKENS, } from './domain/ethereum-asset-shortcode.enum';
export { TronAssetShortcode, TRON_TOKENS, } from './domain/tron-asset-shortcode.enum';
export { BinanceAssetShortcode, BINANCE_TOKENS, } from './domain/binance-asset-shortcode.enum';
export { PolygonAssetShortcode, POLYGON_TOKENS, } from './domain/polygon-asset-shortcode.enum';
export { SolanaAssetShortcode, SOLANA_TOKENS, } from './domain/solana-asset-shortcode.enum';
export { ChilizAssetShortcode, CHILIZ_TOKENS, } from './domain/chiliz-asset-shortcode.enum';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountType = exports.DocumentType = exports.FiatShortCode = exports.AssetShortcode = void 0;
var asset_shortcode_enum_1 = require("./domain/asset-shortcode.enum");
Object.defineProperty(exports, "AssetShortcode", { enumerable: true, get: function () { return asset_shortcode_enum_1.AssetShortcode; } });
exports.CHILIZ_TOKENS = exports.ChilizAssetShortcode = exports.SOLANA_TOKENS = exports.SolanaAssetShortcode = exports.POLYGON_TOKENS = exports.PolygonAssetShortcode = exports.BINANCE_TOKENS = exports.BinanceAssetShortcode = exports.TRON_TOKENS = exports.TronAssetShortcode = exports.ETHEREUM_TOKENS = exports.EthereumAssetShortcode = exports.BASE_ASSETS = exports.BaseCryptoShortcode = exports.AccountType = exports.DocumentType = exports.FiatShortCode = exports.CryptoAssetType = exports.CryptoShortCode = void 0;
var crypto_shortcode_enum_1 = require("./domain/crypto-shortcode.enum");
Object.defineProperty(exports, "CryptoShortCode", { enumerable: true, get: function () { return crypto_shortcode_enum_1.CryptoShortCode; } });
Object.defineProperty(exports, "CryptoAssetType", { enumerable: true, get: function () { return crypto_shortcode_enum_1.CryptoAssetType; } });
var fiat_shortcode_enum_1 = require("./domain/fiat-shortcode.enum");

@@ -12,2 +13,23 @@ Object.defineProperty(exports, "FiatShortCode", { enumerable: true, get: function () { return fiat_shortcode_enum_1.FiatShortCode; } });

Object.defineProperty(exports, "AccountType", { enumerable: true, get: function () { return account_types_enum_1.AccountType; } });
var base_crypto_asset_shortcode_enum_1 = require("./domain/base-crypto-asset-shortcode.enum");
Object.defineProperty(exports, "BaseCryptoShortcode", { enumerable: true, get: function () { return base_crypto_asset_shortcode_enum_1.BaseCryptoShortcode; } });
Object.defineProperty(exports, "BASE_ASSETS", { enumerable: true, get: function () { return base_crypto_asset_shortcode_enum_1.BASE_ASSETS; } });
var ethereum_asset_shortcode_enum_1 = require("./domain/ethereum-asset-shortcode.enum");
Object.defineProperty(exports, "EthereumAssetShortcode", { enumerable: true, get: function () { return ethereum_asset_shortcode_enum_1.EthereumAssetShortcode; } });
Object.defineProperty(exports, "ETHEREUM_TOKENS", { enumerable: true, get: function () { return ethereum_asset_shortcode_enum_1.ETHEREUM_TOKENS; } });
var tron_asset_shortcode_enum_1 = require("./domain/tron-asset-shortcode.enum");
Object.defineProperty(exports, "TronAssetShortcode", { enumerable: true, get: function () { return tron_asset_shortcode_enum_1.TronAssetShortcode; } });
Object.defineProperty(exports, "TRON_TOKENS", { enumerable: true, get: function () { return tron_asset_shortcode_enum_1.TRON_TOKENS; } });
var binance_asset_shortcode_enum_1 = require("./domain/binance-asset-shortcode.enum");
Object.defineProperty(exports, "BinanceAssetShortcode", { enumerable: true, get: function () { return binance_asset_shortcode_enum_1.BinanceAssetShortcode; } });
Object.defineProperty(exports, "BINANCE_TOKENS", { enumerable: true, get: function () { return binance_asset_shortcode_enum_1.BINANCE_TOKENS; } });
var polygon_asset_shortcode_enum_1 = require("./domain/polygon-asset-shortcode.enum");
Object.defineProperty(exports, "PolygonAssetShortcode", { enumerable: true, get: function () { return polygon_asset_shortcode_enum_1.PolygonAssetShortcode; } });
Object.defineProperty(exports, "POLYGON_TOKENS", { enumerable: true, get: function () { return polygon_asset_shortcode_enum_1.POLYGON_TOKENS; } });
var solana_asset_shortcode_enum_1 = require("./domain/solana-asset-shortcode.enum");
Object.defineProperty(exports, "SolanaAssetShortcode", { enumerable: true, get: function () { return solana_asset_shortcode_enum_1.SolanaAssetShortcode; } });
Object.defineProperty(exports, "SOLANA_TOKENS", { enumerable: true, get: function () { return solana_asset_shortcode_enum_1.SOLANA_TOKENS; } });
var chiliz_asset_shortcode_enum_1 = require("./domain/chiliz-asset-shortcode.enum");
Object.defineProperty(exports, "ChilizAssetShortcode", { enumerable: true, get: function () { return chiliz_asset_shortcode_enum_1.ChilizAssetShortcode; } });
Object.defineProperty(exports, "CHILIZ_TOKENS", { enumerable: true, get: function () { return chiliz_asset_shortcode_enum_1.CHILIZ_TOKENS; } });
//# sourceMappingURL=index.js.map

4

dist/ports/market/market.service.d.ts

@@ -1,3 +0,3 @@

import { AssetShortcode } from '../../domain/asset-shortcode.enum';
import { CryptoShortCode } from '../../domain/crypto-shortcode.enum';
import { FiatShortCode } from '../../domain/fiat-shortcode.enum';
export type Coin = AssetShortcode | FiatShortCode;
export type Asset = CryptoShortCode | FiatShortCode;
{
"name": "@fintech-solutions/core",
"private": false,
"version": "1.2.60",
"version": "1.2.62",
"description": "",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

"license": "ISC",
"gitHead": "5f8b200237f34d59e5cf3b1de2b033dfa34122da"
"gitHead": "1fb052294d7512db12a6d8cfc253bec4c0d65c5a"
}

@@ -9,7 +9,35 @@ import { SuccessResponse } from './interfaces/success-response.interface';

export { AssetShortcode } from './domain/asset-shortcode.enum';
export { CryptoShortCode, CryptoAssetType } from './domain/crypto-shortcode.enum';
export { FiatShortCode } from './domain/fiat-shortcode.enum';
export { DocumentType } from './domain/document-type.enum';
export { AccountType } from './domain/account-types.enum';
export { Asset } from './ports/market/market.service';
export { Coin } from './ports/market/market.service';
export {
BaseCryptoShortcode,
BASE_ASSETS,
} from './domain/base-crypto-asset-shortcode.enum';
export {
EthereumAssetShortcode,
ETHEREUM_TOKENS,
} from './domain/ethereum-asset-shortcode.enum';
export {
TronAssetShortcode,
TRON_TOKENS,
} from './domain/tron-asset-shortcode.enum';
export {
BinanceAssetShortcode,
BINANCE_TOKENS,
} from './domain/binance-asset-shortcode.enum';
export {
PolygonAssetShortcode,
POLYGON_TOKENS,
} from './domain/polygon-asset-shortcode.enum';
export {
SolanaAssetShortcode,
SOLANA_TOKENS,
} from './domain/solana-asset-shortcode.enum';
export {
ChilizAssetShortcode,
CHILIZ_TOKENS,
} from './domain/chiliz-asset-shortcode.enum'

@@ -1,4 +0,4 @@

import { AssetShortcode } from '../../domain/asset-shortcode.enum';
import { CryptoShortCode } from '../../domain/crypto-shortcode.enum';
import { FiatShortCode } from '../../domain/fiat-shortcode.enum';
export type Coin = AssetShortcode | FiatShortCode;
export type Asset = CryptoShortCode | FiatShortCode;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc