@seamapi/types 1.909.0 → 1.911.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 +2 -1011
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -2498
- package/dist/index.cjs +2 -1011
- 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 +112 -950
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1475
- 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 +116 -1092
- package/src/lib/seam/connect/route-types.ts +1 -1651
|
@@ -135,74 +135,6 @@ const openapi: OpenAPISpec = {
|
|
|
135
135
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
136
136
|
type: 'object',
|
|
137
137
|
},
|
|
138
|
-
{
|
|
139
|
-
deprecated: true,
|
|
140
|
-
description: 'Failed to set code on SmartThings device.',
|
|
141
|
-
properties: {
|
|
142
|
-
created_at: {
|
|
143
|
-
description:
|
|
144
|
-
'Date and time at which Seam created the error.',
|
|
145
|
-
format: 'date-time',
|
|
146
|
-
type: 'string',
|
|
147
|
-
},
|
|
148
|
-
error_code: {
|
|
149
|
-
description:
|
|
150
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
151
|
-
enum: ['smartthings_failed_to_set_access_code'],
|
|
152
|
-
type: 'string',
|
|
153
|
-
},
|
|
154
|
-
is_access_code_error: {
|
|
155
|
-
description:
|
|
156
|
-
'Indicates that this is an access code error.',
|
|
157
|
-
enum: [true],
|
|
158
|
-
type: 'boolean',
|
|
159
|
-
},
|
|
160
|
-
message: {
|
|
161
|
-
description:
|
|
162
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
163
|
-
type: 'string',
|
|
164
|
-
},
|
|
165
|
-
},
|
|
166
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
167
|
-
type: 'object',
|
|
168
|
-
'x-deprecated':
|
|
169
|
-
'Handled by the generic `failed_to_set_on_device` system.',
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
deprecated: true,
|
|
173
|
-
description: 'Failed to set code after multiple retries.',
|
|
174
|
-
properties: {
|
|
175
|
-
created_at: {
|
|
176
|
-
description:
|
|
177
|
-
'Date and time at which Seam created the error.',
|
|
178
|
-
format: 'date-time',
|
|
179
|
-
type: 'string',
|
|
180
|
-
},
|
|
181
|
-
error_code: {
|
|
182
|
-
description:
|
|
183
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
184
|
-
enum: [
|
|
185
|
-
'smartthings_failed_to_set_after_multiple_retries',
|
|
186
|
-
],
|
|
187
|
-
type: 'string',
|
|
188
|
-
},
|
|
189
|
-
is_access_code_error: {
|
|
190
|
-
description:
|
|
191
|
-
'Indicates that this is an access code error.',
|
|
192
|
-
enum: [true],
|
|
193
|
-
type: 'boolean',
|
|
194
|
-
},
|
|
195
|
-
message: {
|
|
196
|
-
description:
|
|
197
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
198
|
-
type: 'string',
|
|
199
|
-
},
|
|
200
|
-
},
|
|
201
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
202
|
-
type: 'object',
|
|
203
|
-
'x-deprecated':
|
|
204
|
-
'Handled by the generic `failed_to_set_on_device` system.',
|
|
205
|
-
},
|
|
206
138
|
{
|
|
207
139
|
description: 'Failed to set code on device.',
|
|
208
140
|
properties: {
|
|
@@ -397,74 +329,6 @@ const openapi: OpenAPISpec = {
|
|
|
397
329
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
398
330
|
type: 'object',
|
|
399
331
|
},
|
|
400
|
-
{
|
|
401
|
-
deprecated: true,
|
|
402
|
-
description:
|
|
403
|
-
'Unable to confirm that the access code is set on Kwikset device.',
|
|
404
|
-
properties: {
|
|
405
|
-
created_at: {
|
|
406
|
-
description:
|
|
407
|
-
'Date and time at which Seam created the error.',
|
|
408
|
-
format: 'date-time',
|
|
409
|
-
type: 'string',
|
|
410
|
-
},
|
|
411
|
-
error_code: {
|
|
412
|
-
description:
|
|
413
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
414
|
-
enum: ['kwikset_unable_to_confirm_code'],
|
|
415
|
-
type: 'string',
|
|
416
|
-
},
|
|
417
|
-
is_access_code_error: {
|
|
418
|
-
description:
|
|
419
|
-
'Indicates that this is an access code error.',
|
|
420
|
-
enum: [true],
|
|
421
|
-
type: 'boolean',
|
|
422
|
-
},
|
|
423
|
-
message: {
|
|
424
|
-
description:
|
|
425
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
426
|
-
type: 'string',
|
|
427
|
-
},
|
|
428
|
-
},
|
|
429
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
430
|
-
type: 'object',
|
|
431
|
-
'x-deprecated':
|
|
432
|
-
'Use `access_code_state_unconfirmed` instead.',
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
deprecated: true,
|
|
436
|
-
description:
|
|
437
|
-
'Unable to confirm the deletion of the access code on Kwikset device.',
|
|
438
|
-
properties: {
|
|
439
|
-
created_at: {
|
|
440
|
-
description:
|
|
441
|
-
'Date and time at which Seam created the error.',
|
|
442
|
-
format: 'date-time',
|
|
443
|
-
type: 'string',
|
|
444
|
-
},
|
|
445
|
-
error_code: {
|
|
446
|
-
description:
|
|
447
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
448
|
-
enum: ['kwikset_unable_to_confirm_deletion'],
|
|
449
|
-
type: 'string',
|
|
450
|
-
},
|
|
451
|
-
is_access_code_error: {
|
|
452
|
-
description:
|
|
453
|
-
'Indicates that this is an access code error.',
|
|
454
|
-
enum: [true],
|
|
455
|
-
type: 'boolean',
|
|
456
|
-
},
|
|
457
|
-
message: {
|
|
458
|
-
description:
|
|
459
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
460
|
-
type: 'string',
|
|
461
|
-
},
|
|
462
|
-
},
|
|
463
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
464
|
-
type: 'object',
|
|
465
|
-
'x-deprecated':
|
|
466
|
-
'Use `access_code_state_unconfirmed` instead.',
|
|
467
|
-
},
|
|
468
332
|
{
|
|
469
333
|
description:
|
|
470
334
|
'Code was modified or removed externally after Seam successfully set it on the device.',
|
|
@@ -529,8 +393,8 @@ const openapi: OpenAPISpec = {
|
|
|
529
393
|
type: 'object',
|
|
530
394
|
},
|
|
531
395
|
{
|
|
532
|
-
|
|
533
|
-
|
|
396
|
+
description:
|
|
397
|
+
'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
|
|
534
398
|
properties: {
|
|
535
399
|
created_at: {
|
|
536
400
|
description:
|
|
@@ -541,7 +405,7 @@ const openapi: OpenAPISpec = {
|
|
|
541
405
|
error_code: {
|
|
542
406
|
description:
|
|
543
407
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
544
|
-
enum: ['
|
|
408
|
+
enum: ['access_code_inactive'],
|
|
545
409
|
type: 'string',
|
|
546
410
|
},
|
|
547
411
|
is_access_code_error: {
|
|
@@ -558,11 +422,10 @@ const openapi: OpenAPISpec = {
|
|
|
558
422
|
},
|
|
559
423
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
560
424
|
type: 'object',
|
|
561
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
562
425
|
},
|
|
563
426
|
{
|
|
564
427
|
deprecated: true,
|
|
565
|
-
description: '
|
|
428
|
+
description: 'Salto site user is not subscribed.',
|
|
566
429
|
properties: {
|
|
567
430
|
created_at: {
|
|
568
431
|
description:
|
|
@@ -573,7 +436,7 @@ const openapi: OpenAPISpec = {
|
|
|
573
436
|
error_code: {
|
|
574
437
|
description:
|
|
575
438
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
576
|
-
enum: ['
|
|
439
|
+
enum: ['salto_ks_user_not_subscribed'],
|
|
577
440
|
type: 'string',
|
|
578
441
|
},
|
|
579
442
|
is_access_code_error: {
|
|
@@ -590,11 +453,11 @@ const openapi: OpenAPISpec = {
|
|
|
590
453
|
},
|
|
591
454
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
592
455
|
type: 'object',
|
|
593
|
-
'x-deprecated': 'Use `
|
|
456
|
+
'x-deprecated': 'Use `access_code_inactive` instead.',
|
|
594
457
|
},
|
|
595
458
|
{
|
|
596
|
-
|
|
597
|
-
|
|
459
|
+
description:
|
|
460
|
+
'Admin role required—insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.',
|
|
598
461
|
properties: {
|
|
599
462
|
created_at: {
|
|
600
463
|
description:
|
|
@@ -605,7 +468,7 @@ const openapi: OpenAPISpec = {
|
|
|
605
468
|
error_code: {
|
|
606
469
|
description:
|
|
607
470
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
608
|
-
enum: ['
|
|
471
|
+
enum: ['insufficient_permissions'],
|
|
609
472
|
type: 'string',
|
|
610
473
|
},
|
|
611
474
|
is_access_code_error: {
|
|
@@ -622,11 +485,10 @@ const openapi: OpenAPISpec = {
|
|
|
622
485
|
},
|
|
623
486
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
624
487
|
type: 'object',
|
|
625
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
626
488
|
},
|
|
627
489
|
{
|
|
628
490
|
description:
|
|
629
|
-
'
|
|
491
|
+
'This access code was overridden on the device by a newer access code programmed to the same slot.',
|
|
630
492
|
properties: {
|
|
631
493
|
created_at: {
|
|
632
494
|
description:
|
|
@@ -637,7 +499,7 @@ const openapi: OpenAPISpec = {
|
|
|
637
499
|
error_code: {
|
|
638
500
|
description:
|
|
639
501
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
640
|
-
enum: ['
|
|
502
|
+
enum: ['replaced_by_newer_access_code'],
|
|
641
503
|
type: 'string',
|
|
642
504
|
},
|
|
643
505
|
is_access_code_error: {
|
|
@@ -656,8 +518,7 @@ const openapi: OpenAPISpec = {
|
|
|
656
518
|
type: 'object',
|
|
657
519
|
},
|
|
658
520
|
{
|
|
659
|
-
|
|
660
|
-
description: 'Salto site user is not subscribed.',
|
|
521
|
+
description: 'Indicates that the account is disconnected.',
|
|
661
522
|
properties: {
|
|
662
523
|
created_at: {
|
|
663
524
|
description:
|
|
@@ -668,28 +529,39 @@ const openapi: OpenAPISpec = {
|
|
|
668
529
|
error_code: {
|
|
669
530
|
description:
|
|
670
531
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
671
|
-
enum: ['
|
|
532
|
+
enum: ['account_disconnected'],
|
|
672
533
|
type: 'string',
|
|
673
534
|
},
|
|
674
|
-
|
|
535
|
+
is_connected_account_error: {
|
|
675
536
|
description:
|
|
676
|
-
'Indicates that
|
|
537
|
+
'Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.',
|
|
677
538
|
enum: [true],
|
|
678
539
|
type: 'boolean',
|
|
679
540
|
},
|
|
541
|
+
is_device_error: {
|
|
542
|
+
description:
|
|
543
|
+
'Indicates that the error is not a device error.',
|
|
544
|
+
enum: [false],
|
|
545
|
+
type: 'boolean',
|
|
546
|
+
},
|
|
680
547
|
message: {
|
|
681
548
|
description:
|
|
682
549
|
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
683
550
|
type: 'string',
|
|
684
551
|
},
|
|
685
552
|
},
|
|
686
|
-
required: [
|
|
553
|
+
required: [
|
|
554
|
+
'message',
|
|
555
|
+
'is_device_error',
|
|
556
|
+
'created_at',
|
|
557
|
+
'error_code',
|
|
558
|
+
'is_connected_account_error',
|
|
559
|
+
],
|
|
687
560
|
type: 'object',
|
|
688
|
-
'x-deprecated': 'Use `access_code_inactive` instead.',
|
|
689
561
|
},
|
|
690
562
|
{
|
|
691
|
-
|
|
692
|
-
|
|
563
|
+
description:
|
|
564
|
+
'Indicates that the Salto site user limit has been reached.',
|
|
693
565
|
properties: {
|
|
694
566
|
created_at: {
|
|
695
567
|
description:
|
|
@@ -700,28 +572,40 @@ const openapi: OpenAPISpec = {
|
|
|
700
572
|
error_code: {
|
|
701
573
|
description:
|
|
702
574
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
703
|
-
enum: ['
|
|
575
|
+
enum: ['salto_ks_subscription_limit_exceeded'],
|
|
704
576
|
type: 'string',
|
|
705
577
|
},
|
|
706
|
-
|
|
578
|
+
is_connected_account_error: {
|
|
707
579
|
description:
|
|
708
|
-
'Indicates that
|
|
580
|
+
'Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.',
|
|
709
581
|
enum: [true],
|
|
710
582
|
type: 'boolean',
|
|
711
583
|
},
|
|
584
|
+
is_device_error: {
|
|
585
|
+
description:
|
|
586
|
+
'Indicates that the error is not a device error.',
|
|
587
|
+
enum: [false],
|
|
588
|
+
type: 'boolean',
|
|
589
|
+
},
|
|
712
590
|
message: {
|
|
713
591
|
description:
|
|
714
592
|
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
715
593
|
type: 'string',
|
|
716
594
|
},
|
|
717
595
|
},
|
|
718
|
-
required: [
|
|
596
|
+
required: [
|
|
597
|
+
'message',
|
|
598
|
+
'is_device_error',
|
|
599
|
+
'created_at',
|
|
600
|
+
'error_code',
|
|
601
|
+
'is_connected_account_error',
|
|
602
|
+
],
|
|
719
603
|
type: 'object',
|
|
720
|
-
'x-
|
|
604
|
+
'x-variant-group-key': 'locks',
|
|
721
605
|
},
|
|
722
606
|
{
|
|
723
607
|
deprecated: true,
|
|
724
|
-
description: '
|
|
608
|
+
description: 'Indicates that the device is offline.',
|
|
725
609
|
properties: {
|
|
726
610
|
created_at: {
|
|
727
611
|
description:
|
|
@@ -732,12 +616,12 @@ const openapi: OpenAPISpec = {
|
|
|
732
616
|
error_code: {
|
|
733
617
|
description:
|
|
734
618
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
735
|
-
enum: ['
|
|
619
|
+
enum: ['device_offline'],
|
|
736
620
|
type: 'string',
|
|
737
621
|
},
|
|
738
|
-
|
|
622
|
+
is_device_error: {
|
|
739
623
|
description:
|
|
740
|
-
'Indicates that
|
|
624
|
+
'Indicates that the error is a device error.',
|
|
741
625
|
enum: [true],
|
|
742
626
|
type: 'boolean',
|
|
743
627
|
},
|
|
@@ -747,14 +631,17 @@ const openapi: OpenAPISpec = {
|
|
|
747
631
|
type: 'string',
|
|
748
632
|
},
|
|
749
633
|
},
|
|
750
|
-
required: [
|
|
634
|
+
required: [
|
|
635
|
+
'message',
|
|
636
|
+
'is_device_error',
|
|
637
|
+
'created_at',
|
|
638
|
+
'error_code',
|
|
639
|
+
],
|
|
751
640
|
type: 'object',
|
|
752
|
-
'x-deprecated': 'Use `
|
|
641
|
+
'x-deprecated': 'Use `device_disconnected` instead.',
|
|
753
642
|
},
|
|
754
643
|
{
|
|
755
|
-
|
|
756
|
-
description:
|
|
757
|
-
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
644
|
+
description: 'Indicates that the device has been removed.',
|
|
758
645
|
properties: {
|
|
759
646
|
created_at: {
|
|
760
647
|
description:
|
|
@@ -765,12 +652,12 @@ const openapi: OpenAPISpec = {
|
|
|
765
652
|
error_code: {
|
|
766
653
|
description:
|
|
767
654
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
768
|
-
enum: ['
|
|
655
|
+
enum: ['device_removed'],
|
|
769
656
|
type: 'string',
|
|
770
657
|
},
|
|
771
|
-
|
|
658
|
+
is_device_error: {
|
|
772
659
|
description:
|
|
773
|
-
'Indicates that
|
|
660
|
+
'Indicates that the error is a device error.',
|
|
774
661
|
enum: [true],
|
|
775
662
|
type: 'boolean',
|
|
776
663
|
},
|
|
@@ -780,13 +667,16 @@ const openapi: OpenAPISpec = {
|
|
|
780
667
|
type: 'string',
|
|
781
668
|
},
|
|
782
669
|
},
|
|
783
|
-
required: [
|
|
670
|
+
required: [
|
|
671
|
+
'message',
|
|
672
|
+
'is_device_error',
|
|
673
|
+
'created_at',
|
|
674
|
+
'error_code',
|
|
675
|
+
],
|
|
784
676
|
type: 'object',
|
|
785
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
786
677
|
},
|
|
787
678
|
{
|
|
788
|
-
description:
|
|
789
|
-
'Admin role required—insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.',
|
|
679
|
+
description: 'Indicates that the hub is disconnected.',
|
|
790
680
|
properties: {
|
|
791
681
|
created_at: {
|
|
792
682
|
description:
|
|
@@ -797,12 +687,12 @@ const openapi: OpenAPISpec = {
|
|
|
797
687
|
error_code: {
|
|
798
688
|
description:
|
|
799
689
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
800
|
-
enum: ['
|
|
690
|
+
enum: ['hub_disconnected'],
|
|
801
691
|
type: 'string',
|
|
802
692
|
},
|
|
803
|
-
|
|
693
|
+
is_device_error: {
|
|
804
694
|
description:
|
|
805
|
-
'Indicates that
|
|
695
|
+
'Indicates that the error is a device error.',
|
|
806
696
|
enum: [true],
|
|
807
697
|
type: 'boolean',
|
|
808
698
|
},
|
|
@@ -812,12 +702,16 @@ const openapi: OpenAPISpec = {
|
|
|
812
702
|
type: 'string',
|
|
813
703
|
},
|
|
814
704
|
},
|
|
815
|
-
required: [
|
|
705
|
+
required: [
|
|
706
|
+
'message',
|
|
707
|
+
'is_device_error',
|
|
708
|
+
'created_at',
|
|
709
|
+
'error_code',
|
|
710
|
+
],
|
|
816
711
|
type: 'object',
|
|
817
712
|
},
|
|
818
713
|
{
|
|
819
|
-
|
|
820
|
-
description: 'KeyNest locker is not supported.',
|
|
714
|
+
description: 'Indicates that the device is disconnected.',
|
|
821
715
|
properties: {
|
|
822
716
|
created_at: {
|
|
823
717
|
description:
|
|
@@ -828,12 +722,12 @@ const openapi: OpenAPISpec = {
|
|
|
828
722
|
error_code: {
|
|
829
723
|
description:
|
|
830
724
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
831
|
-
enum: ['
|
|
725
|
+
enum: ['device_disconnected'],
|
|
832
726
|
type: 'string',
|
|
833
727
|
},
|
|
834
|
-
|
|
728
|
+
is_device_error: {
|
|
835
729
|
description:
|
|
836
|
-
'Indicates that
|
|
730
|
+
'Indicates that the error is a device error.',
|
|
837
731
|
enum: [true],
|
|
838
732
|
type: 'boolean',
|
|
839
733
|
},
|
|
@@ -843,13 +737,17 @@ const openapi: OpenAPISpec = {
|
|
|
843
737
|
type: 'string',
|
|
844
738
|
},
|
|
845
739
|
},
|
|
846
|
-
required: [
|
|
740
|
+
required: [
|
|
741
|
+
'message',
|
|
742
|
+
'is_device_error',
|
|
743
|
+
'created_at',
|
|
744
|
+
'error_code',
|
|
745
|
+
],
|
|
847
746
|
type: 'object',
|
|
848
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
849
747
|
},
|
|
850
748
|
{
|
|
851
749
|
description:
|
|
852
|
-
'
|
|
750
|
+
'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
|
|
853
751
|
properties: {
|
|
854
752
|
created_at: {
|
|
855
753
|
description:
|
|
@@ -860,12 +758,12 @@ const openapi: OpenAPISpec = {
|
|
|
860
758
|
error_code: {
|
|
861
759
|
description:
|
|
862
760
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
863
|
-
enum: ['
|
|
761
|
+
enum: ['empty_backup_access_code_pool'],
|
|
864
762
|
type: 'string',
|
|
865
763
|
},
|
|
866
|
-
|
|
764
|
+
is_device_error: {
|
|
867
765
|
description:
|
|
868
|
-
'Indicates that
|
|
766
|
+
'Indicates that the error is a device error.',
|
|
869
767
|
enum: [true],
|
|
870
768
|
type: 'boolean',
|
|
871
769
|
},
|
|
@@ -875,11 +773,18 @@ const openapi: OpenAPISpec = {
|
|
|
875
773
|
type: 'string',
|
|
876
774
|
},
|
|
877
775
|
},
|
|
878
|
-
required: [
|
|
776
|
+
required: [
|
|
777
|
+
'message',
|
|
778
|
+
'is_device_error',
|
|
779
|
+
'created_at',
|
|
780
|
+
'error_code',
|
|
781
|
+
],
|
|
879
782
|
type: 'object',
|
|
783
|
+
'x-variant-group-key': 'access_codes',
|
|
880
784
|
},
|
|
881
785
|
{
|
|
882
|
-
description:
|
|
786
|
+
description:
|
|
787
|
+
'Indicates that the user is not authorized to use the August lock.',
|
|
883
788
|
properties: {
|
|
884
789
|
created_at: {
|
|
885
790
|
description:
|
|
@@ -890,19 +795,13 @@ const openapi: OpenAPISpec = {
|
|
|
890
795
|
error_code: {
|
|
891
796
|
description:
|
|
892
797
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
893
|
-
enum: ['
|
|
798
|
+
enum: ['august_lock_not_authorized'],
|
|
894
799
|
type: 'string',
|
|
895
800
|
},
|
|
896
|
-
is_connected_account_error: {
|
|
897
|
-
description:
|
|
898
|
-
'Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.',
|
|
899
|
-
enum: [true],
|
|
900
|
-
type: 'boolean',
|
|
901
|
-
},
|
|
902
801
|
is_device_error: {
|
|
903
802
|
description:
|
|
904
|
-
'Indicates that the error is
|
|
905
|
-
enum: [
|
|
803
|
+
'Indicates that the error is a device error.',
|
|
804
|
+
enum: [true],
|
|
906
805
|
type: 'boolean',
|
|
907
806
|
},
|
|
908
807
|
message: {
|
|
@@ -916,13 +815,14 @@ const openapi: OpenAPISpec = {
|
|
|
916
815
|
'is_device_error',
|
|
917
816
|
'created_at',
|
|
918
817
|
'error_code',
|
|
919
|
-
'is_connected_account_error',
|
|
920
818
|
],
|
|
921
819
|
type: 'object',
|
|
820
|
+
'x-variant-group-key': 'locks',
|
|
922
821
|
},
|
|
923
822
|
{
|
|
823
|
+
deprecated: true,
|
|
924
824
|
description:
|
|
925
|
-
'Indicates that the
|
|
825
|
+
'Indicates that the lock is not connected to a bridge.',
|
|
926
826
|
properties: {
|
|
927
827
|
created_at: {
|
|
928
828
|
description:
|
|
@@ -933,19 +833,13 @@ const openapi: OpenAPISpec = {
|
|
|
933
833
|
error_code: {
|
|
934
834
|
description:
|
|
935
835
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
936
|
-
enum: ['
|
|
836
|
+
enum: ['august_lock_missing_bridge'],
|
|
937
837
|
type: 'string',
|
|
938
838
|
},
|
|
939
|
-
is_connected_account_error: {
|
|
940
|
-
description:
|
|
941
|
-
'Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.',
|
|
942
|
-
enum: [true],
|
|
943
|
-
type: 'boolean',
|
|
944
|
-
},
|
|
945
839
|
is_device_error: {
|
|
946
840
|
description:
|
|
947
|
-
'Indicates that the error is
|
|
948
|
-
enum: [
|
|
841
|
+
'Indicates that the error is a device error.',
|
|
842
|
+
enum: [true],
|
|
949
843
|
type: 'boolean',
|
|
950
844
|
},
|
|
951
845
|
message: {
|
|
@@ -959,14 +853,15 @@ const openapi: OpenAPISpec = {
|
|
|
959
853
|
'is_device_error',
|
|
960
854
|
'created_at',
|
|
961
855
|
'error_code',
|
|
962
|
-
'is_connected_account_error',
|
|
963
856
|
],
|
|
964
857
|
type: 'object',
|
|
858
|
+
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
965
859
|
'x-variant-group-key': 'locks',
|
|
966
860
|
},
|
|
967
861
|
{
|
|
968
862
|
deprecated: true,
|
|
969
|
-
description:
|
|
863
|
+
description:
|
|
864
|
+
'Indicates that the lock is not paired with a gateway.',
|
|
970
865
|
properties: {
|
|
971
866
|
created_at: {
|
|
972
867
|
description:
|
|
@@ -977,263 +872,7 @@ const openapi: OpenAPISpec = {
|
|
|
977
872
|
error_code: {
|
|
978
873
|
description:
|
|
979
874
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
980
|
-
enum: ['
|
|
981
|
-
type: 'string',
|
|
982
|
-
},
|
|
983
|
-
is_device_error: {
|
|
984
|
-
description:
|
|
985
|
-
'Indicates that the error is a device error.',
|
|
986
|
-
enum: [true],
|
|
987
|
-
type: 'boolean',
|
|
988
|
-
},
|
|
989
|
-
message: {
|
|
990
|
-
description:
|
|
991
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
992
|
-
type: 'string',
|
|
993
|
-
},
|
|
994
|
-
},
|
|
995
|
-
required: [
|
|
996
|
-
'message',
|
|
997
|
-
'is_device_error',
|
|
998
|
-
'created_at',
|
|
999
|
-
'error_code',
|
|
1000
|
-
],
|
|
1001
|
-
type: 'object',
|
|
1002
|
-
'x-deprecated': 'Use `device_disconnected` instead.',
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
description: 'Indicates that the device has been removed.',
|
|
1006
|
-
properties: {
|
|
1007
|
-
created_at: {
|
|
1008
|
-
description:
|
|
1009
|
-
'Date and time at which Seam created the error.',
|
|
1010
|
-
format: 'date-time',
|
|
1011
|
-
type: 'string',
|
|
1012
|
-
},
|
|
1013
|
-
error_code: {
|
|
1014
|
-
description:
|
|
1015
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1016
|
-
enum: ['device_removed'],
|
|
1017
|
-
type: 'string',
|
|
1018
|
-
},
|
|
1019
|
-
is_device_error: {
|
|
1020
|
-
description:
|
|
1021
|
-
'Indicates that the error is a device error.',
|
|
1022
|
-
enum: [true],
|
|
1023
|
-
type: 'boolean',
|
|
1024
|
-
},
|
|
1025
|
-
message: {
|
|
1026
|
-
description:
|
|
1027
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1028
|
-
type: 'string',
|
|
1029
|
-
},
|
|
1030
|
-
},
|
|
1031
|
-
required: [
|
|
1032
|
-
'message',
|
|
1033
|
-
'is_device_error',
|
|
1034
|
-
'created_at',
|
|
1035
|
-
'error_code',
|
|
1036
|
-
],
|
|
1037
|
-
type: 'object',
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
description: 'Indicates that the hub is disconnected.',
|
|
1041
|
-
properties: {
|
|
1042
|
-
created_at: {
|
|
1043
|
-
description:
|
|
1044
|
-
'Date and time at which Seam created the error.',
|
|
1045
|
-
format: 'date-time',
|
|
1046
|
-
type: 'string',
|
|
1047
|
-
},
|
|
1048
|
-
error_code: {
|
|
1049
|
-
description:
|
|
1050
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1051
|
-
enum: ['hub_disconnected'],
|
|
1052
|
-
type: 'string',
|
|
1053
|
-
},
|
|
1054
|
-
is_device_error: {
|
|
1055
|
-
description:
|
|
1056
|
-
'Indicates that the error is a device error.',
|
|
1057
|
-
enum: [true],
|
|
1058
|
-
type: 'boolean',
|
|
1059
|
-
},
|
|
1060
|
-
message: {
|
|
1061
|
-
description:
|
|
1062
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1063
|
-
type: 'string',
|
|
1064
|
-
},
|
|
1065
|
-
},
|
|
1066
|
-
required: [
|
|
1067
|
-
'message',
|
|
1068
|
-
'is_device_error',
|
|
1069
|
-
'created_at',
|
|
1070
|
-
'error_code',
|
|
1071
|
-
],
|
|
1072
|
-
type: 'object',
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
description: 'Indicates that the device is disconnected.',
|
|
1076
|
-
properties: {
|
|
1077
|
-
created_at: {
|
|
1078
|
-
description:
|
|
1079
|
-
'Date and time at which Seam created the error.',
|
|
1080
|
-
format: 'date-time',
|
|
1081
|
-
type: 'string',
|
|
1082
|
-
},
|
|
1083
|
-
error_code: {
|
|
1084
|
-
description:
|
|
1085
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1086
|
-
enum: ['device_disconnected'],
|
|
1087
|
-
type: 'string',
|
|
1088
|
-
},
|
|
1089
|
-
is_device_error: {
|
|
1090
|
-
description:
|
|
1091
|
-
'Indicates that the error is a device error.',
|
|
1092
|
-
enum: [true],
|
|
1093
|
-
type: 'boolean',
|
|
1094
|
-
},
|
|
1095
|
-
message: {
|
|
1096
|
-
description:
|
|
1097
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1098
|
-
type: 'string',
|
|
1099
|
-
},
|
|
1100
|
-
},
|
|
1101
|
-
required: [
|
|
1102
|
-
'message',
|
|
1103
|
-
'is_device_error',
|
|
1104
|
-
'created_at',
|
|
1105
|
-
'error_code',
|
|
1106
|
-
],
|
|
1107
|
-
type: 'object',
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
description:
|
|
1111
|
-
'Indicates that the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is empty.',
|
|
1112
|
-
properties: {
|
|
1113
|
-
created_at: {
|
|
1114
|
-
description:
|
|
1115
|
-
'Date and time at which Seam created the error.',
|
|
1116
|
-
format: 'date-time',
|
|
1117
|
-
type: 'string',
|
|
1118
|
-
},
|
|
1119
|
-
error_code: {
|
|
1120
|
-
description:
|
|
1121
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1122
|
-
enum: ['empty_backup_access_code_pool'],
|
|
1123
|
-
type: 'string',
|
|
1124
|
-
},
|
|
1125
|
-
is_device_error: {
|
|
1126
|
-
description:
|
|
1127
|
-
'Indicates that the error is a device error.',
|
|
1128
|
-
enum: [true],
|
|
1129
|
-
type: 'boolean',
|
|
1130
|
-
},
|
|
1131
|
-
message: {
|
|
1132
|
-
description:
|
|
1133
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1134
|
-
type: 'string',
|
|
1135
|
-
},
|
|
1136
|
-
},
|
|
1137
|
-
required: [
|
|
1138
|
-
'message',
|
|
1139
|
-
'is_device_error',
|
|
1140
|
-
'created_at',
|
|
1141
|
-
'error_code',
|
|
1142
|
-
],
|
|
1143
|
-
type: 'object',
|
|
1144
|
-
'x-variant-group-key': 'access_codes',
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
description:
|
|
1148
|
-
'Indicates that the user is not authorized to use the August lock.',
|
|
1149
|
-
properties: {
|
|
1150
|
-
created_at: {
|
|
1151
|
-
description:
|
|
1152
|
-
'Date and time at which Seam created the error.',
|
|
1153
|
-
format: 'date-time',
|
|
1154
|
-
type: 'string',
|
|
1155
|
-
},
|
|
1156
|
-
error_code: {
|
|
1157
|
-
description:
|
|
1158
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1159
|
-
enum: ['august_lock_not_authorized'],
|
|
1160
|
-
type: 'string',
|
|
1161
|
-
},
|
|
1162
|
-
is_device_error: {
|
|
1163
|
-
description:
|
|
1164
|
-
'Indicates that the error is a device error.',
|
|
1165
|
-
enum: [true],
|
|
1166
|
-
type: 'boolean',
|
|
1167
|
-
},
|
|
1168
|
-
message: {
|
|
1169
|
-
description:
|
|
1170
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1171
|
-
type: 'string',
|
|
1172
|
-
},
|
|
1173
|
-
},
|
|
1174
|
-
required: [
|
|
1175
|
-
'message',
|
|
1176
|
-
'is_device_error',
|
|
1177
|
-
'created_at',
|
|
1178
|
-
'error_code',
|
|
1179
|
-
],
|
|
1180
|
-
type: 'object',
|
|
1181
|
-
'x-variant-group-key': 'locks',
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
deprecated: true,
|
|
1185
|
-
description:
|
|
1186
|
-
'Indicates that the lock is not connected to a bridge.',
|
|
1187
|
-
properties: {
|
|
1188
|
-
created_at: {
|
|
1189
|
-
description:
|
|
1190
|
-
'Date and time at which Seam created the error.',
|
|
1191
|
-
format: 'date-time',
|
|
1192
|
-
type: 'string',
|
|
1193
|
-
},
|
|
1194
|
-
error_code: {
|
|
1195
|
-
description:
|
|
1196
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1197
|
-
enum: ['august_lock_missing_bridge'],
|
|
1198
|
-
type: 'string',
|
|
1199
|
-
},
|
|
1200
|
-
is_device_error: {
|
|
1201
|
-
description:
|
|
1202
|
-
'Indicates that the error is a device error.',
|
|
1203
|
-
enum: [true],
|
|
1204
|
-
type: 'boolean',
|
|
1205
|
-
},
|
|
1206
|
-
message: {
|
|
1207
|
-
description:
|
|
1208
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
1209
|
-
type: 'string',
|
|
1210
|
-
},
|
|
1211
|
-
},
|
|
1212
|
-
required: [
|
|
1213
|
-
'message',
|
|
1214
|
-
'is_device_error',
|
|
1215
|
-
'created_at',
|
|
1216
|
-
'error_code',
|
|
1217
|
-
],
|
|
1218
|
-
type: 'object',
|
|
1219
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
1220
|
-
'x-variant-group-key': 'locks',
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
deprecated: true,
|
|
1224
|
-
description:
|
|
1225
|
-
'Indicates that the lock is not paired with a gateway.',
|
|
1226
|
-
properties: {
|
|
1227
|
-
created_at: {
|
|
1228
|
-
description:
|
|
1229
|
-
'Date and time at which Seam created the error.',
|
|
1230
|
-
format: 'date-time',
|
|
1231
|
-
type: 'string',
|
|
1232
|
-
},
|
|
1233
|
-
error_code: {
|
|
1234
|
-
description:
|
|
1235
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
1236
|
-
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
875
|
+
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
1237
876
|
type: 'string',
|
|
1238
877
|
},
|
|
1239
878
|
is_device_error: {
|
|
@@ -1859,30 +1498,6 @@ const openapi: OpenAPISpec = {
|
|
|
1859
1498
|
required: ['message', 'warning_code'],
|
|
1860
1499
|
type: 'object',
|
|
1861
1500
|
},
|
|
1862
|
-
{
|
|
1863
|
-
description: 'Failed to set code on SmartThings device.',
|
|
1864
|
-
properties: {
|
|
1865
|
-
created_at: {
|
|
1866
|
-
description:
|
|
1867
|
-
'Date and time at which Seam created the warning.',
|
|
1868
|
-
format: 'date-time',
|
|
1869
|
-
type: 'string',
|
|
1870
|
-
},
|
|
1871
|
-
message: {
|
|
1872
|
-
description:
|
|
1873
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1874
|
-
type: 'string',
|
|
1875
|
-
},
|
|
1876
|
-
warning_code: {
|
|
1877
|
-
description:
|
|
1878
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1879
|
-
enum: ['smartthings_failed_to_set_access_code'],
|
|
1880
|
-
type: 'string',
|
|
1881
|
-
},
|
|
1882
|
-
},
|
|
1883
|
-
required: ['message', 'warning_code'],
|
|
1884
|
-
type: 'object',
|
|
1885
|
-
},
|
|
1886
1501
|
{
|
|
1887
1502
|
deprecated: true,
|
|
1888
1503
|
description: 'Duplicate access code detected.',
|
|
@@ -1910,33 +1525,6 @@ const openapi: OpenAPISpec = {
|
|
|
1910
1525
|
'x-deprecated':
|
|
1911
1526
|
'Use `duplicate_code_on_device` error instead.',
|
|
1912
1527
|
},
|
|
1913
|
-
{
|
|
1914
|
-
deprecated: true,
|
|
1915
|
-
description:
|
|
1916
|
-
'Received an error when attempting to create this code.',
|
|
1917
|
-
properties: {
|
|
1918
|
-
created_at: {
|
|
1919
|
-
description:
|
|
1920
|
-
'Date and time at which Seam created the warning.',
|
|
1921
|
-
format: 'date-time',
|
|
1922
|
-
type: 'string',
|
|
1923
|
-
},
|
|
1924
|
-
message: {
|
|
1925
|
-
description:
|
|
1926
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1927
|
-
type: 'string',
|
|
1928
|
-
},
|
|
1929
|
-
warning_code: {
|
|
1930
|
-
description:
|
|
1931
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1932
|
-
enum: ['schlage_creation_outage'],
|
|
1933
|
-
type: 'string',
|
|
1934
|
-
},
|
|
1935
|
-
},
|
|
1936
|
-
required: ['message', 'warning_code'],
|
|
1937
|
-
type: 'object',
|
|
1938
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
1939
|
-
},
|
|
1940
1528
|
{
|
|
1941
1529
|
description:
|
|
1942
1530
|
"The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
|
|
@@ -2092,30 +1680,6 @@ const openapi: OpenAPISpec = {
|
|
|
2092
1680
|
required: ['message', 'warning_code'],
|
|
2093
1681
|
type: 'object',
|
|
2094
1682
|
},
|
|
2095
|
-
{
|
|
2096
|
-
description: 'August lock is temporarily offline.',
|
|
2097
|
-
properties: {
|
|
2098
|
-
created_at: {
|
|
2099
|
-
description:
|
|
2100
|
-
'Date and time at which Seam created the warning.',
|
|
2101
|
-
format: 'date-time',
|
|
2102
|
-
type: 'string',
|
|
2103
|
-
},
|
|
2104
|
-
message: {
|
|
2105
|
-
description:
|
|
2106
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2107
|
-
type: 'string',
|
|
2108
|
-
},
|
|
2109
|
-
warning_code: {
|
|
2110
|
-
description:
|
|
2111
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
2112
|
-
enum: ['august_lock_temporarily_offline'],
|
|
2113
|
-
type: 'string',
|
|
2114
|
-
},
|
|
2115
|
-
},
|
|
2116
|
-
required: ['message', 'warning_code'],
|
|
2117
|
-
type: 'object',
|
|
2118
|
-
},
|
|
2119
1683
|
{
|
|
2120
1684
|
description: 'Algopins must be used within 24 hours.',
|
|
2121
1685
|
properties: {
|
|
@@ -2165,31 +1729,6 @@ const openapi: OpenAPISpec = {
|
|
|
2165
1729
|
required: ['message', 'warning_code'],
|
|
2166
1730
|
type: 'object',
|
|
2167
1731
|
},
|
|
2168
|
-
{
|
|
2169
|
-
description:
|
|
2170
|
-
'Unable to confirm that the access code is set on Kwikset device.',
|
|
2171
|
-
properties: {
|
|
2172
|
-
created_at: {
|
|
2173
|
-
description:
|
|
2174
|
-
'Date and time at which Seam created the warning.',
|
|
2175
|
-
format: 'date-time',
|
|
2176
|
-
type: 'string',
|
|
2177
|
-
},
|
|
2178
|
-
message: {
|
|
2179
|
-
description:
|
|
2180
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2181
|
-
type: 'string',
|
|
2182
|
-
},
|
|
2183
|
-
warning_code: {
|
|
2184
|
-
description:
|
|
2185
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2186
|
-
enum: ['kwikset_unable_to_confirm_code'],
|
|
2187
|
-
type: 'string',
|
|
2188
|
-
},
|
|
2189
|
-
},
|
|
2190
|
-
required: ['message', 'warning_code'],
|
|
2191
|
-
type: 'object',
|
|
2192
|
-
},
|
|
2193
1732
|
{
|
|
2194
1733
|
description:
|
|
2195
1734
|
'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
|
|
@@ -2215,33 +1754,6 @@ const openapi: OpenAPISpec = {
|
|
|
2215
1754
|
required: ['message', 'warning_code'],
|
|
2216
1755
|
type: 'object',
|
|
2217
1756
|
},
|
|
2218
|
-
{
|
|
2219
|
-
deprecated: true,
|
|
2220
|
-
description:
|
|
2221
|
-
'Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.',
|
|
2222
|
-
properties: {
|
|
2223
|
-
created_at: {
|
|
2224
|
-
description:
|
|
2225
|
-
'Date and time at which Seam created the warning.',
|
|
2226
|
-
format: 'date-time',
|
|
2227
|
-
type: 'string',
|
|
2228
|
-
},
|
|
2229
|
-
message: {
|
|
2230
|
-
description:
|
|
2231
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2232
|
-
type: 'string',
|
|
2233
|
-
},
|
|
2234
|
-
warning_code: {
|
|
2235
|
-
description:
|
|
2236
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2237
|
-
enum: ['ultraloq_access_code_disabled'],
|
|
2238
|
-
type: 'string',
|
|
2239
|
-
},
|
|
2240
|
-
},
|
|
2241
|
-
required: ['message', 'warning_code'],
|
|
2242
|
-
type: 'object',
|
|
2243
|
-
'x-deprecated': 'Use `access_code_inactive` instead.',
|
|
2244
|
-
},
|
|
2245
1757
|
{
|
|
2246
1758
|
description:
|
|
2247
1759
|
'A backup access code has been pulled and is being used in place of this access code.',
|
|
@@ -28541,74 +28053,6 @@ const openapi: OpenAPISpec = {
|
|
|
28541
28053
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28542
28054
|
type: 'object',
|
|
28543
28055
|
},
|
|
28544
|
-
{
|
|
28545
|
-
deprecated: true,
|
|
28546
|
-
description: 'Failed to set code on SmartThings device.',
|
|
28547
|
-
properties: {
|
|
28548
|
-
created_at: {
|
|
28549
|
-
description:
|
|
28550
|
-
'Date and time at which Seam created the error.',
|
|
28551
|
-
format: 'date-time',
|
|
28552
|
-
type: 'string',
|
|
28553
|
-
},
|
|
28554
|
-
error_code: {
|
|
28555
|
-
description:
|
|
28556
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28557
|
-
enum: ['smartthings_failed_to_set_access_code'],
|
|
28558
|
-
type: 'string',
|
|
28559
|
-
},
|
|
28560
|
-
is_access_code_error: {
|
|
28561
|
-
description:
|
|
28562
|
-
'Indicates that this is an access code error.',
|
|
28563
|
-
enum: [true],
|
|
28564
|
-
type: 'boolean',
|
|
28565
|
-
},
|
|
28566
|
-
message: {
|
|
28567
|
-
description:
|
|
28568
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28569
|
-
type: 'string',
|
|
28570
|
-
},
|
|
28571
|
-
},
|
|
28572
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28573
|
-
type: 'object',
|
|
28574
|
-
'x-deprecated':
|
|
28575
|
-
'Handled by the generic `failed_to_set_on_device` system.',
|
|
28576
|
-
},
|
|
28577
|
-
{
|
|
28578
|
-
deprecated: true,
|
|
28579
|
-
description: 'Failed to set code after multiple retries.',
|
|
28580
|
-
properties: {
|
|
28581
|
-
created_at: {
|
|
28582
|
-
description:
|
|
28583
|
-
'Date and time at which Seam created the error.',
|
|
28584
|
-
format: 'date-time',
|
|
28585
|
-
type: 'string',
|
|
28586
|
-
},
|
|
28587
|
-
error_code: {
|
|
28588
|
-
description:
|
|
28589
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28590
|
-
enum: [
|
|
28591
|
-
'smartthings_failed_to_set_after_multiple_retries',
|
|
28592
|
-
],
|
|
28593
|
-
type: 'string',
|
|
28594
|
-
},
|
|
28595
|
-
is_access_code_error: {
|
|
28596
|
-
description:
|
|
28597
|
-
'Indicates that this is an access code error.',
|
|
28598
|
-
enum: [true],
|
|
28599
|
-
type: 'boolean',
|
|
28600
|
-
},
|
|
28601
|
-
message: {
|
|
28602
|
-
description:
|
|
28603
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28604
|
-
type: 'string',
|
|
28605
|
-
},
|
|
28606
|
-
},
|
|
28607
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28608
|
-
type: 'object',
|
|
28609
|
-
'x-deprecated':
|
|
28610
|
-
'Handled by the generic `failed_to_set_on_device` system.',
|
|
28611
|
-
},
|
|
28612
28056
|
{
|
|
28613
28057
|
description: 'Failed to set code on device.',
|
|
28614
28058
|
properties: {
|
|
@@ -28803,74 +28247,6 @@ const openapi: OpenAPISpec = {
|
|
|
28803
28247
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28804
28248
|
type: 'object',
|
|
28805
28249
|
},
|
|
28806
|
-
{
|
|
28807
|
-
deprecated: true,
|
|
28808
|
-
description:
|
|
28809
|
-
'Unable to confirm that the access code is set on Kwikset device.',
|
|
28810
|
-
properties: {
|
|
28811
|
-
created_at: {
|
|
28812
|
-
description:
|
|
28813
|
-
'Date and time at which Seam created the error.',
|
|
28814
|
-
format: 'date-time',
|
|
28815
|
-
type: 'string',
|
|
28816
|
-
},
|
|
28817
|
-
error_code: {
|
|
28818
|
-
description:
|
|
28819
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28820
|
-
enum: ['kwikset_unable_to_confirm_code'],
|
|
28821
|
-
type: 'string',
|
|
28822
|
-
},
|
|
28823
|
-
is_access_code_error: {
|
|
28824
|
-
description:
|
|
28825
|
-
'Indicates that this is an access code error.',
|
|
28826
|
-
enum: [true],
|
|
28827
|
-
type: 'boolean',
|
|
28828
|
-
},
|
|
28829
|
-
message: {
|
|
28830
|
-
description:
|
|
28831
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28832
|
-
type: 'string',
|
|
28833
|
-
},
|
|
28834
|
-
},
|
|
28835
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28836
|
-
type: 'object',
|
|
28837
|
-
'x-deprecated':
|
|
28838
|
-
'Use `access_code_state_unconfirmed` instead.',
|
|
28839
|
-
},
|
|
28840
|
-
{
|
|
28841
|
-
deprecated: true,
|
|
28842
|
-
description:
|
|
28843
|
-
'Unable to confirm the deletion of the access code on Kwikset device.',
|
|
28844
|
-
properties: {
|
|
28845
|
-
created_at: {
|
|
28846
|
-
description:
|
|
28847
|
-
'Date and time at which Seam created the error.',
|
|
28848
|
-
format: 'date-time',
|
|
28849
|
-
type: 'string',
|
|
28850
|
-
},
|
|
28851
|
-
error_code: {
|
|
28852
|
-
description:
|
|
28853
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28854
|
-
enum: ['kwikset_unable_to_confirm_deletion'],
|
|
28855
|
-
type: 'string',
|
|
28856
|
-
},
|
|
28857
|
-
is_access_code_error: {
|
|
28858
|
-
description:
|
|
28859
|
-
'Indicates that this is an access code error.',
|
|
28860
|
-
enum: [true],
|
|
28861
|
-
type: 'boolean',
|
|
28862
|
-
},
|
|
28863
|
-
message: {
|
|
28864
|
-
description:
|
|
28865
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28866
|
-
type: 'string',
|
|
28867
|
-
},
|
|
28868
|
-
},
|
|
28869
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28870
|
-
type: 'object',
|
|
28871
|
-
'x-deprecated':
|
|
28872
|
-
'Use `access_code_state_unconfirmed` instead.',
|
|
28873
|
-
},
|
|
28874
28250
|
{
|
|
28875
28251
|
description:
|
|
28876
28252
|
'Code was modified or removed externally after Seam successfully set it on the device.',
|
|
@@ -28934,102 +28310,6 @@ const openapi: OpenAPISpec = {
|
|
|
28934
28310
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28935
28311
|
type: 'object',
|
|
28936
28312
|
},
|
|
28937
|
-
{
|
|
28938
|
-
deprecated: true,
|
|
28939
|
-
description: 'Invalid code length for August lock.',
|
|
28940
|
-
properties: {
|
|
28941
|
-
created_at: {
|
|
28942
|
-
description:
|
|
28943
|
-
'Date and time at which Seam created the error.',
|
|
28944
|
-
format: 'date-time',
|
|
28945
|
-
type: 'string',
|
|
28946
|
-
},
|
|
28947
|
-
error_code: {
|
|
28948
|
-
description:
|
|
28949
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28950
|
-
enum: ['august_lock_invalid_code_length'],
|
|
28951
|
-
type: 'string',
|
|
28952
|
-
},
|
|
28953
|
-
is_access_code_error: {
|
|
28954
|
-
description:
|
|
28955
|
-
'Indicates that this is an access code error.',
|
|
28956
|
-
enum: [true],
|
|
28957
|
-
type: 'boolean',
|
|
28958
|
-
},
|
|
28959
|
-
message: {
|
|
28960
|
-
description:
|
|
28961
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28962
|
-
type: 'string',
|
|
28963
|
-
},
|
|
28964
|
-
},
|
|
28965
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28966
|
-
type: 'object',
|
|
28967
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
28968
|
-
},
|
|
28969
|
-
{
|
|
28970
|
-
deprecated: true,
|
|
28971
|
-
description: 'August lock is missing a keypad.',
|
|
28972
|
-
properties: {
|
|
28973
|
-
created_at: {
|
|
28974
|
-
description:
|
|
28975
|
-
'Date and time at which Seam created the error.',
|
|
28976
|
-
format: 'date-time',
|
|
28977
|
-
type: 'string',
|
|
28978
|
-
},
|
|
28979
|
-
error_code: {
|
|
28980
|
-
description:
|
|
28981
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
28982
|
-
enum: ['august_lock_missing_keypad'],
|
|
28983
|
-
type: 'string',
|
|
28984
|
-
},
|
|
28985
|
-
is_access_code_error: {
|
|
28986
|
-
description:
|
|
28987
|
-
'Indicates that this is an access code error.',
|
|
28988
|
-
enum: [true],
|
|
28989
|
-
type: 'boolean',
|
|
28990
|
-
},
|
|
28991
|
-
message: {
|
|
28992
|
-
description:
|
|
28993
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
28994
|
-
type: 'string',
|
|
28995
|
-
},
|
|
28996
|
-
},
|
|
28997
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
28998
|
-
type: 'object',
|
|
28999
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
29000
|
-
},
|
|
29001
|
-
{
|
|
29002
|
-
deprecated: true,
|
|
29003
|
-
description: 'August lock is temporarily offline.',
|
|
29004
|
-
properties: {
|
|
29005
|
-
created_at: {
|
|
29006
|
-
description:
|
|
29007
|
-
'Date and time at which Seam created the error.',
|
|
29008
|
-
format: 'date-time',
|
|
29009
|
-
type: 'string',
|
|
29010
|
-
},
|
|
29011
|
-
error_code: {
|
|
29012
|
-
description:
|
|
29013
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29014
|
-
enum: ['august_lock_temporarily_offline'],
|
|
29015
|
-
type: 'string',
|
|
29016
|
-
},
|
|
29017
|
-
is_access_code_error: {
|
|
29018
|
-
description:
|
|
29019
|
-
'Indicates that this is an access code error.',
|
|
29020
|
-
enum: [true],
|
|
29021
|
-
type: 'boolean',
|
|
29022
|
-
},
|
|
29023
|
-
message: {
|
|
29024
|
-
description:
|
|
29025
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29026
|
-
type: 'string',
|
|
29027
|
-
},
|
|
29028
|
-
},
|
|
29029
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29030
|
-
type: 'object',
|
|
29031
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
29032
|
-
},
|
|
29033
28313
|
{
|
|
29034
28314
|
description:
|
|
29035
28315
|
'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
|
|
@@ -29093,103 +28373,6 @@ const openapi: OpenAPISpec = {
|
|
|
29093
28373
|
type: 'object',
|
|
29094
28374
|
'x-deprecated': 'Use `access_code_inactive` instead.',
|
|
29095
28375
|
},
|
|
29096
|
-
{
|
|
29097
|
-
deprecated: true,
|
|
29098
|
-
description: 'Duplicate access code name detected.',
|
|
29099
|
-
properties: {
|
|
29100
|
-
created_at: {
|
|
29101
|
-
description:
|
|
29102
|
-
'Date and time at which Seam created the error.',
|
|
29103
|
-
format: 'date-time',
|
|
29104
|
-
type: 'string',
|
|
29105
|
-
},
|
|
29106
|
-
error_code: {
|
|
29107
|
-
description:
|
|
29108
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29109
|
-
enum: ['wyze_duplicate_code_name'],
|
|
29110
|
-
type: 'string',
|
|
29111
|
-
},
|
|
29112
|
-
is_access_code_error: {
|
|
29113
|
-
description:
|
|
29114
|
-
'Indicates that this is an access code error.',
|
|
29115
|
-
enum: [true],
|
|
29116
|
-
type: 'boolean',
|
|
29117
|
-
},
|
|
29118
|
-
message: {
|
|
29119
|
-
description:
|
|
29120
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29121
|
-
type: 'string',
|
|
29122
|
-
},
|
|
29123
|
-
},
|
|
29124
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29125
|
-
type: 'object',
|
|
29126
|
-
'x-deprecated': 'Use `duplicate_code_on_device` instead.',
|
|
29127
|
-
},
|
|
29128
|
-
{
|
|
29129
|
-
deprecated: true,
|
|
29130
|
-
description: 'Potential duplicate access code detected.',
|
|
29131
|
-
properties: {
|
|
29132
|
-
created_at: {
|
|
29133
|
-
description:
|
|
29134
|
-
'Date and time at which Seam created the error.',
|
|
29135
|
-
format: 'date-time',
|
|
29136
|
-
type: 'string',
|
|
29137
|
-
},
|
|
29138
|
-
error_code: {
|
|
29139
|
-
description:
|
|
29140
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29141
|
-
enum: ['wyze_potential_duplicate_code'],
|
|
29142
|
-
type: 'string',
|
|
29143
|
-
},
|
|
29144
|
-
is_access_code_error: {
|
|
29145
|
-
description:
|
|
29146
|
-
'Indicates that this is an access code error.',
|
|
29147
|
-
enum: [true],
|
|
29148
|
-
type: 'boolean',
|
|
29149
|
-
},
|
|
29150
|
-
message: {
|
|
29151
|
-
description:
|
|
29152
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29153
|
-
type: 'string',
|
|
29154
|
-
},
|
|
29155
|
-
},
|
|
29156
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29157
|
-
type: 'object',
|
|
29158
|
-
'x-deprecated': 'Use `duplicate_code_on_device` instead.',
|
|
29159
|
-
},
|
|
29160
|
-
{
|
|
29161
|
-
deprecated: true,
|
|
29162
|
-
description:
|
|
29163
|
-
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
29164
|
-
properties: {
|
|
29165
|
-
created_at: {
|
|
29166
|
-
description:
|
|
29167
|
-
'Date and time at which Seam created the error.',
|
|
29168
|
-
format: 'date-time',
|
|
29169
|
-
type: 'string',
|
|
29170
|
-
},
|
|
29171
|
-
error_code: {
|
|
29172
|
-
description:
|
|
29173
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29174
|
-
enum: ['dormakaba_oracode_invalid_time_range'],
|
|
29175
|
-
type: 'string',
|
|
29176
|
-
},
|
|
29177
|
-
is_access_code_error: {
|
|
29178
|
-
description:
|
|
29179
|
-
'Indicates that this is an access code error.',
|
|
29180
|
-
enum: [true],
|
|
29181
|
-
type: 'boolean',
|
|
29182
|
-
},
|
|
29183
|
-
message: {
|
|
29184
|
-
description:
|
|
29185
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29186
|
-
type: 'string',
|
|
29187
|
-
},
|
|
29188
|
-
},
|
|
29189
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29190
|
-
type: 'object',
|
|
29191
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
29192
|
-
},
|
|
29193
28376
|
{
|
|
29194
28377
|
description:
|
|
29195
28378
|
'Admin role required—insufficient permissions to manage PINs on this device. Please have an admin update your role, or ask them to set the PIN.',
|
|
@@ -29221,38 +28404,6 @@ const openapi: OpenAPISpec = {
|
|
|
29221
28404
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29222
28405
|
type: 'object',
|
|
29223
28406
|
},
|
|
29224
|
-
{
|
|
29225
|
-
deprecated: true,
|
|
29226
|
-
description: 'KeyNest locker is not supported.',
|
|
29227
|
-
properties: {
|
|
29228
|
-
created_at: {
|
|
29229
|
-
description:
|
|
29230
|
-
'Date and time at which Seam created the error.',
|
|
29231
|
-
format: 'date-time',
|
|
29232
|
-
type: 'string',
|
|
29233
|
-
},
|
|
29234
|
-
error_code: {
|
|
29235
|
-
description:
|
|
29236
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29237
|
-
enum: ['keynest_unsupported_third_party_locker'],
|
|
29238
|
-
type: 'string',
|
|
29239
|
-
},
|
|
29240
|
-
is_access_code_error: {
|
|
29241
|
-
description:
|
|
29242
|
-
'Indicates that this is an access code error.',
|
|
29243
|
-
enum: [true],
|
|
29244
|
-
type: 'boolean',
|
|
29245
|
-
},
|
|
29246
|
-
message: {
|
|
29247
|
-
description:
|
|
29248
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29249
|
-
type: 'string',
|
|
29250
|
-
},
|
|
29251
|
-
},
|
|
29252
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29253
|
-
type: 'object',
|
|
29254
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
29255
|
-
},
|
|
29256
28407
|
{
|
|
29257
28408
|
description:
|
|
29258
28409
|
'This access code was overridden on the device by a newer access code programmed to the same slot.',
|
|
@@ -29954,30 +29105,6 @@ const openapi: OpenAPISpec = {
|
|
|
29954
29105
|
required: ['message', 'warning_code'],
|
|
29955
29106
|
type: 'object',
|
|
29956
29107
|
},
|
|
29957
|
-
{
|
|
29958
|
-
description: 'Failed to set code on SmartThings device.',
|
|
29959
|
-
properties: {
|
|
29960
|
-
created_at: {
|
|
29961
|
-
description:
|
|
29962
|
-
'Date and time at which Seam created the warning.',
|
|
29963
|
-
format: 'date-time',
|
|
29964
|
-
type: 'string',
|
|
29965
|
-
},
|
|
29966
|
-
message: {
|
|
29967
|
-
description:
|
|
29968
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
29969
|
-
type: 'string',
|
|
29970
|
-
},
|
|
29971
|
-
warning_code: {
|
|
29972
|
-
description:
|
|
29973
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
29974
|
-
enum: ['smartthings_failed_to_set_access_code'],
|
|
29975
|
-
type: 'string',
|
|
29976
|
-
},
|
|
29977
|
-
},
|
|
29978
|
-
required: ['message', 'warning_code'],
|
|
29979
|
-
type: 'object',
|
|
29980
|
-
},
|
|
29981
29108
|
{
|
|
29982
29109
|
deprecated: true,
|
|
29983
29110
|
description: 'Duplicate access code detected.',
|
|
@@ -30005,33 +29132,6 @@ const openapi: OpenAPISpec = {
|
|
|
30005
29132
|
'x-deprecated':
|
|
30006
29133
|
'Use `duplicate_code_on_device` error instead.',
|
|
30007
29134
|
},
|
|
30008
|
-
{
|
|
30009
|
-
deprecated: true,
|
|
30010
|
-
description:
|
|
30011
|
-
'Received an error when attempting to create this code.',
|
|
30012
|
-
properties: {
|
|
30013
|
-
created_at: {
|
|
30014
|
-
description:
|
|
30015
|
-
'Date and time at which Seam created the warning.',
|
|
30016
|
-
format: 'date-time',
|
|
30017
|
-
type: 'string',
|
|
30018
|
-
},
|
|
30019
|
-
message: {
|
|
30020
|
-
description:
|
|
30021
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
30022
|
-
type: 'string',
|
|
30023
|
-
},
|
|
30024
|
-
warning_code: {
|
|
30025
|
-
description:
|
|
30026
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
30027
|
-
enum: ['schlage_creation_outage'],
|
|
30028
|
-
type: 'string',
|
|
30029
|
-
},
|
|
30030
|
-
},
|
|
30031
|
-
required: ['message', 'warning_code'],
|
|
30032
|
-
type: 'object',
|
|
30033
|
-
'x-deprecated': 'Use `provider_issue` instead.',
|
|
30034
|
-
},
|
|
30035
29135
|
{
|
|
30036
29136
|
description:
|
|
30037
29137
|
"The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
|
|
@@ -30187,30 +29287,6 @@ const openapi: OpenAPISpec = {
|
|
|
30187
29287
|
required: ['message', 'warning_code'],
|
|
30188
29288
|
type: 'object',
|
|
30189
29289
|
},
|
|
30190
|
-
{
|
|
30191
|
-
description: 'August lock is temporarily offline.',
|
|
30192
|
-
properties: {
|
|
30193
|
-
created_at: {
|
|
30194
|
-
description:
|
|
30195
|
-
'Date and time at which Seam created the warning.',
|
|
30196
|
-
format: 'date-time',
|
|
30197
|
-
type: 'string',
|
|
30198
|
-
},
|
|
30199
|
-
message: {
|
|
30200
|
-
description:
|
|
30201
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
30202
|
-
type: 'string',
|
|
30203
|
-
},
|
|
30204
|
-
warning_code: {
|
|
30205
|
-
description:
|
|
30206
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
30207
|
-
enum: ['august_lock_temporarily_offline'],
|
|
30208
|
-
type: 'string',
|
|
30209
|
-
},
|
|
30210
|
-
},
|
|
30211
|
-
required: ['message', 'warning_code'],
|
|
30212
|
-
type: 'object',
|
|
30213
|
-
},
|
|
30214
29290
|
{
|
|
30215
29291
|
description: 'Algopins must be used within 24 hours.',
|
|
30216
29292
|
properties: {
|
|
@@ -30260,31 +29336,6 @@ const openapi: OpenAPISpec = {
|
|
|
30260
29336
|
required: ['message', 'warning_code'],
|
|
30261
29337
|
type: 'object',
|
|
30262
29338
|
},
|
|
30263
|
-
{
|
|
30264
|
-
description:
|
|
30265
|
-
'Unable to confirm that the access code is set on Kwikset device.',
|
|
30266
|
-
properties: {
|
|
30267
|
-
created_at: {
|
|
30268
|
-
description:
|
|
30269
|
-
'Date and time at which Seam created the warning.',
|
|
30270
|
-
format: 'date-time',
|
|
30271
|
-
type: 'string',
|
|
30272
|
-
},
|
|
30273
|
-
message: {
|
|
30274
|
-
description:
|
|
30275
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
30276
|
-
type: 'string',
|
|
30277
|
-
},
|
|
30278
|
-
warning_code: {
|
|
30279
|
-
description:
|
|
30280
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
30281
|
-
enum: ['kwikset_unable_to_confirm_code'],
|
|
30282
|
-
type: 'string',
|
|
30283
|
-
},
|
|
30284
|
-
},
|
|
30285
|
-
required: ['message', 'warning_code'],
|
|
30286
|
-
type: 'object',
|
|
30287
|
-
},
|
|
30288
29339
|
{
|
|
30289
29340
|
description:
|
|
30290
29341
|
'Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.',
|
|
@@ -30310,33 +29361,6 @@ const openapi: OpenAPISpec = {
|
|
|
30310
29361
|
required: ['message', 'warning_code'],
|
|
30311
29362
|
type: 'object',
|
|
30312
29363
|
},
|
|
30313
|
-
{
|
|
30314
|
-
deprecated: true,
|
|
30315
|
-
description:
|
|
30316
|
-
'Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.',
|
|
30317
|
-
properties: {
|
|
30318
|
-
created_at: {
|
|
30319
|
-
description:
|
|
30320
|
-
'Date and time at which Seam created the warning.',
|
|
30321
|
-
format: 'date-time',
|
|
30322
|
-
type: 'string',
|
|
30323
|
-
},
|
|
30324
|
-
message: {
|
|
30325
|
-
description:
|
|
30326
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
30327
|
-
type: 'string',
|
|
30328
|
-
},
|
|
30329
|
-
warning_code: {
|
|
30330
|
-
description:
|
|
30331
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
30332
|
-
enum: ['ultraloq_access_code_disabled'],
|
|
30333
|
-
type: 'string',
|
|
30334
|
-
},
|
|
30335
|
-
},
|
|
30336
|
-
required: ['message', 'warning_code'],
|
|
30337
|
-
type: 'object',
|
|
30338
|
-
'x-deprecated': 'Use `access_code_inactive` instead.',
|
|
30339
|
-
},
|
|
30340
29364
|
{
|
|
30341
29365
|
description:
|
|
30342
29366
|
'A backup access code has been pulled and is being used in place of this access code.',
|
|
@@ -72405,7 +71429,7 @@ const openapi: OpenAPISpec = {
|
|
|
72405
71429
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
72406
71430
|
type: 'boolean',
|
|
72407
71431
|
},
|
|
72408
|
-
|
|
71432
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
72409
71433
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
72410
71434
|
type: 'boolean',
|
|
72411
71435
|
},
|
|
@@ -72862,7 +71886,7 @@ const openapi: OpenAPISpec = {
|
|
|
72862
71886
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
72863
71887
|
type: 'boolean',
|
|
72864
71888
|
},
|
|
72865
|
-
|
|
71889
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
72866
71890
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
72867
71891
|
type: 'boolean',
|
|
72868
71892
|
},
|