@seamapi/types 1.567.0 → 1.569.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 +122 -7133
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +76 -5049
- package/dist/index.cjs +122 -7133
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +39 -18
- package/lib/seam/connect/models/batch.js +1 -6
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -0
- package/lib/seam/connect/models/devices/device.js +3 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +1 -0
- package/lib/seam/connect/openapi.d.ts +156 -5172
- package/lib/seam/connect/openapi.js +120 -7130
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +1 -6
- package/src/lib/seam/connect/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +122 -8378
- package/src/lib/seam/connect/route-types.ts +34 -1
|
@@ -11491,6 +11491,8 @@ export type Routes = {
|
|
|
11491
11491
|
| 'smartthings_thermostat'
|
|
11492
11492
|
)
|
|
11493
11493
|
| ('ios_phone' | 'android_phone')
|
|
11494
|
+
/** IDs of the spaces the device is in. */
|
|
11495
|
+
space_ids: string[]
|
|
11494
11496
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
11495
11497
|
nickname?: string | undefined
|
|
11496
11498
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -15335,6 +15337,8 @@ export type Routes = {
|
|
|
15335
15337
|
| 'smartthings_thermostat'
|
|
15336
15338
|
)
|
|
15337
15339
|
| ('ios_phone' | 'android_phone')
|
|
15340
|
+
/** IDs of the spaces the device is in. */
|
|
15341
|
+
space_ids: string[]
|
|
15338
15342
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
15339
15343
|
nickname?: string | undefined
|
|
15340
15344
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -37042,6 +37046,8 @@ export type Routes = {
|
|
|
37042
37046
|
| 'smartthings_thermostat'
|
|
37043
37047
|
)
|
|
37044
37048
|
| ('ios_phone' | 'android_phone')
|
|
37049
|
+
/** IDs of the spaces the device is in. */
|
|
37050
|
+
space_ids: string[]
|
|
37045
37051
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
37046
37052
|
nickname?: string | undefined
|
|
37047
37053
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -38763,6 +38769,8 @@ export type Routes = {
|
|
|
38763
38769
|
| 'smartthings_thermostat'
|
|
38764
38770
|
)
|
|
38765
38771
|
| ('ios_phone' | 'android_phone')
|
|
38772
|
+
/** IDs of the spaces the device is in. */
|
|
38773
|
+
space_ids: string[]
|
|
38766
38774
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
38767
38775
|
nickname?: string | undefined
|
|
38768
38776
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -46493,6 +46501,8 @@ export type Routes = {
|
|
|
46493
46501
|
| 'smartthings_thermostat'
|
|
46494
46502
|
)
|
|
46495
46503
|
| ('ios_phone' | 'android_phone')
|
|
46504
|
+
/** IDs of the spaces the device is in. */
|
|
46505
|
+
space_ids: string[]
|
|
46496
46506
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
46497
46507
|
nickname?: string | undefined
|
|
46498
46508
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -47996,6 +48006,8 @@ export type Routes = {
|
|
|
47996
48006
|
| 'smartthings_thermostat'
|
|
47997
48007
|
)
|
|
47998
48008
|
| ('ios_phone' | 'android_phone')
|
|
48009
|
+
/** IDs of the spaces the device is in. */
|
|
48010
|
+
space_ids: string[]
|
|
47999
48011
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
48000
48012
|
nickname?: string | undefined
|
|
48001
48013
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -49679,6 +49691,8 @@ export type Routes = {
|
|
|
49679
49691
|
| 'smartthings_thermostat'
|
|
49680
49692
|
)
|
|
49681
49693
|
| ('ios_phone' | 'android_phone')
|
|
49694
|
+
/** IDs of the spaces the device is in. */
|
|
49695
|
+
space_ids: string[]
|
|
49682
49696
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
49683
49697
|
nickname?: string | undefined
|
|
49684
49698
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -51181,6 +51195,8 @@ export type Routes = {
|
|
|
51181
51195
|
| 'smartthings_thermostat'
|
|
51182
51196
|
)
|
|
51183
51197
|
| ('ios_phone' | 'android_phone')
|
|
51198
|
+
/** IDs of the spaces the device is in. */
|
|
51199
|
+
space_ids: string[]
|
|
51184
51200
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
51185
51201
|
nickname?: string | undefined
|
|
51186
51202
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -58567,6 +58583,8 @@ export type Routes = {
|
|
|
58567
58583
|
| 'smartthings_thermostat'
|
|
58568
58584
|
)
|
|
58569
58585
|
| ('ios_phone' | 'android_phone')
|
|
58586
|
+
/** IDs of the spaces the device is in. */
|
|
58587
|
+
space_ids: string[]
|
|
58570
58588
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
58571
58589
|
nickname?: string | undefined
|
|
58572
58590
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -60069,6 +60087,8 @@ export type Routes = {
|
|
|
60069
60087
|
| 'smartthings_thermostat'
|
|
60070
60088
|
)
|
|
60071
60089
|
| ('ios_phone' | 'android_phone')
|
|
60090
|
+
/** IDs of the spaces the device is in. */
|
|
60091
|
+
space_ids: string[]
|
|
60072
60092
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
60073
60093
|
nickname?: string | undefined
|
|
60074
60094
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -70414,6 +70434,8 @@ export type Routes = {
|
|
|
70414
70434
|
| 'smartthings_thermostat'
|
|
70415
70435
|
)
|
|
70416
70436
|
| ('ios_phone' | 'android_phone')
|
|
70437
|
+
/** IDs of the spaces the device is in. */
|
|
70438
|
+
space_ids: string[]
|
|
70417
70439
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
70418
70440
|
nickname?: string | undefined
|
|
70419
70441
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -71886,7 +71908,6 @@ export type Routes = {
|
|
|
71886
71908
|
can_simulate_hub_connection?: boolean | undefined
|
|
71887
71909
|
can_simulate_hub_disconnection?: boolean | undefined
|
|
71888
71910
|
can_simulate_paid_subscription?: boolean | undefined
|
|
71889
|
-
space_ids: string[]
|
|
71890
71911
|
}[]
|
|
71891
71912
|
| undefined
|
|
71892
71913
|
acs_entrances?:
|
|
@@ -77002,6 +77023,8 @@ export type Routes = {
|
|
|
77002
77023
|
| 'smartthings_thermostat'
|
|
77003
77024
|
)
|
|
77004
77025
|
| ('ios_phone' | 'android_phone')
|
|
77026
|
+
/** IDs of the spaces the device is in. */
|
|
77027
|
+
space_ids: string[]
|
|
77005
77028
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
77006
77029
|
nickname?: string | undefined
|
|
77007
77030
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -81531,6 +81554,8 @@ export type Routes = {
|
|
|
81531
81554
|
| 'smartthings_thermostat'
|
|
81532
81555
|
)
|
|
81533
81556
|
| ('ios_phone' | 'android_phone')
|
|
81557
|
+
/** IDs of the spaces the device is in. */
|
|
81558
|
+
space_ids: string[]
|
|
81534
81559
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
81535
81560
|
nickname?: string | undefined
|
|
81536
81561
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -83033,6 +83058,8 @@ export type Routes = {
|
|
|
83033
83058
|
| 'smartthings_thermostat'
|
|
83034
83059
|
)
|
|
83035
83060
|
| ('ios_phone' | 'android_phone')
|
|
83061
|
+
/** IDs of the spaces the device is in. */
|
|
83062
|
+
space_ids: string[]
|
|
83036
83063
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
83037
83064
|
nickname?: string | undefined
|
|
83038
83065
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -91284,6 +91311,8 @@ export type Routes = {
|
|
|
91284
91311
|
| 'smartthings_thermostat'
|
|
91285
91312
|
)
|
|
91286
91313
|
| ('ios_phone' | 'android_phone')
|
|
91314
|
+
/** IDs of the spaces the device is in. */
|
|
91315
|
+
space_ids: string[]
|
|
91287
91316
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
91288
91317
|
nickname?: string | undefined
|
|
91289
91318
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -92788,6 +92817,8 @@ export type Routes = {
|
|
|
92788
92817
|
| 'smartthings_thermostat'
|
|
92789
92818
|
)
|
|
92790
92819
|
| ('ios_phone' | 'android_phone')
|
|
92820
|
+
/** IDs of the spaces the device is in. */
|
|
92821
|
+
space_ids: string[]
|
|
92791
92822
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
92792
92823
|
nickname?: string | undefined
|
|
92793
92824
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -95156,6 +95187,8 @@ export type Routes = {
|
|
|
95156
95187
|
| 'smartthings_thermostat'
|
|
95157
95188
|
)
|
|
95158
95189
|
| ('ios_phone' | 'android_phone')
|
|
95190
|
+
/** IDs of the spaces the device is in. */
|
|
95191
|
+
space_ids: string[]
|
|
95159
95192
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
95160
95193
|
nickname?: string | undefined
|
|
95161
95194
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|