edge-impulse-api 1.71.29 → 1.71.30

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.
@@ -19,7 +19,7 @@ export declare class StartIntegrationSessionResponse {
19
19
  */
20
20
  'error'?: string;
21
21
  /**
22
- * Unique integration session identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
22
+ * Unique integration resource identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
23
23
  */
24
24
  'id': string;
25
25
  static discriminator: string | undefined;
@@ -11,7 +11,7 @@
11
11
  */
12
12
  export declare class StartIntegrationSessionResponseAllOf {
13
13
  /**
14
- * Unique integration session identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
14
+ * Unique integration resource identifier. Pass this to getIntegrationSessionStatus to check the status of the integration session.
15
15
  */
16
16
  'id': string;
17
17
  static discriminator: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.71.29",
3
+ "version": "1.71.30",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "tsc -p .",