mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Version 0.17.37
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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> = T extends object ? {
|
||||
[P in keyof T]?: DeepPartial<T[P]>;
|
||||
@@ -35,7 +34,6 @@ export type Balance = {
|
||||
}
|
||||
|
||||
export type PositionStatus = typeof positionStatuses[number];
|
||||
export type ExecutionType = typeof executionTypes[number];
|
||||
|
||||
export type CFDBalance = {
|
||||
instrument: string
|
||||
|
||||
Reference in New Issue
Block a user