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/esm/api.js
CHANGED
|
@@ -335,7 +335,7 @@ export const AuditApiAxiosParamCreator = function (configuration) {
|
|
|
335
335
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
336
336
|
const localVarHeaderParameter = {};
|
|
337
337
|
const localVarQueryParameter = {};
|
|
338
|
-
// authentication
|
|
338
|
+
// authentication systemJWT required
|
|
339
339
|
// http bearer authentication required
|
|
340
340
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
341
341
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -368,7 +368,7 @@ export const AuditApiAxiosParamCreator = function (configuration) {
|
|
|
368
368
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
369
369
|
const localVarHeaderParameter = {};
|
|
370
370
|
const localVarQueryParameter = {};
|
|
371
|
-
// authentication
|
|
371
|
+
// authentication systemJWT required
|
|
372
372
|
// http bearer authentication required
|
|
373
373
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
374
374
|
if (nextToken !== undefined) {
|
|
@@ -513,7 +513,7 @@ export const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
513
513
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
514
514
|
const localVarHeaderParameter = {};
|
|
515
515
|
const localVarQueryParameter = {};
|
|
516
|
-
// authentication
|
|
516
|
+
// authentication systemJWT required
|
|
517
517
|
// http bearer authentication required
|
|
518
518
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
519
519
|
if (beneficiaryValues) {
|
|
@@ -547,7 +547,7 @@ export const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
547
547
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
548
548
|
const localVarHeaderParameter = {};
|
|
549
549
|
const localVarQueryParameter = {};
|
|
550
|
-
// authentication
|
|
550
|
+
// authentication customerJWT required
|
|
551
551
|
// http bearer authentication required
|
|
552
552
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
553
553
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -580,7 +580,7 @@ export const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
580
580
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
581
581
|
const localVarHeaderParameter = {};
|
|
582
582
|
const localVarQueryParameter = {};
|
|
583
|
-
// authentication
|
|
583
|
+
// authentication systemJWT required
|
|
584
584
|
// http bearer authentication required
|
|
585
585
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
586
586
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -615,6 +615,9 @@ export const BalanceApiAxiosParamCreator = function (configuration) {
|
|
|
615
615
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
616
616
|
const localVarHeaderParameter = {};
|
|
617
617
|
const localVarQueryParameter = {};
|
|
618
|
+
// authentication systemJWT required
|
|
619
|
+
// http bearer authentication required
|
|
620
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
618
621
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
619
622
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
620
623
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -818,7 +821,10 @@ export const CategoryApiAxiosParamCreator = function (configuration) {
|
|
|
818
821
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
819
822
|
const localVarHeaderParameter = {};
|
|
820
823
|
const localVarQueryParameter = {};
|
|
821
|
-
// authentication
|
|
824
|
+
// authentication systemJWT required
|
|
825
|
+
// http bearer authentication required
|
|
826
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
827
|
+
// authentication customerJWT required
|
|
822
828
|
// http bearer authentication required
|
|
823
829
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
824
830
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -914,9 +920,11 @@ export const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
914
920
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
915
921
|
const localVarHeaderParameter = {};
|
|
916
922
|
const localVarQueryParameter = {};
|
|
917
|
-
// authentication
|
|
923
|
+
// authentication systemJWT required
|
|
918
924
|
// http bearer authentication required
|
|
919
925
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
926
|
+
// authentication ApiKeyAuth required
|
|
927
|
+
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
920
928
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
921
929
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
922
930
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -948,7 +956,7 @@ export const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
948
956
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
949
957
|
const localVarHeaderParameter = {};
|
|
950
958
|
const localVarQueryParameter = {};
|
|
951
|
-
// authentication
|
|
959
|
+
// authentication systemJWT required
|
|
952
960
|
// http bearer authentication required
|
|
953
961
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
954
962
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -981,7 +989,7 @@ export const ClientApiAxiosParamCreator = function (configuration) {
|
|
|
981
989
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
982
990
|
const localVarHeaderParameter = {};
|
|
983
991
|
const localVarQueryParameter = {};
|
|
984
|
-
// authentication
|
|
992
|
+
// authentication systemJWT required
|
|
985
993
|
// http bearer authentication required
|
|
986
994
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
987
995
|
if (nextToken !== undefined) {
|
|
@@ -1175,7 +1183,7 @@ export const ConfigurationApiAxiosParamCreator = function (configuration) {
|
|
|
1175
1183
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1176
1184
|
const localVarHeaderParameter = {};
|
|
1177
1185
|
const localVarQueryParameter = {};
|
|
1178
|
-
// authentication
|
|
1186
|
+
// authentication systemJWT required
|
|
1179
1187
|
// http bearer authentication required
|
|
1180
1188
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1181
1189
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -1207,7 +1215,7 @@ export const ConfigurationApiAxiosParamCreator = function (configuration) {
|
|
|
1207
1215
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1208
1216
|
const localVarHeaderParameter = {};
|
|
1209
1217
|
const localVarQueryParameter = {};
|
|
1210
|
-
// authentication
|
|
1218
|
+
// authentication systemJWT required
|
|
1211
1219
|
// http bearer authentication required
|
|
1212
1220
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1213
1221
|
if (nextToken !== undefined) {
|
|
@@ -1349,6 +1357,9 @@ export const CustomDealsApiAxiosParamCreator = function (configuration) {
|
|
|
1349
1357
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
1350
1358
|
const localVarHeaderParameter = {};
|
|
1351
1359
|
const localVarQueryParameter = {};
|
|
1360
|
+
// authentication systemJWT required
|
|
1361
|
+
// http bearer authentication required
|
|
1362
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1352
1363
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1353
1364
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1354
1365
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1376,6 +1387,9 @@ export const CustomDealsApiAxiosParamCreator = function (configuration) {
|
|
|
1376
1387
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1377
1388
|
const localVarHeaderParameter = {};
|
|
1378
1389
|
const localVarQueryParameter = {};
|
|
1390
|
+
// authentication systemJWT required
|
|
1391
|
+
// http bearer authentication required
|
|
1392
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1379
1393
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1380
1394
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1381
1395
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1600,7 +1614,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1600
1614
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1601
1615
|
const localVarHeaderParameter = {};
|
|
1602
1616
|
const localVarQueryParameter = {};
|
|
1603
|
-
// authentication
|
|
1617
|
+
// authentication systemJWT required
|
|
1604
1618
|
// http bearer authentication required
|
|
1605
1619
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1606
1620
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1628,7 +1642,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1628
1642
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1629
1643
|
const localVarHeaderParameter = {};
|
|
1630
1644
|
const localVarQueryParameter = {};
|
|
1631
|
-
// authentication
|
|
1645
|
+
// authentication systemJWT required
|
|
1632
1646
|
// http bearer authentication required
|
|
1633
1647
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1634
1648
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1659,7 +1673,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration) {
|
|
|
1659
1673
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
1660
1674
|
const localVarHeaderParameter = {};
|
|
1661
1675
|
const localVarQueryParameter = {};
|
|
1662
|
-
// authentication
|
|
1676
|
+
// authentication systemJWT required
|
|
1663
1677
|
// http bearer authentication required
|
|
1664
1678
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1665
1679
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -1880,6 +1894,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1880
1894
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1881
1895
|
const localVarHeaderParameter = {};
|
|
1882
1896
|
const localVarQueryParameter = {};
|
|
1897
|
+
// authentication customerJWT required
|
|
1898
|
+
// http bearer authentication required
|
|
1899
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1883
1900
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1884
1901
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1885
1902
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1911,6 +1928,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1911
1928
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1912
1929
|
const localVarHeaderParameter = {};
|
|
1913
1930
|
const localVarQueryParameter = {};
|
|
1931
|
+
// authentication customerJWT required
|
|
1932
|
+
// http bearer authentication required
|
|
1933
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1914
1934
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1915
1935
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1916
1936
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1938,6 +1958,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1938
1958
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
1939
1959
|
const localVarHeaderParameter = {};
|
|
1940
1960
|
const localVarQueryParameter = {};
|
|
1961
|
+
// authentication customerJWT required
|
|
1962
|
+
// http bearer authentication required
|
|
1963
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1941
1964
|
if (nextToken !== undefined) {
|
|
1942
1965
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
1943
1966
|
}
|
|
@@ -1973,6 +1996,9 @@ export const NotificationApiAxiosParamCreator = function (configuration) {
|
|
|
1973
1996
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
1974
1997
|
const localVarHeaderParameter = {};
|
|
1975
1998
|
const localVarQueryParameter = {};
|
|
1999
|
+
// authentication customerJWT required
|
|
2000
|
+
// http bearer authentication required
|
|
2001
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1976
2002
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1977
2003
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1978
2004
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2172,7 +2198,7 @@ export const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2172
2198
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2173
2199
|
const localVarHeaderParameter = {};
|
|
2174
2200
|
const localVarQueryParameter = {};
|
|
2175
|
-
// authentication
|
|
2201
|
+
// authentication customerJWT required
|
|
2176
2202
|
// http bearer authentication required
|
|
2177
2203
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2178
2204
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2206,7 +2232,7 @@ export const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2206
2232
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2207
2233
|
const localVarHeaderParameter = {};
|
|
2208
2234
|
const localVarQueryParameter = {};
|
|
2209
|
-
// authentication
|
|
2235
|
+
// authentication customerJWT required
|
|
2210
2236
|
// http bearer authentication required
|
|
2211
2237
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2212
2238
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2242,7 +2268,7 @@ export const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2242
2268
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2243
2269
|
const localVarHeaderParameter = {};
|
|
2244
2270
|
const localVarQueryParameter = {};
|
|
2245
|
-
// authentication
|
|
2271
|
+
// authentication systemJWT required
|
|
2246
2272
|
// http bearer authentication required
|
|
2247
2273
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2248
2274
|
if (paginationToken !== undefined) {
|
|
@@ -2304,7 +2330,7 @@ export const OrderApiAxiosParamCreator = function (configuration) {
|
|
|
2304
2330
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2305
2331
|
const localVarHeaderParameter = {};
|
|
2306
2332
|
const localVarQueryParameter = {};
|
|
2307
|
-
// authentication
|
|
2333
|
+
// authentication customerJWT required
|
|
2308
2334
|
// http bearer authentication required
|
|
2309
2335
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2310
2336
|
if (paginationToken !== undefined) {
|
|
@@ -2565,7 +2591,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2565
2591
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PATCH' }, baseOptions), options);
|
|
2566
2592
|
const localVarHeaderParameter = {};
|
|
2567
2593
|
const localVarQueryParameter = {};
|
|
2568
|
-
// authentication
|
|
2594
|
+
// authentication systemJWT required
|
|
2569
2595
|
// http bearer authentication required
|
|
2570
2596
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2571
2597
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2596,9 +2622,11 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2596
2622
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2597
2623
|
const localVarHeaderParameter = {};
|
|
2598
2624
|
const localVarQueryParameter = {};
|
|
2599
|
-
// authentication
|
|
2625
|
+
// authentication systemJWT required
|
|
2600
2626
|
// http bearer authentication required
|
|
2601
2627
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2628
|
+
// authentication ApiKeyAuth required
|
|
2629
|
+
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
2602
2630
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2603
2631
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2604
2632
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2627,7 +2655,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2627
2655
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2628
2656
|
const localVarHeaderParameter = {};
|
|
2629
2657
|
const localVarQueryParameter = {};
|
|
2630
|
-
// authentication
|
|
2658
|
+
// authentication systemJWT required
|
|
2631
2659
|
// http bearer authentication required
|
|
2632
2660
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2633
2661
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2658,7 +2686,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2658
2686
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
2659
2687
|
const localVarHeaderParameter = {};
|
|
2660
2688
|
const localVarQueryParameter = {};
|
|
2661
|
-
// authentication
|
|
2689
|
+
// authentication customerJWT required
|
|
2662
2690
|
// http bearer authentication required
|
|
2663
2691
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2664
2692
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -2688,7 +2716,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2688
2716
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2689
2717
|
const localVarHeaderParameter = {};
|
|
2690
2718
|
const localVarQueryParameter = {};
|
|
2691
|
-
// authentication
|
|
2719
|
+
// authentication systemJWT required
|
|
2692
2720
|
// http bearer authentication required
|
|
2693
2721
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2694
2722
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2720,7 +2748,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2720
2748
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2721
2749
|
const localVarHeaderParameter = {};
|
|
2722
2750
|
const localVarQueryParameter = {};
|
|
2723
|
-
// authentication
|
|
2751
|
+
// authentication systemJWT required
|
|
2724
2752
|
// http bearer authentication required
|
|
2725
2753
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2726
2754
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2752,7 +2780,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2752
2780
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2753
2781
|
const localVarHeaderParameter = {};
|
|
2754
2782
|
const localVarQueryParameter = {};
|
|
2755
|
-
// authentication
|
|
2783
|
+
// authentication systemJWT required
|
|
2756
2784
|
// http bearer authentication required
|
|
2757
2785
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2758
2786
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2784,7 +2812,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2784
2812
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2785
2813
|
const localVarHeaderParameter = {};
|
|
2786
2814
|
const localVarQueryParameter = {};
|
|
2787
|
-
// authentication
|
|
2815
|
+
// authentication customerJWT required
|
|
2788
2816
|
// http bearer authentication required
|
|
2789
2817
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2790
2818
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2814,7 +2842,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2814
2842
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2815
2843
|
const localVarHeaderParameter = {};
|
|
2816
2844
|
const localVarQueryParameter = {};
|
|
2817
|
-
// authentication
|
|
2845
|
+
// authentication systemJWT required
|
|
2818
2846
|
// http bearer authentication required
|
|
2819
2847
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2820
2848
|
if (status !== undefined) {
|
|
@@ -2857,7 +2885,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2857
2885
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2858
2886
|
const localVarHeaderParameter = {};
|
|
2859
2887
|
const localVarQueryParameter = {};
|
|
2860
|
-
// authentication
|
|
2888
|
+
// authentication systemJWT required
|
|
2861
2889
|
// http bearer authentication required
|
|
2862
2890
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2863
2891
|
if (kind !== undefined) {
|
|
@@ -2917,7 +2945,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2917
2945
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2918
2946
|
const localVarHeaderParameter = {};
|
|
2919
2947
|
const localVarQueryParameter = {};
|
|
2920
|
-
// authentication
|
|
2948
|
+
// authentication customerJWT required
|
|
2921
2949
|
// http bearer authentication required
|
|
2922
2950
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2923
2951
|
if (kind !== undefined) {
|
|
@@ -2965,7 +2993,7 @@ export const ProductApiAxiosParamCreator = function (configuration) {
|
|
|
2965
2993
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
2966
2994
|
const localVarHeaderParameter = {};
|
|
2967
2995
|
const localVarQueryParameter = {};
|
|
2968
|
-
// authentication
|
|
2996
|
+
// authentication systemJWT required
|
|
2969
2997
|
// http bearer authentication required
|
|
2970
2998
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
2971
2999
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3487,7 +3515,7 @@ export const ProgressApiAxiosParamCreator = function (configuration) {
|
|
|
3487
3515
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3488
3516
|
const localVarHeaderParameter = {};
|
|
3489
3517
|
const localVarQueryParameter = {};
|
|
3490
|
-
// authentication
|
|
3518
|
+
// authentication systemJWT required
|
|
3491
3519
|
// http bearer authentication required
|
|
3492
3520
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3493
3521
|
if (promotionIDs) {
|
|
@@ -3538,7 +3566,7 @@ export const ProgressApiAxiosParamCreator = function (configuration) {
|
|
|
3538
3566
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3539
3567
|
const localVarHeaderParameter = {};
|
|
3540
3568
|
const localVarQueryParameter = {};
|
|
3541
|
-
// authentication
|
|
3569
|
+
// authentication customerJWT required
|
|
3542
3570
|
// http bearer authentication required
|
|
3543
3571
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3544
3572
|
if (promotionIDs) {
|
|
@@ -3712,6 +3740,9 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3712
3740
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3713
3741
|
const localVarHeaderParameter = {};
|
|
3714
3742
|
const localVarQueryParameter = {};
|
|
3743
|
+
// authentication systemJWT required
|
|
3744
|
+
// http bearer authentication required
|
|
3745
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3715
3746
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3716
3747
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3717
3748
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3747,6 +3778,9 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3747
3778
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3748
3779
|
const localVarHeaderParameter = {};
|
|
3749
3780
|
const localVarQueryParameter = {};
|
|
3781
|
+
// authentication systemJWT required
|
|
3782
|
+
// http bearer authentication required
|
|
3783
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3750
3784
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3751
3785
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3752
3786
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3780,6 +3814,9 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3780
3814
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3781
3815
|
const localVarHeaderParameter = {};
|
|
3782
3816
|
const localVarQueryParameter = {};
|
|
3817
|
+
// authentication customerJWT required
|
|
3818
|
+
// http bearer authentication required
|
|
3819
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3783
3820
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3784
3821
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3785
3822
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3809,6 +3846,9 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3809
3846
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3810
3847
|
const localVarHeaderParameter = {};
|
|
3811
3848
|
const localVarQueryParameter = {};
|
|
3849
|
+
// authentication customerJWT required
|
|
3850
|
+
// http bearer authentication required
|
|
3851
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3812
3852
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3813
3853
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3814
3854
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -3837,7 +3877,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3837
3877
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
3838
3878
|
const localVarHeaderParameter = {};
|
|
3839
3879
|
const localVarQueryParameter = {};
|
|
3840
|
-
// authentication
|
|
3880
|
+
// authentication systemJWT required
|
|
3841
3881
|
// http bearer authentication required
|
|
3842
3882
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3843
3883
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3867,7 +3907,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3867
3907
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3868
3908
|
const localVarHeaderParameter = {};
|
|
3869
3909
|
const localVarQueryParameter = {};
|
|
3870
|
-
// authentication
|
|
3910
|
+
// authentication systemJWT required
|
|
3871
3911
|
// http bearer authentication required
|
|
3872
3912
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3873
3913
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3899,7 +3939,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3899
3939
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
3900
3940
|
const localVarHeaderParameter = {};
|
|
3901
3941
|
const localVarQueryParameter = {};
|
|
3902
|
-
// authentication
|
|
3942
|
+
// authentication systemJWT required
|
|
3903
3943
|
// http bearer authentication required
|
|
3904
3944
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3905
3945
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3931,7 +3971,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3931
3971
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3932
3972
|
const localVarHeaderParameter = {};
|
|
3933
3973
|
const localVarQueryParameter = {};
|
|
3934
|
-
// authentication
|
|
3974
|
+
// authentication systemJWT required
|
|
3935
3975
|
// http bearer authentication required
|
|
3936
3976
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3937
3977
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3963,7 +4003,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
3963
4003
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
3964
4004
|
const localVarHeaderParameter = {};
|
|
3965
4005
|
const localVarQueryParameter = {};
|
|
3966
|
-
// authentication
|
|
4006
|
+
// authentication customerJWT required
|
|
3967
4007
|
// http bearer authentication required
|
|
3968
4008
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3969
4009
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4005,7 +4045,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4005
4045
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4006
4046
|
const localVarHeaderParameter = {};
|
|
4007
4047
|
const localVarQueryParameter = {};
|
|
4008
|
-
// authentication
|
|
4048
|
+
// authentication systemJWT required
|
|
4009
4049
|
// http bearer authentication required
|
|
4010
4050
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4011
4051
|
if (nextToken !== undefined) {
|
|
@@ -4093,7 +4133,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4093
4133
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4094
4134
|
const localVarHeaderParameter = {};
|
|
4095
4135
|
const localVarQueryParameter = {};
|
|
4096
|
-
// authentication
|
|
4136
|
+
// authentication customerJWT required
|
|
4097
4137
|
// http bearer authentication required
|
|
4098
4138
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4099
4139
|
if (nextToken !== undefined) {
|
|
@@ -4166,7 +4206,7 @@ export const PromotionApiAxiosParamCreator = function (configuration) {
|
|
|
4166
4206
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
4167
4207
|
const localVarHeaderParameter = {};
|
|
4168
4208
|
const localVarQueryParameter = {};
|
|
4169
|
-
// authentication
|
|
4209
|
+
// authentication systemJWT required
|
|
4170
4210
|
// http bearer authentication required
|
|
4171
4211
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4172
4212
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -4714,9 +4754,11 @@ export const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4714
4754
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
4715
4755
|
const localVarHeaderParameter = {};
|
|
4716
4756
|
const localVarQueryParameter = {};
|
|
4717
|
-
// authentication
|
|
4757
|
+
// authentication systemJWT required
|
|
4718
4758
|
// http bearer authentication required
|
|
4719
4759
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4760
|
+
// authentication ApiKeyAuth required
|
|
4761
|
+
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
4720
4762
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4721
4763
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4722
4764
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4748,7 +4790,7 @@ export const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4748
4790
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4749
4791
|
const localVarHeaderParameter = {};
|
|
4750
4792
|
const localVarQueryParameter = {};
|
|
4751
|
-
// authentication
|
|
4793
|
+
// authentication systemJWT required
|
|
4752
4794
|
// http bearer authentication required
|
|
4753
4795
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4754
4796
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4778,7 +4820,7 @@ export const SegmentApiAxiosParamCreator = function (configuration) {
|
|
|
4778
4820
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
4779
4821
|
const localVarHeaderParameter = {};
|
|
4780
4822
|
const localVarQueryParameter = {};
|
|
4781
|
-
// authentication
|
|
4823
|
+
// authentication systemJWT required
|
|
4782
4824
|
// http bearer authentication required
|
|
4783
4825
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4784
4826
|
if (nextToken !== undefined) {
|
|
@@ -4952,9 +4994,11 @@ export const TagApiAxiosParamCreator = function (configuration) {
|
|
|
4952
4994
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
4953
4995
|
const localVarHeaderParameter = {};
|
|
4954
4996
|
const localVarQueryParameter = {};
|
|
4955
|
-
// authentication
|
|
4997
|
+
// authentication systemJWT required
|
|
4956
4998
|
// http bearer authentication required
|
|
4957
4999
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5000
|
+
// authentication ApiKeyAuth required
|
|
5001
|
+
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
4958
5002
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4959
5003
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4960
5004
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4986,7 +5030,7 @@ export const TagApiAxiosParamCreator = function (configuration) {
|
|
|
4986
5030
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
4987
5031
|
const localVarHeaderParameter = {};
|
|
4988
5032
|
const localVarQueryParameter = {};
|
|
4989
|
-
// authentication
|
|
5033
|
+
// authentication systemJWT required
|
|
4990
5034
|
// http bearer authentication required
|
|
4991
5035
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4992
5036
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5018,7 +5062,7 @@ export const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5018
5062
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5019
5063
|
const localVarHeaderParameter = {};
|
|
5020
5064
|
const localVarQueryParameter = {};
|
|
5021
|
-
// authentication
|
|
5065
|
+
// authentication systemJWT required
|
|
5022
5066
|
// http bearer authentication required
|
|
5023
5067
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5024
5068
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5047,7 +5091,7 @@ export const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5047
5091
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, 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 setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5053
5097
|
if (tagKey !== undefined) {
|
|
@@ -5083,9 +5127,11 @@ export const TagApiAxiosParamCreator = function (configuration) {
|
|
|
5083
5127
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
5084
5128
|
const localVarHeaderParameter = {};
|
|
5085
5129
|
const localVarQueryParameter = {};
|
|
5086
|
-
// authentication
|
|
5130
|
+
// authentication systemJWT required
|
|
5087
5131
|
// http bearer authentication required
|
|
5088
5132
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5133
|
+
// authentication ApiKeyAuth required
|
|
5134
|
+
yield setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration);
|
|
5089
5135
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5090
5136
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5091
5137
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5323,7 +5369,7 @@ export const TransactionApiAxiosParamCreator = function (configuration) {
|
|
|
5323
5369
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5324
5370
|
const localVarHeaderParameter = {};
|
|
5325
5371
|
const localVarQueryParameter = {};
|
|
5326
|
-
// authentication
|
|
5372
|
+
// authentication systemJWT required
|
|
5327
5373
|
// http bearer authentication required
|
|
5328
5374
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5329
5375
|
if (paginationToken !== undefined) {
|
|
@@ -5438,7 +5484,7 @@ export const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5438
5484
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5439
5485
|
const localVarHeaderParameter = {};
|
|
5440
5486
|
const localVarQueryParameter = {};
|
|
5441
|
-
// authentication
|
|
5487
|
+
// authentication systemJWT required
|
|
5442
5488
|
// http bearer authentication required
|
|
5443
5489
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5444
5490
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5470,7 +5516,7 @@ export const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5470
5516
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5471
5517
|
const localVarHeaderParameter = {};
|
|
5472
5518
|
const localVarQueryParameter = {};
|
|
5473
|
-
// authentication
|
|
5519
|
+
// authentication systemJWT required
|
|
5474
5520
|
// http bearer authentication required
|
|
5475
5521
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5476
5522
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5504,7 +5550,7 @@ export const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5504
5550
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5505
5551
|
const localVarHeaderParameter = {};
|
|
5506
5552
|
const localVarQueryParameter = {};
|
|
5507
|
-
// authentication
|
|
5553
|
+
// authentication systemJWT required
|
|
5508
5554
|
// http bearer authentication required
|
|
5509
5555
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5510
5556
|
if (nextToken !== undefined) {
|
|
@@ -5533,6 +5579,36 @@ export const UserApiAxiosParamCreator = function (configuration) {
|
|
|
5533
5579
|
options: localVarRequestOptions,
|
|
5534
5580
|
};
|
|
5535
5581
|
}),
|
|
5582
|
+
/**
|
|
5583
|
+
* Login
|
|
5584
|
+
* @summary Login
|
|
5585
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5586
|
+
* @param {*} [options] Override http request option.
|
|
5587
|
+
* @throws {RequiredError}
|
|
5588
|
+
*/
|
|
5589
|
+
login: (loginRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
5590
|
+
// verify required parameter 'loginRequest' is not null or undefined
|
|
5591
|
+
assertParamExists('login', 'loginRequest', loginRequest);
|
|
5592
|
+
const localVarPath = `/user/login`;
|
|
5593
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
5594
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
5595
|
+
let baseOptions;
|
|
5596
|
+
if (configuration) {
|
|
5597
|
+
baseOptions = configuration.baseOptions;
|
|
5598
|
+
}
|
|
5599
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
5600
|
+
const localVarHeaderParameter = {};
|
|
5601
|
+
const localVarQueryParameter = {};
|
|
5602
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5603
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5604
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5605
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
5606
|
+
localVarRequestOptions.data = serializeDataIfNeeded(loginRequest, localVarRequestOptions, configuration);
|
|
5607
|
+
return {
|
|
5608
|
+
url: toPathString(localVarUrlObj),
|
|
5609
|
+
options: localVarRequestOptions,
|
|
5610
|
+
};
|
|
5611
|
+
}),
|
|
5536
5612
|
};
|
|
5537
5613
|
};
|
|
5538
5614
|
/**
|
|
@@ -5586,6 +5662,19 @@ export const UserApiFp = function (configuration) {
|
|
|
5586
5662
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5587
5663
|
});
|
|
5588
5664
|
},
|
|
5665
|
+
/**
|
|
5666
|
+
* Login
|
|
5667
|
+
* @summary Login
|
|
5668
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5669
|
+
* @param {*} [options] Override http request option.
|
|
5670
|
+
* @throws {RequiredError}
|
|
5671
|
+
*/
|
|
5672
|
+
login(loginRequest, options) {
|
|
5673
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5674
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.login(loginRequest, options);
|
|
5675
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
5676
|
+
});
|
|
5677
|
+
},
|
|
5589
5678
|
};
|
|
5590
5679
|
};
|
|
5591
5680
|
/**
|
|
@@ -5630,6 +5719,16 @@ export const UserApiFactory = function (configuration, basePath, axios) {
|
|
|
5630
5719
|
listUsers(nextToken, role, search, clientIDs, userIDs, source, options) {
|
|
5631
5720
|
return localVarFp.listUsers(nextToken, role, search, clientIDs, userIDs, source, options).then((request) => request(axios, basePath));
|
|
5632
5721
|
},
|
|
5722
|
+
/**
|
|
5723
|
+
* Login
|
|
5724
|
+
* @summary Login
|
|
5725
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5726
|
+
* @param {*} [options] Override http request option.
|
|
5727
|
+
* @throws {RequiredError}
|
|
5728
|
+
*/
|
|
5729
|
+
login(loginRequest, options) {
|
|
5730
|
+
return localVarFp.login(loginRequest, options).then((request) => request(axios, basePath));
|
|
5731
|
+
},
|
|
5633
5732
|
};
|
|
5634
5733
|
};
|
|
5635
5734
|
/**
|
|
@@ -5677,4 +5776,15 @@ export class UserApi extends BaseAPI {
|
|
|
5677
5776
|
listUsers(nextToken, role, search, clientIDs, userIDs, source, options) {
|
|
5678
5777
|
return UserApiFp(this.configuration).listUsers(nextToken, role, search, clientIDs, userIDs, source, options).then((request) => request(this.axios, this.basePath));
|
|
5679
5778
|
}
|
|
5779
|
+
/**
|
|
5780
|
+
* Login
|
|
5781
|
+
* @summary Login
|
|
5782
|
+
* @param {LoginRequest} loginRequest user credentials
|
|
5783
|
+
* @param {*} [options] Override http request option.
|
|
5784
|
+
* @throws {RequiredError}
|
|
5785
|
+
* @memberof UserApi
|
|
5786
|
+
*/
|
|
5787
|
+
login(loginRequest, options) {
|
|
5788
|
+
return UserApiFp(this.configuration).login(loginRequest, options).then((request) => request(this.axios, this.basePath));
|
|
5789
|
+
}
|
|
5680
5790
|
}
|