@seamapi/types 1.960.0 → 1.961.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 -517
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -1392
- package/dist/index.cjs +2 -517
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -78
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -78
- package/lib/seam/connect/models/devices/device.d.ts +0 -319
- package/lib/seam/connect/models/devices/device.js +0 -59
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -99
- package/lib/seam/connect/openapi.js +0 -468
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -977
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +0 -63
- package/src/lib/seam/connect/openapi.ts +0 -538
- package/src/lib/seam/connect/route-types.ts +0 -1090
|
@@ -648,76 +648,6 @@ const openapi = {
|
|
|
648
648
|
'x-resource-type': 'device',
|
|
649
649
|
'x-variant-group-key': 'locks',
|
|
650
650
|
},
|
|
651
|
-
{
|
|
652
|
-
deprecated: true,
|
|
653
|
-
description: 'Indicates that the lock is not connected to a bridge.',
|
|
654
|
-
properties: {
|
|
655
|
-
created_at: {
|
|
656
|
-
description: 'Date and time at which Seam created the error.',
|
|
657
|
-
format: 'date-time',
|
|
658
|
-
type: 'string',
|
|
659
|
-
},
|
|
660
|
-
error_code: {
|
|
661
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
662
|
-
enum: ['august_lock_missing_bridge'],
|
|
663
|
-
type: 'string',
|
|
664
|
-
},
|
|
665
|
-
is_device_error: {
|
|
666
|
-
description: 'Indicates that the error is a device error.',
|
|
667
|
-
enum: [true],
|
|
668
|
-
type: 'boolean',
|
|
669
|
-
},
|
|
670
|
-
message: {
|
|
671
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
672
|
-
type: 'string',
|
|
673
|
-
},
|
|
674
|
-
},
|
|
675
|
-
required: [
|
|
676
|
-
'message',
|
|
677
|
-
'is_device_error',
|
|
678
|
-
'created_at',
|
|
679
|
-
'error_code',
|
|
680
|
-
],
|
|
681
|
-
type: 'object',
|
|
682
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
683
|
-
'x-resource-type': 'device',
|
|
684
|
-
'x-variant-group-key': 'locks',
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
deprecated: true,
|
|
688
|
-
description: 'Indicates that the lock is not paired with a gateway.',
|
|
689
|
-
properties: {
|
|
690
|
-
created_at: {
|
|
691
|
-
description: 'Date and time at which Seam created the error.',
|
|
692
|
-
format: 'date-time',
|
|
693
|
-
type: 'string',
|
|
694
|
-
},
|
|
695
|
-
error_code: {
|
|
696
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
697
|
-
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
698
|
-
type: 'string',
|
|
699
|
-
},
|
|
700
|
-
is_device_error: {
|
|
701
|
-
description: 'Indicates that the error is a device error.',
|
|
702
|
-
enum: [true],
|
|
703
|
-
type: 'boolean',
|
|
704
|
-
},
|
|
705
|
-
message: {
|
|
706
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
707
|
-
type: 'string',
|
|
708
|
-
},
|
|
709
|
-
},
|
|
710
|
-
required: [
|
|
711
|
-
'message',
|
|
712
|
-
'is_device_error',
|
|
713
|
-
'created_at',
|
|
714
|
-
'error_code',
|
|
715
|
-
],
|
|
716
|
-
type: 'object',
|
|
717
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
718
|
-
'x-resource-type': 'device',
|
|
719
|
-
'x-variant-group-key': 'locks',
|
|
720
|
-
},
|
|
721
651
|
{
|
|
722
652
|
description: 'Indicates that device credentials are missing.',
|
|
723
653
|
properties: {
|
|
@@ -815,41 +745,6 @@ const openapi = {
|
|
|
815
745
|
type: 'object',
|
|
816
746
|
'x-resource-type': 'device',
|
|
817
747
|
},
|
|
818
|
-
{
|
|
819
|
-
deprecated: true,
|
|
820
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge.',
|
|
821
|
-
properties: {
|
|
822
|
-
created_at: {
|
|
823
|
-
description: 'Date and time at which Seam created the error.',
|
|
824
|
-
format: 'date-time',
|
|
825
|
-
type: 'string',
|
|
826
|
-
},
|
|
827
|
-
error_code: {
|
|
828
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
829
|
-
enum: ['lockly_missing_wifi_bridge'],
|
|
830
|
-
type: 'string',
|
|
831
|
-
},
|
|
832
|
-
is_device_error: {
|
|
833
|
-
description: 'Indicates that the error is a device error.',
|
|
834
|
-
enum: [true],
|
|
835
|
-
type: 'boolean',
|
|
836
|
-
},
|
|
837
|
-
message: {
|
|
838
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
839
|
-
type: 'string',
|
|
840
|
-
},
|
|
841
|
-
},
|
|
842
|
-
required: [
|
|
843
|
-
'message',
|
|
844
|
-
'is_device_error',
|
|
845
|
-
'created_at',
|
|
846
|
-
'error_code',
|
|
847
|
-
],
|
|
848
|
-
type: 'object',
|
|
849
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
850
|
-
'x-resource-type': 'device',
|
|
851
|
-
'x-variant-group-key': 'locks',
|
|
852
|
-
},
|
|
853
748
|
{
|
|
854
749
|
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
855
750
|
properties: {
|
|
@@ -11786,76 +11681,6 @@ const openapi = {
|
|
|
11786
11681
|
'x-resource-type': 'device',
|
|
11787
11682
|
'x-variant-group-key': 'locks',
|
|
11788
11683
|
},
|
|
11789
|
-
{
|
|
11790
|
-
deprecated: true,
|
|
11791
|
-
description: 'Indicates that the lock is not connected to a bridge.',
|
|
11792
|
-
properties: {
|
|
11793
|
-
created_at: {
|
|
11794
|
-
description: 'Date and time at which Seam created the error.',
|
|
11795
|
-
format: 'date-time',
|
|
11796
|
-
type: 'string',
|
|
11797
|
-
},
|
|
11798
|
-
error_code: {
|
|
11799
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
11800
|
-
enum: ['august_lock_missing_bridge'],
|
|
11801
|
-
type: 'string',
|
|
11802
|
-
},
|
|
11803
|
-
is_device_error: {
|
|
11804
|
-
description: 'Indicates that the error is a device error.',
|
|
11805
|
-
enum: [true],
|
|
11806
|
-
type: 'boolean',
|
|
11807
|
-
},
|
|
11808
|
-
message: {
|
|
11809
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
11810
|
-
type: 'string',
|
|
11811
|
-
},
|
|
11812
|
-
},
|
|
11813
|
-
required: [
|
|
11814
|
-
'message',
|
|
11815
|
-
'is_device_error',
|
|
11816
|
-
'created_at',
|
|
11817
|
-
'error_code',
|
|
11818
|
-
],
|
|
11819
|
-
type: 'object',
|
|
11820
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
11821
|
-
'x-resource-type': 'device',
|
|
11822
|
-
'x-variant-group-key': 'locks',
|
|
11823
|
-
},
|
|
11824
|
-
{
|
|
11825
|
-
deprecated: true,
|
|
11826
|
-
description: 'Indicates that the lock is not paired with a gateway.',
|
|
11827
|
-
properties: {
|
|
11828
|
-
created_at: {
|
|
11829
|
-
description: 'Date and time at which Seam created the error.',
|
|
11830
|
-
format: 'date-time',
|
|
11831
|
-
type: 'string',
|
|
11832
|
-
},
|
|
11833
|
-
error_code: {
|
|
11834
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
11835
|
-
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
11836
|
-
type: 'string',
|
|
11837
|
-
},
|
|
11838
|
-
is_device_error: {
|
|
11839
|
-
description: 'Indicates that the error is a device error.',
|
|
11840
|
-
enum: [true],
|
|
11841
|
-
type: 'boolean',
|
|
11842
|
-
},
|
|
11843
|
-
message: {
|
|
11844
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
11845
|
-
type: 'string',
|
|
11846
|
-
},
|
|
11847
|
-
},
|
|
11848
|
-
required: [
|
|
11849
|
-
'message',
|
|
11850
|
-
'is_device_error',
|
|
11851
|
-
'created_at',
|
|
11852
|
-
'error_code',
|
|
11853
|
-
],
|
|
11854
|
-
type: 'object',
|
|
11855
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
11856
|
-
'x-resource-type': 'device',
|
|
11857
|
-
'x-variant-group-key': 'locks',
|
|
11858
|
-
},
|
|
11859
11684
|
{
|
|
11860
11685
|
description: 'Indicates that device credentials are missing.',
|
|
11861
11686
|
properties: {
|
|
@@ -11953,41 +11778,6 @@ const openapi = {
|
|
|
11953
11778
|
type: 'object',
|
|
11954
11779
|
'x-resource-type': 'device',
|
|
11955
11780
|
},
|
|
11956
|
-
{
|
|
11957
|
-
deprecated: true,
|
|
11958
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge.',
|
|
11959
|
-
properties: {
|
|
11960
|
-
created_at: {
|
|
11961
|
-
description: 'Date and time at which Seam created the error.',
|
|
11962
|
-
format: 'date-time',
|
|
11963
|
-
type: 'string',
|
|
11964
|
-
},
|
|
11965
|
-
error_code: {
|
|
11966
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
11967
|
-
enum: ['lockly_missing_wifi_bridge'],
|
|
11968
|
-
type: 'string',
|
|
11969
|
-
},
|
|
11970
|
-
is_device_error: {
|
|
11971
|
-
description: 'Indicates that the error is a device error.',
|
|
11972
|
-
enum: [true],
|
|
11973
|
-
type: 'boolean',
|
|
11974
|
-
},
|
|
11975
|
-
message: {
|
|
11976
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
11977
|
-
type: 'string',
|
|
11978
|
-
},
|
|
11979
|
-
},
|
|
11980
|
-
required: [
|
|
11981
|
-
'message',
|
|
11982
|
-
'is_device_error',
|
|
11983
|
-
'created_at',
|
|
11984
|
-
'error_code',
|
|
11985
|
-
],
|
|
11986
|
-
type: 'object',
|
|
11987
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
11988
|
-
'x-resource-type': 'device',
|
|
11989
|
-
'x-variant-group-key': 'locks',
|
|
11990
|
-
},
|
|
11991
11781
|
{
|
|
11992
11782
|
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
11993
11783
|
properties: {
|
|
@@ -14545,30 +14335,6 @@ const openapi = {
|
|
|
14545
14335
|
type: 'object',
|
|
14546
14336
|
'x-variant-group-key': 'access_codes',
|
|
14547
14337
|
},
|
|
14548
|
-
{
|
|
14549
|
-
deprecated: true,
|
|
14550
|
-
description: 'Indicates that the Wyze Lock is not connected to a gateway.',
|
|
14551
|
-
properties: {
|
|
14552
|
-
created_at: {
|
|
14553
|
-
description: 'Date and time at which Seam created the warning.',
|
|
14554
|
-
format: 'date-time',
|
|
14555
|
-
type: 'string',
|
|
14556
|
-
},
|
|
14557
|
-
message: {
|
|
14558
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
14559
|
-
type: 'string',
|
|
14560
|
-
},
|
|
14561
|
-
warning_code: {
|
|
14562
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
14563
|
-
enum: ['wyze_device_missing_gateway'],
|
|
14564
|
-
type: 'string',
|
|
14565
|
-
},
|
|
14566
|
-
},
|
|
14567
|
-
required: ['message', 'created_at', 'warning_code'],
|
|
14568
|
-
type: 'object',
|
|
14569
|
-
'x-deprecated': 'Use `hub_disconnected` device error instead.',
|
|
14570
|
-
'x-variant-group-key': 'locks',
|
|
14571
|
-
},
|
|
14572
14338
|
{
|
|
14573
14339
|
description: 'Indicates that a third-party integration has been detected.',
|
|
14574
14340
|
properties: {
|
|
@@ -26875,76 +26641,6 @@ const openapi = {
|
|
|
26875
26641
|
'x-resource-type': 'device',
|
|
26876
26642
|
'x-variant-group-key': 'locks',
|
|
26877
26643
|
},
|
|
26878
|
-
{
|
|
26879
|
-
deprecated: true,
|
|
26880
|
-
description: 'Indicates that the lock is not connected to a bridge.',
|
|
26881
|
-
properties: {
|
|
26882
|
-
created_at: {
|
|
26883
|
-
description: 'Date and time at which Seam created the error.',
|
|
26884
|
-
format: 'date-time',
|
|
26885
|
-
type: 'string',
|
|
26886
|
-
},
|
|
26887
|
-
error_code: {
|
|
26888
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
26889
|
-
enum: ['august_lock_missing_bridge'],
|
|
26890
|
-
type: 'string',
|
|
26891
|
-
},
|
|
26892
|
-
is_device_error: {
|
|
26893
|
-
description: 'Indicates that the error is a device error.',
|
|
26894
|
-
enum: [true],
|
|
26895
|
-
type: 'boolean',
|
|
26896
|
-
},
|
|
26897
|
-
message: {
|
|
26898
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
26899
|
-
type: 'string',
|
|
26900
|
-
},
|
|
26901
|
-
},
|
|
26902
|
-
required: [
|
|
26903
|
-
'message',
|
|
26904
|
-
'is_device_error',
|
|
26905
|
-
'created_at',
|
|
26906
|
-
'error_code',
|
|
26907
|
-
],
|
|
26908
|
-
type: 'object',
|
|
26909
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
26910
|
-
'x-resource-type': 'device',
|
|
26911
|
-
'x-variant-group-key': 'locks',
|
|
26912
|
-
},
|
|
26913
|
-
{
|
|
26914
|
-
deprecated: true,
|
|
26915
|
-
description: 'Indicates that the lock is not paired with a gateway.',
|
|
26916
|
-
properties: {
|
|
26917
|
-
created_at: {
|
|
26918
|
-
description: 'Date and time at which Seam created the error.',
|
|
26919
|
-
format: 'date-time',
|
|
26920
|
-
type: 'string',
|
|
26921
|
-
},
|
|
26922
|
-
error_code: {
|
|
26923
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
26924
|
-
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
26925
|
-
type: 'string',
|
|
26926
|
-
},
|
|
26927
|
-
is_device_error: {
|
|
26928
|
-
description: 'Indicates that the error is a device error.',
|
|
26929
|
-
enum: [true],
|
|
26930
|
-
type: 'boolean',
|
|
26931
|
-
},
|
|
26932
|
-
message: {
|
|
26933
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
26934
|
-
type: 'string',
|
|
26935
|
-
},
|
|
26936
|
-
},
|
|
26937
|
-
required: [
|
|
26938
|
-
'message',
|
|
26939
|
-
'is_device_error',
|
|
26940
|
-
'created_at',
|
|
26941
|
-
'error_code',
|
|
26942
|
-
],
|
|
26943
|
-
type: 'object',
|
|
26944
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
26945
|
-
'x-resource-type': 'device',
|
|
26946
|
-
'x-variant-group-key': 'locks',
|
|
26947
|
-
},
|
|
26948
26644
|
{
|
|
26949
26645
|
description: 'Indicates that device credentials are missing.',
|
|
26950
26646
|
properties: {
|
|
@@ -27042,41 +26738,6 @@ const openapi = {
|
|
|
27042
26738
|
type: 'object',
|
|
27043
26739
|
'x-resource-type': 'device',
|
|
27044
26740
|
},
|
|
27045
|
-
{
|
|
27046
|
-
deprecated: true,
|
|
27047
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge.',
|
|
27048
|
-
properties: {
|
|
27049
|
-
created_at: {
|
|
27050
|
-
description: 'Date and time at which Seam created the error.',
|
|
27051
|
-
format: 'date-time',
|
|
27052
|
-
type: 'string',
|
|
27053
|
-
},
|
|
27054
|
-
error_code: {
|
|
27055
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
27056
|
-
enum: ['lockly_missing_wifi_bridge'],
|
|
27057
|
-
type: 'string',
|
|
27058
|
-
},
|
|
27059
|
-
is_device_error: {
|
|
27060
|
-
description: 'Indicates that the error is a device error.',
|
|
27061
|
-
enum: [true],
|
|
27062
|
-
type: 'boolean',
|
|
27063
|
-
},
|
|
27064
|
-
message: {
|
|
27065
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
27066
|
-
type: 'string',
|
|
27067
|
-
},
|
|
27068
|
-
},
|
|
27069
|
-
required: [
|
|
27070
|
-
'message',
|
|
27071
|
-
'is_device_error',
|
|
27072
|
-
'created_at',
|
|
27073
|
-
'error_code',
|
|
27074
|
-
],
|
|
27075
|
-
type: 'object',
|
|
27076
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
27077
|
-
'x-resource-type': 'device',
|
|
27078
|
-
'x-variant-group-key': 'locks',
|
|
27079
|
-
},
|
|
27080
26741
|
{
|
|
27081
26742
|
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
27082
26743
|
properties: {
|
|
@@ -29624,76 +29285,6 @@ const openapi = {
|
|
|
29624
29285
|
'x-resource-type': 'device',
|
|
29625
29286
|
'x-variant-group-key': 'locks',
|
|
29626
29287
|
},
|
|
29627
|
-
{
|
|
29628
|
-
deprecated: true,
|
|
29629
|
-
description: 'Indicates that the lock is not connected to a bridge.',
|
|
29630
|
-
properties: {
|
|
29631
|
-
created_at: {
|
|
29632
|
-
description: 'Date and time at which Seam created the error.',
|
|
29633
|
-
format: 'date-time',
|
|
29634
|
-
type: 'string',
|
|
29635
|
-
},
|
|
29636
|
-
error_code: {
|
|
29637
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29638
|
-
enum: ['august_lock_missing_bridge'],
|
|
29639
|
-
type: 'string',
|
|
29640
|
-
},
|
|
29641
|
-
is_device_error: {
|
|
29642
|
-
description: 'Indicates that the error is a device error.',
|
|
29643
|
-
enum: [true],
|
|
29644
|
-
type: 'boolean',
|
|
29645
|
-
},
|
|
29646
|
-
message: {
|
|
29647
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29648
|
-
type: 'string',
|
|
29649
|
-
},
|
|
29650
|
-
},
|
|
29651
|
-
required: [
|
|
29652
|
-
'message',
|
|
29653
|
-
'is_device_error',
|
|
29654
|
-
'created_at',
|
|
29655
|
-
'error_code',
|
|
29656
|
-
],
|
|
29657
|
-
type: 'object',
|
|
29658
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
29659
|
-
'x-resource-type': 'device',
|
|
29660
|
-
'x-variant-group-key': 'locks',
|
|
29661
|
-
},
|
|
29662
|
-
{
|
|
29663
|
-
deprecated: true,
|
|
29664
|
-
description: 'Indicates that the lock is not paired with a gateway.',
|
|
29665
|
-
properties: {
|
|
29666
|
-
created_at: {
|
|
29667
|
-
description: 'Date and time at which Seam created the error.',
|
|
29668
|
-
format: 'date-time',
|
|
29669
|
-
type: 'string',
|
|
29670
|
-
},
|
|
29671
|
-
error_code: {
|
|
29672
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29673
|
-
enum: ['ttlock_lock_not_paired_to_gateway'],
|
|
29674
|
-
type: 'string',
|
|
29675
|
-
},
|
|
29676
|
-
is_device_error: {
|
|
29677
|
-
description: 'Indicates that the error is a device error.',
|
|
29678
|
-
enum: [true],
|
|
29679
|
-
type: 'boolean',
|
|
29680
|
-
},
|
|
29681
|
-
message: {
|
|
29682
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29683
|
-
type: 'string',
|
|
29684
|
-
},
|
|
29685
|
-
},
|
|
29686
|
-
required: [
|
|
29687
|
-
'message',
|
|
29688
|
-
'is_device_error',
|
|
29689
|
-
'created_at',
|
|
29690
|
-
'error_code',
|
|
29691
|
-
],
|
|
29692
|
-
type: 'object',
|
|
29693
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
29694
|
-
'x-resource-type': 'device',
|
|
29695
|
-
'x-variant-group-key': 'locks',
|
|
29696
|
-
},
|
|
29697
29288
|
{
|
|
29698
29289
|
description: 'Indicates that device credentials are missing.',
|
|
29699
29290
|
properties: {
|
|
@@ -29791,41 +29382,6 @@ const openapi = {
|
|
|
29791
29382
|
type: 'object',
|
|
29792
29383
|
'x-resource-type': 'device',
|
|
29793
29384
|
},
|
|
29794
|
-
{
|
|
29795
|
-
deprecated: true,
|
|
29796
|
-
description: 'Indicates that the Lockly lock is not connected to a Wi-Fi bridge.',
|
|
29797
|
-
properties: {
|
|
29798
|
-
created_at: {
|
|
29799
|
-
description: 'Date and time at which Seam created the error.',
|
|
29800
|
-
format: 'date-time',
|
|
29801
|
-
type: 'string',
|
|
29802
|
-
},
|
|
29803
|
-
error_code: {
|
|
29804
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29805
|
-
enum: ['lockly_missing_wifi_bridge'],
|
|
29806
|
-
type: 'string',
|
|
29807
|
-
},
|
|
29808
|
-
is_device_error: {
|
|
29809
|
-
description: 'Indicates that the error is a device error.',
|
|
29810
|
-
enum: [true],
|
|
29811
|
-
type: 'boolean',
|
|
29812
|
-
},
|
|
29813
|
-
message: {
|
|
29814
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29815
|
-
type: 'string',
|
|
29816
|
-
},
|
|
29817
|
-
},
|
|
29818
|
-
required: [
|
|
29819
|
-
'message',
|
|
29820
|
-
'is_device_error',
|
|
29821
|
-
'created_at',
|
|
29822
|
-
'error_code',
|
|
29823
|
-
],
|
|
29824
|
-
type: 'object',
|
|
29825
|
-
'x-deprecated': 'Use `hub_disconnected` instead.',
|
|
29826
|
-
'x-resource-type': 'device',
|
|
29827
|
-
'x-variant-group-key': 'locks',
|
|
29828
|
-
},
|
|
29829
29385
|
{
|
|
29830
29386
|
description: 'Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge), for example, if the Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline. See also [Troubleshooting Your Access Control System](https://docs.seam.co/low-level-apis/access-systems/troubleshooting-your-access-control-system#acs_system-errors-seam_bridge_disconnected).',
|
|
29831
29387
|
properties: {
|
|
@@ -30091,30 +29647,6 @@ const openapi = {
|
|
|
30091
29647
|
type: 'object',
|
|
30092
29648
|
'x-variant-group-key': 'access_codes',
|
|
30093
29649
|
},
|
|
30094
|
-
{
|
|
30095
|
-
deprecated: true,
|
|
30096
|
-
description: 'Indicates that the Wyze Lock is not connected to a gateway.',
|
|
30097
|
-
properties: {
|
|
30098
|
-
created_at: {
|
|
30099
|
-
description: 'Date and time at which Seam created the warning.',
|
|
30100
|
-
format: 'date-time',
|
|
30101
|
-
type: 'string',
|
|
30102
|
-
},
|
|
30103
|
-
message: {
|
|
30104
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
30105
|
-
type: 'string',
|
|
30106
|
-
},
|
|
30107
|
-
warning_code: {
|
|
30108
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
30109
|
-
enum: ['wyze_device_missing_gateway'],
|
|
30110
|
-
type: 'string',
|
|
30111
|
-
},
|
|
30112
|
-
},
|
|
30113
|
-
required: ['message', 'created_at', 'warning_code'],
|
|
30114
|
-
type: 'object',
|
|
30115
|
-
'x-deprecated': 'Use `hub_disconnected` device error instead.',
|
|
30116
|
-
'x-variant-group-key': 'locks',
|
|
30117
|
-
},
|
|
30118
29650
|
{
|
|
30119
29651
|
description: 'Indicates that a third-party integration has been detected.',
|
|
30120
29652
|
properties: {
|