@seamapi/types 1.406.1 → 1.406.2

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.
Files changed (63) hide show
  1. package/dist/connect.cjs +477 -468
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +664 -614
  4. package/lib/seam/connect/models/events/access-codes.js +4 -9
  5. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  6. package/lib/seam/connect/models/events/access-grants.js +5 -2
  7. package/lib/seam/connect/models/events/access-grants.js.map +1 -1
  8. package/lib/seam/connect/models/events/access-methods.js +4 -1
  9. package/lib/seam/connect/models/events/access-methods.js.map +1 -1
  10. package/lib/seam/connect/models/events/acs/access-groups.js +4 -1
  11. package/lib/seam/connect/models/events/acs/access-groups.js.map +1 -1
  12. package/lib/seam/connect/models/events/acs/common.js +2 -5
  13. package/lib/seam/connect/models/events/acs/common.js.map +1 -1
  14. package/lib/seam/connect/models/events/acs/credentials.js +4 -1
  15. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  16. package/lib/seam/connect/models/events/acs/encoders.js +1 -4
  17. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  18. package/lib/seam/connect/models/events/acs/entrances.js +1 -1
  19. package/lib/seam/connect/models/events/acs/entrances.js.map +1 -1
  20. package/lib/seam/connect/models/events/acs/systems.js +3 -3
  21. package/lib/seam/connect/models/events/acs/users.js +3 -3
  22. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  23. package/lib/seam/connect/models/events/action-attempts.js +2 -2
  24. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  25. package/lib/seam/connect/models/events/client-sessions.js +1 -1
  26. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  27. package/lib/seam/connect/models/events/common.js +1 -1
  28. package/lib/seam/connect/models/events/common.js.map +1 -1
  29. package/lib/seam/connect/models/events/connect-webviews.js +2 -2
  30. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  31. package/lib/seam/connect/models/events/connected-accounts.js +2 -2
  32. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  33. package/lib/seam/connect/models/events/devices.js +37 -37
  34. package/lib/seam/connect/models/events/devices.js.map +1 -1
  35. package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
  36. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  37. package/lib/seam/connect/models/events/phones.js +1 -4
  38. package/lib/seam/connect/models/events/phones.js.map +1 -1
  39. package/lib/seam/connect/openapi.d.ts +21 -0
  40. package/lib/seam/connect/openapi.js +411 -328
  41. package/lib/seam/connect/openapi.js.map +1 -1
  42. package/lib/seam/connect/route-types.d.ts +643 -614
  43. package/package.json +1 -1
  44. package/src/lib/seam/connect/models/events/access-codes.ts +4 -15
  45. package/src/lib/seam/connect/models/events/access-grants.ts +5 -2
  46. package/src/lib/seam/connect/models/events/access-methods.ts +4 -1
  47. package/src/lib/seam/connect/models/events/acs/access-groups.ts +4 -1
  48. package/src/lib/seam/connect/models/events/acs/common.ts +2 -9
  49. package/src/lib/seam/connect/models/events/acs/credentials.ts +4 -1
  50. package/src/lib/seam/connect/models/events/acs/encoders.ts +1 -6
  51. package/src/lib/seam/connect/models/events/acs/entrances.ts +1 -3
  52. package/src/lib/seam/connect/models/events/acs/systems.ts +3 -3
  53. package/src/lib/seam/connect/models/events/acs/users.ts +3 -5
  54. package/src/lib/seam/connect/models/events/action-attempts.ts +2 -4
  55. package/src/lib/seam/connect/models/events/client-sessions.ts +1 -3
  56. package/src/lib/seam/connect/models/events/common.ts +1 -3
  57. package/src/lib/seam/connect/models/events/connect-webviews.ts +2 -6
  58. package/src/lib/seam/connect/models/events/connected-accounts.ts +2 -6
  59. package/src/lib/seam/connect/models/events/devices.ts +37 -77
  60. package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -3
  61. package/src/lib/seam/connect/models/events/phones.ts +1 -6
  62. package/src/lib/seam/connect/openapi.ts +425 -485
  63. package/src/lib/seam/connect/route-types.ts +643 -614
