node-alarm-dot-com 2.0.0-beta.2 → 2.0.0-beta.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.
@@ -757,17 +757,7 @@ export interface CameraState extends DeviceState {
|
|
757
757
|
* All devices retrieved contain these properties.
|
758
758
|
*/
|
759
759
|
export interface ApiDeviceState {
|
760
|
-
data:
|
761
|
-
id: string;
|
762
|
-
type: RelationshipType;
|
763
|
-
attributes: any;
|
764
|
-
relationships: any;
|
765
|
-
} | Array<{
|
766
|
-
id: string;
|
767
|
-
type: RelationshipType;
|
768
|
-
attributes: any;
|
769
|
-
relationships: any;
|
770
|
-
}>;
|
760
|
+
data: DeviceState[] | DeviceState;
|
771
761
|
included: [];
|
772
762
|
meta: {
|
773
763
|
transformer_version: '1.1' | string;
|