@seamapi/types 0.25.0 → 0.27.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.
@@ -377,11 +377,11 @@ export declare const device_metadata: z.ZodObject<{
377
377
  }, "strip", z.ZodTypeAny, {
378
378
  name: string;
379
379
  device_num: number;
380
- unlock_method?: "bridge" | "doorking" | undefined;
380
+ unlock_method?: "doorking" | "bridge" | undefined;
381
381
  }, {
382
382
  name: string;
383
383
  device_num: number;
384
- unlock_method?: "bridge" | "doorking" | undefined;
384
+ unlock_method?: "doorking" | "bridge" | undefined;
385
385
  }>>;
386
386
  igloohome_metadata: z.ZodOptional<z.ZodObject<{
387
387
  device_id: z.ZodString;
@@ -549,7 +549,7 @@ export declare const device_metadata: z.ZodObject<{
549
549
  seam_bridge_metadata?: {
550
550
  name: string;
551
551
  device_num: number;
552
- unlock_method?: "bridge" | "doorking" | undefined;
552
+ unlock_method?: "doorking" | "bridge" | undefined;
553
553
  } | undefined;
554
554
  igloohome_metadata?: {
555
555
  device_id: string;
@@ -685,7 +685,7 @@ export declare const device_metadata: z.ZodObject<{
685
685
  seam_bridge_metadata?: {
686
686
  name: string;
687
687
  device_num: number;
688
- unlock_method?: "bridge" | "doorking" | undefined;
688
+ unlock_method?: "doorking" | "bridge" | undefined;
689
689
  } | undefined;
690
690
  igloohome_metadata?: {
691
691
  device_id: string;