@divvydiary/divvydiary-json-schemas 1.12.9 → 1.14.0

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.12.9",
3
+ "version": "1.14.0",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -63,6 +63,10 @@
63
63
  },
64
64
  "securityType": {
65
65
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/securityType"
66
+ },
67
+ "forecast": {
68
+ "type": "boolean",
69
+ "default": false
66
70
  }
67
71
  }
68
72
  }
@@ -58,6 +58,10 @@
58
58
  "type": "string",
59
59
  "enum": ["prevDiv", "prevYearDiv"],
60
60
  "nullable": true
61
+ },
62
+ "change": {
63
+ "type": "number",
64
+ "nullable": true
61
65
  }
62
66
  }
63
67
  }
@@ -80,6 +80,9 @@
80
80
  "prevPricePeriod": {
81
81
  "type": "string",
82
82
  "enum": ["1D", "1W", "1M", "3M", "6M", "1Y", "3Y", "MTD", "YTD"]
83
+ },
84
+ "newsDividendChangesOnly": {
85
+ "type": "boolean"
83
86
  }
84
87
  }
85
88
  }