@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
|
|
729
|
+
activeOrders: components["schemas"]["ActiveOrder"][];
|
|
730
730
|
/**
|
|
731
731
|
* Format: int64
|
|
732
732
|
* @example 1713398544000
|
package/package.json
CHANGED
|
@@ -114,7 +114,7 @@ export interface components {
|
|
|
114
114
|
*/
|
|
115
115
|
cash: number;
|
|
116
116
|
holdings: components["schemas"]["Holding"][];
|
|
117
|
-
activeOrders
|
|
117
|
+
activeOrders: components["schemas"]["ActiveOrder"][];
|
|
118
118
|
/**
|
|
119
119
|
* Format: int64
|
|
120
120
|
* @example 1713398544000
|