flexinet-api 0.0.471-prerelease0 → 0.0.490-prerelease0
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/README.md +2 -2
- package/api.ts +216 -52
- package/dist/api.d.ts +65 -0
- package/dist/api.js +162 -52
- package/dist/esm/api.d.ts +65 -0
- package/dist/esm/api.js +162 -52
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -340,7 +340,7 @@ const AuditApiAxiosParamCreator = function (configuration) {
|
|
|
340
340
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
341
341
|
const localVarHeaderParameter = {};
|
|
342
342
|
const localVarQueryParameter = {};
|
|
343
|
-
// authentication
|
|
343
|
+
// authentication systemJWT required
|
|
344
344
|
// http bearer authentication required
|
|
345
345
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
346
346
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -373,7 +373,7 @@ const AuditApiAxiosParamCreator = function (configuration) {
|
|
|
373
373
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
374
374
|
const localVarHeaderParameter = {};
|
|
375
375
|
const localVarQueryParameter = {};
|
|
376
|
-
// authentication
|
|
376
|
+
// authentication systemJWT required
|
|
377
377
|
// http bearer authentication required
|
|
378
378
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
379
379
|
if (nextToken !== undefined) {
|
|
@@ -522,7 +522,7 @@ const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
522
522
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
523
523
|
const localVarHeaderParameter = {};
|
|
524
524
|
const localVarQueryParameter = {};
|
|
525
|
-
// authentication
|
|
525
|
+
// authentication systemJWT required
|
|
526
526
|
// http bearer authentication required
|
|
527
527
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
528
528
|
if (beneficiaryValues) {
|
|
@@ -556,7 +556,7 @@ const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
556
556
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
557
557
|
const localVarHeaderParameter = {};
|
|
558
558
|
const localVarQueryParameter = {};
|
|
559
|
-
// authentication
|
|
559
|
+
// authentication customerJWT required
|
|
560
560
|
// http bearer authentication required
|
|
561
561
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
562
562
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -589,7 +589,7 @@ const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
589
589
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
590
590
|
const localVarHeaderParameter = {};
|
|
591
591
|
const localVarQueryParameter = {};
|
|
592
|
-
// authentication
|
|
592
|
+
// authentication systemJWT required
|
|
593
593
|
// http bearer authentication required
|
|
594
594
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
595
595
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -624,6 +624,9 @@ const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
624
624
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
625
625
|
const localVarHeaderParameter = {};
|
|
626
626
|
const localVarQueryParameter = {};
|
|
627
|
+
// authentication systemJWT required
|
|
628
|
+
// http bearer authentication required
|
|
629
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
627
630
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
628
631
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
629
632
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -831,7 +834,10 @@ const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
831
834
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
832
835
|
const localVarHeaderParameter = {};
|
|
833
836
|
const localVarQueryParameter = {};
|
|
834
|
-
// authentication
|
|
837
|
+
// authentication systemJWT required
|
|
838
|
+
// http bearer authentication required
|
|
839
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
840
|
+
// authentication customerJWT required
|
|
835
841
|
// http bearer authentication required
|
|
836
842
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
837
843
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -931,9 +937,11 @@ const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
931
937
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
932
938
|
const localVarHeaderParameter = {};
|
|
933
939
|
const localVarQueryParameter = {};
|
|
934
|
-
// authentication
|
|
940
|
+
// authentication systemJWT required
|
|
935
941
|
// http bearer authentication required
|
|
936
942
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
943
|
+
// authentication ApiKeyAuth required
|
|
944
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
937
945
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
938
946
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
939
947
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -965,7 +973,7 @@ const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
965
973
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
966
974
|
const localVarHeaderParameter = {};
|
|
967
975
|
const localVarQueryParameter = {};
|
|
968
|
-
// authentication
|
|
976
|
+
// authentication systemJWT required
|
|
969
977
|
// http bearer authentication required
|
|
970
978
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
971
979
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -998,7 +1006,7 @@ const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
998
1006
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
999
1007
|
const localVarHeaderParameter = {};
|
|
1000
1008
|
const localVarQueryParameter = {};
|
|
1001
|
-
// authentication
|
|
1009
|
+
// authentication systemJWT required
|
|
1002
1010
|
// http bearer authentication required
|
|
1003
1011
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1004
1012
|
if (nextToken !== undefined) {
|
|
@@ -1196,7 +1204,7 @@ const ConfigurationApiAxiosParamCreator = function (configuration) {
|
|
|
1196
1204
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1197
1205
|
const localVarHeaderParameter = {};
|
|
1198
1206
|
const localVarQueryParameter = {};
|
|
1199
|
-
// authentication
|
|
1207
|
+
// authentication systemJWT required
|
|
1200
1208
|
// http bearer authentication required
|
|
1201
1209
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1202
1210
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -1228,7 +1236,7 @@ const ConfigurationApiAxiosParamCreator = function (configuration) {
|
|
|
1228
1236
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1229
1237
|
const localVarHeaderParameter = {};
|
|
1230
1238
|
const localVarQueryParameter = {};
|
|
1231
|
-
// authentication
|
|
1239
|
+
// authentication systemJWT required
|
|
1232
1240
|
// http bearer authentication required
|
|
1233
1241
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1234
1242
|
if (nextToken !== undefined) {
|
|
@@ -1374,6 +1382,9 @@ const CustomDealsApiAxiosParamCreator = function (configuration) {
|
|
|
1374
1382
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
1375
1383
|
const localVarHeaderParameter = {};
|
|
1376
1384
|
const localVarQueryParameter = {};
|
|
1385
|
+
// authentication systemJWT required
|
|
1386
|
+
// http bearer authentication required
|
|
1387
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1377
1388
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1378
1389
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1379
1390
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1401,6 +1412,9 @@ const CustomDealsApiAxiosParamCreator = function (configuration) {
|
|
|
1401
1412
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1402
1413
|
const localVarHeaderParameter = {};
|
|
1403
1414
|
const localVarQueryParameter = {};
|
|
1415
|
+
// authentication systemJWT required
|
|
1416
|
+
// http bearer authentication required
|
|
1417
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1404
1418
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1405
1419
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1406
1420
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1633,7 +1647,7 @@ const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1633
1647
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1634
1648
|
const localVarHeaderParameter = {};
|
|
1635
1649
|
const localVarQueryParameter = {};
|
|
1636
|
-
// authentication
|
|
1650
|
+
// authentication systemJWT required
|
|
1637
1651
|
// http bearer authentication required
|
|
1638
1652
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1639
1653
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1661,7 +1675,7 @@ const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1661
1675
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1662
1676
|
const localVarHeaderParameter = {};
|
|
1663
1677
|
const localVarQueryParameter = {};
|
|
1664
|
-
// authentication
|
|
1678
|
+
// authentication systemJWT required
|
|
1665
1679
|
// http bearer authentication required
|
|
1666
1680
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1667
1681
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1692,7 +1706,7 @@ const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1692
1706
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
1693
1707
|
const localVarHeaderParameter = {};
|
|
1694
1708
|
const localVarQueryParameter = {};
|
|
1695
|
-
// authentication
|
|
1709
|
+
// authentication systemJWT required
|
|
1696
1710
|
// http bearer authentication required
|
|
1697
1711
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1698
1712
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -1917,6 +1931,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1917
1931
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1918
1932
|
const localVarHeaderParameter = {};
|
|
1919
1933
|
const localVarQueryParameter = {};
|
|
1934
|
+
// authentication customerJWT required
|
|
1935
|
+
// http bearer authentication required
|
|
1936
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1920
1937
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1921
1938
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1922
1939
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1948,6 +1965,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1948
1965
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1949
1966
|
const localVarHeaderParameter = {};
|
|
1950
1967
|
const localVarQueryParameter = {};
|
|
1968
|
+
// authentication customerJWT required
|
|
1969
|
+
// http bearer authentication required
|
|
1970
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1951
1971
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1952
1972
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1953
1973
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1975,6 +1995,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1975
1995
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1976
1996
|
const localVarHeaderParameter = {};
|
|
1977
1997
|
const localVarQueryParameter = {};
|
|
1998
|
+
// authentication customerJWT required
|
|
1999
|
+
// http bearer authentication required
|
|
2000
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1978
2001
|
if (nextToken !== undefined) {
|
|
1979
2002
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
1980
2003
|
}
|
|
@@ -2010,6 +2033,9 @@ const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
2010
2033
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2011
2034
|
const localVarHeaderParameter = {};
|
|
2012
2035
|
const localVarQueryParameter = {};
|
|
2036
|
+
// authentication customerJWT required
|
|
2037
|
+
// http bearer authentication required
|
|
2038
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2013
2039
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2014
2040
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2015
2041
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2213,7 +2239,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2213
2239
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2214
2240
|
const localVarHeaderParameter = {};
|
|
2215
2241
|
const localVarQueryParameter = {};
|
|
2216
|
-
// authentication
|
|
2242
|
+
// authentication customerJWT required
|
|
2217
2243
|
// http bearer authentication required
|
|
2218
2244
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2219
2245
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2247,7 +2273,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2247
2273
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2248
2274
|
const localVarHeaderParameter = {};
|
|
2249
2275
|
const localVarQueryParameter = {};
|
|
2250
|
-
// authentication
|
|
2276
|
+
// authentication customerJWT required
|
|
2251
2277
|
// http bearer authentication required
|
|
2252
2278
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2253
2279
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2283,7 +2309,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2283
2309
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2284
2310
|
const localVarHeaderParameter = {};
|
|
2285
2311
|
const localVarQueryParameter = {};
|
|
2286
|
-
// authentication
|
|
2312
|
+
// authentication systemJWT required
|
|
2287
2313
|
// http bearer authentication required
|
|
2288
2314
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2289
2315
|
if (paginationToken !== undefined) {
|
|
@@ -2345,7 +2371,7 @@ const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2345
2371
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2346
2372
|
const localVarHeaderParameter = {};
|
|
2347
2373
|
const localVarQueryParameter = {};
|
|
2348
|
-
// authentication
|
|
2374
|
+
// authentication customerJWT required
|
|
2349
2375
|
// http bearer authentication required
|
|
2350
2376
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2351
2377
|
if (paginationToken !== undefined) {
|
|
@@ -2610,7 +2636,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2610
2636
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
2611
2637
|
const localVarHeaderParameter = {};
|
|
2612
2638
|
const localVarQueryParameter = {};
|
|
2613
|
-
// authentication
|
|
2639
|
+
// authentication systemJWT required
|
|
2614
2640
|
// http bearer authentication required
|
|
2615
2641
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2616
2642
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2641,9 +2667,11 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2641
2667
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2642
2668
|
const localVarHeaderParameter = {};
|
|
2643
2669
|
const localVarQueryParameter = {};
|
|
2644
|
-
// authentication
|
|
2670
|
+
// authentication systemJWT required
|
|
2645
2671
|
// http bearer authentication required
|
|
2646
2672
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2673
|
+
// authentication ApiKeyAuth required
|
|
2674
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
2647
2675
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2648
2676
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2649
2677
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2672,7 +2700,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2672
2700
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2673
2701
|
const localVarHeaderParameter = {};
|
|
2674
2702
|
const localVarQueryParameter = {};
|
|
2675
|
-
// authentication
|
|
2703
|
+
// authentication systemJWT required
|
|
2676
2704
|
// http bearer authentication required
|
|
2677
2705
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2678
2706
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2703,7 +2731,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2703
2731
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2704
2732
|
const localVarHeaderParameter = {};
|
|
2705
2733
|
const localVarQueryParameter = {};
|
|
2706
|
-
// authentication
|
|
2734
|
+
// authentication customerJWT required
|
|
2707
2735
|
// http bearer authentication required
|
|
2708
2736
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2709
2737
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2733,7 +2761,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2733
2761
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2734
2762
|
const localVarHeaderParameter = {};
|
|
2735
2763
|
const localVarQueryParameter = {};
|
|
2736
|
-
// authentication
|
|
2764
|
+
// authentication systemJWT required
|
|
2737
2765
|
// http bearer authentication required
|
|
2738
2766
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2739
2767
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2765,7 +2793,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2765
2793
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2766
2794
|
const localVarHeaderParameter = {};
|
|
2767
2795
|
const localVarQueryParameter = {};
|
|
2768
|
-
// authentication
|
|
2796
|
+
// authentication systemJWT required
|
|
2769
2797
|
// http bearer authentication required
|
|
2770
2798
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2771
2799
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2797,7 +2825,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2797
2825
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2798
2826
|
const localVarHeaderParameter = {};
|
|
2799
2827
|
const localVarQueryParameter = {};
|
|
2800
|
-
// authentication
|
|
2828
|
+
// authentication systemJWT required
|
|
2801
2829
|
// http bearer authentication required
|
|
2802
2830
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2803
2831
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2829,7 +2857,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2829
2857
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2830
2858
|
const localVarHeaderParameter = {};
|
|
2831
2859
|
const localVarQueryParameter = {};
|
|
2832
|
-
// authentication
|
|
2860
|
+
// authentication customerJWT required
|
|
2833
2861
|
// http bearer authentication required
|
|
2834
2862
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2835
2863
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2859,7 +2887,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2859
2887
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2860
2888
|
const localVarHeaderParameter = {};
|
|
2861
2889
|
const localVarQueryParameter = {};
|
|
2862
|
-
// authentication
|
|
2890
|
+
// authentication systemJWT required
|
|
2863
2891
|
// http bearer authentication required
|
|
2864
2892
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2865
2893
|
if (status !== undefined) {
|
|
@@ -2902,7 +2930,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2902
2930
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2903
2931
|
const localVarHeaderParameter = {};
|
|
2904
2932
|
const localVarQueryParameter = {};
|
|
2905
|
-
// authentication
|
|
2933
|
+
// authentication systemJWT required
|
|
2906
2934
|
// http bearer authentication required
|
|
2907
2935
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2908
2936
|
if (kind !== undefined) {
|
|
@@ -2962,7 +2990,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2962
2990
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2963
2991
|
const localVarHeaderParameter = {};
|
|
2964
2992
|
const localVarQueryParameter = {};
|
|
2965
|
-
// authentication
|
|
2993
|
+
// authentication customerJWT required
|
|
2966
2994
|
// http bearer authentication required
|
|
2967
2995
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2968
2996
|
if (kind !== undefined) {
|
|
@@ -3010,7 +3038,7 @@ const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
3010
3038
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
3011
3039
|
const localVarHeaderParameter = {};
|
|
3012
3040
|
const localVarQueryParameter = {};
|
|
3013
|
-
// authentication
|
|
3041
|
+
// authentication systemJWT required
|
|
3014
3042
|
// http bearer authentication required
|
|
3015
3043
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3016
3044
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3536,7 +3564,7 @@ const ProgressApiAxiosParamCreator = function (configuration) {
|
|
|
3536
3564
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3537
3565
|
const localVarHeaderParameter = {};
|
|
3538
3566
|
const localVarQueryParameter = {};
|
|
3539
|
-
// authentication
|
|
3567
|
+
// authentication systemJWT required
|
|
3540
3568
|
// http bearer authentication required
|
|
3541
3569
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3542
3570
|
if (promotionIDs) {
|
|
@@ -3587,7 +3615,7 @@ const ProgressApiAxiosParamCreator = function (configuration) {
|
|
|
3587
3615
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3588
3616
|
const localVarHeaderParameter = {};
|
|
3589
3617
|
const localVarQueryParameter = {};
|
|
3590
|
-
// authentication
|
|
3618
|
+
// authentication customerJWT required
|
|
3591
3619
|
// http bearer authentication required
|
|
3592
3620
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3593
3621
|
if (promotionIDs) {
|
|
@@ -3765,6 +3793,9 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3765
3793
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3766
3794
|
const localVarHeaderParameter = {};
|
|
3767
3795
|
const localVarQueryParameter = {};
|
|
3796
|
+
// authentication systemJWT required
|
|
3797
|
+
// http bearer authentication required
|
|
3798
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3768
3799
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3769
3800
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3770
3801
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3800,6 +3831,9 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3800
3831
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3801
3832
|
const localVarHeaderParameter = {};
|
|
3802
3833
|
const localVarQueryParameter = {};
|
|
3834
|
+
// authentication systemJWT required
|
|
3835
|
+
// http bearer authentication required
|
|
3836
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3803
3837
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3804
3838
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3805
3839
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3833,6 +3867,9 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3833
3867
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3834
3868
|
const localVarHeaderParameter = {};
|
|
3835
3869
|
const localVarQueryParameter = {};
|
|
3870
|
+
// authentication customerJWT required
|
|
3871
|
+
// http bearer authentication required
|
|
3872
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3836
3873
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3837
3874
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3838
3875
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3862,6 +3899,9 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3862
3899
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3863
3900
|
const localVarHeaderParameter = {};
|
|
3864
3901
|
const localVarQueryParameter = {};
|
|
3902
|
+
// authentication customerJWT required
|
|
3903
|
+
// http bearer authentication required
|
|
3904
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3865
3905
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3866
3906
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3867
3907
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3890,7 +3930,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3890
3930
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3891
3931
|
const localVarHeaderParameter = {};
|
|
3892
3932
|
const localVarQueryParameter = {};
|
|
3893
|
-
// authentication
|
|
3933
|
+
// authentication systemJWT required
|
|
3894
3934
|
// http bearer authentication required
|
|
3895
3935
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3896
3936
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3920,7 +3960,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3920
3960
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3921
3961
|
const localVarHeaderParameter = {};
|
|
3922
3962
|
const localVarQueryParameter = {};
|
|
3923
|
-
// authentication
|
|
3963
|
+
// authentication systemJWT required
|
|
3924
3964
|
// http bearer authentication required
|
|
3925
3965
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3926
3966
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3952,7 +3992,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3952
3992
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
3953
3993
|
const localVarHeaderParameter = {};
|
|
3954
3994
|
const localVarQueryParameter = {};
|
|
3955
|
-
// authentication
|
|
3995
|
+
// authentication systemJWT required
|
|
3956
3996
|
// http bearer authentication required
|
|
3957
3997
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3958
3998
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3984,7 +4024,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3984
4024
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3985
4025
|
const localVarHeaderParameter = {};
|
|
3986
4026
|
const localVarQueryParameter = {};
|
|
3987
|
-
// authentication
|
|
4027
|
+
// authentication systemJWT required
|
|
3988
4028
|
// http bearer authentication required
|
|
3989
4029
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
3990
4030
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4016,7 +4056,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4016
4056
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4017
4057
|
const localVarHeaderParameter = {};
|
|
4018
4058
|
const localVarQueryParameter = {};
|
|
4019
|
-
// authentication
|
|
4059
|
+
// authentication customerJWT required
|
|
4020
4060
|
// http bearer authentication required
|
|
4021
4061
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4022
4062
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4058,7 +4098,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4058
4098
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4059
4099
|
const localVarHeaderParameter = {};
|
|
4060
4100
|
const localVarQueryParameter = {};
|
|
4061
|
-
// authentication
|
|
4101
|
+
// authentication systemJWT required
|
|
4062
4102
|
// http bearer authentication required
|
|
4063
4103
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4064
4104
|
if (nextToken !== undefined) {
|
|
@@ -4146,7 +4186,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4146
4186
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4147
4187
|
const localVarHeaderParameter = {};
|
|
4148
4188
|
const localVarQueryParameter = {};
|
|
4149
|
-
// authentication
|
|
4189
|
+
// authentication customerJWT required
|
|
4150
4190
|
// http bearer authentication required
|
|
4151
4191
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4152
4192
|
if (nextToken !== undefined) {
|
|
@@ -4219,7 +4259,7 @@ const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4219
4259
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
4220
4260
|
const localVarHeaderParameter = {};
|
|
4221
4261
|
const localVarQueryParameter = {};
|
|
4222
|
-
// authentication
|
|
4262
|
+
// authentication systemJWT required
|
|
4223
4263
|
// http bearer authentication required
|
|
4224
4264
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4225
4265
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -4771,9 +4811,11 @@ const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4771
4811
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
4772
4812
|
const localVarHeaderParameter = {};
|
|
4773
4813
|
const localVarQueryParameter = {};
|
|
4774
|
-
// authentication
|
|
4814
|
+
// authentication systemJWT required
|
|
4775
4815
|
// http bearer authentication required
|
|
4776
4816
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4817
|
+
// authentication ApiKeyAuth required
|
|
4818
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
4777
4819
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4778
4820
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4779
4821
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4805,7 +4847,7 @@ const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4805
4847
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4806
4848
|
const localVarHeaderParameter = {};
|
|
4807
4849
|
const localVarQueryParameter = {};
|
|
4808
|
-
// authentication
|
|
4850
|
+
// authentication systemJWT required
|
|
4809
4851
|
// http bearer authentication required
|
|
4810
4852
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4811
4853
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4835,7 +4877,7 @@ const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4835
4877
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4836
4878
|
const localVarHeaderParameter = {};
|
|
4837
4879
|
const localVarQueryParameter = {};
|
|
4838
|
-
// authentication
|
|
4880
|
+
// authentication systemJWT required
|
|
4839
4881
|
// http bearer authentication required
|
|
4840
4882
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4841
4883
|
if (nextToken !== undefined) {
|
|
@@ -5013,9 +5055,11 @@ const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5013
5055
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
5014
5056
|
const localVarHeaderParameter = {};
|
|
5015
5057
|
const localVarQueryParameter = {};
|
|
5016
|
-
// authentication
|
|
5058
|
+
// authentication systemJWT required
|
|
5017
5059
|
// http bearer authentication required
|
|
5018
5060
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5061
|
+
// authentication ApiKeyAuth required
|
|
5062
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
5019
5063
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5020
5064
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5021
5065
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5047,7 +5091,7 @@ const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5047
5091
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
5048
5092
|
const localVarHeaderParameter = {};
|
|
5049
5093
|
const localVarQueryParameter = {};
|
|
5050
|
-
// authentication
|
|
5094
|
+
// authentication systemJWT required
|
|
5051
5095
|
// http bearer authentication required
|
|
5052
5096
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5053
5097
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5079,7 +5123,7 @@ const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5079
5123
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5080
5124
|
const localVarHeaderParameter = {};
|
|
5081
5125
|
const localVarQueryParameter = {};
|
|
5082
|
-
// authentication
|
|
5126
|
+
// authentication systemJWT required
|
|
5083
5127
|
// http bearer authentication required
|
|
5084
5128
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5085
5129
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5108,7 +5152,7 @@ const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5108
5152
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5109
5153
|
const localVarHeaderParameter = {};
|
|
5110
5154
|
const localVarQueryParameter = {};
|
|
5111
|
-
// authentication
|
|
5155
|
+
// authentication systemJWT required
|
|
5112
5156
|
// http bearer authentication required
|
|
5113
5157
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5114
5158
|
if (tagKey !== undefined) {
|
|
@@ -5144,9 +5188,11 @@ const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5144
5188
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
5145
5189
|
const localVarHeaderParameter = {};
|
|
5146
5190
|
const localVarQueryParameter = {};
|
|
5147
|
-
// authentication
|
|
5191
|
+
// authentication systemJWT required
|
|
5148
5192
|
// http bearer authentication required
|
|
5149
5193
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5194
|
+
// authentication ApiKeyAuth required
|
|
5195
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-API-Key", configuration);
|
|
5150
5196
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5151
5197
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5152
5198
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5388,7 +5434,7 @@ const TransactionApiAxiosParamCreator = function (configuration) {
|
|
|
5388
5434
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5389
5435
|
const localVarHeaderParameter = {};
|
|
5390
5436
|
const localVarQueryParameter = {};
|
|
5391
|
-
// authentication
|
|
5437
|
+
// authentication systemJWT required
|
|
5392
5438
|
// http bearer authentication required
|
|
5393
5439
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5394
5440
|
if (paginationToken !== undefined) {
|
|
@@ -5507,7 +5553,7 @@ const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5507
5553
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5508
5554
|
const localVarHeaderParameter = {};
|
|
5509
5555
|
const localVarQueryParameter = {};
|
|
5510
|
-
// authentication
|
|
5556
|
+
// authentication systemJWT required
|
|
5511
5557
|
// http bearer authentication required
|
|
5512
5558
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5513
5559
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5539,7 +5585,7 @@ const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5539
5585
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5540
5586
|
const localVarHeaderParameter = {};
|
|
5541
5587
|
const localVarQueryParameter = {};
|
|
5542
|
-
// authentication
|
|
5588
|
+
// authentication systemJWT required
|
|
5543
5589
|
// http bearer authentication required
|
|
5544
5590
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5545
5591
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5573,7 +5619,7 @@ const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5573
5619
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5574
5620
|
const localVarHeaderParameter = {};
|
|
5575
5621
|
const localVarQueryParameter = {};
|
|
5576
|
-
// authentication
|
|
5622
|
+
// authentication systemJWT required
|
|
5577
5623
|
// http bearer authentication required
|
|
5578
5624
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
5579
5625
|
if (nextToken !== undefined) {
|
|
@@ -5602,6 +5648,36 @@ const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5602
5648
|
options: localVarRequestOptions,
|
|
5603
5649
|
};
|
|
5604
5650
|
}),
|
|
5651
|
+
/**
|
|
5652
|
+
* Login
|
|
5653
|
+
* @summary Login
|
|
5654
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5655
|
+
* @param {*} [options] Override http request option.
|
|
5656
|
+
* @throws {RequiredError}
|
|
5657
|
+
*/
|
|
5658
|
+
login: (loginRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5659
|
+
// verify required parameter 'loginRequest' is not null or undefined
|
|
5660
|
+
(0, common_1.assertParamExists)('login', 'loginRequest', loginRequest);
|
|
5661
|
+
const localVarPath = `/user/login`;
|
|
5662
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5663
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5664
|
+
let baseOptions;
|
|
5665
|
+
if (configuration) {
|
|
5666
|
+
baseOptions = configuration.baseOptions;
|
|
5667
|
+
}
|
|
5668
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
5669
|
+
const localVarHeaderParameter = {};
|
|
5670
|
+
const localVarQueryParameter = {};
|
|
5671
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5672
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5673
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5674
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5675
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(loginRequest, localVarRequestOptions, configuration);
|
|
5676
|
+
return {
|
|
5677
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
5678
|
+
options: localVarRequestOptions,
|
|
5679
|
+
};
|
|
5680
|
+
}),
|
|
5605
5681
|
};
|
|
5606
5682
|
};
|
|
5607
5683
|
exports.UserApiAxiosParamCreator = UserApiAxiosParamCreator;
|
|
@@ -5656,6 +5732,19 @@ const UserApiFp = function (configuration) {
|
|
|
5656
5732
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
5657
5733
|
});
|
|
5658
5734
|
},
|
|
5735
|
+
/**
|
|
5736
|
+
* Login
|
|
5737
|
+
* @summary Login
|
|
5738
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5739
|
+
* @param {*} [options] Override http request option.
|
|
5740
|
+
* @throws {RequiredError}
|
|
5741
|
+
*/
|
|
5742
|
+
login(loginRequest, options) {
|
|
5743
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5744
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.login(loginRequest, options);
|
|
5745
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
5746
|
+
});
|
|
5747
|
+
},
|
|
5659
5748
|
};
|
|
5660
5749
|
};
|
|
5661
5750
|
exports.UserApiFp = UserApiFp;
|
|
@@ -5701,6 +5790,16 @@ const UserApiFactory = function (configuration, basePath, axios) {
|
|
|
5701
5790
|
listUsers(nextToken, role, search, clientIDs, userIDs, source, options) {
|
|
5702
5791
|
return localVarFp.listUsers(nextToken, role, search, clientIDs, userIDs, source, options).then((request) => request(axios, basePath));
|
|
5703
5792
|
},
|
|
5793
|
+
/**
|
|
5794
|
+
* Login
|
|
5795
|
+
* @summary Login
|
|
5796
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5797
|
+
* @param {*} [options] Override http request option.
|
|
5798
|
+
* @throws {RequiredError}
|
|
5799
|
+
*/
|
|
5800
|
+
login(loginRequest, options) {
|
|
5801
|
+
return localVarFp.login(loginRequest, options).then((request) => request(axios, basePath));
|
|
5802
|
+
},
|
|
5704
5803
|
};
|
|
5705
5804
|
};
|
|
5706
5805
|
exports.UserApiFactory = UserApiFactory;
|
|
@@ -5749,5 +5848,16 @@ class UserApi extends base_1.BaseAPI {
|
|
|
5749
5848
|
listUsers(nextToken, role, search, clientIDs, userIDs, source, options) {
|
|
5750
5849
|
return (0, exports.UserApiFp)(this.configuration).listUsers(nextToken, role, search, clientIDs, userIDs, source, options).then((request) => request(this.axios, this.basePath));
|
|
5751
5850
|
}
|
|
5851
|
+
/**
|
|
5852
|
+
* Login
|
|
5853
|
+
* @summary Login
|
|
5854
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5855
|
+
* @param {*} [options] Override http request option.
|
|
5856
|
+
* @throws {RequiredError}
|
|
5857
|
+
* @memberof UserApi
|
|
5858
|
+
*/
|
|
5859
|
+
login(loginRequest, options) {
|
|
5860
|
+
return (0, exports.UserApiFp)(this.configuration).login(loginRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5861
|
+
}
|
|
5752
5862
|
}
|
|
5753
5863
|
exports.UserApi = UserApi;
|