@seamapi/types 1.312.1 → 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 +910 -1190
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +733 -787
- 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 -139
- package/lib/seam/connect/openapi.js +432 -718
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +696 -648
- 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 +557 -718
- package/src/lib/seam/connect/route-types.ts +696 -648
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;
|
|
@@ -24378,11 +24281,6 @@ declare const _default: {
|
|
|
24378
24281
|
format: string;
|
|
24379
24282
|
type: string;
|
|
24380
24283
|
};
|
|
24381
|
-
acs_system_id: {
|
|
24382
|
-
description: string;
|
|
24383
|
-
format: string;
|
|
24384
|
-
type: string;
|
|
24385
|
-
};
|
|
24386
24284
|
};
|
|
24387
24285
|
required: string[];
|
|
24388
24286
|
type: string;
|
|
@@ -41622,8 +41520,6 @@ interface Routes {
|
|
|
41622
41520
|
queryParams: {};
|
|
41623
41521
|
jsonBody: {};
|
|
41624
41522
|
commonParams: {
|
|
41625
|
-
/** ID of the acs_system the encoder belongs to. */
|
|
41626
|
-
acs_system_id: string;
|
|
41627
41523
|
/** ID of the acs_encoder to use for the scan. */
|
|
41628
41524
|
acs_encoder_id: string;
|
|
41629
41525
|
};
|
|
@@ -47146,13 +47042,13 @@ interface Routes {
|
|
|
47146
47042
|
formData: {};
|
|
47147
47043
|
jsonResponse: {
|
|
47148
47044
|
event?: ({
|
|
47149
|
-
/**
|
|
47045
|
+
/** ID of the event. */
|
|
47150
47046
|
event_id: string;
|
|
47151
|
-
/**
|
|
47047
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47152
47048
|
workspace_id: string;
|
|
47153
|
-
/**
|
|
47049
|
+
/** Time at which the event was created. */
|
|
47154
47050
|
created_at: string;
|
|
47155
|
-
/**
|
|
47051
|
+
/** Time when the event occurred. */
|
|
47156
47052
|
occurred_at: string;
|
|
47157
47053
|
/** The ID of the access code. */
|
|
47158
47054
|
access_code_id: string;
|
|
@@ -47162,13 +47058,13 @@ interface Routes {
|
|
|
47162
47058
|
connected_account_id: string;
|
|
47163
47059
|
event_type: 'access_code.created';
|
|
47164
47060
|
} | {
|
|
47165
|
-
/**
|
|
47061
|
+
/** ID of the event. */
|
|
47166
47062
|
event_id: string;
|
|
47167
|
-
/**
|
|
47063
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47168
47064
|
workspace_id: string;
|
|
47169
|
-
/**
|
|
47065
|
+
/** Time at which the event was created. */
|
|
47170
47066
|
created_at: string;
|
|
47171
|
-
/**
|
|
47067
|
+
/** Time when the event occurred. */
|
|
47172
47068
|
occurred_at: string;
|
|
47173
47069
|
/** The ID of the access code. */
|
|
47174
47070
|
access_code_id: string;
|
|
@@ -47178,13 +47074,13 @@ interface Routes {
|
|
|
47178
47074
|
connected_account_id: string;
|
|
47179
47075
|
event_type: 'access_code.changed';
|
|
47180
47076
|
} | {
|
|
47181
|
-
/**
|
|
47077
|
+
/** ID of the event. */
|
|
47182
47078
|
event_id: string;
|
|
47183
|
-
/**
|
|
47079
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47184
47080
|
workspace_id: string;
|
|
47185
|
-
/**
|
|
47081
|
+
/** Time at which the event was created. */
|
|
47186
47082
|
created_at: string;
|
|
47187
|
-
/**
|
|
47083
|
+
/** Time when the event occurred. */
|
|
47188
47084
|
occurred_at: string;
|
|
47189
47085
|
/** The ID of the access code. */
|
|
47190
47086
|
access_code_id: string;
|
|
@@ -47196,13 +47092,13 @@ interface Routes {
|
|
|
47196
47092
|
/** The code of the access code. */
|
|
47197
47093
|
code: string;
|
|
47198
47094
|
} | {
|
|
47199
|
-
/**
|
|
47095
|
+
/** ID of the event. */
|
|
47200
47096
|
event_id: string;
|
|
47201
|
-
/**
|
|
47097
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47202
47098
|
workspace_id: string;
|
|
47203
|
-
/**
|
|
47099
|
+
/** Time at which the event was created. */
|
|
47204
47100
|
created_at: string;
|
|
47205
|
-
/**
|
|
47101
|
+
/** Time when the event occurred. */
|
|
47206
47102
|
occurred_at: string;
|
|
47207
47103
|
/** The ID of the access code. */
|
|
47208
47104
|
access_code_id: string;
|
|
@@ -47214,13 +47110,13 @@ interface Routes {
|
|
|
47214
47110
|
/** The code of the access code. */
|
|
47215
47111
|
code: string;
|
|
47216
47112
|
} | {
|
|
47217
|
-
/**
|
|
47113
|
+
/** ID of the event. */
|
|
47218
47114
|
event_id: string;
|
|
47219
|
-
/**
|
|
47115
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47220
47116
|
workspace_id: string;
|
|
47221
|
-
/**
|
|
47117
|
+
/** Time at which the event was created. */
|
|
47222
47118
|
created_at: string;
|
|
47223
|
-
/**
|
|
47119
|
+
/** Time when the event occurred. */
|
|
47224
47120
|
occurred_at: string;
|
|
47225
47121
|
/** The ID of the access code. */
|
|
47226
47122
|
access_code_id: string;
|
|
@@ -47230,13 +47126,13 @@ interface Routes {
|
|
|
47230
47126
|
connected_account_id: string;
|
|
47231
47127
|
event_type: 'access_code.removed_from_device';
|
|
47232
47128
|
} | {
|
|
47233
|
-
/**
|
|
47129
|
+
/** ID of the event. */
|
|
47234
47130
|
event_id: string;
|
|
47235
|
-
/**
|
|
47131
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47236
47132
|
workspace_id: string;
|
|
47237
|
-
/**
|
|
47133
|
+
/** Time at which the event was created. */
|
|
47238
47134
|
created_at: string;
|
|
47239
|
-
/**
|
|
47135
|
+
/** Time when the event occurred. */
|
|
47240
47136
|
occurred_at: string;
|
|
47241
47137
|
/** The ID of the access code. */
|
|
47242
47138
|
access_code_id: string;
|
|
@@ -47246,13 +47142,13 @@ interface Routes {
|
|
|
47246
47142
|
connected_account_id: string;
|
|
47247
47143
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
47248
47144
|
} | {
|
|
47249
|
-
/**
|
|
47145
|
+
/** ID of the event. */
|
|
47250
47146
|
event_id: string;
|
|
47251
|
-
/**
|
|
47147
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47252
47148
|
workspace_id: string;
|
|
47253
|
-
/**
|
|
47149
|
+
/** Time at which the event was created. */
|
|
47254
47150
|
created_at: string;
|
|
47255
|
-
/**
|
|
47151
|
+
/** Time when the event occurred. */
|
|
47256
47152
|
occurred_at: string;
|
|
47257
47153
|
/** The ID of the access code. */
|
|
47258
47154
|
access_code_id: string;
|
|
@@ -47262,13 +47158,13 @@ interface Routes {
|
|
|
47262
47158
|
connected_account_id: string;
|
|
47263
47159
|
event_type: 'access_code.failed_to_set_on_device';
|
|
47264
47160
|
} | {
|
|
47265
|
-
/**
|
|
47161
|
+
/** ID of the event. */
|
|
47266
47162
|
event_id: string;
|
|
47267
|
-
/**
|
|
47163
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47268
47164
|
workspace_id: string;
|
|
47269
|
-
/**
|
|
47165
|
+
/** Time at which the event was created. */
|
|
47270
47166
|
created_at: string;
|
|
47271
|
-
/**
|
|
47167
|
+
/** Time when the event occurred. */
|
|
47272
47168
|
occurred_at: string;
|
|
47273
47169
|
/** The ID of the access code. */
|
|
47274
47170
|
access_code_id: string;
|
|
@@ -47280,13 +47176,13 @@ interface Routes {
|
|
|
47280
47176
|
/** The code of the access code. */
|
|
47281
47177
|
code: string | null;
|
|
47282
47178
|
} | {
|
|
47283
|
-
/**
|
|
47179
|
+
/** ID of the event. */
|
|
47284
47180
|
event_id: string;
|
|
47285
|
-
/**
|
|
47181
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47286
47182
|
workspace_id: string;
|
|
47287
|
-
/**
|
|
47183
|
+
/** Time at which the event was created. */
|
|
47288
47184
|
created_at: string;
|
|
47289
|
-
/**
|
|
47185
|
+
/** Time when the event occurred. */
|
|
47290
47186
|
occurred_at: string;
|
|
47291
47187
|
/** The ID of the access code. */
|
|
47292
47188
|
access_code_id: string;
|
|
@@ -47296,13 +47192,13 @@ interface Routes {
|
|
|
47296
47192
|
connected_account_id: string;
|
|
47297
47193
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
47298
47194
|
} | {
|
|
47299
|
-
/**
|
|
47195
|
+
/** ID of the event. */
|
|
47300
47196
|
event_id: string;
|
|
47301
|
-
/**
|
|
47197
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47302
47198
|
workspace_id: string;
|
|
47303
|
-
/**
|
|
47199
|
+
/** Time at which the event was created. */
|
|
47304
47200
|
created_at: string;
|
|
47305
|
-
/**
|
|
47201
|
+
/** Time when the event occurred. */
|
|
47306
47202
|
occurred_at: string;
|
|
47307
47203
|
/** The ID of the access code. */
|
|
47308
47204
|
access_code_id: string;
|
|
@@ -47312,13 +47208,13 @@ interface Routes {
|
|
|
47312
47208
|
connected_account_id: string;
|
|
47313
47209
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
47314
47210
|
} | {
|
|
47315
|
-
/**
|
|
47211
|
+
/** ID of the event. */
|
|
47316
47212
|
event_id: string;
|
|
47317
|
-
/**
|
|
47213
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47318
47214
|
workspace_id: string;
|
|
47319
|
-
/**
|
|
47215
|
+
/** Time at which the event was created. */
|
|
47320
47216
|
created_at: string;
|
|
47321
|
-
/**
|
|
47217
|
+
/** Time when the event occurred. */
|
|
47322
47218
|
occurred_at: string;
|
|
47323
47219
|
/** The ID of the access code. */
|
|
47324
47220
|
access_code_id: string;
|
|
@@ -47328,13 +47224,13 @@ interface Routes {
|
|
|
47328
47224
|
connected_account_id: string;
|
|
47329
47225
|
event_type: 'access_code.modified_external_to_seam';
|
|
47330
47226
|
} | {
|
|
47331
|
-
/**
|
|
47227
|
+
/** ID of the event. */
|
|
47332
47228
|
event_id: string;
|
|
47333
|
-
/**
|
|
47229
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47334
47230
|
workspace_id: string;
|
|
47335
|
-
/**
|
|
47231
|
+
/** Time at which the event was created. */
|
|
47336
47232
|
created_at: string;
|
|
47337
|
-
/**
|
|
47233
|
+
/** Time when the event occurred. */
|
|
47338
47234
|
occurred_at: string;
|
|
47339
47235
|
/** The ID of the access code. */
|
|
47340
47236
|
access_code_id: string;
|
|
@@ -47344,13 +47240,13 @@ interface Routes {
|
|
|
47344
47240
|
connected_account_id: string;
|
|
47345
47241
|
event_type: 'access_code.deleted_external_to_seam';
|
|
47346
47242
|
} | {
|
|
47347
|
-
/**
|
|
47243
|
+
/** ID of the event. */
|
|
47348
47244
|
event_id: string;
|
|
47349
|
-
/**
|
|
47245
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47350
47246
|
workspace_id: string;
|
|
47351
|
-
/**
|
|
47247
|
+
/** Time at which the event was created. */
|
|
47352
47248
|
created_at: string;
|
|
47353
|
-
/**
|
|
47249
|
+
/** Time when the event occurred. */
|
|
47354
47250
|
occurred_at: string;
|
|
47355
47251
|
/** The ID of the access code. */
|
|
47356
47252
|
access_code_id: string;
|
|
@@ -47361,13 +47257,13 @@ interface Routes {
|
|
|
47361
47257
|
event_type: 'access_code.backup_access_code_pulled';
|
|
47362
47258
|
backup_access_code_id: string;
|
|
47363
47259
|
} | {
|
|
47364
|
-
/**
|
|
47260
|
+
/** ID of the event. */
|
|
47365
47261
|
event_id: string;
|
|
47366
|
-
/**
|
|
47262
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47367
47263
|
workspace_id: string;
|
|
47368
|
-
/**
|
|
47264
|
+
/** Time at which the event was created. */
|
|
47369
47265
|
created_at: string;
|
|
47370
|
-
/**
|
|
47266
|
+
/** Time when the event occurred. */
|
|
47371
47267
|
occurred_at: string;
|
|
47372
47268
|
/** The ID of the access code. */
|
|
47373
47269
|
access_code_id: string;
|
|
@@ -47377,13 +47273,13 @@ interface Routes {
|
|
|
47377
47273
|
connected_account_id: string;
|
|
47378
47274
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
47379
47275
|
} | {
|
|
47380
|
-
/**
|
|
47276
|
+
/** ID of the event. */
|
|
47381
47277
|
event_id: string;
|
|
47382
|
-
/**
|
|
47278
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47383
47279
|
workspace_id: string;
|
|
47384
|
-
/**
|
|
47280
|
+
/** Time at which the event was created. */
|
|
47385
47281
|
created_at: string;
|
|
47386
|
-
/**
|
|
47282
|
+
/** Time when the event occurred. */
|
|
47387
47283
|
occurred_at: string;
|
|
47388
47284
|
/** The ID of the access code. */
|
|
47389
47285
|
access_code_id: string;
|
|
@@ -47393,13 +47289,13 @@ interface Routes {
|
|
|
47393
47289
|
connected_account_id: string;
|
|
47394
47290
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
47395
47291
|
} | {
|
|
47396
|
-
/**
|
|
47292
|
+
/** ID of the event. */
|
|
47397
47293
|
event_id: string;
|
|
47398
|
-
/**
|
|
47294
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47399
47295
|
workspace_id: string;
|
|
47400
|
-
/**
|
|
47296
|
+
/** Time at which the event was created. */
|
|
47401
47297
|
created_at: string;
|
|
47402
|
-
/**
|
|
47298
|
+
/** Time when the event occurred. */
|
|
47403
47299
|
occurred_at: string;
|
|
47404
47300
|
/** The ID of the access code. */
|
|
47405
47301
|
access_code_id: string;
|
|
@@ -47409,13 +47305,13 @@ interface Routes {
|
|
|
47409
47305
|
connected_account_id: string;
|
|
47410
47306
|
event_type: 'access_code.unmanaged.created';
|
|
47411
47307
|
} | {
|
|
47412
|
-
/**
|
|
47308
|
+
/** ID of the event. */
|
|
47413
47309
|
event_id: string;
|
|
47414
|
-
/**
|
|
47310
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47415
47311
|
workspace_id: string;
|
|
47416
|
-
/**
|
|
47312
|
+
/** Time at which the event was created. */
|
|
47417
47313
|
created_at: string;
|
|
47418
|
-
/**
|
|
47314
|
+
/** Time when the event occurred. */
|
|
47419
47315
|
occurred_at: string;
|
|
47420
47316
|
/** The ID of the access code. */
|
|
47421
47317
|
access_code_id: string;
|
|
@@ -47425,13 +47321,13 @@ interface Routes {
|
|
|
47425
47321
|
connected_account_id: string;
|
|
47426
47322
|
event_type: 'access_code.unmanaged.removed';
|
|
47427
47323
|
} | {
|
|
47428
|
-
/**
|
|
47324
|
+
/** ID of the event. */
|
|
47429
47325
|
event_id: string;
|
|
47430
|
-
/**
|
|
47326
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47431
47327
|
workspace_id: string;
|
|
47432
|
-
/**
|
|
47328
|
+
/** Time at which the event was created. */
|
|
47433
47329
|
created_at: string;
|
|
47434
|
-
/**
|
|
47330
|
+
/** Time when the event occurred. */
|
|
47435
47331
|
occurred_at: string;
|
|
47436
47332
|
/** ID of the connected account.
|
|
47437
47333
|
* @deprecated Will be removed. */
|
|
@@ -47440,13 +47336,13 @@ interface Routes {
|
|
|
47440
47336
|
acs_system_id: string;
|
|
47441
47337
|
event_type: 'acs_system.connected';
|
|
47442
47338
|
} | {
|
|
47443
|
-
/**
|
|
47339
|
+
/** ID of the event. */
|
|
47444
47340
|
event_id: string;
|
|
47445
|
-
/**
|
|
47341
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47446
47342
|
workspace_id: string;
|
|
47447
|
-
/**
|
|
47343
|
+
/** Time at which the event was created. */
|
|
47448
47344
|
created_at: string;
|
|
47449
|
-
/**
|
|
47345
|
+
/** Time when the event occurred. */
|
|
47450
47346
|
occurred_at: string;
|
|
47451
47347
|
/** ID of the connected account.
|
|
47452
47348
|
* @deprecated Will be removed. */
|
|
@@ -47455,13 +47351,13 @@ interface Routes {
|
|
|
47455
47351
|
acs_system_id: string;
|
|
47456
47352
|
event_type: 'acs_system.added';
|
|
47457
47353
|
} | {
|
|
47458
|
-
/**
|
|
47354
|
+
/** ID of the event. */
|
|
47459
47355
|
event_id: string;
|
|
47460
|
-
/**
|
|
47356
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47461
47357
|
workspace_id: string;
|
|
47462
|
-
/**
|
|
47358
|
+
/** Time at which the event was created. */
|
|
47463
47359
|
created_at: string;
|
|
47464
|
-
/**
|
|
47360
|
+
/** Time when the event occurred. */
|
|
47465
47361
|
occurred_at: string;
|
|
47466
47362
|
/** ID of the connected account.
|
|
47467
47363
|
* @deprecated Will be removed. */
|
|
@@ -47470,13 +47366,13 @@ interface Routes {
|
|
|
47470
47366
|
acs_system_id: string;
|
|
47471
47367
|
event_type: 'acs_system.disconnected';
|
|
47472
47368
|
} | {
|
|
47473
|
-
/**
|
|
47369
|
+
/** ID of the event. */
|
|
47474
47370
|
event_id: string;
|
|
47475
|
-
/**
|
|
47371
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47476
47372
|
workspace_id: string;
|
|
47477
|
-
/**
|
|
47373
|
+
/** Time at which the event was created. */
|
|
47478
47374
|
created_at: string;
|
|
47479
|
-
/**
|
|
47375
|
+
/** Time when the event occurred. */
|
|
47480
47376
|
occurred_at: string;
|
|
47481
47377
|
/** ID of the connected account.
|
|
47482
47378
|
* @deprecated Will be removed. */
|
|
@@ -47486,13 +47382,13 @@ interface Routes {
|
|
|
47486
47382
|
acs_credential_id: string;
|
|
47487
47383
|
event_type: 'acs_credential.deleted';
|
|
47488
47384
|
} | {
|
|
47489
|
-
/**
|
|
47385
|
+
/** ID of the event. */
|
|
47490
47386
|
event_id: string;
|
|
47491
|
-
/**
|
|
47387
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47492
47388
|
workspace_id: string;
|
|
47493
|
-
/**
|
|
47389
|
+
/** Time at which the event was created. */
|
|
47494
47390
|
created_at: string;
|
|
47495
|
-
/**
|
|
47391
|
+
/** Time when the event occurred. */
|
|
47496
47392
|
occurred_at: string;
|
|
47497
47393
|
/** ID of the connected account.
|
|
47498
47394
|
* @deprecated Will be removed. */
|
|
@@ -47502,13 +47398,13 @@ interface Routes {
|
|
|
47502
47398
|
acs_credential_id: string;
|
|
47503
47399
|
event_type: 'acs_credential.issued';
|
|
47504
47400
|
} | {
|
|
47505
|
-
/**
|
|
47401
|
+
/** ID of the event. */
|
|
47506
47402
|
event_id: string;
|
|
47507
|
-
/**
|
|
47403
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47508
47404
|
workspace_id: string;
|
|
47509
|
-
/**
|
|
47405
|
+
/** Time at which the event was created. */
|
|
47510
47406
|
created_at: string;
|
|
47511
|
-
/**
|
|
47407
|
+
/** Time when the event occurred. */
|
|
47512
47408
|
occurred_at: string;
|
|
47513
47409
|
/** ID of the connected account.
|
|
47514
47410
|
* @deprecated Will be removed. */
|
|
@@ -47518,13 +47414,13 @@ interface Routes {
|
|
|
47518
47414
|
acs_user_id: string;
|
|
47519
47415
|
event_type: 'acs_user.deleted';
|
|
47520
47416
|
} | {
|
|
47521
|
-
/**
|
|
47417
|
+
/** ID of the event. */
|
|
47522
47418
|
event_id: string;
|
|
47523
|
-
/**
|
|
47419
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47524
47420
|
workspace_id: string;
|
|
47525
|
-
/**
|
|
47421
|
+
/** Time at which the event was created. */
|
|
47526
47422
|
created_at: string;
|
|
47527
|
-
/**
|
|
47423
|
+
/** Time when the event occurred. */
|
|
47528
47424
|
occurred_at: string;
|
|
47529
47425
|
/** ID of the connected account.
|
|
47530
47426
|
* @deprecated Will be removed. */
|
|
@@ -47535,13 +47431,13 @@ interface Routes {
|
|
|
47535
47431
|
acs_encoder_id: string;
|
|
47536
47432
|
event_type: 'acs_encoder.added';
|
|
47537
47433
|
} | {
|
|
47538
|
-
/**
|
|
47434
|
+
/** ID of the event. */
|
|
47539
47435
|
event_id: string;
|
|
47540
|
-
/**
|
|
47436
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47541
47437
|
workspace_id: string;
|
|
47542
|
-
/**
|
|
47438
|
+
/** Time at which the event was created. */
|
|
47543
47439
|
created_at: string;
|
|
47544
|
-
/**
|
|
47440
|
+
/** Time when the event occurred. */
|
|
47545
47441
|
occurred_at: string;
|
|
47546
47442
|
/** ID of the connected account.
|
|
47547
47443
|
* @deprecated Will be removed. */
|
|
@@ -47552,25 +47448,25 @@ interface Routes {
|
|
|
47552
47448
|
acs_encoder_id: string;
|
|
47553
47449
|
event_type: 'acs_encoder.removed';
|
|
47554
47450
|
} | {
|
|
47555
|
-
/**
|
|
47451
|
+
/** ID of the event. */
|
|
47556
47452
|
event_id: string;
|
|
47557
|
-
/**
|
|
47453
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47558
47454
|
workspace_id: string;
|
|
47559
|
-
/**
|
|
47455
|
+
/** Time at which the event was created. */
|
|
47560
47456
|
created_at: string;
|
|
47561
|
-
/**
|
|
47457
|
+
/** Time when the event occurred. */
|
|
47562
47458
|
occurred_at: string;
|
|
47563
47459
|
/** ID of the client session. */
|
|
47564
47460
|
client_session_id: string;
|
|
47565
47461
|
event_type: 'client_session.deleted';
|
|
47566
47462
|
} | {
|
|
47567
|
-
/**
|
|
47463
|
+
/** ID of the event. */
|
|
47568
47464
|
event_id: string;
|
|
47569
|
-
/**
|
|
47465
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47570
47466
|
workspace_id: string;
|
|
47571
|
-
/**
|
|
47467
|
+
/** Time at which the event was created. */
|
|
47572
47468
|
created_at: string;
|
|
47573
|
-
/**
|
|
47469
|
+
/** Time when the event occurred. */
|
|
47574
47470
|
occurred_at: string;
|
|
47575
47471
|
/** ID of the connected account. */
|
|
47576
47472
|
connected_account_id: string;
|
|
@@ -47578,13 +47474,13 @@ interface Routes {
|
|
|
47578
47474
|
/** ID of the connect webview. */
|
|
47579
47475
|
connect_webview_id: string;
|
|
47580
47476
|
} | {
|
|
47581
|
-
/**
|
|
47477
|
+
/** ID of the event. */
|
|
47582
47478
|
event_id: string;
|
|
47583
|
-
/**
|
|
47479
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47584
47480
|
workspace_id: string;
|
|
47585
|
-
/**
|
|
47481
|
+
/** Time at which the event was created. */
|
|
47586
47482
|
created_at: string;
|
|
47587
|
-
/**
|
|
47483
|
+
/** Time when the event occurred. */
|
|
47588
47484
|
occurred_at: string;
|
|
47589
47485
|
/** ID of the connected account. */
|
|
47590
47486
|
connected_account_id: string;
|
|
@@ -47592,13 +47488,13 @@ interface Routes {
|
|
|
47592
47488
|
/** ID of the connect webview. */
|
|
47593
47489
|
connect_webview_id: string;
|
|
47594
47490
|
} | {
|
|
47595
|
-
/**
|
|
47491
|
+
/** ID of the event. */
|
|
47596
47492
|
event_id: string;
|
|
47597
|
-
/**
|
|
47493
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47598
47494
|
workspace_id: string;
|
|
47599
|
-
/**
|
|
47495
|
+
/** Time at which the event was created. */
|
|
47600
47496
|
created_at: string;
|
|
47601
|
-
/**
|
|
47497
|
+
/** Time when the event occurred. */
|
|
47602
47498
|
occurred_at: string;
|
|
47603
47499
|
/** ID of the connected account. */
|
|
47604
47500
|
connected_account_id: string;
|
|
@@ -47606,61 +47502,61 @@ interface Routes {
|
|
|
47606
47502
|
/** ID of the connect webview. */
|
|
47607
47503
|
connect_webview_id: string;
|
|
47608
47504
|
} | {
|
|
47609
|
-
/**
|
|
47505
|
+
/** ID of the event. */
|
|
47610
47506
|
event_id: string;
|
|
47611
|
-
/**
|
|
47507
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47612
47508
|
workspace_id: string;
|
|
47613
|
-
/**
|
|
47509
|
+
/** Time at which the event was created. */
|
|
47614
47510
|
created_at: string;
|
|
47615
|
-
/**
|
|
47511
|
+
/** Time when the event occurred. */
|
|
47616
47512
|
occurred_at: string;
|
|
47617
47513
|
/** ID of the connected account. */
|
|
47618
47514
|
connected_account_id: string;
|
|
47619
47515
|
event_type: 'connected_account.disconnected';
|
|
47620
47516
|
} | {
|
|
47621
|
-
/**
|
|
47517
|
+
/** ID of the event. */
|
|
47622
47518
|
event_id: string;
|
|
47623
|
-
/**
|
|
47519
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47624
47520
|
workspace_id: string;
|
|
47625
|
-
/**
|
|
47521
|
+
/** Time at which the event was created. */
|
|
47626
47522
|
created_at: string;
|
|
47627
|
-
/**
|
|
47523
|
+
/** Time when the event occurred. */
|
|
47628
47524
|
occurred_at: string;
|
|
47629
47525
|
/** ID of the connected account. */
|
|
47630
47526
|
connected_account_id: string;
|
|
47631
47527
|
event_type: 'connected_account.completed_first_sync';
|
|
47632
47528
|
} | {
|
|
47633
|
-
/**
|
|
47529
|
+
/** ID of the event. */
|
|
47634
47530
|
event_id: string;
|
|
47635
|
-
/**
|
|
47531
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47636
47532
|
workspace_id: string;
|
|
47637
|
-
/**
|
|
47533
|
+
/** Time at which the event was created. */
|
|
47638
47534
|
created_at: string;
|
|
47639
|
-
/**
|
|
47535
|
+
/** Time when the event occurred. */
|
|
47640
47536
|
occurred_at: string;
|
|
47641
47537
|
/** ID of the connected account. */
|
|
47642
47538
|
connected_account_id: string;
|
|
47643
47539
|
event_type: 'connected_account.deleted';
|
|
47644
47540
|
} | {
|
|
47645
|
-
/**
|
|
47541
|
+
/** ID of the event. */
|
|
47646
47542
|
event_id: string;
|
|
47647
|
-
/**
|
|
47543
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47648
47544
|
workspace_id: string;
|
|
47649
|
-
/**
|
|
47545
|
+
/** Time at which the event was created. */
|
|
47650
47546
|
created_at: string;
|
|
47651
|
-
/**
|
|
47547
|
+
/** Time when the event occurred. */
|
|
47652
47548
|
occurred_at: string;
|
|
47653
47549
|
/** ID of the connected account. */
|
|
47654
47550
|
connected_account_id: string;
|
|
47655
47551
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
47656
47552
|
} | {
|
|
47657
|
-
/**
|
|
47553
|
+
/** ID of the event. */
|
|
47658
47554
|
event_id: string;
|
|
47659
|
-
/**
|
|
47555
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47660
47556
|
workspace_id: string;
|
|
47661
|
-
/**
|
|
47557
|
+
/** Time at which the event was created. */
|
|
47662
47558
|
created_at: string;
|
|
47663
|
-
/**
|
|
47559
|
+
/** Time when the event occurred. */
|
|
47664
47560
|
occurred_at: string;
|
|
47665
47561
|
/** The ID of the action attempt. */
|
|
47666
47562
|
action_attempt_id: string;
|
|
@@ -47670,13 +47566,13 @@ interface Routes {
|
|
|
47670
47566
|
status: string;
|
|
47671
47567
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
47672
47568
|
} | {
|
|
47673
|
-
/**
|
|
47569
|
+
/** ID of the event. */
|
|
47674
47570
|
event_id: string;
|
|
47675
|
-
/**
|
|
47571
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47676
47572
|
workspace_id: string;
|
|
47677
|
-
/**
|
|
47573
|
+
/** Time at which the event was created. */
|
|
47678
47574
|
created_at: string;
|
|
47679
|
-
/**
|
|
47575
|
+
/** Time when the event occurred. */
|
|
47680
47576
|
occurred_at: string;
|
|
47681
47577
|
/** The ID of the action attempt. */
|
|
47682
47578
|
action_attempt_id: string;
|
|
@@ -47686,13 +47582,13 @@ interface Routes {
|
|
|
47686
47582
|
status: string;
|
|
47687
47583
|
event_type: 'action_attempt.lock_door.failed';
|
|
47688
47584
|
} | {
|
|
47689
|
-
/**
|
|
47585
|
+
/** ID of the event. */
|
|
47690
47586
|
event_id: string;
|
|
47691
|
-
/**
|
|
47587
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47692
47588
|
workspace_id: string;
|
|
47693
|
-
/**
|
|
47589
|
+
/** Time at which the event was created. */
|
|
47694
47590
|
created_at: string;
|
|
47695
|
-
/**
|
|
47591
|
+
/** Time when the event occurred. */
|
|
47696
47592
|
occurred_at: string;
|
|
47697
47593
|
/** The ID of the action attempt. */
|
|
47698
47594
|
action_attempt_id: string;
|
|
@@ -47702,13 +47598,13 @@ interface Routes {
|
|
|
47702
47598
|
status: string;
|
|
47703
47599
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
47704
47600
|
} | {
|
|
47705
|
-
/**
|
|
47601
|
+
/** ID of the event. */
|
|
47706
47602
|
event_id: string;
|
|
47707
|
-
/**
|
|
47603
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47708
47604
|
workspace_id: string;
|
|
47709
|
-
/**
|
|
47605
|
+
/** Time at which the event was created. */
|
|
47710
47606
|
created_at: string;
|
|
47711
|
-
/**
|
|
47607
|
+
/** Time when the event occurred. */
|
|
47712
47608
|
occurred_at: string;
|
|
47713
47609
|
/** The ID of the action attempt. */
|
|
47714
47610
|
action_attempt_id: string;
|
|
@@ -47718,13 +47614,13 @@ interface Routes {
|
|
|
47718
47614
|
status: string;
|
|
47719
47615
|
event_type: 'action_attempt.unlock_door.failed';
|
|
47720
47616
|
} | {
|
|
47721
|
-
/**
|
|
47617
|
+
/** ID of the event. */
|
|
47722
47618
|
event_id: string;
|
|
47723
|
-
/**
|
|
47619
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47724
47620
|
workspace_id: string;
|
|
47725
|
-
/**
|
|
47621
|
+
/** Time at which the event was created. */
|
|
47726
47622
|
created_at: string;
|
|
47727
|
-
/**
|
|
47623
|
+
/** Time when the event occurred. */
|
|
47728
47624
|
occurred_at: string;
|
|
47729
47625
|
/** ID of the connect webview. */
|
|
47730
47626
|
connect_webview_id: string;
|
|
@@ -47732,439 +47628,452 @@ interface Routes {
|
|
|
47732
47628
|
/** ID of the connected account. */
|
|
47733
47629
|
connected_account_id: string;
|
|
47734
47630
|
} | {
|
|
47735
|
-
/**
|
|
47631
|
+
/** ID of the event. */
|
|
47736
47632
|
event_id: string;
|
|
47737
|
-
/**
|
|
47633
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47738
47634
|
workspace_id: string;
|
|
47739
|
-
/**
|
|
47635
|
+
/** Time at which the event was created. */
|
|
47740
47636
|
created_at: string;
|
|
47741
|
-
/**
|
|
47637
|
+
/** Time when the event occurred. */
|
|
47742
47638
|
occurred_at: string;
|
|
47743
47639
|
/** ID of the connect webview. */
|
|
47744
47640
|
connect_webview_id: string;
|
|
47745
47641
|
event_type: 'connect_webview.login_failed';
|
|
47746
47642
|
} | {
|
|
47747
|
-
/**
|
|
47643
|
+
/** ID of the event. */
|
|
47748
47644
|
event_id: string;
|
|
47749
|
-
/**
|
|
47645
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47750
47646
|
workspace_id: string;
|
|
47751
|
-
/**
|
|
47647
|
+
/** Time at which the event was created. */
|
|
47752
47648
|
created_at: string;
|
|
47753
|
-
/**
|
|
47649
|
+
/** Time when the event occurred. */
|
|
47754
47650
|
occurred_at: string;
|
|
47755
47651
|
/** ID of the device. */
|
|
47756
47652
|
device_id: string;
|
|
47757
|
-
/** ID of the connected account. */
|
|
47653
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47758
47654
|
connected_account_id: string;
|
|
47759
47655
|
event_type: 'device.connected';
|
|
47760
47656
|
} | {
|
|
47761
|
-
/**
|
|
47657
|
+
/** ID of the event. */
|
|
47762
47658
|
event_id: string;
|
|
47763
|
-
/**
|
|
47659
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47764
47660
|
workspace_id: string;
|
|
47765
|
-
/**
|
|
47661
|
+
/** Time at which the event was created. */
|
|
47766
47662
|
created_at: string;
|
|
47767
|
-
/**
|
|
47663
|
+
/** Time when the event occurred. */
|
|
47768
47664
|
occurred_at: string;
|
|
47769
47665
|
/** ID of the device. */
|
|
47770
47666
|
device_id: string;
|
|
47771
|
-
/** ID of the connected account. */
|
|
47667
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47772
47668
|
connected_account_id: string;
|
|
47773
47669
|
event_type: 'device.added';
|
|
47774
47670
|
} | {
|
|
47775
|
-
/**
|
|
47671
|
+
/** ID of the event. */
|
|
47776
47672
|
event_id: string;
|
|
47777
|
-
/**
|
|
47673
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47778
47674
|
workspace_id: string;
|
|
47779
|
-
/**
|
|
47675
|
+
/** Time at which the event was created. */
|
|
47780
47676
|
created_at: string;
|
|
47781
|
-
/**
|
|
47677
|
+
/** Time when the event occurred. */
|
|
47782
47678
|
occurred_at: string;
|
|
47783
47679
|
/** ID of the device. */
|
|
47784
47680
|
device_id: string;
|
|
47785
|
-
/** ID of the connected account. */
|
|
47681
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47786
47682
|
connected_account_id: string;
|
|
47787
47683
|
event_type: 'device.converted_to_unmanaged';
|
|
47788
47684
|
} | {
|
|
47789
|
-
/**
|
|
47685
|
+
/** ID of the event. */
|
|
47790
47686
|
event_id: string;
|
|
47791
|
-
/**
|
|
47687
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47792
47688
|
workspace_id: string;
|
|
47793
|
-
/**
|
|
47689
|
+
/** Time at which the event was created. */
|
|
47794
47690
|
created_at: string;
|
|
47795
|
-
/**
|
|
47691
|
+
/** Time when the event occurred. */
|
|
47796
47692
|
occurred_at: string;
|
|
47797
47693
|
/** ID of the device. */
|
|
47798
47694
|
device_id: string;
|
|
47799
|
-
/** ID of the connected account. */
|
|
47695
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47800
47696
|
connected_account_id: string;
|
|
47801
47697
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
47802
47698
|
} | {
|
|
47803
|
-
/**
|
|
47699
|
+
/** ID of the event. */
|
|
47804
47700
|
event_id: string;
|
|
47805
|
-
/**
|
|
47701
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47806
47702
|
workspace_id: string;
|
|
47807
|
-
/**
|
|
47703
|
+
/** Time at which the event was created. */
|
|
47808
47704
|
created_at: string;
|
|
47809
|
-
/**
|
|
47705
|
+
/** Time when the event occurred. */
|
|
47810
47706
|
occurred_at: string;
|
|
47811
47707
|
/** ID of the device. */
|
|
47812
47708
|
device_id: string;
|
|
47813
|
-
/** ID of the connected account. */
|
|
47709
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47814
47710
|
connected_account_id: string;
|
|
47815
47711
|
event_type: 'device.unmanaged.connected';
|
|
47816
47712
|
} | {
|
|
47817
|
-
/**
|
|
47713
|
+
/** ID of the event. */
|
|
47818
47714
|
event_id: string;
|
|
47819
|
-
/**
|
|
47715
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47820
47716
|
workspace_id: string;
|
|
47821
|
-
/**
|
|
47717
|
+
/** Time at which the event was created. */
|
|
47822
47718
|
created_at: string;
|
|
47823
|
-
/**
|
|
47719
|
+
/** Time when the event occurred. */
|
|
47824
47720
|
occurred_at: string;
|
|
47825
47721
|
/** ID of the device. */
|
|
47826
47722
|
device_id: string;
|
|
47827
|
-
/** ID of the connected account. */
|
|
47723
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47828
47724
|
connected_account_id: string;
|
|
47829
47725
|
event_type: 'device.disconnected';
|
|
47830
|
-
/**
|
|
47726
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47831
47727
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47832
47728
|
} | {
|
|
47833
|
-
/**
|
|
47729
|
+
/** ID of the event. */
|
|
47834
47730
|
event_id: string;
|
|
47835
|
-
/**
|
|
47731
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47836
47732
|
workspace_id: string;
|
|
47837
|
-
/**
|
|
47733
|
+
/** Time at which the event was created. */
|
|
47838
47734
|
created_at: string;
|
|
47839
|
-
/**
|
|
47735
|
+
/** Time when the event occurred. */
|
|
47840
47736
|
occurred_at: string;
|
|
47841
47737
|
/** ID of the device. */
|
|
47842
47738
|
device_id: string;
|
|
47843
|
-
/** ID of the connected account. */
|
|
47739
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47844
47740
|
connected_account_id: string;
|
|
47845
47741
|
event_type: 'device.unmanaged.disconnected';
|
|
47846
|
-
/**
|
|
47742
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47847
47743
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47848
47744
|
} | {
|
|
47849
|
-
/**
|
|
47745
|
+
/** ID of the event. */
|
|
47850
47746
|
event_id: string;
|
|
47851
|
-
/**
|
|
47747
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47852
47748
|
workspace_id: string;
|
|
47853
|
-
/**
|
|
47749
|
+
/** Time at which the event was created. */
|
|
47854
47750
|
created_at: string;
|
|
47855
|
-
/**
|
|
47751
|
+
/** Time when the event occurred. */
|
|
47856
47752
|
occurred_at: string;
|
|
47857
47753
|
/** ID of the device. */
|
|
47858
47754
|
device_id: string;
|
|
47859
|
-
/** ID of the connected account. */
|
|
47755
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47860
47756
|
connected_account_id: string;
|
|
47861
47757
|
event_type: 'device.tampered';
|
|
47862
47758
|
} | {
|
|
47863
|
-
/**
|
|
47759
|
+
/** ID of the event. */
|
|
47864
47760
|
event_id: string;
|
|
47865
|
-
/**
|
|
47761
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47866
47762
|
workspace_id: string;
|
|
47867
|
-
/**
|
|
47763
|
+
/** Time at which the event was created. */
|
|
47868
47764
|
created_at: string;
|
|
47869
|
-
/**
|
|
47765
|
+
/** Time when the event occurred. */
|
|
47870
47766
|
occurred_at: string;
|
|
47871
47767
|
/** ID of the device. */
|
|
47872
47768
|
device_id: string;
|
|
47873
|
-
/** ID of the connected account. */
|
|
47769
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47874
47770
|
connected_account_id: string;
|
|
47875
47771
|
event_type: 'device.low_battery';
|
|
47876
|
-
/**
|
|
47772
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47877
47773
|
battery_level: number;
|
|
47878
47774
|
} | {
|
|
47879
|
-
/**
|
|
47775
|
+
/** ID of the event. */
|
|
47880
47776
|
event_id: string;
|
|
47881
|
-
/**
|
|
47777
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47882
47778
|
workspace_id: string;
|
|
47883
|
-
/**
|
|
47779
|
+
/** Time at which the event was created. */
|
|
47884
47780
|
created_at: string;
|
|
47885
|
-
/**
|
|
47781
|
+
/** Time when the event occurred. */
|
|
47886
47782
|
occurred_at: string;
|
|
47887
47783
|
/** ID of the device. */
|
|
47888
47784
|
device_id: string;
|
|
47889
|
-
/** ID of the connected account. */
|
|
47785
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47890
47786
|
connected_account_id: string;
|
|
47891
47787
|
event_type: 'device.battery_status_changed';
|
|
47892
|
-
/**
|
|
47788
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
47893
47789
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
47894
|
-
/**
|
|
47790
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47895
47791
|
battery_level: number;
|
|
47896
47792
|
} | {
|
|
47897
|
-
/**
|
|
47793
|
+
/** ID of the event. */
|
|
47898
47794
|
event_id: string;
|
|
47899
|
-
/**
|
|
47795
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47900
47796
|
workspace_id: string;
|
|
47901
|
-
/**
|
|
47797
|
+
/** Time at which the event was created. */
|
|
47902
47798
|
created_at: string;
|
|
47903
|
-
/**
|
|
47799
|
+
/** Time when the event occurred. */
|
|
47904
47800
|
occurred_at: string;
|
|
47905
47801
|
/** ID of the device. */
|
|
47906
47802
|
device_id: string;
|
|
47907
|
-
/** ID of the connected account. */
|
|
47803
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47908
47804
|
connected_account_id: string;
|
|
47909
47805
|
event_type: 'device.removed';
|
|
47910
47806
|
} | {
|
|
47911
|
-
/**
|
|
47807
|
+
/** ID of the event. */
|
|
47912
47808
|
event_id: string;
|
|
47913
|
-
/**
|
|
47809
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47914
47810
|
workspace_id: string;
|
|
47915
|
-
/**
|
|
47811
|
+
/** Time at which the event was created. */
|
|
47916
47812
|
created_at: string;
|
|
47917
|
-
/**
|
|
47813
|
+
/** Time when the event occurred. */
|
|
47918
47814
|
occurred_at: string;
|
|
47919
47815
|
/** ID of the device. */
|
|
47920
47816
|
device_id: string;
|
|
47921
|
-
/** ID of the connected account. */
|
|
47817
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47922
47818
|
connected_account_id: string;
|
|
47923
47819
|
event_type: 'device.deleted';
|
|
47924
47820
|
} | {
|
|
47925
|
-
/**
|
|
47821
|
+
/** ID of the event. */
|
|
47926
47822
|
event_id: string;
|
|
47927
|
-
/**
|
|
47823
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47928
47824
|
workspace_id: string;
|
|
47929
|
-
/**
|
|
47825
|
+
/** Time at which the event was created. */
|
|
47930
47826
|
created_at: string;
|
|
47931
|
-
/**
|
|
47827
|
+
/** Time when the event occurred. */
|
|
47932
47828
|
occurred_at: string;
|
|
47933
47829
|
/** ID of the device. */
|
|
47934
47830
|
device_id: string;
|
|
47935
|
-
/** ID of the connected account. */
|
|
47831
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47936
47832
|
connected_account_id: string;
|
|
47937
47833
|
event_type: 'device.third_party_integration_detected';
|
|
47938
47834
|
} | {
|
|
47939
|
-
/**
|
|
47835
|
+
/** ID of the event. */
|
|
47940
47836
|
event_id: string;
|
|
47941
|
-
/**
|
|
47837
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47942
47838
|
workspace_id: string;
|
|
47943
|
-
/**
|
|
47839
|
+
/** Time at which the event was created. */
|
|
47944
47840
|
created_at: string;
|
|
47945
|
-
/**
|
|
47841
|
+
/** Time when the event occurred. */
|
|
47946
47842
|
occurred_at: string;
|
|
47947
47843
|
/** ID of the device. */
|
|
47948
47844
|
device_id: string;
|
|
47949
|
-
/** ID of the connected account. */
|
|
47845
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47950
47846
|
connected_account_id: string;
|
|
47951
47847
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
47952
47848
|
} | {
|
|
47953
|
-
/**
|
|
47849
|
+
/** ID of the event. */
|
|
47954
47850
|
event_id: string;
|
|
47955
|
-
/**
|
|
47851
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47956
47852
|
workspace_id: string;
|
|
47957
|
-
/**
|
|
47853
|
+
/** Time at which the event was created. */
|
|
47958
47854
|
created_at: string;
|
|
47959
|
-
/**
|
|
47855
|
+
/** Time when the event occurred. */
|
|
47960
47856
|
occurred_at: string;
|
|
47961
47857
|
/** ID of the device. */
|
|
47962
47858
|
device_id: string;
|
|
47963
|
-
/** ID of the connected account. */
|
|
47859
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47964
47860
|
connected_account_id: string;
|
|
47965
47861
|
event_type: 'device.salto.privacy_mode_activated';
|
|
47966
47862
|
} | {
|
|
47967
|
-
/**
|
|
47863
|
+
/** ID of the event. */
|
|
47968
47864
|
event_id: string;
|
|
47969
|
-
/**
|
|
47865
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47970
47866
|
workspace_id: string;
|
|
47971
|
-
/**
|
|
47867
|
+
/** Time at which the event was created. */
|
|
47972
47868
|
created_at: string;
|
|
47973
|
-
/**
|
|
47869
|
+
/** Time when the event occurred. */
|
|
47974
47870
|
occurred_at: string;
|
|
47975
47871
|
/** ID of the device. */
|
|
47976
47872
|
device_id: string;
|
|
47977
|
-
/** ID of the connected account. */
|
|
47873
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47978
47874
|
connected_account_id: string;
|
|
47979
47875
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
47980
47876
|
} | {
|
|
47981
|
-
/**
|
|
47877
|
+
/** ID of the event. */
|
|
47982
47878
|
event_id: string;
|
|
47983
|
-
/**
|
|
47879
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47984
47880
|
workspace_id: string;
|
|
47985
|
-
/**
|
|
47881
|
+
/** Time at which the event was created. */
|
|
47986
47882
|
created_at: string;
|
|
47987
|
-
/**
|
|
47883
|
+
/** Time when the event occurred. */
|
|
47988
47884
|
occurred_at: string;
|
|
47989
47885
|
/** ID of the device. */
|
|
47990
47886
|
device_id: string;
|
|
47991
|
-
/** ID of the connected account. */
|
|
47887
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47992
47888
|
connected_account_id: string;
|
|
47993
47889
|
event_type: 'device.connection_became_flaky';
|
|
47994
47890
|
} | {
|
|
47995
|
-
/**
|
|
47891
|
+
/** ID of the event. */
|
|
47996
47892
|
event_id: string;
|
|
47997
|
-
/**
|
|
47893
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47998
47894
|
workspace_id: string;
|
|
47999
|
-
/**
|
|
47895
|
+
/** Time at which the event was created. */
|
|
48000
47896
|
created_at: string;
|
|
48001
|
-
/**
|
|
47897
|
+
/** Time when the event occurred. */
|
|
48002
47898
|
occurred_at: string;
|
|
48003
47899
|
/** ID of the device. */
|
|
48004
47900
|
device_id: string;
|
|
48005
|
-
/** ID of the connected account. */
|
|
47901
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48006
47902
|
connected_account_id: string;
|
|
48007
47903
|
event_type: 'device.connection_stabilized';
|
|
48008
47904
|
} | {
|
|
48009
|
-
/**
|
|
47905
|
+
/** ID of the event. */
|
|
48010
47906
|
event_id: string;
|
|
48011
|
-
/**
|
|
47907
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48012
47908
|
workspace_id: string;
|
|
48013
|
-
/**
|
|
47909
|
+
/** Time at which the event was created. */
|
|
48014
47910
|
created_at: string;
|
|
48015
|
-
/**
|
|
47911
|
+
/** Time when the event occurred. */
|
|
48016
47912
|
occurred_at: string;
|
|
48017
47913
|
/** ID of the device. */
|
|
48018
47914
|
device_id: string;
|
|
48019
|
-
/** ID of the connected account. */
|
|
47915
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48020
47916
|
connected_account_id: string;
|
|
48021
47917
|
event_type: 'device.error.subscription_required';
|
|
48022
47918
|
} | {
|
|
48023
|
-
/**
|
|
47919
|
+
/** ID of the event. */
|
|
48024
47920
|
event_id: string;
|
|
48025
|
-
/**
|
|
47921
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48026
47922
|
workspace_id: string;
|
|
48027
|
-
/**
|
|
47923
|
+
/** Time at which the event was created. */
|
|
48028
47924
|
created_at: string;
|
|
48029
|
-
/**
|
|
47925
|
+
/** Time when the event occurred. */
|
|
48030
47926
|
occurred_at: string;
|
|
48031
47927
|
/** ID of the device. */
|
|
48032
47928
|
device_id: string;
|
|
48033
|
-
/** ID of the connected account. */
|
|
47929
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48034
47930
|
connected_account_id: string;
|
|
48035
47931
|
event_type: 'device.error.subscription_required.resolved';
|
|
48036
47932
|
} | {
|
|
48037
|
-
/**
|
|
47933
|
+
/** ID of the event. */
|
|
48038
47934
|
event_id: string;
|
|
48039
|
-
/**
|
|
47935
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48040
47936
|
workspace_id: string;
|
|
48041
|
-
/**
|
|
47937
|
+
/** Time at which the event was created. */
|
|
48042
47938
|
created_at: string;
|
|
48043
|
-
/**
|
|
47939
|
+
/** Time when the event occurred. */
|
|
48044
47940
|
occurred_at: string;
|
|
48045
47941
|
/** ID of the device. */
|
|
48046
47942
|
device_id: string;
|
|
48047
|
-
/** ID of the connected account. */
|
|
47943
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48048
47944
|
connected_account_id: string;
|
|
48049
47945
|
event_type: 'device.accessory_keypad_connected';
|
|
48050
47946
|
} | {
|
|
48051
|
-
/**
|
|
47947
|
+
/** ID of the event. */
|
|
48052
47948
|
event_id: string;
|
|
48053
|
-
/**
|
|
47949
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48054
47950
|
workspace_id: string;
|
|
48055
|
-
/**
|
|
47951
|
+
/** Time at which the event was created. */
|
|
48056
47952
|
created_at: string;
|
|
48057
|
-
/**
|
|
47953
|
+
/** Time when the event occurred. */
|
|
48058
47954
|
occurred_at: string;
|
|
48059
47955
|
/** ID of the device. */
|
|
48060
47956
|
device_id: string;
|
|
48061
|
-
/** ID of the connected account. */
|
|
47957
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48062
47958
|
connected_account_id: string;
|
|
48063
47959
|
event_type: 'device.accessory_keypad_disconnected';
|
|
48064
47960
|
} | {
|
|
48065
|
-
/**
|
|
47961
|
+
/** ID of the event. */
|
|
48066
47962
|
event_id: string;
|
|
48067
|
-
/**
|
|
47963
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48068
47964
|
workspace_id: string;
|
|
48069
|
-
/**
|
|
47965
|
+
/** Time at which the event was created. */
|
|
48070
47966
|
created_at: string;
|
|
48071
|
-
/**
|
|
47967
|
+
/** Time when the event occurred. */
|
|
48072
47968
|
occurred_at: string;
|
|
48073
47969
|
/** ID of the device. */
|
|
48074
47970
|
device_id: string;
|
|
48075
|
-
/** ID of the connected account. */
|
|
47971
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48076
47972
|
connected_account_id: string;
|
|
48077
47973
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
47974
|
+
/** Detected noise level in decibels. */
|
|
48078
47975
|
noise_level_decibels?: number | undefined;
|
|
47976
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
48079
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. */
|
|
48080
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. */
|
|
48081
47981
|
noise_threshold_name?: string | undefined;
|
|
48082
|
-
/** Metadata from
|
|
47982
|
+
/** Metadata from Noiseaware. */
|
|
48083
47983
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
48084
|
-
/** Metadata from
|
|
47984
|
+
/** Metadata from Minut. */
|
|
48085
47985
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
48086
47986
|
} | {
|
|
48087
|
-
/**
|
|
47987
|
+
/** ID of the event. */
|
|
48088
47988
|
event_id: string;
|
|
48089
|
-
/**
|
|
47989
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48090
47990
|
workspace_id: string;
|
|
48091
|
-
/**
|
|
47991
|
+
/** Time at which the event was created. */
|
|
48092
47992
|
created_at: string;
|
|
48093
|
-
/**
|
|
47993
|
+
/** Time when the event occurred. */
|
|
48094
47994
|
occurred_at: string;
|
|
48095
47995
|
/** ID of the device. */
|
|
48096
47996
|
device_id: string;
|
|
48097
|
-
/** ID of the connected account. */
|
|
47997
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48098
47998
|
connected_account_id: string;
|
|
48099
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. */
|
|
48100
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. */
|
|
48101
48003
|
action_attempt_id?: string | undefined;
|
|
48102
|
-
/** 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. */
|
|
48103
48005
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48104
48006
|
} | {
|
|
48105
|
-
/**
|
|
48007
|
+
/** ID of the event. */
|
|
48106
48008
|
event_id: string;
|
|
48107
|
-
/**
|
|
48009
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48108
48010
|
workspace_id: string;
|
|
48109
|
-
/**
|
|
48011
|
+
/** Time at which the event was created. */
|
|
48110
48012
|
created_at: string;
|
|
48111
|
-
/**
|
|
48013
|
+
/** Time when the event occurred. */
|
|
48112
48014
|
occurred_at: string;
|
|
48113
48015
|
/** ID of the device. */
|
|
48114
48016
|
device_id: string;
|
|
48115
|
-
/** ID of the connected account. */
|
|
48017
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48116
48018
|
connected_account_id: string;
|
|
48117
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. */
|
|
48118
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. */
|
|
48119
48023
|
action_attempt_id?: string | undefined;
|
|
48120
|
-
/** 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. */
|
|
48121
48025
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48122
48026
|
} | {
|
|
48123
|
-
/**
|
|
48027
|
+
/** ID of the event. */
|
|
48124
48028
|
event_id: string;
|
|
48125
|
-
/**
|
|
48029
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48126
48030
|
workspace_id: string;
|
|
48127
|
-
/**
|
|
48031
|
+
/** Time at which the event was created. */
|
|
48128
48032
|
created_at: string;
|
|
48129
|
-
/**
|
|
48033
|
+
/** Time when the event occurred. */
|
|
48130
48034
|
occurred_at: string;
|
|
48131
48035
|
/** ID of the device. */
|
|
48132
48036
|
device_id: string;
|
|
48133
|
-
/** ID of the connected account. */
|
|
48037
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48134
48038
|
connected_account_id: string;
|
|
48135
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. */
|
|
48136
48041
|
access_code_id?: string | undefined;
|
|
48137
48042
|
} | {
|
|
48138
|
-
/**
|
|
48043
|
+
/** ID of the event. */
|
|
48139
48044
|
event_id: string;
|
|
48140
|
-
/**
|
|
48045
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48141
48046
|
workspace_id: string;
|
|
48142
|
-
/**
|
|
48047
|
+
/** Time at which the event was created. */
|
|
48143
48048
|
created_at: string;
|
|
48144
|
-
/**
|
|
48049
|
+
/** Time when the event occurred. */
|
|
48145
48050
|
occurred_at: string;
|
|
48146
48051
|
/** ID of the device. */
|
|
48147
48052
|
device_id: string;
|
|
48148
|
-
/** ID of the connected account. */
|
|
48053
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48149
48054
|
connected_account_id: string;
|
|
48150
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. */
|
|
48151
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. */
|
|
48152
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. */
|
|
48153
48061
|
is_fallback_climate_preset: boolean;
|
|
48154
48062
|
} | {
|
|
48155
|
-
/**
|
|
48063
|
+
/** ID of the event. */
|
|
48156
48064
|
event_id: string;
|
|
48157
|
-
/**
|
|
48065
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48158
48066
|
workspace_id: string;
|
|
48159
|
-
/**
|
|
48067
|
+
/** Time at which the event was created. */
|
|
48160
48068
|
created_at: string;
|
|
48161
|
-
/**
|
|
48069
|
+
/** Time when the event occurred. */
|
|
48162
48070
|
occurred_at: string;
|
|
48163
48071
|
/** ID of the device. */
|
|
48164
48072
|
device_id: string;
|
|
48165
|
-
/** ID of the connected account. */
|
|
48073
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48166
48074
|
connected_account_id: string;
|
|
48167
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. */
|
|
48168
48077
|
method: 'seam' | 'external';
|
|
48169
48078
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
48170
48079
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -48179,65 +48088,77 @@ interface Routes {
|
|
|
48179
48088
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
48180
48089
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
48181
48090
|
} | {
|
|
48182
|
-
/**
|
|
48091
|
+
/** ID of the event. */
|
|
48183
48092
|
event_id: string;
|
|
48184
|
-
/**
|
|
48093
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48185
48094
|
workspace_id: string;
|
|
48186
|
-
/**
|
|
48095
|
+
/** Time at which the event was created. */
|
|
48187
48096
|
created_at: string;
|
|
48188
|
-
/**
|
|
48097
|
+
/** Time when the event occurred. */
|
|
48189
48098
|
occurred_at: string;
|
|
48190
48099
|
/** ID of the device. */
|
|
48191
48100
|
device_id: string;
|
|
48192
|
-
/** ID of the connected account. */
|
|
48101
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48193
48102
|
connected_account_id: string;
|
|
48194
48103
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
48104
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48195
48105
|
temperature_celsius: number;
|
|
48106
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48196
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). */
|
|
48197
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). */
|
|
48198
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). */
|
|
48199
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). */
|
|
48200
48115
|
lower_limit_fahrenheit: number | null;
|
|
48201
48116
|
} | {
|
|
48202
|
-
/**
|
|
48117
|
+
/** ID of the event. */
|
|
48203
48118
|
event_id: string;
|
|
48204
|
-
/**
|
|
48119
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48205
48120
|
workspace_id: string;
|
|
48206
|
-
/**
|
|
48121
|
+
/** Time at which the event was created. */
|
|
48207
48122
|
created_at: string;
|
|
48208
|
-
/**
|
|
48123
|
+
/** Time when the event occurred. */
|
|
48209
48124
|
occurred_at: string;
|
|
48210
48125
|
/** ID of the device. */
|
|
48211
48126
|
device_id: string;
|
|
48212
|
-
/** ID of the connected account. */
|
|
48127
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48213
48128
|
connected_account_id: string;
|
|
48214
48129
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
48130
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48215
48131
|
temperature_celsius: number;
|
|
48132
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48216
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). */
|
|
48217
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). */
|
|
48218
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). */
|
|
48219
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). */
|
|
48220
48141
|
lower_limit_fahrenheit: number | null;
|
|
48221
48142
|
} | {
|
|
48222
|
-
/**
|
|
48143
|
+
/** ID of the event. */
|
|
48223
48144
|
event_id: string;
|
|
48224
|
-
/**
|
|
48145
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48225
48146
|
workspace_id: string;
|
|
48226
|
-
/**
|
|
48147
|
+
/** Time at which the event was created. */
|
|
48227
48148
|
created_at: string;
|
|
48228
|
-
/**
|
|
48149
|
+
/** Time when the event occurred. */
|
|
48229
48150
|
occurred_at: string;
|
|
48230
48151
|
/** ID of the enrollment automation. */
|
|
48231
48152
|
enrollment_automation_id: string;
|
|
48232
48153
|
event_type: 'enrollment_automation.deleted';
|
|
48233
48154
|
} | {
|
|
48234
|
-
/**
|
|
48155
|
+
/** ID of the event. */
|
|
48235
48156
|
event_id: string;
|
|
48236
|
-
/**
|
|
48157
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48237
48158
|
workspace_id: string;
|
|
48238
|
-
/**
|
|
48159
|
+
/** Time at which the event was created. */
|
|
48239
48160
|
created_at: string;
|
|
48240
|
-
/**
|
|
48161
|
+
/** Time when the event occurred. */
|
|
48241
48162
|
occurred_at: string;
|
|
48242
48163
|
/** ID of the device. */
|
|
48243
48164
|
device_id: string;
|
|
@@ -48270,13 +48191,13 @@ interface Routes {
|
|
|
48270
48191
|
formData: {};
|
|
48271
48192
|
jsonResponse: {
|
|
48272
48193
|
events: Array<{
|
|
48273
|
-
/**
|
|
48194
|
+
/** ID of the event. */
|
|
48274
48195
|
event_id: string;
|
|
48275
|
-
/**
|
|
48196
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48276
48197
|
workspace_id: string;
|
|
48277
|
-
/**
|
|
48198
|
+
/** Time at which the event was created. */
|
|
48278
48199
|
created_at: string;
|
|
48279
|
-
/**
|
|
48200
|
+
/** Time when the event occurred. */
|
|
48280
48201
|
occurred_at: string;
|
|
48281
48202
|
/** The ID of the access code. */
|
|
48282
48203
|
access_code_id: string;
|
|
@@ -48286,13 +48207,13 @@ interface Routes {
|
|
|
48286
48207
|
connected_account_id: string;
|
|
48287
48208
|
event_type: 'access_code.created';
|
|
48288
48209
|
} | {
|
|
48289
|
-
/**
|
|
48210
|
+
/** ID of the event. */
|
|
48290
48211
|
event_id: string;
|
|
48291
|
-
/**
|
|
48212
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48292
48213
|
workspace_id: string;
|
|
48293
|
-
/**
|
|
48214
|
+
/** Time at which the event was created. */
|
|
48294
48215
|
created_at: string;
|
|
48295
|
-
/**
|
|
48216
|
+
/** Time when the event occurred. */
|
|
48296
48217
|
occurred_at: string;
|
|
48297
48218
|
/** The ID of the access code. */
|
|
48298
48219
|
access_code_id: string;
|
|
@@ -48302,13 +48223,13 @@ interface Routes {
|
|
|
48302
48223
|
connected_account_id: string;
|
|
48303
48224
|
event_type: 'access_code.changed';
|
|
48304
48225
|
} | {
|
|
48305
|
-
/**
|
|
48226
|
+
/** ID of the event. */
|
|
48306
48227
|
event_id: string;
|
|
48307
|
-
/**
|
|
48228
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48308
48229
|
workspace_id: string;
|
|
48309
|
-
/**
|
|
48230
|
+
/** Time at which the event was created. */
|
|
48310
48231
|
created_at: string;
|
|
48311
|
-
/**
|
|
48232
|
+
/** Time when the event occurred. */
|
|
48312
48233
|
occurred_at: string;
|
|
48313
48234
|
/** The ID of the access code. */
|
|
48314
48235
|
access_code_id: string;
|
|
@@ -48320,13 +48241,13 @@ interface Routes {
|
|
|
48320
48241
|
/** The code of the access code. */
|
|
48321
48242
|
code: string;
|
|
48322
48243
|
} | {
|
|
48323
|
-
/**
|
|
48244
|
+
/** ID of the event. */
|
|
48324
48245
|
event_id: string;
|
|
48325
|
-
/**
|
|
48246
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48326
48247
|
workspace_id: string;
|
|
48327
|
-
/**
|
|
48248
|
+
/** Time at which the event was created. */
|
|
48328
48249
|
created_at: string;
|
|
48329
|
-
/**
|
|
48250
|
+
/** Time when the event occurred. */
|
|
48330
48251
|
occurred_at: string;
|
|
48331
48252
|
/** The ID of the access code. */
|
|
48332
48253
|
access_code_id: string;
|
|
@@ -48338,13 +48259,13 @@ interface Routes {
|
|
|
48338
48259
|
/** The code of the access code. */
|
|
48339
48260
|
code: string;
|
|
48340
48261
|
} | {
|
|
48341
|
-
/**
|
|
48262
|
+
/** ID of the event. */
|
|
48342
48263
|
event_id: string;
|
|
48343
|
-
/**
|
|
48264
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48344
48265
|
workspace_id: string;
|
|
48345
|
-
/**
|
|
48266
|
+
/** Time at which the event was created. */
|
|
48346
48267
|
created_at: string;
|
|
48347
|
-
/**
|
|
48268
|
+
/** Time when the event occurred. */
|
|
48348
48269
|
occurred_at: string;
|
|
48349
48270
|
/** The ID of the access code. */
|
|
48350
48271
|
access_code_id: string;
|
|
@@ -48354,13 +48275,13 @@ interface Routes {
|
|
|
48354
48275
|
connected_account_id: string;
|
|
48355
48276
|
event_type: 'access_code.removed_from_device';
|
|
48356
48277
|
} | {
|
|
48357
|
-
/**
|
|
48278
|
+
/** ID of the event. */
|
|
48358
48279
|
event_id: string;
|
|
48359
|
-
/**
|
|
48280
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48360
48281
|
workspace_id: string;
|
|
48361
|
-
/**
|
|
48282
|
+
/** Time at which the event was created. */
|
|
48362
48283
|
created_at: string;
|
|
48363
|
-
/**
|
|
48284
|
+
/** Time when the event occurred. */
|
|
48364
48285
|
occurred_at: string;
|
|
48365
48286
|
/** The ID of the access code. */
|
|
48366
48287
|
access_code_id: string;
|
|
@@ -48370,13 +48291,13 @@ interface Routes {
|
|
|
48370
48291
|
connected_account_id: string;
|
|
48371
48292
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
48372
48293
|
} | {
|
|
48373
|
-
/**
|
|
48294
|
+
/** ID of the event. */
|
|
48374
48295
|
event_id: string;
|
|
48375
|
-
/**
|
|
48296
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48376
48297
|
workspace_id: string;
|
|
48377
|
-
/**
|
|
48298
|
+
/** Time at which the event was created. */
|
|
48378
48299
|
created_at: string;
|
|
48379
|
-
/**
|
|
48300
|
+
/** Time when the event occurred. */
|
|
48380
48301
|
occurred_at: string;
|
|
48381
48302
|
/** The ID of the access code. */
|
|
48382
48303
|
access_code_id: string;
|
|
@@ -48386,13 +48307,13 @@ interface Routes {
|
|
|
48386
48307
|
connected_account_id: string;
|
|
48387
48308
|
event_type: 'access_code.failed_to_set_on_device';
|
|
48388
48309
|
} | {
|
|
48389
|
-
/**
|
|
48310
|
+
/** ID of the event. */
|
|
48390
48311
|
event_id: string;
|
|
48391
|
-
/**
|
|
48312
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48392
48313
|
workspace_id: string;
|
|
48393
|
-
/**
|
|
48314
|
+
/** Time at which the event was created. */
|
|
48394
48315
|
created_at: string;
|
|
48395
|
-
/**
|
|
48316
|
+
/** Time when the event occurred. */
|
|
48396
48317
|
occurred_at: string;
|
|
48397
48318
|
/** The ID of the access code. */
|
|
48398
48319
|
access_code_id: string;
|
|
@@ -48404,13 +48325,13 @@ interface Routes {
|
|
|
48404
48325
|
/** The code of the access code. */
|
|
48405
48326
|
code: string | null;
|
|
48406
48327
|
} | {
|
|
48407
|
-
/**
|
|
48328
|
+
/** ID of the event. */
|
|
48408
48329
|
event_id: string;
|
|
48409
|
-
/**
|
|
48330
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48410
48331
|
workspace_id: string;
|
|
48411
|
-
/**
|
|
48332
|
+
/** Time at which the event was created. */
|
|
48412
48333
|
created_at: string;
|
|
48413
|
-
/**
|
|
48334
|
+
/** Time when the event occurred. */
|
|
48414
48335
|
occurred_at: string;
|
|
48415
48336
|
/** The ID of the access code. */
|
|
48416
48337
|
access_code_id: string;
|
|
@@ -48420,13 +48341,13 @@ interface Routes {
|
|
|
48420
48341
|
connected_account_id: string;
|
|
48421
48342
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
48422
48343
|
} | {
|
|
48423
|
-
/**
|
|
48344
|
+
/** ID of the event. */
|
|
48424
48345
|
event_id: string;
|
|
48425
|
-
/**
|
|
48346
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48426
48347
|
workspace_id: string;
|
|
48427
|
-
/**
|
|
48348
|
+
/** Time at which the event was created. */
|
|
48428
48349
|
created_at: string;
|
|
48429
|
-
/**
|
|
48350
|
+
/** Time when the event occurred. */
|
|
48430
48351
|
occurred_at: string;
|
|
48431
48352
|
/** The ID of the access code. */
|
|
48432
48353
|
access_code_id: string;
|
|
@@ -48436,13 +48357,13 @@ interface Routes {
|
|
|
48436
48357
|
connected_account_id: string;
|
|
48437
48358
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
48438
48359
|
} | {
|
|
48439
|
-
/**
|
|
48360
|
+
/** ID of the event. */
|
|
48440
48361
|
event_id: string;
|
|
48441
|
-
/**
|
|
48362
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48442
48363
|
workspace_id: string;
|
|
48443
|
-
/**
|
|
48364
|
+
/** Time at which the event was created. */
|
|
48444
48365
|
created_at: string;
|
|
48445
|
-
/**
|
|
48366
|
+
/** Time when the event occurred. */
|
|
48446
48367
|
occurred_at: string;
|
|
48447
48368
|
/** The ID of the access code. */
|
|
48448
48369
|
access_code_id: string;
|
|
@@ -48452,13 +48373,13 @@ interface Routes {
|
|
|
48452
48373
|
connected_account_id: string;
|
|
48453
48374
|
event_type: 'access_code.modified_external_to_seam';
|
|
48454
48375
|
} | {
|
|
48455
|
-
/**
|
|
48376
|
+
/** ID of the event. */
|
|
48456
48377
|
event_id: string;
|
|
48457
|
-
/**
|
|
48378
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48458
48379
|
workspace_id: string;
|
|
48459
|
-
/**
|
|
48380
|
+
/** Time at which the event was created. */
|
|
48460
48381
|
created_at: string;
|
|
48461
|
-
/**
|
|
48382
|
+
/** Time when the event occurred. */
|
|
48462
48383
|
occurred_at: string;
|
|
48463
48384
|
/** The ID of the access code. */
|
|
48464
48385
|
access_code_id: string;
|
|
@@ -48468,13 +48389,13 @@ interface Routes {
|
|
|
48468
48389
|
connected_account_id: string;
|
|
48469
48390
|
event_type: 'access_code.deleted_external_to_seam';
|
|
48470
48391
|
} | {
|
|
48471
|
-
/**
|
|
48392
|
+
/** ID of the event. */
|
|
48472
48393
|
event_id: string;
|
|
48473
|
-
/**
|
|
48394
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48474
48395
|
workspace_id: string;
|
|
48475
|
-
/**
|
|
48396
|
+
/** Time at which the event was created. */
|
|
48476
48397
|
created_at: string;
|
|
48477
|
-
/**
|
|
48398
|
+
/** Time when the event occurred. */
|
|
48478
48399
|
occurred_at: string;
|
|
48479
48400
|
/** The ID of the access code. */
|
|
48480
48401
|
access_code_id: string;
|
|
@@ -48485,13 +48406,13 @@ interface Routes {
|
|
|
48485
48406
|
event_type: 'access_code.backup_access_code_pulled';
|
|
48486
48407
|
backup_access_code_id: string;
|
|
48487
48408
|
} | {
|
|
48488
|
-
/**
|
|
48409
|
+
/** ID of the event. */
|
|
48489
48410
|
event_id: string;
|
|
48490
|
-
/**
|
|
48411
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48491
48412
|
workspace_id: string;
|
|
48492
|
-
/**
|
|
48413
|
+
/** Time at which the event was created. */
|
|
48493
48414
|
created_at: string;
|
|
48494
|
-
/**
|
|
48415
|
+
/** Time when the event occurred. */
|
|
48495
48416
|
occurred_at: string;
|
|
48496
48417
|
/** The ID of the access code. */
|
|
48497
48418
|
access_code_id: string;
|
|
@@ -48501,13 +48422,13 @@ interface Routes {
|
|
|
48501
48422
|
connected_account_id: string;
|
|
48502
48423
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
48503
48424
|
} | {
|
|
48504
|
-
/**
|
|
48425
|
+
/** ID of the event. */
|
|
48505
48426
|
event_id: string;
|
|
48506
|
-
/**
|
|
48427
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48507
48428
|
workspace_id: string;
|
|
48508
|
-
/**
|
|
48429
|
+
/** Time at which the event was created. */
|
|
48509
48430
|
created_at: string;
|
|
48510
|
-
/**
|
|
48431
|
+
/** Time when the event occurred. */
|
|
48511
48432
|
occurred_at: string;
|
|
48512
48433
|
/** The ID of the access code. */
|
|
48513
48434
|
access_code_id: string;
|
|
@@ -48517,13 +48438,13 @@ interface Routes {
|
|
|
48517
48438
|
connected_account_id: string;
|
|
48518
48439
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
48519
48440
|
} | {
|
|
48520
|
-
/**
|
|
48441
|
+
/** ID of the event. */
|
|
48521
48442
|
event_id: string;
|
|
48522
|
-
/**
|
|
48443
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48523
48444
|
workspace_id: string;
|
|
48524
|
-
/**
|
|
48445
|
+
/** Time at which the event was created. */
|
|
48525
48446
|
created_at: string;
|
|
48526
|
-
/**
|
|
48447
|
+
/** Time when the event occurred. */
|
|
48527
48448
|
occurred_at: string;
|
|
48528
48449
|
/** The ID of the access code. */
|
|
48529
48450
|
access_code_id: string;
|
|
@@ -48533,13 +48454,13 @@ interface Routes {
|
|
|
48533
48454
|
connected_account_id: string;
|
|
48534
48455
|
event_type: 'access_code.unmanaged.created';
|
|
48535
48456
|
} | {
|
|
48536
|
-
/**
|
|
48457
|
+
/** ID of the event. */
|
|
48537
48458
|
event_id: string;
|
|
48538
|
-
/**
|
|
48459
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48539
48460
|
workspace_id: string;
|
|
48540
|
-
/**
|
|
48461
|
+
/** Time at which the event was created. */
|
|
48541
48462
|
created_at: string;
|
|
48542
|
-
/**
|
|
48463
|
+
/** Time when the event occurred. */
|
|
48543
48464
|
occurred_at: string;
|
|
48544
48465
|
/** The ID of the access code. */
|
|
48545
48466
|
access_code_id: string;
|
|
@@ -48549,13 +48470,13 @@ interface Routes {
|
|
|
48549
48470
|
connected_account_id: string;
|
|
48550
48471
|
event_type: 'access_code.unmanaged.removed';
|
|
48551
48472
|
} | {
|
|
48552
|
-
/**
|
|
48473
|
+
/** ID of the event. */
|
|
48553
48474
|
event_id: string;
|
|
48554
|
-
/**
|
|
48475
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48555
48476
|
workspace_id: string;
|
|
48556
|
-
/**
|
|
48477
|
+
/** Time at which the event was created. */
|
|
48557
48478
|
created_at: string;
|
|
48558
|
-
/**
|
|
48479
|
+
/** Time when the event occurred. */
|
|
48559
48480
|
occurred_at: string;
|
|
48560
48481
|
/** ID of the connected account.
|
|
48561
48482
|
* @deprecated Will be removed. */
|
|
@@ -48564,13 +48485,13 @@ interface Routes {
|
|
|
48564
48485
|
acs_system_id: string;
|
|
48565
48486
|
event_type: 'acs_system.connected';
|
|
48566
48487
|
} | {
|
|
48567
|
-
/**
|
|
48488
|
+
/** ID of the event. */
|
|
48568
48489
|
event_id: string;
|
|
48569
|
-
/**
|
|
48490
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48570
48491
|
workspace_id: string;
|
|
48571
|
-
/**
|
|
48492
|
+
/** Time at which the event was created. */
|
|
48572
48493
|
created_at: string;
|
|
48573
|
-
/**
|
|
48494
|
+
/** Time when the event occurred. */
|
|
48574
48495
|
occurred_at: string;
|
|
48575
48496
|
/** ID of the connected account.
|
|
48576
48497
|
* @deprecated Will be removed. */
|
|
@@ -48579,13 +48500,13 @@ interface Routes {
|
|
|
48579
48500
|
acs_system_id: string;
|
|
48580
48501
|
event_type: 'acs_system.added';
|
|
48581
48502
|
} | {
|
|
48582
|
-
/**
|
|
48503
|
+
/** ID of the event. */
|
|
48583
48504
|
event_id: string;
|
|
48584
|
-
/**
|
|
48505
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48585
48506
|
workspace_id: string;
|
|
48586
|
-
/**
|
|
48507
|
+
/** Time at which the event was created. */
|
|
48587
48508
|
created_at: string;
|
|
48588
|
-
/**
|
|
48509
|
+
/** Time when the event occurred. */
|
|
48589
48510
|
occurred_at: string;
|
|
48590
48511
|
/** ID of the connected account.
|
|
48591
48512
|
* @deprecated Will be removed. */
|
|
@@ -48594,13 +48515,13 @@ interface Routes {
|
|
|
48594
48515
|
acs_system_id: string;
|
|
48595
48516
|
event_type: 'acs_system.disconnected';
|
|
48596
48517
|
} | {
|
|
48597
|
-
/**
|
|
48518
|
+
/** ID of the event. */
|
|
48598
48519
|
event_id: string;
|
|
48599
|
-
/**
|
|
48520
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48600
48521
|
workspace_id: string;
|
|
48601
|
-
/**
|
|
48522
|
+
/** Time at which the event was created. */
|
|
48602
48523
|
created_at: string;
|
|
48603
|
-
/**
|
|
48524
|
+
/** Time when the event occurred. */
|
|
48604
48525
|
occurred_at: string;
|
|
48605
48526
|
/** ID of the connected account.
|
|
48606
48527
|
* @deprecated Will be removed. */
|
|
@@ -48610,13 +48531,13 @@ interface Routes {
|
|
|
48610
48531
|
acs_credential_id: string;
|
|
48611
48532
|
event_type: 'acs_credential.deleted';
|
|
48612
48533
|
} | {
|
|
48613
|
-
/**
|
|
48534
|
+
/** ID of the event. */
|
|
48614
48535
|
event_id: string;
|
|
48615
|
-
/**
|
|
48536
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48616
48537
|
workspace_id: string;
|
|
48617
|
-
/**
|
|
48538
|
+
/** Time at which the event was created. */
|
|
48618
48539
|
created_at: string;
|
|
48619
|
-
/**
|
|
48540
|
+
/** Time when the event occurred. */
|
|
48620
48541
|
occurred_at: string;
|
|
48621
48542
|
/** ID of the connected account.
|
|
48622
48543
|
* @deprecated Will be removed. */
|
|
@@ -48626,13 +48547,13 @@ interface Routes {
|
|
|
48626
48547
|
acs_credential_id: string;
|
|
48627
48548
|
event_type: 'acs_credential.issued';
|
|
48628
48549
|
} | {
|
|
48629
|
-
/**
|
|
48550
|
+
/** ID of the event. */
|
|
48630
48551
|
event_id: string;
|
|
48631
|
-
/**
|
|
48552
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48632
48553
|
workspace_id: string;
|
|
48633
|
-
/**
|
|
48554
|
+
/** Time at which the event was created. */
|
|
48634
48555
|
created_at: string;
|
|
48635
|
-
/**
|
|
48556
|
+
/** Time when the event occurred. */
|
|
48636
48557
|
occurred_at: string;
|
|
48637
48558
|
/** ID of the connected account.
|
|
48638
48559
|
* @deprecated Will be removed. */
|
|
@@ -48642,13 +48563,13 @@ interface Routes {
|
|
|
48642
48563
|
acs_user_id: string;
|
|
48643
48564
|
event_type: 'acs_user.deleted';
|
|
48644
48565
|
} | {
|
|
48645
|
-
/**
|
|
48566
|
+
/** ID of the event. */
|
|
48646
48567
|
event_id: string;
|
|
48647
|
-
/**
|
|
48568
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48648
48569
|
workspace_id: string;
|
|
48649
|
-
/**
|
|
48570
|
+
/** Time at which the event was created. */
|
|
48650
48571
|
created_at: string;
|
|
48651
|
-
/**
|
|
48572
|
+
/** Time when the event occurred. */
|
|
48652
48573
|
occurred_at: string;
|
|
48653
48574
|
/** ID of the connected account.
|
|
48654
48575
|
* @deprecated Will be removed. */
|
|
@@ -48659,13 +48580,13 @@ interface Routes {
|
|
|
48659
48580
|
acs_encoder_id: string;
|
|
48660
48581
|
event_type: 'acs_encoder.added';
|
|
48661
48582
|
} | {
|
|
48662
|
-
/**
|
|
48583
|
+
/** ID of the event. */
|
|
48663
48584
|
event_id: string;
|
|
48664
|
-
/**
|
|
48585
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48665
48586
|
workspace_id: string;
|
|
48666
|
-
/**
|
|
48587
|
+
/** Time at which the event was created. */
|
|
48667
48588
|
created_at: string;
|
|
48668
|
-
/**
|
|
48589
|
+
/** Time when the event occurred. */
|
|
48669
48590
|
occurred_at: string;
|
|
48670
48591
|
/** ID of the connected account.
|
|
48671
48592
|
* @deprecated Will be removed. */
|
|
@@ -48676,25 +48597,25 @@ interface Routes {
|
|
|
48676
48597
|
acs_encoder_id: string;
|
|
48677
48598
|
event_type: 'acs_encoder.removed';
|
|
48678
48599
|
} | {
|
|
48679
|
-
/**
|
|
48600
|
+
/** ID of the event. */
|
|
48680
48601
|
event_id: string;
|
|
48681
|
-
/**
|
|
48602
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48682
48603
|
workspace_id: string;
|
|
48683
|
-
/**
|
|
48604
|
+
/** Time at which the event was created. */
|
|
48684
48605
|
created_at: string;
|
|
48685
|
-
/**
|
|
48606
|
+
/** Time when the event occurred. */
|
|
48686
48607
|
occurred_at: string;
|
|
48687
48608
|
/** ID of the client session. */
|
|
48688
48609
|
client_session_id: string;
|
|
48689
48610
|
event_type: 'client_session.deleted';
|
|
48690
48611
|
} | {
|
|
48691
|
-
/**
|
|
48612
|
+
/** ID of the event. */
|
|
48692
48613
|
event_id: string;
|
|
48693
|
-
/**
|
|
48614
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48694
48615
|
workspace_id: string;
|
|
48695
|
-
/**
|
|
48616
|
+
/** Time at which the event was created. */
|
|
48696
48617
|
created_at: string;
|
|
48697
|
-
/**
|
|
48618
|
+
/** Time when the event occurred. */
|
|
48698
48619
|
occurred_at: string;
|
|
48699
48620
|
/** ID of the connected account. */
|
|
48700
48621
|
connected_account_id: string;
|
|
@@ -48702,13 +48623,13 @@ interface Routes {
|
|
|
48702
48623
|
/** ID of the connect webview. */
|
|
48703
48624
|
connect_webview_id: string;
|
|
48704
48625
|
} | {
|
|
48705
|
-
/**
|
|
48626
|
+
/** ID of the event. */
|
|
48706
48627
|
event_id: string;
|
|
48707
|
-
/**
|
|
48628
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48708
48629
|
workspace_id: string;
|
|
48709
|
-
/**
|
|
48630
|
+
/** Time at which the event was created. */
|
|
48710
48631
|
created_at: string;
|
|
48711
|
-
/**
|
|
48632
|
+
/** Time when the event occurred. */
|
|
48712
48633
|
occurred_at: string;
|
|
48713
48634
|
/** ID of the connected account. */
|
|
48714
48635
|
connected_account_id: string;
|
|
@@ -48716,13 +48637,13 @@ interface Routes {
|
|
|
48716
48637
|
/** ID of the connect webview. */
|
|
48717
48638
|
connect_webview_id: string;
|
|
48718
48639
|
} | {
|
|
48719
|
-
/**
|
|
48640
|
+
/** ID of the event. */
|
|
48720
48641
|
event_id: string;
|
|
48721
|
-
/**
|
|
48642
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48722
48643
|
workspace_id: string;
|
|
48723
|
-
/**
|
|
48644
|
+
/** Time at which the event was created. */
|
|
48724
48645
|
created_at: string;
|
|
48725
|
-
/**
|
|
48646
|
+
/** Time when the event occurred. */
|
|
48726
48647
|
occurred_at: string;
|
|
48727
48648
|
/** ID of the connected account. */
|
|
48728
48649
|
connected_account_id: string;
|
|
@@ -48730,61 +48651,61 @@ interface Routes {
|
|
|
48730
48651
|
/** ID of the connect webview. */
|
|
48731
48652
|
connect_webview_id: string;
|
|
48732
48653
|
} | {
|
|
48733
|
-
/**
|
|
48654
|
+
/** ID of the event. */
|
|
48734
48655
|
event_id: string;
|
|
48735
|
-
/**
|
|
48656
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48736
48657
|
workspace_id: string;
|
|
48737
|
-
/**
|
|
48658
|
+
/** Time at which the event was created. */
|
|
48738
48659
|
created_at: string;
|
|
48739
|
-
/**
|
|
48660
|
+
/** Time when the event occurred. */
|
|
48740
48661
|
occurred_at: string;
|
|
48741
48662
|
/** ID of the connected account. */
|
|
48742
48663
|
connected_account_id: string;
|
|
48743
48664
|
event_type: 'connected_account.disconnected';
|
|
48744
48665
|
} | {
|
|
48745
|
-
/**
|
|
48666
|
+
/** ID of the event. */
|
|
48746
48667
|
event_id: string;
|
|
48747
|
-
/**
|
|
48668
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48748
48669
|
workspace_id: string;
|
|
48749
|
-
/**
|
|
48670
|
+
/** Time at which the event was created. */
|
|
48750
48671
|
created_at: string;
|
|
48751
|
-
/**
|
|
48672
|
+
/** Time when the event occurred. */
|
|
48752
48673
|
occurred_at: string;
|
|
48753
48674
|
/** ID of the connected account. */
|
|
48754
48675
|
connected_account_id: string;
|
|
48755
48676
|
event_type: 'connected_account.completed_first_sync';
|
|
48756
48677
|
} | {
|
|
48757
|
-
/**
|
|
48678
|
+
/** ID of the event. */
|
|
48758
48679
|
event_id: string;
|
|
48759
|
-
/**
|
|
48680
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48760
48681
|
workspace_id: string;
|
|
48761
|
-
/**
|
|
48682
|
+
/** Time at which the event was created. */
|
|
48762
48683
|
created_at: string;
|
|
48763
|
-
/**
|
|
48684
|
+
/** Time when the event occurred. */
|
|
48764
48685
|
occurred_at: string;
|
|
48765
48686
|
/** ID of the connected account. */
|
|
48766
48687
|
connected_account_id: string;
|
|
48767
48688
|
event_type: 'connected_account.deleted';
|
|
48768
48689
|
} | {
|
|
48769
|
-
/**
|
|
48690
|
+
/** ID of the event. */
|
|
48770
48691
|
event_id: string;
|
|
48771
|
-
/**
|
|
48692
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48772
48693
|
workspace_id: string;
|
|
48773
|
-
/**
|
|
48694
|
+
/** Time at which the event was created. */
|
|
48774
48695
|
created_at: string;
|
|
48775
|
-
/**
|
|
48696
|
+
/** Time when the event occurred. */
|
|
48776
48697
|
occurred_at: string;
|
|
48777
48698
|
/** ID of the connected account. */
|
|
48778
48699
|
connected_account_id: string;
|
|
48779
48700
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
48780
48701
|
} | {
|
|
48781
|
-
/**
|
|
48702
|
+
/** ID of the event. */
|
|
48782
48703
|
event_id: string;
|
|
48783
|
-
/**
|
|
48704
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48784
48705
|
workspace_id: string;
|
|
48785
|
-
/**
|
|
48706
|
+
/** Time at which the event was created. */
|
|
48786
48707
|
created_at: string;
|
|
48787
|
-
/**
|
|
48708
|
+
/** Time when the event occurred. */
|
|
48788
48709
|
occurred_at: string;
|
|
48789
48710
|
/** The ID of the action attempt. */
|
|
48790
48711
|
action_attempt_id: string;
|
|
@@ -48794,13 +48715,13 @@ interface Routes {
|
|
|
48794
48715
|
status: string;
|
|
48795
48716
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
48796
48717
|
} | {
|
|
48797
|
-
/**
|
|
48718
|
+
/** ID of the event. */
|
|
48798
48719
|
event_id: string;
|
|
48799
|
-
/**
|
|
48720
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48800
48721
|
workspace_id: string;
|
|
48801
|
-
/**
|
|
48722
|
+
/** Time at which the event was created. */
|
|
48802
48723
|
created_at: string;
|
|
48803
|
-
/**
|
|
48724
|
+
/** Time when the event occurred. */
|
|
48804
48725
|
occurred_at: string;
|
|
48805
48726
|
/** The ID of the action attempt. */
|
|
48806
48727
|
action_attempt_id: string;
|
|
@@ -48810,13 +48731,13 @@ interface Routes {
|
|
|
48810
48731
|
status: string;
|
|
48811
48732
|
event_type: 'action_attempt.lock_door.failed';
|
|
48812
48733
|
} | {
|
|
48813
|
-
/**
|
|
48734
|
+
/** ID of the event. */
|
|
48814
48735
|
event_id: string;
|
|
48815
|
-
/**
|
|
48736
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48816
48737
|
workspace_id: string;
|
|
48817
|
-
/**
|
|
48738
|
+
/** Time at which the event was created. */
|
|
48818
48739
|
created_at: string;
|
|
48819
|
-
/**
|
|
48740
|
+
/** Time when the event occurred. */
|
|
48820
48741
|
occurred_at: string;
|
|
48821
48742
|
/** The ID of the action attempt. */
|
|
48822
48743
|
action_attempt_id: string;
|
|
@@ -48826,13 +48747,13 @@ interface Routes {
|
|
|
48826
48747
|
status: string;
|
|
48827
48748
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
48828
48749
|
} | {
|
|
48829
|
-
/**
|
|
48750
|
+
/** ID of the event. */
|
|
48830
48751
|
event_id: string;
|
|
48831
|
-
/**
|
|
48752
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48832
48753
|
workspace_id: string;
|
|
48833
|
-
/**
|
|
48754
|
+
/** Time at which the event was created. */
|
|
48834
48755
|
created_at: string;
|
|
48835
|
-
/**
|
|
48756
|
+
/** Time when the event occurred. */
|
|
48836
48757
|
occurred_at: string;
|
|
48837
48758
|
/** The ID of the action attempt. */
|
|
48838
48759
|
action_attempt_id: string;
|
|
@@ -48842,13 +48763,13 @@ interface Routes {
|
|
|
48842
48763
|
status: string;
|
|
48843
48764
|
event_type: 'action_attempt.unlock_door.failed';
|
|
48844
48765
|
} | {
|
|
48845
|
-
/**
|
|
48766
|
+
/** ID of the event. */
|
|
48846
48767
|
event_id: string;
|
|
48847
|
-
/**
|
|
48768
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48848
48769
|
workspace_id: string;
|
|
48849
|
-
/**
|
|
48770
|
+
/** Time at which the event was created. */
|
|
48850
48771
|
created_at: string;
|
|
48851
|
-
/**
|
|
48772
|
+
/** Time when the event occurred. */
|
|
48852
48773
|
occurred_at: string;
|
|
48853
48774
|
/** ID of the connect webview. */
|
|
48854
48775
|
connect_webview_id: string;
|
|
@@ -48856,439 +48777,452 @@ interface Routes {
|
|
|
48856
48777
|
/** ID of the connected account. */
|
|
48857
48778
|
connected_account_id: string;
|
|
48858
48779
|
} | {
|
|
48859
|
-
/**
|
|
48780
|
+
/** ID of the event. */
|
|
48860
48781
|
event_id: string;
|
|
48861
|
-
/**
|
|
48782
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48862
48783
|
workspace_id: string;
|
|
48863
|
-
/**
|
|
48784
|
+
/** Time at which the event was created. */
|
|
48864
48785
|
created_at: string;
|
|
48865
|
-
/**
|
|
48786
|
+
/** Time when the event occurred. */
|
|
48866
48787
|
occurred_at: string;
|
|
48867
48788
|
/** ID of the connect webview. */
|
|
48868
48789
|
connect_webview_id: string;
|
|
48869
48790
|
event_type: 'connect_webview.login_failed';
|
|
48870
48791
|
} | {
|
|
48871
|
-
/**
|
|
48792
|
+
/** ID of the event. */
|
|
48872
48793
|
event_id: string;
|
|
48873
|
-
/**
|
|
48794
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48874
48795
|
workspace_id: string;
|
|
48875
|
-
/**
|
|
48796
|
+
/** Time at which the event was created. */
|
|
48876
48797
|
created_at: string;
|
|
48877
|
-
/**
|
|
48798
|
+
/** Time when the event occurred. */
|
|
48878
48799
|
occurred_at: string;
|
|
48879
48800
|
/** ID of the device. */
|
|
48880
48801
|
device_id: string;
|
|
48881
|
-
/** ID of the connected account. */
|
|
48802
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48882
48803
|
connected_account_id: string;
|
|
48883
48804
|
event_type: 'device.connected';
|
|
48884
48805
|
} | {
|
|
48885
|
-
/**
|
|
48806
|
+
/** ID of the event. */
|
|
48886
48807
|
event_id: string;
|
|
48887
|
-
/**
|
|
48808
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48888
48809
|
workspace_id: string;
|
|
48889
|
-
/**
|
|
48810
|
+
/** Time at which the event was created. */
|
|
48890
48811
|
created_at: string;
|
|
48891
|
-
/**
|
|
48812
|
+
/** Time when the event occurred. */
|
|
48892
48813
|
occurred_at: string;
|
|
48893
48814
|
/** ID of the device. */
|
|
48894
48815
|
device_id: string;
|
|
48895
|
-
/** ID of the connected account. */
|
|
48816
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48896
48817
|
connected_account_id: string;
|
|
48897
48818
|
event_type: 'device.added';
|
|
48898
48819
|
} | {
|
|
48899
|
-
/**
|
|
48820
|
+
/** ID of the event. */
|
|
48900
48821
|
event_id: string;
|
|
48901
|
-
/**
|
|
48822
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48902
48823
|
workspace_id: string;
|
|
48903
|
-
/**
|
|
48824
|
+
/** Time at which the event was created. */
|
|
48904
48825
|
created_at: string;
|
|
48905
|
-
/**
|
|
48826
|
+
/** Time when the event occurred. */
|
|
48906
48827
|
occurred_at: string;
|
|
48907
48828
|
/** ID of the device. */
|
|
48908
48829
|
device_id: string;
|
|
48909
|
-
/** ID of the connected account. */
|
|
48830
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48910
48831
|
connected_account_id: string;
|
|
48911
48832
|
event_type: 'device.converted_to_unmanaged';
|
|
48912
48833
|
} | {
|
|
48913
|
-
/**
|
|
48834
|
+
/** ID of the event. */
|
|
48914
48835
|
event_id: string;
|
|
48915
|
-
/**
|
|
48836
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48916
48837
|
workspace_id: string;
|
|
48917
|
-
/**
|
|
48838
|
+
/** Time at which the event was created. */
|
|
48918
48839
|
created_at: string;
|
|
48919
|
-
/**
|
|
48840
|
+
/** Time when the event occurred. */
|
|
48920
48841
|
occurred_at: string;
|
|
48921
48842
|
/** ID of the device. */
|
|
48922
48843
|
device_id: string;
|
|
48923
|
-
/** ID of the connected account. */
|
|
48844
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48924
48845
|
connected_account_id: string;
|
|
48925
48846
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
48926
48847
|
} | {
|
|
48927
|
-
/**
|
|
48848
|
+
/** ID of the event. */
|
|
48928
48849
|
event_id: string;
|
|
48929
|
-
/**
|
|
48850
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48930
48851
|
workspace_id: string;
|
|
48931
|
-
/**
|
|
48852
|
+
/** Time at which the event was created. */
|
|
48932
48853
|
created_at: string;
|
|
48933
|
-
/**
|
|
48854
|
+
/** Time when the event occurred. */
|
|
48934
48855
|
occurred_at: string;
|
|
48935
48856
|
/** ID of the device. */
|
|
48936
48857
|
device_id: string;
|
|
48937
|
-
/** ID of the connected account. */
|
|
48858
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48938
48859
|
connected_account_id: string;
|
|
48939
48860
|
event_type: 'device.unmanaged.connected';
|
|
48940
48861
|
} | {
|
|
48941
|
-
/**
|
|
48862
|
+
/** ID of the event. */
|
|
48942
48863
|
event_id: string;
|
|
48943
|
-
/**
|
|
48864
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48944
48865
|
workspace_id: string;
|
|
48945
|
-
/**
|
|
48866
|
+
/** Time at which the event was created. */
|
|
48946
48867
|
created_at: string;
|
|
48947
|
-
/**
|
|
48868
|
+
/** Time when the event occurred. */
|
|
48948
48869
|
occurred_at: string;
|
|
48949
48870
|
/** ID of the device. */
|
|
48950
48871
|
device_id: string;
|
|
48951
|
-
/** ID of the connected account. */
|
|
48872
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48952
48873
|
connected_account_id: string;
|
|
48953
48874
|
event_type: 'device.disconnected';
|
|
48954
|
-
/**
|
|
48875
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48955
48876
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48956
48877
|
} | {
|
|
48957
|
-
/**
|
|
48878
|
+
/** ID of the event. */
|
|
48958
48879
|
event_id: string;
|
|
48959
|
-
/**
|
|
48880
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48960
48881
|
workspace_id: string;
|
|
48961
|
-
/**
|
|
48882
|
+
/** Time at which the event was created. */
|
|
48962
48883
|
created_at: string;
|
|
48963
|
-
/**
|
|
48884
|
+
/** Time when the event occurred. */
|
|
48964
48885
|
occurred_at: string;
|
|
48965
48886
|
/** ID of the device. */
|
|
48966
48887
|
device_id: string;
|
|
48967
|
-
/** ID of the connected account. */
|
|
48888
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48968
48889
|
connected_account_id: string;
|
|
48969
48890
|
event_type: 'device.unmanaged.disconnected';
|
|
48970
|
-
/**
|
|
48891
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48971
48892
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48972
48893
|
} | {
|
|
48973
|
-
/**
|
|
48894
|
+
/** ID of the event. */
|
|
48974
48895
|
event_id: string;
|
|
48975
|
-
/**
|
|
48896
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48976
48897
|
workspace_id: string;
|
|
48977
|
-
/**
|
|
48898
|
+
/** Time at which the event was created. */
|
|
48978
48899
|
created_at: string;
|
|
48979
|
-
/**
|
|
48900
|
+
/** Time when the event occurred. */
|
|
48980
48901
|
occurred_at: string;
|
|
48981
48902
|
/** ID of the device. */
|
|
48982
48903
|
device_id: string;
|
|
48983
|
-
/** ID of the connected account. */
|
|
48904
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48984
48905
|
connected_account_id: string;
|
|
48985
48906
|
event_type: 'device.tampered';
|
|
48986
48907
|
} | {
|
|
48987
|
-
/**
|
|
48908
|
+
/** ID of the event. */
|
|
48988
48909
|
event_id: string;
|
|
48989
|
-
/**
|
|
48910
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48990
48911
|
workspace_id: string;
|
|
48991
|
-
/**
|
|
48912
|
+
/** Time at which the event was created. */
|
|
48992
48913
|
created_at: string;
|
|
48993
|
-
/**
|
|
48914
|
+
/** Time when the event occurred. */
|
|
48994
48915
|
occurred_at: string;
|
|
48995
48916
|
/** ID of the device. */
|
|
48996
48917
|
device_id: string;
|
|
48997
|
-
/** ID of the connected account. */
|
|
48918
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48998
48919
|
connected_account_id: string;
|
|
48999
48920
|
event_type: 'device.low_battery';
|
|
49000
|
-
/**
|
|
48921
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
49001
48922
|
battery_level: number;
|
|
49002
48923
|
} | {
|
|
49003
|
-
/**
|
|
48924
|
+
/** ID of the event. */
|
|
49004
48925
|
event_id: string;
|
|
49005
|
-
/**
|
|
48926
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49006
48927
|
workspace_id: string;
|
|
49007
|
-
/**
|
|
48928
|
+
/** Time at which the event was created. */
|
|
49008
48929
|
created_at: string;
|
|
49009
|
-
/**
|
|
48930
|
+
/** Time when the event occurred. */
|
|
49010
48931
|
occurred_at: string;
|
|
49011
48932
|
/** ID of the device. */
|
|
49012
48933
|
device_id: string;
|
|
49013
|
-
/** ID of the connected account. */
|
|
48934
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49014
48935
|
connected_account_id: string;
|
|
49015
48936
|
event_type: 'device.battery_status_changed';
|
|
49016
|
-
/**
|
|
48937
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
49017
48938
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
49018
|
-
/**
|
|
48939
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
49019
48940
|
battery_level: number;
|
|
49020
48941
|
} | {
|
|
49021
|
-
/**
|
|
48942
|
+
/** ID of the event. */
|
|
49022
48943
|
event_id: string;
|
|
49023
|
-
/**
|
|
48944
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49024
48945
|
workspace_id: string;
|
|
49025
|
-
/**
|
|
48946
|
+
/** Time at which the event was created. */
|
|
49026
48947
|
created_at: string;
|
|
49027
|
-
/**
|
|
48948
|
+
/** Time when the event occurred. */
|
|
49028
48949
|
occurred_at: string;
|
|
49029
48950
|
/** ID of the device. */
|
|
49030
48951
|
device_id: string;
|
|
49031
|
-
/** ID of the connected account. */
|
|
48952
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49032
48953
|
connected_account_id: string;
|
|
49033
48954
|
event_type: 'device.removed';
|
|
49034
48955
|
} | {
|
|
49035
|
-
/**
|
|
48956
|
+
/** ID of the event. */
|
|
49036
48957
|
event_id: string;
|
|
49037
|
-
/**
|
|
48958
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49038
48959
|
workspace_id: string;
|
|
49039
|
-
/**
|
|
48960
|
+
/** Time at which the event was created. */
|
|
49040
48961
|
created_at: string;
|
|
49041
|
-
/**
|
|
48962
|
+
/** Time when the event occurred. */
|
|
49042
48963
|
occurred_at: string;
|
|
49043
48964
|
/** ID of the device. */
|
|
49044
48965
|
device_id: string;
|
|
49045
|
-
/** ID of the connected account. */
|
|
48966
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49046
48967
|
connected_account_id: string;
|
|
49047
48968
|
event_type: 'device.deleted';
|
|
49048
48969
|
} | {
|
|
49049
|
-
/**
|
|
48970
|
+
/** ID of the event. */
|
|
49050
48971
|
event_id: string;
|
|
49051
|
-
/**
|
|
48972
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49052
48973
|
workspace_id: string;
|
|
49053
|
-
/**
|
|
48974
|
+
/** Time at which the event was created. */
|
|
49054
48975
|
created_at: string;
|
|
49055
|
-
/**
|
|
48976
|
+
/** Time when the event occurred. */
|
|
49056
48977
|
occurred_at: string;
|
|
49057
48978
|
/** ID of the device. */
|
|
49058
48979
|
device_id: string;
|
|
49059
|
-
/** ID of the connected account. */
|
|
48980
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49060
48981
|
connected_account_id: string;
|
|
49061
48982
|
event_type: 'device.third_party_integration_detected';
|
|
49062
48983
|
} | {
|
|
49063
|
-
/**
|
|
48984
|
+
/** ID of the event. */
|
|
49064
48985
|
event_id: string;
|
|
49065
|
-
/**
|
|
48986
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49066
48987
|
workspace_id: string;
|
|
49067
|
-
/**
|
|
48988
|
+
/** Time at which the event was created. */
|
|
49068
48989
|
created_at: string;
|
|
49069
|
-
/**
|
|
48990
|
+
/** Time when the event occurred. */
|
|
49070
48991
|
occurred_at: string;
|
|
49071
48992
|
/** ID of the device. */
|
|
49072
48993
|
device_id: string;
|
|
49073
|
-
/** ID of the connected account. */
|
|
48994
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49074
48995
|
connected_account_id: string;
|
|
49075
48996
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
49076
48997
|
} | {
|
|
49077
|
-
/**
|
|
48998
|
+
/** ID of the event. */
|
|
49078
48999
|
event_id: string;
|
|
49079
|
-
/**
|
|
49000
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49080
49001
|
workspace_id: string;
|
|
49081
|
-
/**
|
|
49002
|
+
/** Time at which the event was created. */
|
|
49082
49003
|
created_at: string;
|
|
49083
|
-
/**
|
|
49004
|
+
/** Time when the event occurred. */
|
|
49084
49005
|
occurred_at: string;
|
|
49085
49006
|
/** ID of the device. */
|
|
49086
49007
|
device_id: string;
|
|
49087
|
-
/** ID of the connected account. */
|
|
49008
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49088
49009
|
connected_account_id: string;
|
|
49089
49010
|
event_type: 'device.salto.privacy_mode_activated';
|
|
49090
49011
|
} | {
|
|
49091
|
-
/**
|
|
49012
|
+
/** ID of the event. */
|
|
49092
49013
|
event_id: string;
|
|
49093
|
-
/**
|
|
49014
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49094
49015
|
workspace_id: string;
|
|
49095
|
-
/**
|
|
49016
|
+
/** Time at which the event was created. */
|
|
49096
49017
|
created_at: string;
|
|
49097
|
-
/**
|
|
49018
|
+
/** Time when the event occurred. */
|
|
49098
49019
|
occurred_at: string;
|
|
49099
49020
|
/** ID of the device. */
|
|
49100
49021
|
device_id: string;
|
|
49101
|
-
/** ID of the connected account. */
|
|
49022
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49102
49023
|
connected_account_id: string;
|
|
49103
49024
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
49104
49025
|
} | {
|
|
49105
|
-
/**
|
|
49026
|
+
/** ID of the event. */
|
|
49106
49027
|
event_id: string;
|
|
49107
|
-
/**
|
|
49028
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49108
49029
|
workspace_id: string;
|
|
49109
|
-
/**
|
|
49030
|
+
/** Time at which the event was created. */
|
|
49110
49031
|
created_at: string;
|
|
49111
|
-
/**
|
|
49032
|
+
/** Time when the event occurred. */
|
|
49112
49033
|
occurred_at: string;
|
|
49113
49034
|
/** ID of the device. */
|
|
49114
49035
|
device_id: string;
|
|
49115
|
-
/** ID of the connected account. */
|
|
49036
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49116
49037
|
connected_account_id: string;
|
|
49117
49038
|
event_type: 'device.connection_became_flaky';
|
|
49118
49039
|
} | {
|
|
49119
|
-
/**
|
|
49040
|
+
/** ID of the event. */
|
|
49120
49041
|
event_id: string;
|
|
49121
|
-
/**
|
|
49042
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49122
49043
|
workspace_id: string;
|
|
49123
|
-
/**
|
|
49044
|
+
/** Time at which the event was created. */
|
|
49124
49045
|
created_at: string;
|
|
49125
|
-
/**
|
|
49046
|
+
/** Time when the event occurred. */
|
|
49126
49047
|
occurred_at: string;
|
|
49127
49048
|
/** ID of the device. */
|
|
49128
49049
|
device_id: string;
|
|
49129
|
-
/** ID of the connected account. */
|
|
49050
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49130
49051
|
connected_account_id: string;
|
|
49131
49052
|
event_type: 'device.connection_stabilized';
|
|
49132
49053
|
} | {
|
|
49133
|
-
/**
|
|
49054
|
+
/** ID of the event. */
|
|
49134
49055
|
event_id: string;
|
|
49135
|
-
/**
|
|
49056
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49136
49057
|
workspace_id: string;
|
|
49137
|
-
/**
|
|
49058
|
+
/** Time at which the event was created. */
|
|
49138
49059
|
created_at: string;
|
|
49139
|
-
/**
|
|
49060
|
+
/** Time when the event occurred. */
|
|
49140
49061
|
occurred_at: string;
|
|
49141
49062
|
/** ID of the device. */
|
|
49142
49063
|
device_id: string;
|
|
49143
|
-
/** ID of the connected account. */
|
|
49064
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49144
49065
|
connected_account_id: string;
|
|
49145
49066
|
event_type: 'device.error.subscription_required';
|
|
49146
49067
|
} | {
|
|
49147
|
-
/**
|
|
49068
|
+
/** ID of the event. */
|
|
49148
49069
|
event_id: string;
|
|
49149
|
-
/**
|
|
49070
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49150
49071
|
workspace_id: string;
|
|
49151
|
-
/**
|
|
49072
|
+
/** Time at which the event was created. */
|
|
49152
49073
|
created_at: string;
|
|
49153
|
-
/**
|
|
49074
|
+
/** Time when the event occurred. */
|
|
49154
49075
|
occurred_at: string;
|
|
49155
49076
|
/** ID of the device. */
|
|
49156
49077
|
device_id: string;
|
|
49157
|
-
/** ID of the connected account. */
|
|
49078
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49158
49079
|
connected_account_id: string;
|
|
49159
49080
|
event_type: 'device.error.subscription_required.resolved';
|
|
49160
49081
|
} | {
|
|
49161
|
-
/**
|
|
49082
|
+
/** ID of the event. */
|
|
49162
49083
|
event_id: string;
|
|
49163
|
-
/**
|
|
49084
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49164
49085
|
workspace_id: string;
|
|
49165
|
-
/**
|
|
49086
|
+
/** Time at which the event was created. */
|
|
49166
49087
|
created_at: string;
|
|
49167
|
-
/**
|
|
49088
|
+
/** Time when the event occurred. */
|
|
49168
49089
|
occurred_at: string;
|
|
49169
49090
|
/** ID of the device. */
|
|
49170
49091
|
device_id: string;
|
|
49171
|
-
/** ID of the connected account. */
|
|
49092
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49172
49093
|
connected_account_id: string;
|
|
49173
49094
|
event_type: 'device.accessory_keypad_connected';
|
|
49174
49095
|
} | {
|
|
49175
|
-
/**
|
|
49096
|
+
/** ID of the event. */
|
|
49176
49097
|
event_id: string;
|
|
49177
|
-
/**
|
|
49098
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49178
49099
|
workspace_id: string;
|
|
49179
|
-
/**
|
|
49100
|
+
/** Time at which the event was created. */
|
|
49180
49101
|
created_at: string;
|
|
49181
|
-
/**
|
|
49102
|
+
/** Time when the event occurred. */
|
|
49182
49103
|
occurred_at: string;
|
|
49183
49104
|
/** ID of the device. */
|
|
49184
49105
|
device_id: string;
|
|
49185
|
-
/** ID of the connected account. */
|
|
49106
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49186
49107
|
connected_account_id: string;
|
|
49187
49108
|
event_type: 'device.accessory_keypad_disconnected';
|
|
49188
49109
|
} | {
|
|
49189
|
-
/**
|
|
49110
|
+
/** ID of the event. */
|
|
49190
49111
|
event_id: string;
|
|
49191
|
-
/**
|
|
49112
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49192
49113
|
workspace_id: string;
|
|
49193
|
-
/**
|
|
49114
|
+
/** Time at which the event was created. */
|
|
49194
49115
|
created_at: string;
|
|
49195
|
-
/**
|
|
49116
|
+
/** Time when the event occurred. */
|
|
49196
49117
|
occurred_at: string;
|
|
49197
49118
|
/** ID of the device. */
|
|
49198
49119
|
device_id: string;
|
|
49199
|
-
/** ID of the connected account. */
|
|
49120
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49200
49121
|
connected_account_id: string;
|
|
49201
49122
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
49123
|
+
/** Detected noise level in decibels. */
|
|
49202
49124
|
noise_level_decibels?: number | undefined;
|
|
49125
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
49203
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. */
|
|
49204
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. */
|
|
49205
49130
|
noise_threshold_name?: string | undefined;
|
|
49206
|
-
/** Metadata from
|
|
49131
|
+
/** Metadata from Noiseaware. */
|
|
49207
49132
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
49208
|
-
/** Metadata from
|
|
49133
|
+
/** Metadata from Minut. */
|
|
49209
49134
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
49210
49135
|
} | {
|
|
49211
|
-
/**
|
|
49136
|
+
/** ID of the event. */
|
|
49212
49137
|
event_id: string;
|
|
49213
|
-
/**
|
|
49138
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49214
49139
|
workspace_id: string;
|
|
49215
|
-
/**
|
|
49140
|
+
/** Time at which the event was created. */
|
|
49216
49141
|
created_at: string;
|
|
49217
|
-
/**
|
|
49142
|
+
/** Time when the event occurred. */
|
|
49218
49143
|
occurred_at: string;
|
|
49219
49144
|
/** ID of the device. */
|
|
49220
49145
|
device_id: string;
|
|
49221
|
-
/** ID of the connected account. */
|
|
49146
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49222
49147
|
connected_account_id: string;
|
|
49223
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. */
|
|
49224
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. */
|
|
49225
49152
|
action_attempt_id?: string | undefined;
|
|
49226
|
-
/** 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. */
|
|
49227
49154
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49228
49155
|
} | {
|
|
49229
|
-
/**
|
|
49156
|
+
/** ID of the event. */
|
|
49230
49157
|
event_id: string;
|
|
49231
|
-
/**
|
|
49158
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49232
49159
|
workspace_id: string;
|
|
49233
|
-
/**
|
|
49160
|
+
/** Time at which the event was created. */
|
|
49234
49161
|
created_at: string;
|
|
49235
|
-
/**
|
|
49162
|
+
/** Time when the event occurred. */
|
|
49236
49163
|
occurred_at: string;
|
|
49237
49164
|
/** ID of the device. */
|
|
49238
49165
|
device_id: string;
|
|
49239
|
-
/** ID of the connected account. */
|
|
49166
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49240
49167
|
connected_account_id: string;
|
|
49241
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. */
|
|
49242
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. */
|
|
49243
49172
|
action_attempt_id?: string | undefined;
|
|
49244
|
-
/** 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. */
|
|
49245
49174
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49246
49175
|
} | {
|
|
49247
|
-
/**
|
|
49176
|
+
/** ID of the event. */
|
|
49248
49177
|
event_id: string;
|
|
49249
|
-
/**
|
|
49178
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49250
49179
|
workspace_id: string;
|
|
49251
|
-
/**
|
|
49180
|
+
/** Time at which the event was created. */
|
|
49252
49181
|
created_at: string;
|
|
49253
|
-
/**
|
|
49182
|
+
/** Time when the event occurred. */
|
|
49254
49183
|
occurred_at: string;
|
|
49255
49184
|
/** ID of the device. */
|
|
49256
49185
|
device_id: string;
|
|
49257
|
-
/** ID of the connected account. */
|
|
49186
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49258
49187
|
connected_account_id: string;
|
|
49259
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. */
|
|
49260
49190
|
access_code_id?: string | undefined;
|
|
49261
49191
|
} | {
|
|
49262
|
-
/**
|
|
49192
|
+
/** ID of the event. */
|
|
49263
49193
|
event_id: string;
|
|
49264
|
-
/**
|
|
49194
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49265
49195
|
workspace_id: string;
|
|
49266
|
-
/**
|
|
49196
|
+
/** Time at which the event was created. */
|
|
49267
49197
|
created_at: string;
|
|
49268
|
-
/**
|
|
49198
|
+
/** Time when the event occurred. */
|
|
49269
49199
|
occurred_at: string;
|
|
49270
49200
|
/** ID of the device. */
|
|
49271
49201
|
device_id: string;
|
|
49272
|
-
/** ID of the connected account. */
|
|
49202
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49273
49203
|
connected_account_id: string;
|
|
49274
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. */
|
|
49275
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. */
|
|
49276
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. */
|
|
49277
49210
|
is_fallback_climate_preset: boolean;
|
|
49278
49211
|
} | {
|
|
49279
|
-
/**
|
|
49212
|
+
/** ID of the event. */
|
|
49280
49213
|
event_id: string;
|
|
49281
|
-
/**
|
|
49214
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49282
49215
|
workspace_id: string;
|
|
49283
|
-
/**
|
|
49216
|
+
/** Time at which the event was created. */
|
|
49284
49217
|
created_at: string;
|
|
49285
|
-
/**
|
|
49218
|
+
/** Time when the event occurred. */
|
|
49286
49219
|
occurred_at: string;
|
|
49287
49220
|
/** ID of the device. */
|
|
49288
49221
|
device_id: string;
|
|
49289
|
-
/** ID of the connected account. */
|
|
49222
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49290
49223
|
connected_account_id: string;
|
|
49291
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. */
|
|
49292
49226
|
method: 'seam' | 'external';
|
|
49293
49227
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
49294
49228
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -49303,65 +49237,77 @@ interface Routes {
|
|
|
49303
49237
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
49304
49238
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
49305
49239
|
} | {
|
|
49306
|
-
/**
|
|
49240
|
+
/** ID of the event. */
|
|
49307
49241
|
event_id: string;
|
|
49308
|
-
/**
|
|
49242
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49309
49243
|
workspace_id: string;
|
|
49310
|
-
/**
|
|
49244
|
+
/** Time at which the event was created. */
|
|
49311
49245
|
created_at: string;
|
|
49312
|
-
/**
|
|
49246
|
+
/** Time when the event occurred. */
|
|
49313
49247
|
occurred_at: string;
|
|
49314
49248
|
/** ID of the device. */
|
|
49315
49249
|
device_id: string;
|
|
49316
|
-
/** ID of the connected account. */
|
|
49250
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49317
49251
|
connected_account_id: string;
|
|
49318
49252
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
49253
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49319
49254
|
temperature_celsius: number;
|
|
49255
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49320
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). */
|
|
49321
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). */
|
|
49322
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). */
|
|
49323
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). */
|
|
49324
49264
|
lower_limit_fahrenheit: number | null;
|
|
49325
49265
|
} | {
|
|
49326
|
-
/**
|
|
49266
|
+
/** ID of the event. */
|
|
49327
49267
|
event_id: string;
|
|
49328
|
-
/**
|
|
49268
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49329
49269
|
workspace_id: string;
|
|
49330
|
-
/**
|
|
49270
|
+
/** Time at which the event was created. */
|
|
49331
49271
|
created_at: string;
|
|
49332
|
-
/**
|
|
49272
|
+
/** Time when the event occurred. */
|
|
49333
49273
|
occurred_at: string;
|
|
49334
49274
|
/** ID of the device. */
|
|
49335
49275
|
device_id: string;
|
|
49336
|
-
/** ID of the connected account. */
|
|
49276
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49337
49277
|
connected_account_id: string;
|
|
49338
49278
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
49279
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49339
49280
|
temperature_celsius: number;
|
|
49281
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49340
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). */
|
|
49341
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). */
|
|
49342
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). */
|
|
49343
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). */
|
|
49344
49290
|
lower_limit_fahrenheit: number | null;
|
|
49345
49291
|
} | {
|
|
49346
|
-
/**
|
|
49292
|
+
/** ID of the event. */
|
|
49347
49293
|
event_id: string;
|
|
49348
|
-
/**
|
|
49294
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49349
49295
|
workspace_id: string;
|
|
49350
|
-
/**
|
|
49296
|
+
/** Time at which the event was created. */
|
|
49351
49297
|
created_at: string;
|
|
49352
|
-
/**
|
|
49298
|
+
/** Time when the event occurred. */
|
|
49353
49299
|
occurred_at: string;
|
|
49354
49300
|
/** ID of the enrollment automation. */
|
|
49355
49301
|
enrollment_automation_id: string;
|
|
49356
49302
|
event_type: 'enrollment_automation.deleted';
|
|
49357
49303
|
} | {
|
|
49358
|
-
/**
|
|
49304
|
+
/** ID of the event. */
|
|
49359
49305
|
event_id: string;
|
|
49360
|
-
/**
|
|
49306
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49361
49307
|
workspace_id: string;
|
|
49362
|
-
/**
|
|
49308
|
+
/** Time at which the event was created. */
|
|
49363
49309
|
created_at: string;
|
|
49364
|
-
/**
|
|
49310
|
+
/** Time when the event occurred. */
|
|
49365
49311
|
occurred_at: string;
|
|
49366
49312
|
/** ID of the device. */
|
|
49367
49313
|
device_id: string;
|