@barchart/portfolio-api-common 1.0.253 → 1.0.254

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.
@@ -283,7 +283,6 @@ module.exports = (() => {
283
283
  .withField('quantity', DataType.DECIMAL)
284
284
  .withField('fee', DataType.DECIMAL, true)
285
285
  .withField('force', DataType.BOOLEAN, true)
286
- .withField('reinvest', DataType.BOOLEAN, true)
287
286
  .schema
288
287
  );
289
288
 
@@ -301,6 +300,7 @@ module.exports = (() => {
301
300
  .withField('quantity', DataType.DECIMAL)
302
301
  .withField('fee', DataType.DECIMAL, true)
303
302
  .withField('force', DataType.BOOLEAN, true)
303
+ .withField('reinvest', DataType.BOOLEAN, true)
304
304
  .schema
305
305
  );
306
306
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.253",
3
+ "version": "1.0.254",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",