@@ -11019,14 +11019,13 @@ export default {
11019
11019
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was created.',
11020
11020
  properties: {
11021
11021
  access_code_id: {
11022
- description:
11023
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11022
+ description: 'ID of the affected access code.',
11024
11023
  format: 'uuid',
11025
11024
  type: 'string',
11026
11025
  },
11027
11026
  connected_account_id: {
11028
11027
  description:
11029
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11028
+ 'ID of the connected account associated with the affected access codes.',
11030
11029
  format: 'uuid',
11031
11030
  type: 'string',
11032
11031
  },
@@ -11037,7 +11036,7 @@ export default {
11037
11036
  },
11038
11037
  device_id: {
11039
11038
  description:
11040
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11039
+ 'ID of the device associated with the affected access code.',
11041
11040
  format: 'uuid',
11042
11041
  type: 'string',
11043
11042
  },
@@ -11053,8 +11052,7 @@ export default {
11053
11052
  type: 'string',
11054
11053
  },
11055
11054
  workspace_id: {
11056
- description:
11057
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11055
+ description: 'ID of the workspace associated with the event.',
11058
11056
  format: 'uuid',
11059
11057
  type: 'string',
11060
11058
  },
@@ -11077,14 +11075,13 @@ export default {
11077
11075
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was changed.',
11078
11076
  properties: {
11079
11077
  access_code_id: {
11080
- description:
11081
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11078
+ description: 'ID of the affected access code.',
11082
11079
  format: 'uuid',
11083
11080
  type: 'string',
11084
11081
  },
11085
11082
  connected_account_id: {
11086
11083
  description:
11087
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11084
+ 'ID of the connected account associated with the affected access codes.',
11088
11085
  format: 'uuid',
11089
11086
  type: 'string',
11090
11087
  },
@@ -11095,7 +11092,7 @@ export default {
11095
11092
  },
11096
11093
  device_id: {
11097
11094
  description:
11098
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11095
+ 'ID of the device associated with the affected access code.',
11099
11096
  format: 'uuid',
11100
11097
  type: 'string',
11101
11098
  },
@@ -11111,8 +11108,7 @@ export default {
11111
11108
  type: 'string',
11112
11109
  },
11113
11110
  workspace_id: {
11114
- description:
11115
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11111
+ description: 'ID of the workspace associated with the event.',
11116
11112
  format: 'uuid',
11117
11113
  type: 'string',
11118
11114
  },
@@ -11135,19 +11131,17 @@ export default {
11135
11131
  '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.',
11136
11132
  properties: {
11137
11133
  access_code_id: {
11138
- description:
11139
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11134
+ description: 'ID of the affected access code.',
11140
11135
  format: 'uuid',
11141
11136
  type: 'string',
11142
11137
  },
11143
11138
  code: {
11144
- description:
11145
- 'Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11139
+ description: 'Code for the affected access code.',
11146
11140
  type: 'string',
11147
11141
  },
11148
11142
  connected_account_id: {
11149
11143
  description:
11150
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11144
+ 'ID of the connected account associated with the affected access codes.',
11151
11145
  format: 'uuid',
11152
11146
  type: 'string',
11153
11147
  },
@@ -11158,7 +11152,7 @@ export default {
11158
11152
  },
11159
11153
  device_id: {
11160
11154
  description:
11161
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11155
+ 'ID of the device associated with the affected access code.',
11162
11156
  format: 'uuid',
11163
11157
  type: 'string',
11164
11158
  },
@@ -11177,8 +11171,7 @@ export default {
11177
11171
  type: 'string',
11178
11172
  },
11179
11173
  workspace_id: {
11180
- description:
11181
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11174
+ description: 'ID of the workspace associated with the event.',
11182
11175
  format: 'uuid',
11183
11176
  type: 'string',
11184
11177
  },
@@ -11202,19 +11195,17 @@ export default {
11202
11195
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was set on a device.',
11203
11196
  properties: {
11204
11197
  access_code_id: {
11205
- description:
11206
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11198
+ description: 'ID of the affected access code.',
11207
11199
  format: 'uuid',
11208
11200
  type: 'string',
11209
11201
  },
11210
11202
  code: {
11211
- description:
11212
- 'Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11203
+ description: 'Code for the affected access code.',
11213
11204
  type: 'string',
11214
11205
  },
11215
11206
  connected_account_id: {
11216
11207
  description:
11217
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11208
+ 'ID of the connected account associated with the affected access codes.',
11218
11209
  format: 'uuid',
11219
11210
  type: 'string',
11220
11211
  },
@@ -11225,7 +11216,7 @@ export default {
11225
11216
  },
11226
11217
  device_id: {
11227
11218
  description:
11228
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11219
+ 'ID of the device associated with the affected access code.',
11229
11220
  format: 'uuid',
11230
11221
  type: 'string',
11231
11222
  },
@@ -11244,8 +11235,7 @@ export default {
11244
11235
  type: 'string',
11245
11236
  },
11246
11237
  workspace_id: {
11247
- description:
11248
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11238
+ description: 'ID of the workspace associated with the event.',
11249
11239
  format: 'uuid',
11250
11240
  type: 'string',
11251
11241
  },
@@ -11269,14 +11259,13 @@ export default {
11269
11259
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was removed from a device.',
11270
11260
  properties: {
11271
11261
  access_code_id: {
11272
- description:
11273
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11262
+ description: 'ID of the affected access code.',
11274
11263
  format: 'uuid',
11275
11264
  type: 'string',
11276
11265
  },
11277
11266
  connected_account_id: {
11278
11267
  description:
11279
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11268
+ 'ID of the connected account associated with the affected access codes.',
11280
11269
  format: 'uuid',
11281
11270
  type: 'string',
11282
11271
  },
@@ -11287,7 +11276,7 @@ export default {
11287
11276
  },
11288
11277
  device_id: {
11289
11278
  description:
11290
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11279
+ 'ID of the device associated with the affected access code.',
11291
11280
  format: 'uuid',
11292
11281
  type: 'string',
11293
11282
  },
@@ -11306,8 +11295,7 @@ export default {
11306
11295
  type: 'string',
11307
11296
  },
11308
11297
  workspace_id: {
11309
- description:
11310
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11298
+ description: 'ID of the workspace associated with the event.',
11311
11299
  format: 'uuid',
11312
11300
  type: 'string',
11313
11301
  },
@@ -11330,14 +11318,13 @@ export default {
11330
11318
  '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.',
11331
11319
  properties: {
11332
11320
  access_code_id: {
11333
- description:
11334
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11321
+ description: 'ID of the affected access code.',
11335
11322
  format: 'uuid',
11336
11323
  type: 'string',
11337
11324
  },
11338
11325
  connected_account_id: {
11339
11326
  description:
11340
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11327
+ 'ID of the connected account associated with the affected access codes.',
11341
11328
  format: 'uuid',
11342
11329
  type: 'string',
11343
11330
  },
@@ -11348,7 +11335,7 @@ export default {
11348
11335
  },
11349
11336
  device_id: {
11350
11337
  description:
11351
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11338
+ 'ID of the device associated with the affected access code.',
11352
11339
  format: 'uuid',
11353
11340
  type: 'string',
11354
11341
  },
@@ -11367,8 +11354,7 @@ export default {
11367
11354
  type: 'string',
11368
11355
  },
11369
11356
  workspace_id: {
11370
- description:
11371
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11357
+ description: 'ID of the workspace associated with the event.',
11372
11358
  format: 'uuid',
11373
11359
  type: 'string',
11374
11360
  },
@@ -11391,14 +11377,13 @@ export default {
11391
11377
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be set on a device.',
11392
11378
  properties: {
11393
11379
  access_code_id: {
11394
- description:
11395
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11380
+ description: 'ID of the affected access code.',
11396
11381
  format: 'uuid',
11397
11382
  type: 'string',
11398
11383
  },
11399
11384
  connected_account_id: {
11400
11385
  description:
11401
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11386
+ 'ID of the connected account associated with the affected access codes.',
11402
11387
  format: 'uuid',
11403
11388
  type: 'string',
11404
11389
  },
@@ -11409,7 +11394,7 @@ export default {
11409
11394
  },
11410
11395
  device_id: {
11411
11396
  description:
11412
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11397
+ 'ID of the device associated with the affected access code.',
11413
11398
  format: 'uuid',
11414
11399
  type: 'string',
11415
11400
  },
@@ -11428,8 +11413,7 @@ export default {
11428
11413
  type: 'string',
11429
11414
  },
11430
11415
  workspace_id: {
11431
- description:
11432
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11416
+ description: 'ID of the workspace associated with the event.',
11433
11417
  format: 'uuid',
11434
11418
  type: 'string',
11435
11419
  },
@@ -11452,20 +11436,18 @@ export default {
11452
11436
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted.',
11453
11437
  properties: {
11454
11438
  access_code_id: {
11455
- description:
11456
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11439
+ description: 'ID of the affected access code.',
11457
11440
  format: 'uuid',
11458
11441
  type: 'string',
11459
11442
  },
11460
11443
  code: {
11461
- description:
11462
- 'Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11444
+ description: 'Code for the affected access code.',
11463
11445
  nullable: true,
11464
11446
  type: 'string',
11465
11447
  },
11466
11448
  connected_account_id: {
11467
11449
  description:
11468
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11450
+ 'ID of the connected account associated with the affected access codes.',
11469
11451
  format: 'uuid',
11470
11452
  type: 'string',
11471
11453
  },
@@ -11476,7 +11458,7 @@ export default {
11476
11458
  },
11477
11459
  device_id: {
11478
11460
  description:
11479
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11461
+ 'ID of the device associated with the affected access code.',
11480
11462
  format: 'uuid',
11481
11463
  type: 'string',
11482
11464
  },
@@ -11492,8 +11474,7 @@ export default {
11492
11474
  type: 'string',
11493
11475
  },
11494
11476
  workspace_id: {
11495
- description:
11496
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11477
+ description: 'ID of the workspace associated with the event.',
11497
11478
  format: 'uuid',
11498
11479
  type: 'string',
11499
11480
  },
@@ -11517,14 +11498,13 @@ export default {
11517
11498
  '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.',
11518
11499
  properties: {
11519
11500
  access_code_id: {
11520
- description:
11521
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11501
+ description: 'ID of the affected access code.',
11522
11502
  format: 'uuid',
11523
11503
  type: 'string',
11524
11504
  },
11525
11505
  connected_account_id: {
11526
11506
  description:
11527
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11507
+ 'ID of the connected account associated with the affected access codes.',
11528
11508
  format: 'uuid',
11529
11509
  type: 'string',
11530
11510
  },
@@ -11535,7 +11515,7 @@ export default {
11535
11515
  },
11536
11516
  device_id: {
11537
11517
  description:
11538
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11518
+ 'ID of the device associated with the affected access code.',
11539
11519
  format: 'uuid',
11540
11520
  type: 'string',
11541
11521
  },
@@ -11554,8 +11534,7 @@ export default {
11554
11534
  type: 'string',
11555
11535
  },
11556
11536
  workspace_id: {
11557
- description:
11558
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11537
+ description: 'ID of the workspace associated with the event.',
11559
11538
  format: 'uuid',
11560
11539
  type: 'string',
11561
11540
  },
@@ -11578,14 +11557,13 @@ export default {
11578
11557
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be removed from a device.',
11579
11558
  properties: {
11580
11559
  access_code_id: {
11581
- description:
11582
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11560
+ description: 'ID of the affected access code.',
11583
11561
  format: 'uuid',
11584
11562
  type: 'string',
11585
11563
  },
11586
11564
  connected_account_id: {
11587
11565
  description:
11588
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11566
+ 'ID of the connected account associated with the affected access codes.',
11589
11567
  format: 'uuid',
11590
11568
  type: 'string',
11591
11569
  },
@@ -11596,7 +11574,7 @@ export default {
11596
11574
  },
11597
11575
  device_id: {
11598
11576
  description:
11599
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11577
+ 'ID of the device associated with the affected access code.',
11600
11578
  format: 'uuid',
11601
11579
  type: 'string',
11602
11580
  },
@@ -11615,8 +11593,7 @@ export default {
11615
11593
  type: 'string',
11616
11594
  },
11617
11595
  workspace_id: {
11618
- description:
11619
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11596
+ description: 'ID of the workspace associated with the event.',
11620
11597
  format: 'uuid',
11621
11598
  type: 'string',
11622
11599
  },
@@ -11639,14 +11616,13 @@ export default {
11639
11616
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was modified outside of Seam.',
11640
11617
  properties: {
11641
11618
  access_code_id: {
11642
- description:
11643
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11619
+ description: 'ID of the affected access code.',
11644
11620
  format: 'uuid',
11645
11621
  type: 'string',
11646
11622
  },
11647
11623
  connected_account_id: {
11648
11624
  description:
11649
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11625
+ 'ID of the connected account associated with the affected access codes.',
11650
11626
  format: 'uuid',
11651
11627
  type: 'string',
11652
11628
  },
@@ -11657,7 +11633,7 @@ export default {
11657
11633
  },
11658
11634
  device_id: {
11659
11635
  description:
11660
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11636
+ 'ID of the device associated with the affected access code.',
11661
11637
  format: 'uuid',
11662
11638
  type: 'string',
11663
11639
  },
@@ -11676,8 +11652,7 @@ export default {
11676
11652
  type: 'string',
11677
11653
  },
11678
11654
  workspace_id: {
11679
- description:
11680
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11655
+ description: 'ID of the workspace associated with the event.',
11681
11656
  format: 'uuid',
11682
11657
  type: 'string',
11683
11658
  },
@@ -11700,14 +11675,13 @@ export default {
11700
11675
  'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted outside of Seam.',
11701
11676
  properties: {
11702
11677
  access_code_id: {
11703
- description:
11704
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11678
+ description: 'ID of the affected access code.',
11705
11679
  format: 'uuid',
11706
11680
  type: 'string',
11707
11681
  },
11708
11682
  connected_account_id: {
11709
11683
  description:
11710
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11684
+ 'ID of the connected account associated with the affected access codes.',
11711
11685
  format: 'uuid',
11712
11686
  type: 'string',
11713
11687
  },
@@ -11718,7 +11692,7 @@ export default {
11718
11692
  },
11719
11693
  device_id: {
11720
11694
  description:
11721
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11695
+ 'ID of the device associated with the affected access code.',
11722
11696
  format: 'uuid',
11723
11697
  type: 'string',
11724
11698
  },
@@ -11737,8 +11711,7 @@ export default {
11737
11711
  type: 'string',
11738
11712
  },
11739
11713
  workspace_id: {
11740
- description:
11741
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11714
+ description: 'ID of the workspace associated with the event.',
11742
11715
  format: 'uuid',
11743
11716
  type: 'string',
11744
11717
  },
@@ -11761,15 +11734,14 @@ export default {
11761
11734
  '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.',
11762
11735
  properties: {
11763
11736
  access_code_id: {
11764
- description:
11765
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11737
+ description: 'ID of the affected access code.',
11766
11738
  format: 'uuid',
11767
11739
  type: 'string',
11768
11740
  },
11769
11741
  backup_access_code_id: { type: 'string' },
11770
11742
  connected_account_id: {
11771
11743
  description:
11772
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11744
+ 'ID of the connected account associated with the affected access codes.',
11773
11745
  format: 'uuid',
11774
11746
  type: 'string',
11775
11747
  },
@@ -11780,7 +11752,7 @@ export default {
11780
11752
  },
11781
11753
  device_id: {
11782
11754
  description:
11783
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11755
+ 'ID of the device associated with the affected access code.',
11784
11756
  format: 'uuid',
11785
11757
  type: 'string',
11786
11758
  },
@@ -11799,8 +11771,7 @@ export default {
11799
11771
  type: 'string',
11800
11772
  },
11801
11773
  workspace_id: {
11802
- description:
11803
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11774
+ description: 'ID of the workspace associated with the event.',
11804
11775
  format: 'uuid',
11805
11776
  type: 'string',
11806
11777
  },
@@ -11824,14 +11795,13 @@ export default {
11824
11795
  '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.',
11825
11796
  properties: {
11826
11797
  access_code_id: {
11827
- description:
11828
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11798
+ description: 'ID of the affected access code.',
11829
11799
  format: 'uuid',
11830
11800
  type: 'string',
11831
11801
  },
11832
11802
  connected_account_id: {
11833
11803
  description:
11834
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11804
+ 'ID of the connected account associated with the affected access codes.',
11835
11805
  format: 'uuid',
11836
11806
  type: 'string',
11837
11807
  },
@@ -11842,7 +11812,7 @@ export default {
11842
11812
  },
11843
11813
  device_id: {
11844
11814
  description:
11845
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11815
+ 'ID of the device associated with the affected access code.',
11846
11816
  format: 'uuid',
11847
11817
  type: 'string',
11848
11818
  },
@@ -11861,8 +11831,7 @@ export default {
11861
11831
  type: 'string',
11862
11832
  },
11863
11833
  workspace_id: {
11864
- description:
11865
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11834
+ description: 'ID of the workspace associated with the event.',
11866
11835
  format: 'uuid',
11867
11836
  type: 'string',
11868
11837
  },
@@ -11885,14 +11854,13 @@ export default {
11885
11854
  '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.',
11886
11855
  properties: {
11887
11856
  access_code_id: {
11888
- description:
11889
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11857
+ description: 'ID of the affected access code.',
11890
11858
  format: 'uuid',
11891
11859
  type: 'string',
11892
11860
  },
11893
11861
  connected_account_id: {
11894
11862
  description:
11895
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11863
+ 'ID of the connected account associated with the affected access codes.',
11896
11864
  format: 'uuid',
11897
11865
  type: 'string',
11898
11866
  },
@@ -11903,7 +11871,7 @@ export default {
11903
11871
  },
11904
11872
  device_id: {
11905
11873
  description:
11906
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11874
+ 'ID of the device associated with the affected access code.',
11907
11875
  format: 'uuid',
11908
11876
  type: 'string',
11909
11877
  },
@@ -11922,8 +11890,7 @@ export default {
11922
11890
  type: 'string',
11923
11891
  },
11924
11892
  workspace_id: {
11925
- description:
11926
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11893
+ description: 'ID of the workspace associated with the event.',
11927
11894
  format: 'uuid',
11928
11895
  type: 'string',
11929
11896
  },
@@ -11946,14 +11913,13 @@ export default {
11946
11913
  'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was created on a device.',
11947
11914
  properties: {
11948
11915
  access_code_id: {
11949
- description:
11950
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11916
+ description: 'ID of the affected access code.',
11951
11917
  format: 'uuid',
11952
11918
  type: 'string',
11953
11919
  },
11954
11920
  connected_account_id: {
11955
11921
  description:
11956
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11922
+ 'ID of the connected account associated with the affected access codes.',
11957
11923
  format: 'uuid',
11958
11924
  type: 'string',
11959
11925
  },
@@ -11964,7 +11930,7 @@ export default {
11964
11930
  },
11965
11931
  device_id: {
11966
11932
  description:
11967
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11933
+ 'ID of the device associated with the affected access code.',
11968
11934
  format: 'uuid',
11969
11935
  type: 'string',
11970
11936
  },
@@ -11983,8 +11949,7 @@ export default {
11983
11949
  type: 'string',
11984
11950
  },
11985
11951
  workspace_id: {
11986
- description:
11987
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
11952
+ description: 'ID of the workspace associated with the event.',
11988
11953
  format: 'uuid',
11989
11954
  type: 'string',
11990
11955
  },
@@ -12007,14 +11972,13 @@ export default {
12007
11972
  'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was removed from a device.',
12008
11973
  properties: {
12009
11974
  access_code_id: {
12010
- description:
12011
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
11975
+ description: 'ID of the affected access code.',
12012
11976
  format: 'uuid',
12013
11977
  type: 'string',
12014
11978
  },
12015
11979
  connected_account_id: {
12016
11980
  description:
12017
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
11981
+ 'ID of the connected account associated with the affected access codes.',
12018
11982
  format: 'uuid',
12019
11983
  type: 'string',
12020
11984
  },
@@ -12025,7 +11989,7 @@ export default {
12025
11989
  },
12026
11990
  device_id: {
12027
11991
  description:
12028
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
11992
+ 'ID of the device associated with the affected access code.',
12029
11993
  format: 'uuid',
12030
11994
  type: 'string',
12031
11995
  },
@@ -12044,8 +12008,7 @@ export default {
12044
12008
  type: 'string',
12045
12009
  },
12046
12010
  workspace_id: {
12047
- description:
12048
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12011
+ description: 'ID of the workspace associated with the event.',
12049
12012
  format: 'uuid',
12050
12013
  type: 'string',
12051
12014
  },
@@ -12067,7 +12030,7 @@ export default {
12067
12030
  description: 'An access grant was created.',
12068
12031
  properties: {
12069
12032
  access_grant_id: {
12070
- description: 'ID of the access grant.',
12033
+ description: 'ID of the affected access grant.',
12071
12034
  format: 'uuid',
12072
12035
  type: 'string',
12073
12036
  },
@@ -12088,8 +12051,7 @@ export default {
12088
12051
  type: 'string',
12089
12052
  },
12090
12053
  workspace_id: {
12091
- description:
12092
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12054
+ description: 'ID of the workspace associated with the event.',
12093
12055
  format: 'uuid',
12094
12056
  type: 'string',
12095
12057
  },
@@ -12109,7 +12071,7 @@ export default {
12109
12071
  description: 'An access grant was deleted.',
12110
12072
  properties: {
12111
12073
  access_grant_id: {
12112
- description: 'ID of the access grant.',
12074
+ description: 'ID of the affected access grant.',
12113
12075
  format: 'uuid',
12114
12076
  type: 'string',
12115
12077
  },
@@ -12130,8 +12092,7 @@ export default {
12130
12092
  type: 'string',
12131
12093
  },
12132
12094
  workspace_id: {
12133
- description:
12134
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12095
+ description: 'ID of the workspace associated with the event.',
12135
12096
  format: 'uuid',
12136
12097
  type: 'string',
12137
12098
  },
@@ -12152,7 +12113,7 @@ export default {
12152
12113
  'All access requested for an access grant was successfully granted.',
12153
12114
  properties: {
12154
12115
  access_grant_id: {
12155
- description: 'ID of the access grant.',
12116
+ description: 'ID of the affected access grant.',
12156
12117
  format: 'uuid',
12157
12118
  type: 'string',
12158
12119
  },
@@ -12176,8 +12137,7 @@ export default {
12176
12137
  type: 'string',
12177
12138
  },
12178
12139
  workspace_id: {
12179
- description:
12180
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12140
+ description: 'ID of the workspace associated with the event.',
12181
12141
  format: 'uuid',
12182
12142
  type: 'string',
12183
12143
  },
@@ -12198,13 +12158,13 @@ export default {
12198
12158
  'Access requested as part of an access grant to a particular door was successfully granted.',
12199
12159
  properties: {
12200
12160
  access_grant_id: {
12201
- description: 'ID of the access grant.',
12161
+ description: 'ID of the affected access grant.',
12202
12162
  format: 'uuid',
12203
12163
  type: 'string',
12204
12164
  },
12205
12165
  acs_entrance_id: {
12206
12166
  description:
12207
- 'ID of the door, an [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
12167
+ 'ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
12208
12168
  format: 'uuid',
12209
12169
  type: 'string',
12210
12170
  },
@@ -12228,8 +12188,7 @@ export default {
12228
12188
  type: 'string',
12229
12189
  },
12230
12190
  workspace_id: {
12231
- description:
12232
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12191
+ description: 'ID of the workspace associated with the event.',
12233
12192
  format: 'uuid',
12234
12193
  type: 'string',
12235
12194
  },
@@ -12251,13 +12210,13 @@ export default {
12251
12210
  'Access to a particular door that was requested as part of an access grant was lost.',
12252
12211
  properties: {
12253
12212
  access_grant_id: {
12254
- description: 'ID of the access grant.',
12213
+ description: 'ID of the affected access grant.',
12255
12214
  format: 'uuid',
12256
12215
  type: 'string',
12257
12216
  },
12258
12217
  acs_entrance_id: {
12259
12218
  description:
12260
- 'ID of the door, an [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
12219
+ 'ID of the affected [entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details).',
12261
12220
  format: 'uuid',
12262
12221
  type: 'string',
12263
12222
  },
@@ -12281,8 +12240,7 @@ export default {
12281
12240
  type: 'string',
12282
12241
  },
12283
12242
  workspace_id: {
12284
- description:
12285
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12243
+ description: 'ID of the workspace associated with the event.',
12286
12244
  format: 'uuid',
12287
12245
  type: 'string',
12288
12246
  },
@@ -12303,7 +12261,7 @@ export default {
12303
12261
  description: 'An access method was issued.',
12304
12262
  properties: {
12305
12263
  access_method_id: {
12306
- description: 'ID of the access method.',
12264
+ description: 'ID of the affected access method.',
12307
12265
  format: 'uuid',
12308
12266
  type: 'string',
12309
12267
  },
@@ -12324,8 +12282,7 @@ export default {
12324
12282
  type: 'string',
12325
12283
  },
12326
12284
  workspace_id: {
12327
- description:
12328
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12285
+ description: 'ID of the workspace associated with the event.',
12329
12286
  format: 'uuid',
12330
12287
  type: 'string',
12331
12288
  },
@@ -12345,7 +12302,7 @@ export default {
12345
12302
  description: 'An access method was revoked.',
12346
12303
  properties: {
12347
12304
  access_method_id: {
12348
- description: 'ID of the access method.',
12305
+ description: 'ID of the affected access method.',
12349
12306
  format: 'uuid',
12350
12307
  type: 'string',
12351
12308
  },
@@ -12366,8 +12323,7 @@ export default {
12366
12323
  type: 'string',
12367
12324
  },
12368
12325
  workspace_id: {
12369
- description:
12370
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12326
+ description: 'ID of the workspace associated with the event.',
12371
12327
  format: 'uuid',
12372
12328
  type: 'string',
12373
12329
  },
@@ -12388,7 +12344,7 @@ export default {
12388
12344
  'An access method representing a physical card requires encoding.',
12389
12345
  properties: {
12390
12346
  access_method_id: {
12391
- description: 'ID of the access method.',
12347
+ description: 'ID of the affected access method.',
12392
12348
  format: 'uuid',
12393
12349
  type: 'string',
12394
12350
  },
@@ -12412,8 +12368,7 @@ export default {
12412
12368
  type: 'string',
12413
12369
  },
12414
12370
  workspace_id: {
12415
- description:
12416
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12371
+ description: 'ID of the workspace associated with the event.',
12417
12372
  format: 'uuid',
12418
12373
  type: 'string',
12419
12374
  },
@@ -12431,17 +12386,15 @@ export default {
12431
12386
  },
12432
12387
  {
12433
12388
  description:
12434
- 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
12389
+ 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
12435
12390
  properties: {
12436
12391
  acs_system_id: {
12437
- description:
12438
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12392
+ description: 'ID of the access system.',
12439
12393
  format: 'uuid',
12440
12394
  type: 'string',
12441
12395
  },
12442
12396
  connected_account_id: {
12443
- description:
12444
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12397
+ description: 'ID of the connected account.',
12445
12398
  format: 'uuid',
12446
12399
  type: 'string',
12447
12400
  },
@@ -12462,8 +12415,7 @@ export default {
12462
12415
  type: 'string',
12463
12416
  },
12464
12417
  workspace_id: {
12465
- description:
12466
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12418
+ description: 'ID of the workspace associated with the event.',
12467
12419
  format: 'uuid',
12468
12420
  type: 'string',
12469
12421
  },
@@ -12481,17 +12433,15 @@ export default {
12481
12433
  },
12482
12434
  {
12483
12435
  description:
12484
- 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was added.',
12436
+ 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was added.',
12485
12437
  properties: {
12486
12438
  acs_system_id: {
12487
- description:
12488
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12439
+ description: 'ID of the access system.',
12489
12440
  format: 'uuid',
12490
12441
  type: 'string',
12491
12442
  },
12492
12443
  connected_account_id: {
12493
- description:
12494
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12444
+ description: 'ID of the connected account.',
12495
12445
  format: 'uuid',
12496
12446
  type: 'string',
12497
12447
  },
@@ -12512,8 +12462,7 @@ export default {
12512
12462
  type: 'string',
12513
12463
  },
12514
12464
  workspace_id: {
12515
- description:
12516
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12465
+ description: 'ID of the workspace associated with the event.',
12517
12466
  format: 'uuid',
12518
12467
  type: 'string',
12519
12468
  },
@@ -12531,17 +12480,15 @@ export default {
12531
12480
  },
12532
12481
  {
12533
12482
  description:
12534
- 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was disconnected.',
12483
+ 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was disconnected.',
12535
12484
  properties: {
12536
12485
  acs_system_id: {
12537
- description:
12538
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12486
+ description: 'ID of the access system.',
12539
12487
  format: 'uuid',
12540
12488
  type: 'string',
12541
12489
  },
12542
12490
  connected_account_id: {
12543
- description:
12544
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12491
+ description: 'ID of the connected account.',
12545
12492
  format: 'uuid',
12546
12493
  type: 'string',
12547
12494
  },
@@ -12562,8 +12509,7 @@ export default {
12562
12509
  type: 'string',
12563
12510
  },
12564
12511
  workspace_id: {
12565
- description:
12566
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12512
+ description: 'ID of the workspace associated with the event.',
12567
12513
  format: 'uuid',
12568
12514
  type: 'string',
12569
12515
  },
@@ -12583,16 +12529,18 @@ export default {
12583
12529
  description:
12584
12530
  'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was deleted.',
12585
12531
  properties: {
12586
- acs_credential_id: { format: 'uuid', type: 'string' },
12532
+ acs_credential_id: {
12533
+ description: 'ID of the affected credential.',
12534
+ format: 'uuid',
12535
+ type: 'string',
12536
+ },
12587
12537
  acs_system_id: {
12588
- description:
12589
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12538
+ description: 'ID of the access system.',
12590
12539
  format: 'uuid',
12591
12540
  type: 'string',
12592
12541
  },
12593
12542
  connected_account_id: {
12594
- description:
12595
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12543
+ description: 'ID of the connected account.',
12596
12544
  format: 'uuid',
12597
12545
  type: 'string',
12598
12546
  },
@@ -12613,8 +12561,7 @@ export default {
12613
12561
  type: 'string',
12614
12562
  },
12615
12563
  workspace_id: {
12616
- description:
12617
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12564
+ description: 'ID of the workspace associated with the event.',
12618
12565
  format: 'uuid',
12619
12566
  type: 'string',
12620
12567
  },
@@ -12635,16 +12582,18 @@ export default {
12635
12582
  description:
12636
12583
  'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.',
12637
12584
  properties: {
12638
- acs_credential_id: { format: 'uuid', type: 'string' },
12585
+ acs_credential_id: {
12586
+ description: 'ID of the affected credential.',
12587
+ format: 'uuid',
12588
+ type: 'string',
12589
+ },
12639
12590
  acs_system_id: {
12640
- description:
12641
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12591
+ description: 'ID of the access system.',
12642
12592
  format: 'uuid',
12643
12593
  type: 'string',
12644
12594
  },
12645
12595
  connected_account_id: {
12646
- description:
12647
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12596
+ description: 'ID of the connected account.',
12648
12597
  format: 'uuid',
12649
12598
  type: 'string',
12650
12599
  },
@@ -12665,8 +12614,7 @@ export default {
12665
12614
  type: 'string',
12666
12615
  },
12667
12616
  workspace_id: {
12668
- description:
12669
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12617
+ description: 'ID of the workspace associated with the event.',
12670
12618
  format: 'uuid',
12671
12619
  type: 'string',
12672
12620
  },
@@ -12687,16 +12635,18 @@ export default {
12687
12635
  description:
12688
12636
  'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
12689
12637
  properties: {
12690
- acs_credential_id: { format: 'uuid', type: 'string' },
12638
+ acs_credential_id: {
12639
+ description: 'ID of the affected credential.',
12640
+ format: 'uuid',
12641
+ type: 'string',
12642
+ },
12691
12643
  acs_system_id: {
12692
- description:
12693
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12644
+ description: 'ID of the access system.',
12694
12645
  format: 'uuid',
12695
12646
  type: 'string',
12696
12647
  },
12697
12648
  connected_account_id: {
12698
- description:
12699
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12649
+ description: 'ID of the connected account.',
12700
12650
  format: 'uuid',
12701
12651
  type: 'string',
12702
12652
  },
@@ -12717,8 +12667,7 @@ export default {
12717
12667
  type: 'string',
12718
12668
  },
12719
12669
  workspace_id: {
12720
- description:
12721
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12670
+ description: 'ID of the workspace associated with the event.',
12722
12671
  format: 'uuid',
12723
12672
  type: 'string',
12724
12673
  },
@@ -12739,16 +12688,18 @@ export default {
12739
12688
  description:
12740
12689
  'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was invalidated. That is, the credential cannot be used anymore.',
12741
12690
  properties: {
12742
- acs_credential_id: { format: 'uuid', type: 'string' },
12691
+ acs_credential_id: {
12692
+ description: 'ID of the affected credential.',
12693
+ format: 'uuid',
12694
+ type: 'string',
12695
+ },
12743
12696
  acs_system_id: {
12744
- description:
12745
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12697
+ description: 'ID of the access system.',
12746
12698
  format: 'uuid',
12747
12699
  type: 'string',
12748
12700
  },
12749
12701
  connected_account_id: {
12750
- description:
12751
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12702
+ description: 'ID of the connected account.',
12752
12703
  format: 'uuid',
12753
12704
  type: 'string',
12754
12705
  },
@@ -12772,8 +12723,7 @@ export default {
12772
12723
  type: 'string',
12773
12724
  },
12774
12725
  workspace_id: {
12775
- description:
12776
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12726
+ description: 'ID of the workspace associated with the event.',
12777
12727
  format: 'uuid',
12778
12728
  type: 'string',
12779
12729
  },
@@ -12792,18 +12742,16 @@ export default {
12792
12742
  },
12793
12743
  {
12794
12744
  description:
12795
- 'An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
12745
+ 'An [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
12796
12746
  properties: {
12797
12747
  acs_system_id: {
12798
- description:
12799
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12748
+ description: 'ID of the access system.',
12800
12749
  format: 'uuid',
12801
12750
  type: 'string',
12802
12751
  },
12803
12752
  acs_user_id: { format: 'uuid', type: 'string' },
12804
12753
  connected_account_id: {
12805
- description:
12806
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12754
+ description: 'ID of the connected account.',
12807
12755
  format: 'uuid',
12808
12756
  type: 'string',
12809
12757
  },
@@ -12824,8 +12772,7 @@ export default {
12824
12772
  type: 'string',
12825
12773
  },
12826
12774
  workspace_id: {
12827
- description:
12828
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12775
+ description: 'ID of the workspace associated with the event.',
12829
12776
  format: 'uuid',
12830
12777
  type: 'string',
12831
12778
  },
@@ -12844,18 +12791,16 @@ export default {
12844
12791
  },
12845
12792
  {
12846
12793
  description:
12847
- 'An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
12794
+ 'An [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
12848
12795
  properties: {
12849
12796
  acs_system_id: {
12850
- description:
12851
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12797
+ description: 'ID of the access system.',
12852
12798
  format: 'uuid',
12853
12799
  type: 'string',
12854
12800
  },
12855
12801
  acs_user_id: { format: 'uuid', type: 'string' },
12856
12802
  connected_account_id: {
12857
- description:
12858
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12803
+ description: 'ID of the connected account.',
12859
12804
  format: 'uuid',
12860
12805
  type: 'string',
12861
12806
  },
@@ -12876,8 +12821,7 @@ export default {
12876
12821
  type: 'string',
12877
12822
  },
12878
12823
  workspace_id: {
12879
- description:
12880
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12824
+ description: 'ID of the workspace associated with the event.',
12881
12825
  format: 'uuid',
12882
12826
  type: 'string',
12883
12827
  },
@@ -12899,20 +12843,17 @@ export default {
12899
12843
  'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was added.',
12900
12844
  properties: {
12901
12845
  acs_encoder_id: {
12902
- description:
12903
- 'ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).',
12846
+ description: 'ID of the affected encoder.',
12904
12847
  format: 'uuid',
12905
12848
  type: 'string',
12906
12849
  },
12907
12850
  acs_system_id: {
12908
- description:
12909
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12851
+ description: 'ID of the access system.',
12910
12852
  format: 'uuid',
12911
12853
  type: 'string',
12912
12854
  },
12913
12855
  connected_account_id: {
12914
- description:
12915
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12856
+ description: 'ID of the connected account.',
12916
12857
  format: 'uuid',
12917
12858
  type: 'string',
12918
12859
  },
@@ -12933,8 +12874,7 @@ export default {
12933
12874
  type: 'string',
12934
12875
  },
12935
12876
  workspace_id: {
12936
- description:
12937
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12877
+ description: 'ID of the workspace associated with the event.',
12938
12878
  format: 'uuid',
12939
12879
  type: 'string',
12940
12880
  },
@@ -12956,20 +12896,17 @@ export default {
12956
12896
  'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was removed.',
12957
12897
  properties: {
12958
12898
  acs_encoder_id: {
12959
- description:
12960
- 'ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).',
12899
+ description: 'ID of the affected encoder.',
12961
12900
  format: 'uuid',
12962
12901
  type: 'string',
12963
12902
  },
12964
12903
  acs_system_id: {
12965
- description:
12966
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12904
+ description: 'ID of the access system.',
12967
12905
  format: 'uuid',
12968
12906
  type: 'string',
12969
12907
  },
12970
12908
  connected_account_id: {
12971
- description:
12972
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12909
+ description: 'ID of the connected account.',
12973
12910
  format: 'uuid',
12974
12911
  type: 'string',
12975
12912
  },
@@ -12990,8 +12927,7 @@ export default {
12990
12927
  type: 'string',
12991
12928
  },
12992
12929
  workspace_id: {
12993
- description:
12994
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12930
+ description: 'ID of the workspace associated with the event.',
12995
12931
  format: 'uuid',
12996
12932
  type: 'string',
12997
12933
  },
@@ -13011,16 +12947,18 @@ export default {
13011
12947
  {
13012
12948
  description: 'An ACS access group was deleted.',
13013
12949
  properties: {
13014
- acs_access_group_id: { format: 'uuid', type: 'string' },
12950
+ acs_access_group_id: {
12951
+ description: 'ID of the affected access group.',
12952
+ format: 'uuid',
12953
+ type: 'string',
12954
+ },
13015
12955
  acs_system_id: {
13016
- description:
13017
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
12956
+ description: 'ID of the access system.',
13018
12957
  format: 'uuid',
13019
12958
  type: 'string',
13020
12959
  },
13021
12960
  connected_account_id: {
13022
- description:
13023
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
12961
+ description: 'ID of the connected account.',
13024
12962
  format: 'uuid',
13025
12963
  type: 'string',
13026
12964
  },
@@ -13044,8 +12982,7 @@ export default {
13044
12982
  type: 'string',
13045
12983
  },
13046
12984
  workspace_id: {
13047
- description:
13048
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
12985
+ description: 'ID of the workspace associated with the event.',
13049
12986
  format: 'uuid',
13050
12987
  type: 'string',
13051
12988
  },
@@ -13068,14 +13005,12 @@ export default {
13068
13005
  properties: {
13069
13006
  acs_entrance_id: { format: 'uuid', type: 'string' },
13070
13007
  acs_system_id: {
13071
- description:
13072
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
13008
+ description: 'ID of the access system.',
13073
13009
  format: 'uuid',
13074
13010
  type: 'string',
13075
13011
  },
13076
13012
  connected_account_id: {
13077
- description:
13078
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13013
+ description: 'ID of the connected account.',
13079
13014
  format: 'uuid',
13080
13015
  type: 'string',
13081
13016
  },
@@ -13096,8 +13031,7 @@ export default {
13096
13031
  type: 'string',
13097
13032
  },
13098
13033
  workspace_id: {
13099
- description:
13100
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13034
+ description: 'ID of the workspace associated with the event.',
13101
13035
  format: 'uuid',
13102
13036
  type: 'string',
13103
13037
  },
@@ -13120,14 +13054,12 @@ export default {
13120
13054
  properties: {
13121
13055
  acs_entrance_id: { format: 'uuid', type: 'string' },
13122
13056
  acs_system_id: {
13123
- description:
13124
- 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
13057
+ description: 'ID of the access system.',
13125
13058
  format: 'uuid',
13126
13059
  type: 'string',
13127
13060
  },
13128
13061
  connected_account_id: {
13129
- description:
13130
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13062
+ description: 'ID of the connected account.',
13131
13063
  format: 'uuid',
13132
13064
  type: 'string',
13133
13065
  },
@@ -13148,8 +13080,7 @@ export default {
13148
13080
  type: 'string',
13149
13081
  },
13150
13082
  workspace_id: {
13151
- description:
13152
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13083
+ description: 'ID of the workspace associated with the event.',
13153
13084
  format: 'uuid',
13154
13085
  type: 'string',
13155
13086
  },
@@ -13171,8 +13102,7 @@ export default {
13171
13102
  'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
13172
13103
  properties: {
13173
13104
  client_session_id: {
13174
- description:
13175
- 'ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens).',
13105
+ description: 'ID of the affected client session.',
13176
13106
  format: 'uuid',
13177
13107
  type: 'string',
13178
13108
  },
@@ -13193,8 +13123,7 @@ export default {
13193
13123
  type: 'string',
13194
13124
  },
13195
13125
  workspace_id: {
13196
- description:
13197
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13126
+ description: 'ID of the workspace associated with the event.',
13198
13127
  format: 'uuid',
13199
13128
  type: 'string',
13200
13129
  },
@@ -13216,13 +13145,12 @@ export default {
13216
13145
  properties: {
13217
13146
  connect_webview_id: {
13218
13147
  description:
13219
- 'ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
13148
+ 'ID of the Connect Webview associated with the event.',
13220
13149
  format: 'uuid',
13221
13150
  type: 'string',
13222
13151
  },
13223
13152
  connected_account_id: {
13224
- description:
13225
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13153
+ description: 'ID of the affected connected account.',
13226
13154
  format: 'uuid',
13227
13155
  type: 'string',
13228
13156
  },
@@ -13246,8 +13174,7 @@ export default {
13246
13174
  type: 'string',
13247
13175
  },
13248
13176
  workspace_id: {
13249
- description:
13250
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13177
+ description: 'ID of the workspace associated with the event.',
13251
13178
  format: 'uuid',
13252
13179
  type: 'string',
13253
13180
  },
@@ -13270,13 +13197,12 @@ export default {
13270
13197
  properties: {
13271
13198
  connect_webview_id: {
13272
13199
  description:
13273
- 'ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
13200
+ 'ID of the Connect Webview associated with the event.',
13274
13201
  format: 'uuid',
13275
13202
  type: 'string',
13276
13203
  },
13277
13204
  connected_account_id: {
13278
- description:
13279
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13205
+ description: 'ID of the affected connected account.',
13280
13206
  format: 'uuid',
13281
13207
  type: 'string',
13282
13208
  },
@@ -13300,8 +13226,7 @@ export default {
13300
13226
  type: 'string',
13301
13227
  },
13302
13228
  workspace_id: {
13303
- description:
13304
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13229
+ description: 'ID of the workspace associated with the event.',
13305
13230
  format: 'uuid',
13306
13231
  type: 'string',
13307
13232
  },
@@ -13325,13 +13250,12 @@ export default {
13325
13250
  properties: {
13326
13251
  connect_webview_id: {
13327
13252
  description:
13328
- 'ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
13253
+ 'ID of the Connect Webview associated with the event.',
13329
13254
  format: 'uuid',
13330
13255
  type: 'string',
13331
13256
  },
13332
13257
  connected_account_id: {
13333
- description:
13334
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13258
+ description: 'ID of the affected connected account.',
13335
13259
  format: 'uuid',
13336
13260
  type: 'string',
13337
13261
  },
@@ -13355,8 +13279,7 @@ export default {
13355
13279
  type: 'string',
13356
13280
  },
13357
13281
  workspace_id: {
13358
- description:
13359
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13282
+ description: 'ID of the workspace associated with the event.',
13360
13283
  format: 'uuid',
13361
13284
  type: 'string',
13362
13285
  },
@@ -13379,8 +13302,7 @@ export default {
13379
13302
  'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was disconnected.',
13380
13303
  properties: {
13381
13304
  connected_account_id: {
13382
- description:
13383
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13305
+ description: 'ID of the affected connected account.',
13384
13306
  format: 'uuid',
13385
13307
  type: 'string',
13386
13308
  },
@@ -13404,8 +13326,7 @@ export default {
13404
13326
  type: 'string',
13405
13327
  },
13406
13328
  workspace_id: {
13407
- description:
13408
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13329
+ description: 'ID of the workspace associated with the event.',
13409
13330
  format: 'uuid',
13410
13331
  type: 'string',
13411
13332
  },
@@ -13426,8 +13347,7 @@ export default {
13426
13347
  '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.',
13427
13348
  properties: {
13428
13349
  connected_account_id: {
13429
- description:
13430
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13350
+ description: 'ID of the affected connected account.',
13431
13351
  format: 'uuid',
13432
13352
  type: 'string',
13433
13353
  },
@@ -13451,8 +13371,7 @@ export default {
13451
13371
  type: 'string',
13452
13372
  },
13453
13373
  workspace_id: {
13454
- description:
13455
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13374
+ description: 'ID of the workspace associated with the event.',
13456
13375
  format: 'uuid',
13457
13376
  type: 'string',
13458
13377
  },
@@ -13473,8 +13392,7 @@ export default {
13473
13392
  'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was deleted.',
13474
13393
  properties: {
13475
13394
  connected_account_id: {
13476
- description:
13477
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13395
+ description: 'ID of the affected connected account.',
13478
13396
  format: 'uuid',
13479
13397
  type: 'string',
13480
13398
  },
@@ -13498,8 +13416,7 @@ export default {
13498
13416
  type: 'string',
13499
13417
  },
13500
13418
  workspace_id: {
13501
- description:
13502
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13419
+ description: 'ID of the workspace associated with the event.',
13503
13420
  format: 'uuid',
13504
13421
  type: 'string',
13505
13422
  },
@@ -13520,8 +13437,7 @@ export default {
13520
13437
  '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.',
13521
13438
  properties: {
13522
13439
  connected_account_id: {
13523
- description:
13524
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13440
+ description: 'ID of the affected connected account.',
13525
13441
  format: 'uuid',
13526
13442
  type: 'string',
13527
13443
  },
@@ -13547,8 +13463,7 @@ export default {
13547
13463
  type: 'string',
13548
13464
  },
13549
13465
  workspace_id: {
13550
- description:
13551
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13466
+ description: 'ID of the workspace associated with the event.',
13552
13467
  format: 'uuid',
13553
13468
  type: 'string',
13554
13469
  },
@@ -13569,12 +13484,14 @@ export default {
13569
13484
  'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
13570
13485
  properties: {
13571
13486
  action_attempt_id: {
13572
- description:
13573
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts).',
13487
+ description: 'ID of the affected action attempt.',
13574
13488
  format: 'uuid',
13575
13489
  type: 'string',
13576
13490
  },
13577
- action_type: { description: 'Type of action.', type: 'string' },
13491
+ action_type: {
13492
+ description: 'Type of the action.',
13493
+ type: 'string',
13494
+ },
13578
13495
  created_at: {
13579
13496
  description: 'Date and time at which the event was created.',
13580
13497
  format: 'date-time',
@@ -13596,8 +13513,7 @@ export default {
13596
13513
  },
13597
13514
  status: { description: 'Status of the action.', type: 'string' },
13598
13515
  workspace_id: {
13599
- description:
13600
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13516
+ description: 'ID of the workspace associated with the event.',
13601
13517
  format: 'uuid',
13602
13518
  type: 'string',
13603
13519
  },
@@ -13620,12 +13536,14 @@ export default {
13620
13536
  'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
13621
13537
  properties: {
13622
13538
  action_attempt_id: {
13623
- description:
13624
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts).',
13539
+ description: 'ID of the affected action attempt.',
13625
13540
  format: 'uuid',
13626
13541
  type: 'string',
13627
13542
  },
13628
- action_type: { description: 'Type of action.', type: 'string' },
13543
+ action_type: {
13544
+ description: 'Type of the action.',
13545
+ type: 'string',
13546
+ },
13629
13547
  created_at: {
13630
13548
  description: 'Date and time at which the event was created.',
13631
13549
  format: 'date-time',
@@ -13647,8 +13565,7 @@ export default {
13647
13565
  },
13648
13566
  status: { description: 'Status of the action.', type: 'string' },
13649
13567
  workspace_id: {
13650
- description:
13651
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13568
+ description: 'ID of the workspace associated with the event.',
13652
13569
  format: 'uuid',
13653
13570
  type: 'string',
13654
13571
  },
@@ -13671,12 +13588,14 @@ export default {
13671
13588
  'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
13672
13589
  properties: {
13673
13590
  action_attempt_id: {
13674
- description:
13675
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts).',
13591
+ description: 'ID of the affected action attempt.',
13676
13592
  format: 'uuid',
13677
13593
  type: 'string',
13678
13594
  },
13679
- action_type: { description: 'Type of action.', type: 'string' },
13595
+ action_type: {
13596
+ description: 'Type of the action.',
13597
+ type: 'string',
13598
+ },
13680
13599
  created_at: {
13681
13600
  description: 'Date and time at which the event was created.',
13682
13601
  format: 'date-time',
@@ -13698,8 +13617,7 @@ export default {
13698
13617
  },
13699
13618
  status: { description: 'Status of the action.', type: 'string' },
13700
13619
  workspace_id: {
13701
- description:
13702
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13620
+ description: 'ID of the workspace associated with the event.',
13703
13621
  format: 'uuid',
13704
13622
  type: 'string',
13705
13623
  },
@@ -13722,12 +13640,14 @@ export default {
13722
13640
  'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
13723
13641
  properties: {
13724
13642
  action_attempt_id: {
13725
- description:
13726
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts).',
13643
+ description: 'ID of the affected action attempt.',
13727
13644
  format: 'uuid',
13728
13645
  type: 'string',
13729
13646
  },
13730
- action_type: { description: 'Type of action.', type: 'string' },
13647
+ action_type: {
13648
+ description: 'Type of the action.',
13649
+ type: 'string',
13650
+ },
13731
13651
  created_at: {
13732
13652
  description: 'Date and time at which the event was created.',
13733
13653
  format: 'date-time',
@@ -13749,8 +13669,7 @@ export default {
13749
13669
  },
13750
13670
  status: { description: 'Status of the action.', type: 'string' },
13751
13671
  workspace_id: {
13752
- description:
13753
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13672
+ description: 'ID of the workspace associated with the event.',
13754
13673
  format: 'uuid',
13755
13674
  type: 'string',
13756
13675
  },
@@ -13773,14 +13692,13 @@ export default {
13773
13692
  'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.',
13774
13693
  properties: {
13775
13694
  connect_webview_id: {
13776
- description:
13777
- 'ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
13695
+ description: 'ID of the affected Connect Webview.',
13778
13696
  format: 'uuid',
13779
13697
  type: 'string',
13780
13698
  },
13781
13699
  connected_account_id: {
13782
13700
  description:
13783
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13701
+ 'ID of the connected account associated with the event.',
13784
13702
  format: 'uuid',
13785
13703
  type: 'string',
13786
13704
  },
@@ -13804,8 +13722,7 @@ export default {
13804
13722
  type: 'string',
13805
13723
  },
13806
13724
  workspace_id: {
13807
- description:
13808
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13725
+ description: 'ID of the workspace associated with the event.',
13809
13726
  format: 'uuid',
13810
13727
  type: 'string',
13811
13728
  },
@@ -13827,8 +13744,7 @@ export default {
13827
13744
  'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.',
13828
13745
  properties: {
13829
13746
  connect_webview_id: {
13830
- description:
13831
- 'ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews).',
13747
+ description: 'ID of the affected Connect Webview.',
13832
13748
  format: 'uuid',
13833
13749
  type: 'string',
13834
13750
  },
@@ -13852,8 +13768,7 @@ export default {
13852
13768
  type: 'string',
13853
13769
  },
13854
13770
  workspace_id: {
13855
- description:
13856
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13771
+ description: 'ID of the workspace associated with the event.',
13857
13772
  format: 'uuid',
13858
13773
  type: 'string',
13859
13774
  },
@@ -13875,7 +13790,7 @@ export default {
13875
13790
  properties: {
13876
13791
  connected_account_id: {
13877
13792
  description:
13878
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13793
+ 'ID of the connected account associated with the event.',
13879
13794
  format: 'uuid',
13880
13795
  type: 'string',
13881
13796
  },
@@ -13885,7 +13800,7 @@ export default {
13885
13800
  type: 'string',
13886
13801
  },
13887
13802
  device_id: {
13888
- description: 'ID of the device.',
13803
+ description: 'ID of the affected device.',
13889
13804
  format: 'uuid',
13890
13805
  type: 'string',
13891
13806
  },
@@ -13901,8 +13816,7 @@ export default {
13901
13816
  type: 'string',
13902
13817
  },
13903
13818
  workspace_id: {
13904
- description:
13905
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13819
+ description: 'ID of the workspace associated with the event.',
13906
13820
  format: 'uuid',
13907
13821
  type: 'string',
13908
13822
  },
@@ -13925,7 +13839,7 @@ export default {
13925
13839
  properties: {
13926
13840
  connected_account_id: {
13927
13841
  description:
13928
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13842
+ 'ID of the connected account associated with the event.',
13929
13843
  format: 'uuid',
13930
13844
  type: 'string',
13931
13845
  },
@@ -13935,7 +13849,7 @@ export default {
13935
13849
  type: 'string',
13936
13850
  },
13937
13851
  device_id: {
13938
- description: 'ID of the device.',
13852
+ description: 'ID of the affected device.',
13939
13853
  format: 'uuid',
13940
13854
  type: 'string',
13941
13855
  },
@@ -13951,8 +13865,7 @@ export default {
13951
13865
  type: 'string',
13952
13866
  },
13953
13867
  workspace_id: {
13954
- description:
13955
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13868
+ description: 'ID of the workspace associated with the event.',
13956
13869
  format: 'uuid',
13957
13870
  type: 'string',
13958
13871
  },
@@ -13975,7 +13888,7 @@ export default {
13975
13888
  properties: {
13976
13889
  connected_account_id: {
13977
13890
  description:
13978
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13891
+ 'ID of the connected account associated with the event.',
13979
13892
  format: 'uuid',
13980
13893
  type: 'string',
13981
13894
  },
@@ -13985,7 +13898,7 @@ export default {
13985
13898
  type: 'string',
13986
13899
  },
13987
13900
  device_id: {
13988
- description: 'ID of the device.',
13901
+ description: 'ID of the affected device.',
13989
13902
  format: 'uuid',
13990
13903
  type: 'string',
13991
13904
  },
@@ -14004,8 +13917,7 @@ export default {
14004
13917
  type: 'string',
14005
13918
  },
14006
13919
  workspace_id: {
14007
- description:
14008
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13920
+ description: 'ID of the workspace associated with the event.',
14009
13921
  format: 'uuid',
14010
13922
  type: 'string',
14011
13923
  },
@@ -14028,7 +13940,7 @@ export default {
14028
13940
  properties: {
14029
13941
  connected_account_id: {
14030
13942
  description:
14031
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13943
+ 'ID of the connected account associated with the event.',
14032
13944
  format: 'uuid',
14033
13945
  type: 'string',
14034
13946
  },
@@ -14038,7 +13950,7 @@ export default {
14038
13950
  type: 'string',
14039
13951
  },
14040
13952
  device_id: {
14041
- description: 'ID of the device.',
13953
+ description: 'ID of the affected device.',
14042
13954
  format: 'uuid',
14043
13955
  type: 'string',
14044
13956
  },
@@ -14057,8 +13969,7 @@ export default {
14057
13969
  type: 'string',
14058
13970
  },
14059
13971
  workspace_id: {
14060
- description:
14061
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
13972
+ description: 'ID of the workspace associated with the event.',
14062
13973
  format: 'uuid',
14063
13974
  type: 'string',
14064
13975
  },
@@ -14081,7 +13992,7 @@ export default {
14081
13992
  properties: {
14082
13993
  connected_account_id: {
14083
13994
  description:
14084
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
13995
+ 'ID of the connected account associated with the event.',
14085
13996
  format: 'uuid',
14086
13997
  type: 'string',
14087
13998
  },
@@ -14091,7 +14002,7 @@ export default {
14091
14002
  type: 'string',
14092
14003
  },
14093
14004
  device_id: {
14094
- description: 'ID of the device.',
14005
+ description: 'ID of the affected device.',
14095
14006
  format: 'uuid',
14096
14007
  type: 'string',
14097
14008
  },
@@ -14110,8 +14021,7 @@ export default {
14110
14021
  type: 'string',
14111
14022
  },
14112
14023
  workspace_id: {
14113
- description:
14114
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14024
+ description: 'ID of the workspace associated with the event.',
14115
14025
  format: 'uuid',
14116
14026
  type: 'string',
14117
14027
  },
@@ -14134,7 +14044,7 @@ export default {
14134
14044
  properties: {
14135
14045
  connected_account_id: {
14136
14046
  description:
14137
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14047
+ 'ID of the connected account associated with the event.',
14138
14048
  format: 'uuid',
14139
14049
  type: 'string',
14140
14050
  },
@@ -14144,7 +14054,7 @@ export default {
14144
14054
  type: 'string',
14145
14055
  },
14146
14056
  device_id: {
14147
- description: 'ID of the device.',
14057
+ description: 'ID of the affected device.',
14148
14058
  format: 'uuid',
14149
14059
  type: 'string',
14150
14060
  },
@@ -14170,8 +14080,7 @@ export default {
14170
14080
  type: 'string',
14171
14081
  },
14172
14082
  workspace_id: {
14173
- description:
14174
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14083
+ description: 'ID of the workspace associated with the event.',
14175
14084
  format: 'uuid',
14176
14085
  type: 'string',
14177
14086
  },
@@ -14195,7 +14104,7 @@ export default {
14195
14104
  properties: {
14196
14105
  connected_account_id: {
14197
14106
  description:
14198
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14107
+ 'ID of the connected account associated with the event.',
14199
14108
  format: 'uuid',
14200
14109
  type: 'string',
14201
14110
  },
@@ -14205,7 +14114,7 @@ export default {
14205
14114
  type: 'string',
14206
14115
  },
14207
14116
  device_id: {
14208
- description: 'ID of the device.',
14117
+ description: 'ID of the affected device.',
14209
14118
  format: 'uuid',
14210
14119
  type: 'string',
14211
14120
  },
@@ -14234,8 +14143,7 @@ export default {
14234
14143
  type: 'string',
14235
14144
  },
14236
14145
  workspace_id: {
14237
- description:
14238
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14146
+ description: 'ID of the workspace associated with the event.',
14239
14147
  format: 'uuid',
14240
14148
  type: 'string',
14241
14149
  },
@@ -14259,7 +14167,7 @@ export default {
14259
14167
  properties: {
14260
14168
  connected_account_id: {
14261
14169
  description:
14262
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14170
+ 'ID of the connected account associated with the event.',
14263
14171
  format: 'uuid',
14264
14172
  type: 'string',
14265
14173
  },
@@ -14269,7 +14177,7 @@ export default {
14269
14177
  type: 'string',
14270
14178
  },
14271
14179
  device_id: {
14272
- description: 'ID of the device.',
14180
+ description: 'ID of the affected device.',
14273
14181
  format: 'uuid',
14274
14182
  type: 'string',
14275
14183
  },
@@ -14285,8 +14193,7 @@ export default {
14285
14193
  type: 'string',
14286
14194
  },
14287
14195
  workspace_id: {
14288
- description:
14289
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14196
+ description: 'ID of the workspace associated with the event.',
14290
14197
  format: 'uuid',
14291
14198
  type: 'string',
14292
14199
  },
@@ -14309,7 +14216,7 @@ export default {
14309
14216
  properties: {
14310
14217
  battery_level: {
14311
14218
  description:
14312
- 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
14219
+ 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
14313
14220
  format: 'float',
14314
14221
  maximum: 1,
14315
14222
  minimum: 0,
@@ -14317,7 +14224,7 @@ export default {
14317
14224
  },
14318
14225
  connected_account_id: {
14319
14226
  description:
14320
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14227
+ 'ID of the connected account associated with the event.',
14321
14228
  format: 'uuid',
14322
14229
  type: 'string',
14323
14230
  },
@@ -14327,7 +14234,7 @@ export default {
14327
14234
  type: 'string',
14328
14235
  },
14329
14236
  device_id: {
14330
- description: 'ID of the device.',
14237
+ description: 'ID of the affected device.',
14331
14238
  format: 'uuid',
14332
14239
  type: 'string',
14333
14240
  },
@@ -14343,8 +14250,7 @@ export default {
14343
14250
  type: 'string',
14344
14251
  },
14345
14252
  workspace_id: {
14346
- description:
14347
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14253
+ description: 'ID of the workspace associated with the event.',
14348
14254
  format: 'uuid',
14349
14255
  type: 'string',
14350
14256
  },
@@ -14368,7 +14274,7 @@ export default {
14368
14274
  properties: {
14369
14275
  battery_level: {
14370
14276
  description:
14371
- 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
14277
+ 'Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.',
14372
14278
  format: 'float',
14373
14279
  maximum: 1,
14374
14280
  minimum: 0,
@@ -14376,13 +14282,13 @@ export default {
14376
14282
  },
14377
14283
  battery_status: {
14378
14284
  description:
14379
- 'Battery status of the device, calculated from the numeric `battery_level` value.',
14285
+ 'Battery status of the affected device, calculated from the numeric `battery_level` value.',
14380
14286
  enum: ['critical', 'low', 'good', 'full'],
14381
14287
  type: 'string',
14382
14288
  },
14383
14289
  connected_account_id: {
14384
14290
  description:
14385
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14291
+ 'ID of the connected account associated with the event.',
14386
14292
  format: 'uuid',
14387
14293
  type: 'string',
14388
14294
  },
@@ -14392,7 +14298,7 @@ export default {
14392
14298
  type: 'string',
14393
14299
  },
14394
14300
  device_id: {
14395
- description: 'ID of the device.',
14301
+ description: 'ID of the affected device.',
14396
14302
  format: 'uuid',
14397
14303
  type: 'string',
14398
14304
  },
@@ -14411,8 +14317,7 @@ export default {
14411
14317
  type: 'string',
14412
14318
  },
14413
14319
  workspace_id: {
14414
- description:
14415
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14320
+ description: 'ID of the workspace associated with the event.',
14416
14321
  format: 'uuid',
14417
14322
  type: 'string',
14418
14323
  },
@@ -14437,7 +14342,7 @@ export default {
14437
14342
  properties: {
14438
14343
  connected_account_id: {
14439
14344
  description:
14440
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14345
+ 'ID of the connected account associated with the event.',
14441
14346
  format: 'uuid',
14442
14347
  type: 'string',
14443
14348
  },
@@ -14447,7 +14352,7 @@ export default {
14447
14352
  type: 'string',
14448
14353
  },
14449
14354
  device_id: {
14450
- description: 'ID of the device.',
14355
+ description: 'ID of the affected device.',
14451
14356
  format: 'uuid',
14452
14357
  type: 'string',
14453
14358
  },
@@ -14463,8 +14368,7 @@ export default {
14463
14368
  type: 'string',
14464
14369
  },
14465
14370
  workspace_id: {
14466
- description:
14467
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14371
+ description: 'ID of the workspace associated with the event.',
14468
14372
  format: 'uuid',
14469
14373
  type: 'string',
14470
14374
  },
@@ -14487,7 +14391,7 @@ export default {
14487
14391
  properties: {
14488
14392
  connected_account_id: {
14489
14393
  description:
14490
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14394
+ 'ID of the connected account associated with the event.',
14491
14395
  format: 'uuid',
14492
14396
  type: 'string',
14493
14397
  },
@@ -14497,7 +14401,7 @@ export default {
14497
14401
  type: 'string',
14498
14402
  },
14499
14403
  device_id: {
14500
- description: 'ID of the device.',
14404
+ description: 'ID of the affected device.',
14501
14405
  format: 'uuid',
14502
14406
  type: 'string',
14503
14407
  },
@@ -14513,8 +14417,7 @@ export default {
14513
14417
  type: 'string',
14514
14418
  },
14515
14419
  workspace_id: {
14516
- description:
14517
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14420
+ description: 'ID of the workspace associated with the event.',
14518
14421
  format: 'uuid',
14519
14422
  type: 'string',
14520
14423
  },
@@ -14537,7 +14440,7 @@ export default {
14537
14440
  properties: {
14538
14441
  connected_account_id: {
14539
14442
  description:
14540
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14443
+ 'ID of the connected account associated with the event.',
14541
14444
  format: 'uuid',
14542
14445
  type: 'string',
14543
14446
  },
@@ -14547,7 +14450,7 @@ export default {
14547
14450
  type: 'string',
14548
14451
  },
14549
14452
  device_id: {
14550
- description: 'ID of the device.',
14453
+ description: 'ID of the affected device.',
14551
14454
  format: 'uuid',
14552
14455
  type: 'string',
14553
14456
  },
@@ -14566,8 +14469,7 @@ export default {
14566
14469
  type: 'string',
14567
14470
  },
14568
14471
  workspace_id: {
14569
- description:
14570
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14472
+ description: 'ID of the workspace associated with the event.',
14571
14473
  format: 'uuid',
14572
14474
  type: 'string',
14573
14475
  },
@@ -14590,7 +14492,7 @@ export default {
14590
14492
  properties: {
14591
14493
  connected_account_id: {
14592
14494
  description:
14593
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14495
+ 'ID of the connected account associated with the event.',
14594
14496
  format: 'uuid',
14595
14497
  type: 'string',
14596
14498
  },
@@ -14600,7 +14502,7 @@ export default {
14600
14502
  type: 'string',
14601
14503
  },
14602
14504
  device_id: {
14603
- description: 'ID of the device.',
14505
+ description: 'ID of the affected device.',
14604
14506
  format: 'uuid',
14605
14507
  type: 'string',
14606
14508
  },
@@ -14619,8 +14521,7 @@ export default {
14619
14521
  type: 'string',
14620
14522
  },
14621
14523
  workspace_id: {
14622
- description:
14623
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14524
+ description: 'ID of the workspace associated with the event.',
14624
14525
  format: 'uuid',
14625
14526
  type: 'string',
14626
14527
  },
@@ -14643,7 +14544,7 @@ export default {
14643
14544
  properties: {
14644
14545
  connected_account_id: {
14645
14546
  description:
14646
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14547
+ 'ID of the connected account associated with the event.',
14647
14548
  format: 'uuid',
14648
14549
  type: 'string',
14649
14550
  },
@@ -14653,7 +14554,7 @@ export default {
14653
14554
  type: 'string',
14654
14555
  },
14655
14556
  device_id: {
14656
- description: 'ID of the device.',
14557
+ description: 'ID of the affected device.',
14657
14558
  format: 'uuid',
14658
14559
  type: 'string',
14659
14560
  },
@@ -14672,8 +14573,7 @@ export default {
14672
14573
  type: 'string',
14673
14574
  },
14674
14575
  workspace_id: {
14675
- description:
14676
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14576
+ description: 'ID of the workspace associated with the event.',
14677
14577
  format: 'uuid',
14678
14578
  type: 'string',
14679
14579
  },
@@ -14696,7 +14596,7 @@ export default {
14696
14596
  properties: {
14697
14597
  connected_account_id: {
14698
14598
  description:
14699
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14599
+ 'ID of the connected account associated with the event.',
14700
14600
  format: 'uuid',
14701
14601
  type: 'string',
14702
14602
  },
@@ -14706,7 +14606,7 @@ export default {
14706
14606
  type: 'string',
14707
14607
  },
14708
14608
  device_id: {
14709
- description: 'ID of the device.',
14609
+ description: 'ID of the affected device.',
14710
14610
  format: 'uuid',
14711
14611
  type: 'string',
14712
14612
  },
@@ -14725,8 +14625,7 @@ export default {
14725
14625
  type: 'string',
14726
14626
  },
14727
14627
  workspace_id: {
14728
- description:
14729
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14628
+ description: 'ID of the workspace associated with the event.',
14730
14629
  format: 'uuid',
14731
14630
  type: 'string',
14732
14631
  },
@@ -14749,7 +14648,7 @@ export default {
14749
14648
  properties: {
14750
14649
  connected_account_id: {
14751
14650
  description:
14752
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14651
+ 'ID of the connected account associated with the event.',
14753
14652
  format: 'uuid',
14754
14653
  type: 'string',
14755
14654
  },
@@ -14759,7 +14658,7 @@ export default {
14759
14658
  type: 'string',
14760
14659
  },
14761
14660
  device_id: {
14762
- description: 'ID of the device.',
14661
+ description: 'ID of the affected device.',
14763
14662
  format: 'uuid',
14764
14663
  type: 'string',
14765
14664
  },
@@ -14778,8 +14677,7 @@ export default {
14778
14677
  type: 'string',
14779
14678
  },
14780
14679
  workspace_id: {
14781
- description:
14782
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14680
+ description: 'ID of the workspace associated with the event.',
14783
14681
  format: 'uuid',
14784
14682
  type: 'string',
14785
14683
  },
@@ -14802,7 +14700,7 @@ export default {
14802
14700
  properties: {
14803
14701
  connected_account_id: {
14804
14702
  description:
14805
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14703
+ 'ID of the connected account associated with the event.',
14806
14704
  format: 'uuid',
14807
14705
  type: 'string',
14808
14706
  },
@@ -14812,7 +14710,7 @@ export default {
14812
14710
  type: 'string',
14813
14711
  },
14814
14712
  device_id: {
14815
- description: 'ID of the device.',
14713
+ description: 'ID of the affected device.',
14816
14714
  format: 'uuid',
14817
14715
  type: 'string',
14818
14716
  },
@@ -14831,8 +14729,7 @@ export default {
14831
14729
  type: 'string',
14832
14730
  },
14833
14731
  workspace_id: {
14834
- description:
14835
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14732
+ description: 'ID of the workspace associated with the event.',
14836
14733
  format: 'uuid',
14837
14734
  type: 'string',
14838
14735
  },
@@ -14855,7 +14752,7 @@ export default {
14855
14752
  properties: {
14856
14753
  connected_account_id: {
14857
14754
  description:
14858
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14755
+ 'ID of the connected account associated with the event.',
14859
14756
  format: 'uuid',
14860
14757
  type: 'string',
14861
14758
  },
@@ -14865,7 +14762,7 @@ export default {
14865
14762
  type: 'string',
14866
14763
  },
14867
14764
  device_id: {
14868
- description: 'ID of the device.',
14765
+ description: 'ID of the affected device.',
14869
14766
  format: 'uuid',
14870
14767
  type: 'string',
14871
14768
  },
@@ -14884,8 +14781,7 @@ export default {
14884
14781
  type: 'string',
14885
14782
  },
14886
14783
  workspace_id: {
14887
- description:
14888
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14784
+ description: 'ID of the workspace associated with the event.',
14889
14785
  format: 'uuid',
14890
14786
  type: 'string',
14891
14787
  },
@@ -14908,7 +14804,7 @@ export default {
14908
14804
  properties: {
14909
14805
  connected_account_id: {
14910
14806
  description:
14911
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14807
+ 'ID of the connected account associated with the event.',
14912
14808
  format: 'uuid',
14913
14809
  type: 'string',
14914
14810
  },
@@ -14918,7 +14814,7 @@ export default {
14918
14814
  type: 'string',
14919
14815
  },
14920
14816
  device_id: {
14921
- description: 'ID of the device.',
14817
+ description: 'ID of the affected device.',
14922
14818
  format: 'uuid',
14923
14819
  type: 'string',
14924
14820
  },
@@ -14937,8 +14833,7 @@ export default {
14937
14833
  type: 'string',
14938
14834
  },
14939
14835
  workspace_id: {
14940
- description:
14941
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14836
+ description: 'ID of the workspace associated with the event.',
14942
14837
  format: 'uuid',
14943
14838
  type: 'string',
14944
14839
  },
@@ -14961,7 +14856,7 @@ export default {
14961
14856
  properties: {
14962
14857
  connected_account_id: {
14963
14858
  description:
14964
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14859
+ 'ID of the connected account associated with the event.',
14965
14860
  format: 'uuid',
14966
14861
  type: 'string',
14967
14862
  },
@@ -14971,7 +14866,7 @@ export default {
14971
14866
  type: 'string',
14972
14867
  },
14973
14868
  device_id: {
14974
- description: 'ID of the device.',
14869
+ description: 'ID of the affected device.',
14975
14870
  format: 'uuid',
14976
14871
  type: 'string',
14977
14872
  },
@@ -14990,8 +14885,7 @@ export default {
14990
14885
  type: 'string',
14991
14886
  },
14992
14887
  workspace_id: {
14993
- description:
14994
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14888
+ description: 'ID of the workspace associated with the event.',
14995
14889
  format: 'uuid',
14996
14890
  type: 'string',
14997
14891
  },
@@ -15014,7 +14908,7 @@ export default {
15014
14908
  properties: {
15015
14909
  connected_account_id: {
15016
14910
  description:
15017
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14911
+ 'ID of the connected account associated with the event.',
15018
14912
  format: 'uuid',
15019
14913
  type: 'string',
15020
14914
  },
@@ -15024,7 +14918,7 @@ export default {
15024
14918
  type: 'string',
15025
14919
  },
15026
14920
  device_id: {
15027
- description: 'ID of the device.',
14921
+ description: 'ID of the affected device.',
15028
14922
  format: 'uuid',
15029
14923
  type: 'string',
15030
14924
  },
@@ -15043,8 +14937,7 @@ export default {
15043
14937
  type: 'string',
15044
14938
  },
15045
14939
  workspace_id: {
15046
- description:
15047
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
14940
+ description: 'ID of the workspace associated with the event.',
15048
14941
  format: 'uuid',
15049
14942
  type: 'string',
15050
14943
  },
@@ -15067,7 +14960,7 @@ export default {
15067
14960
  properties: {
15068
14961
  connected_account_id: {
15069
14962
  description:
15070
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
14963
+ 'ID of the connected account associated with the event.',
15071
14964
  format: 'uuid',
15072
14965
  type: 'string',
15073
14966
  },
@@ -15077,7 +14970,7 @@ export default {
15077
14970
  type: 'string',
15078
14971
  },
15079
14972
  device_id: {
15080
- description: 'ID of the device.',
14973
+ description: 'ID of the affected device.',
15081
14974
  format: 'uuid',
15082
14975
  type: 'string',
15083
14976
  },
@@ -15107,14 +15000,12 @@ export default {
15107
15000
  type: 'number',
15108
15001
  },
15109
15002
  noise_threshold_id: {
15110
- description:
15111
- 'ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
15003
+ description: 'ID of the noise threshold that was triggered.',
15112
15004
  format: 'uuid',
15113
15005
  type: 'string',
15114
15006
  },
15115
15007
  noise_threshold_name: {
15116
- description:
15117
- 'Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
15008
+ description: 'Name of the noise threshold that was triggered.',
15118
15009
  type: 'string',
15119
15010
  },
15120
15011
  noiseaware_metadata: {
@@ -15128,8 +15019,7 @@ export default {
15128
15019
  type: 'string',
15129
15020
  },
15130
15021
  workspace_id: {
15131
- description:
15132
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15022
+ description: 'ID of the workspace associated with the event.',
15133
15023
  format: 'uuid',
15134
15024
  type: 'string',
15135
15025
  },
@@ -15152,19 +15042,19 @@ export default {
15152
15042
  properties: {
15153
15043
  access_code_id: {
15154
15044
  description:
15155
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device.',
15045
+ 'ID of the access code that was used to lock the device.',
15156
15046
  format: 'uuid',
15157
15047
  type: 'string',
15158
15048
  },
15159
15049
  action_attempt_id: {
15160
15050
  description:
15161
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action.',
15051
+ 'ID of the action attempt associated with the lock action.',
15162
15052
  format: 'uuid',
15163
15053
  type: 'string',
15164
15054
  },
15165
15055
  connected_account_id: {
15166
15056
  description:
15167
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15057
+ 'ID of the connected account associated with the event.',
15168
15058
  format: 'uuid',
15169
15059
  type: 'string',
15170
15060
  },
@@ -15174,7 +15064,7 @@ export default {
15174
15064
  type: 'string',
15175
15065
  },
15176
15066
  device_id: {
15177
- description: 'ID of the device.',
15067
+ description: 'ID of the affected device.',
15178
15068
  format: 'uuid',
15179
15069
  type: 'string',
15180
15070
  },
@@ -15186,7 +15076,7 @@ export default {
15186
15076
  event_type: { enum: ['lock.locked'], type: 'string' },
15187
15077
  method: {
15188
15078
  description:
15189
- 'Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was locked. 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.',
15079
+ '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.',
15190
15080
  enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
15191
15081
  type: 'string',
15192
15082
  },
@@ -15196,8 +15086,7 @@ export default {
15196
15086
  type: 'string',
15197
15087
  },
15198
15088
  workspace_id: {
15199
- description:
15200
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15089
+ description: 'ID of the workspace associated with the event.',
15201
15090
  format: 'uuid',
15202
15091
  type: 'string',
15203
15092
  },
@@ -15221,19 +15110,19 @@ export default {
15221
15110
  properties: {
15222
15111
  access_code_id: {
15223
15112
  description:
15224
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device.',
15113
+ 'ID of the access code that was used to unlock the affected device.',
15225
15114
  format: 'uuid',
15226
15115
  type: 'string',
15227
15116
  },
15228
15117
  action_attempt_id: {
15229
15118
  description:
15230
- 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action.',
15119
+ 'ID of the action attempt associated with the unlock action.',
15231
15120
  format: 'uuid',
15232
15121
  type: 'string',
15233
15122
  },
15234
15123
  connected_account_id: {
15235
15124
  description:
15236
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15125
+ 'ID of the connected account associated with the event.',
15237
15126
  format: 'uuid',
15238
15127
  type: 'string',
15239
15128
  },
@@ -15243,7 +15132,7 @@ export default {
15243
15132
  type: 'string',
15244
15133
  },
15245
15134
  device_id: {
15246
- description: 'ID of the device.',
15135
+ description: 'ID of the affected device.',
15247
15136
  format: 'uuid',
15248
15137
  type: 'string',
15249
15138
  },
@@ -15255,7 +15144,7 @@ export default {
15255
15144
  event_type: { enum: ['lock.unlocked'], type: 'string' },
15256
15145
  method: {
15257
15146
  description:
15258
- 'Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) 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.',
15147
+ '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.',
15259
15148
  enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
15260
15149
  type: 'string',
15261
15150
  },
@@ -15265,8 +15154,7 @@ export default {
15265
15154
  type: 'string',
15266
15155
  },
15267
15156
  workspace_id: {
15268
- description:
15269
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15157
+ description: 'ID of the workspace associated with the event.',
15270
15158
  format: 'uuid',
15271
15159
  type: 'string',
15272
15160
  },
@@ -15290,13 +15178,13 @@ export default {
15290
15178
  properties: {
15291
15179
  access_code_id: {
15292
15180
  description:
15293
- 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts.',
15181
+ 'ID of the access code that was used in the unlock attempts.',
15294
15182
  format: 'uuid',
15295
15183
  type: 'string',
15296
15184
  },
15297
15185
  connected_account_id: {
15298
15186
  description:
15299
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15187
+ 'ID of the connected account associated with the event.',
15300
15188
  format: 'uuid',
15301
15189
  type: 'string',
15302
15190
  },
@@ -15306,7 +15194,7 @@ export default {
15306
15194
  type: 'string',
15307
15195
  },
15308
15196
  device_id: {
15309
- description: 'ID of the device.',
15197
+ description: 'ID of the affected device.',
15310
15198
  format: 'uuid',
15311
15199
  type: 'string',
15312
15200
  },
@@ -15322,8 +15210,7 @@ export default {
15322
15210
  type: 'string',
15323
15211
  },
15324
15212
  workspace_id: {
15325
- description:
15326
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15213
+ description: 'ID of the workspace associated with the event.',
15327
15214
  format: 'uuid',
15328
15215
  type: 'string',
15329
15216
  },
@@ -15345,13 +15232,12 @@ export default {
15345
15232
  'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
15346
15233
  properties: {
15347
15234
  climate_preset_key: {
15348
- description:
15349
- 'Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated.',
15235
+ description: 'Key of the climate preset that was activated.',
15350
15236
  type: 'string',
15351
15237
  },
15352
15238
  connected_account_id: {
15353
15239
  description:
15354
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15240
+ 'ID of the connected account associated with the event.',
15355
15241
  format: 'uuid',
15356
15242
  type: 'string',
15357
15243
  },
@@ -15361,7 +15247,7 @@ export default {
15361
15247
  type: 'string',
15362
15248
  },
15363
15249
  device_id: {
15364
- description: 'ID of the device.',
15250
+ description: 'ID of the affected device.',
15365
15251
  format: 'uuid',
15366
15252
  type: 'string',
15367
15253
  },
@@ -15376,7 +15262,7 @@ export default {
15376
15262
  },
15377
15263
  is_fallback_climate_preset: {
15378
15264
  description:
15379
- 'Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15265
+ 'Indicates whether the climate preset that was activated is the fallback climate preset for the thermostat.',
15380
15266
  type: 'boolean',
15381
15267
  },
15382
15268
  occurred_at: {
@@ -15386,14 +15272,13 @@ export default {
15386
15272
  },
15387
15273
  thermostat_schedule_id: {
15388
15274
  description:
15389
- 'ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated.',
15275
+ 'ID of the thermostat schedule that prompted the affected climate preset to be activated.',
15390
15276
  format: 'uuid',
15391
15277
  nullable: true,
15392
15278
  type: 'string',
15393
15279
  },
15394
15280
  workspace_id: {
15395
- description:
15396
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15281
+ description: 'ID of the workspace associated with the event.',
15397
15282
  format: 'uuid',
15398
15283
  type: 'string',
15399
15284
  },
@@ -15419,7 +15304,7 @@ export default {
15419
15304
  properties: {
15420
15305
  connected_account_id: {
15421
15306
  description:
15422
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15307
+ 'ID of the connected account associated with the event.',
15423
15308
  format: 'uuid',
15424
15309
  type: 'string',
15425
15310
  },
@@ -15441,7 +15326,7 @@ export default {
15441
15326
  type: 'string',
15442
15327
  },
15443
15328
  device_id: {
15444
- description: 'ID of the device.',
15329
+ description: 'ID of the affected device.',
15445
15330
  format: 'uuid',
15446
15331
  type: 'string',
15447
15332
  },
@@ -15480,7 +15365,7 @@ export default {
15480
15365
  },
15481
15366
  method: {
15482
15367
  description:
15483
- 'Method used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15368
+ '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.',
15484
15369
  enum: ['seam', 'external'],
15485
15370
  type: 'string',
15486
15371
  },
@@ -15490,8 +15375,7 @@ export default {
15490
15375
  type: 'string',
15491
15376
  },
15492
15377
  workspace_id: {
15493
- description:
15494
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15378
+ description: 'ID of the workspace associated with the event.',
15495
15379
  format: 'uuid',
15496
15380
  type: 'string',
15497
15381
  },
@@ -15515,7 +15399,7 @@ export default {
15515
15399
  properties: {
15516
15400
  connected_account_id: {
15517
15401
  description:
15518
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15402
+ 'ID of the connected account associated with the event.',
15519
15403
  format: 'uuid',
15520
15404
  type: 'string',
15521
15405
  },
@@ -15525,7 +15409,7 @@ export default {
15525
15409
  type: 'string',
15526
15410
  },
15527
15411
  device_id: {
15528
- description: 'ID of the device.',
15412
+ description: 'ID of the affected device.',
15529
15413
  format: 'uuid',
15530
15414
  type: 'string',
15531
15415
  },
@@ -15540,14 +15424,14 @@ export default {
15540
15424
  },
15541
15425
  lower_limit_celsius: {
15542
15426
  description:
15543
- 'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15427
+ 'Lower temperature limit, in °C, defined by the set threshold.',
15544
15428
  format: 'float',
15545
15429
  nullable: true,
15546
15430
  type: 'number',
15547
15431
  },
15548
15432
  lower_limit_fahrenheit: {
15549
15433
  description:
15550
- 'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15434
+ 'Lower temperature limit, in °F, defined by the set threshold.',
15551
15435
  format: 'float',
15552
15436
  nullable: true,
15553
15437
  type: 'number',
@@ -15559,33 +15443,32 @@ export default {
15559
15443
  },
15560
15444
  temperature_celsius: {
15561
15445
  description:
15562
- 'Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15446
+ 'Temperature, in °C, reported by the affected thermostat.',
15563
15447
  format: 'float',
15564
15448
  type: 'number',
15565
15449
  },
15566
15450
  temperature_fahrenheit: {
15567
15451
  description:
15568
- 'Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15452
+ 'Temperature, in °F, reported by the affected thermostat.',
15569
15453
  format: 'float',
15570
15454
  type: 'number',
15571
15455
  },
15572
15456
  upper_limit_celsius: {
15573
15457
  description:
15574
- 'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15458
+ 'Upper temperature limit, in °C, defined by the set threshold.',
15575
15459
  format: 'float',
15576
15460
  nullable: true,
15577
15461
  type: 'number',
15578
15462
  },
15579
15463
  upper_limit_fahrenheit: {
15580
15464
  description:
15581
- 'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15465
+ 'Upper temperature limit, in °F, defined by the set threshold.',
15582
15466
  format: 'float',
15583
15467
  nullable: true,
15584
15468
  type: 'number',
15585
15469
  },
15586
15470
  workspace_id: {
15587
- description:
15588
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15471
+ description: 'ID of the workspace associated with the event.',
15589
15472
  format: 'uuid',
15590
15473
  type: 'string',
15591
15474
  },
@@ -15614,7 +15497,7 @@ export default {
15614
15497
  properties: {
15615
15498
  connected_account_id: {
15616
15499
  description:
15617
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15500
+ 'ID of the connected account associated with the event.',
15618
15501
  format: 'uuid',
15619
15502
  type: 'string',
15620
15503
  },
@@ -15624,7 +15507,7 @@ export default {
15624
15507
  type: 'string',
15625
15508
  },
15626
15509
  device_id: {
15627
- description: 'ID of the device.',
15510
+ description: 'ID of the affected device.',
15628
15511
  format: 'uuid',
15629
15512
  type: 'string',
15630
15513
  },
@@ -15639,14 +15522,14 @@ export default {
15639
15522
  },
15640
15523
  lower_limit_celsius: {
15641
15524
  description:
15642
- 'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15525
+ 'Lower temperature limit, in °C, defined by the set threshold.',
15643
15526
  format: 'float',
15644
15527
  nullable: true,
15645
15528
  type: 'number',
15646
15529
  },
15647
15530
  lower_limit_fahrenheit: {
15648
15531
  description:
15649
- 'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15532
+ 'Lower temperature limit, in °F, defined by the set threshold.',
15650
15533
  format: 'float',
15651
15534
  nullable: true,
15652
15535
  type: 'number',
@@ -15658,33 +15541,32 @@ export default {
15658
15541
  },
15659
15542
  temperature_celsius: {
15660
15543
  description:
15661
- 'Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15544
+ 'Temperature, in °C, reported by the affected thermostat.',
15662
15545
  format: 'float',
15663
15546
  type: 'number',
15664
15547
  },
15665
15548
  temperature_fahrenheit: {
15666
15549
  description:
15667
- 'Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15550
+ 'Temperature, in °F, reported by the affected thermostat.',
15668
15551
  format: 'float',
15669
15552
  type: 'number',
15670
15553
  },
15671
15554
  upper_limit_celsius: {
15672
15555
  description:
15673
- 'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15556
+ 'Upper temperature limit, in °C, defined by the set threshold.',
15674
15557
  format: 'float',
15675
15558
  nullable: true,
15676
15559
  type: 'number',
15677
15560
  },
15678
15561
  upper_limit_fahrenheit: {
15679
15562
  description:
15680
- 'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
15563
+ 'Upper temperature limit, in °F, defined by the set threshold.',
15681
15564
  format: 'float',
15682
15565
  nullable: true,
15683
15566
  type: 'number',
15684
15567
  },
15685
15568
  workspace_id: {
15686
- description:
15687
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15569
+ description: 'ID of the workspace associated with the event.',
15688
15570
  format: 'uuid',
15689
15571
  type: 'string',
15690
15572
  },
@@ -15713,7 +15595,7 @@ export default {
15713
15595
  properties: {
15714
15596
  connected_account_id: {
15715
15597
  description:
15716
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15598
+ 'ID of the connected account associated with the event.',
15717
15599
  format: 'uuid',
15718
15600
  type: 'string',
15719
15601
  },
@@ -15724,18 +15606,18 @@ export default {
15724
15606
  },
15725
15607
  desired_temperature_celsius: {
15726
15608
  description:
15727
- "Desired temperature, in °C, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points).",
15609
+ "Desired temperature, in °C, defined by the affected thermostat's cooling or heating set point.",
15728
15610
  format: 'float',
15729
15611
  type: 'number',
15730
15612
  },
15731
15613
  desired_temperature_fahrenheit: {
15732
15614
  description:
15733
- "Desired temperature, in °F, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points).",
15615
+ "Desired temperature, in °F, defined by the affected thermostat's cooling or heating set point.",
15734
15616
  format: 'float',
15735
15617
  type: 'number',
15736
15618
  },
15737
15619
  device_id: {
15738
- description: 'ID of the device.',
15620
+ description: 'ID of the affected device.',
15739
15621
  format: 'uuid',
15740
15622
  type: 'string',
15741
15623
  },
@@ -15755,19 +15637,18 @@ export default {
15755
15637
  },
15756
15638
  temperature_celsius: {
15757
15639
  description:
15758
- 'Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15640
+ 'Temperature, in °C, reported by the affected thermostat.',
15759
15641
  format: 'float',
15760
15642
  type: 'number',
15761
15643
  },
15762
15644
  temperature_fahrenheit: {
15763
15645
  description:
15764
- 'Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15646
+ 'Temperature, in °F, reported by the affected thermostat.',
15765
15647
  format: 'float',
15766
15648
  type: 'number',
15767
15649
  },
15768
15650
  workspace_id: {
15769
- description:
15770
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15651
+ description: 'ID of the workspace associated with the event.',
15771
15652
  format: 'uuid',
15772
15653
  type: 'string',
15773
15654
  },
@@ -15792,7 +15673,7 @@ export default {
15792
15673
  properties: {
15793
15674
  connected_account_id: {
15794
15675
  description:
15795
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15676
+ 'ID of the connected account associated with the event.',
15796
15677
  format: 'uuid',
15797
15678
  type: 'string',
15798
15679
  },
@@ -15802,7 +15683,7 @@ export default {
15802
15683
  type: 'string',
15803
15684
  },
15804
15685
  device_id: {
15805
- description: 'ID of the device.',
15686
+ description: 'ID of the affected device.',
15806
15687
  format: 'uuid',
15807
15688
  type: 'string',
15808
15689
  },
@@ -15822,19 +15703,18 @@ export default {
15822
15703
  },
15823
15704
  temperature_celsius: {
15824
15705
  description:
15825
- 'Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15706
+ 'Temperature, in °C, reported by the affected thermostat.',
15826
15707
  format: 'float',
15827
15708
  type: 'number',
15828
15709
  },
15829
15710
  temperature_fahrenheit: {
15830
15711
  description:
15831
- 'Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
15712
+ 'Temperature, in °F, reported by the affected thermostat.',
15832
15713
  format: 'float',
15833
15714
  type: 'number',
15834
15715
  },
15835
15716
  workspace_id: {
15836
- description:
15837
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15717
+ description: 'ID of the workspace associated with the event.',
15838
15718
  format: 'uuid',
15839
15719
  type: 'string',
15840
15720
  },
@@ -15859,7 +15739,7 @@ export default {
15859
15739
  properties: {
15860
15740
  connected_account_id: {
15861
15741
  description:
15862
- 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
15742
+ 'ID of the connected account associated with the event.',
15863
15743
  format: 'uuid',
15864
15744
  type: 'string',
15865
15745
  },
@@ -15869,12 +15749,12 @@ export default {
15869
15749
  type: 'string',
15870
15750
  },
15871
15751
  device_id: {
15872
- description: 'ID of the device.',
15752
+ description: 'ID of the affected device.',
15873
15753
  format: 'uuid',
15874
15754
  type: 'string',
15875
15755
  },
15876
15756
  device_name: {
15877
- description: 'The new name of the device.',
15757
+ description: 'The new name of the affected device.',
15878
15758
  type: 'string',
15879
15759
  },
15880
15760
  event_id: {
@@ -15889,8 +15769,7 @@ export default {
15889
15769
  type: 'string',
15890
15770
  },
15891
15771
  workspace_id: {
15892
- description:
15893
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15772
+ description: 'ID of the workspace associated with the event.',
15894
15773
  format: 'uuid',
15895
15774
  type: 'string',
15896
15775
  },
@@ -15918,8 +15797,7 @@ export default {
15918
15797
  type: 'string',
15919
15798
  },
15920
15799
  enrollment_automation_id: {
15921
- description:
15922
- 'ID of the [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut).',
15800
+ description: 'ID of the affected enrollment automation.',
15923
15801
  format: 'uuid',
15924
15802
  type: 'string',
15925
15803
  },
@@ -15938,8 +15816,7 @@ export default {
15938
15816
  type: 'string',
15939
15817
  },
15940
15818
  workspace_id: {
15941
- description:
15942
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15819
+ description: 'ID of the workspace associated with the event.',
15943
15820
  format: 'uuid',
15944
15821
  type: 'string',
15945
15822
  },
@@ -15964,8 +15841,7 @@ export default {
15964
15841
  type: 'string',
15965
15842
  },
15966
15843
  device_id: {
15967
- description:
15968
- 'ID of the [device](https://docs.seam.co/latest/core-concepts/devices).',
15844
+ description: 'ID of the affected phone device.',
15969
15845
  format: 'uuid',
15970
15846
  type: 'string',
15971
15847
  },
@@ -15981,8 +15857,7 @@ export default {
15981
15857
  type: 'string',
15982
15858
  },
15983
15859
  workspace_id: {
15984
- description:
15985
- 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
15860
+ description: 'ID of the workspace associated with the event.',
15986
15861
  format: 'uuid',
15987
15862
  type: 'string',
15988
15863
  },
@@ -29705,9 +29580,22 @@ export default {
29705
29580
  'application/json': {
29706
29581
  schema: {
29707
29582
  properties: {
29708
- device_id: { format: 'uuid', type: 'string' },
29709
- event_id: { format: 'uuid', type: 'string' },
29710
- event_type: { type: 'string' },
29583
+ device_id: {
29584
+ description:
29585
+ 'Unique identifier for the device that triggered the event that you want to get.',
29586
+ format: 'uuid',
29587
+ type: 'string',
29588
+ },
29589
+ event_id: {
29590
+ description:
29591
+ 'Unique identifier for the event that you want to get.',
29592
+ format: 'uuid',
29593
+ type: 'string',
29594
+ },
29595
+ event_type: {
29596
+ description: 'Type of the event that you want to get.',
29597
+ type: 'string',
29598
+ },
29711
29599
  },
29712
29600
  type: 'object',
29713
29601
  },
@@ -29759,17 +29647,33 @@ export default {
29759
29647
  'application/json': {
29760
29648
  schema: {
29761
29649
  properties: {
29762
- access_code_id: { format: 'uuid', type: 'string' },
29650
+ access_code_id: {
29651
+ description:
29652
+ 'ID of the access code for which you want to list events.',
29653
+ format: 'uuid',
29654
+ type: 'string',
29655
+ },
29763
29656
  access_code_ids: {
29657
+ description:
29658
+ 'IDs of the access codes for which you want to list events.',
29764
29659
  items: { format: 'uuid', type: 'string' },
29765
29660
  type: 'array',
29766
29661
  },
29767
- acs_system_id: { format: 'uuid', type: 'string' },
29662
+ acs_system_id: {
29663
+ description:
29664
+ 'ID of the access system for which you want to list events.',
29665
+ format: 'uuid',
29666
+ type: 'string',
29667
+ },
29768
29668
  acs_system_ids: {
29669
+ description:
29670
+ 'IDs of the access systems for which you want to list events.',
29769
29671
  items: { format: 'uuid', type: 'string' },
29770
29672
  type: 'array',
29771
29673
  },
29772
29674
  between: {
29675
+ description:
29676
+ 'Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.',
29773
29677
  items: {
29774
29678
  oneOf: [
29775
29679
  { type: 'string' },
@@ -29780,22 +29684,43 @@ export default {
29780
29684
  minItems: 2,
29781
29685
  type: 'array',
29782
29686
  },
29783
- connect_webview_id: { format: 'uuid', type: 'string' },
29784
- connected_account_id: { format: 'uuid', type: 'string' },
29687
+ connect_webview_id: {
29688
+ description:
29689
+ 'IDs of the connected accounts for which you want to list events.',
29690
+ format: 'uuid',
29691
+ type: 'string',
29692
+ },
29693
+ connected_account_id: {
29694
+ description:
29695
+ 'ID of the connected account for which you want to list events.',
29696
+ format: 'uuid',
29697
+ type: 'string',
29698
+ },
29785
29699
  customer_ids: {
29700
+ description:
29701
+ 'IDs of the customers for which you want to list events.',
29786
29702
  items: { format: 'uuid', type: 'string' },
29787
29703
  type: 'array',
29788
29704
  },
29789
- device_id: { format: 'uuid', type: 'string' },
29705
+ device_id: {
29706
+ description:
29707
+ 'ID of the device for which you want to list events.',
29708
+ format: 'uuid',
29709
+ type: 'string',
29710
+ },
29790
29711
  device_ids: {
29712
+ description:
29713
+ 'IDs of the devices for which you want to list events.',
29791
29714
  items: { format: 'uuid', type: 'string' },
29792
29715
  type: 'array',
29793
29716
  },
29794
29717
  event_ids: {
29718
+ description: 'IDs of the events that you want to list.',
29795
29719
  items: { format: 'uuid', type: 'string' },
29796
29720
  type: 'array',
29797
29721
  },
29798
29722
  event_type: {
29723
+ description: 'Type of the events that you want to list.',
29799
29724
  enum: [
29800
29725
  'access_code.created',
29801
29726
  'access_code.changed',
@@ -29889,6 +29814,7 @@ export default {
29889
29814
  type: 'string',
29890
29815
  },
29891
29816
  event_types: {
29817
+ description: 'Types of the events that you want to list.',
29892
29818
  items: {
29893
29819
  enum: [
29894
29820
  'access_code.created',
@@ -29984,9 +29910,23 @@ export default {
29984
29910
  },
29985
29911
  type: 'array',
29986
29912
  },
29987
- limit: { default: 500, format: 'float', type: 'number' },
29988
- since: { type: 'string' },
29989
- unstable_offset: { format: 'float', type: 'number' },
29913
+ limit: {
29914
+ default: 500,
29915
+ description:
29916
+ 'Numerical limit on the number of events to return.',
29917
+ format: 'float',
29918
+ type: 'number',
29919
+ },
29920
+ since: {
29921
+ description:
29922
+ 'Timestamp to indicate the beginning generation time for the events that you want to list. You must include `since` or `between`.',
29923
+ type: 'string',
29924
+ },
29925
+ unstable_offset: {
29926
+ description: 'Offset for the events that you want to list.',
29927
+ format: 'float',
29928
+ type: 'number',
29929
+ },
29990
29930
  },
29991
29931
  type: 'object',
29992
29932
  },