@seamapi/types 1.689.0 → 1.691.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.
@@ -13532,6 +13532,19 @@ declare const batch: z.ZodObject<{
13532
13532
  }>, z.ZodObject<{
13533
13533
  message: z.ZodString;
13534
13534
  created_at: z.ZodString;
13535
+ } & {
13536
+ warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
13537
+ }, "strip", z.ZodTypeAny, {
13538
+ message: string;
13539
+ created_at: string;
13540
+ warning_code: "ultraloq_time_zone_unknown";
13541
+ }, {
13542
+ message: string;
13543
+ created_at: string;
13544
+ warning_code: "ultraloq_time_zone_unknown";
13545
+ }>, z.ZodObject<{
13546
+ message: z.ZodString;
13547
+ created_at: z.ZodString;
13535
13548
  } & {
13536
13549
  warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
13537
13550
  }, "strip", z.ZodTypeAny, {
@@ -13555,6 +13568,19 @@ declare const batch: z.ZodObject<{
13555
13568
  message: string;
13556
13569
  created_at: string;
13557
13570
  warning_code: "keynest_unsupported_locker";
13571
+ }>, z.ZodObject<{
13572
+ message: z.ZodString;
13573
+ created_at: z.ZodString;
13574
+ } & {
13575
+ warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
13576
+ }, "strip", z.ZodTypeAny, {
13577
+ message: string;
13578
+ created_at: string;
13579
+ warning_code: "accessory_keypad_setup_required";
13580
+ }, {
13581
+ message: string;
13582
+ created_at: string;
13583
+ warning_code: "accessory_keypad_setup_required";
13558
13584
  }>]>, "many">;
13559
13585
  created_at: z.ZodString;
13560
13586
  is_managed: z.ZodLiteral<true>;
@@ -13744,6 +13770,10 @@ declare const batch: z.ZodObject<{
13744
13770
  message: string;
13745
13771
  created_at: string;
13746
13772
  warning_code: "lockly_time_zone_not_configured";
13773
+ } | {
13774
+ message: string;
13775
+ created_at: string;
13776
+ warning_code: "ultraloq_time_zone_unknown";
13747
13777
  } | {
13748
13778
  message: string;
13749
13779
  created_at: string;
@@ -13756,6 +13786,10 @@ declare const batch: z.ZodObject<{
13756
13786
  message: string;
13757
13787
  created_at: string;
13758
13788
  warning_code: "keynest_unsupported_locker";
13789
+ } | {
13790
+ message: string;
13791
+ created_at: string;
13792
+ warning_code: "accessory_keypad_setup_required";
13759
13793
  })[];
13760
13794
  custom_metadata: Record<string, string | boolean>;
13761
13795
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -14415,6 +14449,10 @@ declare const batch: z.ZodObject<{
14415
14449
  message: string;
14416
14450
  created_at: string;
14417
14451
  warning_code: "lockly_time_zone_not_configured";
14452
+ } | {
14453
+ message: string;
14454
+ created_at: string;
14455
+ warning_code: "ultraloq_time_zone_unknown";
14418
14456
  } | {
14419
14457
  message: string;
14420
14458
  created_at: string;
@@ -14427,6 +14465,10 @@ declare const batch: z.ZodObject<{
14427
14465
  message: string;
14428
14466
  created_at: string;
14429
14467
  warning_code: "keynest_unsupported_locker";
14468
+ } | {
14469
+ message: string;
14470
+ created_at: string;
14471
+ warning_code: "accessory_keypad_setup_required";
14430
14472
  })[];
14431
14473
  custom_metadata: Record<string, string | boolean>;
14432
14474
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -24759,6 +24801,19 @@ declare const batch: z.ZodObject<{
24759
24801
  }>, z.ZodObject<{
24760
24802
  message: z.ZodString;
24761
24803
  created_at: z.ZodString;
24804
+ } & {
24805
+ warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
24806
+ }, "strip", z.ZodTypeAny, {
24807
+ message: string;
24808
+ created_at: string;
24809
+ warning_code: "ultraloq_time_zone_unknown";
24810
+ }, {
24811
+ message: string;
24812
+ created_at: string;
24813
+ warning_code: "ultraloq_time_zone_unknown";
24814
+ }>, z.ZodObject<{
24815
+ message: z.ZodString;
24816
+ created_at: z.ZodString;
24762
24817
  } & {
24763
24818
  warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
24764
24819
  }, "strip", z.ZodTypeAny, {
@@ -24782,6 +24837,19 @@ declare const batch: z.ZodObject<{
24782
24837
  message: string;
24783
24838
  created_at: string;
24784
24839
  warning_code: "keynest_unsupported_locker";
24840
+ }>, z.ZodObject<{
24841
+ message: z.ZodString;
24842
+ created_at: z.ZodString;
24843
+ } & {
24844
+ warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
24845
+ }, "strip", z.ZodTypeAny, {
24846
+ message: string;
24847
+ created_at: string;
24848
+ warning_code: "accessory_keypad_setup_required";
24849
+ }, {
24850
+ message: string;
24851
+ created_at: string;
24852
+ warning_code: "accessory_keypad_setup_required";
24785
24853
  }>]>, "many">;
