@seamapi/types 1.312.2 → 1.313.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +909 -1184
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +733 -780
- package/lib/seam/connect/models/events/common.js +10 -24
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +145 -98
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +37 -134
- package/lib/seam/connect/openapi.js +431 -712
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +696 -646
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/common.ts +12 -24
- package/src/lib/seam/connect/models/events/devices.ts +212 -101
- package/src/lib/seam/connect/openapi.ts +556 -712
- package/src/lib/seam/connect/route-types.ts +696 -646
|
@@ -14231,13 +14231,13 @@ export interface Routes {
|
|
|
14231
14231
|
event?:
|
|
14232
14232
|
| (
|
|
14233
14233
|
| {
|
|
14234
|
-
/**
|
|
14234
|
+
/** ID of the event. */
|
|
14235
14235
|
event_id: string
|
|
14236
|
-
/**
|
|
14236
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14237
14237
|
workspace_id: string
|
|
14238
|
-
/**
|
|
14238
|
+
/** Time at which the event was created. */
|
|
14239
14239
|
created_at: string
|
|
14240
|
-
/**
|
|
14240
|
+
/** Time when the event occurred. */
|
|
14241
14241
|
occurred_at: string
|
|
14242
14242
|
/** The ID of the access code. */
|
|
14243
14243
|
access_code_id: string
|
|
@@ -14248,13 +14248,13 @@ export interface Routes {
|
|
|
14248
14248
|
event_type: 'access_code.created'
|
|
14249
14249
|
}
|
|
14250
14250
|
| {
|
|
14251
|
-
/**
|
|
14251
|
+
/** ID of the event. */
|
|
14252
14252
|
event_id: string
|
|
14253
|
-
/**
|
|
14253
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14254
14254
|
workspace_id: string
|
|
14255
|
-
/**
|
|
14255
|
+
/** Time at which the event was created. */
|
|
14256
14256
|
created_at: string
|
|
14257
|
-
/**
|
|
14257
|
+
/** Time when the event occurred. */
|
|
14258
14258
|
occurred_at: string
|
|
14259
14259
|
/** The ID of the access code. */
|
|
14260
14260
|
access_code_id: string
|
|
@@ -14265,13 +14265,13 @@ export interface Routes {
|
|
|
14265
14265
|
event_type: 'access_code.changed'
|
|
14266
14266
|
}
|
|
14267
14267
|
| {
|
|
14268
|
-
/**
|
|
14268
|
+
/** ID of the event. */
|
|
14269
14269
|
event_id: string
|
|
14270
|
-
/**
|
|
14270
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14271
14271
|
workspace_id: string
|
|
14272
|
-
/**
|
|
14272
|
+
/** Time at which the event was created. */
|
|
14273
14273
|
created_at: string
|
|
14274
|
-
/**
|
|
14274
|
+
/** Time when the event occurred. */
|
|
14275
14275
|
occurred_at: string
|
|
14276
14276
|
/** The ID of the access code. */
|
|
14277
14277
|
access_code_id: string
|
|
@@ -14284,13 +14284,13 @@ export interface Routes {
|
|
|
14284
14284
|
code: string
|
|
14285
14285
|
}
|
|
14286
14286
|
| {
|
|
14287
|
-
/**
|
|
14287
|
+
/** ID of the event. */
|
|
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
|
-
/**
|
|
14291
|
+
/** Time at which the event was created. */
|
|
14292
14292
|
created_at: string
|
|
14293
|
-
/**
|
|
14293
|
+
/** Time when the event occurred. */
|
|
14294
14294
|
occurred_at: string
|
|
14295
14295
|
/** The ID of the access code. */
|
|
14296
14296
|
access_code_id: string
|
|
@@ -14303,13 +14303,13 @@ export interface Routes {
|
|
|
14303
14303
|
code: string
|
|
14304
14304
|
}
|
|
14305
14305
|
| {
|
|
14306
|
-
/**
|
|
14306
|
+
/** ID of the event. */
|
|
14307
14307
|
event_id: string
|
|
14308
|
-
/**
|
|
14308
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14309
14309
|
workspace_id: string
|
|
14310
|
-
/**
|
|
14310
|
+
/** Time at which the event was created. */
|
|
14311
14311
|
created_at: string
|
|
14312
|
-
/**
|
|
14312
|
+
/** Time when the event occurred. */
|
|
14313
14313
|
occurred_at: string
|
|
14314
14314
|
/** The ID of the access code. */
|
|
14315
14315
|
access_code_id: string
|
|
@@ -14320,13 +14320,13 @@ export interface Routes {
|
|
|
14320
14320
|
event_type: 'access_code.removed_from_device'
|
|
14321
14321
|
}
|
|
14322
14322
|
| {
|
|
14323
|
-
/**
|
|
14323
|
+
/** ID of the event. */
|
|
14324
14324
|
event_id: string
|
|
14325
|
-
/**
|
|
14325
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14326
14326
|
workspace_id: string
|
|
14327
|
-
/**
|
|
14327
|
+
/** Time at which the event was created. */
|
|
14328
14328
|
created_at: string
|
|
14329
|
-
/**
|
|
14329
|
+
/** Time when the event occurred. */
|
|
14330
14330
|
occurred_at: string
|
|
14331
14331
|
/** The ID of the access code. */
|
|
14332
14332
|
access_code_id: string
|
|
@@ -14337,13 +14337,13 @@ export interface Routes {
|
|
|
14337
14337
|
event_type: 'access_code.delay_in_setting_on_device'
|
|
14338
14338
|
}
|
|
14339
14339
|
| {
|
|
14340
|
-
/**
|
|
14340
|
+
/** ID of the event. */
|
|
14341
14341
|
event_id: string
|
|
14342
|
-
/**
|
|
14342
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14343
14343
|
workspace_id: string
|
|
14344
|
-
/**
|
|
14344
|
+
/** Time at which the event was created. */
|
|
14345
14345
|
created_at: string
|
|
14346
|
-
/**
|
|
14346
|
+
/** Time when the event occurred. */
|
|
14347
14347
|
occurred_at: string
|
|
14348
14348
|
/** The ID of the access code. */
|
|
14349
14349
|
access_code_id: string
|
|
@@ -14354,13 +14354,13 @@ export interface Routes {
|
|
|
14354
14354
|
event_type: 'access_code.failed_to_set_on_device'
|
|
14355
14355
|
}
|
|
14356
14356
|
| {
|
|
14357
|
-
/**
|
|
14357
|
+
/** ID of the event. */
|
|
14358
14358
|
event_id: string
|
|
14359
|
-
/**
|
|
14359
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14360
14360
|
workspace_id: string
|
|
14361
|
-
/**
|
|
14361
|
+
/** Time at which the event was created. */
|
|
14362
14362
|
created_at: string
|
|
14363
|
-
/**
|
|
14363
|
+
/** Time when the event occurred. */
|
|
14364
14364
|
occurred_at: string
|
|
14365
14365
|
/** The ID of the access code. */
|
|
14366
14366
|
access_code_id: string
|
|
@@ -14373,13 +14373,13 @@ export interface Routes {
|
|
|
14373
14373
|
code: string | null
|
|
14374
14374
|
}
|
|
14375
14375
|
| {
|
|
14376
|
-
/**
|
|
14376
|
+
/** ID of the event. */
|
|
14377
14377
|
event_id: string
|
|
14378
|
-
/**
|
|
14378
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14379
14379
|
workspace_id: string
|
|
14380
|
-
/**
|
|
14380
|
+
/** Time at which the event was created. */
|
|
14381
14381
|
created_at: string
|
|
14382
|
-
/**
|
|
14382
|
+
/** Time when the event occurred. */
|
|
14383
14383
|
occurred_at: string
|
|
14384
14384
|
/** The ID of the access code. */
|
|
14385
14385
|
access_code_id: string
|
|
@@ -14390,13 +14390,13 @@ export interface Routes {
|
|
|
14390
14390
|
event_type: 'access_code.delay_in_removing_from_device'
|
|
14391
14391
|
}
|
|
14392
14392
|
| {
|
|
14393
|
-
/**
|
|
14393
|
+
/** ID of the event. */
|
|
14394
14394
|
event_id: string
|
|
14395
|
-
/**
|
|
14395
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14396
14396
|
workspace_id: string
|
|
14397
|
-
/**
|
|
14397
|
+
/** Time at which the event was created. */
|
|
14398
14398
|
created_at: string
|
|
14399
|
-
/**
|
|
14399
|
+
/** Time when the event occurred. */
|
|
14400
14400
|
occurred_at: string
|
|
14401
14401
|
/** The ID of the access code. */
|
|
14402
14402
|
access_code_id: string
|
|
@@ -14407,13 +14407,13 @@ export interface Routes {
|
|
|
14407
14407
|
event_type: 'access_code.failed_to_remove_from_device'
|
|
14408
14408
|
}
|
|
14409
14409
|
| {
|
|
14410
|
-
/**
|
|
14410
|
+
/** ID of the event. */
|
|
14411
14411
|
event_id: string
|
|
14412
|
-
/**
|
|
14412
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14413
14413
|
workspace_id: string
|
|
14414
|
-
/**
|
|
14414
|
+
/** Time at which the event was created. */
|
|
14415
14415
|
created_at: string
|
|
14416
|
-
/**
|
|
14416
|
+
/** Time when the event occurred. */
|
|
14417
14417
|
occurred_at: string
|
|
14418
14418
|
/** The ID of the access code. */
|
|
14419
14419
|
access_code_id: string
|
|
@@ -14424,13 +14424,13 @@ export interface Routes {
|
|
|
14424
14424
|
event_type: 'access_code.modified_external_to_seam'
|
|
14425
14425
|
}
|
|
14426
14426
|
| {
|
|
14427
|
-
/**
|
|
14427
|
+
/** ID of the event. */
|
|
14428
14428
|
event_id: string
|
|
14429
|
-
/**
|
|
14429
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14430
14430
|
workspace_id: string
|
|
14431
|
-
/**
|
|
14431
|
+
/** Time at which the event was created. */
|
|
14432
14432
|
created_at: string
|
|
14433
|
-
/**
|
|
14433
|
+
/** Time when the event occurred. */
|
|
14434
14434
|
occurred_at: string
|
|
14435
14435
|
/** The ID of the access code. */
|
|
14436
14436
|
access_code_id: string
|
|
@@ -14441,13 +14441,13 @@ export interface Routes {
|
|
|
14441
14441
|
event_type: 'access_code.deleted_external_to_seam'
|
|
14442
14442
|
}
|
|
14443
14443
|
| {
|
|
14444
|
-
/**
|
|
14444
|
+
/** ID of the event. */
|
|
14445
14445
|
event_id: string
|
|
14446
|
-
/**
|
|
14446
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14447
14447
|
workspace_id: string
|
|
14448
|
-
/**
|
|
14448
|
+
/** Time at which the event was created. */
|
|
14449
14449
|
created_at: string
|
|
14450
|
-
/**
|
|
14450
|
+
/** Time when the event occurred. */
|
|
14451
14451
|
occurred_at: string
|
|
14452
14452
|
/** The ID of the access code. */
|
|
14453
14453
|
access_code_id: string
|
|
@@ -14459,13 +14459,13 @@ export interface Routes {
|
|
|
14459
14459
|
backup_access_code_id: string
|
|
14460
14460
|
}
|
|
14461
14461
|
| {
|
|
14462
|
-
/**
|
|
14462
|
+
/** ID of the event. */
|
|
14463
14463
|
event_id: string
|
|
14464
|
-
/**
|
|
14464
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14465
14465
|
workspace_id: string
|
|
14466
|
-
/**
|
|
14466
|
+
/** Time at which the event was created. */
|
|
14467
14467
|
created_at: string
|
|
14468
|
-
/**
|
|
14468
|
+
/** Time when the event occurred. */
|
|
14469
14469
|
occurred_at: string
|
|
14470
14470
|
/** The ID of the access code. */
|
|
14471
14471
|
access_code_id: string
|
|
@@ -14476,13 +14476,13 @@ export interface Routes {
|
|
|
14476
14476
|
event_type: 'access_code.unmanaged.converted_to_managed'
|
|
14477
14477
|
}
|
|
14478
14478
|
| {
|
|
14479
|
-
/**
|
|
14479
|
+
/** ID of the event. */
|
|
14480
14480
|
event_id: string
|
|
14481
|
-
/**
|
|
14481
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14482
14482
|
workspace_id: string
|
|
14483
|
-
/**
|
|
14483
|
+
/** Time at which the event was created. */
|
|
14484
14484
|
created_at: string
|
|
14485
|
-
/**
|
|
14485
|
+
/** Time when the event occurred. */
|
|
14486
14486
|
occurred_at: string
|
|
14487
14487
|
/** The ID of the access code. */
|
|
14488
14488
|
access_code_id: string
|
|
@@ -14493,13 +14493,13 @@ export interface Routes {
|
|
|
14493
14493
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
14494
14494
|
}
|
|
14495
14495
|
| {
|
|
14496
|
-
/**
|
|
14496
|
+
/** ID of the event. */
|
|
14497
14497
|
event_id: string
|
|
14498
|
-
/**
|
|
14498
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14499
14499
|
workspace_id: string
|
|
14500
|
-
/**
|
|
14500
|
+
/** Time at which the event was created. */
|
|
14501
14501
|
created_at: string
|
|
14502
|
-
/**
|
|
14502
|
+
/** Time when the event occurred. */
|
|
14503
14503
|
occurred_at: string
|
|
14504
14504
|
/** The ID of the access code. */
|
|
14505
14505
|
access_code_id: string
|
|
@@ -14510,13 +14510,13 @@ export interface Routes {
|
|
|
14510
14510
|
event_type: 'access_code.unmanaged.created'
|
|
14511
14511
|
}
|
|
14512
14512
|
| {
|
|
14513
|
-
/**
|
|
14513
|
+
/** ID of the event. */
|
|
14514
14514
|
event_id: string
|
|
14515
|
-
/**
|
|
14515
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14516
14516
|
workspace_id: string
|
|
14517
|
-
/**
|
|
14517
|
+
/** Time at which the event was created. */
|
|
14518
14518
|
created_at: string
|
|
14519
|
-
/**
|
|
14519
|
+
/** Time when the event occurred. */
|
|
14520
14520
|
occurred_at: string
|
|
14521
14521
|
/** The ID of the access code. */
|
|
14522
14522
|
access_code_id: string
|
|
@@ -14527,13 +14527,13 @@ export interface Routes {
|
|
|
14527
14527
|
event_type: 'access_code.unmanaged.removed'
|
|
14528
14528
|
}
|
|
14529
14529
|
| {
|
|
14530
|
-
/**
|
|
14530
|
+
/** ID of the event. */
|
|
14531
14531
|
event_id: string
|
|
14532
|
-
/**
|
|
14532
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14533
14533
|
workspace_id: string
|
|
14534
|
-
/**
|
|
14534
|
+
/** Time at which the event was created. */
|
|
14535
14535
|
created_at: string
|
|
14536
|
-
/**
|
|
14536
|
+
/** Time when the event occurred. */
|
|
14537
14537
|
occurred_at: string
|
|
14538
14538
|
/** ID of the connected account.
|
|
14539
14539
|
* @deprecated Will be removed. */
|
|
@@ -14543,13 +14543,13 @@ export interface Routes {
|
|
|
14543
14543
|
event_type: 'acs_system.connected'
|
|
14544
14544
|
}
|
|
14545
14545
|
| {
|
|
14546
|
-
/**
|
|
14546
|
+
/** ID of the event. */
|
|
14547
14547
|
event_id: string
|
|
14548
|
-
/**
|
|
14548
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14549
14549
|
workspace_id: string
|
|
14550
|
-
/**
|
|
14550
|
+
/** Time at which the event was created. */
|
|
14551
14551
|
created_at: string
|
|
14552
|
-
/**
|
|
14552
|
+
/** Time when the event occurred. */
|
|
14553
14553
|
occurred_at: string
|
|
14554
14554
|
/** ID of the connected account.
|
|
14555
14555
|
* @deprecated Will be removed. */
|
|
@@ -14559,13 +14559,13 @@ export interface Routes {
|
|
|
14559
14559
|
event_type: 'acs_system.added'
|
|
14560
14560
|
}
|
|
14561
14561
|
| {
|
|
14562
|
-
/**
|
|
14562
|
+
/** ID of the event. */
|
|
14563
14563
|
event_id: string
|
|
14564
|
-
/**
|
|
14564
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14565
14565
|
workspace_id: string
|
|
14566
|
-
/**
|
|
14566
|
+
/** Time at which the event was created. */
|
|
14567
14567
|
created_at: string
|
|
14568
|
-
/**
|
|
14568
|
+
/** Time when the event occurred. */
|
|
14569
14569
|
occurred_at: string
|
|
14570
14570
|
/** ID of the connected account.
|
|
14571
14571
|
* @deprecated Will be removed. */
|
|
@@ -14575,13 +14575,13 @@ export interface Routes {
|
|
|
14575
14575
|
event_type: 'acs_system.disconnected'
|
|
14576
14576
|
}
|
|
14577
14577
|
| {
|
|
14578
|
-
/**
|
|
14578
|
+
/** ID of the event. */
|
|
14579
14579
|
event_id: string
|
|
14580
|
-
/**
|
|
14580
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14581
14581
|
workspace_id: string
|
|
14582
|
-
/**
|
|
14582
|
+
/** Time at which the event was created. */
|
|
14583
14583
|
created_at: string
|
|
14584
|
-
/**
|
|
14584
|
+
/** Time when the event occurred. */
|
|
14585
14585
|
occurred_at: string
|
|
14586
14586
|
/** ID of the connected account.
|
|
14587
14587
|
* @deprecated Will be removed. */
|
|
@@ -14592,13 +14592,13 @@ export interface Routes {
|
|
|
14592
14592
|
event_type: 'acs_credential.deleted'
|
|
14593
14593
|
}
|
|
14594
14594
|
| {
|
|
14595
|
-
/**
|
|
14595
|
+
/** ID of the event. */
|
|
14596
14596
|
event_id: string
|
|
14597
|
-
/**
|
|
14597
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14598
14598
|
workspace_id: string
|
|
14599
|
-
/**
|
|
14599
|
+
/** Time at which the event was created. */
|
|
14600
14600
|
created_at: string
|
|
14601
|
-
/**
|
|
14601
|
+
/** Time when the event occurred. */
|
|
14602
14602
|
occurred_at: string
|
|
14603
14603
|
/** ID of the connected account.
|
|
14604
14604
|
* @deprecated Will be removed. */
|
|
@@ -14609,13 +14609,13 @@ export interface Routes {
|
|
|
14609
14609
|
event_type: 'acs_credential.issued'
|
|
14610
14610
|
}
|
|
14611
14611
|
| {
|
|
14612
|
-
/**
|
|
14612
|
+
/** ID of the event. */
|
|
14613
14613
|
event_id: string
|
|
14614
|
-
/**
|
|
14614
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14615
14615
|
workspace_id: string
|
|
14616
|
-
/**
|
|
14616
|
+
/** Time at which the event was created. */
|
|
14617
14617
|
created_at: string
|
|
14618
|
-
/**
|
|
14618
|
+
/** Time when the event occurred. */
|
|
14619
14619
|
occurred_at: string
|
|
14620
14620
|
/** ID of the connected account.
|
|
14621
14621
|
* @deprecated Will be removed. */
|
|
@@ -14626,13 +14626,13 @@ export interface Routes {
|
|
|
14626
14626
|
event_type: 'acs_user.deleted'
|
|
14627
14627
|
}
|
|
14628
14628
|
| {
|
|
14629
|
-
/**
|
|
14629
|
+
/** ID of the event. */
|
|
14630
14630
|
event_id: string
|
|
14631
|
-
/**
|
|
14631
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14632
14632
|
workspace_id: string
|
|
14633
|
-
/**
|
|
14633
|
+
/** Time at which the event was created. */
|
|
14634
14634
|
created_at: string
|
|
14635
|
-
/**
|
|
14635
|
+
/** Time when the event occurred. */
|
|
14636
14636
|
occurred_at: string
|
|
14637
14637
|
/** ID of the connected account.
|
|
14638
14638
|
* @deprecated Will be removed. */
|
|
@@ -14644,13 +14644,13 @@ export interface Routes {
|
|
|
14644
14644
|
event_type: 'acs_encoder.added'
|
|
14645
14645
|
}
|
|
14646
14646
|
| {
|
|
14647
|
-
/**
|
|
14647
|
+
/** ID of the event. */
|
|
14648
14648
|
event_id: string
|
|
14649
|
-
/**
|
|
14649
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14650
14650
|
workspace_id: string
|
|
14651
|
-
/**
|
|
14651
|
+
/** Time at which the event was created. */
|
|
14652
14652
|
created_at: string
|
|
14653
|
-
/**
|
|
14653
|
+
/** Time when the event occurred. */
|
|
14654
14654
|
occurred_at: string
|
|
14655
14655
|
/** ID of the connected account.
|
|
14656
14656
|
* @deprecated Will be removed. */
|
|
@@ -14662,26 +14662,26 @@ export interface Routes {
|
|
|
14662
14662
|
event_type: 'acs_encoder.removed'
|
|
14663
14663
|
}
|
|
14664
14664
|
| {
|
|
14665
|
-
/**
|
|
14665
|
+
/** ID of the event. */
|
|
14666
14666
|
event_id: string
|
|
14667
|
-
/**
|
|
14667
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14668
14668
|
workspace_id: string
|
|
14669
|
-
/**
|
|
14669
|
+
/** Time at which the event was created. */
|
|
14670
14670
|
created_at: string
|
|
14671
|
-
/**
|
|
14671
|
+
/** Time when the event occurred. */
|
|
14672
14672
|
occurred_at: string
|
|
14673
14673
|
/** ID of the client session. */
|
|
14674
14674
|
client_session_id: string
|
|
14675
14675
|
event_type: 'client_session.deleted'
|
|
14676
14676
|
}
|
|
14677
14677
|
| {
|
|
14678
|
-
/**
|
|
14678
|
+
/** ID of the event. */
|
|
14679
14679
|
event_id: string
|
|
14680
|
-
/**
|
|
14680
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14681
14681
|
workspace_id: string
|
|
14682
|
-
/**
|
|
14682
|
+
/** Time at which the event was created. */
|
|
14683
14683
|
created_at: string
|
|
14684
|
-
/**
|
|
14684
|
+
/** Time when the event occurred. */
|
|
14685
14685
|
occurred_at: string
|
|
14686
14686
|
/** ID of the connected account. */
|
|
14687
14687
|
connected_account_id: string
|
|
@@ -14690,13 +14690,13 @@ export interface Routes {
|
|
|
14690
14690
|
connect_webview_id: string
|
|
14691
14691
|
}
|
|
14692
14692
|
| {
|
|
14693
|
-
/**
|
|
14693
|
+
/** ID of the event. */
|
|
14694
14694
|
event_id: string
|
|
14695
|
-
/**
|
|
14695
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14696
14696
|
workspace_id: string
|
|
14697
|
-
/**
|
|
14697
|
+
/** Time at which the event was created. */
|
|
14698
14698
|
created_at: string
|
|
14699
|
-
/**
|
|
14699
|
+
/** Time when the event occurred. */
|
|
14700
14700
|
occurred_at: string
|
|
14701
14701
|
/** ID of the connected account. */
|
|
14702
14702
|
connected_account_id: string
|
|
@@ -14705,13 +14705,13 @@ export interface Routes {
|
|
|
14705
14705
|
connect_webview_id: string
|
|
14706
14706
|
}
|
|
14707
14707
|
| {
|
|
14708
|
-
/**
|
|
14708
|
+
/** ID of the event. */
|
|
14709
14709
|
event_id: string
|
|
14710
|
-
/**
|
|
14710
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14711
14711
|
workspace_id: string
|
|
14712
|
-
/**
|
|
14712
|
+
/** Time at which the event was created. */
|
|
14713
14713
|
created_at: string
|
|
14714
|
-
/**
|
|
14714
|
+
/** Time when the event occurred. */
|
|
14715
14715
|
occurred_at: string
|
|
14716
14716
|
/** ID of the connected account. */
|
|
14717
14717
|
connected_account_id: string
|
|
@@ -14720,65 +14720,65 @@ export interface Routes {
|
|
|
14720
14720
|
connect_webview_id: string
|
|
14721
14721
|
}
|
|
14722
14722
|
| {
|
|
14723
|
-
/**
|
|
14723
|
+
/** ID of the event. */
|
|
14724
14724
|
event_id: string
|
|
14725
|
-
/**
|
|
14725
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14726
14726
|
workspace_id: string
|
|
14727
|
-
/**
|
|
14727
|
+
/** Time at which the event was created. */
|
|
14728
14728
|
created_at: string
|
|
14729
|
-
/**
|
|
14729
|
+
/** Time when the event occurred. */
|
|
14730
14730
|
occurred_at: string
|
|
14731
14731
|
/** ID of the connected account. */
|
|
14732
14732
|
connected_account_id: string
|
|
14733
14733
|
event_type: 'connected_account.disconnected'
|
|
14734
14734
|
}
|
|
14735
14735
|
| {
|
|
14736
|
-
/**
|
|
14736
|
+
/** ID of the event. */
|
|
14737
14737
|
event_id: string
|
|
14738
|
-
/**
|
|
14738
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14739
14739
|
workspace_id: string
|
|
14740
|
-
/**
|
|
14740
|
+
/** Time at which the event was created. */
|
|
14741
14741
|
created_at: string
|
|
14742
|
-
/**
|
|
14742
|
+
/** Time when the event occurred. */
|
|
14743
14743
|
occurred_at: string
|
|
14744
14744
|
/** ID of the connected account. */
|
|
14745
14745
|
connected_account_id: string
|
|
14746
14746
|
event_type: 'connected_account.completed_first_sync'
|
|
14747
14747
|
}
|
|
14748
14748
|
| {
|
|
14749
|
-
/**
|
|
14749
|
+
/** ID of the event. */
|
|
14750
14750
|
event_id: string
|
|
14751
|
-
/**
|
|
14751
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14752
14752
|
workspace_id: string
|
|
14753
|
-
/**
|
|
14753
|
+
/** Time at which the event was created. */
|
|
14754
14754
|
created_at: string
|
|
14755
|
-
/**
|
|
14755
|
+
/** Time when the event occurred. */
|
|
14756
14756
|
occurred_at: string
|
|
14757
14757
|
/** ID of the connected account. */
|
|
14758
14758
|
connected_account_id: string
|
|
14759
14759
|
event_type: 'connected_account.deleted'
|
|
14760
14760
|
}
|
|
14761
14761
|
| {
|
|
14762
|
-
/**
|
|
14762
|
+
/** ID of the event. */
|
|
14763
14763
|
event_id: string
|
|
14764
|
-
/**
|
|
14764
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14765
14765
|
workspace_id: string
|
|
14766
|
-
/**
|
|
14766
|
+
/** Time at which the event was created. */
|
|
14767
14767
|
created_at: string
|
|
14768
|
-
/**
|
|
14768
|
+
/** Time when the event occurred. */
|
|
14769
14769
|
occurred_at: string
|
|
14770
14770
|
/** ID of the connected account. */
|
|
14771
14771
|
connected_account_id: string
|
|
14772
14772
|
event_type: 'connected_account.completed_first_sync_after_reconnection'
|
|
14773
14773
|
}
|
|
14774
14774
|
| {
|
|
14775
|
-
/**
|
|
14775
|
+
/** ID of the event. */
|
|
14776
14776
|
event_id: string
|
|
14777
|
-
/**
|
|
14777
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14778
14778
|
workspace_id: string
|
|
14779
|
-
/**
|
|
14779
|
+
/** Time at which the event was created. */
|
|
14780
14780
|
created_at: string
|
|
14781
|
-
/**
|
|
14781
|
+
/** Time when the event occurred. */
|
|
14782
14782
|
occurred_at: string
|
|
14783
14783
|
/** The ID of the action attempt. */
|
|
14784
14784
|
action_attempt_id: string
|
|
@@ -14789,13 +14789,13 @@ export interface Routes {
|
|
|
14789
14789
|
event_type: 'action_attempt.lock_door.succeeded'
|
|
14790
14790
|
}
|
|
14791
14791
|
| {
|
|
14792
|
-
/**
|
|
14792
|
+
/** ID of the event. */
|
|
14793
14793
|
event_id: string
|
|
14794
|
-
/**
|
|
14794
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14795
14795
|
workspace_id: string
|
|
14796
|
-
/**
|
|
14796
|
+
/** Time at which the event was created. */
|
|
14797
14797
|
created_at: string
|
|
14798
|
-
/**
|
|
14798
|
+
/** Time when the event occurred. */
|
|
14799
14799
|
occurred_at: string
|
|
14800
14800
|
/** The ID of the action attempt. */
|
|
14801
14801
|
action_attempt_id: string
|
|
@@ -14806,13 +14806,13 @@ export interface Routes {
|
|
|
14806
14806
|
event_type: 'action_attempt.lock_door.failed'
|
|
14807
14807
|
}
|
|
14808
14808
|
| {
|
|
14809
|
-
/**
|
|
14809
|
+
/** ID of the event. */
|
|
14810
14810
|
event_id: string
|
|
14811
|
-
/**
|
|
14811
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14812
14812
|
workspace_id: string
|
|
14813
|
-
/**
|
|
14813
|
+
/** Time at which the event was created. */
|
|
14814
14814
|
created_at: string
|
|
14815
|
-
/**
|
|
14815
|
+
/** Time when the event occurred. */
|
|
14816
14816
|
occurred_at: string
|
|
14817
14817
|
/** The ID of the action attempt. */
|
|
14818
14818
|
action_attempt_id: string
|
|
@@ -14823,13 +14823,13 @@ export interface Routes {
|
|
|
14823
14823
|
event_type: 'action_attempt.unlock_door.succeeded'
|
|
14824
14824
|
}
|
|
14825
14825
|
| {
|
|
14826
|
-
/**
|
|
14826
|
+
/** ID of the event. */
|
|
14827
14827
|
event_id: string
|
|
14828
|
-
/**
|
|
14828
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14829
14829
|
workspace_id: string
|
|
14830
|
-
/**
|
|
14830
|
+
/** Time at which the event was created. */
|
|
14831
14831
|
created_at: string
|
|
14832
|
-
/**
|
|
14832
|
+
/** Time when the event occurred. */
|
|
14833
14833
|
occurred_at: string
|
|
14834
14834
|
/** The ID of the action attempt. */
|
|
14835
14835
|
action_attempt_id: string
|
|
@@ -14840,13 +14840,13 @@ export interface Routes {
|
|
|
14840
14840
|
event_type: 'action_attempt.unlock_door.failed'
|
|
14841
14841
|
}
|
|
14842
14842
|
| {
|
|
14843
|
-
/**
|
|
14843
|
+
/** ID of the event. */
|
|
14844
14844
|
event_id: string
|
|
14845
|
-
/**
|
|
14845
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14846
14846
|
workspace_id: string
|
|
14847
|
-
/**
|
|
14847
|
+
/** Time at which the event was created. */
|
|
14848
14848
|
created_at: string
|
|
14849
|
-
/**
|
|
14849
|
+
/** Time when the event occurred. */
|
|
14850
14850
|
occurred_at: string
|
|
14851
14851
|
/** ID of the connect webview. */
|
|
14852
14852
|
connect_webview_id: string
|
|
@@ -14855,404 +14855,410 @@ export interface Routes {
|
|
|
14855
14855
|
connected_account_id: string
|
|
14856
14856
|
}
|
|
14857
14857
|
| {
|
|
14858
|
-
/**
|
|
14858
|
+
/** ID of the event. */
|
|
14859
14859
|
event_id: string
|
|
14860
|
-
/**
|
|
14860
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14861
14861
|
workspace_id: string
|
|
14862
|
-
/**
|
|
14862
|
+
/** Time at which the event was created. */
|
|
14863
14863
|
created_at: string
|
|
14864
|
-
/**
|
|
14864
|
+
/** Time when the event occurred. */
|
|
14865
14865
|
occurred_at: string
|
|
14866
14866
|
/** ID of the connect webview. */
|
|
14867
14867
|
connect_webview_id: string
|
|
14868
14868
|
event_type: 'connect_webview.login_failed'
|
|
14869
14869
|
}
|
|
14870
14870
|
| {
|
|
14871
|
-
/**
|
|
14871
|
+
/** ID of the event. */
|
|
14872
14872
|
event_id: string
|
|
14873
|
-
/**
|
|
14873
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14874
14874
|
workspace_id: string
|
|
14875
|
-
/**
|
|
14875
|
+
/** Time at which the event was created. */
|
|
14876
14876
|
created_at: string
|
|
14877
|
-
/**
|
|
14877
|
+
/** Time when the event occurred. */
|
|
14878
14878
|
occurred_at: string
|
|
14879
14879
|
/** ID of the device. */
|
|
14880
14880
|
device_id: string
|
|
14881
|
-
/** ID of the connected account. */
|
|
14881
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14882
14882
|
connected_account_id: string
|
|
14883
14883
|
event_type: 'device.connected'
|
|
14884
14884
|
}
|
|
14885
14885
|
| {
|
|
14886
|
-
/**
|
|
14886
|
+
/** ID of the event. */
|
|
14887
14887
|
event_id: string
|
|
14888
|
-
/**
|
|
14888
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14889
14889
|
workspace_id: string
|
|
14890
|
-
/**
|
|
14890
|
+
/** Time at which the event was created. */
|
|
14891
14891
|
created_at: string
|
|
14892
|
-
/**
|
|
14892
|
+
/** Time when the event occurred. */
|
|
14893
14893
|
occurred_at: string
|
|
14894
14894
|
/** ID of the device. */
|
|
14895
14895
|
device_id: string
|
|
14896
|
-
/** ID of the connected account. */
|
|
14896
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14897
14897
|
connected_account_id: string
|
|
14898
14898
|
event_type: 'device.added'
|
|
14899
14899
|
}
|
|
14900
14900
|
| {
|
|
14901
|
-
/**
|
|
14901
|
+
/** ID of the event. */
|
|
14902
14902
|
event_id: string
|
|
14903
|
-
/**
|
|
14903
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14904
14904
|
workspace_id: string
|
|
14905
|
-
/**
|
|
14905
|
+
/** Time at which the event was created. */
|
|
14906
14906
|
created_at: string
|
|
14907
|
-
/**
|
|
14907
|
+
/** Time when the event occurred. */
|
|
14908
14908
|
occurred_at: string
|
|
14909
14909
|
/** ID of the device. */
|
|
14910
14910
|
device_id: string
|
|
14911
|
-
/** ID of the connected account. */
|
|
14911
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14912
14912
|
connected_account_id: string
|
|
14913
14913
|
event_type: 'device.converted_to_unmanaged'
|
|
14914
14914
|
}
|
|
14915
14915
|
| {
|
|
14916
|
-
/**
|
|
14916
|
+
/** ID of the event. */
|
|
14917
14917
|
event_id: string
|
|
14918
|
-
/**
|
|
14918
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14919
14919
|
workspace_id: string
|
|
14920
|
-
/**
|
|
14920
|
+
/** Time at which the event was created. */
|
|
14921
14921
|
created_at: string
|
|
14922
|
-
/**
|
|
14922
|
+
/** Time when the event occurred. */
|
|
14923
14923
|
occurred_at: string
|
|
14924
14924
|
/** ID of the device. */
|
|
14925
14925
|
device_id: string
|
|
14926
|
-
/** ID of the connected account. */
|
|
14926
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14927
14927
|
connected_account_id: string
|
|
14928
14928
|
event_type: 'device.unmanaged.converted_to_managed'
|
|
14929
14929
|
}
|
|
14930
14930
|
| {
|
|
14931
|
-
/**
|
|
14931
|
+
/** ID of the event. */
|
|
14932
14932
|
event_id: string
|
|
14933
|
-
/**
|
|
14933
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14934
14934
|
workspace_id: string
|
|
14935
|
-
/**
|
|
14935
|
+
/** Time at which the event was created. */
|
|
14936
14936
|
created_at: string
|
|
14937
|
-
/**
|
|
14937
|
+
/** Time when the event occurred. */
|
|
14938
14938
|
occurred_at: string
|
|
14939
14939
|
/** ID of the device. */
|
|
14940
14940
|
device_id: string
|
|
14941
|
-
/** ID of the connected account. */
|
|
14941
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14942
14942
|
connected_account_id: string
|
|
14943
14943
|
event_type: 'device.unmanaged.connected'
|
|
14944
14944
|
}
|
|
14945
14945
|
| {
|
|
14946
|
-
/**
|
|
14946
|
+
/** ID of the event. */
|
|
14947
14947
|
event_id: string
|
|
14948
|
-
/**
|
|
14948
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14949
14949
|
workspace_id: string
|
|
14950
|
-
/**
|
|
14950
|
+
/** Time at which the event was created. */
|
|
14951
14951
|
created_at: string
|
|
14952
|
-
/**
|
|
14952
|
+
/** Time when the event occurred. */
|
|
14953
14953
|
occurred_at: string
|
|
14954
14954
|
/** ID of the device. */
|
|
14955
14955
|
device_id: string
|
|
14956
|
-
/** ID of the connected account. */
|
|
14956
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14957
14957
|
connected_account_id: string
|
|
14958
14958
|
event_type: 'device.disconnected'
|
|
14959
|
-
/**
|
|
14959
|
+
/** Error code associated with the disconnection event, if any. */
|
|
14960
14960
|
error_code:
|
|
14961
14961
|
| 'account_disconnected'
|
|
14962
14962
|
| 'hub_disconnected'
|
|
14963
14963
|
| 'device_disconnected'
|
|
14964
14964
|
}
|
|
14965
14965
|
| {
|
|
14966
|
-
/**
|
|
14966
|
+
/** ID of the event. */
|
|
14967
14967
|
event_id: string
|
|
14968
|
-
/**
|
|
14968
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14969
14969
|
workspace_id: string
|
|
14970
|
-
/**
|
|
14970
|
+
/** Time at which the event was created. */
|
|
14971
14971
|
created_at: string
|
|
14972
|
-
/**
|
|
14972
|
+
/** Time when the event occurred. */
|
|
14973
14973
|
occurred_at: string
|
|
14974
14974
|
/** ID of the device. */
|
|
14975
14975
|
device_id: string
|
|
14976
|
-
/** ID of the connected account. */
|
|
14976
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14977
14977
|
connected_account_id: string
|
|
14978
14978
|
event_type: 'device.unmanaged.disconnected'
|
|
14979
|
-
/**
|
|
14979
|
+
/** Error code associated with the disconnection event, if any. */
|
|
14980
14980
|
error_code:
|
|
14981
14981
|
| 'account_disconnected'
|
|
14982
14982
|
| 'hub_disconnected'
|
|
14983
14983
|
| 'device_disconnected'
|
|
14984
14984
|
}
|
|
14985
14985
|
| {
|
|
14986
|
-
/**
|
|
14986
|
+
/** ID of the event. */
|
|
14987
14987
|
event_id: string
|
|
14988
|
-
/**
|
|
14988
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14989
14989
|
workspace_id: string
|
|
14990
|
-
/**
|
|
14990
|
+
/** Time at which the event was created. */
|
|
14991
14991
|
created_at: string
|
|
14992
|
-
/**
|
|
14992
|
+
/** Time when the event occurred. */
|
|
14993
14993
|
occurred_at: string
|
|
14994
14994
|
/** ID of the device. */
|
|
14995
14995
|
device_id: string
|
|
14996
|
-
/** ID of the connected account. */
|
|
14996
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14997
14997
|
connected_account_id: string
|
|
14998
14998
|
event_type: 'device.tampered'
|
|
14999
14999
|
}
|
|
15000
15000
|
| {
|
|
15001
|
-
/**
|
|
15001
|
+
/** ID of the event. */
|
|
15002
15002
|
event_id: string
|
|
15003
|
-
/**
|
|
15003
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15004
15004
|
workspace_id: string
|
|
15005
|
-
/**
|
|
15005
|
+
/** Time at which the event was created. */
|
|
15006
15006
|
created_at: string
|
|
15007
|
-
/**
|
|
15007
|
+
/** Time when the event occurred. */
|
|
15008
15008
|
occurred_at: string
|
|
15009
15009
|
/** ID of the device. */
|
|
15010
15010
|
device_id: string
|
|
15011
|
-
/** ID of the connected account. */
|
|
15011
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15012
15012
|
connected_account_id: string
|
|
15013
15013
|
event_type: 'device.low_battery'
|
|
15014
|
-
/**
|
|
15014
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
15015
15015
|
battery_level: number
|
|
15016
15016
|
}
|
|
15017
15017
|
| {
|
|
15018
|
-
/**
|
|
15018
|
+
/** ID of the event. */
|
|
15019
15019
|
event_id: string
|
|
15020
|
-
/**
|
|
15020
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15021
15021
|
workspace_id: string
|
|
15022
|
-
/**
|
|
15022
|
+
/** Time at which the event was created. */
|
|
15023
15023
|
created_at: string
|
|
15024
|
-
/**
|
|
15024
|
+
/** Time when the event occurred. */
|
|
15025
15025
|
occurred_at: string
|
|
15026
15026
|
/** ID of the device. */
|
|
15027
15027
|
device_id: string
|
|
15028
|
-
/** ID of the connected account. */
|
|
15028
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15029
15029
|
connected_account_id: string
|
|
15030
15030
|
event_type: 'device.battery_status_changed'
|
|
15031
|
-
/**
|
|
15031
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
15032
15032
|
battery_status: 'critical' | 'low' | 'good' | 'full'
|
|
15033
|
-
/**
|
|
15033
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
15034
15034
|
battery_level: number
|
|
15035
15035
|
}
|
|
15036
15036
|
| {
|
|
15037
|
-
/**
|
|
15037
|
+
/** ID of the event. */
|
|
15038
15038
|
event_id: string
|
|
15039
|
-
/**
|
|
15039
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15040
15040
|
workspace_id: string
|
|
15041
|
-
/**
|
|
15041
|
+
/** Time at which the event was created. */
|
|
15042
15042
|
created_at: string
|
|
15043
|
-
/**
|
|
15043
|
+
/** Time when the event occurred. */
|
|
15044
15044
|
occurred_at: string
|
|
15045
15045
|
/** ID of the device. */
|
|
15046
15046
|
device_id: string
|
|
15047
|
-
/** ID of the connected account. */
|
|
15047
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15048
15048
|
connected_account_id: string
|
|
15049
15049
|
event_type: 'device.removed'
|
|
15050
15050
|
}
|
|
15051
15051
|
| {
|
|
15052
|
-
/**
|
|
15052
|
+
/** ID of the event. */
|
|
15053
15053
|
event_id: string
|
|
15054
|
-
/**
|
|
15054
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15055
15055
|
workspace_id: string
|
|
15056
|
-
/**
|
|
15056
|
+
/** Time at which the event was created. */
|
|
15057
15057
|
created_at: string
|
|
15058
|
-
/**
|
|
15058
|
+
/** Time when the event occurred. */
|
|
15059
15059
|
occurred_at: string
|
|
15060
15060
|
/** ID of the device. */
|
|
15061
15061
|
device_id: string
|
|
15062
|
-
/** ID of the connected account. */
|
|
15062
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15063
15063
|
connected_account_id: string
|
|
15064
15064
|
event_type: 'device.deleted'
|
|
15065
15065
|
}
|
|
15066
15066
|
| {
|
|
15067
|
-
/**
|
|
15067
|
+
/** ID of the event. */
|
|
15068
15068
|
event_id: string
|
|
15069
|
-
/**
|
|
15069
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15070
15070
|
workspace_id: string
|
|
15071
|
-
/**
|
|
15071
|
+
/** Time at which the event was created. */
|
|
15072
15072
|
created_at: string
|
|
15073
|
-
/**
|
|
15073
|
+
/** Time when the event occurred. */
|
|
15074
15074
|
occurred_at: string
|
|
15075
15075
|
/** ID of the device. */
|
|
15076
15076
|
device_id: string
|
|
15077
|
-
/** ID of the connected account. */
|
|
15077
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15078
15078
|
connected_account_id: string
|
|
15079
15079
|
event_type: 'device.third_party_integration_detected'
|
|
15080
15080
|
}
|
|
15081
15081
|
| {
|
|
15082
|
-
/**
|
|
15082
|
+
/** ID of the event. */
|
|
15083
15083
|
event_id: string
|
|
15084
|
-
/**
|
|
15084
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15085
15085
|
workspace_id: string
|
|
15086
|
-
/**
|
|
15086
|
+
/** Time at which the event was created. */
|
|
15087
15087
|
created_at: string
|
|
15088
|
-
/**
|
|
15088
|
+
/** Time when the event occurred. */
|
|
15089
15089
|
occurred_at: string
|
|
15090
15090
|
/** ID of the device. */
|
|
15091
15091
|
device_id: string
|
|
15092
|
-
/** ID of the connected account. */
|
|
15092
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15093
15093
|
connected_account_id: string
|
|
15094
15094
|
event_type: 'device.third_party_integration_no_longer_detected'
|
|
15095
15095
|
}
|
|
15096
15096
|
| {
|
|
15097
|
-
/**
|
|
15097
|
+
/** ID of the event. */
|
|
15098
15098
|
event_id: string
|
|
15099
|
-
/**
|
|
15099
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15100
15100
|
workspace_id: string
|
|
15101
|
-
/**
|
|
15101
|
+
/** Time at which the event was created. */
|
|
15102
15102
|
created_at: string
|
|
15103
|
-
/**
|
|
15103
|
+
/** Time when the event occurred. */
|
|
15104
15104
|
occurred_at: string
|
|
15105
15105
|
/** ID of the device. */
|
|
15106
15106
|
device_id: string
|
|
15107
|
-
/** ID of the connected account. */
|
|
15107
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15108
15108
|
connected_account_id: string
|
|
15109
15109
|
event_type: 'device.salto.privacy_mode_activated'
|
|
15110
15110
|
}
|
|
15111
15111
|
| {
|
|
15112
|
-
/**
|
|
15112
|
+
/** ID of the event. */
|
|
15113
15113
|
event_id: string
|
|
15114
|
-
/**
|
|
15114
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15115
15115
|
workspace_id: string
|
|
15116
|
-
/**
|
|
15116
|
+
/** Time at which the event was created. */
|
|
15117
15117
|
created_at: string
|
|
15118
|
-
/**
|
|
15118
|
+
/** Time when the event occurred. */
|
|
15119
15119
|
occurred_at: string
|
|
15120
15120
|
/** ID of the device. */
|
|
15121
15121
|
device_id: string
|
|
15122
|
-
/** ID of the connected account. */
|
|
15122
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15123
15123
|
connected_account_id: string
|
|
15124
15124
|
event_type: 'device.salto.privacy_mode_deactivated'
|
|
15125
15125
|
}
|
|
15126
15126
|
| {
|
|
15127
|
-
/**
|
|
15127
|
+
/** ID of the event. */
|
|
15128
15128
|
event_id: string
|
|
15129
|
-
/**
|
|
15129
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15130
15130
|
workspace_id: string
|
|
15131
|
-
/**
|
|
15131
|
+
/** Time at which the event was created. */
|
|
15132
15132
|
created_at: string
|
|
15133
|
-
/**
|
|
15133
|
+
/** Time when the event occurred. */
|
|
15134
15134
|
occurred_at: string
|
|
15135
15135
|
/** ID of the device. */
|
|
15136
15136
|
device_id: string
|
|
15137
|
-
/** ID of the connected account. */
|
|
15137
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15138
15138
|
connected_account_id: string
|
|
15139
15139
|
event_type: 'device.connection_became_flaky'
|
|
15140
15140
|
}
|
|
15141
15141
|
| {
|
|
15142
|
-
/**
|
|
15142
|
+
/** ID of the event. */
|
|
15143
15143
|
event_id: string
|
|
15144
|
-
/**
|
|
15144
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15145
15145
|
workspace_id: string
|
|
15146
|
-
/**
|
|
15146
|
+
/** Time at which the event was created. */
|
|
15147
15147
|
created_at: string
|
|
15148
|
-
/**
|
|
15148
|
+
/** Time when the event occurred. */
|
|
15149
15149
|
occurred_at: string
|
|
15150
15150
|
/** ID of the device. */
|
|
15151
15151
|
device_id: string
|
|
15152
|
-
/** ID of the connected account. */
|
|
15152
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15153
15153
|
connected_account_id: string
|
|
15154
15154
|
event_type: 'device.connection_stabilized'
|
|
15155
15155
|
}
|
|
15156
15156
|
| {
|
|
15157
|
-
/**
|
|
15157
|
+
/** ID of the event. */
|
|
15158
15158
|
event_id: string
|
|
15159
|
-
/**
|
|
15159
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15160
15160
|
workspace_id: string
|
|
15161
|
-
/**
|
|
15161
|
+
/** Time at which the event was created. */
|
|
15162
15162
|
created_at: string
|
|
15163
|
-
/**
|
|
15163
|
+
/** Time when the event occurred. */
|
|
15164
15164
|
occurred_at: string
|
|
15165
15165
|
/** ID of the device. */
|
|
15166
15166
|
device_id: string
|
|
15167
|
-
/** ID of the connected account. */
|
|
15167
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15168
15168
|
connected_account_id: string
|
|
15169
15169
|
event_type: 'device.error.subscription_required'
|
|
15170
15170
|
}
|
|
15171
15171
|
| {
|
|
15172
|
-
/**
|
|
15172
|
+
/** ID of the event. */
|
|
15173
15173
|
event_id: string
|
|
15174
|
-
/**
|
|
15174
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15175
15175
|
workspace_id: string
|
|
15176
|
-
/**
|
|
15176
|
+
/** Time at which the event was created. */
|
|
15177
15177
|
created_at: string
|
|
15178
|
-
/**
|
|
15178
|
+
/** Time when the event occurred. */
|
|
15179
15179
|
occurred_at: string
|
|
15180
15180
|
/** ID of the device. */
|
|
15181
15181
|
device_id: string
|
|
15182
|
-
/** ID of the connected account. */
|
|
15182
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15183
15183
|
connected_account_id: string
|
|
15184
15184
|
event_type: 'device.error.subscription_required.resolved'
|
|
15185
15185
|
}
|
|
15186
15186
|
| {
|
|
15187
|
-
/**
|
|
15187
|
+
/** ID of the event. */
|
|
15188
15188
|
event_id: string
|
|
15189
|
-
/**
|
|
15189
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15190
15190
|
workspace_id: string
|
|
15191
|
-
/**
|
|
15191
|
+
/** Time at which the event was created. */
|
|
15192
15192
|
created_at: string
|
|
15193
|
-
/**
|
|
15193
|
+
/** Time when the event occurred. */
|
|
15194
15194
|
occurred_at: string
|
|
15195
15195
|
/** ID of the device. */
|
|
15196
15196
|
device_id: string
|
|
15197
|
-
/** ID of the connected account. */
|
|
15197
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15198
15198
|
connected_account_id: string
|
|
15199
15199
|
event_type: 'device.accessory_keypad_connected'
|
|
15200
15200
|
}
|
|
15201
15201
|
| {
|
|
15202
|
-
/**
|
|
15202
|
+
/** ID of the event. */
|
|
15203
15203
|
event_id: string
|
|
15204
|
-
/**
|
|
15204
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15205
15205
|
workspace_id: string
|
|
15206
|
-
/**
|
|
15206
|
+
/** Time at which the event was created. */
|
|
15207
15207
|
created_at: string
|
|
15208
|
-
/**
|
|
15208
|
+
/** Time when the event occurred. */
|
|
15209
15209
|
occurred_at: string
|
|
15210
15210
|
/** ID of the device. */
|
|
15211
15211
|
device_id: string
|
|
15212
|
-
/** ID of the connected account. */
|
|
15212
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15213
15213
|
connected_account_id: string
|
|
15214
15214
|
event_type: 'device.accessory_keypad_disconnected'
|
|
15215
15215
|
}
|
|
15216
15216
|
| {
|
|
15217
|
-
/**
|
|
15217
|
+
/** ID of the event. */
|
|
15218
15218
|
event_id: string
|
|
15219
|
-
/**
|
|
15219
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15220
15220
|
workspace_id: string
|
|
15221
|
-
/**
|
|
15221
|
+
/** Time at which the event was created. */
|
|
15222
15222
|
created_at: string
|
|
15223
|
-
/**
|
|
15223
|
+
/** Time when the event occurred. */
|
|
15224
15224
|
occurred_at: string
|
|
15225
15225
|
/** ID of the device. */
|
|
15226
15226
|
device_id: string
|
|
15227
|
-
/** ID of the connected account. */
|
|
15227
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15228
15228
|
connected_account_id: string
|
|
15229
15229
|
event_type: 'noise_sensor.noise_threshold_triggered'
|
|
15230
|
+
/** Detected noise level in decibels. */
|
|
15230
15231
|
noise_level_decibels?: number | undefined
|
|
15232
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
15231
15233
|
noise_level_nrs?: number | undefined
|
|
15234
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
15232
15235
|
noise_threshold_id?: string | undefined
|
|
15236
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
15233
15237
|
noise_threshold_name?: string | undefined
|
|
15234
|
-
/** Metadata from
|
|
15238
|
+
/** Metadata from Noiseaware. */
|
|
15235
15239
|
noiseaware_metadata?: Record<string, unknown> | undefined
|
|
15236
|
-
/** Metadata from
|
|
15240
|
+
/** Metadata from Minut. */
|
|
15237
15241
|
minut_metadata?: Record<string, unknown> | undefined
|
|
15238
15242
|
}
|
|
15239
15243
|
| {
|
|
15240
|
-
/**
|
|
15244
|
+
/** ID of the event. */
|
|
15241
15245
|
event_id: string
|
|
15242
|
-
/**
|
|
15246
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15243
15247
|
workspace_id: string
|
|
15244
|
-
/**
|
|
15248
|
+
/** Time at which the event was created. */
|
|
15245
15249
|
created_at: string
|
|
15246
|
-
/**
|
|
15250
|
+
/** Time when the event occurred. */
|
|
15247
15251
|
occurred_at: string
|
|
15248
15252
|
/** ID of the device. */
|
|
15249
15253
|
device_id: string
|
|
15250
|
-
/** ID of the connected account. */
|
|
15254
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15251
15255
|
connected_account_id: string
|
|
15252
15256
|
event_type: 'lock.locked'
|
|
15257
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
15253
15258
|
access_code_id?: string | undefined
|
|
15259
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
15254
15260
|
action_attempt_id?: string | undefined
|
|
15255
|
-
/** Method by which a lock device was locked
|
|
15261
|
+
/** 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. */
|
|
15256
15262
|
method:
|
|
15257
15263
|
| 'keycode'
|
|
15258
15264
|
| 'manual'
|
|
@@ -15261,22 +15267,24 @@ export interface Routes {
|
|
|
15261
15267
|
| 'seamapi'
|
|
15262
15268
|
}
|
|
15263
15269
|
| {
|
|
15264
|
-
/**
|
|
15270
|
+
/** ID of the event. */
|
|
15265
15271
|
event_id: string
|
|
15266
|
-
/**
|
|
15272
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15267
15273
|
workspace_id: string
|
|
15268
|
-
/**
|
|
15274
|
+
/** Time at which the event was created. */
|
|
15269
15275
|
created_at: string
|
|
15270
|
-
/**
|
|
15276
|
+
/** Time when the event occurred. */
|
|
15271
15277
|
occurred_at: string
|
|
15272
15278
|
/** ID of the device. */
|
|
15273
15279
|
device_id: string
|
|
15274
|
-
/** ID of the connected account. */
|
|
15280
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15275
15281
|
connected_account_id: string
|
|
15276
15282
|
event_type: 'lock.unlocked'
|
|
15283
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
15277
15284
|
access_code_id?: string | undefined
|
|
15285
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
15278
15286
|
action_attempt_id?: string | undefined
|
|
15279
|
-
/** Method by which a lock device was
|
|
15287
|
+
/** 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. */
|
|
15280
15288
|
method:
|
|
15281
15289
|
| 'keycode'
|
|
15282
15290
|
| 'manual'
|
|
@@ -15285,53 +15293,58 @@ export interface Routes {
|
|
|
15285
15293
|
| 'seamapi'
|
|
15286
15294
|
}
|
|
15287
15295
|
| {
|
|
15288
|
-
/**
|
|
15296
|
+
/** ID of the event. */
|
|
15289
15297
|
event_id: string
|
|
15290
|
-
/**
|
|
15298
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15291
15299
|
workspace_id: string
|
|
15292
|
-
/**
|
|
15300
|
+
/** Time at which the event was created. */
|
|
15293
15301
|
created_at: string
|
|
15294
|
-
/**
|
|
15302
|
+
/** Time when the event occurred. */
|
|
15295
15303
|
occurred_at: string
|
|
15296
15304
|
/** ID of the device. */
|
|
15297
15305
|
device_id: string
|
|
15298
|
-
/** ID of the connected account. */
|
|
15306
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15299
15307
|
connected_account_id: string
|
|
15300
15308
|
event_type: 'lock.access_denied'
|
|
15309
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
15301
15310
|
access_code_id?: string | undefined
|
|
15302
15311
|
}
|
|
15303
15312
|
| {
|
|
15304
|
-
/**
|
|
15313
|
+
/** ID of the event. */
|
|
15305
15314
|
event_id: string
|
|
15306
|
-
/**
|
|
15315
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15307
15316
|
workspace_id: string
|
|
15308
|
-
/**
|
|
15317
|
+
/** Time at which the event was created. */
|
|
15309
15318
|
created_at: string
|
|
15310
|
-
/**
|
|
15319
|
+
/** Time when the event occurred. */
|
|
15311
15320
|
occurred_at: string
|
|
15312
15321
|
/** ID of the device. */
|
|
15313
15322
|
device_id: string
|
|
15314
|
-
/** ID of the connected account. */
|
|
15323
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15315
15324
|
connected_account_id: string
|
|
15316
15325
|
event_type: 'thermostat.climate_preset_activated'
|
|
15326
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
15317
15327
|
thermostat_schedule_id: string | null
|
|
15328
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
15318
15329
|
climate_preset_key: string
|
|
15330
|
+
/** 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. */
|
|
15319
15331
|
is_fallback_climate_preset: boolean
|
|
15320
15332
|
}
|
|
15321
15333
|
| {
|
|
15322
|
-
/**
|
|
15334
|
+
/** ID of the event. */
|
|
15323
15335
|
event_id: string
|
|
15324
|
-
/**
|
|
15336
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15325
15337
|
workspace_id: string
|
|
15326
|
-
/**
|
|
15338
|
+
/** Time at which the event was created. */
|
|
15327
15339
|
created_at: string
|
|
15328
|
-
/**
|
|
15340
|
+
/** Time when the event occurred. */
|
|
15329
15341
|
occurred_at: string
|
|
15330
15342
|
/** ID of the device. */
|
|
15331
15343
|
device_id: string
|
|
15332
|
-
/** ID of the connected account. */
|
|
15344
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15333
15345
|
connected_account_id: string
|
|
15334
15346
|
event_type: 'thermostat.manually_adjusted'
|
|
15347
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
15335
15348
|
method: 'seam' | 'external'
|
|
15336
15349
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
15337
15350
|
fan_mode_setting?:
|
|
@@ -15351,68 +15364,80 @@ export interface Routes {
|
|
|
15351
15364
|
heating_set_point_fahrenheit?: (number | undefined) | undefined
|
|
15352
15365
|
}
|
|
15353
15366
|
| {
|
|
15354
|
-
/**
|
|
15367
|
+
/** ID of the event. */
|
|
15355
15368
|
event_id: string
|
|
15356
|
-
/**
|
|
15369
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15357
15370
|
workspace_id: string
|
|
15358
|
-
/**
|
|
15371
|
+
/** Time at which the event was created. */
|
|
15359
15372
|
created_at: string
|
|
15360
|
-
/**
|
|
15373
|
+
/** Time when the event occurred. */
|
|
15361
15374
|
occurred_at: string
|
|
15362
15375
|
/** ID of the device. */
|
|
15363
15376
|
device_id: string
|
|
15364
|
-
/** ID of the connected account. */
|
|
15377
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15365
15378
|
connected_account_id: string
|
|
15366
15379
|
event_type: 'thermostat.temperature_threshold_exceeded'
|
|
15380
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
15367
15381
|
temperature_celsius: number
|
|
15382
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
15368
15383
|
temperature_fahrenheit: number
|
|
15384
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15369
15385
|
upper_limit_celsius: number | null
|
|
15386
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15370
15387
|
upper_limit_fahrenheit: number | null
|
|
15388
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15371
15389
|
lower_limit_celsius: number | null
|
|
15390
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15372
15391
|
lower_limit_fahrenheit: number | null
|
|
15373
15392
|
}
|
|
15374
15393
|
| {
|
|
15375
|
-
/**
|
|
15394
|
+
/** ID of the event. */
|
|
15376
15395
|
event_id: string
|
|
15377
|
-
/**
|
|
15396
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15378
15397
|
workspace_id: string
|
|
15379
|
-
/**
|
|
15398
|
+
/** Time at which the event was created. */
|
|
15380
15399
|
created_at: string
|
|
15381
|
-
/**
|
|
15400
|
+
/** Time when the event occurred. */
|
|
15382
15401
|
occurred_at: string
|
|
15383
15402
|
/** ID of the device. */
|
|
15384
15403
|
device_id: string
|
|
15385
|
-
/** ID of the connected account. */
|
|
15404
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15386
15405
|
connected_account_id: string
|
|
15387
15406
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
15407
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
15388
15408
|
temperature_celsius: number
|
|
15409
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
15389
15410
|
temperature_fahrenheit: number
|
|
15411
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15390
15412
|
upper_limit_celsius: number | null
|
|
15413
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15391
15414
|
upper_limit_fahrenheit: number | null
|
|
15415
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15392
15416
|
lower_limit_celsius: number | null
|
|
15417
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15393
15418
|
lower_limit_fahrenheit: number | null
|
|
15394
15419
|
}
|
|
15395
15420
|
| {
|
|
15396
|
-
/**
|
|
15421
|
+
/** ID of the event. */
|
|
15397
15422
|
event_id: string
|
|
15398
|
-
/**
|
|
15423
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15399
15424
|
workspace_id: string
|
|
15400
|
-
/**
|
|
15425
|
+
/** Time at which the event was created. */
|
|
15401
15426
|
created_at: string
|
|
15402
|
-
/**
|
|
15427
|
+
/** Time when the event occurred. */
|
|
15403
15428
|
occurred_at: string
|
|
15404
15429
|
/** ID of the enrollment automation. */
|
|
15405
15430
|
enrollment_automation_id: string
|
|
15406
15431
|
event_type: 'enrollment_automation.deleted'
|
|
15407
15432
|
}
|
|
15408
15433
|
| {
|
|
15409
|
-
/**
|
|
15434
|
+
/** ID of the event. */
|
|
15410
15435
|
event_id: string
|
|
15411
|
-
/**
|
|
15436
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15412
15437
|
workspace_id: string
|
|
15413
|
-
/**
|
|
15438
|
+
/** Time at which the event was created. */
|
|
15414
15439
|
created_at: string
|
|
15415
|
-
/**
|
|
15440
|
+
/** Time when the event occurred. */
|
|
15416
15441
|
occurred_at: string
|
|
15417
15442
|
/** ID of the device. */
|
|
15418
15443
|
device_id: string
|
|
@@ -15596,13 +15621,13 @@ export interface Routes {
|
|
|
15596
15621
|
jsonResponse: {
|
|
15597
15622
|
events: Array<
|
|
15598
15623
|
| {
|
|
15599
|
-
/**
|
|
15624
|
+
/** ID of the event. */
|
|
15600
15625
|
event_id: string
|
|
15601
|
-
/**
|
|
15626
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15602
15627
|
workspace_id: string
|
|
15603
|
-
/**
|
|
15628
|
+
/** Time at which the event was created. */
|
|
15604
15629
|
created_at: string
|
|
15605
|
-
/**
|
|
15630
|
+
/** Time when the event occurred. */
|
|
15606
15631
|
occurred_at: string
|
|
15607
15632
|
/** The ID of the access code. */
|
|
15608
15633
|
access_code_id: string
|
|
@@ -15613,13 +15638,13 @@ export interface Routes {
|
|
|
15613
15638
|
event_type: 'access_code.created'
|
|
15614
15639
|
}
|
|
15615
15640
|
| {
|
|
15616
|
-
/**
|
|
15641
|
+
/** ID of the event. */
|
|
15617
15642
|
event_id: string
|
|
15618
|
-
/**
|
|
15643
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15619
15644
|
workspace_id: string
|
|
15620
|
-
/**
|
|
15645
|
+
/** Time at which the event was created. */
|
|
15621
15646
|
created_at: string
|
|
15622
|
-
/**
|
|
15647
|
+
/** Time when the event occurred. */
|
|
15623
15648
|
occurred_at: string
|
|
15624
15649
|
/** The ID of the access code. */
|
|
15625
15650
|
access_code_id: string
|
|
@@ -15630,13 +15655,13 @@ export interface Routes {
|
|
|
15630
15655
|
event_type: 'access_code.changed'
|
|
15631
15656
|
}
|
|
15632
15657
|
| {
|
|
15633
|
-
/**
|
|
15658
|
+
/** ID of the event. */
|
|
15634
15659
|
event_id: string
|
|
15635
|
-
/**
|
|
15660
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15636
15661
|
workspace_id: string
|
|
15637
|
-
/**
|
|
15662
|
+
/** Time at which the event was created. */
|
|
15638
15663
|
created_at: string
|
|
15639
|
-
/**
|
|
15664
|
+
/** Time when the event occurred. */
|
|
15640
15665
|
occurred_at: string
|
|
15641
15666
|
/** The ID of the access code. */
|
|
15642
15667
|
access_code_id: string
|
|
@@ -15649,13 +15674,13 @@ export interface Routes {
|
|
|
15649
15674
|
code: string
|
|
15650
15675
|
}
|
|
15651
15676
|
| {
|
|
15652
|
-
/**
|
|
15677
|
+
/** ID of the event. */
|
|
15653
15678
|
event_id: string
|
|
15654
|
-
/**
|
|
15679
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15655
15680
|
workspace_id: string
|
|
15656
|
-
/**
|
|
15681
|
+
/** Time at which the event was created. */
|
|
15657
15682
|
created_at: string
|
|
15658
|
-
/**
|
|
15683
|
+
/** Time when the event occurred. */
|
|
15659
15684
|
occurred_at: string
|
|
15660
15685
|
/** The ID of the access code. */
|
|
15661
15686
|
access_code_id: string
|
|
@@ -15668,13 +15693,13 @@ export interface Routes {
|
|
|
15668
15693
|
code: string
|
|
15669
15694
|
}
|
|
15670
15695
|
| {
|
|
15671
|
-
/**
|
|
15696
|
+
/** ID of the event. */
|
|
15672
15697
|
event_id: string
|
|
15673
|
-
/**
|
|
15698
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15674
15699
|
workspace_id: string
|
|
15675
|
-
/**
|
|
15700
|
+
/** Time at which the event was created. */
|
|
15676
15701
|
created_at: string
|
|
15677
|
-
/**
|
|
15702
|
+
/** Time when the event occurred. */
|
|
15678
15703
|
occurred_at: string
|
|
15679
15704
|
/** The ID of the access code. */
|
|
15680
15705
|
access_code_id: string
|
|
@@ -15685,13 +15710,13 @@ export interface Routes {
|
|
|
15685
15710
|
event_type: 'access_code.removed_from_device'
|
|
15686
15711
|
}
|
|
15687
15712
|
| {
|
|
15688
|
-
/**
|
|
15713
|
+
/** ID of the event. */
|
|
15689
15714
|
event_id: string
|
|
15690
|
-
/**
|
|
15715
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15691
15716
|
workspace_id: string
|
|
15692
|
-
/**
|
|
15717
|
+
/** Time at which the event was created. */
|
|
15693
15718
|
created_at: string
|
|
15694
|
-
/**
|
|
15719
|
+
/** Time when the event occurred. */
|
|
15695
15720
|
occurred_at: string
|
|
15696
15721
|
/** The ID of the access code. */
|
|
15697
15722
|
access_code_id: string
|
|
@@ -15702,13 +15727,13 @@ export interface Routes {
|
|
|
15702
15727
|
event_type: 'access_code.delay_in_setting_on_device'
|
|
15703
15728
|
}
|
|
15704
15729
|
| {
|
|
15705
|
-
/**
|
|
15730
|
+
/** ID of the event. */
|
|
15706
15731
|
event_id: string
|
|
15707
|
-
/**
|
|
15732
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15708
15733
|
workspace_id: string
|
|
15709
|
-
/**
|
|
15734
|
+
/** Time at which the event was created. */
|
|
15710
15735
|
created_at: string
|
|
15711
|
-
/**
|
|
15736
|
+
/** Time when the event occurred. */
|
|
15712
15737
|
occurred_at: string
|
|
15713
15738
|
/** The ID of the access code. */
|
|
15714
15739
|
access_code_id: string
|
|
@@ -15719,13 +15744,13 @@ export interface Routes {
|
|
|
15719
15744
|
event_type: 'access_code.failed_to_set_on_device'
|
|
15720
15745
|
}
|
|
15721
15746
|
| {
|
|
15722
|
-
/**
|
|
15747
|
+
/** ID of the event. */
|
|
15723
15748
|
event_id: string
|
|
15724
|
-
/**
|
|
15749
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15725
15750
|
workspace_id: string
|
|
15726
|
-
/**
|
|
15751
|
+
/** Time at which the event was created. */
|
|
15727
15752
|
created_at: string
|
|
15728
|
-
/**
|
|
15753
|
+
/** Time when the event occurred. */
|
|
15729
15754
|
occurred_at: string
|
|
15730
15755
|
/** The ID of the access code. */
|
|
15731
15756
|
access_code_id: string
|
|
@@ -15738,13 +15763,13 @@ export interface Routes {
|
|
|
15738
15763
|
code: string | null
|
|
15739
15764
|
}
|
|
15740
15765
|
| {
|
|
15741
|
-
/**
|
|
15766
|
+
/** ID of the event. */
|
|
15742
15767
|
event_id: string
|
|
15743
|
-
/**
|
|
15768
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15744
15769
|
workspace_id: string
|
|
15745
|
-
/**
|
|
15770
|
+
/** Time at which the event was created. */
|
|
15746
15771
|
created_at: string
|
|
15747
|
-
/**
|
|
15772
|
+
/** Time when the event occurred. */
|
|
15748
15773
|
occurred_at: string
|
|
15749
15774
|
/** The ID of the access code. */
|
|
15750
15775
|
access_code_id: string
|
|
@@ -15755,13 +15780,13 @@ export interface Routes {
|
|
|
15755
15780
|
event_type: 'access_code.delay_in_removing_from_device'
|
|
15756
15781
|
}
|
|
15757
15782
|
| {
|
|
15758
|
-
/**
|
|
15783
|
+
/** ID of the event. */
|
|
15759
15784
|
event_id: string
|
|
15760
|
-
/**
|
|
15785
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15761
15786
|
workspace_id: string
|
|
15762
|
-
/**
|
|
15787
|
+
/** Time at which the event was created. */
|
|
15763
15788
|
created_at: string
|
|
15764
|
-
/**
|
|
15789
|
+
/** Time when the event occurred. */
|
|
15765
15790
|
occurred_at: string
|
|
15766
15791
|
/** The ID of the access code. */
|
|
15767
15792
|
access_code_id: string
|
|
@@ -15772,13 +15797,13 @@ export interface Routes {
|
|
|
15772
15797
|
event_type: 'access_code.failed_to_remove_from_device'
|
|
15773
15798
|
}
|
|
15774
15799
|
| {
|
|
15775
|
-
/**
|
|
15800
|
+
/** ID of the event. */
|
|
15776
15801
|
event_id: string
|
|
15777
|
-
/**
|
|
15802
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15778
15803
|
workspace_id: string
|
|
15779
|
-
/**
|
|
15804
|
+
/** Time at which the event was created. */
|
|
15780
15805
|
created_at: string
|
|
15781
|
-
/**
|
|
15806
|
+
/** Time when the event occurred. */
|
|
15782
15807
|
occurred_at: string
|
|
15783
15808
|
/** The ID of the access code. */
|
|
15784
15809
|
access_code_id: string
|
|
@@ -15789,13 +15814,13 @@ export interface Routes {
|
|
|
15789
15814
|
event_type: 'access_code.modified_external_to_seam'
|
|
15790
15815
|
}
|
|
15791
15816
|
| {
|
|
15792
|
-
/**
|
|
15817
|
+
/** ID of the event. */
|
|
15793
15818
|
event_id: string
|
|
15794
|
-
/**
|
|
15819
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15795
15820
|
workspace_id: string
|
|
15796
|
-
/**
|
|
15821
|
+
/** Time at which the event was created. */
|
|
15797
15822
|
created_at: string
|
|
15798
|
-
/**
|
|
15823
|
+
/** Time when the event occurred. */
|
|
15799
15824
|
occurred_at: string
|
|
15800
15825
|
/** The ID of the access code. */
|
|
15801
15826
|
access_code_id: string
|
|
@@ -15806,13 +15831,13 @@ export interface Routes {
|
|
|
15806
15831
|
event_type: 'access_code.deleted_external_to_seam'
|
|
15807
15832
|
}
|
|
15808
15833
|
| {
|
|
15809
|
-
/**
|
|
15834
|
+
/** ID of the event. */
|
|
15810
15835
|
event_id: string
|
|
15811
|
-
/**
|
|
15836
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15812
15837
|
workspace_id: string
|
|
15813
|
-
/**
|
|
15838
|
+
/** Time at which the event was created. */
|
|
15814
15839
|
created_at: string
|
|
15815
|
-
/**
|
|
15840
|
+
/** Time when the event occurred. */
|
|
15816
15841
|
occurred_at: string
|
|
15817
15842
|
/** The ID of the access code. */
|
|
15818
15843
|
access_code_id: string
|
|
@@ -15824,13 +15849,13 @@ export interface Routes {
|
|
|
15824
15849
|
backup_access_code_id: string
|
|
15825
15850
|
}
|
|
15826
15851
|
| {
|
|
15827
|
-
/**
|
|
15852
|
+
/** ID of the event. */
|
|
15828
15853
|
event_id: string
|
|
15829
|
-
/**
|
|
15854
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15830
15855
|
workspace_id: string
|
|
15831
|
-
/**
|
|
15856
|
+
/** Time at which the event was created. */
|
|
15832
15857
|
created_at: string
|
|
15833
|
-
/**
|
|
15858
|
+
/** Time when the event occurred. */
|
|
15834
15859
|
occurred_at: string
|
|
15835
15860
|
/** The ID of the access code. */
|
|
15836
15861
|
access_code_id: string
|
|
@@ -15841,13 +15866,13 @@ export interface Routes {
|
|
|
15841
15866
|
event_type: 'access_code.unmanaged.converted_to_managed'
|
|
15842
15867
|
}
|
|
15843
15868
|
| {
|
|
15844
|
-
/**
|
|
15869
|
+
/** ID of the event. */
|
|
15845
15870
|
event_id: string
|
|
15846
|
-
/**
|
|
15871
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15847
15872
|
workspace_id: string
|
|
15848
|
-
/**
|
|
15873
|
+
/** Time at which the event was created. */
|
|
15849
15874
|
created_at: string
|
|
15850
|
-
/**
|
|
15875
|
+
/** Time when the event occurred. */
|
|
15851
15876
|
occurred_at: string
|
|
15852
15877
|
/** The ID of the access code. */
|
|
15853
15878
|
access_code_id: string
|
|
@@ -15858,13 +15883,13 @@ export interface Routes {
|
|
|
15858
15883
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
15859
15884
|
}
|
|
15860
15885
|
| {
|
|
15861
|
-
/**
|
|
15886
|
+
/** ID of the event. */
|
|
15862
15887
|
event_id: string
|
|
15863
|
-
/**
|
|
15888
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15864
15889
|
workspace_id: string
|
|
15865
|
-
/**
|
|
15890
|
+
/** Time at which the event was created. */
|
|
15866
15891
|
created_at: string
|
|
15867
|
-
/**
|
|
15892
|
+
/** Time when the event occurred. */
|
|
15868
15893
|
occurred_at: string
|
|
15869
15894
|
/** The ID of the access code. */
|
|
15870
15895
|
access_code_id: string
|
|
@@ -15875,13 +15900,13 @@ export interface Routes {
|
|
|
15875
15900
|
event_type: 'access_code.unmanaged.created'
|
|
15876
15901
|
}
|
|
15877
15902
|
| {
|
|
15878
|
-
/**
|
|
15903
|
+
/** ID of the event. */
|
|
15879
15904
|
event_id: string
|
|
15880
|
-
/**
|
|
15905
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15881
15906
|
workspace_id: string
|
|
15882
|
-
/**
|
|
15907
|
+
/** Time at which the event was created. */
|
|
15883
15908
|
created_at: string
|
|
15884
|
-
/**
|
|
15909
|
+
/** Time when the event occurred. */
|
|
15885
15910
|
occurred_at: string
|
|
15886
15911
|
/** The ID of the access code. */
|
|
15887
15912
|
access_code_id: string
|
|
@@ -15892,13 +15917,13 @@ export interface Routes {
|
|
|
15892
15917
|
event_type: 'access_code.unmanaged.removed'
|
|
15893
15918
|
}
|
|
15894
15919
|
| {
|
|
15895
|
-
/**
|
|
15920
|
+
/** ID of the event. */
|
|
15896
15921
|
event_id: string
|
|
15897
|
-
/**
|
|
15922
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15898
15923
|
workspace_id: string
|
|
15899
|
-
/**
|
|
15924
|
+
/** Time at which the event was created. */
|
|
15900
15925
|
created_at: string
|
|
15901
|
-
/**
|
|
15926
|
+
/** Time when the event occurred. */
|
|
15902
15927
|
occurred_at: string
|
|
15903
15928
|
/** ID of the connected account.
|
|
15904
15929
|
* @deprecated Will be removed. */
|
|
@@ -15908,13 +15933,13 @@ export interface Routes {
|
|
|
15908
15933
|
event_type: 'acs_system.connected'
|
|
15909
15934
|
}
|
|
15910
15935
|
| {
|
|
15911
|
-
/**
|
|
15936
|
+
/** ID of the event. */
|
|
15912
15937
|
event_id: string
|
|
15913
|
-
/**
|
|
15938
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15914
15939
|
workspace_id: string
|
|
15915
|
-
/**
|
|
15940
|
+
/** Time at which the event was created. */
|
|
15916
15941
|
created_at: string
|
|
15917
|
-
/**
|
|
15942
|
+
/** Time when the event occurred. */
|
|
15918
15943
|
occurred_at: string
|
|
15919
15944
|
/** ID of the connected account.
|
|
15920
15945
|
* @deprecated Will be removed. */
|
|
@@ -15924,13 +15949,13 @@ export interface Routes {
|
|
|
15924
15949
|
event_type: 'acs_system.added'
|
|
15925
15950
|
}
|
|
15926
15951
|
| {
|
|
15927
|
-
/**
|
|
15952
|
+
/** ID of the event. */
|
|
15928
15953
|
event_id: string
|
|
15929
|
-
/**
|
|
15954
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15930
15955
|
workspace_id: string
|
|
15931
|
-
/**
|
|
15956
|
+
/** Time at which the event was created. */
|
|
15932
15957
|
created_at: string
|
|
15933
|
-
/**
|
|
15958
|
+
/** Time when the event occurred. */
|
|
15934
15959
|
occurred_at: string
|
|
15935
15960
|
/** ID of the connected account.
|
|
15936
15961
|
* @deprecated Will be removed. */
|
|
@@ -15940,13 +15965,13 @@ export interface Routes {
|
|
|
15940
15965
|
event_type: 'acs_system.disconnected'
|
|
15941
15966
|
}
|
|
15942
15967
|
| {
|
|
15943
|
-
/**
|
|
15968
|
+
/** ID of the event. */
|
|
15944
15969
|
event_id: string
|
|
15945
|
-
/**
|
|
15970
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15946
15971
|
workspace_id: string
|
|
15947
|
-
/**
|
|
15972
|
+
/** Time at which the event was created. */
|
|
15948
15973
|
created_at: string
|
|
15949
|
-
/**
|
|
15974
|
+
/** Time when the event occurred. */
|
|
15950
15975
|
occurred_at: string
|
|
15951
15976
|
/** ID of the connected account.
|
|
15952
15977
|
* @deprecated Will be removed. */
|
|
@@ -15957,13 +15982,13 @@ export interface Routes {
|
|
|
15957
15982
|
event_type: 'acs_credential.deleted'
|
|
15958
15983
|
}
|
|
15959
15984
|
| {
|
|
15960
|
-
/**
|
|
15985
|
+
/** ID of the event. */
|
|
15961
15986
|
event_id: string
|
|
15962
|
-
/**
|
|
15987
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15963
15988
|
workspace_id: string
|
|
15964
|
-
/**
|
|
15989
|
+
/** Time at which the event was created. */
|
|
15965
15990
|
created_at: string
|
|
15966
|
-
/**
|
|
15991
|
+
/** Time when the event occurred. */
|
|
15967
15992
|
occurred_at: string
|
|
15968
15993
|
/** ID of the connected account.
|
|
15969
15994
|
* @deprecated Will be removed. */
|
|
@@ -15974,13 +15999,13 @@ export interface Routes {
|
|
|
15974
15999
|
event_type: 'acs_credential.issued'
|
|
15975
16000
|
}
|
|
15976
16001
|
| {
|
|
15977
|
-
/**
|
|
16002
|
+
/** ID of the event. */
|
|
15978
16003
|
event_id: string
|
|
15979
|
-
/**
|
|
16004
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15980
16005
|
workspace_id: string
|
|
15981
|
-
/**
|
|
16006
|
+
/** Time at which the event was created. */
|
|
15982
16007
|
created_at: string
|
|
15983
|
-
/**
|
|
16008
|
+
/** Time when the event occurred. */
|
|
15984
16009
|
occurred_at: string
|
|
15985
16010
|
/** ID of the connected account.
|
|
15986
16011
|
* @deprecated Will be removed. */
|
|
@@ -15991,13 +16016,13 @@ export interface Routes {
|
|
|
15991
16016
|
event_type: 'acs_user.deleted'
|
|
15992
16017
|
}
|
|
15993
16018
|
| {
|
|
15994
|
-
/**
|
|
16019
|
+
/** ID of the event. */
|
|
15995
16020
|
event_id: string
|
|
15996
|
-
/**
|
|
16021
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15997
16022
|
workspace_id: string
|
|
15998
|
-
/**
|
|
16023
|
+
/** Time at which the event was created. */
|
|
15999
16024
|
created_at: string
|
|
16000
|
-
/**
|
|
16025
|
+
/** Time when the event occurred. */
|
|
16001
16026
|
occurred_at: string
|
|
16002
16027
|
/** ID of the connected account.
|
|
16003
16028
|
* @deprecated Will be removed. */
|
|
@@ -16009,13 +16034,13 @@ export interface Routes {
|
|
|
16009
16034
|
event_type: 'acs_encoder.added'
|
|
16010
16035
|
}
|
|
16011
16036
|
| {
|
|
16012
|
-
/**
|
|
16037
|
+
/** ID of the event. */
|
|
16013
16038
|
event_id: string
|
|
16014
|
-
/**
|
|
16039
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16015
16040
|
workspace_id: string
|
|
16016
|
-
/**
|
|
16041
|
+
/** Time at which the event was created. */
|
|
16017
16042
|
created_at: string
|
|
16018
|
-
/**
|
|
16043
|
+
/** Time when the event occurred. */
|
|
16019
16044
|
occurred_at: string
|
|
16020
16045
|
/** ID of the connected account.
|
|
16021
16046
|
* @deprecated Will be removed. */
|
|
@@ -16027,26 +16052,26 @@ export interface Routes {
|
|
|
16027
16052
|
event_type: 'acs_encoder.removed'
|
|
16028
16053
|
}
|
|
16029
16054
|
| {
|
|
16030
|
-
/**
|
|
16055
|
+
/** ID of the event. */
|
|
16031
16056
|
event_id: string
|
|
16032
|
-
/**
|
|
16057
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16033
16058
|
workspace_id: string
|
|
16034
|
-
/**
|
|
16059
|
+
/** Time at which the event was created. */
|
|
16035
16060
|
created_at: string
|
|
16036
|
-
/**
|
|
16061
|
+
/** Time when the event occurred. */
|
|
16037
16062
|
occurred_at: string
|
|
16038
16063
|
/** ID of the client session. */
|
|
16039
16064
|
client_session_id: string
|
|
16040
16065
|
event_type: 'client_session.deleted'
|
|
16041
16066
|
}
|
|
16042
16067
|
| {
|
|
16043
|
-
/**
|
|
16068
|
+
/** ID of the event. */
|
|
16044
16069
|
event_id: string
|
|
16045
|
-
/**
|
|
16070
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16046
16071
|
workspace_id: string
|
|
16047
|
-
/**
|
|
16072
|
+
/** Time at which the event was created. */
|
|
16048
16073
|
created_at: string
|
|
16049
|
-
/**
|
|
16074
|
+
/** Time when the event occurred. */
|
|
16050
16075
|
occurred_at: string
|
|
16051
16076
|
/** ID of the connected account. */
|
|
16052
16077
|
connected_account_id: string
|
|
@@ -16055,13 +16080,13 @@ export interface Routes {
|
|
|
16055
16080
|
connect_webview_id: string
|
|
16056
16081
|
}
|
|
16057
16082
|
| {
|
|
16058
|
-
/**
|
|
16083
|
+
/** ID of the event. */
|
|
16059
16084
|
event_id: string
|
|
16060
|
-
/**
|
|
16085
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16061
16086
|
workspace_id: string
|
|
16062
|
-
/**
|
|
16087
|
+
/** Time at which the event was created. */
|
|
16063
16088
|
created_at: string
|
|
16064
|
-
/**
|
|
16089
|
+
/** Time when the event occurred. */
|
|
16065
16090
|
occurred_at: string
|
|
16066
16091
|
/** ID of the connected account. */
|
|
16067
16092
|
connected_account_id: string
|
|
@@ -16070,13 +16095,13 @@ export interface Routes {
|
|
|
16070
16095
|
connect_webview_id: string
|
|
16071
16096
|
}
|
|
16072
16097
|
| {
|
|
16073
|
-
/**
|
|
16098
|
+
/** ID of the event. */
|
|
16074
16099
|
event_id: string
|
|
16075
|
-
/**
|
|
16100
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16076
16101
|
workspace_id: string
|
|
16077
|
-
/**
|
|
16102
|
+
/** Time at which the event was created. */
|
|
16078
16103
|
created_at: string
|
|
16079
|
-
/**
|
|
16104
|
+
/** Time when the event occurred. */
|
|
16080
16105
|
occurred_at: string
|
|
16081
16106
|
/** ID of the connected account. */
|
|
16082
16107
|
connected_account_id: string
|
|
@@ -16085,65 +16110,65 @@ export interface Routes {
|
|
|
16085
16110
|
connect_webview_id: string
|
|
16086
16111
|
}
|
|
16087
16112
|
| {
|
|
16088
|
-
/**
|
|
16113
|
+
/** ID of the event. */
|
|
16089
16114
|
event_id: string
|
|
16090
|
-
/**
|
|
16115
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16091
16116
|
workspace_id: string
|
|
16092
|
-
/**
|
|
16117
|
+
/** Time at which the event was created. */
|
|
16093
16118
|
created_at: string
|
|
16094
|
-
/**
|
|
16119
|
+
/** Time when the event occurred. */
|
|
16095
16120
|
occurred_at: string
|
|
16096
16121
|
/** ID of the connected account. */
|
|
16097
16122
|
connected_account_id: string
|
|
16098
16123
|
event_type: 'connected_account.disconnected'
|
|
16099
16124
|
}
|
|
16100
16125
|
| {
|
|
16101
|
-
/**
|
|
16126
|
+
/** ID of the event. */
|
|
16102
16127
|
event_id: string
|
|
16103
|
-
/**
|
|
16128
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16104
16129
|
workspace_id: string
|
|
16105
|
-
/**
|
|
16130
|
+
/** Time at which the event was created. */
|
|
16106
16131
|
created_at: string
|
|
16107
|
-
/**
|
|
16132
|
+
/** Time when the event occurred. */
|
|
16108
16133
|
occurred_at: string
|
|
16109
16134
|
/** ID of the connected account. */
|
|
16110
16135
|
connected_account_id: string
|
|
16111
16136
|
event_type: 'connected_account.completed_first_sync'
|
|
16112
16137
|
}
|
|
16113
16138
|
| {
|
|
16114
|
-
/**
|
|
16139
|
+
/** ID of the event. */
|
|
16115
16140
|
event_id: string
|
|
16116
|
-
/**
|
|
16141
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16117
16142
|
workspace_id: string
|
|
16118
|
-
/**
|
|
16143
|
+
/** Time at which the event was created. */
|
|
16119
16144
|
created_at: string
|
|
16120
|
-
/**
|
|
16145
|
+
/** Time when the event occurred. */
|
|
16121
16146
|
occurred_at: string
|
|
16122
16147
|
/** ID of the connected account. */
|
|
16123
16148
|
connected_account_id: string
|
|
16124
16149
|
event_type: 'connected_account.deleted'
|
|
16125
16150
|
}
|
|
16126
16151
|
| {
|
|
16127
|
-
/**
|
|
16152
|
+
/** ID of the event. */
|
|
16128
16153
|
event_id: string
|
|
16129
|
-
/**
|
|
16154
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16130
16155
|
workspace_id: string
|
|
16131
|
-
/**
|
|
16156
|
+
/** Time at which the event was created. */
|
|
16132
16157
|
created_at: string
|
|
16133
|
-
/**
|
|
16158
|
+
/** Time when the event occurred. */
|
|
16134
16159
|
occurred_at: string
|
|
16135
16160
|
/** ID of the connected account. */
|
|
16136
16161
|
connected_account_id: string
|
|
16137
16162
|
event_type: 'connected_account.completed_first_sync_after_reconnection'
|
|
16138
16163
|
}
|
|
16139
16164
|
| {
|
|
16140
|
-
/**
|
|
16165
|
+
/** ID of the event. */
|
|
16141
16166
|
event_id: string
|
|
16142
|
-
/**
|
|
16167
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16143
16168
|
workspace_id: string
|
|
16144
|
-
/**
|
|
16169
|
+
/** Time at which the event was created. */
|
|
16145
16170
|
created_at: string
|
|
16146
|
-
/**
|
|
16171
|
+
/** Time when the event occurred. */
|
|
16147
16172
|
occurred_at: string
|
|
16148
16173
|
/** The ID of the action attempt. */
|
|
16149
16174
|
action_attempt_id: string
|
|
@@ -16154,13 +16179,13 @@ export interface Routes {
|
|
|
16154
16179
|
event_type: 'action_attempt.lock_door.succeeded'
|
|
16155
16180
|
}
|
|
16156
16181
|
| {
|
|
16157
|
-
/**
|
|
16182
|
+
/** ID of the event. */
|
|
16158
16183
|
event_id: string
|
|
16159
|
-
/**
|
|
16184
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16160
16185
|
workspace_id: string
|
|
16161
|
-
/**
|
|
16186
|
+
/** Time at which the event was created. */
|
|
16162
16187
|
created_at: string
|
|
16163
|
-
/**
|
|
16188
|
+
/** Time when the event occurred. */
|
|
16164
16189
|
occurred_at: string
|
|
16165
16190
|
/** The ID of the action attempt. */
|
|
16166
16191
|
action_attempt_id: string
|
|
@@ -16171,13 +16196,13 @@ export interface Routes {
|
|
|
16171
16196
|
event_type: 'action_attempt.lock_door.failed'
|
|
16172
16197
|
}
|
|
16173
16198
|
| {
|
|
16174
|
-
/**
|
|
16199
|
+
/** ID of the event. */
|
|
16175
16200
|
event_id: string
|
|
16176
|
-
/**
|
|
16201
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16177
16202
|
workspace_id: string
|
|
16178
|
-
/**
|
|
16203
|
+
/** Time at which the event was created. */
|
|
16179
16204
|
created_at: string
|
|
16180
|
-
/**
|
|
16205
|
+
/** Time when the event occurred. */
|
|
16181
16206
|
occurred_at: string
|
|
16182
16207
|
/** The ID of the action attempt. */
|
|
16183
16208
|
action_attempt_id: string
|
|
@@ -16188,13 +16213,13 @@ export interface Routes {
|
|
|
16188
16213
|
event_type: 'action_attempt.unlock_door.succeeded'
|
|
16189
16214
|
}
|
|
16190
16215
|
| {
|
|
16191
|
-
/**
|
|
16216
|
+
/** ID of the event. */
|
|
16192
16217
|
event_id: string
|
|
16193
|
-
/**
|
|
16218
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16194
16219
|
workspace_id: string
|
|
16195
|
-
/**
|
|
16220
|
+
/** Time at which the event was created. */
|
|
16196
16221
|
created_at: string
|
|
16197
|
-
/**
|
|
16222
|
+
/** Time when the event occurred. */
|
|
16198
16223
|
occurred_at: string
|
|
16199
16224
|
/** The ID of the action attempt. */
|
|
16200
16225
|
action_attempt_id: string
|
|
@@ -16205,13 +16230,13 @@ export interface Routes {
|
|
|
16205
16230
|
event_type: 'action_attempt.unlock_door.failed'
|
|
16206
16231
|
}
|
|
16207
16232
|
| {
|
|
16208
|
-
/**
|
|
16233
|
+
/** ID of the event. */
|
|
16209
16234
|
event_id: string
|
|
16210
|
-
/**
|
|
16235
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16211
16236
|
workspace_id: string
|
|
16212
|
-
/**
|
|
16237
|
+
/** Time at which the event was created. */
|
|
16213
16238
|
created_at: string
|
|
16214
|
-
/**
|
|
16239
|
+
/** Time when the event occurred. */
|
|
16215
16240
|
occurred_at: string
|
|
16216
16241
|
/** ID of the connect webview. */
|
|
16217
16242
|
connect_webview_id: string
|
|
@@ -16220,473 +16245,486 @@ export interface Routes {
|
|
|
16220
16245
|
connected_account_id: string
|
|
16221
16246
|
}
|
|
16222
16247
|
| {
|
|
16223
|
-
/**
|
|
16248
|
+
/** ID of the event. */
|
|
16224
16249
|
event_id: string
|
|
16225
|
-
/**
|
|
16250
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16226
16251
|
workspace_id: string
|
|
16227
|
-
/**
|
|
16252
|
+
/** Time at which the event was created. */
|
|
16228
16253
|
created_at: string
|
|
16229
|
-
/**
|
|
16254
|
+
/** Time when the event occurred. */
|
|
16230
16255
|
occurred_at: string
|
|
16231
16256
|
/** ID of the connect webview. */
|
|
16232
16257
|
connect_webview_id: string
|
|
16233
16258
|
event_type: 'connect_webview.login_failed'
|
|
16234
16259
|
}
|
|
16235
16260
|
| {
|
|
16236
|
-
/**
|
|
16261
|
+
/** ID of the event. */
|
|
16237
16262
|
event_id: string
|
|
16238
|
-
/**
|
|
16263
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16239
16264
|
workspace_id: string
|
|
16240
|
-
/**
|
|
16265
|
+
/** Time at which the event was created. */
|
|
16241
16266
|
created_at: string
|
|
16242
|
-
/**
|
|
16267
|
+
/** Time when the event occurred. */
|
|
16243
16268
|
occurred_at: string
|
|
16244
16269
|
/** ID of the device. */
|
|
16245
16270
|
device_id: string
|
|
16246
|
-
/** ID of the connected account. */
|
|
16271
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16247
16272
|
connected_account_id: string
|
|
16248
16273
|
event_type: 'device.connected'
|
|
16249
16274
|
}
|
|
16250
16275
|
| {
|
|
16251
|
-
/**
|
|
16276
|
+
/** ID of the event. */
|
|
16252
16277
|
event_id: string
|
|
16253
|
-
/**
|
|
16278
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16254
16279
|
workspace_id: string
|
|
16255
|
-
/**
|
|
16280
|
+
/** Time at which the event was created. */
|
|
16256
16281
|
created_at: string
|
|
16257
|
-
/**
|
|
16282
|
+
/** Time when the event occurred. */
|
|
16258
16283
|
occurred_at: string
|
|
16259
16284
|
/** ID of the device. */
|
|
16260
16285
|
device_id: string
|
|
16261
|
-
/** ID of the connected account. */
|
|
16286
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16262
16287
|
connected_account_id: string
|
|
16263
16288
|
event_type: 'device.added'
|
|
16264
16289
|
}
|
|
16265
16290
|
| {
|
|
16266
|
-
/**
|
|
16291
|
+
/** ID of the event. */
|
|
16267
16292
|
event_id: string
|
|
16268
|
-
/**
|
|
16293
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16269
16294
|
workspace_id: string
|
|
16270
|
-
/**
|
|
16295
|
+
/** Time at which the event was created. */
|
|
16271
16296
|
created_at: string
|
|
16272
|
-
/**
|
|
16297
|
+
/** Time when the event occurred. */
|
|
16273
16298
|
occurred_at: string
|
|
16274
16299
|
/** ID of the device. */
|
|
16275
16300
|
device_id: string
|
|
16276
|
-
/** ID of the connected account. */
|
|
16301
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16277
16302
|
connected_account_id: string
|
|
16278
16303
|
event_type: 'device.converted_to_unmanaged'
|
|
16279
16304
|
}
|
|
16280
16305
|
| {
|
|
16281
|
-
/**
|
|
16306
|
+
/** ID of the event. */
|
|
16282
16307
|
event_id: string
|
|
16283
|
-
/**
|
|
16308
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16284
16309
|
workspace_id: string
|
|
16285
|
-
/**
|
|
16310
|
+
/** Time at which the event was created. */
|
|
16286
16311
|
created_at: string
|
|
16287
|
-
/**
|
|
16312
|
+
/** Time when the event occurred. */
|
|
16288
16313
|
occurred_at: string
|
|
16289
16314
|
/** ID of the device. */
|
|
16290
16315
|
device_id: string
|
|
16291
|
-
/** ID of the connected account. */
|
|
16316
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16292
16317
|
connected_account_id: string
|
|
16293
16318
|
event_type: 'device.unmanaged.converted_to_managed'
|
|
16294
16319
|
}
|
|
16295
16320
|
| {
|
|
16296
|
-
/**
|
|
16321
|
+
/** ID of the event. */
|
|
16297
16322
|
event_id: string
|
|
16298
|
-
/**
|
|
16323
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16299
16324
|
workspace_id: string
|
|
16300
|
-
/**
|
|
16325
|
+
/** Time at which the event was created. */
|
|
16301
16326
|
created_at: string
|
|
16302
|
-
/**
|
|
16327
|
+
/** Time when the event occurred. */
|
|
16303
16328
|
occurred_at: string
|
|
16304
16329
|
/** ID of the device. */
|
|
16305
16330
|
device_id: string
|
|
16306
|
-
/** ID of the connected account. */
|
|
16331
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16307
16332
|
connected_account_id: string
|
|
16308
16333
|
event_type: 'device.unmanaged.connected'
|
|
16309
16334
|
}
|
|
16310
16335
|
| {
|
|
16311
|
-
/**
|
|
16336
|
+
/** ID of the event. */
|
|
16312
16337
|
event_id: string
|
|
16313
|
-
/**
|
|
16338
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16314
16339
|
workspace_id: string
|
|
16315
|
-
/**
|
|
16340
|
+
/** Time at which the event was created. */
|
|
16316
16341
|
created_at: string
|
|
16317
|
-
/**
|
|
16342
|
+
/** Time when the event occurred. */
|
|
16318
16343
|
occurred_at: string
|
|
16319
16344
|
/** ID of the device. */
|
|
16320
16345
|
device_id: string
|
|
16321
|
-
/** ID of the connected account. */
|
|
16346
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16322
16347
|
connected_account_id: string
|
|
16323
16348
|
event_type: 'device.disconnected'
|
|
16324
|
-
/**
|
|
16349
|
+
/** Error code associated with the disconnection event, if any. */
|
|
16325
16350
|
error_code:
|
|
16326
16351
|
| 'account_disconnected'
|
|
16327
16352
|
| 'hub_disconnected'
|
|
16328
16353
|
| 'device_disconnected'
|
|
16329
16354
|
}
|
|
16330
16355
|
| {
|
|
16331
|
-
/**
|
|
16356
|
+
/** ID of the event. */
|
|
16332
16357
|
event_id: string
|
|
16333
|
-
/**
|
|
16358
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16334
16359
|
workspace_id: string
|
|
16335
|
-
/**
|
|
16360
|
+
/** Time at which the event was created. */
|
|
16336
16361
|
created_at: string
|
|
16337
|
-
/**
|
|
16362
|
+
/** Time when the event occurred. */
|
|
16338
16363
|
occurred_at: string
|
|
16339
16364
|
/** ID of the device. */
|
|
16340
16365
|
device_id: string
|
|
16341
|
-
/** ID of the connected account. */
|
|
16366
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16342
16367
|
connected_account_id: string
|
|
16343
16368
|
event_type: 'device.unmanaged.disconnected'
|
|
16344
|
-
/**
|
|
16369
|
+
/** Error code associated with the disconnection event, if any. */
|
|
16345
16370
|
error_code:
|
|
16346
16371
|
| 'account_disconnected'
|
|
16347
16372
|
| 'hub_disconnected'
|
|
16348
16373
|
| 'device_disconnected'
|
|
16349
16374
|
}
|
|
16350
16375
|
| {
|
|
16351
|
-
/**
|
|
16376
|
+
/** ID of the event. */
|
|
16352
16377
|
event_id: string
|
|
16353
|
-
/**
|
|
16378
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16354
16379
|
workspace_id: string
|
|
16355
|
-
/**
|
|
16380
|
+
/** Time at which the event was created. */
|
|
16356
16381
|
created_at: string
|
|
16357
|
-
/**
|
|
16382
|
+
/** Time when the event occurred. */
|
|
16358
16383
|
occurred_at: string
|
|
16359
16384
|
/** ID of the device. */
|
|
16360
16385
|
device_id: string
|
|
16361
|
-
/** ID of the connected account. */
|
|
16386
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16362
16387
|
connected_account_id: string
|
|
16363
16388
|
event_type: 'device.tampered'
|
|
16364
16389
|
}
|
|
16365
16390
|
| {
|
|
16366
|
-
/**
|
|
16391
|
+
/** ID of the event. */
|
|
16367
16392
|
event_id: string
|
|
16368
|
-
/**
|
|
16393
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16369
16394
|
workspace_id: string
|
|
16370
|
-
/**
|
|
16395
|
+
/** Time at which the event was created. */
|
|
16371
16396
|
created_at: string
|
|
16372
|
-
/**
|
|
16397
|
+
/** Time when the event occurred. */
|
|
16373
16398
|
occurred_at: string
|
|
16374
16399
|
/** ID of the device. */
|
|
16375
16400
|
device_id: string
|
|
16376
|
-
/** ID of the connected account. */
|
|
16401
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16377
16402
|
connected_account_id: string
|
|
16378
16403
|
event_type: 'device.low_battery'
|
|
16379
|
-
/**
|
|
16404
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
16380
16405
|
battery_level: number
|
|
16381
16406
|
}
|
|
16382
16407
|
| {
|
|
16383
|
-
/**
|
|
16408
|
+
/** ID of the event. */
|
|
16384
16409
|
event_id: string
|
|
16385
|
-
/**
|
|
16410
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16386
16411
|
workspace_id: string
|
|
16387
|
-
/**
|
|
16412
|
+
/** Time at which the event was created. */
|
|
16388
16413
|
created_at: string
|
|
16389
|
-
/**
|
|
16414
|
+
/** Time when the event occurred. */
|
|
16390
16415
|
occurred_at: string
|
|
16391
16416
|
/** ID of the device. */
|
|
16392
16417
|
device_id: string
|
|
16393
|
-
/** ID of the connected account. */
|
|
16418
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16394
16419
|
connected_account_id: string
|
|
16395
16420
|
event_type: 'device.battery_status_changed'
|
|
16396
|
-
/**
|
|
16421
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
16397
16422
|
battery_status: 'critical' | 'low' | 'good' | 'full'
|
|
16398
|
-
/**
|
|
16423
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
16399
16424
|
battery_level: number
|
|
16400
16425
|
}
|
|
16401
16426
|
| {
|
|
16402
|
-
/**
|
|
16427
|
+
/** ID of the event. */
|
|
16403
16428
|
event_id: string
|
|
16404
|
-
/**
|
|
16429
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16405
16430
|
workspace_id: string
|
|
16406
|
-
/**
|
|
16431
|
+
/** Time at which the event was created. */
|
|
16407
16432
|
created_at: string
|
|
16408
|
-
/**
|
|
16433
|
+
/** Time when the event occurred. */
|
|
16409
16434
|
occurred_at: string
|
|
16410
16435
|
/** ID of the device. */
|
|
16411
16436
|
device_id: string
|
|
16412
|
-
/** ID of the connected account. */
|
|
16437
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16413
16438
|
connected_account_id: string
|
|
16414
16439
|
event_type: 'device.removed'
|
|
16415
16440
|
}
|
|
16416
16441
|
| {
|
|
16417
|
-
/**
|
|
16442
|
+
/** ID of the event. */
|
|
16418
16443
|
event_id: string
|
|
16419
|
-
/**
|
|
16444
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16420
16445
|
workspace_id: string
|
|
16421
|
-
/**
|
|
16446
|
+
/** Time at which the event was created. */
|
|
16422
16447
|
created_at: string
|
|
16423
|
-
/**
|
|
16448
|
+
/** Time when the event occurred. */
|
|
16424
16449
|
occurred_at: string
|
|
16425
16450
|
/** ID of the device. */
|
|
16426
16451
|
device_id: string
|
|
16427
|
-
/** ID of the connected account. */
|
|
16452
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16428
16453
|
connected_account_id: string
|
|
16429
16454
|
event_type: 'device.deleted'
|
|
16430
16455
|
}
|
|
16431
16456
|
| {
|
|
16432
|
-
/**
|
|
16457
|
+
/** ID of the event. */
|
|
16433
16458
|
event_id: string
|
|
16434
|
-
/**
|
|
16459
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16435
16460
|
workspace_id: string
|
|
16436
|
-
/**
|
|
16461
|
+
/** Time at which the event was created. */
|
|
16437
16462
|
created_at: string
|
|
16438
|
-
/**
|
|
16463
|
+
/** Time when the event occurred. */
|
|
16439
16464
|
occurred_at: string
|
|
16440
16465
|
/** ID of the device. */
|
|
16441
16466
|
device_id: string
|
|
16442
|
-
/** ID of the connected account. */
|
|
16467
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16443
16468
|
connected_account_id: string
|
|
16444
16469
|
event_type: 'device.third_party_integration_detected'
|
|
16445
16470
|
}
|
|
16446
16471
|
| {
|
|
16447
|
-
/**
|
|
16472
|
+
/** ID of the event. */
|
|
16448
16473
|
event_id: string
|
|
16449
|
-
/**
|
|
16474
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16450
16475
|
workspace_id: string
|
|
16451
|
-
/**
|
|
16476
|
+
/** Time at which the event was created. */
|
|
16452
16477
|
created_at: string
|
|
16453
|
-
/**
|
|
16478
|
+
/** Time when the event occurred. */
|
|
16454
16479
|
occurred_at: string
|
|
16455
16480
|
/** ID of the device. */
|
|
16456
16481
|
device_id: string
|
|
16457
|
-
/** ID of the connected account. */
|
|
16482
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16458
16483
|
connected_account_id: string
|
|
16459
16484
|
event_type: 'device.third_party_integration_no_longer_detected'
|
|
16460
16485
|
}
|
|
16461
16486
|
| {
|
|
16462
|
-
/**
|
|
16487
|
+
/** ID of the event. */
|
|
16463
16488
|
event_id: string
|
|
16464
|
-
/**
|
|
16489
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16465
16490
|
workspace_id: string
|
|
16466
|
-
/**
|
|
16491
|
+
/** Time at which the event was created. */
|
|
16467
16492
|
created_at: string
|
|
16468
|
-
/**
|
|
16493
|
+
/** Time when the event occurred. */
|
|
16469
16494
|
occurred_at: string
|
|
16470
16495
|
/** ID of the device. */
|
|
16471
16496
|
device_id: string
|
|
16472
|
-
/** ID of the connected account. */
|
|
16497
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16473
16498
|
connected_account_id: string
|
|
16474
16499
|
event_type: 'device.salto.privacy_mode_activated'
|
|
16475
16500
|
}
|
|
16476
16501
|
| {
|
|
16477
|
-
/**
|
|
16502
|
+
/** ID of the event. */
|
|
16478
16503
|
event_id: string
|
|
16479
|
-
/**
|
|
16504
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16480
16505
|
workspace_id: string
|
|
16481
|
-
/**
|
|
16506
|
+
/** Time at which the event was created. */
|
|
16482
16507
|
created_at: string
|
|
16483
|
-
/**
|
|
16508
|
+
/** Time when the event occurred. */
|
|
16484
16509
|
occurred_at: string
|
|
16485
16510
|
/** ID of the device. */
|
|
16486
16511
|
device_id: string
|
|
16487
|
-
/** ID of the connected account. */
|
|
16512
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16488
16513
|
connected_account_id: string
|
|
16489
16514
|
event_type: 'device.salto.privacy_mode_deactivated'
|
|
16490
16515
|
}
|
|
16491
16516
|
| {
|
|
16492
|
-
/**
|
|
16517
|
+
/** ID of the event. */
|
|
16493
16518
|
event_id: string
|
|
16494
|
-
/**
|
|
16519
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16495
16520
|
workspace_id: string
|
|
16496
|
-
/**
|
|
16521
|
+
/** Time at which the event was created. */
|
|
16497
16522
|
created_at: string
|
|
16498
|
-
/**
|
|
16523
|
+
/** Time when the event occurred. */
|
|
16499
16524
|
occurred_at: string
|
|
16500
16525
|
/** ID of the device. */
|
|
16501
16526
|
device_id: string
|
|
16502
|
-
/** ID of the connected account. */
|
|
16527
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16503
16528
|
connected_account_id: string
|
|
16504
16529
|
event_type: 'device.connection_became_flaky'
|
|
16505
16530
|
}
|
|
16506
16531
|
| {
|
|
16507
|
-
/**
|
|
16532
|
+
/** ID of the event. */
|
|
16508
16533
|
event_id: string
|
|
16509
|
-
/**
|
|
16534
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16510
16535
|
workspace_id: string
|
|
16511
|
-
/**
|
|
16536
|
+
/** Time at which the event was created. */
|
|
16512
16537
|
created_at: string
|
|
16513
|
-
/**
|
|
16538
|
+
/** Time when the event occurred. */
|
|
16514
16539
|
occurred_at: string
|
|
16515
16540
|
/** ID of the device. */
|
|
16516
16541
|
device_id: string
|
|
16517
|
-
/** ID of the connected account. */
|
|
16542
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16518
16543
|
connected_account_id: string
|
|
16519
16544
|
event_type: 'device.connection_stabilized'
|
|
16520
16545
|
}
|
|
16521
16546
|
| {
|
|
16522
|
-
/**
|
|
16547
|
+
/** ID of the event. */
|
|
16523
16548
|
event_id: string
|
|
16524
|
-
/**
|
|
16549
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16525
16550
|
workspace_id: string
|
|
16526
|
-
/**
|
|
16551
|
+
/** Time at which the event was created. */
|
|
16527
16552
|
created_at: string
|
|
16528
|
-
/**
|
|
16553
|
+
/** Time when the event occurred. */
|
|
16529
16554
|
occurred_at: string
|
|
16530
16555
|
/** ID of the device. */
|
|
16531
16556
|
device_id: string
|
|
16532
|
-
/** ID of the connected account. */
|
|
16557
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16533
16558
|
connected_account_id: string
|
|
16534
16559
|
event_type: 'device.error.subscription_required'
|
|
16535
16560
|
}
|
|
16536
16561
|
| {
|
|
16537
|
-
/**
|
|
16562
|
+
/** ID of the event. */
|
|
16538
16563
|
event_id: string
|
|
16539
|
-
/**
|
|
16564
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16540
16565
|
workspace_id: string
|
|
16541
|
-
/**
|
|
16566
|
+
/** Time at which the event was created. */
|
|
16542
16567
|
created_at: string
|
|
16543
|
-
/**
|
|
16568
|
+
/** Time when the event occurred. */
|
|
16544
16569
|
occurred_at: string
|
|
16545
16570
|
/** ID of the device. */
|
|
16546
16571
|
device_id: string
|
|
16547
|
-
/** ID of the connected account. */
|
|
16572
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16548
16573
|
connected_account_id: string
|
|
16549
16574
|
event_type: 'device.error.subscription_required.resolved'
|
|
16550
16575
|
}
|
|
16551
16576
|
| {
|
|
16552
|
-
/**
|
|
16577
|
+
/** ID of the event. */
|
|
16553
16578
|
event_id: string
|
|
16554
|
-
/**
|
|
16579
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16555
16580
|
workspace_id: string
|
|
16556
|
-
/**
|
|
16581
|
+
/** Time at which the event was created. */
|
|
16557
16582
|
created_at: string
|
|
16558
|
-
/**
|
|
16583
|
+
/** Time when the event occurred. */
|
|
16559
16584
|
occurred_at: string
|
|
16560
16585
|
/** ID of the device. */
|
|
16561
16586
|
device_id: string
|
|
16562
|
-
/** ID of the connected account. */
|
|
16587
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16563
16588
|
connected_account_id: string
|
|
16564
16589
|
event_type: 'device.accessory_keypad_connected'
|
|
16565
16590
|
}
|
|
16566
16591
|
| {
|
|
16567
|
-
/**
|
|
16592
|
+
/** ID of the event. */
|
|
16568
16593
|
event_id: string
|
|
16569
|
-
/**
|
|
16594
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16570
16595
|
workspace_id: string
|
|
16571
|
-
/**
|
|
16596
|
+
/** Time at which the event was created. */
|
|
16572
16597
|
created_at: string
|
|
16573
|
-
/**
|
|
16598
|
+
/** Time when the event occurred. */
|
|
16574
16599
|
occurred_at: string
|
|
16575
16600
|
/** ID of the device. */
|
|
16576
16601
|
device_id: string
|
|
16577
|
-
/** ID of the connected account. */
|
|
16602
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16578
16603
|
connected_account_id: string
|
|
16579
16604
|
event_type: 'device.accessory_keypad_disconnected'
|
|
16580
16605
|
}
|
|
16581
16606
|
| {
|
|
16582
|
-
/**
|
|
16607
|
+
/** ID of the event. */
|
|
16583
16608
|
event_id: string
|
|
16584
|
-
/**
|
|
16609
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16585
16610
|
workspace_id: string
|
|
16586
|
-
/**
|
|
16611
|
+
/** Time at which the event was created. */
|
|
16587
16612
|
created_at: string
|
|
16588
|
-
/**
|
|
16613
|
+
/** Time when the event occurred. */
|
|
16589
16614
|
occurred_at: string
|
|
16590
16615
|
/** ID of the device. */
|
|
16591
16616
|
device_id: string
|
|
16592
|
-
/** ID of the connected account. */
|
|
16617
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16593
16618
|
connected_account_id: string
|
|
16594
16619
|
event_type: 'noise_sensor.noise_threshold_triggered'
|
|
16620
|
+
/** Detected noise level in decibels. */
|
|
16595
16621
|
noise_level_decibels?: number | undefined
|
|
16622
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
16596
16623
|
noise_level_nrs?: number | undefined
|
|
16624
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
16597
16625
|
noise_threshold_id?: string | undefined
|
|
16626
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
16598
16627
|
noise_threshold_name?: string | undefined
|
|
16599
|
-
/** Metadata from
|
|
16628
|
+
/** Metadata from Noiseaware. */
|
|
16600
16629
|
noiseaware_metadata?: Record<string, unknown> | undefined
|
|
16601
|
-
/** Metadata from
|
|
16630
|
+
/** Metadata from Minut. */
|
|
16602
16631
|
minut_metadata?: Record<string, unknown> | undefined
|
|
16603
16632
|
}
|
|
16604
16633
|
| {
|
|
16605
|
-
/**
|
|
16634
|
+
/** ID of the event. */
|
|
16606
16635
|
event_id: string
|
|
16607
|
-
/**
|
|
16636
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16608
16637
|
workspace_id: string
|
|
16609
|
-
/**
|
|
16638
|
+
/** Time at which the event was created. */
|
|
16610
16639
|
created_at: string
|
|
16611
|
-
/**
|
|
16640
|
+
/** Time when the event occurred. */
|
|
16612
16641
|
occurred_at: string
|
|
16613
16642
|
/** ID of the device. */
|
|
16614
16643
|
device_id: string
|
|
16615
|
-
/** ID of the connected account. */
|
|
16644
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16616
16645
|
connected_account_id: string
|
|
16617
16646
|
event_type: 'lock.locked'
|
|
16647
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
16618
16648
|
access_code_id?: string | undefined
|
|
16649
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
16619
16650
|
action_attempt_id?: string | undefined
|
|
16620
|
-
/** Method by which a lock device was locked
|
|
16651
|
+
/** 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. */
|
|
16621
16652
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi'
|
|
16622
16653
|
}
|
|
16623
16654
|
| {
|
|
16624
|
-
/**
|
|
16655
|
+
/** ID of the event. */
|
|
16625
16656
|
event_id: string
|
|
16626
|
-
/**
|
|
16657
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16627
16658
|
workspace_id: string
|
|
16628
|
-
/**
|
|
16659
|
+
/** Time at which the event was created. */
|
|
16629
16660
|
created_at: string
|
|
16630
|
-
/**
|
|
16661
|
+
/** Time when the event occurred. */
|
|
16631
16662
|
occurred_at: string
|
|
16632
16663
|
/** ID of the device. */
|
|
16633
16664
|
device_id: string
|
|
16634
|
-
/** ID of the connected account. */
|
|
16665
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16635
16666
|
connected_account_id: string
|
|
16636
16667
|
event_type: 'lock.unlocked'
|
|
16668
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
16637
16669
|
access_code_id?: string | undefined
|
|
16670
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
16638
16671
|
action_attempt_id?: string | undefined
|
|
16639
|
-
/** Method by which a lock device was
|
|
16672
|
+
/** 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. */
|
|
16640
16673
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi'
|
|
16641
16674
|
}
|
|
16642
16675
|
| {
|
|
16643
|
-
/**
|
|
16676
|
+
/** ID of the event. */
|
|
16644
16677
|
event_id: string
|
|
16645
|
-
/**
|
|
16678
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16646
16679
|
workspace_id: string
|
|
16647
|
-
/**
|
|
16680
|
+
/** Time at which the event was created. */
|
|
16648
16681
|
created_at: string
|
|
16649
|
-
/**
|
|
16682
|
+
/** Time when the event occurred. */
|
|
16650
16683
|
occurred_at: string
|
|
16651
16684
|
/** ID of the device. */
|
|
16652
16685
|
device_id: string
|
|
16653
|
-
/** ID of the connected account. */
|
|
16686
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16654
16687
|
connected_account_id: string
|
|
16655
16688
|
event_type: 'lock.access_denied'
|
|
16689
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
16656
16690
|
access_code_id?: string | undefined
|
|
16657
16691
|
}
|
|
16658
16692
|
| {
|
|
16659
|
-
/**
|
|
16693
|
+
/** ID of the event. */
|
|
16660
16694
|
event_id: string
|
|
16661
|
-
/**
|
|
16695
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16662
16696
|
workspace_id: string
|
|
16663
|
-
/**
|
|
16697
|
+
/** Time at which the event was created. */
|
|
16664
16698
|
created_at: string
|
|
16665
|
-
/**
|
|
16699
|
+
/** Time when the event occurred. */
|
|
16666
16700
|
occurred_at: string
|
|
16667
16701
|
/** ID of the device. */
|
|
16668
16702
|
device_id: string
|
|
16669
|
-
/** ID of the connected account. */
|
|
16703
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16670
16704
|
connected_account_id: string
|
|
16671
16705
|
event_type: 'thermostat.climate_preset_activated'
|
|
16706
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
16672
16707
|
thermostat_schedule_id: string | null
|
|
16708
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
16673
16709
|
climate_preset_key: string
|
|
16710
|
+
/** 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. */
|
|
16674
16711
|
is_fallback_climate_preset: boolean
|
|
16675
16712
|
}
|
|
16676
16713
|
| {
|
|
16677
|
-
/**
|
|
16714
|
+
/** ID of the event. */
|
|
16678
16715
|
event_id: string
|
|
16679
|
-
/**
|
|
16716
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16680
16717
|
workspace_id: string
|
|
16681
|
-
/**
|
|
16718
|
+
/** Time at which the event was created. */
|
|
16682
16719
|
created_at: string
|
|
16683
|
-
/**
|
|
16720
|
+
/** Time when the event occurred. */
|
|
16684
16721
|
occurred_at: string
|
|
16685
16722
|
/** ID of the device. */
|
|
16686
16723
|
device_id: string
|
|
16687
|
-
/** ID of the connected account. */
|
|
16724
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16688
16725
|
connected_account_id: string
|
|
16689
16726
|
event_type: 'thermostat.manually_adjusted'
|
|
16727
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
16690
16728
|
method: 'seam' | 'external'
|
|
16691
16729
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
16692
16730
|
fan_mode_setting?:
|
|
@@ -16706,68 +16744,80 @@ export interface Routes {
|
|
|
16706
16744
|
heating_set_point_fahrenheit?: (number | undefined) | undefined
|
|
16707
16745
|
}
|
|
16708
16746
|
| {
|
|
16709
|
-
/**
|
|
16747
|
+
/** ID of the event. */
|
|
16710
16748
|
event_id: string
|
|
16711
|
-
/**
|
|
16749
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16712
16750
|
workspace_id: string
|
|
16713
|
-
/**
|
|
16751
|
+
/** Time at which the event was created. */
|
|
16714
16752
|
created_at: string
|
|
16715
|
-
/**
|
|
16753
|
+
/** Time when the event occurred. */
|
|
16716
16754
|
occurred_at: string
|
|
16717
16755
|
/** ID of the device. */
|
|
16718
16756
|
device_id: string
|
|
16719
|
-
/** ID of the connected account. */
|
|
16757
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16720
16758
|
connected_account_id: string
|
|
16721
16759
|
event_type: 'thermostat.temperature_threshold_exceeded'
|
|
16760
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
16722
16761
|
temperature_celsius: number
|
|
16762
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
16723
16763
|
temperature_fahrenheit: number
|
|
16764
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16724
16765
|
upper_limit_celsius: number | null
|
|
16766
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16725
16767
|
upper_limit_fahrenheit: number | null
|
|
16768
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16726
16769
|
lower_limit_celsius: number | null
|
|
16770
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16727
16771
|
lower_limit_fahrenheit: number | null
|
|
16728
16772
|
}
|
|
16729
16773
|
| {
|
|
16730
|
-
/**
|
|
16774
|
+
/** ID of the event. */
|
|
16731
16775
|
event_id: string
|
|
16732
|
-
/**
|
|
16776
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16733
16777
|
workspace_id: string
|
|
16734
|
-
/**
|
|
16778
|
+
/** Time at which the event was created. */
|
|
16735
16779
|
created_at: string
|
|
16736
|
-
/**
|
|
16780
|
+
/** Time when the event occurred. */
|
|
16737
16781
|
occurred_at: string
|
|
16738
16782
|
/** ID of the device. */
|
|
16739
16783
|
device_id: string
|
|
16740
|
-
/** ID of the connected account. */
|
|
16784
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16741
16785
|
connected_account_id: string
|
|
16742
16786
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
16787
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
16743
16788
|
temperature_celsius: number
|
|
16789
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
16744
16790
|
temperature_fahrenheit: number
|
|
16791
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16745
16792
|
upper_limit_celsius: number | null
|
|
16793
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16746
16794
|
upper_limit_fahrenheit: number | null
|
|
16795
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16747
16796
|
lower_limit_celsius: number | null
|
|
16797
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16748
16798
|
lower_limit_fahrenheit: number | null
|
|
16749
16799
|
}
|
|
16750
16800
|
| {
|
|
16751
|
-
/**
|
|
16801
|
+
/** ID of the event. */
|
|
16752
16802
|
event_id: string
|
|
16753
|
-
/**
|
|
16803
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16754
16804
|
workspace_id: string
|
|
16755
|
-
/**
|
|
16805
|
+
/** Time at which the event was created. */
|
|
16756
16806
|
created_at: string
|
|
16757
|
-
/**
|
|
16807
|
+
/** Time when the event occurred. */
|
|
16758
16808
|
occurred_at: string
|
|
16759
16809
|
/** ID of the enrollment automation. */
|
|
16760
16810
|
enrollment_automation_id: string
|
|
16761
16811
|
event_type: 'enrollment_automation.deleted'
|
|
16762
16812
|
}
|
|
16763
16813
|
| {
|
|
16764
|
-
/**
|
|
16814
|
+
/** ID of the event. */
|
|
16765
16815
|
event_id: string
|
|
16766
|
-
/**
|
|
16816
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16767
16817
|
workspace_id: string
|
|
16768
|
-
/**
|
|
16818
|
+
/** Time at which the event was created. */
|
|
16769
16819
|
created_at: string
|
|
16770
|
-
/**
|
|
16820
|
+
/** Time when the event occurred. */
|
|
16771
16821
|
occurred_at: string
|
|
16772
16822
|
/** ID of the device. */
|
|
16773
16823
|
device_id: string
|