From 07f947eb35316c789e4cc652d00318d87e4feaa9 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Fri, 17 Mar 2023 08:55:11 +0000 Subject: [PATCH] Version 0.17.37 --- package.json | 2 +- src/types.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a4a3c62..6490fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.17.37-rc.2", + "version": "0.17.37", "description": "Orion Protocol SDK", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", diff --git a/src/types.ts b/src/types.ts index a77b780..891d740 100644 --- a/src/types.ts +++ b/src/types.ts @@ -4,7 +4,6 @@ import type exchanges from './constants/exchanges'; import type subOrderStatuses from './constants/subOrderStatuses'; import type positionStatuses from './constants/positionStatuses'; import type { knownEnvs } from './config/schemas'; -import type executionTypes from './constants/cfdExecutionTypes'; export type DeepPartial = T extends object ? { [P in keyof T]?: DeepPartial; @@ -35,7 +34,6 @@ export type Balance = { } export type PositionStatus = typeof positionStatuses[number]; -export type ExecutionType = typeof executionTypes[number]; export type CFDBalance = { instrument: string