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 OrganizationAllowDeveloperProfileApi {
|
|
|
84
84
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/apikeys'
|
|
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) {
|
|
@@ -175,7 +177,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
175
177
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/deploy'
|
|
176
178
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
177
179
|
let localVarQueryParameters = {};
|
|
178
|
-
let localVarHeaderParams = Object.assign({
|
|
180
|
+
let localVarHeaderParams = Object.assign({
|
|
181
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
182
|
+
}, this.defaultHeaders);
|
|
179
183
|
const produces = ['application/json'];
|
|
180
184
|
// give precedence to 'application/json'
|
|
181
185
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -309,7 +313,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
309
313
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/dsp'
|
|
310
314
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
311
315
|
let localVarQueryParameters = {};
|
|
312
|
-
let localVarHeaderParams = Object.assign({
|
|
316
|
+
let localVarHeaderParams = Object.assign({
|
|
317
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
318
|
+
}, this.defaultHeaders);
|
|
313
319
|
const produces = ['application/json'];
|
|
314
320
|
// give precedence to 'application/json'
|
|
315
321
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -386,7 +392,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
386
392
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/secrets'
|
|
387
393
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
388
394
|
let localVarQueryParameters = {};
|
|
389
|
-
let localVarHeaderParams = Object.assign({
|
|
395
|
+
let localVarHeaderParams = Object.assign({
|
|
396
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
397
|
+
}, this.defaultHeaders);
|
|
390
398
|
const produces = ['application/json'];
|
|
391
399
|
// give precedence to 'application/json'
|
|
392
400
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -463,7 +471,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
463
471
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/transfer-learning'
|
|
464
472
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
465
473
|
let localVarQueryParameters = {};
|
|
466
|
-
let localVarHeaderParams = Object.assign({
|
|
474
|
+
let localVarHeaderParams = Object.assign({
|
|
475
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
476
|
+
}, this.defaultHeaders);
|
|
467
477
|
const produces = ['application/json'];
|
|
468
478
|
// give precedence to 'application/json'
|
|
469
479
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -540,7 +550,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
540
550
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/transformation'
|
|
541
551
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
542
552
|
let localVarQueryParameters = {};
|
|
543
|
-
let localVarHeaderParams = Object.assign({
|
|
553
|
+
let localVarHeaderParams = Object.assign({
|
|
554
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
555
|
+
}, this.defaultHeaders);
|
|
544
556
|
const produces = ['application/json'];
|
|
545
557
|
// give precedence to 'application/json'
|
|
546
558
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -619,7 +631,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
619
631
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
620
632
|
.replace('{' + 'jobId' + '}', encodeURIComponent(String(jobId)));
|
|
621
633
|
let localVarQueryParameters = {};
|
|
622
|
-
let localVarHeaderParams = Object.assign({
|
|
634
|
+
let localVarHeaderParams = Object.assign({
|
|
635
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
636
|
+
}, this.defaultHeaders);
|
|
623
637
|
const produces = ['application/json'];
|
|
624
638
|
// give precedence to 'application/json'
|
|
625
639
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -696,7 +710,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
696
710
|
async createOrganization(createOrganizationRequest, options = { headers: {} }) {
|
|
697
711
|
const localVarPath = this.basePath + '/api/organizations/create';
|
|
698
712
|
let localVarQueryParameters = {};
|
|
699
|
-
let localVarHeaderParams = Object.assign({
|
|
713
|
+
let localVarHeaderParams = Object.assign({
|
|
714
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
715
|
+
}, this.defaultHeaders);
|
|
700
716
|
const produces = ['application/json'];
|
|
701
717
|
// give precedence to 'application/json'
|
|
702
718
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -769,7 +785,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
769
785
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/pipelines'
|
|
770
786
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
771
787
|
let localVarQueryParameters = {};
|
|
772
|
-
let localVarHeaderParams = Object.assign({
|
|
788
|
+
let localVarHeaderParams = Object.assign({
|
|
789
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
790
|
+
}, this.defaultHeaders);
|
|
773
791
|
const produces = ['application/json'];
|
|
774
792
|
// give precedence to 'application/json'
|
|
775
793
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -847,7 +865,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
847
865
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
848
866
|
.replace('{' + 'deployId' + '}', encodeURIComponent(String(deployId)));
|
|
849
867
|
let localVarQueryParameters = {};
|
|
850
|
-
let localVarHeaderParams = Object.assign({
|
|
868
|
+
let localVarHeaderParams = Object.assign({
|
|
869
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
870
|
+
}, this.defaultHeaders);
|
|
851
871
|
const produces = ['application/json'];
|
|
852
872
|
// give precedence to 'application/json'
|
|
853
873
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -924,7 +944,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
924
944
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
925
945
|
.replace('{' + 'dspId' + '}', encodeURIComponent(String(dspId)));
|
|
926
946
|
let localVarQueryParameters = {};
|
|
927
|
-
let localVarHeaderParams = Object.assign({
|
|
947
|
+
let localVarHeaderParams = Object.assign({
|
|
948
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
949
|
+
}, this.defaultHeaders);
|
|
928
950
|
const produces = ['application/json'];
|
|
929
951
|
// give precedence to 'application/json'
|
|
930
952
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1001,7 +1023,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1001
1023
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1002
1024
|
.replace('{' + 'pipelineId' + '}', encodeURIComponent(String(pipelineId)));
|
|
1003
1025
|
let localVarQueryParameters = {};
|
|
1004
|
-
let localVarHeaderParams = Object.assign({
|
|
1026
|
+
let localVarHeaderParams = Object.assign({
|
|
1027
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1028
|
+
}, this.defaultHeaders);
|
|
1005
1029
|
const produces = ['application/json'];
|
|
1006
1030
|
// give precedence to 'application/json'
|
|
1007
1031
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1078,7 +1102,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1078
1102
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1079
1103
|
.replace('{' + 'secretId' + '}', encodeURIComponent(String(secretId)));
|
|
1080
1104
|
let localVarQueryParameters = {};
|
|
1081
|
-
let localVarHeaderParams = Object.assign({
|
|
1105
|
+
let localVarHeaderParams = Object.assign({
|
|
1106
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1107
|
+
}, this.defaultHeaders);
|
|
1082
1108
|
const produces = ['application/json'];
|
|
1083
1109
|
// give precedence to 'application/json'
|
|
1084
1110
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1155,7 +1181,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1155
1181
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1156
1182
|
.replace('{' + 'transferLearningId' + '}', encodeURIComponent(String(transferLearningId)));
|
|
1157
1183
|
let localVarQueryParameters = {};
|
|
1158
|
-
let localVarHeaderParams = Object.assign({
|
|
1184
|
+
let localVarHeaderParams = Object.assign({
|
|
1185
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1186
|
+
}, this.defaultHeaders);
|
|
1159
1187
|
const produces = ['application/json'];
|
|
1160
1188
|
// give precedence to 'application/json'
|
|
1161
1189
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1232,7 +1260,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1232
1260
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1233
1261
|
.replace('{' + 'transformationId' + '}', encodeURIComponent(String(transformationId)));
|
|
1234
1262
|
let localVarQueryParameters = {};
|
|
1235
|
-
let localVarHeaderParams = Object.assign({
|
|
1263
|
+
let localVarHeaderParams = Object.assign({
|
|
1264
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1265
|
+
}, this.defaultHeaders);
|
|
1236
1266
|
const produces = ['application/json'];
|
|
1237
1267
|
// give precedence to 'application/json'
|
|
1238
1268
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1311,7 +1341,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1311
1341
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1312
1342
|
.replace('{' + 'jobId' + '}', encodeURIComponent(String(jobId)));
|
|
1313
1343
|
let localVarQueryParameters = {};
|
|
1314
|
-
let localVarHeaderParams = Object.assign({
|
|
1344
|
+
let localVarHeaderParams = Object.assign({
|
|
1345
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1346
|
+
}, this.defaultHeaders);
|
|
1315
1347
|
const produces = ['text/plain'];
|
|
1316
1348
|
// give precedence to 'application/json'
|
|
1317
1349
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1392,7 +1424,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1392
1424
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}'
|
|
1393
1425
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1394
1426
|
let localVarQueryParameters = {};
|
|
1395
|
-
let localVarHeaderParams = Object.assign({
|
|
1427
|
+
let localVarHeaderParams = Object.assign({
|
|
1428
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1429
|
+
}, this.defaultHeaders);
|
|
1396
1430
|
const produces = ['application/json'];
|
|
1397
1431
|
// give precedence to 'application/json'
|
|
1398
1432
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1465,7 +1499,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1465
1499
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1466
1500
|
.replace('{' + 'jobId' + '}', encodeURIComponent(String(jobId)));
|
|
1467
1501
|
let localVarQueryParameters = {};
|
|
1468
|
-
let localVarHeaderParams = Object.assign({
|
|
1502
|
+
let localVarHeaderParams = Object.assign({
|
|
1503
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1504
|
+
}, this.defaultHeaders);
|
|
1469
1505
|
const produces = ['application/json'];
|
|
1470
1506
|
// give precedence to 'application/json'
|
|
1471
1507
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1544,7 +1580,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1544
1580
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1545
1581
|
.replace('{' + 'jobId' + '}', encodeURIComponent(String(jobId)));
|
|
1546
1582
|
let localVarQueryParameters = {};
|
|
1547
|
-
let localVarHeaderParams = Object.assign({
|
|
1583
|
+
let localVarHeaderParams = Object.assign({
|
|
1584
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1585
|
+
}, this.defaultHeaders);
|
|
1548
1586
|
const produces = ['application/json'];
|
|
1549
1587
|
// give precedence to 'application/json'
|
|
1550
1588
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1627,7 +1665,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1627
1665
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
1628
1666
|
.replace('{' + 'pipelineId' + '}', encodeURIComponent(String(pipelineId)));
|
|
1629
1667
|
let localVarQueryParameters = {};
|
|
1630
|
-
let localVarHeaderParams = Object.assign({
|
|
1668
|
+
let localVarHeaderParams = Object.assign({
|
|
1669
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1670
|
+
}, this.defaultHeaders);
|
|
1631
1671
|
const produces = ['application/json'];
|
|
1632
1672
|
// give precedence to 'application/json'
|
|
1633
1673
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1702,7 +1742,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1702
1742
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/socket-token'
|
|
1703
1743
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1704
1744
|
let localVarQueryParameters = {};
|
|
1705
|
-
let localVarHeaderParams = Object.assign({
|
|
1745
|
+
let localVarHeaderParams = Object.assign({
|
|
1746
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1747
|
+
}, this.defaultHeaders);
|
|
1706
1748
|
const produces = ['application/json'];
|
|
1707
1749
|
// give precedence to 'application/json'
|
|
1708
1750
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1774,7 +1816,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1774
1816
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/jobs'
|
|
1775
1817
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1776
1818
|
let localVarQueryParameters = {};
|
|
1777
|
-
let localVarHeaderParams = Object.assign({
|
|
1819
|
+
let localVarHeaderParams = Object.assign({
|
|
1820
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1821
|
+
}, this.defaultHeaders);
|
|
1778
1822
|
const produces = ['application/json'];
|
|
1779
1823
|
// give precedence to 'application/json'
|
|
1780
1824
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1854,7 +1898,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1854
1898
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/jobs/all'
|
|
1855
1899
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1856
1900
|
let localVarQueryParameters = {};
|
|
1857
|
-
let localVarHeaderParams = Object.assign({
|
|
1901
|
+
let localVarHeaderParams = Object.assign({
|
|
1902
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1903
|
+
}, this.defaultHeaders);
|
|
1858
1904
|
const produces = ['application/json'];
|
|
1859
1905
|
// give precedence to 'application/json'
|
|
1860
1906
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1944,7 +1990,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
1944
1990
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/pipelines/archived'
|
|
1945
1991
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
1946
1992
|
let localVarQueryParameters = {};
|
|
1947
|
-
let localVarHeaderParams = Object.assign({
|
|
1993
|
+
let localVarHeaderParams = Object.assign({
|
|
1994
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1995
|
+
}, this.defaultHeaders);
|
|
1948
1996
|
const produces = ['application/json'];
|
|
1949
1997
|
// give precedence to 'application/json'
|
|
1950
1998
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2023,7 +2071,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2023
2071
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/jobs/history'
|
|
2024
2072
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2025
2073
|
let localVarQueryParameters = {};
|
|
2026
|
-
let localVarHeaderParams = Object.assign({
|
|
2074
|
+
let localVarHeaderParams = Object.assign({
|
|
2075
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2076
|
+
}, this.defaultHeaders);
|
|
2027
2077
|
const produces = ['application/json'];
|
|
2028
2078
|
// give precedence to 'application/json'
|
|
2029
2079
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2109,7 +2159,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2109
2159
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/apikeys'
|
|
2110
2160
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2111
2161
|
let localVarQueryParameters = {};
|
|
2112
|
-
let localVarHeaderParams = Object.assign({
|
|
2162
|
+
let localVarHeaderParams = Object.assign({
|
|
2163
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2164
|
+
}, this.defaultHeaders);
|
|
2113
2165
|
const produces = ['application/json'];
|
|
2114
2166
|
// give precedence to 'application/json'
|
|
2115
2167
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2180,7 +2232,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2180
2232
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/deploy'
|
|
2181
2233
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2182
2234
|
let localVarQueryParameters = {};
|
|
2183
|
-
let localVarHeaderParams = Object.assign({
|
|
2235
|
+
let localVarHeaderParams = Object.assign({
|
|
2236
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2237
|
+
}, this.defaultHeaders);
|
|
2184
2238
|
const produces = ['application/json'];
|
|
2185
2239
|
// give precedence to 'application/json'
|
|
2186
2240
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2251,7 +2305,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2251
2305
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/dsp'
|
|
2252
2306
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2253
2307
|
let localVarQueryParameters = {};
|
|
2254
|
-
let localVarHeaderParams = Object.assign({
|
|
2308
|
+
let localVarHeaderParams = Object.assign({
|
|
2309
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2310
|
+
}, this.defaultHeaders);
|
|
2255
2311
|
const produces = ['application/json'];
|
|
2256
2312
|
// give precedence to 'application/json'
|
|
2257
2313
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2323,7 +2379,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2323
2379
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/pipelines'
|
|
2324
2380
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2325
2381
|
let localVarQueryParameters = {};
|
|
2326
|
-
let localVarHeaderParams = Object.assign({
|
|
2382
|
+
let localVarHeaderParams = Object.assign({
|
|
2383
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2384
|
+
}, this.defaultHeaders);
|
|
2327
2385
|
const produces = ['application/json'];
|
|
2328
2386
|
// give precedence to 'application/json'
|
|
2329
2387
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2397,7 +2455,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2397
2455
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/projects'
|
|
2398
2456
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2399
2457
|
let localVarQueryParameters = {};
|
|
2400
|
-
let localVarHeaderParams = Object.assign({
|
|
2458
|
+
let localVarHeaderParams = Object.assign({
|
|
2459
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2460
|
+
}, this.defaultHeaders);
|
|
2401
2461
|
const produces = ['application/json'];
|
|
2402
2462
|
// give precedence to 'application/json'
|
|
2403
2463
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2468,7 +2528,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2468
2528
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/secrets'
|
|
2469
2529
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2470
2530
|
let localVarQueryParameters = {};
|
|
2471
|
-
let localVarHeaderParams = Object.assign({
|
|
2531
|
+
let localVarHeaderParams = Object.assign({
|
|
2532
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2533
|
+
}, this.defaultHeaders);
|
|
2472
2534
|
const produces = ['application/json'];
|
|
2473
2535
|
// give precedence to 'application/json'
|
|
2474
2536
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2539,7 +2601,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2539
2601
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/transfer-learning'
|
|
2540
2602
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2541
2603
|
let localVarQueryParameters = {};
|
|
2542
|
-
let localVarHeaderParams = Object.assign({
|
|
2604
|
+
let localVarHeaderParams = Object.assign({
|
|
2605
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2606
|
+
}, this.defaultHeaders);
|
|
2543
2607
|
const produces = ['application/json'];
|
|
2544
2608
|
// give precedence to 'application/json'
|
|
2545
2609
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2610,7 +2674,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2610
2674
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/transformation'
|
|
2611
2675
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
2612
2676
|
let localVarQueryParameters = {};
|
|
2613
|
-
let localVarHeaderParams = Object.assign({
|
|
2677
|
+
let localVarHeaderParams = Object.assign({
|
|
2678
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2679
|
+
}, this.defaultHeaders);
|
|
2614
2680
|
const produces = ['application/json'];
|
|
2615
2681
|
// give precedence to 'application/json'
|
|
2616
2682
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2683,7 +2749,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2683
2749
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
2684
2750
|
.replace('{' + 'dspId' + '}', encodeURIComponent(String(dspId)));
|
|
2685
2751
|
let localVarQueryParameters = {};
|
|
2686
|
-
let localVarHeaderParams = Object.assign({
|
|
2752
|
+
let localVarHeaderParams = Object.assign({
|
|
2753
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2754
|
+
}, this.defaultHeaders);
|
|
2687
2755
|
const produces = ['application/json'];
|
|
2688
2756
|
// give precedence to 'application/json'
|
|
2689
2757
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2760,7 +2828,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2760
2828
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
2761
2829
|
.replace('{' + 'createProjectId' + '}', encodeURIComponent(String(createProjectId)));
|
|
2762
2830
|
let localVarQueryParameters = {};
|
|
2763
|
-
let localVarHeaderParams = Object.assign({
|
|
2831
|
+
let localVarHeaderParams = Object.assign({
|
|
2832
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2833
|
+
}, this.defaultHeaders);
|
|
2764
2834
|
const produces = ['application/json'];
|
|
2765
2835
|
// give precedence to 'application/json'
|
|
2766
2836
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2837,7 +2907,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2837
2907
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
2838
2908
|
.replace('{' + 'apiKeyId' + '}', encodeURIComponent(String(apiKeyId)));
|
|
2839
2909
|
let localVarQueryParameters = {};
|
|
2840
|
-
let localVarHeaderParams = Object.assign({
|
|
2910
|
+
let localVarHeaderParams = Object.assign({
|
|
2911
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2912
|
+
}, this.defaultHeaders);
|
|
2841
2913
|
const produces = ['application/json'];
|
|
2842
2914
|
// give precedence to 'application/json'
|
|
2843
2915
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2915,7 +2987,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
2915
2987
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
2916
2988
|
.replace('{' + 'pipelineId' + '}', encodeURIComponent(String(pipelineId)));
|
|
2917
2989
|
let localVarQueryParameters = {};
|
|
2918
|
-
let localVarHeaderParams = Object.assign({
|
|
2990
|
+
let localVarHeaderParams = Object.assign({
|
|
2991
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2992
|
+
}, this.defaultHeaders);
|
|
2919
2993
|
const produces = ['application/json'];
|
|
2920
2994
|
// give precedence to 'application/json'
|
|
2921
2995
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3010,7 +3084,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3010
3084
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
3011
3085
|
.replace('{' + 'deployId' + '}', encodeURIComponent(String(deployId)));
|
|
3012
3086
|
let localVarQueryParameters = {};
|
|
3013
|
-
let localVarHeaderParams = Object.assign({
|
|
3087
|
+
let localVarHeaderParams = Object.assign({
|
|
3088
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3089
|
+
}, this.defaultHeaders);
|
|
3014
3090
|
const produces = ['application/json'];
|
|
3015
3091
|
// give precedence to 'application/json'
|
|
3016
3092
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3134,7 +3210,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3134
3210
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
3135
3211
|
.replace('{' + 'dspId' + '}', encodeURIComponent(String(dspId)));
|
|
3136
3212
|
let localVarQueryParameters = {};
|
|
3137
|
-
let localVarHeaderParams = Object.assign({
|
|
3213
|
+
let localVarHeaderParams = Object.assign({
|
|
3214
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3215
|
+
}, this.defaultHeaders);
|
|
3138
3216
|
const produces = ['application/json'];
|
|
3139
3217
|
// give precedence to 'application/json'
|
|
3140
3218
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3217,7 +3295,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3217
3295
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
3218
3296
|
.replace('{' + 'pipelineId' + '}', encodeURIComponent(String(pipelineId)));
|
|
3219
3297
|
let localVarQueryParameters = {};
|
|
3220
|
-
let localVarHeaderParams = Object.assign({
|
|
3298
|
+
let localVarHeaderParams = Object.assign({
|
|
3299
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3300
|
+
}, this.defaultHeaders);
|
|
3221
3301
|
const produces = ['application/json'];
|
|
3222
3302
|
// give precedence to 'application/json'
|
|
3223
3303
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3300,7 +3380,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3300
3380
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
3301
3381
|
.replace('{' + 'transferLearningId' + '}', encodeURIComponent(String(transferLearningId)));
|
|
3302
3382
|
let localVarQueryParameters = {};
|
|
3303
|
-
let localVarHeaderParams = Object.assign({
|
|
3383
|
+
let localVarHeaderParams = Object.assign({
|
|
3384
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3385
|
+
}, this.defaultHeaders);
|
|
3304
3386
|
const produces = ['application/json'];
|
|
3305
3387
|
// give precedence to 'application/json'
|
|
3306
3388
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3383,7 +3465,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3383
3465
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)))
|
|
3384
3466
|
.replace('{' + 'transformationId' + '}', encodeURIComponent(String(transformationId)));
|
|
3385
3467
|
let localVarQueryParameters = {};
|
|
3386
|
-
let localVarHeaderParams = Object.assign({
|
|
3468
|
+
let localVarHeaderParams = Object.assign({
|
|
3469
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3470
|
+
}, this.defaultHeaders);
|
|
3387
3471
|
const produces = ['application/json'];
|
|
3388
3472
|
// give precedence to 'application/json'
|
|
3389
3473
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3466,7 +3550,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3466
3550
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/custom-block'
|
|
3467
3551
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
3468
3552
|
let localVarQueryParameters = {};
|
|
3469
|
-
let localVarHeaderParams = Object.assign({
|
|
3553
|
+
let localVarHeaderParams = Object.assign({
|
|
3554
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3555
|
+
}, this.defaultHeaders);
|
|
3470
3556
|
const produces = ['application/json'];
|
|
3471
3557
|
// give precedence to 'application/json'
|
|
3472
3558
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3560,7 +3646,9 @@ class OrganizationAllowDeveloperProfileApi {
|
|
|
3560
3646
|
const localVarPath = this.basePath + '/api/organizations/{organizationId}/buckets/verify'
|
|
3561
3647
|
.replace('{' + 'organizationId' + '}', encodeURIComponent(String(organizationId)));
|
|
3562
3648
|
let localVarQueryParameters = {};
|
|
3563
|
-
let localVarHeaderParams = Object.assign({
|
|
3649
|
+
let localVarHeaderParams = Object.assign({
|
|
3650
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3651
|
+
}, this.defaultHeaders);
|
|
3564
3652
|
const produces = ['application/json'];
|
|
3565
3653
|
// give precedence to 'application/json'
|
|
3566
3654
|
if (produces.indexOf('application/json') >= 0) {
|