@seamapi/types 1.323.0 → 1.324.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/connect.cjs +631 -719
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +500 -643
  4. package/lib/seam/connect/models/events/access-codes.js +32 -41
  5. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  6. package/lib/seam/connect/models/events/acs/common.js +9 -12
  7. package/lib/seam/connect/models/events/acs/common.js.map +1 -1
  8. package/lib/seam/connect/models/events/acs/credentials.js +2 -2
  9. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  10. package/lib/seam/connect/models/events/acs/encoders.js +6 -3
  11. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  12. package/lib/seam/connect/models/events/acs/systems.js +3 -3
  13. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  14. package/lib/seam/connect/models/events/acs/users.js +5 -3
  15. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  16. package/lib/seam/connect/models/events/action-attempts.js +10 -22
  17. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  18. package/lib/seam/connect/models/events/client-sessions.js +5 -7
  19. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  20. package/lib/seam/connect/models/events/common.js +5 -2
  21. package/lib/seam/connect/models/events/common.js.map +1 -1
  22. package/lib/seam/connect/models/events/connect-webviews.js +10 -14
  23. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  24. package/lib/seam/connect/models/events/connected-accounts.js +15 -19
  25. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  26. package/lib/seam/connect/models/events/devices.js +43 -47
  27. package/lib/seam/connect/models/events/devices.js.map +1 -1
  28. package/lib/seam/connect/models/events/enrollment-automations.js +5 -7
  29. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  30. package/lib/seam/connect/models/events/phones.js +4 -6
  31. package/lib/seam/connect/models/events/phones.js.map +1 -1
  32. package/lib/seam/connect/openapi.d.ts +0 -143
  33. package/lib/seam/connect/openapi.js +316 -440
  34. package/lib/seam/connect/openapi.js.map +1 -1
  35. package/lib/seam/connect/route-types.d.ts +500 -500
  36. package/package.json +1 -1
  37. package/src/lib/seam/connect/models/events/access-codes.ts +64 -41
  38. package/src/lib/seam/connect/models/events/acs/common.ts +13 -12
  39. package/src/lib/seam/connect/models/events/acs/credentials.ts +6 -2
  40. package/src/lib/seam/connect/models/events/acs/encoders.ts +12 -3
  41. package/src/lib/seam/connect/models/events/acs/systems.ts +9 -3
  42. package/src/lib/seam/connect/models/events/acs/users.ts +10 -4
  43. package/src/lib/seam/connect/models/events/action-attempts.ts +20 -22
  44. package/src/lib/seam/connect/models/events/client-sessions.ts +9 -7
  45. package/src/lib/seam/connect/models/events/common.ts +5 -2
  46. package/src/lib/seam/connect/models/events/connect-webviews.ts +18 -14
  47. package/src/lib/seam/connect/models/events/connected-accounts.ts +25 -19
  48. package/src/lib/seam/connect/models/events/devices.ts +75 -47
  49. package/src/lib/seam/connect/models/events/enrollment-automations.ts +9 -7
  50. package/src/lib/seam/connect/models/events/phones.ts +6 -6
  51. package/src/lib/seam/connect/openapi.ts +454 -440
  52. package/src/lib/seam/connect/route-types.ts +500 -500
