edge-impulse-api 1.71.60 → 1.71.61
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
|
@@ -51,7 +51,7 @@ import { StoreSegmentLengthRequest } from '../model/storeSegmentLengthRequest';
|
|
|
51
51
|
import { TrackObjectsRequest } from '../model/trackObjectsRequest';
|
|
52
52
|
import { TrackObjectsResponse } from '../model/trackObjectsResponse';
|
|
53
53
|
import { Authentication } from '../model/models';
|
|
54
|
-
import { ApiKeyAuth } from '../model/models';
|
|
54
|
+
import { ApiKeyAuth, OAuth } from '../model/models';
|
|
55
55
|
import { RequestFile } from './apis';
|
|
56
56
|
export declare enum RawDataApiApiKeys {
|
|
57
57
|
ApiKeyAuthentication = 0,
|
|
@@ -309,6 +309,7 @@ export declare class RawDataApi {
|
|
|
309
309
|
protected authentications: {
|
|
310
310
|
default: Authentication;
|
|
311
311
|
ApiKeyAuthentication: ApiKeyAuth;
|
|
312
|
+
OAuth2: OAuth;
|
|
312
313
|
JWTAuthentication: ApiKeyAuth;
|
|
313
314
|
JWTHttpHeaderAuthentication: ApiKeyAuth;
|
|
314
315
|
};
|
|
@@ -320,6 +321,7 @@ export declare class RawDataApi {
|
|
|
320
321
|
get opts(): RawDataApiOpts;
|
|
321
322
|
setDefaultAuthentication(auth: Authentication): void;
|
|
322
323
|
setApiKey(key: RawDataApiApiKeys, value: string | undefined): void;
|
|
324
|
+
set accessToken(token: string);
|
|
323
325
|
/**
|
|
324
326
|
* Add specific metadata for multiple samples.
|
|
325
327
|
* @summary Add metadata (multiple samples)
|
|
@@ -38,6 +38,7 @@ class RawDataApi {
|
|
|
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 RawDataApi {
|
|
|
74
75
|
setApiKey(key, value) {
|
|
75
76
|
this.authentications[RawDataApiApiKeys[key]].apiKey = value;
|
|
76
77
|
}
|
|
78
|
+
set accessToken(token) {
|
|
79
|
+
this.authentications.OAuth2.accessToken = token;
|
|
80
|
+
}
|
|
77
81
|
/**
|
|
78
82
|
* Add specific metadata for multiple samples.
|
|
79
83
|
* @summary Add metadata (multiple samples)
|
|
@@ -193,6 +197,7 @@ class RawDataApi {
|
|
|
193
197
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
194
198
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
195
199
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
200
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
196
201
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
197
202
|
return authenticationPromise.then(() => {
|
|
198
203
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -339,6 +344,7 @@ class RawDataApi {
|
|
|
339
344
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
340
345
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
341
346
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
347
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
342
348
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
343
349
|
return authenticationPromise.then(() => {
|
|
344
350
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -491,6 +497,7 @@ class RawDataApi {
|
|
|
491
497
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
492
498
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
493
499
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
500
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
494
501
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
495
502
|
return authenticationPromise.then(() => {
|
|
496
503
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -637,6 +644,7 @@ class RawDataApi {
|
|
|
637
644
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
638
645
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
639
646
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
647
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
640
648
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
641
649
|
return authenticationPromise.then(() => {
|
|
642
650
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -783,6 +791,7 @@ class RawDataApi {
|
|
|
783
791
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
784
792
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
785
793
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
794
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
786
795
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
787
796
|
return authenticationPromise.then(() => {
|
|
788
797
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -935,6 +944,7 @@ class RawDataApi {
|
|
|
935
944
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
936
945
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
937
946
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
947
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
938
948
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
939
949
|
return authenticationPromise.then(() => {
|
|
940
950
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1081,6 +1091,7 @@ class RawDataApi {
|
|
|
1081
1091
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1082
1092
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1083
1093
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1094
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1084
1095
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1085
1096
|
return authenticationPromise.then(() => {
|
|
1086
1097
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1233,6 +1244,7 @@ class RawDataApi {
|
|
|
1233
1244
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1234
1245
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1235
1246
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1247
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1236
1248
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1237
1249
|
return authenticationPromise.then(() => {
|
|
1238
1250
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1319,6 +1331,7 @@ class RawDataApi {
|
|
|
1319
1331
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1320
1332
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1321
1333
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1334
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1322
1335
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1323
1336
|
return authenticationPromise.then(() => {
|
|
1324
1337
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1393,6 +1406,7 @@ class RawDataApi {
|
|
|
1393
1406
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1394
1407
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1395
1408
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1409
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1396
1410
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1397
1411
|
return authenticationPromise.then(() => {
|
|
1398
1412
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1467,6 +1481,7 @@ class RawDataApi {
|
|
|
1467
1481
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1468
1482
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1469
1483
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1484
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1470
1485
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1471
1486
|
return authenticationPromise.then(() => {
|
|
1472
1487
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1605,6 +1620,7 @@ class RawDataApi {
|
|
|
1605
1620
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1606
1621
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1607
1622
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1623
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1608
1624
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1609
1625
|
return authenticationPromise.then(() => {
|
|
1610
1626
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1691,6 +1707,7 @@ class RawDataApi {
|
|
|
1691
1707
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1692
1708
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1693
1709
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1710
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1694
1711
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1695
1712
|
return authenticationPromise.then(() => {
|
|
1696
1713
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1765,6 +1782,7 @@ class RawDataApi {
|
|
|
1765
1782
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1766
1783
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1767
1784
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1785
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1768
1786
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1769
1787
|
return authenticationPromise.then(() => {
|
|
1770
1788
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1845,6 +1863,7 @@ class RawDataApi {
|
|
|
1845
1863
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1846
1864
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1847
1865
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1866
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1848
1867
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1849
1868
|
return authenticationPromise.then(() => {
|
|
1850
1869
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -1925,6 +1944,7 @@ class RawDataApi {
|
|
|
1925
1944
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
1926
1945
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
1927
1946
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
1947
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
1928
1948
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
1929
1949
|
return authenticationPromise.then(() => {
|
|
1930
1950
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2005,6 +2025,7 @@ class RawDataApi {
|
|
|
2005
2025
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2006
2026
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2007
2027
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2028
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2008
2029
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2009
2030
|
return authenticationPromise.then(() => {
|
|
2010
2031
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2091,6 +2112,7 @@ class RawDataApi {
|
|
|
2091
2112
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2092
2113
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2093
2114
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2115
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2094
2116
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2095
2117
|
return authenticationPromise.then(() => {
|
|
2096
2118
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2171,6 +2193,7 @@ class RawDataApi {
|
|
|
2171
2193
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2172
2194
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2173
2195
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2196
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2174
2197
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2175
2198
|
return authenticationPromise.then(() => {
|
|
2176
2199
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2257,6 +2280,7 @@ class RawDataApi {
|
|
|
2257
2280
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2258
2281
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2259
2282
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2283
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2260
2284
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2261
2285
|
return authenticationPromise.then(() => {
|
|
2262
2286
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2337,6 +2361,7 @@ class RawDataApi {
|
|
|
2337
2361
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2338
2362
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2339
2363
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2364
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2340
2365
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2341
2366
|
return authenticationPromise.then(() => {
|
|
2342
2367
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2419,6 +2444,7 @@ class RawDataApi {
|
|
|
2419
2444
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2420
2445
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2421
2446
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2447
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2422
2448
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2423
2449
|
return authenticationPromise.then(() => {
|
|
2424
2450
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2493,6 +2519,7 @@ class RawDataApi {
|
|
|
2493
2519
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2494
2520
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2495
2521
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2522
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2496
2523
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2497
2524
|
return authenticationPromise.then(() => {
|
|
2498
2525
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2567,6 +2594,7 @@ class RawDataApi {
|
|
|
2567
2594
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2568
2595
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2569
2596
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2597
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2570
2598
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2571
2599
|
return authenticationPromise.then(() => {
|
|
2572
2600
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2641,6 +2669,7 @@ class RawDataApi {
|
|
|
2641
2669
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2642
2670
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2643
2671
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2672
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2644
2673
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2645
2674
|
return authenticationPromise.then(() => {
|
|
2646
2675
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2715,6 +2744,7 @@ class RawDataApi {
|
|
|
2715
2744
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2716
2745
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2717
2746
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2747
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2718
2748
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2719
2749
|
return authenticationPromise.then(() => {
|
|
2720
2750
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2789,6 +2819,7 @@ class RawDataApi {
|
|
|
2789
2819
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2790
2820
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2791
2821
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2822
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2792
2823
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2793
2824
|
return authenticationPromise.then(() => {
|
|
2794
2825
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2863,6 +2894,7 @@ class RawDataApi {
|
|
|
2863
2894
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2864
2895
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2865
2896
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2897
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2866
2898
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2867
2899
|
return authenticationPromise.then(() => {
|
|
2868
2900
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -2937,6 +2969,7 @@ class RawDataApi {
|
|
|
2937
2969
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
2938
2970
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
2939
2971
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
2972
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
2940
2973
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
2941
2974
|
return authenticationPromise.then(() => {
|
|
2942
2975
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3037,6 +3070,7 @@ class RawDataApi {
|
|
|
3037
3070
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3038
3071
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3039
3072
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3073
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3040
3074
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3041
3075
|
return authenticationPromise.then(() => {
|
|
3042
3076
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3137,6 +3171,7 @@ class RawDataApi {
|
|
|
3137
3171
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3138
3172
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3139
3173
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3174
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3140
3175
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3141
3176
|
return authenticationPromise.then(() => {
|
|
3142
3177
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3229,6 +3264,7 @@ class RawDataApi {
|
|
|
3229
3264
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3230
3265
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3231
3266
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3267
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3232
3268
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3233
3269
|
return authenticationPromise.then(() => {
|
|
3234
3270
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3309,6 +3345,7 @@ class RawDataApi {
|
|
|
3309
3345
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3310
3346
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3311
3347
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3348
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3312
3349
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3313
3350
|
return authenticationPromise.then(() => {
|
|
3314
3351
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3401,6 +3438,7 @@ class RawDataApi {
|
|
|
3401
3438
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3402
3439
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3403
3440
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3441
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3404
3442
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3405
3443
|
return authenticationPromise.then(() => {
|
|
3406
3444
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3483,6 +3521,7 @@ class RawDataApi {
|
|
|
3483
3521
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3484
3522
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3485
3523
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3524
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3486
3525
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3487
3526
|
return authenticationPromise.then(() => {
|
|
3488
3527
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3583,6 +3622,7 @@ class RawDataApi {
|
|
|
3583
3622
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3584
3623
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3585
3624
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3625
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3586
3626
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3587
3627
|
return authenticationPromise.then(() => {
|
|
3588
3628
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3683,6 +3723,7 @@ class RawDataApi {
|
|
|
3683
3723
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3684
3724
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3685
3725
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3726
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3686
3727
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3687
3728
|
return authenticationPromise.then(() => {
|
|
3688
3729
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3757,6 +3798,7 @@ class RawDataApi {
|
|
|
3757
3798
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3758
3799
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3759
3800
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3801
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3760
3802
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3761
3803
|
return authenticationPromise.then(() => {
|
|
3762
3804
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3831,6 +3873,7 @@ class RawDataApi {
|
|
|
3831
3873
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3832
3874
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3833
3875
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3876
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3834
3877
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3835
3878
|
return authenticationPromise.then(() => {
|
|
3836
3879
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -3905,6 +3948,7 @@ class RawDataApi {
|
|
|
3905
3948
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
3906
3949
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
3907
3950
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
3951
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
3908
3952
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
3909
3953
|
return authenticationPromise.then(() => {
|
|
3910
3954
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4067,6 +4111,7 @@ class RawDataApi {
|
|
|
4067
4111
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4068
4112
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4069
4113
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4114
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4070
4115
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4071
4116
|
return authenticationPromise.then(() => {
|
|
4072
4117
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4153,6 +4198,7 @@ class RawDataApi {
|
|
|
4153
4198
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4154
4199
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4155
4200
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4201
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4156
4202
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4157
4203
|
return authenticationPromise.then(() => {
|
|
4158
4204
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4233,6 +4279,7 @@ class RawDataApi {
|
|
|
4233
4279
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4234
4280
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4235
4281
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4282
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4236
4283
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4237
4284
|
return authenticationPromise.then(() => {
|
|
4238
4285
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4307,6 +4354,7 @@ class RawDataApi {
|
|
|
4307
4354
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4308
4355
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4309
4356
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4357
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4310
4358
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4311
4359
|
return authenticationPromise.then(() => {
|
|
4312
4360
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4393,6 +4441,7 @@ class RawDataApi {
|
|
|
4393
4441
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4394
4442
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4395
4443
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4444
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4396
4445
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4397
4446
|
return authenticationPromise.then(() => {
|
|
4398
4447
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4473,6 +4522,7 @@ class RawDataApi {
|
|
|
4473
4522
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4474
4523
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4475
4524
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4525
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4476
4526
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4477
4527
|
return authenticationPromise.then(() => {
|
|
4478
4528
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4559,6 +4609,7 @@ class RawDataApi {
|
|
|
4559
4609
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4560
4610
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4561
4611
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4612
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4562
4613
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4563
4614
|
return authenticationPromise.then(() => {
|
|
4564
4615
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4639,6 +4690,7 @@ class RawDataApi {
|
|
|
4639
4690
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4640
4691
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4641
4692
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4693
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4642
4694
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4643
4695
|
return authenticationPromise.then(() => {
|
|
4644
4696
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4725,6 +4777,7 @@ class RawDataApi {
|
|
|
4725
4777
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4726
4778
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4727
4779
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4780
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4728
4781
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4729
4782
|
return authenticationPromise.then(() => {
|
|
4730
4783
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4811,6 +4864,7 @@ class RawDataApi {
|
|
|
4811
4864
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4812
4865
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4813
4866
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4867
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4814
4868
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4815
4869
|
return authenticationPromise.then(() => {
|
|
4816
4870
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4897,6 +4951,7 @@ class RawDataApi {
|
|
|
4897
4951
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4898
4952
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4899
4953
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
4954
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4900
4955
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4901
4956
|
return authenticationPromise.then(() => {
|
|
4902
4957
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -4983,6 +5038,7 @@ class RawDataApi {
|
|
|
4983
5038
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
4984
5039
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
4985
5040
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5041
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
4986
5042
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
4987
5043
|
return authenticationPromise.then(() => {
|
|
4988
5044
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -5069,6 +5125,7 @@ class RawDataApi {
|
|
|
5069
5125
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
5070
5126
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
5071
5127
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5128
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
5072
5129
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5073
5130
|
return authenticationPromise.then(() => {
|
|
5074
5131
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -5155,6 +5212,7 @@ class RawDataApi {
|
|
|
5155
5212
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
5156
5213
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
5157
5214
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5215
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
5158
5216
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5159
5217
|
return authenticationPromise.then(() => {
|
|
5160
5218
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -5235,6 +5293,7 @@ class RawDataApi {
|
|
|
5235
5293
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
5236
5294
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
5237
5295
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5296
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
5238
5297
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5239
5298
|
return authenticationPromise.then(() => {
|
|
5240
5299
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -5315,6 +5374,7 @@ class RawDataApi {
|
|
|
5315
5374
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
5316
5375
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
5317
5376
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5377
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
5318
5378
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5319
5379
|
return authenticationPromise.then(() => {
|
|
5320
5380
|
if (Object.keys(localVarFormParams).length) {
|
|
@@ -5398,6 +5458,7 @@ class RawDataApi {
|
|
|
5398
5458
|
authenticationPromise = authenticationPromise.then(() => this.authentications.ApiKeyAuthentication.applyToRequest(localVarRequestOptions));
|
|
5399
5459
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTAuthentication.applyToRequest(localVarRequestOptions));
|
|
5400
5460
|
authenticationPromise = authenticationPromise.then(() => this.authentications.JWTHttpHeaderAuthentication.applyToRequest(localVarRequestOptions));
|
|
5461
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
|
|
5401
5462
|
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5402
5463
|
return authenticationPromise.then(() => {
|
|
5403
5464
|
if (Object.keys(localVarFormParams).length) {
|