24786
24854
  created_at: z.ZodString;
24787
24855
  is_managed: z.ZodLiteral<true>;
@@ -25126,6 +25194,10 @@ declare const batch: z.ZodObject<{
25126
25194
  message: string;
25127
25195
  created_at: string;
25128
25196
  warning_code: "lockly_time_zone_not_configured";
25197
+ } | {
25198
+ message: string;
25199
+ created_at: string;
25200
+ warning_code: "ultraloq_time_zone_unknown";
25129
25201
  } | {
25130
25202
  message: string;
25131
25203
  created_at: string;
@@ -25138,6 +25210,10 @@ declare const batch: z.ZodObject<{
25138
25210
  message: string;
25139
25211
  created_at: string;
25140
25212
  warning_code: "keynest_unsupported_locker";
25213
+ } | {
25214
+ message: string;
25215
+ created_at: string;
25216
+ warning_code: "accessory_keypad_setup_required";
25141
25217
  })[];
25142
25218
  custom_metadata: Record<string, string | boolean>;
25143
25219
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -25359,6 +25435,10 @@ declare const batch: z.ZodObject<{
25359
25435
  message: string;
25360
25436
  created_at: string;
25361
25437
  warning_code: "lockly_time_zone_not_configured";
25438
+ } | {
25439
+ message: string;
25440
+ created_at: string;
25441
+ warning_code: "ultraloq_time_zone_unknown";
25362
25442
  } | {
25363
25443
  message: string;
25364
25444
  created_at: string;
@@ -25371,6 +25451,10 @@ declare const batch: z.ZodObject<{
25371
25451
  message: string;
25372
25452
  created_at: string;
25373
25453
  warning_code: "keynest_unsupported_locker";
25454
+ } | {
25455
+ message: string;
25456
+ created_at: string;
25457
+ warning_code: "accessory_keypad_setup_required";
25374
25458
  })[];
25375
25459
  custom_metadata: Record<string, string | boolean>;
25376
25460
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -32250,6 +32334,10 @@ declare const batch: z.ZodObject<{
32250
32334
  message: string;
32251
32335
  created_at: string;
32252
32336
  warning_code: "lockly_time_zone_not_configured";
32337
+ } | {
32338
+ message: string;
32339
+ created_at: string;
32340
+ warning_code: "ultraloq_time_zone_unknown";
32253
32341
  } | {
32254
32342
  message: string;
32255
32343
  created_at: string;
@@ -32262,6 +32350,10 @@ declare const batch: z.ZodObject<{
32262
32350
  message: string;
32263
32351
  created_at: string;
32264
32352
  warning_code: "keynest_unsupported_locker";
32353
+ } | {
32354
+ message: string;
32355
+ created_at: string;
32356
+ warning_code: "accessory_keypad_setup_required";
32265
32357
  })[];
32266
32358
  custom_metadata: Record<string, string | boolean>;
32267
32359
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -34333,6 +34425,10 @@ declare const batch: z.ZodObject<{
34333
34425
  message: string;
34334
34426
  created_at: string;
34335
34427
  warning_code: "lockly_time_zone_not_configured";
34428
+ } | {
34429
+ message: string;
34430
+ created_at: string;
34431
+ warning_code: "ultraloq_time_zone_unknown";
34336
34432
  } | {
34337
34433
  message: string;
34338
34434
  created_at: string;
@@ -34345,6 +34441,10 @@ declare const batch: z.ZodObject<{
34345
34441
  message: string;
34346
34442
  created_at: string;
34347
34443
  warning_code: "keynest_unsupported_locker";
34444
+ } | {
34445
+ message: string;
34446
+ created_at: string;
34447
+ warning_code: "accessory_keypad_setup_required";
34348
34448
  })[];
34349
34449
  custom_metadata: Record<string, string | boolean>;
34350
34450
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -36309,6 +36409,10 @@ declare const batch: z.ZodObject<{
36309
36409
  message: string;
36310
36410
  created_at: string;
36311
36411
  warning_code: "lockly_time_zone_not_configured";
36412
+ } | {
36413
+ message: string;
36414
+ created_at: string;
36415
+ warning_code: "ultraloq_time_zone_unknown";
36312
36416
  } | {
36313
36417
  message: string;
36314
36418
  created_at: string;
@@ -36321,6 +36425,10 @@ declare const batch: z.ZodObject<{
36321
36425
  message: string;
36322
36426
  created_at: string;
36323
36427
  warning_code: "keynest_unsupported_locker";
36428
+ } | {
36429
+ message: string;
36430
+ created_at: string;
36431
+ warning_code: "accessory_keypad_setup_required";
36324
36432
  })[];
36325
36433
  custom_metadata: Record<string, string | boolean>;
