@orderly.network/trading 2.0.1-preview.1 → 2.0.1-preview.3

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.
package/dist/index.d.mts CHANGED
@@ -147,7 +147,9 @@ declare enum DataListTabType {
147
147
  pending = "Pending",
148
148
  tp_sl = "TP/SL",
149
149
  filled = "Filled",
150
- orderHistory = "Order history"
150
+ positionHistory = "Position history",
151
+ orderHistory = "Order history",
152
+ liquidation = "Liquidation"
151
153
  }
152
154
  declare const useDataListScript: (props: {
153
155
  current?: DataListTabType;
package/dist/index.d.ts CHANGED
@@ -147,7 +147,9 @@ declare enum DataListTabType {
147
147
  pending = "Pending",
148
148
  tp_sl = "TP/SL",
149
149
  filled = "Filled",
150
- orderHistory = "Order history"
150
+ positionHistory = "Position history",
151
+ orderHistory = "Order history",
152
+ liquidation = "Liquidation"
151
153
  }
152
154
  declare const useDataListScript: (props: {
153
155
  current?: DataListTabType;