snaptrade-typescript-sdk 9.0.192 → 9.0.194

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.
@@ -32,7 +32,7 @@ class Configuration {
32
32
  this.accessToken = param.accessToken;
33
33
  this.basePath = param.basePath;
34
34
  this.baseOptions = (_a = param.baseOptions) !== null && _a !== void 0 ? _a : {};
35
- this.userAgent = param.userAgent === undefined ? "Konfig/9.0.192/typescript" : param.userAgent;
35
+ this.userAgent = param.userAgent === undefined ? "Konfig/9.0.194/typescript" : param.userAgent;
36
36
  this.formDataCtor = param.formDataCtor;
37
37
  }
38
38
  /**
@@ -43,6 +43,19 @@ exports.operationParameterMap = {
43
43
  },
44
44
  ]
45
45
  },
46
+ '/accounts/{accountId}/positions/all-GET': {
47
+ parameters: [
48
+ {
49
+ name: 'userId'
50
+ },
51
+ {
52
+ name: 'userSecret'
53
+ },
54
+ {
55
+ name: 'accountId'
56
+ },
57
+ ]
58
+ },
46
59
  '/holdings-GET': {
47
60
  parameters: [
48
61
  {
@@ -379,19 +392,6 @@ exports.operationParameterMap = {
379
392
  },
380
393
  ]
381
394
  },
382
- '/accounts/{accountId}/positions/all-GET': {
383
- parameters: [
384
- {
385
- name: 'userId'
386
- },
387
- {
388
- name: 'userSecret'
389
- },
390
- {
391
- name: 'accountId'
392
- },
393
- ]
394
- },
395
395
  '/accounts/{accountId}/orders/details/v2/{brokerageOrderId}-GET': {
396
396
  parameters: [
397
397
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "9.0.192",
3
+ "version": "9.0.194",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {