@dhedge/backend-flatcoin-core 0.3.13 → 0.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -612,6 +612,7 @@ exports.getLiquidatedPositionsQueryByCloseBlockFrom = (0, graphql_request_1.gql)
612
612
  orderDirection: desc
613
613
  first: 1000
614
614
  ) {
615
+ tokenId
615
616
  account
616
617
  profitLoss
617
618
  margin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.13",
3
+ "version": "0.3.15",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",