36326
36434
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -38392,6 +38500,10 @@ declare const batch: z.ZodObject<{
38392
38500
  message: string;
38393
38501
  created_at: string;
38394
38502
  warning_code: "lockly_time_zone_not_configured";
38503
+ } | {
38504
+ message: string;
38505
+ created_at: string;
38506
+ warning_code: "ultraloq_time_zone_unknown";
38395
38507
  } | {
38396
38508
  message: string;
38397
38509
  created_at: string;
@@ -38404,6 +38516,10 @@ declare const batch: z.ZodObject<{
38404
38516
  message: string;
38405
38517
  created_at: string;
38406
38518
  warning_code: "keynest_unsupported_locker";
38519
+ } | {
38520
+ message: string;
38521
+ created_at: string;
38522
+ warning_code: "accessory_keypad_setup_required";
38407
38523
  })[];
38408
38524
  custom_metadata: Record<string, string | boolean>;
38409
38525
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -41513,6 +41629,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
41513
41629
  }>, z.ZodObject<{
41514
41630
  message: z.ZodString;
41515
41631
  created_at: z.ZodString;
41632
+ } & {
41633
+ warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
41634
+ }, "strip", z.ZodTypeAny, {
41635
+ message: string;
41636
+ created_at: string;
41637
+ warning_code: "ultraloq_time_zone_unknown";
41638
+ }, {
41639
+ message: string;
41640
+ created_at: string;
41641
+ warning_code: "ultraloq_time_zone_unknown";
41642
+ }>, z.ZodObject<{
41643
+ message: z.ZodString;
41644
+ created_at: z.ZodString;
41516
41645
  } & {
41517
41646
  warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
41518
41647
  }, "strip", z.ZodTypeAny, {
@@ -41536,6 +41665,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
41536
41665
  message: string;
41537
41666
  created_at: string;
41538
41667
  warning_code: "keynest_unsupported_locker";
41668
+ }>, z.ZodObject<{
41669
+ message: z.ZodString;
41670
+ created_at: z.ZodString;
41671
+ } & {
41672
+ warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
41673
+ }, "strip", z.ZodTypeAny, {
41674
+ message: string;
41675
+ created_at: string;
41676
+ warning_code: "accessory_keypad_setup_required";
41677
+ }, {
41678
+ message: string;
41679
+ created_at: string;
41680
+ warning_code: "accessory_keypad_setup_required";
41539
41681
  }>]>;
41540
41682
  type DeviceWarning = z.infer<typeof device_warning>;
