mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-18 03:45:02 +03:00
cfdHistorySchema was updated
package.json version 0.16.0-rc.6 was updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.16.0-rc.5",
|
||||
"version": "0.16.0-rc.6",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
|
||||
@@ -7,6 +7,8 @@ const cfdHistoryItem = z.object({
|
||||
instrument: z.string(),
|
||||
instrumentAddress: z.string(),
|
||||
balance: z.string(),
|
||||
amount: z.string(),
|
||||
amountNumber: z.string(),
|
||||
position: z.string(),
|
||||
reason: z.enum(['WITHDRAW', 'DEPOSIT']),
|
||||
positionPrice: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user