@barchart/portfolio-api-common 1.0.23 → 1.0.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.
@@ -118,7 +118,6 @@ module.exports = (() => {
118
118
  const create = new PortfolioSchema(SchemaBuilder.withName('create')
119
119
  .withField('name', DataType.STRING)
120
120
  .withField('timezone', DataType.forEnum(Timezones, 'Timezone'))
121
- .withField('dates.create', DataType.DAY)
122
121
  .withField('dates.cash', DataType.DAY, true)
123
122
  .withField('defaults.currency', DataType.forEnum(Currency, 'Currency'))
124
123
  .withField('defaults.reinvest', DataType.BOOLEAN, true)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",