@triveria/wallet 0.0.267 → 0.0.269
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/api.js +65 -0
- package/package.json +1 -1
package/api.js
CHANGED
|
@@ -206,6 +206,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
206
206
|
// http bearer authentication required
|
|
207
207
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
208
208
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
209
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
209
210
|
if (walletId != null) {
|
|
210
211
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
211
212
|
}
|
|
@@ -244,6 +245,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
244
245
|
// authentication accessToken required
|
|
245
246
|
// http bearer authentication required
|
|
246
247
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
248
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
247
249
|
if (walletId != null) {
|
|
248
250
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
249
251
|
}
|
|
@@ -279,6 +281,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
279
281
|
// http bearer authentication required
|
|
280
282
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
281
283
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
284
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
282
285
|
if (walletId != null) {
|
|
283
286
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
284
287
|
}
|
|
@@ -319,6 +322,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
319
322
|
// http bearer authentication required
|
|
320
323
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
321
324
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
325
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
322
326
|
if (walletId != null) {
|
|
323
327
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
324
328
|
}
|
|
@@ -385,6 +389,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
385
389
|
if (filter !== undefined) {
|
|
386
390
|
localVarQueryParameter['filter'] = filter;
|
|
387
391
|
}
|
|
392
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
388
393
|
if (walletId != null) {
|
|
389
394
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
390
395
|
}
|
|
@@ -424,6 +429,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
424
429
|
// http bearer authentication required
|
|
425
430
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
426
431
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
432
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
427
433
|
if (walletId != null) {
|
|
428
434
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
429
435
|
}
|
|
@@ -464,6 +470,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
464
470
|
// http bearer authentication required
|
|
465
471
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
466
472
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
473
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
467
474
|
if (walletId != null) {
|
|
468
475
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
469
476
|
}
|
|
@@ -500,6 +507,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
500
507
|
// http bearer authentication required
|
|
501
508
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
502
509
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
510
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
503
511
|
if (walletId != null) {
|
|
504
512
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
505
513
|
}
|
|
@@ -538,6 +546,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
538
546
|
// authentication accessToken required
|
|
539
547
|
// http bearer authentication required
|
|
540
548
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
549
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
541
550
|
if (walletId != null) {
|
|
542
551
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
543
552
|
}
|
|
@@ -575,6 +584,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
575
584
|
// authentication accessToken required
|
|
576
585
|
// http bearer authentication required
|
|
577
586
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
587
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
578
588
|
if (walletId != null) {
|
|
579
589
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
580
590
|
}
|
|
@@ -606,6 +616,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
606
616
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
607
617
|
const localVarHeaderParameter = {};
|
|
608
618
|
const localVarQueryParameter = {};
|
|
619
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
609
620
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
610
621
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
611
622
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -630,6 +641,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
630
641
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
631
642
|
const localVarHeaderParameter = {};
|
|
632
643
|
const localVarQueryParameter = {};
|
|
644
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
633
645
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
634
646
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
635
647
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -662,6 +674,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
662
674
|
// http bearer authentication required
|
|
663
675
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
664
676
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
677
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
665
678
|
if (walletId != null) {
|
|
666
679
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
667
680
|
}
|
|
@@ -702,6 +715,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
702
715
|
// http bearer authentication required
|
|
703
716
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
704
717
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
718
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
705
719
|
if (walletId != null) {
|
|
706
720
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
707
721
|
}
|
|
@@ -738,6 +752,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
738
752
|
// http bearer authentication required
|
|
739
753
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
740
754
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
755
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
741
756
|
if (walletId != null) {
|
|
742
757
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
743
758
|
}
|
|
@@ -774,6 +789,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
774
789
|
// http bearer authentication required
|
|
775
790
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
776
791
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
792
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
777
793
|
if (walletId != null) {
|
|
778
794
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
779
795
|
}
|
|
@@ -812,6 +828,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
812
828
|
// authentication accessToken required
|
|
813
829
|
// http bearer authentication required
|
|
814
830
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
831
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
815
832
|
if (walletId != null) {
|
|
816
833
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
817
834
|
}
|
|
@@ -849,6 +866,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
849
866
|
// authentication accessToken required
|
|
850
867
|
// http bearer authentication required
|
|
851
868
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
869
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
852
870
|
if (walletId != null) {
|
|
853
871
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
854
872
|
}
|
|
@@ -882,6 +900,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
882
900
|
// authentication accessToken required
|
|
883
901
|
// http bearer authentication required
|
|
884
902
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
903
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
885
904
|
if (walletId != null) {
|
|
886
905
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
887
906
|
}
|
|
@@ -917,6 +936,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
917
936
|
// http bearer authentication required
|
|
918
937
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
919
938
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
939
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
920
940
|
if (walletId != null) {
|
|
921
941
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
922
942
|
}
|
|
@@ -957,6 +977,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
957
977
|
// http bearer authentication required
|
|
958
978
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
959
979
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
980
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
960
981
|
if (walletId != null) {
|
|
961
982
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
962
983
|
}
|
|
@@ -993,6 +1014,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
993
1014
|
// http bearer authentication required
|
|
994
1015
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
995
1016
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1017
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
996
1018
|
if (walletId != null) {
|
|
997
1019
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
998
1020
|
}
|
|
@@ -1027,6 +1049,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1027
1049
|
// authentication accessToken required
|
|
1028
1050
|
// http bearer authentication required
|
|
1029
1051
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1052
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1030
1053
|
if (walletId != null) {
|
|
1031
1054
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1032
1055
|
}
|
|
@@ -1063,6 +1086,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1063
1086
|
if (url !== undefined) {
|
|
1064
1087
|
localVarQueryParameter['url'] = url;
|
|
1065
1088
|
}
|
|
1089
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1066
1090
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1067
1091
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1068
1092
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1095,6 +1119,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1095
1119
|
// http bearer authentication required
|
|
1096
1120
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1097
1121
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1122
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1098
1123
|
if (walletId != null) {
|
|
1099
1124
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1100
1125
|
}
|
|
@@ -1131,6 +1156,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1131
1156
|
// http bearer authentication required
|
|
1132
1157
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1133
1158
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1159
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1134
1160
|
if (walletId != null) {
|
|
1135
1161
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1136
1162
|
}
|
|
@@ -1177,6 +1203,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1177
1203
|
localVarFormParams.append('xadesSignatureType', xadesSignatureType);
|
|
1178
1204
|
}
|
|
1179
1205
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
1206
|
+
localVarHeaderParameter['Accept'] = 'application/xml,application/json';
|
|
1180
1207
|
if (walletId != null) {
|
|
1181
1208
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1182
1209
|
}
|
|
@@ -1221,6 +1248,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1221
1248
|
if (signPdf !== undefined) {
|
|
1222
1249
|
localVarQueryParameter['sign_pdf'] = signPdf;
|
|
1223
1250
|
}
|
|
1251
|
+
localVarHeaderParameter['Accept'] = 'application/pdf,application/json';
|
|
1224
1252
|
if (walletId != null) {
|
|
1225
1253
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1226
1254
|
}
|
|
@@ -1258,6 +1286,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1258
1286
|
// authentication accessToken required
|
|
1259
1287
|
// http bearer authentication required
|
|
1260
1288
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1289
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1261
1290
|
if (walletId != null) {
|
|
1262
1291
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1263
1292
|
}
|
|
@@ -1295,6 +1324,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1295
1324
|
// authentication accessToken required
|
|
1296
1325
|
// http bearer authentication required
|
|
1297
1326
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1327
|
+
localVarHeaderParameter['Accept'] = 'application/pdf,application/json';
|
|
1298
1328
|
if (walletId != null) {
|
|
1299
1329
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1300
1330
|
}
|
|
@@ -1338,6 +1368,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1338
1368
|
localVarFormParams.append('pdf', pdf);
|
|
1339
1369
|
}
|
|
1340
1370
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
1371
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1341
1372
|
if (walletId != null) {
|
|
1342
1373
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1343
1374
|
}
|
|
@@ -1375,6 +1406,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1375
1406
|
// http bearer authentication required
|
|
1376
1407
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1377
1408
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1409
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1378
1410
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1379
1411
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1380
1412
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1409,6 +1441,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1409
1441
|
// http bearer authentication required
|
|
1410
1442
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1411
1443
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1444
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1412
1445
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1413
1446
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1414
1447
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1441,6 +1474,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1441
1474
|
// authentication accessToken required
|
|
1442
1475
|
// http bearer authentication required
|
|
1443
1476
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1477
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1444
1478
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1445
1479
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1446
1480
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1474,6 +1508,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1474
1508
|
// http bearer authentication required
|
|
1475
1509
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1476
1510
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1511
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1477
1512
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1478
1513
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1479
1514
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1508,6 +1543,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1508
1543
|
// http bearer authentication required
|
|
1509
1544
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1510
1545
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1546
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1511
1547
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1512
1548
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1513
1549
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1542,6 +1578,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1542
1578
|
// http bearer authentication required
|
|
1543
1579
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1544
1580
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1581
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1545
1582
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1546
1583
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1547
1584
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1575,6 +1612,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1575
1612
|
// http bearer authentication required
|
|
1576
1613
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1577
1614
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1615
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1578
1616
|
if (walletId != null) {
|
|
1579
1617
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1580
1618
|
}
|
|
@@ -1615,6 +1653,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1615
1653
|
if (did !== undefined) {
|
|
1616
1654
|
localVarQueryParameter['did'] = did;
|
|
1617
1655
|
}
|
|
1656
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1618
1657
|
if (walletId != null) {
|
|
1619
1658
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1620
1659
|
}
|
|
@@ -1672,6 +1711,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1672
1711
|
localVarFormParams.append('trustedListSigningCertificates', trustedListSigningCertificates.join(base_1.COLLECTION_FORMATS.csv));
|
|
1673
1712
|
}
|
|
1674
1713
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
1714
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1675
1715
|
if (walletId != null) {
|
|
1676
1716
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1677
1717
|
}
|
|
@@ -1705,6 +1745,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1705
1745
|
// http bearer authentication required
|
|
1706
1746
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1707
1747
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1748
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1708
1749
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1709
1750
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1710
1751
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1737,6 +1778,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1737
1778
|
// authentication accessToken required
|
|
1738
1779
|
// http bearer authentication required
|
|
1739
1780
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1781
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1740
1782
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1741
1783
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1742
1784
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1768,6 +1810,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1768
1810
|
// authentication accessToken required
|
|
1769
1811
|
// http bearer authentication required
|
|
1770
1812
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1813
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1771
1814
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1772
1815
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1773
1816
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1798,6 +1841,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1798
1841
|
// authentication accessToken required
|
|
1799
1842
|
// http bearer authentication required
|
|
1800
1843
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1844
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1801
1845
|
if (walletId != null) {
|
|
1802
1846
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1803
1847
|
}
|
|
@@ -1833,6 +1877,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1833
1877
|
// http bearer authentication required
|
|
1834
1878
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1835
1879
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1880
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1836
1881
|
if (walletId != null) {
|
|
1837
1882
|
localVarHeaderParameter['wallet-id'] = String(walletId);
|
|
1838
1883
|
}
|
|
@@ -1868,6 +1913,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1868
1913
|
// authentication accessToken required
|
|
1869
1914
|
// http bearer authentication required
|
|
1870
1915
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1916
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1871
1917
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1872
1918
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1873
1919
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1903,6 +1949,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1903
1949
|
if (searchName !== undefined) {
|
|
1904
1950
|
localVarQueryParameter['searchName'] = searchName;
|
|
1905
1951
|
}
|
|
1952
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1906
1953
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1907
1954
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1908
1955
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1942,6 +1989,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1942
1989
|
// authentication accessToken required
|
|
1943
1990
|
// http bearer authentication required
|
|
1944
1991
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1992
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1945
1993
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1946
1994
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1947
1995
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1989,6 +2037,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
1989
2037
|
if (sort !== undefined) {
|
|
1990
2038
|
localVarQueryParameter['sort'] = sort;
|
|
1991
2039
|
}
|
|
2040
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
1992
2041
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1993
2042
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1994
2043
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2020,6 +2069,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2020
2069
|
// authentication accessToken required
|
|
2021
2070
|
// http bearer authentication required
|
|
2022
2071
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2072
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2023
2073
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2024
2074
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2025
2075
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2053,6 +2103,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2053
2103
|
// http bearer authentication required
|
|
2054
2104
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2055
2105
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2106
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2056
2107
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2057
2108
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2058
2109
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2089,6 +2140,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2089
2140
|
// authentication accessToken required
|
|
2090
2141
|
// http bearer authentication required
|
|
2091
2142
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2143
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2092
2144
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2093
2145
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2094
2146
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2124,6 +2176,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2124
2176
|
// authentication accessToken required
|
|
2125
2177
|
// http bearer authentication required
|
|
2126
2178
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2179
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2127
2180
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2128
2181
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2129
2182
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2157,6 +2210,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2157
2210
|
// http bearer authentication required
|
|
2158
2211
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2159
2212
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2213
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2160
2214
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2161
2215
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2162
2216
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2186,6 +2240,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2186
2240
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2187
2241
|
const localVarHeaderParameter = {};
|
|
2188
2242
|
const localVarQueryParameter = {};
|
|
2243
|
+
localVarHeaderParameter['Accept'] = 'application/x-pem-file';
|
|
2189
2244
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2190
2245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2191
2246
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2219,6 +2274,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2219
2274
|
// http bearer authentication required
|
|
2220
2275
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2221
2276
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2277
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2222
2278
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2223
2279
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2224
2280
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2252,6 +2308,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2252
2308
|
// http bearer authentication required
|
|
2253
2309
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2254
2310
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2311
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2255
2312
|
if (walletId != null) {
|
|
2256
2313
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2257
2314
|
}
|
|
@@ -2286,6 +2343,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2286
2343
|
// authentication accessToken required
|
|
2287
2344
|
// http bearer authentication required
|
|
2288
2345
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2346
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2289
2347
|
if (walletId != null) {
|
|
2290
2348
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2291
2349
|
}
|
|
@@ -2323,6 +2381,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2323
2381
|
// authentication accessToken required
|
|
2324
2382
|
// http bearer authentication required
|
|
2325
2383
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2384
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2326
2385
|
if (walletId != null) {
|
|
2327
2386
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2328
2387
|
}
|
|
@@ -2356,6 +2415,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2356
2415
|
// authentication accessToken required
|
|
2357
2416
|
// http bearer authentication required
|
|
2358
2417
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2418
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2359
2419
|
if (walletId != null) {
|
|
2360
2420
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2361
2421
|
}
|
|
@@ -2393,6 +2453,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2393
2453
|
// authentication accessToken required
|
|
2394
2454
|
// http bearer authentication required
|
|
2395
2455
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2456
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2396
2457
|
if (walletId != null) {
|
|
2397
2458
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2398
2459
|
}
|
|
@@ -2430,6 +2491,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2430
2491
|
// authentication accessToken required
|
|
2431
2492
|
// http bearer authentication required
|
|
2432
2493
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2494
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2433
2495
|
if (walletId != null) {
|
|
2434
2496
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2435
2497
|
}
|
|
@@ -2467,6 +2529,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2467
2529
|
// authentication accessToken required
|
|
2468
2530
|
// http bearer authentication required
|
|
2469
2531
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2532
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2470
2533
|
if (walletId != null) {
|
|
2471
2534
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2472
2535
|
}
|
|
@@ -2506,6 +2569,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2506
2569
|
if (entityType !== undefined) {
|
|
2507
2570
|
localVarQueryParameter['entityType'] = entityType;
|
|
2508
2571
|
}
|
|
2572
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2509
2573
|
if (walletId != null) {
|
|
2510
2574
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2511
2575
|
}
|
|
@@ -2543,6 +2607,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
2543
2607
|
// authentication accessToken required
|
|
2544
2608
|
// http bearer authentication required
|
|
2545
2609
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2610
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
2546
2611
|
if (walletId != null) {
|
|
2547
2612
|
localVarHeaderParameter['walletId'] = String(walletId);
|
|
2548
2613
|
}
|