snaptrade-typescript-sdk 6.0.0 → 6.2.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.
- package/.konfig/generate-id.txt +1 -1
- package/README.md +3 -5
- package/api/account-information-api.ts +25 -25
- package/api/api-disclaimer-api.ts +4 -4
- package/api/api-status-api.ts +1 -1
- package/api/authentication-api.ts +16 -16
- package/api/connections-api.ts +10 -10
- package/api/error-logs-api.ts +4 -4
- package/api/options-api.ts +16 -16
- package/api/portfolio-management-api.ts +100 -100
- package/api/reference-data-api.ts +34 -34
- package/api/trading-api.ts +31 -31
- package/api/transactions-and-reporting-api.ts +7 -7
- package/common.ts +30 -15
- package/configuration.ts +1 -1
- package/dist/api/account-information-api.js +24 -24
- package/dist/api/api-disclaimer-api.js +3 -3
- package/dist/api/authentication-api.js +15 -15
- package/dist/api/connections-api.js +9 -9
- package/dist/api/error-logs-api.js +3 -3
- package/dist/api/options-api.js +15 -15
- package/dist/api/portfolio-management-api.js +99 -99
- package/dist/api/reference-data-api.js +33 -33
- package/dist/api/trading-api.js +30 -30
- package/dist/api/transactions-and-reporting-api.js +6 -6
- package/dist/common.d.ts +7 -1
- package/dist/common.js +19 -14
- package/dist/configuration.js +1 -1
- package/dist/models/account-order-record.d.ts +7 -0
- package/models/account-order-record.ts +9 -0
- package/package.json +1 -1
|
@@ -119,21 +119,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
119
119
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
120
120
|
localVarQueryParameter = {};
|
|
121
121
|
// authentication PartnerClientId required
|
|
122
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
122
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
123
123
|
// authentication PartnerSignature required
|
|
124
124
|
];
|
|
125
125
|
case 1:
|
|
126
126
|
// authentication PartnerClientId required
|
|
127
127
|
_a.sent();
|
|
128
128
|
// authentication PartnerSignature required
|
|
129
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
129
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
130
130
|
// authentication PartnerTimestamp required
|
|
131
131
|
];
|
|
132
132
|
case 2:
|
|
133
133
|
// authentication PartnerSignature required
|
|
134
134
|
_a.sent();
|
|
135
135
|
// authentication PartnerTimestamp required
|
|
136
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
136
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
137
137
|
case 3:
|
|
138
138
|
// authentication PartnerTimestamp required
|
|
139
139
|
_a.sent();
|
|
@@ -195,21 +195,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
195
195
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
196
196
|
localVarQueryParameter = {};
|
|
197
197
|
// authentication PartnerClientId required
|
|
198
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
198
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
199
199
|
// authentication PartnerSignature required
|
|
200
200
|
];
|
|
201
201
|
case 1:
|
|
202
202
|
// authentication PartnerClientId required
|
|
203
203
|
_a.sent();
|
|
204
204
|
// authentication PartnerSignature required
|
|
205
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
205
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
206
206
|
// authentication PartnerTimestamp required
|
|
207
207
|
];
|
|
208
208
|
case 2:
|
|
209
209
|
// authentication PartnerSignature required
|
|
210
210
|
_a.sent();
|
|
211
211
|
// authentication PartnerTimestamp required
|
|
212
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
212
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
213
213
|
case 3:
|
|
214
214
|
// authentication PartnerTimestamp required
|
|
215
215
|
_a.sent();
|
|
@@ -268,21 +268,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
268
268
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
269
269
|
localVarQueryParameter = {};
|
|
270
270
|
// authentication PartnerClientId required
|
|
271
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
271
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
272
272
|
// authentication PartnerSignature required
|
|
273
273
|
];
|
|
274
274
|
case 1:
|
|
275
275
|
// authentication PartnerClientId required
|
|
276
276
|
_a.sent();
|
|
277
277
|
// authentication PartnerSignature required
|
|
278
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
278
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
279
279
|
// authentication PartnerTimestamp required
|
|
280
280
|
];
|
|
281
281
|
case 2:
|
|
282
282
|
// authentication PartnerSignature required
|
|
283
283
|
_a.sent();
|
|
284
284
|
// authentication PartnerTimestamp required
|
|
285
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
285
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
286
286
|
case 3:
|
|
287
287
|
// authentication PartnerTimestamp required
|
|
288
288
|
_a.sent();
|
|
@@ -342,21 +342,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
342
342
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
343
343
|
localVarQueryParameter = {};
|
|
344
344
|
// authentication PartnerClientId required
|
|
345
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
345
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
346
346
|
// authentication PartnerSignature required
|
|
347
347
|
];
|
|
348
348
|
case 1:
|
|
349
349
|
// authentication PartnerClientId required
|
|
350
350
|
_a.sent();
|
|
351
351
|
// authentication PartnerSignature required
|
|
352
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
352
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
353
353
|
// authentication PartnerTimestamp required
|
|
354
354
|
];
|
|
355
355
|
case 2:
|
|
356
356
|
// authentication PartnerSignature required
|
|
357
357
|
_a.sent();
|
|
358
358
|
// authentication PartnerTimestamp required
|
|
359
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
359
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
360
360
|
case 3:
|
|
361
361
|
// authentication PartnerTimestamp required
|
|
362
362
|
_a.sent();
|
|
@@ -418,21 +418,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
418
418
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
419
419
|
localVarQueryParameter = {};
|
|
420
420
|
// authentication PartnerClientId required
|
|
421
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
421
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
422
422
|
// authentication PartnerSignature required
|
|
423
423
|
];
|
|
424
424
|
case 1:
|
|
425
425
|
// authentication PartnerClientId required
|
|
426
426
|
_a.sent();
|
|
427
427
|
// authentication PartnerSignature required
|
|
428
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
428
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
429
429
|
// authentication PartnerTimestamp required
|
|
430
430
|
];
|
|
431
431
|
case 2:
|
|
432
432
|
// authentication PartnerSignature required
|
|
433
433
|
_a.sent();
|
|
434
434
|
// authentication PartnerTimestamp required
|
|
435
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
435
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
436
436
|
case 3:
|
|
437
437
|
// authentication PartnerTimestamp required
|
|
438
438
|
_a.sent();
|
|
@@ -491,21 +491,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
491
491
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
492
492
|
localVarQueryParameter = {};
|
|
493
493
|
// authentication PartnerClientId required
|
|
494
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
494
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
495
495
|
// authentication PartnerSignature required
|
|
496
496
|
];
|
|
497
497
|
case 1:
|
|
498
498
|
// authentication PartnerClientId required
|
|
499
499
|
_a.sent();
|
|
500
500
|
// authentication PartnerSignature required
|
|
501
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
501
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
502
502
|
// authentication PartnerTimestamp required
|
|
503
503
|
];
|
|
504
504
|
case 2:
|
|
505
505
|
// authentication PartnerSignature required
|
|
506
506
|
_a.sent();
|
|
507
507
|
// authentication PartnerTimestamp required
|
|
508
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
508
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
509
509
|
case 3:
|
|
510
510
|
// authentication PartnerTimestamp required
|
|
511
511
|
_a.sent();
|
|
@@ -560,21 +560,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
560
560
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
561
561
|
localVarQueryParameter = {};
|
|
562
562
|
// authentication PartnerClientId required
|
|
563
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
563
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
564
564
|
// authentication PartnerSignature required
|
|
565
565
|
];
|
|
566
566
|
case 1:
|
|
567
567
|
// authentication PartnerClientId required
|
|
568
568
|
_a.sent();
|
|
569
569
|
// authentication PartnerSignature required
|
|
570
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
570
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
571
571
|
// authentication PartnerTimestamp required
|
|
572
572
|
];
|
|
573
573
|
case 2:
|
|
574
574
|
// authentication PartnerSignature required
|
|
575
575
|
_a.sent();
|
|
576
576
|
// authentication PartnerTimestamp required
|
|
577
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
577
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
578
578
|
case 3:
|
|
579
579
|
// authentication PartnerTimestamp required
|
|
580
580
|
_a.sent();
|
|
@@ -633,21 +633,21 @@ var AccountInformationApiAxiosParamCreator = function (configuration) {
|
|
|
633
633
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
634
634
|
localVarQueryParameter = {};
|
|
635
635
|
// authentication PartnerClientId required
|
|
636
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
636
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
637
637
|
// authentication PartnerSignature required
|
|
638
638
|
];
|
|
639
639
|
case 1:
|
|
640
640
|
// authentication PartnerClientId required
|
|
641
641
|
_a.sent();
|
|
642
642
|
// authentication PartnerSignature required
|
|
643
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
643
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
644
644
|
// authentication PartnerTimestamp required
|
|
645
645
|
];
|
|
646
646
|
case 2:
|
|
647
647
|
// authentication PartnerSignature required
|
|
648
648
|
_a.sent();
|
|
649
649
|
// authentication PartnerTimestamp required
|
|
650
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
650
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
651
651
|
case 3:
|
|
652
652
|
// authentication PartnerTimestamp required
|
|
653
653
|
_a.sent();
|
|
@@ -121,21 +121,21 @@ var ApiDisclaimerApiAxiosParamCreator = function (configuration) {
|
|
|
121
121
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
122
122
|
localVarQueryParameter = {};
|
|
123
123
|
// authentication PartnerClientId required
|
|
124
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
124
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
125
125
|
// authentication PartnerSignature required
|
|
126
126
|
];
|
|
127
127
|
case 1:
|
|
128
128
|
// authentication PartnerClientId required
|
|
129
129
|
_a.sent();
|
|
130
130
|
// authentication PartnerSignature required
|
|
131
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
131
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
132
132
|
// authentication PartnerTimestamp required
|
|
133
133
|
];
|
|
134
134
|
case 2:
|
|
135
135
|
// authentication PartnerSignature required
|
|
136
136
|
_a.sent();
|
|
137
137
|
// authentication PartnerTimestamp required
|
|
138
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
138
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
139
139
|
case 3:
|
|
140
140
|
// authentication PartnerTimestamp required
|
|
141
141
|
_a.sent();
|
|
@@ -115,21 +115,21 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
115
115
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
116
116
|
localVarQueryParameter = {};
|
|
117
117
|
// authentication PartnerClientId required
|
|
118
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
118
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
119
119
|
// authentication PartnerSignature required
|
|
120
120
|
];
|
|
121
121
|
case 1:
|
|
122
122
|
// authentication PartnerClientId required
|
|
123
123
|
_a.sent();
|
|
124
124
|
// authentication PartnerSignature required
|
|
125
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
125
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
126
126
|
// authentication PartnerTimestamp required
|
|
127
127
|
];
|
|
128
128
|
case 2:
|
|
129
129
|
// authentication PartnerSignature required
|
|
130
130
|
_a.sent();
|
|
131
131
|
// authentication PartnerTimestamp required
|
|
132
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
132
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
133
133
|
case 3:
|
|
134
134
|
// authentication PartnerTimestamp required
|
|
135
135
|
_a.sent();
|
|
@@ -181,21 +181,21 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
181
181
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
182
182
|
localVarQueryParameter = {};
|
|
183
183
|
// authentication PartnerClientId required
|
|
184
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
184
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
185
185
|
// authentication PartnerSignature required
|
|
186
186
|
];
|
|
187
187
|
case 1:
|
|
188
188
|
// authentication PartnerClientId required
|
|
189
189
|
_a.sent();
|
|
190
190
|
// authentication PartnerSignature required
|
|
191
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
191
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
192
192
|
// authentication PartnerTimestamp required
|
|
193
193
|
];
|
|
194
194
|
case 2:
|
|
195
195
|
// authentication PartnerSignature required
|
|
196
196
|
_a.sent();
|
|
197
197
|
// authentication PartnerTimestamp required
|
|
198
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
198
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
199
199
|
case 3:
|
|
200
200
|
// authentication PartnerTimestamp required
|
|
201
201
|
_a.sent();
|
|
@@ -244,21 +244,21 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
244
244
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
245
245
|
localVarQueryParameter = {};
|
|
246
246
|
// authentication PartnerClientId required
|
|
247
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
247
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
248
248
|
// authentication PartnerSignature required
|
|
249
249
|
];
|
|
250
250
|
case 1:
|
|
251
251
|
// authentication PartnerClientId required
|
|
252
252
|
_a.sent();
|
|
253
253
|
// authentication PartnerSignature required
|
|
254
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
254
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
255
255
|
// authentication PartnerTimestamp required
|
|
256
256
|
];
|
|
257
257
|
case 2:
|
|
258
258
|
// authentication PartnerSignature required
|
|
259
259
|
_a.sent();
|
|
260
260
|
// authentication PartnerTimestamp required
|
|
261
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
261
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
262
262
|
case 3:
|
|
263
263
|
// authentication PartnerTimestamp required
|
|
264
264
|
_a.sent();
|
|
@@ -308,21 +308,21 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
308
308
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
309
309
|
localVarQueryParameter = {};
|
|
310
310
|
// authentication PartnerClientId required
|
|
311
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
311
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
312
312
|
// authentication PartnerSignature required
|
|
313
313
|
];
|
|
314
314
|
case 1:
|
|
315
315
|
// authentication PartnerClientId required
|
|
316
316
|
_a.sent();
|
|
317
317
|
// authentication PartnerSignature required
|
|
318
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
318
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
319
319
|
// authentication PartnerTimestamp required
|
|
320
320
|
];
|
|
321
321
|
case 2:
|
|
322
322
|
// authentication PartnerSignature required
|
|
323
323
|
_a.sent();
|
|
324
324
|
// authentication PartnerTimestamp required
|
|
325
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
325
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
326
326
|
case 3:
|
|
327
327
|
// authentication PartnerTimestamp required
|
|
328
328
|
_a.sent();
|
|
@@ -376,21 +376,21 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
376
376
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
377
377
|
localVarQueryParameter = {};
|
|
378
378
|
// authentication PartnerClientId required
|
|
379
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
379
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
380
380
|
// authentication PartnerSignature required
|
|
381
381
|
];
|
|
382
382
|
case 1:
|
|
383
383
|
// authentication PartnerClientId required
|
|
384
384
|
_a.sent();
|
|
385
385
|
// authentication PartnerSignature required
|
|
386
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
386
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
387
387
|
// authentication PartnerTimestamp required
|
|
388
388
|
];
|
|
389
389
|
case 2:
|
|
390
390
|
// authentication PartnerSignature required
|
|
391
391
|
_a.sent();
|
|
392
392
|
// authentication PartnerTimestamp required
|
|
393
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
393
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
394
394
|
case 3:
|
|
395
395
|
// authentication PartnerTimestamp required
|
|
396
396
|
_a.sent();
|
|
@@ -122,21 +122,21 @@ var ConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
122
122
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
123
123
|
localVarQueryParameter = {};
|
|
124
124
|
// authentication PartnerClientId required
|
|
125
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
125
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
126
126
|
// authentication PartnerSignature required
|
|
127
127
|
];
|
|
128
128
|
case 1:
|
|
129
129
|
// authentication PartnerClientId required
|
|
130
130
|
_a.sent();
|
|
131
131
|
// authentication PartnerSignature required
|
|
132
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
132
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
133
133
|
// authentication PartnerTimestamp required
|
|
134
134
|
];
|
|
135
135
|
case 2:
|
|
136
136
|
// authentication PartnerSignature required
|
|
137
137
|
_a.sent();
|
|
138
138
|
// authentication PartnerTimestamp required
|
|
139
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
139
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
140
140
|
case 3:
|
|
141
141
|
// authentication PartnerTimestamp required
|
|
142
142
|
_a.sent();
|
|
@@ -191,21 +191,21 @@ var ConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
191
191
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
192
192
|
localVarQueryParameter = {};
|
|
193
193
|
// authentication PartnerClientId required
|
|
194
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
194
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
195
195
|
// authentication PartnerSignature required
|
|
196
196
|
];
|
|
197
197
|
case 1:
|
|
198
198
|
// authentication PartnerClientId required
|
|
199
199
|
_a.sent();
|
|
200
200
|
// authentication PartnerSignature required
|
|
201
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
201
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
202
202
|
// authentication PartnerTimestamp required
|
|
203
203
|
];
|
|
204
204
|
case 2:
|
|
205
205
|
// authentication PartnerSignature required
|
|
206
206
|
_a.sent();
|
|
207
207
|
// authentication PartnerTimestamp required
|
|
208
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
208
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
209
209
|
case 3:
|
|
210
210
|
// authentication PartnerTimestamp required
|
|
211
211
|
_a.sent();
|
|
@@ -264,21 +264,21 @@ var ConnectionsApiAxiosParamCreator = function (configuration) {
|
|
|
264
264
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
265
265
|
localVarQueryParameter = {};
|
|
266
266
|
// authentication PartnerClientId required
|
|
267
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
267
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
268
268
|
// authentication PartnerSignature required
|
|
269
269
|
];
|
|
270
270
|
case 1:
|
|
271
271
|
// authentication PartnerClientId required
|
|
272
272
|
_a.sent();
|
|
273
273
|
// authentication PartnerSignature required
|
|
274
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
274
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
275
275
|
// authentication PartnerTimestamp required
|
|
276
276
|
];
|
|
277
277
|
case 2:
|
|
278
278
|
// authentication PartnerSignature required
|
|
279
279
|
_a.sent();
|
|
280
280
|
// authentication PartnerTimestamp required
|
|
281
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
281
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
282
282
|
case 3:
|
|
283
283
|
// authentication PartnerTimestamp required
|
|
284
284
|
_a.sent();
|
|
@@ -118,21 +118,21 @@ var ErrorLogsApiAxiosParamCreator = function (configuration) {
|
|
|
118
118
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
119
119
|
localVarQueryParameter = {};
|
|
120
120
|
// authentication PartnerClientId required
|
|
121
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
121
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
122
122
|
// authentication PartnerSignature required
|
|
123
123
|
];
|
|
124
124
|
case 1:
|
|
125
125
|
// authentication PartnerClientId required
|
|
126
126
|
_a.sent();
|
|
127
127
|
// authentication PartnerSignature required
|
|
128
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
128
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
129
129
|
// authentication PartnerTimestamp required
|
|
130
130
|
];
|
|
131
131
|
case 2:
|
|
132
132
|
// authentication PartnerSignature required
|
|
133
133
|
_a.sent();
|
|
134
134
|
// authentication PartnerTimestamp required
|
|
135
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
135
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
136
136
|
case 3:
|
|
137
137
|
// authentication PartnerTimestamp required
|
|
138
138
|
_a.sent();
|
package/dist/api/options-api.js
CHANGED
|
@@ -125,21 +125,21 @@ var OptionsApiAxiosParamCreator = function (configuration) {
|
|
|
125
125
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
126
126
|
localVarQueryParameter = {};
|
|
127
127
|
// authentication PartnerClientId required
|
|
128
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
128
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
129
129
|
// authentication PartnerSignature required
|
|
130
130
|
];
|
|
131
131
|
case 1:
|
|
132
132
|
// authentication PartnerClientId required
|
|
133
133
|
_a.sent();
|
|
134
134
|
// authentication PartnerSignature required
|
|
135
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
135
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
136
136
|
// authentication PartnerTimestamp required
|
|
137
137
|
];
|
|
138
138
|
case 2:
|
|
139
139
|
// authentication PartnerSignature required
|
|
140
140
|
_a.sent();
|
|
141
141
|
// authentication PartnerTimestamp required
|
|
142
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
142
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
143
143
|
case 3:
|
|
144
144
|
// authentication PartnerTimestamp required
|
|
145
145
|
_a.sent();
|
|
@@ -203,21 +203,21 @@ var OptionsApiAxiosParamCreator = function (configuration) {
|
|
|
203
203
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
204
204
|
localVarQueryParameter = {};
|
|
205
205
|
// authentication PartnerClientId required
|
|
206
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
206
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
207
207
|
// authentication PartnerSignature required
|
|
208
208
|
];
|
|
209
209
|
case 1:
|
|
210
210
|
// authentication PartnerClientId required
|
|
211
211
|
_a.sent();
|
|
212
212
|
// authentication PartnerSignature required
|
|
213
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
213
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
214
214
|
// authentication PartnerTimestamp required
|
|
215
215
|
];
|
|
216
216
|
case 2:
|
|
217
217
|
// authentication PartnerSignature required
|
|
218
218
|
_a.sent();
|
|
219
219
|
// authentication PartnerTimestamp required
|
|
220
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
220
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
221
221
|
case 3:
|
|
222
222
|
// authentication PartnerTimestamp required
|
|
223
223
|
_a.sent();
|
|
@@ -283,21 +283,21 @@ var OptionsApiAxiosParamCreator = function (configuration) {
|
|
|
283
283
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
284
284
|
localVarQueryParameter = {};
|
|
285
285
|
// authentication PartnerClientId required
|
|
286
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
286
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
287
287
|
// authentication PartnerSignature required
|
|
288
288
|
];
|
|
289
289
|
case 1:
|
|
290
290
|
// authentication PartnerClientId required
|
|
291
291
|
_a.sent();
|
|
292
292
|
// authentication PartnerSignature required
|
|
293
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
293
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
294
294
|
// authentication PartnerTimestamp required
|
|
295
295
|
];
|
|
296
296
|
case 2:
|
|
297
297
|
// authentication PartnerSignature required
|
|
298
298
|
_a.sent();
|
|
299
299
|
// authentication PartnerTimestamp required
|
|
300
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
300
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
301
301
|
case 3:
|
|
302
302
|
// authentication PartnerTimestamp required
|
|
303
303
|
_a.sent();
|
|
@@ -356,21 +356,21 @@ var OptionsApiAxiosParamCreator = function (configuration) {
|
|
|
356
356
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
357
357
|
localVarQueryParameter = {};
|
|
358
358
|
// authentication PartnerClientId required
|
|
359
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
359
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
360
360
|
// authentication PartnerSignature required
|
|
361
361
|
];
|
|
362
362
|
case 1:
|
|
363
363
|
// authentication PartnerClientId required
|
|
364
364
|
_a.sent();
|
|
365
365
|
// authentication PartnerSignature required
|
|
366
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
366
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
367
367
|
// authentication PartnerTimestamp required
|
|
368
368
|
];
|
|
369
369
|
case 2:
|
|
370
370
|
// authentication PartnerSignature required
|
|
371
371
|
_a.sent();
|
|
372
372
|
// authentication PartnerTimestamp required
|
|
373
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
373
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
374
374
|
case 3:
|
|
375
375
|
// authentication PartnerTimestamp required
|
|
376
376
|
_a.sent();
|
|
@@ -436,21 +436,21 @@ var OptionsApiAxiosParamCreator = function (configuration) {
|
|
|
436
436
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
437
437
|
localVarQueryParameter = {};
|
|
438
438
|
// authentication PartnerClientId required
|
|
439
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
439
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
440
440
|
// authentication PartnerSignature required
|
|
441
441
|
];
|
|
442
442
|
case 1:
|
|
443
443
|
// authentication PartnerClientId required
|
|
444
444
|
_a.sent();
|
|
445
445
|
// authentication PartnerSignature required
|
|
446
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
446
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
447
447
|
// authentication PartnerTimestamp required
|
|
448
448
|
];
|
|
449
449
|
case 2:
|
|
450
450
|
// authentication PartnerSignature required
|
|
451
451
|
_a.sent();
|
|
452
452
|
// authentication PartnerTimestamp required
|
|
453
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
453
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
454
454
|
case 3:
|
|
455
455
|
// authentication PartnerTimestamp required
|
|
456
456
|
_a.sent();
|