@seamapi/types 1.908.0 → 1.910.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.
@@ -20,38 +20,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
20
20
  message: z.ZodString;
21
21
  is_access_code_error: z.ZodLiteral<true>;
22
22
  created_at: z.ZodOptional<z.ZodString>;
23
- } & {
24
- error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
25
- }, "strip", z.ZodTypeAny, {
26
- message: string;
27
- error_code: "smartthings_failed_to_set_access_code";
28
- is_access_code_error: true;
29
- created_at?: string | undefined;
30
- }, {
31
- message: string;
32
- error_code: "smartthings_failed_to_set_access_code";
33
- is_access_code_error: true;
34
- created_at?: string | undefined;
35
- }>, z.ZodObject<{
36
- message: z.ZodString;
37
- is_access_code_error: z.ZodLiteral<true>;
38
- created_at: z.ZodOptional<z.ZodString>;
39
- } & {
40
- error_code: z.ZodLiteral<"smartthings_failed_to_set_after_multiple_retries">;
41
- }, "strip", z.ZodTypeAny, {
42
- message: string;
43
- error_code: "smartthings_failed_to_set_after_multiple_retries";
44
- is_access_code_error: true;
45
- created_at?: string | undefined;
46
- }, {
47
- message: string;
48
- error_code: "smartthings_failed_to_set_after_multiple_retries";
49
- is_access_code_error: true;
50
- created_at?: string | undefined;
51
- }>, z.ZodObject<{
52
- message: z.ZodString;
53
- is_access_code_error: z.ZodLiteral<true>;
54
- created_at: z.ZodOptional<z.ZodString>;
55
23
  } & {
56
24
  error_code: z.ZodLiteral<"failed_to_set_on_device">;
57
25
  }, "strip", z.ZodTypeAny, {
@@ -154,38 +122,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
154
122
  message: z.ZodString;
155
123
  is_access_code_error: z.ZodLiteral<true>;
156
124
  created_at: z.ZodOptional<z.ZodString>;
157
- } & {
158
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
159
- }, "strip", z.ZodTypeAny, {
160
- message: string;
161
- error_code: "kwikset_unable_to_confirm_code";
162
- is_access_code_error: true;
163
- created_at?: string | undefined;
164
- }, {
165
- message: string;
166
- error_code: "kwikset_unable_to_confirm_code";
167
- is_access_code_error: true;
168
- created_at?: string | undefined;
169
- }>, z.ZodObject<{
170
- message: z.ZodString;
171
- is_access_code_error: z.ZodLiteral<true>;
172
- created_at: z.ZodOptional<z.ZodString>;
173
- } & {
174
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_deletion">;
175
- }, "strip", z.ZodTypeAny, {
176
- message: string;
177
- error_code: "kwikset_unable_to_confirm_deletion";
178
- is_access_code_error: true;
179
- created_at?: string | undefined;
180
- }, {
181
- message: string;
182
- error_code: "kwikset_unable_to_confirm_deletion";
183
- is_access_code_error: true;
184
- created_at?: string | undefined;
185
- }>, z.ZodObject<{
186
- message: z.ZodString;
187
- is_access_code_error: z.ZodLiteral<true>;
188
- created_at: z.ZodOptional<z.ZodString>;
189
125
  } & {
190
126
  error_code: z.ZodLiteral<"code_modified_external_to_seam">;
191
127
  change_type: z.ZodOptional<z.ZodEnum<["modified", "removed"]>>;
@@ -228,54 +164,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
228
164
  message: z.ZodString;
229
165
  is_access_code_error: z.ZodLiteral<true>;
230
166
  created_at: z.ZodOptional<z.ZodString>;
231
- } & {
232
- error_code: z.ZodLiteral<"august_lock_invalid_code_length">;
233
- }, "strip", z.ZodTypeAny, {
234
- message: string;
235
- error_code: "august_lock_invalid_code_length";
236
- is_access_code_error: true;
237
- created_at?: string | undefined;
238
- }, {
239
- message: string;
240
- error_code: "august_lock_invalid_code_length";
241
- is_access_code_error: true;
242
- created_at?: string | undefined;
243
- }>, z.ZodObject<{
244
- message: z.ZodString;
245
- is_access_code_error: z.ZodLiteral<true>;
246
- created_at: z.ZodOptional<z.ZodString>;
247
- } & {
248
- error_code: z.ZodLiteral<"august_lock_missing_keypad">;
249
- }, "strip", z.ZodTypeAny, {
250
- message: string;
251
- error_code: "august_lock_missing_keypad";
252
- is_access_code_error: true;
253
- created_at?: string | undefined;
254
- }, {
255
- message: string;
256
- error_code: "august_lock_missing_keypad";
257
- is_access_code_error: true;
258
- created_at?: string | undefined;
259
- }>, z.ZodObject<{
260
- message: z.ZodString;
261
- is_access_code_error: z.ZodLiteral<true>;
262
- created_at: z.ZodOptional<z.ZodString>;
263
- } & {
264
- error_code: z.ZodLiteral<"august_lock_temporarily_offline">;
265
- }, "strip", z.ZodTypeAny, {
266
- message: string;
267
- error_code: "august_lock_temporarily_offline";
268
- is_access_code_error: true;
269
- created_at?: string | undefined;
270
- }, {
271
- message: string;
272
- error_code: "august_lock_temporarily_offline";
273
- is_access_code_error: true;
274
- created_at?: string | undefined;
275
- }>, z.ZodObject<{
276
- message: z.ZodString;
277
- is_access_code_error: z.ZodLiteral<true>;
278
- created_at: z.ZodOptional<z.ZodString>;
279
167
  } & {
280
168
  error_code: z.ZodLiteral<"access_code_inactive">;
281
169
  }, "strip", z.ZodTypeAny, {
@@ -308,54 +196,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
308
196
  message: z.ZodString;
309
197
  is_access_code_error: z.ZodLiteral<true>;
310
198
  created_at: z.ZodOptional<z.ZodString>;
311
- } & {
312
- error_code: z.ZodLiteral<"wyze_duplicate_code_name">;
313
- }, "strip", z.ZodTypeAny, {
314
- message: string;
315
- error_code: "wyze_duplicate_code_name";
316
- is_access_code_error: true;
317
- created_at?: string | undefined;
318
- }, {
319
- message: string;
320
- error_code: "wyze_duplicate_code_name";
321
- is_access_code_error: true;
322
- created_at?: string | undefined;
323
- }>, z.ZodObject<{
324
- message: z.ZodString;
325
- is_access_code_error: z.ZodLiteral<true>;
326
- created_at: z.ZodOptional<z.ZodString>;
327
- } & {
328
- error_code: z.ZodLiteral<"wyze_potential_duplicate_code">;
329
- }, "strip", z.ZodTypeAny, {
330
- message: string;
331
- error_code: "wyze_potential_duplicate_code";
332
- is_access_code_error: true;
333
- created_at?: string | undefined;
334
- }, {
335
- message: string;
336
- error_code: "wyze_potential_duplicate_code";
337
- is_access_code_error: true;
338
- created_at?: string | undefined;
339
- }>, z.ZodObject<{
340
- message: z.ZodString;
341
- is_access_code_error: z.ZodLiteral<true>;
342
- created_at: z.ZodOptional<z.ZodString>;
343
- } & {
344
- error_code: z.ZodLiteral<"dormakaba_oracode_invalid_time_range">;
345
- }, "strip", z.ZodTypeAny, {
346
- message: string;
347
- error_code: "dormakaba_oracode_invalid_time_range";
348
- is_access_code_error: true;
349
- created_at?: string | undefined;
350
- }, {
351
- message: string;
352
- error_code: "dormakaba_oracode_invalid_time_range";
353
- is_access_code_error: true;
354
- created_at?: string | undefined;
355
- }>, z.ZodObject<{
356
- message: z.ZodString;
357
- is_access_code_error: z.ZodLiteral<true>;
358
- created_at: z.ZodOptional<z.ZodString>;
359
199
  } & {
360
200
  error_code: z.ZodLiteral<"insufficient_permissions">;
361
201
  }, "strip", z.ZodTypeAny, {
@@ -372,22 +212,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
372
212
  message: z.ZodString;
373
213
  is_access_code_error: z.ZodLiteral<true>;
374
214
  created_at: z.ZodOptional<z.ZodString>;
375
- } & {
376
- error_code: z.ZodLiteral<"keynest_unsupported_third_party_locker">;
377
- }, "strip", z.ZodTypeAny, {
378
- message: string;
379
- error_code: "keynest_unsupported_third_party_locker";
380
- is_access_code_error: true;
381
- created_at?: string | undefined;
382
- }, {
383
- message: string;
384
- error_code: "keynest_unsupported_third_party_locker";
385
- is_access_code_error: true;
386
- created_at?: string | undefined;
387
- }>, z.ZodObject<{
388
- message: z.ZodString;
389
- is_access_code_error: z.ZodLiteral<true>;
390
- created_at: z.ZodOptional<z.ZodString>;
391
215
  } & {
392
216
  error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
393
217
  }, "strip", z.ZodTypeAny, {
@@ -418,19 +242,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
418
242
  }>, z.ZodObject<{
419
243
  message: z.ZodString;
420
244
  created_at: z.ZodOptional<z.ZodString>;
421
- } & {
422
- warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
423
- }, "strip", z.ZodTypeAny, {
424
- message: string;
425
- warning_code: "smartthings_failed_to_set_access_code";
426
- created_at?: string | undefined;
427
- }, {
428
- message: string;
429
- warning_code: "smartthings_failed_to_set_access_code";
430
- created_at?: string | undefined;
431
- }>, z.ZodObject<{
432
- message: z.ZodString;
433
- created_at: z.ZodOptional<z.ZodString>;
434
245
  } & {
435
246
  warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
436
247
  }, "strip", z.ZodTypeAny, {
@@ -444,19 +255,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
444
255
  }>, z.ZodObject<{
445
256
  message: z.ZodString;
446
257
  created_at: z.ZodOptional<z.ZodString>;
447
- } & {
448
- warning_code: z.ZodLiteral<"schlage_creation_outage">;
449
- }, "strip", z.ZodTypeAny, {
450
- message: string;
451
- warning_code: "schlage_creation_outage";
452
- created_at?: string | undefined;
453
- }, {
454
- message: string;
455
- warning_code: "schlage_creation_outage";
456
- created_at?: string | undefined;
457
- }>, z.ZodObject<{
458
- message: z.ZodString;
459
- created_at: z.ZodOptional<z.ZodString>;
460
258
  } & {
461
259
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
462
260
  }, "strip", z.ZodTypeAny, {
@@ -548,19 +346,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
548
346
  }>, z.ZodObject<{
549
347
  message: z.ZodString;
550
348
  created_at: z.ZodOptional<z.ZodString>;
551
- } & {
552
- warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
553
- }, "strip", z.ZodTypeAny, {
554
- message: string;
555
- warning_code: "august_lock_temporarily_offline";
556
- created_at?: string | undefined;
557
- }, {
558
- message: string;
559
- warning_code: "august_lock_temporarily_offline";
560
- created_at?: string | undefined;
561
- }>, z.ZodObject<{
562
- message: z.ZodString;
563
- created_at: z.ZodOptional<z.ZodString>;
564
349
  } & {
565
350
  warning_code: z.ZodLiteral<"igloo_algopin_must_be_used_within_24_hours">;
566
351
  }, "strip", z.ZodTypeAny, {
@@ -587,19 +372,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
587
372
  }>, z.ZodObject<{
588
373
  message: z.ZodString;
589
374
  created_at: z.ZodOptional<z.ZodString>;
590
- } & {
591
- warning_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
592
- }, "strip", z.ZodTypeAny, {
593
- message: string;
594
- warning_code: "kwikset_unable_to_confirm_code";
595
- created_at?: string | undefined;
596
- }, {
597
- message: string;
598
- warning_code: "kwikset_unable_to_confirm_code";
599
- created_at?: string | undefined;
600
- }>, z.ZodObject<{
601
- message: z.ZodString;
602
- created_at: z.ZodOptional<z.ZodString>;
603
375
  } & {
604
376
  warning_code: z.ZodLiteral<"access_code_inactive">;
605
377
  }, "strip", z.ZodTypeAny, {
@@ -613,19 +385,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
613
385
  }>, z.ZodObject<{
614
386
  message: z.ZodString;
615
387
  created_at: z.ZodOptional<z.ZodString>;
616
- } & {
617
- warning_code: z.ZodLiteral<"ultraloq_access_code_disabled">;
618
- }, "strip", z.ZodTypeAny, {
619
- message: string;
620
- warning_code: "ultraloq_access_code_disabled";
621
- created_at?: string | undefined;
622
- }, {
623
- message: string;
624
- warning_code: "ultraloq_access_code_disabled";
625
- created_at?: string | undefined;
626
- }>, z.ZodObject<{
627
- message: z.ZodString;
628
- created_at: z.ZodOptional<z.ZodString>;
629
388
  } & {
630
389
  warning_code: z.ZodLiteral<"using_backup_access_code">;
631
390
  }, "strip", z.ZodTypeAny, {
@@ -682,38 +441,6 @@ declare const access_code: z.ZodObject<{
682
441
  message: z.ZodString;
683
442
  is_access_code_error: z.ZodLiteral<true>;
684
443
  created_at: z.ZodOptional<z.ZodString>;
685
- } & {
686
- error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
687
- }, "strip", z.ZodTypeAny, {
688
- message: string;
689
- error_code: "smartthings_failed_to_set_access_code";
690
- is_access_code_error: true;
691
- created_at?: string | undefined;
692
- }, {
693
- message: string;
694
- error_code: "smartthings_failed_to_set_access_code";
695
- is_access_code_error: true;
696
- created_at?: string | undefined;
697
- }>, z.ZodObject<{
698
- message: z.ZodString;
699
- is_access_code_error: z.ZodLiteral<true>;
700
- created_at: z.ZodOptional<z.ZodString>;
701
- } & {
702
- error_code: z.ZodLiteral<"smartthings_failed_to_set_after_multiple_retries">;
703
- }, "strip", z.ZodTypeAny, {
704
- message: string;
705
- error_code: "smartthings_failed_to_set_after_multiple_retries";
706
- is_access_code_error: true;
707
- created_at?: string | undefined;
708
- }, {
709
- message: string;
710
- error_code: "smartthings_failed_to_set_after_multiple_retries";
711
- is_access_code_error: true;
712
- created_at?: string | undefined;
713
- }>, z.ZodObject<{
714
- message: z.ZodString;
715
- is_access_code_error: z.ZodLiteral<true>;
716
- created_at: z.ZodOptional<z.ZodString>;
717
444
  } & {
718
445
  error_code: z.ZodLiteral<"failed_to_set_on_device">;
719
446
  }, "strip", z.ZodTypeAny, {
@@ -816,38 +543,6 @@ declare const access_code: z.ZodObject<{
816
543
  message: z.ZodString;
817
544
  is_access_code_error: z.ZodLiteral<true>;
818
545
  created_at: z.ZodOptional<z.ZodString>;
819
- } & {
820
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
821
- }, "strip", z.ZodTypeAny, {
822
- message: string;
823
- error_code: "kwikset_unable_to_confirm_code";
824
- is_access_code_error: true;
825
- created_at?: string | undefined;
826
- }, {
827
- message: string;
828
- error_code: "kwikset_unable_to_confirm_code";
829
- is_access_code_error: true;
830
- created_at?: string | undefined;
831
- }>, z.ZodObject<{
832
- message: z.ZodString;
833
- is_access_code_error: z.ZodLiteral<true>;
834
- created_at: z.ZodOptional<z.ZodString>;
835
- } & {
836
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_deletion">;
837
- }, "strip", z.ZodTypeAny, {
838
- message: string;
839
- error_code: "kwikset_unable_to_confirm_deletion";
840
- is_access_code_error: true;
841
- created_at?: string | undefined;
842
- }, {
843
- message: string;
844
- error_code: "kwikset_unable_to_confirm_deletion";
845
- is_access_code_error: true;
846
- created_at?: string | undefined;
847
- }>, z.ZodObject<{
848
- message: z.ZodString;
849
- is_access_code_error: z.ZodLiteral<true>;
850
- created_at: z.ZodOptional<z.ZodString>;
851
546
  } & {
852
547
  error_code: z.ZodLiteral<"code_modified_external_to_seam">;
853
548
  change_type: z.ZodOptional<z.ZodEnum<["modified", "removed"]>>;
@@ -890,54 +585,6 @@ declare const access_code: z.ZodObject<{
890
585
  message: z.ZodString;
891
586
  is_access_code_error: z.ZodLiteral<true>;
892
587
  created_at: z.ZodOptional<z.ZodString>;
893
- } & {
894
- error_code: z.ZodLiteral<"august_lock_invalid_code_length">;
895
- }, "strip", z.ZodTypeAny, {
896
- message: string;
897
- error_code: "august_lock_invalid_code_length";
898
- is_access_code_error: true;
899
- created_at?: string | undefined;
900
- }, {
901
- message: string;
902
- error_code: "august_lock_invalid_code_length";
903
- is_access_code_error: true;
904
- created_at?: string | undefined;
905
- }>, z.ZodObject<{
906
- message: z.ZodString;
907
- is_access_code_error: z.ZodLiteral<true>;
908
- created_at: z.ZodOptional<z.ZodString>;
909
- } & {
910
- error_code: z.ZodLiteral<"august_lock_missing_keypad">;
911
- }, "strip", z.ZodTypeAny, {
912
- message: string;
913
- error_code: "august_lock_missing_keypad";
914
- is_access_code_error: true;
915
- created_at?: string | undefined;
916
- }, {
917
- message: string;
918
- error_code: "august_lock_missing_keypad";
919
- is_access_code_error: true;
920
- created_at?: string | undefined;
921
- }>, z.ZodObject<{
922
- message: z.ZodString;
923
- is_access_code_error: z.ZodLiteral<true>;
924
- created_at: z.ZodOptional<z.ZodString>;
925
- } & {
926
- error_code: z.ZodLiteral<"august_lock_temporarily_offline">;
927
- }, "strip", z.ZodTypeAny, {
928
- message: string;
929
- error_code: "august_lock_temporarily_offline";
930
- is_access_code_error: true;
931
- created_at?: string | undefined;
932
- }, {
933
- message: string;
934
- error_code: "august_lock_temporarily_offline";
935
- is_access_code_error: true;
936
- created_at?: string | undefined;
937
- }>, z.ZodObject<{
938
- message: z.ZodString;
939
- is_access_code_error: z.ZodLiteral<true>;
940
- created_at: z.ZodOptional<z.ZodString>;
941
588
  } & {
942
589
  error_code: z.ZodLiteral<"access_code_inactive">;
943
590
  }, "strip", z.ZodTypeAny, {
@@ -970,54 +617,6 @@ declare const access_code: z.ZodObject<{
970
617
  message: z.ZodString;
971
618
  is_access_code_error: z.ZodLiteral<true>;
972
619
  created_at: z.ZodOptional<z.ZodString>;
973
- } & {
974
- error_code: z.ZodLiteral<"wyze_duplicate_code_name">;
975
- }, "strip", z.ZodTypeAny, {
976
- message: string;
977
- error_code: "wyze_duplicate_code_name";
978
- is_access_code_error: true;
979
- created_at?: string | undefined;
980
- }, {
981
- message: string;
982
- error_code: "wyze_duplicate_code_name";
983
- is_access_code_error: true;
984
- created_at?: string | undefined;
985
- }>, z.ZodObject<{
986
- message: z.ZodString;
987
- is_access_code_error: z.ZodLiteral<true>;
988
- created_at: z.ZodOptional<z.ZodString>;
989
- } & {
990
- error_code: z.ZodLiteral<"wyze_potential_duplicate_code">;
991
- }, "strip", z.ZodTypeAny, {
992
- message: string;
993
- error_code: "wyze_potential_duplicate_code";
994
- is_access_code_error: true;
995
- created_at?: string | undefined;
996
- }, {
997
- message: string;
998
- error_code: "wyze_potential_duplicate_code";
999
- is_access_code_error: true;
1000
- created_at?: string | undefined;
1001
- }>, z.ZodObject<{
1002
- message: z.ZodString;
1003
- is_access_code_error: z.ZodLiteral<true>;
1004
- created_at: z.ZodOptional<z.ZodString>;
1005
- } & {
1006
- error_code: z.ZodLiteral<"dormakaba_oracode_invalid_time_range">;
1007
- }, "strip", z.ZodTypeAny, {
1008
- message: string;
1009
- error_code: "dormakaba_oracode_invalid_time_range";
1010
- is_access_code_error: true;
1011
- created_at?: string | undefined;
1012
- }, {
1013
- message: string;
1014
- error_code: "dormakaba_oracode_invalid_time_range";
1015
- is_access_code_error: true;
1016
- created_at?: string | undefined;
1017
- }>, z.ZodObject<{
1018
- message: z.ZodString;
1019
- is_access_code_error: z.ZodLiteral<true>;
1020
- created_at: z.ZodOptional<z.ZodString>;
1021
620
  } & {
1022
621
  error_code: z.ZodLiteral<"insufficient_permissions">;
1023
622
  }, "strip", z.ZodTypeAny, {
@@ -1034,22 +633,6 @@ declare const access_code: z.ZodObject<{
1034
633
  message: z.ZodString;
1035
634
  is_access_code_error: z.ZodLiteral<true>;
1036
635
  created_at: z.ZodOptional<z.ZodString>;
1037
- } & {
1038
- error_code: z.ZodLiteral<"keynest_unsupported_third_party_locker">;
1039
- }, "strip", z.ZodTypeAny, {
1040
- message: string;
1041
- error_code: "keynest_unsupported_third_party_locker";
1042
- is_access_code_error: true;
1043
- created_at?: string | undefined;
1044
- }, {
1045
- message: string;
1046
- error_code: "keynest_unsupported_third_party_locker";
1047
- is_access_code_error: true;
1048
- created_at?: string | undefined;
1049
- }>, z.ZodObject<{
1050
- message: z.ZodString;
1051
- is_access_code_error: z.ZodLiteral<true>;
1052
- created_at: z.ZodOptional<z.ZodString>;
1053
636
  } & {
1054
637
  error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
1055
638
  }, "strip", z.ZodTypeAny, {
@@ -1433,19 +1016,6 @@ declare const access_code: z.ZodObject<{
1433
1016
  }>, z.ZodObject<{
1434
1017
  message: z.ZodString;
1435
1018
  created_at: z.ZodOptional<z.ZodString>;
1436
- } & {
1437
- warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
1438
- }, "strip", z.ZodTypeAny, {
1439
- message: string;
1440
- warning_code: "smartthings_failed_to_set_access_code";
1441
- created_at?: string | undefined;
1442
- }, {
1443
- message: string;
1444
- warning_code: "smartthings_failed_to_set_access_code";
1445
- created_at?: string | undefined;
1446
- }>, z.ZodObject<{
1447
- message: z.ZodString;
1448
- created_at: z.ZodOptional<z.ZodString>;
1449
1019
  } & {
1450
1020
  warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
1451
1021
  }, "strip", z.ZodTypeAny, {
@@ -1459,19 +1029,6 @@ declare const access_code: z.ZodObject<{
1459
1029
  }>, z.ZodObject<{
1460
1030
  message: z.ZodString;
1461
1031
  created_at: z.ZodOptional<z.ZodString>;
1462
- } & {
1463
- warning_code: z.ZodLiteral<"schlage_creation_outage">;
1464
- }, "strip", z.ZodTypeAny, {
1465
- message: string;
1466
- warning_code: "schlage_creation_outage";
1467
- created_at?: string | undefined;
1468
- }, {
1469
- message: string;
1470
- warning_code: "schlage_creation_outage";
1471
- created_at?: string | undefined;
1472
- }>, z.ZodObject<{
1473
- message: z.ZodString;
1474
- created_at: z.ZodOptional<z.ZodString>;
1475
1032
  } & {
1476
1033
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
1477
1034
  }, "strip", z.ZodTypeAny, {
@@ -1563,19 +1120,6 @@ declare const access_code: z.ZodObject<{
1563
1120
  }>, z.ZodObject<{
1564
1121
  message: z.ZodString;
1565
1122
  created_at: z.ZodOptional<z.ZodString>;
1566
- } & {
1567
- warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
1568
- }, "strip", z.ZodTypeAny, {
1569
- message: string;
1570
- warning_code: "august_lock_temporarily_offline";
1571
- created_at?: string | undefined;
1572
- }, {
1573
- message: string;
1574
- warning_code: "august_lock_temporarily_offline";
1575
- created_at?: string | undefined;
1576
- }>, z.ZodObject<{
1577
- message: z.ZodString;
1578
- created_at: z.ZodOptional<z.ZodString>;
1579
1123
  } & {
1580
1124
  warning_code: z.ZodLiteral<"igloo_algopin_must_be_used_within_24_hours">;
1581
1125
  }, "strip", z.ZodTypeAny, {
@@ -1602,19 +1146,6 @@ declare const access_code: z.ZodObject<{
1602
1146
  }>, z.ZodObject<{
1603
1147
  message: z.ZodString;
1604
1148
  created_at: z.ZodOptional<z.ZodString>;
1605
- } & {
1606
- warning_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
1607
- }, "strip", z.ZodTypeAny, {
1608
- message: string;
1609
- warning_code: "kwikset_unable_to_confirm_code";
1610
- created_at?: string | undefined;
1611
- }, {
1612
- message: string;
1613
- warning_code: "kwikset_unable_to_confirm_code";
1614
- created_at?: string | undefined;
1615
- }>, z.ZodObject<{
1616
- message: z.ZodString;
1617
- created_at: z.ZodOptional<z.ZodString>;
1618
1149
  } & {
1619
1150
  warning_code: z.ZodLiteral<"access_code_inactive">;
1620
1151
  }, "strip", z.ZodTypeAny, {
@@ -1628,19 +1159,6 @@ declare const access_code: z.ZodObject<{
1628
1159
  }>, z.ZodObject<{
1629
1160
  message: z.ZodString;
1630
1161
  created_at: z.ZodOptional<z.ZodString>;
1631
- } & {
1632
- warning_code: z.ZodLiteral<"ultraloq_access_code_disabled">;
1633
- }, "strip", z.ZodTypeAny, {
1634
- message: string;
1635
- warning_code: "ultraloq_access_code_disabled";
1636
- created_at?: string | undefined;
1637
- }, {
1638
- message: string;
1639
- warning_code: "ultraloq_access_code_disabled";
1640
- created_at?: string | undefined;
1641
- }>, z.ZodObject<{
1642
- message: z.ZodString;
1643
- created_at: z.ZodOptional<z.ZodString>;
1644
1162
  } & {
1645
1163
  warning_code: z.ZodLiteral<"using_backup_access_code">;
1646
1164
  }, "strip", z.ZodTypeAny, {
@@ -1990,16 +1508,6 @@ declare const access_code: z.ZodObject<{
1990
1508
  error_code: "provider_issue";
1991
1509
  is_access_code_error: true;
1992
1510
  created_at?: string | undefined;
1993
- } | {
1994
- message: string;
1995
- error_code: "smartthings_failed_to_set_access_code";
1996
- is_access_code_error: true;
1997
- created_at?: string | undefined;
1998
- } | {
1999
- message: string;
2000
- error_code: "smartthings_failed_to_set_after_multiple_retries";
2001
- is_access_code_error: true;
2002
- created_at?: string | undefined;
2003
1511
  } | {
2004
1512
  message: string;
2005
1513
  error_code: "code_modified_external_to_seam";
@@ -2043,36 +1551,11 @@ declare const access_code: z.ZodObject<{
2043
1551
  error_code: "access_code_state_unconfirmed";
2044
1552
  is_access_code_error: true;
2045
1553
  created_at?: string | undefined;
2046
- } | {
2047
- message: string;
2048
- error_code: "kwikset_unable_to_confirm_code";
2049
- is_access_code_error: true;
2050
- created_at?: string | undefined;
2051
- } | {
2052
- message: string;
2053
- error_code: "kwikset_unable_to_confirm_deletion";
2054
- is_access_code_error: true;
2055
- created_at?: string | undefined;
2056
1554
  } | {
2057
1555
  message: string;
2058
1556
  error_code: "insufficient_permissions";
2059
1557
  is_access_code_error: true;
2060
1558
  created_at?: string | undefined;
2061
- } | {
2062
- message: string;
2063
- error_code: "august_lock_invalid_code_length";
2064
- is_access_code_error: true;
2065
- created_at?: string | undefined;
2066
- } | {
2067
- message: string;
2068
- error_code: "august_lock_temporarily_offline";
2069
- is_access_code_error: true;
2070
- created_at?: string | undefined;
2071
- } | {
2072
- message: string;
2073
- error_code: "august_lock_missing_keypad";
2074
- is_access_code_error: true;
2075
- created_at?: string | undefined;
2076
1559
  } | {
2077
1560
  message: string;
2078
1561
  error_code: "access_code_inactive";
@@ -2083,26 +1566,6 @@ declare const access_code: z.ZodObject<{
2083
1566
  error_code: "salto_ks_user_not_subscribed";
2084
1567
  is_access_code_error: true;
2085
1568
  created_at?: string | undefined;
2086
- } | {
2087
- message: string;
2088
- error_code: "wyze_duplicate_code_name";
2089
- is_access_code_error: true;
2090
- created_at?: string | undefined;
2091
- } | {
2092
- message: string;
2093
- error_code: "wyze_potential_duplicate_code";
2094
- is_access_code_error: true;
2095
- created_at?: string | undefined;
2096
- } | {
2097
- message: string;
2098
- error_code: "dormakaba_oracode_invalid_time_range";
2099
- is_access_code_error: true;
2100
- created_at?: string | undefined;
2101
- } | {
2102
- message: string;
2103
- error_code: "keynest_unsupported_third_party_locker";
2104
- is_access_code_error: true;
2105
- created_at?: string | undefined;
2106
1569
  } | {
2107
1570
  message: string;
2108
1571
  error_code: "replaced_by_newer_access_code";
@@ -2110,14 +1573,6 @@ declare const access_code: z.ZodObject<{
2110
1573
  created_at?: string | undefined;
2111
1574
  })[];
2112
1575
  warnings: ({
2113
- message: string;
2114
- warning_code: "smartthings_failed_to_set_access_code";
2115
- created_at?: string | undefined;
2116
- } | {
2117
- message: string;
2118
- warning_code: "august_lock_temporarily_offline";
2119
- created_at?: string | undefined;
2120
- } | {
2121
1576
  message: string;
2122
1577
  warning_code: "code_modified_external_to_seam";
2123
1578
  created_at?: string | undefined;
@@ -2135,10 +1590,6 @@ declare const access_code: z.ZodObject<{
2135
1590
  message: string;
2136
1591
  warning_code: "provider_issue";
2137
1592
  created_at?: string | undefined;
2138
- } | {
2139
- message: string;
2140
- warning_code: "schlage_creation_outage";
2141
- created_at?: string | undefined;
2142
1593
  } | {
2143
1594
  message: string;
2144
1595
  warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
@@ -2163,18 +1614,10 @@ declare const access_code: z.ZodObject<{
2163
1614
  message: string;
2164
1615
  warning_code: "management_transferred";
2165
1616
  created_at?: string | undefined;
2166
- } | {
2167
- message: string;
2168
- warning_code: "kwikset_unable_to_confirm_code";
2169
- created_at?: string | undefined;
2170
1617
  } | {
2171
1618
  message: string;
2172
1619
  warning_code: "access_code_inactive";
2173
1620
  created_at?: string | undefined;
2174
- } | {
2175
- message: string;
2176
- warning_code: "ultraloq_access_code_disabled";
2177
- created_at?: string | undefined;
2178
1621
  } | {
2179
1622
  message: string;
2180
1623
  warning_code: "using_backup_access_code";
@@ -2370,16 +1813,6 @@ declare const access_code: z.ZodObject<{
2370
1813
  error_code: "provider_issue";
2371
1814
  is_access_code_error: true;
2372
1815
  created_at?: string | undefined;
2373
- } | {
2374
- message: string;
2375
- error_code: "smartthings_failed_to_set_access_code";
2376
- is_access_code_error: true;
2377
- created_at?: string | undefined;
2378
- } | {
2379
- message: string;
2380
- error_code: "smartthings_failed_to_set_after_multiple_retries";
2381
- is_access_code_error: true;
2382
- created_at?: string | undefined;
2383
1816
  } | {
2384
1817
  message: string;
2385
1818
  error_code: "code_modified_external_to_seam";
@@ -2423,36 +1856,11 @@ declare const access_code: z.ZodObject<{
2423
1856
  error_code: "access_code_state_unconfirmed";
2424
1857
  is_access_code_error: true;
2425
1858
  created_at?: string | undefined;
2426
- } | {
2427
- message: string;
2428
- error_code: "kwikset_unable_to_confirm_code";
2429
- is_access_code_error: true;
2430
- created_at?: string | undefined;
2431
- } | {
2432
- message: string;
2433
- error_code: "kwikset_unable_to_confirm_deletion";
2434
- is_access_code_error: true;
2435
- created_at?: string | undefined;
2436
1859
  } | {
2437
1860
  message: string;
2438
1861
  error_code: "insufficient_permissions";
2439
1862
  is_access_code_error: true;
2440
1863
  created_at?: string | undefined;
2441
- } | {
2442
- message: string;
2443
- error_code: "august_lock_invalid_code_length";
2444
- is_access_code_error: true;
2445
- created_at?: string | undefined;
2446
- } | {
2447
- message: string;
2448
- error_code: "august_lock_temporarily_offline";
2449
- is_access_code_error: true;
2450
- created_at?: string | undefined;
2451
- } | {
2452
- message: string;
2453
- error_code: "august_lock_missing_keypad";
2454
- is_access_code_error: true;
2455
- created_at?: string | undefined;
2456
1864
  } | {
2457
1865
  message: string;
2458
1866
  error_code: "access_code_inactive";
@@ -2463,26 +1871,6 @@ declare const access_code: z.ZodObject<{
2463
1871
  error_code: "salto_ks_user_not_subscribed";
2464
1872
  is_access_code_error: true;
2465
1873
  created_at?: string | undefined;
2466
- } | {
2467
- message: string;
2468
- error_code: "wyze_duplicate_code_name";
2469
- is_access_code_error: true;
2470
- created_at?: string | undefined;
2471
- } | {
2472
- message: string;
2473
- error_code: "wyze_potential_duplicate_code";
2474
- is_access_code_error: true;
2475
- created_at?: string | undefined;
2476
- } | {
2477
- message: string;
2478
- error_code: "dormakaba_oracode_invalid_time_range";
2479
- is_access_code_error: true;
2480
- created_at?: string | undefined;
2481
- } | {
2482
- message: string;
2483
- error_code: "keynest_unsupported_third_party_locker";
2484
- is_access_code_error: true;
2485
- created_at?: string | undefined;
2486
1874
  } | {
2487
1875
  message: string;
2488
1876
  error_code: "replaced_by_newer_access_code";
@@ -2490,14 +1878,6 @@ declare const access_code: z.ZodObject<{
2490
1878
  created_at?: string | undefined;
2491
1879
  })[];
2492
1880
  warnings: ({
2493
- message: string;
2494
- warning_code: "smartthings_failed_to_set_access_code";
2495
- created_at?: string | undefined;
2496
- } | {
2497
- message: string;
2498
- warning_code: "august_lock_temporarily_offline";
2499
- created_at?: string | undefined;
2500
- } | {
2501
1881
  message: string;
2502
1882
  warning_code: "code_modified_external_to_seam";
2503
1883
  created_at?: string | undefined;
@@ -2515,10 +1895,6 @@ declare const access_code: z.ZodObject<{
2515
1895
  message: string;
2516
1896
  warning_code: "provider_issue";
2517
1897
  created_at?: string | undefined;
2518
- } | {
2519
- message: string;
2520
- warning_code: "schlage_creation_outage";
2521
- created_at?: string | undefined;
2522
1898
  } | {
2523
1899
  message: string;
2524
1900
  warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
@@ -2543,18 +1919,10 @@ declare const access_code: z.ZodObject<{
2543
1919
  message: string;
2544
1920
  warning_code: "management_transferred";
2545
1921
  created_at?: string | undefined;
2546
- } | {
2547
- message: string;
2548
- warning_code: "kwikset_unable_to_confirm_code";
2549
- created_at?: string | undefined;
2550
1922
  } | {
2551
1923
  message: string;
2552
1924
  warning_code: "access_code_inactive";
2553
1925
  created_at?: string | undefined;
2554
- } | {
2555
- message: string;
2556
- warning_code: "ultraloq_access_code_disabled";
2557
- created_at?: string | undefined;
2558
1926
  } | {
2559
1927
  message: string;
2560
1928
  warning_code: "using_backup_access_code";
@@ -2665,38 +2033,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2665
2033
  message: z.ZodString;
2666
2034
  is_access_code_error: z.ZodLiteral<true>;
2667
2035
  created_at: z.ZodOptional<z.ZodString>;
2668
- } & {
2669
- error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
2670
- }, "strip", z.ZodTypeAny, {
2671
- message: string;
2672
- error_code: "smartthings_failed_to_set_access_code";
2673
- is_access_code_error: true;
2674
- created_at?: string | undefined;
2675
- }, {
2676
- message: string;
2677
- error_code: "smartthings_failed_to_set_access_code";
2678
- is_access_code_error: true;
2679
- created_at?: string | undefined;
2680
- }>, z.ZodObject<{
2681
- message: z.ZodString;
2682
- is_access_code_error: z.ZodLiteral<true>;
2683
- created_at: z.ZodOptional<z.ZodString>;
2684
- } & {
2685
- error_code: z.ZodLiteral<"smartthings_failed_to_set_after_multiple_retries">;
2686
- }, "strip", z.ZodTypeAny, {
2687
- message: string;
2688
- error_code: "smartthings_failed_to_set_after_multiple_retries";
2689
- is_access_code_error: true;
2690
- created_at?: string | undefined;
2691
- }, {
2692
- message: string;
2693
- error_code: "smartthings_failed_to_set_after_multiple_retries";
2694
- is_access_code_error: true;
2695
- created_at?: string | undefined;
2696
- }>, z.ZodObject<{
2697
- message: z.ZodString;
2698
- is_access_code_error: z.ZodLiteral<true>;
2699
- created_at: z.ZodOptional<z.ZodString>;
2700
2036
  } & {
2701
2037
  error_code: z.ZodLiteral<"failed_to_set_on_device">;
2702
2038
  }, "strip", z.ZodTypeAny, {
@@ -2799,38 +2135,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2799
2135
  message: z.ZodString;
2800
2136
  is_access_code_error: z.ZodLiteral<true>;
2801
2137
  created_at: z.ZodOptional<z.ZodString>;
2802
- } & {
2803
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
2804
- }, "strip", z.ZodTypeAny, {
2805
- message: string;
2806
- error_code: "kwikset_unable_to_confirm_code";
2807
- is_access_code_error: true;
2808
- created_at?: string | undefined;
2809
- }, {
2810
- message: string;
2811
- error_code: "kwikset_unable_to_confirm_code";
2812
- is_access_code_error: true;
2813
- created_at?: string | undefined;
2814
- }>, z.ZodObject<{
2815
- message: z.ZodString;
2816
- is_access_code_error: z.ZodLiteral<true>;
2817
- created_at: z.ZodOptional<z.ZodString>;
2818
- } & {
2819
- error_code: z.ZodLiteral<"kwikset_unable_to_confirm_deletion">;
2820
- }, "strip", z.ZodTypeAny, {
2821
- message: string;
2822
- error_code: "kwikset_unable_to_confirm_deletion";
2823
- is_access_code_error: true;
2824
- created_at?: string | undefined;
2825
- }, {
2826
- message: string;
2827
- error_code: "kwikset_unable_to_confirm_deletion";
2828
- is_access_code_error: true;
2829
- created_at?: string | undefined;
2830
- }>, z.ZodObject<{
2831
- message: z.ZodString;
2832
- is_access_code_error: z.ZodLiteral<true>;
2833
- created_at: z.ZodOptional<z.ZodString>;
2834
2138
  } & {
2835
2139
  error_code: z.ZodLiteral<"code_modified_external_to_seam">;
2836
2140
  change_type: z.ZodOptional<z.ZodEnum<["modified", "removed"]>>;
@@ -2873,54 +2177,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2873
2177
  message: z.ZodString;
2874
2178
  is_access_code_error: z.ZodLiteral<true>;
2875
2179
  created_at: z.ZodOptional<z.ZodString>;
2876
- } & {
2877
- error_code: z.ZodLiteral<"august_lock_invalid_code_length">;
2878
- }, "strip", z.ZodTypeAny, {
2879
- message: string;
2880
- error_code: "august_lock_invalid_code_length";
2881
- is_access_code_error: true;
2882
- created_at?: string | undefined;
2883
- }, {
2884
- message: string;
2885
- error_code: "august_lock_invalid_code_length";
2886
- is_access_code_error: true;
2887
- created_at?: string | undefined;
2888
- }>, z.ZodObject<{
2889
- message: z.ZodString;
2890
- is_access_code_error: z.ZodLiteral<true>;
2891
- created_at: z.ZodOptional<z.ZodString>;
2892
- } & {
2893
- error_code: z.ZodLiteral<"august_lock_missing_keypad">;
2894
- }, "strip", z.ZodTypeAny, {
2895
- message: string;
2896
- error_code: "august_lock_missing_keypad";
2897
- is_access_code_error: true;
2898
- created_at?: string | undefined;
2899
- }, {
2900
- message: string;
2901
- error_code: "august_lock_missing_keypad";
2902
- is_access_code_error: true;
2903
- created_at?: string | undefined;
2904
- }>, z.ZodObject<{
2905
- message: z.ZodString;
2906
- is_access_code_error: z.ZodLiteral<true>;
2907
- created_at: z.ZodOptional<z.ZodString>;
2908
- } & {
2909
- error_code: z.ZodLiteral<"august_lock_temporarily_offline">;
2910
- }, "strip", z.ZodTypeAny, {
2911
- message: string;
2912
- error_code: "august_lock_temporarily_offline";
2913
- is_access_code_error: true;
2914
- created_at?: string | undefined;
2915
- }, {
2916
- message: string;
2917
- error_code: "august_lock_temporarily_offline";
2918
- is_access_code_error: true;
2919
- created_at?: string | undefined;
2920
- }>, z.ZodObject<{
2921
- message: z.ZodString;
2922
- is_access_code_error: z.ZodLiteral<true>;
2923
- created_at: z.ZodOptional<z.ZodString>;
2924
2180
  } & {
2925
2181
  error_code: z.ZodLiteral<"access_code_inactive">;
2926
2182
  }, "strip", z.ZodTypeAny, {
@@ -2953,54 +2209,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2953
2209
  message: z.ZodString;
2954
2210
  is_access_code_error: z.ZodLiteral<true>;
2955
2211
  created_at: z.ZodOptional<z.ZodString>;
2956
- } & {
2957
- error_code: z.ZodLiteral<"wyze_duplicate_code_name">;
2958
- }, "strip", z.ZodTypeAny, {
2959
- message: string;
2960
- error_code: "wyze_duplicate_code_name";
2961
- is_access_code_error: true;
2962
- created_at?: string | undefined;
2963
- }, {
2964
- message: string;
2965
- error_code: "wyze_duplicate_code_name";
2966
- is_access_code_error: true;
2967
- created_at?: string | undefined;
2968
- }>, z.ZodObject<{
2969
- message: z.ZodString;
2970
- is_access_code_error: z.ZodLiteral<true>;
2971
- created_at: z.ZodOptional<z.ZodString>;
2972
- } & {
2973
- error_code: z.ZodLiteral<"wyze_potential_duplicate_code">;
2974
- }, "strip", z.ZodTypeAny, {
2975
- message: string;
2976
- error_code: "wyze_potential_duplicate_code";
2977
- is_access_code_error: true;
2978
- created_at?: string | undefined;
2979
- }, {
2980
- message: string;
2981
- error_code: "wyze_potential_duplicate_code";
2982
- is_access_code_error: true;
2983
- created_at?: string | undefined;
2984
- }>, z.ZodObject<{
2985
- message: z.ZodString;
2986
- is_access_code_error: z.ZodLiteral<true>;
2987
- created_at: z.ZodOptional<z.ZodString>;
2988
- } & {
2989
- error_code: z.ZodLiteral<"dormakaba_oracode_invalid_time_range">;
2990
- }, "strip", z.ZodTypeAny, {
2991
- message: string;
2992
- error_code: "dormakaba_oracode_invalid_time_range";
2993
- is_access_code_error: true;
2994
- created_at?: string | undefined;
2995
- }, {
2996
- message: string;
2997
- error_code: "dormakaba_oracode_invalid_time_range";
2998
- is_access_code_error: true;
2999
- created_at?: string | undefined;
3000
- }>, z.ZodObject<{
3001
- message: z.ZodString;
3002
- is_access_code_error: z.ZodLiteral<true>;
3003
- created_at: z.ZodOptional<z.ZodString>;
3004
2212
  } & {
3005
2213
  error_code: z.ZodLiteral<"insufficient_permissions">;
3006
2214
  }, "strip", z.ZodTypeAny, {
@@ -3017,22 +2225,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3017
2225
  message: z.ZodString;
3018
2226
  is_access_code_error: z.ZodLiteral<true>;
3019
2227
  created_at: z.ZodOptional<z.ZodString>;
3020
- } & {
3021
- error_code: z.ZodLiteral<"keynest_unsupported_third_party_locker">;
3022
- }, "strip", z.ZodTypeAny, {
3023
- message: string;
3024
- error_code: "keynest_unsupported_third_party_locker";
3025
- is_access_code_error: true;
3026
- created_at?: string | undefined;
3027
- }, {
3028
- message: string;
3029
- error_code: "keynest_unsupported_third_party_locker";
3030
- is_access_code_error: true;
3031
- created_at?: string | undefined;
3032
- }>, z.ZodObject<{
3033
- message: z.ZodString;
3034
- is_access_code_error: z.ZodLiteral<true>;
3035
- created_at: z.ZodOptional<z.ZodString>;
3036
2228
  } & {
3037
2229
  error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
3038
2230
  }, "strip", z.ZodTypeAny, {
@@ -3416,19 +2608,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3416
2608
  }>, z.ZodObject<{
3417
2609
  message: z.ZodString;
3418
2610
  created_at: z.ZodOptional<z.ZodString>;
3419
- } & {
3420
- warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
3421
- }, "strip", z.ZodTypeAny, {
3422
- message: string;
3423
- warning_code: "smartthings_failed_to_set_access_code";
3424
- created_at?: string | undefined;
3425
- }, {
3426
- message: string;
3427
- warning_code: "smartthings_failed_to_set_access_code";
3428
- created_at?: string | undefined;
3429
- }>, z.ZodObject<{
3430
- message: z.ZodString;
3431
- created_at: z.ZodOptional<z.ZodString>;
3432
2611
  } & {
3433
2612
  warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
3434
2613
  }, "strip", z.ZodTypeAny, {
@@ -3442,19 +2621,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3442
2621
  }>, z.ZodObject<{
3443
2622
  message: z.ZodString;
3444
2623
  created_at: z.ZodOptional<z.ZodString>;
3445
- } & {
3446
- warning_code: z.ZodLiteral<"schlage_creation_outage">;
3447
- }, "strip", z.ZodTypeAny, {
3448
- message: string;
3449
- warning_code: "schlage_creation_outage";
3450
- created_at?: string | undefined;
3451
- }, {
3452
- message: string;
3453
- warning_code: "schlage_creation_outage";
3454
- created_at?: string | undefined;
3455
- }>, z.ZodObject<{
3456
- message: z.ZodString;
3457
- created_at: z.ZodOptional<z.ZodString>;
3458
2624
  } & {
3459
2625
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
3460
2626
  }, "strip", z.ZodTypeAny, {
@@ -3546,19 +2712,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3546
2712
  }>, z.ZodObject<{
3547
2713
  message: z.ZodString;
3548
2714
  created_at: z.ZodOptional<z.ZodString>;
3549
- } & {
3550
- warning_code: z.ZodLiteral<"august_lock_temporarily_offline">;
3551
- }, "strip", z.ZodTypeAny, {
3552
- message: string;
3553
- warning_code: "august_lock_temporarily_offline";
3554
- created_at?: string | undefined;
3555
- }, {
3556
- message: string;
3557
- warning_code: "august_lock_temporarily_offline";
3558
- created_at?: string | undefined;
3559
- }>, z.ZodObject<{
3560
- message: z.ZodString;
3561
- created_at: z.ZodOptional<z.ZodString>;
3562
2715
  } & {
3563
2716
  warning_code: z.ZodLiteral<"igloo_algopin_must_be_used_within_24_hours">;
3564
2717
  }, "strip", z.ZodTypeAny, {
@@ -3585,19 +2738,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3585
2738
  }>, z.ZodObject<{
3586
2739
  message: z.ZodString;
3587
2740
  created_at: z.ZodOptional<z.ZodString>;
3588
- } & {
3589
- warning_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
3590
- }, "strip", z.ZodTypeAny, {
3591
- message: string;
3592
- warning_code: "kwikset_unable_to_confirm_code";
3593
- created_at?: string | undefined;
3594
- }, {
3595
- message: string;
3596
- warning_code: "kwikset_unable_to_confirm_code";
3597
- created_at?: string | undefined;
3598
- }>, z.ZodObject<{
3599
- message: z.ZodString;
3600
- created_at: z.ZodOptional<z.ZodString>;
3601
2741
  } & {
3602
2742
  warning_code: z.ZodLiteral<"access_code_inactive">;
3603
2743
  }, "strip", z.ZodTypeAny, {
@@ -3611,19 +2751,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3611
2751
  }>, z.ZodObject<{
3612
2752
  message: z.ZodString;
3613
2753
  created_at: z.ZodOptional<z.ZodString>;
3614
- } & {
3615
- warning_code: z.ZodLiteral<"ultraloq_access_code_disabled">;
3616
- }, "strip", z.ZodTypeAny, {
3617
- message: string;
3618
- warning_code: "ultraloq_access_code_disabled";
3619
- created_at?: string | undefined;
3620
- }, {
3621
- message: string;
3622
- warning_code: "ultraloq_access_code_disabled";
3623
- created_at?: string | undefined;
3624
- }>, z.ZodObject<{
3625
- message: z.ZodString;
3626
- created_at: z.ZodOptional<z.ZodString>;
3627
2754
  } & {
3628
2755
  warning_code: z.ZodLiteral<"using_backup_access_code">;
3629
2756
  }, "strip", z.ZodTypeAny, {
@@ -3799,16 +2926,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3799
2926
  error_code: "provider_issue";
3800
2927
  is_access_code_error: true;
3801
2928
  created_at?: string | undefined;
3802
- } | {
3803
- message: string;
3804
- error_code: "smartthings_failed_to_set_access_code";
3805
- is_access_code_error: true;
3806
- created_at?: string | undefined;
3807
- } | {
3808
- message: string;
3809
- error_code: "smartthings_failed_to_set_after_multiple_retries";
3810
- is_access_code_error: true;
3811
- created_at?: string | undefined;
3812
2929
  } | {
3813
2930
  message: string;
3814
2931
  error_code: "code_modified_external_to_seam";
@@ -3852,36 +2969,11 @@ declare const unmanaged_access_code: z.ZodObject<{
3852
2969
  error_code: "access_code_state_unconfirmed";
3853
2970
  is_access_code_error: true;
3854
2971
  created_at?: string | undefined;
3855
- } | {
3856
- message: string;
3857
- error_code: "kwikset_unable_to_confirm_code";
3858
- is_access_code_error: true;
3859
- created_at?: string | undefined;
3860
- } | {
3861
- message: string;
3862
- error_code: "kwikset_unable_to_confirm_deletion";
3863
- is_access_code_error: true;
3864
- created_at?: string | undefined;
3865
2972
  } | {
3866
2973
  message: string;
3867
2974
  error_code: "insufficient_permissions";
3868
2975
  is_access_code_error: true;
3869
2976
  created_at?: string | undefined;
3870
- } | {
3871
- message: string;
3872
- error_code: "august_lock_invalid_code_length";
3873
- is_access_code_error: true;
3874
- created_at?: string | undefined;
3875
- } | {
3876
- message: string;
3877
- error_code: "august_lock_temporarily_offline";
3878
- is_access_code_error: true;
3879
- created_at?: string | undefined;
3880
- } | {
3881
- message: string;
3882
- error_code: "august_lock_missing_keypad";
3883
- is_access_code_error: true;
3884
- created_at?: string | undefined;
3885
2977
  } | {
3886
2978
  message: string;
3887
2979
  error_code: "access_code_inactive";
@@ -3892,26 +2984,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3892
2984
  error_code: "salto_ks_user_not_subscribed";
3893
2985
  is_access_code_error: true;
3894
2986
  created_at?: string | undefined;
3895
- } | {
3896
- message: string;
3897
- error_code: "wyze_duplicate_code_name";
3898
- is_access_code_error: true;
3899
- created_at?: string | undefined;
3900
- } | {
3901
- message: string;
3902
- error_code: "wyze_potential_duplicate_code";
3903
- is_access_code_error: true;
3904
- created_at?: string | undefined;
3905
- } | {
3906
- message: string;
3907
- error_code: "dormakaba_oracode_invalid_time_range";
3908
- is_access_code_error: true;
3909
- created_at?: string | undefined;
3910
- } | {
3911
- message: string;
3912
- error_code: "keynest_unsupported_third_party_locker";
3913
- is_access_code_error: true;
3914
- created_at?: string | undefined;
3915
2987
  } | {
3916
2988
  message: string;
3917
2989
  error_code: "replaced_by_newer_access_code";
@@ -3919,14 +2991,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3919
2991
  created_at?: string | undefined;
3920
2992
  })[];
3921
2993
  warnings: ({
3922
- message: string;
3923
- warning_code: "smartthings_failed_to_set_access_code";
3924
- created_at?: string | undefined;
3925
- } | {
3926
- message: string;
3927
- warning_code: "august_lock_temporarily_offline";
3928
- created_at?: string | undefined;
3929
- } | {
3930
2994
  message: string;
3931
2995
  warning_code: "code_modified_external_to_seam";
3932
2996
  created_at?: string | undefined;
@@ -3944,10 +3008,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3944
3008
  message: string;
3945
3009
  warning_code: "provider_issue";
3946
3010
  created_at?: string | undefined;
3947
- } | {
3948
- message: string;
3949
- warning_code: "schlage_creation_outage";
3950
- created_at?: string | undefined;
3951
3011
  } | {
3952
3012
  message: string;
3953
3013
  warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
@@ -3972,18 +3032,10 @@ declare const unmanaged_access_code: z.ZodObject<{
3972
3032
  message: string;
3973
3033
  warning_code: "management_transferred";
3974
3034
  created_at?: string | undefined;
3975
- } | {
3976
- message: string;
3977
- warning_code: "kwikset_unable_to_confirm_code";
3978
- created_at?: string | undefined;
3979
3035
  } | {
3980
3036
  message: string;
3981
3037
  warning_code: "access_code_inactive";
3982
3038
  created_at?: string | undefined;
3983
- } | {
3984
- message: string;
3985
- warning_code: "ultraloq_access_code_disabled";
3986
- created_at?: string | undefined;
3987
3039
  } | {
3988
3040
  message: string;
3989
3041
  warning_code: "using_backup_access_code";
@@ -4126,16 +3178,6 @@ declare const unmanaged_access_code: z.ZodObject<{
4126
3178
  error_code: "provider_issue";
4127
3179
  is_access_code_error: true;
4128
3180
  created_at?: string | undefined;
4129
- } | {
4130
- message: string;
4131
- error_code: "smartthings_failed_to_set_access_code";
4132
- is_access_code_error: true;
4133
- created_at?: string | undefined;
4134
- } | {
4135
- message: string;
4136
- error_code: "smartthings_failed_to_set_after_multiple_retries";
4137
- is_access_code_error: true;
4138
- created_at?: string | undefined;
4139
3181
  } | {
4140
3182
  message: string;
4141
3183
  error_code: "code_modified_external_to_seam";
@@ -4179,36 +3221,11 @@ declare const unmanaged_access_code: z.ZodObject<{
4179
3221
  error_code: "access_code_state_unconfirmed";
4180
3222
  is_access_code_error: true;
4181
3223
  created_at?: string | undefined;
4182
- } | {
4183
- message: string;
4184
- error_code: "kwikset_unable_to_confirm_code";
4185
- is_access_code_error: true;
4186
- created_at?: string | undefined;
4187
- } | {
4188
- message: string;
4189
- error_code: "kwikset_unable_to_confirm_deletion";
4190
- is_access_code_error: true;
4191
- created_at?: string | undefined;
4192
3224
  } | {
4193
3225
  message: string;
4194
3226
  error_code: "insufficient_permissions";
4195
3227
  is_access_code_error: true;
4196
3228
  created_at?: string | undefined;
4197
- } | {
4198
- message: string;
4199
- error_code: "august_lock_invalid_code_length";
4200
- is_access_code_error: true;
4201
- created_at?: string | undefined;
4202
- } | {
4203
- message: string;
4204
- error_code: "august_lock_temporarily_offline";
4205
- is_access_code_error: true;
4206
- created_at?: string | undefined;
4207
- } | {
4208
- message: string;
4209
- error_code: "august_lock_missing_keypad";
4210
- is_access_code_error: true;
4211
- created_at?: string | undefined;
4212
3229
  } | {
4213
3230
  message: string;
4214
3231
  error_code: "access_code_inactive";
@@ -4219,26 +3236,6 @@ declare const unmanaged_access_code: z.ZodObject<{
4219
3236
  error_code: "salto_ks_user_not_subscribed";
4220
3237
  is_access_code_error: true;
4221
3238
  created_at?: string | undefined;
4222
- } | {
4223
- message: string;
4224
- error_code: "wyze_duplicate_code_name";
4225
- is_access_code_error: true;
4226
- created_at?: string | undefined;
4227
- } | {
4228
- message: string;
4229
- error_code: "wyze_potential_duplicate_code";
4230
- is_access_code_error: true;
4231
- created_at?: string | undefined;
4232
- } | {
4233
- message: string;
4234
- error_code: "dormakaba_oracode_invalid_time_range";
4235
- is_access_code_error: true;
4236
- created_at?: string | undefined;
4237
- } | {
4238
- message: string;
4239
- error_code: "keynest_unsupported_third_party_locker";
4240
- is_access_code_error: true;
4241
- created_at?: string | undefined;
4242
3239
  } | {
4243
3240
  message: string;
4244
3241
  error_code: "replaced_by_newer_access_code";
@@ -4246,14 +3243,6 @@ declare const unmanaged_access_code: z.ZodObject<{
4246
3243
  created_at?: string | undefined;
4247
3244
  })[];
4248
3245
  warnings: ({
4249
- message: string;
4250
- warning_code: "smartthings_failed_to_set_access_code";
4251
- created_at?: string | undefined;
4252
- } | {
4253
- message: string;
4254
- warning_code: "august_lock_temporarily_offline";
4255
- created_at?: string | undefined;
4256
- } | {
4257
3246
  message: string;
4258
3247
  warning_code: "code_modified_external_to_seam";
4259
3248
  created_at?: string | undefined;
@@ -4271,10 +3260,6 @@ declare const unmanaged_access_code: z.ZodObject<{
4271
3260
  message: string;
4272
3261
  warning_code: "provider_issue";
4273
3262
  created_at?: string | undefined;
4274
- } | {
4275
- message: string;
4276
- warning_code: "schlage_creation_outage";
4277
- created_at?: string | undefined;
4278
3263
  } | {
4279
3264
  message: string;
4280
3265
  warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
@@ -4299,18 +3284,10 @@ declare const unmanaged_access_code: z.ZodObject<{
4299
3284
  message: string;
4300
3285
  warning_code: "management_transferred";
4301
3286
  created_at?: string | undefined;
4302
- } | {
4303
- message: string;
4304
- warning_code: "kwikset_unable_to_confirm_code";
4305
- created_at?: string | undefined;
4306
3287
  } | {
4307
3288
  message: string;
4308
3289
  warning_code: "access_code_inactive";
4309
3290
  created_at?: string | undefined;
4310
- } | {
4311
- message: string;
4312
- warning_code: "ultraloq_access_code_disabled";
4313
- created_at?: string | undefined;
4314
3291
  } | {
4315
3292
  message: string;
4316
3293
  warning_code: "using_backup_access_code";
@@ -15339,6 +14316,7 @@ declare const customization_profile: z.ZodObject<{
15339
14316
  font_family?: string | undefined;
15340
14317
  mono_font_family?: string | undefined;
15341
14318
  }>>;
14319
+ message_overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>>;
15342
14320
  }, "strip", z.ZodTypeAny, {
15343
14321
  name: string | null;
15344
14322
  workspace_id: string;
@@ -15355,6 +14333,7 @@ declare const customization_profile: z.ZodObject<{
15355
14333
  font_family?: string | undefined;
15356
14334
  mono_font_family?: string | undefined;
15357
14335
  } | undefined;
14336
+ message_overrides?: Record<string, Record<string, string>> | undefined;
15358
14337
  }, {
15359
14338
  name: string | null;
15360
14339
  workspace_id: string;
@@ -15371,6 +14350,7 @@ declare const customization_profile: z.ZodObject<{
15371
14350
  font_family?: string | undefined;
15372
14351
  mono_font_family?: string | undefined;
15373
14352
  } | undefined;
14353
+ message_overrides?: Record<string, Record<string, string>> | undefined;
15374
14354
  }>;
15375
14355
  type CustomizationProfile = z.infer<typeof customization_profile>;
15376
14356
 
@@ -31969,24 +30949,6 @@ type Routes = {
31969
30949
  created_at?: string | undefined;
31970
30950
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31971
30951
  error_code: 'provider_issue';
31972
- } | {
31973
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31974
- message: string;
31975
- /** Indicates that this is an access code error. */
31976
- is_access_code_error: true;
31977
- /** Date and time at which Seam created the error. */
31978
- created_at?: string | undefined;
31979
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31980
- error_code: 'smartthings_failed_to_set_access_code';
31981
- } | {
31982
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31983
- message: string;
31984
- /** Indicates that this is an access code error. */
31985
- is_access_code_error: true;
31986
- /** Date and time at which Seam created the error. */
31987
- created_at?: string | undefined;
31988
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31989
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
31990
30952
  } | {
31991
30953
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31992
30954
  message: string;
@@ -32045,24 +31007,6 @@ type Routes = {
32045
31007
  created_at?: string | undefined;
32046
31008
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32047
31009
  error_code: 'access_code_state_unconfirmed';
32048
- } | {
32049
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32050
- message: string;
32051
- /** Indicates that this is an access code error. */
32052
- is_access_code_error: true;
32053
- /** Date and time at which Seam created the error. */
32054
- created_at?: string | undefined;
32055
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32056
- error_code: 'kwikset_unable_to_confirm_code';
32057
- } | {
32058
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32059
- message: string;
32060
- /** Indicates that this is an access code error. */
32061
- is_access_code_error: true;
32062
- /** Date and time at which Seam created the error. */
32063
- created_at?: string | undefined;
32064
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32065
- error_code: 'kwikset_unable_to_confirm_deletion';
32066
31010
  } | {
32067
31011
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32068
31012
  message: string;
@@ -32083,33 +31027,6 @@ type Routes = {
32083
31027
  /** The new value of the field. */
32084
31028
  to: string | null;
32085
31029
  }[] | undefined;
32086
- } | {
32087
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32088
- message: string;
32089
- /** Indicates that this is an access code error. */
32090
- is_access_code_error: true;
32091
- /** Date and time at which Seam created the error. */
32092
- created_at?: string | undefined;
32093
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32094
- error_code: 'august_lock_invalid_code_length';
32095
- } | {
32096
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32097
- message: string;
32098
- /** Indicates that this is an access code error. */
32099
- is_access_code_error: true;
32100
- /** Date and time at which Seam created the error. */
32101
- created_at?: string | undefined;
32102
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32103
- error_code: 'august_lock_missing_keypad';
32104
- } | {
32105
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32106
- message: string;
32107
- /** Indicates that this is an access code error. */
32108
- is_access_code_error: true;
32109
- /** Date and time at which Seam created the error. */
32110
- created_at?: string | undefined;
32111
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32112
- error_code: 'august_lock_temporarily_offline';
32113
31030
  } | {
32114
31031
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32115
31032
  message: string;
@@ -32128,33 +31045,6 @@ type Routes = {
32128
31045
  created_at?: string | undefined;
32129
31046
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32130
31047
  error_code: 'salto_ks_user_not_subscribed';
32131
- } | {
32132
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32133
- message: string;
32134
- /** Indicates that this is an access code error. */
32135
- is_access_code_error: true;
32136
- /** Date and time at which Seam created the error. */
32137
- created_at?: string | undefined;
32138
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32139
- error_code: 'wyze_duplicate_code_name';
32140
- } | {
32141
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32142
- message: string;
32143
- /** Indicates that this is an access code error. */
32144
- is_access_code_error: true;
32145
- /** Date and time at which Seam created the error. */
32146
- created_at?: string | undefined;
32147
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32148
- error_code: 'wyze_potential_duplicate_code';
32149
- } | {
32150
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32151
- message: string;
32152
- /** Indicates that this is an access code error. */
32153
- is_access_code_error: true;
32154
- /** Date and time at which Seam created the error. */
32155
- created_at?: string | undefined;
32156
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32157
- error_code: 'dormakaba_oracode_invalid_time_range';
32158
31048
  } | {
32159
31049
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32160
31050
  message: string;
@@ -32164,15 +31054,6 @@ type Routes = {
32164
31054
  created_at?: string | undefined;
32165
31055
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32166
31056
  error_code: 'insufficient_permissions';
32167
- } | {
32168
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32169
- message: string;
32170
- /** Indicates that this is an access code error. */
32171
- is_access_code_error: true;
32172
- /** Date and time at which Seam created the error. */
32173
- created_at?: string | undefined;
32174
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32175
- error_code: 'keynest_unsupported_third_party_locker';
32176
31057
  } | {
32177
31058
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32178
31059
  message: string;
@@ -32343,13 +31224,6 @@ type Routes = {
32343
31224
  created_at?: string | undefined;
32344
31225
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32345
31226
  warning_code: 'provider_issue';
32346
- } | {
32347
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32348
- message: string;
32349
- /** Date and time at which Seam created the warning. */
32350
- created_at?: string | undefined;
32351
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32352
- warning_code: 'smartthings_failed_to_set_access_code';
32353
31227
  } | {
32354
31228
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32355
31229
  message: string;
@@ -32357,13 +31231,6 @@ type Routes = {
32357
31231
  created_at?: string | undefined;
32358
31232
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32359
31233
  warning_code: 'schlage_detected_duplicate';
32360
- } | {
32361
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32362
- message: string;
32363
- /** Date and time at which Seam created the warning. */
32364
- created_at?: string | undefined;
32365
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32366
- warning_code: 'schlage_creation_outage';
32367
31234
  } | {
32368
31235
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32369
31236
  message: string;
@@ -32410,13 +31277,6 @@ type Routes = {
32410
31277
  created_at?: string | undefined;
32411
31278
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32412
31279
  warning_code: 'third_party_integration_detected';
32413
- } | {
32414
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32415
- message: string;
32416
- /** Date and time at which Seam created the warning. */
32417
- created_at?: string | undefined;
32418
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32419
- warning_code: 'august_lock_temporarily_offline';
32420
31280
  } | {
32421
31281
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32422
31282
  message: string;
@@ -32431,13 +31291,6 @@ type Routes = {
32431
31291
  created_at?: string | undefined;
32432
31292
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32433
31293
  warning_code: 'management_transferred';
32434
- } | {
32435
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32436
- message: string;
32437
- /** Date and time at which Seam created the warning. */
32438
- created_at?: string | undefined;
32439
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32440
- warning_code: 'kwikset_unable_to_confirm_code';
32441
31294
  } | {
32442
31295
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32443
31296
  message: string;
@@ -32445,13 +31298,6 @@ type Routes = {
32445
31298
  created_at?: string | undefined;
32446
31299
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32447
31300
  warning_code: 'access_code_inactive';
32448
- } | {
32449
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32450
- message: string;
32451
- /** Date and time at which Seam created the warning. */
32452
- created_at?: string | undefined;
32453
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32454
- warning_code: 'ultraloq_access_code_disabled';
32455
31301
  } | {
32456
31302
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32457
31303
  message: string;
@@ -32659,24 +31505,6 @@ type Routes = {
32659
31505
  created_at?: string | undefined;
32660
31506
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32661
31507
  error_code: 'provider_issue';
32662
- } | {
32663
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32664
- message: string;
32665
- /** Indicates that this is an access code error. */
32666
- is_access_code_error: true;
32667
- /** Date and time at which Seam created the error. */
32668
- created_at?: string | undefined;
32669
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32670
- error_code: 'smartthings_failed_to_set_access_code';
32671
- } | {
32672
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32673
- message: string;
32674
- /** Indicates that this is an access code error. */
32675
- is_access_code_error: true;
32676
- /** Date and time at which Seam created the error. */
32677
- created_at?: string | undefined;
32678
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32679
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
32680
31508
  } | {
32681
31509
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32682
31510
  message: string;
@@ -32735,24 +31563,6 @@ type Routes = {
32735
31563
  created_at?: string | undefined;
32736
31564
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32737
31565
  error_code: 'access_code_state_unconfirmed';
32738
- } | {
32739
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32740
- message: string;
32741
- /** Indicates that this is an access code error. */
32742
- is_access_code_error: true;
32743
- /** Date and time at which Seam created the error. */
32744
- created_at?: string | undefined;
32745
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32746
- error_code: 'kwikset_unable_to_confirm_code';
32747
- } | {
32748
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32749
- message: string;
32750
- /** Indicates that this is an access code error. */
32751
- is_access_code_error: true;
32752
- /** Date and time at which Seam created the error. */
32753
- created_at?: string | undefined;
32754
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32755
- error_code: 'kwikset_unable_to_confirm_deletion';
32756
31566
  } | {
32757
31567
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32758
31568
  message: string;
@@ -32773,33 +31583,6 @@ type Routes = {
32773
31583
  /** The new value of the field. */
32774
31584
  to: string | null;
32775
31585
  }[] | undefined;
32776
- } | {
32777
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32778
- message: string;
32779
- /** Indicates that this is an access code error. */
32780
- is_access_code_error: true;
32781
- /** Date and time at which Seam created the error. */
32782
- created_at?: string | undefined;
32783
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32784
- error_code: 'august_lock_invalid_code_length';
32785
- } | {
32786
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32787
- message: string;
32788
- /** Indicates that this is an access code error. */
32789
- is_access_code_error: true;
32790
- /** Date and time at which Seam created the error. */
32791
- created_at?: string | undefined;
32792
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32793
- error_code: 'august_lock_missing_keypad';
32794
- } | {
32795
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32796
- message: string;
32797
- /** Indicates that this is an access code error. */
32798
- is_access_code_error: true;
32799
- /** Date and time at which Seam created the error. */
32800
- created_at?: string | undefined;
32801
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32802
- error_code: 'august_lock_temporarily_offline';
32803
31586
  } | {
32804
31587
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32805
31588
  message: string;
@@ -32818,33 +31601,6 @@ type Routes = {
32818
31601
  created_at?: string | undefined;
32819
31602
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32820
31603
  error_code: 'salto_ks_user_not_subscribed';
32821
- } | {
32822
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32823
- message: string;
32824
- /** Indicates that this is an access code error. */
32825
- is_access_code_error: true;
32826
- /** Date and time at which Seam created the error. */
32827
- created_at?: string | undefined;
32828
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32829
- error_code: 'wyze_duplicate_code_name';
32830
- } | {
32831
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32832
- message: string;
32833
- /** Indicates that this is an access code error. */
32834
- is_access_code_error: true;
32835
- /** Date and time at which Seam created the error. */
32836
- created_at?: string | undefined;
32837
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32838
- error_code: 'wyze_potential_duplicate_code';
32839
- } | {
32840
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32841
- message: string;
32842
- /** Indicates that this is an access code error. */
32843
- is_access_code_error: true;
32844
- /** Date and time at which Seam created the error. */
32845
- created_at?: string | undefined;
32846
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32847
- error_code: 'dormakaba_oracode_invalid_time_range';
32848
31604
  } | {
32849
31605
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32850
31606
  message: string;
@@ -32854,15 +31610,6 @@ type Routes = {
32854
31610
  created_at?: string | undefined;
32855
31611
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32856
31612
  error_code: 'insufficient_permissions';
32857
- } | {
32858
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32859
- message: string;
32860
- /** Indicates that this is an access code error. */
32861
- is_access_code_error: true;
32862
- /** Date and time at which Seam created the error. */
32863
- created_at?: string | undefined;
32864
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32865
- error_code: 'keynest_unsupported_third_party_locker';
32866
31613
  } | {
32867
31614
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32868
31615
  message: string;
@@ -33033,13 +31780,6 @@ type Routes = {
33033
31780
  created_at?: string | undefined;
33034
31781
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33035
31782
  warning_code: 'provider_issue';
33036
- } | {
33037
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33038
- message: string;
33039
- /** Date and time at which Seam created the warning. */
33040
- created_at?: string | undefined;
33041
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33042
- warning_code: 'smartthings_failed_to_set_access_code';
33043
31783
  } | {
33044
31784
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33045
31785
  message: string;
@@ -33047,13 +31787,6 @@ type Routes = {
33047
31787
  created_at?: string | undefined;
33048
31788
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33049
31789
  warning_code: 'schlage_detected_duplicate';
33050
- } | {
33051
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33052
- message: string;
33053
- /** Date and time at which Seam created the warning. */
33054
- created_at?: string | undefined;
33055
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33056
- warning_code: 'schlage_creation_outage';
33057
31790
  } | {
33058
31791
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33059
31792
  message: string;
@@ -33100,13 +31833,6 @@ type Routes = {
33100
31833
  created_at?: string | undefined;
33101
31834
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33102
31835
  warning_code: 'third_party_integration_detected';
33103
- } | {
33104
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33105
- message: string;
33106
- /** Date and time at which Seam created the warning. */
33107
- created_at?: string | undefined;
33108
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
33109
- warning_code: 'august_lock_temporarily_offline';
33110
31836
  } | {
33111
31837
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33112
31838
  message: string;
@@ -33121,13 +31847,6 @@ type Routes = {
33121
31847
  created_at?: string | undefined;
33122
31848
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33123
31849
  warning_code: 'management_transferred';
33124
- } | {
33125
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33126
- message: string;
33127
- /** Date and time at which Seam created the warning. */
33128
- created_at?: string | undefined;
33129
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33130
- warning_code: 'kwikset_unable_to_confirm_code';
33131
31850
  } | {
33132
31851
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33133
31852
  message: string;
@@ -33135,13 +31854,6 @@ type Routes = {
33135
31854
  created_at?: string | undefined;
33136
31855
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33137
31856
  warning_code: 'access_code_inactive';
33138
- } | {
33139
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33140
- message: string;
33141
- /** Date and time at which Seam created the warning. */
33142
- created_at?: string | undefined;
33143
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
33144
- warning_code: 'ultraloq_access_code_disabled';
33145
31857
  } | {
33146
31858
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
33147
31859
  message: string;
@@ -35028,24 +33740,6 @@ type Routes = {
35028
33740
  created_at?: string | undefined;
35029
33741
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35030
33742
  error_code: 'provider_issue';
35031
- } | {
35032
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35033
- message: string;
35034
- /** Indicates that this is an access code error. */
35035
- is_access_code_error: true;
35036
- /** Date and time at which Seam created the error. */
35037
- created_at?: string | undefined;
35038
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35039
- error_code: 'smartthings_failed_to_set_access_code';
35040
- } | {
35041
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35042
- message: string;
35043
- /** Indicates that this is an access code error. */
35044
- is_access_code_error: true;
35045
- /** Date and time at which Seam created the error. */
35046
- created_at?: string | undefined;
35047
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35048
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
35049
33743
  } | {
35050
33744
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35051
33745
  message: string;
@@ -35104,24 +33798,6 @@ type Routes = {
35104
33798
  created_at?: string | undefined;
35105
33799
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35106
33800
  error_code: 'access_code_state_unconfirmed';
35107
- } | {
35108
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35109
- message: string;
35110
- /** Indicates that this is an access code error. */
35111
- is_access_code_error: true;
35112
- /** Date and time at which Seam created the error. */
35113
- created_at?: string | undefined;
35114
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35115
- error_code: 'kwikset_unable_to_confirm_code';
35116
- } | {
35117
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35118
- message: string;
35119
- /** Indicates that this is an access code error. */
35120
- is_access_code_error: true;
35121
- /** Date and time at which Seam created the error. */
35122
- created_at?: string | undefined;
35123
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35124
- error_code: 'kwikset_unable_to_confirm_deletion';
35125
33801
  } | {
35126
33802
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35127
33803
  message: string;
@@ -35142,33 +33818,6 @@ type Routes = {
35142
33818
  /** The new value of the field. */
35143
33819
  to: string | null;
35144
33820
  }[] | undefined;
35145
- } | {
35146
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35147
- message: string;
35148
- /** Indicates that this is an access code error. */
35149
- is_access_code_error: true;
35150
- /** Date and time at which Seam created the error. */
35151
- created_at?: string | undefined;
35152
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35153
- error_code: 'august_lock_invalid_code_length';
35154
- } | {
35155
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35156
- message: string;
35157
- /** Indicates that this is an access code error. */
35158
- is_access_code_error: true;
35159
- /** Date and time at which Seam created the error. */
35160
- created_at?: string | undefined;
35161
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35162
- error_code: 'august_lock_missing_keypad';
35163
- } | {
35164
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35165
- message: string;
35166
- /** Indicates that this is an access code error. */
35167
- is_access_code_error: true;
35168
- /** Date and time at which Seam created the error. */
35169
- created_at?: string | undefined;
35170
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35171
- error_code: 'august_lock_temporarily_offline';
35172
33821
  } | {
35173
33822
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35174
33823
  message: string;
@@ -35187,33 +33836,6 @@ type Routes = {
35187
33836
  created_at?: string | undefined;
35188
33837
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35189
33838
  error_code: 'salto_ks_user_not_subscribed';
35190
- } | {
35191
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35192
- message: string;
35193
- /** Indicates that this is an access code error. */
35194
- is_access_code_error: true;
35195
- /** Date and time at which Seam created the error. */
35196
- created_at?: string | undefined;
35197
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35198
- error_code: 'wyze_duplicate_code_name';
35199
- } | {
35200
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35201
- message: string;
35202
- /** Indicates that this is an access code error. */
35203
- is_access_code_error: true;
35204
- /** Date and time at which Seam created the error. */
35205
- created_at?: string | undefined;
35206
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35207
- error_code: 'wyze_potential_duplicate_code';
35208
- } | {
35209
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35210
- message: string;
35211
- /** Indicates that this is an access code error. */
35212
- is_access_code_error: true;
35213
- /** Date and time at which Seam created the error. */
35214
- created_at?: string | undefined;
35215
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35216
- error_code: 'dormakaba_oracode_invalid_time_range';
35217
33839
  } | {
35218
33840
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35219
33841
  message: string;
@@ -35223,15 +33845,6 @@ type Routes = {
35223
33845
  created_at?: string | undefined;
35224
33846
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35225
33847
  error_code: 'insufficient_permissions';
35226
- } | {
35227
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35228
- message: string;
35229
- /** Indicates that this is an access code error. */
35230
- is_access_code_error: true;
35231
- /** Date and time at which Seam created the error. */
35232
- created_at?: string | undefined;
35233
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35234
- error_code: 'keynest_unsupported_third_party_locker';
35235
33848
  } | {
35236
33849
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35237
33850
  message: string;
@@ -35402,13 +34015,6 @@ type Routes = {
35402
34015
  created_at?: string | undefined;
35403
34016
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35404
34017
  warning_code: 'provider_issue';
35405
- } | {
35406
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35407
- message: string;
35408
- /** Date and time at which Seam created the warning. */
35409
- created_at?: string | undefined;
35410
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35411
- warning_code: 'smartthings_failed_to_set_access_code';
35412
34018
  } | {
35413
34019
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35414
34020
  message: string;
@@ -35416,13 +34022,6 @@ type Routes = {
35416
34022
  created_at?: string | undefined;
35417
34023
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35418
34024
  warning_code: 'schlage_detected_duplicate';
35419
- } | {
35420
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35421
- message: string;
35422
- /** Date and time at which Seam created the warning. */
35423
- created_at?: string | undefined;
35424
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35425
- warning_code: 'schlage_creation_outage';
35426
34025
  } | {
35427
34026
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35428
34027
  message: string;
@@ -35469,13 +34068,6 @@ type Routes = {
35469
34068
  created_at?: string | undefined;
35470
34069
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35471
34070
  warning_code: 'third_party_integration_detected';
35472
- } | {
35473
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35474
- message: string;
35475
- /** Date and time at which Seam created the warning. */
35476
- created_at?: string | undefined;
35477
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35478
- warning_code: 'august_lock_temporarily_offline';
35479
34071
  } | {
35480
34072
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35481
34073
  message: string;
@@ -35490,13 +34082,6 @@ type Routes = {
35490
34082
  created_at?: string | undefined;
35491
34083
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35492
34084
  warning_code: 'management_transferred';
35493
- } | {
35494
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35495
- message: string;
35496
- /** Date and time at which Seam created the warning. */
35497
- created_at?: string | undefined;
35498
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35499
- warning_code: 'kwikset_unable_to_confirm_code';
35500
34085
  } | {
35501
34086
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35502
34087
  message: string;
@@ -35504,13 +34089,6 @@ type Routes = {
35504
34089
  created_at?: string | undefined;
35505
34090
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35506
34091
  warning_code: 'access_code_inactive';
35507
- } | {
35508
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35509
- message: string;
35510
- /** Date and time at which Seam created the warning. */
35511
- created_at?: string | undefined;
35512
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35513
- warning_code: 'ultraloq_access_code_disabled';
35514
34092
  } | {
35515
34093
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35516
34094
  message: string;
@@ -35764,24 +34342,6 @@ type Routes = {
35764
34342
  created_at?: string | undefined;
35765
34343
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35766
34344
  error_code: 'provider_issue';
35767
- } | {
35768
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35769
- message: string;
35770
- /** Indicates that this is an access code error. */
35771
- is_access_code_error: true;
35772
- /** Date and time at which Seam created the error. */
35773
- created_at?: string | undefined;
35774
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35775
- error_code: 'smartthings_failed_to_set_access_code';
35776
- } | {
35777
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35778
- message: string;
35779
- /** Indicates that this is an access code error. */
35780
- is_access_code_error: true;
35781
- /** Date and time at which Seam created the error. */
35782
- created_at?: string | undefined;
35783
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35784
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
35785
34345
  } | {
35786
34346
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35787
34347
  message: string;
@@ -35840,24 +34400,6 @@ type Routes = {
35840
34400
  created_at?: string | undefined;
35841
34401
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35842
34402
  error_code: 'access_code_state_unconfirmed';
35843
- } | {
35844
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35845
- message: string;
35846
- /** Indicates that this is an access code error. */
35847
- is_access_code_error: true;
35848
- /** Date and time at which Seam created the error. */
35849
- created_at?: string | undefined;
35850
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35851
- error_code: 'kwikset_unable_to_confirm_code';
35852
- } | {
35853
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35854
- message: string;
35855
- /** Indicates that this is an access code error. */
35856
- is_access_code_error: true;
35857
- /** Date and time at which Seam created the error. */
35858
- created_at?: string | undefined;
35859
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35860
- error_code: 'kwikset_unable_to_confirm_deletion';
35861
34403
  } | {
35862
34404
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35863
34405
  message: string;
@@ -35878,33 +34420,6 @@ type Routes = {
35878
34420
  /** The new value of the field. */
35879
34421
  to: string | null;
35880
34422
  }[] | undefined;
35881
- } | {
35882
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35883
- message: string;
35884
- /** Indicates that this is an access code error. */
35885
- is_access_code_error: true;
35886
- /** Date and time at which Seam created the error. */
35887
- created_at?: string | undefined;
35888
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35889
- error_code: 'august_lock_invalid_code_length';
35890
- } | {
35891
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35892
- message: string;
35893
- /** Indicates that this is an access code error. */
35894
- is_access_code_error: true;
35895
- /** Date and time at which Seam created the error. */
35896
- created_at?: string | undefined;
35897
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35898
- error_code: 'august_lock_missing_keypad';
35899
- } | {
35900
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35901
- message: string;
35902
- /** Indicates that this is an access code error. */
35903
- is_access_code_error: true;
35904
- /** Date and time at which Seam created the error. */
35905
- created_at?: string | undefined;
35906
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35907
- error_code: 'august_lock_temporarily_offline';
35908
34423
  } | {
35909
34424
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35910
34425
  message: string;
@@ -35923,33 +34438,6 @@ type Routes = {
35923
34438
  created_at?: string | undefined;
35924
34439
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35925
34440
  error_code: 'salto_ks_user_not_subscribed';
35926
- } | {
35927
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35928
- message: string;
35929
- /** Indicates that this is an access code error. */
35930
- is_access_code_error: true;
35931
- /** Date and time at which Seam created the error. */
35932
- created_at?: string | undefined;
35933
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35934
- error_code: 'wyze_duplicate_code_name';
35935
- } | {
35936
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35937
- message: string;
35938
- /** Indicates that this is an access code error. */
35939
- is_access_code_error: true;
35940
- /** Date and time at which Seam created the error. */
35941
- created_at?: string | undefined;
35942
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35943
- error_code: 'wyze_potential_duplicate_code';
35944
- } | {
35945
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35946
- message: string;
35947
- /** Indicates that this is an access code error. */
35948
- is_access_code_error: true;
35949
- /** Date and time at which Seam created the error. */
35950
- created_at?: string | undefined;
35951
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35952
- error_code: 'dormakaba_oracode_invalid_time_range';
35953
34441
  } | {
35954
34442
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35955
34443
  message: string;
@@ -35959,15 +34447,6 @@ type Routes = {
35959
34447
  created_at?: string | undefined;
35960
34448
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35961
34449
  error_code: 'insufficient_permissions';
35962
- } | {
35963
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35964
- message: string;
35965
- /** Indicates that this is an access code error. */
35966
- is_access_code_error: true;
35967
- /** Date and time at which Seam created the error. */
35968
- created_at?: string | undefined;
35969
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35970
- error_code: 'keynest_unsupported_third_party_locker';
35971
34450
  } | {
35972
34451
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35973
34452
  message: string;
@@ -36138,13 +34617,6 @@ type Routes = {
36138
34617
  created_at?: string | undefined;
36139
34618
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36140
34619
  warning_code: 'provider_issue';
36141
- } | {
36142
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36143
- message: string;
36144
- /** Date and time at which Seam created the warning. */
36145
- created_at?: string | undefined;
36146
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36147
- warning_code: 'smartthings_failed_to_set_access_code';
36148
34620
  } | {
36149
34621
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36150
34622
  message: string;
@@ -36152,13 +34624,6 @@ type Routes = {
36152
34624
  created_at?: string | undefined;
36153
34625
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36154
34626
  warning_code: 'schlage_detected_duplicate';
36155
- } | {
36156
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36157
- message: string;
36158
- /** Date and time at which Seam created the warning. */
36159
- created_at?: string | undefined;
36160
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36161
- warning_code: 'schlage_creation_outage';
36162
34627
  } | {
36163
34628
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36164
34629
  message: string;
@@ -36205,13 +34670,6 @@ type Routes = {
36205
34670
  created_at?: string | undefined;
36206
34671
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36207
34672
  warning_code: 'third_party_integration_detected';
36208
- } | {
36209
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36210
- message: string;
36211
- /** Date and time at which Seam created the warning. */
36212
- created_at?: string | undefined;
36213
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36214
- warning_code: 'august_lock_temporarily_offline';
36215
34673
  } | {
36216
34674
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36217
34675
  message: string;
@@ -36226,13 +34684,6 @@ type Routes = {
36226
34684
  created_at?: string | undefined;
36227
34685
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36228
34686
  warning_code: 'management_transferred';
36229
- } | {
36230
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36231
- message: string;
36232
- /** Date and time at which Seam created the warning. */
36233
- created_at?: string | undefined;
36234
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36235
- warning_code: 'kwikset_unable_to_confirm_code';
36236
34687
  } | {
36237
34688
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36238
34689
  message: string;
@@ -36240,13 +34691,6 @@ type Routes = {
36240
34691
  created_at?: string | undefined;
36241
34692
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36242
34693
  warning_code: 'access_code_inactive';
36243
- } | {
36244
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36245
- message: string;
36246
- /** Date and time at which Seam created the warning. */
36247
- created_at?: string | undefined;
36248
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36249
- warning_code: 'ultraloq_access_code_disabled';
36250
34694
  } | {
36251
34695
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36252
34696
  message: string;
@@ -36445,24 +34889,6 @@ type Routes = {
36445
34889
  created_at?: string | undefined;
36446
34890
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36447
34891
  error_code: 'provider_issue';
36448
- } | {
36449
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36450
- message: string;
36451
- /** Indicates that this is an access code error. */
36452
- is_access_code_error: true;
36453
- /** Date and time at which Seam created the error. */
36454
- created_at?: string | undefined;
36455
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36456
- error_code: 'smartthings_failed_to_set_access_code';
36457
- } | {
36458
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36459
- message: string;
36460
- /** Indicates that this is an access code error. */
36461
- is_access_code_error: true;
36462
- /** Date and time at which Seam created the error. */
36463
- created_at?: string | undefined;
36464
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36465
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
36466
34892
  } | {
36467
34893
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36468
34894
  message: string;
@@ -36521,24 +34947,6 @@ type Routes = {
36521
34947
  created_at?: string | undefined;
36522
34948
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36523
34949
  error_code: 'access_code_state_unconfirmed';
36524
- } | {
36525
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36526
- message: string;
36527
- /** Indicates that this is an access code error. */
36528
- is_access_code_error: true;
36529
- /** Date and time at which Seam created the error. */
36530
- created_at?: string | undefined;
36531
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36532
- error_code: 'kwikset_unable_to_confirm_code';
36533
- } | {
36534
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36535
- message: string;
36536
- /** Indicates that this is an access code error. */
36537
- is_access_code_error: true;
36538
- /** Date and time at which Seam created the error. */
36539
- created_at?: string | undefined;
36540
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36541
- error_code: 'kwikset_unable_to_confirm_deletion';
36542
34950
  } | {
36543
34951
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36544
34952
  message: string;
@@ -36559,33 +34967,6 @@ type Routes = {
36559
34967
  /** The new value of the field. */
36560
34968
  to: string | null;
36561
34969
  }[] | undefined;
36562
- } | {
36563
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36564
- message: string;
36565
- /** Indicates that this is an access code error. */
36566
- is_access_code_error: true;
36567
- /** Date and time at which Seam created the error. */
36568
- created_at?: string | undefined;
36569
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36570
- error_code: 'august_lock_invalid_code_length';
36571
- } | {
36572
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36573
- message: string;
36574
- /** Indicates that this is an access code error. */
36575
- is_access_code_error: true;
36576
- /** Date and time at which Seam created the error. */
36577
- created_at?: string | undefined;
36578
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36579
- error_code: 'august_lock_missing_keypad';
36580
- } | {
36581
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36582
- message: string;
36583
- /** Indicates that this is an access code error. */
36584
- is_access_code_error: true;
36585
- /** Date and time at which Seam created the error. */
36586
- created_at?: string | undefined;
36587
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36588
- error_code: 'august_lock_temporarily_offline';
36589
34970
  } | {
36590
34971
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36591
34972
  message: string;
@@ -36604,33 +34985,6 @@ type Routes = {
36604
34985
  created_at?: string | undefined;
36605
34986
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36606
34987
  error_code: 'salto_ks_user_not_subscribed';
36607
- } | {
36608
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36609
- message: string;
36610
- /** Indicates that this is an access code error. */
36611
- is_access_code_error: true;
36612
- /** Date and time at which Seam created the error. */
36613
- created_at?: string | undefined;
36614
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36615
- error_code: 'wyze_duplicate_code_name';
36616
- } | {
36617
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36618
- message: string;
36619
- /** Indicates that this is an access code error. */
36620
- is_access_code_error: true;
36621
- /** Date and time at which Seam created the error. */
36622
- created_at?: string | undefined;
36623
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36624
- error_code: 'wyze_potential_duplicate_code';
36625
- } | {
36626
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36627
- message: string;
36628
- /** Indicates that this is an access code error. */
36629
- is_access_code_error: true;
36630
- /** Date and time at which Seam created the error. */
36631
- created_at?: string | undefined;
36632
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36633
- error_code: 'dormakaba_oracode_invalid_time_range';
36634
34988
  } | {
36635
34989
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36636
34990
  message: string;
@@ -36640,15 +34994,6 @@ type Routes = {
36640
34994
  created_at?: string | undefined;
36641
34995
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36642
34996
  error_code: 'insufficient_permissions';
36643
- } | {
36644
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36645
- message: string;
36646
- /** Indicates that this is an access code error. */
36647
- is_access_code_error: true;
36648
- /** Date and time at which Seam created the error. */
36649
- created_at?: string | undefined;
36650
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36651
- error_code: 'keynest_unsupported_third_party_locker';
36652
34997
  } | {
36653
34998
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36654
34999
  message: string;
@@ -36819,13 +35164,6 @@ type Routes = {
36819
35164
  created_at?: string | undefined;
36820
35165
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36821
35166
  warning_code: 'provider_issue';
36822
- } | {
36823
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36824
- message: string;
36825
- /** Date and time at which Seam created the warning. */
36826
- created_at?: string | undefined;
36827
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36828
- warning_code: 'smartthings_failed_to_set_access_code';
36829
35167
  } | {
36830
35168
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36831
35169
  message: string;
@@ -36833,13 +35171,6 @@ type Routes = {
36833
35171
  created_at?: string | undefined;
36834
35172
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36835
35173
  warning_code: 'schlage_detected_duplicate';
36836
- } | {
36837
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36838
- message: string;
36839
- /** Date and time at which Seam created the warning. */
36840
- created_at?: string | undefined;
36841
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36842
- warning_code: 'schlage_creation_outage';
36843
35174
  } | {
36844
35175
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36845
35176
  message: string;
@@ -36886,13 +35217,6 @@ type Routes = {
36886
35217
  created_at?: string | undefined;
36887
35218
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36888
35219
  warning_code: 'third_party_integration_detected';
36889
- } | {
36890
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36891
- message: string;
36892
- /** Date and time at which Seam created the warning. */
36893
- created_at?: string | undefined;
36894
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36895
- warning_code: 'august_lock_temporarily_offline';
36896
35220
  } | {
36897
35221
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36898
35222
  message: string;
@@ -36907,13 +35231,6 @@ type Routes = {
36907
35231
  created_at?: string | undefined;
36908
35232
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36909
35233
  warning_code: 'management_transferred';
36910
- } | {
36911
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36912
- message: string;
36913
- /** Date and time at which Seam created the warning. */
36914
- created_at?: string | undefined;
36915
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36916
- warning_code: 'kwikset_unable_to_confirm_code';
36917
35234
  } | {
36918
35235
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36919
35236
  message: string;
@@ -36921,13 +35238,6 @@ type Routes = {
36921
35238
  created_at?: string | undefined;
36922
35239
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36923
35240
  warning_code: 'access_code_inactive';
36924
- } | {
36925
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36926
- message: string;
36927
- /** Date and time at which Seam created the warning. */
36928
- created_at?: string | undefined;
36929
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36930
- warning_code: 'ultraloq_access_code_disabled';
36931
35241
  } | {
36932
35242
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36933
35243
  message: string;
@@ -37103,24 +35413,6 @@ type Routes = {
37103
35413
  created_at?: string | undefined;
37104
35414
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37105
35415
  error_code: 'provider_issue';
37106
- } | {
37107
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37108
- message: string;
37109
- /** Indicates that this is an access code error. */
37110
- is_access_code_error: true;
37111
- /** Date and time at which Seam created the error. */
37112
- created_at?: string | undefined;
37113
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37114
- error_code: 'smartthings_failed_to_set_access_code';
37115
- } | {
37116
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37117
- message: string;
37118
- /** Indicates that this is an access code error. */
37119
- is_access_code_error: true;
37120
- /** Date and time at which Seam created the error. */
37121
- created_at?: string | undefined;
37122
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37123
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
37124
35416
  } | {
37125
35417
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37126
35418
  message: string;
@@ -37179,24 +35471,6 @@ type Routes = {
37179
35471
  created_at?: string | undefined;
37180
35472
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37181
35473
  error_code: 'access_code_state_unconfirmed';
37182
- } | {
37183
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37184
- message: string;
37185
- /** Indicates that this is an access code error. */
37186
- is_access_code_error: true;
37187
- /** Date and time at which Seam created the error. */
37188
- created_at?: string | undefined;
37189
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37190
- error_code: 'kwikset_unable_to_confirm_code';
37191
- } | {
37192
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37193
- message: string;
37194
- /** Indicates that this is an access code error. */
37195
- is_access_code_error: true;
37196
- /** Date and time at which Seam created the error. */
37197
- created_at?: string | undefined;
37198
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37199
- error_code: 'kwikset_unable_to_confirm_deletion';
37200
35474
  } | {
37201
35475
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37202
35476
  message: string;
@@ -37217,33 +35491,6 @@ type Routes = {
37217
35491
  /** The new value of the field. */
37218
35492
  to: string | null;
37219
35493
  }[] | undefined;
37220
- } | {
37221
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37222
- message: string;
37223
- /** Indicates that this is an access code error. */
37224
- is_access_code_error: true;
37225
- /** Date and time at which Seam created the error. */
37226
- created_at?: string | undefined;
37227
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37228
- error_code: 'august_lock_invalid_code_length';
37229
- } | {
37230
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37231
- message: string;
37232
- /** Indicates that this is an access code error. */
37233
- is_access_code_error: true;
37234
- /** Date and time at which Seam created the error. */
37235
- created_at?: string | undefined;
37236
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37237
- error_code: 'august_lock_missing_keypad';
37238
- } | {
37239
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37240
- message: string;
37241
- /** Indicates that this is an access code error. */
37242
- is_access_code_error: true;
37243
- /** Date and time at which Seam created the error. */
37244
- created_at?: string | undefined;
37245
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37246
- error_code: 'august_lock_temporarily_offline';
37247
35494
  } | {
37248
35495
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37249
35496
  message: string;
@@ -37262,33 +35509,6 @@ type Routes = {
37262
35509
  created_at?: string | undefined;
37263
35510
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37264
35511
  error_code: 'salto_ks_user_not_subscribed';
37265
- } | {
37266
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37267
- message: string;
37268
- /** Indicates that this is an access code error. */
37269
- is_access_code_error: true;
37270
- /** Date and time at which Seam created the error. */
37271
- created_at?: string | undefined;
37272
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37273
- error_code: 'wyze_duplicate_code_name';
37274
- } | {
37275
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37276
- message: string;
37277
- /** Indicates that this is an access code error. */
37278
- is_access_code_error: true;
37279
- /** Date and time at which Seam created the error. */
37280
- created_at?: string | undefined;
37281
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37282
- error_code: 'wyze_potential_duplicate_code';
37283
- } | {
37284
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37285
- message: string;
37286
- /** Indicates that this is an access code error. */
37287
- is_access_code_error: true;
37288
- /** Date and time at which Seam created the error. */
37289
- created_at?: string | undefined;
37290
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37291
- error_code: 'dormakaba_oracode_invalid_time_range';
37292
35512
  } | {
37293
35513
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37294
35514
  message: string;
@@ -37298,15 +35518,6 @@ type Routes = {
37298
35518
  created_at?: string | undefined;
37299
35519
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37300
35520
  error_code: 'insufficient_permissions';
37301
- } | {
37302
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37303
- message: string;
37304
- /** Indicates that this is an access code error. */
37305
- is_access_code_error: true;
37306
- /** Date and time at which Seam created the error. */
37307
- created_at?: string | undefined;
37308
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37309
- error_code: 'keynest_unsupported_third_party_locker';
37310
35521
  } | {
37311
35522
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37312
35523
  message: string;
@@ -37477,13 +35688,6 @@ type Routes = {
37477
35688
  created_at?: string | undefined;
37478
35689
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37479
35690
  warning_code: 'provider_issue';
37480
- } | {
37481
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37482
- message: string;
37483
- /** Date and time at which Seam created the warning. */
37484
- created_at?: string | undefined;
37485
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37486
- warning_code: 'smartthings_failed_to_set_access_code';
37487
35691
  } | {
37488
35692
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37489
35693
  message: string;
@@ -37491,13 +35695,6 @@ type Routes = {
37491
35695
  created_at?: string | undefined;
37492
35696
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37493
35697
  warning_code: 'schlage_detected_duplicate';
37494
- } | {
37495
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37496
- message: string;
37497
- /** Date and time at which Seam created the warning. */
37498
- created_at?: string | undefined;
37499
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37500
- warning_code: 'schlage_creation_outage';
37501
35698
  } | {
37502
35699
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37503
35700
  message: string;
@@ -37544,13 +35741,6 @@ type Routes = {
37544
35741
  created_at?: string | undefined;
37545
35742
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37546
35743
  warning_code: 'third_party_integration_detected';
37547
- } | {
37548
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37549
- message: string;
37550
- /** Date and time at which Seam created the warning. */
37551
- created_at?: string | undefined;
37552
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37553
- warning_code: 'august_lock_temporarily_offline';
37554
35744
  } | {
37555
35745
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37556
35746
  message: string;
@@ -37565,13 +35755,6 @@ type Routes = {
37565
35755
  created_at?: string | undefined;
37566
35756
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37567
35757
  warning_code: 'management_transferred';
37568
- } | {
37569
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37570
- message: string;
37571
- /** Date and time at which Seam created the warning. */
37572
- created_at?: string | undefined;
37573
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37574
- warning_code: 'kwikset_unable_to_confirm_code';
37575
35758
  } | {
37576
35759
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37577
35760
  message: string;
@@ -37579,13 +35762,6 @@ type Routes = {
37579
35762
  created_at?: string | undefined;
37580
35763
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37581
35764
  warning_code: 'access_code_inactive';
37582
- } | {
37583
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37584
- message: string;
37585
- /** Date and time at which Seam created the warning. */
37586
- created_at?: string | undefined;
37587
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
37588
- warning_code: 'ultraloq_access_code_disabled';
37589
35765
  } | {
37590
35766
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
37591
35767
  message: string;
@@ -37794,24 +35970,6 @@ type Routes = {
37794
35970
  created_at?: string | undefined;
37795
35971
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37796
35972
  error_code: 'provider_issue';
37797
- } | {
37798
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37799
- message: string;
37800
- /** Indicates that this is an access code error. */
37801
- is_access_code_error: true;
37802
- /** Date and time at which Seam created the error. */
37803
- created_at?: string | undefined;
37804
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37805
- error_code: 'smartthings_failed_to_set_access_code';
37806
- } | {
37807
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37808
- message: string;
37809
- /** Indicates that this is an access code error. */
37810
- is_access_code_error: true;
37811
- /** Date and time at which Seam created the error. */
37812
- created_at?: string | undefined;
37813
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37814
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
37815
35973
  } | {
37816
35974
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37817
35975
  message: string;
@@ -37870,24 +36028,6 @@ type Routes = {
37870
36028
  created_at?: string | undefined;
37871
36029
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37872
36030
  error_code: 'access_code_state_unconfirmed';
37873
- } | {
37874
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37875
- message: string;
37876
- /** Indicates that this is an access code error. */
37877
- is_access_code_error: true;
37878
- /** Date and time at which Seam created the error. */
37879
- created_at?: string | undefined;
37880
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37881
- error_code: 'kwikset_unable_to_confirm_code';
37882
- } | {
37883
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37884
- message: string;
37885
- /** Indicates that this is an access code error. */
37886
- is_access_code_error: true;
37887
- /** Date and time at which Seam created the error. */
37888
- created_at?: string | undefined;
37889
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37890
- error_code: 'kwikset_unable_to_confirm_deletion';
37891
36031
  } | {
37892
36032
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37893
36033
  message: string;
@@ -37908,33 +36048,6 @@ type Routes = {
37908
36048
  /** The new value of the field. */
37909
36049
  to: string | null;
37910
36050
  }[] | undefined;
37911
- } | {
37912
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37913
- message: string;
37914
- /** Indicates that this is an access code error. */
37915
- is_access_code_error: true;
37916
- /** Date and time at which Seam created the error. */
37917
- created_at?: string | undefined;
37918
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37919
- error_code: 'august_lock_invalid_code_length';
37920
- } | {
37921
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37922
- message: string;
37923
- /** Indicates that this is an access code error. */
37924
- is_access_code_error: true;
37925
- /** Date and time at which Seam created the error. */
37926
- created_at?: string | undefined;
37927
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37928
- error_code: 'august_lock_missing_keypad';
37929
- } | {
37930
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37931
- message: string;
37932
- /** Indicates that this is an access code error. */
37933
- is_access_code_error: true;
37934
- /** Date and time at which Seam created the error. */
37935
- created_at?: string | undefined;
37936
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37937
- error_code: 'august_lock_temporarily_offline';
37938
36051
  } | {
37939
36052
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37940
36053
  message: string;
@@ -37953,33 +36066,6 @@ type Routes = {
37953
36066
  created_at?: string | undefined;
37954
36067
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37955
36068
  error_code: 'salto_ks_user_not_subscribed';
37956
- } | {
37957
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37958
- message: string;
37959
- /** Indicates that this is an access code error. */
37960
- is_access_code_error: true;
37961
- /** Date and time at which Seam created the error. */
37962
- created_at?: string | undefined;
37963
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37964
- error_code: 'wyze_duplicate_code_name';
37965
- } | {
37966
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37967
- message: string;
37968
- /** Indicates that this is an access code error. */
37969
- is_access_code_error: true;
37970
- /** Date and time at which Seam created the error. */
37971
- created_at?: string | undefined;
37972
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37973
- error_code: 'wyze_potential_duplicate_code';
37974
- } | {
37975
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37976
- message: string;
37977
- /** Indicates that this is an access code error. */
37978
- is_access_code_error: true;
37979
- /** Date and time at which Seam created the error. */
37980
- created_at?: string | undefined;
37981
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37982
- error_code: 'dormakaba_oracode_invalid_time_range';
37983
36069
  } | {
37984
36070
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37985
36071
  message: string;
@@ -37989,15 +36075,6 @@ type Routes = {
37989
36075
  created_at?: string | undefined;
37990
36076
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
37991
36077
  error_code: 'insufficient_permissions';
37992
- } | {
37993
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
37994
- message: string;
37995
- /** Indicates that this is an access code error. */
37996
- is_access_code_error: true;
37997
- /** Date and time at which Seam created the error. */
37998
- created_at?: string | undefined;
37999
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38000
- error_code: 'keynest_unsupported_third_party_locker';
38001
36078
  } | {
38002
36079
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38003
36080
  message: string;
@@ -38168,13 +36245,6 @@ type Routes = {
38168
36245
  created_at?: string | undefined;
38169
36246
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38170
36247
  warning_code: 'provider_issue';
38171
- } | {
38172
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38173
- message: string;
38174
- /** Date and time at which Seam created the warning. */
38175
- created_at?: string | undefined;
38176
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38177
- warning_code: 'smartthings_failed_to_set_access_code';
38178
36248
  } | {
38179
36249
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38180
36250
  message: string;
@@ -38182,13 +36252,6 @@ type Routes = {
38182
36252
  created_at?: string | undefined;
38183
36253
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38184
36254
  warning_code: 'schlage_detected_duplicate';
38185
- } | {
38186
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38187
- message: string;
38188
- /** Date and time at which Seam created the warning. */
38189
- created_at?: string | undefined;
38190
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38191
- warning_code: 'schlage_creation_outage';
38192
36255
  } | {
38193
36256
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38194
36257
  message: string;
@@ -38235,13 +36298,6 @@ type Routes = {
38235
36298
  created_at?: string | undefined;
38236
36299
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38237
36300
  warning_code: 'third_party_integration_detected';
38238
- } | {
38239
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38240
- message: string;
38241
- /** Date and time at which Seam created the warning. */
38242
- created_at?: string | undefined;
38243
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38244
- warning_code: 'august_lock_temporarily_offline';
38245
36301
  } | {
38246
36302
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38247
36303
  message: string;
@@ -38256,13 +36312,6 @@ type Routes = {
38256
36312
  created_at?: string | undefined;
38257
36313
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38258
36314
  warning_code: 'management_transferred';
38259
- } | {
38260
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38261
- message: string;
38262
- /** Date and time at which Seam created the warning. */
38263
- created_at?: string | undefined;
38264
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38265
- warning_code: 'kwikset_unable_to_confirm_code';
38266
36315
  } | {
38267
36316
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38268
36317
  message: string;
@@ -38270,13 +36319,6 @@ type Routes = {
38270
36319
  created_at?: string | undefined;
38271
36320
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38272
36321
  warning_code: 'access_code_inactive';
38273
- } | {
38274
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38275
- message: string;
38276
- /** Date and time at which Seam created the warning. */
38277
- created_at?: string | undefined;
38278
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38279
- warning_code: 'ultraloq_access_code_disabled';
38280
36322
  } | {
38281
36323
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38282
36324
  message: string;
@@ -40072,24 +38114,6 @@ type Routes = {
40072
38114
  created_at?: string | undefined;
40073
38115
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40074
38116
  error_code: 'provider_issue';
40075
- } | {
40076
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40077
- message: string;
40078
- /** Indicates that this is an access code error. */
40079
- is_access_code_error: true;
40080
- /** Date and time at which Seam created the error. */
40081
- created_at?: string | undefined;
40082
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40083
- error_code: 'smartthings_failed_to_set_access_code';
40084
- } | {
40085
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40086
- message: string;
40087
- /** Indicates that this is an access code error. */
40088
- is_access_code_error: true;
40089
- /** Date and time at which Seam created the error. */
40090
- created_at?: string | undefined;
40091
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40092
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
40093
38117
  } | {
40094
38118
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40095
38119
  message: string;
@@ -40148,24 +38172,6 @@ type Routes = {
40148
38172
  created_at?: string | undefined;
40149
38173
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40150
38174
  error_code: 'access_code_state_unconfirmed';
40151
- } | {
40152
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40153
- message: string;
40154
- /** Indicates that this is an access code error. */
40155
- is_access_code_error: true;
40156
- /** Date and time at which Seam created the error. */
40157
- created_at?: string | undefined;
40158
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40159
- error_code: 'kwikset_unable_to_confirm_code';
40160
- } | {
40161
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40162
- message: string;
40163
- /** Indicates that this is an access code error. */
40164
- is_access_code_error: true;
40165
- /** Date and time at which Seam created the error. */
40166
- created_at?: string | undefined;
40167
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40168
- error_code: 'kwikset_unable_to_confirm_deletion';
40169
38175
  } | {
40170
38176
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40171
38177
  message: string;
@@ -40186,33 +38192,6 @@ type Routes = {
40186
38192
  /** The new value of the field. */
40187
38193
  to: string | null;
40188
38194
  }[] | undefined;
40189
- } | {
40190
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40191
- message: string;
40192
- /** Indicates that this is an access code error. */
40193
- is_access_code_error: true;
40194
- /** Date and time at which Seam created the error. */
40195
- created_at?: string | undefined;
40196
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40197
- error_code: 'august_lock_invalid_code_length';
40198
- } | {
40199
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40200
- message: string;
40201
- /** Indicates that this is an access code error. */
40202
- is_access_code_error: true;
40203
- /** Date and time at which Seam created the error. */
40204
- created_at?: string | undefined;
40205
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40206
- error_code: 'august_lock_missing_keypad';
40207
- } | {
40208
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40209
- message: string;
40210
- /** Indicates that this is an access code error. */
40211
- is_access_code_error: true;
40212
- /** Date and time at which Seam created the error. */
40213
- created_at?: string | undefined;
40214
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40215
- error_code: 'august_lock_temporarily_offline';
40216
38195
  } | {
40217
38196
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40218
38197
  message: string;
@@ -40231,33 +38210,6 @@ type Routes = {
40231
38210
  created_at?: string | undefined;
40232
38211
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40233
38212
  error_code: 'salto_ks_user_not_subscribed';
40234
- } | {
40235
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40236
- message: string;
40237
- /** Indicates that this is an access code error. */
40238
- is_access_code_error: true;
40239
- /** Date and time at which Seam created the error. */
40240
- created_at?: string | undefined;
40241
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40242
- error_code: 'wyze_duplicate_code_name';
40243
- } | {
40244
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40245
- message: string;
40246
- /** Indicates that this is an access code error. */
40247
- is_access_code_error: true;
40248
- /** Date and time at which Seam created the error. */
40249
- created_at?: string | undefined;
40250
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40251
- error_code: 'wyze_potential_duplicate_code';
40252
- } | {
40253
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40254
- message: string;
40255
- /** Indicates that this is an access code error. */
40256
- is_access_code_error: true;
40257
- /** Date and time at which Seam created the error. */
40258
- created_at?: string | undefined;
40259
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40260
- error_code: 'dormakaba_oracode_invalid_time_range';
40261
38213
  } | {
40262
38214
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40263
38215
  message: string;
@@ -40267,15 +38219,6 @@ type Routes = {
40267
38219
  created_at?: string | undefined;
40268
38220
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40269
38221
  error_code: 'insufficient_permissions';
40270
- } | {
40271
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40272
- message: string;
40273
- /** Indicates that this is an access code error. */
40274
- is_access_code_error: true;
40275
- /** Date and time at which Seam created the error. */
40276
- created_at?: string | undefined;
40277
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40278
- error_code: 'keynest_unsupported_third_party_locker';
40279
38222
  } | {
40280
38223
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40281
38224
  message: string;
@@ -40446,13 +38389,6 @@ type Routes = {
40446
38389
  created_at?: string | undefined;
40447
38390
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40448
38391
  warning_code: 'provider_issue';
40449
- } | {
40450
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40451
- message: string;
40452
- /** Date and time at which Seam created the warning. */
40453
- created_at?: string | undefined;
40454
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40455
- warning_code: 'smartthings_failed_to_set_access_code';
40456
38392
  } | {
40457
38393
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40458
38394
  message: string;
@@ -40460,13 +38396,6 @@ type Routes = {
40460
38396
  created_at?: string | undefined;
40461
38397
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40462
38398
  warning_code: 'schlage_detected_duplicate';
40463
- } | {
40464
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40465
- message: string;
40466
- /** Date and time at which Seam created the warning. */
40467
- created_at?: string | undefined;
40468
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40469
- warning_code: 'schlage_creation_outage';
40470
38399
  } | {
40471
38400
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40472
38401
  message: string;
@@ -40513,13 +38442,6 @@ type Routes = {
40513
38442
  created_at?: string | undefined;
40514
38443
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40515
38444
  warning_code: 'third_party_integration_detected';
40516
- } | {
40517
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40518
- message: string;
40519
- /** Date and time at which Seam created the warning. */
40520
- created_at?: string | undefined;
40521
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40522
- warning_code: 'august_lock_temporarily_offline';
40523
38445
  } | {
40524
38446
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40525
38447
  message: string;
@@ -40534,13 +38456,6 @@ type Routes = {
40534
38456
  created_at?: string | undefined;
40535
38457
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40536
38458
  warning_code: 'management_transferred';
40537
- } | {
40538
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40539
- message: string;
40540
- /** Date and time at which Seam created the warning. */
40541
- created_at?: string | undefined;
40542
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40543
- warning_code: 'kwikset_unable_to_confirm_code';
40544
38459
  } | {
40545
38460
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40546
38461
  message: string;
@@ -40548,13 +38463,6 @@ type Routes = {
40548
38463
  created_at?: string | undefined;
40549
38464
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40550
38465
  warning_code: 'access_code_inactive';
40551
- } | {
40552
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40553
- message: string;
40554
- /** Date and time at which Seam created the warning. */
40555
- created_at?: string | undefined;
40556
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40557
- warning_code: 'ultraloq_access_code_disabled';
40558
38466
  } | {
40559
38467
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40560
38468
  message: string;
@@ -40649,24 +38557,6 @@ type Routes = {
40649
38557
  created_at?: string | undefined;
40650
38558
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40651
38559
  error_code: 'provider_issue';
40652
- } | {
40653
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40654
- message: string;
40655
- /** Indicates that this is an access code error. */
40656
- is_access_code_error: true;
40657
- /** Date and time at which Seam created the error. */
40658
- created_at?: string | undefined;
40659
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40660
- error_code: 'smartthings_failed_to_set_access_code';
40661
- } | {
40662
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40663
- message: string;
40664
- /** Indicates that this is an access code error. */
40665
- is_access_code_error: true;
40666
- /** Date and time at which Seam created the error. */
40667
- created_at?: string | undefined;
40668
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40669
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
40670
38560
  } | {
40671
38561
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40672
38562
  message: string;
@@ -40725,24 +38615,6 @@ type Routes = {
40725
38615
  created_at?: string | undefined;
40726
38616
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40727
38617
  error_code: 'access_code_state_unconfirmed';
40728
- } | {
40729
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40730
- message: string;
40731
- /** Indicates that this is an access code error. */
40732
- is_access_code_error: true;
40733
- /** Date and time at which Seam created the error. */
40734
- created_at?: string | undefined;
40735
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40736
- error_code: 'kwikset_unable_to_confirm_code';
40737
- } | {
40738
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40739
- message: string;
40740
- /** Indicates that this is an access code error. */
40741
- is_access_code_error: true;
40742
- /** Date and time at which Seam created the error. */
40743
- created_at?: string | undefined;
40744
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40745
- error_code: 'kwikset_unable_to_confirm_deletion';
40746
38618
  } | {
40747
38619
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40748
38620
  message: string;
@@ -40763,33 +38635,6 @@ type Routes = {
40763
38635
  /** The new value of the field. */
40764
38636
  to: string | null;
40765
38637
  }[] | undefined;
40766
- } | {
40767
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40768
- message: string;
40769
- /** Indicates that this is an access code error. */
40770
- is_access_code_error: true;
40771
- /** Date and time at which Seam created the error. */
40772
- created_at?: string | undefined;
40773
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40774
- error_code: 'august_lock_invalid_code_length';
40775
- } | {
40776
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40777
- message: string;
40778
- /** Indicates that this is an access code error. */
40779
- is_access_code_error: true;
40780
- /** Date and time at which Seam created the error. */
40781
- created_at?: string | undefined;
40782
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40783
- error_code: 'august_lock_missing_keypad';
40784
- } | {
40785
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40786
- message: string;
40787
- /** Indicates that this is an access code error. */
40788
- is_access_code_error: true;
40789
- /** Date and time at which Seam created the error. */
40790
- created_at?: string | undefined;
40791
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40792
- error_code: 'august_lock_temporarily_offline';
40793
38638
  } | {
40794
38639
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40795
38640
  message: string;
@@ -40808,33 +38653,6 @@ type Routes = {
40808
38653
  created_at?: string | undefined;
40809
38654
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40810
38655
  error_code: 'salto_ks_user_not_subscribed';
40811
- } | {
40812
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40813
- message: string;
40814
- /** Indicates that this is an access code error. */
40815
- is_access_code_error: true;
40816
- /** Date and time at which Seam created the error. */
40817
- created_at?: string | undefined;
40818
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40819
- error_code: 'wyze_duplicate_code_name';
40820
- } | {
40821
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40822
- message: string;
40823
- /** Indicates that this is an access code error. */
40824
- is_access_code_error: true;
40825
- /** Date and time at which Seam created the error. */
40826
- created_at?: string | undefined;
40827
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40828
- error_code: 'wyze_potential_duplicate_code';
40829
- } | {
40830
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40831
- message: string;
40832
- /** Indicates that this is an access code error. */
40833
- is_access_code_error: true;
40834
- /** Date and time at which Seam created the error. */
40835
- created_at?: string | undefined;
40836
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40837
- error_code: 'dormakaba_oracode_invalid_time_range';
40838
38656
  } | {
40839
38657
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40840
38658
  message: string;
@@ -40844,15 +38662,6 @@ type Routes = {
40844
38662
  created_at?: string | undefined;
40845
38663
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40846
38664
  error_code: 'insufficient_permissions';
40847
- } | {
40848
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40849
- message: string;
40850
- /** Indicates that this is an access code error. */
40851
- is_access_code_error: true;
40852
- /** Date and time at which Seam created the error. */
40853
- created_at?: string | undefined;
40854
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40855
- error_code: 'keynest_unsupported_third_party_locker';
40856
38665
  } | {
40857
38666
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40858
38667
  message: string;
@@ -41023,13 +38832,6 @@ type Routes = {
41023
38832
  created_at?: string | undefined;
41024
38833
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41025
38834
  warning_code: 'provider_issue';
41026
- } | {
41027
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41028
- message: string;
41029
- /** Date and time at which Seam created the warning. */
41030
- created_at?: string | undefined;
41031
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41032
- warning_code: 'smartthings_failed_to_set_access_code';
41033
38835
  } | {
41034
38836
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41035
38837
  message: string;
@@ -41037,13 +38839,6 @@ type Routes = {
41037
38839
  created_at?: string | undefined;
41038
38840
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41039
38841
  warning_code: 'schlage_detected_duplicate';
41040
- } | {
41041
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41042
- message: string;
41043
- /** Date and time at which Seam created the warning. */
41044
- created_at?: string | undefined;
41045
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41046
- warning_code: 'schlage_creation_outage';
41047
38842
  } | {
41048
38843
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41049
38844
  message: string;
@@ -41090,13 +38885,6 @@ type Routes = {
41090
38885
  created_at?: string | undefined;
41091
38886
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41092
38887
  warning_code: 'third_party_integration_detected';
41093
- } | {
41094
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41095
- message: string;
41096
- /** Date and time at which Seam created the warning. */
41097
- created_at?: string | undefined;
41098
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
41099
- warning_code: 'august_lock_temporarily_offline';
41100
38888
  } | {
41101
38889
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41102
38890
  message: string;
@@ -41111,13 +38899,6 @@ type Routes = {
41111
38899
  created_at?: string | undefined;
41112
38900
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41113
38901
  warning_code: 'management_transferred';
41114
- } | {
41115
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41116
- message: string;
41117
- /** Date and time at which Seam created the warning. */
41118
- created_at?: string | undefined;
41119
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41120
- warning_code: 'kwikset_unable_to_confirm_code';
41121
38902
  } | {
41122
38903
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41123
38904
  message: string;
@@ -41125,13 +38906,6 @@ type Routes = {
41125
38906
  created_at?: string | undefined;
41126
38907
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41127
38908
  warning_code: 'access_code_inactive';
41128
- } | {
41129
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41130
- message: string;
41131
- /** Date and time at which Seam created the warning. */
41132
- created_at?: string | undefined;
41133
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
41134
- warning_code: 'ultraloq_access_code_disabled';
41135
38909
  } | {
41136
38910
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
41137
38911
  message: string;
@@ -138961,6 +136735,11 @@ type Routes = {
138961
136735
  font_family?: string | undefined;
138962
136736
  mono_font_family?: string | undefined;
138963
136737
  } | undefined;
136738
+ message_overrides?: {
136739
+ [x: string]: {
136740
+ [x: string]: string;
136741
+ };
136742
+ } | undefined;
138964
136743
  };
138965
136744
  commonParams: {};
138966
136745
  formData: {};
@@ -138982,6 +136761,11 @@ type Routes = {
138982
136761
  font_family?: string | undefined;
138983
136762
  mono_font_family?: string | undefined;
138984
136763
  } | undefined;
136764
+ message_overrides?: {
136765
+ [x: string]: {
136766
+ [x: string]: string;
136767
+ };
136768
+ } | undefined;
138985
136769
  };
138986
136770
  };
138987
136771
  maxDuration: undefined;
@@ -139013,6 +136797,11 @@ type Routes = {
139013
136797
  font_family?: string | undefined;
139014
136798
  mono_font_family?: string | undefined;
139015
136799
  } | undefined;
136800
+ message_overrides?: {
136801
+ [x: string]: {
136802
+ [x: string]: string;
136803
+ };
136804
+ } | undefined;
139016
136805
  };
139017
136806
  };
139018
136807
  maxDuration: undefined;
@@ -139044,6 +136833,11 @@ type Routes = {
139044
136833
  font_family?: string | undefined;
139045
136834
  mono_font_family?: string | undefined;
139046
136835
  } | undefined;
136836
+ message_overrides?: {
136837
+ [x: string]: {
136838
+ [x: string]: string;
136839
+ };
136840
+ } | undefined;
139047
136841
  }[];
139048
136842
  };
139049
136843
  maxDuration: undefined;
@@ -139065,6 +136859,11 @@ type Routes = {
139065
136859
  font_family?: string | undefined;
139066
136860
  mono_font_family?: string | undefined;
139067
136861
  } | undefined) | null;
136862
+ message_overrides?: ({
136863
+ [x: string]: {
136864
+ [x: string]: string;
136865
+ };
136866
+ } | undefined) | null;
139068
136867
  };
139069
136868
  commonParams: {};
139070
136869
  formData: {};
@@ -147519,24 +145318,6 @@ type Routes = {
147519
145318
  created_at?: string | undefined;
147520
145319
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147521
145320
  error_code: 'provider_issue';
147522
- } | {
147523
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147524
- message: string;
147525
- /** Indicates that this is an access code error. */
147526
- is_access_code_error: true;
147527
- /** Date and time at which Seam created the error. */
147528
- created_at?: string | undefined;
147529
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147530
- error_code: 'smartthings_failed_to_set_access_code';
147531
- } | {
147532
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147533
- message: string;
147534
- /** Indicates that this is an access code error. */
147535
- is_access_code_error: true;
147536
- /** Date and time at which Seam created the error. */
147537
- created_at?: string | undefined;
147538
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147539
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
147540
145321
  } | {
147541
145322
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147542
145323
  message: string;
@@ -147595,24 +145376,6 @@ type Routes = {
147595
145376
  created_at?: string | undefined;
147596
145377
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147597
145378
  error_code: 'access_code_state_unconfirmed';
147598
- } | {
147599
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147600
- message: string;
147601
- /** Indicates that this is an access code error. */
147602
- is_access_code_error: true;
147603
- /** Date and time at which Seam created the error. */
147604
- created_at?: string | undefined;
147605
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147606
- error_code: 'kwikset_unable_to_confirm_code';
147607
- } | {
147608
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147609
- message: string;
147610
- /** Indicates that this is an access code error. */
147611
- is_access_code_error: true;
147612
- /** Date and time at which Seam created the error. */
147613
- created_at?: string | undefined;
147614
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147615
- error_code: 'kwikset_unable_to_confirm_deletion';
147616
145379
  } | {
147617
145380
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147618
145381
  message: string;
@@ -147633,33 +145396,6 @@ type Routes = {
147633
145396
  /** The new value of the field. */
147634
145397
  to: string | null;
147635
145398
  }[] | undefined;
147636
- } | {
147637
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147638
- message: string;
147639
- /** Indicates that this is an access code error. */
147640
- is_access_code_error: true;
147641
- /** Date and time at which Seam created the error. */
147642
- created_at?: string | undefined;
147643
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147644
- error_code: 'august_lock_invalid_code_length';
147645
- } | {
147646
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147647
- message: string;
147648
- /** Indicates that this is an access code error. */
147649
- is_access_code_error: true;
147650
- /** Date and time at which Seam created the error. */
147651
- created_at?: string | undefined;
147652
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147653
- error_code: 'august_lock_missing_keypad';
147654
- } | {
147655
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147656
- message: string;
147657
- /** Indicates that this is an access code error. */
147658
- is_access_code_error: true;
147659
- /** Date and time at which Seam created the error. */
147660
- created_at?: string | undefined;
147661
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147662
- error_code: 'august_lock_temporarily_offline';
147663
145399
  } | {
147664
145400
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147665
145401
  message: string;
@@ -147678,33 +145414,6 @@ type Routes = {
147678
145414
  created_at?: string | undefined;
147679
145415
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147680
145416
  error_code: 'salto_ks_user_not_subscribed';
147681
- } | {
147682
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147683
- message: string;
147684
- /** Indicates that this is an access code error. */
147685
- is_access_code_error: true;
147686
- /** Date and time at which Seam created the error. */
147687
- created_at?: string | undefined;
147688
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147689
- error_code: 'wyze_duplicate_code_name';
147690
- } | {
147691
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147692
- message: string;
147693
- /** Indicates that this is an access code error. */
147694
- is_access_code_error: true;
147695
- /** Date and time at which Seam created the error. */
147696
- created_at?: string | undefined;
147697
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147698
- error_code: 'wyze_potential_duplicate_code';
147699
- } | {
147700
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147701
- message: string;
147702
- /** Indicates that this is an access code error. */
147703
- is_access_code_error: true;
147704
- /** Date and time at which Seam created the error. */
147705
- created_at?: string | undefined;
147706
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147707
- error_code: 'dormakaba_oracode_invalid_time_range';
147708
145417
  } | {
147709
145418
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147710
145419
  message: string;
@@ -147714,15 +145423,6 @@ type Routes = {
147714
145423
  created_at?: string | undefined;
147715
145424
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147716
145425
  error_code: 'insufficient_permissions';
147717
- } | {
147718
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147719
- message: string;
147720
- /** Indicates that this is an access code error. */
147721
- is_access_code_error: true;
147722
- /** Date and time at which Seam created the error. */
147723
- created_at?: string | undefined;
147724
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147725
- error_code: 'keynest_unsupported_third_party_locker';
147726
145426
  } | {
147727
145427
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147728
145428
  message: string;
@@ -147893,13 +145593,6 @@ type Routes = {
147893
145593
  created_at?: string | undefined;
147894
145594
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147895
145595
  warning_code: 'provider_issue';
147896
- } | {
147897
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147898
- message: string;
147899
- /** Date and time at which Seam created the warning. */
147900
- created_at?: string | undefined;
147901
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147902
- warning_code: 'smartthings_failed_to_set_access_code';
147903
145596
  } | {
147904
145597
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147905
145598
  message: string;
@@ -147907,13 +145600,6 @@ type Routes = {
147907
145600
  created_at?: string | undefined;
147908
145601
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147909
145602
  warning_code: 'schlage_detected_duplicate';
147910
- } | {
147911
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147912
- message: string;
147913
- /** Date and time at which Seam created the warning. */
147914
- created_at?: string | undefined;
147915
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147916
- warning_code: 'schlage_creation_outage';
147917
145603
  } | {
147918
145604
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147919
145605
  message: string;
@@ -147960,13 +145646,6 @@ type Routes = {
147960
145646
  created_at?: string | undefined;
147961
145647
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147962
145648
  warning_code: 'third_party_integration_detected';
147963
- } | {
147964
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147965
- message: string;
147966
- /** Date and time at which Seam created the warning. */
147967
- created_at?: string | undefined;
147968
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147969
- warning_code: 'august_lock_temporarily_offline';
147970
145649
  } | {
147971
145650
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147972
145651
  message: string;
@@ -147981,13 +145660,6 @@ type Routes = {
147981
145660
  created_at?: string | undefined;
147982
145661
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147983
145662
  warning_code: 'management_transferred';
147984
- } | {
147985
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147986
- message: string;
147987
- /** Date and time at which Seam created the warning. */
147988
- created_at?: string | undefined;
147989
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147990
- warning_code: 'kwikset_unable_to_confirm_code';
147991
145663
  } | {
147992
145664
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147993
145665
  message: string;
@@ -147995,13 +145667,6 @@ type Routes = {
147995
145667
  created_at?: string | undefined;
147996
145668
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147997
145669
  warning_code: 'access_code_inactive';
147998
- } | {
147999
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148000
- message: string;
148001
- /** Date and time at which Seam created the warning. */
148002
- created_at?: string | undefined;
148003
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148004
- warning_code: 'ultraloq_access_code_disabled';
148005
145670
  } | {
148006
145671
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148007
145672
  message: string;
@@ -148080,24 +145745,6 @@ type Routes = {
148080
145745
  created_at?: string | undefined;
148081
145746
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148082
145747
  error_code: 'provider_issue';
148083
- } | {
148084
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148085
- message: string;
148086
- /** Indicates that this is an access code error. */
148087
- is_access_code_error: true;
148088
- /** Date and time at which Seam created the error. */
148089
- created_at?: string | undefined;
148090
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148091
- error_code: 'smartthings_failed_to_set_access_code';
148092
- } | {
148093
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148094
- message: string;
148095
- /** Indicates that this is an access code error. */
148096
- is_access_code_error: true;
148097
- /** Date and time at which Seam created the error. */
148098
- created_at?: string | undefined;
148099
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148100
- error_code: 'smartthings_failed_to_set_after_multiple_retries';
148101
145748
  } | {
148102
145749
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148103
145750
  message: string;
@@ -148156,24 +145803,6 @@ type Routes = {
148156
145803
  created_at?: string | undefined;
148157
145804
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148158
145805
  error_code: 'access_code_state_unconfirmed';
148159
- } | {
148160
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148161
- message: string;
148162
- /** Indicates that this is an access code error. */
148163
- is_access_code_error: true;
148164
- /** Date and time at which Seam created the error. */
148165
- created_at?: string | undefined;
148166
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148167
- error_code: 'kwikset_unable_to_confirm_code';
148168
- } | {
148169
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148170
- message: string;
148171
- /** Indicates that this is an access code error. */
148172
- is_access_code_error: true;
148173
- /** Date and time at which Seam created the error. */
148174
- created_at?: string | undefined;
148175
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148176
- error_code: 'kwikset_unable_to_confirm_deletion';
148177
145806
  } | {
148178
145807
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148179
145808
  message: string;
@@ -148194,33 +145823,6 @@ type Routes = {
148194
145823
  /** The new value of the field. */
148195
145824
  to: string | null;
148196
145825
  }[] | undefined;
148197
- } | {
148198
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148199
- message: string;
148200
- /** Indicates that this is an access code error. */
148201
- is_access_code_error: true;
148202
- /** Date and time at which Seam created the error. */
148203
- created_at?: string | undefined;
148204
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148205
- error_code: 'august_lock_invalid_code_length';
148206
- } | {
148207
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148208
- message: string;
148209
- /** Indicates that this is an access code error. */
148210
- is_access_code_error: true;
148211
- /** Date and time at which Seam created the error. */
148212
- created_at?: string | undefined;
148213
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148214
- error_code: 'august_lock_missing_keypad';
148215
- } | {
148216
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148217
- message: string;
148218
- /** Indicates that this is an access code error. */
148219
- is_access_code_error: true;
148220
- /** Date and time at which Seam created the error. */
148221
- created_at?: string | undefined;
148222
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148223
- error_code: 'august_lock_temporarily_offline';
148224
145826
  } | {
148225
145827
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148226
145828
  message: string;
@@ -148239,33 +145841,6 @@ type Routes = {
148239
145841
  created_at?: string | undefined;
148240
145842
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148241
145843
  error_code: 'salto_ks_user_not_subscribed';
148242
- } | {
148243
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148244
- message: string;
148245
- /** Indicates that this is an access code error. */
148246
- is_access_code_error: true;
148247
- /** Date and time at which Seam created the error. */
148248
- created_at?: string | undefined;
148249
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148250
- error_code: 'wyze_duplicate_code_name';
148251
- } | {
148252
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148253
- message: string;
148254
- /** Indicates that this is an access code error. */
148255
- is_access_code_error: true;
148256
- /** Date and time at which Seam created the error. */
148257
- created_at?: string | undefined;
148258
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148259
- error_code: 'wyze_potential_duplicate_code';
148260
- } | {
148261
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148262
- message: string;
148263
- /** Indicates that this is an access code error. */
148264
- is_access_code_error: true;
148265
- /** Date and time at which Seam created the error. */
148266
- created_at?: string | undefined;
148267
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148268
- error_code: 'dormakaba_oracode_invalid_time_range';
148269
145844
  } | {
148270
145845
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148271
145846
  message: string;
@@ -148275,15 +145850,6 @@ type Routes = {
148275
145850
  created_at?: string | undefined;
148276
145851
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148277
145852
  error_code: 'insufficient_permissions';
148278
- } | {
148279
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148280
- message: string;
148281
- /** Indicates that this is an access code error. */
148282
- is_access_code_error: true;
148283
- /** Date and time at which Seam created the error. */
148284
- created_at?: string | undefined;
148285
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148286
- error_code: 'keynest_unsupported_third_party_locker';
148287
145853
  } | {
148288
145854
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148289
145855
  message: string;
@@ -148454,13 +146020,6 @@ type Routes = {
148454
146020
  created_at?: string | undefined;
148455
146021
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148456
146022
  warning_code: 'provider_issue';
148457
- } | {
148458
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148459
- message: string;
148460
- /** Date and time at which Seam created the warning. */
148461
- created_at?: string | undefined;
148462
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148463
- warning_code: 'smartthings_failed_to_set_access_code';
148464
146023
  } | {
148465
146024
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148466
146025
  message: string;
@@ -148468,13 +146027,6 @@ type Routes = {
148468
146027
  created_at?: string | undefined;
148469
146028
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148470
146029
  warning_code: 'schlage_detected_duplicate';
148471
- } | {
148472
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148473
- message: string;
148474
- /** Date and time at which Seam created the warning. */
148475
- created_at?: string | undefined;
148476
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148477
- warning_code: 'schlage_creation_outage';
148478
146030
  } | {
148479
146031
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148480
146032
  message: string;
@@ -148521,13 +146073,6 @@ type Routes = {
148521
146073
  created_at?: string | undefined;
148522
146074
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148523
146075
  warning_code: 'third_party_integration_detected';
148524
- } | {
148525
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148526
- message: string;
148527
- /** Date and time at which Seam created the warning. */
148528
- created_at?: string | undefined;
148529
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148530
- warning_code: 'august_lock_temporarily_offline';
148531
146076
  } | {
148532
146077
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148533
146078
  message: string;
@@ -148542,13 +146087,6 @@ type Routes = {
148542
146087
  created_at?: string | undefined;
148543
146088
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148544
146089
  warning_code: 'management_transferred';
148545
- } | {
148546
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148547
- message: string;
148548
- /** Date and time at which Seam created the warning. */
148549
- created_at?: string | undefined;
148550
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148551
- warning_code: 'kwikset_unable_to_confirm_code';
148552
146090
  } | {
148553
146091
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148554
146092
  message: string;
@@ -148556,13 +146094,6 @@ type Routes = {
148556
146094
  created_at?: string | undefined;
148557
146095
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148558
146096
  warning_code: 'access_code_inactive';
148559
- } | {
148560
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148561
- message: string;
148562
- /** Date and time at which Seam created the warning. */
148563
- created_at?: string | undefined;
148564
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148565
- warning_code: 'ultraloq_access_code_disabled';
148566
146097
  } | {
148567
146098
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148568
146099
  message: string;
@@ -148778,6 +146309,11 @@ type Routes = {
148778
146309
  font_family?: string | undefined;
148779
146310
  mono_font_family?: string | undefined;
148780
146311
  } | undefined;
146312
+ message_overrides?: {
146313
+ [x: string]: {
146314
+ [x: string]: string;
146315
+ };
146316
+ } | undefined;
148781
146317
  }[] | undefined;
148782
146318
  };
148783
146319
  };