@colijnit/transactionapi 1.1.118 → 1.1.120

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.
@@ -458,4 +458,9 @@ describe("TransactionAPI", () => {
458
458
  const result = await transaction.getWebSessionSalesOrder(undefined);
459
459
  expect(result).toBeDefined();
460
460
  });
461
+ it('getAnalysisResultsByAnalysisId', async () => {
462
+ await transaction.connect();
463
+ const result = await transaction.getAnalysisResultsByAnalysisId(12345678);
464
+ expect(result).toBeDefined();
465
+ });
461
466
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "1.1.118",
3
+ "version": "1.1.120",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",
@@ -23,7 +23,7 @@
23
23
  "axios": "^0.24.0",
24
24
  "jsencrypt": "3.0.0-beta.1",
25
25
  "reflect-metadata": "^0.1.12",
26
- "rxjs": "~6.5.4",
26
+ "rxjs": "6.6.3",
27
27
  "rxjs-compat": "^6.6.3"
28
28
  },
29
29
  "peerDependencies": {