@barchart/portfolio-client-js 1.2.17 → 1.2.18

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.
@@ -768,6 +768,11 @@ module.exports = function () {
768
768
  return Gateway.invoke(_this17._readTransactionsReportEndpoint, payload);
769
769
  });
770
770
  }
771
+ }, {
772
+ key: 'readTransactionsFormattedPage',
773
+ value: function readTransactionsFormattedPage(portfolio, position, start, count) {
774
+ return Promise.resolve([]);
775
+ }
771
776
 
772
777
  /**
773
778
  * Creates and starts a new {@link PortfolioGateway} for use in the development environment.
@@ -1356,7 +1361,7 @@ module.exports = function () {
1356
1361
  return {
1357
1362
  JwtGateway: JwtGateway,
1358
1363
  PortfolioGateway: PortfolioGateway,
1359
- version: '1.2.17'
1364
+ version: '1.2.18'
1360
1365
  };
1361
1366
  }();
1362
1367
 
@@ -753,6 +753,10 @@ module.exports = (() => {
753
753
  });
754
754
  }
755
755
 
756
+ readTransactionsFormattedPage(portfolio, position, start, count) {
757
+ return Promise.resolve([ ]);
758
+ }
759
+
756
760
  /**
757
761
  * Creates and starts a new {@link PortfolioGateway} for use in the development environment.
758
762
  *
package/lib/index.js CHANGED
@@ -7,6 +7,6 @@ module.exports = (() => {
7
7
  return {
8
8
  JwtGateway: JwtGateway,
9
9
  PortfolioGateway: PortfolioGateway,
10
- version: '1.2.17'
10
+ version: '1.2.18'
11
11
  };
12
12
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-client-js",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",