flexinet-api 0.0.482-prerelease0 → 0.0.491-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 +115 -52
- package/dist/api.js +98 -52
- package/dist/esm/api.js +98 -52
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## flexinet-api@0.0.
|
|
1
|
+
## flexinet-api@0.0.491-prerelease0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install flexinet-api@0.0.
|
|
39
|
+
npm install flexinet-api@0.0.491-prerelease0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -3255,7 +3255,7 @@ export const AuditApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
3255
3255
|
const localVarHeaderParameter = {} as any;
|
|
3256
3256
|
const localVarQueryParameter = {} as any;
|
|
3257
3257
|
|
|
3258
|
-
// authentication
|
|
3258
|
+
// authentication systemJWT required
|
|
3259
3259
|
// http bearer authentication required
|
|
3260
3260
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3261
3261
|
|
|
@@ -3294,7 +3294,7 @@ export const AuditApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
3294
3294
|
const localVarHeaderParameter = {} as any;
|
|
3295
3295
|
const localVarQueryParameter = {} as any;
|
|
3296
3296
|
|
|
3297
|
-
// authentication
|
|
3297
|
+
// authentication systemJWT required
|
|
3298
3298
|
// http bearer authentication required
|
|
3299
3299
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3300
3300
|
|
|
@@ -3449,7 +3449,7 @@ export const BalanceApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
3449
3449
|
const localVarHeaderParameter = {} as any;
|
|
3450
3450
|
const localVarQueryParameter = {} as any;
|
|
3451
3451
|
|
|
3452
|
-
// authentication
|
|
3452
|
+
// authentication systemJWT required
|
|
3453
3453
|
// http bearer authentication required
|
|
3454
3454
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3455
3455
|
|
|
@@ -3491,7 +3491,7 @@ export const BalanceApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
3491
3491
|
const localVarHeaderParameter = {} as any;
|
|
3492
3492
|
const localVarQueryParameter = {} as any;
|
|
3493
3493
|
|
|
3494
|
-
// authentication
|
|
3494
|
+
// authentication customerJWT required
|
|
3495
3495
|
// http bearer authentication required
|
|
3496
3496
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3497
3497
|
|
|
@@ -3530,7 +3530,7 @@ export const BalanceApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
3530
3530
|
const localVarHeaderParameter = {} as any;
|
|
3531
3531
|
const localVarQueryParameter = {} as any;
|
|
3532
3532
|
|
|
3533
|
-
// authentication
|
|
3533
|
+
// authentication systemJWT required
|
|
3534
3534
|
// http bearer authentication required
|
|
3535
3535
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3536
3536
|
|
|
@@ -3572,6 +3572,10 @@ export const BalanceApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
3572
3572
|
const localVarHeaderParameter = {} as any;
|
|
3573
3573
|
const localVarQueryParameter = {} as any;
|
|
3574
3574
|
|
|
3575
|
+
// authentication systemJWT required
|
|
3576
|
+
// http bearer authentication required
|
|
3577
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3578
|
+
|
|
3575
3579
|
|
|
3576
3580
|
|
|
3577
3581
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3782,7 +3786,11 @@ export const CategoryApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
3782
3786
|
const localVarHeaderParameter = {} as any;
|
|
3783
3787
|
const localVarQueryParameter = {} as any;
|
|
3784
3788
|
|
|
3785
|
-
// authentication
|
|
3789
|
+
// authentication systemJWT required
|
|
3790
|
+
// http bearer authentication required
|
|
3791
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3792
|
+
|
|
3793
|
+
// authentication customerJWT required
|
|
3786
3794
|
// http bearer authentication required
|
|
3787
3795
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3788
3796
|
|
|
@@ -3888,10 +3896,13 @@ export const ClientApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3888
3896
|
const localVarHeaderParameter = {} as any;
|
|
3889
3897
|
const localVarQueryParameter = {} as any;
|
|
3890
3898
|
|
|
3891
|
-
// authentication
|
|
3899
|
+
// authentication systemJWT required
|
|
3892
3900
|
// http bearer authentication required
|
|
3893
3901
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3894
3902
|
|
|
3903
|
+
// authentication ApiKeyAuth required
|
|
3904
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
3905
|
+
|
|
3895
3906
|
|
|
3896
3907
|
|
|
3897
3908
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -3929,7 +3940,7 @@ export const ClientApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3929
3940
|
const localVarHeaderParameter = {} as any;
|
|
3930
3941
|
const localVarQueryParameter = {} as any;
|
|
3931
3942
|
|
|
3932
|
-
// authentication
|
|
3943
|
+
// authentication systemJWT required
|
|
3933
3944
|
// http bearer authentication required
|
|
3934
3945
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3935
3946
|
|
|
@@ -3968,7 +3979,7 @@ export const ClientApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3968
3979
|
const localVarHeaderParameter = {} as any;
|
|
3969
3980
|
const localVarQueryParameter = {} as any;
|
|
3970
3981
|
|
|
3971
|
-
// authentication
|
|
3982
|
+
// authentication systemJWT required
|
|
3972
3983
|
// http bearer authentication required
|
|
3973
3984
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
3974
3985
|
|
|
@@ -4175,7 +4186,7 @@ export const ConfigurationApiAxiosParamCreator = function (configuration?: Confi
|
|
|
4175
4186
|
const localVarHeaderParameter = {} as any;
|
|
4176
4187
|
const localVarQueryParameter = {} as any;
|
|
4177
4188
|
|
|
4178
|
-
// authentication
|
|
4189
|
+
// authentication systemJWT required
|
|
4179
4190
|
// http bearer authentication required
|
|
4180
4191
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4181
4192
|
|
|
@@ -4214,7 +4225,7 @@ export const ConfigurationApiAxiosParamCreator = function (configuration?: Confi
|
|
|
4214
4225
|
const localVarHeaderParameter = {} as any;
|
|
4215
4226
|
const localVarQueryParameter = {} as any;
|
|
4216
4227
|
|
|
4217
|
-
// authentication
|
|
4228
|
+
// authentication systemJWT required
|
|
4218
4229
|
// http bearer authentication required
|
|
4219
4230
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4220
4231
|
|
|
@@ -4367,6 +4378,10 @@ export const CustomDealsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
4367
4378
|
const localVarHeaderParameter = {} as any;
|
|
4368
4379
|
const localVarQueryParameter = {} as any;
|
|
4369
4380
|
|
|
4381
|
+
// authentication systemJWT required
|
|
4382
|
+
// http bearer authentication required
|
|
4383
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4384
|
+
|
|
4370
4385
|
|
|
4371
4386
|
|
|
4372
4387
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -4400,6 +4415,10 @@ export const CustomDealsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
4400
4415
|
const localVarHeaderParameter = {} as any;
|
|
4401
4416
|
const localVarQueryParameter = {} as any;
|
|
4402
4417
|
|
|
4418
|
+
// authentication systemJWT required
|
|
4419
|
+
// http bearer authentication required
|
|
4420
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4421
|
+
|
|
4403
4422
|
|
|
4404
4423
|
|
|
4405
4424
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4643,7 +4662,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration?: Configu
|
|
|
4643
4662
|
const localVarHeaderParameter = {} as any;
|
|
4644
4663
|
const localVarQueryParameter = {} as any;
|
|
4645
4664
|
|
|
4646
|
-
// authentication
|
|
4665
|
+
// authentication systemJWT required
|
|
4647
4666
|
// http bearer authentication required
|
|
4648
4667
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4649
4668
|
|
|
@@ -4677,7 +4696,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration?: Configu
|
|
|
4677
4696
|
const localVarHeaderParameter = {} as any;
|
|
4678
4697
|
const localVarQueryParameter = {} as any;
|
|
4679
4698
|
|
|
4680
|
-
// authentication
|
|
4699
|
+
// authentication systemJWT required
|
|
4681
4700
|
// http bearer authentication required
|
|
4682
4701
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4683
4702
|
|
|
@@ -4714,7 +4733,7 @@ export const IntegrationApiAxiosParamCreator = function (configuration?: Configu
|
|
|
4714
4733
|
const localVarHeaderParameter = {} as any;
|
|
4715
4734
|
const localVarQueryParameter = {} as any;
|
|
4716
4735
|
|
|
4717
|
-
// authentication
|
|
4736
|
+
// authentication systemJWT required
|
|
4718
4737
|
// http bearer authentication required
|
|
4719
4738
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4720
4739
|
|
|
@@ -4949,6 +4968,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
|
4949
4968
|
const localVarHeaderParameter = {} as any;
|
|
4950
4969
|
const localVarQueryParameter = {} as any;
|
|
4951
4970
|
|
|
4971
|
+
// authentication customerJWT required
|
|
4972
|
+
// http bearer authentication required
|
|
4973
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4974
|
+
|
|
4952
4975
|
|
|
4953
4976
|
|
|
4954
4977
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -4986,6 +5009,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
|
4986
5009
|
const localVarHeaderParameter = {} as any;
|
|
4987
5010
|
const localVarQueryParameter = {} as any;
|
|
4988
5011
|
|
|
5012
|
+
// authentication customerJWT required
|
|
5013
|
+
// http bearer authentication required
|
|
5014
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5015
|
+
|
|
4989
5016
|
|
|
4990
5017
|
|
|
4991
5018
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5018,6 +5045,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
|
5018
5045
|
const localVarHeaderParameter = {} as any;
|
|
5019
5046
|
const localVarQueryParameter = {} as any;
|
|
5020
5047
|
|
|
5048
|
+
// authentication customerJWT required
|
|
5049
|
+
// http bearer authentication required
|
|
5050
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5051
|
+
|
|
5021
5052
|
if (nextToken !== undefined) {
|
|
5022
5053
|
localVarQueryParameter['nextToken'] = nextToken;
|
|
5023
5054
|
}
|
|
@@ -5060,6 +5091,10 @@ export const NotificationApiAxiosParamCreator = function (configuration?: Config
|
|
|
5060
5091
|
const localVarHeaderParameter = {} as any;
|
|
5061
5092
|
const localVarQueryParameter = {} as any;
|
|
5062
5093
|
|
|
5094
|
+
// authentication customerJWT required
|
|
5095
|
+
// http bearer authentication required
|
|
5096
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5097
|
+
|
|
5063
5098
|
|
|
5064
5099
|
|
|
5065
5100
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5265,7 +5300,7 @@ export const OrderApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
5265
5300
|
const localVarHeaderParameter = {} as any;
|
|
5266
5301
|
const localVarQueryParameter = {} as any;
|
|
5267
5302
|
|
|
5268
|
-
// authentication
|
|
5303
|
+
// authentication customerJWT required
|
|
5269
5304
|
// http bearer authentication required
|
|
5270
5305
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5271
5306
|
|
|
@@ -5306,7 +5341,7 @@ export const OrderApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
5306
5341
|
const localVarHeaderParameter = {} as any;
|
|
5307
5342
|
const localVarQueryParameter = {} as any;
|
|
5308
5343
|
|
|
5309
|
-
// authentication
|
|
5344
|
+
// authentication customerJWT required
|
|
5310
5345
|
// http bearer authentication required
|
|
5311
5346
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5312
5347
|
|
|
@@ -5348,7 +5383,7 @@ export const OrderApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
5348
5383
|
const localVarHeaderParameter = {} as any;
|
|
5349
5384
|
const localVarQueryParameter = {} as any;
|
|
5350
5385
|
|
|
5351
|
-
// authentication
|
|
5386
|
+
// authentication systemJWT required
|
|
5352
5387
|
// http bearer authentication required
|
|
5353
5388
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5354
5389
|
|
|
@@ -5424,7 +5459,7 @@ export const OrderApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
5424
5459
|
const localVarHeaderParameter = {} as any;
|
|
5425
5460
|
const localVarQueryParameter = {} as any;
|
|
5426
5461
|
|
|
5427
|
-
// authentication
|
|
5462
|
+
// authentication customerJWT required
|
|
5428
5463
|
// http bearer authentication required
|
|
5429
5464
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5430
5465
|
|
|
@@ -5698,7 +5733,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5698
5733
|
const localVarHeaderParameter = {} as any;
|
|
5699
5734
|
const localVarQueryParameter = {} as any;
|
|
5700
5735
|
|
|
5701
|
-
// authentication
|
|
5736
|
+
// authentication systemJWT required
|
|
5702
5737
|
// http bearer authentication required
|
|
5703
5738
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5704
5739
|
|
|
@@ -5736,10 +5771,13 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5736
5771
|
const localVarHeaderParameter = {} as any;
|
|
5737
5772
|
const localVarQueryParameter = {} as any;
|
|
5738
5773
|
|
|
5739
|
-
// authentication
|
|
5774
|
+
// authentication systemJWT required
|
|
5740
5775
|
// http bearer authentication required
|
|
5741
5776
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5742
5777
|
|
|
5778
|
+
// authentication ApiKeyAuth required
|
|
5779
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
5780
|
+
|
|
5743
5781
|
|
|
5744
5782
|
|
|
5745
5783
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -5774,7 +5812,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5774
5812
|
const localVarHeaderParameter = {} as any;
|
|
5775
5813
|
const localVarQueryParameter = {} as any;
|
|
5776
5814
|
|
|
5777
|
-
// authentication
|
|
5815
|
+
// authentication systemJWT required
|
|
5778
5816
|
// http bearer authentication required
|
|
5779
5817
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5780
5818
|
|
|
@@ -5812,7 +5850,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5812
5850
|
const localVarHeaderParameter = {} as any;
|
|
5813
5851
|
const localVarQueryParameter = {} as any;
|
|
5814
5852
|
|
|
5815
|
-
// authentication
|
|
5853
|
+
// authentication customerJWT required
|
|
5816
5854
|
// http bearer authentication required
|
|
5817
5855
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5818
5856
|
|
|
@@ -5849,7 +5887,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5849
5887
|
const localVarHeaderParameter = {} as any;
|
|
5850
5888
|
const localVarQueryParameter = {} as any;
|
|
5851
5889
|
|
|
5852
|
-
// authentication
|
|
5890
|
+
// authentication systemJWT required
|
|
5853
5891
|
// http bearer authentication required
|
|
5854
5892
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5855
5893
|
|
|
@@ -5887,7 +5925,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5887
5925
|
const localVarHeaderParameter = {} as any;
|
|
5888
5926
|
const localVarQueryParameter = {} as any;
|
|
5889
5927
|
|
|
5890
|
-
// authentication
|
|
5928
|
+
// authentication systemJWT required
|
|
5891
5929
|
// http bearer authentication required
|
|
5892
5930
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5893
5931
|
|
|
@@ -5925,7 +5963,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5925
5963
|
const localVarHeaderParameter = {} as any;
|
|
5926
5964
|
const localVarQueryParameter = {} as any;
|
|
5927
5965
|
|
|
5928
|
-
// authentication
|
|
5966
|
+
// authentication systemJWT required
|
|
5929
5967
|
// http bearer authentication required
|
|
5930
5968
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5931
5969
|
|
|
@@ -5963,7 +6001,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5963
6001
|
const localVarHeaderParameter = {} as any;
|
|
5964
6002
|
const localVarQueryParameter = {} as any;
|
|
5965
6003
|
|
|
5966
|
-
// authentication
|
|
6004
|
+
// authentication customerJWT required
|
|
5967
6005
|
// http bearer authentication required
|
|
5968
6006
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
5969
6007
|
|
|
@@ -5999,7 +6037,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
5999
6037
|
const localVarHeaderParameter = {} as any;
|
|
6000
6038
|
const localVarQueryParameter = {} as any;
|
|
6001
6039
|
|
|
6002
|
-
// authentication
|
|
6040
|
+
// authentication systemJWT required
|
|
6003
6041
|
// http bearer authentication required
|
|
6004
6042
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6005
6043
|
|
|
@@ -6050,7 +6088,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6050
6088
|
const localVarHeaderParameter = {} as any;
|
|
6051
6089
|
const localVarQueryParameter = {} as any;
|
|
6052
6090
|
|
|
6053
|
-
// authentication
|
|
6091
|
+
// authentication systemJWT required
|
|
6054
6092
|
// http bearer authentication required
|
|
6055
6093
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6056
6094
|
|
|
@@ -6125,7 +6163,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6125
6163
|
const localVarHeaderParameter = {} as any;
|
|
6126
6164
|
const localVarQueryParameter = {} as any;
|
|
6127
6165
|
|
|
6128
|
-
// authentication
|
|
6166
|
+
// authentication customerJWT required
|
|
6129
6167
|
// http bearer authentication required
|
|
6130
6168
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6131
6169
|
|
|
@@ -6184,7 +6222,7 @@ export const ProductApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6184
6222
|
const localVarHeaderParameter = {} as any;
|
|
6185
6223
|
const localVarQueryParameter = {} as any;
|
|
6186
6224
|
|
|
6187
|
-
// authentication
|
|
6225
|
+
// authentication systemJWT required
|
|
6188
6226
|
// http bearer authentication required
|
|
6189
6227
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6190
6228
|
|
|
@@ -6706,7 +6744,7 @@ export const ProgressApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
6706
6744
|
const localVarHeaderParameter = {} as any;
|
|
6707
6745
|
const localVarQueryParameter = {} as any;
|
|
6708
6746
|
|
|
6709
|
-
// authentication
|
|
6747
|
+
// authentication systemJWT required
|
|
6710
6748
|
// http bearer authentication required
|
|
6711
6749
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6712
6750
|
|
|
@@ -6769,7 +6807,7 @@ export const ProgressApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
6769
6807
|
const localVarHeaderParameter = {} as any;
|
|
6770
6808
|
const localVarQueryParameter = {} as any;
|
|
6771
6809
|
|
|
6772
|
-
// authentication
|
|
6810
|
+
// authentication customerJWT required
|
|
6773
6811
|
// http bearer authentication required
|
|
6774
6812
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
6775
6813
|
|
|
@@ -6956,6 +6994,10 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
6956
6994
|
const localVarHeaderParameter = {} as any;
|
|
6957
6995
|
const localVarQueryParameter = {} as any;
|
|
6958
6996
|
|
|
6997
|
+
// authentication systemJWT required
|
|
6998
|
+
// http bearer authentication required
|
|
6999
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7000
|
+
|
|
6959
7001
|
|
|
6960
7002
|
|
|
6961
7003
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -6997,6 +7039,10 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
6997
7039
|
const localVarHeaderParameter = {} as any;
|
|
6998
7040
|
const localVarQueryParameter = {} as any;
|
|
6999
7041
|
|
|
7042
|
+
// authentication systemJWT required
|
|
7043
|
+
// http bearer authentication required
|
|
7044
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7045
|
+
|
|
7000
7046
|
|
|
7001
7047
|
|
|
7002
7048
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7035,6 +7081,10 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7035
7081
|
const localVarHeaderParameter = {} as any;
|
|
7036
7082
|
const localVarQueryParameter = {} as any;
|
|
7037
7083
|
|
|
7084
|
+
// authentication customerJWT required
|
|
7085
|
+
// http bearer authentication required
|
|
7086
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7087
|
+
|
|
7038
7088
|
|
|
7039
7089
|
|
|
7040
7090
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7069,6 +7119,10 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7069
7119
|
const localVarHeaderParameter = {} as any;
|
|
7070
7120
|
const localVarQueryParameter = {} as any;
|
|
7071
7121
|
|
|
7122
|
+
// authentication customerJWT required
|
|
7123
|
+
// http bearer authentication required
|
|
7124
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7125
|
+
|
|
7072
7126
|
|
|
7073
7127
|
|
|
7074
7128
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7102,7 +7156,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7102
7156
|
const localVarHeaderParameter = {} as any;
|
|
7103
7157
|
const localVarQueryParameter = {} as any;
|
|
7104
7158
|
|
|
7105
|
-
// authentication
|
|
7159
|
+
// authentication systemJWT required
|
|
7106
7160
|
// http bearer authentication required
|
|
7107
7161
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7108
7162
|
|
|
@@ -7139,7 +7193,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7139
7193
|
const localVarHeaderParameter = {} as any;
|
|
7140
7194
|
const localVarQueryParameter = {} as any;
|
|
7141
7195
|
|
|
7142
|
-
// authentication
|
|
7196
|
+
// authentication systemJWT required
|
|
7143
7197
|
// http bearer authentication required
|
|
7144
7198
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7145
7199
|
|
|
@@ -7177,7 +7231,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7177
7231
|
const localVarHeaderParameter = {} as any;
|
|
7178
7232
|
const localVarQueryParameter = {} as any;
|
|
7179
7233
|
|
|
7180
|
-
// authentication
|
|
7234
|
+
// authentication systemJWT required
|
|
7181
7235
|
// http bearer authentication required
|
|
7182
7236
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7183
7237
|
|
|
@@ -7215,7 +7269,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7215
7269
|
const localVarHeaderParameter = {} as any;
|
|
7216
7270
|
const localVarQueryParameter = {} as any;
|
|
7217
7271
|
|
|
7218
|
-
// authentication
|
|
7272
|
+
// authentication systemJWT required
|
|
7219
7273
|
// http bearer authentication required
|
|
7220
7274
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7221
7275
|
|
|
@@ -7253,7 +7307,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7253
7307
|
const localVarHeaderParameter = {} as any;
|
|
7254
7308
|
const localVarQueryParameter = {} as any;
|
|
7255
7309
|
|
|
7256
|
-
// authentication
|
|
7310
|
+
// authentication customerJWT required
|
|
7257
7311
|
// http bearer authentication required
|
|
7258
7312
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7259
7313
|
|
|
@@ -7301,7 +7355,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7301
7355
|
const localVarHeaderParameter = {} as any;
|
|
7302
7356
|
const localVarQueryParameter = {} as any;
|
|
7303
7357
|
|
|
7304
|
-
// authentication
|
|
7358
|
+
// authentication systemJWT required
|
|
7305
7359
|
// http bearer authentication required
|
|
7306
7360
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7307
7361
|
|
|
@@ -7409,7 +7463,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7409
7463
|
const localVarHeaderParameter = {} as any;
|
|
7410
7464
|
const localVarQueryParameter = {} as any;
|
|
7411
7465
|
|
|
7412
|
-
// authentication
|
|
7466
|
+
// authentication customerJWT required
|
|
7413
7467
|
// http bearer authentication required
|
|
7414
7468
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7415
7469
|
|
|
@@ -7498,7 +7552,7 @@ export const PromotionApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7498
7552
|
const localVarHeaderParameter = {} as any;
|
|
7499
7553
|
const localVarQueryParameter = {} as any;
|
|
7500
7554
|
|
|
7501
|
-
// authentication
|
|
7555
|
+
// authentication systemJWT required
|
|
7502
7556
|
// http bearer authentication required
|
|
7503
7557
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
7504
7558
|
|
|
@@ -8046,10 +8100,13 @@ export const SegmentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
8046
8100
|
const localVarHeaderParameter = {} as any;
|
|
8047
8101
|
const localVarQueryParameter = {} as any;
|
|
8048
8102
|
|
|
8049
|
-
// authentication
|
|
8103
|
+
// authentication systemJWT required
|
|
8050
8104
|
// http bearer authentication required
|
|
8051
8105
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8052
8106
|
|
|
8107
|
+
// authentication ApiKeyAuth required
|
|
8108
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
8109
|
+
|
|
8053
8110
|
|
|
8054
8111
|
|
|
8055
8112
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -8087,7 +8144,7 @@ export const SegmentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
8087
8144
|
const localVarHeaderParameter = {} as any;
|
|
8088
8145
|
const localVarQueryParameter = {} as any;
|
|
8089
8146
|
|
|
8090
|
-
// authentication
|
|
8147
|
+
// authentication systemJWT required
|
|
8091
8148
|
// http bearer authentication required
|
|
8092
8149
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8093
8150
|
|
|
@@ -8123,7 +8180,7 @@ export const SegmentApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
8123
8180
|
const localVarHeaderParameter = {} as any;
|
|
8124
8181
|
const localVarQueryParameter = {} as any;
|
|
8125
8182
|
|
|
8126
|
-
// authentication
|
|
8183
|
+
// authentication systemJWT required
|
|
8127
8184
|
// http bearer authentication required
|
|
8128
8185
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8129
8186
|
|
|
@@ -8307,10 +8364,13 @@ export const TagApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8307
8364
|
const localVarHeaderParameter = {} as any;
|
|
8308
8365
|
const localVarQueryParameter = {} as any;
|
|
8309
8366
|
|
|
8310
|
-
// authentication
|
|
8367
|
+
// authentication systemJWT required
|
|
8311
8368
|
// http bearer authentication required
|
|
8312
8369
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8313
8370
|
|
|
8371
|
+
// authentication ApiKeyAuth required
|
|
8372
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
8373
|
+
|
|
8314
8374
|
|
|
8315
8375
|
|
|
8316
8376
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -8348,7 +8408,7 @@ export const TagApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8348
8408
|
const localVarHeaderParameter = {} as any;
|
|
8349
8409
|
const localVarQueryParameter = {} as any;
|
|
8350
8410
|
|
|
8351
|
-
// authentication
|
|
8411
|
+
// authentication systemJWT required
|
|
8352
8412
|
// http bearer authentication required
|
|
8353
8413
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8354
8414
|
|
|
@@ -8386,7 +8446,7 @@ export const TagApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8386
8446
|
const localVarHeaderParameter = {} as any;
|
|
8387
8447
|
const localVarQueryParameter = {} as any;
|
|
8388
8448
|
|
|
8389
|
-
// authentication
|
|
8449
|
+
// authentication systemJWT required
|
|
8390
8450
|
// http bearer authentication required
|
|
8391
8451
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8392
8452
|
|
|
@@ -8421,7 +8481,7 @@ export const TagApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8421
8481
|
const localVarHeaderParameter = {} as any;
|
|
8422
8482
|
const localVarQueryParameter = {} as any;
|
|
8423
8483
|
|
|
8424
|
-
// authentication
|
|
8484
|
+
// authentication systemJWT required
|
|
8425
8485
|
// http bearer authentication required
|
|
8426
8486
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8427
8487
|
|
|
@@ -8464,10 +8524,13 @@ export const TagApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8464
8524
|
const localVarHeaderParameter = {} as any;
|
|
8465
8525
|
const localVarQueryParameter = {} as any;
|
|
8466
8526
|
|
|
8467
|
-
// authentication
|
|
8527
|
+
// authentication systemJWT required
|
|
8468
8528
|
// http bearer authentication required
|
|
8469
8529
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8470
8530
|
|
|
8531
|
+
// authentication ApiKeyAuth required
|
|
8532
|
+
await setApiKeyToObject(localVarHeaderParameter, "X-API-Key", configuration)
|
|
8533
|
+
|
|
8471
8534
|
|
|
8472
8535
|
|
|
8473
8536
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
@@ -8711,7 +8774,7 @@ export const TransactionApiAxiosParamCreator = function (configuration?: Configu
|
|
|
8711
8774
|
const localVarHeaderParameter = {} as any;
|
|
8712
8775
|
const localVarQueryParameter = {} as any;
|
|
8713
8776
|
|
|
8714
|
-
// authentication
|
|
8777
|
+
// authentication systemJWT required
|
|
8715
8778
|
// http bearer authentication required
|
|
8716
8779
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8717
8780
|
|
|
@@ -8839,7 +8902,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8839
8902
|
const localVarHeaderParameter = {} as any;
|
|
8840
8903
|
const localVarQueryParameter = {} as any;
|
|
8841
8904
|
|
|
8842
|
-
// authentication
|
|
8905
|
+
// authentication systemJWT required
|
|
8843
8906
|
// http bearer authentication required
|
|
8844
8907
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8845
8908
|
|
|
@@ -8877,7 +8940,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8877
8940
|
const localVarHeaderParameter = {} as any;
|
|
8878
8941
|
const localVarQueryParameter = {} as any;
|
|
8879
8942
|
|
|
8880
|
-
// authentication
|
|
8943
|
+
// authentication systemJWT required
|
|
8881
8944
|
// http bearer authentication required
|
|
8882
8945
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8883
8946
|
|
|
@@ -8917,7 +8980,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
8917
8980
|
const localVarHeaderParameter = {} as any;
|
|
8918
8981
|
const localVarQueryParameter = {} as any;
|
|
8919
8982
|
|
|
8920
|
-
// authentication
|
|
8983
|
+
// authentication systemJWT required
|
|
8921
8984
|
// http bearer authentication required
|
|
8922
8985
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
8923
8986
|
|