41541
41683
  declare const device: z.ZodObject<{
@@ -44379,6 +44521,19 @@ declare const device: z.ZodObject<{
44379
44521
  }>, z.ZodObject<{
44380
44522
  message: z.ZodString;
44381
44523
  created_at: z.ZodString;
44524
+ } & {
44525
+ warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
44526
+ }, "strip", z.ZodTypeAny, {
44527
+ message: string;
44528
+ created_at: string;
44529
+ warning_code: "ultraloq_time_zone_unknown";
44530
+ }, {
44531
+ message: string;
44532
+ created_at: string;
44533
+ warning_code: "ultraloq_time_zone_unknown";
44534
+ }>, z.ZodObject<{
44535
+ message: z.ZodString;
44536
+ created_at: z.ZodString;
44382
44537
  } & {
44383
44538
  warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
44384
44539
  }, "strip", z.ZodTypeAny, {
@@ -44402,6 +44557,19 @@ declare const device: z.ZodObject<{
44402
44557
  message: string;
44403
44558
  created_at: string;
44404
44559
  warning_code: "keynest_unsupported_locker";
44560
+ }>, z.ZodObject<{
44561
+ message: z.ZodString;
44562
+ created_at: z.ZodString;
44563
+ } & {
44564
+ warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
44565
+ }, "strip", z.ZodTypeAny, {
44566
+ message: string;
44567
+ created_at: string;
44568
+ warning_code: "accessory_keypad_setup_required";
44569
+ }, {
44570
+ message: string;
44571
+ created_at: string;
44572
+ warning_code: "accessory_keypad_setup_required";
44405
44573
  }>]>, "many">;
44406
44574
  created_at: z.ZodString;
44407
44575
  is_managed: z.ZodLiteral<true>;
@@ -44591,6 +44759,10 @@ declare const device: z.ZodObject<{
44591
44759
  message: string;
44592
44760
  created_at: string;
44593
44761
  warning_code: "lockly_time_zone_not_configured";
44762
+ } | {
44763
+ message: string;
44764
+ created_at: string;
44765
+ warning_code: "ultraloq_time_zone_unknown";
44594
44766
  } | {
44595
44767
  message: string;
44596
44768
  created_at: string;
@@ -44603,6 +44775,10 @@ declare const device: z.ZodObject<{
44603
44775
  message: string;
44604
44776
  created_at: string;
44605
44777
  warning_code: "keynest_unsupported_locker";
44778
+ } | {
44779
+ message: string;
44780
+ created_at: string;
44781
+ warning_code: "accessory_keypad_setup_required";
44606
44782
  })[];
44607
44783
  custom_metadata: Record<string, string | boolean>;
44608
44784
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -45262,6 +45438,10 @@ declare const device: z.ZodObject<{
45262
45438
  message: string;
45263
45439
  created_at: string;
45264
45440
  warning_code: "lockly_time_zone_not_configured";
45441
+ } | {
45442
+ message: string;
45443
+ created_at: string;
45444
+ warning_code: "ultraloq_time_zone_unknown";
45265
45445
  } | {
45266
45446
  message: string;
45267
45447
  created_at: string;
@@ -45274,6 +45454,10 @@ declare const device: z.ZodObject<{
45274
45454
  message: string;
45275
45455
  created_at: string;
45276
45456
  warning_code: "keynest_unsupported_locker";
45457
+ } | {
45458
+ message: string;
45459
+ created_at: string;
45460
+ warning_code: "accessory_keypad_setup_required";
45277
45461
  })[];
45278
45462
  custom_metadata: Record<string, string | boolean>;
45279
45463
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -48741,6 +48925,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
48741
48925
  }>, z.ZodObject<{
48742
48926
  message: z.ZodString;
48743
48927
  created_at: z.ZodString;
48928
+ } & {
48929
+ warning_code: z.ZodLiteral<"ultraloq_time_zone_unknown">;
48930
+ }, "strip", z.ZodTypeAny, {
48931
+ message: string;
48932
+ created_at: string;
48933
+ warning_code: "ultraloq_time_zone_unknown";
48934
+ }, {
48935
+ message: string;
48936
+ created_at: string;
48937
+ warning_code: "ultraloq_time_zone_unknown";
48938
+ }>, z.ZodObject<{
48939
+ message: z.ZodString;
48940
+ created_at: z.ZodString;
48744
48941
  } & {
48745
48942
  warning_code: z.ZodLiteral<"hub_required_for_addtional_capabilities">;
48746
48943
  }, "strip", z.ZodTypeAny, {
@@ -48764,6 +48961,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
48764
48961
  message: string;
48765
48962
  created_at: string;
48766
48963
  warning_code: "keynest_unsupported_locker";
48964
+ }>, z.ZodObject<{
48965
+ message: z.ZodString;
48966
+ created_at: z.ZodString;
48967
+ } & {
48968
+ warning_code: z.ZodLiteral<"accessory_keypad_setup_required">;
48969
+ }, "strip", z.ZodTypeAny, {
48970
+ message: string;
48971
+ created_at: string;
48972
+ warning_code: "accessory_keypad_setup_required";
48973
+ }, {
48974
+ message: string;
48975
+ created_at: string;
48976
+ warning_code: "accessory_keypad_setup_required";
48767
48977
  }>]>, "many">;
48768
48978
  created_at: z.ZodString;
48769
48979
  is_managed: z.ZodLiteral<true>;
@@ -49108,6 +49318,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
49108
49318
  message: string;
49109
49319
  created_at: string;
49110
49320
  warning_code: "lockly_time_zone_not_configured";
49321
+ } | {
49322
+ message: string;
49323
+ created_at: string;
49324
+ warning_code: "ultraloq_time_zone_unknown";
49111
49325
  } | {
49112
49326
  message: string;
49113
49327
  created_at: string;
@@ -49120,6 +49334,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
49120
49334
  message: string;
49121
49335
  created_at: string;
49122
49336
  warning_code: "keynest_unsupported_locker";
49337
+ } | {
49338
+ message: string;
49339
+ created_at: string;
49340
+ warning_code: "accessory_keypad_setup_required";
49123
49341
  })[];
49124
49342
  custom_metadata: Record<string, string | boolean>;
49125
49343
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -49341,6 +49559,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
49341
49559
  message: string;
49342
49560
  created_at: string;
49343
49561
  warning_code: "lockly_time_zone_not_configured";
49562
+ } | {
49563
+ message: string;
49564
+ created_at: string;
49565
+ warning_code: "ultraloq_time_zone_unknown";
49344
49566
  } | {
49345
49567
  message: string;
49346
49568
  created_at: string;
@@ -49353,6 +49575,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
49353
49575
  message: string;
49354
49576
  created_at: string;
49355
49577
  warning_code: "keynest_unsupported_locker";
49578
+ } | {
49579
+ message: string;
49580
+ created_at: string;
49581
+ warning_code: "accessory_keypad_setup_required";
49356
49582
  })[];
49357
49583
  custom_metadata: Record<string, string | boolean>;
49358
49584
  device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
@@ -125780,6 +126006,13 @@ type Routes = {
125780
126006
  created_at: string;
125781
126007
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
125782
126008
  warning_code: 'lockly_time_zone_not_configured';
126009
+ } | {
126010
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
126011
+ message: string;
126012
+ /** Date and time at which Seam created the warning. */
126013
+ created_at: string;
126014
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
126015
+ warning_code: 'ultraloq_time_zone_unknown';
125783
126016
  } | {
125784
126017
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
125785
126018
  message: string;
@@ -125794,6 +126027,13 @@ type Routes = {
125794
126027
  created_at: string;
125795
126028
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
125796
126029
  warning_code: 'keynest_unsupported_locker';
126030
+ } | {
126031
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
126032
+ message: string;
126033
+ /** Date and time at which Seam created the warning. */
126034
+ created_at: string;
126035
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
126036
+ warning_code: 'accessory_keypad_setup_required';
125797
126037
  })[];
