@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -5222,6 +5222,7 @@ export interface Routes {
5222
5222
  image_url?: string | undefined
5223
5223
  image_alt_text?: string | undefined
5224
5224
  serial_number?: string | undefined
5225
+ supports_accessory_keypad?: boolean | undefined
5225
5226
  } & {
5226
5227
  august_metadata?:
5227
5228
  | {