edge-impulse-api 1.82.21 → 1.83.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/projectsApi.d.ts +1 -1
- package/build/library/sdk/api/projectsApi.js +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.d.ts +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.js +1 -1
- package/build/library/sdk/model/deploymentTargetEngine.js.map +1 -1
- package/package.json +1 -1
|
@@ -418,7 +418,7 @@ export declare class ProjectsApi {
|
|
|
418
418
|
};
|
|
419
419
|
}): Promise<DevelopmentBoardsResponse>;
|
|
420
420
|
/**
|
|
421
|
-
* Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set.
|
|
421
|
+
* Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set. Only available through JWT token authentication, if you authenticate with an API key then all keys will return undefined (this is changed behavior since 28 January 2026).
|
|
422
422
|
* @summary Get development keys
|
|
423
423
|
* @param projectId Project ID
|
|
424
424
|
*/
|
|
@@ -2246,7 +2246,7 @@ class ProjectsApi {
|
|
|
2246
2246
|
return this.handleResponse(response, 'DevelopmentBoardsResponse');
|
|
2247
2247
|
}
|
|
2248
2248
|
/**
|
|
2249
|
-
* Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set.
|
|
2249
|
+
* Retrieve the development API and HMAC keys for a project. These keys are specifically marked to be used during development. These keys can be `undefined` if no development keys are set. Only available through JWT token authentication, if you authenticate with an API key then all keys will return undefined (this is changed behavior since 28 January 2026).
|
|
2250
2250
|
* @summary Get development keys
|
|
2251
2251
|
* @param projectId Project ID
|
|
2252
2252
|
*/
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx' | 'neox' | 'ethos-linux' | 'st-aton' | 'ceva-npn' | 'nordic-axon';
|
|
12
|
+
export type DeploymentTargetEngine = 'tflite' | 'tflite-eon' | 'tflite-eon-ram-optimized' | 'tensorrt' | 'tensaiflow' | 'drp-ai' | 'tidl' | 'akida' | 'syntiant' | 'memryx' | 'neox' | 'ethos-linux' | 'st-aton' | 'ceva-npn' | 'nordic-axon' | 'vlm-connector';
|
|
13
13
|
export declare const DeploymentTargetEngineValues: string[];
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
*/
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.DeploymentTargetEngineValues = void 0;
|
|
15
|
-
exports.DeploymentTargetEngineValues = ['tflite', 'tflite-eon', 'tflite-eon-ram-optimized', 'tensorrt', 'tensaiflow', 'drp-ai', 'tidl', 'akida', 'syntiant', 'memryx', 'neox', 'ethos-linux', 'st-aton', 'ceva-npn', 'nordic-axon'];
|
|
15
|
+
exports.DeploymentTargetEngineValues = ['tflite', 'tflite-eon', 'tflite-eon-ram-optimized', 'tensorrt', 'tensaiflow', 'drp-ai', 'tidl', 'akida', 'syntiant', 'memryx', 'neox', 'ethos-linux', 'st-aton', 'ceva-npn', 'nordic-axon', 'vlm-connector'];
|
|
16
16
|
//# sourceMappingURL=deploymentTargetEngine.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentTargetEngine.js","sourceRoot":"","sources":["../../../../library/sdk/model/deploymentTargetEngine.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,4BAA4B,GAAa,CAAC,QAAQ,EAAE,YAAY,EAAE,0BAA0B,EAAE,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,aAAa,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"deploymentTargetEngine.js","sourceRoot":"","sources":["../../../../library/sdk/model/deploymentTargetEngine.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKU,QAAA,4BAA4B,GAAa,CAAC,QAAQ,EAAE,YAAY,EAAE,0BAA0B,EAAE,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,aAAa,EAAE,eAAe,CAAC,CAAC"}
|