@rivascva/dt-idl 1.1.19 → 1.1.20

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
@@ -726,7 +726,7 @@ interface components {
726
726
  */
727
727
  cash: number;
728
728
  holdings: components["schemas"]["Holding"][];
729
- activeOrders?: components["schemas"]["ActiveOrder"][];
729
+ activeOrders: components["schemas"]["ActiveOrder"][];
730
730
  /**
731
731
  * Format: int64
732
732
  * @example 1713398544000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -242,6 +242,7 @@ components:
242
242
  - type
243
243
  - cash
244
244
  - holdings
245
+ - activeOrders
245
246
  - dateCreated
246
247
  - dateUpdated
247
248
 
@@ -114,7 +114,7 @@ export interface components {
114
114
  */
115
115
  cash: number;
116
116
  holdings: components["schemas"]["Holding"][];
117
- activeOrders?: components["schemas"]["ActiveOrder"][];
117
+ activeOrders: components["schemas"]["ActiveOrder"][];
118
118
  /**
119
119
  * Format: int64
120
120
  * @example 1713398544000