@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
package/dist/connect.d.cts
CHANGED
|
@@ -16279,7 +16279,6 @@ declare const _default: {
|
|
|
16279
16279
|
description: string;
|
|
16280
16280
|
format: string;
|
|
16281
16281
|
type: string;
|
|
16282
|
-
'x-title': string;
|
|
16283
16282
|
};
|
|
16284
16283
|
device_id: {
|
|
16285
16284
|
description: string;
|
|
@@ -16291,7 +16290,6 @@ declare const _default: {
|
|
|
16291
16290
|
description: string;
|
|
16292
16291
|
format: string;
|
|
16293
16292
|
type: string;
|
|
16294
|
-
'x-title': string;
|
|
16295
16293
|
};
|
|
16296
16294
|
event_type: {
|
|
16297
16295
|
enum: string[];
|
|
@@ -16301,13 +16299,11 @@ declare const _default: {
|
|
|
16301
16299
|
description: string;
|
|
16302
16300
|
format: string;
|
|
16303
16301
|
type: string;
|
|
16304
|
-
'x-title': string;
|
|
16305
16302
|
};
|
|
16306
16303
|
workspace_id: {
|
|
16307
16304
|
description: string;
|
|
16308
16305
|
format: string;
|
|
16309
16306
|
type: string;
|
|
16310
|
-
'x-title': string;
|
|
16311
16307
|
};
|
|
16312
16308
|
code?: never;
|
|
16313
16309
|
backup_access_code_id?: never;
|
|
@@ -16378,7 +16374,6 @@ declare const _default: {
|
|
|
16378
16374
|
description: string;
|
|
16379
16375
|
format: string;
|
|
16380
16376
|
type: string;
|
|
16381
|
-
'x-title': string;
|
|
16382
16377
|
};
|
|
16383
16378
|
device_id: {
|
|
16384
16379
|
description: string;
|
|
@@ -16390,7 +16385,6 @@ declare const _default: {
|
|
|
16390
16385
|
description: string;
|
|
16391
16386
|
format: string;
|
|
16392
16387
|
type: string;
|
|
16393
|
-
'x-title': string;
|
|
16394
16388
|
};
|
|
16395
16389
|
event_type: {
|
|
16396
16390
|
enum: string[];
|
|
@@ -16400,13 +16394,11 @@ declare const _default: {
|
|
|
16400
16394
|
description: string;
|
|
16401
16395
|
format: string;
|
|
16402
16396
|
type: string;
|
|
16403
|
-
'x-title': string;
|
|
16404
16397
|
};
|
|
16405
16398
|
workspace_id: {
|
|
16406
16399
|
description: string;
|
|
16407
16400
|
format: string;
|
|
16408
16401
|
type: string;
|
|
16409
|
-
'x-title': string;
|
|
16410
16402
|
};
|
|
16411
16403
|
backup_access_code_id?: never;
|
|
16412
16404
|
acs_system_id?: never;
|
|
@@ -16476,7 +16468,6 @@ declare const _default: {
|
|
|
16476
16468
|
description: string;
|
|
16477
16469
|
format: string;
|
|
16478
16470
|
type: string;
|
|
16479
|
-
'x-title': string;
|
|
16480
16471
|
};
|
|
16481
16472
|
device_id: {
|
|
16482
16473
|
description: string;
|
|
@@ -16488,7 +16479,6 @@ declare const _default: {
|
|
|
16488
16479
|
description: string;
|
|
16489
16480
|
format: string;
|
|
16490
16481
|
type: string;
|
|
16491
|
-
'x-title': string;
|
|
16492
16482
|
};
|
|
16493
16483
|
event_type: {
|
|
16494
16484
|
enum: string[];
|
|
@@ -16498,13 +16488,11 @@ declare const _default: {
|
|
|
16498
16488
|
description: string;
|
|
16499
16489
|
format: string;
|
|
16500
16490
|
type: string;
|
|
16501
|
-
'x-title': string;
|
|
16502
16491
|
};
|
|
16503
16492
|
workspace_id: {
|
|
16504
16493
|
description: string;
|
|
16505
16494
|
format: string;
|
|
16506
16495
|
type: string;
|
|
16507
|
-
'x-title': string;
|
|
16508
16496
|
};
|
|
16509
16497
|
backup_access_code_id?: never;
|
|
16510
16498
|
acs_system_id?: never;
|
|
@@ -16571,7 +16559,6 @@ declare const _default: {
|
|
|
16571
16559
|
description: string;
|
|
16572
16560
|
format: string;
|
|
16573
16561
|
type: string;
|
|
16574
|
-
'x-title': string;
|
|
16575
16562
|
};
|
|
16576
16563
|
device_id: {
|
|
16577
16564
|
description: string;
|
|
@@ -16583,7 +16570,6 @@ declare const _default: {
|
|
|
16583
16570
|
description: string;
|
|
16584
16571
|
format: string;
|
|
16585
16572
|
type: string;
|
|
16586
|
-
'x-title': string;
|
|
16587
16573
|
};
|
|
16588
16574
|
event_type: {
|
|
16589
16575
|
enum: string[];
|
|
@@ -16593,13 +16579,11 @@ declare const _default: {
|
|
|
16593
16579
|
description: string;
|
|
16594
16580
|
format: string;
|
|
16595
16581
|
type: string;
|
|
16596
|
-
'x-title': string;
|
|
16597
16582
|
};
|
|
16598
16583
|
workspace_id: {
|
|
16599
16584
|
description: string;
|
|
16600
16585
|
format: string;
|
|
16601
16586
|
type: string;
|
|
16602
|
-
'x-title': string;
|
|
16603
16587
|
};
|
|
16604
16588
|
code?: never;
|
|
16605
16589
|
acs_system_id?: never;
|
|
@@ -16663,13 +16647,11 @@ declare const _default: {
|
|
|
16663
16647
|
description: string;
|
|
16664
16648
|
format: string;
|
|
16665
16649
|
type: string;
|
|
16666
|
-
'x-title': string;
|
|
16667
16650
|
};
|
|
16668
16651
|
event_id: {
|
|
16669
16652
|
description: string;
|
|
16670
16653
|
format: string;
|
|
16671
16654
|
type: string;
|
|
16672
|
-
'x-title': string;
|
|
16673
16655
|
};
|
|
16674
16656
|
event_type: {
|
|
16675
16657
|
enum: string[];
|
|
@@ -16679,13 +16661,11 @@ declare const _default: {
|
|
|
16679
16661
|
description: string;
|
|
16680
16662
|
format: string;
|
|
16681
16663
|
type: string;
|
|
16682
|
-
'x-title': string;
|
|
16683
16664
|
};
|
|
16684
16665
|
workspace_id: {
|
|
16685
16666
|
description: string;
|
|
16686
16667
|
format: string;
|
|
16687
16668
|
type: string;
|
|
16688
|
-
'x-title': string;
|
|
16689
16669
|
};
|
|
16690
16670
|
access_code_id?: never;
|
|
16691
16671
|
device_id?: never;
|
|
@@ -16755,13 +16735,11 @@ declare const _default: {
|
|
|
16755
16735
|
description: string;
|
|
16756
16736
|
format: string;
|
|
16757
16737
|
type: string;
|
|
16758
|
-
'x-title': string;
|
|
16759
16738
|
};
|
|
16760
16739
|
event_id: {
|
|
16761
16740
|
description: string;
|
|
16762
16741
|
format: string;
|
|
16763
16742
|
type: string;
|
|
16764
|
-
'x-title': string;
|
|
16765
16743
|
};
|
|
16766
16744
|
event_type: {
|
|
16767
16745
|
enum: string[];
|
|
@@ -16771,13 +16749,11 @@ declare const _default: {
|
|
|
16771
16749
|
description: string;
|
|
16772
16750
|
format: string;
|
|
16773
16751
|
type: string;
|
|
16774
|
-
'x-title': string;
|
|
16775
16752
|
};
|
|
16776
16753
|
workspace_id: {
|
|
16777
16754
|
description: string;
|
|
16778
16755
|
format: string;
|
|
16779
16756
|
type: string;
|
|
16780
|
-
'x-title': string;
|
|
16781
16757
|
};
|
|
16782
16758
|
access_code_id?: never;
|
|
16783
16759
|
device_id?: never;
|
|
@@ -16846,13 +16822,11 @@ declare const _default: {
|
|
|
16846
16822
|
description: string;
|
|
16847
16823
|
format: string;
|
|
16848
16824
|
type: string;
|
|
16849
|
-
'x-title': string;
|
|
16850
16825
|
};
|
|
16851
16826
|
event_id: {
|
|
16852
16827
|
description: string;
|
|
16853
16828
|
format: string;
|
|
16854
16829
|
type: string;
|
|
16855
|
-
'x-title': string;
|
|
16856
16830
|
};
|
|
16857
16831
|
event_type: {
|
|
16858
16832
|
enum: string[];
|
|
@@ -16862,13 +16836,11 @@ declare const _default: {
|
|
|
16862
16836
|
description: string;
|
|
16863
16837
|
format: string;
|
|
16864
16838
|
type: string;
|
|
16865
|
-
'x-title': string;
|
|
16866
16839
|
};
|
|
16867
16840
|
workspace_id: {
|
|
16868
16841
|
description: string;
|
|
16869
16842
|
format: string;
|
|
16870
16843
|
type: string;
|
|
16871
|
-
'x-title': string;
|
|
16872
16844
|
};
|
|
16873
16845
|
access_code_id?: never;
|
|
16874
16846
|
device_id?: never;
|
|
@@ -16938,13 +16910,11 @@ declare const _default: {
|
|
|
16938
16910
|
description: string;
|
|
16939
16911
|
format: string;
|
|
16940
16912
|
type: string;
|
|
16941
|
-
'x-title': string;
|
|
16942
16913
|
};
|
|
16943
16914
|
event_id: {
|
|
16944
16915
|
description: string;
|
|
16945
16916
|
format: string;
|
|
16946
16917
|
type: string;
|
|
16947
|
-
'x-title': string;
|
|
16948
16918
|
};
|
|
16949
16919
|
event_type: {
|
|
16950
16920
|
enum: string[];
|
|
@@ -16954,13 +16924,11 @@ declare const _default: {
|
|
|
16954
16924
|
description: string;
|
|
16955
16925
|
format: string;
|
|
16956
16926
|
type: string;
|
|
16957
|
-
'x-title': string;
|
|
16958
16927
|
};
|
|
16959
16928
|
workspace_id: {
|
|
16960
16929
|
description: string;
|
|
16961
16930
|
format: string;
|
|
16962
16931
|
type: string;
|
|
16963
|
-
'x-title': string;
|
|
16964
16932
|
};
|
|
16965
16933
|
access_code_id?: never;
|
|
16966
16934
|
device_id?: never;
|
|
@@ -17017,13 +16985,11 @@ declare const _default: {
|
|
|
17017
16985
|
description: string;
|
|
17018
16986
|
format: string;
|
|
17019
16987
|
type: string;
|
|
17020
|
-
'x-title': string;
|
|
17021
16988
|
};
|
|
17022
16989
|
event_id: {
|
|
17023
16990
|
description: string;
|
|
17024
16991
|
format: string;
|
|
17025
16992
|
type: string;
|
|
17026
|
-
'x-title': string;
|
|
17027
16993
|
};
|
|
17028
16994
|
event_type: {
|
|
17029
16995
|
enum: string[];
|
|
@@ -17033,13 +16999,11 @@ declare const _default: {
|
|
|
17033
16999
|
description: string;
|
|
17034
17000
|
format: string;
|
|
17035
17001
|
type: string;
|
|
17036
|
-
'x-title': string;
|
|
17037
17002
|
};
|
|
17038
17003
|
workspace_id: {
|
|
17039
17004
|
description: string;
|
|
17040
17005
|
format: string;
|
|
17041
17006
|
type: string;
|
|
17042
|
-
'x-title': string;
|
|
17043
17007
|
};
|
|
17044
17008
|
access_code_id?: never;
|
|
17045
17009
|
connected_account_id?: never;
|
|
@@ -17106,13 +17070,11 @@ declare const _default: {
|
|
|
17106
17070
|
description: string;
|
|
17107
17071
|
format: string;
|
|
17108
17072
|
type: string;
|
|
17109
|
-
'x-title': string;
|
|
17110
17073
|
};
|
|
17111
17074
|
event_id: {
|
|
17112
17075
|
description: string;
|
|
17113
17076
|
format: string;
|
|
17114
17077
|
type: string;
|
|
17115
|
-
'x-title': string;
|
|
17116
17078
|
};
|
|
17117
17079
|
event_type: {
|
|
17118
17080
|
enum: string[];
|
|
@@ -17122,13 +17084,11 @@ declare const _default: {
|
|
|
17122
17084
|
description: string;
|
|
17123
17085
|
format: string;
|
|
17124
17086
|
type: string;
|
|
17125
|
-
'x-title': string;
|
|
17126
17087
|
};
|
|
17127
17088
|
workspace_id: {
|
|
17128
17089
|
description: string;
|
|
17129
17090
|
format: string;
|
|
17130
17091
|
type: string;
|
|
17131
|
-
'x-title': string;
|
|
17132
17092
|
};
|
|
17133
17093
|
access_code_id?: never;
|
|
17134
17094
|
device_id?: never;
|
|
@@ -17195,13 +17155,11 @@ declare const _default: {
|
|
|
17195
17155
|
description: string;
|
|
17196
17156
|
format: string;
|
|
17197
17157
|
type: string;
|
|
17198
|
-
'x-title': string;
|
|
17199
17158
|
};
|
|
17200
17159
|
event_id: {
|
|
17201
17160
|
description: string;
|
|
17202
17161
|
format: string;
|
|
17203
17162
|
type: string;
|
|
17204
|
-
'x-title': string;
|
|
17205
17163
|
};
|
|
17206
17164
|
event_type: {
|
|
17207
17165
|
enum: string[];
|
|
@@ -17211,13 +17169,11 @@ declare const _default: {
|
|
|
17211
17169
|
description: string;
|
|
17212
17170
|
format: string;
|
|
17213
17171
|
type: string;
|
|
17214
|
-
'x-title': string;
|
|
17215
17172
|
};
|
|
17216
17173
|
workspace_id: {
|
|
17217
17174
|
description: string;
|
|
17218
17175
|
format: string;
|
|
17219
17176
|
type: string;
|
|
17220
|
-
'x-title': string;
|
|
17221
17177
|
};
|
|
17222
17178
|
access_code_id?: never;
|
|
17223
17179
|
device_id?: never;
|
|
@@ -17276,13 +17232,11 @@ declare const _default: {
|
|
|
17276
17232
|
description: string;
|
|
17277
17233
|
format: string;
|
|
17278
17234
|
type: string;
|
|
17279
|
-
'x-title': string;
|
|
17280
17235
|
};
|
|
17281
17236
|
event_id: {
|
|
17282
17237
|
description: string;
|
|
17283
17238
|
format: string;
|
|
17284
17239
|
type: string;
|
|
17285
|
-
'x-title': string;
|
|
17286
17240
|
};
|
|
17287
17241
|
event_type: {
|
|
17288
17242
|
enum: string[];
|
|
@@ -17292,13 +17246,11 @@ declare const _default: {
|
|
|
17292
17246
|
description: string;
|
|
17293
17247
|
format: string;
|
|
17294
17248
|
type: string;
|
|
17295
|
-
'x-title': string;
|
|
17296
17249
|
};
|
|
17297
17250
|
workspace_id: {
|
|
17298
17251
|
description: string;
|
|
17299
17252
|
format: string;
|
|
17300
17253
|
type: string;
|
|
17301
|
-
'x-title': string;
|
|
17302
17254
|
};
|
|
17303
17255
|
access_code_id?: never;
|
|
17304
17256
|
device_id?: never;
|
|
@@ -17362,13 +17314,11 @@ declare const _default: {
|
|
|
17362
17314
|
description: string;
|
|
17363
17315
|
format: string;
|
|
17364
17316
|
type: string;
|
|
17365
|
-
'x-title': string;
|
|
17366
17317
|
};
|
|
17367
17318
|
event_id: {
|
|
17368
17319
|
description: string;
|
|
17369
17320
|
format: string;
|
|
17370
17321
|
type: string;
|
|
17371
|
-
'x-title': string;
|
|
17372
17322
|
};
|
|
17373
17323
|
event_type: {
|
|
17374
17324
|
enum: string[];
|
|
@@ -17378,7 +17328,6 @@ declare const _default: {
|
|
|
17378
17328
|
description: string;
|
|
17379
17329
|
format: string;
|
|
17380
17330
|
type: string;
|
|
17381
|
-
'x-title': string;
|
|
17382
17331
|
};
|
|
17383
17332
|
status: {
|
|
17384
17333
|
description: string;
|
|
@@ -17389,7 +17338,6 @@ declare const _default: {
|
|
|
17389
17338
|
description: string;
|
|
17390
17339
|
format: string;
|
|
17391
17340
|
type: string;
|
|
17392
|
-
'x-title': string;
|
|
17393
17341
|
};
|
|
17394
17342
|
access_code_id?: never;
|
|
17395
17343
|
connected_account_id?: never;
|
|
@@ -17446,13 +17394,11 @@ declare const _default: {
|
|
|
17446
17394
|
description: string;
|
|
17447
17395
|
format: string;
|
|
17448
17396
|
type: string;
|
|
17449
|
-
'x-title': string;
|
|
17450
17397
|
};
|
|
17451
17398
|
event_id: {
|
|
17452
17399
|
description: string;
|
|
17453
17400
|
format: string;
|
|
17454
17401
|
type: string;
|
|
17455
|
-
'x-title': string;
|
|
17456
17402
|
};
|
|
17457
17403
|
event_type: {
|
|
17458
17404
|
enum: string[];
|
|
@@ -17462,13 +17408,11 @@ declare const _default: {
|
|
|
17462
17408
|
description: string;
|
|
17463
17409
|
format: string;
|
|
17464
17410
|
type: string;
|
|
17465
|
-
'x-title': string;
|
|
17466
17411
|
};
|
|
17467
17412
|
workspace_id: {
|
|
17468
17413
|
description: string;
|
|
17469
17414
|
format: string;
|
|
17470
17415
|
type: string;
|
|
17471
|
-
'x-title': string;
|
|
17472
17416
|
};
|
|
17473
17417
|
access_code_id?: never;
|
|
17474
17418
|
connected_account_id?: never;
|
|
@@ -17521,7 +17465,7 @@ declare const _default: {
|
|
|
17521
17465
|
description: string;
|
|
17522
17466
|
format: string;
|
|
17523
17467
|
type: string;
|
|
17524
|
-
'x-title'
|
|
17468
|
+
'x-title'?: never;
|
|
17525
17469
|
deprecated?: never;
|
|
17526
17470
|
'x-deprecated'?: never;
|
|
17527
17471
|
};
|
|
@@ -17529,19 +17473,17 @@ declare const _default: {
|
|
|
17529
17473
|
description: string;
|
|
17530
17474
|
format: string;
|
|
17531
17475
|
type: string;
|
|
17532
|
-
'x-title': string;
|
|
17533
17476
|
};
|
|
17534
17477
|
device_id: {
|
|
17535
17478
|
description: string;
|
|
17536
17479
|
format: string;
|
|
17537
17480
|
type: string;
|
|
17538
|
-
'x-title'
|
|
17481
|
+
'x-title'?: never;
|
|
17539
17482
|
};
|
|
17540
17483
|
event_id: {
|
|
17541
17484
|
description: string;
|
|
17542
17485
|
format: string;
|
|
17543
17486
|
type: string;
|
|
17544
|
-
'x-title': string;
|
|
17545
17487
|
};
|
|
17546
17488
|
event_type: {
|
|
17547
17489
|
enum: string[];
|
|
@@ -17551,13 +17493,11 @@ declare const _default: {
|
|
|
17551
17493
|
description: string;
|
|
17552
17494
|
format: string;
|
|
17553
17495
|
type: string;
|
|
17554
|
-
'x-title': string;
|
|
17555
17496
|
};
|
|
17556
17497
|
workspace_id: {
|
|
17557
17498
|
description: string;
|
|
17558
17499
|
format: string;
|
|
17559
17500
|
type: string;
|
|
17560
|
-
'x-title': string;
|
|
17561
17501
|
};
|
|
17562
17502
|
access_code_id?: never;
|
|
17563
17503
|
code?: never;
|
|
@@ -17609,7 +17549,7 @@ declare const _default: {
|
|
|
17609
17549
|
description: string;
|
|
17610
17550
|
format: string;
|
|
17611
17551
|
type: string;
|
|
17612
|
-
'x-title'
|
|
17552
|
+
'x-title'?: never;
|
|
17613
17553
|
deprecated?: never;
|
|
17614
17554
|
'x-deprecated'?: never;
|
|
17615
17555
|
};
|
|
@@ -17617,25 +17557,22 @@ declare const _default: {
|
|
|
17617
17557
|
description: string;
|
|
17618
17558
|
format: string;
|
|
17619
17559
|
type: string;
|
|
17620
|
-
'x-title': string;
|
|
17621
17560
|
};
|
|
17622
17561
|
device_id: {
|
|
17623
17562
|
description: string;
|
|
17624
17563
|
format: string;
|
|
17625
17564
|
type: string;
|
|
17626
|
-
'x-title'
|
|
17565
|
+
'x-title'?: never;
|
|
17627
17566
|
};
|
|
17628
17567
|
error_code: {
|
|
17629
17568
|
description: string;
|
|
17630
17569
|
enum: string[];
|
|
17631
17570
|
type: string;
|
|
17632
|
-
'x-title': string;
|
|
17633
17571
|
};
|
|
17634
17572
|
event_id: {
|
|
17635
17573
|
description: string;
|
|
17636
17574
|
format: string;
|
|
17637
17575
|
type: string;
|
|
17638
|
-
'x-title': string;
|
|
17639
17576
|
};
|
|
17640
17577
|
event_type: {
|
|
17641
17578
|
enum: string[];
|
|
@@ -17645,13 +17582,11 @@ declare const _default: {
|
|
|
17645
17582
|
description: string;
|
|
17646
17583
|
format: string;
|
|
17647
17584
|
type: string;
|
|
17648
|
-
'x-title': string;
|
|
17649
17585
|
};
|
|
17650
17586
|
workspace_id: {
|
|
17651
17587
|
description: string;
|
|
17652
17588
|
format: string;
|
|
17653
17589
|
type: string;
|
|
17654
|
-
'x-title': string;
|
|
17655
17590
|
};
|
|
17656
17591
|
access_code_id?: never;
|
|
17657
17592
|
code?: never;
|
|
@@ -17704,13 +17639,12 @@ declare const _default: {
|
|
|
17704
17639
|
maximum: number;
|
|
17705
17640
|
minimum: number;
|
|
17706
17641
|
type: string;
|
|
17707
|
-
'x-title': string;
|
|
17708
17642
|
};
|
|
17709
17643
|
connected_account_id: {
|
|
17710
17644
|
description: string;
|
|
17711
17645
|
format: string;
|
|
17712
17646
|
type: string;
|
|
17713
|
-
'x-title'
|
|
17647
|
+
'x-title'?: never;
|
|
17714
17648
|
deprecated?: never;
|
|
17715
17649
|
'x-deprecated'?: never;
|
|
17716
17650
|
};
|
|
@@ -17718,19 +17652,17 @@ declare const _default: {
|
|
|
17718
17652
|
description: string;
|
|
17719
17653
|
format: string;
|
|
17720
17654
|
type: string;
|
|
17721
|
-
'x-title': string;
|
|
17722
17655
|
};
|
|
17723
17656
|
device_id: {
|
|
17724
17657
|
description: string;
|
|
17725
17658
|
format: string;
|
|
17726
17659
|
type: string;
|
|
17727
|
-
'x-title'
|
|
17660
|
+
'x-title'?: never;
|
|
17728
17661
|
};
|
|
17729
17662
|
event_id: {
|
|
17730
17663
|
description: string;
|
|
17731
17664
|
format: string;
|
|
17732
17665
|
type: string;
|
|
17733
|
-
'x-title': string;
|
|
17734
17666
|
};
|
|
17735
17667
|
event_type: {
|
|
17736
17668
|
enum: string[];
|
|
@@ -17740,13 +17672,11 @@ declare const _default: {
|
|
|
17740
17672
|
description: string;
|
|
17741
17673
|
format: string;
|
|
17742
17674
|
type: string;
|
|
17743
|
-
'x-title': string;
|
|
17744
17675
|
};
|
|
17745
17676
|
workspace_id: {
|
|
17746
17677
|
description: string;
|
|
17747
17678
|
format: string;
|
|
17748
17679
|
type: string;
|
|
17749
|
-
'x-title': string;
|
|
17750
17680
|
};
|
|
17751
17681
|
access_code_id?: never;
|
|
17752
17682
|
code?: never;
|
|
@@ -17799,19 +17729,17 @@ declare const _default: {
|
|
|
17799
17729
|
maximum: number;
|
|
17800
17730
|
minimum: number;
|
|
17801
17731
|
type: string;
|
|
17802
|
-
'x-title': string;
|
|
17803
17732
|
};
|
|
17804
17733
|
battery_status: {
|
|
17805
17734
|
description: string;
|
|
17806
17735
|
enum: string[];
|
|
17807
17736
|
type: string;
|
|
17808
|
-
'x-title': string;
|
|
17809
17737
|
};
|
|
17810
17738
|
connected_account_id: {
|
|
17811
17739
|
description: string;
|
|
17812
17740
|
format: string;
|
|
17813
17741
|
type: string;
|
|
17814
|
-
'x-title'
|
|
17742
|
+
'x-title'?: never;
|
|
17815
17743
|
deprecated?: never;
|
|
17816
17744
|
'x-deprecated'?: never;
|
|
17817
17745
|
};
|
|
@@ -17819,19 +17747,17 @@ declare const _default: {
|
|
|
17819
17747
|
description: string;
|
|
17820
17748
|
format: string;
|
|
17821
17749
|
type: string;
|
|
17822
|
-
'x-title': string;
|
|
17823
17750
|
};
|
|
17824
17751
|
device_id: {
|
|
17825
17752
|
description: string;
|
|
17826
17753
|
format: string;
|
|
17827
17754
|
type: string;
|
|
17828
|
-
'x-title'
|
|
17755
|
+
'x-title'?: never;
|
|
17829
17756
|
};
|
|
17830
17757
|
event_id: {
|
|
17831
17758
|
description: string;
|
|
17832
17759
|
format: string;
|
|
17833
17760
|
type: string;
|
|
17834
|
-
'x-title': string;
|
|
17835
17761
|
};
|
|
17836
17762
|
event_type: {
|
|
17837
17763
|
enum: string[];
|
|
@@ -17841,13 +17767,11 @@ declare const _default: {
|
|
|
17841
17767
|
description: string;
|
|
17842
17768
|
format: string;
|
|
17843
17769
|
type: string;
|
|
17844
|
-
'x-title': string;
|
|
17845
17770
|
};
|
|
17846
17771
|
workspace_id: {
|
|
17847
17772
|
description: string;
|
|
17848
17773
|
format: string;
|
|
17849
17774
|
type: string;
|
|
17850
|
-
'x-title': string;
|
|
17851
17775
|
};
|
|
17852
17776
|
access_code_id?: never;
|
|
17853
17777
|
code?: never;
|
|
@@ -17897,7 +17821,7 @@ declare const _default: {
|
|
|
17897
17821
|
description: string;
|
|
17898
17822
|
format: string;
|
|
17899
17823
|
type: string;
|
|
17900
|
-
'x-title'
|
|
17824
|
+
'x-title'?: never;
|
|
17901
17825
|
deprecated?: never;
|
|
17902
17826
|
'x-deprecated'?: never;
|
|
17903
17827
|
};
|
|
@@ -17905,19 +17829,17 @@ declare const _default: {
|
|
|
17905
17829
|
description: string;
|
|
17906
17830
|
format: string;
|
|
17907
17831
|
type: string;
|
|
17908
|
-
'x-title': string;
|
|
17909
17832
|
};
|
|
17910
17833
|
device_id: {
|
|
17911
17834
|
description: string;
|
|
17912
17835
|
format: string;
|
|
17913
17836
|
type: string;
|
|
17914
|
-
'x-title'
|
|
17837
|
+
'x-title'?: never;
|
|
17915
17838
|
};
|
|
17916
17839
|
event_id: {
|
|
17917
17840
|
description: string;
|
|
17918
17841
|
format: string;
|
|
17919
17842
|
type: string;
|
|
17920
|
-
'x-title': string;
|
|
17921
17843
|
};
|
|
17922
17844
|
event_type: {
|
|
17923
17845
|
enum: string[];
|
|
@@ -17930,18 +17852,22 @@ declare const _default: {
|
|
|
17930
17852
|
'x-title': string;
|
|
17931
17853
|
};
|
|
17932
17854
|
noise_level_decibels: {
|
|
17855
|
+
description: string;
|
|
17933
17856
|
format: string;
|
|
17934
17857
|
type: string;
|
|
17935
17858
|
};
|
|
17936
17859
|
noise_level_nrs: {
|
|
17860
|
+
description: string;
|
|
17937
17861
|
format: string;
|
|
17938
17862
|
type: string;
|
|
17939
17863
|
};
|
|
17940
17864
|
noise_threshold_id: {
|
|
17865
|
+
description: string;
|
|
17941
17866
|
format: string;
|
|
17942
17867
|
type: string;
|
|
17943
17868
|
};
|
|
17944
17869
|
noise_threshold_name: {
|
|
17870
|
+
description: string;
|
|
17945
17871
|
type: string;
|
|
17946
17872
|
};
|
|
17947
17873
|
noiseaware_metadata: {
|
|
@@ -17954,13 +17880,11 @@ declare const _default: {
|
|
|
17954
17880
|
description: string;
|
|
17955
17881
|
format: string;
|
|
17956
17882
|
type: string;
|
|
17957
|
-
'x-title': string;
|
|
17958
17883
|
};
|
|
17959
17884
|
workspace_id: {
|
|
17960
17885
|
description: string;
|
|
17961
17886
|
format: string;
|
|
17962
17887
|
type: string;
|
|
17963
|
-
'x-title': string;
|
|
17964
17888
|
};
|
|
17965
17889
|
access_code_id?: never;
|
|
17966
17890
|
code?: never;
|
|
@@ -18003,22 +17927,22 @@ declare const _default: {
|
|
|
18003
17927
|
description: string;
|
|
18004
17928
|
properties: {
|
|
18005
17929
|
access_code_id: {
|
|
17930
|
+
description: string;
|
|
18006
17931
|
format: string;
|
|
18007
17932
|
type: string;
|
|
18008
|
-
description?: never;
|
|
18009
17933
|
'x-title'?: never;
|
|
18010
17934
|
};
|
|
18011
17935
|
action_attempt_id: {
|
|
17936
|
+
description: string;
|
|
18012
17937
|
format: string;
|
|
18013
17938
|
type: string;
|
|
18014
|
-
description?: never;
|
|
18015
17939
|
'x-title'?: never;
|
|
18016
17940
|
};
|
|
18017
17941
|
connected_account_id: {
|
|
18018
17942
|
description: string;
|
|
18019
17943
|
format: string;
|
|
18020
17944
|
type: string;
|
|
18021
|
-
'x-title'
|
|
17945
|
+
'x-title'?: never;
|
|
18022
17946
|
deprecated?: never;
|
|
18023
17947
|
'x-deprecated'?: never;
|
|
18024
17948
|
};
|
|
@@ -18026,19 +17950,17 @@ declare const _default: {
|
|
|
18026
17950
|
description: string;
|
|
18027
17951
|
format: string;
|
|
18028
17952
|
type: string;
|
|
18029
|
-
'x-title': string;
|
|
18030
17953
|
};
|
|
18031
17954
|
device_id: {
|
|
18032
17955
|
description: string;
|
|
18033
17956
|
format: string;
|
|
18034
17957
|
type: string;
|
|
18035
|
-
'x-title'
|
|
17958
|
+
'x-title'?: never;
|
|
18036
17959
|
};
|
|
18037
17960
|
event_id: {
|
|
18038
17961
|
description: string;
|
|
18039
17962
|
format: string;
|
|
18040
17963
|
type: string;
|
|
18041
|
-
'x-title': string;
|
|
18042
17964
|
};
|
|
18043
17965
|
event_type: {
|
|
18044
17966
|
enum: string[];
|
|
@@ -18048,19 +17970,16 @@ declare const _default: {
|
|
|
18048
17970
|
description: string;
|
|
18049
17971
|
enum: string[];
|
|
18050
17972
|
type: string;
|
|
18051
|
-
'x-title': string;
|
|
18052
17973
|
};
|
|
18053
17974
|
occurred_at: {
|
|
18054
17975
|
description: string;
|
|
18055
17976
|
format: string;
|
|
18056
17977
|
type: string;
|
|
18057
|
-
'x-title': string;
|
|
18058
17978
|
};
|
|
18059
17979
|
workspace_id: {
|
|
18060
17980
|
description: string;
|
|
18061
17981
|
format: string;
|
|
18062
17982
|
type: string;
|
|
18063
|
-
'x-title': string;
|
|
18064
17983
|
};
|
|
18065
17984
|
code?: never;
|
|
18066
17985
|
backup_access_code_id?: never;
|
|
@@ -18106,16 +18025,16 @@ declare const _default: {
|
|
|
18106
18025
|
description: string;
|
|
18107
18026
|
properties: {
|
|
18108
18027
|
access_code_id: {
|
|
18028
|
+
description: string;
|
|
18109
18029
|
format: string;
|
|
18110
18030
|
type: string;
|
|
18111
|
-
description?: never;
|
|
18112
18031
|
'x-title'?: never;
|
|
18113
18032
|
};
|
|
18114
18033
|
connected_account_id: {
|
|
18115
18034
|
description: string;
|
|
18116
18035
|
format: string;
|
|
18117
18036
|
type: string;
|
|
18118
|
-
'x-title'
|
|
18037
|
+
'x-title'?: never;
|
|
18119
18038
|
deprecated?: never;
|
|
18120
18039
|
'x-deprecated'?: never;
|
|
18121
18040
|
};
|
|
@@ -18123,19 +18042,17 @@ declare const _default: {
|
|
|
18123
18042
|
description: string;
|
|
18124
18043
|
format: string;
|
|
18125
18044
|
type: string;
|
|
18126
|
-
'x-title': string;
|
|
18127
18045
|
};
|
|
18128
18046
|
device_id: {
|
|
18129
18047
|
description: string;
|
|
18130
18048
|
format: string;
|
|
18131
18049
|
type: string;
|
|
18132
|
-
'x-title'
|
|
18050
|
+
'x-title'?: never;
|
|
18133
18051
|
};
|
|
18134
18052
|
event_id: {
|
|
18135
18053
|
description: string;
|
|
18136
18054
|
format: string;
|
|
18137
18055
|
type: string;
|
|
18138
|
-
'x-title': string;
|
|
18139
18056
|
};
|
|
18140
18057
|
event_type: {
|
|
18141
18058
|
enum: string[];
|
|
@@ -18145,13 +18062,11 @@ declare const _default: {
|
|
|
18145
18062
|
description: string;
|
|
18146
18063
|
format: string;
|
|
18147
18064
|
type: string;
|
|
18148
|
-
'x-title': string;
|
|
18149
18065
|
};
|
|
18150
18066
|
workspace_id: {
|
|
18151
18067
|
description: string;
|
|
18152
18068
|
format: string;
|
|
18153
18069
|
type: string;
|
|
18154
|
-
'x-title': string;
|
|
18155
18070
|
};
|
|
18156
18071
|
code?: never;
|
|
18157
18072
|
backup_access_code_id?: never;
|
|
@@ -18199,13 +18114,14 @@ declare const _default: {
|
|
|
18199
18114
|
description: string;
|
|
18200
18115
|
properties: {
|
|
18201
18116
|
climate_preset_key: {
|
|
18117
|
+
description: string;
|
|
18202
18118
|
type: string;
|
|
18203
18119
|
};
|
|
18204
18120
|
connected_account_id: {
|
|
18205
18121
|
description: string;
|
|
18206
18122
|
format: string;
|
|
18207
18123
|
type: string;
|
|
18208
|
-
'x-title'
|
|
18124
|
+
'x-title'?: never;
|
|
18209
18125
|
deprecated?: never;
|
|
18210
18126
|
'x-deprecated'?: never;
|
|
18211
18127
|
};
|
|
@@ -18213,34 +18129,33 @@ declare const _default: {
|
|
|
18213
18129
|
description: string;
|
|
18214
18130
|
format: string;
|
|
18215
18131
|
type: string;
|
|
18216
|
-
'x-title': string;
|
|
18217
18132
|
};
|
|
18218
18133
|
device_id: {
|
|
18219
18134
|
description: string;
|
|
18220
18135
|
format: string;
|
|
18221
18136
|
type: string;
|
|
18222
|
-
'x-title'
|
|
18137
|
+
'x-title'?: never;
|
|
18223
18138
|
};
|
|
18224
18139
|
event_id: {
|
|
18225
18140
|
description: string;
|
|
18226
18141
|
format: string;
|
|
18227
18142
|
type: string;
|
|
18228
|
-
'x-title': string;
|
|
18229
18143
|
};
|
|
18230
18144
|
event_type: {
|
|
18231
18145
|
enum: string[];
|
|
18232
18146
|
type: string;
|
|
18233
18147
|
};
|
|
18234
18148
|
is_fallback_climate_preset: {
|
|
18149
|
+
description: string;
|
|
18235
18150
|
type: string;
|
|
18236
18151
|
};
|
|
18237
18152
|
occurred_at: {
|
|
18238
18153
|
description: string;
|
|
18239
18154
|
format: string;
|
|
18240
18155
|
type: string;
|
|
18241
|
-
'x-title': string;
|
|
18242
18156
|
};
|
|
18243
18157
|
thermostat_schedule_id: {
|
|
18158
|
+
description: string;
|
|
18244
18159
|
format: string;
|
|
18245
18160
|
nullable: boolean;
|
|
18246
18161
|
type: string;
|
|
@@ -18249,7 +18164,6 @@ declare const _default: {
|
|
|
18249
18164
|
description: string;
|
|
18250
18165
|
format: string;
|
|
18251
18166
|
type: string;
|
|
18252
|
-
'x-title': string;
|
|
18253
18167
|
};
|
|
18254
18168
|
access_code_id?: never;
|
|
18255
18169
|
code?: never;
|
|
@@ -18298,7 +18212,7 @@ declare const _default: {
|
|
|
18298
18212
|
description: string;
|
|
18299
18213
|
format: string;
|
|
18300
18214
|
type: string;
|
|
18301
|
-
'x-title'
|
|
18215
|
+
'x-title'?: never;
|
|
18302
18216
|
deprecated?: never;
|
|
18303
18217
|
'x-deprecated'?: never;
|
|
18304
18218
|
};
|
|
@@ -18316,19 +18230,17 @@ declare const _default: {
|
|
|
18316
18230
|
description: string;
|
|
18317
18231
|
format: string;
|
|
18318
18232
|
type: string;
|
|
18319
|
-
'x-title': string;
|
|
18320
18233
|
};
|
|
18321
18234
|
device_id: {
|
|
18322
18235
|
description: string;
|
|
18323
18236
|
format: string;
|
|
18324
18237
|
type: string;
|
|
18325
|
-
'x-title'
|
|
18238
|
+
'x-title'?: never;
|
|
18326
18239
|
};
|
|
18327
18240
|
event_id: {
|
|
18328
18241
|
description: string;
|
|
18329
18242
|
format: string;
|
|
18330
18243
|
type: string;
|
|
18331
|
-
'x-title': string;
|
|
18332
18244
|
};
|
|
18333
18245
|
event_type: {
|
|
18334
18246
|
enum: string[];
|
|
@@ -18355,22 +18267,19 @@ declare const _default: {
|
|
|
18355
18267
|
type: string;
|
|
18356
18268
|
};
|
|
18357
18269
|
method: {
|
|
18270
|
+
description: string;
|
|
18358
18271
|
enum: string[];
|
|
18359
18272
|
type: string;
|
|
18360
|
-
description?: never;
|
|
18361
|
-
'x-title'?: never;
|
|
18362
18273
|
};
|
|
18363
18274
|
occurred_at: {
|
|
18364
18275
|
description: string;
|
|
18365
18276
|
format: string;
|
|
18366
18277
|
type: string;
|
|
18367
|
-
'x-title': string;
|
|
18368
18278
|
};
|
|
18369
18279
|
workspace_id: {
|
|
18370
18280
|
description: string;
|
|
18371
18281
|
format: string;
|
|
18372
18282
|
type: string;
|
|
18373
|
-
'x-title': string;
|
|
18374
18283
|
};
|
|
18375
18284
|
access_code_id?: never;
|
|
18376
18285
|
code?: never;
|
|
@@ -18415,7 +18324,7 @@ declare const _default: {
|
|
|
18415
18324
|
description: string;
|
|
18416
18325
|
format: string;
|
|
18417
18326
|
type: string;
|
|
18418
|
-
'x-title'
|
|
18327
|
+
'x-title'?: never;
|
|
18419
18328
|
deprecated?: never;
|
|
18420
18329
|
'x-deprecated'?: never;
|
|
18421
18330
|
};
|
|
@@ -18423,30 +18332,30 @@ declare const _default: {
|
|
|
18423
18332
|
description: string;
|
|
18424
18333
|
format: string;
|
|
18425
18334
|
type: string;
|
|
18426
|
-
'x-title': string;
|
|
18427
18335
|
};
|
|
18428
18336
|
device_id: {
|
|
18429
18337
|
description: string;
|
|
18430
18338
|
format: string;
|
|
18431
18339
|
type: string;
|
|
18432
|
-
'x-title'
|
|
18340
|
+
'x-title'?: never;
|
|
18433
18341
|
};
|
|
18434
18342
|
event_id: {
|
|
18435
18343
|
description: string;
|
|
18436
18344
|
format: string;
|
|
18437
18345
|
type: string;
|
|
18438
|
-
'x-title': string;
|
|
18439
18346
|
};
|
|
18440
18347
|
event_type: {
|
|
18441
18348
|
enum: string[];
|
|
18442
18349
|
type: string;
|
|
18443
18350
|
};
|
|
18444
18351
|
lower_limit_celsius: {
|
|
18352
|
+
description: string;
|
|
18445
18353
|
format: string;
|
|
18446
18354
|
nullable: boolean;
|
|
18447
18355
|
type: string;
|
|
18448
18356
|
};
|
|
18449
18357
|
lower_limit_fahrenheit: {
|
|
18358
|
+
description: string;
|
|
18450
18359
|
format: string;
|
|
18451
18360
|
nullable: boolean;
|
|
18452
18361
|
type: string;
|
|
@@ -18455,22 +18364,25 @@ declare const _default: {
|
|
|
18455
18364
|
description: string;
|
|
18456
18365
|
format: string;
|
|
18457
18366
|
type: string;
|
|
18458
|
-
'x-title': string;
|
|
18459
18367
|
};
|
|
18460
18368
|
temperature_celsius: {
|
|
18369
|
+
description: string;
|
|
18461
18370
|
format: string;
|
|
18462
18371
|
type: string;
|
|
18463
18372
|
};
|
|
18464
18373
|
temperature_fahrenheit: {
|
|
18374
|
+
description: string;
|
|
18465
18375
|
format: string;
|
|
18466
18376
|
type: string;
|
|
18467
18377
|
};
|
|
18468
18378
|
upper_limit_celsius: {
|
|
18379
|
+
description: string;
|
|
18469
18380
|
format: string;
|
|
18470
18381
|
nullable: boolean;
|
|
18471
18382
|
type: string;
|
|
18472
18383
|
};
|
|
18473
18384
|
upper_limit_fahrenheit: {
|
|
18385
|
+
description: string;
|
|
18474
18386
|
format: string;
|
|
18475
18387
|
nullable: boolean;
|
|
18476
18388
|
type: string;
|
|
@@ -18479,7 +18391,6 @@ declare const _default: {
|
|
|
18479
18391
|
description: string;
|
|
18480
18392
|
format: string;
|
|
18481
18393
|
type: string;
|
|
18482
|
-
'x-title': string;
|
|
18483
18394
|
};
|
|
18484
18395
|
access_code_id?: never;
|
|
18485
18396
|
code?: never;
|
|
@@ -18525,7 +18436,6 @@ declare const _default: {
|
|
|
18525
18436
|
description: string;
|
|
18526
18437
|
format: string;
|
|
18527
18438
|
type: string;
|
|
18528
|
-
'x-title': string;
|
|
18529
18439
|
};
|
|
18530
18440
|
enrollment_automation_id: {
|
|
18531
18441
|
description: string;
|
|
@@ -18537,7 +18447,6 @@ declare const _default: {
|
|
|
18537
18447
|
description: string;
|
|
18538
18448
|
format: string;
|
|
18539
18449
|
type: string;
|
|
18540
|
-
'x-title': string;
|
|
18541
18450
|
};
|
|
18542
18451
|
event_type: {
|
|
18543
18452
|
enum: string[];
|
|
@@ -18547,13 +18456,11 @@ declare const _default: {
|
|
|
18547
18456
|
description: string;
|
|
18548
18457
|
format: string;
|
|
18549
18458
|
type: string;
|
|
18550
|
-
'x-title': string;
|
|
18551
18459
|
};
|
|
18552
18460
|
workspace_id: {
|
|
18553
18461
|
description: string;
|
|
18554
18462
|
format: string;
|
|
18555
18463
|
type: string;
|
|
18556
|
-
'x-title': string;
|
|
18557
18464
|
};
|
|
18558
18465
|
access_code_id?: never;
|
|
18559
18466
|
connected_account_id?: never;
|
|
@@ -18606,7 +18513,6 @@ declare const _default: {
|
|
|
18606
18513
|
description: string;
|
|
18607
18514
|
format: string;
|
|
18608
18515
|
type: string;
|
|
18609
|
-
'x-title': string;
|
|
18610
18516
|
};
|
|
18611
18517
|
device_id: {
|
|
18612
18518
|
description: string;
|
|
@@ -18618,7 +18524,6 @@ declare const _default: {
|
|
|
18618
18524
|
description: string;
|
|
18619
18525
|
format: string;
|
|
18620
18526
|
type: string;
|
|
18621
|
-
'x-title': string;
|
|
18622
18527
|
};
|
|
18623
18528
|
event_type: {
|
|
18624
18529
|
enum: string[];
|
|
@@ -18628,13 +18533,11 @@ declare const _default: {
|
|
|
18628
18533
|
description: string;
|
|
18629
18534
|
format: string;
|
|
18630
18535
|
type: string;
|
|
18631
|
-
'x-title': string;
|
|
18632
18536
|
};
|
|
18633
18537
|
workspace_id: {
|
|
18634
18538
|
description: string;
|
|
18635
18539
|
format: string;
|
|
18636
18540
|
type: string;
|
|
18637
|
-
'x-title': string;
|
|
18638
18541
|
};
|
|
18639
18542
|
access_code_id?: never;
|
|
18640
18543
|
connected_account_id?: never;
|
|
@@ -47139,13 +47042,13 @@ interface Routes {
|
|
|
47139
47042
|
formData: {};
|
|
47140
47043
|
jsonResponse: {
|
|
47141
47044
|
event?: ({
|
|
47142
|
-
/**
|
|
47045
|
+
/** ID of the event. */
|
|
47143
47046
|
event_id: string;
|
|
47144
|
-
/**
|
|
47047
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47145
47048
|
workspace_id: string;
|
|
47146
|
-
/**
|
|
47049
|
+
/** Time at which the event was created. */
|
|
47147
47050
|
created_at: string;
|
|
47148
|
-
/**
|
|
47051
|
+
/** Time when the event occurred. */
|
|
47149
47052
|
occurred_at: string;
|
|
47150
47053
|
/** The ID of the access code. */
|
|
47151
47054
|
access_code_id: string;
|
|
@@ -47155,13 +47058,13 @@ interface Routes {
|
|
|
47155
47058
|
connected_account_id: string;
|
|
47156
47059
|
event_type: 'access_code.created';
|
|
47157
47060
|
} | {
|
|
47158
|
-
/**
|
|
47061
|
+
/** ID of the event. */
|
|
47159
47062
|
event_id: string;
|
|
47160
|
-
/**
|
|
47063
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47161
47064
|
workspace_id: string;
|
|
47162
|
-
/**
|
|
47065
|
+
/** Time at which the event was created. */
|
|
47163
47066
|
created_at: string;
|
|
47164
|
-
/**
|
|
47067
|
+
/** Time when the event occurred. */
|
|
47165
47068
|
occurred_at: string;
|
|
47166
47069
|
/** The ID of the access code. */
|
|
47167
47070
|
access_code_id: string;
|
|
@@ -47171,13 +47074,13 @@ interface Routes {
|
|
|
47171
47074
|
connected_account_id: string;
|
|
47172
47075
|
event_type: 'access_code.changed';
|
|
47173
47076
|
} | {
|
|
47174
|
-
/**
|
|
47077
|
+
/** ID of the event. */
|
|
47175
47078
|
event_id: string;
|
|
47176
|
-
/**
|
|
47079
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47177
47080
|
workspace_id: string;
|
|
47178
|
-
/**
|
|
47081
|
+
/** Time at which the event was created. */
|
|
47179
47082
|
created_at: string;
|
|
47180
|
-
/**
|
|
47083
|
+
/** Time when the event occurred. */
|
|
47181
47084
|
occurred_at: string;
|
|
47182
47085
|
/** The ID of the access code. */
|
|
47183
47086
|
access_code_id: string;
|
|
@@ -47189,13 +47092,13 @@ interface Routes {
|
|
|
47189
47092
|
/** The code of the access code. */
|
|
47190
47093
|
code: string;
|
|
47191
47094
|
} | {
|
|
47192
|
-
/**
|
|
47095
|
+
/** ID of the event. */
|
|
47193
47096
|
event_id: string;
|
|
47194
|
-
/**
|
|
47097
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47195
47098
|
workspace_id: string;
|
|
47196
|
-
/**
|
|
47099
|
+
/** Time at which the event was created. */
|
|
47197
47100
|
created_at: string;
|
|
47198
|
-
/**
|
|
47101
|
+
/** Time when the event occurred. */
|
|
47199
47102
|
occurred_at: string;
|
|
47200
47103
|
/** The ID of the access code. */
|
|
47201
47104
|
access_code_id: string;
|
|
@@ -47207,13 +47110,13 @@ interface Routes {
|
|
|
47207
47110
|
/** The code of the access code. */
|
|
47208
47111
|
code: string;
|
|
47209
47112
|
} | {
|
|
47210
|
-
/**
|
|
47113
|
+
/** ID of the event. */
|
|
47211
47114
|
event_id: string;
|
|
47212
|
-
/**
|
|
47115
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47213
47116
|
workspace_id: string;
|
|
47214
|
-
/**
|
|
47117
|
+
/** Time at which the event was created. */
|
|
47215
47118
|
created_at: string;
|
|
47216
|
-
/**
|
|
47119
|
+
/** Time when the event occurred. */
|
|
47217
47120
|
occurred_at: string;
|
|
47218
47121
|
/** The ID of the access code. */
|
|
47219
47122
|
access_code_id: string;
|
|
@@ -47223,13 +47126,13 @@ interface Routes {
|
|
|
47223
47126
|
connected_account_id: string;
|
|
47224
47127
|
event_type: 'access_code.removed_from_device';
|
|
47225
47128
|
} | {
|
|
47226
|
-
/**
|
|
47129
|
+
/** ID of the event. */
|
|
47227
47130
|
event_id: string;
|
|
47228
|
-
/**
|
|
47131
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47229
47132
|
workspace_id: string;
|
|
47230
|
-
/**
|
|
47133
|
+
/** Time at which the event was created. */
|
|
47231
47134
|
created_at: string;
|
|
47232
|
-
/**
|
|
47135
|
+
/** Time when the event occurred. */
|
|
47233
47136
|
occurred_at: string;
|
|
47234
47137
|
/** The ID of the access code. */
|
|
47235
47138
|
access_code_id: string;
|
|
@@ -47239,13 +47142,13 @@ interface Routes {
|
|
|
47239
47142
|
connected_account_id: string;
|
|
47240
47143
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
47241
47144
|
} | {
|
|
47242
|
-
/**
|
|
47145
|
+
/** ID of the event. */
|
|
47243
47146
|
event_id: string;
|
|
47244
|
-
/**
|
|
47147
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47245
47148
|
workspace_id: string;
|
|
47246
|
-
/**
|
|
47149
|
+
/** Time at which the event was created. */
|
|
47247
47150
|
created_at: string;
|
|
47248
|
-
/**
|
|
47151
|
+
/** Time when the event occurred. */
|
|
47249
47152
|
occurred_at: string;
|
|
47250
47153
|
/** The ID of the access code. */
|
|
47251
47154
|
access_code_id: string;
|
|
@@ -47255,13 +47158,13 @@ interface Routes {
|
|
|
47255
47158
|
connected_account_id: string;
|
|
47256
47159
|
event_type: 'access_code.failed_to_set_on_device';
|
|
47257
47160
|
} | {
|
|
47258
|
-
/**
|
|
47161
|
+
/** ID of the event. */
|
|
47259
47162
|
event_id: string;
|
|
47260
|
-
/**
|
|
47163
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47261
47164
|
workspace_id: string;
|
|
47262
|
-
/**
|
|
47165
|
+
/** Time at which the event was created. */
|
|
47263
47166
|
created_at: string;
|
|
47264
|
-
/**
|
|
47167
|
+
/** Time when the event occurred. */
|
|
47265
47168
|
occurred_at: string;
|
|
47266
47169
|
/** The ID of the access code. */
|
|
47267
47170
|
access_code_id: string;
|
|
@@ -47273,13 +47176,13 @@ interface Routes {
|
|
|
47273
47176
|
/** The code of the access code. */
|
|
47274
47177
|
code: string | null;
|
|
47275
47178
|
} | {
|
|
47276
|
-
/**
|
|
47179
|
+
/** ID of the event. */
|
|
47277
47180
|
event_id: string;
|
|
47278
|
-
/**
|
|
47181
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47279
47182
|
workspace_id: string;
|
|
47280
|
-
/**
|
|
47183
|
+
/** Time at which the event was created. */
|
|
47281
47184
|
created_at: string;
|
|
47282
|
-
/**
|
|
47185
|
+
/** Time when the event occurred. */
|
|
47283
47186
|
occurred_at: string;
|
|
47284
47187
|
/** The ID of the access code. */
|
|
47285
47188
|
access_code_id: string;
|
|
@@ -47289,13 +47192,13 @@ interface Routes {
|
|
|
47289
47192
|
connected_account_id: string;
|
|
47290
47193
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
47291
47194
|
} | {
|
|
47292
|
-
/**
|
|
47195
|
+
/** ID of the event. */
|
|
47293
47196
|
event_id: string;
|
|
47294
|
-
/**
|
|
47197
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47295
47198
|
workspace_id: string;
|
|
47296
|
-
/**
|
|
47199
|
+
/** Time at which the event was created. */
|
|
47297
47200
|
created_at: string;
|
|
47298
|
-
/**
|
|
47201
|
+
/** Time when the event occurred. */
|
|
47299
47202
|
occurred_at: string;
|
|
47300
47203
|
/** The ID of the access code. */
|
|
47301
47204
|
access_code_id: string;
|
|
@@ -47305,13 +47208,13 @@ interface Routes {
|
|
|
47305
47208
|
connected_account_id: string;
|
|
47306
47209
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
47307
47210
|
} | {
|
|
47308
|
-
/**
|
|
47211
|
+
/** ID of the event. */
|
|
47309
47212
|
event_id: string;
|
|
47310
|
-
/**
|
|
47213
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47311
47214
|
workspace_id: string;
|
|
47312
|
-
/**
|
|
47215
|
+
/** Time at which the event was created. */
|
|
47313
47216
|
created_at: string;
|
|
47314
|
-
/**
|
|
47217
|
+
/** Time when the event occurred. */
|
|
47315
47218
|
occurred_at: string;
|
|
47316
47219
|
/** The ID of the access code. */
|
|
47317
47220
|
access_code_id: string;
|
|
@@ -47321,13 +47224,13 @@ interface Routes {
|
|
|
47321
47224
|
connected_account_id: string;
|
|
47322
47225
|
event_type: 'access_code.modified_external_to_seam';
|
|
47323
47226
|
} | {
|
|
47324
|
-
/**
|
|
47227
|
+
/** ID of the event. */
|
|
47325
47228
|
event_id: string;
|
|
47326
|
-
/**
|
|
47229
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47327
47230
|
workspace_id: string;
|
|
47328
|
-
/**
|
|
47231
|
+
/** Time at which the event was created. */
|
|
47329
47232
|
created_at: string;
|
|
47330
|
-
/**
|
|
47233
|
+
/** Time when the event occurred. */
|
|
47331
47234
|
occurred_at: string;
|
|
47332
47235
|
/** The ID of the access code. */
|
|
47333
47236
|
access_code_id: string;
|
|
@@ -47337,13 +47240,13 @@ interface Routes {
|
|
|
47337
47240
|
connected_account_id: string;
|
|
47338
47241
|
event_type: 'access_code.deleted_external_to_seam';
|
|
47339
47242
|
} | {
|
|
47340
|
-
/**
|
|
47243
|
+
/** ID of the event. */
|
|
47341
47244
|
event_id: string;
|
|
47342
|
-
/**
|
|
47245
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47343
47246
|
workspace_id: string;
|
|
47344
|
-
/**
|
|
47247
|
+
/** Time at which the event was created. */
|
|
47345
47248
|
created_at: string;
|
|
47346
|
-
/**
|
|
47249
|
+
/** Time when the event occurred. */
|
|
47347
47250
|
occurred_at: string;
|
|
47348
47251
|
/** The ID of the access code. */
|
|
47349
47252
|
access_code_id: string;
|
|
@@ -47354,13 +47257,13 @@ interface Routes {
|
|
|
47354
47257
|
event_type: 'access_code.backup_access_code_pulled';
|
|
47355
47258
|
backup_access_code_id: string;
|
|
47356
47259
|
} | {
|
|
47357
|
-
/**
|
|
47260
|
+
/** ID of the event. */
|
|
47358
47261
|
event_id: string;
|
|
47359
|
-
/**
|
|
47262
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47360
47263
|
workspace_id: string;
|
|
47361
|
-
/**
|
|
47264
|
+
/** Time at which the event was created. */
|
|
47362
47265
|
created_at: string;
|
|
47363
|
-
/**
|
|
47266
|
+
/** Time when the event occurred. */
|
|
47364
47267
|
occurred_at: string;
|
|
47365
47268
|
/** The ID of the access code. */
|
|
47366
47269
|
access_code_id: string;
|
|
@@ -47370,13 +47273,13 @@ interface Routes {
|
|
|
47370
47273
|
connected_account_id: string;
|
|
47371
47274
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
47372
47275
|
} | {
|
|
47373
|
-
/**
|
|
47276
|
+
/** ID of the event. */
|
|
47374
47277
|
event_id: string;
|
|
47375
|
-
/**
|
|
47278
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47376
47279
|
workspace_id: string;
|
|
47377
|
-
/**
|
|
47280
|
+
/** Time at which the event was created. */
|
|
47378
47281
|
created_at: string;
|
|
47379
|
-
/**
|
|
47282
|
+
/** Time when the event occurred. */
|
|
47380
47283
|
occurred_at: string;
|
|
47381
47284
|
/** The ID of the access code. */
|
|
47382
47285
|
access_code_id: string;
|
|
@@ -47386,13 +47289,13 @@ interface Routes {
|
|
|
47386
47289
|
connected_account_id: string;
|
|
47387
47290
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
47388
47291
|
} | {
|
|
47389
|
-
/**
|
|
47292
|
+
/** ID of the event. */
|
|
47390
47293
|
event_id: string;
|
|
47391
|
-
/**
|
|
47294
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47392
47295
|
workspace_id: string;
|
|
47393
|
-
/**
|
|
47296
|
+
/** Time at which the event was created. */
|
|
47394
47297
|
created_at: string;
|
|
47395
|
-
/**
|
|
47298
|
+
/** Time when the event occurred. */
|
|
47396
47299
|
occurred_at: string;
|
|
47397
47300
|
/** The ID of the access code. */
|
|
47398
47301
|
access_code_id: string;
|
|
@@ -47402,13 +47305,13 @@ interface Routes {
|
|
|
47402
47305
|
connected_account_id: string;
|
|
47403
47306
|
event_type: 'access_code.unmanaged.created';
|
|
47404
47307
|
} | {
|
|
47405
|
-
/**
|
|
47308
|
+
/** ID of the event. */
|
|
47406
47309
|
event_id: string;
|
|
47407
|
-
/**
|
|
47310
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47408
47311
|
workspace_id: string;
|
|
47409
|
-
/**
|
|
47312
|
+
/** Time at which the event was created. */
|
|
47410
47313
|
created_at: string;
|
|
47411
|
-
/**
|
|
47314
|
+
/** Time when the event occurred. */
|
|
47412
47315
|
occurred_at: string;
|
|
47413
47316
|
/** The ID of the access code. */
|
|
47414
47317
|
access_code_id: string;
|
|
@@ -47418,13 +47321,13 @@ interface Routes {
|
|
|
47418
47321
|
connected_account_id: string;
|
|
47419
47322
|
event_type: 'access_code.unmanaged.removed';
|
|
47420
47323
|
} | {
|
|
47421
|
-
/**
|
|
47324
|
+
/** ID of the event. */
|
|
47422
47325
|
event_id: string;
|
|
47423
|
-
/**
|
|
47326
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47424
47327
|
workspace_id: string;
|
|
47425
|
-
/**
|
|
47328
|
+
/** Time at which the event was created. */
|
|
47426
47329
|
created_at: string;
|
|
47427
|
-
/**
|
|
47330
|
+
/** Time when the event occurred. */
|
|
47428
47331
|
occurred_at: string;
|
|
47429
47332
|
/** ID of the connected account.
|
|
47430
47333
|
* @deprecated Will be removed. */
|
|
@@ -47433,13 +47336,13 @@ interface Routes {
|
|
|
47433
47336
|
acs_system_id: string;
|
|
47434
47337
|
event_type: 'acs_system.connected';
|
|
47435
47338
|
} | {
|
|
47436
|
-
/**
|
|
47339
|
+
/** ID of the event. */
|
|
47437
47340
|
event_id: string;
|
|
47438
|
-
/**
|
|
47341
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47439
47342
|
workspace_id: string;
|
|
47440
|
-
/**
|
|
47343
|
+
/** Time at which the event was created. */
|
|
47441
47344
|
created_at: string;
|
|
47442
|
-
/**
|
|
47345
|
+
/** Time when the event occurred. */
|
|
47443
47346
|
occurred_at: string;
|
|
47444
47347
|
/** ID of the connected account.
|
|
47445
47348
|
* @deprecated Will be removed. */
|
|
@@ -47448,13 +47351,13 @@ interface Routes {
|
|
|
47448
47351
|
acs_system_id: string;
|
|
47449
47352
|
event_type: 'acs_system.added';
|
|
47450
47353
|
} | {
|
|
47451
|
-
/**
|
|
47354
|
+
/** ID of the event. */
|
|
47452
47355
|
event_id: string;
|
|
47453
|
-
/**
|
|
47356
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47454
47357
|
workspace_id: string;
|
|
47455
|
-
/**
|
|
47358
|
+
/** Time at which the event was created. */
|
|
47456
47359
|
created_at: string;
|
|
47457
|
-
/**
|
|
47360
|
+
/** Time when the event occurred. */
|
|
47458
47361
|
occurred_at: string;
|
|
47459
47362
|
/** ID of the connected account.
|
|
47460
47363
|
* @deprecated Will be removed. */
|
|
@@ -47463,13 +47366,13 @@ interface Routes {
|
|
|
47463
47366
|
acs_system_id: string;
|
|
47464
47367
|
event_type: 'acs_system.disconnected';
|
|
47465
47368
|
} | {
|
|
47466
|
-
/**
|
|
47369
|
+
/** ID of the event. */
|
|
47467
47370
|
event_id: string;
|
|
47468
|
-
/**
|
|
47371
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47469
47372
|
workspace_id: string;
|
|
47470
|
-
/**
|
|
47373
|
+
/** Time at which the event was created. */
|
|
47471
47374
|
created_at: string;
|
|
47472
|
-
/**
|
|
47375
|
+
/** Time when the event occurred. */
|
|
47473
47376
|
occurred_at: string;
|
|
47474
47377
|
/** ID of the connected account.
|
|
47475
47378
|
* @deprecated Will be removed. */
|
|
@@ -47479,13 +47382,13 @@ interface Routes {
|
|
|
47479
47382
|
acs_credential_id: string;
|
|
47480
47383
|
event_type: 'acs_credential.deleted';
|
|
47481
47384
|
} | {
|
|
47482
|
-
/**
|
|
47385
|
+
/** ID of the event. */
|
|
47483
47386
|
event_id: string;
|
|
47484
|
-
/**
|
|
47387
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47485
47388
|
workspace_id: string;
|
|
47486
|
-
/**
|
|
47389
|
+
/** Time at which the event was created. */
|
|
47487
47390
|
created_at: string;
|
|
47488
|
-
/**
|
|
47391
|
+
/** Time when the event occurred. */
|
|
47489
47392
|
occurred_at: string;
|
|
47490
47393
|
/** ID of the connected account.
|
|
47491
47394
|
* @deprecated Will be removed. */
|
|
@@ -47495,13 +47398,13 @@ interface Routes {
|
|
|
47495
47398
|
acs_credential_id: string;
|
|
47496
47399
|
event_type: 'acs_credential.issued';
|
|
47497
47400
|
} | {
|
|
47498
|
-
/**
|
|
47401
|
+
/** ID of the event. */
|
|
47499
47402
|
event_id: string;
|
|
47500
|
-
/**
|
|
47403
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47501
47404
|
workspace_id: string;
|
|
47502
|
-
/**
|
|
47405
|
+
/** Time at which the event was created. */
|
|
47503
47406
|
created_at: string;
|
|
47504
|
-
/**
|
|
47407
|
+
/** Time when the event occurred. */
|
|
47505
47408
|
occurred_at: string;
|
|
47506
47409
|
/** ID of the connected account.
|
|
47507
47410
|
* @deprecated Will be removed. */
|
|
@@ -47511,13 +47414,13 @@ interface Routes {
|
|
|
47511
47414
|
acs_user_id: string;
|
|
47512
47415
|
event_type: 'acs_user.deleted';
|
|
47513
47416
|
} | {
|
|
47514
|
-
/**
|
|
47417
|
+
/** ID of the event. */
|
|
47515
47418
|
event_id: string;
|
|
47516
|
-
/**
|
|
47419
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47517
47420
|
workspace_id: string;
|
|
47518
|
-
/**
|
|
47421
|
+
/** Time at which the event was created. */
|
|
47519
47422
|
created_at: string;
|
|
47520
|
-
/**
|
|
47423
|
+
/** Time when the event occurred. */
|
|
47521
47424
|
occurred_at: string;
|
|
47522
47425
|
/** ID of the connected account.
|
|
47523
47426
|
* @deprecated Will be removed. */
|
|
@@ -47528,13 +47431,13 @@ interface Routes {
|
|
|
47528
47431
|
acs_encoder_id: string;
|
|
47529
47432
|
event_type: 'acs_encoder.added';
|
|
47530
47433
|
} | {
|
|
47531
|
-
/**
|
|
47434
|
+
/** ID of the event. */
|
|
47532
47435
|
event_id: string;
|
|
47533
|
-
/**
|
|
47436
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47534
47437
|
workspace_id: string;
|
|
47535
|
-
/**
|
|
47438
|
+
/** Time at which the event was created. */
|
|
47536
47439
|
created_at: string;
|
|
47537
|
-
/**
|
|
47440
|
+
/** Time when the event occurred. */
|
|
47538
47441
|
occurred_at: string;
|
|
47539
47442
|
/** ID of the connected account.
|
|
47540
47443
|
* @deprecated Will be removed. */
|
|
@@ -47545,25 +47448,25 @@ interface Routes {
|
|
|
47545
47448
|
acs_encoder_id: string;
|
|
47546
47449
|
event_type: 'acs_encoder.removed';
|
|
47547
47450
|
} | {
|
|
47548
|
-
/**
|
|
47451
|
+
/** ID of the event. */
|
|
47549
47452
|
event_id: string;
|
|
47550
|
-
/**
|
|
47453
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47551
47454
|
workspace_id: string;
|
|
47552
|
-
/**
|
|
47455
|
+
/** Time at which the event was created. */
|
|
47553
47456
|
created_at: string;
|
|
47554
|
-
/**
|
|
47457
|
+
/** Time when the event occurred. */
|
|
47555
47458
|
occurred_at: string;
|
|
47556
47459
|
/** ID of the client session. */
|
|
47557
47460
|
client_session_id: string;
|
|
47558
47461
|
event_type: 'client_session.deleted';
|
|
47559
47462
|
} | {
|
|
47560
|
-
/**
|
|
47463
|
+
/** ID of the event. */
|
|
47561
47464
|
event_id: string;
|
|
47562
|
-
/**
|
|
47465
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47563
47466
|
workspace_id: string;
|
|
47564
|
-
/**
|
|
47467
|
+
/** Time at which the event was created. */
|
|
47565
47468
|
created_at: string;
|
|
47566
|
-
/**
|
|
47469
|
+
/** Time when the event occurred. */
|
|
47567
47470
|
occurred_at: string;
|
|
47568
47471
|
/** ID of the connected account. */
|
|
47569
47472
|
connected_account_id: string;
|
|
@@ -47571,13 +47474,13 @@ interface Routes {
|
|
|
47571
47474
|
/** ID of the connect webview. */
|
|
47572
47475
|
connect_webview_id: string;
|
|
47573
47476
|
} | {
|
|
47574
|
-
/**
|
|
47477
|
+
/** ID of the event. */
|
|
47575
47478
|
event_id: string;
|
|
47576
|
-
/**
|
|
47479
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47577
47480
|
workspace_id: string;
|
|
47578
|
-
/**
|
|
47481
|
+
/** Time at which the event was created. */
|
|
47579
47482
|
created_at: string;
|
|
47580
|
-
/**
|
|
47483
|
+
/** Time when the event occurred. */
|
|
47581
47484
|
occurred_at: string;
|
|
47582
47485
|
/** ID of the connected account. */
|
|
47583
47486
|
connected_account_id: string;
|
|
@@ -47585,13 +47488,13 @@ interface Routes {
|
|
|
47585
47488
|
/** ID of the connect webview. */
|
|
47586
47489
|
connect_webview_id: string;
|
|
47587
47490
|
} | {
|
|
47588
|
-
/**
|
|
47491
|
+
/** ID of the event. */
|
|
47589
47492
|
event_id: string;
|
|
47590
|
-
/**
|
|
47493
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47591
47494
|
workspace_id: string;
|
|
47592
|
-
/**
|
|
47495
|
+
/** Time at which the event was created. */
|
|
47593
47496
|
created_at: string;
|
|
47594
|
-
/**
|
|
47497
|
+
/** Time when the event occurred. */
|
|
47595
47498
|
occurred_at: string;
|
|
47596
47499
|
/** ID of the connected account. */
|
|
47597
47500
|
connected_account_id: string;
|
|
@@ -47599,61 +47502,61 @@ interface Routes {
|
|
|
47599
47502
|
/** ID of the connect webview. */
|
|
47600
47503
|
connect_webview_id: string;
|
|
47601
47504
|
} | {
|
|
47602
|
-
/**
|
|
47505
|
+
/** ID of the event. */
|
|
47603
47506
|
event_id: string;
|
|
47604
|
-
/**
|
|
47507
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47605
47508
|
workspace_id: string;
|
|
47606
|
-
/**
|
|
47509
|
+
/** Time at which the event was created. */
|
|
47607
47510
|
created_at: string;
|
|
47608
|
-
/**
|
|
47511
|
+
/** Time when the event occurred. */
|
|
47609
47512
|
occurred_at: string;
|
|
47610
47513
|
/** ID of the connected account. */
|
|
47611
47514
|
connected_account_id: string;
|
|
47612
47515
|
event_type: 'connected_account.disconnected';
|
|
47613
47516
|
} | {
|
|
47614
|
-
/**
|
|
47517
|
+
/** ID of the event. */
|
|
47615
47518
|
event_id: string;
|
|
47616
|
-
/**
|
|
47519
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47617
47520
|
workspace_id: string;
|
|
47618
|
-
/**
|
|
47521
|
+
/** Time at which the event was created. */
|
|
47619
47522
|
created_at: string;
|
|
47620
|
-
/**
|
|
47523
|
+
/** Time when the event occurred. */
|
|
47621
47524
|
occurred_at: string;
|
|
47622
47525
|
/** ID of the connected account. */
|
|
47623
47526
|
connected_account_id: string;
|
|
47624
47527
|
event_type: 'connected_account.completed_first_sync';
|
|
47625
47528
|
} | {
|
|
47626
|
-
/**
|
|
47529
|
+
/** ID of the event. */
|
|
47627
47530
|
event_id: string;
|
|
47628
|
-
/**
|
|
47531
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47629
47532
|
workspace_id: string;
|
|
47630
|
-
/**
|
|
47533
|
+
/** Time at which the event was created. */
|
|
47631
47534
|
created_at: string;
|
|
47632
|
-
/**
|
|
47535
|
+
/** Time when the event occurred. */
|
|
47633
47536
|
occurred_at: string;
|
|
47634
47537
|
/** ID of the connected account. */
|
|
47635
47538
|
connected_account_id: string;
|
|
47636
47539
|
event_type: 'connected_account.deleted';
|
|
47637
47540
|
} | {
|
|
47638
|
-
/**
|
|
47541
|
+
/** ID of the event. */
|
|
47639
47542
|
event_id: string;
|
|
47640
|
-
/**
|
|
47543
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47641
47544
|
workspace_id: string;
|
|
47642
|
-
/**
|
|
47545
|
+
/** Time at which the event was created. */
|
|
47643
47546
|
created_at: string;
|
|
47644
|
-
/**
|
|
47547
|
+
/** Time when the event occurred. */
|
|
47645
47548
|
occurred_at: string;
|
|
47646
47549
|
/** ID of the connected account. */
|
|
47647
47550
|
connected_account_id: string;
|
|
47648
47551
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
47649
47552
|
} | {
|
|
47650
|
-
/**
|
|
47553
|
+
/** ID of the event. */
|
|
47651
47554
|
event_id: string;
|
|
47652
|
-
/**
|
|
47555
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47653
47556
|
workspace_id: string;
|
|
47654
|
-
/**
|
|
47557
|
+
/** Time at which the event was created. */
|
|
47655
47558
|
created_at: string;
|
|
47656
|
-
/**
|
|
47559
|
+
/** Time when the event occurred. */
|
|
47657
47560
|
occurred_at: string;
|
|
47658
47561
|
/** The ID of the action attempt. */
|
|
47659
47562
|
action_attempt_id: string;
|
|
@@ -47663,13 +47566,13 @@ interface Routes {
|
|
|
47663
47566
|
status: string;
|
|
47664
47567
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
47665
47568
|
} | {
|
|
47666
|
-
/**
|
|
47569
|
+
/** ID of the event. */
|
|
47667
47570
|
event_id: string;
|
|
47668
|
-
/**
|
|
47571
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47669
47572
|
workspace_id: string;
|
|
47670
|
-
/**
|
|
47573
|
+
/** Time at which the event was created. */
|
|
47671
47574
|
created_at: string;
|
|
47672
|
-
/**
|
|
47575
|
+
/** Time when the event occurred. */
|
|
47673
47576
|
occurred_at: string;
|
|
47674
47577
|
/** The ID of the action attempt. */
|
|
47675
47578
|
action_attempt_id: string;
|
|
@@ -47679,13 +47582,13 @@ interface Routes {
|
|
|
47679
47582
|
status: string;
|
|
47680
47583
|
event_type: 'action_attempt.lock_door.failed';
|
|
47681
47584
|
} | {
|
|
47682
|
-
/**
|
|
47585
|
+
/** ID of the event. */
|
|
47683
47586
|
event_id: string;
|
|
47684
|
-
/**
|
|
47587
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47685
47588
|
workspace_id: string;
|
|
47686
|
-
/**
|
|
47589
|
+
/** Time at which the event was created. */
|
|
47687
47590
|
created_at: string;
|
|
47688
|
-
/**
|
|
47591
|
+
/** Time when the event occurred. */
|
|
47689
47592
|
occurred_at: string;
|
|
47690
47593
|
/** The ID of the action attempt. */
|
|
47691
47594
|
action_attempt_id: string;
|
|
@@ -47695,13 +47598,13 @@ interface Routes {
|
|
|
47695
47598
|
status: string;
|
|
47696
47599
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
47697
47600
|
} | {
|
|
47698
|
-
/**
|
|
47601
|
+
/** ID of the event. */
|
|
47699
47602
|
event_id: string;
|
|
47700
|
-
/**
|
|
47603
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47701
47604
|
workspace_id: string;
|
|
47702
|
-
/**
|
|
47605
|
+
/** Time at which the event was created. */
|
|
47703
47606
|
created_at: string;
|
|
47704
|
-
/**
|
|
47607
|
+
/** Time when the event occurred. */
|
|
47705
47608
|
occurred_at: string;
|
|
47706
47609
|
/** The ID of the action attempt. */
|
|
47707
47610
|
action_attempt_id: string;
|
|
@@ -47711,13 +47614,13 @@ interface Routes {
|
|
|
47711
47614
|
status: string;
|
|
47712
47615
|
event_type: 'action_attempt.unlock_door.failed';
|
|
47713
47616
|
} | {
|
|
47714
|
-
/**
|
|
47617
|
+
/** ID of the event. */
|
|
47715
47618
|
event_id: string;
|
|
47716
|
-
/**
|
|
47619
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47717
47620
|
workspace_id: string;
|
|
47718
|
-
/**
|
|
47621
|
+
/** Time at which the event was created. */
|
|
47719
47622
|
created_at: string;
|
|
47720
|
-
/**
|
|
47623
|
+
/** Time when the event occurred. */
|
|
47721
47624
|
occurred_at: string;
|
|
47722
47625
|
/** ID of the connect webview. */
|
|
47723
47626
|
connect_webview_id: string;
|
|
@@ -47725,439 +47628,452 @@ interface Routes {
|
|
|
47725
47628
|
/** ID of the connected account. */
|
|
47726
47629
|
connected_account_id: string;
|
|
47727
47630
|
} | {
|
|
47728
|
-
/**
|
|
47631
|
+
/** ID of the event. */
|
|
47729
47632
|
event_id: string;
|
|
47730
|
-
/**
|
|
47633
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47731
47634
|
workspace_id: string;
|
|
47732
|
-
/**
|
|
47635
|
+
/** Time at which the event was created. */
|
|
47733
47636
|
created_at: string;
|
|
47734
|
-
/**
|
|
47637
|
+
/** Time when the event occurred. */
|
|
47735
47638
|
occurred_at: string;
|
|
47736
47639
|
/** ID of the connect webview. */
|
|
47737
47640
|
connect_webview_id: string;
|
|
47738
47641
|
event_type: 'connect_webview.login_failed';
|
|
47739
47642
|
} | {
|
|
47740
|
-
/**
|
|
47643
|
+
/** ID of the event. */
|
|
47741
47644
|
event_id: string;
|
|
47742
|
-
/**
|
|
47645
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47743
47646
|
workspace_id: string;
|
|
47744
|
-
/**
|
|
47647
|
+
/** Time at which the event was created. */
|
|
47745
47648
|
created_at: string;
|
|
47746
|
-
/**
|
|
47649
|
+
/** Time when the event occurred. */
|
|
47747
47650
|
occurred_at: string;
|
|
47748
47651
|
/** ID of the device. */
|
|
47749
47652
|
device_id: string;
|
|
47750
|
-
/** ID of the connected account. */
|
|
47653
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47751
47654
|
connected_account_id: string;
|
|
47752
47655
|
event_type: 'device.connected';
|
|
47753
47656
|
} | {
|
|
47754
|
-
/**
|
|
47657
|
+
/** ID of the event. */
|
|
47755
47658
|
event_id: string;
|
|
47756
|
-
/**
|
|
47659
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47757
47660
|
workspace_id: string;
|
|
47758
|
-
/**
|
|
47661
|
+
/** Time at which the event was created. */
|
|
47759
47662
|
created_at: string;
|
|
47760
|
-
/**
|
|
47663
|
+
/** Time when the event occurred. */
|
|
47761
47664
|
occurred_at: string;
|
|
47762
47665
|
/** ID of the device. */
|
|
47763
47666
|
device_id: string;
|
|
47764
|
-
/** ID of the connected account. */
|
|
47667
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47765
47668
|
connected_account_id: string;
|
|
47766
47669
|
event_type: 'device.added';
|
|
47767
47670
|
} | {
|
|
47768
|
-
/**
|
|
47671
|
+
/** ID of the event. */
|
|
47769
47672
|
event_id: string;
|
|
47770
|
-
/**
|
|
47673
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47771
47674
|
workspace_id: string;
|
|
47772
|
-
/**
|
|
47675
|
+
/** Time at which the event was created. */
|
|
47773
47676
|
created_at: string;
|
|
47774
|
-
/**
|
|
47677
|
+
/** Time when the event occurred. */
|
|
47775
47678
|
occurred_at: string;
|
|
47776
47679
|
/** ID of the device. */
|
|
47777
47680
|
device_id: string;
|
|
47778
|
-
/** ID of the connected account. */
|
|
47681
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47779
47682
|
connected_account_id: string;
|
|
47780
47683
|
event_type: 'device.converted_to_unmanaged';
|
|
47781
47684
|
} | {
|
|
47782
|
-
/**
|
|
47685
|
+
/** ID of the event. */
|
|
47783
47686
|
event_id: string;
|
|
47784
|
-
/**
|
|
47687
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47785
47688
|
workspace_id: string;
|
|
47786
|
-
/**
|
|
47689
|
+
/** Time at which the event was created. */
|
|
47787
47690
|
created_at: string;
|
|
47788
|
-
/**
|
|
47691
|
+
/** Time when the event occurred. */
|
|
47789
47692
|
occurred_at: string;
|
|
47790
47693
|
/** ID of the device. */
|
|
47791
47694
|
device_id: string;
|
|
47792
|
-
/** ID of the connected account. */
|
|
47695
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47793
47696
|
connected_account_id: string;
|
|
47794
47697
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
47795
47698
|
} | {
|
|
47796
|
-
/**
|
|
47699
|
+
/** ID of the event. */
|
|
47797
47700
|
event_id: string;
|
|
47798
|
-
/**
|
|
47701
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47799
47702
|
workspace_id: string;
|
|
47800
|
-
/**
|
|
47703
|
+
/** Time at which the event was created. */
|
|
47801
47704
|
created_at: string;
|
|
47802
|
-
/**
|
|
47705
|
+
/** Time when the event occurred. */
|
|
47803
47706
|
occurred_at: string;
|
|
47804
47707
|
/** ID of the device. */
|
|
47805
47708
|
device_id: string;
|
|
47806
|
-
/** ID of the connected account. */
|
|
47709
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47807
47710
|
connected_account_id: string;
|
|
47808
47711
|
event_type: 'device.unmanaged.connected';
|
|
47809
47712
|
} | {
|
|
47810
|
-
/**
|
|
47713
|
+
/** ID of the event. */
|
|
47811
47714
|
event_id: string;
|
|
47812
|
-
/**
|
|
47715
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47813
47716
|
workspace_id: string;
|
|
47814
|
-
/**
|
|
47717
|
+
/** Time at which the event was created. */
|
|
47815
47718
|
created_at: string;
|
|
47816
|
-
/**
|
|
47719
|
+
/** Time when the event occurred. */
|
|
47817
47720
|
occurred_at: string;
|
|
47818
47721
|
/** ID of the device. */
|
|
47819
47722
|
device_id: string;
|
|
47820
|
-
/** ID of the connected account. */
|
|
47723
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47821
47724
|
connected_account_id: string;
|
|
47822
47725
|
event_type: 'device.disconnected';
|
|
47823
|
-
/**
|
|
47726
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47824
47727
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47825
47728
|
} | {
|
|
47826
|
-
/**
|
|
47729
|
+
/** ID of the event. */
|
|
47827
47730
|
event_id: string;
|
|
47828
|
-
/**
|
|
47731
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47829
47732
|
workspace_id: string;
|
|
47830
|
-
/**
|
|
47733
|
+
/** Time at which the event was created. */
|
|
47831
47734
|
created_at: string;
|
|
47832
|
-
/**
|
|
47735
|
+
/** Time when the event occurred. */
|
|
47833
47736
|
occurred_at: string;
|
|
47834
47737
|
/** ID of the device. */
|
|
47835
47738
|
device_id: string;
|
|
47836
|
-
/** ID of the connected account. */
|
|
47739
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47837
47740
|
connected_account_id: string;
|
|
47838
47741
|
event_type: 'device.unmanaged.disconnected';
|
|
47839
|
-
/**
|
|
47742
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47840
47743
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47841
47744
|
} | {
|
|
47842
|
-
/**
|
|
47745
|
+
/** ID of the event. */
|
|
47843
47746
|
event_id: string;
|
|
47844
|
-
/**
|
|
47747
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47845
47748
|
workspace_id: string;
|
|
47846
|
-
/**
|
|
47749
|
+
/** Time at which the event was created. */
|
|
47847
47750
|
created_at: string;
|
|
47848
|
-
/**
|
|
47751
|
+
/** Time when the event occurred. */
|
|
47849
47752
|
occurred_at: string;
|
|
47850
47753
|
/** ID of the device. */
|
|
47851
47754
|
device_id: string;
|
|
47852
|
-
/** ID of the connected account. */
|
|
47755
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47853
47756
|
connected_account_id: string;
|
|
47854
47757
|
event_type: 'device.tampered';
|
|
47855
47758
|
} | {
|
|
47856
|
-
/**
|
|
47759
|
+
/** ID of the event. */
|
|
47857
47760
|
event_id: string;
|
|
47858
|
-
/**
|
|
47761
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47859
47762
|
workspace_id: string;
|
|
47860
|
-
/**
|
|
47763
|
+
/** Time at which the event was created. */
|
|
47861
47764
|
created_at: string;
|
|
47862
|
-
/**
|
|
47765
|
+
/** Time when the event occurred. */
|
|
47863
47766
|
occurred_at: string;
|
|
47864
47767
|
/** ID of the device. */
|
|
47865
47768
|
device_id: string;
|
|
47866
|
-
/** ID of the connected account. */
|
|
47769
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47867
47770
|
connected_account_id: string;
|
|
47868
47771
|
event_type: 'device.low_battery';
|
|
47869
|
-
/**
|
|
47772
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47870
47773
|
battery_level: number;
|
|
47871
47774
|
} | {
|
|
47872
|
-
/**
|
|
47775
|
+
/** ID of the event. */
|
|
47873
47776
|
event_id: string;
|
|
47874
|
-
/**
|
|
47777
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47875
47778
|
workspace_id: string;
|
|
47876
|
-
/**
|
|
47779
|
+
/** Time at which the event was created. */
|
|
47877
47780
|
created_at: string;
|
|
47878
|
-
/**
|
|
47781
|
+
/** Time when the event occurred. */
|
|
47879
47782
|
occurred_at: string;
|
|
47880
47783
|
/** ID of the device. */
|
|
47881
47784
|
device_id: string;
|
|
47882
|
-
/** ID of the connected account. */
|
|
47785
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47883
47786
|
connected_account_id: string;
|
|
47884
47787
|
event_type: 'device.battery_status_changed';
|
|
47885
|
-
/**
|
|
47788
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
47886
47789
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
47887
|
-
/**
|
|
47790
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47888
47791
|
battery_level: number;
|
|
47889
47792
|
} | {
|
|
47890
|
-
/**
|
|
47793
|
+
/** ID of the event. */
|
|
47891
47794
|
event_id: string;
|
|
47892
|
-
/**
|
|
47795
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47893
47796
|
workspace_id: string;
|
|
47894
|
-
/**
|
|
47797
|
+
/** Time at which the event was created. */
|
|
47895
47798
|
created_at: string;
|
|
47896
|
-
/**
|
|
47799
|
+
/** Time when the event occurred. */
|
|
47897
47800
|
occurred_at: string;
|
|
47898
47801
|
/** ID of the device. */
|
|
47899
47802
|
device_id: string;
|
|
47900
|
-
/** ID of the connected account. */
|
|
47803
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47901
47804
|
connected_account_id: string;
|
|
47902
47805
|
event_type: 'device.removed';
|
|
47903
47806
|
} | {
|
|
47904
|
-
/**
|
|
47807
|
+
/** ID of the event. */
|
|
47905
47808
|
event_id: string;
|
|
47906
|
-
/**
|
|
47809
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47907
47810
|
workspace_id: string;
|
|
47908
|
-
/**
|
|
47811
|
+
/** Time at which the event was created. */
|
|
47909
47812
|
created_at: string;
|
|
47910
|
-
/**
|
|
47813
|
+
/** Time when the event occurred. */
|
|
47911
47814
|
occurred_at: string;
|
|
47912
47815
|
/** ID of the device. */
|
|
47913
47816
|
device_id: string;
|
|
47914
|
-
/** ID of the connected account. */
|
|
47817
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47915
47818
|
connected_account_id: string;
|
|
47916
47819
|
event_type: 'device.deleted';
|
|
47917
47820
|
} | {
|
|
47918
|
-
/**
|
|
47821
|
+
/** ID of the event. */
|
|
47919
47822
|
event_id: string;
|
|
47920
|
-
/**
|
|
47823
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47921
47824
|
workspace_id: string;
|
|
47922
|
-
/**
|
|
47825
|
+
/** Time at which the event was created. */
|
|
47923
47826
|
created_at: string;
|
|
47924
|
-
/**
|
|
47827
|
+
/** Time when the event occurred. */
|
|
47925
47828
|
occurred_at: string;
|
|
47926
47829
|
/** ID of the device. */
|
|
47927
47830
|
device_id: string;
|
|
47928
|
-
/** ID of the connected account. */
|
|
47831
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47929
47832
|
connected_account_id: string;
|
|
47930
47833
|
event_type: 'device.third_party_integration_detected';
|
|
47931
47834
|
} | {
|
|
47932
|
-
/**
|
|
47835
|
+
/** ID of the event. */
|
|
47933
47836
|
event_id: string;
|
|
47934
|
-
/**
|
|
47837
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47935
47838
|
workspace_id: string;
|
|
47936
|
-
/**
|
|
47839
|
+
/** Time at which the event was created. */
|
|
47937
47840
|
created_at: string;
|
|
47938
|
-
/**
|
|
47841
|
+
/** Time when the event occurred. */
|
|
47939
47842
|
occurred_at: string;
|
|
47940
47843
|
/** ID of the device. */
|
|
47941
47844
|
device_id: string;
|
|
47942
|
-
/** ID of the connected account. */
|
|
47845
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47943
47846
|
connected_account_id: string;
|
|
47944
47847
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
47945
47848
|
} | {
|
|
47946
|
-
/**
|
|
47849
|
+
/** ID of the event. */
|
|
47947
47850
|
event_id: string;
|
|
47948
|
-
/**
|
|
47851
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47949
47852
|
workspace_id: string;
|
|
47950
|
-
/**
|
|
47853
|
+
/** Time at which the event was created. */
|
|
47951
47854
|
created_at: string;
|
|
47952
|
-
/**
|
|
47855
|
+
/** Time when the event occurred. */
|
|
47953
47856
|
occurred_at: string;
|
|
47954
47857
|
/** ID of the device. */
|
|
47955
47858
|
device_id: string;
|
|
47956
|
-
/** ID of the connected account. */
|
|
47859
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47957
47860
|
connected_account_id: string;
|
|
47958
47861
|
event_type: 'device.salto.privacy_mode_activated';
|
|
47959
47862
|
} | {
|
|
47960
|
-
/**
|
|
47863
|
+
/** ID of the event. */
|
|
47961
47864
|
event_id: string;
|
|
47962
|
-
/**
|
|
47865
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47963
47866
|
workspace_id: string;
|
|
47964
|
-
/**
|
|
47867
|
+
/** Time at which the event was created. */
|
|
47965
47868
|
created_at: string;
|
|
47966
|
-
/**
|
|
47869
|
+
/** Time when the event occurred. */
|
|
47967
47870
|
occurred_at: string;
|
|
47968
47871
|
/** ID of the device. */
|
|
47969
47872
|
device_id: string;
|
|
47970
|
-
/** ID of the connected account. */
|
|
47873
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47971
47874
|
connected_account_id: string;
|
|
47972
47875
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
47973
47876
|
} | {
|
|
47974
|
-
/**
|
|
47877
|
+
/** ID of the event. */
|
|
47975
47878
|
event_id: string;
|
|
47976
|
-
/**
|
|
47879
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47977
47880
|
workspace_id: string;
|
|
47978
|
-
/**
|
|
47881
|
+
/** Time at which the event was created. */
|
|
47979
47882
|
created_at: string;
|
|
47980
|
-
/**
|
|
47883
|
+
/** Time when the event occurred. */
|
|
47981
47884
|
occurred_at: string;
|
|
47982
47885
|
/** ID of the device. */
|
|
47983
47886
|
device_id: string;
|
|
47984
|
-
/** ID of the connected account. */
|
|
47887
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47985
47888
|
connected_account_id: string;
|
|
47986
47889
|
event_type: 'device.connection_became_flaky';
|
|
47987
47890
|
} | {
|
|
47988
|
-
/**
|
|
47891
|
+
/** ID of the event. */
|
|
47989
47892
|
event_id: string;
|
|
47990
|
-
/**
|
|
47893
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47991
47894
|
workspace_id: string;
|
|
47992
|
-
/**
|
|
47895
|
+
/** Time at which the event was created. */
|
|
47993
47896
|
created_at: string;
|
|
47994
|
-
/**
|
|
47897
|
+
/** Time when the event occurred. */
|
|
47995
47898
|
occurred_at: string;
|
|
47996
47899
|
/** ID of the device. */
|
|
47997
47900
|
device_id: string;
|
|
47998
|
-
/** ID of the connected account. */
|
|
47901
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47999
47902
|
connected_account_id: string;
|
|
48000
47903
|
event_type: 'device.connection_stabilized';
|
|
48001
47904
|
} | {
|
|
48002
|
-
/**
|
|
47905
|
+
/** ID of the event. */
|
|
48003
47906
|
event_id: string;
|
|
48004
|
-
/**
|
|
47907
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48005
47908
|
workspace_id: string;
|
|
48006
|
-
/**
|
|
47909
|
+
/** Time at which the event was created. */
|
|
48007
47910
|
created_at: string;
|
|
48008
|
-
/**
|
|
47911
|
+
/** Time when the event occurred. */
|
|
48009
47912
|
occurred_at: string;
|
|
48010
47913
|
/** ID of the device. */
|
|
48011
47914
|
device_id: string;
|
|
48012
|
-
/** ID of the connected account. */
|
|
47915
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48013
47916
|
connected_account_id: string;
|
|
48014
47917
|
event_type: 'device.error.subscription_required';
|
|
48015
47918
|
} | {
|
|
48016
|
-
/**
|
|
47919
|
+
/** ID of the event. */
|
|
48017
47920
|
event_id: string;
|
|
48018
|
-
/**
|
|
47921
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48019
47922
|
workspace_id: string;
|
|
48020
|
-
/**
|
|
47923
|
+
/** Time at which the event was created. */
|
|
48021
47924
|
created_at: string;
|
|
48022
|
-
/**
|
|
47925
|
+
/** Time when the event occurred. */
|
|
48023
47926
|
occurred_at: string;
|
|
48024
47927
|
/** ID of the device. */
|
|
48025
47928
|
device_id: string;
|
|
48026
|
-
/** ID of the connected account. */
|
|
47929
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48027
47930
|
connected_account_id: string;
|
|
48028
47931
|
event_type: 'device.error.subscription_required.resolved';
|
|
48029
47932
|
} | {
|
|
48030
|
-
/**
|
|
47933
|
+
/** ID of the event. */
|
|
48031
47934
|
event_id: string;
|
|
48032
|
-
/**
|
|
47935
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48033
47936
|
workspace_id: string;
|
|
48034
|
-
/**
|
|
47937
|
+
/** Time at which the event was created. */
|
|
48035
47938
|
created_at: string;
|
|
48036
|
-
/**
|
|
47939
|
+
/** Time when the event occurred. */
|
|
48037
47940
|
occurred_at: string;
|
|
48038
47941
|
/** ID of the device. */
|
|
48039
47942
|
device_id: string;
|
|
48040
|
-
/** ID of the connected account. */
|
|
47943
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48041
47944
|
connected_account_id: string;
|
|
48042
47945
|
event_type: 'device.accessory_keypad_connected';
|
|
48043
47946
|
} | {
|
|
48044
|
-
/**
|
|
47947
|
+
/** ID of the event. */
|
|
48045
47948
|
event_id: string;
|
|
48046
|
-
/**
|
|
47949
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48047
47950
|
workspace_id: string;
|
|
48048
|
-
/**
|
|
47951
|
+
/** Time at which the event was created. */
|
|
48049
47952
|
created_at: string;
|
|
48050
|
-
/**
|
|
47953
|
+
/** Time when the event occurred. */
|
|
48051
47954
|
occurred_at: string;
|
|
48052
47955
|
/** ID of the device. */
|
|
48053
47956
|
device_id: string;
|
|
48054
|
-
/** ID of the connected account. */
|
|
47957
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48055
47958
|
connected_account_id: string;
|
|
48056
47959
|
event_type: 'device.accessory_keypad_disconnected';
|
|
48057
47960
|
} | {
|
|
48058
|
-
/**
|
|
47961
|
+
/** ID of the event. */
|
|
48059
47962
|
event_id: string;
|
|
48060
|
-
/**
|
|
47963
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48061
47964
|
workspace_id: string;
|
|
48062
|
-
/**
|
|
47965
|
+
/** Time at which the event was created. */
|
|
48063
47966
|
created_at: string;
|
|
48064
|
-
/**
|
|
47967
|
+
/** Time when the event occurred. */
|
|
48065
47968
|
occurred_at: string;
|
|
48066
47969
|
/** ID of the device. */
|
|
48067
47970
|
device_id: string;
|
|
48068
|
-
/** ID of the connected account. */
|
|
47971
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48069
47972
|
connected_account_id: string;
|
|
48070
47973
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
47974
|
+
/** Detected noise level in decibels. */
|
|
48071
47975
|
noise_level_decibels?: number | undefined;
|
|
47976
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
48072
47977
|
noise_level_nrs?: number | undefined;
|
|
47978
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
48073
47979
|
noise_threshold_id?: string | undefined;
|
|
47980
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
48074
47981
|
noise_threshold_name?: string | undefined;
|
|
48075
|
-
/** Metadata from
|
|
47982
|
+
/** Metadata from Noiseaware. */
|
|
48076
47983
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
48077
|
-
/** Metadata from
|
|
47984
|
+
/** Metadata from Minut. */
|
|
48078
47985
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
48079
47986
|
} | {
|
|
48080
|
-
/**
|
|
47987
|
+
/** ID of the event. */
|
|
48081
47988
|
event_id: string;
|
|
48082
|
-
/**
|
|
47989
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48083
47990
|
workspace_id: string;
|
|
48084
|
-
/**
|
|
47991
|
+
/** Time at which the event was created. */
|
|
48085
47992
|
created_at: string;
|
|
48086
|
-
/**
|
|
47993
|
+
/** Time when the event occurred. */
|
|
48087
47994
|
occurred_at: string;
|
|
48088
47995
|
/** ID of the device. */
|
|
48089
47996
|
device_id: string;
|
|
48090
|
-
/** ID of the connected account. */
|
|
47997
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48091
47998
|
connected_account_id: string;
|
|
48092
47999
|
event_type: 'lock.locked';
|
|
48000
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
48093
48001
|
access_code_id?: string | undefined;
|
|
48002
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
48094
48003
|
action_attempt_id?: string | undefined;
|
|
48095
|
-
/** Method by which a lock device was locked
|
|
48004
|
+
/** 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. */
|
|
48096
48005
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48097
48006
|
} | {
|
|
48098
|
-
/**
|
|
48007
|
+
/** ID of the event. */
|
|
48099
48008
|
event_id: string;
|
|
48100
|
-
/**
|
|
48009
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48101
48010
|
workspace_id: string;
|
|
48102
|
-
/**
|
|
48011
|
+
/** Time at which the event was created. */
|
|
48103
48012
|
created_at: string;
|
|
48104
|
-
/**
|
|
48013
|
+
/** Time when the event occurred. */
|
|
48105
48014
|
occurred_at: string;
|
|
48106
48015
|
/** ID of the device. */
|
|
48107
48016
|
device_id: string;
|
|
48108
|
-
/** ID of the connected account. */
|
|
48017
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48109
48018
|
connected_account_id: string;
|
|
48110
48019
|
event_type: 'lock.unlocked';
|
|
48020
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
48111
48021
|
access_code_id?: string | undefined;
|
|
48022
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
48112
48023
|
action_attempt_id?: string | undefined;
|
|
48113
|
-
/** Method by which a lock device was
|
|
48024
|
+
/** 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. */
|
|
48114
48025
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48115
48026
|
} | {
|
|
48116
|
-
/**
|
|
48027
|
+
/** ID of the event. */
|
|
48117
48028
|
event_id: string;
|
|
48118
|
-
/**
|
|
48029
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48119
48030
|
workspace_id: string;
|
|
48120
|
-
/**
|
|
48031
|
+
/** Time at which the event was created. */
|
|
48121
48032
|
created_at: string;
|
|
48122
|
-
/**
|
|
48033
|
+
/** Time when the event occurred. */
|
|
48123
48034
|
occurred_at: string;
|
|
48124
48035
|
/** ID of the device. */
|
|
48125
48036
|
device_id: string;
|
|
48126
|
-
/** ID of the connected account. */
|
|
48037
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48127
48038
|
connected_account_id: string;
|
|
48128
48039
|
event_type: 'lock.access_denied';
|
|
48040
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
48129
48041
|
access_code_id?: string | undefined;
|
|
48130
48042
|
} | {
|
|
48131
|
-
/**
|
|
48043
|
+
/** ID of the event. */
|
|
48132
48044
|
event_id: string;
|
|
48133
|
-
/**
|
|
48045
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48134
48046
|
workspace_id: string;
|
|
48135
|
-
/**
|
|
48047
|
+
/** Time at which the event was created. */
|
|
48136
48048
|
created_at: string;
|
|
48137
|
-
/**
|
|
48049
|
+
/** Time when the event occurred. */
|
|
48138
48050
|
occurred_at: string;
|
|
48139
48051
|
/** ID of the device. */
|
|
48140
48052
|
device_id: string;
|
|
48141
|
-
/** ID of the connected account. */
|
|
48053
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48142
48054
|
connected_account_id: string;
|
|
48143
48055
|
event_type: 'thermostat.climate_preset_activated';
|
|
48056
|
+
/** 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. */
|
|
48144
48057
|
thermostat_schedule_id: string | null;
|
|
48058
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
48145
48059
|
climate_preset_key: string;
|
|
48060
|
+
/** 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. */
|
|
48146
48061
|
is_fallback_climate_preset: boolean;
|
|
48147
48062
|
} | {
|
|
48148
|
-
/**
|
|
48063
|
+
/** ID of the event. */
|
|
48149
48064
|
event_id: string;
|
|
48150
|
-
/**
|
|
48065
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48151
48066
|
workspace_id: string;
|
|
48152
|
-
/**
|
|
48067
|
+
/** Time at which the event was created. */
|
|
48153
48068
|
created_at: string;
|
|
48154
|
-
/**
|
|
48069
|
+
/** Time when the event occurred. */
|
|
48155
48070
|
occurred_at: string;
|
|
48156
48071
|
/** ID of the device. */
|
|
48157
48072
|
device_id: string;
|
|
48158
|
-
/** ID of the connected account. */
|
|
48073
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48159
48074
|
connected_account_id: string;
|
|
48160
48075
|
event_type: 'thermostat.manually_adjusted';
|
|
48076
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
48161
48077
|
method: 'seam' | 'external';
|
|
48162
48078
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
48163
48079
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -48172,65 +48088,77 @@ interface Routes {
|
|
|
48172
48088
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
48173
48089
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
48174
48090
|
} | {
|
|
48175
|
-
/**
|
|
48091
|
+
/** ID of the event. */
|
|
48176
48092
|
event_id: string;
|
|
48177
|
-
/**
|
|
48093
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48178
48094
|
workspace_id: string;
|
|
48179
|
-
/**
|
|
48095
|
+
/** Time at which the event was created. */
|
|
48180
48096
|
created_at: string;
|
|
48181
|
-
/**
|
|
48097
|
+
/** Time when the event occurred. */
|
|
48182
48098
|
occurred_at: string;
|
|
48183
48099
|
/** ID of the device. */
|
|
48184
48100
|
device_id: string;
|
|
48185
|
-
/** ID of the connected account. */
|
|
48101
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48186
48102
|
connected_account_id: string;
|
|
48187
48103
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
48104
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48188
48105
|
temperature_celsius: number;
|
|
48106
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48189
48107
|
temperature_fahrenheit: number;
|
|
48108
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48190
48109
|
upper_limit_celsius: number | null;
|
|
48110
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48191
48111
|
upper_limit_fahrenheit: number | null;
|
|
48112
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48192
48113
|
lower_limit_celsius: number | null;
|
|
48114
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48193
48115
|
lower_limit_fahrenheit: number | null;
|
|
48194
48116
|
} | {
|
|
48195
|
-
/**
|
|
48117
|
+
/** ID of the event. */
|
|
48196
48118
|
event_id: string;
|
|
48197
|
-
/**
|
|
48119
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48198
48120
|
workspace_id: string;
|
|
48199
|
-
/**
|
|
48121
|
+
/** Time at which the event was created. */
|
|
48200
48122
|
created_at: string;
|
|
48201
|
-
/**
|
|
48123
|
+
/** Time when the event occurred. */
|
|
48202
48124
|
occurred_at: string;
|
|
48203
48125
|
/** ID of the device. */
|
|
48204
48126
|
device_id: string;
|
|
48205
|
-
/** ID of the connected account. */
|
|
48127
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48206
48128
|
connected_account_id: string;
|
|
48207
48129
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
48130
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48208
48131
|
temperature_celsius: number;
|
|
48132
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48209
48133
|
temperature_fahrenheit: number;
|
|
48134
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48210
48135
|
upper_limit_celsius: number | null;
|
|
48136
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48211
48137
|
upper_limit_fahrenheit: number | null;
|
|
48138
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48212
48139
|
lower_limit_celsius: number | null;
|
|
48140
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48213
48141
|
lower_limit_fahrenheit: number | null;
|
|
48214
48142
|
} | {
|
|
48215
|
-
/**
|
|
48143
|
+
/** ID of the event. */
|
|
48216
48144
|
event_id: string;
|
|
48217
|
-
/**
|
|
48145
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48218
48146
|
workspace_id: string;
|
|
48219
|
-
/**
|
|
48147
|
+
/** Time at which the event was created. */
|
|
48220
48148
|
created_at: string;
|
|
48221
|
-
/**
|
|
48149
|
+
/** Time when the event occurred. */
|
|
48222
48150
|
occurred_at: string;
|
|
48223
48151
|
/** ID of the enrollment automation. */
|
|
48224
48152
|
enrollment_automation_id: string;
|
|
48225
48153
|
event_type: 'enrollment_automation.deleted';
|
|
48226
48154
|
} | {
|
|
48227
|
-
/**
|
|
48155
|
+
/** ID of the event. */
|
|
48228
48156
|
event_id: string;
|
|
48229
|
-
/**
|
|
48157
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48230
48158
|
workspace_id: string;
|
|
48231
|
-
/**
|
|
48159
|
+
/** Time at which the event was created. */
|
|
48232
48160
|
created_at: string;
|
|
48233
|
-
/**
|
|
48161
|
+
/** Time when the event occurred. */
|
|
48234
48162
|
occurred_at: string;
|
|
48235
48163
|
/** ID of the device. */
|
|
48236
48164
|
device_id: string;
|
|
@@ -48263,13 +48191,13 @@ interface Routes {
|
|
|
48263
48191
|
formData: {};
|
|
48264
48192
|
jsonResponse: {
|
|
48265
48193
|
events: Array<{
|
|
48266
|
-
/**
|
|
48194
|
+
/** ID of the event. */
|
|
48267
48195
|
event_id: string;
|
|
48268
|
-
/**
|
|
48196
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48269
48197
|
workspace_id: string;
|
|
48270
|
-
/**
|
|
48198
|
+
/** Time at which the event was created. */
|
|
48271
48199
|
created_at: string;
|
|
48272
|
-
/**
|
|
48200
|
+
/** Time when the event occurred. */
|
|
48273
48201
|
occurred_at: string;
|
|
48274
48202
|
/** The ID of the access code. */
|
|
48275
48203
|
access_code_id: string;
|
|
@@ -48279,13 +48207,13 @@ interface Routes {
|
|
|
48279
48207
|
connected_account_id: string;
|
|
48280
48208
|
event_type: 'access_code.created';
|
|
48281
48209
|
} | {
|
|
48282
|
-
/**
|
|
48210
|
+
/** ID of the event. */
|
|
48283
48211
|
event_id: string;
|
|
48284
|
-
/**
|
|
48212
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48285
48213
|
workspace_id: string;
|
|
48286
|
-
/**
|
|
48214
|
+
/** Time at which the event was created. */
|
|
48287
48215
|
created_at: string;
|
|
48288
|
-
/**
|
|
48216
|
+
/** Time when the event occurred. */
|
|
48289
48217
|
occurred_at: string;
|
|
48290
48218
|
/** The ID of the access code. */
|
|
48291
48219
|
access_code_id: string;
|
|
@@ -48295,13 +48223,13 @@ interface Routes {
|
|
|
48295
48223
|
connected_account_id: string;
|
|
48296
48224
|
event_type: 'access_code.changed';
|
|
48297
48225
|
} | {
|
|
48298
|
-
/**
|
|
48226
|
+
/** ID of the event. */
|
|
48299
48227
|
event_id: string;
|
|
48300
|
-
/**
|
|
48228
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48301
48229
|
workspace_id: string;
|
|
48302
|
-
/**
|
|
48230
|
+
/** Time at which the event was created. */
|
|
48303
48231
|
created_at: string;
|
|
48304
|
-
/**
|
|
48232
|
+
/** Time when the event occurred. */
|
|
48305
48233
|
occurred_at: string;
|
|
48306
48234
|
/** The ID of the access code. */
|
|
48307
48235
|
access_code_id: string;
|
|
@@ -48313,13 +48241,13 @@ interface Routes {
|
|
|
48313
48241
|
/** The code of the access code. */
|
|
48314
48242
|
code: string;
|
|
48315
48243
|
} | {
|
|
48316
|
-
/**
|
|
48244
|
+
/** ID of the event. */
|
|
48317
48245
|
event_id: string;
|
|
48318
|
-
/**
|
|
48246
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48319
48247
|
workspace_id: string;
|
|
48320
|
-
/**
|
|
48248
|
+
/** Time at which the event was created. */
|
|
48321
48249
|
created_at: string;
|
|
48322
|
-
/**
|
|
48250
|
+
/** Time when the event occurred. */
|
|
48323
48251
|
occurred_at: string;
|
|
48324
48252
|
/** The ID of the access code. */
|
|
48325
48253
|
access_code_id: string;
|
|
@@ -48331,13 +48259,13 @@ interface Routes {
|
|
|
48331
48259
|
/** The code of the access code. */
|
|
48332
48260
|
code: string;
|
|
48333
48261
|
} | {
|
|
48334
|
-
/**
|
|
48262
|
+
/** ID of the event. */
|
|
48335
48263
|
event_id: string;
|
|
48336
|
-
/**
|
|
48264
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48337
48265
|
workspace_id: string;
|
|
48338
|
-
/**
|
|
48266
|
+
/** Time at which the event was created. */
|
|
48339
48267
|
created_at: string;
|
|
48340
|
-
/**
|
|
48268
|
+
/** Time when the event occurred. */
|
|
48341
48269
|
occurred_at: string;
|
|
48342
48270
|
/** The ID of the access code. */
|
|
48343
48271
|
access_code_id: string;
|
|
@@ -48347,13 +48275,13 @@ interface Routes {
|
|
|
48347
48275
|
connected_account_id: string;
|
|
48348
48276
|
event_type: 'access_code.removed_from_device';
|
|
48349
48277
|
} | {
|
|
48350
|
-
/**
|
|
48278
|
+
/** ID of the event. */
|
|
48351
48279
|
event_id: string;
|
|
48352
|
-
/**
|
|
48280
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48353
48281
|
workspace_id: string;
|
|
48354
|
-
/**
|
|
48282
|
+
/** Time at which the event was created. */
|
|
48355
48283
|
created_at: string;
|
|
48356
|
-
/**
|
|
48284
|
+
/** Time when the event occurred. */
|
|
48357
48285
|
occurred_at: string;
|
|
48358
48286
|
/** The ID of the access code. */
|
|
48359
48287
|
access_code_id: string;
|
|
@@ -48363,13 +48291,13 @@ interface Routes {
|
|
|
48363
48291
|
connected_account_id: string;
|
|
48364
48292
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
48365
48293
|
} | {
|
|
48366
|
-
/**
|
|
48294
|
+
/** ID of the event. */
|
|
48367
48295
|
event_id: string;
|
|
48368
|
-
/**
|
|
48296
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48369
48297
|
workspace_id: string;
|
|
48370
|
-
/**
|
|
48298
|
+
/** Time at which the event was created. */
|
|
48371
48299
|
created_at: string;
|
|
48372
|
-
/**
|
|
48300
|
+
/** Time when the event occurred. */
|
|
48373
48301
|
occurred_at: string;
|
|
48374
48302
|
/** The ID of the access code. */
|
|
48375
48303
|
access_code_id: string;
|
|
@@ -48379,13 +48307,13 @@ interface Routes {
|
|
|
48379
48307
|
connected_account_id: string;
|
|
48380
48308
|
event_type: 'access_code.failed_to_set_on_device';
|
|
48381
48309
|
} | {
|
|
48382
|
-
/**
|
|
48310
|
+
/** ID of the event. */
|
|
48383
48311
|
event_id: string;
|
|
48384
|
-
/**
|
|
48312
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48385
48313
|
workspace_id: string;
|
|
48386
|
-
/**
|
|
48314
|
+
/** Time at which the event was created. */
|
|
48387
48315
|
created_at: string;
|
|
48388
|
-
/**
|
|
48316
|
+
/** Time when the event occurred. */
|
|
48389
48317
|
occurred_at: string;
|
|
48390
48318
|
/** The ID of the access code. */
|
|
48391
48319
|
access_code_id: string;
|
|
@@ -48397,13 +48325,13 @@ interface Routes {
|
|
|
48397
48325
|
/** The code of the access code. */
|
|
48398
48326
|
code: string | null;
|
|
48399
48327
|
} | {
|
|
48400
|
-
/**
|
|
48328
|
+
/** ID of the event. */
|
|
48401
48329
|
event_id: string;
|
|
48402
|
-
/**
|
|
48330
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48403
48331
|
workspace_id: string;
|
|
48404
|
-
/**
|
|
48332
|
+
/** Time at which the event was created. */
|
|
48405
48333
|
created_at: string;
|
|
48406
|
-
/**
|
|
48334
|
+
/** Time when the event occurred. */
|
|
48407
48335
|
occurred_at: string;
|
|
48408
48336
|
/** The ID of the access code. */
|
|
48409
48337
|
access_code_id: string;
|
|
@@ -48413,13 +48341,13 @@ interface Routes {
|
|
|
48413
48341
|
connected_account_id: string;
|
|
48414
48342
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
48415
48343
|
} | {
|
|
48416
|
-
/**
|
|
48344
|
+
/** ID of the event. */
|
|
48417
48345
|
event_id: string;
|
|
48418
|
-
/**
|
|
48346
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48419
48347
|
workspace_id: string;
|
|
48420
|
-
/**
|
|
48348
|
+
/** Time at which the event was created. */
|
|
48421
48349
|
created_at: string;
|
|
48422
|
-
/**
|
|
48350
|
+
/** Time when the event occurred. */
|
|
48423
48351
|
occurred_at: string;
|
|
48424
48352
|
/** The ID of the access code. */
|
|
48425
48353
|
access_code_id: string;
|
|
@@ -48429,13 +48357,13 @@ interface Routes {
|
|
|
48429
48357
|
connected_account_id: string;
|
|
48430
48358
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
48431
48359
|
} | {
|
|
48432
|
-
/**
|
|
48360
|
+
/** ID of the event. */
|
|
48433
48361
|
event_id: string;
|
|
48434
|
-
/**
|
|
48362
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48435
48363
|
workspace_id: string;
|
|
48436
|
-
/**
|
|
48364
|
+
/** Time at which the event was created. */
|
|
48437
48365
|
created_at: string;
|
|
48438
|
-
/**
|
|
48366
|
+
/** Time when the event occurred. */
|
|
48439
48367
|
occurred_at: string;
|
|
48440
48368
|
/** The ID of the access code. */
|
|
48441
48369
|
access_code_id: string;
|
|
@@ -48445,13 +48373,13 @@ interface Routes {
|
|
|
48445
48373
|
connected_account_id: string;
|
|
48446
48374
|
event_type: 'access_code.modified_external_to_seam';
|
|
48447
48375
|
} | {
|
|
48448
|
-
/**
|
|
48376
|
+
/** ID of the event. */
|
|
48449
48377
|
event_id: string;
|
|
48450
|
-
/**
|
|
48378
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48451
48379
|
workspace_id: string;
|
|
48452
|
-
/**
|
|
48380
|
+
/** Time at which the event was created. */
|
|
48453
48381
|
created_at: string;
|
|
48454
|
-
/**
|
|
48382
|
+
/** Time when the event occurred. */
|
|
48455
48383
|
occurred_at: string;
|
|
48456
48384
|
/** The ID of the access code. */
|
|
48457
48385
|
access_code_id: string;
|
|
@@ -48461,13 +48389,13 @@ interface Routes {
|
|
|
48461
48389
|
connected_account_id: string;
|
|
48462
48390
|
event_type: 'access_code.deleted_external_to_seam';
|
|
48463
48391
|
} | {
|
|
48464
|
-
/**
|
|
48392
|
+
/** ID of the event. */
|
|
48465
48393
|
event_id: string;
|
|
48466
|
-
/**
|
|
48394
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48467
48395
|
workspace_id: string;
|
|
48468
|
-
/**
|
|
48396
|
+
/** Time at which the event was created. */
|
|
48469
48397
|
created_at: string;
|
|
48470
|
-
/**
|
|
48398
|
+
/** Time when the event occurred. */
|
|
48471
48399
|
occurred_at: string;
|
|
48472
48400
|
/** The ID of the access code. */
|
|
48473
48401
|
access_code_id: string;
|
|
@@ -48478,13 +48406,13 @@ interface Routes {
|
|
|
48478
48406
|
event_type: 'access_code.backup_access_code_pulled';
|
|
48479
48407
|
backup_access_code_id: string;
|
|
48480
48408
|
} | {
|
|
48481
|
-
/**
|
|
48409
|
+
/** ID of the event. */
|
|
48482
48410
|
event_id: string;
|
|
48483
|
-
/**
|
|
48411
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48484
48412
|
workspace_id: string;
|
|
48485
|
-
/**
|
|
48413
|
+
/** Time at which the event was created. */
|
|
48486
48414
|
created_at: string;
|
|
48487
|
-
/**
|
|
48415
|
+
/** Time when the event occurred. */
|
|
48488
48416
|
occurred_at: string;
|
|
48489
48417
|
/** The ID of the access code. */
|
|
48490
48418
|
access_code_id: string;
|
|
@@ -48494,13 +48422,13 @@ interface Routes {
|
|
|
48494
48422
|
connected_account_id: string;
|
|
48495
48423
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
48496
48424
|
} | {
|
|
48497
|
-
/**
|
|
48425
|
+
/** ID of the event. */
|
|
48498
48426
|
event_id: string;
|
|
48499
|
-
/**
|
|
48427
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48500
48428
|
workspace_id: string;
|
|
48501
|
-
/**
|
|
48429
|
+
/** Time at which the event was created. */
|
|
48502
48430
|
created_at: string;
|
|
48503
|
-
/**
|
|
48431
|
+
/** Time when the event occurred. */
|
|
48504
48432
|
occurred_at: string;
|
|
48505
48433
|
/** The ID of the access code. */
|
|
48506
48434
|
access_code_id: string;
|
|
@@ -48510,13 +48438,13 @@ interface Routes {
|
|
|
48510
48438
|
connected_account_id: string;
|
|
48511
48439
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
48512
48440
|
} | {
|
|
48513
|
-
/**
|
|
48441
|
+
/** ID of the event. */
|
|
48514
48442
|
event_id: string;
|
|
48515
|
-
/**
|
|
48443
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48516
48444
|
workspace_id: string;
|
|
48517
|
-
/**
|
|
48445
|
+
/** Time at which the event was created. */
|
|
48518
48446
|
created_at: string;
|
|
48519
|
-
/**
|
|
48447
|
+
/** Time when the event occurred. */
|
|
48520
48448
|
occurred_at: string;
|
|
48521
48449
|
/** The ID of the access code. */
|
|
48522
48450
|
access_code_id: string;
|
|
@@ -48526,13 +48454,13 @@ interface Routes {
|
|
|
48526
48454
|
connected_account_id: string;
|
|
48527
48455
|
event_type: 'access_code.unmanaged.created';
|
|
48528
48456
|
} | {
|
|
48529
|
-
/**
|
|
48457
|
+
/** ID of the event. */
|
|
48530
48458
|
event_id: string;
|
|
48531
|
-
/**
|
|
48459
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48532
48460
|
workspace_id: string;
|
|
48533
|
-
/**
|
|
48461
|
+
/** Time at which the event was created. */
|
|
48534
48462
|
created_at: string;
|
|
48535
|
-
/**
|
|
48463
|
+
/** Time when the event occurred. */
|
|
48536
48464
|
occurred_at: string;
|
|
48537
48465
|
/** The ID of the access code. */
|
|
48538
48466
|
access_code_id: string;
|
|
@@ -48542,13 +48470,13 @@ interface Routes {
|
|
|
48542
48470
|
connected_account_id: string;
|
|
48543
48471
|
event_type: 'access_code.unmanaged.removed';
|
|
48544
48472
|
} | {
|
|
48545
|
-
/**
|
|
48473
|
+
/** ID of the event. */
|
|
48546
48474
|
event_id: string;
|
|
48547
|
-
/**
|
|
48475
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48548
48476
|
workspace_id: string;
|
|
48549
|
-
/**
|
|
48477
|
+
/** Time at which the event was created. */
|
|
48550
48478
|
created_at: string;
|
|
48551
|
-
/**
|
|
48479
|
+
/** Time when the event occurred. */
|
|
48552
48480
|
occurred_at: string;
|
|
48553
48481
|
/** ID of the connected account.
|
|
48554
48482
|
* @deprecated Will be removed. */
|
|
@@ -48557,13 +48485,13 @@ interface Routes {
|
|
|
48557
48485
|
acs_system_id: string;
|
|
48558
48486
|
event_type: 'acs_system.connected';
|
|
48559
48487
|
} | {
|
|
48560
|
-
/**
|
|
48488
|
+
/** ID of the event. */
|
|
48561
48489
|
event_id: string;
|
|
48562
|
-
/**
|
|
48490
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48563
48491
|
workspace_id: string;
|
|
48564
|
-
/**
|
|
48492
|
+
/** Time at which the event was created. */
|
|
48565
48493
|
created_at: string;
|
|
48566
|
-
/**
|
|
48494
|
+
/** Time when the event occurred. */
|
|
48567
48495
|
occurred_at: string;
|
|
48568
48496
|
/** ID of the connected account.
|
|
48569
48497
|
* @deprecated Will be removed. */
|
|
@@ -48572,13 +48500,13 @@ interface Routes {
|
|
|
48572
48500
|
acs_system_id: string;
|
|
48573
48501
|
event_type: 'acs_system.added';
|
|
48574
48502
|
} | {
|
|
48575
|
-
/**
|
|
48503
|
+
/** ID of the event. */
|
|
48576
48504
|
event_id: string;
|
|
48577
|
-
/**
|
|
48505
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48578
48506
|
workspace_id: string;
|
|
48579
|
-
/**
|
|
48507
|
+
/** Time at which the event was created. */
|
|
48580
48508
|
created_at: string;
|
|
48581
|
-
/**
|
|
48509
|
+
/** Time when the event occurred. */
|
|
48582
48510
|
occurred_at: string;
|
|
48583
48511
|
/** ID of the connected account.
|
|
48584
48512
|
* @deprecated Will be removed. */
|
|
@@ -48587,13 +48515,13 @@ interface Routes {
|
|
|
48587
48515
|
acs_system_id: string;
|
|
48588
48516
|
event_type: 'acs_system.disconnected';
|
|
48589
48517
|
} | {
|
|
48590
|
-
/**
|
|
48518
|
+
/** ID of the event. */
|
|
48591
48519
|
event_id: string;
|
|
48592
|
-
/**
|
|
48520
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48593
48521
|
workspace_id: string;
|
|
48594
|
-
/**
|
|
48522
|
+
/** Time at which the event was created. */
|
|
48595
48523
|
created_at: string;
|
|
48596
|
-
/**
|
|
48524
|
+
/** Time when the event occurred. */
|
|
48597
48525
|
occurred_at: string;
|
|
48598
48526
|
/** ID of the connected account.
|
|
48599
48527
|
* @deprecated Will be removed. */
|
|
@@ -48603,13 +48531,13 @@ interface Routes {
|
|
|
48603
48531
|
acs_credential_id: string;
|
|
48604
48532
|
event_type: 'acs_credential.deleted';
|
|
48605
48533
|
} | {
|
|
48606
|
-
/**
|
|
48534
|
+
/** ID of the event. */
|
|
48607
48535
|
event_id: string;
|
|
48608
|
-
/**
|
|
48536
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48609
48537
|
workspace_id: string;
|
|
48610
|
-
/**
|
|
48538
|
+
/** Time at which the event was created. */
|
|
48611
48539
|
created_at: string;
|
|
48612
|
-
/**
|
|
48540
|
+
/** Time when the event occurred. */
|
|
48613
48541
|
occurred_at: string;
|
|
48614
48542
|
/** ID of the connected account.
|
|
48615
48543
|
* @deprecated Will be removed. */
|
|
@@ -48619,13 +48547,13 @@ interface Routes {
|
|
|
48619
48547
|
acs_credential_id: string;
|
|
48620
48548
|
event_type: 'acs_credential.issued';
|
|
48621
48549
|
} | {
|
|
48622
|
-
/**
|
|
48550
|
+
/** ID of the event. */
|
|
48623
48551
|
event_id: string;
|
|
48624
|
-
/**
|
|
48552
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48625
48553
|
workspace_id: string;
|
|
48626
|
-
/**
|
|
48554
|
+
/** Time at which the event was created. */
|
|
48627
48555
|
created_at: string;
|
|
48628
|
-
/**
|
|
48556
|
+
/** Time when the event occurred. */
|
|
48629
48557
|
occurred_at: string;
|
|
48630
48558
|
/** ID of the connected account.
|
|
48631
48559
|
* @deprecated Will be removed. */
|
|
@@ -48635,13 +48563,13 @@ interface Routes {
|
|
|
48635
48563
|
acs_user_id: string;
|
|
48636
48564
|
event_type: 'acs_user.deleted';
|
|
48637
48565
|
} | {
|
|
48638
|
-
/**
|
|
48566
|
+
/** ID of the event. */
|
|
48639
48567
|
event_id: string;
|
|
48640
|
-
/**
|
|
48568
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48641
48569
|
workspace_id: string;
|
|
48642
|
-
/**
|
|
48570
|
+
/** Time at which the event was created. */
|
|
48643
48571
|
created_at: string;
|
|
48644
|
-
/**
|
|
48572
|
+
/** Time when the event occurred. */
|
|
48645
48573
|
occurred_at: string;
|
|
48646
48574
|
/** ID of the connected account.
|
|
48647
48575
|
* @deprecated Will be removed. */
|
|
@@ -48652,13 +48580,13 @@ interface Routes {
|
|
|
48652
48580
|
acs_encoder_id: string;
|
|
48653
48581
|
event_type: 'acs_encoder.added';
|
|
48654
48582
|
} | {
|
|
48655
|
-
/**
|
|
48583
|
+
/** ID of the event. */
|
|
48656
48584
|
event_id: string;
|
|
48657
|
-
/**
|
|
48585
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48658
48586
|
workspace_id: string;
|
|
48659
|
-
/**
|
|
48587
|
+
/** Time at which the event was created. */
|
|
48660
48588
|
created_at: string;
|
|
48661
|
-
/**
|
|
48589
|
+
/** Time when the event occurred. */
|
|
48662
48590
|
occurred_at: string;
|
|
48663
48591
|
/** ID of the connected account.
|
|
48664
48592
|
* @deprecated Will be removed. */
|
|
@@ -48669,25 +48597,25 @@ interface Routes {
|
|
|
48669
48597
|
acs_encoder_id: string;
|
|
48670
48598
|
event_type: 'acs_encoder.removed';
|
|
48671
48599
|
} | {
|
|
48672
|
-
/**
|
|
48600
|
+
/** ID of the event. */
|
|
48673
48601
|
event_id: string;
|
|
48674
|
-
/**
|
|
48602
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48675
48603
|
workspace_id: string;
|
|
48676
|
-
/**
|
|
48604
|
+
/** Time at which the event was created. */
|
|
48677
48605
|
created_at: string;
|
|
48678
|
-
/**
|
|
48606
|
+
/** Time when the event occurred. */
|
|
48679
48607
|
occurred_at: string;
|
|
48680
48608
|
/** ID of the client session. */
|
|
48681
48609
|
client_session_id: string;
|
|
48682
48610
|
event_type: 'client_session.deleted';
|
|
48683
48611
|
} | {
|
|
48684
|
-
/**
|
|
48612
|
+
/** ID of the event. */
|
|
48685
48613
|
event_id: string;
|
|
48686
|
-
/**
|
|
48614
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48687
48615
|
workspace_id: string;
|
|
48688
|
-
/**
|
|
48616
|
+
/** Time at which the event was created. */
|
|
48689
48617
|
created_at: string;
|
|
48690
|
-
/**
|
|
48618
|
+
/** Time when the event occurred. */
|
|
48691
48619
|
occurred_at: string;
|
|
48692
48620
|
/** ID of the connected account. */
|
|
48693
48621
|
connected_account_id: string;
|
|
@@ -48695,13 +48623,13 @@ interface Routes {
|
|
|
48695
48623
|
/** ID of the connect webview. */
|
|
48696
48624
|
connect_webview_id: string;
|
|
48697
48625
|
} | {
|
|
48698
|
-
/**
|
|
48626
|
+
/** ID of the event. */
|
|
48699
48627
|
event_id: string;
|
|
48700
|
-
/**
|
|
48628
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48701
48629
|
workspace_id: string;
|
|
48702
|
-
/**
|
|
48630
|
+
/** Time at which the event was created. */
|
|
48703
48631
|
created_at: string;
|
|
48704
|
-
/**
|
|
48632
|
+
/** Time when the event occurred. */
|
|
48705
48633
|
occurred_at: string;
|
|
48706
48634
|
/** ID of the connected account. */
|
|
48707
48635
|
connected_account_id: string;
|
|
@@ -48709,13 +48637,13 @@ interface Routes {
|
|
|
48709
48637
|
/** ID of the connect webview. */
|
|
48710
48638
|
connect_webview_id: string;
|
|
48711
48639
|
} | {
|
|
48712
|
-
/**
|
|
48640
|
+
/** ID of the event. */
|
|
48713
48641
|
event_id: string;
|
|
48714
|
-
/**
|
|
48642
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48715
48643
|
workspace_id: string;
|
|
48716
|
-
/**
|
|
48644
|
+
/** Time at which the event was created. */
|
|
48717
48645
|
created_at: string;
|
|
48718
|
-
/**
|
|
48646
|
+
/** Time when the event occurred. */
|
|
48719
48647
|
occurred_at: string;
|
|
48720
48648
|
/** ID of the connected account. */
|
|
48721
48649
|
connected_account_id: string;
|
|
@@ -48723,61 +48651,61 @@ interface Routes {
|
|
|
48723
48651
|
/** ID of the connect webview. */
|
|
48724
48652
|
connect_webview_id: string;
|
|
48725
48653
|
} | {
|
|
48726
|
-
/**
|
|
48654
|
+
/** ID of the event. */
|
|
48727
48655
|
event_id: string;
|
|
48728
|
-
/**
|
|
48656
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48729
48657
|
workspace_id: string;
|
|
48730
|
-
/**
|
|
48658
|
+
/** Time at which the event was created. */
|
|
48731
48659
|
created_at: string;
|
|
48732
|
-
/**
|
|
48660
|
+
/** Time when the event occurred. */
|
|
48733
48661
|
occurred_at: string;
|
|
48734
48662
|
/** ID of the connected account. */
|
|
48735
48663
|
connected_account_id: string;
|
|
48736
48664
|
event_type: 'connected_account.disconnected';
|
|
48737
48665
|
} | {
|
|
48738
|
-
/**
|
|
48666
|
+
/** ID of the event. */
|
|
48739
48667
|
event_id: string;
|
|
48740
|
-
/**
|
|
48668
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48741
48669
|
workspace_id: string;
|
|
48742
|
-
/**
|
|
48670
|
+
/** Time at which the event was created. */
|
|
48743
48671
|
created_at: string;
|
|
48744
|
-
/**
|
|
48672
|
+
/** Time when the event occurred. */
|
|
48745
48673
|
occurred_at: string;
|
|
48746
48674
|
/** ID of the connected account. */
|
|
48747
48675
|
connected_account_id: string;
|
|
48748
48676
|
event_type: 'connected_account.completed_first_sync';
|
|
48749
48677
|
} | {
|
|
48750
|
-
/**
|
|
48678
|
+
/** ID of the event. */
|
|
48751
48679
|
event_id: string;
|
|
48752
|
-
/**
|
|
48680
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48753
48681
|
workspace_id: string;
|
|
48754
|
-
/**
|
|
48682
|
+
/** Time at which the event was created. */
|
|
48755
48683
|
created_at: string;
|
|
48756
|
-
/**
|
|
48684
|
+
/** Time when the event occurred. */
|
|
48757
48685
|
occurred_at: string;
|
|
48758
48686
|
/** ID of the connected account. */
|
|
48759
48687
|
connected_account_id: string;
|
|
48760
48688
|
event_type: 'connected_account.deleted';
|
|
48761
48689
|
} | {
|
|
48762
|
-
/**
|
|
48690
|
+
/** ID of the event. */
|
|
48763
48691
|
event_id: string;
|
|
48764
|
-
/**
|
|
48692
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48765
48693
|
workspace_id: string;
|
|
48766
|
-
/**
|
|
48694
|
+
/** Time at which the event was created. */
|
|
48767
48695
|
created_at: string;
|
|
48768
|
-
/**
|
|
48696
|
+
/** Time when the event occurred. */
|
|
48769
48697
|
occurred_at: string;
|
|
48770
48698
|
/** ID of the connected account. */
|
|
48771
48699
|
connected_account_id: string;
|
|
48772
48700
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
48773
48701
|
} | {
|
|
48774
|
-
/**
|
|
48702
|
+
/** ID of the event. */
|
|
48775
48703
|
event_id: string;
|
|
48776
|
-
/**
|
|
48704
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48777
48705
|
workspace_id: string;
|
|
48778
|
-
/**
|
|
48706
|
+
/** Time at which the event was created. */
|
|
48779
48707
|
created_at: string;
|
|
48780
|
-
/**
|
|
48708
|
+
/** Time when the event occurred. */
|
|
48781
48709
|
occurred_at: string;
|
|
48782
48710
|
/** The ID of the action attempt. */
|
|
48783
48711
|
action_attempt_id: string;
|
|
@@ -48787,13 +48715,13 @@ interface Routes {
|
|
|
48787
48715
|
status: string;
|
|
48788
48716
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
48789
48717
|
} | {
|
|
48790
|
-
/**
|
|
48718
|
+
/** ID of the event. */
|
|
48791
48719
|
event_id: string;
|
|
48792
|
-
/**
|
|
48720
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48793
48721
|
workspace_id: string;
|
|
48794
|
-
/**
|
|
48722
|
+
/** Time at which the event was created. */
|
|
48795
48723
|
created_at: string;
|
|
48796
|
-
/**
|
|
48724
|
+
/** Time when the event occurred. */
|
|
48797
48725
|
occurred_at: string;
|
|
48798
48726
|
/** The ID of the action attempt. */
|
|
48799
48727
|
action_attempt_id: string;
|
|
@@ -48803,13 +48731,13 @@ interface Routes {
|
|
|
48803
48731
|
status: string;
|
|
48804
48732
|
event_type: 'action_attempt.lock_door.failed';
|
|
48805
48733
|
} | {
|
|
48806
|
-
/**
|
|
48734
|
+
/** ID of the event. */
|
|
48807
48735
|
event_id: string;
|
|
48808
|
-
/**
|
|
48736
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48809
48737
|
workspace_id: string;
|
|
48810
|
-
/**
|
|
48738
|
+
/** Time at which the event was created. */
|
|
48811
48739
|
created_at: string;
|
|
48812
|
-
/**
|
|
48740
|
+
/** Time when the event occurred. */
|
|
48813
48741
|
occurred_at: string;
|
|
48814
48742
|
/** The ID of the action attempt. */
|
|
48815
48743
|
action_attempt_id: string;
|
|
@@ -48819,13 +48747,13 @@ interface Routes {
|
|
|
48819
48747
|
status: string;
|
|
48820
48748
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
48821
48749
|
} | {
|
|
48822
|
-
/**
|
|
48750
|
+
/** ID of the event. */
|
|
48823
48751
|
event_id: string;
|
|
48824
|
-
/**
|
|
48752
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48825
48753
|
workspace_id: string;
|
|
48826
|
-
/**
|
|
48754
|
+
/** Time at which the event was created. */
|
|
48827
48755
|
created_at: string;
|
|
48828
|
-
/**
|
|
48756
|
+
/** Time when the event occurred. */
|
|
48829
48757
|
occurred_at: string;
|
|
48830
48758
|
/** The ID of the action attempt. */
|
|
48831
48759
|
action_attempt_id: string;
|
|
@@ -48835,13 +48763,13 @@ interface Routes {
|
|
|
48835
48763
|
status: string;
|
|
48836
48764
|
event_type: 'action_attempt.unlock_door.failed';
|
|
48837
48765
|
} | {
|
|
48838
|
-
/**
|
|
48766
|
+
/** ID of the event. */
|
|
48839
48767
|
event_id: string;
|
|
48840
|
-
/**
|
|
48768
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48841
48769
|
workspace_id: string;
|
|
48842
|
-
/**
|
|
48770
|
+
/** Time at which the event was created. */
|
|
48843
48771
|
created_at: string;
|
|
48844
|
-
/**
|
|
48772
|
+
/** Time when the event occurred. */
|
|
48845
48773
|
occurred_at: string;
|
|
48846
48774
|
/** ID of the connect webview. */
|
|
48847
48775
|
connect_webview_id: string;
|
|
@@ -48849,439 +48777,452 @@ interface Routes {
|
|
|
48849
48777
|
/** ID of the connected account. */
|
|
48850
48778
|
connected_account_id: string;
|
|
48851
48779
|
} | {
|
|
48852
|
-
/**
|
|
48780
|
+
/** ID of the event. */
|
|
48853
48781
|
event_id: string;
|
|
48854
|
-
/**
|
|
48782
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48855
48783
|
workspace_id: string;
|
|
48856
|
-
/**
|
|
48784
|
+
/** Time at which the event was created. */
|
|
48857
48785
|
created_at: string;
|
|
48858
|
-
/**
|
|
48786
|
+
/** Time when the event occurred. */
|
|
48859
48787
|
occurred_at: string;
|
|
48860
48788
|
/** ID of the connect webview. */
|
|
48861
48789
|
connect_webview_id: string;
|
|
48862
48790
|
event_type: 'connect_webview.login_failed';
|
|
48863
48791
|
} | {
|
|
48864
|
-
/**
|
|
48792
|
+
/** ID of the event. */
|
|
48865
48793
|
event_id: string;
|
|
48866
|
-
/**
|
|
48794
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48867
48795
|
workspace_id: string;
|
|
48868
|
-
/**
|
|
48796
|
+
/** Time at which the event was created. */
|
|
48869
48797
|
created_at: string;
|
|
48870
|
-
/**
|
|
48798
|
+
/** Time when the event occurred. */
|
|
48871
48799
|
occurred_at: string;
|
|
48872
48800
|
/** ID of the device. */
|
|
48873
48801
|
device_id: string;
|
|
48874
|
-
/** ID of the connected account. */
|
|
48802
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48875
48803
|
connected_account_id: string;
|
|
48876
48804
|
event_type: 'device.connected';
|
|
48877
48805
|
} | {
|
|
48878
|
-
/**
|
|
48806
|
+
/** ID of the event. */
|
|
48879
48807
|
event_id: string;
|
|
48880
|
-
/**
|
|
48808
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48881
48809
|
workspace_id: string;
|
|
48882
|
-
/**
|
|
48810
|
+
/** Time at which the event was created. */
|
|
48883
48811
|
created_at: string;
|
|
48884
|
-
/**
|
|
48812
|
+
/** Time when the event occurred. */
|
|
48885
48813
|
occurred_at: string;
|
|
48886
48814
|
/** ID of the device. */
|
|
48887
48815
|
device_id: string;
|
|
48888
|
-
/** ID of the connected account. */
|
|
48816
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48889
48817
|
connected_account_id: string;
|
|
48890
48818
|
event_type: 'device.added';
|
|
48891
48819
|
} | {
|
|
48892
|
-
/**
|
|
48820
|
+
/** ID of the event. */
|
|
48893
48821
|
event_id: string;
|
|
48894
|
-
/**
|
|
48822
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48895
48823
|
workspace_id: string;
|
|
48896
|
-
/**
|
|
48824
|
+
/** Time at which the event was created. */
|
|
48897
48825
|
created_at: string;
|
|
48898
|
-
/**
|
|
48826
|
+
/** Time when the event occurred. */
|
|
48899
48827
|
occurred_at: string;
|
|
48900
48828
|
/** ID of the device. */
|
|
48901
48829
|
device_id: string;
|
|
48902
|
-
/** ID of the connected account. */
|
|
48830
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48903
48831
|
connected_account_id: string;
|
|
48904
48832
|
event_type: 'device.converted_to_unmanaged';
|
|
48905
48833
|
} | {
|
|
48906
|
-
/**
|
|
48834
|
+
/** ID of the event. */
|
|
48907
48835
|
event_id: string;
|
|
48908
|
-
/**
|
|
48836
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48909
48837
|
workspace_id: string;
|
|
48910
|
-
/**
|
|
48838
|
+
/** Time at which the event was created. */
|
|
48911
48839
|
created_at: string;
|
|
48912
|
-
/**
|
|
48840
|
+
/** Time when the event occurred. */
|
|
48913
48841
|
occurred_at: string;
|
|
48914
48842
|
/** ID of the device. */
|
|
48915
48843
|
device_id: string;
|
|
48916
|
-
/** ID of the connected account. */
|
|
48844
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48917
48845
|
connected_account_id: string;
|
|
48918
48846
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
48919
48847
|
} | {
|
|
48920
|
-
/**
|
|
48848
|
+
/** ID of the event. */
|
|
48921
48849
|
event_id: string;
|
|
48922
|
-
/**
|
|
48850
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48923
48851
|
workspace_id: string;
|
|
48924
|
-
/**
|
|
48852
|
+
/** Time at which the event was created. */
|
|
48925
48853
|
created_at: string;
|
|
48926
|
-
/**
|
|
48854
|
+
/** Time when the event occurred. */
|
|
48927
48855
|
occurred_at: string;
|
|
48928
48856
|
/** ID of the device. */
|
|
48929
48857
|
device_id: string;
|
|
48930
|
-
/** ID of the connected account. */
|
|
48858
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48931
48859
|
connected_account_id: string;
|
|
48932
48860
|
event_type: 'device.unmanaged.connected';
|
|
48933
48861
|
} | {
|
|
48934
|
-
/**
|
|
48862
|
+
/** ID of the event. */
|
|
48935
48863
|
event_id: string;
|
|
48936
|
-
/**
|
|
48864
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48937
48865
|
workspace_id: string;
|
|
48938
|
-
/**
|
|
48866
|
+
/** Time at which the event was created. */
|
|
48939
48867
|
created_at: string;
|
|
48940
|
-
/**
|
|
48868
|
+
/** Time when the event occurred. */
|
|
48941
48869
|
occurred_at: string;
|
|
48942
48870
|
/** ID of the device. */
|
|
48943
48871
|
device_id: string;
|
|
48944
|
-
/** ID of the connected account. */
|
|
48872
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48945
48873
|
connected_account_id: string;
|
|
48946
48874
|
event_type: 'device.disconnected';
|
|
48947
|
-
/**
|
|
48875
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48948
48876
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48949
48877
|
} | {
|
|
48950
|
-
/**
|
|
48878
|
+
/** ID of the event. */
|
|
48951
48879
|
event_id: string;
|
|
48952
|
-
/**
|
|
48880
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48953
48881
|
workspace_id: string;
|
|
48954
|
-
/**
|
|
48882
|
+
/** Time at which the event was created. */
|
|
48955
48883
|
created_at: string;
|
|
48956
|
-
/**
|
|
48884
|
+
/** Time when the event occurred. */
|
|
48957
48885
|
occurred_at: string;
|
|
48958
48886
|
/** ID of the device. */
|
|
48959
48887
|
device_id: string;
|
|
48960
|
-
/** ID of the connected account. */
|
|
48888
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48961
48889
|
connected_account_id: string;
|
|
48962
48890
|
event_type: 'device.unmanaged.disconnected';
|
|
48963
|
-
/**
|
|
48891
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48964
48892
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48965
48893
|
} | {
|
|
48966
|
-
/**
|
|
48894
|
+
/** ID of the event. */
|
|
48967
48895
|
event_id: string;
|
|
48968
|
-
/**
|
|
48896
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48969
48897
|
workspace_id: string;
|
|
48970
|
-
/**
|
|
48898
|
+
/** Time at which the event was created. */
|
|
48971
48899
|
created_at: string;
|
|
48972
|
-
/**
|
|
48900
|
+
/** Time when the event occurred. */
|
|
48973
48901
|
occurred_at: string;
|
|
48974
48902
|
/** ID of the device. */
|
|
48975
48903
|
device_id: string;
|
|
48976
|
-
/** ID of the connected account. */
|
|
48904
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48977
48905
|
connected_account_id: string;
|
|
48978
48906
|
event_type: 'device.tampered';
|
|
48979
48907
|
} | {
|
|
48980
|
-
/**
|
|
48908
|
+
/** ID of the event. */
|
|
48981
48909
|
event_id: string;
|
|
48982
|
-
/**
|
|
48910
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48983
48911
|
workspace_id: string;
|
|
48984
|
-
/**
|
|
48912
|
+
/** Time at which the event was created. */
|
|
48985
48913
|
created_at: string;
|
|
48986
|
-
/**
|
|
48914
|
+
/** Time when the event occurred. */
|
|
48987
48915
|
occurred_at: string;
|
|
48988
48916
|
/** ID of the device. */
|
|
48989
48917
|
device_id: string;
|
|
48990
|
-
/** ID of the connected account. */
|
|
48918
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48991
48919
|
connected_account_id: string;
|
|
48992
48920
|
event_type: 'device.low_battery';
|
|
48993
|
-
/**
|
|
48921
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
48994
48922
|
battery_level: number;
|
|
48995
48923
|
} | {
|
|
48996
|
-
/**
|
|
48924
|
+
/** ID of the event. */
|
|
48997
48925
|
event_id: string;
|
|
48998
|
-
/**
|
|
48926
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48999
48927
|
workspace_id: string;
|
|
49000
|
-
/**
|
|
48928
|
+
/** Time at which the event was created. */
|
|
49001
48929
|
created_at: string;
|
|
49002
|
-
/**
|
|
48930
|
+
/** Time when the event occurred. */
|
|
49003
48931
|
occurred_at: string;
|
|
49004
48932
|
/** ID of the device. */
|
|
49005
48933
|
device_id: string;
|
|
49006
|
-
/** ID of the connected account. */
|
|
48934
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49007
48935
|
connected_account_id: string;
|
|
49008
48936
|
event_type: 'device.battery_status_changed';
|
|
49009
|
-
/**
|
|
48937
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
49010
48938
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
49011
|
-
/**
|
|
48939
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
49012
48940
|
battery_level: number;
|
|
49013
48941
|
} | {
|
|
49014
|
-
/**
|
|
48942
|
+
/** ID of the event. */
|
|
49015
48943
|
event_id: string;
|
|
49016
|
-
/**
|
|
48944
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49017
48945
|
workspace_id: string;
|
|
49018
|
-
/**
|
|
48946
|
+
/** Time at which the event was created. */
|
|
49019
48947
|
created_at: string;
|
|
49020
|
-
/**
|
|
48948
|
+
/** Time when the event occurred. */
|
|
49021
48949
|
occurred_at: string;
|
|
49022
48950
|
/** ID of the device. */
|
|
49023
48951
|
device_id: string;
|
|
49024
|
-
/** ID of the connected account. */
|
|
48952
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49025
48953
|
connected_account_id: string;
|
|
49026
48954
|
event_type: 'device.removed';
|
|
49027
48955
|
} | {
|
|
49028
|
-
/**
|
|
48956
|
+
/** ID of the event. */
|
|
49029
48957
|
event_id: string;
|
|
49030
|
-
/**
|
|
48958
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49031
48959
|
workspace_id: string;
|
|
49032
|
-
/**
|
|
48960
|
+
/** Time at which the event was created. */
|
|
49033
48961
|
created_at: string;
|
|
49034
|
-
/**
|
|
48962
|
+
/** Time when the event occurred. */
|
|
49035
48963
|
occurred_at: string;
|
|
49036
48964
|
/** ID of the device. */
|
|
49037
48965
|
device_id: string;
|
|
49038
|
-
/** ID of the connected account. */
|
|
48966
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49039
48967
|
connected_account_id: string;
|
|
49040
48968
|
event_type: 'device.deleted';
|
|
49041
48969
|
} | {
|
|
49042
|
-
/**
|
|
48970
|
+
/** ID of the event. */
|
|
49043
48971
|
event_id: string;
|
|
49044
|
-
/**
|
|
48972
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49045
48973
|
workspace_id: string;
|
|
49046
|
-
/**
|
|
48974
|
+
/** Time at which the event was created. */
|
|
49047
48975
|
created_at: string;
|
|
49048
|
-
/**
|
|
48976
|
+
/** Time when the event occurred. */
|
|
49049
48977
|
occurred_at: string;
|
|
49050
48978
|
/** ID of the device. */
|
|
49051
48979
|
device_id: string;
|
|
49052
|
-
/** ID of the connected account. */
|
|
48980
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49053
48981
|
connected_account_id: string;
|
|
49054
48982
|
event_type: 'device.third_party_integration_detected';
|
|
49055
48983
|
} | {
|
|
49056
|
-
/**
|
|
48984
|
+
/** ID of the event. */
|
|
49057
48985
|
event_id: string;
|
|
49058
|
-
/**
|
|
48986
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49059
48987
|
workspace_id: string;
|
|
49060
|
-
/**
|
|
48988
|
+
/** Time at which the event was created. */
|
|
49061
48989
|
created_at: string;
|
|
49062
|
-
/**
|
|
48990
|
+
/** Time when the event occurred. */
|
|
49063
48991
|
occurred_at: string;
|
|
49064
48992
|
/** ID of the device. */
|
|
49065
48993
|
device_id: string;
|
|
49066
|
-
/** ID of the connected account. */
|
|
48994
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49067
48995
|
connected_account_id: string;
|
|
49068
48996
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
49069
48997
|
} | {
|
|
49070
|
-
/**
|
|
48998
|
+
/** ID of the event. */
|
|
49071
48999
|
event_id: string;
|
|
49072
|
-
/**
|
|
49000
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49073
49001
|
workspace_id: string;
|
|
49074
|
-
/**
|
|
49002
|
+
/** Time at which the event was created. */
|
|
49075
49003
|
created_at: string;
|
|
49076
|
-
/**
|
|
49004
|
+
/** Time when the event occurred. */
|
|
49077
49005
|
occurred_at: string;
|
|
49078
49006
|
/** ID of the device. */
|
|
49079
49007
|
device_id: string;
|
|
49080
|
-
/** ID of the connected account. */
|
|
49008
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49081
49009
|
connected_account_id: string;
|
|
49082
49010
|
event_type: 'device.salto.privacy_mode_activated';
|
|
49083
49011
|
} | {
|
|
49084
|
-
/**
|
|
49012
|
+
/** ID of the event. */
|
|
49085
49013
|
event_id: string;
|
|
49086
|
-
/**
|
|
49014
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49087
49015
|
workspace_id: string;
|
|
49088
|
-
/**
|
|
49016
|
+
/** Time at which the event was created. */
|
|
49089
49017
|
created_at: string;
|
|
49090
|
-
/**
|
|
49018
|
+
/** Time when the event occurred. */
|
|
49091
49019
|
occurred_at: string;
|
|
49092
49020
|
/** ID of the device. */
|
|
49093
49021
|
device_id: string;
|
|
49094
|
-
/** ID of the connected account. */
|
|
49022
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49095
49023
|
connected_account_id: string;
|
|
49096
49024
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
49097
49025
|
} | {
|
|
49098
|
-
/**
|
|
49026
|
+
/** ID of the event. */
|
|
49099
49027
|
event_id: string;
|
|
49100
|
-
/**
|
|
49028
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49101
49029
|
workspace_id: string;
|
|
49102
|
-
/**
|
|
49030
|
+
/** Time at which the event was created. */
|
|
49103
49031
|
created_at: string;
|
|
49104
|
-
/**
|
|
49032
|
+
/** Time when the event occurred. */
|
|
49105
49033
|
occurred_at: string;
|
|
49106
49034
|
/** ID of the device. */
|
|
49107
49035
|
device_id: string;
|
|
49108
|
-
/** ID of the connected account. */
|
|
49036
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49109
49037
|
connected_account_id: string;
|
|
49110
49038
|
event_type: 'device.connection_became_flaky';
|
|
49111
49039
|
} | {
|
|
49112
|
-
/**
|
|
49040
|
+
/** ID of the event. */
|
|
49113
49041
|
event_id: string;
|
|
49114
|
-
/**
|
|
49042
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49115
49043
|
workspace_id: string;
|
|
49116
|
-
/**
|
|
49044
|
+
/** Time at which the event was created. */
|
|
49117
49045
|
created_at: string;
|
|
49118
|
-
/**
|
|
49046
|
+
/** Time when the event occurred. */
|
|
49119
49047
|
occurred_at: string;
|
|
49120
49048
|
/** ID of the device. */
|
|
49121
49049
|
device_id: string;
|
|
49122
|
-
/** ID of the connected account. */
|
|
49050
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49123
49051
|
connected_account_id: string;
|
|
49124
49052
|
event_type: 'device.connection_stabilized';
|
|
49125
49053
|
} | {
|
|
49126
|
-
/**
|
|
49054
|
+
/** ID of the event. */
|
|
49127
49055
|
event_id: string;
|
|
49128
|
-
/**
|
|
49056
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49129
49057
|
workspace_id: string;
|
|
49130
|
-
/**
|
|
49058
|
+
/** Time at which the event was created. */
|
|
49131
49059
|
created_at: string;
|
|
49132
|
-
/**
|
|
49060
|
+
/** Time when the event occurred. */
|
|
49133
49061
|
occurred_at: string;
|
|
49134
49062
|
/** ID of the device. */
|
|
49135
49063
|
device_id: string;
|
|
49136
|
-
/** ID of the connected account. */
|
|
49064
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49137
49065
|
connected_account_id: string;
|
|
49138
49066
|
event_type: 'device.error.subscription_required';
|
|
49139
49067
|
} | {
|
|
49140
|
-
/**
|
|
49068
|
+
/** ID of the event. */
|
|
49141
49069
|
event_id: string;
|
|
49142
|
-
/**
|
|
49070
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49143
49071
|
workspace_id: string;
|
|
49144
|
-
/**
|
|
49072
|
+
/** Time at which the event was created. */
|
|
49145
49073
|
created_at: string;
|
|
49146
|
-
/**
|
|
49074
|
+
/** Time when the event occurred. */
|
|
49147
49075
|
occurred_at: string;
|
|
49148
49076
|
/** ID of the device. */
|
|
49149
49077
|
device_id: string;
|
|
49150
|
-
/** ID of the connected account. */
|
|
49078
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49151
49079
|
connected_account_id: string;
|
|
49152
49080
|
event_type: 'device.error.subscription_required.resolved';
|
|
49153
49081
|
} | {
|
|
49154
|
-
/**
|
|
49082
|
+
/** ID of the event. */
|
|
49155
49083
|
event_id: string;
|
|
49156
|
-
/**
|
|
49084
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49157
49085
|
workspace_id: string;
|
|
49158
|
-
/**
|
|
49086
|
+
/** Time at which the event was created. */
|
|
49159
49087
|
created_at: string;
|
|
49160
|
-
/**
|
|
49088
|
+
/** Time when the event occurred. */
|
|
49161
49089
|
occurred_at: string;
|
|
49162
49090
|
/** ID of the device. */
|
|
49163
49091
|
device_id: string;
|
|
49164
|
-
/** ID of the connected account. */
|
|
49092
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49165
49093
|
connected_account_id: string;
|
|
49166
49094
|
event_type: 'device.accessory_keypad_connected';
|
|
49167
49095
|
} | {
|
|
49168
|
-
/**
|
|
49096
|
+
/** ID of the event. */
|
|
49169
49097
|
event_id: string;
|
|
49170
|
-
/**
|
|
49098
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49171
49099
|
workspace_id: string;
|
|
49172
|
-
/**
|
|
49100
|
+
/** Time at which the event was created. */
|
|
49173
49101
|
created_at: string;
|
|
49174
|
-
/**
|
|
49102
|
+
/** Time when the event occurred. */
|
|
49175
49103
|
occurred_at: string;
|
|
49176
49104
|
/** ID of the device. */
|
|
49177
49105
|
device_id: string;
|
|
49178
|
-
/** ID of the connected account. */
|
|
49106
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49179
49107
|
connected_account_id: string;
|
|
49180
49108
|
event_type: 'device.accessory_keypad_disconnected';
|
|
49181
49109
|
} | {
|
|
49182
|
-
/**
|
|
49110
|
+
/** ID of the event. */
|
|
49183
49111
|
event_id: string;
|
|
49184
|
-
/**
|
|
49112
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49185
49113
|
workspace_id: string;
|
|
49186
|
-
/**
|
|
49114
|
+
/** Time at which the event was created. */
|
|
49187
49115
|
created_at: string;
|
|
49188
|
-
/**
|
|
49116
|
+
/** Time when the event occurred. */
|
|
49189
49117
|
occurred_at: string;
|
|
49190
49118
|
/** ID of the device. */
|
|
49191
49119
|
device_id: string;
|
|
49192
|
-
/** ID of the connected account. */
|
|
49120
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49193
49121
|
connected_account_id: string;
|
|
49194
49122
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
49123
|
+
/** Detected noise level in decibels. */
|
|
49195
49124
|
noise_level_decibels?: number | undefined;
|
|
49125
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
49196
49126
|
noise_level_nrs?: number | undefined;
|
|
49127
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
49197
49128
|
noise_threshold_id?: string | undefined;
|
|
49129
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
49198
49130
|
noise_threshold_name?: string | undefined;
|
|
49199
|
-
/** Metadata from
|
|
49131
|
+
/** Metadata from Noiseaware. */
|
|
49200
49132
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
49201
|
-
/** Metadata from
|
|
49133
|
+
/** Metadata from Minut. */
|
|
49202
49134
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
49203
49135
|
} | {
|
|
49204
|
-
/**
|
|
49136
|
+
/** ID of the event. */
|
|
49205
49137
|
event_id: string;
|
|
49206
|
-
/**
|
|
49138
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49207
49139
|
workspace_id: string;
|
|
49208
|
-
/**
|
|
49140
|
+
/** Time at which the event was created. */
|
|
49209
49141
|
created_at: string;
|
|
49210
|
-
/**
|
|
49142
|
+
/** Time when the event occurred. */
|
|
49211
49143
|
occurred_at: string;
|
|
49212
49144
|
/** ID of the device. */
|
|
49213
49145
|
device_id: string;
|
|
49214
|
-
/** ID of the connected account. */
|
|
49146
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49215
49147
|
connected_account_id: string;
|
|
49216
49148
|
event_type: 'lock.locked';
|
|
49149
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
49217
49150
|
access_code_id?: string | undefined;
|
|
49151
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
49218
49152
|
action_attempt_id?: string | undefined;
|
|
49219
|
-
/** Method by which a lock device was locked
|
|
49153
|
+
/** 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. */
|
|
49220
49154
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49221
49155
|
} | {
|
|
49222
|
-
/**
|
|
49156
|
+
/** ID of the event. */
|
|
49223
49157
|
event_id: string;
|
|
49224
|
-
/**
|
|
49158
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49225
49159
|
workspace_id: string;
|
|
49226
|
-
/**
|
|
49160
|
+
/** Time at which the event was created. */
|
|
49227
49161
|
created_at: string;
|
|
49228
|
-
/**
|
|
49162
|
+
/** Time when the event occurred. */
|
|
49229
49163
|
occurred_at: string;
|
|
49230
49164
|
/** ID of the device. */
|
|
49231
49165
|
device_id: string;
|
|
49232
|
-
/** ID of the connected account. */
|
|
49166
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49233
49167
|
connected_account_id: string;
|
|
49234
49168
|
event_type: 'lock.unlocked';
|
|
49169
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
49235
49170
|
access_code_id?: string | undefined;
|
|
49171
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
49236
49172
|
action_attempt_id?: string | undefined;
|
|
49237
|
-
/** Method by which a lock device was
|
|
49173
|
+
/** 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. */
|
|
49238
49174
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49239
49175
|
} | {
|
|
49240
|
-
/**
|
|
49176
|
+
/** ID of the event. */
|
|
49241
49177
|
event_id: string;
|
|
49242
|
-
/**
|
|
49178
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49243
49179
|
workspace_id: string;
|
|
49244
|
-
/**
|
|
49180
|
+
/** Time at which the event was created. */
|
|
49245
49181
|
created_at: string;
|
|
49246
|
-
/**
|
|
49182
|
+
/** Time when the event occurred. */
|
|
49247
49183
|
occurred_at: string;
|
|
49248
49184
|
/** ID of the device. */
|
|
49249
49185
|
device_id: string;
|
|
49250
|
-
/** ID of the connected account. */
|
|
49186
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49251
49187
|
connected_account_id: string;
|
|
49252
49188
|
event_type: 'lock.access_denied';
|
|
49189
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
49253
49190
|
access_code_id?: string | undefined;
|
|
49254
49191
|
} | {
|
|
49255
|
-
/**
|
|
49192
|
+
/** ID of the event. */
|
|
49256
49193
|
event_id: string;
|
|
49257
|
-
/**
|
|
49194
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49258
49195
|
workspace_id: string;
|
|
49259
|
-
/**
|
|
49196
|
+
/** Time at which the event was created. */
|
|
49260
49197
|
created_at: string;
|
|
49261
|
-
/**
|
|
49198
|
+
/** Time when the event occurred. */
|
|
49262
49199
|
occurred_at: string;
|
|
49263
49200
|
/** ID of the device. */
|
|
49264
49201
|
device_id: string;
|
|
49265
|
-
/** ID of the connected account. */
|
|
49202
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49266
49203
|
connected_account_id: string;
|
|
49267
49204
|
event_type: 'thermostat.climate_preset_activated';
|
|
49205
|
+
/** 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. */
|
|
49268
49206
|
thermostat_schedule_id: string | null;
|
|
49207
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
49269
49208
|
climate_preset_key: string;
|
|
49209
|
+
/** 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. */
|
|
49270
49210
|
is_fallback_climate_preset: boolean;
|
|
49271
49211
|
} | {
|
|
49272
|
-
/**
|
|
49212
|
+
/** ID of the event. */
|
|
49273
49213
|
event_id: string;
|
|
49274
|
-
/**
|
|
49214
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49275
49215
|
workspace_id: string;
|
|
49276
|
-
/**
|
|
49216
|
+
/** Time at which the event was created. */
|
|
49277
49217
|
created_at: string;
|
|
49278
|
-
/**
|
|
49218
|
+
/** Time when the event occurred. */
|
|
49279
49219
|
occurred_at: string;
|
|
49280
49220
|
/** ID of the device. */
|
|
49281
49221
|
device_id: string;
|
|
49282
|
-
/** ID of the connected account. */
|
|
49222
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49283
49223
|
connected_account_id: string;
|
|
49284
49224
|
event_type: 'thermostat.manually_adjusted';
|
|
49225
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
49285
49226
|
method: 'seam' | 'external';
|
|
49286
49227
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
49287
49228
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -49296,65 +49237,77 @@ interface Routes {
|
|
|
49296
49237
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
49297
49238
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
49298
49239
|
} | {
|
|
49299
|
-
/**
|
|
49240
|
+
/** ID of the event. */
|
|
49300
49241
|
event_id: string;
|
|
49301
|
-
/**
|
|
49242
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49302
49243
|
workspace_id: string;
|
|
49303
|
-
/**
|
|
49244
|
+
/** Time at which the event was created. */
|
|
49304
49245
|
created_at: string;
|
|
49305
|
-
/**
|
|
49246
|
+
/** Time when the event occurred. */
|
|
49306
49247
|
occurred_at: string;
|
|
49307
49248
|
/** ID of the device. */
|
|
49308
49249
|
device_id: string;
|
|
49309
|
-
/** ID of the connected account. */
|
|
49250
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49310
49251
|
connected_account_id: string;
|
|
49311
49252
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
49253
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49312
49254
|
temperature_celsius: number;
|
|
49255
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49313
49256
|
temperature_fahrenheit: number;
|
|
49257
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49314
49258
|
upper_limit_celsius: number | null;
|
|
49259
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49315
49260
|
upper_limit_fahrenheit: number | null;
|
|
49261
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49316
49262
|
lower_limit_celsius: number | null;
|
|
49263
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49317
49264
|
lower_limit_fahrenheit: number | null;
|
|
49318
49265
|
} | {
|
|
49319
|
-
/**
|
|
49266
|
+
/** ID of the event. */
|
|
49320
49267
|
event_id: string;
|
|
49321
|
-
/**
|
|
49268
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49322
49269
|
workspace_id: string;
|
|
49323
|
-
/**
|
|
49270
|
+
/** Time at which the event was created. */
|
|
49324
49271
|
created_at: string;
|
|
49325
|
-
/**
|
|
49272
|
+
/** Time when the event occurred. */
|
|
49326
49273
|
occurred_at: string;
|
|
49327
49274
|
/** ID of the device. */
|
|
49328
49275
|
device_id: string;
|
|
49329
|
-
/** ID of the connected account. */
|
|
49276
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49330
49277
|
connected_account_id: string;
|
|
49331
49278
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
49279
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49332
49280
|
temperature_celsius: number;
|
|
49281
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49333
49282
|
temperature_fahrenheit: number;
|
|
49283
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49334
49284
|
upper_limit_celsius: number | null;
|
|
49285
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49335
49286
|
upper_limit_fahrenheit: number | null;
|
|
49287
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49336
49288
|
lower_limit_celsius: number | null;
|
|
49289
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49337
49290
|
lower_limit_fahrenheit: number | null;
|
|
49338
49291
|
} | {
|
|
49339
|
-
/**
|
|
49292
|
+
/** ID of the event. */
|
|
49340
49293
|
event_id: string;
|
|
49341
|
-
/**
|
|
49294
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49342
49295
|
workspace_id: string;
|
|
49343
|
-
/**
|
|
49296
|
+
/** Time at which the event was created. */
|
|
49344
49297
|
created_at: string;
|
|
49345
|
-
/**
|
|
49298
|
+
/** Time when the event occurred. */
|
|
49346
49299
|
occurred_at: string;
|
|
49347
49300
|
/** ID of the enrollment automation. */
|
|
49348
49301
|
enrollment_automation_id: string;
|
|
49349
49302
|
event_type: 'enrollment_automation.deleted';
|
|
49350
49303
|
} | {
|
|
49351
|
-
/**
|
|
49304
|
+
/** ID of the event. */
|
|
49352
49305
|
event_id: string;
|
|
49353
|
-
/**
|
|
49306
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49354
49307
|
workspace_id: string;
|
|
49355
|
-
/**
|
|
49308
|
+
/** Time at which the event was created. */
|
|
49356
49309
|
created_at: string;
|
|
49357
|
-
/**
|
|
49310
|
+
/** Time when the event occurred. */
|
|
49358
49311
|
occurred_at: string;
|
|
49359
49312
|
/** ID of the device. */
|
|
49360
49313
|
device_id: string;
|