@rivascva/dt-idl 1.1.23 → 1.1.24

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
@@ -738,7 +738,7 @@ interface components {
738
738
  */
739
739
  dateUpdated: number;
740
740
  };
741
- /** @description An active stock holding */
741
+ /** @description A stock holding */
742
742
  Holding: {
743
743
  /** @example 123456 */
744
744
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -247,7 +247,7 @@ components:
247
247
  - dateUpdated
248
248
 
249
249
  Holding:
250
- description: An active stock holding
250
+ description: A stock holding
251
251
  properties:
252
252
  id:
253
253
  type: string
@@ -126,7 +126,7 @@ export interface components {
126
126
  */
127
127
  dateUpdated: number;
128
128
  };
129
- /** @description An active stock holding */
129
+ /** @description A stock holding */
130
130
  Holding: {
131
131
  /** @example 123456 */
132
132
  id: string;