edge-impulse-api 1.71.60 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/library/sdk/api/adminApi.d.ts +81 -1
- package/build/library/sdk/api/adminApi.js +562 -0
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/authApi.d.ts +3 -1
- package/build/library/sdk/api/authApi.js +6 -0
- package/build/library/sdk/api/authApi.js.map +1 -1
- package/build/library/sdk/api/classifyApi.d.ts +3 -1
- package/build/library/sdk/api/classifyApi.js +14 -0
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/dSPApi.d.ts +3 -1
- package/build/library/sdk/api/dSPApi.js +23 -0
- package/build/library/sdk/api/dSPApi.js.map +1 -1
- package/build/library/sdk/api/deploymentApi.d.ts +3 -1
- package/build/library/sdk/api/deploymentApi.js +15 -0
- package/build/library/sdk/api/deploymentApi.js.map +1 -1
- package/build/library/sdk/api/devicesApi.d.ts +3 -1
- package/build/library/sdk/api/devicesApi.js +17 -0
- package/build/library/sdk/api/devicesApi.js.map +1 -1
- package/build/library/sdk/api/exportApi.d.ts +3 -1
- package/build/library/sdk/api/exportApi.js +5 -0
- package/build/library/sdk/api/exportApi.js.map +1 -1
- package/build/library/sdk/api/impulseApi.d.ts +3 -1
- package/build/library/sdk/api/impulseApi.js +22 -0
- package/build/library/sdk/api/impulseApi.js.map +1 -1
- package/build/library/sdk/api/integrationsApi.d.ts +3 -1
- package/build/library/sdk/api/integrationsApi.js +6 -0
- package/build/library/sdk/api/integrationsApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.d.ts +3 -1
- package/build/library/sdk/api/jobsApi.js +48 -0
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/learnApi.d.ts +3 -1
- package/build/library/sdk/api/learnApi.js +30 -0
- package/build/library/sdk/api/learnApi.js.map +1 -1
- package/build/library/sdk/api/optimizationApi.d.ts +3 -1
- package/build/library/sdk/api/optimizationApi.js +20 -0
- package/build/library/sdk/api/optimizationApi.js.map +1 -1
- package/build/library/sdk/api/organizationBlocksApi.d.ts +3 -1
- package/build/library/sdk/api/organizationBlocksApi.js +34 -0
- package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/library/sdk/api/organizationCreateProjectApi.d.ts +3 -1
- package/build/library/sdk/api/organizationCreateProjectApi.js +17 -0
- package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataApi.d.ts +3 -1
- package/build/library/sdk/api/organizationDataApi.js +43 -0
- package/build/library/sdk/api/organizationDataApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataCampaignsApi.d.ts +3 -1
- package/build/library/sdk/api/organizationDataCampaignsApi.js +16 -0
- package/build/library/sdk/api/organizationDataCampaignsApi.js.map +1 -1
- package/build/library/sdk/api/organizationJobsApi.d.ts +3 -1
- package/build/library/sdk/api/organizationJobsApi.js +12 -0
- package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/library/sdk/api/organizationPipelinesApi.d.ts +3 -1
- package/build/library/sdk/api/organizationPipelinesApi.js +12 -0
- package/build/library/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/library/sdk/api/organizationPortalsApi.d.ts +3 -1
- package/build/library/sdk/api/organizationPortalsApi.js +11 -0
- package/build/library/sdk/api/organizationPortalsApi.js.map +1 -1
- package/build/library/sdk/api/organizationsApi.d.ts +3 -1
- package/build/library/sdk/api/organizationsApi.js +82 -0
- package/build/library/sdk/api/organizationsApi.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.d.ts +3 -1
- package/build/library/sdk/api/performanceCalibrationApi.js +15 -0
- package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.d.ts +3 -1
- package/build/library/sdk/api/projectsApi.js +57 -0
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.d.ts +3 -1
- package/build/library/sdk/api/rawDataApi.js +61 -0
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/api/testApi.d.ts +3 -1
- package/build/library/sdk/api/testApi.js +5 -0
- package/build/library/sdk/api/testApi.js.map +1 -1
- package/build/library/sdk/api/themesApi.d.ts +3 -1
- package/build/library/sdk/api/themesApi.js +10 -0
- package/build/library/sdk/api/themesApi.js.map +1 -1
- package/build/library/sdk/api/thirdPartyAuthApi.d.ts +3 -1
- package/build/library/sdk/api/thirdPartyAuthApi.js +11 -0
- package/build/library/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/library/sdk/api/uploadPortalApi.d.ts +3 -1
- package/build/library/sdk/api/uploadPortalApi.js +11 -0
- package/build/library/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/library/sdk/api/userApi.d.ts +3 -1
- package/build/library/sdk/api/userApi.js +44 -0
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/api/whitelabelsApi.d.ts +3 -1
- package/build/library/sdk/api/whitelabelsApi.js +11 -0
- package/build/library/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/library/sdk/model/adminCreateOauthClientRequest.d.ts +25 -0
- package/build/library/sdk/model/adminCreateOauthClientRequest.js +24 -0
- package/build/library/sdk/model/adminCreateOauthClientRequest.js.map +1 -0
- package/build/library/sdk/model/adminCreateOauthClientResponse.d.ts +44 -0
- package/build/library/sdk/model/adminCreateOauthClientResponse.js +49 -0
- package/build/library/sdk/model/adminCreateOauthClientResponse.js.map +1 -0
- package/build/library/sdk/model/adminCreateOauthClientResponseAllOf.d.ts +32 -0
- package/build/library/sdk/model/adminCreateOauthClientResponseAllOf.js +34 -0
- package/build/library/sdk/model/adminCreateOauthClientResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/adminGetOauthClientResponse.d.ts +34 -0
- package/build/library/sdk/model/adminGetOauthClientResponse.js +39 -0
- package/build/library/sdk/model/adminGetOauthClientResponse.js.map +1 -0
- package/build/library/sdk/model/adminGetOauthClientResponseAllOf.d.ts +26 -0
- package/build/library/sdk/model/adminGetOauthClientResponseAllOf.js +29 -0
- package/build/library/sdk/model/adminGetOauthClientResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/adminGetOauthClientsResponse.d.ts +38 -0
- package/build/library/sdk/model/adminGetOauthClientsResponse.js +44 -0
- package/build/library/sdk/model/adminGetOauthClientsResponse.js.map +1 -0
- package/build/library/sdk/model/adminGetOauthClientsResponseAllOf.d.ts +30 -0
- package/build/library/sdk/model/adminGetOauthClientsResponseAllOf.js +34 -0
- package/build/library/sdk/model/adminGetOauthClientsResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponse.d.ts +36 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponse.js +39 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponse.js.map +1 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponseAllOf.d.ts +28 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponseAllOf.js +29 -0
- package/build/library/sdk/model/adminRotateOauthClientSecretResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/adminUpdateOauthClientRequest.d.ts +25 -0
- package/build/library/sdk/model/adminUpdateOauthClientRequest.js +24 -0
- package/build/library/sdk/model/adminUpdateOauthClientRequest.js.map +1 -0
- package/build/library/sdk/model/feature.d.ts +1 -1
- package/build/library/sdk/model/feature.js +1 -1
- package/build/library/sdk/model/feature.js.map +1 -1
- package/build/library/sdk/model/models.d.ts +13 -0
- package/build/library/sdk/model/models.js +38 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/oauthClient.d.ts +68 -0
- package/build/library/sdk/model/oauthClient.js +77 -0
- package/build/library/sdk/model/oauthClient.js.map +1 -0
- package/build/library/sdk/model/oauthClientProperties.d.ts +45 -0
- package/build/library/sdk/model/oauthClientProperties.js +49 -0
- package/build/library/sdk/model/oauthClientProperties.js.map +1 -0
- package/build/library/sdk/model/oauthGrantType.d.ts +16 -0
- package/build/library/sdk/model/oauthGrantType.js +16 -0
- package/build/library/sdk/model/oauthGrantType.js.map +1 -0
- package/build/library/sdk/model/permission.d.ts +1 -1
- package/build/library/sdk/model/permission.js +1 -1
- package/build/library/sdk/model/permission.js.map +1 -1
- package/package.json +1 -1
|
@@ -38,6 +38,7 @@ class JobsApi {
|
|
|
38
38
|
this.authentications = {
|
|
39
39
|
'default': new models_1.VoidAuth(),
|
|
40
40
|
'ApiKeyAuthentication': new models_2.ApiKeyAuth('header', 'x-api-key'),
|
|
41
|
+
'OAuth2': new models_2.OAuth(),
|
|
41
42
|
'JWTAuthentication': new models_2.ApiKeyAuth('cookie', 'jwt'),
|
|
42
43
|
'JWTHttpHeaderAuthentication': new models_2.ApiKeyAuth('header', 'x-jwt-token'),
|
|
43
44
|
};
|
|
@@ -74,6 +75,9 @@ class JobsApi {
|
|
|
74
75
|
setApiKey(key, value) {
|
|
75
76
|
this.authentications[JobsApiApiKeys[key]].apiKey = value;
|
|
76
77
|
}
|
|
78
|
+
set accessToken(token) {
|
|
79
|
+
this.authentications.OAuth2.accessToken = token;
|
|
80
|
+
}
|
|
77
81
|
/**
|
|
78
82
|
* Autotune DSP block parameters. Updates are streamed over the websocket API.
|
|
79
83
|
* @summary Autotune DSP parameters
|
|
@@ -121,6 +125,7 @@ class JobsApi {
|
|
|
121
125
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
122
126
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
123
127
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
128
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
124
129
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
125
130
|
return authenticationPromise.then(() => {
|
|
126
131
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -213,6 +218,7 @@ class JobsApi {
|
|
|
213
218
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
214
219
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
215
220
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
221
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
216
222
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
217
223
|
return authenticationPromise.then(() => {
|
|
218
224
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -297,6 +303,7 @@ class JobsApi {
|
|
|
297
303
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
298
304
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
299
305
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
306
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
300
307
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
301
308
|
return authenticationPromise.then(() => {
|
|
302
309
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -377,6 +384,7 @@ class JobsApi {
|
|
|
377
384
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
378
385
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
379
386
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
387
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
380
388
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
381
389
|
return authenticationPromise.then(() => {
|
|
382
390
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -461,6 +469,7 @@ class JobsApi {
|
|
|
461
469
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
462
470
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
463
471
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
472
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
464
473
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
465
474
|
return authenticationPromise.then(() => {
|
|
466
475
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -541,6 +550,7 @@ class JobsApi {
|
|
|
541
550
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
542
551
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
543
552
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
553
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
544
554
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
545
555
|
return authenticationPromise.then(() => {
|
|
546
556
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -627,6 +637,7 @@ class JobsApi {
|
|
|
627
637
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
628
638
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
629
639
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
640
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
630
641
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
631
642
|
return authenticationPromise.then(() => {
|
|
632
643
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -707,6 +718,7 @@ class JobsApi {
|
|
|
707
718
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
708
719
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
709
720
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
721
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
710
722
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
711
723
|
return authenticationPromise.then(() => {
|
|
712
724
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -795,6 +807,7 @@ class JobsApi {
|
|
|
795
807
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
796
808
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
797
809
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
810
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
798
811
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
799
812
|
return authenticationPromise.then(() => {
|
|
800
813
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -875,6 +888,7 @@ class JobsApi {
|
|
|
875
888
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
876
889
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
877
890
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
891
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
878
892
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
879
893
|
return authenticationPromise.then(() => {
|
|
880
894
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -961,6 +975,7 @@ class JobsApi {
|
|
|
961
975
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
962
976
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
963
977
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
978
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
964
979
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
965
980
|
return authenticationPromise.then(() => {
|
|
966
981
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1035,6 +1050,7 @@ class JobsApi {
|
|
|
1035
1050
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1036
1051
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1037
1052
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1053
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1038
1054
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1039
1055
|
return authenticationPromise.then(() => {
|
|
1040
1056
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1115,6 +1131,7 @@ class JobsApi {
|
|
|
1115
1131
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1116
1132
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1117
1133
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1134
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1118
1135
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1119
1136
|
return authenticationPromise.then(() => {
|
|
1120
1137
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1189,6 +1206,7 @@ class JobsApi {
|
|
|
1189
1206
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1190
1207
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1191
1208
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1209
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1192
1210
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1193
1211
|
return authenticationPromise.then(() => {
|
|
1194
1212
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1271,6 +1289,7 @@ class JobsApi {
|
|
|
1271
1289
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1272
1290
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1273
1291
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1292
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1274
1293
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1275
1294
|
return authenticationPromise.then(() => {
|
|
1276
1295
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1351,6 +1370,7 @@ class JobsApi {
|
|
|
1351
1370
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1352
1371
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1353
1372
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1373
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1354
1374
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1355
1375
|
return authenticationPromise.then(() => {
|
|
1356
1376
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1439,6 +1459,7 @@ class JobsApi {
|
|
|
1439
1459
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1440
1460
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1441
1461
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1462
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1442
1463
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1443
1464
|
return authenticationPromise.then(() => {
|
|
1444
1465
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1529,6 +1550,7 @@ class JobsApi {
|
|
|
1529
1550
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1530
1551
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1531
1552
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1553
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1532
1554
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1533
1555
|
return authenticationPromise.then(() => {
|
|
1534
1556
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1609,6 +1631,7 @@ class JobsApi {
|
|
|
1609
1631
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1610
1632
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1611
1633
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1634
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1612
1635
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1613
1636
|
return authenticationPromise.then(() => {
|
|
1614
1637
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1689,6 +1712,7 @@ class JobsApi {
|
|
|
1689
1712
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1690
1713
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1691
1714
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1715
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1692
1716
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1693
1717
|
return authenticationPromise.then(() => {
|
|
1694
1718
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1767,6 +1791,7 @@ class JobsApi {
|
|
|
1767
1791
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1768
1792
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1769
1793
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1794
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1770
1795
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1771
1796
|
return authenticationPromise.then(() => {
|
|
1772
1797
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1869,6 +1894,7 @@ class JobsApi {
|
|
|
1869
1894
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1870
1895
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1871
1896
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1897
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1872
1898
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1873
1899
|
return authenticationPromise.then(() => {
|
|
1874
1900
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1963,6 +1989,7 @@ class JobsApi {
|
|
|
1963
1989
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1964
1990
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1965
1991
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1992
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1966
1993
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1967
1994
|
return authenticationPromise.then(() => {
|
|
1968
1995
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2041,6 +2068,7 @@ class JobsApi {
|
|
|
2041
2068
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2042
2069
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2043
2070
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2071
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2044
2072
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2045
2073
|
return authenticationPromise.then(() => {
|
|
2046
2074
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2115,6 +2143,7 @@ class JobsApi {
|
|
|
2115
2143
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2116
2144
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2117
2145
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2146
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2118
2147
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2119
2148
|
return authenticationPromise.then(() => {
|
|
2120
2149
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2199,6 +2228,7 @@ class JobsApi {
|
|
|
2199
2228
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2200
2229
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2201
2230
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2231
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2202
2232
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2203
2233
|
return authenticationPromise.then(() => {
|
|
2204
2234
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2283,6 +2313,7 @@ class JobsApi {
|
|
|
2283
2313
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2284
2314
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2285
2315
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2316
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2286
2317
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2287
2318
|
return authenticationPromise.then(() => {
|
|
2288
2319
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2367,6 +2398,7 @@ class JobsApi {
|
|
|
2367
2398
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2368
2399
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2369
2400
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2401
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2370
2402
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2371
2403
|
return authenticationPromise.then(() => {
|
|
2372
2404
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2445,6 +2477,7 @@ class JobsApi {
|
|
|
2445
2477
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2446
2478
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2447
2479
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2480
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2448
2481
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2449
2482
|
return authenticationPromise.then(() => {
|
|
2450
2483
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2525,6 +2558,7 @@ class JobsApi {
|
|
|
2525
2558
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2526
2559
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2527
2560
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2561
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2528
2562
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2529
2563
|
return authenticationPromise.then(() => {
|
|
2530
2564
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2599,6 +2633,7 @@ class JobsApi {
|
|
|
2599
2633
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2600
2634
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2601
2635
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2636
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2602
2637
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2603
2638
|
return authenticationPromise.then(() => {
|
|
2604
2639
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2679,6 +2714,7 @@ class JobsApi {
|
|
|
2679
2714
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2680
2715
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2681
2716
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2717
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2682
2718
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2683
2719
|
return authenticationPromise.then(() => {
|
|
2684
2720
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2759,6 +2795,7 @@ class JobsApi {
|
|
|
2759
2795
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2760
2796
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2761
2797
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2798
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2762
2799
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2763
2800
|
return authenticationPromise.then(() => {
|
|
2764
2801
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2843,6 +2880,7 @@ class JobsApi {
|
|
|
2843
2880
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2844
2881
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2845
2882
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2883
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2846
2884
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2847
2885
|
return authenticationPromise.then(() => {
|
|
2848
2886
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2927,6 +2965,7 @@ class JobsApi {
|
|
|
2927
2965
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2928
2966
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2929
2967
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2968
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2930
2969
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2931
2970
|
return authenticationPromise.then(() => {
|
|
2932
2971
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3007,6 +3046,7 @@ class JobsApi {
|
|
|
3007
3046
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3008
3047
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3009
3048
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3049
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3010
3050
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3011
3051
|
return authenticationPromise.then(() => {
|
|
3012
3052
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3087,6 +3127,7 @@ class JobsApi {
|
|
|
3087
3127
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3088
3128
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3089
3129
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3130
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3090
3131
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3091
3132
|
return authenticationPromise.then(() => {
|
|
3092
3133
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3167,6 +3208,7 @@ class JobsApi {
|
|
|
3167
3208
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3168
3209
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3169
3210
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3211
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3170
3212
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3171
3213
|
return authenticationPromise.then(() => {
|
|
3172
3214
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3245,6 +3287,7 @@ class JobsApi {
|
|
|
3245
3287
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3246
3288
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3247
3289
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3290
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3248
3291
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3249
3292
|
return authenticationPromise.then(() => {
|
|
3250
3293
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3325,6 +3368,7 @@ class JobsApi {
|
|
|
3325
3368
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3326
3369
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3327
3370
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3371
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3328
3372
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3329
3373
|
return authenticationPromise.then(() => {
|
|
3330
3374
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3405,6 +3449,7 @@ class JobsApi {
|
|
|
3405
3449
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3406
3450
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3407
3451
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3452
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3408
3453
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3409
3454
|
return authenticationPromise.then(() => {
|
|
3410
3455
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3491,6 +3536,7 @@ class JobsApi {
|
|
|
3491
3536
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3492
3537
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3493
3538
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3539
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3494
3540
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3495
3541
|
return authenticationPromise.then(() => {
|
|
3496
3542
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3577,6 +3623,7 @@ class JobsApi {
|
|
|
3577
3623
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3578
3624
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3579
3625
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3626
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3580
3627
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3581
3628
|
return authenticationPromise.then(() => {
|
|
3582
3629
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3663,6 +3710,7 @@ class JobsApi {
|
|
|
3663
3710
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3664
3711
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3665
3712
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3713
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3666
3714
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3667
3715
|
return authenticationPromise.then(() => {
|
|
3668
3716
|
if (Object.keys(localVarFormParams).length) {
|