@typus/typus-perp-sdk 1.1.32-codegen-exp34 → 1.1.32-codegen-exp35

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.
@@ -578,7 +578,7 @@ async function getOrderMatchFromSentio(userAddress, startTimestamp, events) {
578
578
  ? "Order Filled (Open Position)"
579
579
  : x.sender == "0x978f65df8570a075298598a9965c18de9087f9e888eb3430fe20334f5c554cfd"
580
580
  ? "Force Close Position"
581
- : "Order Filled (Close Position)",
581
+ : x.order_type == "Increase" ? "Order Filled (Increase Position)" : "Order Filled (Close Position)",
582
582
  typeName: "OrderFilledEvent",
583
583
  order_id: x.order_id,
584
584
  position_id: x.position_id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typus/typus-perp-sdk",
3
- "version": "1.1.32-codegen-exp34",
3
+ "version": "1.1.32-codegen-exp35",
4
4
  "repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
5
5
  "author": "Typus",
6
6
  "description": "typus perp sdk",
@@ -44,4 +44,4 @@
44
44
  },
45
45
  "homepage": "https://github.com/Typus-Lab/typus-perp-sdk#readme",
46
46
  "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
47
- }
47
+ }