diff --git a/package.json b/package.json index f31cbd4..e9a8ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finvis/usxi", - "version": "1.6.0", + "version": "1.7.0", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/interface/actions.ts b/src/interface/actions.ts index e03b8af..a81fd97 100644 --- a/src/interface/actions.ts +++ b/src/interface/actions.ts @@ -1,7 +1,7 @@ /** * Enum representing the possible sides of an action. */ -export const enum ActionSide { +export enum ActionSide { Buy, Sell, } @@ -41,7 +41,7 @@ export interface Action { * Enum representing the type of date filter used in an action fetch. * @enum {number} */ -export const enum ActionDateType { +export enum ActionDateType { On, After, Before,