@seamapi/types 1.33.0 → 1.34.0
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.
package/dist/connect.d.cts
CHANGED
|
@@ -16061,6 +16061,7 @@ interface Routes {
|
|
|
16061
16061
|
image_url?: string | undefined;
|
|
16062
16062
|
image_alt_text?: string | undefined;
|
|
16063
16063
|
serial_number?: string | undefined;
|
|
16064
|
+
supports_accessory_keypad?: boolean | undefined;
|
|
16064
16065
|
} & {
|
|
16065
16066
|
august_metadata?: {
|
|
16066
16067
|
lock_id: string;
|
|
@@ -3769,6 +3769,7 @@ export interface Routes {
|
|
|
3769
3769
|
image_url?: string | undefined;
|
|
3770
3770
|
image_alt_text?: string | undefined;
|
|
3771
3771
|
serial_number?: string | undefined;
|
|
3772
|
+
supports_accessory_keypad?: boolean | undefined;
|
|
3772
3773
|
} & {
|
|
3773
3774
|
august_metadata?: {
|
|
3774
3775
|
lock_id: string;
|
package/package.json
CHANGED