edge-impulse-api 1.72.13 → 1.72.14
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/api.d.ts +2 -1
- package/build/library/api.js +5 -0
- package/build/library/api.js.map +1 -1
- package/build/library/sdk/api/apis.d.ts +3 -1
- package/build/library/sdk/api/apis.js +3 -1
- package/build/library/sdk/api/apis.js.map +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.d.ts +1 -1
- package/build/library/sdk/api/performanceCalibrationApi.js +1 -1
- package/build/library/sdk/api/postProcessingApi.d.ts +117 -0
- package/build/library/sdk/api/postProcessingApi.js +532 -0
- package/build/library/sdk/api/postProcessingApi.js.map +1 -0
- package/build/library/sdk/model/createImpulseRequest.d.ts +5 -0
- package/build/library/sdk/model/createImpulseRequest.js +5 -0
- package/build/library/sdk/model/createImpulseRequest.js.map +1 -1
- package/build/library/sdk/model/detailedImpulse.d.ts +2 -0
- package/build/library/sdk/model/detailedImpulse.js +5 -0
- package/build/library/sdk/model/detailedImpulse.js.map +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.d.ts +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.js +1 -1
- package/build/library/sdk/model/detailedImpulseMetricCategory.js.map +1 -1
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.d.ts +27 -0
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.js +34 -0
- package/build/library/sdk/model/detailedImpulsePostProcessingBlockConfigs.js.map +1 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.d.ts +33 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.js +39 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponse.js.map +1 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.d.ts +25 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.js +29 -0
- package/build/library/sdk/model/getFeaturesForPostProcessingSampleResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.d.ts +2 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.js +5 -0
- package/build/library/sdk/model/getImpulseBlocksResponse.js.map +1 -1
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.d.ts +2 -0
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.js +5 -0
- package/build/library/sdk/model/getImpulseBlocksResponseAllOf.js.map +1 -1
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.d.ts +39 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.js +50 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponse.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.d.ts +31 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.js +40 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOf.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.d.ts +27 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js +34 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfJobIsRunning.js.map +1 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.d.ts +28 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.js +34 -0
- package/build/library/sdk/model/getPostProcessingResultsForSampleResponseAllOfResults.js.map +1 -0
- package/build/library/sdk/model/impulse.d.ts +5 -0
- package/build/library/sdk/model/impulse.js +5 -0
- package/build/library/sdk/model/impulse.js.map +1 -1
- package/build/library/sdk/model/impulsePostProcessingBlock.d.ts +52 -0
- package/build/library/sdk/model/impulsePostProcessingBlock.js +59 -0
- package/build/library/sdk/model/impulsePostProcessingBlock.js.map +1 -0
- package/build/library/sdk/model/models.d.ts +19 -0
- package/build/library/sdk/model/models.js +59 -0
- package/build/library/sdk/model/models.js.map +1 -1
- package/build/library/sdk/model/objectDetectionPostProcessingObject.d.ts +30 -0
- package/build/library/sdk/model/objectDetectionPostProcessingObject.js +54 -0
- package/build/library/sdk/model/objectDetectionPostProcessingObject.js.map +1 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.d.ts +26 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.js +29 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResult.js.map +1 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.d.ts +27 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.js +34 -0
- package/build/library/sdk/model/objectDetectionPostProcessingResultFrames.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.d.ts +30 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.js +54 -0
- package/build/library/sdk/model/objectTrackingPostProcessingObject.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.d.ts +29 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.js +34 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResult.js.map +1 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.d.ts +27 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.js +34 -0
- package/build/library/sdk/model/objectTrackingPostProcessingResultFrames.js.map +1 -0
- package/build/library/sdk/model/postProcessingBlock.d.ts +40 -0
- package/build/library/sdk/model/postProcessingBlock.js +79 -0
- package/build/library/sdk/model/postProcessingBlock.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfig.d.ts +27 -0
- package/build/library/sdk/model/postProcessingConfig.js +34 -0
- package/build/library/sdk/model/postProcessingConfig.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfigRequest.d.ts +28 -0
- package/build/library/sdk/model/postProcessingConfigRequest.js +34 -0
- package/build/library/sdk/model/postProcessingConfigRequest.js.map +1 -0
- package/build/library/sdk/model/postProcessingConfigResponse.d.ts +35 -0
- package/build/library/sdk/model/postProcessingConfigResponse.js +44 -0
- package/build/library/sdk/model/postProcessingConfigResponse.js.map +1 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.d.ts +28 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.js +34 -0
- package/build/library/sdk/model/previewProcessingConfigRequest.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ObjectTrackingPostProcessingResult = void 0;
|
|
15
|
+
class ObjectTrackingPostProcessingResult {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ObjectTrackingPostProcessingResult.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ObjectTrackingPostProcessingResult = ObjectTrackingPostProcessingResult;
|
|
21
|
+
ObjectTrackingPostProcessingResult.discriminator = undefined;
|
|
22
|
+
ObjectTrackingPostProcessingResult.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "frames",
|
|
25
|
+
"baseName": "frames",
|
|
26
|
+
"type": "Array<ObjectTrackingPostProcessingResultFrames>"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "parameters",
|
|
30
|
+
"baseName": "parameters",
|
|
31
|
+
"type": "{ [key: string]: string; }"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=objectTrackingPostProcessingResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectTrackingPostProcessingResult.js","sourceRoot":"","sources":["../../../../library/sdk/model/objectTrackingPostProcessingResult.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,kCAAkC;IAkB3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AApBL,gFAqBC;AAjBU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ObjectTrackingPostProcessingObject } from './objectTrackingPostProcessingObject';
|
|
13
|
+
export declare class ObjectTrackingPostProcessingResultFrames {
|
|
14
|
+
'frameIndex': number;
|
|
15
|
+
'objects': Array<ObjectTrackingPostProcessingObject>;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ObjectTrackingPostProcessingResultFrames = void 0;
|
|
15
|
+
class ObjectTrackingPostProcessingResultFrames {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return ObjectTrackingPostProcessingResultFrames.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ObjectTrackingPostProcessingResultFrames = ObjectTrackingPostProcessingResultFrames;
|
|
21
|
+
ObjectTrackingPostProcessingResultFrames.discriminator = undefined;
|
|
22
|
+
ObjectTrackingPostProcessingResultFrames.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "frameIndex",
|
|
25
|
+
"baseName": "frameIndex",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "objects",
|
|
30
|
+
"baseName": "objects",
|
|
31
|
+
"type": "Array<ObjectTrackingPostProcessingObject>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=objectTrackingPostProcessingResultFrames.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectTrackingPostProcessingResultFrames.js","sourceRoot":"","sources":["../../../../library/sdk/model/objectTrackingPostProcessingResultFrames.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wCAAwC;IAkBjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AApBL,4FAqBC;AAjBU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2CAA2C;KACtD;CAAK,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BlockType } from './blockType';
|
|
13
|
+
import { DSPGroupItem } from './dSPGroupItem';
|
|
14
|
+
export declare class PostProcessingBlock {
|
|
15
|
+
'type': string;
|
|
16
|
+
'title': string;
|
|
17
|
+
'author': string;
|
|
18
|
+
'description': string;
|
|
19
|
+
'name': string;
|
|
20
|
+
'recommended': boolean;
|
|
21
|
+
'experimental': boolean;
|
|
22
|
+
'latestImplementationVersion': number;
|
|
23
|
+
'blockType': BlockType;
|
|
24
|
+
/**
|
|
25
|
+
* List of target devices that support this DSP block. If undefined this block works on all targets.
|
|
26
|
+
*/
|
|
27
|
+
'supportedTargets'?: Array<string>;
|
|
28
|
+
'defaultParameters': Array<DSPGroupItem>;
|
|
29
|
+
static discriminator: string | undefined;
|
|
30
|
+
static attributeTypeMap: Array<{
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}>;
|
|
35
|
+
static getAttributeTypeMap(): {
|
|
36
|
+
name: string;
|
|
37
|
+
baseName: string;
|
|
38
|
+
type: string;
|
|
39
|
+
}[];
|
|
40
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PostProcessingBlock = void 0;
|
|
15
|
+
class PostProcessingBlock {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PostProcessingBlock.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PostProcessingBlock = PostProcessingBlock;
|
|
21
|
+
PostProcessingBlock.discriminator = undefined;
|
|
22
|
+
PostProcessingBlock.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "type",
|
|
25
|
+
"baseName": "type",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "title",
|
|
30
|
+
"baseName": "title",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "author",
|
|
35
|
+
"baseName": "author",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "description",
|
|
40
|
+
"baseName": "description",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "name",
|
|
45
|
+
"baseName": "name",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "recommended",
|
|
50
|
+
"baseName": "recommended",
|
|
51
|
+
"type": "boolean"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "experimental",
|
|
55
|
+
"baseName": "experimental",
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "latestImplementationVersion",
|
|
60
|
+
"baseName": "latestImplementationVersion",
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "blockType",
|
|
65
|
+
"baseName": "blockType",
|
|
66
|
+
"type": "BlockType"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "supportedTargets",
|
|
70
|
+
"baseName": "supportedTargets",
|
|
71
|
+
"type": "Array<string>"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "defaultParameters",
|
|
75
|
+
"baseName": "defaultParameters",
|
|
76
|
+
"type": "Array<DSPGroupItem>"
|
|
77
|
+
}
|
|
78
|
+
];
|
|
79
|
+
//# sourceMappingURL=postProcessingBlock.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postProcessingBlock.js","sourceRoot":"","sources":["../../../../library/sdk/model/postProcessingBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,mBAAmB;IA2E5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA7EL,kDA8EC;AA9DU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DSPGroupItem } from './dSPGroupItem';
|
|
13
|
+
export declare class PostProcessingConfig {
|
|
14
|
+
'enabled': boolean;
|
|
15
|
+
'parameters': Array<DSPGroupItem>;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PostProcessingConfig = void 0;
|
|
15
|
+
class PostProcessingConfig {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PostProcessingConfig.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PostProcessingConfig = PostProcessingConfig;
|
|
21
|
+
PostProcessingConfig.discriminator = undefined;
|
|
22
|
+
PostProcessingConfig.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "enabled",
|
|
25
|
+
"baseName": "enabled",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "parameters",
|
|
30
|
+
"baseName": "parameters",
|
|
31
|
+
"type": "Array<DSPGroupItem>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=postProcessingConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postProcessingConfig.js","sourceRoot":"","sources":["../../../../library/sdk/model/postProcessingConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,oBAAoB;IAkB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AApBL,oDAqBC;AAjBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class PostProcessingConfigRequest {
|
|
13
|
+
'enabled': boolean;
|
|
14
|
+
'parameters': {
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PostProcessingConfigRequest = void 0;
|
|
15
|
+
class PostProcessingConfigRequest {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PostProcessingConfigRequest.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PostProcessingConfigRequest = PostProcessingConfigRequest;
|
|
21
|
+
PostProcessingConfigRequest.discriminator = undefined;
|
|
22
|
+
PostProcessingConfigRequest.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "enabled",
|
|
25
|
+
"baseName": "enabled",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "parameters",
|
|
30
|
+
"baseName": "parameters",
|
|
31
|
+
"type": "{ [key: string]: string; }"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=postProcessingConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postProcessingConfigRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/postProcessingConfigRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,2BAA2B;IAkBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AApBL,kEAqBC;AAjBU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DSPGroupItem } from './dSPGroupItem';
|
|
13
|
+
export declare class PostProcessingConfigResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Whether the operation succeeded
|
|
16
|
+
*/
|
|
17
|
+
'success': boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Optional error description (set if \'success\' was false)
|
|
20
|
+
*/
|
|
21
|
+
'error'?: string;
|
|
22
|
+
'enabled': boolean;
|
|
23
|
+
'parameters': Array<DSPGroupItem>;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PostProcessingConfigResponse = void 0;
|
|
15
|
+
class PostProcessingConfigResponse {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PostProcessingConfigResponse.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PostProcessingConfigResponse = PostProcessingConfigResponse;
|
|
21
|
+
PostProcessingConfigResponse.discriminator = undefined;
|
|
22
|
+
PostProcessingConfigResponse.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "success",
|
|
25
|
+
"baseName": "success",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "error",
|
|
30
|
+
"baseName": "error",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "enabled",
|
|
35
|
+
"baseName": "enabled",
|
|
36
|
+
"type": "boolean"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "parameters",
|
|
40
|
+
"baseName": "parameters",
|
|
41
|
+
"type": "Array<DSPGroupItem>"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=postProcessingConfigResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postProcessingConfigResponse.js","sourceRoot":"","sources":["../../../../library/sdk/model/postProcessingConfigResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,4BAA4B;IAoCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAtCL,oEAuCC;AA3BU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Edge Impulse API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class PreviewProcessingConfigRequest {
|
|
13
|
+
'enabled': boolean;
|
|
14
|
+
'parameters': {
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Edge Impulse API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.PreviewProcessingConfigRequest = void 0;
|
|
15
|
+
class PreviewProcessingConfigRequest {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PreviewProcessingConfigRequest.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PreviewProcessingConfigRequest = PreviewProcessingConfigRequest;
|
|
21
|
+
PreviewProcessingConfigRequest.discriminator = undefined;
|
|
22
|
+
PreviewProcessingConfigRequest.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "enabled",
|
|
25
|
+
"baseName": "enabled",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "parameters",
|
|
30
|
+
"baseName": "parameters",
|
|
31
|
+
"type": "{ [key: string]: string; }"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=previewProcessingConfigRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"previewProcessingConfigRequest.js","sourceRoot":"","sources":["../../../../library/sdk/model/previewProcessingConfigRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAGH,MAAa,8BAA8B;IAkBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AApBL,wEAqBC;AAjBU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
|