@rivascva/dt-idl 1.1.111 → 1.1.112
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
|
@@ -789,7 +789,7 @@ interface components$2 {
|
|
|
789
789
|
* "GOOGL",
|
|
790
790
|
* "AMZN"
|
|
791
791
|
* ] */
|
|
792
|
-
favoriteSymbols
|
|
792
|
+
favoriteSymbols: string[];
|
|
793
793
|
};
|
|
794
794
|
/** @description Payload to update an existing portfolio */
|
|
795
795
|
UpdatePortfolioPayload: components$2["schemas"]["AddPortfolioPayload"];
|
package/package.json
CHANGED
|
@@ -109,7 +109,7 @@ export interface components {
|
|
|
109
109
|
* "GOOGL",
|
|
110
110
|
* "AMZN"
|
|
111
111
|
* ] */
|
|
112
|
-
favoriteSymbols
|
|
112
|
+
favoriteSymbols: string[];
|
|
113
113
|
};
|
|
114
114
|
/** @description Payload to update an existing portfolio */
|
|
115
115
|
UpdatePortfolioPayload: components["schemas"]["AddPortfolioPayload"];
|