snaptrade-typescript-sdk 6.1.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 +2 -2
- 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
|
@@ -117,21 +117,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
117
117
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
118
118
|
localVarQueryParameter = {};
|
|
119
119
|
// authentication PartnerClientId required
|
|
120
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
120
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
121
121
|
// authentication PartnerSignature required
|
|
122
122
|
];
|
|
123
123
|
case 1:
|
|
124
124
|
// authentication PartnerClientId required
|
|
125
125
|
_a.sent();
|
|
126
126
|
// authentication PartnerSignature required
|
|
127
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
127
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
128
128
|
// authentication PartnerTimestamp required
|
|
129
129
|
];
|
|
130
130
|
case 2:
|
|
131
131
|
// authentication PartnerSignature required
|
|
132
132
|
_a.sent();
|
|
133
133
|
// authentication PartnerTimestamp required
|
|
134
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
134
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
135
135
|
case 3:
|
|
136
136
|
// authentication PartnerTimestamp required
|
|
137
137
|
_a.sent();
|
|
@@ -185,21 +185,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
185
185
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
186
186
|
localVarQueryParameter = {};
|
|
187
187
|
// authentication PartnerClientId required
|
|
188
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
188
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
189
189
|
// authentication PartnerSignature required
|
|
190
190
|
];
|
|
191
191
|
case 1:
|
|
192
192
|
// authentication PartnerClientId required
|
|
193
193
|
_a.sent();
|
|
194
194
|
// authentication PartnerSignature required
|
|
195
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
195
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
196
196
|
// authentication PartnerTimestamp required
|
|
197
197
|
];
|
|
198
198
|
case 2:
|
|
199
199
|
// authentication PartnerSignature required
|
|
200
200
|
_a.sent();
|
|
201
201
|
// authentication PartnerTimestamp required
|
|
202
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
202
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
203
203
|
case 3:
|
|
204
204
|
// authentication PartnerTimestamp required
|
|
205
205
|
_a.sent();
|
|
@@ -250,21 +250,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
250
250
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
251
251
|
localVarQueryParameter = {};
|
|
252
252
|
// authentication PartnerClientId required
|
|
253
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
253
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
254
254
|
// authentication PartnerSignature required
|
|
255
255
|
];
|
|
256
256
|
case 1:
|
|
257
257
|
// authentication PartnerClientId required
|
|
258
258
|
_a.sent();
|
|
259
259
|
// authentication PartnerSignature required
|
|
260
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
260
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
261
261
|
// authentication PartnerTimestamp required
|
|
262
262
|
];
|
|
263
263
|
case 2:
|
|
264
264
|
// authentication PartnerSignature required
|
|
265
265
|
_a.sent();
|
|
266
266
|
// authentication PartnerTimestamp required
|
|
267
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
267
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
268
268
|
case 3:
|
|
269
269
|
// authentication PartnerTimestamp required
|
|
270
270
|
_a.sent();
|
|
@@ -307,21 +307,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
307
307
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
308
308
|
localVarQueryParameter = {};
|
|
309
309
|
// authentication PartnerClientId required
|
|
310
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
310
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
311
311
|
// authentication PartnerSignature required
|
|
312
312
|
];
|
|
313
313
|
case 1:
|
|
314
314
|
// authentication PartnerClientId required
|
|
315
315
|
_a.sent();
|
|
316
316
|
// authentication PartnerSignature required
|
|
317
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
317
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
318
318
|
// authentication PartnerTimestamp required
|
|
319
319
|
];
|
|
320
320
|
case 2:
|
|
321
321
|
// authentication PartnerSignature required
|
|
322
322
|
_a.sent();
|
|
323
323
|
// authentication PartnerTimestamp required
|
|
324
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
324
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
325
325
|
case 3:
|
|
326
326
|
// authentication PartnerTimestamp required
|
|
327
327
|
_a.sent();
|
|
@@ -368,21 +368,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
368
368
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
369
369
|
localVarQueryParameter = {};
|
|
370
370
|
// authentication PartnerClientId required
|
|
371
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
371
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
372
372
|
// authentication PartnerSignature required
|
|
373
373
|
];
|
|
374
374
|
case 1:
|
|
375
375
|
// authentication PartnerClientId required
|
|
376
376
|
_a.sent();
|
|
377
377
|
// authentication PartnerSignature required
|
|
378
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
378
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
379
379
|
// authentication PartnerTimestamp required
|
|
380
380
|
];
|
|
381
381
|
case 2:
|
|
382
382
|
// authentication PartnerSignature required
|
|
383
383
|
_a.sent();
|
|
384
384
|
// authentication PartnerTimestamp required
|
|
385
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
385
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
386
386
|
case 3:
|
|
387
387
|
// authentication PartnerTimestamp required
|
|
388
388
|
_a.sent();
|
|
@@ -433,21 +433,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
433
433
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
434
434
|
localVarQueryParameter = {};
|
|
435
435
|
// authentication PartnerClientId required
|
|
436
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
436
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
437
437
|
// authentication PartnerSignature required
|
|
438
438
|
];
|
|
439
439
|
case 1:
|
|
440
440
|
// authentication PartnerClientId required
|
|
441
441
|
_a.sent();
|
|
442
442
|
// authentication PartnerSignature required
|
|
443
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
443
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
444
444
|
// authentication PartnerTimestamp required
|
|
445
445
|
];
|
|
446
446
|
case 2:
|
|
447
447
|
// authentication PartnerSignature required
|
|
448
448
|
_a.sent();
|
|
449
449
|
// authentication PartnerTimestamp required
|
|
450
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
450
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
451
451
|
case 3:
|
|
452
452
|
// authentication PartnerTimestamp required
|
|
453
453
|
_a.sent();
|
|
@@ -494,21 +494,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
494
494
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
495
495
|
localVarQueryParameter = {};
|
|
496
496
|
// authentication PartnerClientId required
|
|
497
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
497
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
498
498
|
// authentication PartnerSignature required
|
|
499
499
|
];
|
|
500
500
|
case 1:
|
|
501
501
|
// authentication PartnerClientId required
|
|
502
502
|
_a.sent();
|
|
503
503
|
// authentication PartnerSignature required
|
|
504
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
504
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
505
505
|
// authentication PartnerTimestamp required
|
|
506
506
|
];
|
|
507
507
|
case 2:
|
|
508
508
|
// authentication PartnerSignature required
|
|
509
509
|
_a.sent();
|
|
510
510
|
// authentication PartnerTimestamp required
|
|
511
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
511
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
512
512
|
case 3:
|
|
513
513
|
// authentication PartnerTimestamp required
|
|
514
514
|
_a.sent();
|
|
@@ -555,21 +555,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
555
555
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
556
556
|
localVarQueryParameter = {};
|
|
557
557
|
// authentication PartnerClientId required
|
|
558
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
558
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
559
559
|
// authentication PartnerSignature required
|
|
560
560
|
];
|
|
561
561
|
case 1:
|
|
562
562
|
// authentication PartnerClientId required
|
|
563
563
|
_a.sent();
|
|
564
564
|
// authentication PartnerSignature required
|
|
565
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
565
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
566
566
|
// authentication PartnerTimestamp required
|
|
567
567
|
];
|
|
568
568
|
case 2:
|
|
569
569
|
// authentication PartnerSignature required
|
|
570
570
|
_a.sent();
|
|
571
571
|
// authentication PartnerTimestamp required
|
|
572
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
572
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
573
573
|
case 3:
|
|
574
574
|
// authentication PartnerTimestamp required
|
|
575
575
|
_a.sent();
|
|
@@ -620,21 +620,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
620
620
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
621
621
|
localVarQueryParameter = {};
|
|
622
622
|
// authentication PartnerClientId required
|
|
623
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
623
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
624
624
|
// authentication PartnerSignature required
|
|
625
625
|
];
|
|
626
626
|
case 1:
|
|
627
627
|
// authentication PartnerClientId required
|
|
628
628
|
_a.sent();
|
|
629
629
|
// authentication PartnerSignature required
|
|
630
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
630
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
631
631
|
// authentication PartnerTimestamp required
|
|
632
632
|
];
|
|
633
633
|
case 2:
|
|
634
634
|
// authentication PartnerSignature required
|
|
635
635
|
_a.sent();
|
|
636
636
|
// authentication PartnerTimestamp required
|
|
637
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
637
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
638
638
|
case 3:
|
|
639
639
|
// authentication PartnerTimestamp required
|
|
640
640
|
_a.sent();
|
|
@@ -681,21 +681,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
681
681
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
682
682
|
localVarQueryParameter = {};
|
|
683
683
|
// authentication PartnerClientId required
|
|
684
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
684
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
685
685
|
// authentication PartnerSignature required
|
|
686
686
|
];
|
|
687
687
|
case 1:
|
|
688
688
|
// authentication PartnerClientId required
|
|
689
689
|
_a.sent();
|
|
690
690
|
// authentication PartnerSignature required
|
|
691
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
691
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
692
692
|
// authentication PartnerTimestamp required
|
|
693
693
|
];
|
|
694
694
|
case 2:
|
|
695
695
|
// authentication PartnerSignature required
|
|
696
696
|
_a.sent();
|
|
697
697
|
// authentication PartnerTimestamp required
|
|
698
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
698
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
699
699
|
case 3:
|
|
700
700
|
// authentication PartnerTimestamp required
|
|
701
701
|
_a.sent();
|
|
@@ -750,21 +750,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
750
750
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
751
751
|
localVarQueryParameter = {};
|
|
752
752
|
// authentication PartnerClientId required
|
|
753
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
753
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
754
754
|
// authentication PartnerSignature required
|
|
755
755
|
];
|
|
756
756
|
case 1:
|
|
757
757
|
// authentication PartnerClientId required
|
|
758
758
|
_a.sent();
|
|
759
759
|
// authentication PartnerSignature required
|
|
760
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
760
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
761
761
|
// authentication PartnerTimestamp required
|
|
762
762
|
];
|
|
763
763
|
case 2:
|
|
764
764
|
// authentication PartnerSignature required
|
|
765
765
|
_a.sent();
|
|
766
766
|
// authentication PartnerTimestamp required
|
|
767
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
767
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
768
768
|
case 3:
|
|
769
769
|
// authentication PartnerTimestamp required
|
|
770
770
|
_a.sent();
|
|
@@ -811,21 +811,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
811
811
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
812
812
|
localVarQueryParameter = {};
|
|
813
813
|
// authentication PartnerClientId required
|
|
814
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
814
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
815
815
|
// authentication PartnerSignature required
|
|
816
816
|
];
|
|
817
817
|
case 1:
|
|
818
818
|
// authentication PartnerClientId required
|
|
819
819
|
_a.sent();
|
|
820
820
|
// authentication PartnerSignature required
|
|
821
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
821
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
822
822
|
// authentication PartnerTimestamp required
|
|
823
823
|
];
|
|
824
824
|
case 2:
|
|
825
825
|
// authentication PartnerSignature required
|
|
826
826
|
_a.sent();
|
|
827
827
|
// authentication PartnerTimestamp required
|
|
828
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
828
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
829
829
|
case 3:
|
|
830
830
|
// authentication PartnerTimestamp required
|
|
831
831
|
_a.sent();
|
|
@@ -872,21 +872,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
872
872
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
873
873
|
localVarQueryParameter = {};
|
|
874
874
|
// authentication PartnerClientId required
|
|
875
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
875
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
876
876
|
// authentication PartnerSignature required
|
|
877
877
|
];
|
|
878
878
|
case 1:
|
|
879
879
|
// authentication PartnerClientId required
|
|
880
880
|
_a.sent();
|
|
881
881
|
// authentication PartnerSignature required
|
|
882
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
882
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
883
883
|
// authentication PartnerTimestamp required
|
|
884
884
|
];
|
|
885
885
|
case 2:
|
|
886
886
|
// authentication PartnerSignature required
|
|
887
887
|
_a.sent();
|
|
888
888
|
// authentication PartnerTimestamp required
|
|
889
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
889
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
890
890
|
case 3:
|
|
891
891
|
// authentication PartnerTimestamp required
|
|
892
892
|
_a.sent();
|
|
@@ -933,21 +933,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
933
933
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
934
934
|
localVarQueryParameter = {};
|
|
935
935
|
// authentication PartnerClientId required
|
|
936
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
936
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
937
937
|
// authentication PartnerSignature required
|
|
938
938
|
];
|
|
939
939
|
case 1:
|
|
940
940
|
// authentication PartnerClientId required
|
|
941
941
|
_a.sent();
|
|
942
942
|
// authentication PartnerSignature required
|
|
943
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
943
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
944
944
|
// authentication PartnerTimestamp required
|
|
945
945
|
];
|
|
946
946
|
case 2:
|
|
947
947
|
// authentication PartnerSignature required
|
|
948
948
|
_a.sent();
|
|
949
949
|
// authentication PartnerTimestamp required
|
|
950
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
950
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
951
951
|
case 3:
|
|
952
952
|
// authentication PartnerTimestamp required
|
|
953
953
|
_a.sent();
|
|
@@ -994,21 +994,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
994
994
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
995
995
|
localVarQueryParameter = {};
|
|
996
996
|
// authentication PartnerClientId required
|
|
997
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
997
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
998
998
|
// authentication PartnerSignature required
|
|
999
999
|
];
|
|
1000
1000
|
case 1:
|
|
1001
1001
|
// authentication PartnerClientId required
|
|
1002
1002
|
_a.sent();
|
|
1003
1003
|
// authentication PartnerSignature required
|
|
1004
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1004
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1005
1005
|
// authentication PartnerTimestamp required
|
|
1006
1006
|
];
|
|
1007
1007
|
case 2:
|
|
1008
1008
|
// authentication PartnerSignature required
|
|
1009
1009
|
_a.sent();
|
|
1010
1010
|
// authentication PartnerTimestamp required
|
|
1011
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1011
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1012
1012
|
case 3:
|
|
1013
1013
|
// authentication PartnerTimestamp required
|
|
1014
1014
|
_a.sent();
|
|
@@ -1055,21 +1055,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1055
1055
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1056
1056
|
localVarQueryParameter = {};
|
|
1057
1057
|
// authentication PartnerClientId required
|
|
1058
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1058
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1059
1059
|
// authentication PartnerSignature required
|
|
1060
1060
|
];
|
|
1061
1061
|
case 1:
|
|
1062
1062
|
// authentication PartnerClientId required
|
|
1063
1063
|
_a.sent();
|
|
1064
1064
|
// authentication PartnerSignature required
|
|
1065
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1065
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1066
1066
|
// authentication PartnerTimestamp required
|
|
1067
1067
|
];
|
|
1068
1068
|
case 2:
|
|
1069
1069
|
// authentication PartnerSignature required
|
|
1070
1070
|
_a.sent();
|
|
1071
1071
|
// authentication PartnerTimestamp required
|
|
1072
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1072
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1073
1073
|
case 3:
|
|
1074
1074
|
// authentication PartnerTimestamp required
|
|
1075
1075
|
_a.sent();
|
|
@@ -1116,21 +1116,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1116
1116
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1117
1117
|
localVarQueryParameter = {};
|
|
1118
1118
|
// authentication PartnerClientId required
|
|
1119
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1119
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1120
1120
|
// authentication PartnerSignature required
|
|
1121
1121
|
];
|
|
1122
1122
|
case 1:
|
|
1123
1123
|
// authentication PartnerClientId required
|
|
1124
1124
|
_a.sent();
|
|
1125
1125
|
// authentication PartnerSignature required
|
|
1126
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1126
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1127
1127
|
// authentication PartnerTimestamp required
|
|
1128
1128
|
];
|
|
1129
1129
|
case 2:
|
|
1130
1130
|
// authentication PartnerSignature required
|
|
1131
1131
|
_a.sent();
|
|
1132
1132
|
// authentication PartnerTimestamp required
|
|
1133
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1133
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1134
1134
|
case 3:
|
|
1135
1135
|
// authentication PartnerTimestamp required
|
|
1136
1136
|
_a.sent();
|
|
@@ -1181,21 +1181,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1181
1181
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1182
1182
|
localVarQueryParameter = {};
|
|
1183
1183
|
// authentication PartnerClientId required
|
|
1184
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1184
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1185
1185
|
// authentication PartnerSignature required
|
|
1186
1186
|
];
|
|
1187
1187
|
case 1:
|
|
1188
1188
|
// authentication PartnerClientId required
|
|
1189
1189
|
_a.sent();
|
|
1190
1190
|
// authentication PartnerSignature required
|
|
1191
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1191
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1192
1192
|
// authentication PartnerTimestamp required
|
|
1193
1193
|
];
|
|
1194
1194
|
case 2:
|
|
1195
1195
|
// authentication PartnerSignature required
|
|
1196
1196
|
_a.sent();
|
|
1197
1197
|
// authentication PartnerTimestamp required
|
|
1198
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1198
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1199
1199
|
case 3:
|
|
1200
1200
|
// authentication PartnerTimestamp required
|
|
1201
1201
|
_a.sent();
|
|
@@ -1242,21 +1242,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1242
1242
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1243
1243
|
localVarQueryParameter = {};
|
|
1244
1244
|
// authentication PartnerClientId required
|
|
1245
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1245
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1246
1246
|
// authentication PartnerSignature required
|
|
1247
1247
|
];
|
|
1248
1248
|
case 1:
|
|
1249
1249
|
// authentication PartnerClientId required
|
|
1250
1250
|
_a.sent();
|
|
1251
1251
|
// authentication PartnerSignature required
|
|
1252
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1252
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1253
1253
|
// authentication PartnerTimestamp required
|
|
1254
1254
|
];
|
|
1255
1255
|
case 2:
|
|
1256
1256
|
// authentication PartnerSignature required
|
|
1257
1257
|
_a.sent();
|
|
1258
1258
|
// authentication PartnerTimestamp required
|
|
1259
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1259
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1260
1260
|
case 3:
|
|
1261
1261
|
// authentication PartnerTimestamp required
|
|
1262
1262
|
_a.sent();
|
|
@@ -1303,21 +1303,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1303
1303
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1304
1304
|
localVarQueryParameter = {};
|
|
1305
1305
|
// authentication PartnerClientId required
|
|
1306
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1306
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1307
1307
|
// authentication PartnerSignature required
|
|
1308
1308
|
];
|
|
1309
1309
|
case 1:
|
|
1310
1310
|
// authentication PartnerClientId required
|
|
1311
1311
|
_a.sent();
|
|
1312
1312
|
// authentication PartnerSignature required
|
|
1313
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1313
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1314
1314
|
// authentication PartnerTimestamp required
|
|
1315
1315
|
];
|
|
1316
1316
|
case 2:
|
|
1317
1317
|
// authentication PartnerSignature required
|
|
1318
1318
|
_a.sent();
|
|
1319
1319
|
// authentication PartnerTimestamp required
|
|
1320
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1320
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1321
1321
|
case 3:
|
|
1322
1322
|
// authentication PartnerTimestamp required
|
|
1323
1323
|
_a.sent();
|
|
@@ -1364,21 +1364,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1364
1364
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1365
1365
|
localVarQueryParameter = {};
|
|
1366
1366
|
// authentication PartnerClientId required
|
|
1367
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1367
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1368
1368
|
// authentication PartnerSignature required
|
|
1369
1369
|
];
|
|
1370
1370
|
case 1:
|
|
1371
1371
|
// authentication PartnerClientId required
|
|
1372
1372
|
_a.sent();
|
|
1373
1373
|
// authentication PartnerSignature required
|
|
1374
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1374
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1375
1375
|
// authentication PartnerTimestamp required
|
|
1376
1376
|
];
|
|
1377
1377
|
case 2:
|
|
1378
1378
|
// authentication PartnerSignature required
|
|
1379
1379
|
_a.sent();
|
|
1380
1380
|
// authentication PartnerTimestamp required
|
|
1381
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1381
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1382
1382
|
case 3:
|
|
1383
1383
|
// authentication PartnerTimestamp required
|
|
1384
1384
|
_a.sent();
|
|
@@ -1427,21 +1427,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1427
1427
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1428
1428
|
localVarQueryParameter = {};
|
|
1429
1429
|
// authentication PartnerClientId required
|
|
1430
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1430
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1431
1431
|
// authentication PartnerSignature required
|
|
1432
1432
|
];
|
|
1433
1433
|
case 1:
|
|
1434
1434
|
// authentication PartnerClientId required
|
|
1435
1435
|
_a.sent();
|
|
1436
1436
|
// authentication PartnerSignature required
|
|
1437
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1437
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1438
1438
|
// authentication PartnerTimestamp required
|
|
1439
1439
|
];
|
|
1440
1440
|
case 2:
|
|
1441
1441
|
// authentication PartnerSignature required
|
|
1442
1442
|
_a.sent();
|
|
1443
1443
|
// authentication PartnerTimestamp required
|
|
1444
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1444
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1445
1445
|
case 3:
|
|
1446
1446
|
// authentication PartnerTimestamp required
|
|
1447
1447
|
_a.sent();
|
|
@@ -1490,21 +1490,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1490
1490
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1491
1491
|
localVarQueryParameter = {};
|
|
1492
1492
|
// authentication PartnerClientId required
|
|
1493
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1493
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1494
1494
|
// authentication PartnerSignature required
|
|
1495
1495
|
];
|
|
1496
1496
|
case 1:
|
|
1497
1497
|
// authentication PartnerClientId required
|
|
1498
1498
|
_a.sent();
|
|
1499
1499
|
// authentication PartnerSignature required
|
|
1500
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1500
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1501
1501
|
// authentication PartnerTimestamp required
|
|
1502
1502
|
];
|
|
1503
1503
|
case 2:
|
|
1504
1504
|
// authentication PartnerSignature required
|
|
1505
1505
|
_a.sent();
|
|
1506
1506
|
// authentication PartnerTimestamp required
|
|
1507
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1507
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1508
1508
|
case 3:
|
|
1509
1509
|
// authentication PartnerTimestamp required
|
|
1510
1510
|
_a.sent();
|
|
@@ -1551,21 +1551,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1551
1551
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1552
1552
|
localVarQueryParameter = {};
|
|
1553
1553
|
// authentication PartnerClientId required
|
|
1554
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1554
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1555
1555
|
// authentication PartnerSignature required
|
|
1556
1556
|
];
|
|
1557
1557
|
case 1:
|
|
1558
1558
|
// authentication PartnerClientId required
|
|
1559
1559
|
_a.sent();
|
|
1560
1560
|
// authentication PartnerSignature required
|
|
1561
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1561
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1562
1562
|
// authentication PartnerTimestamp required
|
|
1563
1563
|
];
|
|
1564
1564
|
case 2:
|
|
1565
1565
|
// authentication PartnerSignature required
|
|
1566
1566
|
_a.sent();
|
|
1567
1567
|
// authentication PartnerTimestamp required
|
|
1568
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1568
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1569
1569
|
case 3:
|
|
1570
1570
|
// authentication PartnerTimestamp required
|
|
1571
1571
|
_a.sent();
|
|
@@ -1608,21 +1608,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1608
1608
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1609
1609
|
localVarQueryParameter = {};
|
|
1610
1610
|
// authentication PartnerClientId required
|
|
1611
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1611
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1612
1612
|
// authentication PartnerSignature required
|
|
1613
1613
|
];
|
|
1614
1614
|
case 1:
|
|
1615
1615
|
// authentication PartnerClientId required
|
|
1616
1616
|
_a.sent();
|
|
1617
1617
|
// authentication PartnerSignature required
|
|
1618
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1618
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1619
1619
|
// authentication PartnerTimestamp required
|
|
1620
1620
|
];
|
|
1621
1621
|
case 2:
|
|
1622
1622
|
// authentication PartnerSignature required
|
|
1623
1623
|
_a.sent();
|
|
1624
1624
|
// authentication PartnerTimestamp required
|
|
1625
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1625
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1626
1626
|
case 3:
|
|
1627
1627
|
// authentication PartnerTimestamp required
|
|
1628
1628
|
_a.sent();
|
|
@@ -1669,21 +1669,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1669
1669
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1670
1670
|
localVarQueryParameter = {};
|
|
1671
1671
|
// authentication PartnerClientId required
|
|
1672
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1672
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1673
1673
|
// authentication PartnerSignature required
|
|
1674
1674
|
];
|
|
1675
1675
|
case 1:
|
|
1676
1676
|
// authentication PartnerClientId required
|
|
1677
1677
|
_a.sent();
|
|
1678
1678
|
// authentication PartnerSignature required
|
|
1679
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1679
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1680
1680
|
// authentication PartnerTimestamp required
|
|
1681
1681
|
];
|
|
1682
1682
|
case 2:
|
|
1683
1683
|
// authentication PartnerSignature required
|
|
1684
1684
|
_a.sent();
|
|
1685
1685
|
// authentication PartnerTimestamp required
|
|
1686
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1686
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1687
1687
|
case 3:
|
|
1688
1688
|
// authentication PartnerTimestamp required
|
|
1689
1689
|
_a.sent();
|
|
@@ -1733,21 +1733,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1733
1733
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1734
1734
|
localVarQueryParameter = {};
|
|
1735
1735
|
// authentication PartnerClientId required
|
|
1736
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1736
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1737
1737
|
// authentication PartnerSignature required
|
|
1738
1738
|
];
|
|
1739
1739
|
case 1:
|
|
1740
1740
|
// authentication PartnerClientId required
|
|
1741
1741
|
_a.sent();
|
|
1742
1742
|
// authentication PartnerSignature required
|
|
1743
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1743
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1744
1744
|
// authentication PartnerTimestamp required
|
|
1745
1745
|
];
|
|
1746
1746
|
case 2:
|
|
1747
1747
|
// authentication PartnerSignature required
|
|
1748
1748
|
_a.sent();
|
|
1749
1749
|
// authentication PartnerTimestamp required
|
|
1750
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1750
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1751
1751
|
case 3:
|
|
1752
1752
|
// authentication PartnerTimestamp required
|
|
1753
1753
|
_a.sent();
|
|
@@ -1799,21 +1799,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1799
1799
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1800
1800
|
localVarQueryParameter = {};
|
|
1801
1801
|
// authentication PartnerClientId required
|
|
1802
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1802
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1803
1803
|
// authentication PartnerSignature required
|
|
1804
1804
|
];
|
|
1805
1805
|
case 1:
|
|
1806
1806
|
// authentication PartnerClientId required
|
|
1807
1807
|
_a.sent();
|
|
1808
1808
|
// authentication PartnerSignature required
|
|
1809
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1809
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1810
1810
|
// authentication PartnerTimestamp required
|
|
1811
1811
|
];
|
|
1812
1812
|
case 2:
|
|
1813
1813
|
// authentication PartnerSignature required
|
|
1814
1814
|
_a.sent();
|
|
1815
1815
|
// authentication PartnerTimestamp required
|
|
1816
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1816
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1817
1817
|
case 3:
|
|
1818
1818
|
// authentication PartnerTimestamp required
|
|
1819
1819
|
_a.sent();
|
|
@@ -1863,21 +1863,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1863
1863
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1864
1864
|
localVarQueryParameter = {};
|
|
1865
1865
|
// authentication PartnerClientId required
|
|
1866
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1866
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1867
1867
|
// authentication PartnerSignature required
|
|
1868
1868
|
];
|
|
1869
1869
|
case 1:
|
|
1870
1870
|
// authentication PartnerClientId required
|
|
1871
1871
|
_a.sent();
|
|
1872
1872
|
// authentication PartnerSignature required
|
|
1873
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1873
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1874
1874
|
// authentication PartnerTimestamp required
|
|
1875
1875
|
];
|
|
1876
1876
|
case 2:
|
|
1877
1877
|
// authentication PartnerSignature required
|
|
1878
1878
|
_a.sent();
|
|
1879
1879
|
// authentication PartnerTimestamp required
|
|
1880
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1880
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1881
1881
|
case 3:
|
|
1882
1882
|
// authentication PartnerTimestamp required
|
|
1883
1883
|
_a.sent();
|
|
@@ -1927,21 +1927,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1927
1927
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1928
1928
|
localVarQueryParameter = {};
|
|
1929
1929
|
// authentication PartnerClientId required
|
|
1930
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1930
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1931
1931
|
// authentication PartnerSignature required
|
|
1932
1932
|
];
|
|
1933
1933
|
case 1:
|
|
1934
1934
|
// authentication PartnerClientId required
|
|
1935
1935
|
_a.sent();
|
|
1936
1936
|
// authentication PartnerSignature required
|
|
1937
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
1937
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
1938
1938
|
// authentication PartnerTimestamp required
|
|
1939
1939
|
];
|
|
1940
1940
|
case 2:
|
|
1941
1941
|
// authentication PartnerSignature required
|
|
1942
1942
|
_a.sent();
|
|
1943
1943
|
// authentication PartnerTimestamp required
|
|
1944
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
1944
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
1945
1945
|
case 3:
|
|
1946
1946
|
// authentication PartnerTimestamp required
|
|
1947
1947
|
_a.sent();
|
|
@@ -1993,21 +1993,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
1993
1993
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
1994
1994
|
localVarQueryParameter = {};
|
|
1995
1995
|
// authentication PartnerClientId required
|
|
1996
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
1996
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
1997
1997
|
// authentication PartnerSignature required
|
|
1998
1998
|
];
|
|
1999
1999
|
case 1:
|
|
2000
2000
|
// authentication PartnerClientId required
|
|
2001
2001
|
_a.sent();
|
|
2002
2002
|
// authentication PartnerSignature required
|
|
2003
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
2003
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
2004
2004
|
// authentication PartnerTimestamp required
|
|
2005
2005
|
];
|
|
2006
2006
|
case 2:
|
|
2007
2007
|
// authentication PartnerSignature required
|
|
2008
2008
|
_a.sent();
|
|
2009
2009
|
// authentication PartnerTimestamp required
|
|
2010
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
2010
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
2011
2011
|
case 3:
|
|
2012
2012
|
// authentication PartnerTimestamp required
|
|
2013
2013
|
_a.sent();
|
|
@@ -2056,21 +2056,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
2056
2056
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
2057
2057
|
localVarQueryParameter = {};
|
|
2058
2058
|
// authentication PartnerClientId required
|
|
2059
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
2059
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
2060
2060
|
// authentication PartnerSignature required
|
|
2061
2061
|
];
|
|
2062
2062
|
case 1:
|
|
2063
2063
|
// authentication PartnerClientId required
|
|
2064
2064
|
_a.sent();
|
|
2065
2065
|
// authentication PartnerSignature required
|
|
2066
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
2066
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
2067
2067
|
// authentication PartnerTimestamp required
|
|
2068
2068
|
];
|
|
2069
2069
|
case 2:
|
|
2070
2070
|
// authentication PartnerSignature required
|
|
2071
2071
|
_a.sent();
|
|
2072
2072
|
// authentication PartnerTimestamp required
|
|
2073
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
2073
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
2074
2074
|
case 3:
|
|
2075
2075
|
// authentication PartnerTimestamp required
|
|
2076
2076
|
_a.sent();
|
|
@@ -2124,21 +2124,21 @@ var PortfolioManagementApiAxiosParamCreator = function (configuration) {
|
|
|
2124
2124
|
localVarHeaderParameter = configuration ? { "User-Agent": configuration.userAgent } : {};
|
|
2125
2125
|
localVarQueryParameter = {};
|
|
2126
2126
|
// authentication PartnerClientId required
|
|
2127
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "clientId", configuration)
|
|
2127
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "clientId", configuration: configuration })
|
|
2128
2128
|
// authentication PartnerSignature required
|
|
2129
2129
|
];
|
|
2130
2130
|
case 1:
|
|
2131
2131
|
// authentication PartnerClientId required
|
|
2132
2132
|
_a.sent();
|
|
2133
2133
|
// authentication PartnerSignature required
|
|
2134
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Signature", configuration)
|
|
2134
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarHeaderParameter, keyParamName: "Signature", configuration: configuration })
|
|
2135
2135
|
// authentication PartnerTimestamp required
|
|
2136
2136
|
];
|
|
2137
2137
|
case 2:
|
|
2138
2138
|
// authentication PartnerSignature required
|
|
2139
2139
|
_a.sent();
|
|
2140
2140
|
// authentication PartnerTimestamp required
|
|
2141
|
-
return [4 /*yield*/, (0, common_1.setApiKeyToObject)(localVarQueryParameter, "timestamp", configuration)];
|
|
2141
|
+
return [4 /*yield*/, (0, common_1.setApiKeyToObject)({ object: localVarQueryParameter, keyParamName: "timestamp", configuration: configuration })];
|
|
2142
2142
|
case 3:
|
|
2143
2143
|
// authentication PartnerTimestamp required
|
|
2144
2144
|
_a.sent();
|