From a955e6a98696b908f1f071a8c919cd04226d89e4 Mon Sep 17 00:00:00 2001 From: Ronan-Yann Lorin Date: Sat, 7 Oct 2023 12:14:36 +0200 Subject: [PATCH] trying to fix some types/enums export bugs --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index b99850a7..0b7c7c1c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -78,7 +78,7 @@ export { HistogramEntry } from "./api/historical/histogramEntry"; export { HistoricalTick } from "./api/historical/historicalTick"; export { HistoricalTickBidAsk } from "./api/historical/historicalTickBidAsk"; export { HistoricalTickLast } from "./api/historical/historicalTickLast"; -export { WhatToShow } from "./api/historical/what-to-show"; +export * from "./api/historical/what-to-show"; export { ScannerSubscription } from "./api/market/scannerSubscription"; export { TickByTickDataType } from "./api/market/tickByTickDataType"; @@ -105,7 +105,7 @@ export { OrderAction } from "./api/order/enum/order-action"; export { OrderConditionType } from "./api/order/enum/order-condition-type"; export { OrderStatus } from "./api/order/enum/order-status"; export { OrderType } from "./api/order/enum/orderType"; -export { TimeInForce } from "./api/order/enum/tif"; +export * from "./api/order/enum/tif"; export { TriggerMethod } from "./api/order/enum/trigger-method"; // export order types