125798
126038
  /** Date and time at which the device object was created. */
125799
126039
  created_at: string;
@@ -129176,6 +129416,13 @@ type Routes = {
129176
129416
  created_at: string;
129177
129417
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129178
129418
  warning_code: 'lockly_time_zone_not_configured';
129419
+ } | {
129420
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129421
+ message: string;
129422
+ /** Date and time at which Seam created the warning. */
129423
+ created_at: string;
129424
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129425
+ warning_code: 'ultraloq_time_zone_unknown';
129179
129426
  } | {
129180
129427
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129181
129428
  message: string;
@@ -129190,6 +129437,13 @@ type Routes = {
129190
129437
  created_at: string;
129191
129438
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129192
129439
  warning_code: 'keynest_unsupported_locker';
129440
+ } | {
129441
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129442
+ message: string;
129443
+ /** Date and time at which Seam created the warning. */
129444
+ created_at: string;
129445
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129446
+ warning_code: 'accessory_keypad_setup_required';
129193
129447
  })[];
129194
129448
  /** Date and time at which the device object was created. */
129195
129449
  created_at: string;
@@ -142881,6 +143135,13 @@ type Routes = {
142881
143135
  created_at: string;
142882
143136
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
142883
143137
  warning_code: 'lockly_time_zone_not_configured';
143138
+ } | {
143139
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
143140
+ message: string;
143141
+ /** Date and time at which Seam created the warning. */
143142
+ created_at: string;
143143
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
143144
+ warning_code: 'ultraloq_time_zone_unknown';
142884
143145
  } | {
142885
143146
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
142886
143147
  message: string;
@@ -142895,6 +143156,13 @@ type Routes = {
142895
143156
  created_at: string;
142896
143157
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
142897
143158
  warning_code: 'keynest_unsupported_locker';
143159
+ } | {
143160
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
143161
+ message: string;
143162
+ /** Date and time at which Seam created the warning. */
143163
+ created_at: string;
143164
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
143165
+ warning_code: 'accessory_keypad_setup_required';
142898
143166
  })[];
142899
143167
  /** Date and time at which the device object was created. */
142900
143168
  created_at: string;
@@ -144160,6 +144428,13 @@ type Routes = {
144160
144428
  created_at: string;
144161
144429
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144162
144430
  warning_code: 'lockly_time_zone_not_configured';
144431
+ } | {
144432
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144433
+ message: string;
144434
+ /** Date and time at which Seam created the warning. */
144435
+ created_at: string;
144436
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144437
+ warning_code: 'ultraloq_time_zone_unknown';
144163
144438
  } | {
144164
144439
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144165
144440
  message: string;
@@ -144174,6 +144449,13 @@ type Routes = {
144174
144449
  created_at: string;
144175
144450
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144176
144451
  warning_code: 'keynest_unsupported_locker';
144452
+ } | {
144453
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144454
+ message: string;
144455
+ /** Date and time at which Seam created the warning. */
144456
+ created_at: string;
144457
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144458
+ warning_code: 'accessory_keypad_setup_required';
144177
144459
  })[];
144178
144460
  /** Date and time at which the device object was created. */
144179
144461
  created_at: string;
@@ -144645,6 +144927,13 @@ type Routes = {
144645
144927
  created_at: string;
144646
144928
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144647
144929
  warning_code: 'lockly_time_zone_not_configured';
144930
+ } | {
144931
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144932
+ message: string;
144933
+ /** Date and time at which Seam created the warning. */
144934
+ created_at: string;
144935
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144936
+ warning_code: 'ultraloq_time_zone_unknown';
144648
144937
  } | {
144649
144938
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144650
144939
  message: string;
@@ -144659,6 +144948,13 @@ type Routes = {
144659
144948
  created_at: string;
144660
144949
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144661
144950
  warning_code: 'keynest_unsupported_locker';
144951
+ } | {
144952
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144953
+ message: string;
144954
+ /** Date and time at which Seam created the warning. */
144955
+ created_at: string;
144956
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144957
+ warning_code: 'accessory_keypad_setup_required';
144662
144958
  })[];
144663
144959
  /** Date and time at which the device object was created. */
144664
144960
  created_at: string;
