edge-impulse-api 1.82.21 → 1.83.0

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.
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.82.21",
3
+ "version": "1.83.0",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",