@barchart/portfolio-api-common 8.0.0 → 9.0.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.
|
@@ -107,7 +107,6 @@ module.exports = (() => {
|
|
|
107
107
|
.withField('instrument.symbol.barchart', DataType.STRING, true)
|
|
108
108
|
.withField('instrument.symbol.display', DataType.STRING, true)
|
|
109
109
|
.withField('position', DataType.STRING)
|
|
110
|
-
.withField('open', DataType.BOOLEAN, true)
|
|
111
110
|
.withField('transaction', DataType.NUMBER)
|
|
112
111
|
.withField('cash', DataType.BOOLEAN, true)
|
|
113
112
|
.withField('reinvest', DataType.BOOLEAN, true)
|
|
@@ -157,7 +156,6 @@ module.exports = (() => {
|
|
|
157
156
|
.withField('instrument.symbol.barchart', DataType.STRING, true)
|
|
158
157
|
.withField('instrument.symbol.display', DataType.STRING, true)
|
|
159
158
|
.withField('position', DataType.STRING)
|
|
160
|
-
.withField('open', DataType.BOOLEAN, true)
|
|
161
159
|
.withField('transaction', DataType.NUMBER)
|
|
162
160
|
.withField('cash', DataType.BOOLEAN, true)
|
|
163
161
|
.withField('reinvest', DataType.BOOLEAN, true)
|
|
@@ -201,7 +199,6 @@ module.exports = (() => {
|
|
|
201
199
|
.withField('instrument.symbol.barchart', DataType.STRING, true)
|
|
202
200
|
.withField('instrument.symbol.display', DataType.STRING, true)
|
|
203
201
|
.withField('position', DataType.STRING)
|
|
204
|
-
.withField('open', DataType.BOOLEAN, true)
|
|
205
202
|
.schema
|
|
206
203
|
);
|
|
207
204
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barchart/portfolio-api-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Common JavaScript code used by Barchart's Portfolio Service",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Bryan Ingle",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "git+ssh://git@github.com/barchart/portfolio-api-common.git"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@barchart/common-js": "^4.
|
|
25
|
+
"@barchart/common-js": "^4.73.0",
|
|
26
26
|
"@barchart/marketdata-api-js": "^6.2.1",
|
|
27
27
|
"uuid": "^9.0.1"
|
|
28
28
|
},
|