@divvydiary/divvydiary-json-schemas 1.12.2 → 1.12.4

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.2",
3
+ "version": "1.12.4",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -275,7 +275,7 @@
275
275
  "type": "string",
276
276
  "minLength": 12,
277
277
  "maxLength": 12,
278
- "pattern": "^[A-Za-z]{2}[A-Za-z0-9]{9}[0-9]{1}$",
278
+ "pattern": "^[A-Za-z0-9]{12}$",
279
279
  "example": "US88160R1014",
280
280
  "transform": ["trim", "toUpperCase"]
281
281
  },
@@ -122,6 +122,18 @@
122
122
  "type": "string",
123
123
  "nullable": true
124
124
  },
125
+ "ibkrToken": {
126
+ "type": "string",
127
+ "pattern": "^[0-9]+$",
128
+ "nullable": true,
129
+ "maxLength": 30
130
+ },
131
+ "ibkrQuery": {
132
+ "type": "string",
133
+ "pattern": "^[0-9]+$",
134
+ "nullable": true,
135
+ "maxLength": 10
136
+ },
125
137
  "wealthapi": {
126
138
  "type": "array",
127
139
  "items": {