@barchart/portfolio-api-common 1.2.37 → 1.2.38

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.
@@ -293,7 +293,6 @@ module.exports = (() => {
293
293
  .withField('amount', DataType.DECIMAL)
294
294
  .withField('fee', DataType.DECIMAL, true)
295
295
  .withField('force', DataType.BOOLEAN, true)
296
- .withField('cash', DataType.BOOLEAN, true)
297
296
  .schema
298
297
  );
299
298
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",