@@ -145086,6 +145382,13 @@ type Routes = {
145086
145382
  created_at: string;
145087
145383
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
145088
145384
  warning_code: 'lockly_time_zone_not_configured';
145385
+ } | {
145386
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
145387
+ message: string;
145388
+ /** Date and time at which Seam created the warning. */
145389
+ created_at: string;
145390
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
145391
+ warning_code: 'ultraloq_time_zone_unknown';
145089
145392
  } | {
145090
145393
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
145091
145394
  message: string;
@@ -145100,6 +145403,13 @@ type Routes = {
145100
145403
  created_at: string;
145101
145404
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
145102
145405
  warning_code: 'keynest_unsupported_locker';
145406
+ } | {
145407
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
145408
+ message: string;
145409
+ /** Date and time at which Seam created the warning. */
145410
+ created_at: string;
145411
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
145412
+ warning_code: 'accessory_keypad_setup_required';
145103
145413
  })[];
145104
145414
  /** Date and time at which the device object was created. */
145105
145415
  created_at: string;
@@ -150511,6 +150821,13 @@ type Routes = {
150511
150821
  created_at: string;
150512
150822
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150513
150823
  warning_code: 'lockly_time_zone_not_configured';
150824
+ } | {
150825
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
150826
+ message: string;
150827
+ /** Date and time at which Seam created the warning. */
150828
+ created_at: string;
150829
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150830
+ warning_code: 'ultraloq_time_zone_unknown';
150514
150831
  } | {
150515
150832
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
150516
150833
  message: string;
@@ -150525,6 +150842,13 @@ type Routes = {
150525
150842
  created_at: string;
150526
150843
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150527
150844
  warning_code: 'keynest_unsupported_locker';
150845
+ } | {
150846
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
150847
+ message: string;
150848
+ /** Date and time at which Seam created the warning. */
150849
+ created_at: string;
150850
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150851
+ warning_code: 'accessory_keypad_setup_required';
150528
150852
  })[];
150529
150853
  /** Date and time at which the device object was created. */
150530
150854
  created_at: string;
@@ -151740,6 +152064,13 @@ type Routes = {
151740
152064
  created_at: string;
151741
152065
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
151742
152066
  warning_code: 'lockly_time_zone_not_configured';
152067
+ } | {
152068
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152069
+ message: string;
152070
+ /** Date and time at which Seam created the warning. */
152071
+ created_at: string;
152072
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152073
+ warning_code: 'ultraloq_time_zone_unknown';
151743
152074
  } | {
151744
152075
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
151745
152076
  message: string;
@@ -151754,6 +152085,13 @@ type Routes = {
151754
152085
  created_at: string;
151755
152086
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
151756
152087
  warning_code: 'keynest_unsupported_locker';
152088
+ } | {
152089
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152090
+ message: string;
152091
+ /** Date and time at which Seam created the warning. */
152092
+ created_at: string;
152093
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152094
+ warning_code: 'accessory_keypad_setup_required';
151757
152095
  })[];
151758
152096
  /** Date and time at which the device object was created. */
151759
152097
  created_at: string;
@@ -153019,6 +153357,13 @@ type Routes = {
153019
153357
  created_at: string;
153020
153358
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
153021
153359
  warning_code: 'lockly_time_zone_not_configured';
153360
+ } | {
153361
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
153362
+ message: string;
153363
+ /** Date and time at which Seam created the warning. */
153364
+ created_at: string;
153365
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
153366
+ warning_code: 'ultraloq_time_zone_unknown';
153022
153367
  } | {
153023
153368
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
153024
153369
  message: string;
@@ -153033,6 +153378,13 @@ type Routes = {
153033
153378
  created_at: string;
153034
153379
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
153035
153380
  warning_code: 'keynest_unsupported_locker';
153381
+ } | {
153382
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
153383
+ message: string;
153384
+ /** Date and time at which Seam created the warning. */
153385
+ created_at: string;
153386
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
153387
+ warning_code: 'accessory_keypad_setup_required';
153036
153388
  })[];
153037
153389
  /** Date and time at which the device object was created. */
153038
153390
  created_at: string;
@@ -154247,6 +154599,13 @@ type Routes = {
154247
154599
  created_at: string;
154248
154600
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
154249
154601
  warning_code: 'lockly_time_zone_not_configured';
154602
+ } | {
154603
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
154604
+ message: string;
154605
+ /** Date and time at which Seam created the warning. */
154606
+ created_at: string;
154607
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
154608
+ warning_code: 'ultraloq_time_zone_unknown';
154250
154609
  } | {
154251
154610
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
154252
154611
  message: string;
@@ -154261,6 +154620,13 @@ type Routes = {
154261
154620
  created_at: string;
154262
154621
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
154263
154622
  warning_code: 'keynest_unsupported_locker';
154623
+ } | {
154624
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
154625
+ message: string;
154626
+ /** Date and time at which Seam created the warning. */
154627
+ created_at: string;
154628
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
154629
+ warning_code: 'accessory_keypad_setup_required';
154264
154630
  })[];
154265
154631
  /** Date and time at which the device object was created. */
154266
154632
  created_at: string;
