@seamapi/types 1.985.0 → 1.986.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.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.js +1 -1
- 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/openapi.js +32 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +69 -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 +1 -1
- 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 +33 -16
- package/src/lib/seam/connect/route-types.ts +69 -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. */
|
|
@@ -22283,7 +22283,7 @@ export type Routes = {
|
|
|
22283
22283
|
}
|
|
22284
22284
|
| undefined
|
|
22285
22285
|
/** Metada for a Salto device.
|
|
22286
|
-
* @deprecated Use `salto_ks_metadata
|
|
22286
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
22287
22287
|
salto_metadata?:
|
|
22288
22288
|
| {
|
|
22289
22289
|
/** Lock ID for a Salto device. */
|
|
@@ -50269,7 +50269,7 @@ export type Routes = {
|
|
|
50269
50269
|
}
|
|
50270
50270
|
| undefined
|
|
50271
50271
|
/** Metada for a Salto device.
|
|
50272
|
-
* @deprecated Use `salto_ks_metadata
|
|
50272
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
50273
50273
|
salto_metadata?:
|
|
50274
50274
|
| {
|
|
50275
50275
|
/** Lock ID for a Salto device. */
|
|
@@ -52382,7 +52382,7 @@ export type Routes = {
|
|
|
52382
52382
|
}
|
|
52383
52383
|
| undefined
|
|
52384
52384
|
/** Metada for a Salto device.
|
|
52385
|
-
* @deprecated Use `salto_ks_metadata
|
|
52385
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
52386
52386
|
salto_metadata?:
|
|
52387
52387
|
| {
|
|
52388
52388
|
/** Lock ID for a Salto device. */
|
|
@@ -58762,7 +58762,7 @@ export type Routes = {
|
|
|
58762
58762
|
}
|
|
58763
58763
|
| undefined
|
|
58764
58764
|
event_type: 'connected_account.deleted'
|
|
58765
|
-
/**
|
|
58765
|
+
/** */
|
|
58766
58766
|
connected_account_type?: string | undefined
|
|
58767
58767
|
/** The customer key associated with this connected account, if any. */
|
|
58768
58768
|
customer_key?: string | undefined
|
|
@@ -60030,29 +60030,13 @@ export type Routes = {
|
|
|
60030
60030
|
| 'unknown'
|
|
60031
60031
|
| 'remote'
|
|
60032
60032
|
| 'card'
|
|
60033
|
-
/**
|
|
60034
|
-
undocumented: Unreleased.
|
|
60035
|
-
---
|
|
60036
|
-
ID of the user identity associated with the lock event.
|
|
60037
|
-
*/
|
|
60033
|
+
/** ID of the user identity associated with the lock event. */
|
|
60038
60034
|
user_identity_id?: string | undefined
|
|
60039
|
-
/**
|
|
60040
|
-
undocumented: Unreleased.
|
|
60041
|
-
---
|
|
60042
|
-
ID of the ACS system associated with the lock event.
|
|
60043
|
-
*/
|
|
60035
|
+
/** ID of the ACS system associated with the lock event. */
|
|
60044
60036
|
acs_system_id?: string | undefined
|
|
60045
|
-
/**
|
|
60046
|
-
undocumented: Unreleased.
|
|
60047
|
-
---
|
|
60048
|
-
ID of the ACS user associated with the lock event.
|
|
60049
|
-
*/
|
|
60037
|
+
/** ID of the ACS user associated with the lock event. */
|
|
60050
60038
|
acs_user_id?: string | undefined
|
|
60051
|
-
/**
|
|
60052
|
-
undocumented: Unreleased.
|
|
60053
|
-
---
|
|
60054
|
-
ID of the ACS entrance associated with the lock event.
|
|
60055
|
-
*/
|
|
60039
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
60056
60040
|
acs_entrance_id?: string | undefined
|
|
60057
60041
|
/**
|
|
60058
60042
|
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 +60095,13 @@ export type Routes = {
|
|
|
60111
60095
|
| 'unknown'
|
|
60112
60096
|
| 'remote'
|
|
60113
60097
|
| 'card'
|
|
60114
|
-
/**
|
|
60115
|
-
undocumented: Unreleased.
|
|
60116
|
-
---
|
|
60117
|
-
ID of the user identity associated with the unlock event.
|
|
60118
|
-
*/
|
|
60098
|
+
/** ID of the user identity associated with the unlock event. */
|
|
60119
60099
|
user_identity_id?: string | undefined
|
|
60120
|
-
/**
|
|
60121
|
-
undocumented: Unreleased.
|
|
60122
|
-
---
|
|
60123
|
-
ID of the ACS system associated with the unlock event.
|
|
60124
|
-
*/
|
|
60100
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
60125
60101
|
acs_system_id?: string | undefined
|
|
60126
|
-
/**
|
|
60127
|
-
undocumented: Unreleased.
|
|
60128
|
-
---
|
|
60129
|
-
ID of the ACS user associated with the unlock event.
|
|
60130
|
-
*/
|
|
60102
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
60131
60103
|
acs_user_id?: string | undefined
|
|
60132
|
-
/**
|
|
60133
|
-
undocumented: Unreleased.
|
|
60134
|
-
---
|
|
60135
|
-
ID of the ACS entrance associated with the unlock event.
|
|
60136
|
-
*/
|
|
60104
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
60137
60105
|
acs_entrance_id?: string | undefined
|
|
60138
60106
|
/**
|
|
60139
60107
|
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 +60144,13 @@ export type Routes = {
|
|
|
60176
60144
|
event_type: 'lock.access_denied'
|
|
60177
60145
|
/** ID of the access code that was used in the unlock attempts. */
|
|
60178
60146
|
access_code_id?: string | undefined
|
|
60179
|
-
/**
|
|
60180
|
-
undocumented: Unreleased.
|
|
60181
|
-
---
|
|
60182
|
-
ID of the user identity associated with the access-denied event.
|
|
60183
|
-
*/
|
|
60147
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
60184
60148
|
user_identity_id?: string | undefined
|
|
60185
|
-
/**
|
|
60186
|
-
undocumented: Unreleased.
|
|
60187
|
-
---
|
|
60188
|
-
ID of the ACS system associated with the access-denied event.
|
|
60189
|
-
*/
|
|
60149
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
60190
60150
|
acs_system_id?: string | undefined
|
|
60191
|
-
/**
|
|
60192
|
-
undocumented: Unreleased.
|
|
60193
|
-
---
|
|
60194
|
-
ID of the ACS user associated with the access-denied event.
|
|
60195
|
-
*/
|
|
60151
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
60196
60152
|
acs_user_id?: string | undefined
|
|
60197
|
-
/**
|
|
60198
|
-
undocumented: Unreleased.
|
|
60199
|
-
---
|
|
60200
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
60201
|
-
*/
|
|
60153
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
60202
60154
|
acs_entrance_id?: string | undefined
|
|
60203
60155
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
60204
60156
|
reason?:
|
|
@@ -62718,7 +62670,7 @@ export type Routes = {
|
|
|
62718
62670
|
}
|
|
62719
62671
|
| undefined
|
|
62720
62672
|
event_type: 'connected_account.deleted'
|
|
62721
|
-
/**
|
|
62673
|
+
/** */
|
|
62722
62674
|
connected_account_type?: string | undefined
|
|
62723
62675
|
/** The customer key associated with this connected account, if any. */
|
|
62724
62676
|
customer_key?: string | undefined
|
|
@@ -63986,29 +63938,13 @@ export type Routes = {
|
|
|
63986
63938
|
| 'unknown'
|
|
63987
63939
|
| 'remote'
|
|
63988
63940
|
| 'card'
|
|
63989
|
-
/**
|
|
63990
|
-
undocumented: Unreleased.
|
|
63991
|
-
---
|
|
63992
|
-
ID of the user identity associated with the lock event.
|
|
63993
|
-
*/
|
|
63941
|
+
/** ID of the user identity associated with the lock event. */
|
|
63994
63942
|
user_identity_id?: string | undefined
|
|
63995
|
-
/**
|
|
63996
|
-
undocumented: Unreleased.
|
|
63997
|
-
---
|
|
63998
|
-
ID of the ACS system associated with the lock event.
|
|
63999
|
-
*/
|
|
63943
|
+
/** ID of the ACS system associated with the lock event. */
|
|
64000
63944
|
acs_system_id?: string | undefined
|
|
64001
|
-
/**
|
|
64002
|
-
undocumented: Unreleased.
|
|
64003
|
-
---
|
|
64004
|
-
ID of the ACS user associated with the lock event.
|
|
64005
|
-
*/
|
|
63945
|
+
/** ID of the ACS user associated with the lock event. */
|
|
64006
63946
|
acs_user_id?: string | undefined
|
|
64007
|
-
/**
|
|
64008
|
-
undocumented: Unreleased.
|
|
64009
|
-
---
|
|
64010
|
-
ID of the ACS entrance associated with the lock event.
|
|
64011
|
-
*/
|
|
63947
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
64012
63948
|
acs_entrance_id?: string | undefined
|
|
64013
63949
|
/**
|
|
64014
63950
|
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 +64003,13 @@ export type Routes = {
|
|
|
64067
64003
|
| 'unknown'
|
|
64068
64004
|
| 'remote'
|
|
64069
64005
|
| 'card'
|
|
64070
|
-
/**
|
|
64071
|
-
undocumented: Unreleased.
|
|
64072
|
-
---
|
|
64073
|
-
ID of the user identity associated with the unlock event.
|
|
64074
|
-
*/
|
|
64006
|
+
/** ID of the user identity associated with the unlock event. */
|
|
64075
64007
|
user_identity_id?: string | undefined
|
|
64076
|
-
/**
|
|
64077
|
-
undocumented: Unreleased.
|
|
64078
|
-
---
|
|
64079
|
-
ID of the ACS system associated with the unlock event.
|
|
64080
|
-
*/
|
|
64008
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
64081
64009
|
acs_system_id?: string | undefined
|
|
64082
|
-
/**
|
|
64083
|
-
undocumented: Unreleased.
|
|
64084
|
-
---
|
|
64085
|
-
ID of the ACS user associated with the unlock event.
|
|
64086
|
-
*/
|
|
64010
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
64087
64011
|
acs_user_id?: string | undefined
|
|
64088
|
-
/**
|
|
64089
|
-
undocumented: Unreleased.
|
|
64090
|
-
---
|
|
64091
|
-
ID of the ACS entrance associated with the unlock event.
|
|
64092
|
-
*/
|
|
64012
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
64093
64013
|
acs_entrance_id?: string | undefined
|
|
64094
64014
|
/**
|
|
64095
64015
|
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 +64052,13 @@ export type Routes = {
|
|
|
64132
64052
|
event_type: 'lock.access_denied'
|
|
64133
64053
|
/** ID of the access code that was used in the unlock attempts. */
|
|
64134
64054
|
access_code_id?: string | undefined
|
|
64135
|
-
/**
|
|
64136
|
-
undocumented: Unreleased.
|
|
64137
|
-
---
|
|
64138
|
-
ID of the user identity associated with the access-denied event.
|
|
64139
|
-
*/
|
|
64055
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
64140
64056
|
user_identity_id?: string | undefined
|
|
64141
|
-
/**
|
|
64142
|
-
undocumented: Unreleased.
|
|
64143
|
-
---
|
|
64144
|
-
ID of the ACS system associated with the access-denied event.
|
|
64145
|
-
*/
|
|
64057
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
64146
64058
|
acs_system_id?: string | undefined
|
|
64147
|
-
/**
|
|
64148
|
-
undocumented: Unreleased.
|
|
64149
|
-
---
|
|
64150
|
-
ID of the ACS user associated with the access-denied event.
|
|
64151
|
-
*/
|
|
64059
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
64152
64060
|
acs_user_id?: string | undefined
|
|
64153
|
-
/**
|
|
64154
|
-
undocumented: Unreleased.
|
|
64155
|
-
---
|
|
64156
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
64157
|
-
*/
|
|
64061
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
64158
64062
|
acs_entrance_id?: string | undefined
|
|
64159
64063
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
64160
64064
|
reason?:
|
|
@@ -67133,7 +67037,7 @@ export type Routes = {
|
|
|
67133
67037
|
}
|
|
67134
67038
|
| undefined
|
|
67135
67039
|
/** Metada for a Salto device.
|
|
67136
|
-
* @deprecated Use `salto_ks_metadata
|
|
67040
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
67137
67041
|
salto_metadata?:
|
|
67138
67042
|
| {
|
|
67139
67043
|
/** Lock ID for a Salto device. */
|
|
@@ -69000,7 +68904,7 @@ export type Routes = {
|
|
|
69000
68904
|
}
|
|
69001
68905
|
| undefined
|
|
69002
68906
|
/** Metada for a Salto device.
|
|
69003
|
-
* @deprecated Use `salto_ks_metadata
|
|
68907
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
69004
68908
|
salto_metadata?:
|
|
69005
68909
|
| {
|
|
69006
68910
|
/** Lock ID for a Salto device. */
|
|
@@ -71066,7 +70970,7 @@ export type Routes = {
|
|
|
71066
70970
|
}
|
|
71067
70971
|
| undefined
|
|
71068
70972
|
/** Metada for a Salto device.
|
|
71069
|
-
* @deprecated Use `salto_ks_metadata
|
|
70973
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
71070
70974
|
salto_metadata?:
|
|
71071
70975
|
| {
|
|
71072
70976
|
/** Lock ID for a Salto device. */
|
|
@@ -72932,7 +72836,7 @@ export type Routes = {
|
|
|
72932
72836
|
}
|
|
72933
72837
|
| undefined
|
|
72934
72838
|
/** Metada for a Salto device.
|
|
72935
|
-
* @deprecated Use `salto_ks_metadata
|
|
72839
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
72936
72840
|
salto_metadata?:
|
|
72937
72841
|
| {
|
|
72938
72842
|
/** Lock ID for a Salto device. */
|
|
@@ -83239,7 +83143,7 @@ export type Routes = {
|
|
|
83239
83143
|
}
|
|
83240
83144
|
| undefined
|
|
83241
83145
|
/** Metada for a Salto device.
|
|
83242
|
-
* @deprecated Use `salto_ks_metadata
|
|
83146
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
83243
83147
|
salto_metadata?:
|
|
83244
83148
|
| {
|
|
83245
83149
|
/** Lock ID for a Salto device. */
|
|
@@ -85105,7 +85009,7 @@ export type Routes = {
|
|
|
85105
85009
|
}
|
|
85106
85010
|
| undefined
|
|
85107
85011
|
/** Metada for a Salto device.
|
|
85108
|
-
* @deprecated Use `salto_ks_metadata
|
|
85012
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
85109
85013
|
salto_metadata?:
|
|
85110
85014
|
| {
|
|
85111
85015
|
/** Lock ID for a Salto device. */
|
|
@@ -100115,7 +100019,7 @@ export type Routes = {
|
|
|
100115
100019
|
}
|
|
100116
100020
|
| undefined
|
|
100117
100021
|
event_type: 'connected_account.deleted'
|
|
100118
|
-
/**
|
|
100022
|
+
/** */
|
|
100119
100023
|
connected_account_type?: string | undefined
|
|
100120
100024
|
/** The customer key associated with this connected account, if any. */
|
|
100121
100025
|
customer_key?: string | undefined
|
|
@@ -101383,29 +101287,13 @@ export type Routes = {
|
|
|
101383
101287
|
| 'unknown'
|
|
101384
101288
|
| 'remote'
|
|
101385
101289
|
| 'card'
|
|
101386
|
-
/**
|
|
101387
|
-
undocumented: Unreleased.
|
|
101388
|
-
---
|
|
101389
|
-
ID of the user identity associated with the lock event.
|
|
101390
|
-
*/
|
|
101290
|
+
/** ID of the user identity associated with the lock event. */
|
|
101391
101291
|
user_identity_id?: string | undefined
|
|
101392
|
-
/**
|
|
101393
|
-
undocumented: Unreleased.
|
|
101394
|
-
---
|
|
101395
|
-
ID of the ACS system associated with the lock event.
|
|
101396
|
-
*/
|
|
101292
|
+
/** ID of the ACS system associated with the lock event. */
|
|
101397
101293
|
acs_system_id?: string | undefined
|
|
101398
|
-
/**
|
|
101399
|
-
undocumented: Unreleased.
|
|
101400
|
-
---
|
|
101401
|
-
ID of the ACS user associated with the lock event.
|
|
101402
|
-
*/
|
|
101294
|
+
/** ID of the ACS user associated with the lock event. */
|
|
101403
101295
|
acs_user_id?: string | undefined
|
|
101404
|
-
/**
|
|
101405
|
-
undocumented: Unreleased.
|
|
101406
|
-
---
|
|
101407
|
-
ID of the ACS entrance associated with the lock event.
|
|
101408
|
-
*/
|
|
101296
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
101409
101297
|
acs_entrance_id?: string | undefined
|
|
101410
101298
|
/**
|
|
101411
101299
|
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 +101352,13 @@ export type Routes = {
|
|
|
101464
101352
|
| 'unknown'
|
|
101465
101353
|
| 'remote'
|
|
101466
101354
|
| 'card'
|
|
101467
|
-
/**
|
|
101468
|
-
undocumented: Unreleased.
|
|
101469
|
-
---
|
|
101470
|
-
ID of the user identity associated with the unlock event.
|
|
101471
|
-
*/
|
|
101355
|
+
/** ID of the user identity associated with the unlock event. */
|
|
101472
101356
|
user_identity_id?: string | undefined
|
|
101473
|
-
/**
|
|
101474
|
-
undocumented: Unreleased.
|
|
101475
|
-
---
|
|
101476
|
-
ID of the ACS system associated with the unlock event.
|
|
101477
|
-
*/
|
|
101357
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
101478
101358
|
acs_system_id?: string | undefined
|
|
101479
|
-
/**
|
|
101480
|
-
undocumented: Unreleased.
|
|
101481
|
-
---
|
|
101482
|
-
ID of the ACS user associated with the unlock event.
|
|
101483
|
-
*/
|
|
101359
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
101484
101360
|
acs_user_id?: string | undefined
|
|
101485
|
-
/**
|
|
101486
|
-
undocumented: Unreleased.
|
|
101487
|
-
---
|
|
101488
|
-
ID of the ACS entrance associated with the unlock event.
|
|
101489
|
-
*/
|
|
101361
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
101490
101362
|
acs_entrance_id?: string | undefined
|
|
101491
101363
|
/**
|
|
101492
101364
|
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 +101401,13 @@ export type Routes = {
|
|
|
101529
101401
|
event_type: 'lock.access_denied'
|
|
101530
101402
|
/** ID of the access code that was used in the unlock attempts. */
|
|
101531
101403
|
access_code_id?: string | undefined
|
|
101532
|
-
/**
|
|
101533
|
-
undocumented: Unreleased.
|
|
101534
|
-
---
|
|
101535
|
-
ID of the user identity associated with the access-denied event.
|
|
101536
|
-
*/
|
|
101404
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
101537
101405
|
user_identity_id?: string | undefined
|
|
101538
|
-
/**
|
|
101539
|
-
undocumented: Unreleased.
|
|
101540
|
-
---
|
|
101541
|
-
ID of the ACS system associated with the access-denied event.
|
|
101542
|
-
*/
|
|
101406
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
101543
101407
|
acs_system_id?: string | undefined
|
|
101544
|
-
/**
|
|
101545
|
-
undocumented: Unreleased.
|
|
101546
|
-
---
|
|
101547
|
-
ID of the ACS user associated with the access-denied event.
|
|
101548
|
-
*/
|
|
101408
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
101549
101409
|
acs_user_id?: string | undefined
|
|
101550
|
-
/**
|
|
101551
|
-
undocumented: Unreleased.
|
|
101552
|
-
---
|
|
101553
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
101554
|
-
*/
|
|
101410
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
101555
101411
|
acs_entrance_id?: string | undefined
|
|
101556
101412
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
101557
101413
|
reason?:
|
|
@@ -104966,7 +104822,7 @@ export type Routes = {
|
|
|
104966
104822
|
}
|
|
104967
104823
|
| undefined
|
|
104968
104824
|
/** Metada for a Salto device.
|
|
104969
|
-
* @deprecated Use `salto_ks_metadata
|
|
104825
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
104970
104826
|
salto_metadata?:
|
|
104971
104827
|
| {
|
|
104972
104828
|
/** Lock ID for a Salto device. */
|
|
@@ -114357,7 +114213,7 @@ export type Routes = {
|
|
|
114357
114213
|
}
|
|
114358
114214
|
| undefined
|
|
114359
114215
|
/** Metada for a Salto device.
|
|
114360
|
-
* @deprecated Use `salto_ks_metadata
|
|
114216
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
114361
114217
|
salto_metadata?:
|
|
114362
114218
|
| {
|
|
114363
114219
|
/** Lock ID for a Salto device. */
|
|
@@ -120533,7 +120389,7 @@ export type Routes = {
|
|
|
120533
120389
|
}
|
|
120534
120390
|
| undefined
|
|
120535
120391
|
/** Metada for a Salto device.
|
|
120536
|
-
* @deprecated Use `salto_ks_metadata
|
|
120392
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
120537
120393
|
salto_metadata?:
|
|
120538
120394
|
| {
|
|
120539
120395
|
/** Lock ID for a Salto device. */
|
|
@@ -122399,7 +122255,7 @@ export type Routes = {
|
|
|
122399
122255
|
}
|
|
122400
122256
|
| undefined
|
|
122401
122257
|
/** Metada for a Salto device.
|
|
122402
|
-
* @deprecated Use `salto_ks_metadata
|
|
122258
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
122403
122259
|
salto_metadata?:
|
|
122404
122260
|
| {
|
|
122405
122261
|
/** Lock ID for a Salto device. */
|
|
@@ -133647,7 +133503,7 @@ export type Routes = {
|
|
|
133647
133503
|
}
|
|
133648
133504
|
| undefined
|
|
133649
133505
|
/** Metada for a Salto device.
|
|
133650
|
-
* @deprecated Use `salto_ks_metadata
|
|
133506
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
133651
133507
|
salto_metadata?:
|
|
133652
133508
|
| {
|
|
133653
133509
|
/** Lock ID for a Salto device. */
|
|
@@ -135515,7 +135371,7 @@ export type Routes = {
|
|
|
135515
135371
|
}
|
|
135516
135372
|
| undefined
|
|
135517
135373
|
/** Metada for a Salto device.
|
|
135518
|
-
* @deprecated Use `salto_ks_metadata
|
|
135374
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
135519
135375
|
salto_metadata?:
|
|
135520
135376
|
| {
|
|
135521
135377
|
/** Lock ID for a Salto device. */
|
|
@@ -138882,7 +138738,7 @@ export type Routes = {
|
|
|
138882
138738
|
}
|
|
138883
138739
|
| undefined
|
|
138884
138740
|
/** Metada for a Salto device.
|
|
138885
|
-
* @deprecated Use `salto_ks_metadata
|
|
138741
|
+
* @deprecated Use `salto_ks_metadata` instead.*/
|
|
138886
138742
|
salto_metadata?:
|
|
138887
138743
|
| {
|
|
138888
138744
|
/** Lock ID for a Salto device. */
|
|
@@ -147184,7 +147040,7 @@ export type Routes = {
|
|
|
147184
147040
|
}
|
|
147185
147041
|
| undefined
|
|
147186
147042
|
event_type: 'connected_account.deleted'
|
|
147187
|
-
/**
|
|
147043
|
+
/** */
|
|
147188
147044
|
connected_account_type?: string | undefined
|
|
147189
147045
|
/** The customer key associated with this connected account, if any. */
|
|
147190
147046
|
customer_key?: string | undefined
|
|
@@ -148452,29 +148308,13 @@ export type Routes = {
|
|
|
148452
148308
|
| 'unknown'
|
|
148453
148309
|
| 'remote'
|
|
148454
148310
|
| 'card'
|
|
148455
|
-
/**
|
|
148456
|
-
undocumented: Unreleased.
|
|
148457
|
-
---
|
|
148458
|
-
ID of the user identity associated with the lock event.
|
|
148459
|
-
*/
|
|
148311
|
+
/** ID of the user identity associated with the lock event. */
|
|
148460
148312
|
user_identity_id?: string | undefined
|
|
148461
|
-
/**
|
|
148462
|
-
undocumented: Unreleased.
|
|
148463
|
-
---
|
|
148464
|
-
ID of the ACS system associated with the lock event.
|
|
148465
|
-
*/
|
|
148313
|
+
/** ID of the ACS system associated with the lock event. */
|
|
148466
148314
|
acs_system_id?: string | undefined
|
|
148467
|
-
/**
|
|
148468
|
-
undocumented: Unreleased.
|
|
148469
|
-
---
|
|
148470
|
-
ID of the ACS user associated with the lock event.
|
|
148471
|
-
*/
|
|
148315
|
+
/** ID of the ACS user associated with the lock event. */
|
|
148472
148316
|
acs_user_id?: string | undefined
|
|
148473
|
-
/**
|
|
148474
|
-
undocumented: Unreleased.
|
|
148475
|
-
---
|
|
148476
|
-
ID of the ACS entrance associated with the lock event.
|
|
148477
|
-
*/
|
|
148317
|
+
/** ID of the ACS entrance associated with the lock event. */
|
|
148478
148318
|
acs_entrance_id?: string | undefined
|
|
148479
148319
|
/**
|
|
148480
148320
|
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 +148373,13 @@ export type Routes = {
|
|
|
148533
148373
|
| 'unknown'
|
|
148534
148374
|
| 'remote'
|
|
148535
148375
|
| 'card'
|
|
148536
|
-
/**
|
|
148537
|
-
undocumented: Unreleased.
|
|
148538
|
-
---
|
|
148539
|
-
ID of the user identity associated with the unlock event.
|
|
148540
|
-
*/
|
|
148376
|
+
/** ID of the user identity associated with the unlock event. */
|
|
148541
148377
|
user_identity_id?: string | undefined
|
|
148542
|
-
/**
|
|
148543
|
-
undocumented: Unreleased.
|
|
148544
|
-
---
|
|
148545
|
-
ID of the ACS system associated with the unlock event.
|
|
148546
|
-
*/
|
|
148378
|
+
/** ID of the ACS system associated with the unlock event. */
|
|
148547
148379
|
acs_system_id?: string | undefined
|
|
148548
|
-
/**
|
|
148549
|
-
undocumented: Unreleased.
|
|
148550
|
-
---
|
|
148551
|
-
ID of the ACS user associated with the unlock event.
|
|
148552
|
-
*/
|
|
148380
|
+
/** ID of the ACS user associated with the unlock event. */
|
|
148553
148381
|
acs_user_id?: string | undefined
|
|
148554
|
-
/**
|
|
148555
|
-
undocumented: Unreleased.
|
|
148556
|
-
---
|
|
148557
|
-
ID of the ACS entrance associated with the unlock event.
|
|
148558
|
-
*/
|
|
148382
|
+
/** ID of the ACS entrance associated with the unlock event. */
|
|
148559
148383
|
acs_entrance_id?: string | undefined
|
|
148560
148384
|
/**
|
|
148561
148385
|
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 +148422,13 @@ export type Routes = {
|
|
|
148598
148422
|
event_type: 'lock.access_denied'
|
|
148599
148423
|
/** ID of the access code that was used in the unlock attempts. */
|
|
148600
148424
|
access_code_id?: string | undefined
|
|
148601
|
-
/**
|
|
148602
|
-
undocumented: Unreleased.
|
|
148603
|
-
---
|
|
148604
|
-
ID of the user identity associated with the access-denied event.
|
|
148605
|
-
*/
|
|
148425
|
+
/** ID of the user identity associated with the access-denied event. */
|
|
148606
148426
|
user_identity_id?: string | undefined
|
|
148607
|
-
/**
|
|
148608
|
-
undocumented: Unreleased.
|
|
148609
|
-
---
|
|
148610
|
-
ID of the ACS system associated with the access-denied event.
|
|
148611
|
-
*/
|
|
148427
|
+
/** ID of the ACS system associated with the access-denied event. */
|
|
148612
148428
|
acs_system_id?: string | undefined
|
|
148613
|
-
/**
|
|
148614
|
-
undocumented: Unreleased.
|
|
148615
|
-
---
|
|
148616
|
-
ID of the ACS user associated with the access-denied event.
|
|
148617
|
-
*/
|
|
148429
|
+
/** ID of the ACS user associated with the access-denied event. */
|
|
148618
148430
|
acs_user_id?: string | undefined
|
|
148619
|
-
/**
|
|
148620
|
-
undocumented: Unreleased.
|
|
148621
|
-
---
|
|
148622
|
-
ID of the ACS entrance associated with the access-denied event.
|
|
148623
|
-
*/
|
|
148431
|
+
/** ID of the ACS entrance associated with the access-denied event. */
|
|
148624
148432
|
acs_entrance_id?: string | undefined
|
|
148625
148433
|
/** Why access was denied, when the provider reports a determinable cause. Omitted when unknown. */
|
|
148626
148434
|
reason?:
|