edge-impulse-api 1.49.26 → 1.49.27

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.
@@ -21,7 +21,7 @@ export declare class EnterpriseTrial {
21
21
  /**
22
22
  * ID of the organization created for the trial.
23
23
  */
24
- 'organizationId'?: number;
24
+ 'organizationId': number;
25
25
  /**
26
26
  * Date when the trial was created. Trials start immediately on creation.
27
27
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-impulse-api",
3
- "version": "1.49.26",
3
+ "version": "1.49.27",
4
4
  "description": "Node.js bindings for the Edge Impulse API",
5
5
  "scripts": {
6
6
  "build": "./node_modules/.bin/tsc -p .",