@divvydiary/divvydiary-json-schemas 1.8.10 → 1.8.12

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.8.10",
3
+ "version": "1.8.12",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -783,7 +783,10 @@
783
783
  "^[A-Z]{2}[A-Z0-9]{9}[0-9]$": {
784
784
  "type": "object",
785
785
  "properties": {
786
- "name": { "type": "string" }
786
+ "name": { "type": "string" },
787
+ "securityType": {
788
+ "$ref": "https://divvydiary.com/schemas/symbol.json#/properties/securityType"
789
+ }
787
790
  }
788
791
  }
789
792
  }
@@ -120,6 +120,9 @@
120
120
  "properties": {
121
121
  "onboardingEditSecurity": {
122
122
  "type": "boolean"
123
+ },
124
+ "upsell": {
125
+ "type": "boolean"
123
126
  }
124
127
  }
125
128
  },