@@ -160608,6 +160974,13 @@ type Routes = {
160608
160974
  created_at: string;
160609
160975
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
160610
160976
  warning_code: 'lockly_time_zone_not_configured';
160977
+ } | {
160978
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
160979
+ message: string;
160980
+ /** Date and time at which Seam created the warning. */
160981
+ created_at: string;
160982
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
160983
+ warning_code: 'ultraloq_time_zone_unknown';
160611
160984
  } | {
160612
160985
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
160613
160986
  message: string;
@@ -160622,6 +160995,13 @@ type Routes = {
160622
160995
  created_at: string;
160623
160996
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
160624
160997
  warning_code: 'keynest_unsupported_locker';
160998
+ } | {
160999
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
161000
+ message: string;
161001
+ /** Date and time at which Seam created the warning. */
161002
+ created_at: string;
161003
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
161004
+ warning_code: 'accessory_keypad_setup_required';
160625
161005
  })[];
160626
161006
  /** Date and time at which the device object was created. */
160627
161007
  created_at: string;
@@ -161836,6 +162216,13 @@ type Routes = {
161836
162216
  created_at: string;
161837
162217
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
161838
162218
  warning_code: 'lockly_time_zone_not_configured';
162219
+ } | {
162220
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
162221
+ message: string;
162222
+ /** Date and time at which Seam created the warning. */
162223
+ created_at: string;
162224
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
162225
+ warning_code: 'ultraloq_time_zone_unknown';
161839
162226
  } | {
161840
162227
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
161841
162228
  message: string;
@@ -161850,6 +162237,13 @@ type Routes = {
161850
162237
  created_at: string;
161851
162238
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
161852
162239
  warning_code: 'keynest_unsupported_locker';
162240
+ } | {
162241
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
162242
+ message: string;
162243
+ /** Date and time at which Seam created the warning. */
162244
+ created_at: string;
162245
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
162246
+ warning_code: 'accessory_keypad_setup_required';
161853
162247
  })[];
161854
162248
  /** Date and time at which the device object was created. */
161855
162249
  created_at: string;
@@ -171439,6 +171833,13 @@ type Routes = {
171439
171833
  created_at: string;
171440
171834
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
171441
171835
  warning_code: 'lockly_time_zone_not_configured';
171836
+ } | {
171837
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
171838
+ message: string;
171839
+ /** Date and time at which Seam created the warning. */
171840
+ created_at: string;
171841
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
171842
+ warning_code: 'ultraloq_time_zone_unknown';
171442
171843
  } | {
171443
171844
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
171444
171845
  message: string;
@@ -171453,6 +171854,13 @@ type Routes = {
171453
171854
  created_at: string;
171454
171855
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
171455
171856
  warning_code: 'keynest_unsupported_locker';
171857
+ } | {
171858
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
171859
+ message: string;
171860
+ /** Date and time at which Seam created the warning. */
171861
+ created_at: string;
171862
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
171863
+ warning_code: 'accessory_keypad_setup_required';
171456
171864
  })[];
171457
171865
  /** Date and time at which the device object was created. */
171458
171866
  created_at: string;
@@ -177116,6 +177524,13 @@ type Routes = {
177116
177524
  created_at: string;
177117
177525
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
177118
177526
  warning_code: 'lockly_time_zone_not_configured';
177527
+ } | {
177528
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
177529
+ message: string;
177530
+ /** Date and time at which Seam created the warning. */
177531
+ created_at: string;
177532
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
177533
+ warning_code: 'ultraloq_time_zone_unknown';
177119
177534
  } | {
177120
177535
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
177121
177536
  message: string;
@@ -177130,6 +177545,13 @@ type Routes = {
177130
177545
  created_at: string;
177131
177546
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
177132
177547
  warning_code: 'keynest_unsupported_locker';
177548
+ } | {
177549
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
177550
+ message: string;
177551
+ /** Date and time at which Seam created the warning. */
177552
+ created_at: string;
177553
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
177554
+ warning_code: 'accessory_keypad_setup_required';
177133
177555
  })[];
177134
177556
  /** Date and time at which the device object was created. */
177135
177557
  created_at: string;
@@ -180949,6 +181371,13 @@ type Routes = {
180949
181371
  created_at: string;
180950
181372
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
180951
181373
  warning_code: 'lockly_time_zone_not_configured';
181374
+ } | {
181375
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
181376
+ message: string;
181377
+ /** Date and time at which Seam created the warning. */
181378
+ created_at: string;
181379
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
181380
+ warning_code: 'ultraloq_time_zone_unknown';
180952
181381
  } | {
180953
181382
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
180954
181383
  message: string;
@@ -180963,6 +181392,13 @@ type Routes = {
180963
181392
  created_at: string;
180964
181393
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
180965
181394
  warning_code: 'keynest_unsupported_locker';
181395
+ } | {
181396
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
181397
+ message: string;
181398
+ /** Date and time at which Seam created the warning. */
181399
+ created_at: string;
181400
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
181401
+ warning_code: 'accessory_keypad_setup_required';
180966
181402
  })[];
180967
181403
  /** Date and time at which the device object was created. */
180968
181404
  created_at: string;
