edge-impulse-api 1.22.0 → 1.22.1
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.js +78 -26
- package/build/library/sdk/api/adminApi.js.map +1 -1
- package/build/library/sdk/api/allowsReadOnlyApi.js +123 -41
- package/build/library/sdk/api/allowsReadOnlyApi.js.map +1 -1
- package/build/library/sdk/api/authApi.js +6 -2
- package/build/library/sdk/api/authApi.js.map +1 -1
- package/build/library/sdk/api/cDNApi.js +3 -1
- package/build/library/sdk/api/cDNApi.js.map +1 -1
- package/build/library/sdk/api/classifyApi.js +9 -3
- package/build/library/sdk/api/classifyApi.js.map +1 -1
- package/build/library/sdk/api/contentDispositionInlineApi.js +3 -1
- package/build/library/sdk/api/contentDispositionInlineApi.js.map +1 -1
- package/build/library/sdk/api/dSPApi.js +51 -100
- package/build/library/sdk/api/dSPApi.js.map +1 -1
- package/build/library/sdk/api/deploymentApi.js +33 -11
- package/build/library/sdk/api/deploymentApi.js.map +1 -1
- package/build/library/sdk/api/devicesApi.js +18 -6
- package/build/library/sdk/api/devicesApi.js.map +1 -1
- package/build/library/sdk/api/exportApi.js +3 -1
- package/build/library/sdk/api/exportApi.js.map +1 -1
- package/build/library/sdk/api/healthApi.js +6 -2
- package/build/library/sdk/api/healthApi.js.map +1 -1
- package/build/library/sdk/api/impulseApi.js +24 -8
- package/build/library/sdk/api/impulseApi.js.map +1 -1
- package/build/library/sdk/api/jobsApi.js +183 -36
- package/build/library/sdk/api/jobsApi.js.map +1 -1
- package/build/library/sdk/api/learnApi.js +70 -21
- package/build/library/sdk/api/learnApi.js.map +1 -1
- package/build/library/sdk/api/loginApi.js +3 -1
- package/build/library/sdk/api/loginApi.js.map +1 -1
- package/build/library/sdk/api/metricsApi.js +71 -1
- package/build/library/sdk/api/metricsApi.js.map +1 -1
- package/build/library/sdk/api/optimizationApi.js +33 -11
- package/build/library/sdk/api/optimizationApi.js.map +1 -1
- package/build/library/sdk/api/organizationAllowDeveloperProfileApi.js +132 -44
- package/build/library/sdk/api/organizationAllowDeveloperProfileApi.js.map +1 -1
- package/build/library/sdk/api/organizationAllowGuestAccessApi.js +27 -9
- package/build/library/sdk/api/organizationAllowGuestAccessApi.js.map +1 -1
- package/build/library/sdk/api/organizationBlocksApi.js +60 -20
- package/build/library/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/library/sdk/api/organizationCreateProjectApi.js +39 -13
- package/build/library/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/library/sdk/api/organizationDataApi.js +99 -33
- package/build/library/sdk/api/organizationDataApi.js.map +1 -1
- package/build/library/sdk/api/organizationJobsApi.js +24 -8
- package/build/library/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/library/sdk/api/organizationPipelinesApi.js +21 -7
- package/build/library/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/library/sdk/api/organizationPortalsApi.js +21 -7
- package/build/library/sdk/api/organizationPortalsApi.js.map +1 -1
- package/build/library/sdk/api/organizationRequiresAdminApi.js +78 -26
- package/build/library/sdk/api/organizationRequiresAdminApi.js.map +1 -1
- package/build/library/sdk/api/organizationRequiresWhitelabelAdminApi.js +36 -12
- package/build/library/sdk/api/organizationRequiresWhitelabelAdminApi.js.map +1 -1
- package/build/library/sdk/api/organizationsApi.js +96 -32
- package/build/library/sdk/api/organizationsApi.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.js +27 -9
- package/build/library/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/library/sdk/api/projectsApi.js +178 -35
- package/build/library/sdk/api/projectsApi.js.map +1 -1
- package/build/library/sdk/api/rawDataApi.js +129 -43
- package/build/library/sdk/api/rawDataApi.js.map +1 -1
- package/build/library/sdk/api/requiresSudoApi.js +123 -41
- package/build/library/sdk/api/requiresSudoApi.js.map +1 -1
- package/build/library/sdk/api/requiresThirdPartyAuthApiKeyApi.js +3 -1
- package/build/library/sdk/api/requiresThirdPartyAuthApiKeyApi.js.map +1 -1
- package/build/library/sdk/api/supportsRangeApi.js +6 -2
- package/build/library/sdk/api/supportsRangeApi.js.map +1 -1
- package/build/library/sdk/api/themesApi.js +18 -6
- package/build/library/sdk/api/themesApi.js.map +1 -1
- package/build/library/sdk/api/thirdPartyAuthApi.js +21 -7
- package/build/library/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/library/sdk/api/uploadPortalApi.js +21 -7
- package/build/library/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/library/sdk/api/userApi.js +102 -34
- package/build/library/sdk/api/userApi.js.map +1 -1
- package/build/library/sdk/api/whitelabelsApi.js +21 -7
- package/build/library/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/library/sdk/model/createUserRequest.js +5 -0
- package/build/library/sdk/model/createUserRequest.js.map +1 -1
- package/build/library/sdk/model/deployPretrainedModelRequest.js +13 -2
- package/build/library/sdk/model/deployPretrainedModelRequest.js.map +1 -1
- package/build/library/sdk/model/deploymentTarget.js +5 -0
- package/build/library/sdk/model/deploymentTarget.js.map +1 -1
- package/build/library/sdk/model/getJWTTokenRequest.js +5 -0
- package/build/library/sdk/model/getJWTTokenRequest.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponse.js +10 -0
- package/build/library/sdk/model/getPretrainedModelResponse.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOf.js +10 -0
- package/build/library/sdk/model/getPretrainedModelResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js +6 -1
- package/build/library/sdk/model/getPretrainedModelResponseAllOfModel.js.map +1 -1
- package/build/library/sdk/model/kerasModelMetadataMetrics.js +10 -0
- package/build/library/sdk/model/kerasModelMetadataMetrics.js.map +1 -1
- package/build/library/sdk/model/logWebsitePageviewRequest.js +42 -0
- package/build/library/sdk/model/logWebsitePageviewRequest.js.map +1 -0
- package/build/library/sdk/model/models.js +32 -7
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/profileTfLiteRequest.js +1 -7
- package/build/library/sdk/model/profileTfLiteRequest.js.map +1 -1
- package/build/library/sdk/model/projectDeploymentTarget.js +5 -0
- package/build/library/sdk/model/projectDeploymentTarget.js.map +1 -1
- package/build/library/sdk/model/projectInfoResponse.js +6 -6
- package/build/library/sdk/model/projectInfoResponse.js.map +1 -1
- package/build/library/sdk/model/projectInfoResponseAllOf.js +6 -6
- package/build/library/sdk/model/projectInfoResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/updateProjectRequest.js +5 -5
- package/build/library/sdk/model/updateProjectRequest.js.map +1 -1
- package/build/library/sdk/model/uploadPretrainedModelRequest.js +11 -1
- package/build/library/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
- package/package.json +1 -1
|
@@ -84,7 +84,9 @@ class OrganizationRequiresAdminApi {
|
|
|
84
84
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/buckets'
|
|
85
85
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
86
86
|
let localVarQueryParameters = {};
|
|
87
|
-
let localVarHeaderParams = Object.assign({
|
|
87
|
+
let localVarHeaderParams = Object.assign({
|
|
88
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
89
|
+
}, this.defaultHeaders);
|
|
88
90
|
const produces = ['application/json'];
|
|
89
91
|
// give precedence to 'application/json'
|
|
90
92
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -161,7 +163,9 @@ class OrganizationRequiresAdminApi {
|
|
|
161
163
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/members/add'
|
|
162
164
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
163
165
|
let localVarQueryParameters = {};
|
|
164
|
-
let localVarHeaderParams = Object.assign({
|
|
166
|
+
let localVarHeaderParams = Object.assign({
|
|
167
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
168
|
+
}, this.defaultHeaders);
|
|
165
169
|
const produces = ['application/json'];
|
|
166
170
|
// give precedence to 'application/json'
|
|
167
171
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -237,7 +241,9 @@ class OrganizationRequiresAdminApi {
|
|
|
237
241
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}'
|
|
238
242
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
239
243
|
let localVarQueryParameters = {};
|
|
240
|
-
let localVarHeaderParams = Object.assign({
|
|
244
|
+
let localVarHeaderParams = Object.assign({
|
|
245
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
246
|
+
}, this.defaultHeaders);
|
|
241
247
|
const produces = ['application/json'];
|
|
242
248
|
// give precedence to 'application/json'
|
|
243
249
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -309,7 +315,9 @@ class OrganizationRequiresAdminApi {
|
|
|
309
315
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/members/invite'
|
|
310
316
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
311
317
|
let localVarQueryParameters = {};
|
|
312
|
-
let localVarHeaderParams = Object.assign({
|
|
318
|
+
let localVarHeaderParams = Object.assign({
|
|
319
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
320
|
+
}, this.defaultHeaders);
|
|
313
321
|
const produces = ['application/json'];
|
|
314
322
|
// give precedence to 'application/json'
|
|
315
323
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -387,7 +395,9 @@ class OrganizationRequiresAdminApi {
|
|
|
387
395
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
388
396
|
.replace('{' + 'bucketId' + '}', encodeURIComponent(String(bucketId)));
|
|
389
397
|
let localVarQueryParameters = {};
|
|
390
|
-
let localVarHeaderParams = Object.assign({
|
|
398
|
+
let localVarHeaderParams = Object.assign({
|
|
399
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
400
|
+
}, this.defaultHeaders);
|
|
391
401
|
const produces = ['application/json'];
|
|
392
402
|
// give precedence to 'application/json'
|
|
393
403
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -463,7 +473,9 @@ class OrganizationRequiresAdminApi {
|
|
|
463
473
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/members/remove'
|
|
464
474
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
465
475
|
let localVarQueryParameters = {};
|
|
466
|
-
let localVarHeaderParams = Object.assign({
|
|
476
|
+
let localVarHeaderParams = Object.assign({
|
|
477
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
478
|
+
}, this.defaultHeaders);
|
|
467
479
|
const produces = ['application/json'];
|
|
468
480
|
// give precedence to 'application/json'
|
|
469
481
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -541,7 +553,9 @@ class OrganizationRequiresAdminApi {
|
|
|
541
553
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
542
554
|
.replace('{' + 'apiKeyId' + '}', encodeURIComponent(String(apiKeyId)));
|
|
543
555
|
let localVarQueryParameters = {};
|
|
544
|
-
let localVarHeaderParams = Object.assign({
|
|
556
|
+
let localVarHeaderParams = Object.assign({
|
|
557
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
558
|
+
}, this.defaultHeaders);
|
|
545
559
|
const produces = ['application/json'];
|
|
546
560
|
// give precedence to 'application/json'
|
|
547
561
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -619,7 +633,9 @@ class OrganizationRequiresAdminApi {
|
|
|
619
633
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
620
634
|
.replace('{' + 'memberId' + '}', encodeURIComponent(String(memberId)));
|
|
621
635
|
let localVarQueryParameters = {};
|
|
622
|
-
let localVarHeaderParams = Object.assign({
|
|
636
|
+
let localVarHeaderParams = Object.assign({
|
|
637
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
638
|
+
}, this.defaultHeaders);
|
|
623
639
|
const produces = ['application/json'];
|
|
624
640
|
// give precedence to 'application/json'
|
|
625
641
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -702,7 +718,9 @@ class OrganizationRequiresAdminApi {
|
|
|
702
718
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
703
719
|
.replace('{' + 'memberId' + '}', encodeURIComponent(String(memberId)));
|
|
704
720
|
let localVarQueryParameters = {};
|
|
705
|
-
let localVarHeaderParams = Object.assign({
|
|
721
|
+
let localVarHeaderParams = Object.assign({
|
|
722
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
723
|
+
}, this.defaultHeaders);
|
|
706
724
|
const produces = ['application/json'];
|
|
707
725
|
// give precedence to 'application/json'
|
|
708
726
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -782,7 +800,9 @@ class OrganizationRequiresAdminApi {
|
|
|
782
800
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/test-admin'
|
|
783
801
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
784
802
|
let localVarQueryParameters = {};
|
|
785
|
-
let localVarHeaderParams = Object.assign({
|
|
803
|
+
let localVarHeaderParams = Object.assign({
|
|
804
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
805
|
+
}, this.defaultHeaders);
|
|
786
806
|
const produces = ['application/json'];
|
|
787
807
|
// give precedence to 'application/json'
|
|
788
808
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -854,7 +874,9 @@ class OrganizationRequiresAdminApi {
|
|
|
854
874
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}'
|
|
855
875
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
856
876
|
let localVarQueryParameters = {};
|
|
857
|
-
let localVarHeaderParams = Object.assign({
|
|
877
|
+
let localVarHeaderParams = Object.assign({
|
|
878
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
879
|
+
}, this.defaultHeaders);
|
|
858
880
|
const produces = ['application/json'];
|
|
859
881
|
// give precedence to 'application/json'
|
|
860
882
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -933,7 +955,9 @@ class OrganizationRequiresAdminApi {
|
|
|
933
955
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
934
956
|
.replace('{' + 'bucketId' + '}', encodeURIComponent(String(bucketId)));
|
|
935
957
|
let localVarQueryParameters = {};
|
|
936
|
-
let localVarHeaderParams = Object.assign({
|
|
958
|
+
let localVarHeaderParams = Object.assign({
|
|
959
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
960
|
+
}, this.defaultHeaders);
|
|
937
961
|
const produces = ['application/json'];
|
|
938
962
|
// give precedence to 'application/json'
|
|
939
963
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1014,7 +1038,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1014
1038
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/header'
|
|
1015
1039
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1016
1040
|
let localVarQueryParameters = {};
|
|
1017
|
-
let localVarHeaderParams = Object.assign({
|
|
1041
|
+
let localVarHeaderParams = Object.assign({
|
|
1042
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1043
|
+
}, this.defaultHeaders);
|
|
1018
1044
|
const produces = ['application/json'];
|
|
1019
1045
|
// give precedence to 'application/json'
|
|
1020
1046
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1090,7 +1116,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1090
1116
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/logo'
|
|
1091
1117
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1092
1118
|
let localVarQueryParameters = {};
|
|
1093
|
-
let localVarHeaderParams = Object.assign({
|
|
1119
|
+
let localVarHeaderParams = Object.assign({
|
|
1120
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1121
|
+
}, this.defaultHeaders);
|
|
1094
1122
|
const produces = ['application/json'];
|
|
1095
1123
|
// give precedence to 'application/json'
|
|
1096
1124
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1166,7 +1194,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1166
1194
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/whitelabel/organizations'
|
|
1167
1195
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1168
1196
|
let localVarQueryParameters = {};
|
|
1169
|
-
let localVarHeaderParams = Object.assign({
|
|
1197
|
+
let localVarHeaderParams = Object.assign({
|
|
1198
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1199
|
+
}, this.defaultHeaders);
|
|
1170
1200
|
const produces = ['application/json'];
|
|
1171
1201
|
// give precedence to 'application/json'
|
|
1172
1202
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1242,7 +1272,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1242
1272
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/whitelabel/metrics'
|
|
1243
1273
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1244
1274
|
let localVarQueryParameters = {};
|
|
1245
|
-
let localVarHeaderParams = Object.assign({
|
|
1275
|
+
let localVarHeaderParams = Object.assign({
|
|
1276
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1277
|
+
}, this.defaultHeaders);
|
|
1246
1278
|
const produces = ['application/json'];
|
|
1247
1279
|
// give precedence to 'application/json'
|
|
1248
1280
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1315,7 +1347,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1315
1347
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1316
1348
|
.replace('{' + 'innerOrganizationId' + '}', encodeURIComponent(String(innerOrganizationId)));
|
|
1317
1349
|
let localVarQueryParameters = {};
|
|
1318
|
-
let localVarHeaderParams = Object.assign({
|
|
1350
|
+
let localVarHeaderParams = Object.assign({
|
|
1351
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1352
|
+
}, this.defaultHeaders);
|
|
1319
1353
|
const produces = ['application/json'];
|
|
1320
1354
|
// give precedence to 'application/json'
|
|
1321
1355
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1395,7 +1429,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1395
1429
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/whitelabel/organizations'
|
|
1396
1430
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1397
1431
|
let localVarQueryParameters = {};
|
|
1398
|
-
let localVarHeaderParams = Object.assign({
|
|
1432
|
+
let localVarHeaderParams = Object.assign({
|
|
1433
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1434
|
+
}, this.defaultHeaders);
|
|
1399
1435
|
const produces = ['application/json'];
|
|
1400
1436
|
// give precedence to 'application/json'
|
|
1401
1437
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1483,7 +1519,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1483
1519
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1484
1520
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1485
1521
|
let localVarQueryParameters = {};
|
|
1486
|
-
let localVarHeaderParams = Object.assign({
|
|
1522
|
+
let localVarHeaderParams = Object.assign({
|
|
1523
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1524
|
+
}, this.defaultHeaders);
|
|
1487
1525
|
const produces = ['application/json'];
|
|
1488
1526
|
// give precedence to 'application/json'
|
|
1489
1527
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1563,7 +1601,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1563
1601
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/whitelabel/projects'
|
|
1564
1602
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1565
1603
|
let localVarQueryParameters = {};
|
|
1566
|
-
let localVarHeaderParams = Object.assign({
|
|
1604
|
+
let localVarHeaderParams = Object.assign({
|
|
1605
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1606
|
+
}, this.defaultHeaders);
|
|
1567
1607
|
const produces = ['application/json'];
|
|
1568
1608
|
// give precedence to 'application/json'
|
|
1569
1609
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1651,7 +1691,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1651
1691
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1652
1692
|
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
1653
1693
|
let localVarQueryParameters = {};
|
|
1654
|
-
let localVarHeaderParams = Object.assign({
|
|
1694
|
+
let localVarHeaderParams = Object.assign({
|
|
1695
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1696
|
+
}, this.defaultHeaders);
|
|
1655
1697
|
const produces = ['application/json'];
|
|
1656
1698
|
// give precedence to 'application/json'
|
|
1657
1699
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1728,7 +1770,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1728
1770
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1729
1771
|
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
1730
1772
|
let localVarQueryParameters = {};
|
|
1731
|
-
let localVarHeaderParams = Object.assign({
|
|
1773
|
+
let localVarHeaderParams = Object.assign({
|
|
1774
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1775
|
+
}, this.defaultHeaders);
|
|
1732
1776
|
const produces = ['application/json'];
|
|
1733
1777
|
// give precedence to 'application/json'
|
|
1734
1778
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1810,7 +1854,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1810
1854
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/whitelabel/users'
|
|
1811
1855
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1812
1856
|
let localVarQueryParameters = {};
|
|
1813
|
-
let localVarHeaderParams = Object.assign({
|
|
1857
|
+
let localVarHeaderParams = Object.assign({
|
|
1858
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1859
|
+
}, this.defaultHeaders);
|
|
1814
1860
|
const produces = ['application/json'];
|
|
1815
1861
|
// give precedence to 'application/json'
|
|
1816
1862
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1905,7 +1951,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1905
1951
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1906
1952
|
.replace('{' + 'innerOrganizationId' + '}', encodeURIComponent(String(innerOrganizationId)));
|
|
1907
1953
|
let localVarQueryParameters = {};
|
|
1908
|
-
let localVarHeaderParams = Object.assign({
|
|
1954
|
+
let localVarHeaderParams = Object.assign({
|
|
1955
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1956
|
+
}, this.defaultHeaders);
|
|
1909
1957
|
const produces = ['application/json'];
|
|
1910
1958
|
// give precedence to 'application/json'
|
|
1911
1959
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1988,7 +2036,9 @@ class OrganizationRequiresAdminApi {
|
|
|
1988
2036
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1989
2037
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1990
2038
|
let localVarQueryParameters = {};
|
|
1991
|
-
let localVarHeaderParams = Object.assign({
|
|
2039
|
+
let localVarHeaderParams = Object.assign({
|
|
2040
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2041
|
+
}, this.defaultHeaders);
|
|
1992
2042
|
const produces = ['application/json'];
|
|
1993
2043
|
// give precedence to 'application/json'
|
|
1994
2044
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2071,7 +2121,9 @@ class OrganizationRequiresAdminApi {
|
|
|
2071
2121
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
2072
2122
|
.replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
|
|
2073
2123
|
let localVarQueryParameters = {};
|
|
2074
|
-
let localVarHeaderParams = Object.assign({
|
|
2124
|
+
let localVarHeaderParams = Object.assign({
|
|
2125
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2126
|
+
}, this.defaultHeaders);
|
|
2075
2127
|
const produces = ['application/json'];
|
|
2076
2128
|
// give precedence to 'application/json'
|
|
2077
2129
|
if (produces.indexOf('application/json') >= 0) {
|