@seamapi/types 1.1023.0 → 1.1025.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.
|
@@ -78877,7 +78877,7 @@ export type Routes = {
|
|
|
78877
78877
|
/** Filter timeline entries by context type. 'request' for API requests, 'job' for background jobs. */
|
|
78878
78878
|
context_type?: ('request' | 'job') | undefined;
|
|
78879
78879
|
/** Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page. */
|
|
78880
|
-
page_cursor?: (string |
|
|
78880
|
+
page_cursor?: (string | undefined) | null;
|
|
78881
78881
|
};
|
|
78882
78882
|
formData: {};
|
|
78883
78883
|
jsonResponse: {
|
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
|
},
|
|
@@ -66621,7 +66633,6 @@ const openapi: OpenAPISpec = {
|
|
|
66621
66633
|
schema: {
|
|
66622
66634
|
description:
|
|
66623
66635
|
'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
66624
|
-
minLength: 1,
|
|
66625
66636
|
nullable: true,
|
|
66626
66637
|
type: 'string',
|
|
66627
66638
|
},
|
|
@@ -67019,7 +67030,6 @@ const openapi: OpenAPISpec = {
|
|
|
67019
67030
|
page_cursor: {
|
|
67020
67031
|
description:
|
|
67021
67032
|
'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
67022
|
-
minLength: 1,
|
|
67023
67033
|
nullable: true,
|
|
67024
67034
|
type: 'string',
|
|
67025
67035
|
},
|
|
@@ -81471,6 +81481,7 @@ const openapi: OpenAPISpec = {
|
|
|
81471
81481
|
schema: {
|
|
81472
81482
|
description:
|
|
81473
81483
|
'Name of the thermostat device that you want to retrieve.',
|
|
81484
|
+
minLength: 1,
|
|
81474
81485
|
type: 'string',
|
|
81475
81486
|
},
|
|
81476
81487
|
},
|
|
@@ -81529,6 +81540,7 @@ const openapi: OpenAPISpec = {
|
|
|
81529
81540
|
name: {
|
|
81530
81541
|
description:
|
|
81531
81542
|
'Name of the thermostat device that you want to retrieve.',
|
|
81543
|
+
minLength: 1,
|
|
81532
81544
|
type: 'string',
|
|
81533
81545
|
},
|
|
81534
81546
|
},
|
|
@@ -86803,6 +86815,7 @@ const openapi: OpenAPISpec = {
|
|
|
86803
86815
|
required: true,
|
|
86804
86816
|
schema: {
|
|
86805
86817
|
description: 'ID of the webhook that you want to delete.',
|
|
86818
|
+
minLength: 1,
|
|
86806
86819
|
type: 'string',
|
|
86807
86820
|
},
|
|
86808
86821
|
},
|
|
@@ -86846,6 +86859,7 @@ const openapi: OpenAPISpec = {
|
|
|
86846
86859
|
properties: {
|
|
86847
86860
|
webhook_id: {
|
|
86848
86861
|
description: 'ID of the webhook that you want to delete.',
|
|
86862
|
+
minLength: 1,
|
|
86849
86863
|
type: 'string',
|
|
86850
86864
|
},
|
|
86851
86865
|
},
|
|
@@ -86896,6 +86910,7 @@ const openapi: OpenAPISpec = {
|
|
|
86896
86910
|
required: true,
|
|
86897
86911
|
schema: {
|
|
86898
86912
|
description: 'ID of the webhook that you want to get.',
|
|
86913
|
+
minLength: 1,
|
|
86899
86914
|
type: 'string',
|
|
86900
86915
|
},
|
|
86901
86916
|
},
|
|
@@ -86943,6 +86958,7 @@ const openapi: OpenAPISpec = {
|
|
|
86943
86958
|
properties: {
|
|
86944
86959
|
webhook_id: {
|
|
86945
86960
|
description: 'ID of the webhook that you want to get.',
|
|
86961
|
+
minLength: 1,
|
|
86946
86962
|
type: 'string',
|
|
86947
86963
|
},
|
|
86948
86964
|
},
|
|
@@ -94865,7 +94865,7 @@ export type Routes = {
|
|
|
94865
94865
|
/** Filter timeline entries by context type. 'request' for API requests, 'job' for background jobs. */
|
|
94866
94866
|
context_type?: ('request' | 'job') | undefined
|
|
94867
94867
|
/** Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page. */
|
|
94868
|
-
page_cursor?: (string |
|
|
94868
|
+
page_cursor?: (string | undefined) | null
|
|
94869
94869
|
}
|
|
94870
94870
|
formData: {}
|
|
94871
94871
|
jsonResponse: {
|