@@ -182177,6 +182613,13 @@ type Routes = {
182177
182613
  created_at: string;
182178
182614
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
182179
182615
  warning_code: 'lockly_time_zone_not_configured';
182616
+ } | {
182617
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
182618
+ message: string;
182619
+ /** Date and time at which Seam created the warning. */
182620
+ created_at: string;
182621
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
182622
+ warning_code: 'ultraloq_time_zone_unknown';
182180
182623
  } | {
182181
182624
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
182182
182625
  message: string;
@@ -182191,6 +182634,13 @@ type Routes = {
182191
182634
  created_at: string;
182192
182635
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
182193
182636
  warning_code: 'keynest_unsupported_locker';
182637
+ } | {
182638
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
182639
+ message: string;
182640
+ /** Date and time at which Seam created the warning. */
182641
+ created_at: string;
182642
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
182643
+ warning_code: 'accessory_keypad_setup_required';
182194
182644
  })[];
182195
182645
  /** Date and time at which the device object was created. */
182196
182646
  created_at: string;
@@ -189425,6 +189875,13 @@ type Routes = {
189425
189875
  created_at: string;
189426
189876
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
189427
189877
  warning_code: 'lockly_time_zone_not_configured';
189878
+ } | {
189879
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
189880
+ message: string;
189881
+ /** Date and time at which Seam created the warning. */
189882
+ created_at: string;
189883
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
189884
+ warning_code: 'ultraloq_time_zone_unknown';
189428
189885
  } | {
189429
189886
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
189430
189887
  message: string;
@@ -189439,6 +189896,13 @@ type Routes = {
189439
189896
  created_at: string;
189440
189897
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
189441
189898
  warning_code: 'keynest_unsupported_locker';
189899
+ } | {
189900
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
189901
+ message: string;
189902
+ /** Date and time at which Seam created the warning. */
189903
+ created_at: string;
189904
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
189905
+ warning_code: 'accessory_keypad_setup_required';
189442
189906
  })[];
189443
189907
  /** Date and time at which the device object was created. */
189444
189908
  created_at: string;
@@ -190655,6 +191119,13 @@ type Routes = {
190655
191119
  created_at: string;
190656
191120
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
190657
191121
  warning_code: 'lockly_time_zone_not_configured';
191122
+ } | {
191123
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
191124
+ message: string;
191125
+ /** Date and time at which Seam created the warning. */
191126
+ created_at: string;
191127
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
191128
+ warning_code: 'ultraloq_time_zone_unknown';
190658
191129
  } | {
190659
191130
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
190660
191131
  message: string;
@@ -190669,6 +191140,13 @@ type Routes = {
190669
191140
  created_at: string;
190670
191141
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
190671
191142
  warning_code: 'keynest_unsupported_locker';
191143
+ } | {
191144
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
191145
+ message: string;
191146
+ /** Date and time at which Seam created the warning. */
191147
+ created_at: string;
191148
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
191149
+ warning_code: 'accessory_keypad_setup_required';
190672
191150
  })[];
190673
191151
  /** Date and time at which the device object was created. */
190674
191152
  created_at: string;
@@ -192850,6 +193328,13 @@ type Routes = {
192850
193328
  created_at: string;
192851
193329
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
192852
193330
  warning_code: 'lockly_time_zone_not_configured';
193331
+ } | {
193332
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
193333
+ message: string;
193334
+ /** Date and time at which Seam created the warning. */
193335
+ created_at: string;
193336
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
193337
+ warning_code: 'ultraloq_time_zone_unknown';
192853
193338
  } | {
192854
193339
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
192855
193340
  message: string;
@@ -192864,6 +193349,13 @@ type Routes = {
192864
193349
  created_at: string;
192865
193350
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
192866
193351
  warning_code: 'keynest_unsupported_locker';
193352
+ } | {
193353
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
193354
+ message: string;
193355
+ /** Date and time at which Seam created the warning. */
193356
+ created_at: string;
193357
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
193358
+ warning_code: 'accessory_keypad_setup_required';
192867
193359
  })[];
192868
193360
  /** Date and time at which the device object was created. */
192869
193361
  created_at: string;
@@ -195244,6 +195736,13 @@ type Routes = {
195244
195736
  created_at: string;
195245
195737
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
195246
195738
  warning_code: 'lockly_time_zone_not_configured';
195739
+ } | {
195740
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
195741
+ message: string;
195742
+ /** Date and time at which Seam created the warning. */
195743
+ created_at: string;
195744
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
195745
+ warning_code: 'ultraloq_time_zone_unknown';
195247
195746
  } | {
195248
195747
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
195249
195748
  message: string;
@@ -195258,6 +195757,13 @@ type Routes = {
195258
195757
  created_at: string;
195259
195758
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
195260
195759
  warning_code: 'keynest_unsupported_locker';
195760
+ } | {
195761
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
195762
+ message: string;
195763
+ /** Date and time at which Seam created the warning. */
195764
+ created_at: string;
195765
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
195766
+ warning_code: 'accessory_keypad_setup_required';
195261
195767
  })[];
195262
195768
  /** Date and time at which the device object was created. */
195263
195769
  created_at: string;