@xoxno/types 1.0.369 → 1.0.370

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.
@@ -83,8 +83,7 @@ export declare enum PerpOrderGrouping {
83
83
  export declare enum PerpOrderTimeInForce {
84
84
  ALO = "Alo",
85
85
  IOC = "Ioc",
86
- GTC = "Gtc",
87
- FRONTEND = "FrontendMarket"
86
+ GTC = "Gtc"
88
87
  }
89
88
  export declare enum PerpOrderTpsl {
90
89
  TP = "tp",
@@ -104,8 +104,6 @@ var PerpOrderTimeInForce;
104
104
  PerpOrderTimeInForce["IOC"] = "Ioc";
105
105
  // Stays open until fully filled or cancelled
106
106
  PerpOrderTimeInForce["GTC"] = "Gtc";
107
- // FrontendMarket
108
- PerpOrderTimeInForce["FRONTEND"] = "FrontendMarket";
109
107
  })(PerpOrderTimeInForce || (exports.PerpOrderTimeInForce = PerpOrderTimeInForce = {}));
110
108
  var PerpOrderTpsl;
111
109
  (function (PerpOrderTpsl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.369",
3
+ "version": "1.0.370",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {