node-alarm-dot-com 2.1.0-beta.1 → 2.1.0-beta.2

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.
@@ -1066,6 +1066,6 @@ export interface ApiDeviceState {
1066
1066
  export interface DeviceState {
1067
1067
  id: string;
1068
1068
  type: RelationshipType;
1069
- attributes: unknown;
1070
- relationships: unknown;
1069
+ attributes: any;
1070
+ relationships: any;
1071
1071
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-alarm-dot-com",
3
- "version": "2.1.0-beta.1",
3
+ "version": "2.1.0-beta.2",
4
4
  "betaVersion": "2.1.0",
5
5
  "description": "An interface module written in node.js to arm and disarm Alarm.com security systems.",
6
6
  "author": {