@seamapi/types 1.406.1 → 1.406.3
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 +496 -476
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +753 -614
- package/lib/seam/connect/models/events/access-codes.js +4 -9
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/access-grants.js +5 -2
- package/lib/seam/connect/models/events/access-grants.js.map +1 -1
- package/lib/seam/connect/models/events/access-methods.js +4 -1
- package/lib/seam/connect/models/events/access-methods.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access-groups.js +4 -1
- package/lib/seam/connect/models/events/acs/access-groups.js.map +1 -1
- package/lib/seam/connect/models/events/acs/common.js +2 -5
- package/lib/seam/connect/models/events/acs/common.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.js +4 -1
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +1 -4
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/entrances.js +1 -1
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -1
- package/lib/seam/connect/models/events/acs/systems.js +3 -3
- package/lib/seam/connect/models/events/acs/users.js +3 -3
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +2 -2
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +1 -1
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/common.js +1 -1
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +2 -2
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +2 -2
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +37 -37
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +1 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +110 -0
- package/lib/seam/connect/openapi.js +422 -328
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +643 -614
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +4 -15
- package/src/lib/seam/connect/models/events/access-grants.ts +5 -2
- package/src/lib/seam/connect/models/events/access-methods.ts +4 -1
- package/src/lib/seam/connect/models/events/acs/access-groups.ts +4 -1
- package/src/lib/seam/connect/models/events/acs/common.ts +2 -9
- package/src/lib/seam/connect/models/events/acs/credentials.ts +4 -1
- package/src/lib/seam/connect/models/events/acs/encoders.ts +1 -6
- package/src/lib/seam/connect/models/events/acs/entrances.ts +1 -3
- package/src/lib/seam/connect/models/events/acs/systems.ts +3 -3
- package/src/lib/seam/connect/models/events/acs/users.ts +3 -5
- package/src/lib/seam/connect/models/events/action-attempts.ts +2 -4
- package/src/lib/seam/connect/models/events/client-sessions.ts +1 -3
- package/src/lib/seam/connect/models/events/common.ts +1 -3
- package/src/lib/seam/connect/models/events/connect-webviews.ts +2 -6
- package/src/lib/seam/connect/models/events/connected-accounts.ts +2 -6
- package/src/lib/seam/connect/models/events/devices.ts +37 -77
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -3
- package/src/lib/seam/connect/models/events/phones.ts +1 -6
- package/src/lib/seam/connect/openapi.ts +436 -485
- package/src/lib/seam/connect/route-types.ts +643 -614
|
@@ -9832,12 +9832,12 @@ export default {
|
|
|
9832
9832
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was created.',
|
|
9833
9833
|
properties: {
|
|
9834
9834
|
access_code_id: {
|
|
9835
|
-
description: 'ID of the
|
|
9835
|
+
description: 'ID of the affected access code.',
|
|
9836
9836
|
format: 'uuid',
|
|
9837
9837
|
type: 'string',
|
|
9838
9838
|
},
|
|
9839
9839
|
connected_account_id: {
|
|
9840
|
-
description: 'ID of the
|
|
9840
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
9841
9841
|
format: 'uuid',
|
|
9842
9842
|
type: 'string',
|
|
9843
9843
|
},
|
|
@@ -9847,7 +9847,7 @@ export default {
|
|
|
9847
9847
|
type: 'string',
|
|
9848
9848
|
},
|
|
9849
9849
|
device_id: {
|
|
9850
|
-
description: 'ID of the
|
|
9850
|
+
description: 'ID of the device associated with the affected access code.',
|
|
9851
9851
|
format: 'uuid',
|
|
9852
9852
|
type: 'string',
|
|
9853
9853
|
},
|
|
@@ -9863,7 +9863,7 @@ export default {
|
|
|
9863
9863
|
type: 'string',
|
|
9864
9864
|
},
|
|
9865
9865
|
workspace_id: {
|
|
9866
|
-
description: 'ID of the
|
|
9866
|
+
description: 'ID of the workspace associated with the event.',
|
|
9867
9867
|
format: 'uuid',
|
|
9868
9868
|
type: 'string',
|
|
9869
9869
|
},
|
|
@@ -9885,12 +9885,12 @@ export default {
|
|
|
9885
9885
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was changed.',
|
|
9886
9886
|
properties: {
|
|
9887
9887
|
access_code_id: {
|
|
9888
|
-
description: 'ID of the
|
|
9888
|
+
description: 'ID of the affected access code.',
|
|
9889
9889
|
format: 'uuid',
|
|
9890
9890
|
type: 'string',
|
|
9891
9891
|
},
|
|
9892
9892
|
connected_account_id: {
|
|
9893
|
-
description: 'ID of the
|
|
9893
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
9894
9894
|
format: 'uuid',
|
|
9895
9895
|
type: 'string',
|
|
9896
9896
|
},
|
|
@@ -9900,7 +9900,7 @@ export default {
|
|
|
9900
9900
|
type: 'string',
|
|
9901
9901
|
},
|
|
9902
9902
|
device_id: {
|
|
9903
|
-
description: 'ID of the
|
|
9903
|
+
description: 'ID of the device associated with the affected access code.',
|
|
9904
9904
|
format: 'uuid',
|
|
9905
9905
|
type: 'string',
|
|
9906
9906
|
},
|
|
@@ -9916,7 +9916,7 @@ export default {
|
|
|
9916
9916
|
type: 'string',
|
|
9917
9917
|
},
|
|
9918
9918
|
workspace_id: {
|
|
9919
|
-
description: 'ID of the
|
|
9919
|
+
description: 'ID of the workspace associated with the event.',
|
|
9920
9920
|
format: 'uuid',
|
|
9921
9921
|
type: 'string',
|
|
9922
9922
|
},
|
|
@@ -9938,16 +9938,16 @@ export default {
|
|
|
9938
9938
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was [scheduled natively](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) on a device.',
|
|
9939
9939
|
properties: {
|
|
9940
9940
|
access_code_id: {
|
|
9941
|
-
description: 'ID of the
|
|
9941
|
+
description: 'ID of the affected access code.',
|
|
9942
9942
|
format: 'uuid',
|
|
9943
9943
|
type: 'string',
|
|
9944
9944
|
},
|
|
9945
9945
|
code: {
|
|
9946
|
-
description: 'Code for the
|
|
9946
|
+
description: 'Code for the affected access code.',
|
|
9947
9947
|
type: 'string',
|
|
9948
9948
|
},
|
|
9949
9949
|
connected_account_id: {
|
|
9950
|
-
description: 'ID of the
|
|
9950
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
9951
9951
|
format: 'uuid',
|
|
9952
9952
|
type: 'string',
|
|
9953
9953
|
},
|
|
@@ -9957,7 +9957,7 @@ export default {
|
|
|
9957
9957
|
type: 'string',
|
|
9958
9958
|
},
|
|
9959
9959
|
device_id: {
|
|
9960
|
-
description: 'ID of the
|
|
9960
|
+
description: 'ID of the device associated with the affected access code.',
|
|
9961
9961
|
format: 'uuid',
|
|
9962
9962
|
type: 'string',
|
|
9963
9963
|
},
|
|
@@ -9976,7 +9976,7 @@ export default {
|
|
|
9976
9976
|
type: 'string',
|
|
9977
9977
|
},
|
|
9978
9978
|
workspace_id: {
|
|
9979
|
-
description: 'ID of the
|
|
9979
|
+
description: 'ID of the workspace associated with the event.',
|
|
9980
9980
|
format: 'uuid',
|
|
9981
9981
|
type: 'string',
|
|
9982
9982
|
},
|
|
@@ -9999,16 +9999,16 @@ export default {
|
|
|
9999
9999
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was set on a device.',
|
|
10000
10000
|
properties: {
|
|
10001
10001
|
access_code_id: {
|
|
10002
|
-
description: 'ID of the
|
|
10002
|
+
description: 'ID of the affected access code.',
|
|
10003
10003
|
format: 'uuid',
|
|
10004
10004
|
type: 'string',
|
|
10005
10005
|
},
|
|
10006
10006
|
code: {
|
|
10007
|
-
description: 'Code for the
|
|
10007
|
+
description: 'Code for the affected access code.',
|
|
10008
10008
|
type: 'string',
|
|
10009
10009
|
},
|
|
10010
10010
|
connected_account_id: {
|
|
10011
|
-
description: 'ID of the
|
|
10011
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10012
10012
|
format: 'uuid',
|
|
10013
10013
|
type: 'string',
|
|
10014
10014
|
},
|
|
@@ -10018,7 +10018,7 @@ export default {
|
|
|
10018
10018
|
type: 'string',
|
|
10019
10019
|
},
|
|
10020
10020
|
device_id: {
|
|
10021
|
-
description: 'ID of the
|
|
10021
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10022
10022
|
format: 'uuid',
|
|
10023
10023
|
type: 'string',
|
|
10024
10024
|
},
|
|
@@ -10037,7 +10037,7 @@ export default {
|
|
|
10037
10037
|
type: 'string',
|
|
10038
10038
|
},
|
|
10039
10039
|
workspace_id: {
|
|
10040
|
-
description: 'ID of the
|
|
10040
|
+
description: 'ID of the workspace associated with the event.',
|
|
10041
10041
|
format: 'uuid',
|
|
10042
10042
|
type: 'string',
|
|
10043
10043
|
},
|
|
@@ -10060,12 +10060,12 @@ export default {
|
|
|
10060
10060
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was removed from a device.',
|
|
10061
10061
|
properties: {
|
|
10062
10062
|
access_code_id: {
|
|
10063
|
-
description: 'ID of the
|
|
10063
|
+
description: 'ID of the affected access code.',
|
|
10064
10064
|
format: 'uuid',
|
|
10065
10065
|
type: 'string',
|
|
10066
10066
|
},
|
|
10067
10067
|
connected_account_id: {
|
|
10068
|
-
description: 'ID of the
|
|
10068
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10069
10069
|
format: 'uuid',
|
|
10070
10070
|
type: 'string',
|
|
10071
10071
|
},
|
|
@@ -10075,7 +10075,7 @@ export default {
|
|
|
10075
10075
|
type: 'string',
|
|
10076
10076
|
},
|
|
10077
10077
|
device_id: {
|
|
10078
|
-
description: 'ID of the
|
|
10078
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10079
10079
|
format: 'uuid',
|
|
10080
10080
|
type: 'string',
|
|
10081
10081
|
},
|
|
@@ -10094,7 +10094,7 @@ export default {
|
|
|
10094
10094
|
type: 'string',
|
|
10095
10095
|
},
|
|
10096
10096
|
workspace_id: {
|
|
10097
|
-
description: 'ID of the
|
|
10097
|
+
description: 'ID of the workspace associated with the event.',
|
|
10098
10098
|
format: 'uuid',
|
|
10099
10099
|
type: 'string',
|
|
10100
10100
|
},
|
|
@@ -10116,12 +10116,12 @@ export default {
|
|
|
10116
10116
|
description: 'There was an unusually long delay in setting an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) on a device.',
|
|
10117
10117
|
properties: {
|
|
10118
10118
|
access_code_id: {
|
|
10119
|
-
description: 'ID of the
|
|
10119
|
+
description: 'ID of the affected access code.',
|
|
10120
10120
|
format: 'uuid',
|
|
10121
10121
|
type: 'string',
|
|
10122
10122
|
},
|
|
10123
10123
|
connected_account_id: {
|
|
10124
|
-
description: 'ID of the
|
|
10124
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10125
10125
|
format: 'uuid',
|
|
10126
10126
|
type: 'string',
|
|
10127
10127
|
},
|
|
@@ -10131,7 +10131,7 @@ export default {
|
|
|
10131
10131
|
type: 'string',
|
|
10132
10132
|
},
|
|
10133
10133
|
device_id: {
|
|
10134
|
-
description: 'ID of the
|
|
10134
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10135
10135
|
format: 'uuid',
|
|
10136
10136
|
type: 'string',
|
|
10137
10137
|
},
|
|
@@ -10150,7 +10150,7 @@ export default {
|
|
|
10150
10150
|
type: 'string',
|
|
10151
10151
|
},
|
|
10152
10152
|
workspace_id: {
|
|
10153
|
-
description: 'ID of the
|
|
10153
|
+
description: 'ID of the workspace associated with the event.',
|
|
10154
10154
|
format: 'uuid',
|
|
10155
10155
|
type: 'string',
|
|
10156
10156
|
},
|
|
@@ -10172,12 +10172,12 @@ export default {
|
|
|
10172
10172
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be set on a device.',
|
|
10173
10173
|
properties: {
|
|
10174
10174
|
access_code_id: {
|
|
10175
|
-
description: 'ID of the
|
|
10175
|
+
description: 'ID of the affected access code.',
|
|
10176
10176
|
format: 'uuid',
|
|
10177
10177
|
type: 'string',
|
|
10178
10178
|
},
|
|
10179
10179
|
connected_account_id: {
|
|
10180
|
-
description: 'ID of the
|
|
10180
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10181
10181
|
format: 'uuid',
|
|
10182
10182
|
type: 'string',
|
|
10183
10183
|
},
|
|
@@ -10187,7 +10187,7 @@ export default {
|
|
|
10187
10187
|
type: 'string',
|
|
10188
10188
|
},
|
|
10189
10189
|
device_id: {
|
|
10190
|
-
description: 'ID of the
|
|
10190
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10191
10191
|
format: 'uuid',
|
|
10192
10192
|
type: 'string',
|
|
10193
10193
|
},
|
|
@@ -10206,7 +10206,7 @@ export default {
|
|
|
10206
10206
|
type: 'string',
|
|
10207
10207
|
},
|
|
10208
10208
|
workspace_id: {
|
|
10209
|
-
description: 'ID of the
|
|
10209
|
+
description: 'ID of the workspace associated with the event.',
|
|
10210
10210
|
format: 'uuid',
|
|
10211
10211
|
type: 'string',
|
|
10212
10212
|
},
|
|
@@ -10228,17 +10228,17 @@ export default {
|
|
|
10228
10228
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted.',
|
|
10229
10229
|
properties: {
|
|
10230
10230
|
access_code_id: {
|
|
10231
|
-
description: 'ID of the
|
|
10231
|
+
description: 'ID of the affected access code.',
|
|
10232
10232
|
format: 'uuid',
|
|
10233
10233
|
type: 'string',
|
|
10234
10234
|
},
|
|
10235
10235
|
code: {
|
|
10236
|
-
description: 'Code for the
|
|
10236
|
+
description: 'Code for the affected access code.',
|
|
10237
10237
|
nullable: true,
|
|
10238
10238
|
type: 'string',
|
|
10239
10239
|
},
|
|
10240
10240
|
connected_account_id: {
|
|
10241
|
-
description: 'ID of the
|
|
10241
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10242
10242
|
format: 'uuid',
|
|
10243
10243
|
type: 'string',
|
|
10244
10244
|
},
|
|
@@ -10248,7 +10248,7 @@ export default {
|
|
|
10248
10248
|
type: 'string',
|
|
10249
10249
|
},
|
|
10250
10250
|
device_id: {
|
|
10251
|
-
description: 'ID of the
|
|
10251
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10252
10252
|
format: 'uuid',
|
|
10253
10253
|
type: 'string',
|
|
10254
10254
|
},
|
|
@@ -10264,7 +10264,7 @@ export default {
|
|
|
10264
10264
|
type: 'string',
|
|
10265
10265
|
},
|
|
10266
10266
|
workspace_id: {
|
|
10267
|
-
description: 'ID of the
|
|
10267
|
+
description: 'ID of the workspace associated with the event.',
|
|
10268
10268
|
format: 'uuid',
|
|
10269
10269
|
type: 'string',
|
|
10270
10270
|
},
|
|
@@ -10287,12 +10287,12 @@ export default {
|
|
|
10287
10287
|
description: 'There was an unusually long delay in removing an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) from a device.',
|
|
10288
10288
|
properties: {
|
|
10289
10289
|
access_code_id: {
|
|
10290
|
-
description: 'ID of the
|
|
10290
|
+
description: 'ID of the affected access code.',
|
|
10291
10291
|
format: 'uuid',
|
|
10292
10292
|
type: 'string',
|
|
10293
10293
|
},
|
|
10294
10294
|
connected_account_id: {
|
|
10295
|
-
description: 'ID of the
|
|
10295
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10296
10296
|
format: 'uuid',
|
|
10297
10297
|
type: 'string',
|
|
10298
10298
|
},
|
|
@@ -10302,7 +10302,7 @@ export default {
|
|
|
10302
10302
|
type: 'string',
|
|
10303
10303
|
},
|
|
10304
10304
|
device_id: {
|
|
10305
|
-
description: 'ID of the
|
|
10305
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10306
10306
|
format: 'uuid',
|
|
10307
10307
|
type: 'string',
|
|
10308
10308
|
},
|
|
@@ -10321,7 +10321,7 @@ export default {
|
|
|
10321
10321
|
type: 'string',
|
|
10322
10322
|
},
|
|
10323
10323
|
workspace_id: {
|
|
10324
|
-
description: 'ID of the
|
|
10324
|
+
description: 'ID of the workspace associated with the event.',
|
|
10325
10325
|
format: 'uuid',
|
|
10326
10326
|
type: 'string',
|
|
10327
10327
|
},
|
|
@@ -10343,12 +10343,12 @@ export default {
|
|
|
10343
10343
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be removed from a device.',
|
|
10344
10344
|
properties: {
|
|
10345
10345
|
access_code_id: {
|
|
10346
|
-
description: 'ID of the
|
|
10346
|
+
description: 'ID of the affected access code.',
|
|
10347
10347
|
format: 'uuid',
|
|
10348
10348
|
type: 'string',
|
|
10349
10349
|
},
|
|
10350
10350
|
connected_account_id: {
|
|
10351
|
-
description: 'ID of the
|
|
10351
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10352
10352
|
format: 'uuid',
|
|
10353
10353
|
type: 'string',
|
|
10354
10354
|
},
|
|
@@ -10358,7 +10358,7 @@ export default {
|
|
|
10358
10358
|
type: 'string',
|
|
10359
10359
|
},
|
|
10360
10360
|
device_id: {
|
|
10361
|
-
description: 'ID of the
|
|
10361
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10362
10362
|
format: 'uuid',
|
|
10363
10363
|
type: 'string',
|
|
10364
10364
|
},
|
|
@@ -10377,7 +10377,7 @@ export default {
|
|
|
10377
10377
|
type: 'string',
|
|
10378
10378
|
},
|
|
10379
10379
|
workspace_id: {
|
|
10380
|
-
description: 'ID of the
|
|
10380
|
+
description: 'ID of the workspace associated with the event.',
|
|
10381
10381
|
format: 'uuid',
|
|
10382
10382
|
type: 'string',
|
|
10383
10383
|
},
|
|
@@ -10399,12 +10399,12 @@ export default {
|
|
|
10399
10399
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was modified outside of Seam.',
|
|
10400
10400
|
properties: {
|
|
10401
10401
|
access_code_id: {
|
|
10402
|
-
description: 'ID of the
|
|
10402
|
+
description: 'ID of the affected access code.',
|
|
10403
10403
|
format: 'uuid',
|
|
10404
10404
|
type: 'string',
|
|
10405
10405
|
},
|
|
10406
10406
|
connected_account_id: {
|
|
10407
|
-
description: 'ID of the
|
|
10407
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10408
10408
|
format: 'uuid',
|
|
10409
10409
|
type: 'string',
|
|
10410
10410
|
},
|
|
@@ -10414,7 +10414,7 @@ export default {
|
|
|
10414
10414
|
type: 'string',
|
|
10415
10415
|
},
|
|
10416
10416
|
device_id: {
|
|
10417
|
-
description: 'ID of the
|
|
10417
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10418
10418
|
format: 'uuid',
|
|
10419
10419
|
type: 'string',
|
|
10420
10420
|
},
|
|
@@ -10433,7 +10433,7 @@ export default {
|
|
|
10433
10433
|
type: 'string',
|
|
10434
10434
|
},
|
|
10435
10435
|
workspace_id: {
|
|
10436
|
-
description: 'ID of the
|
|
10436
|
+
description: 'ID of the workspace associated with the event.',
|
|
10437
10437
|
format: 'uuid',
|
|
10438
10438
|
type: 'string',
|
|
10439
10439
|
},
|
|
@@ -10455,12 +10455,12 @@ export default {
|
|
|
10455
10455
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted outside of Seam.',
|
|
10456
10456
|
properties: {
|
|
10457
10457
|
access_code_id: {
|
|
10458
|
-
description: 'ID of the
|
|
10458
|
+
description: 'ID of the affected access code.',
|
|
10459
10459
|
format: 'uuid',
|
|
10460
10460
|
type: 'string',
|
|
10461
10461
|
},
|
|
10462
10462
|
connected_account_id: {
|
|
10463
|
-
description: 'ID of the
|
|
10463
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10464
10464
|
format: 'uuid',
|
|
10465
10465
|
type: 'string',
|
|
10466
10466
|
},
|
|
@@ -10470,7 +10470,7 @@ export default {
|
|
|
10470
10470
|
type: 'string',
|
|
10471
10471
|
},
|
|
10472
10472
|
device_id: {
|
|
10473
|
-
description: 'ID of the
|
|
10473
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10474
10474
|
format: 'uuid',
|
|
10475
10475
|
type: 'string',
|
|
10476
10476
|
},
|
|
@@ -10489,7 +10489,7 @@ export default {
|
|
|
10489
10489
|
type: 'string',
|
|
10490
10490
|
},
|
|
10491
10491
|
workspace_id: {
|
|
10492
|
-
description: 'ID of the
|
|
10492
|
+
description: 'ID of the workspace associated with the event.',
|
|
10493
10493
|
format: 'uuid',
|
|
10494
10494
|
type: 'string',
|
|
10495
10495
|
},
|
|
@@ -10511,13 +10511,13 @@ export default {
|
|
|
10511
10511
|
description: 'A [backup access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/backup-access-codes) was pulled from the backup access code pool and set on a device.',
|
|
10512
10512
|
properties: {
|
|
10513
10513
|
access_code_id: {
|
|
10514
|
-
description: 'ID of the
|
|
10514
|
+
description: 'ID of the affected access code.',
|
|
10515
10515
|
format: 'uuid',
|
|
10516
10516
|
type: 'string',
|
|
10517
10517
|
},
|
|
10518
10518
|
backup_access_code_id: { type: 'string' },
|
|
10519
10519
|
connected_account_id: {
|
|
10520
|
-
description: 'ID of the
|
|
10520
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10521
10521
|
format: 'uuid',
|
|
10522
10522
|
type: 'string',
|
|
10523
10523
|
},
|
|
@@ -10527,7 +10527,7 @@ export default {
|
|
|
10527
10527
|
type: 'string',
|
|
10528
10528
|
},
|
|
10529
10529
|
device_id: {
|
|
10530
|
-
description: 'ID of the
|
|
10530
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10531
10531
|
format: 'uuid',
|
|
10532
10532
|
type: 'string',
|
|
10533
10533
|
},
|
|
@@ -10546,7 +10546,7 @@ export default {
|
|
|
10546
10546
|
type: 'string',
|
|
10547
10547
|
},
|
|
10548
10548
|
workspace_id: {
|
|
10549
|
-
description: 'ID of the
|
|
10549
|
+
description: 'ID of the workspace associated with the event.',
|
|
10550
10550
|
format: 'uuid',
|
|
10551
10551
|
type: 'string',
|
|
10552
10552
|
},
|
|
@@ -10569,12 +10569,12 @@ export default {
|
|
|
10569
10569
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was converted successfully to a managed access code.',
|
|
10570
10570
|
properties: {
|
|
10571
10571
|
access_code_id: {
|
|
10572
|
-
description: 'ID of the
|
|
10572
|
+
description: 'ID of the affected access code.',
|
|
10573
10573
|
format: 'uuid',
|
|
10574
10574
|
type: 'string',
|
|
10575
10575
|
},
|
|
10576
10576
|
connected_account_id: {
|
|
10577
|
-
description: 'ID of the
|
|
10577
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10578
10578
|
format: 'uuid',
|
|
10579
10579
|
type: 'string',
|
|
10580
10580
|
},
|
|
@@ -10584,7 +10584,7 @@ export default {
|
|
|
10584
10584
|
type: 'string',
|
|
10585
10585
|
},
|
|
10586
10586
|
device_id: {
|
|
10587
|
-
description: 'ID of the
|
|
10587
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10588
10588
|
format: 'uuid',
|
|
10589
10589
|
type: 'string',
|
|
10590
10590
|
},
|
|
@@ -10603,7 +10603,7 @@ export default {
|
|
|
10603
10603
|
type: 'string',
|
|
10604
10604
|
},
|
|
10605
10605
|
workspace_id: {
|
|
10606
|
-
description: 'ID of the
|
|
10606
|
+
description: 'ID of the workspace associated with the event.',
|
|
10607
10607
|
format: 'uuid',
|
|
10608
10608
|
type: 'string',
|
|
10609
10609
|
},
|
|
@@ -10625,12 +10625,12 @@ export default {
|
|
|
10625
10625
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) failed to be converted to a managed access code.',
|
|
10626
10626
|
properties: {
|
|
10627
10627
|
access_code_id: {
|
|
10628
|
-
description: 'ID of the
|
|
10628
|
+
description: 'ID of the affected access code.',
|
|
10629
10629
|
format: 'uuid',
|
|
10630
10630
|
type: 'string',
|
|
10631
10631
|
},
|
|
10632
10632
|
connected_account_id: {
|
|
10633
|
-
description: 'ID of the
|
|
10633
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10634
10634
|
format: 'uuid',
|
|
10635
10635
|
type: 'string',
|
|
10636
10636
|
},
|
|
@@ -10640,7 +10640,7 @@ export default {
|
|
|
10640
10640
|
type: 'string',
|
|
10641
10641
|
},
|
|
10642
10642
|
device_id: {
|
|
10643
|
-
description: 'ID of the
|
|
10643
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10644
10644
|
format: 'uuid',
|
|
10645
10645
|
type: 'string',
|
|
10646
10646
|
},
|
|
@@ -10659,7 +10659,7 @@ export default {
|
|
|
10659
10659
|
type: 'string',
|
|
10660
10660
|
},
|
|
10661
10661
|
workspace_id: {
|
|
10662
|
-
description: 'ID of the
|
|
10662
|
+
description: 'ID of the workspace associated with the event.',
|
|
10663
10663
|
format: 'uuid',
|
|
10664
10664
|
type: 'string',
|
|
10665
10665
|
},
|
|
@@ -10681,12 +10681,12 @@ export default {
|
|
|
10681
10681
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was created on a device.',
|
|
10682
10682
|
properties: {
|
|
10683
10683
|
access_code_id: {
|
|
10684
|
-
description: 'ID of the
|
|
10684
|
+
description: 'ID of the affected access code.',
|
|
10685
10685
|
format: 'uuid',
|
|
10686
10686
|
type: 'string',
|
|
10687
10687
|
},
|
|
10688
10688
|
connected_account_id: {
|
|
10689
|
-
description: 'ID of the
|
|
10689
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10690
10690
|
format: 'uuid',
|
|
10691
10691
|
type: 'string',
|
|
10692
10692
|
},
|
|
@@ -10696,7 +10696,7 @@ export default {
|
|
|
10696
10696
|
type: 'string',
|
|
10697
10697
|
},
|
|
10698
10698
|
device_id: {
|
|
10699
|
-
description: 'ID of the
|
|
10699
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10700
10700
|
format: 'uuid',
|
|
10701
10701
|
type: 'string',
|
|
10702
10702
|
},
|
|
@@ -10715,7 +10715,7 @@ export default {
|
|
|
10715
10715
|
type: 'string',
|
|
10716
10716
|
},
|
|
10717
10717
|
workspace_id: {
|
|
10718
|
-
description: 'ID of the
|
|
10718
|
+
description: 'ID of the workspace associated with the event.',
|
|
10719
10719
|
format: 'uuid',
|
|
10720
10720
|
type: 'string',
|
|
10721
10721
|
},
|
|
@@ -10737,12 +10737,12 @@ export default {
|
|
|
10737
10737
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was removed from a device.',
|
|
10738
10738
|
properties: {
|
|
10739
10739
|
access_code_id: {
|
|
10740
|
-
description: 'ID of the
|
|
10740
|
+
description: 'ID of the affected access code.',
|
|
10741
10741
|
format: 'uuid',
|
|
10742
10742
|
type: 'string',
|
|
10743
10743
|
},
|
|
10744
10744
|
connected_account_id: {
|
|
10745
|
-
description: 'ID of the
|
|
10745
|
+
description: 'ID of the connected account associated with the affected access codes.',
|
|
10746
10746
|
format: 'uuid',
|
|
10747
10747
|
type: 'string',
|
|
10748
10748
|
},
|
|
@@ -10752,7 +10752,7 @@ export default {
|
|
|
10752
10752
|
type: 'string',
|
|
10753
10753
|
},
|
|
10754
10754
|
device_id: {
|
|
10755
|
-
description: 'ID of the
|
|
10755
|
+
description: 'ID of the device associated with the affected access code.',
|
|
10756
10756
|
format: 'uuid',
|
|
10757
10757
|
type: 'string',
|
|
10758
10758
|
},
|
|
@@ -10771,7 +10771,7 @@ export default {
|
|
|
10771
10771
|
type: 'string',
|
|
10772
10772
|
},
|
|
10773
10773
|
workspace_id: {
|
|
10774
|
-
description: 'ID of the
|
|
10774
|
+
description: 'ID of the workspace associated with the event.',
|
|
10775
10775
|
format: 'uuid',
|
|
10776
10776
|
type: 'string',
|
|
10777
10777
|
},
|
|
@@ -10793,7 +10793,7 @@ export default {
|
|
|
10793
10793
|
description: 'An access grant was created.',
|
|
10794
10794
|
properties: {
|
|
10795
10795
|
access_grant_id: {
|
|
10796
|
-
description: 'ID of the access grant.',
|
|
10796
|
+
description: 'ID of the affected access grant.',
|
|
10797
10797
|
format: 'uuid',
|
|
10798
10798
|
type: 'string',
|
|
10799
10799
|
},
|
|
@@ -10814,7 +10814,7 @@ export default {
|
|
|
10814
10814
|
type: 'string',
|
|
10815
10815
|
},
|
|
10816
10816
|
workspace_id: {
|
|
10817
|
-
description: 'ID of the
|
|
10817
|
+
description: 'ID of the workspace associated with the event.',
|
|
10818
10818
|
format: 'uuid',
|
|
10819
10819
|
type: 'string',
|
|
10820
10820
|
},
|
|
@@ -10834,7 +10834,7 @@ export default {
|
|
|
10834
10834
|
description: 'An access grant was deleted.',
|
|
10835
10835
|
properties: {
|
|
10836
10836
|
access_grant_id: {
|
|
10837
|
-
description: 'ID of the access grant.',
|
|
10837
|
+
description: 'ID of the affected access grant.',
|
|
10838
10838
|
format: 'uuid',
|
|
10839
10839
|
type: 'string',
|
|
10840
10840
|
},
|
|
@@ -10855,7 +10855,7 @@ export default {
|
|
|
10855
10855
|
type: 'string',
|
|
10856
10856
|
},
|
|
10857
10857
|
workspace_id: {
|
|
10858
|
-
description: 'ID of the
|
|
10858
|
+
description: 'ID of the workspace associated with the event.',
|
|
10859
10859
|
format: 'uuid',
|
|
10860
10860
|
type: 'string',
|
|
10861
10861
|
},
|
|
@@ -10875,7 +10875,7 @@ export default {
|
|
|
10875
10875
|
description: 'All access requested for an access grant was successfully granted.',
|
|
10876
10876
|
properties: {
|
|
10877
10877
|
access_grant_id: {
|
|
10878
|
-
description: 'ID of the access grant.',
|
|
10878
|
+
description: 'ID of the affected access grant.',
|
|
10879
10879
|
format: 'uuid',
|
|
10880
10880
|
type: 'string',
|
|
10881
10881
|
},
|
|
@@ -10899,7 +10899,7 @@ export default {
|
|
|
10899
10899
|
type: 'string',
|
|
10900
10900
|
},
|
|
10901
10901
|
workspace_id: {
|
|
10902
|
-
description: 'ID of the
|
|
10902
|
+
description: 'ID of the workspace associated with the event.',
|
|
10903
10903
|
format: 'uuid',
|
|
10904
10904
|
type: 'string',
|
|
10905
10905
|
},
|
|
@@ -10919,12 +10919,12 @@ export default {
|
|
|
10919
10919
|
description: 'Access requested as part of an access grant to a particular door was successfully granted.',
|
|
10920
10920
|
properties: {
|
|
10921
10921
|
access_grant_id: {
|
|
10922
|
-
description: 'ID of the access grant.',
|
|
10922
|
+
description: 'ID of the affected access grant.',
|
|
10923
10923
|
format: 'uuid',
|
|
10924
10924
|
type: 'string',
|
|
10925
10925
|
},
|
|
10926
10926
|
acs_entrance_id: {
|
|
10927
|
-
description: 'ID of the
|
|
10927
|
+
description: 'ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
|
|
10928
10928
|
format: 'uuid',
|
|
10929
10929
|
type: 'string',
|
|
10930
10930
|
},
|
|
@@ -10948,7 +10948,7 @@ export default {
|
|
|
10948
10948
|
type: 'string',
|
|
10949
10949
|
},
|
|
10950
10950
|
workspace_id: {
|
|
10951
|
-
description: 'ID of the
|
|
10951
|
+
description: 'ID of the workspace associated with the event.',
|
|
10952
10952
|
format: 'uuid',
|
|
10953
10953
|
type: 'string',
|
|
10954
10954
|
},
|
|
@@ -10969,12 +10969,12 @@ export default {
|
|
|
10969
10969
|
description: 'Access to a particular door that was requested as part of an access grant was lost.',
|
|
10970
10970
|
properties: {
|
|
10971
10971
|
access_grant_id: {
|
|
10972
|
-
description: 'ID of the access grant.',
|
|
10972
|
+
description: 'ID of the affected access grant.',
|
|
10973
10973
|
format: 'uuid',
|
|
10974
10974
|
type: 'string',
|
|
10975
10975
|
},
|
|
10976
10976
|
acs_entrance_id: {
|
|
10977
|
-
description: 'ID of the
|
|
10977
|
+
description: 'ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
|
|
10978
10978
|
format: 'uuid',
|
|
10979
10979
|
type: 'string',
|
|
10980
10980
|
},
|
|
@@ -10998,7 +10998,7 @@ export default {
|
|
|
10998
10998
|
type: 'string',
|
|
10999
10999
|
},
|
|
11000
11000
|
workspace_id: {
|
|
11001
|
-
description: 'ID of the
|
|
11001
|
+
description: 'ID of the workspace associated with the event.',
|
|
11002
11002
|
format: 'uuid',
|
|
11003
11003
|
type: 'string',
|
|
11004
11004
|
},
|
|
@@ -11019,7 +11019,7 @@ export default {
|
|
|
11019
11019
|
description: 'An access method was issued.',
|
|
11020
11020
|
properties: {
|
|
11021
11021
|
access_method_id: {
|
|
11022
|
-
description: 'ID of the access method.',
|
|
11022
|
+
description: 'ID of the affected access method.',
|
|
11023
11023
|
format: 'uuid',
|
|
11024
11024
|
type: 'string',
|
|
11025
11025
|
},
|
|
@@ -11040,7 +11040,7 @@ export default {
|
|
|
11040
11040
|
type: 'string',
|
|
11041
11041
|
},
|
|
11042
11042
|
workspace_id: {
|
|
11043
|
-
description: 'ID of the
|
|
11043
|
+
description: 'ID of the workspace associated with the event.',
|
|
11044
11044
|
format: 'uuid',
|
|
11045
11045
|
type: 'string',
|
|
11046
11046
|
},
|
|
@@ -11060,7 +11060,7 @@ export default {
|
|
|
11060
11060
|
description: 'An access method was revoked.',
|
|
11061
11061
|
properties: {
|
|
11062
11062
|
access_method_id: {
|
|
11063
|
-
description: 'ID of the access method.',
|
|
11063
|
+
description: 'ID of the affected access method.',
|
|
11064
11064
|
format: 'uuid',
|
|
11065
11065
|
type: 'string',
|
|
11066
11066
|
},
|
|
@@ -11081,7 +11081,7 @@ export default {
|
|
|
11081
11081
|
type: 'string',
|
|
11082
11082
|
},
|
|
11083
11083
|
workspace_id: {
|
|
11084
|
-
description: 'ID of the
|
|
11084
|
+
description: 'ID of the workspace associated with the event.',
|
|
11085
11085
|
format: 'uuid',
|
|
11086
11086
|
type: 'string',
|
|
11087
11087
|
},
|
|
@@ -11101,7 +11101,7 @@ export default {
|
|
|
11101
11101
|
description: 'An access method representing a physical card requires encoding.',
|
|
11102
11102
|
properties: {
|
|
11103
11103
|
access_method_id: {
|
|
11104
|
-
description: 'ID of the access method.',
|
|
11104
|
+
description: 'ID of the affected access method.',
|
|
11105
11105
|
format: 'uuid',
|
|
11106
11106
|
type: 'string',
|
|
11107
11107
|
},
|
|
@@ -11125,7 +11125,7 @@ export default {
|
|
|
11125
11125
|
type: 'string',
|
|
11126
11126
|
},
|
|
11127
11127
|
workspace_id: {
|
|
11128
|
-
description: 'ID of the
|
|
11128
|
+
description: 'ID of the workspace associated with the event.',
|
|
11129
11129
|
format: 'uuid',
|
|
11130
11130
|
type: 'string',
|
|
11131
11131
|
},
|
|
@@ -11142,15 +11142,15 @@ export default {
|
|
|
11142
11142
|
'x-route-path': '/unstable_access_methods',
|
|
11143
11143
|
},
|
|
11144
11144
|
{
|
|
11145
|
-
description: 'An [
|
|
11145
|
+
description: 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
|
|
11146
11146
|
properties: {
|
|
11147
11147
|
acs_system_id: {
|
|
11148
|
-
description: 'ID of the
|
|
11148
|
+
description: 'ID of the access system.',
|
|
11149
11149
|
format: 'uuid',
|
|
11150
11150
|
type: 'string',
|
|
11151
11151
|
},
|
|
11152
11152
|
connected_account_id: {
|
|
11153
|
-
description: 'ID of the
|
|
11153
|
+
description: 'ID of the connected account.',
|
|
11154
11154
|
format: 'uuid',
|
|
11155
11155
|
type: 'string',
|
|
11156
11156
|
},
|
|
@@ -11171,7 +11171,7 @@ export default {
|
|
|
11171
11171
|
type: 'string',
|
|
11172
11172
|
},
|
|
11173
11173
|
workspace_id: {
|
|
11174
|
-
description: 'ID of the
|
|
11174
|
+
description: 'ID of the workspace associated with the event.',
|
|
11175
11175
|
format: 'uuid',
|
|
11176
11176
|
type: 'string',
|
|
11177
11177
|
},
|
|
@@ -11188,15 +11188,15 @@ export default {
|
|
|
11188
11188
|
'x-route-path': '/acs/systems',
|
|
11189
11189
|
},
|
|
11190
11190
|
{
|
|
11191
|
-
description: 'An [
|
|
11191
|
+
description: 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was added.',
|
|
11192
11192
|
properties: {
|
|
11193
11193
|
acs_system_id: {
|
|
11194
|
-
description: 'ID of the
|
|
11194
|
+
description: 'ID of the access system.',
|
|
11195
11195
|
format: 'uuid',
|
|
11196
11196
|
type: 'string',
|
|
11197
11197
|
},
|
|
11198
11198
|
connected_account_id: {
|
|
11199
|
-
description: 'ID of the
|
|
11199
|
+
description: 'ID of the connected account.',
|
|
11200
11200
|
format: 'uuid',
|
|
11201
11201
|
type: 'string',
|
|
11202
11202
|
},
|
|
@@ -11217,7 +11217,7 @@ export default {
|
|
|
11217
11217
|
type: 'string',
|
|
11218
11218
|
},
|
|
11219
11219
|
workspace_id: {
|
|
11220
|
-
description: 'ID of the
|
|
11220
|
+
description: 'ID of the workspace associated with the event.',
|
|
11221
11221
|
format: 'uuid',
|
|
11222
11222
|
type: 'string',
|
|
11223
11223
|
},
|
|
@@ -11234,15 +11234,15 @@ export default {
|
|
|
11234
11234
|
'x-route-path': '/acs/systems',
|
|
11235
11235
|
},
|
|
11236
11236
|
{
|
|
11237
|
-
description: 'An [
|
|
11237
|
+
description: 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was disconnected.',
|
|
11238
11238
|
properties: {
|
|
11239
11239
|
acs_system_id: {
|
|
11240
|
-
description: 'ID of the
|
|
11240
|
+
description: 'ID of the access system.',
|
|
11241
11241
|
format: 'uuid',
|
|
11242
11242
|
type: 'string',
|
|
11243
11243
|
},
|
|
11244
11244
|
connected_account_id: {
|
|
11245
|
-
description: 'ID of the
|
|
11245
|
+
description: 'ID of the connected account.',
|
|
11246
11246
|
format: 'uuid',
|
|
11247
11247
|
type: 'string',
|
|
11248
11248
|
},
|
|
@@ -11263,7 +11263,7 @@ export default {
|
|
|
11263
11263
|
type: 'string',
|
|
11264
11264
|
},
|
|
11265
11265
|
workspace_id: {
|
|
11266
|
-
description: 'ID of the
|
|
11266
|
+
description: 'ID of the workspace associated with the event.',
|
|
11267
11267
|
format: 'uuid',
|
|
11268
11268
|
type: 'string',
|
|
11269
11269
|
},
|
|
@@ -11282,14 +11282,18 @@ export default {
|
|
|
11282
11282
|
{
|
|
11283
11283
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was deleted.',
|
|
11284
11284
|
properties: {
|
|
11285
|
-
acs_credential_id: {
|
|
11285
|
+
acs_credential_id: {
|
|
11286
|
+
description: 'ID of the affected credential.',
|
|
11287
|
+
format: 'uuid',
|
|
11288
|
+
type: 'string',
|
|
11289
|
+
},
|
|
11286
11290
|
acs_system_id: {
|
|
11287
|
-
description: 'ID of the
|
|
11291
|
+
description: 'ID of the access system.',
|
|
11288
11292
|
format: 'uuid',
|
|
11289
11293
|
type: 'string',
|
|
11290
11294
|
},
|
|
11291
11295
|
connected_account_id: {
|
|
11292
|
-
description: 'ID of the
|
|
11296
|
+
description: 'ID of the connected account.',
|
|
11293
11297
|
format: 'uuid',
|
|
11294
11298
|
type: 'string',
|
|
11295
11299
|
},
|
|
@@ -11310,7 +11314,7 @@ export default {
|
|
|
11310
11314
|
type: 'string',
|
|
11311
11315
|
},
|
|
11312
11316
|
workspace_id: {
|
|
11313
|
-
description: 'ID of the
|
|
11317
|
+
description: 'ID of the workspace associated with the event.',
|
|
11314
11318
|
format: 'uuid',
|
|
11315
11319
|
type: 'string',
|
|
11316
11320
|
},
|
|
@@ -11330,14 +11334,18 @@ export default {
|
|
|
11330
11334
|
{
|
|
11331
11335
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.',
|
|
11332
11336
|
properties: {
|
|
11333
|
-
acs_credential_id: {
|
|
11337
|
+
acs_credential_id: {
|
|
11338
|
+
description: 'ID of the affected credential.',
|
|
11339
|
+
format: 'uuid',
|
|
11340
|
+
type: 'string',
|
|
11341
|
+
},
|
|
11334
11342
|
acs_system_id: {
|
|
11335
|
-
description: 'ID of the
|
|
11343
|
+
description: 'ID of the access system.',
|
|
11336
11344
|
format: 'uuid',
|
|
11337
11345
|
type: 'string',
|
|
11338
11346
|
},
|
|
11339
11347
|
connected_account_id: {
|
|
11340
|
-
description: 'ID of the
|
|
11348
|
+
description: 'ID of the connected account.',
|
|
11341
11349
|
format: 'uuid',
|
|
11342
11350
|
type: 'string',
|
|
11343
11351
|
},
|
|
@@ -11358,7 +11366,7 @@ export default {
|
|
|
11358
11366
|
type: 'string',
|
|
11359
11367
|
},
|
|
11360
11368
|
workspace_id: {
|
|
11361
|
-
description: 'ID of the
|
|
11369
|
+
description: 'ID of the workspace associated with the event.',
|
|
11362
11370
|
format: 'uuid',
|
|
11363
11371
|
type: 'string',
|
|
11364
11372
|
},
|
|
@@ -11378,14 +11386,18 @@ export default {
|
|
|
11378
11386
|
{
|
|
11379
11387
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
|
|
11380
11388
|
properties: {
|
|
11381
|
-
acs_credential_id: {
|
|
11389
|
+
acs_credential_id: {
|
|
11390
|
+
description: 'ID of the affected credential.',
|
|
11391
|
+
format: 'uuid',
|
|
11392
|
+
type: 'string',
|
|
11393
|
+
},
|
|
11382
11394
|
acs_system_id: {
|
|
11383
|
-
description: 'ID of the
|
|
11395
|
+
description: 'ID of the access system.',
|
|
11384
11396
|
format: 'uuid',
|
|
11385
11397
|
type: 'string',
|
|
11386
11398
|
},
|
|
11387
11399
|
connected_account_id: {
|
|
11388
|
-
description: 'ID of the
|
|
11400
|
+
description: 'ID of the connected account.',
|
|
11389
11401
|
format: 'uuid',
|
|
11390
11402
|
type: 'string',
|
|
11391
11403
|
},
|
|
@@ -11406,7 +11418,7 @@ export default {
|
|
|
11406
11418
|
type: 'string',
|
|
11407
11419
|
},
|
|
11408
11420
|
workspace_id: {
|
|
11409
|
-
description: 'ID of the
|
|
11421
|
+
description: 'ID of the workspace associated with the event.',
|
|
11410
11422
|
format: 'uuid',
|
|
11411
11423
|
type: 'string',
|
|
11412
11424
|
},
|
|
@@ -11426,14 +11438,18 @@ export default {
|
|
|
11426
11438
|
{
|
|
11427
11439
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.',
|
|
11428
11440
|
properties: {
|
|
11429
|
-
acs_credential_id: {
|
|
11441
|
+
acs_credential_id: {
|
|
11442
|
+
description: 'ID of the affected credential.',
|
|
11443
|
+
format: 'uuid',
|
|
11444
|
+
type: 'string',
|
|
11445
|
+
},
|
|
11430
11446
|
acs_system_id: {
|
|
11431
|
-
description: 'ID of the
|
|
11447
|
+
description: 'ID of the access system.',
|
|
11432
11448
|
format: 'uuid',
|
|
11433
11449
|
type: 'string',
|
|
11434
11450
|
},
|
|
11435
11451
|
connected_account_id: {
|
|
11436
|
-
description: 'ID of the
|
|
11452
|
+
description: 'ID of the connected account.',
|
|
11437
11453
|
format: 'uuid',
|
|
11438
11454
|
type: 'string',
|
|
11439
11455
|
},
|
|
@@ -11457,7 +11473,7 @@ export default {
|
|
|
11457
11473
|
type: 'string',
|
|
11458
11474
|
},
|
|
11459
11475
|
workspace_id: {
|
|
11460
|
-
description: 'ID of the
|
|
11476
|
+
description: 'ID of the workspace associated with the event.',
|
|
11461
11477
|
format: 'uuid',
|
|
11462
11478
|
type: 'string',
|
|
11463
11479
|
},
|
|
@@ -11475,16 +11491,16 @@ export default {
|
|
|
11475
11491
|
'x-route-path': '/acs/credentials',
|
|
11476
11492
|
},
|
|
11477
11493
|
{
|
|
11478
|
-
description: 'An [
|
|
11494
|
+
description: 'An [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
|
|
11479
11495
|
properties: {
|
|
11480
11496
|
acs_system_id: {
|
|
11481
|
-
description: 'ID of the
|
|
11497
|
+
description: 'ID of the access system.',
|
|
11482
11498
|
format: 'uuid',
|
|
11483
11499
|
type: 'string',
|
|
11484
11500
|
},
|
|
11485
11501
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
11486
11502
|
connected_account_id: {
|
|
11487
|
-
description: 'ID of the
|
|
11503
|
+
description: 'ID of the connected account.',
|
|
11488
11504
|
format: 'uuid',
|
|
11489
11505
|
type: 'string',
|
|
11490
11506
|
},
|
|
@@ -11505,7 +11521,7 @@ export default {
|
|
|
11505
11521
|
type: 'string',
|
|
11506
11522
|
},
|
|
11507
11523
|
workspace_id: {
|
|
11508
|
-
description: 'ID of the
|
|
11524
|
+
description: 'ID of the workspace associated with the event.',
|
|
11509
11525
|
format: 'uuid',
|
|
11510
11526
|
type: 'string',
|
|
11511
11527
|
},
|
|
@@ -11523,16 +11539,16 @@ export default {
|
|
|
11523
11539
|
'x-route-path': '/acs/users',
|
|
11524
11540
|
},
|
|
11525
11541
|
{
|
|
11526
|
-
description: 'An [
|
|
11542
|
+
description: 'An [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
|
|
11527
11543
|
properties: {
|
|
11528
11544
|
acs_system_id: {
|
|
11529
|
-
description: 'ID of the
|
|
11545
|
+
description: 'ID of the access system.',
|
|
11530
11546
|
format: 'uuid',
|
|
11531
11547
|
type: 'string',
|
|
11532
11548
|
},
|
|
11533
11549
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
11534
11550
|
connected_account_id: {
|
|
11535
|
-
description: 'ID of the
|
|
11551
|
+
description: 'ID of the connected account.',
|
|
11536
11552
|
format: 'uuid',
|
|
11537
11553
|
type: 'string',
|
|
11538
11554
|
},
|
|
@@ -11553,7 +11569,7 @@ export default {
|
|
|
11553
11569
|
type: 'string',
|
|
11554
11570
|
},
|
|
11555
11571
|
workspace_id: {
|
|
11556
|
-
description: 'ID of the
|
|
11572
|
+
description: 'ID of the workspace associated with the event.',
|
|
11557
11573
|
format: 'uuid',
|
|
11558
11574
|
type: 'string',
|
|
11559
11575
|
},
|
|
@@ -11574,17 +11590,17 @@ export default {
|
|
|
11574
11590
|
description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was added.',
|
|
11575
11591
|
properties: {
|
|
11576
11592
|
acs_encoder_id: {
|
|
11577
|
-
description: 'ID of the
|
|
11593
|
+
description: 'ID of the affected encoder.',
|
|
11578
11594
|
format: 'uuid',
|
|
11579
11595
|
type: 'string',
|
|
11580
11596
|
},
|
|
11581
11597
|
acs_system_id: {
|
|
11582
|
-
description: 'ID of the
|
|
11598
|
+
description: 'ID of the access system.',
|
|
11583
11599
|
format: 'uuid',
|
|
11584
11600
|
type: 'string',
|
|
11585
11601
|
},
|
|
11586
11602
|
connected_account_id: {
|
|
11587
|
-
description: 'ID of the
|
|
11603
|
+
description: 'ID of the connected account.',
|
|
11588
11604
|
format: 'uuid',
|
|
11589
11605
|
type: 'string',
|
|
11590
11606
|
},
|
|
@@ -11605,7 +11621,7 @@ export default {
|
|
|
11605
11621
|
type: 'string',
|
|
11606
11622
|
},
|
|
11607
11623
|
workspace_id: {
|
|
11608
|
-
description: 'ID of the
|
|
11624
|
+
description: 'ID of the workspace associated with the event.',
|
|
11609
11625
|
format: 'uuid',
|
|
11610
11626
|
type: 'string',
|
|
11611
11627
|
},
|
|
@@ -11626,17 +11642,17 @@ export default {
|
|
|
11626
11642
|
description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was removed.',
|
|
11627
11643
|
properties: {
|
|
11628
11644
|
acs_encoder_id: {
|
|
11629
|
-
description: 'ID of the
|
|
11645
|
+
description: 'ID of the affected encoder.',
|
|
11630
11646
|
format: 'uuid',
|
|
11631
11647
|
type: 'string',
|
|
11632
11648
|
},
|
|
11633
11649
|
acs_system_id: {
|
|
11634
|
-
description: 'ID of the
|
|
11650
|
+
description: 'ID of the access system.',
|
|
11635
11651
|
format: 'uuid',
|
|
11636
11652
|
type: 'string',
|
|
11637
11653
|
},
|
|
11638
11654
|
connected_account_id: {
|
|
11639
|
-
description: 'ID of the
|
|
11655
|
+
description: 'ID of the connected account.',
|
|
11640
11656
|
format: 'uuid',
|
|
11641
11657
|
type: 'string',
|
|
11642
11658
|
},
|
|
@@ -11657,7 +11673,7 @@ export default {
|
|
|
11657
11673
|
type: 'string',
|
|
11658
11674
|
},
|
|
11659
11675
|
workspace_id: {
|
|
11660
|
-
description: 'ID of the
|
|
11676
|
+
description: 'ID of the workspace associated with the event.',
|
|
11661
11677
|
format: 'uuid',
|
|
11662
11678
|
type: 'string',
|
|
11663
11679
|
},
|
|
@@ -11677,14 +11693,18 @@ export default {
|
|
|
11677
11693
|
{
|
|
11678
11694
|
description: 'An ACS access group was deleted.',
|
|
11679
11695
|
properties: {
|
|
11680
|
-
acs_access_group_id: {
|
|
11696
|
+
acs_access_group_id: {
|
|
11697
|
+
description: 'ID of the affected access group.',
|
|
11698
|
+
format: 'uuid',
|
|
11699
|
+
type: 'string',
|
|
11700
|
+
},
|
|
11681
11701
|
acs_system_id: {
|
|
11682
|
-
description: 'ID of the
|
|
11702
|
+
description: 'ID of the access system.',
|
|
11683
11703
|
format: 'uuid',
|
|
11684
11704
|
type: 'string',
|
|
11685
11705
|
},
|
|
11686
11706
|
connected_account_id: {
|
|
11687
|
-
description: 'ID of the
|
|
11707
|
+
description: 'ID of the connected account.',
|
|
11688
11708
|
format: 'uuid',
|
|
11689
11709
|
type: 'string',
|
|
11690
11710
|
},
|
|
@@ -11708,7 +11728,7 @@ export default {
|
|
|
11708
11728
|
type: 'string',
|
|
11709
11729
|
},
|
|
11710
11730
|
workspace_id: {
|
|
11711
|
-
description: 'ID of the
|
|
11731
|
+
description: 'ID of the workspace associated with the event.',
|
|
11712
11732
|
format: 'uuid',
|
|
11713
11733
|
type: 'string',
|
|
11714
11734
|
},
|
|
@@ -11730,12 +11750,12 @@ export default {
|
|
|
11730
11750
|
properties: {
|
|
11731
11751
|
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
11732
11752
|
acs_system_id: {
|
|
11733
|
-
description: 'ID of the
|
|
11753
|
+
description: 'ID of the access system.',
|
|
11734
11754
|
format: 'uuid',
|
|
11735
11755
|
type: 'string',
|
|
11736
11756
|
},
|
|
11737
11757
|
connected_account_id: {
|
|
11738
|
-
description: 'ID of the
|
|
11758
|
+
description: 'ID of the connected account.',
|
|
11739
11759
|
format: 'uuid',
|
|
11740
11760
|
type: 'string',
|
|
11741
11761
|
},
|
|
@@ -11756,7 +11776,7 @@ export default {
|
|
|
11756
11776
|
type: 'string',
|
|
11757
11777
|
},
|
|
11758
11778
|
workspace_id: {
|
|
11759
|
-
description: 'ID of the
|
|
11779
|
+
description: 'ID of the workspace associated with the event.',
|
|
11760
11780
|
format: 'uuid',
|
|
11761
11781
|
type: 'string',
|
|
11762
11782
|
},
|
|
@@ -11778,12 +11798,12 @@ export default {
|
|
|
11778
11798
|
properties: {
|
|
11779
11799
|
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
11780
11800
|
acs_system_id: {
|
|
11781
|
-
description: 'ID of the
|
|
11801
|
+
description: 'ID of the access system.',
|
|
11782
11802
|
format: 'uuid',
|
|
11783
11803
|
type: 'string',
|
|
11784
11804
|
},
|
|
11785
11805
|
connected_account_id: {
|
|
11786
|
-
description: 'ID of the
|
|
11806
|
+
description: 'ID of the connected account.',
|
|
11787
11807
|
format: 'uuid',
|
|
11788
11808
|
type: 'string',
|
|
11789
11809
|
},
|
|
@@ -11804,7 +11824,7 @@ export default {
|
|
|
11804
11824
|
type: 'string',
|
|
11805
11825
|
},
|
|
11806
11826
|
workspace_id: {
|
|
11807
|
-
description: 'ID of the
|
|
11827
|
+
description: 'ID of the workspace associated with the event.',
|
|
11808
11828
|
format: 'uuid',
|
|
11809
11829
|
type: 'string',
|
|
11810
11830
|
},
|
|
@@ -11825,7 +11845,7 @@ export default {
|
|
|
11825
11845
|
description: 'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
11826
11846
|
properties: {
|
|
11827
11847
|
client_session_id: {
|
|
11828
|
-
description: 'ID of the
|
|
11848
|
+
description: 'ID of the affected client session.',
|
|
11829
11849
|
format: 'uuid',
|
|
11830
11850
|
type: 'string',
|
|
11831
11851
|
},
|
|
@@ -11846,7 +11866,7 @@ export default {
|
|
|
11846
11866
|
type: 'string',
|
|
11847
11867
|
},
|
|
11848
11868
|
workspace_id: {
|
|
11849
|
-
description: 'ID of the
|
|
11869
|
+
description: 'ID of the workspace associated with the event.',
|
|
11850
11870
|
format: 'uuid',
|
|
11851
11871
|
type: 'string',
|
|
11852
11872
|
},
|
|
@@ -11866,12 +11886,12 @@ export default {
|
|
|
11866
11886
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was connected for the first time or was reconnected after being disconnected.',
|
|
11867
11887
|
properties: {
|
|
11868
11888
|
connect_webview_id: {
|
|
11869
|
-
description: 'ID of the
|
|
11889
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
11870
11890
|
format: 'uuid',
|
|
11871
11891
|
type: 'string',
|
|
11872
11892
|
},
|
|
11873
11893
|
connected_account_id: {
|
|
11874
|
-
description: 'ID of the
|
|
11894
|
+
description: 'ID of the affected connected account.',
|
|
11875
11895
|
format: 'uuid',
|
|
11876
11896
|
type: 'string',
|
|
11877
11897
|
},
|
|
@@ -11895,7 +11915,7 @@ export default {
|
|
|
11895
11915
|
type: 'string',
|
|
11896
11916
|
},
|
|
11897
11917
|
workspace_id: {
|
|
11898
|
-
description: 'ID of the
|
|
11918
|
+
description: 'ID of the workspace associated with the event.',
|
|
11899
11919
|
format: 'uuid',
|
|
11900
11920
|
type: 'string',
|
|
11901
11921
|
},
|
|
@@ -11916,12 +11936,12 @@ export default {
|
|
|
11916
11936
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was created.',
|
|
11917
11937
|
properties: {
|
|
11918
11938
|
connect_webview_id: {
|
|
11919
|
-
description: 'ID of the
|
|
11939
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
11920
11940
|
format: 'uuid',
|
|
11921
11941
|
type: 'string',
|
|
11922
11942
|
},
|
|
11923
11943
|
connected_account_id: {
|
|
11924
|
-
description: 'ID of the
|
|
11944
|
+
description: 'ID of the affected connected account.',
|
|
11925
11945
|
format: 'uuid',
|
|
11926
11946
|
type: 'string',
|
|
11927
11947
|
},
|
|
@@ -11945,7 +11965,7 @@ export default {
|
|
|
11945
11965
|
type: 'string',
|
|
11946
11966
|
},
|
|
11947
11967
|
workspace_id: {
|
|
11948
|
-
description: 'ID of the
|
|
11968
|
+
description: 'ID of the workspace associated with the event.',
|
|
11949
11969
|
format: 'uuid',
|
|
11950
11970
|
type: 'string',
|
|
11951
11971
|
},
|
|
@@ -11967,12 +11987,12 @@ export default {
|
|
|
11967
11987
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) had a successful login using a [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
|
|
11968
11988
|
properties: {
|
|
11969
11989
|
connect_webview_id: {
|
|
11970
|
-
description: 'ID of the
|
|
11990
|
+
description: 'ID of the Connect Webview associated with the event.',
|
|
11971
11991
|
format: 'uuid',
|
|
11972
11992
|
type: 'string',
|
|
11973
11993
|
},
|
|
11974
11994
|
connected_account_id: {
|
|
11975
|
-
description: 'ID of the
|
|
11995
|
+
description: 'ID of the affected connected account.',
|
|
11976
11996
|
format: 'uuid',
|
|
11977
11997
|
type: 'string',
|
|
11978
11998
|
},
|
|
@@ -11996,7 +12016,7 @@ export default {
|
|
|
11996
12016
|
type: 'string',
|
|
11997
12017
|
},
|
|
11998
12018
|
workspace_id: {
|
|
11999
|
-
description: 'ID of the
|
|
12019
|
+
description: 'ID of the workspace associated with the event.',
|
|
12000
12020
|
format: 'uuid',
|
|
12001
12021
|
type: 'string',
|
|
12002
12022
|
},
|
|
@@ -12018,7 +12038,7 @@ export default {
|
|
|
12018
12038
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was disconnected.',
|
|
12019
12039
|
properties: {
|
|
12020
12040
|
connected_account_id: {
|
|
12021
|
-
description: 'ID of the
|
|
12041
|
+
description: 'ID of the affected connected account.',
|
|
12022
12042
|
format: 'uuid',
|
|
12023
12043
|
type: 'string',
|
|
12024
12044
|
},
|
|
@@ -12042,7 +12062,7 @@ export default {
|
|
|
12042
12062
|
type: 'string',
|
|
12043
12063
|
},
|
|
12044
12064
|
workspace_id: {
|
|
12045
|
-
description: 'ID of the
|
|
12065
|
+
description: 'ID of the workspace associated with the event.',
|
|
12046
12066
|
format: 'uuid',
|
|
12047
12067
|
type: 'string',
|
|
12048
12068
|
},
|
|
@@ -12062,7 +12082,7 @@ export default {
|
|
|
12062
12082
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
12063
12083
|
properties: {
|
|
12064
12084
|
connected_account_id: {
|
|
12065
|
-
description: 'ID of the
|
|
12085
|
+
description: 'ID of the affected connected account.',
|
|
12066
12086
|
format: 'uuid',
|
|
12067
12087
|
type: 'string',
|
|
12068
12088
|
},
|
|
@@ -12086,7 +12106,7 @@ export default {
|
|
|
12086
12106
|
type: 'string',
|
|
12087
12107
|
},
|
|
12088
12108
|
workspace_id: {
|
|
12089
|
-
description: 'ID of the
|
|
12109
|
+
description: 'ID of the workspace associated with the event.',
|
|
12090
12110
|
format: 'uuid',
|
|
12091
12111
|
type: 'string',
|
|
12092
12112
|
},
|
|
@@ -12106,7 +12126,7 @@ export default {
|
|
|
12106
12126
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was deleted.',
|
|
12107
12127
|
properties: {
|
|
12108
12128
|
connected_account_id: {
|
|
12109
|
-
description: 'ID of the
|
|
12129
|
+
description: 'ID of the affected connected account.',
|
|
12110
12130
|
format: 'uuid',
|
|
12111
12131
|
type: 'string',
|
|
12112
12132
|
},
|
|
@@ -12130,7 +12150,7 @@ export default {
|
|
|
12130
12150
|
type: 'string',
|
|
12131
12151
|
},
|
|
12132
12152
|
workspace_id: {
|
|
12133
|
-
description: 'ID of the
|
|
12153
|
+
description: 'ID of the workspace associated with the event.',
|
|
12134
12154
|
format: 'uuid',
|
|
12135
12155
|
type: 'string',
|
|
12136
12156
|
},
|
|
@@ -12150,7 +12170,7 @@ export default {
|
|
|
12150
12170
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
12151
12171
|
properties: {
|
|
12152
12172
|
connected_account_id: {
|
|
12153
|
-
description: 'ID of the
|
|
12173
|
+
description: 'ID of the affected connected account.',
|
|
12154
12174
|
format: 'uuid',
|
|
12155
12175
|
type: 'string',
|
|
12156
12176
|
},
|
|
@@ -12176,7 +12196,7 @@ export default {
|
|
|
12176
12196
|
type: 'string',
|
|
12177
12197
|
},
|
|
12178
12198
|
workspace_id: {
|
|
12179
|
-
description: 'ID of the
|
|
12199
|
+
description: 'ID of the workspace associated with the event.',
|
|
12180
12200
|
format: 'uuid',
|
|
12181
12201
|
type: 'string',
|
|
12182
12202
|
},
|
|
@@ -12196,11 +12216,14 @@ export default {
|
|
|
12196
12216
|
description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
|
|
12197
12217
|
properties: {
|
|
12198
12218
|
action_attempt_id: {
|
|
12199
|
-
description: 'ID of the
|
|
12219
|
+
description: 'ID of the affected action attempt.',
|
|
12200
12220
|
format: 'uuid',
|
|
12201
12221
|
type: 'string',
|
|
12202
12222
|
},
|
|
12203
|
-
action_type: {
|
|
12223
|
+
action_type: {
|
|
12224
|
+
description: 'Type of the action.',
|
|
12225
|
+
type: 'string',
|
|
12226
|
+
},
|
|
12204
12227
|
created_at: {
|
|
12205
12228
|
description: 'Date and time at which the event was created.',
|
|
12206
12229
|
format: 'date-time',
|
|
@@ -12222,7 +12245,7 @@ export default {
|
|
|
12222
12245
|
},
|
|
12223
12246
|
status: { description: 'Status of the action.', type: 'string' },
|
|
12224
12247
|
workspace_id: {
|
|
12225
|
-
description: 'ID of the
|
|
12248
|
+
description: 'ID of the workspace associated with the event.',
|
|
12226
12249
|
format: 'uuid',
|
|
12227
12250
|
type: 'string',
|
|
12228
12251
|
},
|
|
@@ -12244,11 +12267,14 @@ export default {
|
|
|
12244
12267
|
description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
|
|
12245
12268
|
properties: {
|
|
12246
12269
|
action_attempt_id: {
|
|
12247
|
-
description: 'ID of the
|
|
12270
|
+
description: 'ID of the affected action attempt.',
|
|
12248
12271
|
format: 'uuid',
|
|
12249
12272
|
type: 'string',
|
|
12250
12273
|
},
|
|
12251
|
-
action_type: {
|
|
12274
|
+
action_type: {
|
|
12275
|
+
description: 'Type of the action.',
|
|
12276
|
+
type: 'string',
|
|
12277
|
+
},
|
|
12252
12278
|
created_at: {
|
|
12253
12279
|
description: 'Date and time at which the event was created.',
|
|
12254
12280
|
format: 'date-time',
|
|
@@ -12270,7 +12296,7 @@ export default {
|
|
|
12270
12296
|
},
|
|
12271
12297
|
status: { description: 'Status of the action.', type: 'string' },
|
|
12272
12298
|
workspace_id: {
|
|
12273
|
-
description: 'ID of the
|
|
12299
|
+
description: 'ID of the workspace associated with the event.',
|
|
12274
12300
|
format: 'uuid',
|
|
12275
12301
|
type: 'string',
|
|
12276
12302
|
},
|
|
@@ -12292,11 +12318,14 @@ export default {
|
|
|
12292
12318
|
description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
|
|
12293
12319
|
properties: {
|
|
12294
12320
|
action_attempt_id: {
|
|
12295
|
-
description: 'ID of the
|
|
12321
|
+
description: 'ID of the affected action attempt.',
|
|
12296
12322
|
format: 'uuid',
|
|
12297
12323
|
type: 'string',
|
|
12298
12324
|
},
|
|
12299
|
-
action_type: {
|
|
12325
|
+
action_type: {
|
|
12326
|
+
description: 'Type of the action.',
|
|
12327
|
+
type: 'string',
|
|
12328
|
+
},
|
|
12300
12329
|
created_at: {
|
|
12301
12330
|
description: 'Date and time at which the event was created.',
|
|
12302
12331
|
format: 'date-time',
|
|
@@ -12318,7 +12347,7 @@ export default {
|
|
|
12318
12347
|
},
|
|
12319
12348
|
status: { description: 'Status of the action.', type: 'string' },
|
|
12320
12349
|
workspace_id: {
|
|
12321
|
-
description: 'ID of the
|
|
12350
|
+
description: 'ID of the workspace associated with the event.',
|
|
12322
12351
|
format: 'uuid',
|
|
12323
12352
|
type: 'string',
|
|
12324
12353
|
},
|
|
@@ -12340,11 +12369,14 @@ export default {
|
|
|
12340
12369
|
description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
|
|
12341
12370
|
properties: {
|
|
12342
12371
|
action_attempt_id: {
|
|
12343
|
-
description: 'ID of the
|
|
12372
|
+
description: 'ID of the affected action attempt.',
|
|
12344
12373
|
format: 'uuid',
|
|
12345
12374
|
type: 'string',
|
|
12346
12375
|
},
|
|
12347
|
-
action_type: {
|
|
12376
|
+
action_type: {
|
|
12377
|
+
description: 'Type of the action.',
|
|
12378
|
+
type: 'string',
|
|
12379
|
+
},
|
|
12348
12380
|
created_at: {
|
|
12349
12381
|
description: 'Date and time at which the event was created.',
|
|
12350
12382
|
format: 'date-time',
|
|
@@ -12366,7 +12398,7 @@ export default {
|
|
|
12366
12398
|
},
|
|
12367
12399
|
status: { description: 'Status of the action.', type: 'string' },
|
|
12368
12400
|
workspace_id: {
|
|
12369
|
-
description: 'ID of the
|
|
12401
|
+
description: 'ID of the workspace associated with the event.',
|
|
12370
12402
|
format: 'uuid',
|
|
12371
12403
|
type: 'string',
|
|
12372
12404
|
},
|
|
@@ -12388,12 +12420,12 @@ export default {
|
|
|
12388
12420
|
description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.',
|
|
12389
12421
|
properties: {
|
|
12390
12422
|
connect_webview_id: {
|
|
12391
|
-
description: 'ID of the
|
|
12423
|
+
description: 'ID of the affected Connect Webview.',
|
|
12392
12424
|
format: 'uuid',
|
|
12393
12425
|
type: 'string',
|
|
12394
12426
|
},
|
|
12395
12427
|
connected_account_id: {
|
|
12396
|
-
description: 'ID of the
|
|
12428
|
+
description: 'ID of the connected account associated with the event.',
|
|
12397
12429
|
format: 'uuid',
|
|
12398
12430
|
type: 'string',
|
|
12399
12431
|
},
|
|
@@ -12417,7 +12449,7 @@ export default {
|
|
|
12417
12449
|
type: 'string',
|
|
12418
12450
|
},
|
|
12419
12451
|
workspace_id: {
|
|
12420
|
-
description: 'ID of the
|
|
12452
|
+
description: 'ID of the workspace associated with the event.',
|
|
12421
12453
|
format: 'uuid',
|
|
12422
12454
|
type: 'string',
|
|
12423
12455
|
},
|
|
@@ -12438,7 +12470,7 @@ export default {
|
|
|
12438
12470
|
description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.',
|
|
12439
12471
|
properties: {
|
|
12440
12472
|
connect_webview_id: {
|
|
12441
|
-
description: 'ID of the
|
|
12473
|
+
description: 'ID of the affected Connect Webview.',
|
|
12442
12474
|
format: 'uuid',
|
|
12443
12475
|
type: 'string',
|
|
12444
12476
|
},
|
|
@@ -12462,7 +12494,7 @@ export default {
|
|
|
12462
12494
|
type: 'string',
|
|
12463
12495
|
},
|
|
12464
12496
|
workspace_id: {
|
|
12465
|
-
description: 'ID of the
|
|
12497
|
+
description: 'ID of the workspace associated with the event.',
|
|
12466
12498
|
format: 'uuid',
|
|
12467
12499
|
type: 'string',
|
|
12468
12500
|
},
|
|
@@ -12482,7 +12514,7 @@ export default {
|
|
|
12482
12514
|
description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.',
|
|
12483
12515
|
properties: {
|
|
12484
12516
|
connected_account_id: {
|
|
12485
|
-
description: 'ID of the
|
|
12517
|
+
description: 'ID of the connected account associated with the event.',
|
|
12486
12518
|
format: 'uuid',
|
|
12487
12519
|
type: 'string',
|
|
12488
12520
|
},
|
|
@@ -12492,7 +12524,7 @@ export default {
|
|
|
12492
12524
|
type: 'string',
|
|
12493
12525
|
},
|
|
12494
12526
|
device_id: {
|
|
12495
|
-
description: 'ID of the device.',
|
|
12527
|
+
description: 'ID of the affected device.',
|
|
12496
12528
|
format: 'uuid',
|
|
12497
12529
|
type: 'string',
|
|
12498
12530
|
},
|
|
@@ -12508,7 +12540,7 @@ export default {
|
|
|
12508
12540
|
type: 'string',
|
|
12509
12541
|
},
|
|
12510
12542
|
workspace_id: {
|
|
12511
|
-
description: 'ID of the
|
|
12543
|
+
description: 'ID of the workspace associated with the event.',
|
|
12512
12544
|
format: 'uuid',
|
|
12513
12545
|
type: 'string',
|
|
12514
12546
|
},
|
|
@@ -12529,7 +12561,7 @@ export default {
|
|
|
12529
12561
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was added to Seam or was re-added to Seam after having been removed.',
|
|
12530
12562
|
properties: {
|
|
12531
12563
|
connected_account_id: {
|
|
12532
|
-
description: 'ID of the
|
|
12564
|
+
description: 'ID of the connected account associated with the event.',
|
|
12533
12565
|
format: 'uuid',
|
|
12534
12566
|
type: 'string',
|
|
12535
12567
|
},
|
|
@@ -12539,7 +12571,7 @@ export default {
|
|
|
12539
12571
|
type: 'string',
|
|
12540
12572
|
},
|
|
12541
12573
|
device_id: {
|
|
12542
|
-
description: 'ID of the device.',
|
|
12574
|
+
description: 'ID of the affected device.',
|
|
12543
12575
|
format: 'uuid',
|
|
12544
12576
|
type: 'string',
|
|
12545
12577
|
},
|
|
@@ -12555,7 +12587,7 @@ export default {
|
|
|
12555
12587
|
type: 'string',
|
|
12556
12588
|
},
|
|
12557
12589
|
workspace_id: {
|
|
12558
|
-
description: 'ID of the
|
|
12590
|
+
description: 'ID of the workspace associated with the event.',
|
|
12559
12591
|
format: 'uuid',
|
|
12560
12592
|
type: 'string',
|
|
12561
12593
|
},
|
|
@@ -12576,7 +12608,7 @@ export default {
|
|
|
12576
12608
|
description: 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
12577
12609
|
properties: {
|
|
12578
12610
|
connected_account_id: {
|
|
12579
|
-
description: 'ID of the
|
|
12611
|
+
description: 'ID of the connected account associated with the event.',
|
|
12580
12612
|
format: 'uuid',
|
|
12581
12613
|
type: 'string',
|
|
12582
12614
|
},
|
|
@@ -12586,7 +12618,7 @@ export default {
|
|
|
12586
12618
|
type: 'string',
|
|
12587
12619
|
},
|
|
12588
12620
|
device_id: {
|
|
12589
|
-
description: 'ID of the device.',
|
|
12621
|
+
description: 'ID of the affected device.',
|
|
12590
12622
|
format: 'uuid',
|
|
12591
12623
|
type: 'string',
|
|
12592
12624
|
},
|
|
@@ -12605,7 +12637,7 @@ export default {
|
|
|
12605
12637
|
type: 'string',
|
|
12606
12638
|
},
|
|
12607
12639
|
workspace_id: {
|
|
12608
|
-
description: 'ID of the
|
|
12640
|
+
description: 'ID of the workspace associated with the event.',
|
|
12609
12641
|
format: 'uuid',
|
|
12610
12642
|
type: 'string',
|
|
12611
12643
|
},
|
|
@@ -12626,7 +12658,7 @@ export default {
|
|
|
12626
12658
|
description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
|
|
12627
12659
|
properties: {
|
|
12628
12660
|
connected_account_id: {
|
|
12629
|
-
description: 'ID of the
|
|
12661
|
+
description: 'ID of the connected account associated with the event.',
|
|
12630
12662
|
format: 'uuid',
|
|
12631
12663
|
type: 'string',
|
|
12632
12664
|
},
|
|
@@ -12636,7 +12668,7 @@ export default {
|
|
|
12636
12668
|
type: 'string',
|
|
12637
12669
|
},
|
|
12638
12670
|
device_id: {
|
|
12639
|
-
description: 'ID of the device.',
|
|
12671
|
+
description: 'ID of the affected device.',
|
|
12640
12672
|
format: 'uuid',
|
|
12641
12673
|
type: 'string',
|
|
12642
12674
|
},
|
|
@@ -12655,7 +12687,7 @@ export default {
|
|
|
12655
12687
|
type: 'string',
|
|
12656
12688
|
},
|
|
12657
12689
|
workspace_id: {
|
|
12658
|
-
description: 'ID of the
|
|
12690
|
+
description: 'ID of the workspace associated with the event.',
|
|
12659
12691
|
format: 'uuid',
|
|
12660
12692
|
type: 'string',
|
|
12661
12693
|
},
|
|
@@ -12676,7 +12708,7 @@ export default {
|
|
|
12676
12708
|
description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`.',
|
|
12677
12709
|
properties: {
|
|
12678
12710
|
connected_account_id: {
|
|
12679
|
-
description: 'ID of the
|
|
12711
|
+
description: 'ID of the connected account associated with the event.',
|
|
12680
12712
|
format: 'uuid',
|
|
12681
12713
|
type: 'string',
|
|
12682
12714
|
},
|
|
@@ -12686,7 +12718,7 @@ export default {
|
|
|
12686
12718
|
type: 'string',
|
|
12687
12719
|
},
|
|
12688
12720
|
device_id: {
|
|
12689
|
-
description: 'ID of the device.',
|
|
12721
|
+
description: 'ID of the affected device.',
|
|
12690
12722
|
format: 'uuid',
|
|
12691
12723
|
type: 'string',
|
|
12692
12724
|
},
|
|
@@ -12705,7 +12737,7 @@ export default {
|
|
|
12705
12737
|
type: 'string',
|
|
12706
12738
|
},
|
|
12707
12739
|
workspace_id: {
|
|
12708
|
-
description: 'ID of the
|
|
12740
|
+
description: 'ID of the workspace associated with the event.',
|
|
12709
12741
|
format: 'uuid',
|
|
12710
12742
|
type: 'string',
|
|
12711
12743
|
},
|
|
@@ -12726,7 +12758,7 @@ export default {
|
|
|
12726
12758
|
description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
12727
12759
|
properties: {
|
|
12728
12760
|
connected_account_id: {
|
|
12729
|
-
description: 'ID of the
|
|
12761
|
+
description: 'ID of the connected account associated with the event.',
|
|
12730
12762
|
format: 'uuid',
|
|
12731
12763
|
type: 'string',
|
|
12732
12764
|
},
|
|
@@ -12736,7 +12768,7 @@ export default {
|
|
|
12736
12768
|
type: 'string',
|
|
12737
12769
|
},
|
|
12738
12770
|
device_id: {
|
|
12739
|
-
description: 'ID of the device.',
|
|
12771
|
+
description: 'ID of the affected device.',
|
|
12740
12772
|
format: 'uuid',
|
|
12741
12773
|
type: 'string',
|
|
12742
12774
|
},
|
|
@@ -12761,7 +12793,7 @@ export default {
|
|
|
12761
12793
|
type: 'string',
|
|
12762
12794
|
},
|
|
12763
12795
|
workspace_id: {
|
|
12764
|
-
description: 'ID of the
|
|
12796
|
+
description: 'ID of the workspace associated with the event.',
|
|
12765
12797
|
format: 'uuid',
|
|
12766
12798
|
type: 'string',
|
|
12767
12799
|
},
|
|
@@ -12783,7 +12815,7 @@ export default {
|
|
|
12783
12815
|
description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
12784
12816
|
properties: {
|
|
12785
12817
|
connected_account_id: {
|
|
12786
|
-
description: 'ID of the
|
|
12818
|
+
description: 'ID of the connected account associated with the event.',
|
|
12787
12819
|
format: 'uuid',
|
|
12788
12820
|
type: 'string',
|
|
12789
12821
|
},
|
|
@@ -12793,7 +12825,7 @@ export default {
|
|
|
12793
12825
|
type: 'string',
|
|
12794
12826
|
},
|
|
12795
12827
|
device_id: {
|
|
12796
|
-
description: 'ID of the device.',
|
|
12828
|
+
description: 'ID of the affected device.',
|
|
12797
12829
|
format: 'uuid',
|
|
12798
12830
|
type: 'string',
|
|
12799
12831
|
},
|
|
@@ -12821,7 +12853,7 @@ export default {
|
|
|
12821
12853
|
type: 'string',
|
|
12822
12854
|
},
|
|
12823
12855
|
workspace_id: {
|
|
12824
|
-
description: 'ID of the
|
|
12856
|
+
description: 'ID of the workspace associated with the event.',
|
|
12825
12857
|
format: 'uuid',
|
|
12826
12858
|
type: 'string',
|
|
12827
12859
|
},
|
|
@@ -12843,7 +12875,7 @@ export default {
|
|
|
12843
12875
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) detected that it was tampered with, for example, opened or moved.',
|
|
12844
12876
|
properties: {
|
|
12845
12877
|
connected_account_id: {
|
|
12846
|
-
description: 'ID of the
|
|
12878
|
+
description: 'ID of the connected account associated with the event.',
|
|
12847
12879
|
format: 'uuid',
|
|
12848
12880
|
type: 'string',
|
|
12849
12881
|
},
|
|
@@ -12853,7 +12885,7 @@ export default {
|
|
|
12853
12885
|
type: 'string',
|
|
12854
12886
|
},
|
|
12855
12887
|
device_id: {
|
|
12856
|
-
description: 'ID of the device.',
|
|
12888
|
+
description: 'ID of the affected device.',
|
|
12857
12889
|
format: 'uuid',
|
|
12858
12890
|
type: 'string',
|
|
12859
12891
|
},
|
|
@@ -12869,7 +12901,7 @@ export default {
|
|
|
12869
12901
|
type: 'string',
|
|
12870
12902
|
},
|
|
12871
12903
|
workspace_id: {
|
|
12872
|
-
description: 'ID of the
|
|
12904
|
+
description: 'ID of the workspace associated with the event.',
|
|
12873
12905
|
format: 'uuid',
|
|
12874
12906
|
type: 'string',
|
|
12875
12907
|
},
|
|
@@ -12890,14 +12922,14 @@ export default {
|
|
|
12890
12922
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery level dropped below the low threshold.',
|
|
12891
12923
|
properties: {
|
|
12892
12924
|
battery_level: {
|
|
12893
|
-
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
|
|
12925
|
+
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
12894
12926
|
format: 'float',
|
|
12895
12927
|
maximum: 1,
|
|
12896
12928
|
minimum: 0,
|
|
12897
12929
|
type: 'number',
|
|
12898
12930
|
},
|
|
12899
12931
|
connected_account_id: {
|
|
12900
|
-
description: 'ID of the
|
|
12932
|
+
description: 'ID of the connected account associated with the event.',
|
|
12901
12933
|
format: 'uuid',
|
|
12902
12934
|
type: 'string',
|
|
12903
12935
|
},
|
|
@@ -12907,7 +12939,7 @@ export default {
|
|
|
12907
12939
|
type: 'string',
|
|
12908
12940
|
},
|
|
12909
12941
|
device_id: {
|
|
12910
|
-
description: 'ID of the device.',
|
|
12942
|
+
description: 'ID of the affected device.',
|
|
12911
12943
|
format: 'uuid',
|
|
12912
12944
|
type: 'string',
|
|
12913
12945
|
},
|
|
@@ -12923,7 +12955,7 @@ export default {
|
|
|
12923
12955
|
type: 'string',
|
|
12924
12956
|
},
|
|
12925
12957
|
workspace_id: {
|
|
12926
|
-
description: 'ID of the
|
|
12958
|
+
description: 'ID of the workspace associated with the event.',
|
|
12927
12959
|
format: 'uuid',
|
|
12928
12960
|
type: 'string',
|
|
12929
12961
|
},
|
|
@@ -12945,19 +12977,19 @@ export default {
|
|
|
12945
12977
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery status changed since the last `battery_status_changed` event.',
|
|
12946
12978
|
properties: {
|
|
12947
12979
|
battery_level: {
|
|
12948
|
-
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
|
|
12980
|
+
description: 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
|
|
12949
12981
|
format: 'float',
|
|
12950
12982
|
maximum: 1,
|
|
12951
12983
|
minimum: 0,
|
|
12952
12984
|
type: 'number',
|
|
12953
12985
|
},
|
|
12954
12986
|
battery_status: {
|
|
12955
|
-
description: 'Battery status of the device, calculated from the numeric `battery_level` value.',
|
|
12987
|
+
description: 'Battery status of the affected device, calculated from the numeric `battery_level` value.',
|
|
12956
12988
|
enum: ['critical', 'low', 'good', 'full'],
|
|
12957
12989
|
type: 'string',
|
|
12958
12990
|
},
|
|
12959
12991
|
connected_account_id: {
|
|
12960
|
-
description: 'ID of the
|
|
12992
|
+
description: 'ID of the connected account associated with the event.',
|
|
12961
12993
|
format: 'uuid',
|
|
12962
12994
|
type: 'string',
|
|
12963
12995
|
},
|
|
@@ -12967,7 +12999,7 @@ export default {
|
|
|
12967
12999
|
type: 'string',
|
|
12968
13000
|
},
|
|
12969
13001
|
device_id: {
|
|
12970
|
-
description: 'ID of the device.',
|
|
13002
|
+
description: 'ID of the affected device.',
|
|
12971
13003
|
format: 'uuid',
|
|
12972
13004
|
type: 'string',
|
|
12973
13005
|
},
|
|
@@ -12986,7 +13018,7 @@ export default {
|
|
|
12986
13018
|
type: 'string',
|
|
12987
13019
|
},
|
|
12988
13020
|
workspace_id: {
|
|
12989
|
-
description: 'ID of the
|
|
13021
|
+
description: 'ID of the workspace associated with the event.',
|
|
12990
13022
|
format: 'uuid',
|
|
12991
13023
|
type: 'string',
|
|
12992
13024
|
},
|
|
@@ -13009,7 +13041,7 @@ export default {
|
|
|
13009
13041
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was removed externally from the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
13010
13042
|
properties: {
|
|
13011
13043
|
connected_account_id: {
|
|
13012
|
-
description: 'ID of the
|
|
13044
|
+
description: 'ID of the connected account associated with the event.',
|
|
13013
13045
|
format: 'uuid',
|
|
13014
13046
|
type: 'string',
|
|
13015
13047
|
},
|
|
@@ -13019,7 +13051,7 @@ export default {
|
|
|
13019
13051
|
type: 'string',
|
|
13020
13052
|
},
|
|
13021
13053
|
device_id: {
|
|
13022
|
-
description: 'ID of the device.',
|
|
13054
|
+
description: 'ID of the affected device.',
|
|
13023
13055
|
format: 'uuid',
|
|
13024
13056
|
type: 'string',
|
|
13025
13057
|
},
|
|
@@ -13035,7 +13067,7 @@ export default {
|
|
|
13035
13067
|
type: 'string',
|
|
13036
13068
|
},
|
|
13037
13069
|
workspace_id: {
|
|
13038
|
-
description: 'ID of the
|
|
13070
|
+
description: 'ID of the workspace associated with the event.',
|
|
13039
13071
|
format: 'uuid',
|
|
13040
13072
|
type: 'string',
|
|
13041
13073
|
},
|
|
@@ -13056,7 +13088,7 @@ export default {
|
|
|
13056
13088
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was deleted.',
|
|
13057
13089
|
properties: {
|
|
13058
13090
|
connected_account_id: {
|
|
13059
|
-
description: 'ID of the
|
|
13091
|
+
description: 'ID of the connected account associated with the event.',
|
|
13060
13092
|
format: 'uuid',
|
|
13061
13093
|
type: 'string',
|
|
13062
13094
|
},
|
|
@@ -13066,7 +13098,7 @@ export default {
|
|
|
13066
13098
|
type: 'string',
|
|
13067
13099
|
},
|
|
13068
13100
|
device_id: {
|
|
13069
|
-
description: 'ID of the device.',
|
|
13101
|
+
description: 'ID of the affected device.',
|
|
13070
13102
|
format: 'uuid',
|
|
13071
13103
|
type: 'string',
|
|
13072
13104
|
},
|
|
@@ -13082,7 +13114,7 @@ export default {
|
|
|
13082
13114
|
type: 'string',
|
|
13083
13115
|
},
|
|
13084
13116
|
workspace_id: {
|
|
13085
|
-
description: 'ID of the
|
|
13117
|
+
description: 'ID of the workspace associated with the event.',
|
|
13086
13118
|
format: 'uuid',
|
|
13087
13119
|
type: 'string',
|
|
13088
13120
|
},
|
|
@@ -13103,7 +13135,7 @@ export default {
|
|
|
13103
13135
|
description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is using a third-party integration that will interfere with Seam device management.',
|
|
13104
13136
|
properties: {
|
|
13105
13137
|
connected_account_id: {
|
|
13106
|
-
description: 'ID of the
|
|
13138
|
+
description: 'ID of the connected account associated with the event.',
|
|
13107
13139
|
format: 'uuid',
|
|
13108
13140
|
type: 'string',
|
|
13109
13141
|
},
|
|
@@ -13113,7 +13145,7 @@ export default {
|
|
|
13113
13145
|
type: 'string',
|
|
13114
13146
|
},
|
|
13115
13147
|
device_id: {
|
|
13116
|
-
description: 'ID of the device.',
|
|
13148
|
+
description: 'ID of the affected device.',
|
|
13117
13149
|
format: 'uuid',
|
|
13118
13150
|
type: 'string',
|
|
13119
13151
|
},
|
|
@@ -13132,7 +13164,7 @@ export default {
|
|
|
13132
13164
|
type: 'string',
|
|
13133
13165
|
},
|
|
13134
13166
|
workspace_id: {
|
|
13135
|
-
description: 'ID of the
|
|
13167
|
+
description: 'ID of the workspace associated with the event.',
|
|
13136
13168
|
format: 'uuid',
|
|
13137
13169
|
type: 'string',
|
|
13138
13170
|
},
|
|
@@ -13153,7 +13185,7 @@ export default {
|
|
|
13153
13185
|
description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is no longer using a third-party integration that was interfering with Seam device management.',
|
|
13154
13186
|
properties: {
|
|
13155
13187
|
connected_account_id: {
|
|
13156
|
-
description: 'ID of the
|
|
13188
|
+
description: 'ID of the connected account associated with the event.',
|
|
13157
13189
|
format: 'uuid',
|
|
13158
13190
|
type: 'string',
|
|
13159
13191
|
},
|
|
@@ -13163,7 +13195,7 @@ export default {
|
|
|
13163
13195
|
type: 'string',
|
|
13164
13196
|
},
|
|
13165
13197
|
device_id: {
|
|
13166
|
-
description: 'ID of the device.',
|
|
13198
|
+
description: 'ID of the affected device.',
|
|
13167
13199
|
format: 'uuid',
|
|
13168
13200
|
type: 'string',
|
|
13169
13201
|
},
|
|
@@ -13182,7 +13214,7 @@ export default {
|
|
|
13182
13214
|
type: 'string',
|
|
13183
13215
|
},
|
|
13184
13216
|
workspace_id: {
|
|
13185
|
-
description: 'ID of the
|
|
13217
|
+
description: 'ID of the workspace associated with the event.',
|
|
13186
13218
|
format: 'uuid',
|
|
13187
13219
|
type: 'string',
|
|
13188
13220
|
},
|
|
@@ -13203,7 +13235,7 @@ export default {
|
|
|
13203
13235
|
description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) activated privacy mode.',
|
|
13204
13236
|
properties: {
|
|
13205
13237
|
connected_account_id: {
|
|
13206
|
-
description: 'ID of the
|
|
13238
|
+
description: 'ID of the connected account associated with the event.',
|
|
13207
13239
|
format: 'uuid',
|
|
13208
13240
|
type: 'string',
|
|
13209
13241
|
},
|
|
@@ -13213,7 +13245,7 @@ export default {
|
|
|
13213
13245
|
type: 'string',
|
|
13214
13246
|
},
|
|
13215
13247
|
device_id: {
|
|
13216
|
-
description: 'ID of the device.',
|
|
13248
|
+
description: 'ID of the affected device.',
|
|
13217
13249
|
format: 'uuid',
|
|
13218
13250
|
type: 'string',
|
|
13219
13251
|
},
|
|
@@ -13232,7 +13264,7 @@ export default {
|
|
|
13232
13264
|
type: 'string',
|
|
13233
13265
|
},
|
|
13234
13266
|
workspace_id: {
|
|
13235
|
-
description: 'ID of the
|
|
13267
|
+
description: 'ID of the workspace associated with the event.',
|
|
13236
13268
|
format: 'uuid',
|
|
13237
13269
|
type: 'string',
|
|
13238
13270
|
},
|
|
@@ -13253,7 +13285,7 @@ export default {
|
|
|
13253
13285
|
description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) deactivated privacy mode.',
|
|
13254
13286
|
properties: {
|
|
13255
13287
|
connected_account_id: {
|
|
13256
|
-
description: 'ID of the
|
|
13288
|
+
description: 'ID of the connected account associated with the event.',
|
|
13257
13289
|
format: 'uuid',
|
|
13258
13290
|
type: 'string',
|
|
13259
13291
|
},
|
|
@@ -13263,7 +13295,7 @@ export default {
|
|
|
13263
13295
|
type: 'string',
|
|
13264
13296
|
},
|
|
13265
13297
|
device_id: {
|
|
13266
|
-
description: 'ID of the device.',
|
|
13298
|
+
description: 'ID of the affected device.',
|
|
13267
13299
|
format: 'uuid',
|
|
13268
13300
|
type: 'string',
|
|
13269
13301
|
},
|
|
@@ -13282,7 +13314,7 @@ export default {
|
|
|
13282
13314
|
type: 'string',
|
|
13283
13315
|
},
|
|
13284
13316
|
workspace_id: {
|
|
13285
|
-
description: 'ID of the
|
|
13317
|
+
description: 'ID of the workspace associated with the event.',
|
|
13286
13318
|
format: 'uuid',
|
|
13287
13319
|
type: 'string',
|
|
13288
13320
|
},
|
|
@@ -13303,7 +13335,7 @@ export default {
|
|
|
13303
13335
|
description: 'Seam detected a flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection.',
|
|
13304
13336
|
properties: {
|
|
13305
13337
|
connected_account_id: {
|
|
13306
|
-
description: 'ID of the
|
|
13338
|
+
description: 'ID of the connected account associated with the event.',
|
|
13307
13339
|
format: 'uuid',
|
|
13308
13340
|
type: 'string',
|
|
13309
13341
|
},
|
|
@@ -13313,7 +13345,7 @@ export default {
|
|
|
13313
13345
|
type: 'string',
|
|
13314
13346
|
},
|
|
13315
13347
|
device_id: {
|
|
13316
|
-
description: 'ID of the device.',
|
|
13348
|
+
description: 'ID of the affected device.',
|
|
13317
13349
|
format: 'uuid',
|
|
13318
13350
|
type: 'string',
|
|
13319
13351
|
},
|
|
@@ -13332,7 +13364,7 @@ export default {
|
|
|
13332
13364
|
type: 'string',
|
|
13333
13365
|
},
|
|
13334
13366
|
workspace_id: {
|
|
13335
|
-
description: 'ID of the
|
|
13367
|
+
description: 'ID of the workspace associated with the event.',
|
|
13336
13368
|
format: 'uuid',
|
|
13337
13369
|
type: 'string',
|
|
13338
13370
|
},
|
|
@@ -13353,7 +13385,7 @@ export default {
|
|
|
13353
13385
|
description: 'Seam detected that a previously-flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection stabilized.',
|
|
13354
13386
|
properties: {
|
|
13355
13387
|
connected_account_id: {
|
|
13356
|
-
description: 'ID of the
|
|
13388
|
+
description: 'ID of the connected account associated with the event.',
|
|
13357
13389
|
format: 'uuid',
|
|
13358
13390
|
type: 'string',
|
|
13359
13391
|
},
|
|
@@ -13363,7 +13395,7 @@ export default {
|
|
|
13363
13395
|
type: 'string',
|
|
13364
13396
|
},
|
|
13365
13397
|
device_id: {
|
|
13366
|
-
description: 'ID of the device.',
|
|
13398
|
+
description: 'ID of the affected device.',
|
|
13367
13399
|
format: 'uuid',
|
|
13368
13400
|
type: 'string',
|
|
13369
13401
|
},
|
|
@@ -13382,7 +13414,7 @@ export default {
|
|
|
13382
13414
|
type: 'string',
|
|
13383
13415
|
},
|
|
13384
13416
|
workspace_id: {
|
|
13385
|
-
description: 'ID of the
|
|
13417
|
+
description: 'ID of the workspace associated with the event.',
|
|
13386
13418
|
format: 'uuid',
|
|
13387
13419
|
type: 'string',
|
|
13388
13420
|
},
|
|
@@ -13403,7 +13435,7 @@ export default {
|
|
|
13403
13435
|
description: 'A third-party subscription is required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
|
|
13404
13436
|
properties: {
|
|
13405
13437
|
connected_account_id: {
|
|
13406
|
-
description: 'ID of the
|
|
13438
|
+
description: 'ID of the connected account associated with the event.',
|
|
13407
13439
|
format: 'uuid',
|
|
13408
13440
|
type: 'string',
|
|
13409
13441
|
},
|
|
@@ -13413,7 +13445,7 @@ export default {
|
|
|
13413
13445
|
type: 'string',
|
|
13414
13446
|
},
|
|
13415
13447
|
device_id: {
|
|
13416
|
-
description: 'ID of the device.',
|
|
13448
|
+
description: 'ID of the affected device.',
|
|
13417
13449
|
format: 'uuid',
|
|
13418
13450
|
type: 'string',
|
|
13419
13451
|
},
|
|
@@ -13432,7 +13464,7 @@ export default {
|
|
|
13432
13464
|
type: 'string',
|
|
13433
13465
|
},
|
|
13434
13466
|
workspace_id: {
|
|
13435
|
-
description: 'ID of the
|
|
13467
|
+
description: 'ID of the workspace associated with the event.',
|
|
13436
13468
|
format: 'uuid',
|
|
13437
13469
|
type: 'string',
|
|
13438
13470
|
},
|
|
@@ -13453,7 +13485,7 @@ export default {
|
|
|
13453
13485
|
description: 'A third-party subscription is active or no longer required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
|
|
13454
13486
|
properties: {
|
|
13455
13487
|
connected_account_id: {
|
|
13456
|
-
description: 'ID of the
|
|
13488
|
+
description: 'ID of the connected account associated with the event.',
|
|
13457
13489
|
format: 'uuid',
|
|
13458
13490
|
type: 'string',
|
|
13459
13491
|
},
|
|
@@ -13463,7 +13495,7 @@ export default {
|
|
|
13463
13495
|
type: 'string',
|
|
13464
13496
|
},
|
|
13465
13497
|
device_id: {
|
|
13466
|
-
description: 'ID of the device.',
|
|
13498
|
+
description: 'ID of the affected device.',
|
|
13467
13499
|
format: 'uuid',
|
|
13468
13500
|
type: 'string',
|
|
13469
13501
|
},
|
|
@@ -13482,7 +13514,7 @@ export default {
|
|
|
13482
13514
|
type: 'string',
|
|
13483
13515
|
},
|
|
13484
13516
|
workspace_id: {
|
|
13485
|
-
description: 'ID of the
|
|
13517
|
+
description: 'ID of the workspace associated with the event.',
|
|
13486
13518
|
format: 'uuid',
|
|
13487
13519
|
type: 'string',
|
|
13488
13520
|
},
|
|
@@ -13503,7 +13535,7 @@ export default {
|
|
|
13503
13535
|
description: 'An accessory keypad was connected to a [device](https://docs.seam.co/latest/core-concepts/devices).',
|
|
13504
13536
|
properties: {
|
|
13505
13537
|
connected_account_id: {
|
|
13506
|
-
description: 'ID of the
|
|
13538
|
+
description: 'ID of the connected account associated with the event.',
|
|
13507
13539
|
format: 'uuid',
|
|
13508
13540
|
type: 'string',
|
|
13509
13541
|
},
|
|
@@ -13513,7 +13545,7 @@ export default {
|
|
|
13513
13545
|
type: 'string',
|
|
13514
13546
|
},
|
|
13515
13547
|
device_id: {
|
|
13516
|
-
description: 'ID of the device.',
|
|
13548
|
+
description: 'ID of the affected device.',
|
|
13517
13549
|
format: 'uuid',
|
|
13518
13550
|
type: 'string',
|
|
13519
13551
|
},
|
|
@@ -13532,7 +13564,7 @@ export default {
|
|
|
13532
13564
|
type: 'string',
|
|
13533
13565
|
},
|
|
13534
13566
|
workspace_id: {
|
|
13535
|
-
description: 'ID of the
|
|
13567
|
+
description: 'ID of the workspace associated with the event.',
|
|
13536
13568
|
format: 'uuid',
|
|
13537
13569
|
type: 'string',
|
|
13538
13570
|
},
|
|
@@ -13553,7 +13585,7 @@ export default {
|
|
|
13553
13585
|
description: 'An accessory keypad was disconnected from a [device](https://docs.seam.co/latest/core-concepts/devices).',
|
|
13554
13586
|
properties: {
|
|
13555
13587
|
connected_account_id: {
|
|
13556
|
-
description: 'ID of the
|
|
13588
|
+
description: 'ID of the connected account associated with the event.',
|
|
13557
13589
|
format: 'uuid',
|
|
13558
13590
|
type: 'string',
|
|
13559
13591
|
},
|
|
@@ -13563,7 +13595,7 @@ export default {
|
|
|
13563
13595
|
type: 'string',
|
|
13564
13596
|
},
|
|
13565
13597
|
device_id: {
|
|
13566
|
-
description: 'ID of the device.',
|
|
13598
|
+
description: 'ID of the affected device.',
|
|
13567
13599
|
format: 'uuid',
|
|
13568
13600
|
type: 'string',
|
|
13569
13601
|
},
|
|
@@ -13582,7 +13614,7 @@ export default {
|
|
|
13582
13614
|
type: 'string',
|
|
13583
13615
|
},
|
|
13584
13616
|
workspace_id: {
|
|
13585
|
-
description: 'ID of the
|
|
13617
|
+
description: 'ID of the workspace associated with the event.',
|
|
13586
13618
|
format: 'uuid',
|
|
13587
13619
|
type: 'string',
|
|
13588
13620
|
},
|
|
@@ -13603,7 +13635,7 @@ export default {
|
|
|
13603
13635
|
description: 'Extended periods of noise or noise exceeding a [threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) were detected.',
|
|
13604
13636
|
properties: {
|
|
13605
13637
|
connected_account_id: {
|
|
13606
|
-
description: 'ID of the
|
|
13638
|
+
description: 'ID of the connected account associated with the event.',
|
|
13607
13639
|
format: 'uuid',
|
|
13608
13640
|
type: 'string',
|
|
13609
13641
|
},
|
|
@@ -13613,7 +13645,7 @@ export default {
|
|
|
13613
13645
|
type: 'string',
|
|
13614
13646
|
},
|
|
13615
13647
|
device_id: {
|
|
13616
|
-
description: 'ID of the device.',
|
|
13648
|
+
description: 'ID of the affected device.',
|
|
13617
13649
|
format: 'uuid',
|
|
13618
13650
|
type: 'string',
|
|
13619
13651
|
},
|
|
@@ -13642,12 +13674,12 @@ export default {
|
|
|
13642
13674
|
type: 'number',
|
|
13643
13675
|
},
|
|
13644
13676
|
noise_threshold_id: {
|
|
13645
|
-
description: 'ID of the
|
|
13677
|
+
description: 'ID of the noise threshold that was triggered.',
|
|
13646
13678
|
format: 'uuid',
|
|
13647
13679
|
type: 'string',
|
|
13648
13680
|
},
|
|
13649
13681
|
noise_threshold_name: {
|
|
13650
|
-
description: 'Name of the
|
|
13682
|
+
description: 'Name of the noise threshold that was triggered.',
|
|
13651
13683
|
type: 'string',
|
|
13652
13684
|
},
|
|
13653
13685
|
noiseaware_metadata: {
|
|
@@ -13661,7 +13693,7 @@ export default {
|
|
|
13661
13693
|
type: 'string',
|
|
13662
13694
|
},
|
|
13663
13695
|
workspace_id: {
|
|
13664
|
-
description: 'ID of the
|
|
13696
|
+
description: 'ID of the workspace associated with the event.',
|
|
13665
13697
|
format: 'uuid',
|
|
13666
13698
|
type: 'string',
|
|
13667
13699
|
},
|
|
@@ -13682,17 +13714,17 @@ export default {
|
|
|
13682
13714
|
description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was locked.',
|
|
13683
13715
|
properties: {
|
|
13684
13716
|
access_code_id: {
|
|
13685
|
-
description: 'ID of the
|
|
13717
|
+
description: 'ID of the access code that was used to lock the device.',
|
|
13686
13718
|
format: 'uuid',
|
|
13687
13719
|
type: 'string',
|
|
13688
13720
|
},
|
|
13689
13721
|
action_attempt_id: {
|
|
13690
|
-
description: 'ID of the
|
|
13722
|
+
description: 'ID of the action attempt associated with the lock action.',
|
|
13691
13723
|
format: 'uuid',
|
|
13692
13724
|
type: 'string',
|
|
13693
13725
|
},
|
|
13694
13726
|
connected_account_id: {
|
|
13695
|
-
description: 'ID of the
|
|
13727
|
+
description: 'ID of the connected account associated with the event.',
|
|
13696
13728
|
format: 'uuid',
|
|
13697
13729
|
type: 'string',
|
|
13698
13730
|
},
|
|
@@ -13702,7 +13734,7 @@ export default {
|
|
|
13702
13734
|
type: 'string',
|
|
13703
13735
|
},
|
|
13704
13736
|
device_id: {
|
|
13705
|
-
description: 'ID of the device.',
|
|
13737
|
+
description: 'ID of the affected device.',
|
|
13706
13738
|
format: 'uuid',
|
|
13707
13739
|
type: 'string',
|
|
13708
13740
|
},
|
|
@@ -13713,7 +13745,7 @@ export default {
|
|
|
13713
13745
|
},
|
|
13714
13746
|
event_type: { enum: ['lock.locked'], type: 'string' },
|
|
13715
13747
|
method: {
|
|
13716
|
-
description: 'Method by which
|
|
13748
|
+
description: 'Method by which the affected lock device was locked. When the method is `keycode`, the `access_code_id` indicates the access code that was used, if reported by the device.',
|
|
13717
13749
|
enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
|
|
13718
13750
|
type: 'string',
|
|
13719
13751
|
},
|
|
@@ -13723,7 +13755,7 @@ export default {
|
|
|
13723
13755
|
type: 'string',
|
|
13724
13756
|
},
|
|
13725
13757
|
workspace_id: {
|
|
13726
|
-
description: 'ID of the
|
|
13758
|
+
description: 'ID of the workspace associated with the event.',
|
|
13727
13759
|
format: 'uuid',
|
|
13728
13760
|
type: 'string',
|
|
13729
13761
|
},
|
|
@@ -13745,17 +13777,17 @@ export default {
|
|
|
13745
13777
|
description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked.',
|
|
13746
13778
|
properties: {
|
|
13747
13779
|
access_code_id: {
|
|
13748
|
-
description: 'ID of the
|
|
13780
|
+
description: 'ID of the access code that was used to unlock the affected device.',
|
|
13749
13781
|
format: 'uuid',
|
|
13750
13782
|
type: 'string',
|
|
13751
13783
|
},
|
|
13752
13784
|
action_attempt_id: {
|
|
13753
|
-
description: 'ID of the
|
|
13785
|
+
description: 'ID of the action attempt associated with the unlock action.',
|
|
13754
13786
|
format: 'uuid',
|
|
13755
13787
|
type: 'string',
|
|
13756
13788
|
},
|
|
13757
13789
|
connected_account_id: {
|
|
13758
|
-
description: 'ID of the
|
|
13790
|
+
description: 'ID of the connected account associated with the event.',
|
|
13759
13791
|
format: 'uuid',
|
|
13760
13792
|
type: 'string',
|
|
13761
13793
|
},
|
|
@@ -13765,7 +13797,7 @@ export default {
|
|
|
13765
13797
|
type: 'string',
|
|
13766
13798
|
},
|
|
13767
13799
|
device_id: {
|
|
13768
|
-
description: 'ID of the device.',
|
|
13800
|
+
description: 'ID of the affected device.',
|
|
13769
13801
|
format: 'uuid',
|
|
13770
13802
|
type: 'string',
|
|
13771
13803
|
},
|
|
@@ -13776,7 +13808,7 @@ export default {
|
|
|
13776
13808
|
},
|
|
13777
13809
|
event_type: { enum: ['lock.unlocked'], type: 'string' },
|
|
13778
13810
|
method: {
|
|
13779
|
-
description: 'Method by which
|
|
13811
|
+
description: 'Method by which the affected lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device.',
|
|
13780
13812
|
enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
|
|
13781
13813
|
type: 'string',
|
|
13782
13814
|
},
|
|
@@ -13786,7 +13818,7 @@ export default {
|
|
|
13786
13818
|
type: 'string',
|
|
13787
13819
|
},
|
|
13788
13820
|
workspace_id: {
|
|
13789
|
-
description: 'ID of the
|
|
13821
|
+
description: 'ID of the workspace associated with the event.',
|
|
13790
13822
|
format: 'uuid',
|
|
13791
13823
|
type: 'string',
|
|
13792
13824
|
},
|
|
@@ -13808,12 +13840,12 @@ export default {
|
|
|
13808
13840
|
description: 'The [lock](https://docs.seam.co/latest/capability-guides/smart-locks) denied access to a user after one or more consecutive invalid attempts to unlock the device.',
|
|
13809
13841
|
properties: {
|
|
13810
13842
|
access_code_id: {
|
|
13811
|
-
description: 'ID of the
|
|
13843
|
+
description: 'ID of the access code that was used in the unlock attempts.',
|
|
13812
13844
|
format: 'uuid',
|
|
13813
13845
|
type: 'string',
|
|
13814
13846
|
},
|
|
13815
13847
|
connected_account_id: {
|
|
13816
|
-
description: 'ID of the
|
|
13848
|
+
description: 'ID of the connected account associated with the event.',
|
|
13817
13849
|
format: 'uuid',
|
|
13818
13850
|
type: 'string',
|
|
13819
13851
|
},
|
|
@@ -13823,7 +13855,7 @@ export default {
|
|
|
13823
13855
|
type: 'string',
|
|
13824
13856
|
},
|
|
13825
13857
|
device_id: {
|
|
13826
|
-
description: 'ID of the device.',
|
|
13858
|
+
description: 'ID of the affected device.',
|
|
13827
13859
|
format: 'uuid',
|
|
13828
13860
|
type: 'string',
|
|
13829
13861
|
},
|
|
@@ -13839,7 +13871,7 @@ export default {
|
|
|
13839
13871
|
type: 'string',
|
|
13840
13872
|
},
|
|
13841
13873
|
workspace_id: {
|
|
13842
|
-
description: 'ID of the
|
|
13874
|
+
description: 'ID of the workspace associated with the event.',
|
|
13843
13875
|
format: 'uuid',
|
|
13844
13876
|
type: 'string',
|
|
13845
13877
|
},
|
|
@@ -13860,11 +13892,11 @@ export default {
|
|
|
13860
13892
|
description: 'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
|
|
13861
13893
|
properties: {
|
|
13862
13894
|
climate_preset_key: {
|
|
13863
|
-
description: 'Key of the
|
|
13895
|
+
description: 'Key of the climate preset that was activated.',
|
|
13864
13896
|
type: 'string',
|
|
13865
13897
|
},
|
|
13866
13898
|
connected_account_id: {
|
|
13867
|
-
description: 'ID of the
|
|
13899
|
+
description: 'ID of the connected account associated with the event.',
|
|
13868
13900
|
format: 'uuid',
|
|
13869
13901
|
type: 'string',
|
|
13870
13902
|
},
|
|
@@ -13874,7 +13906,7 @@ export default {
|
|
|
13874
13906
|
type: 'string',
|
|
13875
13907
|
},
|
|
13876
13908
|
device_id: {
|
|
13877
|
-
description: 'ID of the device.',
|
|
13909
|
+
description: 'ID of the affected device.',
|
|
13878
13910
|
format: 'uuid',
|
|
13879
13911
|
type: 'string',
|
|
13880
13912
|
},
|
|
@@ -13888,7 +13920,7 @@ export default {
|
|
|
13888
13920
|
type: 'string',
|
|
13889
13921
|
},
|
|
13890
13922
|
is_fallback_climate_preset: {
|
|
13891
|
-
description: 'Indicates whether the
|
|
13923
|
+
description: 'Indicates whether the climate preset that was activated is the fallback climate preset for the thermostat.',
|
|
13892
13924
|
type: 'boolean',
|
|
13893
13925
|
},
|
|
13894
13926
|
occurred_at: {
|
|
@@ -13897,13 +13929,13 @@ export default {
|
|
|
13897
13929
|
type: 'string',
|
|
13898
13930
|
},
|
|
13899
13931
|
thermostat_schedule_id: {
|
|
13900
|
-
description: 'ID of the
|
|
13932
|
+
description: 'ID of the thermostat schedule that prompted the affected climate preset to be activated.',
|
|
13901
13933
|
format: 'uuid',
|
|
13902
13934
|
nullable: true,
|
|
13903
13935
|
type: 'string',
|
|
13904
13936
|
},
|
|
13905
13937
|
workspace_id: {
|
|
13906
|
-
description: 'ID of the
|
|
13938
|
+
description: 'ID of the workspace associated with the event.',
|
|
13907
13939
|
format: 'uuid',
|
|
13908
13940
|
type: 'string',
|
|
13909
13941
|
},
|
|
@@ -13927,7 +13959,7 @@ export default {
|
|
|
13927
13959
|
description: 'A [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) was adjusted manually.',
|
|
13928
13960
|
properties: {
|
|
13929
13961
|
connected_account_id: {
|
|
13930
|
-
description: 'ID of the
|
|
13962
|
+
description: 'ID of the connected account associated with the event.',
|
|
13931
13963
|
format: 'uuid',
|
|
13932
13964
|
type: 'string',
|
|
13933
13965
|
},
|
|
@@ -13947,7 +13979,7 @@ export default {
|
|
|
13947
13979
|
type: 'string',
|
|
13948
13980
|
},
|
|
13949
13981
|
device_id: {
|
|
13950
|
-
description: 'ID of the device.',
|
|
13982
|
+
description: 'ID of the affected device.',
|
|
13951
13983
|
format: 'uuid',
|
|
13952
13984
|
type: 'string',
|
|
13953
13985
|
},
|
|
@@ -13981,7 +14013,7 @@ export default {
|
|
|
13981
14013
|
type: 'string',
|
|
13982
14014
|
},
|
|
13983
14015
|
method: {
|
|
13984
|
-
description: 'Method used to adjust the
|
|
14016
|
+
description: 'Method used to adjust the affected thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat.',
|
|
13985
14017
|
enum: ['seam', 'external'],
|
|
13986
14018
|
type: 'string',
|
|
13987
14019
|
},
|
|
@@ -13991,7 +14023,7 @@ export default {
|
|
|
13991
14023
|
type: 'string',
|
|
13992
14024
|
},
|
|
13993
14025
|
workspace_id: {
|
|
13994
|
-
description: 'ID of the
|
|
14026
|
+
description: 'ID of the workspace associated with the event.',
|
|
13995
14027
|
format: 'uuid',
|
|
13996
14028
|
type: 'string',
|
|
13997
14029
|
},
|
|
@@ -14013,7 +14045,7 @@ export default {
|
|
|
14013
14045
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading exceeded the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
14014
14046
|
properties: {
|
|
14015
14047
|
connected_account_id: {
|
|
14016
|
-
description: 'ID of the
|
|
14048
|
+
description: 'ID of the connected account associated with the event.',
|
|
14017
14049
|
format: 'uuid',
|
|
14018
14050
|
type: 'string',
|
|
14019
14051
|
},
|
|
@@ -14023,7 +14055,7 @@ export default {
|
|
|
14023
14055
|
type: 'string',
|
|
14024
14056
|
},
|
|
14025
14057
|
device_id: {
|
|
14026
|
-
description: 'ID of the device.',
|
|
14058
|
+
description: 'ID of the affected device.',
|
|
14027
14059
|
format: 'uuid',
|
|
14028
14060
|
type: 'string',
|
|
14029
14061
|
},
|
|
@@ -14037,13 +14069,13 @@ export default {
|
|
|
14037
14069
|
type: 'string',
|
|
14038
14070
|
},
|
|
14039
14071
|
lower_limit_celsius: {
|
|
14040
|
-
description: 'Lower temperature limit, in °C, defined by the set
|
|
14072
|
+
description: 'Lower temperature limit, in °C, defined by the set threshold.',
|
|
14041
14073
|
format: 'float',
|
|
14042
14074
|
nullable: true,
|
|
14043
14075
|
type: 'number',
|
|
14044
14076
|
},
|
|
14045
14077
|
lower_limit_fahrenheit: {
|
|
14046
|
-
description: 'Lower temperature limit, in °F, defined by the set
|
|
14078
|
+
description: 'Lower temperature limit, in °F, defined by the set threshold.',
|
|
14047
14079
|
format: 'float',
|
|
14048
14080
|
nullable: true,
|
|
14049
14081
|
type: 'number',
|
|
@@ -14054,29 +14086,29 @@ export default {
|
|
|
14054
14086
|
type: 'string',
|
|
14055
14087
|
},
|
|
14056
14088
|
temperature_celsius: {
|
|
14057
|
-
description: 'Temperature, in °C, reported by the
|
|
14089
|
+
description: 'Temperature, in °C, reported by the affected thermostat.',
|
|
14058
14090
|
format: 'float',
|
|
14059
14091
|
type: 'number',
|
|
14060
14092
|
},
|
|
14061
14093
|
temperature_fahrenheit: {
|
|
14062
|
-
description: 'Temperature, in °F, reported by the
|
|
14094
|
+
description: 'Temperature, in °F, reported by the affected thermostat.',
|
|
14063
14095
|
format: 'float',
|
|
14064
14096
|
type: 'number',
|
|
14065
14097
|
},
|
|
14066
14098
|
upper_limit_celsius: {
|
|
14067
|
-
description: 'Upper temperature limit, in °C, defined by the set
|
|
14099
|
+
description: 'Upper temperature limit, in °C, defined by the set threshold.',
|
|
14068
14100
|
format: 'float',
|
|
14069
14101
|
nullable: true,
|
|
14070
14102
|
type: 'number',
|
|
14071
14103
|
},
|
|
14072
14104
|
upper_limit_fahrenheit: {
|
|
14073
|
-
description: 'Upper temperature limit, in °F, defined by the set
|
|
14105
|
+
description: 'Upper temperature limit, in °F, defined by the set threshold.',
|
|
14074
14106
|
format: 'float',
|
|
14075
14107
|
nullable: true,
|
|
14076
14108
|
type: 'number',
|
|
14077
14109
|
},
|
|
14078
14110
|
workspace_id: {
|
|
14079
|
-
description: 'ID of the
|
|
14111
|
+
description: 'ID of the workspace associated with the event.',
|
|
14080
14112
|
format: 'uuid',
|
|
14081
14113
|
type: 'string',
|
|
14082
14114
|
},
|
|
@@ -14103,7 +14135,7 @@ export default {
|
|
|
14103
14135
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading no longer exceeds the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
14104
14136
|
properties: {
|
|
14105
14137
|
connected_account_id: {
|
|
14106
|
-
description: 'ID of the
|
|
14138
|
+
description: 'ID of the connected account associated with the event.',
|
|
14107
14139
|
format: 'uuid',
|
|
14108
14140
|
type: 'string',
|
|
14109
14141
|
},
|
|
@@ -14113,7 +14145,7 @@ export default {
|
|
|
14113
14145
|
type: 'string',
|
|
14114
14146
|
},
|
|
14115
14147
|
device_id: {
|
|
14116
|
-
description: 'ID of the device.',
|
|
14148
|
+
description: 'ID of the affected device.',
|
|
14117
14149
|
format: 'uuid',
|
|
14118
14150
|
type: 'string',
|
|
14119
14151
|
},
|
|
@@ -14127,13 +14159,13 @@ export default {
|
|
|
14127
14159
|
type: 'string',
|
|
14128
14160
|
},
|
|
14129
14161
|
lower_limit_celsius: {
|
|
14130
|
-
description: 'Lower temperature limit, in °C, defined by the set
|
|
14162
|
+
description: 'Lower temperature limit, in °C, defined by the set threshold.',
|
|
14131
14163
|
format: 'float',
|
|
14132
14164
|
nullable: true,
|
|
14133
14165
|
type: 'number',
|
|
14134
14166
|
},
|
|
14135
14167
|
lower_limit_fahrenheit: {
|
|
14136
|
-
description: 'Lower temperature limit, in °F, defined by the set
|
|
14168
|
+
description: 'Lower temperature limit, in °F, defined by the set threshold.',
|
|
14137
14169
|
format: 'float',
|
|
14138
14170
|
nullable: true,
|
|
14139
14171
|
type: 'number',
|
|
@@ -14144,29 +14176,29 @@ export default {
|
|
|
14144
14176
|
type: 'string',
|
|
14145
14177
|
},
|
|
14146
14178
|
temperature_celsius: {
|
|
14147
|
-
description: 'Temperature, in °C, reported by the
|
|
14179
|
+
description: 'Temperature, in °C, reported by the affected thermostat.',
|
|
14148
14180
|
format: 'float',
|
|
14149
14181
|
type: 'number',
|
|
14150
14182
|
},
|
|
14151
14183
|
temperature_fahrenheit: {
|
|
14152
|
-
description: 'Temperature, in °F, reported by the
|
|
14184
|
+
description: 'Temperature, in °F, reported by the affected thermostat.',
|
|
14153
14185
|
format: 'float',
|
|
14154
14186
|
type: 'number',
|
|
14155
14187
|
},
|
|
14156
14188
|
upper_limit_celsius: {
|
|
14157
|
-
description: 'Upper temperature limit, in °C, defined by the set
|
|
14189
|
+
description: 'Upper temperature limit, in °C, defined by the set threshold.',
|
|
14158
14190
|
format: 'float',
|
|
14159
14191
|
nullable: true,
|
|
14160
14192
|
type: 'number',
|
|
14161
14193
|
},
|
|
14162
14194
|
upper_limit_fahrenheit: {
|
|
14163
|
-
description: 'Upper temperature limit, in °F, defined by the set
|
|
14195
|
+
description: 'Upper temperature limit, in °F, defined by the set threshold.',
|
|
14164
14196
|
format: 'float',
|
|
14165
14197
|
nullable: true,
|
|
14166
14198
|
type: 'number',
|
|
14167
14199
|
},
|
|
14168
14200
|
workspace_id: {
|
|
14169
|
-
description: 'ID of the
|
|
14201
|
+
description: 'ID of the workspace associated with the event.',
|
|
14170
14202
|
format: 'uuid',
|
|
14171
14203
|
type: 'string',
|
|
14172
14204
|
},
|
|
@@ -14193,7 +14225,7 @@ export default {
|
|
|
14193
14225
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading is within 1 °C of the configured cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points).",
|
|
14194
14226
|
properties: {
|
|
14195
14227
|
connected_account_id: {
|
|
14196
|
-
description: 'ID of the
|
|
14228
|
+
description: 'ID of the connected account associated with the event.',
|
|
14197
14229
|
format: 'uuid',
|
|
14198
14230
|
type: 'string',
|
|
14199
14231
|
},
|
|
@@ -14203,17 +14235,17 @@ export default {
|
|
|
14203
14235
|
type: 'string',
|
|
14204
14236
|
},
|
|
14205
14237
|
desired_temperature_celsius: {
|
|
14206
|
-
description: "Desired temperature, in °C, defined by the
|
|
14238
|
+
description: "Desired temperature, in °C, defined by the affected thermostat's cooling or heating set point.",
|
|
14207
14239
|
format: 'float',
|
|
14208
14240
|
type: 'number',
|
|
14209
14241
|
},
|
|
14210
14242
|
desired_temperature_fahrenheit: {
|
|
14211
|
-
description: "Desired temperature, in °F, defined by the
|
|
14243
|
+
description: "Desired temperature, in °F, defined by the affected thermostat's cooling or heating set point.",
|
|
14212
14244
|
format: 'float',
|
|
14213
14245
|
type: 'number',
|
|
14214
14246
|
},
|
|
14215
14247
|
device_id: {
|
|
14216
|
-
description: 'ID of the device.',
|
|
14248
|
+
description: 'ID of the affected device.',
|
|
14217
14249
|
format: 'uuid',
|
|
14218
14250
|
type: 'string',
|
|
14219
14251
|
},
|
|
@@ -14232,17 +14264,17 @@ export default {
|
|
|
14232
14264
|
type: 'string',
|
|
14233
14265
|
},
|
|
14234
14266
|
temperature_celsius: {
|
|
14235
|
-
description: 'Temperature, in °C, reported by the
|
|
14267
|
+
description: 'Temperature, in °C, reported by the affected thermostat.',
|
|
14236
14268
|
format: 'float',
|
|
14237
14269
|
type: 'number',
|
|
14238
14270
|
},
|
|
14239
14271
|
temperature_fahrenheit: {
|
|
14240
|
-
description: 'Temperature, in °F, reported by the
|
|
14272
|
+
description: 'Temperature, in °F, reported by the affected thermostat.',
|
|
14241
14273
|
format: 'float',
|
|
14242
14274
|
type: 'number',
|
|
14243
14275
|
},
|
|
14244
14276
|
workspace_id: {
|
|
14245
|
-
description: 'ID of the
|
|
14277
|
+
description: 'ID of the workspace associated with the event.',
|
|
14246
14278
|
format: 'uuid',
|
|
14247
14279
|
type: 'string',
|
|
14248
14280
|
},
|
|
@@ -14265,7 +14297,7 @@ export default {
|
|
|
14265
14297
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) reported temperature changed by at least 1 °C.",
|
|
14266
14298
|
properties: {
|
|
14267
14299
|
connected_account_id: {
|
|
14268
|
-
description: 'ID of the
|
|
14300
|
+
description: 'ID of the connected account associated with the event.',
|
|
14269
14301
|
format: 'uuid',
|
|
14270
14302
|
type: 'string',
|
|
14271
14303
|
},
|
|
@@ -14275,7 +14307,7 @@ export default {
|
|
|
14275
14307
|
type: 'string',
|
|
14276
14308
|
},
|
|
14277
14309
|
device_id: {
|
|
14278
|
-
description: 'ID of the device.',
|
|
14310
|
+
description: 'ID of the affected device.',
|
|
14279
14311
|
format: 'uuid',
|
|
14280
14312
|
type: 'string',
|
|
14281
14313
|
},
|
|
@@ -14294,17 +14326,17 @@ export default {
|
|
|
14294
14326
|
type: 'string',
|
|
14295
14327
|
},
|
|
14296
14328
|
temperature_celsius: {
|
|
14297
|
-
description: 'Temperature, in °C, reported by the
|
|
14329
|
+
description: 'Temperature, in °C, reported by the affected thermostat.',
|
|
14298
14330
|
format: 'float',
|
|
14299
14331
|
type: 'number',
|
|
14300
14332
|
},
|
|
14301
14333
|
temperature_fahrenheit: {
|
|
14302
|
-
description: 'Temperature, in °F, reported by the
|
|
14334
|
+
description: 'Temperature, in °F, reported by the affected thermostat.',
|
|
14303
14335
|
format: 'float',
|
|
14304
14336
|
type: 'number',
|
|
14305
14337
|
},
|
|
14306
14338
|
workspace_id: {
|
|
14307
|
-
description: 'ID of the
|
|
14339
|
+
description: 'ID of the workspace associated with the event.',
|
|
14308
14340
|
format: 'uuid',
|
|
14309
14341
|
type: 'string',
|
|
14310
14342
|
},
|
|
@@ -14327,7 +14359,7 @@ export default {
|
|
|
14327
14359
|
description: 'The name of a [device](https://docs.seam.co/latest/core-concepts/devices) was changed.',
|
|
14328
14360
|
properties: {
|
|
14329
14361
|
connected_account_id: {
|
|
14330
|
-
description: 'ID of the
|
|
14362
|
+
description: 'ID of the connected account associated with the event.',
|
|
14331
14363
|
format: 'uuid',
|
|
14332
14364
|
type: 'string',
|
|
14333
14365
|
},
|
|
@@ -14337,12 +14369,12 @@ export default {
|
|
|
14337
14369
|
type: 'string',
|
|
14338
14370
|
},
|
|
14339
14371
|
device_id: {
|
|
14340
|
-
description: 'ID of the device.',
|
|
14372
|
+
description: 'ID of the affected device.',
|
|
14341
14373
|
format: 'uuid',
|
|
14342
14374
|
type: 'string',
|
|
14343
14375
|
},
|
|
14344
14376
|
device_name: {
|
|
14345
|
-
description: 'The new name of the device.',
|
|
14377
|
+
description: 'The new name of the affected device.',
|
|
14346
14378
|
type: 'string',
|
|
14347
14379
|
},
|
|
14348
14380
|
event_id: {
|
|
@@ -14357,7 +14389,7 @@ export default {
|
|
|
14357
14389
|
type: 'string',
|
|
14358
14390
|
},
|
|
14359
14391
|
workspace_id: {
|
|
14360
|
-
description: 'ID of the
|
|
14392
|
+
description: 'ID of the workspace associated with the event.',
|
|
14361
14393
|
format: 'uuid',
|
|
14362
14394
|
type: 'string',
|
|
14363
14395
|
},
|
|
@@ -14384,7 +14416,7 @@ export default {
|
|
|
14384
14416
|
type: 'string',
|
|
14385
14417
|
},
|
|
14386
14418
|
enrollment_automation_id: {
|
|
14387
|
-
description: 'ID of the
|
|
14419
|
+
description: 'ID of the affected enrollment automation.',
|
|
14388
14420
|
format: 'uuid',
|
|
14389
14421
|
type: 'string',
|
|
14390
14422
|
},
|
|
@@ -14403,7 +14435,7 @@ export default {
|
|
|
14403
14435
|
type: 'string',
|
|
14404
14436
|
},
|
|
14405
14437
|
workspace_id: {
|
|
14406
|
-
description: 'ID of the
|
|
14438
|
+
description: 'ID of the workspace associated with the event.',
|
|
14407
14439
|
format: 'uuid',
|
|
14408
14440
|
type: 'string',
|
|
14409
14441
|
},
|
|
@@ -14428,7 +14460,7 @@ export default {
|
|
|
14428
14460
|
type: 'string',
|
|
14429
14461
|
},
|
|
14430
14462
|
device_id: {
|
|
14431
|
-
description: 'ID of the
|
|
14463
|
+
description: 'ID of the affected phone device.',
|
|
14432
14464
|
format: 'uuid',
|
|
14433
14465
|
type: 'string',
|
|
14434
14466
|
},
|
|
@@ -14444,7 +14476,7 @@ export default {
|
|
|
14444
14476
|
type: 'string',
|
|
14445
14477
|
},
|
|
14446
14478
|
workspace_id: {
|
|
14447
|
-
description: 'ID of the
|
|
14479
|
+
description: 'ID of the workspace associated with the event.',
|
|
14448
14480
|
format: 'uuid',
|
|
14449
14481
|
type: 'string',
|
|
14450
14482
|
},
|
|
@@ -21370,6 +21402,7 @@ export default {
|
|
|
21370
21402
|
update_current_key: {
|
|
21371
21403
|
description: "Indicates whether to update the user's existing card. See also [Programming Salto Space Card-based Credentials](https://docs.seam.co/latest/device-and-system-integration-guides/salto-proaccess-space-access-system/programming-salto-space-card-based-credentials).",
|
|
21372
21404
|
type: 'boolean',
|
|
21405
|
+
'x-undocumented': 'Not used. Will be deprecated.',
|
|
21373
21406
|
},
|
|
21374
21407
|
},
|
|
21375
21408
|
type: 'object',
|
|
@@ -25458,6 +25491,7 @@ export default {
|
|
|
25458
25491
|
},
|
|
25459
25492
|
security: [
|
|
25460
25493
|
{ client_session: [] },
|
|
25494
|
+
{ customer_client_session: [] },
|
|
25461
25495
|
{ pat_with_workspace: [] },
|
|
25462
25496
|
{ console_session_with_workspace: [] },
|
|
25463
25497
|
{ api_key: [] },
|
|
@@ -25588,6 +25622,7 @@ export default {
|
|
|
25588
25622
|
{ api_key: [] },
|
|
25589
25623
|
{ pat_with_workspace: [] },
|
|
25590
25624
|
{ console_session_with_workspace: [] },
|
|
25625
|
+
{ customer_client_session: [] },
|
|
25591
25626
|
],
|
|
25592
25627
|
summary: '/connected_accounts/delete',
|
|
25593
25628
|
tags: ['/connected_accounts'],
|
|
@@ -25738,6 +25773,7 @@ export default {
|
|
|
25738
25773
|
{ api_key: [] },
|
|
25739
25774
|
{ pat_with_workspace: [] },
|
|
25740
25775
|
{ console_session_with_workspace: [] },
|
|
25776
|
+
{ customer_client_session: [] },
|
|
25741
25777
|
],
|
|
25742
25778
|
summary: '/connected_accounts/list',
|
|
25743
25779
|
tags: ['/connected_accounts'],
|
|
@@ -25965,6 +26001,7 @@ export default {
|
|
|
25965
26001
|
},
|
|
25966
26002
|
security: [
|
|
25967
26003
|
{ client_session: [] },
|
|
26004
|
+
{ customer_client_session: [] },
|
|
25968
26005
|
{ pat_with_workspace: [] },
|
|
25969
26006
|
{ console_session_with_workspace: [] },
|
|
25970
26007
|
{ api_key: [] },
|
|
@@ -26283,6 +26320,7 @@ export default {
|
|
|
26283
26320
|
401: { description: 'Unauthorized' },
|
|
26284
26321
|
},
|
|
26285
26322
|
security: [
|
|
26323
|
+
{ customer_client_session: [] },
|
|
26286
26324
|
{ client_session: [] },
|
|
26287
26325
|
{ pat_with_workspace: [] },
|
|
26288
26326
|
{ console_session_with_workspace: [] },
|
|
@@ -27162,9 +27200,20 @@ export default {
|
|
|
27162
27200
|
'application/json': {
|
|
27163
27201
|
schema: {
|
|
27164
27202
|
properties: {
|
|
27165
|
-
device_id: {
|
|
27166
|
-
|
|
27167
|
-
|
|
27203
|
+
device_id: {
|
|
27204
|
+
description: 'Unique identifier for the device that triggered the event that you want to get.',
|
|
27205
|
+
format: 'uuid',
|
|
27206
|
+
type: 'string',
|
|
27207
|
+
},
|
|
27208
|
+
event_id: {
|
|
27209
|
+
description: 'Unique identifier for the event that you want to get.',
|
|
27210
|
+
format: 'uuid',
|
|
27211
|
+
type: 'string',
|
|
27212
|
+
},
|
|
27213
|
+
event_type: {
|
|
27214
|
+
description: 'Type of the event that you want to get.',
|
|
27215
|
+
type: 'string',
|
|
27216
|
+
},
|
|
27168
27217
|
},
|
|
27169
27218
|
type: 'object',
|
|
27170
27219
|
},
|
|
@@ -27215,17 +27264,28 @@ export default {
|
|
|
27215
27264
|
'application/json': {
|
|
27216
27265
|
schema: {
|
|
27217
27266
|
properties: {
|
|
27218
|
-
access_code_id: {
|
|
27267
|
+
access_code_id: {
|
|
27268
|
+
description: 'ID of the access code for which you want to list events.',
|
|
27269
|
+
format: 'uuid',
|
|
27270
|
+
type: 'string',
|
|
27271
|
+
},
|
|
27219
27272
|
access_code_ids: {
|
|
27273
|
+
description: 'IDs of the access codes for which you want to list events.',
|
|
27220
27274
|
items: { format: 'uuid', type: 'string' },
|
|
27221
27275
|
type: 'array',
|
|
27222
27276
|
},
|
|
27223
|
-
acs_system_id: {
|
|
27277
|
+
acs_system_id: {
|
|
27278
|
+
description: 'ID of the access system for which you want to list events.',
|
|
27279
|
+
format: 'uuid',
|
|
27280
|
+
type: 'string',
|
|
27281
|
+
},
|
|
27224
27282
|
acs_system_ids: {
|
|
27283
|
+
description: 'IDs of the access systems for which you want to list events.',
|
|
27225
27284
|
items: { format: 'uuid', type: 'string' },
|
|
27226
27285
|
type: 'array',
|
|
27227
27286
|
},
|
|
27228
27287
|
between: {
|
|
27288
|
+
description: 'Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.',
|
|
27229
27289
|
items: {
|
|
27230
27290
|
oneOf: [
|
|
27231
27291
|
{ type: 'string' },
|
|
@@ -27236,22 +27296,38 @@ export default {
|
|
|
27236
27296
|
minItems: 2,
|
|
27237
27297
|
type: 'array',
|
|
27238
27298
|
},
|
|
27239
|
-
connect_webview_id: {
|
|
27240
|
-
|
|
27299
|
+
connect_webview_id: {
|
|
27300
|
+
description: 'IDs of the connected accounts for which you want to list events.',
|
|
27301
|
+
format: 'uuid',
|
|
27302
|
+
type: 'string',
|
|
27303
|
+
},
|
|
27304
|
+
connected_account_id: {
|
|
27305
|
+
description: 'ID of the connected account for which you want to list events.',
|
|
27306
|
+
format: 'uuid',
|
|
27307
|
+
type: 'string',
|
|
27308
|
+
},
|
|
27241
27309
|
customer_ids: {
|
|
27310
|
+
description: 'IDs of the customers for which you want to list events.',
|
|
27242
27311
|
items: { format: 'uuid', type: 'string' },
|
|
27243
27312
|
type: 'array',
|
|
27244
27313
|
},
|
|
27245
|
-
device_id: {
|
|
27314
|
+
device_id: {
|
|
27315
|
+
description: 'ID of the device for which you want to list events.',
|
|
27316
|
+
format: 'uuid',
|
|
27317
|
+
type: 'string',
|
|
27318
|
+
},
|
|
27246
27319
|
device_ids: {
|
|
27320
|
+
description: 'IDs of the devices for which you want to list events.',
|
|
27247
27321
|
items: { format: 'uuid', type: 'string' },
|
|
27248
27322
|
type: 'array',
|
|
27249
27323
|
},
|
|
27250
27324
|
event_ids: {
|
|
27325
|
+
description: 'IDs of the events that you want to list.',
|
|
27251
27326
|
items: { format: 'uuid', type: 'string' },
|
|
27252
27327
|
type: 'array',
|
|
27253
27328
|
},
|
|
27254
27329
|
event_type: {
|
|
27330
|
+
description: 'Type of the events that you want to list.',
|
|
27255
27331
|
enum: [
|
|
27256
27332
|
'access_code.created',
|
|
27257
27333
|
'access_code.changed',
|
|
@@ -27345,6 +27421,7 @@ export default {
|
|
|
27345
27421
|
type: 'string',
|
|
27346
27422
|
},
|
|
27347
27423
|
event_types: {
|
|
27424
|
+
description: 'Types of the events that you want to list.',
|
|
27348
27425
|
items: {
|
|
27349
27426
|
enum: [
|
|
27350
27427
|
'access_code.created',
|
|
@@ -27440,9 +27517,21 @@ export default {
|
|
|
27440
27517
|
},
|
|
27441
27518
|
type: 'array',
|
|
27442
27519
|
},
|
|
27443
|
-
limit: {
|
|
27444
|
-
|
|
27445
|
-
|
|
27520
|
+
limit: {
|
|
27521
|
+
default: 500,
|
|
27522
|
+
description: 'Numerical limit on the number of events to return.',
|
|
27523
|
+
format: 'float',
|
|
27524
|
+
type: 'number',
|
|
27525
|
+
},
|
|
27526
|
+
since: {
|
|
27527
|
+
description: 'Timestamp to indicate the beginning generation time for the events that you want to list. You must include `since` or `between`.',
|
|
27528
|
+
type: 'string',
|
|
27529
|
+
},
|
|
27530
|
+
unstable_offset: {
|
|
27531
|
+
description: 'Offset for the events that you want to list.',
|
|
27532
|
+
format: 'float',
|
|
27533
|
+
type: 'number',
|
|
27534
|
+
},
|
|
27446
27535
|
},
|
|
27447
27536
|
type: 'object',
|
|
27448
27537
|
},
|
|
@@ -27476,6 +27565,7 @@ export default {
|
|
|
27476
27565
|
{ api_key: [] },
|
|
27477
27566
|
{ pat_with_workspace: [] },
|
|
27478
27567
|
{ console_session_with_workspace: [] },
|
|
27568
|
+
{ customer_client_session: [] },
|
|
27479
27569
|
],
|
|
27480
27570
|
summary: '/events/list',
|
|
27481
27571
|
tags: ['/events'],
|
|
@@ -32944,6 +33034,7 @@ export default {
|
|
|
32944
33034
|
{ pat_with_workspace: [] },
|
|
32945
33035
|
{ console_session_with_workspace: [] },
|
|
32946
33036
|
{ api_key: [] },
|
|
33037
|
+
{ customer_client_session: [] },
|
|
32947
33038
|
],
|
|
32948
33039
|
summary: '/unstable_access_grants/create',
|
|
32949
33040
|
tags: [],
|
|
@@ -32996,6 +33087,7 @@ export default {
|
|
|
32996
33087
|
{ pat_with_workspace: [] },
|
|
32997
33088
|
{ console_session_with_workspace: [] },
|
|
32998
33089
|
{ api_key: [] },
|
|
33090
|
+
{ customer_client_session: [] },
|
|
32999
33091
|
],
|
|
33000
33092
|
summary: '/unstable_access_grants/delete',
|
|
33001
33093
|
tags: [],
|
|
@@ -33134,6 +33226,7 @@ export default {
|
|
|
33134
33226
|
{ pat_with_workspace: [] },
|
|
33135
33227
|
{ console_session_with_workspace: [] },
|
|
33136
33228
|
{ api_key: [] },
|
|
33229
|
+
{ customer_client_session: [] },
|
|
33137
33230
|
],
|
|
33138
33231
|
summary: '/unstable_access_grants/get',
|
|
33139
33232
|
tags: [],
|
|
@@ -33290,6 +33383,7 @@ export default {
|
|
|
33290
33383
|
{ pat_with_workspace: [] },
|
|
33291
33384
|
{ console_session_with_workspace: [] },
|
|
33292
33385
|
{ api_key: [] },
|
|
33386
|
+
{ customer_client_session: [] },
|
|
33293
33387
|
],
|
|
33294
33388
|
summary: '/unstable_access_grants/list',
|
|
33295
33389
|
tags: [],
|