@seamapi/types 1.361.1 → 1.362.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 +56 -53
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +174 -174
- package/lib/seam/connect/models/devices/device.d.ts +87 -82
- package/lib/seam/connect/models/devices/device.js +22 -21
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +25 -25
- package/lib/seam/connect/openapi.js +32 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +105 -105
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +25 -21
- package/src/lib/seam/connect/openapi.ts +36 -36
- package/src/lib/seam/connect/route-types.ts +120 -120
|
@@ -6990,20 +6990,6 @@ export default {
|
|
|
6990
6990
|
required: ['message', 'created_at', 'warning_code'],
|
|
6991
6991
|
type: 'object',
|
|
6992
6992
|
},
|
|
6993
|
-
{
|
|
6994
|
-
description: 'A Salto Lock displaying an unknown device type.',
|
|
6995
|
-
properties: {
|
|
6996
|
-
created_at: { format: 'date-time', type: 'string' },
|
|
6997
|
-
message: { type: 'string' },
|
|
6998
|
-
warning_code: {
|
|
6999
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
7000
|
-
enum: ['salto_unknown_device_type'],
|
|
7001
|
-
type: 'string',
|
|
7002
|
-
},
|
|
7003
|
-
},
|
|
7004
|
-
required: ['message', 'created_at', 'warning_code'],
|
|
7005
|
-
type: 'object',
|
|
7006
|
-
},
|
|
7007
6993
|
{
|
|
7008
6994
|
description: 'Wyze Lock is not connected to a gateway.',
|
|
7009
6995
|
properties: {
|
|
@@ -7151,7 +7137,7 @@ export default {
|
|
|
7151
7137
|
message: { type: 'string' },
|
|
7152
7138
|
warning_code: {
|
|
7153
7139
|
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
7154
|
-
enum: ['
|
|
7140
|
+
enum: ['salto_ks_office_mode'],
|
|
7155
7141
|
type: 'string',
|
|
7156
7142
|
},
|
|
7157
7143
|
},
|
|
@@ -7165,7 +7151,21 @@ export default {
|
|
|
7165
7151
|
message: { type: 'string' },
|
|
7166
7152
|
warning_code: {
|
|
7167
7153
|
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
7168
|
-
enum: ['
|
|
7154
|
+
enum: ['salto_ks_privacy_mode'],
|
|
7155
|
+
type: 'string',
|
|
7156
|
+
},
|
|
7157
|
+
},
|
|
7158
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
7159
|
+
type: 'object',
|
|
7160
|
+
},
|
|
7161
|
+
{
|
|
7162
|
+
description: 'Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Please increase your subscription limit, or delete some users from your site to rectify this.',
|
|
7163
|
+
properties: {
|
|
7164
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
7165
|
+
message: { type: 'string' },
|
|
7166
|
+
warning_code: {
|
|
7167
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
7168
|
+
enum: ['salto_ks_subscription_limit_almost_reached'],
|
|
7169
7169
|
type: 'string',
|
|
7170
7170
|
},
|
|
7171
7171
|
},
|
|
@@ -13783,20 +13783,6 @@ export default {
|
|
|
13783
13783
|
required: ['message', 'created_at', 'warning_code'],
|
|
13784
13784
|
type: 'object',
|
|
13785
13785
|
},
|
|
13786
|
-
{
|
|
13787
|
-
description: 'A Salto Lock displaying an unknown device type.',
|
|
13788
|
-
properties: {
|
|
13789
|
-
created_at: { format: 'date-time', type: 'string' },
|
|
13790
|
-
message: { type: 'string' },
|
|
13791
|
-
warning_code: {
|
|
13792
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13793
|
-
enum: ['salto_unknown_device_type'],
|
|
13794
|
-
type: 'string',
|
|
13795
|
-
},
|
|
13796
|
-
},
|
|
13797
|
-
required: ['message', 'created_at', 'warning_code'],
|
|
13798
|
-
type: 'object',
|
|
13799
|
-
},
|
|
13800
13786
|
{
|
|
13801
13787
|
description: 'Wyze Lock is not connected to a gateway.',
|
|
13802
13788
|
properties: {
|
|
@@ -13944,7 +13930,7 @@ export default {
|
|
|
13944
13930
|
message: { type: 'string' },
|
|
13945
13931
|
warning_code: {
|
|
13946
13932
|
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13947
|
-
enum: ['
|
|
13933
|
+
enum: ['salto_ks_office_mode'],
|
|
13948
13934
|
type: 'string',
|
|
13949
13935
|
},
|
|
13950
13936
|
},
|
|
@@ -13958,7 +13944,21 @@ export default {
|
|
|
13958
13944
|
message: { type: 'string' },
|
|
13959
13945
|
warning_code: {
|
|
13960
13946
|
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13961
|
-
enum: ['
|
|
13947
|
+
enum: ['salto_ks_privacy_mode'],
|
|
13948
|
+
type: 'string',
|
|
13949
|
+
},
|
|
13950
|
+
},
|
|
13951
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
13952
|
+
type: 'object',
|
|
13953
|
+
},
|
|
13954
|
+
{
|
|
13955
|
+
description: 'Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Please increase your subscription limit, or delete some users from your site to rectify this.',
|
|
13956
|
+
properties: {
|
|
13957
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
13958
|
+
message: { type: 'string' },
|
|
13959
|
+
warning_code: {
|
|
13960
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13961
|
+
enum: ['salto_ks_subscription_limit_almost_reached'],
|
|
13962
13962
|
type: 'string',
|
|
13963
13963
|
},
|
|
13964
13964
|
},
|