@seamapi/types 1.985.0 → 1.987.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/lib/seam/connect/models/acs/acs-entrance.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-metadata.d.ts +10 -0
- package/lib/seam/connect/models/devices/device-metadata.js +9 -1
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +19 -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 +15 -0
- package/lib/seam/connect/models/events/connected-accounts.js +5 -4
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +12 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +18 -18
- package/lib/seam/connect/openapi.js +48 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +197 -261
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +10 -9
- package/src/lib/seam/connect/models/devices/device-metadata.ts +11 -1
- package/src/lib/seam/connect/models/devices/device.ts +3 -0
- package/src/lib/seam/connect/models/events/connected-accounts.ts +5 -4
- package/src/lib/seam/connect/models/events/devices.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +53 -16
- package/src/lib/seam/connect/route-types.ts +197 -261
|
@@ -13891,7 +13891,7 @@ export type Routes = {
|
|
|
13891
13891
|
}
|
|
13892
13892
|
| undefined
|
|
13893
13893
|
/** Metada for a Salto device.
|
|
13894
|
-
* @deprecated Use `salto_ks_metadata
|
|
13894
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
13895
13895
|
salto_metadata?:
|
|
13896
13896
|
| {
|
|
13897
13897
|
/** Lock ID for a Salto device. */
|
|
@@ -14172,10 +14172,14 @@ export type Routes = {
|
|
|
14172
14172
|
| {
|
|
14173
14173
|
/** Device ID for a Google Nest device. */
|
|
14174
14174
|
nest_device_id?: (string | undefined) | undefined
|
|
14175
|
+
/** ID of the Google Nest structure containing the device. */
|
|
14176
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
14175
14177
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
14176
14178
|
device_name?: (string | undefined) | undefined
|
|
14177
14179
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
14178
14180
|
device_custom_name?: (string | undefined) | undefined
|
|
14181
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
14182
|
+
structure_name?: (string | undefined) | undefined
|
|
14179
14183
|
/** Display name for a Google Nest device. */
|
|
14180
14184
|
display_name?: (string | undefined) | undefined
|
|
14181
14185
|
}
|
|
@@ -15070,6 +15074,9 @@ export type Routes = {
|
|
|
15070
15074
|
/** Name of the device location.
|
|
15071
15075
|
*/
|
|
15072
15076
|
location_name?: string | undefined
|
|
15077
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
15078
|
+
*/
|
|
15079
|
+
room_name?: string | undefined
|
|
15073
15080
|
/** Time zone of the device location.
|
|
15074
15081
|
*/
|
|
15075
15082
|
time_zone?: string | undefined
|
|
@@ -22283,7 +22290,7 @@ export type Routes = {
|
|
|
22283
22290
|
}
|
|
22284
22291
|
| undefined
|
|
22285
22292
|
/** Metada for a Salto device.
|
|
22286
|
-
* @deprecated Use `salto_ks_metadata
|
|
22293
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
22287
22294
|
salto_metadata?:
|
|
22288
22295
|
| {
|
|
22289
22296
|
/** Lock ID for a Salto device. */
|
|
@@ -22564,10 +22571,14 @@ export type Routes = {
|
|
|
22564
22571
|
| {
|
|
22565
22572
|
/** Device ID for a Google Nest device. */
|
|
22566
22573
|
nest_device_id?: (string | undefined) | undefined
|
|
22574
|
+
/** ID of the Google Nest structure containing the device. */
|
|
22575
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
22567
22576
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
22568
22577
|
device_name?: (string | undefined) | undefined
|
|
22569
22578
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
22570
22579
|
device_custom_name?: (string | undefined) | undefined
|
|
22580
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
22581
|
+
structure_name?: (string | undefined) | undefined
|
|
22571
22582
|
/** Display name for a Google Nest device. */
|
|
22572
22583
|
display_name?: (string | undefined) | undefined
|
|
22573
22584
|
}
|
|
@@ -23462,6 +23473,9 @@ export type Routes = {
|
|
|
23462
23473
|
/** Name of the device location.
|
|
23463
23474
|
*/
|
|
23464
23475
|
location_name?: string | undefined
|
|
23476
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
23477
|
+
*/
|
|
23478
|
+
room_name?: string | undefined
|
|
23465
23479
|
/** Time zone of the device location.
|
|
23466
23480
|
*/
|
|
23467
23481
|
time_zone?: string | undefined
|
|
@@ -50269,7 +50283,7 @@ export type Routes = {
|
|
|
50269
50283
|
}
|
|
50270
50284
|
| undefined
|
|
50271
50285
|
/** Metada for a Salto device.
|
|
50272
|
-
* @deprecated Use `salto_ks_metadata
|
|
50286
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
50273
50287
|
salto_metadata?:
|
|
50274
50288
|
| {
|
|
50275
50289
|
/** Lock ID for a Salto device. */
|
|
@@ -50536,10 +50550,14 @@ export type Routes = {
|
|
|
50536
50550
|
| {
|
|
50537
50551
|
/** Device ID for a Google Nest device. */
|
|
50538
50552
|
nest_device_id?: (string | undefined) | undefined
|
|
50553
|
+
/** ID of the Google Nest structure containing the device. */
|
|
50554
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
50539
50555
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
50540
50556
|
device_name?: (string | undefined) | undefined
|
|
50541
50557
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
50542
50558
|
device_custom_name?: (string | undefined) | undefined
|
|
50559
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
50560
|
+
structure_name?: (string | undefined) | undefined
|
|
50543
50561
|
/** Display name for a Google Nest device. */
|
|
50544
50562
|
display_name?: (string | undefined) | undefined
|
|
50545
50563
|
}
|
|
@@ -51382,6 +51400,9 @@ export type Routes = {
|
|
|
51382
51400
|
/** Name of the device location.
|
|
51383
51401
|
*/
|
|
51384
51402
|
location_name?: string | undefined
|
|
51403
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
51404
|
+
*/
|
|
51405
|
+
room_name?: string | undefined
|
|
51385
51406
|
/** Time zone of the device location.
|
|
51386
51407
|
*/
|
|
51387
51408
|
time_zone?: string | undefined
|
|
@@ -52382,7 +52403,7 @@ export type Routes = {
|
|
|
52382
52403
|
}
|
|
52383
52404
|
| undefined
|
|
52384
52405
|
/** Metada for a Salto device.
|
|
52385
|
-
* @deprecated Use `salto_ks_metadata
|
|
52406
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
52386
52407
|
salto_metadata?:
|
|
52387
52408
|
| {
|
|
52388
52409
|
/** Lock ID for a Salto device. */
|
|
@@ -52649,10 +52670,14 @@ export type Routes = {
|
|
|
52649
52670
|
| {
|
|
52650
52671
|
/** Device ID for a Google Nest device. */
|
|
52651
52672
|
nest_device_id?: (string | undefined) | undefined
|
|
52673
|
+
/** ID of the Google Nest structure containing the device. */
|
|
52674
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
52652
52675
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
52653
52676
|
device_name?: (string | undefined) | undefined
|
|
52654
52677
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
52655
52678
|
device_custom_name?: (string | undefined) | undefined
|
|
52679
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
52680
|
+
structure_name?: (string | undefined) | undefined
|
|
52656
52681
|
/** Display name for a Google Nest device. */
|
|
52657
52682
|
display_name?: (string | undefined) | undefined
|
|
52658
52683
|
}
|
|
@@ -53495,6 +53520,9 @@ export type Routes = {
|
|
|
53495
53520
|
/** Name of the device location.
|
|
53496
53521
|
*/
|
|
53497
53522
|
location_name?: string | undefined
|
|
53523
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
53524
|
+
*/
|
|
53525
|
+
room_name?: string | undefined
|
|
53498
53526
|
/** Time zone of the device location.
|
|
53499
53527
|
*/
|
|
53500
53528
|
time_zone?: string | undefined
|
|
@@ -55588,6 +55616,9 @@ export type Routes = {
|
|
|
55588
55616
|
/** Name of the device location.
|
|
55589
55617
|
*/
|
|
55590
55618
|
location_name?: string | undefined
|
|
55619
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
55620
|
+
*/
|
|
55621
|
+
room_name?: string | undefined
|
|
55591
55622
|
/** Time zone of the device location.
|
|
55592
55623
|
*/
|
|
55593
55624
|
time_zone?: string | undefined
|
|
@@ -56412,6 +56443,9 @@ export type Routes = {
|
|
|
56412
56443
|
/** Name of the device location.
|
|
56413
56444
|
*/
|
|
56414
56445
|
location_name?: string | undefined
|
|
56446
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
56447
|
+
*/
|
|
56448
|
+
room_name?: string | undefined
|
|
56415
56449
|
/** Time zone of the device location.
|
|
56416
56450
|
*/
|
|
56417
56451
|
time_zone?: string | undefined
|
|
@@ -58762,7 +58796,7 @@ export type Routes = {
|
|
|
58762
58796
|
}
|
|
58763
58797
|
| undefined
|
|
58764
58798
|
event_type: 'connected_account.deleted'
|
|
58765
|
-
/**
|
|
58799
|
+
/** */
|
|
58766
58800
|
connected_account_type?: string | undefined
|
|
58767
58801
|
/** The customer key associated with this connected account, if any. */
|
|
58768
58802
|
customer_key?: string | undefined
|
|
@@ -60030,29 +60064,13 @@ export type Routes = {
|
|
|
60030
60064
|
| 'unknown'
|
|
60031
60065
|
| 'remote'
|
|
60032
60066
|
| 'card'
|
|
60033
|
-
/**
|
|
60034
|
-
undocumented: Unreleased.
|
|
60035
|
-
---
|
|
60036
|
-
ID of the user identity associated with the lock event.
|
|
60037
|
-
*/
|
|
60067
|
+
/** ID of the user identity associated with the lock event. */
|
|
60038
60068
|
user_identity_id?: string | undefined
|
|
60039
|
-
/**
|
|
60040
|
-
undocumented: Unreleased.
|
|
60041
|
-
---
|
|
60042
|
-
ID of the ACS system associated with the lock event.
|
|
60043
|
-
*/
|
|
60069
|
+
/** ID of the ACS system associated with the lock event. */
|
|
60044
60070
|
acs_system_id?: string | undefined
|
|
60045
|
-
/**
|
|
60046
|
-
undocumented: Unreleased.
|
|
60047
|
-
---
|
|
60048
|
-
ID of the ACS user associated with the lock event.
|
|
60049
|
-
*/
|
|
60071
|
+
/** ID of the ACS user associated with the lock event. */
|
|
60050
60072
|
acs_user_id?: string | undefined
|
|
60051
|
-
/**
|
|
60052
|
-
undocumented: Unreleased.
|
|
60053
|
-
---
|
|
60054
|
-
ID of the ACS entrance associated with the lock event.
|
|
60055
|
-
*/
|
|
60073
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
60056
60074
|
acs_entrance_id?: string | undefined
|
|
60057
60075
|
/**
|
|
60058
60076
|
Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -60111,29 +60129,13 @@ export type Routes = {
|
|
|
60111
60129
|
| 'unknown'
|
|
60112
60130
|
| 'remote'
|
|
60113
60131
|
| 'card'
|
|
60114
|
-
/**
|
|
60115
|
-
undocumented: Unreleased.
|
|
60116
|
-
---
|
|
60117
|
-
ID of the user identity associated with the unlock event.
|
|
60118
|
-
*/
|
|
60132
|
+
/** ID of the user identity associated with the unlock event. */
|
|
60119
60133
|
user_identity_id?: string | undefined
|
|
60120
|
-
/**
|
|
60121
|
-
undocumented: Unreleased.
|
|
60122
|
-
---
|
|
60123
|
-
ID of the ACS system associated with the unlock event.
|
|
60124
|
-
*/
|
|
60134
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
60125
60135
|
acs_system_id?: string | undefined
|
|
60126
|
-
/**
|
|
60127
|
-
undocumented: Unreleased.
|
|
60128
|
-
---
|
|
60129
|
-
ID of the ACS user associated with the unlock event.
|
|
60130
|
-
*/
|
|
60136
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
60131
60137
|
acs_user_id?: string | undefined
|
|
60132
|
-
/**
|
|
60133
|
-
undocumented: Unreleased.
|
|
60134
|
-
---
|
|
60135
|
-
ID of the ACS entrance associated with the unlock event.
|
|
60136
|
-
*/
|
|
60138
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
60137
60139
|
acs_entrance_id?: string | undefined
|
|
60138
60140
|
/**
|
|
60139
60141
|
Whether the unlock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -60176,29 +60178,13 @@ export type Routes = {
|
|
|
60176
60178
|
event_type: 'lock.access_denied'
|
|
60177
60179
|
/** ID of the access code that was used in the unlock attempts. */
|
|
60178
60180
|
access_code_id?: string | undefined
|
|
60179
|
-
/**
|
|
60180
|
-
undocumented: Unreleased.
|
|
60181
|
-
---
|
|
60182
|
-
ID of the user identity associated with the access-denied event.
|
|
60183
|
-
*/
|
|
60181
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
60184
60182
|
user_identity_id?: string | undefined
|
|
60185
|
-
/**
|
|
60186
|
-
undocumented: Unreleased.
|
|
60187
|
-
---
|
|
60188
|
-
ID of the ACS system associated with the access-denied event.
|
|
60189
|
-
*/
|
|
60183
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
60190
60184
|
acs_system_id?: string | undefined
|
|
60191
|
-
/**
|
|
60192
|
-
undocumented: Unreleased.
|
|
60193
|
-
---
|
|
60194
|
-
ID of the ACS user associated with the access-denied event.
|
|
60195
|
-
*/
|
|
60185
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
60196
60186
|
acs_user_id?: string | undefined
|
|
60197
|
-
/**
|
|
60198
|
-
undocumented: Unreleased.
|
|
60199
|
-
---
|
|
60200
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
60201
|
-
*/
|
|
60187
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
60202
60188
|
acs_entrance_id?: string | undefined
|
|
60203
60189
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
60204
60190
|
reason?:
|
|
@@ -62718,7 +62704,7 @@ export type Routes = {
|
|
|
62718
62704
|
}
|
|
62719
62705
|
| undefined
|
|
62720
62706
|
event_type: 'connected_account.deleted'
|
|
62721
|
-
/**
|
|
62707
|
+
/** */
|
|
62722
62708
|
connected_account_type?: string | undefined
|
|
62723
62709
|
/** The customer key associated with this connected account, if any. */
|
|
62724
62710
|
customer_key?: string | undefined
|
|
@@ -63986,29 +63972,13 @@ export type Routes = {
|
|
|
63986
63972
|
| 'unknown'
|
|
63987
63973
|
| 'remote'
|
|
63988
63974
|
| 'card'
|
|
63989
|
-
/**
|
|
63990
|
-
undocumented: Unreleased.
|
|
63991
|
-
---
|
|
63992
|
-
ID of the user identity associated with the lock event.
|
|
63993
|
-
*/
|
|
63975
|
+
/** ID of the user identity associated with the lock event. */
|
|
63994
63976
|
user_identity_id?: string | undefined
|
|
63995
|
-
/**
|
|
63996
|
-
undocumented: Unreleased.
|
|
63997
|
-
---
|
|
63998
|
-
ID of the ACS system associated with the lock event.
|
|
63999
|
-
*/
|
|
63977
|
+
/** ID of the ACS system associated with the lock event. */
|
|
64000
63978
|
acs_system_id?: string | undefined
|
|
64001
|
-
/**
|
|
64002
|
-
undocumented: Unreleased.
|
|
64003
|
-
---
|
|
64004
|
-
ID of the ACS user associated with the lock event.
|
|
64005
|
-
*/
|
|
63979
|
+
/** ID of the ACS user associated with the lock event. */
|
|
64006
63980
|
acs_user_id?: string | undefined
|
|
64007
|
-
/**
|
|
64008
|
-
undocumented: Unreleased.
|
|
64009
|
-
---
|
|
64010
|
-
ID of the ACS entrance associated with the lock event.
|
|
64011
|
-
*/
|
|
63981
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
64012
63982
|
acs_entrance_id?: string | undefined
|
|
64013
63983
|
/**
|
|
64014
63984
|
Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -64067,29 +64037,13 @@ export type Routes = {
|
|
|
64067
64037
|
| 'unknown'
|
|
64068
64038
|
| 'remote'
|
|
64069
64039
|
| 'card'
|
|
64070
|
-
/**
|
|
64071
|
-
undocumented: Unreleased.
|
|
64072
|
-
---
|
|
64073
|
-
ID of the user identity associated with the unlock event.
|
|
64074
|
-
*/
|
|
64040
|
+
/** ID of the user identity associated with the unlock event. */
|
|
64075
64041
|
user_identity_id?: string | undefined
|
|
64076
|
-
/**
|
|
64077
|
-
undocumented: Unreleased.
|
|
64078
|
-
---
|
|
64079
|
-
ID of the ACS system associated with the unlock event.
|
|
64080
|
-
*/
|
|
64042
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
64081
64043
|
acs_system_id?: string | undefined
|
|
64082
|
-
/**
|
|
64083
|
-
undocumented: Unreleased.
|
|
64084
|
-
---
|
|
64085
|
-
ID of the ACS user associated with the unlock event.
|
|
64086
|
-
*/
|
|
64044
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
64087
64045
|
acs_user_id?: string | undefined
|
|
64088
|
-
/**
|
|
64089
|
-
undocumented: Unreleased.
|
|
64090
|
-
---
|
|
64091
|
-
ID of the ACS entrance associated with the unlock event.
|
|
64092
|
-
*/
|
|
64046
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
64093
64047
|
acs_entrance_id?: string | undefined
|
|
64094
64048
|
/**
|
|
64095
64049
|
Whether the unlock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -64132,29 +64086,13 @@ export type Routes = {
|
|
|
64132
64086
|
event_type: 'lock.access_denied'
|
|
64133
64087
|
/** ID of the access code that was used in the unlock attempts. */
|
|
64134
64088
|
access_code_id?: string | undefined
|
|
64135
|
-
/**
|
|
64136
|
-
undocumented: Unreleased.
|
|
64137
|
-
---
|
|
64138
|
-
ID of the user identity associated with the access-denied event.
|
|
64139
|
-
*/
|
|
64089
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
64140
64090
|
user_identity_id?: string | undefined
|
|
64141
|
-
/**
|
|
64142
|
-
undocumented: Unreleased.
|
|
64143
|
-
---
|
|
64144
|
-
ID of the ACS system associated with the access-denied event.
|
|
64145
|
-
*/
|
|
64091
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
64146
64092
|
acs_system_id?: string | undefined
|
|
64147
|
-
/**
|
|
64148
|
-
undocumented: Unreleased.
|
|
64149
|
-
---
|
|
64150
|
-
ID of the ACS user associated with the access-denied event.
|
|
64151
|
-
*/
|
|
64093
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
64152
64094
|
acs_user_id?: string | undefined
|
|
64153
|
-
/**
|
|
64154
|
-
undocumented: Unreleased.
|
|
64155
|
-
---
|
|
64156
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
64157
|
-
*/
|
|
64095
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
64158
64096
|
acs_entrance_id?: string | undefined
|
|
64159
64097
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
64160
64098
|
reason?:
|
|
@@ -67133,7 +67071,7 @@ export type Routes = {
|
|
|
67133
67071
|
}
|
|
67134
67072
|
| undefined
|
|
67135
67073
|
/** Metada for a Salto device.
|
|
67136
|
-
* @deprecated Use `salto_ks_metadata
|
|
67074
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
67137
67075
|
salto_metadata?:
|
|
67138
67076
|
| {
|
|
67139
67077
|
/** Lock ID for a Salto device. */
|
|
@@ -67400,10 +67338,14 @@ export type Routes = {
|
|
|
67400
67338
|
| {
|
|
67401
67339
|
/** Device ID for a Google Nest device. */
|
|
67402
67340
|
nest_device_id?: (string | undefined) | undefined
|
|
67341
|
+
/** ID of the Google Nest structure containing the device. */
|
|
67342
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
67403
67343
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
67404
67344
|
device_name?: (string | undefined) | undefined
|
|
67405
67345
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
67406
67346
|
device_custom_name?: (string | undefined) | undefined
|
|
67347
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
67348
|
+
structure_name?: (string | undefined) | undefined
|
|
67407
67349
|
/** Display name for a Google Nest device. */
|
|
67408
67350
|
display_name?: (string | undefined) | undefined
|
|
67409
67351
|
}
|
|
@@ -68246,6 +68188,9 @@ export type Routes = {
|
|
|
68246
68188
|
/** Name of the device location.
|
|
68247
68189
|
*/
|
|
68248
68190
|
location_name?: string | undefined
|
|
68191
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
68192
|
+
*/
|
|
68193
|
+
room_name?: string | undefined
|
|
68249
68194
|
/** Time zone of the device location.
|
|
68250
68195
|
*/
|
|
68251
68196
|
time_zone?: string | undefined
|
|
@@ -69000,7 +68945,7 @@ export type Routes = {
|
|
|
69000
68945
|
}
|
|
69001
68946
|
| undefined
|
|
69002
68947
|
/** Metada for a Salto device.
|
|
69003
|
-
* @deprecated Use `salto_ks_metadata
|
|
68948
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
69004
68949
|
salto_metadata?:
|
|
69005
68950
|
| {
|
|
69006
68951
|
/** Lock ID for a Salto device. */
|
|
@@ -69267,10 +69212,14 @@ export type Routes = {
|
|
|
69267
69212
|
| {
|
|
69268
69213
|
/** Device ID for a Google Nest device. */
|
|
69269
69214
|
nest_device_id?: (string | undefined) | undefined
|
|
69215
|
+
/** ID of the Google Nest structure containing the device. */
|
|
69216
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
69270
69217
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
69271
69218
|
device_name?: (string | undefined) | undefined
|
|
69272
69219
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
69273
69220
|
device_custom_name?: (string | undefined) | undefined
|
|
69221
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
69222
|
+
structure_name?: (string | undefined) | undefined
|
|
69274
69223
|
/** Display name for a Google Nest device. */
|
|
69275
69224
|
display_name?: (string | undefined) | undefined
|
|
69276
69225
|
}
|
|
@@ -70113,6 +70062,9 @@ export type Routes = {
|
|
|
70113
70062
|
/** Name of the device location.
|
|
70114
70063
|
*/
|
|
70115
70064
|
location_name?: string | undefined
|
|
70065
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
70066
|
+
*/
|
|
70067
|
+
room_name?: string | undefined
|
|
70116
70068
|
/** Time zone of the device location.
|
|
70117
70069
|
*/
|
|
70118
70070
|
time_zone?: string | undefined
|
|
@@ -71066,7 +71018,7 @@ export type Routes = {
|
|
|
71066
71018
|
}
|
|
71067
71019
|
| undefined
|
|
71068
71020
|
/** Metada for a Salto device.
|
|
71069
|
-
* @deprecated Use `salto_ks_metadata
|
|
71021
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
71070
71022
|
salto_metadata?:
|
|
71071
71023
|
| {
|
|
71072
71024
|
/** Lock ID for a Salto device. */
|
|
@@ -71333,10 +71285,14 @@ export type Routes = {
|
|
|
71333
71285
|
| {
|
|
71334
71286
|
/** Device ID for a Google Nest device. */
|
|
71335
71287
|
nest_device_id?: (string | undefined) | undefined
|
|
71288
|
+
/** ID of the Google Nest structure containing the device. */
|
|
71289
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
71336
71290
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
71337
71291
|
device_name?: (string | undefined) | undefined
|
|
71338
71292
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
71339
71293
|
device_custom_name?: (string | undefined) | undefined
|
|
71294
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
71295
|
+
structure_name?: (string | undefined) | undefined
|
|
71340
71296
|
/** Display name for a Google Nest device. */
|
|
71341
71297
|
display_name?: (string | undefined) | undefined
|
|
71342
71298
|
}
|
|
@@ -72179,6 +72135,9 @@ export type Routes = {
|
|
|
72179
72135
|
/** Name of the device location.
|
|
72180
72136
|
*/
|
|
72181
72137
|
location_name?: string | undefined
|
|
72138
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
72139
|
+
*/
|
|
72140
|
+
room_name?: string | undefined
|
|
72182
72141
|
/** Time zone of the device location.
|
|
72183
72142
|
*/
|
|
72184
72143
|
time_zone?: string | undefined
|
|
@@ -72932,7 +72891,7 @@ export type Routes = {
|
|
|
72932
72891
|
}
|
|
72933
72892
|
| undefined
|
|
72934
72893
|
/** Metada for a Salto device.
|
|
72935
|
-
* @deprecated Use `salto_ks_metadata
|
|
72894
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
72936
72895
|
salto_metadata?:
|
|
72937
72896
|
| {
|
|
72938
72897
|
/** Lock ID for a Salto device. */
|
|
@@ -73199,10 +73158,14 @@ export type Routes = {
|
|
|
73199
73158
|
| {
|
|
73200
73159
|
/** Device ID for a Google Nest device. */
|
|
73201
73160
|
nest_device_id?: (string | undefined) | undefined
|
|
73161
|
+
/** ID of the Google Nest structure containing the device. */
|
|
73162
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
73202
73163
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
73203
73164
|
device_name?: (string | undefined) | undefined
|
|
73204
73165
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
73205
73166
|
device_custom_name?: (string | undefined) | undefined
|
|
73167
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
73168
|
+
structure_name?: (string | undefined) | undefined
|
|
73206
73169
|
/** Display name for a Google Nest device. */
|
|
73207
73170
|
display_name?: (string | undefined) | undefined
|
|
73208
73171
|
}
|
|
@@ -74045,6 +74008,9 @@ export type Routes = {
|
|
|
74045
74008
|
/** Name of the device location.
|
|
74046
74009
|
*/
|
|
74047
74010
|
location_name?: string | undefined
|
|
74011
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
74012
|
+
*/
|
|
74013
|
+
room_name?: string | undefined
|
|
74048
74014
|
/** Time zone of the device location.
|
|
74049
74015
|
*/
|
|
74050
74016
|
time_zone?: string | undefined
|
|
@@ -83239,7 +83205,7 @@ export type Routes = {
|
|
|
83239
83205
|
}
|
|
83240
83206
|
| undefined
|
|
83241
83207
|
/** Metada for a Salto device.
|
|
83242
|
-
* @deprecated Use `salto_ks_metadata
|
|
83208
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
83243
83209
|
salto_metadata?:
|
|
83244
83210
|
| {
|
|
83245
83211
|
/** Lock ID for a Salto device. */
|
|
@@ -83506,10 +83472,14 @@ export type Routes = {
|
|
|
83506
83472
|
| {
|
|
83507
83473
|
/** Device ID for a Google Nest device. */
|
|
83508
83474
|
nest_device_id?: (string | undefined) | undefined
|
|
83475
|
+
/** ID of the Google Nest structure containing the device. */
|
|
83476
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
83509
83477
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
83510
83478
|
device_name?: (string | undefined) | undefined
|
|
83511
83479
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
83512
83480
|
device_custom_name?: (string | undefined) | undefined
|
|
83481
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
83482
|
+
structure_name?: (string | undefined) | undefined
|
|
83513
83483
|
/** Display name for a Google Nest device. */
|
|
83514
83484
|
display_name?: (string | undefined) | undefined
|
|
83515
83485
|
}
|
|
@@ -84352,6 +84322,9 @@ export type Routes = {
|
|
|
84352
84322
|
/** Name of the device location.
|
|
84353
84323
|
*/
|
|
84354
84324
|
location_name?: string | undefined
|
|
84325
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
84326
|
+
*/
|
|
84327
|
+
room_name?: string | undefined
|
|
84355
84328
|
/** Time zone of the device location.
|
|
84356
84329
|
*/
|
|
84357
84330
|
time_zone?: string | undefined
|
|
@@ -85105,7 +85078,7 @@ export type Routes = {
|
|
|
85105
85078
|
}
|
|
85106
85079
|
| undefined
|
|
85107
85080
|
/** Metada for a Salto device.
|
|
85108
|
-
* @deprecated Use `salto_ks_metadata
|
|
85081
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
85109
85082
|
salto_metadata?:
|
|
85110
85083
|
| {
|
|
85111
85084
|
/** Lock ID for a Salto device. */
|
|
@@ -85372,10 +85345,14 @@ export type Routes = {
|
|
|
85372
85345
|
| {
|
|
85373
85346
|
/** Device ID for a Google Nest device. */
|
|
85374
85347
|
nest_device_id?: (string | undefined) | undefined
|
|
85348
|
+
/** ID of the Google Nest structure containing the device. */
|
|
85349
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
85375
85350
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
85376
85351
|
device_name?: (string | undefined) | undefined
|
|
85377
85352
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
85378
85353
|
device_custom_name?: (string | undefined) | undefined
|
|
85354
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
85355
|
+
structure_name?: (string | undefined) | undefined
|
|
85379
85356
|
/** Display name for a Google Nest device. */
|
|
85380
85357
|
display_name?: (string | undefined) | undefined
|
|
85381
85358
|
}
|
|
@@ -86218,6 +86195,9 @@ export type Routes = {
|
|
|
86218
86195
|
/** Name of the device location.
|
|
86219
86196
|
*/
|
|
86220
86197
|
location_name?: string | undefined
|
|
86198
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
86199
|
+
*/
|
|
86200
|
+
room_name?: string | undefined
|
|
86221
86201
|
/** Time zone of the device location.
|
|
86222
86202
|
*/
|
|
86223
86203
|
time_zone?: string | undefined
|
|
@@ -100115,7 +100095,7 @@ export type Routes = {
|
|
|
100115
100095
|
}
|
|
100116
100096
|
| undefined
|
|
100117
100097
|
event_type: 'connected_account.deleted'
|
|
100118
|
-
/**
|
|
100098
|
+
/** */
|
|
100119
100099
|
connected_account_type?: string | undefined
|
|
100120
100100
|
/** The customer key associated with this connected account, if any. */
|
|
100121
100101
|
customer_key?: string | undefined
|
|
@@ -101383,29 +101363,13 @@ export type Routes = {
|
|
|
101383
101363
|
| 'unknown'
|
|
101384
101364
|
| 'remote'
|
|
101385
101365
|
| 'card'
|
|
101386
|
-
/**
|
|
101387
|
-
undocumented: Unreleased.
|
|
101388
|
-
---
|
|
101389
|
-
ID of the user identity associated with the lock event.
|
|
101390
|
-
*/
|
|
101366
|
+
/** ID of the user identity associated with the lock event. */
|
|
101391
101367
|
user_identity_id?: string | undefined
|
|
101392
|
-
/**
|
|
101393
|
-
undocumented: Unreleased.
|
|
101394
|
-
---
|
|
101395
|
-
ID of the ACS system associated with the lock event.
|
|
101396
|
-
*/
|
|
101368
|
+
/** ID of the ACS system associated with the lock event. */
|
|
101397
101369
|
acs_system_id?: string | undefined
|
|
101398
|
-
/**
|
|
101399
|
-
undocumented: Unreleased.
|
|
101400
|
-
---
|
|
101401
|
-
ID of the ACS user associated with the lock event.
|
|
101402
|
-
*/
|
|
101370
|
+
/** ID of the ACS user associated with the lock event. */
|
|
101403
101371
|
acs_user_id?: string | undefined
|
|
101404
|
-
/**
|
|
101405
|
-
undocumented: Unreleased.
|
|
101406
|
-
---
|
|
101407
|
-
ID of the ACS entrance associated with the lock event.
|
|
101408
|
-
*/
|
|
101372
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
101409
101373
|
acs_entrance_id?: string | undefined
|
|
101410
101374
|
/**
|
|
101411
101375
|
Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -101464,29 +101428,13 @@ export type Routes = {
|
|
|
101464
101428
|
| 'unknown'
|
|
101465
101429
|
| 'remote'
|
|
101466
101430
|
| 'card'
|
|
101467
|
-
/**
|
|
101468
|
-
undocumented: Unreleased.
|
|
101469
|
-
---
|
|
101470
|
-
ID of the user identity associated with the unlock event.
|
|
101471
|
-
*/
|
|
101431
|
+
/** ID of the user identity associated with the unlock event. */
|
|
101472
101432
|
user_identity_id?: string | undefined
|
|
101473
|
-
/**
|
|
101474
|
-
undocumented: Unreleased.
|
|
101475
|
-
---
|
|
101476
|
-
ID of the ACS system associated with the unlock event.
|
|
101477
|
-
*/
|
|
101433
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
101478
101434
|
acs_system_id?: string | undefined
|
|
101479
|
-
/**
|
|
101480
|
-
undocumented: Unreleased.
|
|
101481
|
-
---
|
|
101482
|
-
ID of the ACS user associated with the unlock event.
|
|
101483
|
-
*/
|
|
101435
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
101484
101436
|
acs_user_id?: string | undefined
|
|
101485
|
-
/**
|
|
101486
|
-
undocumented: Unreleased.
|
|
101487
|
-
---
|
|
101488
|
-
ID of the ACS entrance associated with the unlock event.
|
|
101489
|
-
*/
|
|
101437
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
101490
101438
|
acs_entrance_id?: string | undefined
|
|
101491
101439
|
/**
|
|
101492
101440
|
Whether the unlock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -101529,29 +101477,13 @@ export type Routes = {
|
|
|
101529
101477
|
event_type: 'lock.access_denied'
|
|
101530
101478
|
/** ID of the access code that was used in the unlock attempts. */
|
|
101531
101479
|
access_code_id?: string | undefined
|
|
101532
|
-
/**
|
|
101533
|
-
undocumented: Unreleased.
|
|
101534
|
-
---
|
|
101535
|
-
ID of the user identity associated with the access-denied event.
|
|
101536
|
-
*/
|
|
101480
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
101537
101481
|
user_identity_id?: string | undefined
|
|
101538
|
-
/**
|
|
101539
|
-
undocumented: Unreleased.
|
|
101540
|
-
---
|
|
101541
|
-
ID of the ACS system associated with the access-denied event.
|
|
101542
|
-
*/
|
|
101482
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
101543
101483
|
acs_system_id?: string | undefined
|
|
101544
|
-
/**
|
|
101545
|
-
undocumented: Unreleased.
|
|
101546
|
-
---
|
|
101547
|
-
ID of the ACS user associated with the access-denied event.
|
|
101548
|
-
*/
|
|
101484
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
101549
101485
|
acs_user_id?: string | undefined
|
|
101550
|
-
/**
|
|
101551
|
-
undocumented: Unreleased.
|
|
101552
|
-
---
|
|
101553
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
101554
|
-
*/
|
|
101486
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
101555
101487
|
acs_entrance_id?: string | undefined
|
|
101556
101488
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
101557
101489
|
reason?:
|
|
@@ -104966,7 +104898,7 @@ export type Routes = {
|
|
|
104966
104898
|
}
|
|
104967
104899
|
| undefined
|
|
104968
104900
|
/** Metada for a Salto device.
|
|
104969
|
-
* @deprecated Use `salto_ks_metadata
|
|
104901
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
104970
104902
|
salto_metadata?:
|
|
104971
104903
|
| {
|
|
104972
104904
|
/** Lock ID for a Salto device. */
|
|
@@ -105247,10 +105179,14 @@ export type Routes = {
|
|
|
105247
105179
|
| {
|
|
105248
105180
|
/** Device ID for a Google Nest device. */
|
|
105249
105181
|
nest_device_id?: (string | undefined) | undefined
|
|
105182
|
+
/** ID of the Google Nest structure containing the device. */
|
|
105183
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
105250
105184
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
105251
105185
|
device_name?: (string | undefined) | undefined
|
|
105252
105186
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
105253
105187
|
device_custom_name?: (string | undefined) | undefined
|
|
105188
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
105189
|
+
structure_name?: (string | undefined) | undefined
|
|
105254
105190
|
/** Display name for a Google Nest device. */
|
|
105255
105191
|
display_name?: (string | undefined) | undefined
|
|
105256
105192
|
}
|
|
@@ -106145,6 +106081,9 @@ export type Routes = {
|
|
|
106145
106081
|
/** Name of the device location.
|
|
106146
106082
|
*/
|
|
106147
106083
|
location_name?: string | undefined
|
|
106084
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
106085
|
+
*/
|
|
106086
|
+
room_name?: string | undefined
|
|
106148
106087
|
/** Time zone of the device location.
|
|
106149
106088
|
*/
|
|
106150
106089
|
time_zone?: string | undefined
|
|
@@ -114357,7 +114296,7 @@ export type Routes = {
|
|
|
114357
114296
|
}
|
|
114358
114297
|
| undefined
|
|
114359
114298
|
/** Metada for a Salto device.
|
|
114360
|
-
* @deprecated Use `salto_ks_metadata
|
|
114299
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
114361
114300
|
salto_metadata?:
|
|
114362
114301
|
| {
|
|
114363
114302
|
/** Lock ID for a Salto device. */
|
|
@@ -114624,10 +114563,14 @@ export type Routes = {
|
|
|
114624
114563
|
| {
|
|
114625
114564
|
/** Device ID for a Google Nest device. */
|
|
114626
114565
|
nest_device_id?: (string | undefined) | undefined
|
|
114566
|
+
/** ID of the Google Nest structure containing the device. */
|
|
114567
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
114627
114568
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
114628
114569
|
device_name?: (string | undefined) | undefined
|
|
114629
114570
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
114630
114571
|
device_custom_name?: (string | undefined) | undefined
|
|
114572
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
114573
|
+
structure_name?: (string | undefined) | undefined
|
|
114631
114574
|
/** Display name for a Google Nest device. */
|
|
114632
114575
|
display_name?: (string | undefined) | undefined
|
|
114633
114576
|
}
|
|
@@ -115470,6 +115413,9 @@ export type Routes = {
|
|
|
115470
115413
|
/** Name of the device location.
|
|
115471
115414
|
*/
|
|
115472
115415
|
location_name?: string | undefined
|
|
115416
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
115417
|
+
*/
|
|
115418
|
+
room_name?: string | undefined
|
|
115473
115419
|
/** Time zone of the device location.
|
|
115474
115420
|
*/
|
|
115475
115421
|
time_zone?: string | undefined
|
|
@@ -120533,7 +120479,7 @@ export type Routes = {
|
|
|
120533
120479
|
}
|
|
120534
120480
|
| undefined
|
|
120535
120481
|
/** Metada for a Salto device.
|
|
120536
|
-
* @deprecated Use `salto_ks_metadata
|
|
120482
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
120537
120483
|
salto_metadata?:
|
|
120538
120484
|
| {
|
|
120539
120485
|
/** Lock ID for a Salto device. */
|
|
@@ -120800,10 +120746,14 @@ export type Routes = {
|
|
|
120800
120746
|
| {
|
|
120801
120747
|
/** Device ID for a Google Nest device. */
|
|
120802
120748
|
nest_device_id?: (string | undefined) | undefined
|
|
120749
|
+
/** ID of the Google Nest structure containing the device. */
|
|
120750
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
120803
120751
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
120804
120752
|
device_name?: (string | undefined) | undefined
|
|
120805
120753
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
120806
120754
|
device_custom_name?: (string | undefined) | undefined
|
|
120755
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
120756
|
+
structure_name?: (string | undefined) | undefined
|
|
120807
120757
|
/** Display name for a Google Nest device. */
|
|
120808
120758
|
display_name?: (string | undefined) | undefined
|
|
120809
120759
|
}
|
|
@@ -121646,6 +121596,9 @@ export type Routes = {
|
|
|
121646
121596
|
/** Name of the device location.
|
|
121647
121597
|
*/
|
|
121648
121598
|
location_name?: string | undefined
|
|
121599
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
121600
|
+
*/
|
|
121601
|
+
room_name?: string | undefined
|
|
121649
121602
|
/** Time zone of the device location.
|
|
121650
121603
|
*/
|
|
121651
121604
|
time_zone?: string | undefined
|
|
@@ -122399,7 +122352,7 @@ export type Routes = {
|
|
|
122399
122352
|
}
|
|
122400
122353
|
| undefined
|
|
122401
122354
|
/** Metada for a Salto device.
|
|
122402
|
-
* @deprecated Use `salto_ks_metadata
|
|
122355
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
122403
122356
|
salto_metadata?:
|
|
122404
122357
|
| {
|
|
122405
122358
|
/** Lock ID for a Salto device. */
|
|
@@ -122666,10 +122619,14 @@ export type Routes = {
|
|
|
122666
122619
|
| {
|
|
122667
122620
|
/** Device ID for a Google Nest device. */
|
|
122668
122621
|
nest_device_id?: (string | undefined) | undefined
|
|
122622
|
+
/** ID of the Google Nest structure containing the device. */
|
|
122623
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
122669
122624
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
122670
122625
|
device_name?: (string | undefined) | undefined
|
|
122671
122626
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
122672
122627
|
device_custom_name?: (string | undefined) | undefined
|
|
122628
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
122629
|
+
structure_name?: (string | undefined) | undefined
|
|
122673
122630
|
/** Display name for a Google Nest device. */
|
|
122674
122631
|
display_name?: (string | undefined) | undefined
|
|
122675
122632
|
}
|
|
@@ -123512,6 +123469,9 @@ export type Routes = {
|
|
|
123512
123469
|
/** Name of the device location.
|
|
123513
123470
|
*/
|
|
123514
123471
|
location_name?: string | undefined
|
|
123472
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
123473
|
+
*/
|
|
123474
|
+
room_name?: string | undefined
|
|
123515
123475
|
/** Time zone of the device location.
|
|
123516
123476
|
*/
|
|
123517
123477
|
time_zone?: string | undefined
|
|
@@ -133647,7 +133607,7 @@ export type Routes = {
|
|
|
133647
133607
|
}
|
|
133648
133608
|
| undefined
|
|
133649
133609
|
/** Metada for a Salto device.
|
|
133650
|
-
* @deprecated Use `salto_ks_metadata
|
|
133610
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
133651
133611
|
salto_metadata?:
|
|
133652
133612
|
| {
|
|
133653
133613
|
/** Lock ID for a Salto device. */
|
|
@@ -133914,10 +133874,14 @@ export type Routes = {
|
|
|
133914
133874
|
| {
|
|
133915
133875
|
/** Device ID for a Google Nest device. */
|
|
133916
133876
|
nest_device_id?: (string | undefined) | undefined
|
|
133877
|
+
/** ID of the Google Nest structure containing the device. */
|
|
133878
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
133917
133879
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
133918
133880
|
device_name?: (string | undefined) | undefined
|
|
133919
133881
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
133920
133882
|
device_custom_name?: (string | undefined) | undefined
|
|
133883
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
133884
|
+
structure_name?: (string | undefined) | undefined
|
|
133921
133885
|
/** Display name for a Google Nest device. */
|
|
133922
133886
|
display_name?: (string | undefined) | undefined
|
|
133923
133887
|
}
|
|
@@ -134760,6 +134724,9 @@ export type Routes = {
|
|
|
134760
134724
|
/** Name of the device location.
|
|
134761
134725
|
*/
|
|
134762
134726
|
location_name?: string | undefined
|
|
134727
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
134728
|
+
*/
|
|
134729
|
+
room_name?: string | undefined
|
|
134763
134730
|
/** Time zone of the device location.
|
|
134764
134731
|
*/
|
|
134765
134732
|
time_zone?: string | undefined
|
|
@@ -135515,7 +135482,7 @@ export type Routes = {
|
|
|
135515
135482
|
}
|
|
135516
135483
|
| undefined
|
|
135517
135484
|
/** Metada for a Salto device.
|
|
135518
|
-
* @deprecated Use `salto_ks_metadata
|
|
135485
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
135519
135486
|
salto_metadata?:
|
|
135520
135487
|
| {
|
|
135521
135488
|
/** Lock ID for a Salto device. */
|
|
@@ -135782,10 +135749,14 @@ export type Routes = {
|
|
|
135782
135749
|
| {
|
|
135783
135750
|
/** Device ID for a Google Nest device. */
|
|
135784
135751
|
nest_device_id?: (string | undefined) | undefined
|
|
135752
|
+
/** ID of the Google Nest structure containing the device. */
|
|
135753
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
135785
135754
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
135786
135755
|
device_name?: (string | undefined) | undefined
|
|
135787
135756
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
135788
135757
|
device_custom_name?: (string | undefined) | undefined
|
|
135758
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
135759
|
+
structure_name?: (string | undefined) | undefined
|
|
135789
135760
|
/** Display name for a Google Nest device. */
|
|
135790
135761
|
display_name?: (string | undefined) | undefined
|
|
135791
135762
|
}
|
|
@@ -136628,6 +136599,9 @@ export type Routes = {
|
|
|
136628
136599
|
/** Name of the device location.
|
|
136629
136600
|
*/
|
|
136630
136601
|
location_name?: string | undefined
|
|
136602
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
136603
|
+
*/
|
|
136604
|
+
room_name?: string | undefined
|
|
136631
136605
|
/** Time zone of the device location.
|
|
136632
136606
|
*/
|
|
136633
136607
|
time_zone?: string | undefined
|
|
@@ -138882,7 +138856,7 @@ export type Routes = {
|
|
|
138882
138856
|
}
|
|
138883
138857
|
| undefined
|
|
138884
138858
|
/** Metada for a Salto device.
|
|
138885
|
-
* @deprecated Use `salto_ks_metadata
|
|
138859
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
138886
138860
|
salto_metadata?:
|
|
138887
138861
|
| {
|
|
138888
138862
|
/** Lock ID for a Salto device. */
|
|
@@ -139163,10 +139137,14 @@ export type Routes = {
|
|
|
139163
139137
|
| {
|
|
139164
139138
|
/** Device ID for a Google Nest device. */
|
|
139165
139139
|
nest_device_id?: (string | undefined) | undefined
|
|
139140
|
+
/** ID of the Google Nest structure containing the device. */
|
|
139141
|
+
nest_structure_id?: (string | undefined) | undefined
|
|
139166
139142
|
/** Device name for a Google Nest device. Google sets this value. */
|
|
139167
139143
|
device_name?: (string | undefined) | undefined
|
|
139168
139144
|
/** Custom device name for a Google Nest device. The device owner sets this value. */
|
|
139169
139145
|
device_custom_name?: (string | undefined) | undefined
|
|
139146
|
+
/** Name of the Google Nest structure containing the device. The device owner sets this value. */
|
|
139147
|
+
structure_name?: (string | undefined) | undefined
|
|
139170
139148
|
/** Display name for a Google Nest device. */
|
|
139171
139149
|
display_name?: (string | undefined) | undefined
|
|
139172
139150
|
}
|
|
@@ -140061,6 +140039,9 @@ export type Routes = {
|
|
|
140061
140039
|
/** Name of the device location.
|
|
140062
140040
|
*/
|
|
140063
140041
|
location_name?: string | undefined
|
|
140042
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
140043
|
+
*/
|
|
140044
|
+
room_name?: string | undefined
|
|
140064
140045
|
/** Time zone of the device location.
|
|
140065
140046
|
*/
|
|
140066
140047
|
time_zone?: string | undefined
|
|
@@ -144247,6 +144228,9 @@ export type Routes = {
|
|
|
144247
144228
|
/** Name of the device location.
|
|
144248
144229
|
*/
|
|
144249
144230
|
location_name?: string | undefined
|
|
144231
|
+
/** Name of the room within the device location, when the provider reports one.
|
|
144232
|
+
*/
|
|
144233
|
+
room_name?: string | undefined
|
|
144250
144234
|
/** Time zone of the device location.
|
|
144251
144235
|
*/
|
|
144252
144236
|
time_zone?: string | undefined
|
|
@@ -147184,7 +147168,7 @@ export type Routes = {
|
|
|
147184
147168
|
}
|
|
147185
147169
|
| undefined
|
|
147186
147170
|
event_type: 'connected_account.deleted'
|
|
147187
|
-
/**
|
|
147171
|
+
/** */
|
|
147188
147172
|
connected_account_type?: string | undefined
|
|
147189
147173
|
/** The customer key associated with this connected account, if any. */
|
|
147190
147174
|
customer_key?: string | undefined
|
|
@@ -148452,29 +148436,13 @@ export type Routes = {
|
|
|
148452
148436
|
| 'unknown'
|
|
148453
148437
|
| 'remote'
|
|
148454
148438
|
| 'card'
|
|
148455
|
-
/**
|
|
148456
|
-
undocumented: Unreleased.
|
|
148457
|
-
---
|
|
148458
|
-
ID of the user identity associated with the lock event.
|
|
148459
|
-
*/
|
|
148439
|
+
/** ID of the user identity associated with the lock event. */
|
|
148460
148440
|
user_identity_id?: string | undefined
|
|
148461
|
-
/**
|
|
148462
|
-
undocumented: Unreleased.
|
|
148463
|
-
---
|
|
148464
|
-
ID of the ACS system associated with the lock event.
|
|
148465
|
-
*/
|
|
148441
|
+
/** ID of the ACS system associated with the lock event. */
|
|
148466
148442
|
acs_system_id?: string | undefined
|
|
148467
|
-
/**
|
|
148468
|
-
undocumented: Unreleased.
|
|
148469
|
-
---
|
|
148470
|
-
ID of the ACS user associated with the lock event.
|
|
148471
|
-
*/
|
|
148443
|
+
/** ID of the ACS user associated with the lock event. */
|
|
148472
148444
|
acs_user_id?: string | undefined
|
|
148473
|
-
/**
|
|
148474
|
-
undocumented: Unreleased.
|
|
148475
|
-
---
|
|
148476
|
-
ID of the ACS entrance associated with the lock event.
|
|
148477
|
-
*/
|
|
148445
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
148478
148446
|
acs_entrance_id?: string | undefined
|
|
148479
148447
|
/**
|
|
148480
148448
|
Whether the lock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -148533,29 +148501,13 @@ export type Routes = {
|
|
|
148533
148501
|
| 'unknown'
|
|
148534
148502
|
| 'remote'
|
|
148535
148503
|
| 'card'
|
|
148536
|
-
/**
|
|
148537
|
-
undocumented: Unreleased.
|
|
148538
|
-
---
|
|
148539
|
-
ID of the user identity associated with the unlock event.
|
|
148540
|
-
*/
|
|
148504
|
+
/** ID of the user identity associated with the unlock event. */
|
|
148541
148505
|
user_identity_id?: string | undefined
|
|
148542
|
-
/**
|
|
148543
|
-
undocumented: Unreleased.
|
|
148544
|
-
---
|
|
148545
|
-
ID of the ACS system associated with the unlock event.
|
|
148546
|
-
*/
|
|
148506
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
148547
148507
|
acs_system_id?: string | undefined
|
|
148548
|
-
/**
|
|
148549
|
-
undocumented: Unreleased.
|
|
148550
|
-
---
|
|
148551
|
-
ID of the ACS user associated with the unlock event.
|
|
148552
|
-
*/
|
|
148508
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
148553
148509
|
acs_user_id?: string | undefined
|
|
148554
|
-
/**
|
|
148555
|
-
undocumented: Unreleased.
|
|
148556
|
-
---
|
|
148557
|
-
ID of the ACS entrance associated with the unlock event.
|
|
148558
|
-
*/
|
|
148510
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
148559
148511
|
acs_entrance_id?: string | undefined
|
|
148560
148512
|
/**
|
|
148561
148513
|
Whether the unlock action was performed over Bluetooth by a remote client (such as the provider's mobile app), rather than a direct physical interaction or a Seam-initiated remote action.
|
|
@@ -148598,29 +148550,13 @@ export type Routes = {
|
|
|
148598
148550
|
event_type: 'lock.access_denied'
|
|
148599
148551
|
/** ID of the access code that was used in the unlock attempts. */
|
|
148600
148552
|
access_code_id?: string | undefined
|
|
148601
|
-
/**
|
|
148602
|
-
undocumented: Unreleased.
|
|
148603
|
-
---
|
|
148604
|
-
ID of the user identity associated with the access-denied event.
|
|
148605
|
-
*/
|
|
148553
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
148606
148554
|
user_identity_id?: string | undefined
|
|
148607
|
-
/**
|
|
148608
|
-
undocumented: Unreleased.
|
|
148609
|
-
---
|
|
148610
|
-
ID of the ACS system associated with the access-denied event.
|
|
148611
|
-
*/
|
|
148555
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
148612
148556
|
acs_system_id?: string | undefined
|
|
148613
|
-
/**
|
|
148614
|
-
undocumented: Unreleased.
|
|
148615
|
-
---
|
|
148616
|
-
ID of the ACS user associated with the access-denied event.
|
|
148617
|
-
*/
|
|
148557
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
148618
148558
|
acs_user_id?: string | undefined
|
|
148619
|
-
/**
|
|
148620
|
-
undocumented: Unreleased.
|
|
148621
|
-
---
|
|
148622
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
148623
|
-
*/
|
|
148559
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
148624
148560
|
acs_entrance_id?: string | undefined
|
|
148625
148561
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
148626
148562
|
reason?:
|