@seamapi/types 1.1023.0 → 1.1024.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/package.json
CHANGED
|
@@ -37518,6 +37518,7 @@ const openapi: OpenAPISpec = {
|
|
|
37518
37518
|
schema: {
|
|
37519
37519
|
description:
|
|
37520
37520
|
'Code of the access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
37521
|
+
minLength: 1,
|
|
37521
37522
|
type: 'string',
|
|
37522
37523
|
},
|
|
37523
37524
|
},
|
|
@@ -37577,6 +37578,7 @@ const openapi: OpenAPISpec = {
|
|
|
37577
37578
|
code: {
|
|
37578
37579
|
description:
|
|
37579
37580
|
'Code of the access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
37581
|
+
minLength: 1,
|
|
37580
37582
|
type: 'string',
|
|
37581
37583
|
},
|
|
37582
37584
|
device_id: {
|
|
@@ -38902,6 +38904,7 @@ const openapi: OpenAPISpec = {
|
|
|
38902
38904
|
schema: {
|
|
38903
38905
|
description:
|
|
38904
38906
|
'Code of the unmanaged access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
38907
|
+
minLength: 1,
|
|
38905
38908
|
type: 'string',
|
|
38906
38909
|
},
|
|
38907
38910
|
},
|
|
@@ -38963,6 +38966,7 @@ const openapi: OpenAPISpec = {
|
|
|
38963
38966
|
code: {
|
|
38964
38967
|
description:
|
|
38965
38968
|
'Code of the unmanaged access code that you want to get. You must specify either `access_code_id` or both `device_id` and `code`.',
|
|
38969
|
+
minLength: 1,
|
|
38966
38970
|
type: 'string',
|
|
38967
38971
|
},
|
|
38968
38972
|
device_id: {
|
|
@@ -55098,6 +55102,7 @@ const openapi: OpenAPISpec = {
|
|
|
55098
55102
|
name: 'name',
|
|
55099
55103
|
schema: {
|
|
55100
55104
|
description: 'Name of the device that you want to get.',
|
|
55105
|
+
minLength: 1,
|
|
55101
55106
|
type: 'string',
|
|
55102
55107
|
},
|
|
55103
55108
|
},
|
|
@@ -55155,6 +55160,7 @@ const openapi: OpenAPISpec = {
|
|
|
55155
55160
|
},
|
|
55156
55161
|
name: {
|
|
55157
55162
|
description: 'Name of the device that you want to get.',
|
|
55163
|
+
minLength: 1,
|
|
55158
55164
|
type: 'string',
|
|
55159
55165
|
},
|
|
55160
55166
|
},
|
|
@@ -57938,6 +57944,7 @@ const openapi: OpenAPISpec = {
|
|
|
57938
57944
|
name: 'name',
|
|
57939
57945
|
schema: {
|
|
57940
57946
|
description: 'Name of the unmanaged device that you want to get.',
|
|
57947
|
+
minLength: 1,
|
|
57941
57948
|
type: 'string',
|
|
57942
57949
|
},
|
|
57943
57950
|
},
|
|
@@ -57995,6 +58002,7 @@ const openapi: OpenAPISpec = {
|
|
|
57995
58002
|
name: {
|
|
57996
58003
|
description:
|
|
57997
58004
|
'Name of the unmanaged device that you want to get.',
|
|
58005
|
+
minLength: 1,
|
|
57998
58006
|
type: 'string',
|
|
57999
58007
|
},
|
|
58000
58008
|
},
|
|
@@ -59186,6 +59194,7 @@ const openapi: OpenAPISpec = {
|
|
|
59186
59194
|
name: 'event_type',
|
|
59187
59195
|
schema: {
|
|
59188
59196
|
description: 'Type of the event that you want to get.',
|
|
59197
|
+
minLength: 1,
|
|
59189
59198
|
type: 'string',
|
|
59190
59199
|
},
|
|
59191
59200
|
},
|
|
@@ -59261,6 +59270,7 @@ const openapi: OpenAPISpec = {
|
|
|
59261
59270
|
},
|
|
59262
59271
|
event_type: {
|
|
59263
59272
|
description: 'Type of the event that you want to get.',
|
|
59273
|
+
minLength: 1,
|
|
59264
59274
|
type: 'string',
|
|
59265
59275
|
},
|
|
59266
59276
|
},
|
|
@@ -60722,6 +60732,7 @@ const openapi: OpenAPISpec = {
|
|
|
60722
60732
|
name: 'name',
|
|
60723
60733
|
schema: {
|
|
60724
60734
|
description: 'Name of the lock that you want to get.',
|
|
60735
|
+
minLength: 1,
|
|
60725
60736
|
type: 'string',
|
|
60726
60737
|
},
|
|
60727
60738
|
},
|
|
@@ -60779,6 +60790,7 @@ const openapi: OpenAPISpec = {
|
|
|
60779
60790
|
},
|
|
60780
60791
|
name: {
|
|
60781
60792
|
description: 'Name of the lock that you want to get.',
|
|
60793
|
+
minLength: 1,
|
|
60782
60794
|
type: 'string',
|
|
60783
60795
|
},
|
|
60784
60796
|
},
|
|
@@ -81471,6 +81483,7 @@ const openapi: OpenAPISpec = {
|
|
|
81471
81483
|
schema: {
|
|
81472
81484
|
description:
|
|
81473
81485
|
'Name of the thermostat device that you want to retrieve.',
|
|
81486
|
+
minLength: 1,
|
|
81474
81487
|
type: 'string',
|
|
81475
81488
|
},
|
|
81476
81489
|
},
|
|
@@ -81529,6 +81542,7 @@ const openapi: OpenAPISpec = {
|
|
|
81529
81542
|
name: {
|
|
81530
81543
|
description:
|
|
81531
81544
|
'Name of the thermostat device that you want to retrieve.',
|
|
81545
|
+
minLength: 1,
|
|
81532
81546
|
type: 'string',
|
|
81533
81547
|
},
|
|
81534
81548
|
},
|
|
@@ -86803,6 +86817,7 @@ const openapi: OpenAPISpec = {
|
|
|
86803
86817
|
required: true,
|
|
86804
86818
|
schema: {
|
|
86805
86819
|
description: 'ID of the webhook that you want to delete.',
|
|
86820
|
+
minLength: 1,
|
|
86806
86821
|
type: 'string',
|
|
86807
86822
|
},
|
|
86808
86823
|
},
|
|
@@ -86846,6 +86861,7 @@ const openapi: OpenAPISpec = {
|
|
|
86846
86861
|
properties: {
|
|
86847
86862
|
webhook_id: {
|
|
86848
86863
|
description: 'ID of the webhook that you want to delete.',
|
|
86864
|
+
minLength: 1,
|
|
86849
86865
|
type: 'string',
|
|
86850
86866
|
},
|
|
86851
86867
|
},
|
|
@@ -86896,6 +86912,7 @@ const openapi: OpenAPISpec = {
|
|
|
86896
86912
|
required: true,
|
|
86897
86913
|
schema: {
|
|
86898
86914
|
description: 'ID of the webhook that you want to get.',
|
|
86915
|
+
minLength: 1,
|
|
86899
86916
|
type: 'string',
|
|
86900
86917
|
},
|
|
86901
86918
|
},
|
|
@@ -86943,6 +86960,7 @@ const openapi: OpenAPISpec = {
|
|
|
86943
86960
|
properties: {
|
|
86944
86961
|
webhook_id: {
|
|
86945
86962
|
description: 'ID of the webhook that you want to get.',
|
|
86963
|
+
minLength: 1,
|
|
86946
86964
|
type: 'string',
|
|
86947
86965
|
},
|
|
86948
86966
|
},
|