@@ -12057,15 +12057,15 @@ export interface Routes {
12057
12057
  event_id: string;
12058
12058
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12059
12059
  workspace_id: string;
12060
- /** Time at which the event was created. */
12060
+ /** Date and time at which the event was created. */
12061
12061
  created_at: string;
12062
- /** Time when the event occurred. */
12062
+ /** Date and time at which the event occurred. */
12063
12063
  occurred_at: string;
12064
- /** The ID of the access code. */
12064
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12065
12065
  access_code_id: string;
12066
- /** The ID of the device. */
12066
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12067
12067
  device_id: string;
12068
- /** The ID of the connected account. */
12068
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12069
12069
  connected_account_id: string;
12070
12070
  event_type: 'access_code.created';
12071
12071
  } | {
@@ -12073,15 +12073,15 @@ export interface Routes {
12073
12073
  event_id: string;
12074
12074
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12075
12075
  workspace_id: string;
12076
- /** Time at which the event was created. */
12076
+ /** Date and time at which the event was created. */
12077
12077
  created_at: string;
12078
- /** Time when the event occurred. */
12078
+ /** Date and time at which the event occurred. */
12079
12079
  occurred_at: string;
12080
- /** The ID of the access code. */
12080
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12081
12081
  access_code_id: string;
12082
- /** The ID of the device. */
12082
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12083
12083
  device_id: string;
12084
- /** The ID of the connected account. */
12084
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12085
12085
  connected_account_id: string;
12086
12086
  event_type: 'access_code.changed';
12087
12087
  } | {
@@ -12089,51 +12089,51 @@ export interface Routes {
12089
12089
  event_id: string;
12090
12090
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12091
12091
  workspace_id: string;
12092
- /** Time at which the event was created. */
12092
+ /** Date and time at which the event was created. */
12093
12093
  created_at: string;
12094
- /** Time when the event occurred. */
12094
+ /** Date and time at which the event occurred. */
12095
12095
  occurred_at: string;
12096
- /** The ID of the access code. */
12096
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12097
12097
  access_code_id: string;
12098
- /** The ID of the device. */
12098
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12099
12099
  device_id: string;
12100
- /** The ID of the connected account. */
12100
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12101
12101
  connected_account_id: string;
12102
12102
  event_type: 'access_code.scheduled_on_device';
12103
- /** The code of the access code. */
12103
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12104
12104
  code: string;
12105
12105
  } | {
12106
12106
  /** ID of the event. */
12107
12107
  event_id: string;
12108
12108
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12109
12109
  workspace_id: string;
12110
- /** Time at which the event was created. */
12110
+ /** Date and time at which the event was created. */
12111
12111
  created_at: string;
12112
- /** Time when the event occurred. */
12112
+ /** Date and time at which the event occurred. */
12113
12113
  occurred_at: string;
12114
- /** The ID of the access code. */
12114
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12115
12115
  access_code_id: string;
12116
- /** The ID of the device. */
12116
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12117
12117
  device_id: string;
12118
- /** The ID of the connected account. */
12118
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12119
12119
  connected_account_id: string;
12120
12120
  event_type: 'access_code.set_on_device';
12121
- /** The code of the access code. */
12121
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12122
12122
  code: string;
12123
12123
  } | {
12124
12124
  /** ID of the event. */
12125
12125
  event_id: string;
12126
12126
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12127
12127
  workspace_id: string;
12128
- /** Time at which the event was created. */
12128
+ /** Date and time at which the event was created. */
12129
12129
  created_at: string;
12130
- /** Time when the event occurred. */
12130
+ /** Date and time at which the event occurred. */
12131
12131
  occurred_at: string;
12132
- /** The ID of the access code. */
12132
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12133
12133
  access_code_id: string;
12134
- /** The ID of the device. */
12134
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12135
12135
  device_id: string;
12136
- /** The ID of the connected account. */
12136
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12137
12137
  connected_account_id: string;
12138
12138
  event_type: 'access_code.removed_from_device';
12139
12139
  } | {
@@ -12141,15 +12141,15 @@ export interface Routes {
12141
12141
  event_id: string;
12142
12142
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12143
12143
  workspace_id: string;
12144
- /** Time at which the event was created. */
12144
+ /** Date and time at which the event was created. */
12145
12145
  created_at: string;
12146
- /** Time when the event occurred. */
12146
+ /** Date and time at which the event occurred. */
12147
12147
  occurred_at: string;
12148
- /** The ID of the access code. */
12148
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12149
12149
  access_code_id: string;
12150
- /** The ID of the device. */
12150
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12151
12151
  device_id: string;
12152
- /** The ID of the connected account. */
12152
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12153
12153
  connected_account_id: string;
12154
12154
  event_type: 'access_code.delay_in_setting_on_device';
12155
12155
  } | {
@@ -12157,15 +12157,15 @@ export interface Routes {
12157
12157
  event_id: string;
12158
12158
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12159
12159
  workspace_id: string;
12160
- /** Time at which the event was created. */
12160
+ /** Date and time at which the event was created. */
12161
12161
  created_at: string;
12162
- /** Time when the event occurred. */
12162
+ /** Date and time at which the event occurred. */
12163
12163
  occurred_at: string;
12164
- /** The ID of the access code. */
12164
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12165
12165
  access_code_id: string;
12166
- /** The ID of the device. */
12166
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12167
12167
  device_id: string;
12168
- /** The ID of the connected account. */
12168
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12169
12169
  connected_account_id: string;
12170
12170
  event_type: 'access_code.failed_to_set_on_device';
12171
12171
  } | {
@@ -12173,33 +12173,33 @@ export interface Routes {
12173
12173
  event_id: string;
12174
12174
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12175
12175
  workspace_id: string;
12176
- /** Time at which the event was created. */
12176
+ /** Date and time at which the event was created. */
12177
12177
  created_at: string;
12178
- /** Time when the event occurred. */
12178
+ /** Date and time at which the event occurred. */
12179
12179
  occurred_at: string;
12180
- /** The ID of the access code. */
12180
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12181
12181
  access_code_id: string;
12182
- /** The ID of the device. */
12182
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12183
12183
  device_id: string;
12184
- /** The ID of the connected account. */
12184
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12185
12185
  connected_account_id: string;
12186
12186
  event_type: 'access_code.deleted';
12187
- /** The code of the access code. */
12187
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12188
12188
  code: string | null;
12189
12189
  } | {
12190
12190
  /** ID of the event. */
12191
12191
  event_id: string;
12192
12192
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12193
12193
  workspace_id: string;
12194
- /** Time at which the event was created. */
12194
+ /** Date and time at which the event was created. */
12195
12195
  created_at: string;
12196
- /** Time when the event occurred. */
12196
+ /** Date and time at which the event occurred. */
12197
12197
  occurred_at: string;
12198
- /** The ID of the access code. */
12198
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12199
12199
  access_code_id: string;
12200
- /** The ID of the device. */
12200
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12201
12201
  device_id: string;
12202
- /** The ID of the connected account. */
12202
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12203
12203
  connected_account_id: string;
12204
12204
  event_type: 'access_code.delay_in_removing_from_device';
12205
12205
  } | {
@@ -12207,15 +12207,15 @@ export interface Routes {
12207
12207
  event_id: string;
12208
12208
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12209
12209
  workspace_id: string;
12210
- /** Time at which the event was created. */
12210
+ /** Date and time at which the event was created. */
12211
12211
  created_at: string;
12212
- /** Time when the event occurred. */
12212
+ /** Date and time at which the event occurred. */
12213
12213
  occurred_at: string;
12214
- /** The ID of the access code. */
12214
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12215
12215
  access_code_id: string;
12216
- /** The ID of the device. */
12216
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12217
12217
  device_id: string;
12218
- /** The ID of the connected account. */
12218
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12219
12219
  connected_account_id: string;
12220
12220
  event_type: 'access_code.failed_to_remove_from_device';
12221
12221
  } | {
@@ -12223,15 +12223,15 @@ export interface Routes {
12223
12223
  event_id: string;
12224
12224
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12225
12225
  workspace_id: string;
12226
- /** Time at which the event was created. */
12226
+ /** Date and time at which the event was created. */
12227
12227
  created_at: string;
12228
- /** Time when the event occurred. */
12228
+ /** Date and time at which the event occurred. */
12229
12229
  occurred_at: string;
12230
- /** The ID of the access code. */
12230
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12231
12231
  access_code_id: string;
12232
- /** The ID of the device. */
12232
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12233
12233
  device_id: string;
12234
- /** The ID of the connected account. */
12234
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12235
12235
  connected_account_id: string;
12236
12236
  event_type: 'access_code.modified_external_to_seam';
12237
12237
  } | {
@@ -12239,15 +12239,15 @@ export interface Routes {
12239
12239
  event_id: string;
12240
12240
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12241
12241
  workspace_id: string;
12242
- /** Time at which the event was created. */
12242
+ /** Date and time at which the event was created. */
12243
12243
  created_at: string;
12244
- /** Time when the event occurred. */
12244
+ /** Date and time at which the event occurred. */
12245
12245
  occurred_at: string;
12246
- /** The ID of the access code. */
12246
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12247
12247
  access_code_id: string;
12248
- /** The ID of the device. */
12248
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12249
12249
  device_id: string;
12250
- /** The ID of the connected account. */
12250
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12251
12251
  connected_account_id: string;
12252
12252
  event_type: 'access_code.deleted_external_to_seam';
12253
12253
  } | {
@@ -12255,15 +12255,15 @@ export interface Routes {
12255
12255
  event_id: string;
12256
12256
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12257
12257
  workspace_id: string;
12258
- /** Time at which the event was created. */
12258
+ /** Date and time at which the event was created. */
12259
12259
  created_at: string;
12260
- /** Time when the event occurred. */
12260
+ /** Date and time at which the event occurred. */
12261
12261
  occurred_at: string;
12262
- /** The ID of the access code. */
12262
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12263
12263
  access_code_id: string;
12264
- /** The ID of the device. */
12264
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12265
12265
  device_id: string;
12266
- /** The ID of the connected account. */
12266
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12267
12267
  connected_account_id: string;
12268
12268
  event_type: 'access_code.backup_access_code_pulled';
12269
12269
  backup_access_code_id: string;
@@ -12272,15 +12272,15 @@ export interface Routes {
12272
12272
  event_id: string;
12273
12273
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12274
12274
  workspace_id: string;
12275
- /** Time at which the event was created. */
12275
+ /** Date and time at which the event was created. */
12276
12276
  created_at: string;
12277
- /** Time when the event occurred. */
12277
+ /** Date and time at which the event occurred. */
12278
12278
  occurred_at: string;
12279
- /** The ID of the access code. */
12279
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12280
12280
  access_code_id: string;
12281
- /** The ID of the device. */
12281
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12282
12282
  device_id: string;
12283
- /** The ID of the connected account. */
12283
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12284
12284
  connected_account_id: string;
12285
12285
  event_type: 'access_code.unmanaged.converted_to_managed';
12286
12286
  } | {
@@ -12288,15 +12288,15 @@ export interface Routes {
12288
12288
  event_id: string;
12289
12289
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12290
12290
  workspace_id: string;
12291
- /** Time at which the event was created. */
12291
+ /** Date and time at which the event was created. */
12292
12292
  created_at: string;
12293
- /** Time when the event occurred. */
12293
+ /** Date and time at which the event occurred. */
12294
12294
  occurred_at: string;
12295
- /** The ID of the access code. */
12295
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12296
12296
  access_code_id: string;
12297
- /** The ID of the device. */
12297
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12298
12298
  device_id: string;
12299
- /** The ID of the connected account. */
12299
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12300
12300
  connected_account_id: string;
12301
12301
  event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
12302
12302
  } | {
@@ -12304,15 +12304,15 @@ export interface Routes {
12304
12304
  event_id: string;
12305
12305
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12306
12306
  workspace_id: string;
12307
- /** Time at which the event was created. */
12307
+ /** Date and time at which the event was created. */
12308
12308
  created_at: string;
12309
- /** Time when the event occurred. */
12309
+ /** Date and time at which the event occurred. */
12310
12310
  occurred_at: string;
12311
- /** The ID of the access code. */
12311
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12312
12312
  access_code_id: string;
12313
- /** The ID of the device. */
12313
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12314
12314
  device_id: string;
12315
- /** The ID of the connected account. */
12315
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12316
12316
  connected_account_id: string;
12317
12317
  event_type: 'access_code.unmanaged.created';
12318
12318
  } | {
@@ -12320,15 +12320,15 @@ export interface Routes {
12320
12320
  event_id: string;
12321
12321
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12322
12322
  workspace_id: string;
12323
- /** Time at which the event was created. */
12323
+ /** Date and time at which the event was created. */
12324
12324
  created_at: string;
12325
- /** Time when the event occurred. */
12325
+ /** Date and time at which the event occurred. */
12326
12326
  occurred_at: string;
12327
- /** The ID of the access code. */
12327
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
12328
12328
  access_code_id: string;
12329
- /** The ID of the device. */
12329
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
12330
12330
  device_id: string;
12331
- /** The ID of the connected account. */
12331
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12332
12332
  connected_account_id: string;
12333
12333
  event_type: 'access_code.unmanaged.removed';
12334
12334
  } | {
@@ -12336,13 +12336,13 @@ export interface Routes {
12336
12336
  event_id: string;
12337
12337
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12338
12338
  workspace_id: string;
12339
- /** Time at which the event was created. */
12339
+ /** Date and time at which the event was created. */
12340
12340
  created_at: string;
12341
- /** Time when the event occurred. */
12341
+ /** Date and time at which the event occurred. */
12342
12342
  occurred_at: string;
12343
- /** ID of the connected account. */
12343
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12344
12344
  connected_account_id?: string | undefined;
12345
- /** ID of the ACS system. */
12345
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12346
12346
  acs_system_id: string;
12347
12347
  event_type: 'acs_system.connected';
12348
12348
  } | {
@@ -12350,13 +12350,13 @@ export interface Routes {
12350
12350
  event_id: string;
12351
12351
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12352
12352
  workspace_id: string;
12353
- /** Time at which the event was created. */
12353
+ /** Date and time at which the event was created. */
12354
12354
  created_at: string;
12355
- /** Time when the event occurred. */
12355
+ /** Date and time at which the event occurred. */
12356
12356
  occurred_at: string;
12357
- /** ID of the connected account. */
12357
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12358
12358
  connected_account_id?: string | undefined;
12359
- /** ID of the ACS system. */
12359
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12360
12360
  acs_system_id: string;
12361
12361
  event_type: 'acs_system.added';
12362
12362
  } | {
@@ -12364,13 +12364,13 @@ export interface Routes {
12364
12364
  event_id: string;
12365
12365
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12366
12366
  workspace_id: string;
12367
- /** Time at which the event was created. */
12367
+ /** Date and time at which the event was created. */
12368
12368
  created_at: string;
12369
- /** Time when the event occurred. */
12369
+ /** Date and time at which the event occurred. */
12370
12370
  occurred_at: string;
12371
- /** ID of the connected account. */
12371
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12372
12372
  connected_account_id?: string | undefined;
12373
- /** ID of the ACS system. */
12373
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12374
12374
  acs_system_id: string;
12375
12375
  event_type: 'acs_system.disconnected';
12376
12376
  } | {
@@ -12378,13 +12378,13 @@ export interface Routes {
12378
12378
  event_id: string;
12379
12379
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12380
12380
  workspace_id: string;
12381
- /** Time at which the event was created. */
12381
+ /** Date and time at which the event was created. */
12382
12382
  created_at: string;
12383
- /** Time when the event occurred. */
12383
+ /** Date and time at which the event occurred. */
12384
12384
  occurred_at: string;
12385
- /** ID of the connected account. */
12385
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12386
12386
  connected_account_id?: string | undefined;
12387
- /** ID of the ACS system. */
12387
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12388
12388
  acs_system_id: string;
12389
12389
  acs_credential_id: string;
12390
12390
  event_type: 'acs_credential.deleted';
@@ -12393,13 +12393,13 @@ export interface Routes {
12393
12393
  event_id: string;
12394
12394
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12395
12395
  workspace_id: string;
12396
- /** Time at which the event was created. */
12396
+ /** Date and time at which the event was created. */
12397
12397
  created_at: string;
12398
- /** Time when the event occurred. */
12398
+ /** Date and time at which the event occurred. */
12399
12399
  occurred_at: string;
12400
- /** ID of the connected account. */
12400
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12401
12401
  connected_account_id?: string | undefined;
12402
- /** ID of the ACS system. */
12402
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12403
12403
  acs_system_id: string;
12404
12404
  acs_credential_id: string;
12405
12405
  event_type: 'acs_credential.issued';
@@ -12408,13 +12408,13 @@ export interface Routes {
12408
12408
  event_id: string;
12409
12409
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12410
12410
  workspace_id: string;
12411
- /** Time at which the event was created. */
12411
+ /** Date and time at which the event was created. */
12412
12412
  created_at: string;
12413
- /** Time when the event occurred. */
12413
+ /** Date and time at which the event occurred. */
12414
12414
  occurred_at: string;
12415
- /** ID of the connected account. */
12415
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12416
12416
  connected_account_id?: string | undefined;
12417
- /** ID of the ACS system. */
12417
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12418
12418
  acs_system_id: string;
12419
12419
  acs_user_id: string;
12420
12420
  event_type: 'acs_user.deleted';
@@ -12423,15 +12423,15 @@ export interface Routes {
12423
12423
  event_id: string;
12424
12424
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12425
12425
  workspace_id: string;
12426
- /** Time at which the event was created. */
12426
+ /** Date and time at which the event was created. */
12427
12427
  created_at: string;
12428
- /** Time when the event occurred. */
12428
+ /** Date and time at which the event occurred. */
12429
12429
  occurred_at: string;
12430
- /** ID of the connected account. */
12430
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12431
12431
  connected_account_id?: string | undefined;
12432
- /** ID of the ACS system. */
12432
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12433
12433
  acs_system_id: string;
12434
- /** ID of the ACS encoder. */
12434
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
12435
12435
  acs_encoder_id: string;
12436
12436
  event_type: 'acs_encoder.added';
12437
12437
  } | {
@@ -12439,15 +12439,15 @@ export interface Routes {
12439
12439
  event_id: string;
12440
12440
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12441
12441
  workspace_id: string;
12442
- /** Time at which the event was created. */
12442
+ /** Date and time at which the event was created. */
12443
12443
  created_at: string;
12444
- /** Time when the event occurred. */
12444
+ /** Date and time at which the event occurred. */
12445
12445
  occurred_at: string;
12446
- /** ID of the connected account. */
12446
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12447
12447
  connected_account_id?: string | undefined;
12448
- /** ID of the ACS system. */
12448
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
12449
12449
  acs_system_id: string;
12450
- /** ID of the ACS encoder. */
12450
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
12451
12451
  acs_encoder_id: string;
12452
12452
  event_type: 'acs_encoder.removed';
12453
12453
  } | {
@@ -12455,11 +12455,11 @@ export interface Routes {
12455
12455
  event_id: string;
12456
12456
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12457
12457
  workspace_id: string;
12458
- /** Time at which the event was created. */
12458
+ /** Date and time at which the event was created. */
12459
12459
  created_at: string;
12460
- /** Time when the event occurred. */
12460
+ /** Date and time at which the event occurred. */
12461
12461
  occurred_at: string;
12462
- /** ID of the client session. */
12462
+ /** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
12463
12463
  client_session_id: string;
12464
12464
  event_type: 'client_session.deleted';
12465
12465
  } | {
@@ -12467,53 +12467,53 @@ export interface Routes {
12467
12467
  event_id: string;
12468
12468
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12469
12469
  workspace_id: string;
12470
- /** Time at which the event was created. */
12470
+ /** Date and time at which the event was created. */
12471
12471
  created_at: string;
12472
- /** Time when the event occurred. */
12472
+ /** Date and time at which the event occurred. */
12473
12473
  occurred_at: string;
12474
- /** ID of the connected account. */
12474
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12475
12475
  connected_account_id: string;
12476
12476
  event_type: 'connected_account.connected';
12477
- /** ID of the connect webview. */
12477
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
12478
12478
  connect_webview_id: string;
12479
12479
  } | {
12480
12480
  /** ID of the event. */
12481
12481
  event_id: string;
12482
12482
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12483
12483
  workspace_id: string;
12484
- /** Time at which the event was created. */
12484
+ /** Date and time at which the event was created. */
12485
12485
  created_at: string;
12486
- /** Time when the event occurred. */
12486
+ /** Date and time at which the event occurred. */
12487
12487
  occurred_at: string;
12488
- /** ID of the connected account. */
12488
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12489
12489
  connected_account_id: string;
12490
12490
  event_type: 'connected_account.created';
12491
- /** ID of the connect webview. */
12491
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
12492
12492
  connect_webview_id: string;
12493
12493
  } | {
12494
12494
  /** ID of the event. */
12495
12495
  event_id: string;
12496
12496
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12497
12497
  workspace_id: string;
12498
- /** Time at which the event was created. */
12498
+ /** Date and time at which the event was created. */
12499
12499
  created_at: string;
12500
- /** Time when the event occurred. */
12500
+ /** Date and time at which the event occurred. */
12501
12501
  occurred_at: string;
12502
- /** ID of the connected account. */
12502
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12503
12503
  connected_account_id: string;
12504
12504
  event_type: 'connected_account.successful_login';
12505
- /** ID of the connect webview. */
12505
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
12506
12506
  connect_webview_id: string;
12507
12507
  } | {
12508
12508
  /** ID of the event. */
12509
12509
  event_id: string;
12510
12510
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12511
12511
  workspace_id: string;
12512
- /** Time at which the event was created. */
12512
+ /** Date and time at which the event was created. */
12513
12513
  created_at: string;
12514
- /** Time when the event occurred. */
12514
+ /** Date and time at which the event occurred. */
12515
12515
  occurred_at: string;
12516
- /** ID of the connected account. */
12516
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12517
12517
  connected_account_id: string;
12518
12518
  event_type: 'connected_account.disconnected';
12519
12519
  } | {
@@ -12521,11 +12521,11 @@ export interface Routes {
12521
12521
  event_id: string;
12522
12522
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12523
12523
  workspace_id: string;
12524
- /** Time at which the event was created. */
12524
+ /** Date and time at which the event was created. */
12525
12525
  created_at: string;
12526
- /** Time when the event occurred. */
12526
+ /** Date and time at which the event occurred. */
12527
12527
  occurred_at: string;
12528
- /** ID of the connected account. */
12528
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12529
12529
  connected_account_id: string;
12530
12530
  event_type: 'connected_account.completed_first_sync';
12531
12531
  } | {
@@ -12533,11 +12533,11 @@ export interface Routes {
12533
12533
  event_id: string;
12534
12534
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12535
12535
  workspace_id: string;
12536
- /** Time at which the event was created. */
12536
+ /** Date and time at which the event was created. */
12537
12537
  created_at: string;
12538
- /** Time when the event occurred. */
12538
+ /** Date and time at which the event occurred. */
12539
12539
  occurred_at: string;
12540
- /** ID of the connected account. */
12540
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12541
12541
  connected_account_id: string;
12542
12542
  event_type: 'connected_account.deleted';
12543
12543
  } | {
@@ -12545,11 +12545,11 @@ export interface Routes {
12545
12545
  event_id: string;
12546
12546
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12547
12547
  workspace_id: string;
12548
- /** Time at which the event was created. */
12548
+ /** Date and time at which the event was created. */
12549
12549
  created_at: string;
12550
- /** Time when the event occurred. */
12550
+ /** Date and time at which the event occurred. */
12551
12551
  occurred_at: string;
12552
- /** ID of the connected account. */
12552
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12553
12553
  connected_account_id: string;
12554
12554
  event_type: 'connected_account.completed_first_sync_after_reconnection';
12555
12555
  } | {
@@ -12557,15 +12557,15 @@ export interface Routes {
12557
12557
  event_id: string;
12558
12558
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12559
12559
  workspace_id: string;
12560
- /** Time at which the event was created. */
12560
+ /** Date and time at which the event was created. */
12561
12561
  created_at: string;
12562
- /** Time when the event occurred. */
12562
+ /** Date and time at which the event occurred. */
12563
12563
  occurred_at: string;
12564
- /** The ID of the action attempt. */
12564
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
12565
12565
  action_attempt_id: string;
12566
- /** The type of action. */
12566
+ /** Type of action. */
12567
12567
  action_type: string;
12568
- /** The status of the action. */
12568
+ /** Status of the action. */
12569
12569
  status: string;
12570
12570
  event_type: 'action_attempt.lock_door.succeeded';
12571
12571
  } | {
@@ -12573,15 +12573,15 @@ export interface Routes {
12573
12573
  event_id: string;
12574
12574
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12575
12575
  workspace_id: string;
12576
- /** Time at which the event was created. */
12576
+ /** Date and time at which the event was created. */
12577
12577
  created_at: string;
12578
- /** Time when the event occurred. */
12578
+ /** Date and time at which the event occurred. */
12579
12579
  occurred_at: string;
12580
- /** The ID of the action attempt. */
12580
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
12581
12581
  action_attempt_id: string;
12582
- /** The type of action. */
12582
+ /** Type of action. */
12583
12583
  action_type: string;
12584
- /** The status of the action. */
12584
+ /** Status of the action. */
12585
12585
  status: string;
12586
12586
  event_type: 'action_attempt.lock_door.failed';
12587
12587
  } | {
@@ -12589,15 +12589,15 @@ export interface Routes {
12589
12589
  event_id: string;
12590
12590
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12591
12591
  workspace_id: string;
12592
- /** Time at which the event was created. */
12592
+ /** Date and time at which the event was created. */
12593
12593
  created_at: string;
12594
- /** Time when the event occurred. */
12594
+ /** Date and time at which the event occurred. */
12595
12595
  occurred_at: string;
12596
- /** The ID of the action attempt. */
12596
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
12597
12597
  action_attempt_id: string;
12598
- /** The type of action. */
12598
+ /** Type of action. */
12599
12599
  action_type: string;
12600
- /** The status of the action. */
12600
+ /** Status of the action. */
12601
12601
  status: string;
12602
12602
  event_type: 'action_attempt.unlock_door.succeeded';
12603
12603
  } | {
@@ -12605,15 +12605,15 @@ export interface Routes {
12605
12605
  event_id: string;
12606
12606
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12607
12607
  workspace_id: string;
12608
- /** Time at which the event was created. */
12608
+ /** Date and time at which the event was created. */
12609
12609
  created_at: string;
12610
- /** Time when the event occurred. */
12610
+ /** Date and time at which the event occurred. */
12611
12611
  occurred_at: string;
12612
- /** The ID of the action attempt. */
12612
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
12613
12613
  action_attempt_id: string;
12614
- /** The type of action. */
12614
+ /** Type of action. */
12615
12615
  action_type: string;
12616
- /** The status of the action. */
12616
+ /** Status of the action. */
12617
12617
  status: string;
12618
12618
  event_type: 'action_attempt.unlock_door.failed';
12619
12619
  } | {
@@ -12621,25 +12621,25 @@ export interface Routes {
12621
12621
  event_id: string;
12622
12622
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12623
12623
  workspace_id: string;
12624
- /** Time at which the event was created. */
12624
+ /** Date and time at which the event was created. */
12625
12625
  created_at: string;
12626
- /** Time when the event occurred. */
12626
+ /** Date and time at which the event occurred. */
12627
12627
  occurred_at: string;
12628
- /** ID of the connect webview. */
12628
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
12629
12629
  connect_webview_id: string;
12630
12630
  event_type: 'connect_webview.login_succeeded';
12631
- /** ID of the connected account. */
12631
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
12632
12632
  connected_account_id: string;
12633
12633
  } | {
12634
12634
  /** ID of the event. */
12635
12635
  event_id: string;
12636
12636
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12637
12637
  workspace_id: string;
12638
- /** Time at which the event was created. */
12638
+ /** Date and time at which the event was created. */
12639
12639
  created_at: string;
12640
- /** Time when the event occurred. */
12640
+ /** Date and time at which the event occurred. */
12641
12641
  occurred_at: string;
12642
- /** ID of the connect webview. */
12642
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
12643
12643
  connect_webview_id: string;
12644
12644
  event_type: 'connect_webview.login_failed';
12645
12645
  } | {
@@ -12647,9 +12647,9 @@ export interface Routes {
12647
12647
  event_id: string;
12648
12648
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12649
12649
  workspace_id: string;
12650
- /** Time at which the event was created. */
12650
+ /** Date and time at which the event was created. */
12651
12651
  created_at: string;
12652
- /** Time when the event occurred. */
12652
+ /** Date and time at which the event occurred. */
12653
12653
  occurred_at: string;
12654
12654
  /** ID of the device. */
12655
12655
  device_id: string;
@@ -12661,9 +12661,9 @@ export interface Routes {
12661
12661
  event_id: string;
12662
12662
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12663
12663
  workspace_id: string;
12664
- /** Time at which the event was created. */
12664
+ /** Date and time at which the event was created. */
12665
12665
  created_at: string;
12666
- /** Time when the event occurred. */
12666
+ /** Date and time at which the event occurred. */
12667
12667
  occurred_at: string;
12668
12668
  /** ID of the device. */
12669
12669
  device_id: string;
@@ -12675,9 +12675,9 @@ export interface Routes {
12675
12675
  event_id: string;
12676
12676
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12677
12677
  workspace_id: string;
12678
- /** Time at which the event was created. */
12678
+ /** Date and time at which the event was created. */
12679
12679
  created_at: string;
12680
- /** Time when the event occurred. */
12680
+ /** Date and time at which the event occurred. */
12681
12681
  occurred_at: string;
12682
12682
  /** ID of the device. */
12683
12683
  device_id: string;
@@ -12689,9 +12689,9 @@ export interface Routes {
12689
12689
  event_id: string;
12690
12690
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12691
12691
  workspace_id: string;
12692
- /** Time at which the event was created. */
12692
+ /** Date and time at which the event was created. */
12693
12693
  created_at: string;
12694
- /** Time when the event occurred. */
12694
+ /** Date and time at which the event occurred. */
12695
12695
  occurred_at: string;
12696
12696
  /** ID of the device. */
12697
12697
  device_id: string;
@@ -12703,9 +12703,9 @@ export interface Routes {
12703
12703
  event_id: string;
12704
12704
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12705
12705
  workspace_id: string;
12706
- /** Time at which the event was created. */
12706
+ /** Date and time at which the event was created. */
12707
12707
  created_at: string;
12708
- /** Time when the event occurred. */
12708
+ /** Date and time at which the event occurred. */
12709
12709
  occurred_at: string;
12710
12710
  /** ID of the device. */
12711
12711
  device_id: string;
@@ -12717,9 +12717,9 @@ export interface Routes {
12717
12717
  event_id: string;
12718
12718
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12719
12719
  workspace_id: string;
12720
- /** Time at which the event was created. */
12720
+ /** Date and time at which the event was created. */
12721
12721
  created_at: string;
12722
- /** Time when the event occurred. */
12722
+ /** Date and time at which the event occurred. */
12723
12723
  occurred_at: string;
12724
12724
  /** ID of the device. */
12725
12725
  device_id: string;
@@ -12733,9 +12733,9 @@ export interface Routes {
12733
12733
  event_id: string;
12734
12734
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12735
12735
  workspace_id: string;
12736
- /** Time at which the event was created. */
12736
+ /** Date and time at which the event was created. */
12737
12737
  created_at: string;
12738
- /** Time when the event occurred. */
12738
+ /** Date and time at which the event occurred. */
12739
12739
  occurred_at: string;
12740
12740
  /** ID of the device. */
12741
12741
  device_id: string;
@@ -12749,9 +12749,9 @@ export interface Routes {
12749
12749
  event_id: string;
12750
12750
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12751
12751
  workspace_id: string;
12752
- /** Time at which the event was created. */
12752
+ /** Date and time at which the event was created. */
12753
12753
  created_at: string;
12754
- /** Time when the event occurred. */
12754
+ /** Date and time at which the event occurred. */
12755
12755
  occurred_at: string;
12756
12756
  /** ID of the device. */
12757
12757
  device_id: string;
@@ -12763,9 +12763,9 @@ export interface Routes {
12763
12763
  event_id: string;
12764
12764
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12765
12765
  workspace_id: string;
12766
- /** Time at which the event was created. */
12766
+ /** Date and time at which the event was created. */
12767
12767
  created_at: string;
12768
- /** Time when the event occurred. */
12768
+ /** Date and time at which the event occurred. */
12769
12769
  occurred_at: string;
12770
12770
  /** ID of the device. */
12771
12771
  device_id: string;
@@ -12779,9 +12779,9 @@ export interface Routes {
12779
12779
  event_id: string;
12780
12780
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12781
12781
  workspace_id: string;
12782
- /** Time at which the event was created. */
12782
+ /** Date and time at which the event was created. */
12783
12783
  created_at: string;
12784
- /** Time when the event occurred. */
12784
+ /** Date and time at which the event occurred. */
12785
12785
  occurred_at: string;
12786
12786
  /** ID of the device. */
12787
12787
  device_id: string;
@@ -12797,9 +12797,9 @@ export interface Routes {
12797
12797
  event_id: string;
12798
12798
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12799
12799
  workspace_id: string;
12800
- /** Time at which the event was created. */
12800
+ /** Date and time at which the event was created. */
12801
12801
  created_at: string;
12802
- /** Time when the event occurred. */
12802
+ /** Date and time at which the event occurred. */
12803
12803
  occurred_at: string;
12804
12804
  /** ID of the device. */
12805
12805
  device_id: string;
@@ -12811,9 +12811,9 @@ export interface Routes {
12811
12811
  event_id: string;
12812
12812
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12813
12813
  workspace_id: string;
12814
- /** Time at which the event was created. */
12814
+ /** Date and time at which the event was created. */
12815
12815
  created_at: string;
12816
- /** Time when the event occurred. */
12816
+ /** Date and time at which the event occurred. */
12817
12817
  occurred_at: string;
12818
12818
  /** ID of the device. */
12819
12819
  device_id: string;
@@ -12825,9 +12825,9 @@ export interface Routes {
12825
12825
  event_id: string;
12826
12826
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12827
12827
  workspace_id: string;
12828
- /** Time at which the event was created. */
12828
+ /** Date and time at which the event was created. */
12829
12829
  created_at: string;
12830
- /** Time when the event occurred. */
12830
+ /** Date and time at which the event occurred. */
12831
12831
  occurred_at: string;
12832
12832
  /** ID of the device. */
12833
12833
  device_id: string;
@@ -12839,9 +12839,9 @@ export interface Routes {
12839
12839
  event_id: string;
12840
12840
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12841
12841
  workspace_id: string;
12842
- /** Time at which the event was created. */
12842
+ /** Date and time at which the event was created. */
12843
12843
  created_at: string;
12844
- /** Time when the event occurred. */
12844
+ /** Date and time at which the event occurred. */
12845
12845
  occurred_at: string;
12846
12846
  /** ID of the device. */
12847
12847
  device_id: string;
@@ -12853,9 +12853,9 @@ export interface Routes {
12853
12853
  event_id: string;
12854
12854
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12855
12855
  workspace_id: string;
12856
- /** Time at which the event was created. */
12856
+ /** Date and time at which the event was created. */
12857
12857
  created_at: string;
12858
- /** Time when the event occurred. */
12858
+ /** Date and time at which the event occurred. */
12859
12859
  occurred_at: string;
12860
12860
  /** ID of the device. */
12861
12861
  device_id: string;
@@ -12867,9 +12867,9 @@ export interface Routes {
12867
12867
  event_id: string;
12868
12868
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12869
12869
  workspace_id: string;
12870
- /** Time at which the event was created. */
12870
+ /** Date and time at which the event was created. */
12871
12871
  created_at: string;
12872
- /** Time when the event occurred. */
12872
+ /** Date and time at which the event occurred. */
12873
12873
  occurred_at: string;
12874
12874
  /** ID of the device. */
12875
12875
  device_id: string;
@@ -12881,9 +12881,9 @@ export interface Routes {
12881
12881
  event_id: string;
12882
12882
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12883
12883
  workspace_id: string;
12884
- /** Time at which the event was created. */
12884
+ /** Date and time at which the event was created. */
12885
12885
  created_at: string;
12886
- /** Time when the event occurred. */
12886
+ /** Date and time at which the event occurred. */
12887
12887
  occurred_at: string;
12888
12888
  /** ID of the device. */
12889
12889
  device_id: string;
@@ -12895,9 +12895,9 @@ export interface Routes {
12895
12895
  event_id: string;
12896
12896
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12897
12897
  workspace_id: string;
12898
- /** Time at which the event was created. */
12898
+ /** Date and time at which the event was created. */
12899
12899
  created_at: string;
12900
- /** Time when the event occurred. */
12900
+ /** Date and time at which the event occurred. */
12901
12901
  occurred_at: string;
12902
12902
  /** ID of the device. */
12903
12903
  device_id: string;
@@ -12909,9 +12909,9 @@ export interface Routes {
12909
12909
  event_id: string;
12910
12910
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12911
12911
  workspace_id: string;
12912
- /** Time at which the event was created. */
12912
+ /** Date and time at which the event was created. */
12913
12913
  created_at: string;
12914
- /** Time when the event occurred. */
12914
+ /** Date and time at which the event occurred. */
12915
12915
  occurred_at: string;
12916
12916
  /** ID of the device. */
12917
12917
  device_id: string;
@@ -12923,9 +12923,9 @@ export interface Routes {
12923
12923
  event_id: string;
12924
12924
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12925
12925
  workspace_id: string;
12926
- /** Time at which the event was created. */
12926
+ /** Date and time at which the event was created. */
12927
12927
  created_at: string;
12928
- /** Time when the event occurred. */
12928
+ /** Date and time at which the event occurred. */
12929
12929
  occurred_at: string;
12930
12930
  /** ID of the device. */
12931
12931
  device_id: string;
@@ -12937,9 +12937,9 @@ export interface Routes {
12937
12937
  event_id: string;
12938
12938
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12939
12939
  workspace_id: string;
12940
- /** Time at which the event was created. */
12940
+ /** Date and time at which the event was created. */
12941
12941
  created_at: string;
12942
- /** Time when the event occurred. */
12942
+ /** Date and time at which the event occurred. */
12943
12943
  occurred_at: string;
12944
12944
  /** ID of the device. */
12945
12945
  device_id: string;
@@ -12951,9 +12951,9 @@ export interface Routes {
12951
12951
  event_id: string;
12952
12952
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12953
12953
  workspace_id: string;
12954
- /** Time at which the event was created. */
12954
+ /** Date and time at which the event was created. */
12955
12955
  created_at: string;
12956
- /** Time when the event occurred. */
12956
+ /** Date and time at which the event occurred. */
12957
12957
  occurred_at: string;
12958
12958
  /** ID of the device. */
12959
12959
  device_id: string;
@@ -12965,9 +12965,9 @@ export interface Routes {
12965
12965
  event_id: string;
12966
12966
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12967
12967
  workspace_id: string;
12968
- /** Time at which the event was created. */
12968
+ /** Date and time at which the event was created. */
12969
12969
  created_at: string;
12970
- /** Time when the event occurred. */
12970
+ /** Date and time at which the event occurred. */
12971
12971
  occurred_at: string;
12972
12972
  /** ID of the device. */
12973
12973
  device_id: string;
@@ -12991,9 +12991,9 @@ export interface Routes {
12991
12991
  event_id: string;
12992
12992
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
12993
12993
  workspace_id: string;
12994
- /** Time at which the event was created. */
12994
+ /** Date and time at which the event was created. */
12995
12995
  created_at: string;
12996
- /** Time when the event occurred. */
12996
+ /** Date and time at which the event occurred. */
12997
12997
  occurred_at: string;
12998
12998
  /** ID of the device. */
12999
12999
  device_id: string;
@@ -13004,16 +13004,16 @@ export interface Routes {
13004
13004
  access_code_id?: string | undefined;
13005
13005
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
13006
13006
  action_attempt_id?: string | undefined;
13007
- /** Method by which a lock device 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. */
13007
+ /** 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. */
13008
13008
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
13009
13009
  } | {
13010
13010
  /** ID of the event. */
13011
13011
  event_id: string;
13012
13012
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13013
13013
  workspace_id: string;
13014
- /** Time at which the event was created. */
13014
+ /** Date and time at which the event was created. */
13015
13015
  created_at: string;
13016
- /** Time when the event occurred. */
13016
+ /** Date and time at which the event occurred. */
13017
13017
  occurred_at: string;
13018
13018
  /** ID of the device. */
13019
13019
  device_id: string;
@@ -13024,16 +13024,16 @@ export interface Routes {
13024
13024
  access_code_id?: string | undefined;
13025
13025
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
13026
13026
  action_attempt_id?: string | undefined;
13027
- /** Method by which a 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. */
13027
+ /** 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. */
13028
13028
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
13029
13029
  } | {
13030
13030
  /** ID of the event. */
13031
13031
  event_id: string;
13032
13032
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13033
13033
  workspace_id: string;
13034
- /** Time at which the event was created. */
13034
+ /** Date and time at which the event was created. */
13035
13035
  created_at: string;
13036
- /** Time when the event occurred. */
13036
+ /** Date and time at which the event occurred. */
13037
13037
  occurred_at: string;
13038
13038
  /** ID of the device. */
13039
13039
  device_id: string;
@@ -13047,9 +13047,9 @@ export interface Routes {
13047
13047
  event_id: string;
13048
13048
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13049
13049
  workspace_id: string;
13050
- /** Time at which the event was created. */
13050
+ /** Date and time at which the event was created. */
13051
13051
  created_at: string;
13052
- /** Time when the event occurred. */
13052
+ /** Date and time at which the event occurred. */
13053
13053
  occurred_at: string;
13054
13054
  /** ID of the device. */
13055
13055
  device_id: string;
@@ -13060,23 +13060,23 @@ export interface Routes {
13060
13060
  thermostat_schedule_id: string | null;
13061
13061
  /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
13062
13062
  climate_preset_key: string;
13063
- /** 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. */
13063
+ /** 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). */
13064
13064
  is_fallback_climate_preset: boolean;
13065
13065
  } | {
13066
13066
  /** ID of the event. */
13067
13067
  event_id: string;
13068
13068
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13069
13069
  workspace_id: string;
13070
- /** Time at which the event was created. */
13070
+ /** Date and time at which the event was created. */
13071
13071
  created_at: string;
13072
- /** Time when the event occurred. */
13072
+ /** Date and time at which the event occurred. */
13073
13073
  occurred_at: string;
13074
13074
  /** ID of the device. */
13075
13075
  device_id: string;
13076
13076
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13077
13077
  connected_account_id: string;
13078
13078
  event_type: 'thermostat.manually_adjusted';
13079
- /** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
13079
+ /** 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). */
13080
13080
  method: 'seam' | 'external';
13081
13081
  /** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
13082
13082
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
@@ -13095,18 +13095,18 @@ export interface Routes {
13095
13095
  event_id: string;
13096
13096
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13097
13097
  workspace_id: string;
13098
- /** Time at which the event was created. */
13098
+ /** Date and time at which the event was created. */
13099
13099
  created_at: string;
13100
- /** Time when the event occurred. */
13100
+ /** Date and time at which the event occurred. */
13101
13101
  occurred_at: string;
13102
13102
  /** ID of the device. */
13103
13103
  device_id: string;
13104
13104
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13105
13105
  connected_account_id: string;
13106
13106
  event_type: 'thermostat.temperature_threshold_exceeded';
13107
- /** Temperature, in °C, reported by the thermostat. */
13107
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
13108
13108
  temperature_celsius: number;
13109
- /** Temperature, in °F, reported by the thermostat. */
13109
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
13110
13110
  temperature_fahrenheit: number;
13111
13111
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
13112
13112
  upper_limit_celsius: number | null;
@@ -13121,18 +13121,18 @@ export interface Routes {
13121
13121
  event_id: string;
13122
13122
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13123
13123
  workspace_id: string;
13124
- /** Time at which the event was created. */
13124
+ /** Date and time at which the event was created. */
13125
13125
  created_at: string;
13126
- /** Time when the event occurred. */
13126
+ /** Date and time at which the event occurred. */
13127
13127
  occurred_at: string;
13128
13128
  /** ID of the device. */
13129
13129
  device_id: string;
13130
13130
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13131
13131
  connected_account_id: string;
13132
13132
  event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
13133
- /** Temperature, in °C, reported by the thermostat. */
13133
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
13134
13134
  temperature_celsius: number;
13135
- /** Temperature, in °F, reported by the thermostat. */
13135
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
13136
13136
  temperature_fahrenheit: number;
13137
13137
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
13138
13138
  upper_limit_celsius: number | null;
@@ -13147,11 +13147,11 @@ export interface Routes {
13147
13147
  event_id: string;
13148
13148
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13149
13149
  workspace_id: string;
13150
- /** Time at which the event was created. */
13150
+ /** Date and time at which the event was created. */
13151
13151
  created_at: string;
13152
- /** Time when the event occurred. */
13152
+ /** Date and time at which the event occurred. */
13153
13153
  occurred_at: string;
13154
- /** ID of the enrollment automation. */
13154
+ /** 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). */
13155
13155
  enrollment_automation_id: string;
13156
13156
  event_type: 'enrollment_automation.deleted';
13157
13157
  } | {
@@ -13159,11 +13159,11 @@ export interface Routes {
13159
13159
  event_id: string;
13160
13160
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13161
13161
  workspace_id: string;
13162
- /** Time at which the event was created. */
13162
+ /** Date and time at which the event was created. */
13163
13163
  created_at: string;
13164
- /** Time when the event occurred. */
13164
+ /** Date and time at which the event occurred. */
13165
13165
  occurred_at: string;
13166
- /** ID of the device. */
13166
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13167
13167
  device_id: string;
13168
13168
  event_type: 'phone.deactivated';
13169
13169
  }) | undefined;
@@ -13198,15 +13198,15 @@ export interface Routes {
13198
13198
  event_id: string;
13199
13199
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13200
13200
  workspace_id: string;
13201
- /** Time at which the event was created. */
13201
+ /** Date and time at which the event was created. */
13202
13202
  created_at: string;
13203
- /** Time when the event occurred. */
13203
+ /** Date and time at which the event occurred. */
13204
13204
  occurred_at: string;
13205
- /** The ID of the access code. */
13205
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13206
13206
  access_code_id: string;
13207
- /** The ID of the device. */
13207
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13208
13208
  device_id: string;
13209
- /** The ID of the connected account. */
13209
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13210
13210
  connected_account_id: string;
13211
13211
  event_type: 'access_code.created';
13212
13212
  } | {
@@ -13214,15 +13214,15 @@ export interface Routes {
13214
13214
  event_id: string;
13215
13215
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13216
13216
  workspace_id: string;
13217
- /** Time at which the event was created. */
13217
+ /** Date and time at which the event was created. */
13218
13218
  created_at: string;
13219
- /** Time when the event occurred. */
13219
+ /** Date and time at which the event occurred. */
13220
13220
  occurred_at: string;
13221
- /** The ID of the access code. */
13221
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13222
13222
  access_code_id: string;
13223
- /** The ID of the device. */
13223
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13224
13224
  device_id: string;
13225
- /** The ID of the connected account. */
13225
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13226
13226
  connected_account_id: string;
13227
13227
  event_type: 'access_code.changed';
13228
13228
  } | {
@@ -13230,51 +13230,51 @@ export interface Routes {
13230
13230
  event_id: string;
13231
13231
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13232
13232
  workspace_id: string;
13233
- /** Time at which the event was created. */
13233
+ /** Date and time at which the event was created. */
13234
13234
  created_at: string;
13235
- /** Time when the event occurred. */
13235
+ /** Date and time at which the event occurred. */
13236
13236
  occurred_at: string;
13237
- /** The ID of the access code. */
13237
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13238
13238
  access_code_id: string;
13239
- /** The ID of the device. */
13239
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13240
13240
  device_id: string;
13241
- /** The ID of the connected account. */
13241
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13242
13242
  connected_account_id: string;
13243
13243
  event_type: 'access_code.scheduled_on_device';
13244
- /** The code of the access code. */
13244
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13245
13245
  code: string;
13246
13246
  } | {
13247
13247
  /** ID of the event. */
13248
13248
  event_id: string;
13249
13249
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13250
13250
  workspace_id: string;
13251
- /** Time at which the event was created. */
13251
+ /** Date and time at which the event was created. */
13252
13252
  created_at: string;
13253
- /** Time when the event occurred. */
13253
+ /** Date and time at which the event occurred. */
13254
13254
  occurred_at: string;
13255
- /** The ID of the access code. */
13255
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13256
13256
  access_code_id: string;
13257
- /** The ID of the device. */
13257
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13258
13258
  device_id: string;
13259
- /** The ID of the connected account. */
13259
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13260
13260
  connected_account_id: string;
13261
13261
  event_type: 'access_code.set_on_device';
13262
- /** The code of the access code. */
13262
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13263
13263
  code: string;
13264
13264
  } | {
13265
13265
  /** ID of the event. */
13266
13266
  event_id: string;
13267
13267
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13268
13268
  workspace_id: string;
13269
- /** Time at which the event was created. */
13269
+ /** Date and time at which the event was created. */
13270
13270
  created_at: string;
13271
- /** Time when the event occurred. */
13271
+ /** Date and time at which the event occurred. */
13272
13272
  occurred_at: string;
13273
- /** The ID of the access code. */
13273
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13274
13274
  access_code_id: string;
13275
- /** The ID of the device. */
13275
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13276
13276
  device_id: string;
13277
- /** The ID of the connected account. */
13277
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13278
13278
  connected_account_id: string;
13279
13279
  event_type: 'access_code.removed_from_device';
13280
13280
  } | {
@@ -13282,15 +13282,15 @@ export interface Routes {
13282
13282
  event_id: string;
13283
13283
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13284
13284
  workspace_id: string;
13285
- /** Time at which the event was created. */
13285
+ /** Date and time at which the event was created. */
13286
13286
  created_at: string;
13287
- /** Time when the event occurred. */
13287
+ /** Date and time at which the event occurred. */
13288
13288
  occurred_at: string;
13289
- /** The ID of the access code. */
13289
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13290
13290
  access_code_id: string;
13291
- /** The ID of the device. */
13291
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13292
13292
  device_id: string;
13293
- /** The ID of the connected account. */
13293
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13294
13294
  connected_account_id: string;
13295
13295
  event_type: 'access_code.delay_in_setting_on_device';
13296
13296
  } | {
@@ -13298,15 +13298,15 @@ export interface Routes {
13298
13298
  event_id: string;
13299
13299
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13300
13300
  workspace_id: string;
13301
- /** Time at which the event was created. */
13301
+ /** Date and time at which the event was created. */
13302
13302
  created_at: string;
13303
- /** Time when the event occurred. */
13303
+ /** Date and time at which the event occurred. */
13304
13304
  occurred_at: string;
13305
- /** The ID of the access code. */
13305
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13306
13306
  access_code_id: string;
13307
- /** The ID of the device. */
13307
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13308
13308
  device_id: string;
13309
- /** The ID of the connected account. */
13309
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13310
13310
  connected_account_id: string;
13311
13311
  event_type: 'access_code.failed_to_set_on_device';
13312
13312
  } | {
@@ -13314,33 +13314,33 @@ export interface Routes {
13314
13314
  event_id: string;
13315
13315
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13316
13316
  workspace_id: string;
13317
- /** Time at which the event was created. */
13317
+ /** Date and time at which the event was created. */
13318
13318
  created_at: string;
13319
- /** Time when the event occurred. */
13319
+ /** Date and time at which the event occurred. */
13320
13320
  occurred_at: string;
13321
- /** The ID of the access code. */
13321
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13322
13322
  access_code_id: string;
13323
- /** The ID of the device. */
13323
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13324
13324
  device_id: string;
13325
- /** The ID of the connected account. */
13325
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13326
13326
  connected_account_id: string;
13327
13327
  event_type: 'access_code.deleted';
13328
- /** The code of the access code. */
13328
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13329
13329
  code: string | null;
13330
13330
  } | {
13331
13331
  /** ID of the event. */
13332
13332
  event_id: string;
13333
13333
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13334
13334
  workspace_id: string;
13335
- /** Time at which the event was created. */
13335
+ /** Date and time at which the event was created. */
13336
13336
  created_at: string;
13337
- /** Time when the event occurred. */
13337
+ /** Date and time at which the event occurred. */
13338
13338
  occurred_at: string;
13339
- /** The ID of the access code. */
13339
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13340
13340
  access_code_id: string;
13341
- /** The ID of the device. */
13341
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13342
13342
  device_id: string;
13343
- /** The ID of the connected account. */
13343
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13344
13344
  connected_account_id: string;
13345
13345
  event_type: 'access_code.delay_in_removing_from_device';
13346
13346
  } | {
@@ -13348,15 +13348,15 @@ export interface Routes {
13348
13348
  event_id: string;
13349
13349
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13350
13350
  workspace_id: string;
13351
- /** Time at which the event was created. */
13351
+ /** Date and time at which the event was created. */
13352
13352
  created_at: string;
13353
- /** Time when the event occurred. */
13353
+ /** Date and time at which the event occurred. */
13354
13354
  occurred_at: string;
13355
- /** The ID of the access code. */
13355
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13356
13356
  access_code_id: string;
13357
- /** The ID of the device. */
13357
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13358
13358
  device_id: string;
13359
- /** The ID of the connected account. */
13359
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13360
13360
  connected_account_id: string;
13361
13361
  event_type: 'access_code.failed_to_remove_from_device';
13362
13362
  } | {
@@ -13364,15 +13364,15 @@ export interface Routes {
13364
13364
  event_id: string;
13365
13365
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13366
13366
  workspace_id: string;
13367
- /** Time at which the event was created. */
13367
+ /** Date and time at which the event was created. */
13368
13368
  created_at: string;
13369
- /** Time when the event occurred. */
13369
+ /** Date and time at which the event occurred. */
13370
13370
  occurred_at: string;
13371
- /** The ID of the access code. */
13371
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13372
13372
  access_code_id: string;
13373
- /** The ID of the device. */
13373
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13374
13374
  device_id: string;
13375
- /** The ID of the connected account. */
13375
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13376
13376
  connected_account_id: string;
13377
13377
  event_type: 'access_code.modified_external_to_seam';
13378
13378
  } | {
@@ -13380,15 +13380,15 @@ export interface Routes {
13380
13380
  event_id: string;
13381
13381
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13382
13382
  workspace_id: string;
13383
- /** Time at which the event was created. */
13383
+ /** Date and time at which the event was created. */
13384
13384
  created_at: string;
13385
- /** Time when the event occurred. */
13385
+ /** Date and time at which the event occurred. */
13386
13386
  occurred_at: string;
13387
- /** The ID of the access code. */
13387
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13388
13388
  access_code_id: string;
13389
- /** The ID of the device. */
13389
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13390
13390
  device_id: string;
13391
- /** The ID of the connected account. */
13391
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13392
13392
  connected_account_id: string;
13393
13393
  event_type: 'access_code.deleted_external_to_seam';
13394
13394
  } | {
@@ -13396,15 +13396,15 @@ export interface Routes {
13396
13396
  event_id: string;
13397
13397
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13398
13398
  workspace_id: string;
13399
- /** Time at which the event was created. */
13399
+ /** Date and time at which the event was created. */
13400
13400
  created_at: string;
13401
- /** Time when the event occurred. */
13401
+ /** Date and time at which the event occurred. */
13402
13402
  occurred_at: string;
13403
- /** The ID of the access code. */
13403
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13404
13404
  access_code_id: string;
13405
- /** The ID of the device. */
13405
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13406
13406
  device_id: string;
13407
- /** The ID of the connected account. */
13407
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13408
13408
  connected_account_id: string;
13409
13409
  event_type: 'access_code.backup_access_code_pulled';
13410
13410
  backup_access_code_id: string;
@@ -13413,15 +13413,15 @@ export interface Routes {
13413
13413
  event_id: string;
13414
13414
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13415
13415
  workspace_id: string;
13416
- /** Time at which the event was created. */
13416
+ /** Date and time at which the event was created. */
13417
13417
  created_at: string;
13418
- /** Time when the event occurred. */
13418
+ /** Date and time at which the event occurred. */
13419
13419
  occurred_at: string;
13420
- /** The ID of the access code. */
13420
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13421
13421
  access_code_id: string;
13422
- /** The ID of the device. */
13422
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13423
13423
  device_id: string;
13424
- /** The ID of the connected account. */
13424
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13425
13425
  connected_account_id: string;
13426
13426
  event_type: 'access_code.unmanaged.converted_to_managed';
13427
13427
  } | {
@@ -13429,15 +13429,15 @@ export interface Routes {
13429
13429
  event_id: string;
13430
13430
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13431
13431
  workspace_id: string;
13432
- /** Time at which the event was created. */
13432
+ /** Date and time at which the event was created. */
13433
13433
  created_at: string;
13434
- /** Time when the event occurred. */
13434
+ /** Date and time at which the event occurred. */
13435
13435
  occurred_at: string;
13436
- /** The ID of the access code. */
13436
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13437
13437
  access_code_id: string;
13438
- /** The ID of the device. */
13438
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13439
13439
  device_id: string;
13440
- /** The ID of the connected account. */
13440
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13441
13441
  connected_account_id: string;
13442
13442
  event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
13443
13443
  } | {
@@ -13445,15 +13445,15 @@ export interface Routes {
13445
13445
  event_id: string;
13446
13446
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13447
13447
  workspace_id: string;
13448
- /** Time at which the event was created. */
13448
+ /** Date and time at which the event was created. */
13449
13449
  created_at: string;
13450
- /** Time when the event occurred. */
13450
+ /** Date and time at which the event occurred. */
13451
13451
  occurred_at: string;
13452
- /** The ID of the access code. */
13452
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13453
13453
  access_code_id: string;
13454
- /** The ID of the device. */
13454
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13455
13455
  device_id: string;
13456
- /** The ID of the connected account. */
13456
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13457
13457
  connected_account_id: string;
13458
13458
  event_type: 'access_code.unmanaged.created';
13459
13459
  } | {
@@ -13461,15 +13461,15 @@ export interface Routes {
13461
13461
  event_id: string;
13462
13462
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13463
13463
  workspace_id: string;
13464
- /** Time at which the event was created. */
13464
+ /** Date and time at which the event was created. */
13465
13465
  created_at: string;
13466
- /** Time when the event occurred. */
13466
+ /** Date and time at which the event occurred. */
13467
13467
  occurred_at: string;
13468
- /** The ID of the access code. */
13468
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
13469
13469
  access_code_id: string;
13470
- /** The ID of the device. */
13470
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
13471
13471
  device_id: string;
13472
- /** The ID of the connected account. */
13472
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13473
13473
  connected_account_id: string;
13474
13474
  event_type: 'access_code.unmanaged.removed';
13475
13475
  } | {
@@ -13477,13 +13477,13 @@ export interface Routes {
13477
13477
  event_id: string;
13478
13478
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13479
13479
  workspace_id: string;
13480
- /** Time at which the event was created. */
13480
+ /** Date and time at which the event was created. */
13481
13481
  created_at: string;
13482
- /** Time when the event occurred. */
13482
+ /** Date and time at which the event occurred. */
13483
13483
  occurred_at: string;
13484
- /** ID of the connected account. */
13484
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13485
13485
  connected_account_id?: string | undefined;
13486
- /** ID of the ACS system. */
13486
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13487
13487
  acs_system_id: string;
13488
13488
  event_type: 'acs_system.connected';
13489
13489
  } | {
@@ -13491,13 +13491,13 @@ export interface Routes {
13491
13491
  event_id: string;
13492
13492
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13493
13493
  workspace_id: string;
13494
- /** Time at which the event was created. */
13494
+ /** Date and time at which the event was created. */
13495
13495
  created_at: string;
13496
- /** Time when the event occurred. */
13496
+ /** Date and time at which the event occurred. */
13497
13497
  occurred_at: string;
13498
- /** ID of the connected account. */
13498
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13499
13499
  connected_account_id?: string | undefined;
13500
- /** ID of the ACS system. */
13500
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13501
13501
  acs_system_id: string;
13502
13502
  event_type: 'acs_system.added';
13503
13503
  } | {
@@ -13505,13 +13505,13 @@ export interface Routes {
13505
13505
  event_id: string;
13506
13506
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13507
13507
  workspace_id: string;
13508
- /** Time at which the event was created. */
13508
+ /** Date and time at which the event was created. */
13509
13509
  created_at: string;
13510
- /** Time when the event occurred. */
13510
+ /** Date and time at which the event occurred. */
13511
13511
  occurred_at: string;
13512
- /** ID of the connected account. */
13512
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13513
13513
  connected_account_id?: string | undefined;
13514
- /** ID of the ACS system. */
13514
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13515
13515
  acs_system_id: string;
13516
13516
  event_type: 'acs_system.disconnected';
13517
13517
  } | {
@@ -13519,13 +13519,13 @@ export interface Routes {
13519
13519
  event_id: string;
13520
13520
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13521
13521
  workspace_id: string;
13522
- /** Time at which the event was created. */
13522
+ /** Date and time at which the event was created. */
13523
13523
  created_at: string;
13524
- /** Time when the event occurred. */
13524
+ /** Date and time at which the event occurred. */
13525
13525
  occurred_at: string;
13526
- /** ID of the connected account. */
13526
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13527
13527
  connected_account_id?: string | undefined;
13528
- /** ID of the ACS system. */
13528
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13529
13529
  acs_system_id: string;
13530
13530
  acs_credential_id: string;
13531
13531
  event_type: 'acs_credential.deleted';
@@ -13534,13 +13534,13 @@ export interface Routes {
13534
13534
  event_id: string;
13535
13535
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13536
13536
  workspace_id: string;
13537
- /** Time at which the event was created. */
13537
+ /** Date and time at which the event was created. */
13538
13538
  created_at: string;
13539
- /** Time when the event occurred. */
13539
+ /** Date and time at which the event occurred. */
13540
13540
  occurred_at: string;
13541
- /** ID of the connected account. */
13541
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13542
13542
  connected_account_id?: string | undefined;
13543
- /** ID of the ACS system. */
13543
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13544
13544
  acs_system_id: string;
13545
13545
  acs_credential_id: string;
13546
13546
  event_type: 'acs_credential.issued';
@@ -13549,13 +13549,13 @@ export interface Routes {
13549
13549
  event_id: string;
13550
13550
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13551
13551
  workspace_id: string;
13552
- /** Time at which the event was created. */
13552
+ /** Date and time at which the event was created. */
13553
13553
  created_at: string;
13554
- /** Time when the event occurred. */
13554
+ /** Date and time at which the event occurred. */
13555
13555
  occurred_at: string;
13556
- /** ID of the connected account. */
13556
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13557
13557
  connected_account_id?: string | undefined;
13558
- /** ID of the ACS system. */
13558
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13559
13559
  acs_system_id: string;
13560
13560
  acs_user_id: string;
13561
13561
  event_type: 'acs_user.deleted';
@@ -13564,15 +13564,15 @@ export interface Routes {
13564
13564
  event_id: string;
13565
13565
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13566
13566
  workspace_id: string;
13567
- /** Time at which the event was created. */
13567
+ /** Date and time at which the event was created. */
13568
13568
  created_at: string;
13569
- /** Time when the event occurred. */
13569
+ /** Date and time at which the event occurred. */
13570
13570
  occurred_at: string;
13571
- /** ID of the connected account. */
13571
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13572
13572
  connected_account_id?: string | undefined;
13573
- /** ID of the ACS system. */
13573
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13574
13574
  acs_system_id: string;
13575
- /** ID of the ACS encoder. */
13575
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
13576
13576
  acs_encoder_id: string;
13577
13577
  event_type: 'acs_encoder.added';
13578
13578
  } | {
@@ -13580,15 +13580,15 @@ export interface Routes {
13580
13580
  event_id: string;
13581
13581
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13582
13582
  workspace_id: string;
13583
- /** Time at which the event was created. */
13583
+ /** Date and time at which the event was created. */
13584
13584
  created_at: string;
13585
- /** Time when the event occurred. */
13585
+ /** Date and time at which the event occurred. */
13586
13586
  occurred_at: string;
13587
- /** ID of the connected account. */
13587
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13588
13588
  connected_account_id?: string | undefined;
13589
- /** ID of the ACS system. */
13589
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
13590
13590
  acs_system_id: string;
13591
- /** ID of the ACS encoder. */
13591
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
13592
13592
  acs_encoder_id: string;
13593
13593
  event_type: 'acs_encoder.removed';
13594
13594
  } | {
@@ -13596,11 +13596,11 @@ export interface Routes {
13596
13596
  event_id: string;
13597
13597
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13598
13598
  workspace_id: string;
13599
- /** Time at which the event was created. */
13599
+ /** Date and time at which the event was created. */
13600
13600
  created_at: string;
13601
- /** Time when the event occurred. */
13601
+ /** Date and time at which the event occurred. */
13602
13602
  occurred_at: string;
13603
- /** ID of the client session. */
13603
+ /** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
13604
13604
  client_session_id: string;
13605
13605
  event_type: 'client_session.deleted';
13606
13606
  } | {
@@ -13608,53 +13608,53 @@ export interface Routes {
13608
13608
  event_id: string;
13609
13609
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13610
13610
  workspace_id: string;
13611
- /** Time at which the event was created. */
13611
+ /** Date and time at which the event was created. */
13612
13612
  created_at: string;
13613
- /** Time when the event occurred. */
13613
+ /** Date and time at which the event occurred. */
13614
13614
  occurred_at: string;
13615
- /** ID of the connected account. */
13615
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13616
13616
  connected_account_id: string;
13617
13617
  event_type: 'connected_account.connected';
13618
- /** ID of the connect webview. */
13618
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
13619
13619
  connect_webview_id: string;
13620
13620
  } | {
13621
13621
  /** ID of the event. */
13622
13622
  event_id: string;
13623
13623
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13624
13624
  workspace_id: string;
13625
- /** Time at which the event was created. */
13625
+ /** Date and time at which the event was created. */
13626
13626
  created_at: string;
13627
- /** Time when the event occurred. */
13627
+ /** Date and time at which the event occurred. */
13628
13628
  occurred_at: string;
13629
- /** ID of the connected account. */
13629
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13630
13630
  connected_account_id: string;
13631
13631
  event_type: 'connected_account.created';
13632
- /** ID of the connect webview. */
13632
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
13633
13633
  connect_webview_id: string;
13634
13634
  } | {
13635
13635
  /** ID of the event. */
13636
13636
  event_id: string;
13637
13637
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13638
13638
  workspace_id: string;
13639
- /** Time at which the event was created. */
13639
+ /** Date and time at which the event was created. */
13640
13640
  created_at: string;
13641
- /** Time when the event occurred. */
13641
+ /** Date and time at which the event occurred. */
13642
13642
  occurred_at: string;
13643
- /** ID of the connected account. */
13643
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13644
13644
  connected_account_id: string;
13645
13645
  event_type: 'connected_account.successful_login';
13646
- /** ID of the connect webview. */
13646
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
13647
13647
  connect_webview_id: string;
13648
13648
  } | {
13649
13649
  /** ID of the event. */
13650
13650
  event_id: string;
13651
13651
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13652
13652
  workspace_id: string;
13653
- /** Time at which the event was created. */
13653
+ /** Date and time at which the event was created. */
13654
13654
  created_at: string;
13655
- /** Time when the event occurred. */
13655
+ /** Date and time at which the event occurred. */
13656
13656
  occurred_at: string;
13657
- /** ID of the connected account. */
13657
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13658
13658
  connected_account_id: string;
13659
13659
  event_type: 'connected_account.disconnected';
13660
13660
  } | {
@@ -13662,11 +13662,11 @@ export interface Routes {
13662
13662
  event_id: string;
13663
13663
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13664
13664
  workspace_id: string;
13665
- /** Time at which the event was created. */
13665
+ /** Date and time at which the event was created. */
13666
13666
  created_at: string;
13667
- /** Time when the event occurred. */
13667
+ /** Date and time at which the event occurred. */
13668
13668
  occurred_at: string;
13669
- /** ID of the connected account. */
13669
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13670
13670
  connected_account_id: string;
13671
13671
  event_type: 'connected_account.completed_first_sync';
13672
13672
  } | {
@@ -13674,11 +13674,11 @@ export interface Routes {
13674
13674
  event_id: string;
13675
13675
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13676
13676
  workspace_id: string;
13677
- /** Time at which the event was created. */
13677
+ /** Date and time at which the event was created. */
13678
13678
  created_at: string;
13679
- /** Time when the event occurred. */
13679
+ /** Date and time at which the event occurred. */
13680
13680
  occurred_at: string;
13681
- /** ID of the connected account. */
13681
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13682
13682
  connected_account_id: string;
13683
13683
  event_type: 'connected_account.deleted';
13684
13684
  } | {
@@ -13686,11 +13686,11 @@ export interface Routes {
13686
13686
  event_id: string;
13687
13687
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13688
13688
  workspace_id: string;
13689
- /** Time at which the event was created. */
13689
+ /** Date and time at which the event was created. */
13690
13690
  created_at: string;
13691
- /** Time when the event occurred. */
13691
+ /** Date and time at which the event occurred. */
13692
13692
  occurred_at: string;
13693
- /** ID of the connected account. */
13693
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13694
13694
  connected_account_id: string;
13695
13695
  event_type: 'connected_account.completed_first_sync_after_reconnection';
13696
13696
  } | {
@@ -13698,15 +13698,15 @@ export interface Routes {
13698
13698
  event_id: string;
13699
13699
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13700
13700
  workspace_id: string;
13701
- /** Time at which the event was created. */
13701
+ /** Date and time at which the event was created. */
13702
13702
  created_at: string;
13703
- /** Time when the event occurred. */
13703
+ /** Date and time at which the event occurred. */
13704
13704
  occurred_at: string;
13705
- /** The ID of the action attempt. */
13705
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
13706
13706
  action_attempt_id: string;
13707
- /** The type of action. */
13707
+ /** Type of action. */
13708
13708
  action_type: string;
13709
- /** The status of the action. */
13709
+ /** Status of the action. */
13710
13710
  status: string;
13711
13711
  event_type: 'action_attempt.lock_door.succeeded';
13712
13712
  } | {
@@ -13714,15 +13714,15 @@ export interface Routes {
13714
13714
  event_id: string;
13715
13715
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13716
13716
  workspace_id: string;
13717
- /** Time at which the event was created. */
13717
+ /** Date and time at which the event was created. */
13718
13718
  created_at: string;
13719
- /** Time when the event occurred. */
13719
+ /** Date and time at which the event occurred. */
13720
13720
  occurred_at: string;
13721
- /** The ID of the action attempt. */
13721
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
13722
13722
  action_attempt_id: string;
13723
- /** The type of action. */
13723
+ /** Type of action. */
13724
13724
  action_type: string;
13725
- /** The status of the action. */
13725
+ /** Status of the action. */
13726
13726
  status: string;
13727
13727
  event_type: 'action_attempt.lock_door.failed';
13728
13728
  } | {
@@ -13730,15 +13730,15 @@ export interface Routes {
13730
13730
  event_id: string;
13731
13731
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13732
13732
  workspace_id: string;
13733
- /** Time at which the event was created. */
13733
+ /** Date and time at which the event was created. */
13734
13734
  created_at: string;
13735
- /** Time when the event occurred. */
13735
+ /** Date and time at which the event occurred. */
13736
13736
  occurred_at: string;
13737
- /** The ID of the action attempt. */
13737
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
13738
13738
  action_attempt_id: string;
13739
- /** The type of action. */
13739
+ /** Type of action. */
13740
13740
  action_type: string;
13741
- /** The status of the action. */
13741
+ /** Status of the action. */
13742
13742
  status: string;
13743
13743
  event_type: 'action_attempt.unlock_door.succeeded';
13744
13744
  } | {
@@ -13746,15 +13746,15 @@ export interface Routes {
13746
13746
  event_id: string;
13747
13747
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13748
13748
  workspace_id: string;
13749
- /** Time at which the event was created. */
13749
+ /** Date and time at which the event was created. */
13750
13750
  created_at: string;
13751
- /** Time when the event occurred. */
13751
+ /** Date and time at which the event occurred. */
13752
13752
  occurred_at: string;
13753
- /** The ID of the action attempt. */
13753
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
13754
13754
  action_attempt_id: string;
13755
- /** The type of action. */
13755
+ /** Type of action. */
13756
13756
  action_type: string;
13757
- /** The status of the action. */
13757
+ /** Status of the action. */
13758
13758
  status: string;
13759
13759
  event_type: 'action_attempt.unlock_door.failed';
13760
13760
  } | {
@@ -13762,25 +13762,25 @@ export interface Routes {
13762
13762
  event_id: string;
13763
13763
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13764
13764
  workspace_id: string;
13765
- /** Time at which the event was created. */
13765
+ /** Date and time at which the event was created. */
13766
13766
  created_at: string;
13767
- /** Time when the event occurred. */
13767
+ /** Date and time at which the event occurred. */
13768
13768
  occurred_at: string;
13769
- /** ID of the connect webview. */
13769
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
13770
13770
  connect_webview_id: string;
13771
13771
  event_type: 'connect_webview.login_succeeded';
13772
- /** ID of the connected account. */
13772
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
13773
13773
  connected_account_id: string;
13774
13774
  } | {
13775
13775
  /** ID of the event. */
13776
13776
  event_id: string;
13777
13777
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13778
13778
  workspace_id: string;
13779
- /** Time at which the event was created. */
13779
+ /** Date and time at which the event was created. */
13780
13780
  created_at: string;
13781
- /** Time when the event occurred. */
13781
+ /** Date and time at which the event occurred. */
13782
13782
  occurred_at: string;
13783
- /** ID of the connect webview. */
13783
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
13784
13784
  connect_webview_id: string;
13785
13785
  event_type: 'connect_webview.login_failed';
13786
13786
  } | {
@@ -13788,9 +13788,9 @@ export interface Routes {
13788
13788
  event_id: string;
13789
13789
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13790
13790
  workspace_id: string;
13791
- /** Time at which the event was created. */
13791
+ /** Date and time at which the event was created. */
13792
13792
  created_at: string;
13793
- /** Time when the event occurred. */
13793
+ /** Date and time at which the event occurred. */
13794
13794
  occurred_at: string;
13795
13795
  /** ID of the device. */
13796
13796
  device_id: string;
@@ -13802,9 +13802,9 @@ export interface Routes {
13802
13802
  event_id: string;
13803
13803
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13804
13804
  workspace_id: string;
13805
- /** Time at which the event was created. */
13805
+ /** Date and time at which the event was created. */
13806
13806
  created_at: string;
13807
- /** Time when the event occurred. */
13807
+ /** Date and time at which the event occurred. */
13808
13808
  occurred_at: string;
13809
13809
  /** ID of the device. */
13810
13810
  device_id: string;
@@ -13816,9 +13816,9 @@ export interface Routes {
13816
13816
  event_id: string;
13817
13817
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13818
13818
  workspace_id: string;
13819
- /** Time at which the event was created. */
13819
+ /** Date and time at which the event was created. */
13820
13820
  created_at: string;
13821
- /** Time when the event occurred. */
13821
+ /** Date and time at which the event occurred. */
13822
13822
  occurred_at: string;
13823
13823
  /** ID of the device. */
13824
13824
  device_id: string;
@@ -13830,9 +13830,9 @@ export interface Routes {
13830
13830
  event_id: string;
13831
13831
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13832
13832
  workspace_id: string;
13833
- /** Time at which the event was created. */
13833
+ /** Date and time at which the event was created. */
13834
13834
  created_at: string;
13835
- /** Time when the event occurred. */
13835
+ /** Date and time at which the event occurred. */
13836
13836
  occurred_at: string;
13837
13837
  /** ID of the device. */
13838
13838
  device_id: string;
@@ -13844,9 +13844,9 @@ export interface Routes {
13844
13844
  event_id: string;
13845
13845
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13846
13846
  workspace_id: string;
13847
- /** Time at which the event was created. */
13847
+ /** Date and time at which the event was created. */
13848
13848
  created_at: string;
13849
- /** Time when the event occurred. */
13849
+ /** Date and time at which the event occurred. */
13850
13850
  occurred_at: string;
13851
13851
  /** ID of the device. */
13852
13852
  device_id: string;
@@ -13858,9 +13858,9 @@ export interface Routes {
13858
13858
  event_id: string;
13859
13859
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13860
13860
  workspace_id: string;
13861
- /** Time at which the event was created. */
13861
+ /** Date and time at which the event was created. */
13862
13862
  created_at: string;
13863
- /** Time when the event occurred. */
13863
+ /** Date and time at which the event occurred. */
13864
13864
  occurred_at: string;
13865
13865
  /** ID of the device. */
13866
13866
  device_id: string;
@@ -13874,9 +13874,9 @@ export interface Routes {
13874
13874
  event_id: string;
13875
13875
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13876
13876
  workspace_id: string;
13877
- /** Time at which the event was created. */
13877
+ /** Date and time at which the event was created. */
13878
13878
  created_at: string;
13879
- /** Time when the event occurred. */
13879
+ /** Date and time at which the event occurred. */
13880
13880
  occurred_at: string;
13881
13881
  /** ID of the device. */
13882
13882
  device_id: string;
@@ -13890,9 +13890,9 @@ export interface Routes {
13890
13890
  event_id: string;
13891
13891
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13892
13892
  workspace_id: string;
13893
- /** Time at which the event was created. */
13893
+ /** Date and time at which the event was created. */
13894
13894
  created_at: string;
13895
- /** Time when the event occurred. */
13895
+ /** Date and time at which the event occurred. */
13896
13896
  occurred_at: string;
13897
13897
  /** ID of the device. */
13898
13898
  device_id: string;
@@ -13904,9 +13904,9 @@ export interface Routes {
13904
13904
  event_id: string;
13905
13905
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13906
13906
  workspace_id: string;
13907
- /** Time at which the event was created. */
13907
+ /** Date and time at which the event was created. */
13908
13908
  created_at: string;
13909
- /** Time when the event occurred. */
13909
+ /** Date and time at which the event occurred. */
13910
13910
  occurred_at: string;
13911
13911
  /** ID of the device. */
13912
13912
  device_id: string;
@@ -13920,9 +13920,9 @@ export interface Routes {
13920
13920
  event_id: string;
13921
13921
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13922
13922
  workspace_id: string;
13923
- /** Time at which the event was created. */
13923
+ /** Date and time at which the event was created. */
13924
13924
  created_at: string;
13925
- /** Time when the event occurred. */
13925
+ /** Date and time at which the event occurred. */
13926
13926
  occurred_at: string;
13927
13927
  /** ID of the device. */
13928
13928
  device_id: string;
@@ -13938,9 +13938,9 @@ export interface Routes {
13938
13938
  event_id: string;
13939
13939
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13940
13940
  workspace_id: string;
13941
- /** Time at which the event was created. */
13941
+ /** Date and time at which the event was created. */
13942
13942
  created_at: string;
13943
- /** Time when the event occurred. */
13943
+ /** Date and time at which the event occurred. */
13944
13944
  occurred_at: string;
13945
13945
  /** ID of the device. */
13946
13946
  device_id: string;
@@ -13952,9 +13952,9 @@ export interface Routes {
13952
13952
  event_id: string;
13953
13953
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13954
13954
  workspace_id: string;
13955
- /** Time at which the event was created. */
13955
+ /** Date and time at which the event was created. */
13956
13956
  created_at: string;
13957
- /** Time when the event occurred. */
13957
+ /** Date and time at which the event occurred. */
13958
13958
  occurred_at: string;
13959
13959
  /** ID of the device. */
13960
13960
  device_id: string;
@@ -13966,9 +13966,9 @@ export interface Routes {
13966
13966
  event_id: string;
13967
13967
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13968
13968
  workspace_id: string;
13969
- /** Time at which the event was created. */
13969
+ /** Date and time at which the event was created. */
13970
13970
  created_at: string;
13971
- /** Time when the event occurred. */
13971
+ /** Date and time at which the event occurred. */
13972
13972
  occurred_at: string;
13973
13973
  /** ID of the device. */
13974
13974
  device_id: string;
@@ -13980,9 +13980,9 @@ export interface Routes {
13980
13980
  event_id: string;
13981
13981
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13982
13982
  workspace_id: string;
13983
- /** Time at which the event was created. */
13983
+ /** Date and time at which the event was created. */
13984
13984
  created_at: string;
13985
- /** Time when the event occurred. */
13985
+ /** Date and time at which the event occurred. */
13986
13986
  occurred_at: string;
13987
13987
  /** ID of the device. */
13988
13988
  device_id: string;
@@ -13994,9 +13994,9 @@ export interface Routes {
13994
13994
  event_id: string;
13995
13995
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
13996
13996
  workspace_id: string;
13997
- /** Time at which the event was created. */
13997
+ /** Date and time at which the event was created. */
13998
13998
  created_at: string;
13999
- /** Time when the event occurred. */
13999
+ /** Date and time at which the event occurred. */
14000
14000
  occurred_at: string;
14001
14001
  /** ID of the device. */
14002
14002
  device_id: string;
@@ -14008,9 +14008,9 @@ export interface Routes {
14008
14008
  event_id: string;
14009
14009
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14010
14010
  workspace_id: string;
14011
- /** Time at which the event was created. */
14011
+ /** Date and time at which the event was created. */
14012
14012
  created_at: string;
14013
- /** Time when the event occurred. */
14013
+ /** Date and time at which the event occurred. */
14014
14014
  occurred_at: string;
14015
14015
  /** ID of the device. */
14016
14016
  device_id: string;
@@ -14022,9 +14022,9 @@ export interface Routes {
14022
14022
  event_id: string;
14023
14023
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14024
14024
  workspace_id: string;
14025
- /** Time at which the event was created. */
14025
+ /** Date and time at which the event was created. */
14026
14026
  created_at: string;
14027
- /** Time when the event occurred. */
14027
+ /** Date and time at which the event occurred. */
14028
14028
  occurred_at: string;
14029
14029
  /** ID of the device. */
14030
14030
  device_id: string;
@@ -14036,9 +14036,9 @@ export interface Routes {
14036
14036
  event_id: string;
14037
14037
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14038
14038
  workspace_id: string;
14039
- /** Time at which the event was created. */
14039
+ /** Date and time at which the event was created. */
14040
14040
  created_at: string;
14041
- /** Time when the event occurred. */
14041
+ /** Date and time at which the event occurred. */
14042
14042
  occurred_at: string;
14043
14043
  /** ID of the device. */
14044
14044
  device_id: string;
@@ -14050,9 +14050,9 @@ export interface Routes {
14050
14050
  event_id: string;
14051
14051
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14052
14052
  workspace_id: string;
14053
- /** Time at which the event was created. */
14053
+ /** Date and time at which the event was created. */
14054
14054
  created_at: string;
14055
- /** Time when the event occurred. */
14055
+ /** Date and time at which the event occurred. */
14056
14056
  occurred_at: string;
14057
14057
  /** ID of the device. */
14058
14058
  device_id: string;
@@ -14064,9 +14064,9 @@ export interface Routes {
14064
14064
  event_id: string;
14065
14065
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14066
14066
  workspace_id: string;
14067
- /** Time at which the event was created. */
14067
+ /** Date and time at which the event was created. */
14068
14068
  created_at: string;
14069
- /** Time when the event occurred. */
14069
+ /** Date and time at which the event occurred. */
14070
14070
  occurred_at: string;
14071
14071
  /** ID of the device. */
14072
14072
  device_id: string;
@@ -14078,9 +14078,9 @@ export interface Routes {
14078
14078
  event_id: string;
14079
14079
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14080
14080
  workspace_id: string;
14081
- /** Time at which the event was created. */
14081
+ /** Date and time at which the event was created. */
14082
14082
  created_at: string;
14083
- /** Time when the event occurred. */
14083
+ /** Date and time at which the event occurred. */
14084
14084
  occurred_at: string;
14085
14085
  /** ID of the device. */
14086
14086
  device_id: string;
@@ -14092,9 +14092,9 @@ export interface Routes {
14092
14092
  event_id: string;
14093
14093
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14094
14094
  workspace_id: string;
14095
- /** Time at which the event was created. */
14095
+ /** Date and time at which the event was created. */
14096
14096
  created_at: string;
14097
- /** Time when the event occurred. */
14097
+ /** Date and time at which the event occurred. */
14098
14098
  occurred_at: string;
14099
14099
  /** ID of the device. */
14100
14100
  device_id: string;
@@ -14106,9 +14106,9 @@ export interface Routes {
14106
14106
  event_id: string;
14107
14107
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14108
14108
  workspace_id: string;
14109
- /** Time at which the event was created. */
14109
+ /** Date and time at which the event was created. */
14110
14110
  created_at: string;
14111
- /** Time when the event occurred. */
14111
+ /** Date and time at which the event occurred. */
14112
14112
  occurred_at: string;
14113
14113
  /** ID of the device. */
14114
14114
  device_id: string;
@@ -14132,9 +14132,9 @@ export interface Routes {
14132
14132
  event_id: string;
14133
14133
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14134
14134
  workspace_id: string;
14135
- /** Time at which the event was created. */
14135
+ /** Date and time at which the event was created. */
14136
14136
  created_at: string;
14137
- /** Time when the event occurred. */
14137
+ /** Date and time at which the event occurred. */
14138
14138
  occurred_at: string;
14139
14139
  /** ID of the device. */
14140
14140
  device_id: string;
@@ -14145,16 +14145,16 @@ export interface Routes {
14145
14145
  access_code_id?: string | undefined;
14146
14146
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
14147
14147
  action_attempt_id?: string | undefined;
14148
- /** Method by which a lock device 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. */
14148
+ /** 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. */
14149
14149
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
14150
14150
  } | {
14151
14151
  /** ID of the event. */
14152
14152
  event_id: string;
14153
14153
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14154
14154
  workspace_id: string;
14155
- /** Time at which the event was created. */
14155
+ /** Date and time at which the event was created. */
14156
14156
  created_at: string;
14157
- /** Time when the event occurred. */
14157
+ /** Date and time at which the event occurred. */
14158
14158
  occurred_at: string;
14159
14159
  /** ID of the device. */
14160
14160
  device_id: string;
@@ -14165,16 +14165,16 @@ export interface Routes {
14165
14165
  access_code_id?: string | undefined;
14166
14166
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
14167
14167
  action_attempt_id?: string | undefined;
14168
- /** Method by which a 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. */
14168
+ /** 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. */
14169
14169
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
14170
14170
  } | {
14171
14171
  /** ID of the event. */
14172
14172
  event_id: string;
14173
14173
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14174
14174
  workspace_id: string;
14175
- /** Time at which the event was created. */
14175
+ /** Date and time at which the event was created. */
14176
14176
  created_at: string;
14177
- /** Time when the event occurred. */
14177
+ /** Date and time at which the event occurred. */
14178
14178
  occurred_at: string;
14179
14179
  /** ID of the device. */
14180
14180
  device_id: string;
@@ -14188,9 +14188,9 @@ export interface Routes {
14188
14188
  event_id: string;
14189
14189
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14190
14190
  workspace_id: string;
14191
- /** Time at which the event was created. */
14191
+ /** Date and time at which the event was created. */
14192
14192
  created_at: string;
14193
- /** Time when the event occurred. */
14193
+ /** Date and time at which the event occurred. */
14194
14194
  occurred_at: string;
14195
14195
  /** ID of the device. */
14196
14196
  device_id: string;
@@ -14201,23 +14201,23 @@ export interface Routes {
14201
14201
  thermostat_schedule_id: string | null;
14202
14202
  /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
14203
14203
  climate_preset_key: string;
14204
- /** 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. */
14204
+ /** 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). */
14205
14205
  is_fallback_climate_preset: boolean;
14206
14206
  } | {
14207
14207
  /** ID of the event. */
14208
14208
  event_id: string;
14209
14209
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14210
14210
  workspace_id: string;
14211
- /** Time at which the event was created. */
14211
+ /** Date and time at which the event was created. */
14212
14212
  created_at: string;
14213
- /** Time when the event occurred. */
14213
+ /** Date and time at which the event occurred. */
14214
14214
  occurred_at: string;
14215
14215
  /** ID of the device. */
14216
14216
  device_id: string;
14217
14217
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
14218
14218
  connected_account_id: string;
14219
14219
  event_type: 'thermostat.manually_adjusted';
14220
- /** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
14220
+ /** 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). */
14221
14221
  method: 'seam' | 'external';
14222
14222
  /** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
14223
14223
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
@@ -14236,18 +14236,18 @@ export interface Routes {
14236
14236
  event_id: string;
14237
14237
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14238
14238
  workspace_id: string;
14239
- /** Time at which the event was created. */
14239
+ /** Date and time at which the event was created. */
14240
14240
  created_at: string;
14241
- /** Time when the event occurred. */
14241
+ /** Date and time at which the event occurred. */
14242
14242
  occurred_at: string;
14243
14243
  /** ID of the device. */
14244
14244
  device_id: string;
14245
14245
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
14246
14246
  connected_account_id: string;
14247
14247
  event_type: 'thermostat.temperature_threshold_exceeded';
14248
- /** Temperature, in °C, reported by the thermostat. */
14248
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
14249
14249
  temperature_celsius: number;
14250
- /** Temperature, in °F, reported by the thermostat. */
14250
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
14251
14251
  temperature_fahrenheit: number;
14252
14252
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
14253
14253
  upper_limit_celsius: number | null;
@@ -14262,18 +14262,18 @@ export interface Routes {
14262
14262
  event_id: string;
14263
14263
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14264
14264
  workspace_id: string;
14265
- /** Time at which the event was created. */
14265
+ /** Date and time at which the event was created. */
14266
14266
  created_at: string;
14267
- /** Time when the event occurred. */
14267
+ /** Date and time at which the event occurred. */
14268
14268
  occurred_at: string;
14269
14269
  /** ID of the device. */
14270
14270
  device_id: string;
14271
14271
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
14272
14272
  connected_account_id: string;
14273
14273
  event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
14274
- /** Temperature, in °C, reported by the thermostat. */
14274
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
14275
14275
  temperature_celsius: number;
14276
- /** Temperature, in °F, reported by the thermostat. */
14276
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
14277
14277
  temperature_fahrenheit: number;
14278
14278
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
14279
14279
  upper_limit_celsius: number | null;
@@ -14288,11 +14288,11 @@ export interface Routes {
14288
14288
  event_id: string;
14289
14289
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14290
14290
  workspace_id: string;
14291
- /** Time at which the event was created. */
14291
+ /** Date and time at which the event was created. */
14292
14292
  created_at: string;
14293
- /** Time when the event occurred. */
14293
+ /** Date and time at which the event occurred. */
14294
14294
  occurred_at: string;
14295
- /** ID of the enrollment automation. */
14295
+ /** 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). */
14296
14296
  enrollment_automation_id: string;
14297
14297
  event_type: 'enrollment_automation.deleted';
14298
14298
  } | {
@@ -14300,11 +14300,11 @@ export interface Routes {
14300
14300
  event_id: string;
14301
14301
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
14302
14302
  workspace_id: string;
14303
- /** Time at which the event was created. */
14303
+ /** Date and time at which the event was created. */
14304
14304
  created_at: string;
14305
- /** Time when the event occurred. */
14305
+ /** Date and time at which the event occurred. */
14306
14306
  occurred_at: string;
14307
- /** ID of the device. */
14307
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
14308
14308
  device_id: string;
14309
14309
  event_type: 'phone.deactivated';
14310
14310
  }>;