@seamapi/types 1.323.0 → 1.324.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +631 -719
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +500 -643
- package/lib/seam/connect/models/events/access-codes.js +32 -41
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/common.js +9 -12
- package/lib/seam/connect/models/events/acs/common.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.js +2 -2
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +6 -3
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/systems.js +3 -3
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +5 -3
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +10 -22
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +5 -7
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/common.js +5 -2
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +10 -14
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +15 -19
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +43 -47
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +5 -7
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +4 -6
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -143
- package/lib/seam/connect/openapi.js +316 -440
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +500 -500
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +64 -41
- package/src/lib/seam/connect/models/events/acs/common.ts +13 -12
- package/src/lib/seam/connect/models/events/acs/credentials.ts +6 -2
- package/src/lib/seam/connect/models/events/acs/encoders.ts +12 -3
- package/src/lib/seam/connect/models/events/acs/systems.ts +9 -3
- package/src/lib/seam/connect/models/events/acs/users.ts +10 -4
- package/src/lib/seam/connect/models/events/action-attempts.ts +20 -22
- package/src/lib/seam/connect/models/events/client-sessions.ts +9 -7
- package/src/lib/seam/connect/models/events/common.ts +5 -2
- package/src/lib/seam/connect/models/events/connect-webviews.ts +18 -14
- package/src/lib/seam/connect/models/events/connected-accounts.ts +25 -19
- package/src/lib/seam/connect/models/events/devices.ts +75 -47
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +9 -7
- package/src/lib/seam/connect/models/events/phones.ts +6 -6
- package/src/lib/seam/connect/openapi.ts +454 -440
- package/src/lib/seam/connect/route-types.ts +500 -500
package/dist/connect.d.cts
CHANGED
|
@@ -16668,13 +16668,11 @@ declare const _default: {
|
|
|
16668
16668
|
description: string;
|
|
16669
16669
|
format: string;
|
|
16670
16670
|
type: string;
|
|
16671
|
-
'x-title': string;
|
|
16672
16671
|
};
|
|
16673
16672
|
connected_account_id: {
|
|
16674
16673
|
description: string;
|
|
16675
16674
|
format: string;
|
|
16676
16675
|
type: string;
|
|
16677
|
-
'x-title': string;
|
|
16678
16676
|
};
|
|
16679
16677
|
created_at: {
|
|
16680
16678
|
description: string;
|
|
@@ -16685,7 +16683,6 @@ declare const _default: {
|
|
|
16685
16683
|
description: string;
|
|
16686
16684
|
format: string;
|
|
16687
16685
|
type: string;
|
|
16688
|
-
'x-title': string;
|
|
16689
16686
|
};
|
|
16690
16687
|
event_id: {
|
|
16691
16688
|
description: string;
|
|
@@ -16755,19 +16752,16 @@ declare const _default: {
|
|
|
16755
16752
|
description: string;
|
|
16756
16753
|
format: string;
|
|
16757
16754
|
type: string;
|
|
16758
|
-
'x-title': string;
|
|
16759
16755
|
};
|
|
16760
16756
|
code: {
|
|
16761
16757
|
description: string;
|
|
16762
16758
|
type: string;
|
|
16763
|
-
'x-title': string;
|
|
16764
16759
|
nullable?: never;
|
|
16765
16760
|
};
|
|
16766
16761
|
connected_account_id: {
|
|
16767
16762
|
description: string;
|
|
16768
16763
|
format: string;
|
|
16769
16764
|
type: string;
|
|
16770
|
-
'x-title': string;
|
|
16771
16765
|
};
|
|
16772
16766
|
created_at: {
|
|
16773
16767
|
description: string;
|
|
@@ -16778,7 +16772,6 @@ declare const _default: {
|
|
|
16778
16772
|
description: string;
|
|
16779
16773
|
format: string;
|
|
16780
16774
|
type: string;
|
|
16781
|
-
'x-title': string;
|
|
16782
16775
|
};
|
|
16783
16776
|
event_id: {
|
|
16784
16777
|
description: string;
|
|
@@ -16847,19 +16840,16 @@ declare const _default: {
|
|
|
16847
16840
|
description: string;
|
|
16848
16841
|
format: string;
|
|
16849
16842
|
type: string;
|
|
16850
|
-
'x-title': string;
|
|
16851
16843
|
};
|
|
16852
16844
|
code: {
|
|
16853
16845
|
description: string;
|
|
16854
16846
|
nullable: boolean;
|
|
16855
16847
|
type: string;
|
|
16856
|
-
'x-title': string;
|
|
16857
16848
|
};
|
|
16858
16849
|
connected_account_id: {
|
|
16859
16850
|
description: string;
|
|
16860
16851
|
format: string;
|
|
16861
16852
|
type: string;
|
|
16862
|
-
'x-title': string;
|
|
16863
16853
|
};
|
|
16864
16854
|
created_at: {
|
|
16865
16855
|
description: string;
|
|
@@ -16870,7 +16860,6 @@ declare const _default: {
|
|
|
16870
16860
|
description: string;
|
|
16871
16861
|
format: string;
|
|
16872
16862
|
type: string;
|
|
16873
|
-
'x-title': string;
|
|
16874
16863
|
};
|
|
16875
16864
|
event_id: {
|
|
16876
16865
|
description: string;
|
|
@@ -16939,7 +16928,6 @@ declare const _default: {
|
|
|
16939
16928
|
description: string;
|
|
16940
16929
|
format: string;
|
|
16941
16930
|
type: string;
|
|
16942
|
-
'x-title': string;
|
|
16943
16931
|
};
|
|
16944
16932
|
backup_access_code_id: {
|
|
16945
16933
|
type: string;
|
|
@@ -16948,7 +16936,6 @@ declare const _default: {
|
|
|
16948
16936
|
description: string;
|
|
16949
16937
|
format: string;
|
|
16950
16938
|
type: string;
|
|
16951
|
-
'x-title': string;
|
|
16952
16939
|
};
|
|
16953
16940
|
created_at: {
|
|
16954
16941
|
description: string;
|
|
@@ -16959,7 +16946,6 @@ declare const _default: {
|
|
|
16959
16946
|
description: string;
|
|
16960
16947
|
format: string;
|
|
16961
16948
|
type: string;
|
|
16962
|
-
'x-title': string;
|
|
16963
16949
|
};
|
|
16964
16950
|
event_id: {
|
|
16965
16951
|
description: string;
|
|
@@ -17028,13 +17014,11 @@ declare const _default: {
|
|
|
17028
17014
|
description: string;
|
|
17029
17015
|
format: string;
|
|
17030
17016
|
type: string;
|
|
17031
|
-
'x-title': string;
|
|
17032
17017
|
};
|
|
17033
17018
|
connected_account_id: {
|
|
17034
17019
|
description: string;
|
|
17035
17020
|
format: string;
|
|
17036
17021
|
type: string;
|
|
17037
|
-
'x-title': string;
|
|
17038
17022
|
};
|
|
17039
17023
|
created_at: {
|
|
17040
17024
|
description: string;
|
|
@@ -17114,13 +17098,11 @@ declare const _default: {
|
|
|
17114
17098
|
description: string;
|
|
17115
17099
|
format: string;
|
|
17116
17100
|
type: string;
|
|
17117
|
-
'x-title': string;
|
|
17118
17101
|
};
|
|
17119
17102
|
connected_account_id: {
|
|
17120
17103
|
description: string;
|
|
17121
17104
|
format: string;
|
|
17122
17105
|
type: string;
|
|
17123
|
-
'x-title': string;
|
|
17124
17106
|
};
|
|
17125
17107
|
created_at: {
|
|
17126
17108
|
description: string;
|
|
@@ -17195,7 +17177,6 @@ declare const _default: {
|
|
|
17195
17177
|
description: string;
|
|
17196
17178
|
format: string;
|
|
17197
17179
|
type: string;
|
|
17198
|
-
'x-title': string;
|
|
17199
17180
|
};
|
|
17200
17181
|
acs_user_id: {
|
|
17201
17182
|
format: string;
|
|
@@ -17205,7 +17186,6 @@ declare const _default: {
|
|
|
17205
17186
|
description: string;
|
|
17206
17187
|
format: string;
|
|
17207
17188
|
type: string;
|
|
17208
|
-
'x-title': string;
|
|
17209
17189
|
};
|
|
17210
17190
|
created_at: {
|
|
17211
17191
|
description: string;
|
|
@@ -17285,13 +17265,11 @@ declare const _default: {
|
|
|
17285
17265
|
description: string;
|
|
17286
17266
|
format: string;
|
|
17287
17267
|
type: string;
|
|
17288
|
-
'x-title': string;
|
|
17289
17268
|
};
|
|
17290
17269
|
connected_account_id: {
|
|
17291
17270
|
description: string;
|
|
17292
17271
|
format: string;
|
|
17293
17272
|
type: string;
|
|
17294
|
-
'x-title': string;
|
|
17295
17273
|
};
|
|
17296
17274
|
created_at: {
|
|
17297
17275
|
description: string;
|
|
@@ -17366,7 +17344,6 @@ declare const _default: {
|
|
|
17366
17344
|
description: string;
|
|
17367
17345
|
format: string;
|
|
17368
17346
|
type: string;
|
|
17369
|
-
'x-title': string;
|
|
17370
17347
|
};
|
|
17371
17348
|
created_at: {
|
|
17372
17349
|
description: string;
|
|
@@ -17443,13 +17420,11 @@ declare const _default: {
|
|
|
17443
17420
|
description: string;
|
|
17444
17421
|
format: string;
|
|
17445
17422
|
type: string;
|
|
17446
|
-
'x-title': string;
|
|
17447
17423
|
};
|
|
17448
17424
|
connected_account_id: {
|
|
17449
17425
|
description: string;
|
|
17450
17426
|
format: string;
|
|
17451
17427
|
type: string;
|
|
17452
|
-
'x-title': string;
|
|
17453
17428
|
};
|
|
17454
17429
|
created_at: {
|
|
17455
17430
|
description: string;
|
|
@@ -17526,13 +17501,11 @@ declare const _default: {
|
|
|
17526
17501
|
description: string;
|
|
17527
17502
|
format: string;
|
|
17528
17503
|
type: string;
|
|
17529
|
-
'x-title': string;
|
|
17530
17504
|
};
|
|
17531
17505
|
connected_account_id: {
|
|
17532
17506
|
description: string;
|
|
17533
17507
|
format: string;
|
|
17534
17508
|
type: string;
|
|
17535
|
-
'x-title': string;
|
|
17536
17509
|
};
|
|
17537
17510
|
created_at: {
|
|
17538
17511
|
description: string;
|
|
@@ -17607,7 +17580,6 @@ declare const _default: {
|
|
|
17607
17580
|
description: string;
|
|
17608
17581
|
format: string;
|
|
17609
17582
|
type: string;
|
|
17610
|
-
'x-title': string;
|
|
17611
17583
|
};
|
|
17612
17584
|
created_at: {
|
|
17613
17585
|
description: string;
|
|
@@ -17684,12 +17656,10 @@ declare const _default: {
|
|
|
17684
17656
|
description: string;
|
|
17685
17657
|
format: string;
|
|
17686
17658
|
type: string;
|
|
17687
|
-
'x-title': string;
|
|
17688
17659
|
};
|
|
17689
17660
|
action_type: {
|
|
17690
17661
|
description: string;
|
|
17691
17662
|
type: string;
|
|
17692
|
-
'x-title': string;
|
|
17693
17663
|
};
|
|
17694
17664
|
created_at: {
|
|
17695
17665
|
description: string;
|
|
@@ -17713,7 +17683,6 @@ declare const _default: {
|
|
|
17713
17683
|
status: {
|
|
17714
17684
|
description: string;
|
|
17715
17685
|
type: string;
|
|
17716
|
-
'x-title': string;
|
|
17717
17686
|
};
|
|
17718
17687
|
workspace_id: {
|
|
17719
17688
|
description: string;
|
|
@@ -17769,7 +17738,6 @@ declare const _default: {
|
|
|
17769
17738
|
description: string;
|
|
17770
17739
|
format: string;
|
|
17771
17740
|
type: string;
|
|
17772
|
-
'x-title': string;
|
|
17773
17741
|
};
|
|
17774
17742
|
created_at: {
|
|
17775
17743
|
description: string;
|
|
@@ -17846,7 +17814,6 @@ declare const _default: {
|
|
|
17846
17814
|
description: string;
|
|
17847
17815
|
format: string;
|
|
17848
17816
|
type: string;
|
|
17849
|
-
'x-title'?: never;
|
|
17850
17817
|
};
|
|
17851
17818
|
created_at: {
|
|
17852
17819
|
description: string;
|
|
@@ -17857,7 +17824,6 @@ declare const _default: {
|
|
|
17857
17824
|
description: string;
|
|
17858
17825
|
format: string;
|
|
17859
17826
|
type: string;
|
|
17860
|
-
'x-title'?: never;
|
|
17861
17827
|
};
|
|
17862
17828
|
event_id: {
|
|
17863
17829
|
description: string;
|
|
@@ -17928,7 +17894,6 @@ declare const _default: {
|
|
|
17928
17894
|
description: string;
|
|
17929
17895
|
format: string;
|
|
17930
17896
|
type: string;
|
|
17931
|
-
'x-title'?: never;
|
|
17932
17897
|
};
|
|
17933
17898
|
created_at: {
|
|
17934
17899
|
description: string;
|
|
@@ -17939,7 +17904,6 @@ declare const _default: {
|
|
|
17939
17904
|
description: string;
|
|
17940
17905
|
format: string;
|
|
17941
17906
|
type: string;
|
|
17942
|
-
'x-title'?: never;
|
|
17943
17907
|
};
|
|
17944
17908
|
error_code: {
|
|
17945
17909
|
description: string;
|
|
@@ -18021,7 +17985,6 @@ declare const _default: {
|
|
|
18021
17985
|
description: string;
|
|
18022
17986
|
format: string;
|
|
18023
17987
|
type: string;
|
|
18024
|
-
'x-title'?: never;
|
|
18025
17988
|
};
|
|
18026
17989
|
created_at: {
|
|
18027
17990
|
description: string;
|
|
@@ -18032,7 +17995,6 @@ declare const _default: {
|
|
|
18032
17995
|
description: string;
|
|
18033
17996
|
format: string;
|
|
18034
17997
|
type: string;
|
|
18035
|
-
'x-title'?: never;
|
|
18036
17998
|
};
|
|
18037
17999
|
event_id: {
|
|
18038
18000
|
description: string;
|
|
@@ -18114,7 +18076,6 @@ declare const _default: {
|
|
|
18114
18076
|
description: string;
|
|
18115
18077
|
format: string;
|
|
18116
18078
|
type: string;
|
|
18117
|
-
'x-title'?: never;
|
|
18118
18079
|
};
|
|
18119
18080
|
created_at: {
|
|
18120
18081
|
description: string;
|
|
@@ -18125,7 +18086,6 @@ declare const _default: {
|
|
|
18125
18086
|
description: string;
|
|
18126
18087
|
format: string;
|
|
18127
18088
|
type: string;
|
|
18128
|
-
'x-title'?: never;
|
|
18129
18089
|
};
|
|
18130
18090
|
event_id: {
|
|
18131
18091
|
description: string;
|
|
@@ -18194,7 +18154,6 @@ declare const _default: {
|
|
|
18194
18154
|
description: string;
|
|
18195
18155
|
format: string;
|
|
18196
18156
|
type: string;
|
|
18197
|
-
'x-title'?: never;
|
|
18198
18157
|
};
|
|
18199
18158
|
created_at: {
|
|
18200
18159
|
description: string;
|
|
@@ -18205,7 +18164,6 @@ declare const _default: {
|
|
|
18205
18164
|
description: string;
|
|
18206
18165
|
format: string;
|
|
18207
18166
|
type: string;
|
|
18208
|
-
'x-title'?: never;
|
|
18209
18167
|
};
|
|
18210
18168
|
event_id: {
|
|
18211
18169
|
description: string;
|
|
@@ -18220,7 +18178,6 @@ declare const _default: {
|
|
|
18220
18178
|
additionalProperties: {};
|
|
18221
18179
|
description: string;
|
|
18222
18180
|
type: string;
|
|
18223
|
-
'x-title': string;
|
|
18224
18181
|
};
|
|
18225
18182
|
noise_level_decibels: {
|
|
18226
18183
|
description: string;
|
|
@@ -18245,7 +18202,6 @@ declare const _default: {
|
|
|
18245
18202
|
additionalProperties: {};
|
|
18246
18203
|
description: string;
|
|
18247
18204
|
type: string;
|
|
18248
|
-
'x-title': string;
|
|
18249
18205
|
};
|
|
18250
18206
|
occurred_at: {
|
|
18251
18207
|
description: string;
|
|
@@ -18301,19 +18257,16 @@ declare const _default: {
|
|
|
18301
18257
|
description: string;
|
|
18302
18258
|
format: string;
|
|
18303
18259
|
type: string;
|
|
18304
|
-
'x-title'?: never;
|
|
18305
18260
|
};
|
|
18306
18261
|
action_attempt_id: {
|
|
18307
18262
|
description: string;
|
|
18308
18263
|
format: string;
|
|
18309
18264
|
type: string;
|
|
18310
|
-
'x-title'?: never;
|
|
18311
18265
|
};
|
|
18312
18266
|
connected_account_id: {
|
|
18313
18267
|
description: string;
|
|
18314
18268
|
format: string;
|
|
18315
18269
|
type: string;
|
|
18316
|
-
'x-title'?: never;
|
|
18317
18270
|
};
|
|
18318
18271
|
created_at: {
|
|
18319
18272
|
description: string;
|
|
@@ -18324,7 +18277,6 @@ declare const _default: {
|
|
|
18324
18277
|
description: string;
|
|
18325
18278
|
format: string;
|
|
18326
18279
|
type: string;
|
|
18327
|
-
'x-title'?: never;
|
|
18328
18280
|
};
|
|
18329
18281
|
event_id: {
|
|
18330
18282
|
description: string;
|
|
@@ -18390,93 +18342,6 @@ declare const _default: {
|
|
|
18390
18342
|
type: string;
|
|
18391
18343
|
deprecated?: never;
|
|
18392
18344
|
'x-deprecated'?: never;
|
|
18393
|
-
} | {
|
|
18394
|
-
description: string;
|
|
18395
|
-
properties: {
|
|
18396
|
-
access_code_id: {
|
|
18397
|
-
description: string;
|
|
18398
|
-
format: string;
|
|
18399
|
-
type: string;
|
|
18400
|
-
'x-title'?: never;
|
|
18401
|
-
};
|
|
18402
|
-
connected_account_id: {
|
|
18403
|
-
description: string;
|
|
18404
|
-
format: string;
|
|
18405
|
-
type: string;
|
|
18406
|
-
'x-title'?: never;
|
|
18407
|
-
};
|
|
18408
|
-
created_at: {
|
|
18409
|
-
description: string;
|
|
18410
|
-
format: string;
|
|
18411
|
-
type: string;
|
|
18412
|
-
};
|
|
18413
|
-
device_id: {
|
|
18414
|
-
description: string;
|
|
18415
|
-
format: string;
|
|
18416
|
-
type: string;
|
|
18417
|
-
'x-title'?: never;
|
|
18418
|
-
};
|
|
18419
|
-
event_id: {
|
|
18420
|
-
description: string;
|
|
18421
|
-
format: string;
|
|
18422
|
-
type: string;
|
|
18423
|
-
};
|
|
18424
|
-
event_type: {
|
|
18425
|
-
enum: string[];
|
|
18426
|
-
type: string;
|
|
18427
|
-
};
|
|
18428
|
-
occurred_at: {
|
|
18429
|
-
description: string;
|
|
18430
|
-
format: string;
|
|
18431
|
-
type: string;
|
|
18432
|
-
};
|
|
18433
|
-
workspace_id: {
|
|
18434
|
-
description: string;
|
|
18435
|
-
format: string;
|
|
18436
|
-
type: string;
|
|
18437
|
-
};
|
|
18438
|
-
code?: never;
|
|
18439
|
-
backup_access_code_id?: never;
|
|
18440
|
-
acs_system_id?: never;
|
|
18441
|
-
acs_credential_id?: never;
|
|
18442
|
-
acs_user_id?: never;
|
|
18443
|
-
acs_encoder_id?: never;
|
|
18444
|
-
client_session_id?: never;
|
|
18445
|
-
connect_webview_id?: never;
|
|
18446
|
-
action_attempt_id?: never;
|
|
18447
|
-
action_type?: never;
|
|
18448
|
-
status?: never;
|
|
18449
|
-
error_code?: never;
|
|
18450
|
-
battery_level?: never;
|
|
18451
|
-
battery_status?: never;
|
|
18452
|
-
minut_metadata?: never;
|
|
18453
|
-
noise_level_decibels?: never;
|
|
18454
|
-
noise_level_nrs?: never;
|
|
18455
|
-
noise_threshold_id?: never;
|
|
18456
|
-
noise_threshold_name?: never;
|
|
18457
|
-
noiseaware_metadata?: never;
|
|
18458
|
-
method?: never;
|
|
18459
|
-
climate_preset_key?: never;
|
|
18460
|
-
is_fallback_climate_preset?: never;
|
|
18461
|
-
thermostat_schedule_id?: never;
|
|
18462
|
-
cooling_set_point_celsius?: never;
|
|
18463
|
-
cooling_set_point_fahrenheit?: never;
|
|
18464
|
-
fan_mode_setting?: never;
|
|
18465
|
-
heating_set_point_celsius?: never;
|
|
18466
|
-
heating_set_point_fahrenheit?: never;
|
|
18467
|
-
hvac_mode_setting?: never;
|
|
18468
|
-
lower_limit_celsius?: never;
|
|
18469
|
-
lower_limit_fahrenheit?: never;
|
|
18470
|
-
temperature_celsius?: never;
|
|
18471
|
-
temperature_fahrenheit?: never;
|
|
18472
|
-
upper_limit_celsius?: never;
|
|
18473
|
-
upper_limit_fahrenheit?: never;
|
|
18474
|
-
enrollment_automation_id?: never;
|
|
18475
|
-
};
|
|
18476
|
-
required: string[];
|
|
18477
|
-
type: string;
|
|
18478
|
-
deprecated?: never;
|
|
18479
|
-
'x-deprecated'?: never;
|
|
18480
18345
|
} | {
|
|
18481
18346
|
description: string;
|
|
18482
18347
|
properties: {
|
|
@@ -18488,7 +18353,6 @@ declare const _default: {
|
|
|
18488
18353
|
description: string;
|
|
18489
18354
|
format: string;
|
|
18490
18355
|
type: string;
|
|
18491
|
-
'x-title'?: never;
|
|
18492
18356
|
};
|
|
18493
18357
|
created_at: {
|
|
18494
18358
|
description: string;
|
|
@@ -18499,7 +18363,6 @@ declare const _default: {
|
|
|
18499
18363
|
description: string;
|
|
18500
18364
|
format: string;
|
|
18501
18365
|
type: string;
|
|
18502
|
-
'x-title'?: never;
|
|
18503
18366
|
};
|
|
18504
18367
|
event_id: {
|
|
18505
18368
|
description: string;
|
|
@@ -18577,7 +18440,6 @@ declare const _default: {
|
|
|
18577
18440
|
description: string;
|
|
18578
18441
|
format: string;
|
|
18579
18442
|
type: string;
|
|
18580
|
-
'x-title'?: never;
|
|
18581
18443
|
};
|
|
18582
18444
|
cooling_set_point_celsius: {
|
|
18583
18445
|
description: string;
|
|
@@ -18598,7 +18460,6 @@ declare const _default: {
|
|
|
18598
18460
|
description: string;
|
|
18599
18461
|
format: string;
|
|
18600
18462
|
type: string;
|
|
18601
|
-
'x-title'?: never;
|
|
18602
18463
|
};
|
|
18603
18464
|
event_id: {
|
|
18604
18465
|
description: string;
|
|
@@ -18687,7 +18548,6 @@ declare const _default: {
|
|
|
18687
18548
|
description: string;
|
|
18688
18549
|
format: string;
|
|
18689
18550
|
type: string;
|
|
18690
|
-
'x-title'?: never;
|
|
18691
18551
|
};
|
|
18692
18552
|
created_at: {
|
|
18693
18553
|
description: string;
|
|
@@ -18698,7 +18558,6 @@ declare const _default: {
|
|
|
18698
18558
|
description: string;
|
|
18699
18559
|
format: string;
|
|
18700
18560
|
type: string;
|
|
18701
|
-
'x-title'?: never;
|
|
18702
18561
|
};
|
|
18703
18562
|
event_id: {
|
|
18704
18563
|
description: string;
|
|
@@ -18802,7 +18661,6 @@ declare const _default: {
|
|
|
18802
18661
|
description: string;
|
|
18803
18662
|
format: string;
|
|
18804
18663
|
type: string;
|
|
18805
|
-
'x-title': string;
|
|
18806
18664
|
};
|
|
18807
18665
|
event_id: {
|
|
18808
18666
|
description: string;
|
|
@@ -18879,7 +18737,6 @@ declare const _default: {
|
|
|
18879
18737
|
description: string;
|
|
18880
18738
|
format: string;
|
|
18881
18739
|
type: string;
|
|
18882
|
-
'x-title': string;
|
|
18883
18740
|
};
|
|
18884
18741
|
event_id: {
|
|
18885
18742
|
description: string;
|
|
@@ -48290,15 +48147,15 @@ interface Routes {
|
|
|
48290
48147
|
event_id: string;
|
|
48291
48148
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48292
48149
|
workspace_id: string;
|
|
48293
|
-
/**
|
|
48150
|
+
/** Date and time at which the event was created. */
|
|
48294
48151
|
created_at: string;
|
|
48295
|
-
/**
|
|
48152
|
+
/** Date and time at which the event occurred. */
|
|
48296
48153
|
occurred_at: string;
|
|
48297
|
-
/**
|
|
48154
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48298
48155
|
access_code_id: string;
|
|
48299
|
-
/**
|
|
48156
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48300
48157
|
device_id: string;
|
|
48301
|
-
/**
|
|
48158
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48302
48159
|
connected_account_id: string;
|
|
48303
48160
|
event_type: 'access_code.created';
|
|
48304
48161
|
} | {
|
|
@@ -48306,15 +48163,15 @@ interface Routes {
|
|
|
48306
48163
|
event_id: string;
|
|
48307
48164
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48308
48165
|
workspace_id: string;
|
|
48309
|
-
/**
|
|
48166
|
+
/** Date and time at which the event was created. */
|
|
48310
48167
|
created_at: string;
|
|
48311
|
-
/**
|
|
48168
|
+
/** Date and time at which the event occurred. */
|
|
48312
48169
|
occurred_at: string;
|
|
48313
|
-
/**
|
|
48170
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48314
48171
|
access_code_id: string;
|
|
48315
|
-
/**
|
|
48172
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48316
48173
|
device_id: string;
|
|
48317
|
-
/**
|
|
48174
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48318
48175
|
connected_account_id: string;
|
|
48319
48176
|
event_type: 'access_code.changed';
|
|
48320
48177
|
} | {
|
|
@@ -48322,51 +48179,51 @@ interface Routes {
|
|
|
48322
48179
|
event_id: string;
|
|
48323
48180
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48324
48181
|
workspace_id: string;
|
|
48325
|
-
/**
|
|
48182
|
+
/** Date and time at which the event was created. */
|
|
48326
48183
|
created_at: string;
|
|
48327
|
-
/**
|
|
48184
|
+
/** Date and time at which the event occurred. */
|
|
48328
48185
|
occurred_at: string;
|
|
48329
|
-
/**
|
|
48186
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48330
48187
|
access_code_id: string;
|
|
48331
|
-
/**
|
|
48188
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48332
48189
|
device_id: string;
|
|
48333
|
-
/**
|
|
48190
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48334
48191
|
connected_account_id: string;
|
|
48335
48192
|
event_type: 'access_code.scheduled_on_device';
|
|
48336
|
-
/**
|
|
48193
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48337
48194
|
code: string;
|
|
48338
48195
|
} | {
|
|
48339
48196
|
/** ID of the event. */
|
|
48340
48197
|
event_id: string;
|
|
48341
48198
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48342
48199
|
workspace_id: string;
|
|
48343
|
-
/**
|
|
48200
|
+
/** Date and time at which the event was created. */
|
|
48344
48201
|
created_at: string;
|
|
48345
|
-
/**
|
|
48202
|
+
/** Date and time at which the event occurred. */
|
|
48346
48203
|
occurred_at: string;
|
|
48347
|
-
/**
|
|
48204
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48348
48205
|
access_code_id: string;
|
|
48349
|
-
/**
|
|
48206
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48350
48207
|
device_id: string;
|
|
48351
|
-
/**
|
|
48208
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48352
48209
|
connected_account_id: string;
|
|
48353
48210
|
event_type: 'access_code.set_on_device';
|
|
48354
|
-
/**
|
|
48211
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48355
48212
|
code: string;
|
|
48356
48213
|
} | {
|
|
48357
48214
|
/** ID of the event. */
|
|
48358
48215
|
event_id: string;
|
|
48359
48216
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48360
48217
|
workspace_id: string;
|
|
48361
|
-
/**
|
|
48218
|
+
/** Date and time at which the event was created. */
|
|
48362
48219
|
created_at: string;
|
|
48363
|
-
/**
|
|
48220
|
+
/** Date and time at which the event occurred. */
|
|
48364
48221
|
occurred_at: string;
|
|
48365
|
-
/**
|
|
48222
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48366
48223
|
access_code_id: string;
|
|
48367
|
-
/**
|
|
48224
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48368
48225
|
device_id: string;
|
|
48369
|
-
/**
|
|
48226
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48370
48227
|
connected_account_id: string;
|
|
48371
48228
|
event_type: 'access_code.removed_from_device';
|
|
48372
48229
|
} | {
|
|
@@ -48374,15 +48231,15 @@ interface Routes {
|
|
|
48374
48231
|
event_id: string;
|
|
48375
48232
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48376
48233
|
workspace_id: string;
|
|
48377
|
-
/**
|
|
48234
|
+
/** Date and time at which the event was created. */
|
|
48378
48235
|
created_at: string;
|
|
48379
|
-
/**
|
|
48236
|
+
/** Date and time at which the event occurred. */
|
|
48380
48237
|
occurred_at: string;
|
|
48381
|
-
/**
|
|
48238
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48382
48239
|
access_code_id: string;
|
|
48383
|
-
/**
|
|
48240
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48384
48241
|
device_id: string;
|
|
48385
|
-
/**
|
|
48242
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48386
48243
|
connected_account_id: string;
|
|
48387
48244
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
48388
48245
|
} | {
|
|
@@ -48390,15 +48247,15 @@ interface Routes {
|
|
|
48390
48247
|
event_id: string;
|
|
48391
48248
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48392
48249
|
workspace_id: string;
|
|
48393
|
-
/**
|
|
48250
|
+
/** Date and time at which the event was created. */
|
|
48394
48251
|
created_at: string;
|
|
48395
|
-
/**
|
|
48252
|
+
/** Date and time at which the event occurred. */
|
|
48396
48253
|
occurred_at: string;
|
|
48397
|
-
/**
|
|
48254
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48398
48255
|
access_code_id: string;
|
|
48399
|
-
/**
|
|
48256
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48400
48257
|
device_id: string;
|
|
48401
|
-
/**
|
|
48258
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48402
48259
|
connected_account_id: string;
|
|
48403
48260
|
event_type: 'access_code.failed_to_set_on_device';
|
|
48404
48261
|
} | {
|
|
@@ -48406,33 +48263,33 @@ interface Routes {
|
|
|
48406
48263
|
event_id: string;
|
|
48407
48264
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48408
48265
|
workspace_id: string;
|
|
48409
|
-
/**
|
|
48266
|
+
/** Date and time at which the event was created. */
|
|
48410
48267
|
created_at: string;
|
|
48411
|
-
/**
|
|
48268
|
+
/** Date and time at which the event occurred. */
|
|
48412
48269
|
occurred_at: string;
|
|
48413
|
-
/**
|
|
48270
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48414
48271
|
access_code_id: string;
|
|
48415
|
-
/**
|
|
48272
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48416
48273
|
device_id: string;
|
|
48417
|
-
/**
|
|
48274
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48418
48275
|
connected_account_id: string;
|
|
48419
48276
|
event_type: 'access_code.deleted';
|
|
48420
|
-
/**
|
|
48277
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48421
48278
|
code: string | null;
|
|
48422
48279
|
} | {
|
|
48423
48280
|
/** ID of the event. */
|
|
48424
48281
|
event_id: string;
|
|
48425
48282
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48426
48283
|
workspace_id: string;
|
|
48427
|
-
/**
|
|
48284
|
+
/** Date and time at which the event was created. */
|
|
48428
48285
|
created_at: string;
|
|
48429
|
-
/**
|
|
48286
|
+
/** Date and time at which the event occurred. */
|
|
48430
48287
|
occurred_at: string;
|
|
48431
|
-
/**
|
|
48288
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48432
48289
|
access_code_id: string;
|
|
48433
|
-
/**
|
|
48290
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48434
48291
|
device_id: string;
|
|
48435
|
-
/**
|
|
48292
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48436
48293
|
connected_account_id: string;
|
|
48437
48294
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
48438
48295
|
} | {
|
|
@@ -48440,15 +48297,15 @@ interface Routes {
|
|
|
48440
48297
|
event_id: string;
|
|
48441
48298
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48442
48299
|
workspace_id: string;
|
|
48443
|
-
/**
|
|
48300
|
+
/** Date and time at which the event was created. */
|
|
48444
48301
|
created_at: string;
|
|
48445
|
-
/**
|
|
48302
|
+
/** Date and time at which the event occurred. */
|
|
48446
48303
|
occurred_at: string;
|
|
48447
|
-
/**
|
|
48304
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48448
48305
|
access_code_id: string;
|
|
48449
|
-
/**
|
|
48306
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48450
48307
|
device_id: string;
|
|
48451
|
-
/**
|
|
48308
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48452
48309
|
connected_account_id: string;
|
|
48453
48310
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
48454
48311
|
} | {
|
|
@@ -48456,15 +48313,15 @@ interface Routes {
|
|
|
48456
48313
|
event_id: string;
|
|
48457
48314
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48458
48315
|
workspace_id: string;
|
|
48459
|
-
/**
|
|
48316
|
+
/** Date and time at which the event was created. */
|
|
48460
48317
|
created_at: string;
|
|
48461
|
-
/**
|
|
48318
|
+
/** Date and time at which the event occurred. */
|
|
48462
48319
|
occurred_at: string;
|
|
48463
|
-
/**
|
|
48320
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48464
48321
|
access_code_id: string;
|
|
48465
|
-
/**
|
|
48322
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48466
48323
|
device_id: string;
|
|
48467
|
-
/**
|
|
48324
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48468
48325
|
connected_account_id: string;
|
|
48469
48326
|
event_type: 'access_code.modified_external_to_seam';
|
|
48470
48327
|
} | {
|
|
@@ -48472,15 +48329,15 @@ interface Routes {
|
|
|
48472
48329
|
event_id: string;
|
|
48473
48330
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48474
48331
|
workspace_id: string;
|
|
48475
|
-
/**
|
|
48332
|
+
/** Date and time at which the event was created. */
|
|
48476
48333
|
created_at: string;
|
|
48477
|
-
/**
|
|
48334
|
+
/** Date and time at which the event occurred. */
|
|
48478
48335
|
occurred_at: string;
|
|
48479
|
-
/**
|
|
48336
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48480
48337
|
access_code_id: string;
|
|
48481
|
-
/**
|
|
48338
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48482
48339
|
device_id: string;
|
|
48483
|
-
/**
|
|
48340
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48484
48341
|
connected_account_id: string;
|
|
48485
48342
|
event_type: 'access_code.deleted_external_to_seam';
|
|
48486
48343
|
} | {
|
|
@@ -48488,15 +48345,15 @@ interface Routes {
|
|
|
48488
48345
|
event_id: string;
|
|
48489
48346
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48490
48347
|
workspace_id: string;
|
|
48491
|
-
/**
|
|
48348
|
+
/** Date and time at which the event was created. */
|
|
48492
48349
|
created_at: string;
|
|
48493
|
-
/**
|
|
48350
|
+
/** Date and time at which the event occurred. */
|
|
48494
48351
|
occurred_at: string;
|
|
48495
|
-
/**
|
|
48352
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48496
48353
|
access_code_id: string;
|
|
48497
|
-
/**
|
|
48354
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48498
48355
|
device_id: string;
|
|
48499
|
-
/**
|
|
48356
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48500
48357
|
connected_account_id: string;
|
|
48501
48358
|
event_type: 'access_code.backup_access_code_pulled';
|
|
48502
48359
|
backup_access_code_id: string;
|
|
@@ -48505,15 +48362,15 @@ interface Routes {
|
|
|
48505
48362
|
event_id: string;
|
|
48506
48363
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48507
48364
|
workspace_id: string;
|
|
48508
|
-
/**
|
|
48365
|
+
/** Date and time at which the event was created. */
|
|
48509
48366
|
created_at: string;
|
|
48510
|
-
/**
|
|
48367
|
+
/** Date and time at which the event occurred. */
|
|
48511
48368
|
occurred_at: string;
|
|
48512
|
-
/**
|
|
48369
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48513
48370
|
access_code_id: string;
|
|
48514
|
-
/**
|
|
48371
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48515
48372
|
device_id: string;
|
|
48516
|
-
/**
|
|
48373
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48517
48374
|
connected_account_id: string;
|
|
48518
48375
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
48519
48376
|
} | {
|
|
@@ -48521,15 +48378,15 @@ interface Routes {
|
|
|
48521
48378
|
event_id: string;
|
|
48522
48379
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48523
48380
|
workspace_id: string;
|
|
48524
|
-
/**
|
|
48381
|
+
/** Date and time at which the event was created. */
|
|
48525
48382
|
created_at: string;
|
|
48526
|
-
/**
|
|
48383
|
+
/** Date and time at which the event occurred. */
|
|
48527
48384
|
occurred_at: string;
|
|
48528
|
-
/**
|
|
48385
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48529
48386
|
access_code_id: string;
|
|
48530
|
-
/**
|
|
48387
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48531
48388
|
device_id: string;
|
|
48532
|
-
/**
|
|
48389
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48533
48390
|
connected_account_id: string;
|
|
48534
48391
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
48535
48392
|
} | {
|
|
@@ -48537,15 +48394,15 @@ interface Routes {
|
|
|
48537
48394
|
event_id: string;
|
|
48538
48395
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48539
48396
|
workspace_id: string;
|
|
48540
|
-
/**
|
|
48397
|
+
/** Date and time at which the event was created. */
|
|
48541
48398
|
created_at: string;
|
|
48542
|
-
/**
|
|
48399
|
+
/** Date and time at which the event occurred. */
|
|
48543
48400
|
occurred_at: string;
|
|
48544
|
-
/**
|
|
48401
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48545
48402
|
access_code_id: string;
|
|
48546
|
-
/**
|
|
48403
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48547
48404
|
device_id: string;
|
|
48548
|
-
/**
|
|
48405
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48549
48406
|
connected_account_id: string;
|
|
48550
48407
|
event_type: 'access_code.unmanaged.created';
|
|
48551
48408
|
} | {
|
|
@@ -48553,15 +48410,15 @@ interface Routes {
|
|
|
48553
48410
|
event_id: string;
|
|
48554
48411
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48555
48412
|
workspace_id: string;
|
|
48556
|
-
/**
|
|
48413
|
+
/** Date and time at which the event was created. */
|
|
48557
48414
|
created_at: string;
|
|
48558
|
-
/**
|
|
48415
|
+
/** Date and time at which the event occurred. */
|
|
48559
48416
|
occurred_at: string;
|
|
48560
|
-
/**
|
|
48417
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
48561
48418
|
access_code_id: string;
|
|
48562
|
-
/**
|
|
48419
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
48563
48420
|
device_id: string;
|
|
48564
|
-
/**
|
|
48421
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48565
48422
|
connected_account_id: string;
|
|
48566
48423
|
event_type: 'access_code.unmanaged.removed';
|
|
48567
48424
|
} | {
|
|
@@ -48569,13 +48426,13 @@ interface Routes {
|
|
|
48569
48426
|
event_id: string;
|
|
48570
48427
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48571
48428
|
workspace_id: string;
|
|
48572
|
-
/**
|
|
48429
|
+
/** Date and time at which the event was created. */
|
|
48573
48430
|
created_at: string;
|
|
48574
|
-
/**
|
|
48431
|
+
/** Date and time at which the event occurred. */
|
|
48575
48432
|
occurred_at: string;
|
|
48576
|
-
/** ID of the connected account. */
|
|
48433
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48577
48434
|
connected_account_id?: string | undefined;
|
|
48578
|
-
/** ID of the ACS system. */
|
|
48435
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48579
48436
|
acs_system_id: string;
|
|
48580
48437
|
event_type: 'acs_system.connected';
|
|
48581
48438
|
} | {
|
|
@@ -48583,13 +48440,13 @@ interface Routes {
|
|
|
48583
48440
|
event_id: string;
|
|
48584
48441
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48585
48442
|
workspace_id: string;
|
|
48586
|
-
/**
|
|
48443
|
+
/** Date and time at which the event was created. */
|
|
48587
48444
|
created_at: string;
|
|
48588
|
-
/**
|
|
48445
|
+
/** Date and time at which the event occurred. */
|
|
48589
48446
|
occurred_at: string;
|
|
48590
|
-
/** ID of the connected account. */
|
|
48447
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48591
48448
|
connected_account_id?: string | undefined;
|
|
48592
|
-
/** ID of the ACS system. */
|
|
48449
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48593
48450
|
acs_system_id: string;
|
|
48594
48451
|
event_type: 'acs_system.added';
|
|
48595
48452
|
} | {
|
|
@@ -48597,13 +48454,13 @@ interface Routes {
|
|
|
48597
48454
|
event_id: string;
|
|
48598
48455
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48599
48456
|
workspace_id: string;
|
|
48600
|
-
/**
|
|
48457
|
+
/** Date and time at which the event was created. */
|
|
48601
48458
|
created_at: string;
|
|
48602
|
-
/**
|
|
48459
|
+
/** Date and time at which the event occurred. */
|
|
48603
48460
|
occurred_at: string;
|
|
48604
|
-
/** ID of the connected account. */
|
|
48461
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48605
48462
|
connected_account_id?: string | undefined;
|
|
48606
|
-
/** ID of the ACS system. */
|
|
48463
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48607
48464
|
acs_system_id: string;
|
|
48608
48465
|
event_type: 'acs_system.disconnected';
|
|
48609
48466
|
} | {
|
|
@@ -48611,13 +48468,13 @@ interface Routes {
|
|
|
48611
48468
|
event_id: string;
|
|
48612
48469
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48613
48470
|
workspace_id: string;
|
|
48614
|
-
/**
|
|
48471
|
+
/** Date and time at which the event was created. */
|
|
48615
48472
|
created_at: string;
|
|
48616
|
-
/**
|
|
48473
|
+
/** Date and time at which the event occurred. */
|
|
48617
48474
|
occurred_at: string;
|
|
48618
|
-
/** ID of the connected account. */
|
|
48475
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48619
48476
|
connected_account_id?: string | undefined;
|
|
48620
|
-
/** ID of the ACS system. */
|
|
48477
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48621
48478
|
acs_system_id: string;
|
|
48622
48479
|
acs_credential_id: string;
|
|
48623
48480
|
event_type: 'acs_credential.deleted';
|
|
@@ -48626,13 +48483,13 @@ interface Routes {
|
|
|
48626
48483
|
event_id: string;
|
|
48627
48484
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48628
48485
|
workspace_id: string;
|
|
48629
|
-
/**
|
|
48486
|
+
/** Date and time at which the event was created. */
|
|
48630
48487
|
created_at: string;
|
|
48631
|
-
/**
|
|
48488
|
+
/** Date and time at which the event occurred. */
|
|
48632
48489
|
occurred_at: string;
|
|
48633
|
-
/** ID of the connected account. */
|
|
48490
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48634
48491
|
connected_account_id?: string | undefined;
|
|
48635
|
-
/** ID of the ACS system. */
|
|
48492
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48636
48493
|
acs_system_id: string;
|
|
48637
48494
|
acs_credential_id: string;
|
|
48638
48495
|
event_type: 'acs_credential.issued';
|
|
@@ -48641,13 +48498,13 @@ interface Routes {
|
|
|
48641
48498
|
event_id: string;
|
|
48642
48499
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48643
48500
|
workspace_id: string;
|
|
48644
|
-
/**
|
|
48501
|
+
/** Date and time at which the event was created. */
|
|
48645
48502
|
created_at: string;
|
|
48646
|
-
/**
|
|
48503
|
+
/** Date and time at which the event occurred. */
|
|
48647
48504
|
occurred_at: string;
|
|
48648
|
-
/** ID of the connected account. */
|
|
48505
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48649
48506
|
connected_account_id?: string | undefined;
|
|
48650
|
-
/** ID of the ACS system. */
|
|
48507
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48651
48508
|
acs_system_id: string;
|
|
48652
48509
|
acs_user_id: string;
|
|
48653
48510
|
event_type: 'acs_user.deleted';
|
|
@@ -48656,15 +48513,15 @@ interface Routes {
|
|
|
48656
48513
|
event_id: string;
|
|
48657
48514
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48658
48515
|
workspace_id: string;
|
|
48659
|
-
/**
|
|
48516
|
+
/** Date and time at which the event was created. */
|
|
48660
48517
|
created_at: string;
|
|
48661
|
-
/**
|
|
48518
|
+
/** Date and time at which the event occurred. */
|
|
48662
48519
|
occurred_at: string;
|
|
48663
|
-
/** ID of the connected account. */
|
|
48520
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48664
48521
|
connected_account_id?: string | undefined;
|
|
48665
|
-
/** ID of the ACS system. */
|
|
48522
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48666
48523
|
acs_system_id: string;
|
|
48667
|
-
/** ID of the ACS encoder. */
|
|
48524
|
+
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
48668
48525
|
acs_encoder_id: string;
|
|
48669
48526
|
event_type: 'acs_encoder.added';
|
|
48670
48527
|
} | {
|
|
@@ -48672,15 +48529,15 @@ interface Routes {
|
|
|
48672
48529
|
event_id: string;
|
|
48673
48530
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48674
48531
|
workspace_id: string;
|
|
48675
|
-
/**
|
|
48532
|
+
/** Date and time at which the event was created. */
|
|
48676
48533
|
created_at: string;
|
|
48677
|
-
/**
|
|
48534
|
+
/** Date and time at which the event occurred. */
|
|
48678
48535
|
occurred_at: string;
|
|
48679
|
-
/** ID of the connected account. */
|
|
48536
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48680
48537
|
connected_account_id?: string | undefined;
|
|
48681
|
-
/** ID of the ACS system. */
|
|
48538
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
48682
48539
|
acs_system_id: string;
|
|
48683
|
-
/** ID of the ACS encoder. */
|
|
48540
|
+
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
48684
48541
|
acs_encoder_id: string;
|
|
48685
48542
|
event_type: 'acs_encoder.removed';
|
|
48686
48543
|
} | {
|
|
@@ -48688,11 +48545,11 @@ interface Routes {
|
|
|
48688
48545
|
event_id: string;
|
|
48689
48546
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48690
48547
|
workspace_id: string;
|
|
48691
|
-
/**
|
|
48548
|
+
/** Date and time at which the event was created. */
|
|
48692
48549
|
created_at: string;
|
|
48693
|
-
/**
|
|
48550
|
+
/** Date and time at which the event occurred. */
|
|
48694
48551
|
occurred_at: string;
|
|
48695
|
-
/** ID of the client session. */
|
|
48552
|
+
/** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
48696
48553
|
client_session_id: string;
|
|
48697
48554
|
event_type: 'client_session.deleted';
|
|
48698
48555
|
} | {
|
|
@@ -48700,53 +48557,53 @@ interface Routes {
|
|
|
48700
48557
|
event_id: string;
|
|
48701
48558
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48702
48559
|
workspace_id: string;
|
|
48703
|
-
/**
|
|
48560
|
+
/** Date and time at which the event was created. */
|
|
48704
48561
|
created_at: string;
|
|
48705
|
-
/**
|
|
48562
|
+
/** Date and time at which the event occurred. */
|
|
48706
48563
|
occurred_at: string;
|
|
48707
|
-
/** ID of the connected account. */
|
|
48564
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48708
48565
|
connected_account_id: string;
|
|
48709
48566
|
event_type: 'connected_account.connected';
|
|
48710
|
-
/** ID of the
|
|
48567
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
48711
48568
|
connect_webview_id: string;
|
|
48712
48569
|
} | {
|
|
48713
48570
|
/** ID of the event. */
|
|
48714
48571
|
event_id: string;
|
|
48715
48572
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48716
48573
|
workspace_id: string;
|
|
48717
|
-
/**
|
|
48574
|
+
/** Date and time at which the event was created. */
|
|
48718
48575
|
created_at: string;
|
|
48719
|
-
/**
|
|
48576
|
+
/** Date and time at which the event occurred. */
|
|
48720
48577
|
occurred_at: string;
|
|
48721
|
-
/** ID of the connected account. */
|
|
48578
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48722
48579
|
connected_account_id: string;
|
|
48723
48580
|
event_type: 'connected_account.created';
|
|
48724
|
-
/** ID of the
|
|
48581
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
48725
48582
|
connect_webview_id: string;
|
|
48726
48583
|
} | {
|
|
48727
48584
|
/** ID of the event. */
|
|
48728
48585
|
event_id: string;
|
|
48729
48586
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48730
48587
|
workspace_id: string;
|
|
48731
|
-
/**
|
|
48588
|
+
/** Date and time at which the event was created. */
|
|
48732
48589
|
created_at: string;
|
|
48733
|
-
/**
|
|
48590
|
+
/** Date and time at which the event occurred. */
|
|
48734
48591
|
occurred_at: string;
|
|
48735
|
-
/** ID of the connected account. */
|
|
48592
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48736
48593
|
connected_account_id: string;
|
|
48737
48594
|
event_type: 'connected_account.successful_login';
|
|
48738
|
-
/** ID of the
|
|
48595
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
48739
48596
|
connect_webview_id: string;
|
|
48740
48597
|
} | {
|
|
48741
48598
|
/** ID of the event. */
|
|
48742
48599
|
event_id: string;
|
|
48743
48600
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48744
48601
|
workspace_id: string;
|
|
48745
|
-
/**
|
|
48602
|
+
/** Date and time at which the event was created. */
|
|
48746
48603
|
created_at: string;
|
|
48747
|
-
/**
|
|
48604
|
+
/** Date and time at which the event occurred. */
|
|
48748
48605
|
occurred_at: string;
|
|
48749
|
-
/** ID of the connected account. */
|
|
48606
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48750
48607
|
connected_account_id: string;
|
|
48751
48608
|
event_type: 'connected_account.disconnected';
|
|
48752
48609
|
} | {
|
|
@@ -48754,11 +48611,11 @@ interface Routes {
|
|
|
48754
48611
|
event_id: string;
|
|
48755
48612
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48756
48613
|
workspace_id: string;
|
|
48757
|
-
/**
|
|
48614
|
+
/** Date and time at which the event was created. */
|
|
48758
48615
|
created_at: string;
|
|
48759
|
-
/**
|
|
48616
|
+
/** Date and time at which the event occurred. */
|
|
48760
48617
|
occurred_at: string;
|
|
48761
|
-
/** ID of the connected account. */
|
|
48618
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48762
48619
|
connected_account_id: string;
|
|
48763
48620
|
event_type: 'connected_account.completed_first_sync';
|
|
48764
48621
|
} | {
|
|
@@ -48766,11 +48623,11 @@ interface Routes {
|
|
|
48766
48623
|
event_id: string;
|
|
48767
48624
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48768
48625
|
workspace_id: string;
|
|
48769
|
-
/**
|
|
48626
|
+
/** Date and time at which the event was created. */
|
|
48770
48627
|
created_at: string;
|
|
48771
|
-
/**
|
|
48628
|
+
/** Date and time at which the event occurred. */
|
|
48772
48629
|
occurred_at: string;
|
|
48773
|
-
/** ID of the connected account. */
|
|
48630
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48774
48631
|
connected_account_id: string;
|
|
48775
48632
|
event_type: 'connected_account.deleted';
|
|
48776
48633
|
} | {
|
|
@@ -48778,11 +48635,11 @@ interface Routes {
|
|
|
48778
48635
|
event_id: string;
|
|
48779
48636
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48780
48637
|
workspace_id: string;
|
|
48781
|
-
/**
|
|
48638
|
+
/** Date and time at which the event was created. */
|
|
48782
48639
|
created_at: string;
|
|
48783
|
-
/**
|
|
48640
|
+
/** Date and time at which the event occurred. */
|
|
48784
48641
|
occurred_at: string;
|
|
48785
|
-
/** ID of the connected account. */
|
|
48642
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48786
48643
|
connected_account_id: string;
|
|
48787
48644
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
48788
48645
|
} | {
|
|
@@ -48790,15 +48647,15 @@ interface Routes {
|
|
|
48790
48647
|
event_id: string;
|
|
48791
48648
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48792
48649
|
workspace_id: string;
|
|
48793
|
-
/**
|
|
48650
|
+
/** Date and time at which the event was created. */
|
|
48794
48651
|
created_at: string;
|
|
48795
|
-
/**
|
|
48652
|
+
/** Date and time at which the event occurred. */
|
|
48796
48653
|
occurred_at: string;
|
|
48797
|
-
/**
|
|
48654
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
48798
48655
|
action_attempt_id: string;
|
|
48799
|
-
/**
|
|
48656
|
+
/** Type of action. */
|
|
48800
48657
|
action_type: string;
|
|
48801
|
-
/**
|
|
48658
|
+
/** Status of the action. */
|
|
48802
48659
|
status: string;
|
|
48803
48660
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
48804
48661
|
} | {
|
|
@@ -48806,15 +48663,15 @@ interface Routes {
|
|
|
48806
48663
|
event_id: string;
|
|
48807
48664
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48808
48665
|
workspace_id: string;
|
|
48809
|
-
/**
|
|
48666
|
+
/** Date and time at which the event was created. */
|
|
48810
48667
|
created_at: string;
|
|
48811
|
-
/**
|
|
48668
|
+
/** Date and time at which the event occurred. */
|
|
48812
48669
|
occurred_at: string;
|
|
48813
|
-
/**
|
|
48670
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
48814
48671
|
action_attempt_id: string;
|
|
48815
|
-
/**
|
|
48672
|
+
/** Type of action. */
|
|
48816
48673
|
action_type: string;
|
|
48817
|
-
/**
|
|
48674
|
+
/** Status of the action. */
|
|
48818
48675
|
status: string;
|
|
48819
48676
|
event_type: 'action_attempt.lock_door.failed';
|
|
48820
48677
|
} | {
|
|
@@ -48822,15 +48679,15 @@ interface Routes {
|
|
|
48822
48679
|
event_id: string;
|
|
48823
48680
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48824
48681
|
workspace_id: string;
|
|
48825
|
-
/**
|
|
48682
|
+
/** Date and time at which the event was created. */
|
|
48826
48683
|
created_at: string;
|
|
48827
|
-
/**
|
|
48684
|
+
/** Date and time at which the event occurred. */
|
|
48828
48685
|
occurred_at: string;
|
|
48829
|
-
/**
|
|
48686
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
48830
48687
|
action_attempt_id: string;
|
|
48831
|
-
/**
|
|
48688
|
+
/** Type of action. */
|
|
48832
48689
|
action_type: string;
|
|
48833
|
-
/**
|
|
48690
|
+
/** Status of the action. */
|
|
48834
48691
|
status: string;
|
|
48835
48692
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
48836
48693
|
} | {
|
|
@@ -48838,15 +48695,15 @@ interface Routes {
|
|
|
48838
48695
|
event_id: string;
|
|
48839
48696
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48840
48697
|
workspace_id: string;
|
|
48841
|
-
/**
|
|
48698
|
+
/** Date and time at which the event was created. */
|
|
48842
48699
|
created_at: string;
|
|
48843
|
-
/**
|
|
48700
|
+
/** Date and time at which the event occurred. */
|
|
48844
48701
|
occurred_at: string;
|
|
48845
|
-
/**
|
|
48702
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
48846
48703
|
action_attempt_id: string;
|
|
48847
|
-
/**
|
|
48704
|
+
/** Type of action. */
|
|
48848
48705
|
action_type: string;
|
|
48849
|
-
/**
|
|
48706
|
+
/** Status of the action. */
|
|
48850
48707
|
status: string;
|
|
48851
48708
|
event_type: 'action_attempt.unlock_door.failed';
|
|
48852
48709
|
} | {
|
|
@@ -48854,25 +48711,25 @@ interface Routes {
|
|
|
48854
48711
|
event_id: string;
|
|
48855
48712
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48856
48713
|
workspace_id: string;
|
|
48857
|
-
/**
|
|
48714
|
+
/** Date and time at which the event was created. */
|
|
48858
48715
|
created_at: string;
|
|
48859
|
-
/**
|
|
48716
|
+
/** Date and time at which the event occurred. */
|
|
48860
48717
|
occurred_at: string;
|
|
48861
|
-
/** ID of the
|
|
48718
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
48862
48719
|
connect_webview_id: string;
|
|
48863
48720
|
event_type: 'connect_webview.login_succeeded';
|
|
48864
|
-
/** ID of the connected account. */
|
|
48721
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48865
48722
|
connected_account_id: string;
|
|
48866
48723
|
} | {
|
|
48867
48724
|
/** ID of the event. */
|
|
48868
48725
|
event_id: string;
|
|
48869
48726
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48870
48727
|
workspace_id: string;
|
|
48871
|
-
/**
|
|
48728
|
+
/** Date and time at which the event was created. */
|
|
48872
48729
|
created_at: string;
|
|
48873
|
-
/**
|
|
48730
|
+
/** Date and time at which the event occurred. */
|
|
48874
48731
|
occurred_at: string;
|
|
48875
|
-
/** ID of the
|
|
48732
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
48876
48733
|
connect_webview_id: string;
|
|
48877
48734
|
event_type: 'connect_webview.login_failed';
|
|
48878
48735
|
} | {
|
|
@@ -48880,9 +48737,9 @@ interface Routes {
|
|
|
48880
48737
|
event_id: string;
|
|
48881
48738
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48882
48739
|
workspace_id: string;
|
|
48883
|
-
/**
|
|
48740
|
+
/** Date and time at which the event was created. */
|
|
48884
48741
|
created_at: string;
|
|
48885
|
-
/**
|
|
48742
|
+
/** Date and time at which the event occurred. */
|
|
48886
48743
|
occurred_at: string;
|
|
48887
48744
|
/** ID of the device. */
|
|
48888
48745
|
device_id: string;
|
|
@@ -48894,9 +48751,9 @@ interface Routes {
|
|
|
48894
48751
|
event_id: string;
|
|
48895
48752
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48896
48753
|
workspace_id: string;
|
|
48897
|
-
/**
|
|
48754
|
+
/** Date and time at which the event was created. */
|
|
48898
48755
|
created_at: string;
|
|
48899
|
-
/**
|
|
48756
|
+
/** Date and time at which the event occurred. */
|
|
48900
48757
|
occurred_at: string;
|
|
48901
48758
|
/** ID of the device. */
|
|
48902
48759
|
device_id: string;
|
|
@@ -48908,9 +48765,9 @@ interface Routes {
|
|
|
48908
48765
|
event_id: string;
|
|
48909
48766
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48910
48767
|
workspace_id: string;
|
|
48911
|
-
/**
|
|
48768
|
+
/** Date and time at which the event was created. */
|
|
48912
48769
|
created_at: string;
|
|
48913
|
-
/**
|
|
48770
|
+
/** Date and time at which the event occurred. */
|
|
48914
48771
|
occurred_at: string;
|
|
48915
48772
|
/** ID of the device. */
|
|
48916
48773
|
device_id: string;
|
|
@@ -48922,9 +48779,9 @@ interface Routes {
|
|
|
48922
48779
|
event_id: string;
|
|
48923
48780
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48924
48781
|
workspace_id: string;
|
|
48925
|
-
/**
|
|
48782
|
+
/** Date and time at which the event was created. */
|
|
48926
48783
|
created_at: string;
|
|
48927
|
-
/**
|
|
48784
|
+
/** Date and time at which the event occurred. */
|
|
48928
48785
|
occurred_at: string;
|
|
48929
48786
|
/** ID of the device. */
|
|
48930
48787
|
device_id: string;
|
|
@@ -48936,9 +48793,9 @@ interface Routes {
|
|
|
48936
48793
|
event_id: string;
|
|
48937
48794
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48938
48795
|
workspace_id: string;
|
|
48939
|
-
/**
|
|
48796
|
+
/** Date and time at which the event was created. */
|
|
48940
48797
|
created_at: string;
|
|
48941
|
-
/**
|
|
48798
|
+
/** Date and time at which the event occurred. */
|
|
48942
48799
|
occurred_at: string;
|
|
48943
48800
|
/** ID of the device. */
|
|
48944
48801
|
device_id: string;
|
|
@@ -48950,9 +48807,9 @@ interface Routes {
|
|
|
48950
48807
|
event_id: string;
|
|
48951
48808
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48952
48809
|
workspace_id: string;
|
|
48953
|
-
/**
|
|
48810
|
+
/** Date and time at which the event was created. */
|
|
48954
48811
|
created_at: string;
|
|
48955
|
-
/**
|
|
48812
|
+
/** Date and time at which the event occurred. */
|
|
48956
48813
|
occurred_at: string;
|
|
48957
48814
|
/** ID of the device. */
|
|
48958
48815
|
device_id: string;
|
|
@@ -48966,9 +48823,9 @@ interface Routes {
|
|
|
48966
48823
|
event_id: string;
|
|
48967
48824
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48968
48825
|
workspace_id: string;
|
|
48969
|
-
/**
|
|
48826
|
+
/** Date and time at which the event was created. */
|
|
48970
48827
|
created_at: string;
|
|
48971
|
-
/**
|
|
48828
|
+
/** Date and time at which the event occurred. */
|
|
48972
48829
|
occurred_at: string;
|
|
48973
48830
|
/** ID of the device. */
|
|
48974
48831
|
device_id: string;
|
|
@@ -48982,9 +48839,9 @@ interface Routes {
|
|
|
48982
48839
|
event_id: string;
|
|
48983
48840
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48984
48841
|
workspace_id: string;
|
|
48985
|
-
/**
|
|
48842
|
+
/** Date and time at which the event was created. */
|
|
48986
48843
|
created_at: string;
|
|
48987
|
-
/**
|
|
48844
|
+
/** Date and time at which the event occurred. */
|
|
48988
48845
|
occurred_at: string;
|
|
48989
48846
|
/** ID of the device. */
|
|
48990
48847
|
device_id: string;
|
|
@@ -48996,9 +48853,9 @@ interface Routes {
|
|
|
48996
48853
|
event_id: string;
|
|
48997
48854
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48998
48855
|
workspace_id: string;
|
|
48999
|
-
/**
|
|
48856
|
+
/** Date and time at which the event was created. */
|
|
49000
48857
|
created_at: string;
|
|
49001
|
-
/**
|
|
48858
|
+
/** Date and time at which the event occurred. */
|
|
49002
48859
|
occurred_at: string;
|
|
49003
48860
|
/** ID of the device. */
|
|
49004
48861
|
device_id: string;
|
|
@@ -49012,9 +48869,9 @@ interface Routes {
|
|
|
49012
48869
|
event_id: string;
|
|
49013
48870
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49014
48871
|
workspace_id: string;
|
|
49015
|
-
/**
|
|
48872
|
+
/** Date and time at which the event was created. */
|
|
49016
48873
|
created_at: string;
|
|
49017
|
-
/**
|
|
48874
|
+
/** Date and time at which the event occurred. */
|
|
49018
48875
|
occurred_at: string;
|
|
49019
48876
|
/** ID of the device. */
|
|
49020
48877
|
device_id: string;
|
|
@@ -49030,9 +48887,9 @@ interface Routes {
|
|
|
49030
48887
|
event_id: string;
|
|
49031
48888
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49032
48889
|
workspace_id: string;
|
|
49033
|
-
/**
|
|
48890
|
+
/** Date and time at which the event was created. */
|
|
49034
48891
|
created_at: string;
|
|
49035
|
-
/**
|
|
48892
|
+
/** Date and time at which the event occurred. */
|
|
49036
48893
|
occurred_at: string;
|
|
49037
48894
|
/** ID of the device. */
|
|
49038
48895
|
device_id: string;
|
|
@@ -49044,9 +48901,9 @@ interface Routes {
|
|
|
49044
48901
|
event_id: string;
|
|
49045
48902
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49046
48903
|
workspace_id: string;
|
|
49047
|
-
/**
|
|
48904
|
+
/** Date and time at which the event was created. */
|
|
49048
48905
|
created_at: string;
|
|
49049
|
-
/**
|
|
48906
|
+
/** Date and time at which the event occurred. */
|
|
49050
48907
|
occurred_at: string;
|
|
49051
48908
|
/** ID of the device. */
|
|
49052
48909
|
device_id: string;
|
|
@@ -49058,9 +48915,9 @@ interface Routes {
|
|
|
49058
48915
|
event_id: string;
|
|
49059
48916
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49060
48917
|
workspace_id: string;
|
|
49061
|
-
/**
|
|
48918
|
+
/** Date and time at which the event was created. */
|
|
49062
48919
|
created_at: string;
|
|
49063
|
-
/**
|
|
48920
|
+
/** Date and time at which the event occurred. */
|
|
49064
48921
|
occurred_at: string;
|
|
49065
48922
|
/** ID of the device. */
|
|
49066
48923
|
device_id: string;
|
|
@@ -49072,9 +48929,9 @@ interface Routes {
|
|
|
49072
48929
|
event_id: string;
|
|
49073
48930
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49074
48931
|
workspace_id: string;
|
|
49075
|
-
/**
|
|
48932
|
+
/** Date and time at which the event was created. */
|
|
49076
48933
|
created_at: string;
|
|
49077
|
-
/**
|
|
48934
|
+
/** Date and time at which the event occurred. */
|
|
49078
48935
|
occurred_at: string;
|
|
49079
48936
|
/** ID of the device. */
|
|
49080
48937
|
device_id: string;
|
|
@@ -49086,9 +48943,9 @@ interface Routes {
|
|
|
49086
48943
|
event_id: string;
|
|
49087
48944
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49088
48945
|
workspace_id: string;
|
|
49089
|
-
/**
|
|
48946
|
+
/** Date and time at which the event was created. */
|
|
49090
48947
|
created_at: string;
|
|
49091
|
-
/**
|
|
48948
|
+
/** Date and time at which the event occurred. */
|
|
49092
48949
|
occurred_at: string;
|
|
49093
48950
|
/** ID of the device. */
|
|
49094
48951
|
device_id: string;
|
|
@@ -49100,9 +48957,9 @@ interface Routes {
|
|
|
49100
48957
|
event_id: string;
|
|
49101
48958
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49102
48959
|
workspace_id: string;
|
|
49103
|
-
/**
|
|
48960
|
+
/** Date and time at which the event was created. */
|
|
49104
48961
|
created_at: string;
|
|
49105
|
-
/**
|
|
48962
|
+
/** Date and time at which the event occurred. */
|
|
49106
48963
|
occurred_at: string;
|
|
49107
48964
|
/** ID of the device. */
|
|
49108
48965
|
device_id: string;
|
|
@@ -49114,9 +48971,9 @@ interface Routes {
|
|
|
49114
48971
|
event_id: string;
|
|
49115
48972
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49116
48973
|
workspace_id: string;
|
|
49117
|
-
/**
|
|
48974
|
+
/** Date and time at which the event was created. */
|
|
49118
48975
|
created_at: string;
|
|
49119
|
-
/**
|
|
48976
|
+
/** Date and time at which the event occurred. */
|
|
49120
48977
|
occurred_at: string;
|
|
49121
48978
|
/** ID of the device. */
|
|
49122
48979
|
device_id: string;
|
|
@@ -49128,9 +48985,9 @@ interface Routes {
|
|
|
49128
48985
|
event_id: string;
|
|
49129
48986
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49130
48987
|
workspace_id: string;
|
|
49131
|
-
/**
|
|
48988
|
+
/** Date and time at which the event was created. */
|
|
49132
48989
|
created_at: string;
|
|
49133
|
-
/**
|
|
48990
|
+
/** Date and time at which the event occurred. */
|
|
49134
48991
|
occurred_at: string;
|
|
49135
48992
|
/** ID of the device. */
|
|
49136
48993
|
device_id: string;
|
|
@@ -49142,9 +48999,9 @@ interface Routes {
|
|
|
49142
48999
|
event_id: string;
|
|
49143
49000
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49144
49001
|
workspace_id: string;
|
|
49145
|
-
/**
|
|
49002
|
+
/** Date and time at which the event was created. */
|
|
49146
49003
|
created_at: string;
|
|
49147
|
-
/**
|
|
49004
|
+
/** Date and time at which the event occurred. */
|
|
49148
49005
|
occurred_at: string;
|
|
49149
49006
|
/** ID of the device. */
|
|
49150
49007
|
device_id: string;
|
|
@@ -49156,9 +49013,9 @@ interface Routes {
|
|
|
49156
49013
|
event_id: string;
|
|
49157
49014
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49158
49015
|
workspace_id: string;
|
|
49159
|
-
/**
|
|
49016
|
+
/** Date and time at which the event was created. */
|
|
49160
49017
|
created_at: string;
|
|
49161
|
-
/**
|
|
49018
|
+
/** Date and time at which the event occurred. */
|
|
49162
49019
|
occurred_at: string;
|
|
49163
49020
|
/** ID of the device. */
|
|
49164
49021
|
device_id: string;
|
|
@@ -49170,9 +49027,9 @@ interface Routes {
|
|
|
49170
49027
|
event_id: string;
|
|
49171
49028
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49172
49029
|
workspace_id: string;
|
|
49173
|
-
/**
|
|
49030
|
+
/** Date and time at which the event was created. */
|
|
49174
49031
|
created_at: string;
|
|
49175
|
-
/**
|
|
49032
|
+
/** Date and time at which the event occurred. */
|
|
49176
49033
|
occurred_at: string;
|
|
49177
49034
|
/** ID of the device. */
|
|
49178
49035
|
device_id: string;
|
|
@@ -49184,9 +49041,9 @@ interface Routes {
|
|
|
49184
49041
|
event_id: string;
|
|
49185
49042
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49186
49043
|
workspace_id: string;
|
|
49187
|
-
/**
|
|
49044
|
+
/** Date and time at which the event was created. */
|
|
49188
49045
|
created_at: string;
|
|
49189
|
-
/**
|
|
49046
|
+
/** Date and time at which the event occurred. */
|
|
49190
49047
|
occurred_at: string;
|
|
49191
49048
|
/** ID of the device. */
|
|
49192
49049
|
device_id: string;
|
|
@@ -49198,9 +49055,9 @@ interface Routes {
|
|
|
49198
49055
|
event_id: string;
|
|
49199
49056
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49200
49057
|
workspace_id: string;
|
|
49201
|
-
/**
|
|
49058
|
+
/** Date and time at which the event was created. */
|
|
49202
49059
|
created_at: string;
|
|
49203
|
-
/**
|
|
49060
|
+
/** Date and time at which the event occurred. */
|
|
49204
49061
|
occurred_at: string;
|
|
49205
49062
|
/** ID of the device. */
|
|
49206
49063
|
device_id: string;
|
|
@@ -49224,9 +49081,9 @@ interface Routes {
|
|
|
49224
49081
|
event_id: string;
|
|
49225
49082
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49226
49083
|
workspace_id: string;
|
|
49227
|
-
/**
|
|
49084
|
+
/** Date and time at which the event was created. */
|
|
49228
49085
|
created_at: string;
|
|
49229
|
-
/**
|
|
49086
|
+
/** Date and time at which the event occurred. */
|
|
49230
49087
|
occurred_at: string;
|
|
49231
49088
|
/** ID of the device. */
|
|
49232
49089
|
device_id: string;
|
|
@@ -49237,16 +49094,16 @@ interface Routes {
|
|
|
49237
49094
|
access_code_id?: string | undefined;
|
|
49238
49095
|
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
49239
49096
|
action_attempt_id?: string | undefined;
|
|
49240
|
-
/** 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. */
|
|
49097
|
+
/** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
49241
49098
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49242
49099
|
} | {
|
|
49243
49100
|
/** ID of the event. */
|
|
49244
49101
|
event_id: string;
|
|
49245
49102
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49246
49103
|
workspace_id: string;
|
|
49247
|
-
/**
|
|
49104
|
+
/** Date and time at which the event was created. */
|
|
49248
49105
|
created_at: string;
|
|
49249
|
-
/**
|
|
49106
|
+
/** Date and time at which the event occurred. */
|
|
49250
49107
|
occurred_at: string;
|
|
49251
49108
|
/** ID of the device. */
|
|
49252
49109
|
device_id: string;
|
|
@@ -49257,16 +49114,16 @@ interface Routes {
|
|
|
49257
49114
|
access_code_id?: string | undefined;
|
|
49258
49115
|
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
49259
49116
|
action_attempt_id?: string | undefined;
|
|
49260
|
-
/** 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. */
|
|
49117
|
+
/** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
49261
49118
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49262
49119
|
} | {
|
|
49263
49120
|
/** ID of the event. */
|
|
49264
49121
|
event_id: string;
|
|
49265
49122
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49266
49123
|
workspace_id: string;
|
|
49267
|
-
/**
|
|
49124
|
+
/** Date and time at which the event was created. */
|
|
49268
49125
|
created_at: string;
|
|
49269
|
-
/**
|
|
49126
|
+
/** Date and time at which the event occurred. */
|
|
49270
49127
|
occurred_at: string;
|
|
49271
49128
|
/** ID of the device. */
|
|
49272
49129
|
device_id: string;
|
|
@@ -49280,9 +49137,9 @@ interface Routes {
|
|
|
49280
49137
|
event_id: string;
|
|
49281
49138
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49282
49139
|
workspace_id: string;
|
|
49283
|
-
/**
|
|
49140
|
+
/** Date and time at which the event was created. */
|
|
49284
49141
|
created_at: string;
|
|
49285
|
-
/**
|
|
49142
|
+
/** Date and time at which the event occurred. */
|
|
49286
49143
|
occurred_at: string;
|
|
49287
49144
|
/** ID of the device. */
|
|
49288
49145
|
device_id: string;
|
|
@@ -49293,23 +49150,23 @@ interface Routes {
|
|
|
49293
49150
|
thermostat_schedule_id: string | null;
|
|
49294
49151
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
49295
49152
|
climate_preset_key: string;
|
|
49296
|
-
/** 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. */
|
|
49153
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49297
49154
|
is_fallback_climate_preset: boolean;
|
|
49298
49155
|
} | {
|
|
49299
49156
|
/** ID of the event. */
|
|
49300
49157
|
event_id: string;
|
|
49301
49158
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49302
49159
|
workspace_id: string;
|
|
49303
|
-
/**
|
|
49160
|
+
/** Date and time at which the event was created. */
|
|
49304
49161
|
created_at: string;
|
|
49305
|
-
/**
|
|
49162
|
+
/** Date and time at which the event occurred. */
|
|
49306
49163
|
occurred_at: string;
|
|
49307
49164
|
/** ID of the device. */
|
|
49308
49165
|
device_id: string;
|
|
49309
49166
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49310
49167
|
connected_account_id: string;
|
|
49311
49168
|
event_type: 'thermostat.manually_adjusted';
|
|
49312
|
-
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
49169
|
+
/** Method used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49313
49170
|
method: 'seam' | 'external';
|
|
49314
49171
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
49315
49172
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -49328,18 +49185,18 @@ interface Routes {
|
|
|
49328
49185
|
event_id: string;
|
|
49329
49186
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49330
49187
|
workspace_id: string;
|
|
49331
|
-
/**
|
|
49188
|
+
/** Date and time at which the event was created. */
|
|
49332
49189
|
created_at: string;
|
|
49333
|
-
/**
|
|
49190
|
+
/** Date and time at which the event occurred. */
|
|
49334
49191
|
occurred_at: string;
|
|
49335
49192
|
/** ID of the device. */
|
|
49336
49193
|
device_id: string;
|
|
49337
49194
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49338
49195
|
connected_account_id: string;
|
|
49339
49196
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
49340
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
49197
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49341
49198
|
temperature_celsius: number;
|
|
49342
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
49199
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49343
49200
|
temperature_fahrenheit: number;
|
|
49344
49201
|
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49345
49202
|
upper_limit_celsius: number | null;
|
|
@@ -49354,18 +49211,18 @@ interface Routes {
|
|
|
49354
49211
|
event_id: string;
|
|
49355
49212
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49356
49213
|
workspace_id: string;
|
|
49357
|
-
/**
|
|
49214
|
+
/** Date and time at which the event was created. */
|
|
49358
49215
|
created_at: string;
|
|
49359
|
-
/**
|
|
49216
|
+
/** Date and time at which the event occurred. */
|
|
49360
49217
|
occurred_at: string;
|
|
49361
49218
|
/** ID of the device. */
|
|
49362
49219
|
device_id: string;
|
|
49363
49220
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49364
49221
|
connected_account_id: string;
|
|
49365
49222
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
49366
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
49223
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49367
49224
|
temperature_celsius: number;
|
|
49368
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
49225
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
49369
49226
|
temperature_fahrenheit: number;
|
|
49370
49227
|
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49371
49228
|
upper_limit_celsius: number | null;
|
|
@@ -49380,11 +49237,11 @@ interface Routes {
|
|
|
49380
49237
|
event_id: string;
|
|
49381
49238
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49382
49239
|
workspace_id: string;
|
|
49383
|
-
/**
|
|
49240
|
+
/** Date and time at which the event was created. */
|
|
49384
49241
|
created_at: string;
|
|
49385
|
-
/**
|
|
49242
|
+
/** Date and time at which the event occurred. */
|
|
49386
49243
|
occurred_at: string;
|
|
49387
|
-
/** ID of the enrollment automation. */
|
|
49244
|
+
/** ID of the [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut). */
|
|
49388
49245
|
enrollment_automation_id: string;
|
|
49389
49246
|
event_type: 'enrollment_automation.deleted';
|
|
49390
49247
|
} | {
|
|
@@ -49392,11 +49249,11 @@ interface Routes {
|
|
|
49392
49249
|
event_id: string;
|
|
49393
49250
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49394
49251
|
workspace_id: string;
|
|
49395
|
-
/**
|
|
49252
|
+
/** Date and time at which the event was created. */
|
|
49396
49253
|
created_at: string;
|
|
49397
|
-
/**
|
|
49254
|
+
/** Date and time at which the event occurred. */
|
|
49398
49255
|
occurred_at: string;
|
|
49399
|
-
/** ID of the device. */
|
|
49256
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49400
49257
|
device_id: string;
|
|
49401
49258
|
event_type: 'phone.deactivated';
|
|
49402
49259
|
}) | undefined;
|
|
@@ -49431,15 +49288,15 @@ interface Routes {
|
|
|
49431
49288
|
event_id: string;
|
|
49432
49289
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49433
49290
|
workspace_id: string;
|
|
49434
|
-
/**
|
|
49291
|
+
/** Date and time at which the event was created. */
|
|
49435
49292
|
created_at: string;
|
|
49436
|
-
/**
|
|
49293
|
+
/** Date and time at which the event occurred. */
|
|
49437
49294
|
occurred_at: string;
|
|
49438
|
-
/**
|
|
49295
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49439
49296
|
access_code_id: string;
|
|
49440
|
-
/**
|
|
49297
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49441
49298
|
device_id: string;
|
|
49442
|
-
/**
|
|
49299
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49443
49300
|
connected_account_id: string;
|
|
49444
49301
|
event_type: 'access_code.created';
|
|
49445
49302
|
} | {
|
|
@@ -49447,15 +49304,15 @@ interface Routes {
|
|
|
49447
49304
|
event_id: string;
|
|
49448
49305
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49449
49306
|
workspace_id: string;
|
|
49450
|
-
/**
|
|
49307
|
+
/** Date and time at which the event was created. */
|
|
49451
49308
|
created_at: string;
|
|
49452
|
-
/**
|
|
49309
|
+
/** Date and time at which the event occurred. */
|
|
49453
49310
|
occurred_at: string;
|
|
49454
|
-
/**
|
|
49311
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49455
49312
|
access_code_id: string;
|
|
49456
|
-
/**
|
|
49313
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49457
49314
|
device_id: string;
|
|
49458
|
-
/**
|
|
49315
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49459
49316
|
connected_account_id: string;
|
|
49460
49317
|
event_type: 'access_code.changed';
|
|
49461
49318
|
} | {
|
|
@@ -49463,51 +49320,51 @@ interface Routes {
|
|
|
49463
49320
|
event_id: string;
|
|
49464
49321
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49465
49322
|
workspace_id: string;
|
|
49466
|
-
/**
|
|
49323
|
+
/** Date and time at which the event was created. */
|
|
49467
49324
|
created_at: string;
|
|
49468
|
-
/**
|
|
49325
|
+
/** Date and time at which the event occurred. */
|
|
49469
49326
|
occurred_at: string;
|
|
49470
|
-
/**
|
|
49327
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49471
49328
|
access_code_id: string;
|
|
49472
|
-
/**
|
|
49329
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49473
49330
|
device_id: string;
|
|
49474
|
-
/**
|
|
49331
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49475
49332
|
connected_account_id: string;
|
|
49476
49333
|
event_type: 'access_code.scheduled_on_device';
|
|
49477
|
-
/**
|
|
49334
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49478
49335
|
code: string;
|
|
49479
49336
|
} | {
|
|
49480
49337
|
/** ID of the event. */
|
|
49481
49338
|
event_id: string;
|
|
49482
49339
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49483
49340
|
workspace_id: string;
|
|
49484
|
-
/**
|
|
49341
|
+
/** Date and time at which the event was created. */
|
|
49485
49342
|
created_at: string;
|
|
49486
|
-
/**
|
|
49343
|
+
/** Date and time at which the event occurred. */
|
|
49487
49344
|
occurred_at: string;
|
|
49488
|
-
/**
|
|
49345
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49489
49346
|
access_code_id: string;
|
|
49490
|
-
/**
|
|
49347
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49491
49348
|
device_id: string;
|
|
49492
|
-
/**
|
|
49349
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49493
49350
|
connected_account_id: string;
|
|
49494
49351
|
event_type: 'access_code.set_on_device';
|
|
49495
|
-
/**
|
|
49352
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49496
49353
|
code: string;
|
|
49497
49354
|
} | {
|
|
49498
49355
|
/** ID of the event. */
|
|
49499
49356
|
event_id: string;
|
|
49500
49357
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49501
49358
|
workspace_id: string;
|
|
49502
|
-
/**
|
|
49359
|
+
/** Date and time at which the event was created. */
|
|
49503
49360
|
created_at: string;
|
|
49504
|
-
/**
|
|
49361
|
+
/** Date and time at which the event occurred. */
|
|
49505
49362
|
occurred_at: string;
|
|
49506
|
-
/**
|
|
49363
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49507
49364
|
access_code_id: string;
|
|
49508
|
-
/**
|
|
49365
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49509
49366
|
device_id: string;
|
|
49510
|
-
/**
|
|
49367
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49511
49368
|
connected_account_id: string;
|
|
49512
49369
|
event_type: 'access_code.removed_from_device';
|
|
49513
49370
|
} | {
|
|
@@ -49515,15 +49372,15 @@ interface Routes {
|
|
|
49515
49372
|
event_id: string;
|
|
49516
49373
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49517
49374
|
workspace_id: string;
|
|
49518
|
-
/**
|
|
49375
|
+
/** Date and time at which the event was created. */
|
|
49519
49376
|
created_at: string;
|
|
49520
|
-
/**
|
|
49377
|
+
/** Date and time at which the event occurred. */
|
|
49521
49378
|
occurred_at: string;
|
|
49522
|
-
/**
|
|
49379
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49523
49380
|
access_code_id: string;
|
|
49524
|
-
/**
|
|
49381
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49525
49382
|
device_id: string;
|
|
49526
|
-
/**
|
|
49383
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49527
49384
|
connected_account_id: string;
|
|
49528
49385
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
49529
49386
|
} | {
|
|
@@ -49531,15 +49388,15 @@ interface Routes {
|
|
|
49531
49388
|
event_id: string;
|
|
49532
49389
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49533
49390
|
workspace_id: string;
|
|
49534
|
-
/**
|
|
49391
|
+
/** Date and time at which the event was created. */
|
|
49535
49392
|
created_at: string;
|
|
49536
|
-
/**
|
|
49393
|
+
/** Date and time at which the event occurred. */
|
|
49537
49394
|
occurred_at: string;
|
|
49538
|
-
/**
|
|
49395
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49539
49396
|
access_code_id: string;
|
|
49540
|
-
/**
|
|
49397
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49541
49398
|
device_id: string;
|
|
49542
|
-
/**
|
|
49399
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49543
49400
|
connected_account_id: string;
|
|
49544
49401
|
event_type: 'access_code.failed_to_set_on_device';
|
|
49545
49402
|
} | {
|
|
@@ -49547,33 +49404,33 @@ interface Routes {
|
|
|
49547
49404
|
event_id: string;
|
|
49548
49405
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49549
49406
|
workspace_id: string;
|
|
49550
|
-
/**
|
|
49407
|
+
/** Date and time at which the event was created. */
|
|
49551
49408
|
created_at: string;
|
|
49552
|
-
/**
|
|
49409
|
+
/** Date and time at which the event occurred. */
|
|
49553
49410
|
occurred_at: string;
|
|
49554
|
-
/**
|
|
49411
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49555
49412
|
access_code_id: string;
|
|
49556
|
-
/**
|
|
49413
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49557
49414
|
device_id: string;
|
|
49558
|
-
/**
|
|
49415
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49559
49416
|
connected_account_id: string;
|
|
49560
49417
|
event_type: 'access_code.deleted';
|
|
49561
|
-
/**
|
|
49418
|
+
/** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49562
49419
|
code: string | null;
|
|
49563
49420
|
} | {
|
|
49564
49421
|
/** ID of the event. */
|
|
49565
49422
|
event_id: string;
|
|
49566
49423
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49567
49424
|
workspace_id: string;
|
|
49568
|
-
/**
|
|
49425
|
+
/** Date and time at which the event was created. */
|
|
49569
49426
|
created_at: string;
|
|
49570
|
-
/**
|
|
49427
|
+
/** Date and time at which the event occurred. */
|
|
49571
49428
|
occurred_at: string;
|
|
49572
|
-
/**
|
|
49429
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49573
49430
|
access_code_id: string;
|
|
49574
|
-
/**
|
|
49431
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49575
49432
|
device_id: string;
|
|
49576
|
-
/**
|
|
49433
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49577
49434
|
connected_account_id: string;
|
|
49578
49435
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
49579
49436
|
} | {
|
|
@@ -49581,15 +49438,15 @@ interface Routes {
|
|
|
49581
49438
|
event_id: string;
|
|
49582
49439
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49583
49440
|
workspace_id: string;
|
|
49584
|
-
/**
|
|
49441
|
+
/** Date and time at which the event was created. */
|
|
49585
49442
|
created_at: string;
|
|
49586
|
-
/**
|
|
49443
|
+
/** Date and time at which the event occurred. */
|
|
49587
49444
|
occurred_at: string;
|
|
49588
|
-
/**
|
|
49445
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49589
49446
|
access_code_id: string;
|
|
49590
|
-
/**
|
|
49447
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49591
49448
|
device_id: string;
|
|
49592
|
-
/**
|
|
49449
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49593
49450
|
connected_account_id: string;
|
|
49594
49451
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
49595
49452
|
} | {
|
|
@@ -49597,15 +49454,15 @@ interface Routes {
|
|
|
49597
49454
|
event_id: string;
|
|
49598
49455
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49599
49456
|
workspace_id: string;
|
|
49600
|
-
/**
|
|
49457
|
+
/** Date and time at which the event was created. */
|
|
49601
49458
|
created_at: string;
|
|
49602
|
-
/**
|
|
49459
|
+
/** Date and time at which the event occurred. */
|
|
49603
49460
|
occurred_at: string;
|
|
49604
|
-
/**
|
|
49461
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49605
49462
|
access_code_id: string;
|
|
49606
|
-
/**
|
|
49463
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49607
49464
|
device_id: string;
|
|
49608
|
-
/**
|
|
49465
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49609
49466
|
connected_account_id: string;
|
|
49610
49467
|
event_type: 'access_code.modified_external_to_seam';
|
|
49611
49468
|
} | {
|
|
@@ -49613,15 +49470,15 @@ interface Routes {
|
|
|
49613
49470
|
event_id: string;
|
|
49614
49471
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49615
49472
|
workspace_id: string;
|
|
49616
|
-
/**
|
|
49473
|
+
/** Date and time at which the event was created. */
|
|
49617
49474
|
created_at: string;
|
|
49618
|
-
/**
|
|
49475
|
+
/** Date and time at which the event occurred. */
|
|
49619
49476
|
occurred_at: string;
|
|
49620
|
-
/**
|
|
49477
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49621
49478
|
access_code_id: string;
|
|
49622
|
-
/**
|
|
49479
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49623
49480
|
device_id: string;
|
|
49624
|
-
/**
|
|
49481
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49625
49482
|
connected_account_id: string;
|
|
49626
49483
|
event_type: 'access_code.deleted_external_to_seam';
|
|
49627
49484
|
} | {
|
|
@@ -49629,15 +49486,15 @@ interface Routes {
|
|
|
49629
49486
|
event_id: string;
|
|
49630
49487
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49631
49488
|
workspace_id: string;
|
|
49632
|
-
/**
|
|
49489
|
+
/** Date and time at which the event was created. */
|
|
49633
49490
|
created_at: string;
|
|
49634
|
-
/**
|
|
49491
|
+
/** Date and time at which the event occurred. */
|
|
49635
49492
|
occurred_at: string;
|
|
49636
|
-
/**
|
|
49493
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49637
49494
|
access_code_id: string;
|
|
49638
|
-
/**
|
|
49495
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49639
49496
|
device_id: string;
|
|
49640
|
-
/**
|
|
49497
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49641
49498
|
connected_account_id: string;
|
|
49642
49499
|
event_type: 'access_code.backup_access_code_pulled';
|
|
49643
49500
|
backup_access_code_id: string;
|
|
@@ -49646,15 +49503,15 @@ interface Routes {
|
|
|
49646
49503
|
event_id: string;
|
|
49647
49504
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49648
49505
|
workspace_id: string;
|
|
49649
|
-
/**
|
|
49506
|
+
/** Date and time at which the event was created. */
|
|
49650
49507
|
created_at: string;
|
|
49651
|
-
/**
|
|
49508
|
+
/** Date and time at which the event occurred. */
|
|
49652
49509
|
occurred_at: string;
|
|
49653
|
-
/**
|
|
49510
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49654
49511
|
access_code_id: string;
|
|
49655
|
-
/**
|
|
49512
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49656
49513
|
device_id: string;
|
|
49657
|
-
/**
|
|
49514
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49658
49515
|
connected_account_id: string;
|
|
49659
49516
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
49660
49517
|
} | {
|
|
@@ -49662,15 +49519,15 @@ interface Routes {
|
|
|
49662
49519
|
event_id: string;
|
|
49663
49520
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49664
49521
|
workspace_id: string;
|
|
49665
|
-
/**
|
|
49522
|
+
/** Date and time at which the event was created. */
|
|
49666
49523
|
created_at: string;
|
|
49667
|
-
/**
|
|
49524
|
+
/** Date and time at which the event occurred. */
|
|
49668
49525
|
occurred_at: string;
|
|
49669
|
-
/**
|
|
49526
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49670
49527
|
access_code_id: string;
|
|
49671
|
-
/**
|
|
49528
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49672
49529
|
device_id: string;
|
|
49673
|
-
/**
|
|
49530
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49674
49531
|
connected_account_id: string;
|
|
49675
49532
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
49676
49533
|
} | {
|
|
@@ -49678,15 +49535,15 @@ interface Routes {
|
|
|
49678
49535
|
event_id: string;
|
|
49679
49536
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49680
49537
|
workspace_id: string;
|
|
49681
|
-
/**
|
|
49538
|
+
/** Date and time at which the event was created. */
|
|
49682
49539
|
created_at: string;
|
|
49683
|
-
/**
|
|
49540
|
+
/** Date and time at which the event occurred. */
|
|
49684
49541
|
occurred_at: string;
|
|
49685
|
-
/**
|
|
49542
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49686
49543
|
access_code_id: string;
|
|
49687
|
-
/**
|
|
49544
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49688
49545
|
device_id: string;
|
|
49689
|
-
/**
|
|
49546
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49690
49547
|
connected_account_id: string;
|
|
49691
49548
|
event_type: 'access_code.unmanaged.created';
|
|
49692
49549
|
} | {
|
|
@@ -49694,15 +49551,15 @@ interface Routes {
|
|
|
49694
49551
|
event_id: string;
|
|
49695
49552
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49696
49553
|
workspace_id: string;
|
|
49697
|
-
/**
|
|
49554
|
+
/** Date and time at which the event was created. */
|
|
49698
49555
|
created_at: string;
|
|
49699
|
-
/**
|
|
49556
|
+
/** Date and time at which the event occurred. */
|
|
49700
49557
|
occurred_at: string;
|
|
49701
|
-
/**
|
|
49558
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
|
|
49702
49559
|
access_code_id: string;
|
|
49703
|
-
/**
|
|
49560
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
49704
49561
|
device_id: string;
|
|
49705
|
-
/**
|
|
49562
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49706
49563
|
connected_account_id: string;
|
|
49707
49564
|
event_type: 'access_code.unmanaged.removed';
|
|
49708
49565
|
} | {
|
|
@@ -49710,13 +49567,13 @@ interface Routes {
|
|
|
49710
49567
|
event_id: string;
|
|
49711
49568
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49712
49569
|
workspace_id: string;
|
|
49713
|
-
/**
|
|
49570
|
+
/** Date and time at which the event was created. */
|
|
49714
49571
|
created_at: string;
|
|
49715
|
-
/**
|
|
49572
|
+
/** Date and time at which the event occurred. */
|
|
49716
49573
|
occurred_at: string;
|
|
49717
|
-
/** ID of the connected account. */
|
|
49574
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49718
49575
|
connected_account_id?: string | undefined;
|
|
49719
|
-
/** ID of the ACS system. */
|
|
49576
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49720
49577
|
acs_system_id: string;
|
|
49721
49578
|
event_type: 'acs_system.connected';
|
|
49722
49579
|
} | {
|
|
@@ -49724,13 +49581,13 @@ interface Routes {
|
|
|
49724
49581
|
event_id: string;
|
|
49725
49582
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49726
49583
|
workspace_id: string;
|
|
49727
|
-
/**
|
|
49584
|
+
/** Date and time at which the event was created. */
|
|
49728
49585
|
created_at: string;
|
|
49729
|
-
/**
|
|
49586
|
+
/** Date and time at which the event occurred. */
|
|
49730
49587
|
occurred_at: string;
|
|
49731
|
-
/** ID of the connected account. */
|
|
49588
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49732
49589
|
connected_account_id?: string | undefined;
|
|
49733
|
-
/** ID of the ACS system. */
|
|
49590
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49734
49591
|
acs_system_id: string;
|
|
49735
49592
|
event_type: 'acs_system.added';
|
|
49736
49593
|
} | {
|
|
@@ -49738,13 +49595,13 @@ interface Routes {
|
|
|
49738
49595
|
event_id: string;
|
|
49739
49596
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49740
49597
|
workspace_id: string;
|
|
49741
|
-
/**
|
|
49598
|
+
/** Date and time at which the event was created. */
|
|
49742
49599
|
created_at: string;
|
|
49743
|
-
/**
|
|
49600
|
+
/** Date and time at which the event occurred. */
|
|
49744
49601
|
occurred_at: string;
|
|
49745
|
-
/** ID of the connected account. */
|
|
49602
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49746
49603
|
connected_account_id?: string | undefined;
|
|
49747
|
-
/** ID of the ACS system. */
|
|
49604
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49748
49605
|
acs_system_id: string;
|
|
49749
49606
|
event_type: 'acs_system.disconnected';
|
|
49750
49607
|
} | {
|
|
@@ -49752,13 +49609,13 @@ interface Routes {
|
|
|
49752
49609
|
event_id: string;
|
|
49753
49610
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49754
49611
|
workspace_id: string;
|
|
49755
|
-
/**
|
|
49612
|
+
/** Date and time at which the event was created. */
|
|
49756
49613
|
created_at: string;
|
|
49757
|
-
/**
|
|
49614
|
+
/** Date and time at which the event occurred. */
|
|
49758
49615
|
occurred_at: string;
|
|
49759
|
-
/** ID of the connected account. */
|
|
49616
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49760
49617
|
connected_account_id?: string | undefined;
|
|
49761
|
-
/** ID of the ACS system. */
|
|
49618
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49762
49619
|
acs_system_id: string;
|
|
49763
49620
|
acs_credential_id: string;
|
|
49764
49621
|
event_type: 'acs_credential.deleted';
|
|
@@ -49767,13 +49624,13 @@ interface Routes {
|
|
|
49767
49624
|
event_id: string;
|
|
49768
49625
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49769
49626
|
workspace_id: string;
|
|
49770
|
-
/**
|
|
49627
|
+
/** Date and time at which the event was created. */
|
|
49771
49628
|
created_at: string;
|
|
49772
|
-
/**
|
|
49629
|
+
/** Date and time at which the event occurred. */
|
|
49773
49630
|
occurred_at: string;
|
|
49774
|
-
/** ID of the connected account. */
|
|
49631
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49775
49632
|
connected_account_id?: string | undefined;
|
|
49776
|
-
/** ID of the ACS system. */
|
|
49633
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49777
49634
|
acs_system_id: string;
|
|
49778
49635
|
acs_credential_id: string;
|
|
49779
49636
|
event_type: 'acs_credential.issued';
|
|
@@ -49782,13 +49639,13 @@ interface Routes {
|
|
|
49782
49639
|
event_id: string;
|
|
49783
49640
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49784
49641
|
workspace_id: string;
|
|
49785
|
-
/**
|
|
49642
|
+
/** Date and time at which the event was created. */
|
|
49786
49643
|
created_at: string;
|
|
49787
|
-
/**
|
|
49644
|
+
/** Date and time at which the event occurred. */
|
|
49788
49645
|
occurred_at: string;
|
|
49789
|
-
/** ID of the connected account. */
|
|
49646
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49790
49647
|
connected_account_id?: string | undefined;
|
|
49791
|
-
/** ID of the ACS system. */
|
|
49648
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49792
49649
|
acs_system_id: string;
|
|
49793
49650
|
acs_user_id: string;
|
|
49794
49651
|
event_type: 'acs_user.deleted';
|
|
@@ -49797,15 +49654,15 @@ interface Routes {
|
|
|
49797
49654
|
event_id: string;
|
|
49798
49655
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49799
49656
|
workspace_id: string;
|
|
49800
|
-
/**
|
|
49657
|
+
/** Date and time at which the event was created. */
|
|
49801
49658
|
created_at: string;
|
|
49802
|
-
/**
|
|
49659
|
+
/** Date and time at which the event occurred. */
|
|
49803
49660
|
occurred_at: string;
|
|
49804
|
-
/** ID of the connected account. */
|
|
49661
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49805
49662
|
connected_account_id?: string | undefined;
|
|
49806
|
-
/** ID of the ACS system. */
|
|
49663
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49807
49664
|
acs_system_id: string;
|
|
49808
|
-
/** ID of the ACS encoder. */
|
|
49665
|
+
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
49809
49666
|
acs_encoder_id: string;
|
|
49810
49667
|
event_type: 'acs_encoder.added';
|
|
49811
49668
|
} | {
|
|
@@ -49813,15 +49670,15 @@ interface Routes {
|
|
|
49813
49670
|
event_id: string;
|
|
49814
49671
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49815
49672
|
workspace_id: string;
|
|
49816
|
-
/**
|
|
49673
|
+
/** Date and time at which the event was created. */
|
|
49817
49674
|
created_at: string;
|
|
49818
|
-
/**
|
|
49675
|
+
/** Date and time at which the event occurred. */
|
|
49819
49676
|
occurred_at: string;
|
|
49820
|
-
/** ID of the connected account. */
|
|
49677
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49821
49678
|
connected_account_id?: string | undefined;
|
|
49822
|
-
/** ID of the ACS system. */
|
|
49679
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49823
49680
|
acs_system_id: string;
|
|
49824
|
-
/** ID of the ACS encoder. */
|
|
49681
|
+
/** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
|
|
49825
49682
|
acs_encoder_id: string;
|
|
49826
49683
|
event_type: 'acs_encoder.removed';
|
|
49827
49684
|
} | {
|
|
@@ -49829,11 +49686,11 @@ interface Routes {
|
|
|
49829
49686
|
event_id: string;
|
|
49830
49687
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49831
49688
|
workspace_id: string;
|
|
49832
|
-
/**
|
|
49689
|
+
/** Date and time at which the event was created. */
|
|
49833
49690
|
created_at: string;
|
|
49834
|
-
/**
|
|
49691
|
+
/** Date and time at which the event occurred. */
|
|
49835
49692
|
occurred_at: string;
|
|
49836
|
-
/** ID of the client session. */
|
|
49693
|
+
/** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
|
|
49837
49694
|
client_session_id: string;
|
|
49838
49695
|
event_type: 'client_session.deleted';
|
|
49839
49696
|
} | {
|
|
@@ -49841,53 +49698,53 @@ interface Routes {
|
|
|
49841
49698
|
event_id: string;
|
|
49842
49699
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49843
49700
|
workspace_id: string;
|
|
49844
|
-
/**
|
|
49701
|
+
/** Date and time at which the event was created. */
|
|
49845
49702
|
created_at: string;
|
|
49846
|
-
/**
|
|
49703
|
+
/** Date and time at which the event occurred. */
|
|
49847
49704
|
occurred_at: string;
|
|
49848
|
-
/** ID of the connected account. */
|
|
49705
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49849
49706
|
connected_account_id: string;
|
|
49850
49707
|
event_type: 'connected_account.connected';
|
|
49851
|
-
/** ID of the
|
|
49708
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
49852
49709
|
connect_webview_id: string;
|
|
49853
49710
|
} | {
|
|
49854
49711
|
/** ID of the event. */
|
|
49855
49712
|
event_id: string;
|
|
49856
49713
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49857
49714
|
workspace_id: string;
|
|
49858
|
-
/**
|
|
49715
|
+
/** Date and time at which the event was created. */
|
|
49859
49716
|
created_at: string;
|
|
49860
|
-
/**
|
|
49717
|
+
/** Date and time at which the event occurred. */
|
|
49861
49718
|
occurred_at: string;
|
|
49862
|
-
/** ID of the connected account. */
|
|
49719
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49863
49720
|
connected_account_id: string;
|
|
49864
49721
|
event_type: 'connected_account.created';
|
|
49865
|
-
/** ID of the
|
|
49722
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
49866
49723
|
connect_webview_id: string;
|
|
49867
49724
|
} | {
|
|
49868
49725
|
/** ID of the event. */
|
|
49869
49726
|
event_id: string;
|
|
49870
49727
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49871
49728
|
workspace_id: string;
|
|
49872
|
-
/**
|
|
49729
|
+
/** Date and time at which the event was created. */
|
|
49873
49730
|
created_at: string;
|
|
49874
|
-
/**
|
|
49731
|
+
/** Date and time at which the event occurred. */
|
|
49875
49732
|
occurred_at: string;
|
|
49876
|
-
/** ID of the connected account. */
|
|
49733
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49877
49734
|
connected_account_id: string;
|
|
49878
49735
|
event_type: 'connected_account.successful_login';
|
|
49879
|
-
/** ID of the
|
|
49736
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
49880
49737
|
connect_webview_id: string;
|
|
49881
49738
|
} | {
|
|
49882
49739
|
/** ID of the event. */
|
|
49883
49740
|
event_id: string;
|
|
49884
49741
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49885
49742
|
workspace_id: string;
|
|
49886
|
-
/**
|
|
49743
|
+
/** Date and time at which the event was created. */
|
|
49887
49744
|
created_at: string;
|
|
49888
|
-
/**
|
|
49745
|
+
/** Date and time at which the event occurred. */
|
|
49889
49746
|
occurred_at: string;
|
|
49890
|
-
/** ID of the connected account. */
|
|
49747
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49891
49748
|
connected_account_id: string;
|
|
49892
49749
|
event_type: 'connected_account.disconnected';
|
|
49893
49750
|
} | {
|
|
@@ -49895,11 +49752,11 @@ interface Routes {
|
|
|
49895
49752
|
event_id: string;
|
|
49896
49753
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49897
49754
|
workspace_id: string;
|
|
49898
|
-
/**
|
|
49755
|
+
/** Date and time at which the event was created. */
|
|
49899
49756
|
created_at: string;
|
|
49900
|
-
/**
|
|
49757
|
+
/** Date and time at which the event occurred. */
|
|
49901
49758
|
occurred_at: string;
|
|
49902
|
-
/** ID of the connected account. */
|
|
49759
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49903
49760
|
connected_account_id: string;
|
|
49904
49761
|
event_type: 'connected_account.completed_first_sync';
|
|
49905
49762
|
} | {
|
|
@@ -49907,11 +49764,11 @@ interface Routes {
|
|
|
49907
49764
|
event_id: string;
|
|
49908
49765
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49909
49766
|
workspace_id: string;
|
|
49910
|
-
/**
|
|
49767
|
+
/** Date and time at which the event was created. */
|
|
49911
49768
|
created_at: string;
|
|
49912
|
-
/**
|
|
49769
|
+
/** Date and time at which the event occurred. */
|
|
49913
49770
|
occurred_at: string;
|
|
49914
|
-
/** ID of the connected account. */
|
|
49771
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49915
49772
|
connected_account_id: string;
|
|
49916
49773
|
event_type: 'connected_account.deleted';
|
|
49917
49774
|
} | {
|
|
@@ -49919,11 +49776,11 @@ interface Routes {
|
|
|
49919
49776
|
event_id: string;
|
|
49920
49777
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49921
49778
|
workspace_id: string;
|
|
49922
|
-
/**
|
|
49779
|
+
/** Date and time at which the event was created. */
|
|
49923
49780
|
created_at: string;
|
|
49924
|
-
/**
|
|
49781
|
+
/** Date and time at which the event occurred. */
|
|
49925
49782
|
occurred_at: string;
|
|
49926
|
-
/** ID of the connected account. */
|
|
49783
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49927
49784
|
connected_account_id: string;
|
|
49928
49785
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
49929
49786
|
} | {
|
|
@@ -49931,15 +49788,15 @@ interface Routes {
|
|
|
49931
49788
|
event_id: string;
|
|
49932
49789
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49933
49790
|
workspace_id: string;
|
|
49934
|
-
/**
|
|
49791
|
+
/** Date and time at which the event was created. */
|
|
49935
49792
|
created_at: string;
|
|
49936
|
-
/**
|
|
49793
|
+
/** Date and time at which the event occurred. */
|
|
49937
49794
|
occurred_at: string;
|
|
49938
|
-
/**
|
|
49795
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
49939
49796
|
action_attempt_id: string;
|
|
49940
|
-
/**
|
|
49797
|
+
/** Type of action. */
|
|
49941
49798
|
action_type: string;
|
|
49942
|
-
/**
|
|
49799
|
+
/** Status of the action. */
|
|
49943
49800
|
status: string;
|
|
49944
49801
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
49945
49802
|
} | {
|
|
@@ -49947,15 +49804,15 @@ interface Routes {
|
|
|
49947
49804
|
event_id: string;
|
|
49948
49805
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49949
49806
|
workspace_id: string;
|
|
49950
|
-
/**
|
|
49807
|
+
/** Date and time at which the event was created. */
|
|
49951
49808
|
created_at: string;
|
|
49952
|
-
/**
|
|
49809
|
+
/** Date and time at which the event occurred. */
|
|
49953
49810
|
occurred_at: string;
|
|
49954
|
-
/**
|
|
49811
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
49955
49812
|
action_attempt_id: string;
|
|
49956
|
-
/**
|
|
49813
|
+
/** Type of action. */
|
|
49957
49814
|
action_type: string;
|
|
49958
|
-
/**
|
|
49815
|
+
/** Status of the action. */
|
|
49959
49816
|
status: string;
|
|
49960
49817
|
event_type: 'action_attempt.lock_door.failed';
|
|
49961
49818
|
} | {
|
|
@@ -49963,15 +49820,15 @@ interface Routes {
|
|
|
49963
49820
|
event_id: string;
|
|
49964
49821
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49965
49822
|
workspace_id: string;
|
|
49966
|
-
/**
|
|
49823
|
+
/** Date and time at which the event was created. */
|
|
49967
49824
|
created_at: string;
|
|
49968
|
-
/**
|
|
49825
|
+
/** Date and time at which the event occurred. */
|
|
49969
49826
|
occurred_at: string;
|
|
49970
|
-
/**
|
|
49827
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
49971
49828
|
action_attempt_id: string;
|
|
49972
|
-
/**
|
|
49829
|
+
/** Type of action. */
|
|
49973
49830
|
action_type: string;
|
|
49974
|
-
/**
|
|
49831
|
+
/** Status of the action. */
|
|
49975
49832
|
status: string;
|
|
49976
49833
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
49977
49834
|
} | {
|
|
@@ -49979,15 +49836,15 @@ interface Routes {
|
|
|
49979
49836
|
event_id: string;
|
|
49980
49837
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49981
49838
|
workspace_id: string;
|
|
49982
|
-
/**
|
|
49839
|
+
/** Date and time at which the event was created. */
|
|
49983
49840
|
created_at: string;
|
|
49984
|
-
/**
|
|
49841
|
+
/** Date and time at which the event occurred. */
|
|
49985
49842
|
occurred_at: string;
|
|
49986
|
-
/**
|
|
49843
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
|
|
49987
49844
|
action_attempt_id: string;
|
|
49988
|
-
/**
|
|
49845
|
+
/** Type of action. */
|
|
49989
49846
|
action_type: string;
|
|
49990
|
-
/**
|
|
49847
|
+
/** Status of the action. */
|
|
49991
49848
|
status: string;
|
|
49992
49849
|
event_type: 'action_attempt.unlock_door.failed';
|
|
49993
49850
|
} | {
|
|
@@ -49995,25 +49852,25 @@ interface Routes {
|
|
|
49995
49852
|
event_id: string;
|
|
49996
49853
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49997
49854
|
workspace_id: string;
|
|
49998
|
-
/**
|
|
49855
|
+
/** Date and time at which the event was created. */
|
|
49999
49856
|
created_at: string;
|
|
50000
|
-
/**
|
|
49857
|
+
/** Date and time at which the event occurred. */
|
|
50001
49858
|
occurred_at: string;
|
|
50002
|
-
/** ID of the
|
|
49859
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
50003
49860
|
connect_webview_id: string;
|
|
50004
49861
|
event_type: 'connect_webview.login_succeeded';
|
|
50005
|
-
/** ID of the connected account. */
|
|
49862
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
50006
49863
|
connected_account_id: string;
|
|
50007
49864
|
} | {
|
|
50008
49865
|
/** ID of the event. */
|
|
50009
49866
|
event_id: string;
|
|
50010
49867
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50011
49868
|
workspace_id: string;
|
|
50012
|
-
/**
|
|
49869
|
+
/** Date and time at which the event was created. */
|
|
50013
49870
|
created_at: string;
|
|
50014
|
-
/**
|
|
49871
|
+
/** Date and time at which the event occurred. */
|
|
50015
49872
|
occurred_at: string;
|
|
50016
|
-
/** ID of the
|
|
49873
|
+
/** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
|
|
50017
49874
|
connect_webview_id: string;
|
|
50018
49875
|
event_type: 'connect_webview.login_failed';
|
|
50019
49876
|
} | {
|
|
@@ -50021,9 +49878,9 @@ interface Routes {
|
|
|
50021
49878
|
event_id: string;
|
|
50022
49879
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50023
49880
|
workspace_id: string;
|
|
50024
|
-
/**
|
|
49881
|
+
/** Date and time at which the event was created. */
|
|
50025
49882
|
created_at: string;
|
|
50026
|
-
/**
|
|
49883
|
+
/** Date and time at which the event occurred. */
|
|
50027
49884
|
occurred_at: string;
|
|
50028
49885
|
/** ID of the device. */
|
|
50029
49886
|
device_id: string;
|
|
@@ -50035,9 +49892,9 @@ interface Routes {
|
|
|
50035
49892
|
event_id: string;
|
|
50036
49893
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50037
49894
|
workspace_id: string;
|
|
50038
|
-
/**
|
|
49895
|
+
/** Date and time at which the event was created. */
|
|
50039
49896
|
created_at: string;
|
|
50040
|
-
/**
|
|
49897
|
+
/** Date and time at which the event occurred. */
|
|
50041
49898
|
occurred_at: string;
|
|
50042
49899
|
/** ID of the device. */
|
|
50043
49900
|
device_id: string;
|
|
@@ -50049,9 +49906,9 @@ interface Routes {
|
|
|
50049
49906
|
event_id: string;
|
|
50050
49907
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50051
49908
|
workspace_id: string;
|
|
50052
|
-
/**
|
|
49909
|
+
/** Date and time at which the event was created. */
|
|
50053
49910
|
created_at: string;
|
|
50054
|
-
/**
|
|
49911
|
+
/** Date and time at which the event occurred. */
|
|
50055
49912
|
occurred_at: string;
|
|
50056
49913
|
/** ID of the device. */
|
|
50057
49914
|
device_id: string;
|
|
@@ -50063,9 +49920,9 @@ interface Routes {
|
|
|
50063
49920
|
event_id: string;
|
|
50064
49921
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50065
49922
|
workspace_id: string;
|
|
50066
|
-
/**
|
|
49923
|
+
/** Date and time at which the event was created. */
|
|
50067
49924
|
created_at: string;
|
|
50068
|
-
/**
|
|
49925
|
+
/** Date and time at which the event occurred. */
|
|
50069
49926
|
occurred_at: string;
|
|
50070
49927
|
/** ID of the device. */
|
|
50071
49928
|
device_id: string;
|
|
@@ -50077,9 +49934,9 @@ interface Routes {
|
|
|
50077
49934
|
event_id: string;
|
|
50078
49935
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50079
49936
|
workspace_id: string;
|
|
50080
|
-
/**
|
|
49937
|
+
/** Date and time at which the event was created. */
|
|
50081
49938
|
created_at: string;
|
|
50082
|
-
/**
|
|
49939
|
+
/** Date and time at which the event occurred. */
|
|
50083
49940
|
occurred_at: string;
|
|
50084
49941
|
/** ID of the device. */
|
|
50085
49942
|
device_id: string;
|
|
@@ -50091,9 +49948,9 @@ interface Routes {
|
|
|
50091
49948
|
event_id: string;
|
|
50092
49949
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50093
49950
|
workspace_id: string;
|
|
50094
|
-
/**
|
|
49951
|
+
/** Date and time at which the event was created. */
|
|
50095
49952
|
created_at: string;
|
|
50096
|
-
/**
|
|
49953
|
+
/** Date and time at which the event occurred. */
|
|
50097
49954
|
occurred_at: string;
|
|
50098
49955
|
/** ID of the device. */
|
|
50099
49956
|
device_id: string;
|
|
@@ -50107,9 +49964,9 @@ interface Routes {
|
|
|
50107
49964
|
event_id: string;
|
|
50108
49965
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50109
49966
|
workspace_id: string;
|
|
50110
|
-
/**
|
|
49967
|
+
/** Date and time at which the event was created. */
|
|
50111
49968
|
created_at: string;
|
|
50112
|
-
/**
|
|
49969
|
+
/** Date and time at which the event occurred. */
|
|
50113
49970
|
occurred_at: string;
|
|
50114
49971
|
/** ID of the device. */
|
|
50115
49972
|
device_id: string;
|
|
@@ -50123,9 +49980,9 @@ interface Routes {
|
|
|
50123
49980
|
event_id: string;
|
|
50124
49981
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50125
49982
|
workspace_id: string;
|
|
50126
|
-
/**
|
|
49983
|
+
/** Date and time at which the event was created. */
|
|
50127
49984
|
created_at: string;
|
|
50128
|
-
/**
|
|
49985
|
+
/** Date and time at which the event occurred. */
|
|
50129
49986
|
occurred_at: string;
|
|
50130
49987
|
/** ID of the device. */
|
|
50131
49988
|
device_id: string;
|
|
@@ -50137,9 +49994,9 @@ interface Routes {
|
|
|
50137
49994
|
event_id: string;
|
|
50138
49995
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50139
49996
|
workspace_id: string;
|
|
50140
|
-
/**
|
|
49997
|
+
/** Date and time at which the event was created. */
|
|
50141
49998
|
created_at: string;
|
|
50142
|
-
/**
|
|
49999
|
+
/** Date and time at which the event occurred. */
|
|
50143
50000
|
occurred_at: string;
|
|
50144
50001
|
/** ID of the device. */
|
|
50145
50002
|
device_id: string;
|
|
@@ -50153,9 +50010,9 @@ interface Routes {
|
|
|
50153
50010
|
event_id: string;
|
|
50154
50011
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50155
50012
|
workspace_id: string;
|
|
50156
|
-
/**
|
|
50013
|
+
/** Date and time at which the event was created. */
|
|
50157
50014
|
created_at: string;
|
|
50158
|
-
/**
|
|
50015
|
+
/** Date and time at which the event occurred. */
|
|
50159
50016
|
occurred_at: string;
|
|
50160
50017
|
/** ID of the device. */
|
|
50161
50018
|
device_id: string;
|
|
@@ -50171,9 +50028,9 @@ interface Routes {
|
|
|
50171
50028
|
event_id: string;
|
|
50172
50029
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50173
50030
|
workspace_id: string;
|
|
50174
|
-
/**
|
|
50031
|
+
/** Date and time at which the event was created. */
|
|
50175
50032
|
created_at: string;
|
|
50176
|
-
/**
|
|
50033
|
+
/** Date and time at which the event occurred. */
|
|
50177
50034
|
occurred_at: string;
|
|
50178
50035
|
/** ID of the device. */
|
|
50179
50036
|
device_id: string;
|
|
@@ -50185,9 +50042,9 @@ interface Routes {
|
|
|
50185
50042
|
event_id: string;
|
|
50186
50043
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50187
50044
|
workspace_id: string;
|
|
50188
|
-
/**
|
|
50045
|
+
/** Date and time at which the event was created. */
|
|
50189
50046
|
created_at: string;
|
|
50190
|
-
/**
|
|
50047
|
+
/** Date and time at which the event occurred. */
|
|
50191
50048
|
occurred_at: string;
|
|
50192
50049
|
/** ID of the device. */
|
|
50193
50050
|
device_id: string;
|
|
@@ -50199,9 +50056,9 @@ interface Routes {
|
|
|
50199
50056
|
event_id: string;
|
|
50200
50057
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50201
50058
|
workspace_id: string;
|
|
50202
|
-
/**
|
|
50059
|
+
/** Date and time at which the event was created. */
|
|
50203
50060
|
created_at: string;
|
|
50204
|
-
/**
|
|
50061
|
+
/** Date and time at which the event occurred. */
|
|
50205
50062
|
occurred_at: string;
|
|
50206
50063
|
/** ID of the device. */
|
|
50207
50064
|
device_id: string;
|
|
@@ -50213,9 +50070,9 @@ interface Routes {
|
|
|
50213
50070
|
event_id: string;
|
|
50214
50071
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50215
50072
|
workspace_id: string;
|
|
50216
|
-
/**
|
|
50073
|
+
/** Date and time at which the event was created. */
|
|
50217
50074
|
created_at: string;
|
|
50218
|
-
/**
|
|
50075
|
+
/** Date and time at which the event occurred. */
|
|
50219
50076
|
occurred_at: string;
|
|
50220
50077
|
/** ID of the device. */
|
|
50221
50078
|
device_id: string;
|
|
@@ -50227,9 +50084,9 @@ interface Routes {
|
|
|
50227
50084
|
event_id: string;
|
|
50228
50085
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50229
50086
|
workspace_id: string;
|
|
50230
|
-
/**
|
|
50087
|
+
/** Date and time at which the event was created. */
|
|
50231
50088
|
created_at: string;
|
|
50232
|
-
/**
|
|
50089
|
+
/** Date and time at which the event occurred. */
|
|
50233
50090
|
occurred_at: string;
|
|
50234
50091
|
/** ID of the device. */
|
|
50235
50092
|
device_id: string;
|
|
@@ -50241,9 +50098,9 @@ interface Routes {
|
|
|
50241
50098
|
event_id: string;
|
|
50242
50099
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50243
50100
|
workspace_id: string;
|
|
50244
|
-
/**
|
|
50101
|
+
/** Date and time at which the event was created. */
|
|
50245
50102
|
created_at: string;
|
|
50246
|
-
/**
|
|
50103
|
+
/** Date and time at which the event occurred. */
|
|
50247
50104
|
occurred_at: string;
|
|
50248
50105
|
/** ID of the device. */
|
|
50249
50106
|
device_id: string;
|
|
@@ -50255,9 +50112,9 @@ interface Routes {
|
|
|
50255
50112
|
event_id: string;
|
|
50256
50113
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50257
50114
|
workspace_id: string;
|
|
50258
|
-
/**
|
|
50115
|
+
/** Date and time at which the event was created. */
|
|
50259
50116
|
created_at: string;
|
|
50260
|
-
/**
|
|
50117
|
+
/** Date and time at which the event occurred. */
|
|
50261
50118
|
occurred_at: string;
|
|
50262
50119
|
/** ID of the device. */
|
|
50263
50120
|
device_id: string;
|
|
@@ -50269,9 +50126,9 @@ interface Routes {
|
|
|
50269
50126
|
event_id: string;
|
|
50270
50127
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50271
50128
|
workspace_id: string;
|
|
50272
|
-
/**
|
|
50129
|
+
/** Date and time at which the event was created. */
|
|
50273
50130
|
created_at: string;
|
|
50274
|
-
/**
|
|
50131
|
+
/** Date and time at which the event occurred. */
|
|
50275
50132
|
occurred_at: string;
|
|
50276
50133
|
/** ID of the device. */
|
|
50277
50134
|
device_id: string;
|
|
@@ -50283,9 +50140,9 @@ interface Routes {
|
|
|
50283
50140
|
event_id: string;
|
|
50284
50141
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50285
50142
|
workspace_id: string;
|
|
50286
|
-
/**
|
|
50143
|
+
/** Date and time at which the event was created. */
|
|
50287
50144
|
created_at: string;
|
|
50288
|
-
/**
|
|
50145
|
+
/** Date and time at which the event occurred. */
|
|
50289
50146
|
occurred_at: string;
|
|
50290
50147
|
/** ID of the device. */
|
|
50291
50148
|
device_id: string;
|
|
@@ -50297,9 +50154,9 @@ interface Routes {
|
|
|
50297
50154
|
event_id: string;
|
|
50298
50155
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50299
50156
|
workspace_id: string;
|
|
50300
|
-
/**
|
|
50157
|
+
/** Date and time at which the event was created. */
|
|
50301
50158
|
created_at: string;
|
|
50302
|
-
/**
|
|
50159
|
+
/** Date and time at which the event occurred. */
|
|
50303
50160
|
occurred_at: string;
|
|
50304
50161
|
/** ID of the device. */
|
|
50305
50162
|
device_id: string;
|
|
@@ -50311,9 +50168,9 @@ interface Routes {
|
|
|
50311
50168
|
event_id: string;
|
|
50312
50169
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50313
50170
|
workspace_id: string;
|
|
50314
|
-
/**
|
|
50171
|
+
/** Date and time at which the event was created. */
|
|
50315
50172
|
created_at: string;
|
|
50316
|
-
/**
|
|
50173
|
+
/** Date and time at which the event occurred. */
|
|
50317
50174
|
occurred_at: string;
|
|
50318
50175
|
/** ID of the device. */
|
|
50319
50176
|
device_id: string;
|
|
@@ -50325,9 +50182,9 @@ interface Routes {
|
|
|
50325
50182
|
event_id: string;
|
|
50326
50183
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50327
50184
|
workspace_id: string;
|
|
50328
|
-
/**
|
|
50185
|
+
/** Date and time at which the event was created. */
|
|
50329
50186
|
created_at: string;
|
|
50330
|
-
/**
|
|
50187
|
+
/** Date and time at which the event occurred. */
|
|
50331
50188
|
occurred_at: string;
|
|
50332
50189
|
/** ID of the device. */
|
|
50333
50190
|
device_id: string;
|
|
@@ -50339,9 +50196,9 @@ interface Routes {
|
|
|
50339
50196
|
event_id: string;
|
|
50340
50197
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50341
50198
|
workspace_id: string;
|
|
50342
|
-
/**
|
|
50199
|
+
/** Date and time at which the event was created. */
|
|
50343
50200
|
created_at: string;
|
|
50344
|
-
/**
|
|
50201
|
+
/** Date and time at which the event occurred. */
|
|
50345
50202
|
occurred_at: string;
|
|
50346
50203
|
/** ID of the device. */
|
|
50347
50204
|
device_id: string;
|
|
@@ -50365,9 +50222,9 @@ interface Routes {
|
|
|
50365
50222
|
event_id: string;
|
|
50366
50223
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50367
50224
|
workspace_id: string;
|
|
50368
|
-
/**
|
|
50225
|
+
/** Date and time at which the event was created. */
|
|
50369
50226
|
created_at: string;
|
|
50370
|
-
/**
|
|
50227
|
+
/** Date and time at which the event occurred. */
|
|
50371
50228
|
occurred_at: string;
|
|
50372
50229
|
/** ID of the device. */
|
|
50373
50230
|
device_id: string;
|
|
@@ -50378,16 +50235,16 @@ interface Routes {
|
|
|
50378
50235
|
access_code_id?: string | undefined;
|
|
50379
50236
|
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
50380
50237
|
action_attempt_id?: string | undefined;
|
|
50381
|
-
/** 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. */
|
|
50238
|
+
/** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
50382
50239
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
50383
50240
|
} | {
|
|
50384
50241
|
/** ID of the event. */
|
|
50385
50242
|
event_id: string;
|
|
50386
50243
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50387
50244
|
workspace_id: string;
|
|
50388
|
-
/**
|
|
50245
|
+
/** Date and time at which the event was created. */
|
|
50389
50246
|
created_at: string;
|
|
50390
|
-
/**
|
|
50247
|
+
/** Date and time at which the event occurred. */
|
|
50391
50248
|
occurred_at: string;
|
|
50392
50249
|
/** ID of the device. */
|
|
50393
50250
|
device_id: string;
|
|
@@ -50398,16 +50255,16 @@ interface Routes {
|
|
|
50398
50255
|
access_code_id?: string | undefined;
|
|
50399
50256
|
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
50400
50257
|
action_attempt_id?: string | undefined;
|
|
50401
|
-
/** 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. */
|
|
50258
|
+
/** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
50402
50259
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
50403
50260
|
} | {
|
|
50404
50261
|
/** ID of the event. */
|
|
50405
50262
|
event_id: string;
|
|
50406
50263
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50407
50264
|
workspace_id: string;
|
|
50408
|
-
/**
|
|
50265
|
+
/** Date and time at which the event was created. */
|
|
50409
50266
|
created_at: string;
|
|
50410
|
-
/**
|
|
50267
|
+
/** Date and time at which the event occurred. */
|
|
50411
50268
|
occurred_at: string;
|
|
50412
50269
|
/** ID of the device. */
|
|
50413
50270
|
device_id: string;
|
|
@@ -50421,9 +50278,9 @@ interface Routes {
|
|
|
50421
50278
|
event_id: string;
|
|
50422
50279
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50423
50280
|
workspace_id: string;
|
|
50424
|
-
/**
|
|
50281
|
+
/** Date and time at which the event was created. */
|
|
50425
50282
|
created_at: string;
|
|
50426
|
-
/**
|
|
50283
|
+
/** Date and time at which the event occurred. */
|
|
50427
50284
|
occurred_at: string;
|
|
50428
50285
|
/** ID of the device. */
|
|
50429
50286
|
device_id: string;
|
|
@@ -50434,23 +50291,23 @@ interface Routes {
|
|
|
50434
50291
|
thermostat_schedule_id: string | null;
|
|
50435
50292
|
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
50436
50293
|
climate_preset_key: string;
|
|
50437
|
-
/** 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. */
|
|
50294
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50438
50295
|
is_fallback_climate_preset: boolean;
|
|
50439
50296
|
} | {
|
|
50440
50297
|
/** ID of the event. */
|
|
50441
50298
|
event_id: string;
|
|
50442
50299
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50443
50300
|
workspace_id: string;
|
|
50444
|
-
/**
|
|
50301
|
+
/** Date and time at which the event was created. */
|
|
50445
50302
|
created_at: string;
|
|
50446
|
-
/**
|
|
50303
|
+
/** Date and time at which the event occurred. */
|
|
50447
50304
|
occurred_at: string;
|
|
50448
50305
|
/** ID of the device. */
|
|
50449
50306
|
device_id: string;
|
|
50450
50307
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
50451
50308
|
connected_account_id: string;
|
|
50452
50309
|
event_type: 'thermostat.manually_adjusted';
|
|
50453
|
-
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
50310
|
+
/** Method used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50454
50311
|
method: 'seam' | 'external';
|
|
50455
50312
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
50456
50313
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -50469,18 +50326,18 @@ interface Routes {
|
|
|
50469
50326
|
event_id: string;
|
|
50470
50327
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50471
50328
|
workspace_id: string;
|
|
50472
|
-
/**
|
|
50329
|
+
/** Date and time at which the event was created. */
|
|
50473
50330
|
created_at: string;
|
|
50474
|
-
/**
|
|
50331
|
+
/** Date and time at which the event occurred. */
|
|
50475
50332
|
occurred_at: string;
|
|
50476
50333
|
/** ID of the device. */
|
|
50477
50334
|
device_id: string;
|
|
50478
50335
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
50479
50336
|
connected_account_id: string;
|
|
50480
50337
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
50481
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
50338
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50482
50339
|
temperature_celsius: number;
|
|
50483
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
50340
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50484
50341
|
temperature_fahrenheit: number;
|
|
50485
50342
|
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
50486
50343
|
upper_limit_celsius: number | null;
|
|
@@ -50495,18 +50352,18 @@ interface Routes {
|
|
|
50495
50352
|
event_id: string;
|
|
50496
50353
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50497
50354
|
workspace_id: string;
|
|
50498
|
-
/**
|
|
50355
|
+
/** Date and time at which the event was created. */
|
|
50499
50356
|
created_at: string;
|
|
50500
|
-
/**
|
|
50357
|
+
/** Date and time at which the event occurred. */
|
|
50501
50358
|
occurred_at: string;
|
|
50502
50359
|
/** ID of the device. */
|
|
50503
50360
|
device_id: string;
|
|
50504
50361
|
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
50505
50362
|
connected_account_id: string;
|
|
50506
50363
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
50507
|
-
/** Temperature, in °C, reported by the thermostat. */
|
|
50364
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50508
50365
|
temperature_celsius: number;
|
|
50509
|
-
/** Temperature, in °F, reported by the thermostat. */
|
|
50366
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
50510
50367
|
temperature_fahrenheit: number;
|
|
50511
50368
|
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
50512
50369
|
upper_limit_celsius: number | null;
|
|
@@ -50521,11 +50378,11 @@ interface Routes {
|
|
|
50521
50378
|
event_id: string;
|
|
50522
50379
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50523
50380
|
workspace_id: string;
|
|
50524
|
-
/**
|
|
50381
|
+
/** Date and time at which the event was created. */
|
|
50525
50382
|
created_at: string;
|
|
50526
|
-
/**
|
|
50383
|
+
/** Date and time at which the event occurred. */
|
|
50527
50384
|
occurred_at: string;
|
|
50528
|
-
/** ID of the enrollment automation. */
|
|
50385
|
+
/** ID of the [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut). */
|
|
50529
50386
|
enrollment_automation_id: string;
|
|
50530
50387
|
event_type: 'enrollment_automation.deleted';
|
|
50531
50388
|
} | {
|
|
@@ -50533,11 +50390,11 @@ interface Routes {
|
|
|
50533
50390
|
event_id: string;
|
|
50534
50391
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
50535
50392
|
workspace_id: string;
|
|
50536
|
-
/**
|
|
50393
|
+
/** Date and time at which the event was created. */
|
|
50537
50394
|
created_at: string;
|
|
50538
|
-
/**
|
|
50395
|
+
/** Date and time at which the event occurred. */
|
|
50539
50396
|
occurred_at: string;
|
|
50540
|
-
/** ID of the device. */
|
|
50397
|
+
/** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
|
|
50541
50398
|
device_id: string;
|
|
50542
50399
|
event_type: 'phone.deactivated';
|
|
50543
50400
|
}>;
|