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
|
@@ -93,7 +93,9 @@ class RawDataApi {
|
|
|
93
93
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/batch/delete'
|
|
94
94
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
95
95
|
let localVarQueryParameters = {};
|
|
96
|
-
let localVarHeaderParams = Object.assign({
|
|
96
|
+
let localVarHeaderParams = Object.assign({
|
|
97
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
98
|
+
}, this.defaultHeaders);
|
|
97
99
|
const produces = ['application/json'];
|
|
98
100
|
// give precedence to 'application/json'
|
|
99
101
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -208,7 +210,9 @@ class RawDataApi {
|
|
|
208
210
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/batch/disable-samples'
|
|
209
211
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
210
212
|
let localVarQueryParameters = {};
|
|
211
|
-
let localVarHeaderParams = Object.assign({
|
|
213
|
+
let localVarHeaderParams = Object.assign({
|
|
214
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
215
|
+
}, this.defaultHeaders);
|
|
212
216
|
const produces = ['application/json'];
|
|
213
217
|
// give precedence to 'application/json'
|
|
214
218
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -324,7 +328,9 @@ class RawDataApi {
|
|
|
324
328
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/batch/edit-labels'
|
|
325
329
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
326
330
|
let localVarQueryParameters = {};
|
|
327
|
-
let localVarHeaderParams = Object.assign({
|
|
331
|
+
let localVarHeaderParams = Object.assign({
|
|
332
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
333
|
+
}, this.defaultHeaders);
|
|
328
334
|
const produces = ['application/json'];
|
|
329
335
|
// give precedence to 'application/json'
|
|
330
336
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -444,7 +450,9 @@ class RawDataApi {
|
|
|
444
450
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/batch/enable-samples'
|
|
445
451
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
446
452
|
let localVarQueryParameters = {};
|
|
447
|
-
let localVarHeaderParams = Object.assign({
|
|
453
|
+
let localVarHeaderParams = Object.assign({
|
|
454
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
455
|
+
}, this.defaultHeaders);
|
|
448
456
|
const produces = ['application/json'];
|
|
449
457
|
// give precedence to 'application/json'
|
|
450
458
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -560,7 +568,9 @@ class RawDataApi {
|
|
|
560
568
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/batch/moveSamples'
|
|
561
569
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
562
570
|
let localVarQueryParameters = {};
|
|
563
|
-
let localVarHeaderParams = Object.assign({
|
|
571
|
+
let localVarHeaderParams = Object.assign({
|
|
572
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
573
|
+
}, this.defaultHeaders);
|
|
564
574
|
const produces = ['application/json'];
|
|
565
575
|
// give precedence to 'application/json'
|
|
566
576
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -673,7 +683,9 @@ class RawDataApi {
|
|
|
673
683
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
674
684
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
675
685
|
let localVarQueryParameters = {};
|
|
676
|
-
let localVarHeaderParams = Object.assign({
|
|
686
|
+
let localVarHeaderParams = Object.assign({
|
|
687
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
688
|
+
}, this.defaultHeaders);
|
|
677
689
|
const produces = ['application/json'];
|
|
678
690
|
// give precedence to 'application/json'
|
|
679
691
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -753,7 +765,9 @@ class RawDataApi {
|
|
|
753
765
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/clear'
|
|
754
766
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
755
767
|
let localVarQueryParameters = {};
|
|
756
|
-
let localVarHeaderParams = Object.assign({
|
|
768
|
+
let localVarHeaderParams = Object.assign({
|
|
769
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
770
|
+
}, this.defaultHeaders);
|
|
757
771
|
const produces = ['application/json'];
|
|
758
772
|
// give precedence to 'application/json'
|
|
759
773
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -833,7 +847,9 @@ class RawDataApi {
|
|
|
833
847
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/count'
|
|
834
848
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
835
849
|
let localVarQueryParameters = {};
|
|
836
|
-
let localVarHeaderParams = Object.assign({
|
|
850
|
+
let localVarHeaderParams = Object.assign({
|
|
851
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
852
|
+
}, this.defaultHeaders);
|
|
837
853
|
const produces = ['application/json'];
|
|
838
854
|
// give precedence to 'application/json'
|
|
839
855
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -938,7 +954,9 @@ class RawDataApi {
|
|
|
938
954
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
939
955
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
940
956
|
let localVarQueryParameters = {};
|
|
941
|
-
let localVarHeaderParams = Object.assign({
|
|
957
|
+
let localVarHeaderParams = Object.assign({
|
|
958
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
959
|
+
}, this.defaultHeaders);
|
|
942
960
|
const produces = ['application/json'];
|
|
943
961
|
// give precedence to 'application/json'
|
|
944
962
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1018,7 +1036,9 @@ class RawDataApi {
|
|
|
1018
1036
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/delete-all'
|
|
1019
1037
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1020
1038
|
let localVarQueryParameters = {};
|
|
1021
|
-
let localVarHeaderParams = Object.assign({
|
|
1039
|
+
let localVarHeaderParams = Object.assign({
|
|
1040
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1041
|
+
}, this.defaultHeaders);
|
|
1022
1042
|
const produces = ['application/json'];
|
|
1023
1043
|
// give precedence to 'application/json'
|
|
1024
1044
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1091,7 +1111,9 @@ class RawDataApi {
|
|
|
1091
1111
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1092
1112
|
.replace('{' + 'category' + '}', encodeURIComponent(String(category)));
|
|
1093
1113
|
let localVarQueryParameters = {};
|
|
1094
|
-
let localVarHeaderParams = Object.assign({
|
|
1114
|
+
let localVarHeaderParams = Object.assign({
|
|
1115
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1116
|
+
}, this.defaultHeaders);
|
|
1095
1117
|
const produces = ['application/json'];
|
|
1096
1118
|
// give precedence to 'application/json'
|
|
1097
1119
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1168,7 +1190,9 @@ class RawDataApi {
|
|
|
1168
1190
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1169
1191
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1170
1192
|
let localVarQueryParameters = {};
|
|
1171
|
-
let localVarHeaderParams = Object.assign({
|
|
1193
|
+
let localVarHeaderParams = Object.assign({
|
|
1194
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1195
|
+
}, this.defaultHeaders);
|
|
1172
1196
|
const produces = ['application/json'];
|
|
1173
1197
|
// give precedence to 'application/json'
|
|
1174
1198
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1245,7 +1269,9 @@ class RawDataApi {
|
|
|
1245
1269
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1246
1270
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1247
1271
|
let localVarQueryParameters = {};
|
|
1248
|
-
let localVarHeaderParams = Object.assign({
|
|
1272
|
+
let localVarHeaderParams = Object.assign({
|
|
1273
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1274
|
+
}, this.defaultHeaders);
|
|
1249
1275
|
const produces = ['application/json'];
|
|
1250
1276
|
// give precedence to 'application/json'
|
|
1251
1277
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1323,7 +1349,9 @@ class RawDataApi {
|
|
|
1323
1349
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1324
1350
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1325
1351
|
let localVarQueryParameters = {};
|
|
1326
|
-
let localVarHeaderParams = Object.assign({
|
|
1352
|
+
let localVarHeaderParams = Object.assign({
|
|
1353
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1354
|
+
}, this.defaultHeaders);
|
|
1327
1355
|
const produces = ['application/json'];
|
|
1328
1356
|
// give precedence to 'application/json'
|
|
1329
1357
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1405,7 +1433,9 @@ class RawDataApi {
|
|
|
1405
1433
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1406
1434
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1407
1435
|
let localVarQueryParameters = {};
|
|
1408
|
-
let localVarHeaderParams = Object.assign({
|
|
1436
|
+
let localVarHeaderParams = Object.assign({
|
|
1437
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1438
|
+
}, this.defaultHeaders);
|
|
1409
1439
|
const produces = ['application/json'];
|
|
1410
1440
|
// give precedence to 'application/json'
|
|
1411
1441
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1483,7 +1513,9 @@ class RawDataApi {
|
|
|
1483
1513
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1484
1514
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1485
1515
|
let localVarQueryParameters = {};
|
|
1486
|
-
let localVarHeaderParams = Object.assign({
|
|
1516
|
+
let localVarHeaderParams = Object.assign({
|
|
1517
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1518
|
+
}, this.defaultHeaders);
|
|
1487
1519
|
const produces = ['application/json'];
|
|
1488
1520
|
// give precedence to 'application/json'
|
|
1489
1521
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1563,7 +1595,9 @@ class RawDataApi {
|
|
|
1563
1595
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/features'
|
|
1564
1596
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1565
1597
|
let localVarQueryParameters = {};
|
|
1566
|
-
let localVarHeaderParams = Object.assign({
|
|
1598
|
+
let localVarHeaderParams = Object.assign({
|
|
1599
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1600
|
+
}, this.defaultHeaders);
|
|
1567
1601
|
const produces = ['application/json'];
|
|
1568
1602
|
// give precedence to 'application/json'
|
|
1569
1603
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1634,7 +1668,9 @@ class RawDataApi {
|
|
|
1634
1668
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/predictions'
|
|
1635
1669
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1636
1670
|
let localVarQueryParameters = {};
|
|
1637
|
-
let localVarHeaderParams = Object.assign({
|
|
1671
|
+
let localVarHeaderParams = Object.assign({
|
|
1672
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1673
|
+
}, this.defaultHeaders);
|
|
1638
1674
|
const produces = ['application/json'];
|
|
1639
1675
|
// give precedence to 'application/json'
|
|
1640
1676
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1705,7 +1741,9 @@ class RawDataApi {
|
|
|
1705
1741
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/settings'
|
|
1706
1742
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1707
1743
|
let localVarQueryParameters = {};
|
|
1708
|
-
let localVarHeaderParams = Object.assign({
|
|
1744
|
+
let localVarHeaderParams = Object.assign({
|
|
1745
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1746
|
+
}, this.defaultHeaders);
|
|
1709
1747
|
const produces = ['application/json'];
|
|
1710
1748
|
// give precedence to 'application/json'
|
|
1711
1749
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1776,7 +1814,9 @@ class RawDataApi {
|
|
|
1776
1814
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/label-object-detection-queue'
|
|
1777
1815
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1778
1816
|
let localVarQueryParameters = {};
|
|
1779
|
-
let localVarHeaderParams = Object.assign({
|
|
1817
|
+
let localVarHeaderParams = Object.assign({
|
|
1818
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1819
|
+
}, this.defaultHeaders);
|
|
1780
1820
|
const produces = ['application/json'];
|
|
1781
1821
|
// give precedence to 'application/json'
|
|
1782
1822
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1847,7 +1887,9 @@ class RawDataApi {
|
|
|
1847
1887
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/label-object-detection-queue/count'
|
|
1848
1888
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
1849
1889
|
let localVarQueryParameters = {};
|
|
1850
|
-
let localVarHeaderParams = Object.assign({
|
|
1890
|
+
let localVarHeaderParams = Object.assign({
|
|
1891
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1892
|
+
}, this.defaultHeaders);
|
|
1851
1893
|
const produces = ['application/json'];
|
|
1852
1894
|
// give precedence to 'application/json'
|
|
1853
1895
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -1921,7 +1963,9 @@ class RawDataApi {
|
|
|
1921
1963
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
1922
1964
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
1923
1965
|
let localVarQueryParameters = {};
|
|
1924
|
-
let localVarHeaderParams = Object.assign({
|
|
1966
|
+
let localVarHeaderParams = Object.assign({
|
|
1967
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
1968
|
+
}, this.defaultHeaders);
|
|
1925
1969
|
const produces = ['application/json'];
|
|
1926
1970
|
// give precedence to 'application/json'
|
|
1927
1971
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2004,7 +2048,9 @@ class RawDataApi {
|
|
|
2004
2048
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2005
2049
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2006
2050
|
let localVarQueryParameters = {};
|
|
2007
|
-
let localVarHeaderParams = Object.assign({
|
|
2051
|
+
let localVarHeaderParams = Object.assign({
|
|
2052
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2053
|
+
}, this.defaultHeaders);
|
|
2008
2054
|
const produces = ['audio/wav'];
|
|
2009
2055
|
// give precedence to 'application/json'
|
|
2010
2056
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2095,7 +2141,9 @@ class RawDataApi {
|
|
|
2095
2141
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2096
2142
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2097
2143
|
let localVarQueryParameters = {};
|
|
2098
|
-
let localVarHeaderParams = Object.assign({
|
|
2144
|
+
let localVarHeaderParams = Object.assign({
|
|
2145
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2146
|
+
}, this.defaultHeaders);
|
|
2099
2147
|
const produces = ['image/jpeg'];
|
|
2100
2148
|
// give precedence to 'application/json'
|
|
2101
2149
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2175,7 +2223,9 @@ class RawDataApi {
|
|
|
2175
2223
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2176
2224
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2177
2225
|
let localVarQueryParameters = {};
|
|
2178
|
-
let localVarHeaderParams = Object.assign({
|
|
2226
|
+
let localVarHeaderParams = Object.assign({
|
|
2227
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2228
|
+
}, this.defaultHeaders);
|
|
2179
2229
|
const produces = ['application/octet-stream'];
|
|
2180
2230
|
// give precedence to 'application/json'
|
|
2181
2231
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2253,7 +2303,9 @@ class RawDataApi {
|
|
|
2253
2303
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2254
2304
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2255
2305
|
let localVarQueryParameters = {};
|
|
2256
|
-
let localVarHeaderParams = Object.assign({
|
|
2306
|
+
let localVarHeaderParams = Object.assign({
|
|
2307
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2308
|
+
}, this.defaultHeaders);
|
|
2257
2309
|
const produces = ['video/mp4'];
|
|
2258
2310
|
// give precedence to 'application/json'
|
|
2259
2311
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2332,7 +2384,9 @@ class RawDataApi {
|
|
|
2332
2384
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/metadata'
|
|
2333
2385
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
2334
2386
|
let localVarQueryParameters = {};
|
|
2335
|
-
let localVarHeaderParams = Object.assign({
|
|
2387
|
+
let localVarHeaderParams = Object.assign({
|
|
2388
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2389
|
+
}, this.defaultHeaders);
|
|
2336
2390
|
const produces = ['application/json'];
|
|
2337
2391
|
// give precedence to 'application/json'
|
|
2338
2392
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2414,7 +2468,9 @@ class RawDataApi {
|
|
|
2414
2468
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2415
2469
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2416
2470
|
let localVarQueryParameters = {};
|
|
2417
|
-
let localVarHeaderParams = Object.assign({
|
|
2471
|
+
let localVarHeaderParams = Object.assign({
|
|
2472
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2473
|
+
}, this.defaultHeaders);
|
|
2418
2474
|
const produces = ['application/json'];
|
|
2419
2475
|
// give precedence to 'application/json'
|
|
2420
2476
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2508,7 +2564,9 @@ class RawDataApi {
|
|
|
2508
2564
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2509
2565
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2510
2566
|
let localVarQueryParameters = {};
|
|
2511
|
-
let localVarHeaderParams = Object.assign({
|
|
2567
|
+
let localVarHeaderParams = Object.assign({
|
|
2568
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2569
|
+
}, this.defaultHeaders);
|
|
2512
2570
|
const produces = ['application/json'];
|
|
2513
2571
|
// give precedence to 'application/json'
|
|
2514
2572
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2592,7 +2650,9 @@ class RawDataApi {
|
|
|
2592
2650
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/has-features'
|
|
2593
2651
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
2594
2652
|
let localVarQueryParameters = {};
|
|
2595
|
-
let localVarHeaderParams = Object.assign({
|
|
2653
|
+
let localVarHeaderParams = Object.assign({
|
|
2654
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2655
|
+
}, this.defaultHeaders);
|
|
2596
2656
|
const produces = ['application/json'];
|
|
2597
2657
|
// give precedence to 'application/json'
|
|
2598
2658
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2675,7 +2735,9 @@ class RawDataApi {
|
|
|
2675
2735
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data'
|
|
2676
2736
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
2677
2737
|
let localVarQueryParameters = {};
|
|
2678
|
-
let localVarHeaderParams = Object.assign({
|
|
2738
|
+
let localVarHeaderParams = Object.assign({
|
|
2739
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2740
|
+
}, this.defaultHeaders);
|
|
2679
2741
|
const produces = ['application/json'];
|
|
2680
2742
|
// give precedence to 'application/json'
|
|
2681
2743
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2789,7 +2851,9 @@ class RawDataApi {
|
|
|
2789
2851
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2790
2852
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2791
2853
|
let localVarQueryParameters = {};
|
|
2792
|
-
let localVarHeaderParams = Object.assign({
|
|
2854
|
+
let localVarHeaderParams = Object.assign({
|
|
2855
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2856
|
+
}, this.defaultHeaders);
|
|
2793
2857
|
const produces = ['application/json'];
|
|
2794
2858
|
// give precedence to 'application/json'
|
|
2795
2859
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2869,7 +2933,9 @@ class RawDataApi {
|
|
|
2869
2933
|
const localVarPath = this.basePath + '/api/{projectId}/rebalance'
|
|
2870
2934
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
2871
2935
|
let localVarQueryParameters = {};
|
|
2872
|
-
let localVarHeaderParams = Object.assign({
|
|
2936
|
+
let localVarHeaderParams = Object.assign({
|
|
2937
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
2938
|
+
}, this.defaultHeaders);
|
|
2873
2939
|
const produces = ['application/json'];
|
|
2874
2940
|
// give precedence to 'application/json'
|
|
2875
2941
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -2943,7 +3009,9 @@ class RawDataApi {
|
|
|
2943
3009
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
2944
3010
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
2945
3011
|
let localVarQueryParameters = {};
|
|
2946
|
-
let localVarHeaderParams = Object.assign({
|
|
3012
|
+
let localVarHeaderParams = Object.assign({
|
|
3013
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3014
|
+
}, this.defaultHeaders);
|
|
2947
3015
|
const produces = ['application/json'];
|
|
2948
3016
|
// give precedence to 'application/json'
|
|
2949
3017
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3025,7 +3093,9 @@ class RawDataApi {
|
|
|
3025
3093
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
3026
3094
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
3027
3095
|
let localVarQueryParameters = {};
|
|
3028
|
-
let localVarHeaderParams = Object.assign({
|
|
3096
|
+
let localVarHeaderParams = Object.assign({
|
|
3097
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3098
|
+
}, this.defaultHeaders);
|
|
3029
3099
|
const produces = ['application/json'];
|
|
3030
3100
|
// give precedence to 'application/json'
|
|
3031
3101
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3103,7 +3173,9 @@ class RawDataApi {
|
|
|
3103
3173
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
3104
3174
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
3105
3175
|
let localVarQueryParameters = {};
|
|
3106
|
-
let localVarHeaderParams = Object.assign({
|
|
3176
|
+
let localVarHeaderParams = Object.assign({
|
|
3177
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3178
|
+
}, this.defaultHeaders);
|
|
3107
3179
|
const produces = ['application/json'];
|
|
3108
3180
|
// give precedence to 'application/json'
|
|
3109
3181
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3184,7 +3256,9 @@ class RawDataApi {
|
|
|
3184
3256
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/settings'
|
|
3185
3257
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
3186
3258
|
let localVarQueryParameters = {};
|
|
3187
|
-
let localVarHeaderParams = Object.assign({
|
|
3259
|
+
let localVarHeaderParams = Object.assign({
|
|
3260
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3261
|
+
}, this.defaultHeaders);
|
|
3188
3262
|
const produces = ['application/json'];
|
|
3189
3263
|
// give precedence to 'application/json'
|
|
3190
3264
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3263,7 +3337,9 @@ class RawDataApi {
|
|
|
3263
3337
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
3264
3338
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
3265
3339
|
let localVarQueryParameters = {};
|
|
3266
|
-
let localVarHeaderParams = Object.assign({
|
|
3340
|
+
let localVarHeaderParams = Object.assign({
|
|
3341
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3342
|
+
}, this.defaultHeaders);
|
|
3267
3343
|
const produces = ['application/json'];
|
|
3268
3344
|
// give precedence to 'application/json'
|
|
3269
3345
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3346,7 +3422,9 @@ class RawDataApi {
|
|
|
3346
3422
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
3347
3423
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
3348
3424
|
let localVarQueryParameters = {};
|
|
3349
|
-
let localVarHeaderParams = Object.assign({
|
|
3425
|
+
let localVarHeaderParams = Object.assign({
|
|
3426
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3427
|
+
}, this.defaultHeaders);
|
|
3350
3428
|
const produces = ['application/json'];
|
|
3351
3429
|
// give precedence to 'application/json'
|
|
3352
3430
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3429,7 +3507,9 @@ class RawDataApi {
|
|
|
3429
3507
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)))
|
|
3430
3508
|
.replace('{' + 'sampleId' + '}', encodeURIComponent(String(sampleId)));
|
|
3431
3509
|
let localVarQueryParameters = {};
|
|
3432
|
-
let localVarHeaderParams = Object.assign({
|
|
3510
|
+
let localVarHeaderParams = Object.assign({
|
|
3511
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3512
|
+
}, this.defaultHeaders);
|
|
3433
3513
|
const produces = ['application/json'];
|
|
3434
3514
|
// give precedence to 'application/json'
|
|
3435
3515
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3510,7 +3590,9 @@ class RawDataApi {
|
|
|
3510
3590
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/store-segment-length'
|
|
3511
3591
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
3512
3592
|
let localVarQueryParameters = {};
|
|
3513
|
-
let localVarHeaderParams = Object.assign({
|
|
3593
|
+
let localVarHeaderParams = Object.assign({
|
|
3594
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3595
|
+
}, this.defaultHeaders);
|
|
3514
3596
|
const produces = ['application/json'];
|
|
3515
3597
|
// give precedence to 'application/json'
|
|
3516
3598
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3587,7 +3669,9 @@ class RawDataApi {
|
|
|
3587
3669
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/track-objects'
|
|
3588
3670
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
3589
3671
|
let localVarQueryParameters = {};
|
|
3590
|
-
let localVarHeaderParams = Object.assign({
|
|
3672
|
+
let localVarHeaderParams = Object.assign({
|
|
3673
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3674
|
+
}, this.defaultHeaders);
|
|
3591
3675
|
const produces = ['application/json'];
|
|
3592
3676
|
// give precedence to 'application/json'
|
|
3593
3677
|
if (produces.indexOf('application/json') >= 0) {
|
|
@@ -3664,7 +3748,9 @@ class RawDataApi {
|
|
|
3664
3748
|
const localVarPath = this.basePath + '/api/{projectId}/raw-data/data-explorer/screenshot'
|
|
3665
3749
|
.replace('{' + 'projectId' + '}', encodeURIComponent(String(projectId)));
|
|
3666
3750
|
let localVarQueryParameters = {};
|
|
3667
|
-
let localVarHeaderParams = Object.assign({
|
|
3751
|
+
let localVarHeaderParams = Object.assign({
|
|
3752
|
+
'User-Agent': 'edgeimpulse-api nodejs'
|
|
3753
|
+
}, this.defaultHeaders);
|
|
3668
3754
|
const produces = ['application/json'];
|
|
3669
3755
|
// give precedence to 'application/json'
|
|
3670
3756
|
if (produces.indexOf('application/json') >= 0) {
|