Comparing version 1.1.1 to 1.1.2
@@ -32,3 +32,5 @@ import { AxiosRequestConfig } from 'axios'; | ||
device_type: Type; | ||
third_party_account_id: string; | ||
connected_account_id: string; | ||
capabilities_supported: unknown[]; | ||
created_at: string; | ||
} | ||
@@ -53,2 +55,3 @@ interface LockProperties { | ||
action_attempt_id: string; | ||
action_type: "LOCK_DOOR" | "UNLOCK_DOOR" | "CREATE_ACCESS_CODE"; | ||
status: string; | ||
@@ -55,0 +58,0 @@ }; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "main": "./dist/index.js", |
24731
384