@rivascva/dt-idl 1.1.18 → 1.1.19

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,6 +726,7 @@ interface components {
726
726
  */
727
727
  cash: number;
728
728
  holdings: components["schemas"]["Holding"][];
729
+ activeOrders?: components["schemas"]["ActiveOrder"][];
729
730
  /**
730
731
  * Format: int64
731
732
  * @example 1713398544000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -224,6 +224,10 @@ components:
224
224
  type: array
225
225
  items:
226
226
  $ref: '#/components/schemas/Holding'
227
+ activeOrders:
228
+ type: array
229
+ items:
230
+ $ref: '#/components/schemas/ActiveOrder'
227
231
  dateCreated:
228
232
  type: integer
229
233
  format: int64
@@ -114,6 +114,7 @@ export interface components {
114
114
  */
115
115
  cash: number;
116
116
  holdings: components["schemas"]["Holding"][];
117
+ activeOrders?: components["schemas"]["ActiveOrder"][];
117
118
  /**
118
119
  * Format: int64
119
120
  * @example 1713398544000