@edgeiq/edgeiq-api-js 1.13.8 → 1.13.9

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.
@@ -7,7 +7,7 @@ import { CommandExecution } from '../commandExecutions/models';
7
7
  import { GatewayCommand } from '../gatewayCommands/models';
8
8
  import { WorkflowExecution } from '../workflowExecutions/models';
9
9
  export declare type DeviceClass = 'discovered' | 'escrow' | 'standard';
10
- export declare type DeviceActivityType = 'heartbeat' | 'device_event' | 'device_error' | 'report' | 'command_execution' | 'gateway_command' | 'software_update' | 'workflow_execution';
10
+ export declare type DeviceActivityType = 'heartbeat' | 'device_event' | 'device_error' | 'health_status' | 'report' | 'command_execution' | 'gateway_command' | 'software_update' | 'workflow_execution';
11
11
  export declare type BoundingBox = {
12
12
  topLeft: string;
13
13
  bottomRight: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.13.8",
3
+ "version": "1.13.9",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",