@rivascva/dt-idl 1.1.144 → 1.1.145

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.ts CHANGED
@@ -961,7 +961,7 @@ interface components$2 {
961
961
  /** @enum {string} */
962
962
  OrderType: "BUY_MARKET" | "BUY_LIMIT" | "BUY_STOP" | "SELL_MARKET" | "SELL_LIMIT" | "SELL_STOP";
963
963
  /** @enum {string} */
964
- PortfolioHistoryTimeframe: "MIN5" | "MIN15" | "MIN30" | "HOUR1" | "HOUR4" | "DAY1";
964
+ PortfolioHistoryTimeframe: "MIN15" | "MIN30" | "HOUR1" | "HOUR4" | "DAY1";
965
965
  /** @enum {string} */
966
966
  OrderStatus: "PENDING" | "COMPLETED";
967
967
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.144",
3
+ "version": "1.1.145",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -478,7 +478,6 @@ components:
478
478
  PortfolioHistoryTimeframe:
479
479
  type: string
480
480
  enum:
481
- - MIN5
482
481
  - MIN15
483
482
  - MIN30
484
483
  - HOUR1
@@ -281,7 +281,7 @@ export interface components {
281
281
  /** @enum {string} */
282
282
  OrderType: "BUY_MARKET" | "BUY_LIMIT" | "BUY_STOP" | "SELL_MARKET" | "SELL_LIMIT" | "SELL_STOP";
283
283
  /** @enum {string} */
284
- PortfolioHistoryTimeframe: "MIN5" | "MIN15" | "MIN30" | "HOUR1" | "HOUR4" | "DAY1";
284
+ PortfolioHistoryTimeframe: "MIN15" | "MIN30" | "HOUR1" | "HOUR4" | "DAY1";
285
285
  /** @enum {string} */
286
286
  OrderStatus: "PENDING" | "COMPLETED";
287
287
  };