@divvydiary/divvydiary-json-schemas 1.10.7 → 1.10.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.10.7",
3
+ "version": "1.10.9",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -389,7 +389,16 @@
389
389
  "securityType": {
390
390
  "type": "string",
391
391
  "nullable": true,
392
- "enum": [null, "CASH", "CRYPTO", "ETF", "EQUITY", "FUND", "INDEX"],
392
+ "enum": [
393
+ null,
394
+ "CASH",
395
+ "COMMODITY",
396
+ "CRYPTO",
397
+ "ETF",
398
+ "EQUITY",
399
+ "FUND",
400
+ "INDEX"
401
+ ],
393
402
  "example": "EQUITY"
394
403
  },
395
404
  "country": {
@@ -182,6 +182,16 @@
182
182
  }
183
183
  }
184
184
  }
185
+ },
186
+ "exDate": {
187
+ "type": "string",
188
+ "format": "date",
189
+ "nullable": true
190
+ },
191
+ "payDate": {
192
+ "type": "string",
193
+ "format": "date",
194
+ "nullable": true
185
195
  }
186
196
  }
187
197
  }