@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?: string[];
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.111",
3
+ "version": "1.1.112",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -174,6 +174,7 @@ components:
174
174
  - userId
175
175
  - type
176
176
  - cash
177
+ - favoriteSymbols
177
178
 
178
179
  UpdatePortfolioPayload:
179
180
  description: Payload to update an existing portfolio
@@ -109,7 +109,7 @@ export interface components {
109
109
  * "GOOGL",
110
110
  * "AMZN"
111
111
  * ] */
112
- favoriteSymbols?: string[];
112
+ favoriteSymbols: string[];
113
113
  };
114
114
  /** @description Payload to update an existing portfolio */
115
115
  UpdatePortfolioPayload: components["schemas"]["AddPortfolioPayload"];