@dhedge/backend-flatcoin-core 0.3.12 → 0.3.13

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.
@@ -573,6 +573,7 @@ exports.getClosedPositionsQuery = (0, graphql_request_1.gql) `
573
573
  orderDirection: desc
574
574
  first: 1000
575
575
  ) {
576
+ tokenId
576
577
  account
577
578
  profitLoss
578
579
  margin
@@ -592,6 +593,7 @@ exports.getClosedPositionsQueryByCloseBlockFrom = (0, graphql_request_1.gql) `
592
593
  orderDirection: desc
593
594
  first: 1000
594
595
  ) {
596
+ tokenId
595
597
  account
596
598
  profitLoss
597
599
  margin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",