@dhedge/backend-flatcoin-core 0.3.3 → 0.3.4

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.
@@ -567,6 +567,8 @@ exports.getClosedPositionsQuery = (0, graphql_request_1.gql) `
567
567
  status
568
568
  closeTimestamp
569
569
  accruedFunding
570
+ marginDepositedReth
571
+ marginWithdrawnReth
570
572
  }
571
573
  }
572
574
  `;
@@ -96,6 +96,8 @@ export interface Position {
96
96
  closeTimestamp: number;
97
97
  closeBlock: number;
98
98
  accruedFunding: number;
99
+ marginDepositedReth: number;
100
+ marginWithdrawnReth: number;
99
101
  }
100
102
  export interface UnitHolder {
101
103
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/backend-flatcoin-core",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Backend Flatcoin Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",