@edgeiq/edgeiq-api-js 1.3.66 → 1.3.67

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.
@@ -13,6 +13,7 @@ export declare enum SenderType {
13
13
  }
14
14
  export interface CommandInput {
15
15
  name: string;
16
+ company_id: string;
16
17
  sender_type: SenderType;
17
18
  device_id?: string;
18
19
  sender?: {
@@ -318,6 +318,7 @@ exports.TestDiscoveredDevice = {
318
318
  };
319
319
  exports.TestCommand = {
320
320
  name: 'Test Command',
321
+ company_id: parentCompanyId,
321
322
  sender_type: _1.SenderType.shell_sender,
322
323
  sender: {
323
324
  command: "echo 'testing'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.3.66",
3
+ "version": "1.3.67",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",