@edgeiq/edgeiq-api-js 1.9.2 → 1.9.3

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.
@@ -103,6 +103,7 @@ export interface CompanyInput {
103
103
  inherited_rule_ids?: string[];
104
104
  inherited_pollable_attributes_ids?: string[];
105
105
  inherited_workflow_definition_ids?: string[];
106
+ inherited_command_ids?: string[];
106
107
  device_tags?: string[];
107
108
  custom_certificate_domain?: string;
108
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",