@seamapi/types 1.909.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.
- package/dist/connect.cjs +143 -1152
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -2497
- package/dist/index.cjs +143 -1152
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +97 -1168
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -229
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -391
- package/lib/seam/connect/openapi.js +69 -907
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1474
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -276
- package/src/lib/seam/connect/openapi.ts +182 -1158
- package/src/lib/seam/connect/route-types.ts +0 -1650
package/dist/connect.d.cts
CHANGED
|
@@ -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";
|
|
@@ -31972,24 +30949,6 @@ type Routes = {
|
|
|
31972
30949
|
created_at?: string | undefined;
|
|
31973
30950
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31974
30951
|
error_code: 'provider_issue';
|
|
31975
|
-
} | {
|
|
31976
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31977
|
-
message: string;
|
|
31978
|
-
/** Indicates that this is an access code error. */
|
|
31979
|
-
is_access_code_error: true;
|
|
31980
|
-
/** Date and time at which Seam created the error. */
|
|
31981
|
-
created_at?: string | undefined;
|
|
31982
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31983
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
31984
|
-
} | {
|
|
31985
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31986
|
-
message: string;
|
|
31987
|
-
/** Indicates that this is an access code error. */
|
|
31988
|
-
is_access_code_error: true;
|
|
31989
|
-
/** Date and time at which Seam created the error. */
|
|
31990
|
-
created_at?: string | undefined;
|
|
31991
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31992
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
31993
30952
|
} | {
|
|
31994
30953
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31995
30954
|
message: string;
|
|
@@ -32048,24 +31007,6 @@ type Routes = {
|
|
|
32048
31007
|
created_at?: string | undefined;
|
|
32049
31008
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32050
31009
|
error_code: 'access_code_state_unconfirmed';
|
|
32051
|
-
} | {
|
|
32052
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32053
|
-
message: string;
|
|
32054
|
-
/** Indicates that this is an access code error. */
|
|
32055
|
-
is_access_code_error: true;
|
|
32056
|
-
/** Date and time at which Seam created the error. */
|
|
32057
|
-
created_at?: string | undefined;
|
|
32058
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32059
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
32060
|
-
} | {
|
|
32061
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32062
|
-
message: string;
|
|
32063
|
-
/** Indicates that this is an access code error. */
|
|
32064
|
-
is_access_code_error: true;
|
|
32065
|
-
/** Date and time at which Seam created the error. */
|
|
32066
|
-
created_at?: string | undefined;
|
|
32067
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32068
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
32069
31010
|
} | {
|
|
32070
31011
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32071
31012
|
message: string;
|
|
@@ -32086,33 +31027,6 @@ type Routes = {
|
|
|
32086
31027
|
/** The new value of the field. */
|
|
32087
31028
|
to: string | null;
|
|
32088
31029
|
}[] | undefined;
|
|
32089
|
-
} | {
|
|
32090
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32091
|
-
message: string;
|
|
32092
|
-
/** Indicates that this is an access code error. */
|
|
32093
|
-
is_access_code_error: true;
|
|
32094
|
-
/** Date and time at which Seam created the error. */
|
|
32095
|
-
created_at?: string | undefined;
|
|
32096
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32097
|
-
error_code: 'august_lock_invalid_code_length';
|
|
32098
|
-
} | {
|
|
32099
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32100
|
-
message: string;
|
|
32101
|
-
/** Indicates that this is an access code error. */
|
|
32102
|
-
is_access_code_error: true;
|
|
32103
|
-
/** Date and time at which Seam created the error. */
|
|
32104
|
-
created_at?: string | undefined;
|
|
32105
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32106
|
-
error_code: 'august_lock_missing_keypad';
|
|
32107
|
-
} | {
|
|
32108
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32109
|
-
message: string;
|
|
32110
|
-
/** Indicates that this is an access code error. */
|
|
32111
|
-
is_access_code_error: true;
|
|
32112
|
-
/** Date and time at which Seam created the error. */
|
|
32113
|
-
created_at?: string | undefined;
|
|
32114
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32115
|
-
error_code: 'august_lock_temporarily_offline';
|
|
32116
31030
|
} | {
|
|
32117
31031
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32118
31032
|
message: string;
|
|
@@ -32131,33 +31045,6 @@ type Routes = {
|
|
|
32131
31045
|
created_at?: string | undefined;
|
|
32132
31046
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32133
31047
|
error_code: 'salto_ks_user_not_subscribed';
|
|
32134
|
-
} | {
|
|
32135
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32136
|
-
message: string;
|
|
32137
|
-
/** Indicates that this is an access code error. */
|
|
32138
|
-
is_access_code_error: true;
|
|
32139
|
-
/** Date and time at which Seam created the error. */
|
|
32140
|
-
created_at?: string | undefined;
|
|
32141
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32142
|
-
error_code: 'wyze_duplicate_code_name';
|
|
32143
|
-
} | {
|
|
32144
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32145
|
-
message: string;
|
|
32146
|
-
/** Indicates that this is an access code error. */
|
|
32147
|
-
is_access_code_error: true;
|
|
32148
|
-
/** Date and time at which Seam created the error. */
|
|
32149
|
-
created_at?: string | undefined;
|
|
32150
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32151
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
32152
|
-
} | {
|
|
32153
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32154
|
-
message: string;
|
|
32155
|
-
/** Indicates that this is an access code error. */
|
|
32156
|
-
is_access_code_error: true;
|
|
32157
|
-
/** Date and time at which Seam created the error. */
|
|
32158
|
-
created_at?: string | undefined;
|
|
32159
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32160
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
32161
31048
|
} | {
|
|
32162
31049
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32163
31050
|
message: string;
|
|
@@ -32167,15 +31054,6 @@ type Routes = {
|
|
|
32167
31054
|
created_at?: string | undefined;
|
|
32168
31055
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32169
31056
|
error_code: 'insufficient_permissions';
|
|
32170
|
-
} | {
|
|
32171
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32172
|
-
message: string;
|
|
32173
|
-
/** Indicates that this is an access code error. */
|
|
32174
|
-
is_access_code_error: true;
|
|
32175
|
-
/** Date and time at which Seam created the error. */
|
|
32176
|
-
created_at?: string | undefined;
|
|
32177
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32178
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
32179
31057
|
} | {
|
|
32180
31058
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32181
31059
|
message: string;
|
|
@@ -32346,13 +31224,6 @@ type Routes = {
|
|
|
32346
31224
|
created_at?: string | undefined;
|
|
32347
31225
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32348
31226
|
warning_code: 'provider_issue';
|
|
32349
|
-
} | {
|
|
32350
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32351
|
-
message: string;
|
|
32352
|
-
/** Date and time at which Seam created the warning. */
|
|
32353
|
-
created_at?: string | undefined;
|
|
32354
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32355
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
32356
31227
|
} | {
|
|
32357
31228
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32358
31229
|
message: string;
|
|
@@ -32360,13 +31231,6 @@ type Routes = {
|
|
|
32360
31231
|
created_at?: string | undefined;
|
|
32361
31232
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32362
31233
|
warning_code: 'schlage_detected_duplicate';
|
|
32363
|
-
} | {
|
|
32364
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32365
|
-
message: string;
|
|
32366
|
-
/** Date and time at which Seam created the warning. */
|
|
32367
|
-
created_at?: string | undefined;
|
|
32368
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32369
|
-
warning_code: 'schlage_creation_outage';
|
|
32370
31234
|
} | {
|
|
32371
31235
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32372
31236
|
message: string;
|
|
@@ -32413,13 +31277,6 @@ type Routes = {
|
|
|
32413
31277
|
created_at?: string | undefined;
|
|
32414
31278
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32415
31279
|
warning_code: 'third_party_integration_detected';
|
|
32416
|
-
} | {
|
|
32417
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32418
|
-
message: string;
|
|
32419
|
-
/** Date and time at which Seam created the warning. */
|
|
32420
|
-
created_at?: string | undefined;
|
|
32421
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32422
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
32423
31280
|
} | {
|
|
32424
31281
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32425
31282
|
message: string;
|
|
@@ -32434,13 +31291,6 @@ type Routes = {
|
|
|
32434
31291
|
created_at?: string | undefined;
|
|
32435
31292
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32436
31293
|
warning_code: 'management_transferred';
|
|
32437
|
-
} | {
|
|
32438
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32439
|
-
message: string;
|
|
32440
|
-
/** Date and time at which Seam created the warning. */
|
|
32441
|
-
created_at?: string | undefined;
|
|
32442
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32443
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
32444
31294
|
} | {
|
|
32445
31295
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32446
31296
|
message: string;
|
|
@@ -32448,13 +31298,6 @@ type Routes = {
|
|
|
32448
31298
|
created_at?: string | undefined;
|
|
32449
31299
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32450
31300
|
warning_code: 'access_code_inactive';
|
|
32451
|
-
} | {
|
|
32452
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32453
|
-
message: string;
|
|
32454
|
-
/** Date and time at which Seam created the warning. */
|
|
32455
|
-
created_at?: string | undefined;
|
|
32456
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32457
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
32458
31301
|
} | {
|
|
32459
31302
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32460
31303
|
message: string;
|
|
@@ -32662,24 +31505,6 @@ type Routes = {
|
|
|
32662
31505
|
created_at?: string | undefined;
|
|
32663
31506
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32664
31507
|
error_code: 'provider_issue';
|
|
32665
|
-
} | {
|
|
32666
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32667
|
-
message: string;
|
|
32668
|
-
/** Indicates that this is an access code error. */
|
|
32669
|
-
is_access_code_error: true;
|
|
32670
|
-
/** Date and time at which Seam created the error. */
|
|
32671
|
-
created_at?: string | undefined;
|
|
32672
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32673
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
32674
|
-
} | {
|
|
32675
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32676
|
-
message: string;
|
|
32677
|
-
/** Indicates that this is an access code error. */
|
|
32678
|
-
is_access_code_error: true;
|
|
32679
|
-
/** Date and time at which Seam created the error. */
|
|
32680
|
-
created_at?: string | undefined;
|
|
32681
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32682
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
32683
31508
|
} | {
|
|
32684
31509
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32685
31510
|
message: string;
|
|
@@ -32738,24 +31563,6 @@ type Routes = {
|
|
|
32738
31563
|
created_at?: string | undefined;
|
|
32739
31564
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32740
31565
|
error_code: 'access_code_state_unconfirmed';
|
|
32741
|
-
} | {
|
|
32742
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32743
|
-
message: string;
|
|
32744
|
-
/** Indicates that this is an access code error. */
|
|
32745
|
-
is_access_code_error: true;
|
|
32746
|
-
/** Date and time at which Seam created the error. */
|
|
32747
|
-
created_at?: string | undefined;
|
|
32748
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32749
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
32750
|
-
} | {
|
|
32751
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32752
|
-
message: string;
|
|
32753
|
-
/** Indicates that this is an access code error. */
|
|
32754
|
-
is_access_code_error: true;
|
|
32755
|
-
/** Date and time at which Seam created the error. */
|
|
32756
|
-
created_at?: string | undefined;
|
|
32757
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32758
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
32759
31566
|
} | {
|
|
32760
31567
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32761
31568
|
message: string;
|
|
@@ -32776,33 +31583,6 @@ type Routes = {
|
|
|
32776
31583
|
/** The new value of the field. */
|
|
32777
31584
|
to: string | null;
|
|
32778
31585
|
}[] | undefined;
|
|
32779
|
-
} | {
|
|
32780
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32781
|
-
message: string;
|
|
32782
|
-
/** Indicates that this is an access code error. */
|
|
32783
|
-
is_access_code_error: true;
|
|
32784
|
-
/** Date and time at which Seam created the error. */
|
|
32785
|
-
created_at?: string | undefined;
|
|
32786
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32787
|
-
error_code: 'august_lock_invalid_code_length';
|
|
32788
|
-
} | {
|
|
32789
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32790
|
-
message: string;
|
|
32791
|
-
/** Indicates that this is an access code error. */
|
|
32792
|
-
is_access_code_error: true;
|
|
32793
|
-
/** Date and time at which Seam created the error. */
|
|
32794
|
-
created_at?: string | undefined;
|
|
32795
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32796
|
-
error_code: 'august_lock_missing_keypad';
|
|
32797
|
-
} | {
|
|
32798
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32799
|
-
message: string;
|
|
32800
|
-
/** Indicates that this is an access code error. */
|
|
32801
|
-
is_access_code_error: true;
|
|
32802
|
-
/** Date and time at which Seam created the error. */
|
|
32803
|
-
created_at?: string | undefined;
|
|
32804
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32805
|
-
error_code: 'august_lock_temporarily_offline';
|
|
32806
31586
|
} | {
|
|
32807
31587
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32808
31588
|
message: string;
|
|
@@ -32821,33 +31601,6 @@ type Routes = {
|
|
|
32821
31601
|
created_at?: string | undefined;
|
|
32822
31602
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32823
31603
|
error_code: 'salto_ks_user_not_subscribed';
|
|
32824
|
-
} | {
|
|
32825
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32826
|
-
message: string;
|
|
32827
|
-
/** Indicates that this is an access code error. */
|
|
32828
|
-
is_access_code_error: true;
|
|
32829
|
-
/** Date and time at which Seam created the error. */
|
|
32830
|
-
created_at?: string | undefined;
|
|
32831
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32832
|
-
error_code: 'wyze_duplicate_code_name';
|
|
32833
|
-
} | {
|
|
32834
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32835
|
-
message: string;
|
|
32836
|
-
/** Indicates that this is an access code error. */
|
|
32837
|
-
is_access_code_error: true;
|
|
32838
|
-
/** Date and time at which Seam created the error. */
|
|
32839
|
-
created_at?: string | undefined;
|
|
32840
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32841
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
32842
|
-
} | {
|
|
32843
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32844
|
-
message: string;
|
|
32845
|
-
/** Indicates that this is an access code error. */
|
|
32846
|
-
is_access_code_error: true;
|
|
32847
|
-
/** Date and time at which Seam created the error. */
|
|
32848
|
-
created_at?: string | undefined;
|
|
32849
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32850
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
32851
31604
|
} | {
|
|
32852
31605
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32853
31606
|
message: string;
|
|
@@ -32857,15 +31610,6 @@ type Routes = {
|
|
|
32857
31610
|
created_at?: string | undefined;
|
|
32858
31611
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32859
31612
|
error_code: 'insufficient_permissions';
|
|
32860
|
-
} | {
|
|
32861
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32862
|
-
message: string;
|
|
32863
|
-
/** Indicates that this is an access code error. */
|
|
32864
|
-
is_access_code_error: true;
|
|
32865
|
-
/** Date and time at which Seam created the error. */
|
|
32866
|
-
created_at?: string | undefined;
|
|
32867
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32868
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
32869
31613
|
} | {
|
|
32870
31614
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32871
31615
|
message: string;
|
|
@@ -33036,13 +31780,6 @@ type Routes = {
|
|
|
33036
31780
|
created_at?: string | undefined;
|
|
33037
31781
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33038
31782
|
warning_code: 'provider_issue';
|
|
33039
|
-
} | {
|
|
33040
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33041
|
-
message: string;
|
|
33042
|
-
/** Date and time at which Seam created the warning. */
|
|
33043
|
-
created_at?: string | undefined;
|
|
33044
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33045
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
33046
31783
|
} | {
|
|
33047
31784
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33048
31785
|
message: string;
|
|
@@ -33050,13 +31787,6 @@ type Routes = {
|
|
|
33050
31787
|
created_at?: string | undefined;
|
|
33051
31788
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33052
31789
|
warning_code: 'schlage_detected_duplicate';
|
|
33053
|
-
} | {
|
|
33054
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33055
|
-
message: string;
|
|
33056
|
-
/** Date and time at which Seam created the warning. */
|
|
33057
|
-
created_at?: string | undefined;
|
|
33058
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33059
|
-
warning_code: 'schlage_creation_outage';
|
|
33060
31790
|
} | {
|
|
33061
31791
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33062
31792
|
message: string;
|
|
@@ -33103,13 +31833,6 @@ type Routes = {
|
|
|
33103
31833
|
created_at?: string | undefined;
|
|
33104
31834
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33105
31835
|
warning_code: 'third_party_integration_detected';
|
|
33106
|
-
} | {
|
|
33107
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33108
|
-
message: string;
|
|
33109
|
-
/** Date and time at which Seam created the warning. */
|
|
33110
|
-
created_at?: string | undefined;
|
|
33111
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
33112
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
33113
31836
|
} | {
|
|
33114
31837
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33115
31838
|
message: string;
|
|
@@ -33124,13 +31847,6 @@ type Routes = {
|
|
|
33124
31847
|
created_at?: string | undefined;
|
|
33125
31848
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33126
31849
|
warning_code: 'management_transferred';
|
|
33127
|
-
} | {
|
|
33128
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33129
|
-
message: string;
|
|
33130
|
-
/** Date and time at which Seam created the warning. */
|
|
33131
|
-
created_at?: string | undefined;
|
|
33132
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33133
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
33134
31850
|
} | {
|
|
33135
31851
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33136
31852
|
message: string;
|
|
@@ -33138,13 +31854,6 @@ type Routes = {
|
|
|
33138
31854
|
created_at?: string | undefined;
|
|
33139
31855
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33140
31856
|
warning_code: 'access_code_inactive';
|
|
33141
|
-
} | {
|
|
33142
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33143
|
-
message: string;
|
|
33144
|
-
/** Date and time at which Seam created the warning. */
|
|
33145
|
-
created_at?: string | undefined;
|
|
33146
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33147
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
33148
31857
|
} | {
|
|
33149
31858
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33150
31859
|
message: string;
|
|
@@ -35031,24 +33740,6 @@ type Routes = {
|
|
|
35031
33740
|
created_at?: string | undefined;
|
|
35032
33741
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35033
33742
|
error_code: 'provider_issue';
|
|
35034
|
-
} | {
|
|
35035
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35036
|
-
message: string;
|
|
35037
|
-
/** Indicates that this is an access code error. */
|
|
35038
|
-
is_access_code_error: true;
|
|
35039
|
-
/** Date and time at which Seam created the error. */
|
|
35040
|
-
created_at?: string | undefined;
|
|
35041
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35042
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
35043
|
-
} | {
|
|
35044
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35045
|
-
message: string;
|
|
35046
|
-
/** Indicates that this is an access code error. */
|
|
35047
|
-
is_access_code_error: true;
|
|
35048
|
-
/** Date and time at which Seam created the error. */
|
|
35049
|
-
created_at?: string | undefined;
|
|
35050
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35051
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
35052
33743
|
} | {
|
|
35053
33744
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35054
33745
|
message: string;
|
|
@@ -35107,24 +33798,6 @@ type Routes = {
|
|
|
35107
33798
|
created_at?: string | undefined;
|
|
35108
33799
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35109
33800
|
error_code: 'access_code_state_unconfirmed';
|
|
35110
|
-
} | {
|
|
35111
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35112
|
-
message: string;
|
|
35113
|
-
/** Indicates that this is an access code error. */
|
|
35114
|
-
is_access_code_error: true;
|
|
35115
|
-
/** Date and time at which Seam created the error. */
|
|
35116
|
-
created_at?: string | undefined;
|
|
35117
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35118
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
35119
|
-
} | {
|
|
35120
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35121
|
-
message: string;
|
|
35122
|
-
/** Indicates that this is an access code error. */
|
|
35123
|
-
is_access_code_error: true;
|
|
35124
|
-
/** Date and time at which Seam created the error. */
|
|
35125
|
-
created_at?: string | undefined;
|
|
35126
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35127
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
35128
33801
|
} | {
|
|
35129
33802
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35130
33803
|
message: string;
|
|
@@ -35145,33 +33818,6 @@ type Routes = {
|
|
|
35145
33818
|
/** The new value of the field. */
|
|
35146
33819
|
to: string | null;
|
|
35147
33820
|
}[] | undefined;
|
|
35148
|
-
} | {
|
|
35149
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35150
|
-
message: string;
|
|
35151
|
-
/** Indicates that this is an access code error. */
|
|
35152
|
-
is_access_code_error: true;
|
|
35153
|
-
/** Date and time at which Seam created the error. */
|
|
35154
|
-
created_at?: string | undefined;
|
|
35155
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35156
|
-
error_code: 'august_lock_invalid_code_length';
|
|
35157
|
-
} | {
|
|
35158
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35159
|
-
message: string;
|
|
35160
|
-
/** Indicates that this is an access code error. */
|
|
35161
|
-
is_access_code_error: true;
|
|
35162
|
-
/** Date and time at which Seam created the error. */
|
|
35163
|
-
created_at?: string | undefined;
|
|
35164
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35165
|
-
error_code: 'august_lock_missing_keypad';
|
|
35166
|
-
} | {
|
|
35167
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35168
|
-
message: string;
|
|
35169
|
-
/** Indicates that this is an access code error. */
|
|
35170
|
-
is_access_code_error: true;
|
|
35171
|
-
/** Date and time at which Seam created the error. */
|
|
35172
|
-
created_at?: string | undefined;
|
|
35173
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35174
|
-
error_code: 'august_lock_temporarily_offline';
|
|
35175
33821
|
} | {
|
|
35176
33822
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35177
33823
|
message: string;
|
|
@@ -35190,33 +33836,6 @@ type Routes = {
|
|
|
35190
33836
|
created_at?: string | undefined;
|
|
35191
33837
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35192
33838
|
error_code: 'salto_ks_user_not_subscribed';
|
|
35193
|
-
} | {
|
|
35194
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35195
|
-
message: string;
|
|
35196
|
-
/** Indicates that this is an access code error. */
|
|
35197
|
-
is_access_code_error: true;
|
|
35198
|
-
/** Date and time at which Seam created the error. */
|
|
35199
|
-
created_at?: string | undefined;
|
|
35200
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35201
|
-
error_code: 'wyze_duplicate_code_name';
|
|
35202
|
-
} | {
|
|
35203
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35204
|
-
message: string;
|
|
35205
|
-
/** Indicates that this is an access code error. */
|
|
35206
|
-
is_access_code_error: true;
|
|
35207
|
-
/** Date and time at which Seam created the error. */
|
|
35208
|
-
created_at?: string | undefined;
|
|
35209
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35210
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
35211
|
-
} | {
|
|
35212
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35213
|
-
message: string;
|
|
35214
|
-
/** Indicates that this is an access code error. */
|
|
35215
|
-
is_access_code_error: true;
|
|
35216
|
-
/** Date and time at which Seam created the error. */
|
|
35217
|
-
created_at?: string | undefined;
|
|
35218
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35219
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
35220
33839
|
} | {
|
|
35221
33840
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35222
33841
|
message: string;
|
|
@@ -35226,15 +33845,6 @@ type Routes = {
|
|
|
35226
33845
|
created_at?: string | undefined;
|
|
35227
33846
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35228
33847
|
error_code: 'insufficient_permissions';
|
|
35229
|
-
} | {
|
|
35230
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35231
|
-
message: string;
|
|
35232
|
-
/** Indicates that this is an access code error. */
|
|
35233
|
-
is_access_code_error: true;
|
|
35234
|
-
/** Date and time at which Seam created the error. */
|
|
35235
|
-
created_at?: string | undefined;
|
|
35236
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35237
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
35238
33848
|
} | {
|
|
35239
33849
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35240
33850
|
message: string;
|
|
@@ -35405,13 +34015,6 @@ type Routes = {
|
|
|
35405
34015
|
created_at?: string | undefined;
|
|
35406
34016
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35407
34017
|
warning_code: 'provider_issue';
|
|
35408
|
-
} | {
|
|
35409
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35410
|
-
message: string;
|
|
35411
|
-
/** Date and time at which Seam created the warning. */
|
|
35412
|
-
created_at?: string | undefined;
|
|
35413
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35414
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
35415
34018
|
} | {
|
|
35416
34019
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35417
34020
|
message: string;
|
|
@@ -35419,13 +34022,6 @@ type Routes = {
|
|
|
35419
34022
|
created_at?: string | undefined;
|
|
35420
34023
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35421
34024
|
warning_code: 'schlage_detected_duplicate';
|
|
35422
|
-
} | {
|
|
35423
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35424
|
-
message: string;
|
|
35425
|
-
/** Date and time at which Seam created the warning. */
|
|
35426
|
-
created_at?: string | undefined;
|
|
35427
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35428
|
-
warning_code: 'schlage_creation_outage';
|
|
35429
34025
|
} | {
|
|
35430
34026
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35431
34027
|
message: string;
|
|
@@ -35472,13 +34068,6 @@ type Routes = {
|
|
|
35472
34068
|
created_at?: string | undefined;
|
|
35473
34069
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35474
34070
|
warning_code: 'third_party_integration_detected';
|
|
35475
|
-
} | {
|
|
35476
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35477
|
-
message: string;
|
|
35478
|
-
/** Date and time at which Seam created the warning. */
|
|
35479
|
-
created_at?: string | undefined;
|
|
35480
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35481
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
35482
34071
|
} | {
|
|
35483
34072
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35484
34073
|
message: string;
|
|
@@ -35493,13 +34082,6 @@ type Routes = {
|
|
|
35493
34082
|
created_at?: string | undefined;
|
|
35494
34083
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35495
34084
|
warning_code: 'management_transferred';
|
|
35496
|
-
} | {
|
|
35497
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35498
|
-
message: string;
|
|
35499
|
-
/** Date and time at which Seam created the warning. */
|
|
35500
|
-
created_at?: string | undefined;
|
|
35501
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35502
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
35503
34085
|
} | {
|
|
35504
34086
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35505
34087
|
message: string;
|
|
@@ -35507,13 +34089,6 @@ type Routes = {
|
|
|
35507
34089
|
created_at?: string | undefined;
|
|
35508
34090
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35509
34091
|
warning_code: 'access_code_inactive';
|
|
35510
|
-
} | {
|
|
35511
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35512
|
-
message: string;
|
|
35513
|
-
/** Date and time at which Seam created the warning. */
|
|
35514
|
-
created_at?: string | undefined;
|
|
35515
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35516
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
35517
34092
|
} | {
|
|
35518
34093
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35519
34094
|
message: string;
|
|
@@ -35767,24 +34342,6 @@ type Routes = {
|
|
|
35767
34342
|
created_at?: string | undefined;
|
|
35768
34343
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35769
34344
|
error_code: 'provider_issue';
|
|
35770
|
-
} | {
|
|
35771
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35772
|
-
message: string;
|
|
35773
|
-
/** Indicates that this is an access code error. */
|
|
35774
|
-
is_access_code_error: true;
|
|
35775
|
-
/** Date and time at which Seam created the error. */
|
|
35776
|
-
created_at?: string | undefined;
|
|
35777
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35778
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
35779
|
-
} | {
|
|
35780
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35781
|
-
message: string;
|
|
35782
|
-
/** Indicates that this is an access code error. */
|
|
35783
|
-
is_access_code_error: true;
|
|
35784
|
-
/** Date and time at which Seam created the error. */
|
|
35785
|
-
created_at?: string | undefined;
|
|
35786
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35787
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
35788
34345
|
} | {
|
|
35789
34346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35790
34347
|
message: string;
|
|
@@ -35843,24 +34400,6 @@ type Routes = {
|
|
|
35843
34400
|
created_at?: string | undefined;
|
|
35844
34401
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35845
34402
|
error_code: 'access_code_state_unconfirmed';
|
|
35846
|
-
} | {
|
|
35847
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35848
|
-
message: string;
|
|
35849
|
-
/** Indicates that this is an access code error. */
|
|
35850
|
-
is_access_code_error: true;
|
|
35851
|
-
/** Date and time at which Seam created the error. */
|
|
35852
|
-
created_at?: string | undefined;
|
|
35853
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35854
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
35855
|
-
} | {
|
|
35856
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35857
|
-
message: string;
|
|
35858
|
-
/** Indicates that this is an access code error. */
|
|
35859
|
-
is_access_code_error: true;
|
|
35860
|
-
/** Date and time at which Seam created the error. */
|
|
35861
|
-
created_at?: string | undefined;
|
|
35862
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35863
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
35864
34403
|
} | {
|
|
35865
34404
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35866
34405
|
message: string;
|
|
@@ -35881,33 +34420,6 @@ type Routes = {
|
|
|
35881
34420
|
/** The new value of the field. */
|
|
35882
34421
|
to: string | null;
|
|
35883
34422
|
}[] | undefined;
|
|
35884
|
-
} | {
|
|
35885
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35886
|
-
message: string;
|
|
35887
|
-
/** Indicates that this is an access code error. */
|
|
35888
|
-
is_access_code_error: true;
|
|
35889
|
-
/** Date and time at which Seam created the error. */
|
|
35890
|
-
created_at?: string | undefined;
|
|
35891
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35892
|
-
error_code: 'august_lock_invalid_code_length';
|
|
35893
|
-
} | {
|
|
35894
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35895
|
-
message: string;
|
|
35896
|
-
/** Indicates that this is an access code error. */
|
|
35897
|
-
is_access_code_error: true;
|
|
35898
|
-
/** Date and time at which Seam created the error. */
|
|
35899
|
-
created_at?: string | undefined;
|
|
35900
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35901
|
-
error_code: 'august_lock_missing_keypad';
|
|
35902
|
-
} | {
|
|
35903
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35904
|
-
message: string;
|
|
35905
|
-
/** Indicates that this is an access code error. */
|
|
35906
|
-
is_access_code_error: true;
|
|
35907
|
-
/** Date and time at which Seam created the error. */
|
|
35908
|
-
created_at?: string | undefined;
|
|
35909
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35910
|
-
error_code: 'august_lock_temporarily_offline';
|
|
35911
34423
|
} | {
|
|
35912
34424
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35913
34425
|
message: string;
|
|
@@ -35926,33 +34438,6 @@ type Routes = {
|
|
|
35926
34438
|
created_at?: string | undefined;
|
|
35927
34439
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35928
34440
|
error_code: 'salto_ks_user_not_subscribed';
|
|
35929
|
-
} | {
|
|
35930
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35931
|
-
message: string;
|
|
35932
|
-
/** Indicates that this is an access code error. */
|
|
35933
|
-
is_access_code_error: true;
|
|
35934
|
-
/** Date and time at which Seam created the error. */
|
|
35935
|
-
created_at?: string | undefined;
|
|
35936
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35937
|
-
error_code: 'wyze_duplicate_code_name';
|
|
35938
|
-
} | {
|
|
35939
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35940
|
-
message: string;
|
|
35941
|
-
/** Indicates that this is an access code error. */
|
|
35942
|
-
is_access_code_error: true;
|
|
35943
|
-
/** Date and time at which Seam created the error. */
|
|
35944
|
-
created_at?: string | undefined;
|
|
35945
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35946
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
35947
|
-
} | {
|
|
35948
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35949
|
-
message: string;
|
|
35950
|
-
/** Indicates that this is an access code error. */
|
|
35951
|
-
is_access_code_error: true;
|
|
35952
|
-
/** Date and time at which Seam created the error. */
|
|
35953
|
-
created_at?: string | undefined;
|
|
35954
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35955
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
35956
34441
|
} | {
|
|
35957
34442
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35958
34443
|
message: string;
|
|
@@ -35962,15 +34447,6 @@ type Routes = {
|
|
|
35962
34447
|
created_at?: string | undefined;
|
|
35963
34448
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35964
34449
|
error_code: 'insufficient_permissions';
|
|
35965
|
-
} | {
|
|
35966
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35967
|
-
message: string;
|
|
35968
|
-
/** Indicates that this is an access code error. */
|
|
35969
|
-
is_access_code_error: true;
|
|
35970
|
-
/** Date and time at which Seam created the error. */
|
|
35971
|
-
created_at?: string | undefined;
|
|
35972
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35973
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
35974
34450
|
} | {
|
|
35975
34451
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35976
34452
|
message: string;
|
|
@@ -36141,13 +34617,6 @@ type Routes = {
|
|
|
36141
34617
|
created_at?: string | undefined;
|
|
36142
34618
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36143
34619
|
warning_code: 'provider_issue';
|
|
36144
|
-
} | {
|
|
36145
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36146
|
-
message: string;
|
|
36147
|
-
/** Date and time at which Seam created the warning. */
|
|
36148
|
-
created_at?: string | undefined;
|
|
36149
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36150
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
36151
34620
|
} | {
|
|
36152
34621
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36153
34622
|
message: string;
|
|
@@ -36155,13 +34624,6 @@ type Routes = {
|
|
|
36155
34624
|
created_at?: string | undefined;
|
|
36156
34625
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36157
34626
|
warning_code: 'schlage_detected_duplicate';
|
|
36158
|
-
} | {
|
|
36159
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36160
|
-
message: string;
|
|
36161
|
-
/** Date and time at which Seam created the warning. */
|
|
36162
|
-
created_at?: string | undefined;
|
|
36163
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36164
|
-
warning_code: 'schlage_creation_outage';
|
|
36165
34627
|
} | {
|
|
36166
34628
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36167
34629
|
message: string;
|
|
@@ -36208,13 +34670,6 @@ type Routes = {
|
|
|
36208
34670
|
created_at?: string | undefined;
|
|
36209
34671
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36210
34672
|
warning_code: 'third_party_integration_detected';
|
|
36211
|
-
} | {
|
|
36212
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36213
|
-
message: string;
|
|
36214
|
-
/** Date and time at which Seam created the warning. */
|
|
36215
|
-
created_at?: string | undefined;
|
|
36216
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36217
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
36218
34673
|
} | {
|
|
36219
34674
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36220
34675
|
message: string;
|
|
@@ -36229,13 +34684,6 @@ type Routes = {
|
|
|
36229
34684
|
created_at?: string | undefined;
|
|
36230
34685
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36231
34686
|
warning_code: 'management_transferred';
|
|
36232
|
-
} | {
|
|
36233
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36234
|
-
message: string;
|
|
36235
|
-
/** Date and time at which Seam created the warning. */
|
|
36236
|
-
created_at?: string | undefined;
|
|
36237
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36238
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
36239
34687
|
} | {
|
|
36240
34688
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36241
34689
|
message: string;
|
|
@@ -36243,13 +34691,6 @@ type Routes = {
|
|
|
36243
34691
|
created_at?: string | undefined;
|
|
36244
34692
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36245
34693
|
warning_code: 'access_code_inactive';
|
|
36246
|
-
} | {
|
|
36247
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36248
|
-
message: string;
|
|
36249
|
-
/** Date and time at which Seam created the warning. */
|
|
36250
|
-
created_at?: string | undefined;
|
|
36251
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36252
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
36253
34694
|
} | {
|
|
36254
34695
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36255
34696
|
message: string;
|
|
@@ -36448,24 +34889,6 @@ type Routes = {
|
|
|
36448
34889
|
created_at?: string | undefined;
|
|
36449
34890
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36450
34891
|
error_code: 'provider_issue';
|
|
36451
|
-
} | {
|
|
36452
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36453
|
-
message: string;
|
|
36454
|
-
/** Indicates that this is an access code error. */
|
|
36455
|
-
is_access_code_error: true;
|
|
36456
|
-
/** Date and time at which Seam created the error. */
|
|
36457
|
-
created_at?: string | undefined;
|
|
36458
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36459
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
36460
|
-
} | {
|
|
36461
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36462
|
-
message: string;
|
|
36463
|
-
/** Indicates that this is an access code error. */
|
|
36464
|
-
is_access_code_error: true;
|
|
36465
|
-
/** Date and time at which Seam created the error. */
|
|
36466
|
-
created_at?: string | undefined;
|
|
36467
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36468
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
36469
34892
|
} | {
|
|
36470
34893
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36471
34894
|
message: string;
|
|
@@ -36524,24 +34947,6 @@ type Routes = {
|
|
|
36524
34947
|
created_at?: string | undefined;
|
|
36525
34948
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36526
34949
|
error_code: 'access_code_state_unconfirmed';
|
|
36527
|
-
} | {
|
|
36528
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36529
|
-
message: string;
|
|
36530
|
-
/** Indicates that this is an access code error. */
|
|
36531
|
-
is_access_code_error: true;
|
|
36532
|
-
/** Date and time at which Seam created the error. */
|
|
36533
|
-
created_at?: string | undefined;
|
|
36534
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36535
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
36536
|
-
} | {
|
|
36537
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36538
|
-
message: string;
|
|
36539
|
-
/** Indicates that this is an access code error. */
|
|
36540
|
-
is_access_code_error: true;
|
|
36541
|
-
/** Date and time at which Seam created the error. */
|
|
36542
|
-
created_at?: string | undefined;
|
|
36543
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36544
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
36545
34950
|
} | {
|
|
36546
34951
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36547
34952
|
message: string;
|
|
@@ -36562,33 +34967,6 @@ type Routes = {
|
|
|
36562
34967
|
/** The new value of the field. */
|
|
36563
34968
|
to: string | null;
|
|
36564
34969
|
}[] | undefined;
|
|
36565
|
-
} | {
|
|
36566
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36567
|
-
message: string;
|
|
36568
|
-
/** Indicates that this is an access code error. */
|
|
36569
|
-
is_access_code_error: true;
|
|
36570
|
-
/** Date and time at which Seam created the error. */
|
|
36571
|
-
created_at?: string | undefined;
|
|
36572
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36573
|
-
error_code: 'august_lock_invalid_code_length';
|
|
36574
|
-
} | {
|
|
36575
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36576
|
-
message: string;
|
|
36577
|
-
/** Indicates that this is an access code error. */
|
|
36578
|
-
is_access_code_error: true;
|
|
36579
|
-
/** Date and time at which Seam created the error. */
|
|
36580
|
-
created_at?: string | undefined;
|
|
36581
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36582
|
-
error_code: 'august_lock_missing_keypad';
|
|
36583
|
-
} | {
|
|
36584
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36585
|
-
message: string;
|
|
36586
|
-
/** Indicates that this is an access code error. */
|
|
36587
|
-
is_access_code_error: true;
|
|
36588
|
-
/** Date and time at which Seam created the error. */
|
|
36589
|
-
created_at?: string | undefined;
|
|
36590
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36591
|
-
error_code: 'august_lock_temporarily_offline';
|
|
36592
34970
|
} | {
|
|
36593
34971
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36594
34972
|
message: string;
|
|
@@ -36607,33 +34985,6 @@ type Routes = {
|
|
|
36607
34985
|
created_at?: string | undefined;
|
|
36608
34986
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36609
34987
|
error_code: 'salto_ks_user_not_subscribed';
|
|
36610
|
-
} | {
|
|
36611
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36612
|
-
message: string;
|
|
36613
|
-
/** Indicates that this is an access code error. */
|
|
36614
|
-
is_access_code_error: true;
|
|
36615
|
-
/** Date and time at which Seam created the error. */
|
|
36616
|
-
created_at?: string | undefined;
|
|
36617
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36618
|
-
error_code: 'wyze_duplicate_code_name';
|
|
36619
|
-
} | {
|
|
36620
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36621
|
-
message: string;
|
|
36622
|
-
/** Indicates that this is an access code error. */
|
|
36623
|
-
is_access_code_error: true;
|
|
36624
|
-
/** Date and time at which Seam created the error. */
|
|
36625
|
-
created_at?: string | undefined;
|
|
36626
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36627
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
36628
|
-
} | {
|
|
36629
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36630
|
-
message: string;
|
|
36631
|
-
/** Indicates that this is an access code error. */
|
|
36632
|
-
is_access_code_error: true;
|
|
36633
|
-
/** Date and time at which Seam created the error. */
|
|
36634
|
-
created_at?: string | undefined;
|
|
36635
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36636
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
36637
34988
|
} | {
|
|
36638
34989
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36639
34990
|
message: string;
|
|
@@ -36643,15 +34994,6 @@ type Routes = {
|
|
|
36643
34994
|
created_at?: string | undefined;
|
|
36644
34995
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36645
34996
|
error_code: 'insufficient_permissions';
|
|
36646
|
-
} | {
|
|
36647
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36648
|
-
message: string;
|
|
36649
|
-
/** Indicates that this is an access code error. */
|
|
36650
|
-
is_access_code_error: true;
|
|
36651
|
-
/** Date and time at which Seam created the error. */
|
|
36652
|
-
created_at?: string | undefined;
|
|
36653
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36654
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
36655
34997
|
} | {
|
|
36656
34998
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36657
34999
|
message: string;
|
|
@@ -36822,13 +35164,6 @@ type Routes = {
|
|
|
36822
35164
|
created_at?: string | undefined;
|
|
36823
35165
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36824
35166
|
warning_code: 'provider_issue';
|
|
36825
|
-
} | {
|
|
36826
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36827
|
-
message: string;
|
|
36828
|
-
/** Date and time at which Seam created the warning. */
|
|
36829
|
-
created_at?: string | undefined;
|
|
36830
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36831
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
36832
35167
|
} | {
|
|
36833
35168
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36834
35169
|
message: string;
|
|
@@ -36836,13 +35171,6 @@ type Routes = {
|
|
|
36836
35171
|
created_at?: string | undefined;
|
|
36837
35172
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36838
35173
|
warning_code: 'schlage_detected_duplicate';
|
|
36839
|
-
} | {
|
|
36840
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36841
|
-
message: string;
|
|
36842
|
-
/** Date and time at which Seam created the warning. */
|
|
36843
|
-
created_at?: string | undefined;
|
|
36844
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36845
|
-
warning_code: 'schlage_creation_outage';
|
|
36846
35174
|
} | {
|
|
36847
35175
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36848
35176
|
message: string;
|
|
@@ -36889,13 +35217,6 @@ type Routes = {
|
|
|
36889
35217
|
created_at?: string | undefined;
|
|
36890
35218
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36891
35219
|
warning_code: 'third_party_integration_detected';
|
|
36892
|
-
} | {
|
|
36893
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36894
|
-
message: string;
|
|
36895
|
-
/** Date and time at which Seam created the warning. */
|
|
36896
|
-
created_at?: string | undefined;
|
|
36897
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36898
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
36899
35220
|
} | {
|
|
36900
35221
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36901
35222
|
message: string;
|
|
@@ -36910,13 +35231,6 @@ type Routes = {
|
|
|
36910
35231
|
created_at?: string | undefined;
|
|
36911
35232
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36912
35233
|
warning_code: 'management_transferred';
|
|
36913
|
-
} | {
|
|
36914
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36915
|
-
message: string;
|
|
36916
|
-
/** Date and time at which Seam created the warning. */
|
|
36917
|
-
created_at?: string | undefined;
|
|
36918
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36919
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
36920
35234
|
} | {
|
|
36921
35235
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36922
35236
|
message: string;
|
|
@@ -36924,13 +35238,6 @@ type Routes = {
|
|
|
36924
35238
|
created_at?: string | undefined;
|
|
36925
35239
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36926
35240
|
warning_code: 'access_code_inactive';
|
|
36927
|
-
} | {
|
|
36928
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36929
|
-
message: string;
|
|
36930
|
-
/** Date and time at which Seam created the warning. */
|
|
36931
|
-
created_at?: string | undefined;
|
|
36932
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36933
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
36934
35241
|
} | {
|
|
36935
35242
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36936
35243
|
message: string;
|
|
@@ -37106,24 +35413,6 @@ type Routes = {
|
|
|
37106
35413
|
created_at?: string | undefined;
|
|
37107
35414
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37108
35415
|
error_code: 'provider_issue';
|
|
37109
|
-
} | {
|
|
37110
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37111
|
-
message: string;
|
|
37112
|
-
/** Indicates that this is an access code error. */
|
|
37113
|
-
is_access_code_error: true;
|
|
37114
|
-
/** Date and time at which Seam created the error. */
|
|
37115
|
-
created_at?: string | undefined;
|
|
37116
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37117
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
37118
|
-
} | {
|
|
37119
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37120
|
-
message: string;
|
|
37121
|
-
/** Indicates that this is an access code error. */
|
|
37122
|
-
is_access_code_error: true;
|
|
37123
|
-
/** Date and time at which Seam created the error. */
|
|
37124
|
-
created_at?: string | undefined;
|
|
37125
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37126
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
37127
35416
|
} | {
|
|
37128
35417
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37129
35418
|
message: string;
|
|
@@ -37182,24 +35471,6 @@ type Routes = {
|
|
|
37182
35471
|
created_at?: string | undefined;
|
|
37183
35472
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37184
35473
|
error_code: 'access_code_state_unconfirmed';
|
|
37185
|
-
} | {
|
|
37186
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37187
|
-
message: string;
|
|
37188
|
-
/** Indicates that this is an access code error. */
|
|
37189
|
-
is_access_code_error: true;
|
|
37190
|
-
/** Date and time at which Seam created the error. */
|
|
37191
|
-
created_at?: string | undefined;
|
|
37192
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37193
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
37194
|
-
} | {
|
|
37195
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37196
|
-
message: string;
|
|
37197
|
-
/** Indicates that this is an access code error. */
|
|
37198
|
-
is_access_code_error: true;
|
|
37199
|
-
/** Date and time at which Seam created the error. */
|
|
37200
|
-
created_at?: string | undefined;
|
|
37201
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37202
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
37203
35474
|
} | {
|
|
37204
35475
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37205
35476
|
message: string;
|
|
@@ -37220,33 +35491,6 @@ type Routes = {
|
|
|
37220
35491
|
/** The new value of the field. */
|
|
37221
35492
|
to: string | null;
|
|
37222
35493
|
}[] | undefined;
|
|
37223
|
-
} | {
|
|
37224
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37225
|
-
message: string;
|
|
37226
|
-
/** Indicates that this is an access code error. */
|
|
37227
|
-
is_access_code_error: true;
|
|
37228
|
-
/** Date and time at which Seam created the error. */
|
|
37229
|
-
created_at?: string | undefined;
|
|
37230
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37231
|
-
error_code: 'august_lock_invalid_code_length';
|
|
37232
|
-
} | {
|
|
37233
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37234
|
-
message: string;
|
|
37235
|
-
/** Indicates that this is an access code error. */
|
|
37236
|
-
is_access_code_error: true;
|
|
37237
|
-
/** Date and time at which Seam created the error. */
|
|
37238
|
-
created_at?: string | undefined;
|
|
37239
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37240
|
-
error_code: 'august_lock_missing_keypad';
|
|
37241
|
-
} | {
|
|
37242
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37243
|
-
message: string;
|
|
37244
|
-
/** Indicates that this is an access code error. */
|
|
37245
|
-
is_access_code_error: true;
|
|
37246
|
-
/** Date and time at which Seam created the error. */
|
|
37247
|
-
created_at?: string | undefined;
|
|
37248
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37249
|
-
error_code: 'august_lock_temporarily_offline';
|
|
37250
35494
|
} | {
|
|
37251
35495
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37252
35496
|
message: string;
|
|
@@ -37265,33 +35509,6 @@ type Routes = {
|
|
|
37265
35509
|
created_at?: string | undefined;
|
|
37266
35510
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37267
35511
|
error_code: 'salto_ks_user_not_subscribed';
|
|
37268
|
-
} | {
|
|
37269
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37270
|
-
message: string;
|
|
37271
|
-
/** Indicates that this is an access code error. */
|
|
37272
|
-
is_access_code_error: true;
|
|
37273
|
-
/** Date and time at which Seam created the error. */
|
|
37274
|
-
created_at?: string | undefined;
|
|
37275
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37276
|
-
error_code: 'wyze_duplicate_code_name';
|
|
37277
|
-
} | {
|
|
37278
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37279
|
-
message: string;
|
|
37280
|
-
/** Indicates that this is an access code error. */
|
|
37281
|
-
is_access_code_error: true;
|
|
37282
|
-
/** Date and time at which Seam created the error. */
|
|
37283
|
-
created_at?: string | undefined;
|
|
37284
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37285
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
37286
|
-
} | {
|
|
37287
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37288
|
-
message: string;
|
|
37289
|
-
/** Indicates that this is an access code error. */
|
|
37290
|
-
is_access_code_error: true;
|
|
37291
|
-
/** Date and time at which Seam created the error. */
|
|
37292
|
-
created_at?: string | undefined;
|
|
37293
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37294
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
37295
35512
|
} | {
|
|
37296
35513
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37297
35514
|
message: string;
|
|
@@ -37301,15 +35518,6 @@ type Routes = {
|
|
|
37301
35518
|
created_at?: string | undefined;
|
|
37302
35519
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37303
35520
|
error_code: 'insufficient_permissions';
|
|
37304
|
-
} | {
|
|
37305
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37306
|
-
message: string;
|
|
37307
|
-
/** Indicates that this is an access code error. */
|
|
37308
|
-
is_access_code_error: true;
|
|
37309
|
-
/** Date and time at which Seam created the error. */
|
|
37310
|
-
created_at?: string | undefined;
|
|
37311
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37312
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
37313
35521
|
} | {
|
|
37314
35522
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37315
35523
|
message: string;
|
|
@@ -37480,13 +35688,6 @@ type Routes = {
|
|
|
37480
35688
|
created_at?: string | undefined;
|
|
37481
35689
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37482
35690
|
warning_code: 'provider_issue';
|
|
37483
|
-
} | {
|
|
37484
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37485
|
-
message: string;
|
|
37486
|
-
/** Date and time at which Seam created the warning. */
|
|
37487
|
-
created_at?: string | undefined;
|
|
37488
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37489
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
37490
35691
|
} | {
|
|
37491
35692
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37492
35693
|
message: string;
|
|
@@ -37494,13 +35695,6 @@ type Routes = {
|
|
|
37494
35695
|
created_at?: string | undefined;
|
|
37495
35696
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37496
35697
|
warning_code: 'schlage_detected_duplicate';
|
|
37497
|
-
} | {
|
|
37498
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37499
|
-
message: string;
|
|
37500
|
-
/** Date and time at which Seam created the warning. */
|
|
37501
|
-
created_at?: string | undefined;
|
|
37502
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37503
|
-
warning_code: 'schlage_creation_outage';
|
|
37504
35698
|
} | {
|
|
37505
35699
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37506
35700
|
message: string;
|
|
@@ -37547,13 +35741,6 @@ type Routes = {
|
|
|
37547
35741
|
created_at?: string | undefined;
|
|
37548
35742
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37549
35743
|
warning_code: 'third_party_integration_detected';
|
|
37550
|
-
} | {
|
|
37551
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37552
|
-
message: string;
|
|
37553
|
-
/** Date and time at which Seam created the warning. */
|
|
37554
|
-
created_at?: string | undefined;
|
|
37555
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37556
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
37557
35744
|
} | {
|
|
37558
35745
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37559
35746
|
message: string;
|
|
@@ -37568,13 +35755,6 @@ type Routes = {
|
|
|
37568
35755
|
created_at?: string | undefined;
|
|
37569
35756
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37570
35757
|
warning_code: 'management_transferred';
|
|
37571
|
-
} | {
|
|
37572
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37573
|
-
message: string;
|
|
37574
|
-
/** Date and time at which Seam created the warning. */
|
|
37575
|
-
created_at?: string | undefined;
|
|
37576
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37577
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
37578
35758
|
} | {
|
|
37579
35759
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37580
35760
|
message: string;
|
|
@@ -37582,13 +35762,6 @@ type Routes = {
|
|
|
37582
35762
|
created_at?: string | undefined;
|
|
37583
35763
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37584
35764
|
warning_code: 'access_code_inactive';
|
|
37585
|
-
} | {
|
|
37586
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37587
|
-
message: string;
|
|
37588
|
-
/** Date and time at which Seam created the warning. */
|
|
37589
|
-
created_at?: string | undefined;
|
|
37590
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37591
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
37592
35765
|
} | {
|
|
37593
35766
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37594
35767
|
message: string;
|
|
@@ -37797,24 +35970,6 @@ type Routes = {
|
|
|
37797
35970
|
created_at?: string | undefined;
|
|
37798
35971
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37799
35972
|
error_code: 'provider_issue';
|
|
37800
|
-
} | {
|
|
37801
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37802
|
-
message: string;
|
|
37803
|
-
/** Indicates that this is an access code error. */
|
|
37804
|
-
is_access_code_error: true;
|
|
37805
|
-
/** Date and time at which Seam created the error. */
|
|
37806
|
-
created_at?: string | undefined;
|
|
37807
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37808
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
37809
|
-
} | {
|
|
37810
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37811
|
-
message: string;
|
|
37812
|
-
/** Indicates that this is an access code error. */
|
|
37813
|
-
is_access_code_error: true;
|
|
37814
|
-
/** Date and time at which Seam created the error. */
|
|
37815
|
-
created_at?: string | undefined;
|
|
37816
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37817
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
37818
35973
|
} | {
|
|
37819
35974
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37820
35975
|
message: string;
|
|
@@ -37873,24 +36028,6 @@ type Routes = {
|
|
|
37873
36028
|
created_at?: string | undefined;
|
|
37874
36029
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37875
36030
|
error_code: 'access_code_state_unconfirmed';
|
|
37876
|
-
} | {
|
|
37877
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37878
|
-
message: string;
|
|
37879
|
-
/** Indicates that this is an access code error. */
|
|
37880
|
-
is_access_code_error: true;
|
|
37881
|
-
/** Date and time at which Seam created the error. */
|
|
37882
|
-
created_at?: string | undefined;
|
|
37883
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37884
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
37885
|
-
} | {
|
|
37886
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37887
|
-
message: string;
|
|
37888
|
-
/** Indicates that this is an access code error. */
|
|
37889
|
-
is_access_code_error: true;
|
|
37890
|
-
/** Date and time at which Seam created the error. */
|
|
37891
|
-
created_at?: string | undefined;
|
|
37892
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37893
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
37894
36031
|
} | {
|
|
37895
36032
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37896
36033
|
message: string;
|
|
@@ -37911,33 +36048,6 @@ type Routes = {
|
|
|
37911
36048
|
/** The new value of the field. */
|
|
37912
36049
|
to: string | null;
|
|
37913
36050
|
}[] | undefined;
|
|
37914
|
-
} | {
|
|
37915
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37916
|
-
message: string;
|
|
37917
|
-
/** Indicates that this is an access code error. */
|
|
37918
|
-
is_access_code_error: true;
|
|
37919
|
-
/** Date and time at which Seam created the error. */
|
|
37920
|
-
created_at?: string | undefined;
|
|
37921
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37922
|
-
error_code: 'august_lock_invalid_code_length';
|
|
37923
|
-
} | {
|
|
37924
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37925
|
-
message: string;
|
|
37926
|
-
/** Indicates that this is an access code error. */
|
|
37927
|
-
is_access_code_error: true;
|
|
37928
|
-
/** Date and time at which Seam created the error. */
|
|
37929
|
-
created_at?: string | undefined;
|
|
37930
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37931
|
-
error_code: 'august_lock_missing_keypad';
|
|
37932
|
-
} | {
|
|
37933
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37934
|
-
message: string;
|
|
37935
|
-
/** Indicates that this is an access code error. */
|
|
37936
|
-
is_access_code_error: true;
|
|
37937
|
-
/** Date and time at which Seam created the error. */
|
|
37938
|
-
created_at?: string | undefined;
|
|
37939
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37940
|
-
error_code: 'august_lock_temporarily_offline';
|
|
37941
36051
|
} | {
|
|
37942
36052
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37943
36053
|
message: string;
|
|
@@ -37956,33 +36066,6 @@ type Routes = {
|
|
|
37956
36066
|
created_at?: string | undefined;
|
|
37957
36067
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37958
36068
|
error_code: 'salto_ks_user_not_subscribed';
|
|
37959
|
-
} | {
|
|
37960
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37961
|
-
message: string;
|
|
37962
|
-
/** Indicates that this is an access code error. */
|
|
37963
|
-
is_access_code_error: true;
|
|
37964
|
-
/** Date and time at which Seam created the error. */
|
|
37965
|
-
created_at?: string | undefined;
|
|
37966
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37967
|
-
error_code: 'wyze_duplicate_code_name';
|
|
37968
|
-
} | {
|
|
37969
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37970
|
-
message: string;
|
|
37971
|
-
/** Indicates that this is an access code error. */
|
|
37972
|
-
is_access_code_error: true;
|
|
37973
|
-
/** Date and time at which Seam created the error. */
|
|
37974
|
-
created_at?: string | undefined;
|
|
37975
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37976
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
37977
|
-
} | {
|
|
37978
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37979
|
-
message: string;
|
|
37980
|
-
/** Indicates that this is an access code error. */
|
|
37981
|
-
is_access_code_error: true;
|
|
37982
|
-
/** Date and time at which Seam created the error. */
|
|
37983
|
-
created_at?: string | undefined;
|
|
37984
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37985
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
37986
36069
|
} | {
|
|
37987
36070
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37988
36071
|
message: string;
|
|
@@ -37992,15 +36075,6 @@ type Routes = {
|
|
|
37992
36075
|
created_at?: string | undefined;
|
|
37993
36076
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
37994
36077
|
error_code: 'insufficient_permissions';
|
|
37995
|
-
} | {
|
|
37996
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
37997
|
-
message: string;
|
|
37998
|
-
/** Indicates that this is an access code error. */
|
|
37999
|
-
is_access_code_error: true;
|
|
38000
|
-
/** Date and time at which Seam created the error. */
|
|
38001
|
-
created_at?: string | undefined;
|
|
38002
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38003
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
38004
36078
|
} | {
|
|
38005
36079
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38006
36080
|
message: string;
|
|
@@ -38171,13 +36245,6 @@ type Routes = {
|
|
|
38171
36245
|
created_at?: string | undefined;
|
|
38172
36246
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38173
36247
|
warning_code: 'provider_issue';
|
|
38174
|
-
} | {
|
|
38175
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38176
|
-
message: string;
|
|
38177
|
-
/** Date and time at which Seam created the warning. */
|
|
38178
|
-
created_at?: string | undefined;
|
|
38179
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38180
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
38181
36248
|
} | {
|
|
38182
36249
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38183
36250
|
message: string;
|
|
@@ -38185,13 +36252,6 @@ type Routes = {
|
|
|
38185
36252
|
created_at?: string | undefined;
|
|
38186
36253
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38187
36254
|
warning_code: 'schlage_detected_duplicate';
|
|
38188
|
-
} | {
|
|
38189
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38190
|
-
message: string;
|
|
38191
|
-
/** Date and time at which Seam created the warning. */
|
|
38192
|
-
created_at?: string | undefined;
|
|
38193
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38194
|
-
warning_code: 'schlage_creation_outage';
|
|
38195
36255
|
} | {
|
|
38196
36256
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38197
36257
|
message: string;
|
|
@@ -38238,13 +36298,6 @@ type Routes = {
|
|
|
38238
36298
|
created_at?: string | undefined;
|
|
38239
36299
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38240
36300
|
warning_code: 'third_party_integration_detected';
|
|
38241
|
-
} | {
|
|
38242
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38243
|
-
message: string;
|
|
38244
|
-
/** Date and time at which Seam created the warning. */
|
|
38245
|
-
created_at?: string | undefined;
|
|
38246
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38247
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
38248
36301
|
} | {
|
|
38249
36302
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38250
36303
|
message: string;
|
|
@@ -38259,13 +36312,6 @@ type Routes = {
|
|
|
38259
36312
|
created_at?: string | undefined;
|
|
38260
36313
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38261
36314
|
warning_code: 'management_transferred';
|
|
38262
|
-
} | {
|
|
38263
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38264
|
-
message: string;
|
|
38265
|
-
/** Date and time at which Seam created the warning. */
|
|
38266
|
-
created_at?: string | undefined;
|
|
38267
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38268
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
38269
36315
|
} | {
|
|
38270
36316
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38271
36317
|
message: string;
|
|
@@ -38273,13 +36319,6 @@ type Routes = {
|
|
|
38273
36319
|
created_at?: string | undefined;
|
|
38274
36320
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38275
36321
|
warning_code: 'access_code_inactive';
|
|
38276
|
-
} | {
|
|
38277
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38278
|
-
message: string;
|
|
38279
|
-
/** Date and time at which Seam created the warning. */
|
|
38280
|
-
created_at?: string | undefined;
|
|
38281
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38282
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
38283
36322
|
} | {
|
|
38284
36323
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38285
36324
|
message: string;
|
|
@@ -40075,24 +38114,6 @@ type Routes = {
|
|
|
40075
38114
|
created_at?: string | undefined;
|
|
40076
38115
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40077
38116
|
error_code: 'provider_issue';
|
|
40078
|
-
} | {
|
|
40079
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40080
|
-
message: string;
|
|
40081
|
-
/** Indicates that this is an access code error. */
|
|
40082
|
-
is_access_code_error: true;
|
|
40083
|
-
/** Date and time at which Seam created the error. */
|
|
40084
|
-
created_at?: string | undefined;
|
|
40085
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40086
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
40087
|
-
} | {
|
|
40088
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40089
|
-
message: string;
|
|
40090
|
-
/** Indicates that this is an access code error. */
|
|
40091
|
-
is_access_code_error: true;
|
|
40092
|
-
/** Date and time at which Seam created the error. */
|
|
40093
|
-
created_at?: string | undefined;
|
|
40094
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40095
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
40096
38117
|
} | {
|
|
40097
38118
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40098
38119
|
message: string;
|
|
@@ -40151,24 +38172,6 @@ type Routes = {
|
|
|
40151
38172
|
created_at?: string | undefined;
|
|
40152
38173
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40153
38174
|
error_code: 'access_code_state_unconfirmed';
|
|
40154
|
-
} | {
|
|
40155
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40156
|
-
message: string;
|
|
40157
|
-
/** Indicates that this is an access code error. */
|
|
40158
|
-
is_access_code_error: true;
|
|
40159
|
-
/** Date and time at which Seam created the error. */
|
|
40160
|
-
created_at?: string | undefined;
|
|
40161
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40162
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
40163
|
-
} | {
|
|
40164
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40165
|
-
message: string;
|
|
40166
|
-
/** Indicates that this is an access code error. */
|
|
40167
|
-
is_access_code_error: true;
|
|
40168
|
-
/** Date and time at which Seam created the error. */
|
|
40169
|
-
created_at?: string | undefined;
|
|
40170
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40171
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
40172
38175
|
} | {
|
|
40173
38176
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40174
38177
|
message: string;
|
|
@@ -40189,33 +38192,6 @@ type Routes = {
|
|
|
40189
38192
|
/** The new value of the field. */
|
|
40190
38193
|
to: string | null;
|
|
40191
38194
|
}[] | undefined;
|
|
40192
|
-
} | {
|
|
40193
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40194
|
-
message: string;
|
|
40195
|
-
/** Indicates that this is an access code error. */
|
|
40196
|
-
is_access_code_error: true;
|
|
40197
|
-
/** Date and time at which Seam created the error. */
|
|
40198
|
-
created_at?: string | undefined;
|
|
40199
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40200
|
-
error_code: 'august_lock_invalid_code_length';
|
|
40201
|
-
} | {
|
|
40202
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40203
|
-
message: string;
|
|
40204
|
-
/** Indicates that this is an access code error. */
|
|
40205
|
-
is_access_code_error: true;
|
|
40206
|
-
/** Date and time at which Seam created the error. */
|
|
40207
|
-
created_at?: string | undefined;
|
|
40208
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40209
|
-
error_code: 'august_lock_missing_keypad';
|
|
40210
|
-
} | {
|
|
40211
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40212
|
-
message: string;
|
|
40213
|
-
/** Indicates that this is an access code error. */
|
|
40214
|
-
is_access_code_error: true;
|
|
40215
|
-
/** Date and time at which Seam created the error. */
|
|
40216
|
-
created_at?: string | undefined;
|
|
40217
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40218
|
-
error_code: 'august_lock_temporarily_offline';
|
|
40219
38195
|
} | {
|
|
40220
38196
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40221
38197
|
message: string;
|
|
@@ -40234,33 +38210,6 @@ type Routes = {
|
|
|
40234
38210
|
created_at?: string | undefined;
|
|
40235
38211
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40236
38212
|
error_code: 'salto_ks_user_not_subscribed';
|
|
40237
|
-
} | {
|
|
40238
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40239
|
-
message: string;
|
|
40240
|
-
/** Indicates that this is an access code error. */
|
|
40241
|
-
is_access_code_error: true;
|
|
40242
|
-
/** Date and time at which Seam created the error. */
|
|
40243
|
-
created_at?: string | undefined;
|
|
40244
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40245
|
-
error_code: 'wyze_duplicate_code_name';
|
|
40246
|
-
} | {
|
|
40247
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40248
|
-
message: string;
|
|
40249
|
-
/** Indicates that this is an access code error. */
|
|
40250
|
-
is_access_code_error: true;
|
|
40251
|
-
/** Date and time at which Seam created the error. */
|
|
40252
|
-
created_at?: string | undefined;
|
|
40253
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40254
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
40255
|
-
} | {
|
|
40256
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40257
|
-
message: string;
|
|
40258
|
-
/** Indicates that this is an access code error. */
|
|
40259
|
-
is_access_code_error: true;
|
|
40260
|
-
/** Date and time at which Seam created the error. */
|
|
40261
|
-
created_at?: string | undefined;
|
|
40262
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40263
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
40264
38213
|
} | {
|
|
40265
38214
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40266
38215
|
message: string;
|
|
@@ -40270,15 +38219,6 @@ type Routes = {
|
|
|
40270
38219
|
created_at?: string | undefined;
|
|
40271
38220
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40272
38221
|
error_code: 'insufficient_permissions';
|
|
40273
|
-
} | {
|
|
40274
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40275
|
-
message: string;
|
|
40276
|
-
/** Indicates that this is an access code error. */
|
|
40277
|
-
is_access_code_error: true;
|
|
40278
|
-
/** Date and time at which Seam created the error. */
|
|
40279
|
-
created_at?: string | undefined;
|
|
40280
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40281
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
40282
38222
|
} | {
|
|
40283
38223
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40284
38224
|
message: string;
|
|
@@ -40449,13 +38389,6 @@ type Routes = {
|
|
|
40449
38389
|
created_at?: string | undefined;
|
|
40450
38390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40451
38391
|
warning_code: 'provider_issue';
|
|
40452
|
-
} | {
|
|
40453
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40454
|
-
message: string;
|
|
40455
|
-
/** Date and time at which Seam created the warning. */
|
|
40456
|
-
created_at?: string | undefined;
|
|
40457
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40458
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
40459
38392
|
} | {
|
|
40460
38393
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40461
38394
|
message: string;
|
|
@@ -40463,13 +38396,6 @@ type Routes = {
|
|
|
40463
38396
|
created_at?: string | undefined;
|
|
40464
38397
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40465
38398
|
warning_code: 'schlage_detected_duplicate';
|
|
40466
|
-
} | {
|
|
40467
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40468
|
-
message: string;
|
|
40469
|
-
/** Date and time at which Seam created the warning. */
|
|
40470
|
-
created_at?: string | undefined;
|
|
40471
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40472
|
-
warning_code: 'schlage_creation_outage';
|
|
40473
38399
|
} | {
|
|
40474
38400
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40475
38401
|
message: string;
|
|
@@ -40516,13 +38442,6 @@ type Routes = {
|
|
|
40516
38442
|
created_at?: string | undefined;
|
|
40517
38443
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40518
38444
|
warning_code: 'third_party_integration_detected';
|
|
40519
|
-
} | {
|
|
40520
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40521
|
-
message: string;
|
|
40522
|
-
/** Date and time at which Seam created the warning. */
|
|
40523
|
-
created_at?: string | undefined;
|
|
40524
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40525
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
40526
38445
|
} | {
|
|
40527
38446
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40528
38447
|
message: string;
|
|
@@ -40537,13 +38456,6 @@ type Routes = {
|
|
|
40537
38456
|
created_at?: string | undefined;
|
|
40538
38457
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40539
38458
|
warning_code: 'management_transferred';
|
|
40540
|
-
} | {
|
|
40541
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40542
|
-
message: string;
|
|
40543
|
-
/** Date and time at which Seam created the warning. */
|
|
40544
|
-
created_at?: string | undefined;
|
|
40545
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40546
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
40547
38459
|
} | {
|
|
40548
38460
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40549
38461
|
message: string;
|
|
@@ -40551,13 +38463,6 @@ type Routes = {
|
|
|
40551
38463
|
created_at?: string | undefined;
|
|
40552
38464
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40553
38465
|
warning_code: 'access_code_inactive';
|
|
40554
|
-
} | {
|
|
40555
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40556
|
-
message: string;
|
|
40557
|
-
/** Date and time at which Seam created the warning. */
|
|
40558
|
-
created_at?: string | undefined;
|
|
40559
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40560
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
40561
38466
|
} | {
|
|
40562
38467
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40563
38468
|
message: string;
|
|
@@ -40652,24 +38557,6 @@ type Routes = {
|
|
|
40652
38557
|
created_at?: string | undefined;
|
|
40653
38558
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40654
38559
|
error_code: 'provider_issue';
|
|
40655
|
-
} | {
|
|
40656
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40657
|
-
message: string;
|
|
40658
|
-
/** Indicates that this is an access code error. */
|
|
40659
|
-
is_access_code_error: true;
|
|
40660
|
-
/** Date and time at which Seam created the error. */
|
|
40661
|
-
created_at?: string | undefined;
|
|
40662
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40663
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
40664
|
-
} | {
|
|
40665
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40666
|
-
message: string;
|
|
40667
|
-
/** Indicates that this is an access code error. */
|
|
40668
|
-
is_access_code_error: true;
|
|
40669
|
-
/** Date and time at which Seam created the error. */
|
|
40670
|
-
created_at?: string | undefined;
|
|
40671
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40672
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
40673
38560
|
} | {
|
|
40674
38561
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40675
38562
|
message: string;
|
|
@@ -40728,24 +38615,6 @@ type Routes = {
|
|
|
40728
38615
|
created_at?: string | undefined;
|
|
40729
38616
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40730
38617
|
error_code: 'access_code_state_unconfirmed';
|
|
40731
|
-
} | {
|
|
40732
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40733
|
-
message: string;
|
|
40734
|
-
/** Indicates that this is an access code error. */
|
|
40735
|
-
is_access_code_error: true;
|
|
40736
|
-
/** Date and time at which Seam created the error. */
|
|
40737
|
-
created_at?: string | undefined;
|
|
40738
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40739
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
40740
|
-
} | {
|
|
40741
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40742
|
-
message: string;
|
|
40743
|
-
/** Indicates that this is an access code error. */
|
|
40744
|
-
is_access_code_error: true;
|
|
40745
|
-
/** Date and time at which Seam created the error. */
|
|
40746
|
-
created_at?: string | undefined;
|
|
40747
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40748
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
40749
38618
|
} | {
|
|
40750
38619
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40751
38620
|
message: string;
|
|
@@ -40766,33 +38635,6 @@ type Routes = {
|
|
|
40766
38635
|
/** The new value of the field. */
|
|
40767
38636
|
to: string | null;
|
|
40768
38637
|
}[] | undefined;
|
|
40769
|
-
} | {
|
|
40770
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40771
|
-
message: string;
|
|
40772
|
-
/** Indicates that this is an access code error. */
|
|
40773
|
-
is_access_code_error: true;
|
|
40774
|
-
/** Date and time at which Seam created the error. */
|
|
40775
|
-
created_at?: string | undefined;
|
|
40776
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40777
|
-
error_code: 'august_lock_invalid_code_length';
|
|
40778
|
-
} | {
|
|
40779
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40780
|
-
message: string;
|
|
40781
|
-
/** Indicates that this is an access code error. */
|
|
40782
|
-
is_access_code_error: true;
|
|
40783
|
-
/** Date and time at which Seam created the error. */
|
|
40784
|
-
created_at?: string | undefined;
|
|
40785
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40786
|
-
error_code: 'august_lock_missing_keypad';
|
|
40787
|
-
} | {
|
|
40788
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40789
|
-
message: string;
|
|
40790
|
-
/** Indicates that this is an access code error. */
|
|
40791
|
-
is_access_code_error: true;
|
|
40792
|
-
/** Date and time at which Seam created the error. */
|
|
40793
|
-
created_at?: string | undefined;
|
|
40794
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40795
|
-
error_code: 'august_lock_temporarily_offline';
|
|
40796
38638
|
} | {
|
|
40797
38639
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40798
38640
|
message: string;
|
|
@@ -40811,33 +38653,6 @@ type Routes = {
|
|
|
40811
38653
|
created_at?: string | undefined;
|
|
40812
38654
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40813
38655
|
error_code: 'salto_ks_user_not_subscribed';
|
|
40814
|
-
} | {
|
|
40815
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40816
|
-
message: string;
|
|
40817
|
-
/** Indicates that this is an access code error. */
|
|
40818
|
-
is_access_code_error: true;
|
|
40819
|
-
/** Date and time at which Seam created the error. */
|
|
40820
|
-
created_at?: string | undefined;
|
|
40821
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40822
|
-
error_code: 'wyze_duplicate_code_name';
|
|
40823
|
-
} | {
|
|
40824
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40825
|
-
message: string;
|
|
40826
|
-
/** Indicates that this is an access code error. */
|
|
40827
|
-
is_access_code_error: true;
|
|
40828
|
-
/** Date and time at which Seam created the error. */
|
|
40829
|
-
created_at?: string | undefined;
|
|
40830
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40831
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
40832
|
-
} | {
|
|
40833
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40834
|
-
message: string;
|
|
40835
|
-
/** Indicates that this is an access code error. */
|
|
40836
|
-
is_access_code_error: true;
|
|
40837
|
-
/** Date and time at which Seam created the error. */
|
|
40838
|
-
created_at?: string | undefined;
|
|
40839
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40840
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
40841
38656
|
} | {
|
|
40842
38657
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40843
38658
|
message: string;
|
|
@@ -40847,15 +38662,6 @@ type Routes = {
|
|
|
40847
38662
|
created_at?: string | undefined;
|
|
40848
38663
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40849
38664
|
error_code: 'insufficient_permissions';
|
|
40850
|
-
} | {
|
|
40851
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40852
|
-
message: string;
|
|
40853
|
-
/** Indicates that this is an access code error. */
|
|
40854
|
-
is_access_code_error: true;
|
|
40855
|
-
/** Date and time at which Seam created the error. */
|
|
40856
|
-
created_at?: string | undefined;
|
|
40857
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40858
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
40859
38665
|
} | {
|
|
40860
38666
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40861
38667
|
message: string;
|
|
@@ -41026,13 +38832,6 @@ type Routes = {
|
|
|
41026
38832
|
created_at?: string | undefined;
|
|
41027
38833
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41028
38834
|
warning_code: 'provider_issue';
|
|
41029
|
-
} | {
|
|
41030
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41031
|
-
message: string;
|
|
41032
|
-
/** Date and time at which Seam created the warning. */
|
|
41033
|
-
created_at?: string | undefined;
|
|
41034
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41035
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
41036
38835
|
} | {
|
|
41037
38836
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41038
38837
|
message: string;
|
|
@@ -41040,13 +38839,6 @@ type Routes = {
|
|
|
41040
38839
|
created_at?: string | undefined;
|
|
41041
38840
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41042
38841
|
warning_code: 'schlage_detected_duplicate';
|
|
41043
|
-
} | {
|
|
41044
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41045
|
-
message: string;
|
|
41046
|
-
/** Date and time at which Seam created the warning. */
|
|
41047
|
-
created_at?: string | undefined;
|
|
41048
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41049
|
-
warning_code: 'schlage_creation_outage';
|
|
41050
38842
|
} | {
|
|
41051
38843
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41052
38844
|
message: string;
|
|
@@ -41093,13 +38885,6 @@ type Routes = {
|
|
|
41093
38885
|
created_at?: string | undefined;
|
|
41094
38886
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41095
38887
|
warning_code: 'third_party_integration_detected';
|
|
41096
|
-
} | {
|
|
41097
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41098
|
-
message: string;
|
|
41099
|
-
/** Date and time at which Seam created the warning. */
|
|
41100
|
-
created_at?: string | undefined;
|
|
41101
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
41102
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
41103
38888
|
} | {
|
|
41104
38889
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41105
38890
|
message: string;
|
|
@@ -41114,13 +38899,6 @@ type Routes = {
|
|
|
41114
38899
|
created_at?: string | undefined;
|
|
41115
38900
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41116
38901
|
warning_code: 'management_transferred';
|
|
41117
|
-
} | {
|
|
41118
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41119
|
-
message: string;
|
|
41120
|
-
/** Date and time at which Seam created the warning. */
|
|
41121
|
-
created_at?: string | undefined;
|
|
41122
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41123
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
41124
38902
|
} | {
|
|
41125
38903
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41126
38904
|
message: string;
|
|
@@ -41128,13 +38906,6 @@ type Routes = {
|
|
|
41128
38906
|
created_at?: string | undefined;
|
|
41129
38907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41130
38908
|
warning_code: 'access_code_inactive';
|
|
41131
|
-
} | {
|
|
41132
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41133
|
-
message: string;
|
|
41134
|
-
/** Date and time at which Seam created the warning. */
|
|
41135
|
-
created_at?: string | undefined;
|
|
41136
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41137
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
41138
38909
|
} | {
|
|
41139
38910
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41140
38911
|
message: string;
|
|
@@ -147547,24 +145318,6 @@ type Routes = {
|
|
|
147547
145318
|
created_at?: string | undefined;
|
|
147548
145319
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147549
145320
|
error_code: 'provider_issue';
|
|
147550
|
-
} | {
|
|
147551
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147552
|
-
message: string;
|
|
147553
|
-
/** Indicates that this is an access code error. */
|
|
147554
|
-
is_access_code_error: true;
|
|
147555
|
-
/** Date and time at which Seam created the error. */
|
|
147556
|
-
created_at?: string | undefined;
|
|
147557
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147558
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
147559
|
-
} | {
|
|
147560
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147561
|
-
message: string;
|
|
147562
|
-
/** Indicates that this is an access code error. */
|
|
147563
|
-
is_access_code_error: true;
|
|
147564
|
-
/** Date and time at which Seam created the error. */
|
|
147565
|
-
created_at?: string | undefined;
|
|
147566
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147567
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
147568
145321
|
} | {
|
|
147569
145322
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147570
145323
|
message: string;
|
|
@@ -147623,24 +145376,6 @@ type Routes = {
|
|
|
147623
145376
|
created_at?: string | undefined;
|
|
147624
145377
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147625
145378
|
error_code: 'access_code_state_unconfirmed';
|
|
147626
|
-
} | {
|
|
147627
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147628
|
-
message: string;
|
|
147629
|
-
/** Indicates that this is an access code error. */
|
|
147630
|
-
is_access_code_error: true;
|
|
147631
|
-
/** Date and time at which Seam created the error. */
|
|
147632
|
-
created_at?: string | undefined;
|
|
147633
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147634
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
147635
|
-
} | {
|
|
147636
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147637
|
-
message: string;
|
|
147638
|
-
/** Indicates that this is an access code error. */
|
|
147639
|
-
is_access_code_error: true;
|
|
147640
|
-
/** Date and time at which Seam created the error. */
|
|
147641
|
-
created_at?: string | undefined;
|
|
147642
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147643
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
147644
145379
|
} | {
|
|
147645
145380
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147646
145381
|
message: string;
|
|
@@ -147661,33 +145396,6 @@ type Routes = {
|
|
|
147661
145396
|
/** The new value of the field. */
|
|
147662
145397
|
to: string | null;
|
|
147663
145398
|
}[] | undefined;
|
|
147664
|
-
} | {
|
|
147665
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147666
|
-
message: string;
|
|
147667
|
-
/** Indicates that this is an access code error. */
|
|
147668
|
-
is_access_code_error: true;
|
|
147669
|
-
/** Date and time at which Seam created the error. */
|
|
147670
|
-
created_at?: string | undefined;
|
|
147671
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147672
|
-
error_code: 'august_lock_invalid_code_length';
|
|
147673
|
-
} | {
|
|
147674
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147675
|
-
message: string;
|
|
147676
|
-
/** Indicates that this is an access code error. */
|
|
147677
|
-
is_access_code_error: true;
|
|
147678
|
-
/** Date and time at which Seam created the error. */
|
|
147679
|
-
created_at?: string | undefined;
|
|
147680
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147681
|
-
error_code: 'august_lock_missing_keypad';
|
|
147682
|
-
} | {
|
|
147683
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147684
|
-
message: string;
|
|
147685
|
-
/** Indicates that this is an access code error. */
|
|
147686
|
-
is_access_code_error: true;
|
|
147687
|
-
/** Date and time at which Seam created the error. */
|
|
147688
|
-
created_at?: string | undefined;
|
|
147689
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147690
|
-
error_code: 'august_lock_temporarily_offline';
|
|
147691
145399
|
} | {
|
|
147692
145400
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147693
145401
|
message: string;
|
|
@@ -147706,33 +145414,6 @@ type Routes = {
|
|
|
147706
145414
|
created_at?: string | undefined;
|
|
147707
145415
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147708
145416
|
error_code: 'salto_ks_user_not_subscribed';
|
|
147709
|
-
} | {
|
|
147710
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147711
|
-
message: string;
|
|
147712
|
-
/** Indicates that this is an access code error. */
|
|
147713
|
-
is_access_code_error: true;
|
|
147714
|
-
/** Date and time at which Seam created the error. */
|
|
147715
|
-
created_at?: string | undefined;
|
|
147716
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147717
|
-
error_code: 'wyze_duplicate_code_name';
|
|
147718
|
-
} | {
|
|
147719
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147720
|
-
message: string;
|
|
147721
|
-
/** Indicates that this is an access code error. */
|
|
147722
|
-
is_access_code_error: true;
|
|
147723
|
-
/** Date and time at which Seam created the error. */
|
|
147724
|
-
created_at?: string | undefined;
|
|
147725
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147726
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
147727
|
-
} | {
|
|
147728
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147729
|
-
message: string;
|
|
147730
|
-
/** Indicates that this is an access code error. */
|
|
147731
|
-
is_access_code_error: true;
|
|
147732
|
-
/** Date and time at which Seam created the error. */
|
|
147733
|
-
created_at?: string | undefined;
|
|
147734
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147735
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
147736
145417
|
} | {
|
|
147737
145418
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147738
145419
|
message: string;
|
|
@@ -147742,15 +145423,6 @@ type Routes = {
|
|
|
147742
145423
|
created_at?: string | undefined;
|
|
147743
145424
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147744
145425
|
error_code: 'insufficient_permissions';
|
|
147745
|
-
} | {
|
|
147746
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147747
|
-
message: string;
|
|
147748
|
-
/** Indicates that this is an access code error. */
|
|
147749
|
-
is_access_code_error: true;
|
|
147750
|
-
/** Date and time at which Seam created the error. */
|
|
147751
|
-
created_at?: string | undefined;
|
|
147752
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147753
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
147754
145426
|
} | {
|
|
147755
145427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147756
145428
|
message: string;
|
|
@@ -147921,13 +145593,6 @@ type Routes = {
|
|
|
147921
145593
|
created_at?: string | undefined;
|
|
147922
145594
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147923
145595
|
warning_code: 'provider_issue';
|
|
147924
|
-
} | {
|
|
147925
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147926
|
-
message: string;
|
|
147927
|
-
/** Date and time at which Seam created the warning. */
|
|
147928
|
-
created_at?: string | undefined;
|
|
147929
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147930
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
147931
145596
|
} | {
|
|
147932
145597
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147933
145598
|
message: string;
|
|
@@ -147935,13 +145600,6 @@ type Routes = {
|
|
|
147935
145600
|
created_at?: string | undefined;
|
|
147936
145601
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147937
145602
|
warning_code: 'schlage_detected_duplicate';
|
|
147938
|
-
} | {
|
|
147939
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147940
|
-
message: string;
|
|
147941
|
-
/** Date and time at which Seam created the warning. */
|
|
147942
|
-
created_at?: string | undefined;
|
|
147943
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147944
|
-
warning_code: 'schlage_creation_outage';
|
|
147945
145603
|
} | {
|
|
147946
145604
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147947
145605
|
message: string;
|
|
@@ -147988,13 +145646,6 @@ type Routes = {
|
|
|
147988
145646
|
created_at?: string | undefined;
|
|
147989
145647
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147990
145648
|
warning_code: 'third_party_integration_detected';
|
|
147991
|
-
} | {
|
|
147992
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147993
|
-
message: string;
|
|
147994
|
-
/** Date and time at which Seam created the warning. */
|
|
147995
|
-
created_at?: string | undefined;
|
|
147996
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147997
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
147998
145649
|
} | {
|
|
147999
145650
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148000
145651
|
message: string;
|
|
@@ -148009,13 +145660,6 @@ type Routes = {
|
|
|
148009
145660
|
created_at?: string | undefined;
|
|
148010
145661
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148011
145662
|
warning_code: 'management_transferred';
|
|
148012
|
-
} | {
|
|
148013
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148014
|
-
message: string;
|
|
148015
|
-
/** Date and time at which Seam created the warning. */
|
|
148016
|
-
created_at?: string | undefined;
|
|
148017
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148018
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
148019
145663
|
} | {
|
|
148020
145664
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148021
145665
|
message: string;
|
|
@@ -148023,13 +145667,6 @@ type Routes = {
|
|
|
148023
145667
|
created_at?: string | undefined;
|
|
148024
145668
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148025
145669
|
warning_code: 'access_code_inactive';
|
|
148026
|
-
} | {
|
|
148027
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148028
|
-
message: string;
|
|
148029
|
-
/** Date and time at which Seam created the warning. */
|
|
148030
|
-
created_at?: string | undefined;
|
|
148031
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148032
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
148033
145670
|
} | {
|
|
148034
145671
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148035
145672
|
message: string;
|
|
@@ -148108,24 +145745,6 @@ type Routes = {
|
|
|
148108
145745
|
created_at?: string | undefined;
|
|
148109
145746
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148110
145747
|
error_code: 'provider_issue';
|
|
148111
|
-
} | {
|
|
148112
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148113
|
-
message: string;
|
|
148114
|
-
/** Indicates that this is an access code error. */
|
|
148115
|
-
is_access_code_error: true;
|
|
148116
|
-
/** Date and time at which Seam created the error. */
|
|
148117
|
-
created_at?: string | undefined;
|
|
148118
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148119
|
-
error_code: 'smartthings_failed_to_set_access_code';
|
|
148120
|
-
} | {
|
|
148121
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148122
|
-
message: string;
|
|
148123
|
-
/** Indicates that this is an access code error. */
|
|
148124
|
-
is_access_code_error: true;
|
|
148125
|
-
/** Date and time at which Seam created the error. */
|
|
148126
|
-
created_at?: string | undefined;
|
|
148127
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148128
|
-
error_code: 'smartthings_failed_to_set_after_multiple_retries';
|
|
148129
145748
|
} | {
|
|
148130
145749
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148131
145750
|
message: string;
|
|
@@ -148184,24 +145803,6 @@ type Routes = {
|
|
|
148184
145803
|
created_at?: string | undefined;
|
|
148185
145804
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148186
145805
|
error_code: 'access_code_state_unconfirmed';
|
|
148187
|
-
} | {
|
|
148188
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148189
|
-
message: string;
|
|
148190
|
-
/** Indicates that this is an access code error. */
|
|
148191
|
-
is_access_code_error: true;
|
|
148192
|
-
/** Date and time at which Seam created the error. */
|
|
148193
|
-
created_at?: string | undefined;
|
|
148194
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148195
|
-
error_code: 'kwikset_unable_to_confirm_code';
|
|
148196
|
-
} | {
|
|
148197
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148198
|
-
message: string;
|
|
148199
|
-
/** Indicates that this is an access code error. */
|
|
148200
|
-
is_access_code_error: true;
|
|
148201
|
-
/** Date and time at which Seam created the error. */
|
|
148202
|
-
created_at?: string | undefined;
|
|
148203
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148204
|
-
error_code: 'kwikset_unable_to_confirm_deletion';
|
|
148205
145806
|
} | {
|
|
148206
145807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148207
145808
|
message: string;
|
|
@@ -148222,33 +145823,6 @@ type Routes = {
|
|
|
148222
145823
|
/** The new value of the field. */
|
|
148223
145824
|
to: string | null;
|
|
148224
145825
|
}[] | undefined;
|
|
148225
|
-
} | {
|
|
148226
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148227
|
-
message: string;
|
|
148228
|
-
/** Indicates that this is an access code error. */
|
|
148229
|
-
is_access_code_error: true;
|
|
148230
|
-
/** Date and time at which Seam created the error. */
|
|
148231
|
-
created_at?: string | undefined;
|
|
148232
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148233
|
-
error_code: 'august_lock_invalid_code_length';
|
|
148234
|
-
} | {
|
|
148235
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148236
|
-
message: string;
|
|
148237
|
-
/** Indicates that this is an access code error. */
|
|
148238
|
-
is_access_code_error: true;
|
|
148239
|
-
/** Date and time at which Seam created the error. */
|
|
148240
|
-
created_at?: string | undefined;
|
|
148241
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148242
|
-
error_code: 'august_lock_missing_keypad';
|
|
148243
|
-
} | {
|
|
148244
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148245
|
-
message: string;
|
|
148246
|
-
/** Indicates that this is an access code error. */
|
|
148247
|
-
is_access_code_error: true;
|
|
148248
|
-
/** Date and time at which Seam created the error. */
|
|
148249
|
-
created_at?: string | undefined;
|
|
148250
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148251
|
-
error_code: 'august_lock_temporarily_offline';
|
|
148252
145826
|
} | {
|
|
148253
145827
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148254
145828
|
message: string;
|
|
@@ -148267,33 +145841,6 @@ type Routes = {
|
|
|
148267
145841
|
created_at?: string | undefined;
|
|
148268
145842
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148269
145843
|
error_code: 'salto_ks_user_not_subscribed';
|
|
148270
|
-
} | {
|
|
148271
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148272
|
-
message: string;
|
|
148273
|
-
/** Indicates that this is an access code error. */
|
|
148274
|
-
is_access_code_error: true;
|
|
148275
|
-
/** Date and time at which Seam created the error. */
|
|
148276
|
-
created_at?: string | undefined;
|
|
148277
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148278
|
-
error_code: 'wyze_duplicate_code_name';
|
|
148279
|
-
} | {
|
|
148280
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148281
|
-
message: string;
|
|
148282
|
-
/** Indicates that this is an access code error. */
|
|
148283
|
-
is_access_code_error: true;
|
|
148284
|
-
/** Date and time at which Seam created the error. */
|
|
148285
|
-
created_at?: string | undefined;
|
|
148286
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148287
|
-
error_code: 'wyze_potential_duplicate_code';
|
|
148288
|
-
} | {
|
|
148289
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148290
|
-
message: string;
|
|
148291
|
-
/** Indicates that this is an access code error. */
|
|
148292
|
-
is_access_code_error: true;
|
|
148293
|
-
/** Date and time at which Seam created the error. */
|
|
148294
|
-
created_at?: string | undefined;
|
|
148295
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148296
|
-
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
148297
145844
|
} | {
|
|
148298
145845
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148299
145846
|
message: string;
|
|
@@ -148303,15 +145850,6 @@ type Routes = {
|
|
|
148303
145850
|
created_at?: string | undefined;
|
|
148304
145851
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148305
145852
|
error_code: 'insufficient_permissions';
|
|
148306
|
-
} | {
|
|
148307
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148308
|
-
message: string;
|
|
148309
|
-
/** Indicates that this is an access code error. */
|
|
148310
|
-
is_access_code_error: true;
|
|
148311
|
-
/** Date and time at which Seam created the error. */
|
|
148312
|
-
created_at?: string | undefined;
|
|
148313
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148314
|
-
error_code: 'keynest_unsupported_third_party_locker';
|
|
148315
145853
|
} | {
|
|
148316
145854
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148317
145855
|
message: string;
|
|
@@ -148482,13 +146020,6 @@ type Routes = {
|
|
|
148482
146020
|
created_at?: string | undefined;
|
|
148483
146021
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148484
146022
|
warning_code: 'provider_issue';
|
|
148485
|
-
} | {
|
|
148486
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148487
|
-
message: string;
|
|
148488
|
-
/** Date and time at which Seam created the warning. */
|
|
148489
|
-
created_at?: string | undefined;
|
|
148490
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148491
|
-
warning_code: 'smartthings_failed_to_set_access_code';
|
|
148492
146023
|
} | {
|
|
148493
146024
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148494
146025
|
message: string;
|
|
@@ -148496,13 +146027,6 @@ type Routes = {
|
|
|
148496
146027
|
created_at?: string | undefined;
|
|
148497
146028
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148498
146029
|
warning_code: 'schlage_detected_duplicate';
|
|
148499
|
-
} | {
|
|
148500
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148501
|
-
message: string;
|
|
148502
|
-
/** Date and time at which Seam created the warning. */
|
|
148503
|
-
created_at?: string | undefined;
|
|
148504
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148505
|
-
warning_code: 'schlage_creation_outage';
|
|
148506
146030
|
} | {
|
|
148507
146031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148508
146032
|
message: string;
|
|
@@ -148549,13 +146073,6 @@ type Routes = {
|
|
|
148549
146073
|
created_at?: string | undefined;
|
|
148550
146074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148551
146075
|
warning_code: 'third_party_integration_detected';
|
|
148552
|
-
} | {
|
|
148553
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148554
|
-
message: string;
|
|
148555
|
-
/** Date and time at which Seam created the warning. */
|
|
148556
|
-
created_at?: string | undefined;
|
|
148557
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148558
|
-
warning_code: 'august_lock_temporarily_offline';
|
|
148559
146076
|
} | {
|
|
148560
146077
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148561
146078
|
message: string;
|
|
@@ -148570,13 +146087,6 @@ type Routes = {
|
|
|
148570
146087
|
created_at?: string | undefined;
|
|
148571
146088
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148572
146089
|
warning_code: 'management_transferred';
|
|
148573
|
-
} | {
|
|
148574
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148575
|
-
message: string;
|
|
148576
|
-
/** Date and time at which Seam created the warning. */
|
|
148577
|
-
created_at?: string | undefined;
|
|
148578
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148579
|
-
warning_code: 'kwikset_unable_to_confirm_code';
|
|
148580
146090
|
} | {
|
|
148581
146091
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148582
146092
|
message: string;
|
|
@@ -148584,13 +146094,6 @@ type Routes = {
|
|
|
148584
146094
|
created_at?: string | undefined;
|
|
148585
146095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148586
146096
|
warning_code: 'access_code_inactive';
|
|
148587
|
-
} | {
|
|
148588
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148589
|
-
message: string;
|
|
148590
|
-
/** Date and time at which Seam created the warning. */
|
|
148591
|
-
created_at?: string | undefined;
|
|
148592
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148593
|
-
warning_code: 'ultraloq_access_code_disabled';
|
|
148594
146097
|
} | {
|
|
148595
146098
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148596
146099
|
message: string;
|