@seamapi/types 1.515.0 → 1.516.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 +0 -60
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +32 -184
- package/dist/index.cjs +0 -60
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +32 -179
- package/lib/seam/connect/openapi.js +0 -60
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -60
- package/src/lib/seam/connect/route-types.ts +0 -5
|
@@ -32717,7 +32717,6 @@ export type Routes = {
|
|
|
32717
32717
|
queryParams: {};
|
|
32718
32718
|
jsonBody: {};
|
|
32719
32719
|
commonParams: {
|
|
32720
|
-
customer_ids?: string[] | undefined;
|
|
32721
32720
|
/** Customer key for which you want to list devices. */
|
|
32722
32721
|
customer_key?: string | undefined;
|
|
32723
32722
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -34444,7 +34443,6 @@ export type Routes = {
|
|
|
34444
34443
|
queryParams: {};
|
|
34445
34444
|
jsonBody: {};
|
|
34446
34445
|
commonParams: {
|
|
34447
|
-
customer_ids?: string[] | undefined;
|
|
34448
34446
|
/** Customer key for which you want to list devices. */
|
|
34449
34447
|
customer_key?: string | undefined;
|
|
34450
34448
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -41097,7 +41095,6 @@ export type Routes = {
|
|
|
41097
41095
|
queryParams: {};
|
|
41098
41096
|
jsonBody: {};
|
|
41099
41097
|
commonParams: {
|
|
41100
|
-
customer_ids?: string[] | undefined;
|
|
41101
41098
|
/** Customer key for which you want to list devices. */
|
|
41102
41099
|
customer_key?: string | undefined;
|
|
41103
41100
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -48526,7 +48523,6 @@ export type Routes = {
|
|
|
48526
48523
|
queryParams: {};
|
|
48527
48524
|
jsonBody: {};
|
|
48528
48525
|
commonParams: {
|
|
48529
|
-
customer_ids?: string[] | undefined;
|
|
48530
48526
|
/** Customer key for which you want to list devices. */
|
|
48531
48527
|
customer_key?: string | undefined;
|
|
48532
48528
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -67440,7 +67436,6 @@ export type Routes = {
|
|
|
67440
67436
|
queryParams: {};
|
|
67441
67437
|
jsonBody: {};
|
|
67442
67438
|
commonParams: {
|
|
67443
|
-
customer_ids?: string[] | undefined;
|
|
67444
67439
|
/** Customer key for which you want to list devices. */
|
|
67445
67440
|
customer_key?: string | undefined;
|
|
67446
67441
|
/** ID of the connected account for which you want to list devices. */
|
package/package.json
CHANGED
|
@@ -40247,14 +40247,6 @@ export default {
|
|
|
40247
40247
|
'Returns a list of all [devices](https://docs.seam.co/latest/core-concepts/devices).',
|
|
40248
40248
|
operationId: 'devicesListGet',
|
|
40249
40249
|
parameters: [
|
|
40250
|
-
{
|
|
40251
|
-
in: 'query',
|
|
40252
|
-
name: 'customer_ids',
|
|
40253
|
-
schema: {
|
|
40254
|
-
items: { format: 'uuid', type: 'string' },
|
|
40255
|
-
type: 'array',
|
|
40256
|
-
},
|
|
40257
|
-
},
|
|
40258
40250
|
{
|
|
40259
40251
|
in: 'query',
|
|
40260
40252
|
name: 'customer_key',
|
|
@@ -40720,10 +40712,6 @@ export default {
|
|
|
40720
40712
|
'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
40721
40713
|
type: 'object',
|
|
40722
40714
|
},
|
|
40723
|
-
customer_ids: {
|
|
40724
|
-
items: { format: 'uuid', type: 'string' },
|
|
40725
|
-
type: 'array',
|
|
40726
|
-
},
|
|
40727
40715
|
customer_key: {
|
|
40728
40716
|
description:
|
|
40729
40717
|
'Customer key for which you want to list devices.',
|
|
@@ -41551,14 +41539,6 @@ export default {
|
|
|
41551
41539
|
'Returns a list of all [unmanaged devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).\n\nAn unmanaged device has a limited set of visible properties and a subset of supported events. You cannot control an unmanaged device. Any [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) on an unmanaged device are unmanaged. To control an unmanaged device with Seam, [convert it to a managed device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices#convert-an-unmanaged-device-to-managed).',
|
|
41552
41540
|
operationId: 'devicesUnmanagedListGet',
|
|
41553
41541
|
parameters: [
|
|
41554
|
-
{
|
|
41555
|
-
in: 'query',
|
|
41556
|
-
name: 'customer_ids',
|
|
41557
|
-
schema: {
|
|
41558
|
-
items: { format: 'uuid', type: 'string' },
|
|
41559
|
-
type: 'array',
|
|
41560
|
-
},
|
|
41561
|
-
},
|
|
41562
41542
|
{
|
|
41563
41543
|
in: 'query',
|
|
41564
41544
|
name: 'customer_key',
|
|
@@ -42021,10 +42001,6 @@ export default {
|
|
|
42021
42001
|
'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
42022
42002
|
type: 'object',
|
|
42023
42003
|
},
|
|
42024
|
-
customer_ids: {
|
|
42025
|
-
items: { format: 'uuid', type: 'string' },
|
|
42026
|
-
type: 'array',
|
|
42027
|
-
},
|
|
42028
42004
|
customer_key: {
|
|
42029
42005
|
description:
|
|
42030
42006
|
'Customer key for which you want to list devices.',
|
|
@@ -43933,14 +43909,6 @@ export default {
|
|
|
43933
43909
|
'Returns a list of all [locks](https://docs.seam.co/latest/capability-guides/smart-locks).',
|
|
43934
43910
|
operationId: 'locksListGet',
|
|
43935
43911
|
parameters: [
|
|
43936
|
-
{
|
|
43937
|
-
in: 'query',
|
|
43938
|
-
name: 'customer_ids',
|
|
43939
|
-
schema: {
|
|
43940
|
-
items: { format: 'uuid', type: 'string' },
|
|
43941
|
-
type: 'array',
|
|
43942
|
-
},
|
|
43943
|
-
},
|
|
43944
43912
|
{
|
|
43945
43913
|
in: 'query',
|
|
43946
43914
|
name: 'customer_key',
|
|
@@ -44342,10 +44310,6 @@ export default {
|
|
|
44342
44310
|
'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
44343
44311
|
type: 'object',
|
|
44344
44312
|
},
|
|
44345
|
-
customer_ids: {
|
|
44346
|
-
items: { format: 'uuid', type: 'string' },
|
|
44347
|
-
type: 'array',
|
|
44348
|
-
},
|
|
44349
44313
|
customer_key: {
|
|
44350
44314
|
description:
|
|
44351
44315
|
'Customer key for which you want to list devices.',
|
|
@@ -44855,14 +44819,6 @@ export default {
|
|
|
44855
44819
|
'Returns a list of all [noise sensors](https://docs.seam.co/latest/capability-guides/noise-sensors).',
|
|
44856
44820
|
operationId: 'noiseSensorsListGet',
|
|
44857
44821
|
parameters: [
|
|
44858
|
-
{
|
|
44859
|
-
in: 'query',
|
|
44860
|
-
name: 'customer_ids',
|
|
44861
|
-
schema: {
|
|
44862
|
-
items: { format: 'uuid', type: 'string' },
|
|
44863
|
-
type: 'array',
|
|
44864
|
-
},
|
|
44865
|
-
},
|
|
44866
44822
|
{
|
|
44867
44823
|
in: 'query',
|
|
44868
44824
|
name: 'customer_key',
|
|
@@ -45182,10 +45138,6 @@ export default {
|
|
|
45182
45138
|
'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
45183
45139
|
type: 'object',
|
|
45184
45140
|
},
|
|
45185
|
-
customer_ids: {
|
|
45186
|
-
items: { format: 'uuid', type: 'string' },
|
|
45187
|
-
type: 'array',
|
|
45188
|
-
},
|
|
45189
45141
|
customer_key: {
|
|
45190
45142
|
description:
|
|
45191
45143
|
'Customer key for which you want to list devices.',
|
|
@@ -52133,14 +52085,6 @@ export default {
|
|
|
52133
52085
|
'Returns a list of all [thermostats](https://docs.seam.co/latest/capability-guides/thermostats).',
|
|
52134
52086
|
operationId: 'thermostatsListGet',
|
|
52135
52087
|
parameters: [
|
|
52136
|
-
{
|
|
52137
|
-
in: 'query',
|
|
52138
|
-
name: 'customer_ids',
|
|
52139
|
-
schema: {
|
|
52140
|
-
items: { format: 'uuid', type: 'string' },
|
|
52141
|
-
type: 'array',
|
|
52142
|
-
},
|
|
52143
|
-
},
|
|
52144
52088
|
{
|
|
52145
52089
|
in: 'query',
|
|
52146
52090
|
name: 'customer_key',
|
|
@@ -52481,10 +52425,6 @@ export default {
|
|
|
52481
52425
|
'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices.',
|
|
52482
52426
|
type: 'object',
|
|
52483
52427
|
},
|
|
52484
|
-
customer_ids: {
|
|
52485
|
-
items: { format: 'uuid', type: 'string' },
|
|
52486
|
-
type: 'array',
|
|
52487
|
-
},
|
|
52488
52428
|
customer_key: {
|
|
52489
52429
|
description:
|
|
52490
52430
|
'Customer key for which you want to list devices.',
|
|
@@ -38044,7 +38044,6 @@ export type Routes = {
|
|
|
38044
38044
|
queryParams: {}
|
|
38045
38045
|
jsonBody: {}
|
|
38046
38046
|
commonParams: {
|
|
38047
|
-
customer_ids?: string[] | undefined
|
|
38048
38047
|
/** Customer key for which you want to list devices. */
|
|
38049
38048
|
customer_key?: string | undefined
|
|
38050
38049
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -40388,7 +40387,6 @@ export type Routes = {
|
|
|
40388
40387
|
queryParams: {}
|
|
40389
40388
|
jsonBody: {}
|
|
40390
40389
|
commonParams: {
|
|
40391
|
-
customer_ids?: string[] | undefined
|
|
40392
40390
|
/** Customer key for which you want to list devices. */
|
|
40393
40391
|
customer_key?: string | undefined
|
|
40394
40392
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -48754,7 +48752,6 @@ export type Routes = {
|
|
|
48754
48752
|
queryParams: {}
|
|
48755
48753
|
jsonBody: {}
|
|
48756
48754
|
commonParams: {
|
|
48757
|
-
customer_ids?: string[] | undefined
|
|
48758
48755
|
/** Customer key for which you want to list devices. */
|
|
48759
48756
|
customer_key?: string | undefined
|
|
48760
48757
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -57658,7 +57655,6 @@ export type Routes = {
|
|
|
57658
57655
|
queryParams: {}
|
|
57659
57656
|
jsonBody: {}
|
|
57660
57657
|
commonParams: {
|
|
57661
|
-
customer_ids?: string[] | undefined
|
|
57662
57658
|
/** Customer key for which you want to list devices. */
|
|
57663
57659
|
customer_key?: string | undefined
|
|
57664
57660
|
/** ID of the connected account for which you want to list devices. */
|
|
@@ -80145,7 +80141,6 @@ export type Routes = {
|
|
|
80145
80141
|
queryParams: {}
|
|
80146
80142
|
jsonBody: {}
|
|
80147
80143
|
commonParams: {
|
|
80148
|
-
customer_ids?: string[] | undefined
|
|
80149
80144
|
/** Customer key for which you want to list devices. */
|
|
80150
80145
|
customer_key?: string | undefined
|
|
80151
80146
|
/** ID of the connected account for which you want to list devices. */
|