@seamapi/types 1.312.2 → 1.313.1
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 +1201 -1194
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1296 -934
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/events/common.js +10 -24
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +145 -98
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +383 -134
- package/lib/seam/connect/openapi.js +717 -716
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +801 -688
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/models/events/common.ts +12 -24
- package/src/lib/seam/connect/models/events/devices.ts +212 -101
- package/src/lib/seam/connect/openapi.ts +842 -716
- package/src/lib/seam/connect/route-types.ts +810 -688
package/dist/connect.d.cts
CHANGED
|
@@ -3175,14 +3175,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3175
3175
|
message: string;
|
|
3176
3176
|
type: "action_attempt_expired";
|
|
3177
3177
|
}>, z.ZodObject<{
|
|
3178
|
-
type: z.ZodLiteral<"
|
|
3178
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
3179
3179
|
message: z.ZodString;
|
|
3180
3180
|
}, "strip", z.ZodTypeAny, {
|
|
3181
3181
|
message: string;
|
|
3182
|
-
type: "
|
|
3182
|
+
type: "no_credential_on_encoder";
|
|
3183
3183
|
}, {
|
|
3184
3184
|
message: string;
|
|
3185
|
-
type: "
|
|
3185
|
+
type: "no_credential_on_encoder";
|
|
3186
3186
|
}>]>;
|
|
3187
3187
|
}>, "strip", z.ZodTypeAny, {
|
|
3188
3188
|
status: "error";
|
|
@@ -3195,7 +3195,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3195
3195
|
type: "action_attempt_expired";
|
|
3196
3196
|
} | {
|
|
3197
3197
|
message: string;
|
|
3198
|
-
type: "
|
|
3198
|
+
type: "no_credential_on_encoder";
|
|
3199
3199
|
};
|
|
3200
3200
|
result: null;
|
|
3201
3201
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -3210,7 +3210,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3210
3210
|
type: "action_attempt_expired";
|
|
3211
3211
|
} | {
|
|
3212
3212
|
message: string;
|
|
3213
|
-
type: "
|
|
3213
|
+
type: "no_credential_on_encoder";
|
|
3214
3214
|
};
|
|
3215
3215
|
result: null;
|
|
3216
3216
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -3945,14 +3945,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3945
3945
|
message: string;
|
|
3946
3946
|
type: "action_attempt_expired";
|
|
3947
3947
|
}>, z.ZodObject<{
|
|
3948
|
-
type: z.ZodLiteral<"
|
|
3948
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
3949
3949
|
message: z.ZodString;
|
|
3950
3950
|
}, "strip", z.ZodTypeAny, {
|
|
3951
3951
|
message: string;
|
|
3952
|
-
type: "
|
|
3952
|
+
type: "no_credential_on_encoder";
|
|
3953
3953
|
}, {
|
|
3954
3954
|
message: string;
|
|
3955
|
-
type: "
|
|
3955
|
+
type: "no_credential_on_encoder";
|
|
3956
3956
|
}>, z.ZodObject<{
|
|
3957
3957
|
type: z.ZodLiteral<"incompatible_card_format">;
|
|
3958
3958
|
message: z.ZodString;
|
|
@@ -3974,7 +3974,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3974
3974
|
type: "action_attempt_expired";
|
|
3975
3975
|
} | {
|
|
3976
3976
|
message: string;
|
|
3977
|
-
type: "
|
|
3977
|
+
type: "no_credential_on_encoder";
|
|
3978
3978
|
} | {
|
|
3979
3979
|
message: string;
|
|
3980
3980
|
type: "incompatible_card_format";
|
|
@@ -3992,7 +3992,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3992
3992
|
type: "action_attempt_expired";
|
|
3993
3993
|
} | {
|
|
3994
3994
|
message: string;
|
|
3995
|
-
type: "
|
|
3995
|
+
type: "no_credential_on_encoder";
|
|
3996
3996
|
} | {
|
|
3997
3997
|
message: string;
|
|
3998
3998
|
type: "incompatible_card_format";
|
|
@@ -16279,7 +16279,6 @@ declare const _default: {
|
|
|
16279
16279
|
description: string;
|
|
16280
16280
|
format: string;
|
|
16281
16281
|
type: string;
|
|
16282
|
-
'x-title': string;
|
|
16283
16282
|
};
|
|
16284
16283
|
device_id: {
|
|
16285
16284
|
description: string;
|
|
@@ -16291,7 +16290,6 @@ declare const _default: {
|
|
|
16291
16290
|
description: string;
|
|
16292
16291
|
format: string;
|
|
16293
16292
|
type: string;
|
|
16294
|
-
'x-title': string;
|
|
16295
16293
|
};
|
|
16296
16294
|
event_type: {
|
|
16297
16295
|
enum: string[];
|
|
@@ -16301,13 +16299,11 @@ declare const _default: {
|
|
|
16301
16299
|
description: string;
|
|
16302
16300
|
format: string;
|
|
16303
16301
|
type: string;
|
|
16304
|
-
'x-title': string;
|
|
16305
16302
|
};
|
|
16306
16303
|
workspace_id: {
|
|
16307
16304
|
description: string;
|
|
16308
16305
|
format: string;
|
|
16309
16306
|
type: string;
|
|
16310
|
-
'x-title': string;
|
|
16311
16307
|
};
|
|
16312
16308
|
code?: never;
|
|
16313
16309
|
backup_access_code_id?: never;
|
|
@@ -16378,7 +16374,6 @@ declare const _default: {
|
|
|
16378
16374
|
description: string;
|
|
16379
16375
|
format: string;
|
|
16380
16376
|
type: string;
|
|
16381
|
-
'x-title': string;
|
|
16382
16377
|
};
|
|
16383
16378
|
device_id: {
|
|
16384
16379
|
description: string;
|
|
@@ -16390,7 +16385,6 @@ declare const _default: {
|
|
|
16390
16385
|
description: string;
|
|
16391
16386
|
format: string;
|
|
16392
16387
|
type: string;
|
|
16393
|
-
'x-title': string;
|
|
16394
16388
|
};
|
|
16395
16389
|
event_type: {
|
|
16396
16390
|
enum: string[];
|
|
@@ -16400,13 +16394,11 @@ declare const _default: {
|
|
|
16400
16394
|
description: string;
|
|
16401
16395
|
format: string;
|
|
16402
16396
|
type: string;
|
|
16403
|
-
'x-title': string;
|
|
16404
16397
|
};
|
|
16405
16398
|
workspace_id: {
|
|
16406
16399
|
description: string;
|
|
16407
16400
|
format: string;
|
|
16408
16401
|
type: string;
|
|
16409
|
-
'x-title': string;
|
|
16410
16402
|
};
|
|
16411
16403
|
backup_access_code_id?: never;
|
|
16412
16404
|
acs_system_id?: never;
|
|
@@ -16476,7 +16468,6 @@ declare const _default: {
|
|
|
16476
16468
|
description: string;
|
|
16477
16469
|
format: string;
|
|
16478
16470
|
type: string;
|
|
16479
|
-
'x-title': string;
|
|
16480
16471
|
};
|
|
16481
16472
|
device_id: {
|
|
16482
16473
|
description: string;
|
|
@@ -16488,7 +16479,6 @@ declare const _default: {
|
|
|
16488
16479
|
description: string;
|
|
16489
16480
|
format: string;
|
|
16490
16481
|
type: string;
|
|
16491
|
-
'x-title': string;
|
|
16492
16482
|
};
|
|
16493
16483
|
event_type: {
|
|
16494
16484
|
enum: string[];
|
|
@@ -16498,13 +16488,11 @@ declare const _default: {
|
|
|
16498
16488
|
description: string;
|
|
16499
16489
|
format: string;
|
|
16500
16490
|
type: string;
|
|
16501
|
-
'x-title': string;
|
|
16502
16491
|
};
|
|
16503
16492
|
workspace_id: {
|
|
16504
16493
|
description: string;
|
|
16505
16494
|
format: string;
|
|
16506
16495
|
type: string;
|
|
16507
|
-
'x-title': string;
|
|
16508
16496
|
};
|
|
16509
16497
|
backup_access_code_id?: never;
|
|
16510
16498
|
acs_system_id?: never;
|
|
@@ -16571,7 +16559,6 @@ declare const _default: {
|
|
|
16571
16559
|
description: string;
|
|
16572
16560
|
format: string;
|
|
16573
16561
|
type: string;
|
|
16574
|
-
'x-title': string;
|
|
16575
16562
|
};
|
|
16576
16563
|
device_id: {
|
|
16577
16564
|
description: string;
|
|
@@ -16583,7 +16570,6 @@ declare const _default: {
|
|
|
16583
16570
|
description: string;
|
|
16584
16571
|
format: string;
|
|
16585
16572
|
type: string;
|
|
16586
|
-
'x-title': string;
|
|
16587
16573
|
};
|
|
16588
16574
|
event_type: {
|
|
16589
16575
|
enum: string[];
|
|
@@ -16593,13 +16579,11 @@ declare const _default: {
|
|
|
16593
16579
|
description: string;
|
|
16594
16580
|
format: string;
|
|
16595
16581
|
type: string;
|
|
16596
|
-
'x-title': string;
|
|
16597
16582
|
};
|
|
16598
16583
|
workspace_id: {
|
|
16599
16584
|
description: string;
|
|
16600
16585
|
format: string;
|
|
16601
16586
|
type: string;
|
|
16602
|
-
'x-title': string;
|
|
16603
16587
|
};
|
|
16604
16588
|
code?: never;
|
|
16605
16589
|
acs_system_id?: never;
|
|
@@ -16663,13 +16647,11 @@ declare const _default: {
|
|
|
16663
16647
|
description: string;
|
|
16664
16648
|
format: string;
|
|
16665
16649
|
type: string;
|
|
16666
|
-
'x-title': string;
|
|
16667
16650
|
};
|
|
16668
16651
|
event_id: {
|
|
16669
16652
|
description: string;
|
|
16670
16653
|
format: string;
|
|
16671
16654
|
type: string;
|
|
16672
|
-
'x-title': string;
|
|
16673
16655
|
};
|
|
16674
16656
|
event_type: {
|
|
16675
16657
|
enum: string[];
|
|
@@ -16679,13 +16661,11 @@ declare const _default: {
|
|
|
16679
16661
|
description: string;
|
|
16680
16662
|
format: string;
|
|
16681
16663
|
type: string;
|
|
16682
|
-
'x-title': string;
|
|
16683
16664
|
};
|
|
16684
16665
|
workspace_id: {
|
|
16685
16666
|
description: string;
|
|
16686
16667
|
format: string;
|
|
16687
16668
|
type: string;
|
|
16688
|
-
'x-title': string;
|
|
16689
16669
|
};
|
|
16690
16670
|
access_code_id?: never;
|
|
16691
16671
|
device_id?: never;
|
|
@@ -16755,13 +16735,11 @@ declare const _default: {
|
|
|
16755
16735
|
description: string;
|
|
16756
16736
|
format: string;
|
|
16757
16737
|
type: string;
|
|
16758
|
-
'x-title': string;
|
|
16759
16738
|
};
|
|
16760
16739
|
event_id: {
|
|
16761
16740
|
description: string;
|
|
16762
16741
|
format: string;
|
|
16763
16742
|
type: string;
|
|
16764
|
-
'x-title': string;
|
|
16765
16743
|
};
|
|
16766
16744
|
event_type: {
|
|
16767
16745
|
enum: string[];
|
|
@@ -16771,13 +16749,11 @@ declare const _default: {
|
|
|
16771
16749
|
description: string;
|
|
16772
16750
|
format: string;
|
|
16773
16751
|
type: string;
|
|
16774
|
-
'x-title': string;
|
|
16775
16752
|
};
|
|
16776
16753
|
workspace_id: {
|
|
16777
16754
|
description: string;
|
|
16778
16755
|
format: string;
|
|
16779
16756
|
type: string;
|
|
16780
|
-
'x-title': string;
|
|
16781
16757
|
};
|
|
16782
16758
|
access_code_id?: never;
|
|
16783
16759
|
device_id?: never;
|
|
@@ -16846,13 +16822,11 @@ declare const _default: {
|
|
|
16846
16822
|
description: string;
|
|
16847
16823
|
format: string;
|
|
16848
16824
|
type: string;
|
|
16849
|
-
'x-title': string;
|
|
16850
16825
|
};
|
|
16851
16826
|
event_id: {
|
|
16852
16827
|
description: string;
|
|
16853
16828
|
format: string;
|
|
16854
16829
|
type: string;
|
|
16855
|
-
'x-title': string;
|
|
16856
16830
|
};
|
|
16857
16831
|
event_type: {
|
|
16858
16832
|
enum: string[];
|
|
@@ -16862,13 +16836,11 @@ declare const _default: {
|
|
|
16862
16836
|
description: string;
|
|
16863
16837
|
format: string;
|
|
16864
16838
|
type: string;
|
|
16865
|
-
'x-title': string;
|
|
16866
16839
|
};
|
|
16867
16840
|
workspace_id: {
|
|
16868
16841
|
description: string;
|
|
16869
16842
|
format: string;
|
|
16870
16843
|
type: string;
|
|
16871
|
-
'x-title': string;
|
|
16872
16844
|
};
|
|
16873
16845
|
access_code_id?: never;
|
|
16874
16846
|
device_id?: never;
|
|
@@ -16938,13 +16910,11 @@ declare const _default: {
|
|
|
16938
16910
|
description: string;
|
|
16939
16911
|
format: string;
|
|
16940
16912
|
type: string;
|
|
16941
|
-
'x-title': string;
|
|
16942
16913
|
};
|
|
16943
16914
|
event_id: {
|
|
16944
16915
|
description: string;
|
|
16945
16916
|
format: string;
|
|
16946
16917
|
type: string;
|
|
16947
|
-
'x-title': string;
|
|
16948
16918
|
};
|
|
16949
16919
|
event_type: {
|
|
16950
16920
|
enum: string[];
|
|
@@ -16954,13 +16924,11 @@ declare const _default: {
|
|
|
16954
16924
|
description: string;
|
|
16955
16925
|
format: string;
|
|
16956
16926
|
type: string;
|
|
16957
|
-
'x-title': string;
|
|
16958
16927
|
};
|
|
16959
16928
|
workspace_id: {
|
|
16960
16929
|
description: string;
|
|
16961
16930
|
format: string;
|
|
16962
16931
|
type: string;
|
|
16963
|
-
'x-title': string;
|
|
16964
16932
|
};
|
|
16965
16933
|
access_code_id?: never;
|
|
16966
16934
|
device_id?: never;
|
|
@@ -17017,13 +16985,11 @@ declare const _default: {
|
|
|
17017
16985
|
description: string;
|
|
17018
16986
|
format: string;
|
|
17019
16987
|
type: string;
|
|
17020
|
-
'x-title': string;
|
|
17021
16988
|
};
|
|
17022
16989
|
event_id: {
|
|
17023
16990
|
description: string;
|
|
17024
16991
|
format: string;
|
|
17025
16992
|
type: string;
|
|
17026
|
-
'x-title': string;
|
|
17027
16993
|
};
|
|
17028
16994
|
event_type: {
|
|
17029
16995
|
enum: string[];
|
|
@@ -17033,13 +16999,11 @@ declare const _default: {
|
|
|
17033
16999
|
description: string;
|
|
17034
17000
|
format: string;
|
|
17035
17001
|
type: string;
|
|
17036
|
-
'x-title': string;
|
|
17037
17002
|
};
|
|
17038
17003
|
workspace_id: {
|
|
17039
17004
|
description: string;
|
|
17040
17005
|
format: string;
|
|
17041
17006
|
type: string;
|
|
17042
|
-
'x-title': string;
|
|
17043
17007
|
};
|
|
17044
17008
|
access_code_id?: never;
|
|
17045
17009
|
connected_account_id?: never;
|
|
@@ -17106,13 +17070,11 @@ declare const _default: {
|
|
|
17106
17070
|
description: string;
|
|
17107
17071
|
format: string;
|
|
17108
17072
|
type: string;
|
|
17109
|
-
'x-title': string;
|
|
17110
17073
|
};
|
|
17111
17074
|
event_id: {
|
|
17112
17075
|
description: string;
|
|
17113
17076
|
format: string;
|
|
17114
17077
|
type: string;
|
|
17115
|
-
'x-title': string;
|
|
17116
17078
|
};
|
|
17117
17079
|
event_type: {
|
|
17118
17080
|
enum: string[];
|
|
@@ -17122,13 +17084,11 @@ declare const _default: {
|
|
|
17122
17084
|
description: string;
|
|
17123
17085
|
format: string;
|
|
17124
17086
|
type: string;
|
|
17125
|
-
'x-title': string;
|
|
17126
17087
|
};
|
|
17127
17088
|
workspace_id: {
|
|
17128
17089
|
description: string;
|
|
17129
17090
|
format: string;
|
|
17130
17091
|
type: string;
|
|
17131
|
-
'x-title': string;
|
|
17132
17092
|
};
|
|
17133
17093
|
access_code_id?: never;
|
|
17134
17094
|
device_id?: never;
|
|
@@ -17195,13 +17155,11 @@ declare const _default: {
|
|
|
17195
17155
|
description: string;
|
|
17196
17156
|
format: string;
|
|
17197
17157
|
type: string;
|
|
17198
|
-
'x-title': string;
|
|
17199
17158
|
};
|
|
17200
17159
|
event_id: {
|
|
17201
17160
|
description: string;
|
|
17202
17161
|
format: string;
|
|
17203
17162
|
type: string;
|
|
17204
|
-
'x-title': string;
|
|
17205
17163
|
};
|
|
17206
17164
|
event_type: {
|
|
17207
17165
|
enum: string[];
|
|
@@ -17211,13 +17169,11 @@ declare const _default: {
|
|
|
17211
17169
|
description: string;
|
|
17212
17170
|
format: string;
|
|
17213
17171
|
type: string;
|
|
17214
|
-
'x-title': string;
|
|
17215
17172
|
};
|
|
17216
17173
|
workspace_id: {
|
|
17217
17174
|
description: string;
|
|
17218
17175
|
format: string;
|
|
17219
17176
|
type: string;
|
|
17220
|
-
'x-title': string;
|
|
17221
17177
|
};
|
|
17222
17178
|
access_code_id?: never;
|
|
17223
17179
|
device_id?: never;
|
|
@@ -17276,13 +17232,11 @@ declare const _default: {
|
|
|
17276
17232
|
description: string;
|
|
17277
17233
|
format: string;
|
|
17278
17234
|
type: string;
|
|
17279
|
-
'x-title': string;
|
|
17280
17235
|
};
|
|
17281
17236
|
event_id: {
|
|
17282
17237
|
description: string;
|
|
17283
17238
|
format: string;
|
|
17284
17239
|
type: string;
|
|
17285
|
-
'x-title': string;
|
|
17286
17240
|
};
|
|
17287
17241
|
event_type: {
|
|
17288
17242
|
enum: string[];
|
|
@@ -17292,13 +17246,11 @@ declare const _default: {
|
|
|
17292
17246
|
description: string;
|
|
17293
17247
|
format: string;
|
|
17294
17248
|
type: string;
|
|
17295
|
-
'x-title': string;
|
|
17296
17249
|
};
|
|
17297
17250
|
workspace_id: {
|
|
17298
17251
|
description: string;
|
|
17299
17252
|
format: string;
|
|
17300
17253
|
type: string;
|
|
17301
|
-
'x-title': string;
|
|
17302
17254
|
};
|
|
17303
17255
|
access_code_id?: never;
|
|
17304
17256
|
device_id?: never;
|
|
@@ -17362,13 +17314,11 @@ declare const _default: {
|
|
|
17362
17314
|
description: string;
|
|
17363
17315
|
format: string;
|
|
17364
17316
|
type: string;
|
|
17365
|
-
'x-title': string;
|
|
17366
17317
|
};
|
|
17367
17318
|
event_id: {
|
|
17368
17319
|
description: string;
|
|
17369
17320
|
format: string;
|
|
17370
17321
|
type: string;
|
|
17371
|
-
'x-title': string;
|
|
17372
17322
|
};
|
|
17373
17323
|
event_type: {
|
|
17374
17324
|
enum: string[];
|
|
@@ -17378,7 +17328,6 @@ declare const _default: {
|
|
|
17378
17328
|
description: string;
|
|
17379
17329
|
format: string;
|
|
17380
17330
|
type: string;
|
|
17381
|
-
'x-title': string;
|
|
17382
17331
|
};
|
|
17383
17332
|
status: {
|
|
17384
17333
|
description: string;
|
|
@@ -17389,7 +17338,6 @@ declare const _default: {
|
|
|
17389
17338
|
description: string;
|
|
17390
17339
|
format: string;
|
|
17391
17340
|
type: string;
|
|
17392
|
-
'x-title': string;
|
|
17393
17341
|
};
|
|
17394
17342
|
access_code_id?: never;
|
|
17395
17343
|
connected_account_id?: never;
|
|
@@ -17446,13 +17394,11 @@ declare const _default: {
|
|
|
17446
17394
|
description: string;
|
|
17447
17395
|
format: string;
|
|
17448
17396
|
type: string;
|
|
17449
|
-
'x-title': string;
|
|
17450
17397
|
};
|
|
17451
17398
|
event_id: {
|
|
17452
17399
|
description: string;
|
|
17453
17400
|
format: string;
|
|
17454
17401
|
type: string;
|
|
17455
|
-
'x-title': string;
|
|
17456
17402
|
};
|
|
17457
17403
|
event_type: {
|
|
17458
17404
|
enum: string[];
|
|
@@ -17462,13 +17408,11 @@ declare const _default: {
|
|
|
17462
17408
|
description: string;
|
|
17463
17409
|
format: string;
|
|
17464
17410
|
type: string;
|
|
17465
|
-
'x-title': string;
|
|
17466
17411
|
};
|
|
17467
17412
|
workspace_id: {
|
|
17468
17413
|
description: string;
|
|
17469
17414
|
format: string;
|
|
17470
17415
|
type: string;
|
|
17471
|
-
'x-title': string;
|
|
17472
17416
|
};
|
|
17473
17417
|
access_code_id?: never;
|
|
17474
17418
|
connected_account_id?: never;
|
|
@@ -17521,7 +17465,7 @@ declare const _default: {
|
|
|
17521
17465
|
description: string;
|
|
17522
17466
|
format: string;
|
|
17523
17467
|
type: string;
|
|
17524
|
-
'x-title'
|
|
17468
|
+
'x-title'?: never;
|
|
17525
17469
|
deprecated?: never;
|
|
17526
17470
|
'x-deprecated'?: never;
|
|
17527
17471
|
};
|
|
@@ -17529,19 +17473,17 @@ declare const _default: {
|
|
|
17529
17473
|
description: string;
|
|
17530
17474
|
format: string;
|
|
17531
17475
|
type: string;
|
|
17532
|
-
'x-title': string;
|
|
17533
17476
|
};
|
|
17534
17477
|
device_id: {
|
|
17535
17478
|
description: string;
|
|
17536
17479
|
format: string;
|
|
17537
17480
|
type: string;
|
|
17538
|
-
'x-title'
|
|
17481
|
+
'x-title'?: never;
|
|
17539
17482
|
};
|
|
17540
17483
|
event_id: {
|
|
17541
17484
|
description: string;
|
|
17542
17485
|
format: string;
|
|
17543
17486
|
type: string;
|
|
17544
|
-
'x-title': string;
|
|
17545
17487
|
};
|
|
17546
17488
|
event_type: {
|
|
17547
17489
|
enum: string[];
|
|
@@ -17551,13 +17493,11 @@ declare const _default: {
|
|
|
17551
17493
|
description: string;
|
|
17552
17494
|
format: string;
|
|
17553
17495
|
type: string;
|
|
17554
|
-
'x-title': string;
|
|
17555
17496
|
};
|
|
17556
17497
|
workspace_id: {
|
|
17557
17498
|
description: string;
|
|
17558
17499
|
format: string;
|
|
17559
17500
|
type: string;
|
|
17560
|
-
'x-title': string;
|
|
17561
17501
|
};
|
|
17562
17502
|
access_code_id?: never;
|
|
17563
17503
|
code?: never;
|
|
@@ -17609,7 +17549,7 @@ declare const _default: {
|
|
|
17609
17549
|
description: string;
|
|
17610
17550
|
format: string;
|
|
17611
17551
|
type: string;
|
|
17612
|
-
'x-title'
|
|
17552
|
+
'x-title'?: never;
|
|
17613
17553
|
deprecated?: never;
|
|
17614
17554
|
'x-deprecated'?: never;
|
|
17615
17555
|
};
|
|
@@ -17617,25 +17557,22 @@ declare const _default: {
|
|
|
17617
17557
|
description: string;
|
|
17618
17558
|
format: string;
|
|
17619
17559
|
type: string;
|
|
17620
|
-
'x-title': string;
|
|
17621
17560
|
};
|
|
17622
17561
|
device_id: {
|
|
17623
17562
|
description: string;
|
|
17624
17563
|
format: string;
|
|
17625
17564
|
type: string;
|
|
17626
|
-
'x-title'
|
|
17565
|
+
'x-title'?: never;
|
|
17627
17566
|
};
|
|
17628
17567
|
error_code: {
|
|
17629
17568
|
description: string;
|
|
17630
17569
|
enum: string[];
|
|
17631
17570
|
type: string;
|
|
17632
|
-
'x-title': string;
|
|
17633
17571
|
};
|
|
17634
17572
|
event_id: {
|
|
17635
17573
|
description: string;
|
|
17636
17574
|
format: string;
|
|
17637
17575
|
type: string;
|
|
17638
|
-
'x-title': string;
|
|
17639
17576
|
};
|
|
17640
17577
|
event_type: {
|
|
17641
17578
|
enum: string[];
|
|
@@ -17645,13 +17582,11 @@ declare const _default: {
|
|
|
17645
17582
|
description: string;
|
|
17646
17583
|
format: string;
|
|
17647
17584
|
type: string;
|
|
17648
|
-
'x-title': string;
|
|
17649
17585
|
};
|
|
17650
17586
|
workspace_id: {
|
|
17651
17587
|
description: string;
|
|
17652
17588
|
format: string;
|
|
17653
17589
|
type: string;
|
|
17654
|
-
'x-title': string;
|
|
17655
17590
|
};
|
|
17656
17591
|
access_code_id?: never;
|
|
17657
17592
|
code?: never;
|
|
@@ -17704,13 +17639,12 @@ declare const _default: {
|
|
|
17704
17639
|
maximum: number;
|
|
17705
17640
|
minimum: number;
|
|
17706
17641
|
type: string;
|
|
17707
|
-
'x-title': string;
|
|
17708
17642
|
};
|
|
17709
17643
|
connected_account_id: {
|
|
17710
17644
|
description: string;
|
|
17711
17645
|
format: string;
|
|
17712
17646
|
type: string;
|
|
17713
|
-
'x-title'
|
|
17647
|
+
'x-title'?: never;
|
|
17714
17648
|
deprecated?: never;
|
|
17715
17649
|
'x-deprecated'?: never;
|
|
17716
17650
|
};
|
|
@@ -17718,19 +17652,17 @@ declare const _default: {
|
|
|
17718
17652
|
description: string;
|
|
17719
17653
|
format: string;
|
|
17720
17654
|
type: string;
|
|
17721
|
-
'x-title': string;
|
|
17722
17655
|
};
|
|
17723
17656
|
device_id: {
|
|
17724
17657
|
description: string;
|
|
17725
17658
|
format: string;
|
|
17726
17659
|
type: string;
|
|
17727
|
-
'x-title'
|
|
17660
|
+
'x-title'?: never;
|
|
17728
17661
|
};
|
|
17729
17662
|
event_id: {
|
|
17730
17663
|
description: string;
|
|
17731
17664
|
format: string;
|
|
17732
17665
|
type: string;
|
|
17733
|
-
'x-title': string;
|
|
17734
17666
|
};
|
|
17735
17667
|
event_type: {
|
|
17736
17668
|
enum: string[];
|
|
@@ -17740,13 +17672,11 @@ declare const _default: {
|
|
|
17740
17672
|
description: string;
|
|
17741
17673
|
format: string;
|
|
17742
17674
|
type: string;
|
|
17743
|
-
'x-title': string;
|
|
17744
17675
|
};
|
|
17745
17676
|
workspace_id: {
|
|
17746
17677
|
description: string;
|
|
17747
17678
|
format: string;
|
|
17748
17679
|
type: string;
|
|
17749
|
-
'x-title': string;
|
|
17750
17680
|
};
|
|
17751
17681
|
access_code_id?: never;
|
|
17752
17682
|
code?: never;
|
|
@@ -17799,19 +17729,17 @@ declare const _default: {
|
|
|
17799
17729
|
maximum: number;
|
|
17800
17730
|
minimum: number;
|
|
17801
17731
|
type: string;
|
|
17802
|
-
'x-title': string;
|
|
17803
17732
|
};
|
|
17804
17733
|
battery_status: {
|
|
17805
17734
|
description: string;
|
|
17806
17735
|
enum: string[];
|
|
17807
17736
|
type: string;
|
|
17808
|
-
'x-title': string;
|
|
17809
17737
|
};
|
|
17810
17738
|
connected_account_id: {
|
|
17811
17739
|
description: string;
|
|
17812
17740
|
format: string;
|
|
17813
17741
|
type: string;
|
|
17814
|
-
'x-title'
|
|
17742
|
+
'x-title'?: never;
|
|
17815
17743
|
deprecated?: never;
|
|
17816
17744
|
'x-deprecated'?: never;
|
|
17817
17745
|
};
|
|
@@ -17819,19 +17747,17 @@ declare const _default: {
|
|
|
17819
17747
|
description: string;
|
|
17820
17748
|
format: string;
|
|
17821
17749
|
type: string;
|
|
17822
|
-
'x-title': string;
|
|
17823
17750
|
};
|
|
17824
17751
|
device_id: {
|
|
17825
17752
|
description: string;
|
|
17826
17753
|
format: string;
|
|
17827
17754
|
type: string;
|
|
17828
|
-
'x-title'
|
|
17755
|
+
'x-title'?: never;
|
|
17829
17756
|
};
|
|
17830
17757
|
event_id: {
|
|
17831
17758
|
description: string;
|
|
17832
17759
|
format: string;
|
|
17833
17760
|
type: string;
|
|
17834
|
-
'x-title': string;
|
|
17835
17761
|
};
|
|
17836
17762
|
event_type: {
|
|
17837
17763
|
enum: string[];
|
|
@@ -17841,13 +17767,11 @@ declare const _default: {
|
|
|
17841
17767
|
description: string;
|
|
17842
17768
|
format: string;
|
|
17843
17769
|
type: string;
|
|
17844
|
-
'x-title': string;
|
|
17845
17770
|
};
|
|
17846
17771
|
workspace_id: {
|
|
17847
17772
|
description: string;
|
|
17848
17773
|
format: string;
|
|
17849
17774
|
type: string;
|
|
17850
|
-
'x-title': string;
|
|
17851
17775
|
};
|
|
17852
17776
|
access_code_id?: never;
|
|
17853
17777
|
code?: never;
|
|
@@ -17897,7 +17821,7 @@ declare const _default: {
|
|
|
17897
17821
|
description: string;
|
|
17898
17822
|
format: string;
|
|
17899
17823
|
type: string;
|
|
17900
|
-
'x-title'
|
|
17824
|
+
'x-title'?: never;
|
|
17901
17825
|
deprecated?: never;
|
|
17902
17826
|
'x-deprecated'?: never;
|
|
17903
17827
|
};
|
|
@@ -17905,19 +17829,17 @@ declare const _default: {
|
|
|
17905
17829
|
description: string;
|
|
17906
17830
|
format: string;
|
|
17907
17831
|
type: string;
|
|
17908
|
-
'x-title': string;
|
|
17909
17832
|
};
|
|
17910
17833
|
device_id: {
|
|
17911
17834
|
description: string;
|
|
17912
17835
|
format: string;
|
|
17913
17836
|
type: string;
|
|
17914
|
-
'x-title'
|
|
17837
|
+
'x-title'?: never;
|
|
17915
17838
|
};
|
|
17916
17839
|
event_id: {
|
|
17917
17840
|
description: string;
|
|
17918
17841
|
format: string;
|
|
17919
17842
|
type: string;
|
|
17920
|
-
'x-title': string;
|
|
17921
17843
|
};
|
|
17922
17844
|
event_type: {
|
|
17923
17845
|
enum: string[];
|
|
@@ -17930,18 +17852,22 @@ declare const _default: {
|
|
|
17930
17852
|
'x-title': string;
|
|
17931
17853
|
};
|
|
17932
17854
|
noise_level_decibels: {
|
|
17855
|
+
description: string;
|
|
17933
17856
|
format: string;
|
|
17934
17857
|
type: string;
|
|
17935
17858
|
};
|
|
17936
17859
|
noise_level_nrs: {
|
|
17860
|
+
description: string;
|
|
17937
17861
|
format: string;
|
|
17938
17862
|
type: string;
|
|
17939
17863
|
};
|
|
17940
17864
|
noise_threshold_id: {
|
|
17865
|
+
description: string;
|
|
17941
17866
|
format: string;
|
|
17942
17867
|
type: string;
|
|
17943
17868
|
};
|
|
17944
17869
|
noise_threshold_name: {
|
|
17870
|
+
description: string;
|
|
17945
17871
|
type: string;
|
|
17946
17872
|
};
|
|
17947
17873
|
noiseaware_metadata: {
|
|
@@ -17954,13 +17880,11 @@ declare const _default: {
|
|
|
17954
17880
|
description: string;
|
|
17955
17881
|
format: string;
|
|
17956
17882
|
type: string;
|
|
17957
|
-
'x-title': string;
|
|
17958
17883
|
};
|
|
17959
17884
|
workspace_id: {
|
|
17960
17885
|
description: string;
|
|
17961
17886
|
format: string;
|
|
17962
17887
|
type: string;
|
|
17963
|
-
'x-title': string;
|
|
17964
17888
|
};
|
|
17965
17889
|
access_code_id?: never;
|
|
17966
17890
|
code?: never;
|
|
@@ -18003,22 +17927,22 @@ declare const _default: {
|
|
|
18003
17927
|
description: string;
|
|
18004
17928
|
properties: {
|
|
18005
17929
|
access_code_id: {
|
|
17930
|
+
description: string;
|
|
18006
17931
|
format: string;
|
|
18007
17932
|
type: string;
|
|
18008
|
-
description?: never;
|
|
18009
17933
|
'x-title'?: never;
|
|
18010
17934
|
};
|
|
18011
17935
|
action_attempt_id: {
|
|
17936
|
+
description: string;
|
|
18012
17937
|
format: string;
|
|
18013
17938
|
type: string;
|
|
18014
|
-
description?: never;
|
|
18015
17939
|
'x-title'?: never;
|
|
18016
17940
|
};
|
|
18017
17941
|
connected_account_id: {
|
|
18018
17942
|
description: string;
|
|
18019
17943
|
format: string;
|
|
18020
17944
|
type: string;
|
|
18021
|
-
'x-title'
|
|
17945
|
+
'x-title'?: never;
|
|
18022
17946
|
deprecated?: never;
|
|
18023
17947
|
'x-deprecated'?: never;
|
|
18024
17948
|
};
|
|
@@ -18026,19 +17950,17 @@ declare const _default: {
|
|
|
18026
17950
|
description: string;
|
|
18027
17951
|
format: string;
|
|
18028
17952
|
type: string;
|
|
18029
|
-
'x-title': string;
|
|
18030
17953
|
};
|
|
18031
17954
|
device_id: {
|
|
18032
17955
|
description: string;
|
|
18033
17956
|
format: string;
|
|
18034
17957
|
type: string;
|
|
18035
|
-
'x-title'
|
|
17958
|
+
'x-title'?: never;
|
|
18036
17959
|
};
|
|
18037
17960
|
event_id: {
|
|
18038
17961
|
description: string;
|
|
18039
17962
|
format: string;
|
|
18040
17963
|
type: string;
|
|
18041
|
-
'x-title': string;
|
|
18042
17964
|
};
|
|
18043
17965
|
event_type: {
|
|
18044
17966
|
enum: string[];
|
|
@@ -18048,19 +17970,16 @@ declare const _default: {
|
|
|
18048
17970
|
description: string;
|
|
18049
17971
|
enum: string[];
|
|
18050
17972
|
type: string;
|
|
18051
|
-
'x-title': string;
|
|
18052
17973
|
};
|
|
18053
17974
|
occurred_at: {
|
|
18054
17975
|
description: string;
|
|
18055
17976
|
format: string;
|
|
18056
17977
|
type: string;
|
|
18057
|
-
'x-title': string;
|
|
18058
17978
|
};
|
|
18059
17979
|
workspace_id: {
|
|
18060
17980
|
description: string;
|
|
18061
17981
|
format: string;
|
|
18062
17982
|
type: string;
|
|
18063
|
-
'x-title': string;
|
|
18064
17983
|
};
|
|
18065
17984
|
code?: never;
|
|
18066
17985
|
backup_access_code_id?: never;
|
|
@@ -18106,16 +18025,16 @@ declare const _default: {
|
|
|
18106
18025
|
description: string;
|
|
18107
18026
|
properties: {
|
|
18108
18027
|
access_code_id: {
|
|
18028
|
+
description: string;
|
|
18109
18029
|
format: string;
|
|
18110
18030
|
type: string;
|
|
18111
|
-
description?: never;
|
|
18112
18031
|
'x-title'?: never;
|
|
18113
18032
|
};
|
|
18114
18033
|
connected_account_id: {
|
|
18115
18034
|
description: string;
|
|
18116
18035
|
format: string;
|
|
18117
18036
|
type: string;
|
|
18118
|
-
'x-title'
|
|
18037
|
+
'x-title'?: never;
|
|
18119
18038
|
deprecated?: never;
|
|
18120
18039
|
'x-deprecated'?: never;
|
|
18121
18040
|
};
|
|
@@ -18123,19 +18042,17 @@ declare const _default: {
|
|
|
18123
18042
|
description: string;
|
|
18124
18043
|
format: string;
|
|
18125
18044
|
type: string;
|
|
18126
|
-
'x-title': string;
|
|
18127
18045
|
};
|
|
18128
18046
|
device_id: {
|
|
18129
18047
|
description: string;
|
|
18130
18048
|
format: string;
|
|
18131
18049
|
type: string;
|
|
18132
|
-
'x-title'
|
|
18050
|
+
'x-title'?: never;
|
|
18133
18051
|
};
|
|
18134
18052
|
event_id: {
|
|
18135
18053
|
description: string;
|
|
18136
18054
|
format: string;
|
|
18137
18055
|
type: string;
|
|
18138
|
-
'x-title': string;
|
|
18139
18056
|
};
|
|
18140
18057
|
event_type: {
|
|
18141
18058
|
enum: string[];
|
|
@@ -18145,13 +18062,11 @@ declare const _default: {
|
|
|
18145
18062
|
description: string;
|
|
18146
18063
|
format: string;
|
|
18147
18064
|
type: string;
|
|
18148
|
-
'x-title': string;
|
|
18149
18065
|
};
|
|
18150
18066
|
workspace_id: {
|
|
18151
18067
|
description: string;
|
|
18152
18068
|
format: string;
|
|
18153
18069
|
type: string;
|
|
18154
|
-
'x-title': string;
|
|
18155
18070
|
};
|
|
18156
18071
|
code?: never;
|
|
18157
18072
|
backup_access_code_id?: never;
|
|
@@ -18199,13 +18114,14 @@ declare const _default: {
|
|
|
18199
18114
|
description: string;
|
|
18200
18115
|
properties: {
|
|
18201
18116
|
climate_preset_key: {
|
|
18117
|
+
description: string;
|
|
18202
18118
|
type: string;
|
|
18203
18119
|
};
|
|
18204
18120
|
connected_account_id: {
|
|
18205
18121
|
description: string;
|
|
18206
18122
|
format: string;
|
|
18207
18123
|
type: string;
|
|
18208
|
-
'x-title'
|
|
18124
|
+
'x-title'?: never;
|
|
18209
18125
|
deprecated?: never;
|
|
18210
18126
|
'x-deprecated'?: never;
|
|
18211
18127
|
};
|
|
@@ -18213,34 +18129,33 @@ declare const _default: {
|
|
|
18213
18129
|
description: string;
|
|
18214
18130
|
format: string;
|
|
18215
18131
|
type: string;
|
|
18216
|
-
'x-title': string;
|
|
18217
18132
|
};
|
|
18218
18133
|
device_id: {
|
|
18219
18134
|
description: string;
|
|
18220
18135
|
format: string;
|
|
18221
18136
|
type: string;
|
|
18222
|
-
'x-title'
|
|
18137
|
+
'x-title'?: never;
|
|
18223
18138
|
};
|
|
18224
18139
|
event_id: {
|
|
18225
18140
|
description: string;
|
|
18226
18141
|
format: string;
|
|
18227
18142
|
type: string;
|
|
18228
|
-
'x-title': string;
|
|
18229
18143
|
};
|
|
18230
18144
|
event_type: {
|
|
18231
18145
|
enum: string[];
|
|
18232
18146
|
type: string;
|
|
18233
18147
|
};
|
|
18234
18148
|
is_fallback_climate_preset: {
|
|
18149
|
+
description: string;
|
|
18235
18150
|
type: string;
|
|
18236
18151
|
};
|
|
18237
18152
|
occurred_at: {
|
|
18238
18153
|
description: string;
|
|
18239
18154
|
format: string;
|
|
18240
18155
|
type: string;
|
|
18241
|
-
'x-title': string;
|
|
18242
18156
|
};
|
|
18243
18157
|
thermostat_schedule_id: {
|
|
18158
|
+
description: string;
|
|
18244
18159
|
format: string;
|
|
18245
18160
|
nullable: boolean;
|
|
18246
18161
|
type: string;
|
|
@@ -18249,7 +18164,6 @@ declare const _default: {
|
|
|
18249
18164
|
description: string;
|
|
18250
18165
|
format: string;
|
|
18251
18166
|
type: string;
|
|
18252
|
-
'x-title': string;
|
|
18253
18167
|
};
|
|
18254
18168
|
access_code_id?: never;
|
|
18255
18169
|
code?: never;
|
|
@@ -18298,7 +18212,7 @@ declare const _default: {
|
|
|
18298
18212
|
description: string;
|
|
18299
18213
|
format: string;
|
|
18300
18214
|
type: string;
|
|
18301
|
-
'x-title'
|
|
18215
|
+
'x-title'?: never;
|
|
18302
18216
|
deprecated?: never;
|
|
18303
18217
|
'x-deprecated'?: never;
|
|
18304
18218
|
};
|
|
@@ -18316,19 +18230,17 @@ declare const _default: {
|
|
|
18316
18230
|
description: string;
|
|
18317
18231
|
format: string;
|
|
18318
18232
|
type: string;
|
|
18319
|
-
'x-title': string;
|
|
18320
18233
|
};
|
|
18321
18234
|
device_id: {
|
|
18322
18235
|
description: string;
|
|
18323
18236
|
format: string;
|
|
18324
18237
|
type: string;
|
|
18325
|
-
'x-title'
|
|
18238
|
+
'x-title'?: never;
|
|
18326
18239
|
};
|
|
18327
18240
|
event_id: {
|
|
18328
18241
|
description: string;
|
|
18329
18242
|
format: string;
|
|
18330
18243
|
type: string;
|
|
18331
|
-
'x-title': string;
|
|
18332
18244
|
};
|
|
18333
18245
|
event_type: {
|
|
18334
18246
|
enum: string[];
|
|
@@ -18355,131 +18267,130 @@ declare const _default: {
|
|
|
18355
18267
|
type: string;
|
|
18356
18268
|
};
|
|
18357
18269
|
method: {
|
|
18270
|
+
description: string;
|
|
18358
18271
|
enum: string[];
|
|
18359
18272
|
type: string;
|
|
18360
|
-
|
|
18273
|
+
};
|
|
18274
|
+
occurred_at: {
|
|
18275
|
+
description: string;
|
|
18276
|
+
format: string;
|
|
18277
|
+
type: string;
|
|
18278
|
+
};
|
|
18279
|
+
workspace_id: {
|
|
18280
|
+
description: string;
|
|
18281
|
+
format: string;
|
|
18282
|
+
type: string;
|
|
18283
|
+
};
|
|
18284
|
+
access_code_id?: never;
|
|
18285
|
+
code?: never;
|
|
18286
|
+
backup_access_code_id?: never;
|
|
18287
|
+
acs_system_id?: never;
|
|
18288
|
+
acs_credential_id?: never;
|
|
18289
|
+
acs_user_id?: never;
|
|
18290
|
+
acs_encoder_id?: never;
|
|
18291
|
+
client_session_id?: never;
|
|
18292
|
+
connect_webview_id?: never;
|
|
18293
|
+
action_attempt_id?: never;
|
|
18294
|
+
action_type?: never;
|
|
18295
|
+
status?: never;
|
|
18296
|
+
error_code?: never;
|
|
18297
|
+
battery_level?: never;
|
|
18298
|
+
battery_status?: never;
|
|
18299
|
+
minut_metadata?: never;
|
|
18300
|
+
noise_level_decibels?: never;
|
|
18301
|
+
noise_level_nrs?: never;
|
|
18302
|
+
noise_threshold_id?: never;
|
|
18303
|
+
noise_threshold_name?: never;
|
|
18304
|
+
noiseaware_metadata?: never;
|
|
18305
|
+
climate_preset_key?: never;
|
|
18306
|
+
is_fallback_climate_preset?: never;
|
|
18307
|
+
thermostat_schedule_id?: never;
|
|
18308
|
+
lower_limit_celsius?: never;
|
|
18309
|
+
lower_limit_fahrenheit?: never;
|
|
18310
|
+
temperature_celsius?: never;
|
|
18311
|
+
temperature_fahrenheit?: never;
|
|
18312
|
+
upper_limit_celsius?: never;
|
|
18313
|
+
upper_limit_fahrenheit?: never;
|
|
18314
|
+
enrollment_automation_id?: never;
|
|
18315
|
+
};
|
|
18316
|
+
required: string[];
|
|
18317
|
+
type: string;
|
|
18318
|
+
deprecated?: never;
|
|
18319
|
+
'x-deprecated'?: never;
|
|
18320
|
+
} | {
|
|
18321
|
+
description: string;
|
|
18322
|
+
properties: {
|
|
18323
|
+
connected_account_id: {
|
|
18324
|
+
description: string;
|
|
18325
|
+
format: string;
|
|
18326
|
+
type: string;
|
|
18327
|
+
'x-title'?: never;
|
|
18328
|
+
deprecated?: never;
|
|
18329
|
+
'x-deprecated'?: never;
|
|
18330
|
+
};
|
|
18331
|
+
created_at: {
|
|
18332
|
+
description: string;
|
|
18333
|
+
format: string;
|
|
18334
|
+
type: string;
|
|
18335
|
+
};
|
|
18336
|
+
device_id: {
|
|
18337
|
+
description: string;
|
|
18338
|
+
format: string;
|
|
18339
|
+
type: string;
|
|
18361
18340
|
'x-title'?: never;
|
|
18362
18341
|
};
|
|
18342
|
+
event_id: {
|
|
18343
|
+
description: string;
|
|
18344
|
+
format: string;
|
|
18345
|
+
type: string;
|
|
18346
|
+
};
|
|
18347
|
+
event_type: {
|
|
18348
|
+
enum: string[];
|
|
18349
|
+
type: string;
|
|
18350
|
+
};
|
|
18351
|
+
lower_limit_celsius: {
|
|
18352
|
+
description: string;
|
|
18353
|
+
format: string;
|
|
18354
|
+
nullable: boolean;
|
|
18355
|
+
type: string;
|
|
18356
|
+
};
|
|
18357
|
+
lower_limit_fahrenheit: {
|
|
18358
|
+
description: string;
|
|
18359
|
+
format: string;
|
|
18360
|
+
nullable: boolean;
|
|
18361
|
+
type: string;
|
|
18362
|
+
};
|
|
18363
18363
|
occurred_at: {
|
|
18364
18364
|
description: string;
|
|
18365
18365
|
format: string;
|
|
18366
18366
|
type: string;
|
|
18367
|
-
|
|
18367
|
+
};
|
|
18368
|
+
temperature_celsius: {
|
|
18369
|
+
description: string;
|
|
18370
|
+
format: string;
|
|
18371
|
+
type: string;
|
|
18372
|
+
};
|
|
18373
|
+
temperature_fahrenheit: {
|
|
18374
|
+
description: string;
|
|
18375
|
+
format: string;
|
|
18376
|
+
type: string;
|
|
18377
|
+
};
|
|
18378
|
+
upper_limit_celsius: {
|
|
18379
|
+
description: string;
|
|
18380
|
+
format: string;
|
|
18381
|
+
nullable: boolean;
|
|
18382
|
+
type: string;
|
|
18383
|
+
};
|
|
18384
|
+
upper_limit_fahrenheit: {
|
|
18385
|
+
description: string;
|
|
18386
|
+
format: string;
|
|
18387
|
+
nullable: boolean;
|
|
18388
|
+
type: string;
|
|
18368
18389
|
};
|
|
18369
18390
|
workspace_id: {
|
|
18370
18391
|
description: string;
|
|
18371
18392
|
format: string;
|
|
18372
18393
|
type: string;
|
|
18373
|
-
'x-title': string;
|
|
18374
|
-
};
|
|
18375
|
-
access_code_id?: never;
|
|
18376
|
-
code?: never;
|
|
18377
|
-
backup_access_code_id?: never;
|
|
18378
|
-
acs_system_id?: never;
|
|
18379
|
-
acs_credential_id?: never;
|
|
18380
|
-
acs_user_id?: never;
|
|
18381
|
-
acs_encoder_id?: never;
|
|
18382
|
-
client_session_id?: never;
|
|
18383
|
-
connect_webview_id?: never;
|
|
18384
|
-
action_attempt_id?: never;
|
|
18385
|
-
action_type?: never;
|
|
18386
|
-
status?: never;
|
|
18387
|
-
error_code?: never;
|
|
18388
|
-
battery_level?: never;
|
|
18389
|
-
battery_status?: never;
|
|
18390
|
-
minut_metadata?: never;
|
|
18391
|
-
noise_level_decibels?: never;
|
|
18392
|
-
noise_level_nrs?: never;
|
|
18393
|
-
noise_threshold_id?: never;
|
|
18394
|
-
noise_threshold_name?: never;
|
|
18395
|
-
noiseaware_metadata?: never;
|
|
18396
|
-
climate_preset_key?: never;
|
|
18397
|
-
is_fallback_climate_preset?: never;
|
|
18398
|
-
thermostat_schedule_id?: never;
|
|
18399
|
-
lower_limit_celsius?: never;
|
|
18400
|
-
lower_limit_fahrenheit?: never;
|
|
18401
|
-
temperature_celsius?: never;
|
|
18402
|
-
temperature_fahrenheit?: never;
|
|
18403
|
-
upper_limit_celsius?: never;
|
|
18404
|
-
upper_limit_fahrenheit?: never;
|
|
18405
|
-
enrollment_automation_id?: never;
|
|
18406
|
-
};
|
|
18407
|
-
required: string[];
|
|
18408
|
-
type: string;
|
|
18409
|
-
deprecated?: never;
|
|
18410
|
-
'x-deprecated'?: never;
|
|
18411
|
-
} | {
|
|
18412
|
-
description: string;
|
|
18413
|
-
properties: {
|
|
18414
|
-
connected_account_id: {
|
|
18415
|
-
description: string;
|
|
18416
|
-
format: string;
|
|
18417
|
-
type: string;
|
|
18418
|
-
'x-title': string;
|
|
18419
|
-
deprecated?: never;
|
|
18420
|
-
'x-deprecated'?: never;
|
|
18421
|
-
};
|
|
18422
|
-
created_at: {
|
|
18423
|
-
description: string;
|
|
18424
|
-
format: string;
|
|
18425
|
-
type: string;
|
|
18426
|
-
'x-title': string;
|
|
18427
|
-
};
|
|
18428
|
-
device_id: {
|
|
18429
|
-
description: string;
|
|
18430
|
-
format: string;
|
|
18431
|
-
type: string;
|
|
18432
|
-
'x-title': string;
|
|
18433
|
-
};
|
|
18434
|
-
event_id: {
|
|
18435
|
-
description: string;
|
|
18436
|
-
format: string;
|
|
18437
|
-
type: string;
|
|
18438
|
-
'x-title': string;
|
|
18439
|
-
};
|
|
18440
|
-
event_type: {
|
|
18441
|
-
enum: string[];
|
|
18442
|
-
type: string;
|
|
18443
|
-
};
|
|
18444
|
-
lower_limit_celsius: {
|
|
18445
|
-
format: string;
|
|
18446
|
-
nullable: boolean;
|
|
18447
|
-
type: string;
|
|
18448
|
-
};
|
|
18449
|
-
lower_limit_fahrenheit: {
|
|
18450
|
-
format: string;
|
|
18451
|
-
nullable: boolean;
|
|
18452
|
-
type: string;
|
|
18453
|
-
};
|
|
18454
|
-
occurred_at: {
|
|
18455
|
-
description: string;
|
|
18456
|
-
format: string;
|
|
18457
|
-
type: string;
|
|
18458
|
-
'x-title': string;
|
|
18459
|
-
};
|
|
18460
|
-
temperature_celsius: {
|
|
18461
|
-
format: string;
|
|
18462
|
-
type: string;
|
|
18463
|
-
};
|
|
18464
|
-
temperature_fahrenheit: {
|
|
18465
|
-
format: string;
|
|
18466
|
-
type: string;
|
|
18467
|
-
};
|
|
18468
|
-
upper_limit_celsius: {
|
|
18469
|
-
format: string;
|
|
18470
|
-
nullable: boolean;
|
|
18471
|
-
type: string;
|
|
18472
|
-
};
|
|
18473
|
-
upper_limit_fahrenheit: {
|
|
18474
|
-
format: string;
|
|
18475
|
-
nullable: boolean;
|
|
18476
|
-
type: string;
|
|
18477
|
-
};
|
|
18478
|
-
workspace_id: {
|
|
18479
|
-
description: string;
|
|
18480
|
-
format: string;
|
|
18481
|
-
type: string;
|
|
18482
|
-
'x-title': string;
|
|
18483
18394
|
};
|
|
18484
18395
|
access_code_id?: never;
|
|
18485
18396
|
code?: never;
|
|
@@ -18525,7 +18436,6 @@ declare const _default: {
|
|
|
18525
18436
|
description: string;
|
|
18526
18437
|
format: string;
|
|
18527
18438
|
type: string;
|
|
18528
|
-
'x-title': string;
|
|
18529
18439
|
};
|
|
18530
18440
|
enrollment_automation_id: {
|
|
18531
18441
|
description: string;
|
|
@@ -18537,7 +18447,6 @@ declare const _default: {
|
|
|
18537
18447
|
description: string;
|
|
18538
18448
|
format: string;
|
|
18539
18449
|
type: string;
|
|
18540
|
-
'x-title': string;
|
|
18541
18450
|
};
|
|
18542
18451
|
event_type: {
|
|
18543
18452
|
enum: string[];
|
|
@@ -18547,13 +18456,11 @@ declare const _default: {
|
|
|
18547
18456
|
description: string;
|
|
18548
18457
|
format: string;
|
|
18549
18458
|
type: string;
|
|
18550
|
-
'x-title': string;
|
|
18551
18459
|
};
|
|
18552
18460
|
workspace_id: {
|
|
18553
18461
|
description: string;
|
|
18554
18462
|
format: string;
|
|
18555
18463
|
type: string;
|
|
18556
|
-
'x-title': string;
|
|
18557
18464
|
};
|
|
18558
18465
|
access_code_id?: never;
|
|
18559
18466
|
connected_account_id?: never;
|
|
@@ -18606,7 +18513,6 @@ declare const _default: {
|
|
|
18606
18513
|
description: string;
|
|
18607
18514
|
format: string;
|
|
18608
18515
|
type: string;
|
|
18609
|
-
'x-title': string;
|
|
18610
18516
|
};
|
|
18611
18517
|
device_id: {
|
|
18612
18518
|
description: string;
|
|
@@ -18618,7 +18524,6 @@ declare const _default: {
|
|
|
18618
18524
|
description: string;
|
|
18619
18525
|
format: string;
|
|
18620
18526
|
type: string;
|
|
18621
|
-
'x-title': string;
|
|
18622
18527
|
};
|
|
18623
18528
|
event_type: {
|
|
18624
18529
|
enum: string[];
|
|
@@ -18628,13 +18533,11 @@ declare const _default: {
|
|
|
18628
18533
|
description: string;
|
|
18629
18534
|
format: string;
|
|
18630
18535
|
type: string;
|
|
18631
|
-
'x-title': string;
|
|
18632
18536
|
};
|
|
18633
18537
|
workspace_id: {
|
|
18634
18538
|
description: string;
|
|
18635
18539
|
format: string;
|
|
18636
18540
|
type: string;
|
|
18637
|
-
'x-title': string;
|
|
18638
18541
|
};
|
|
18639
18542
|
access_code_id?: never;
|
|
18640
18543
|
connected_account_id?: never;
|
|
@@ -24434,6 +24337,352 @@ declare const _default: {
|
|
|
24434
24337
|
'x-undocumented': string;
|
|
24435
24338
|
};
|
|
24436
24339
|
};
|
|
24340
|
+
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
24341
|
+
post: {
|
|
24342
|
+
operationId: string;
|
|
24343
|
+
requestBody: {
|
|
24344
|
+
content: {
|
|
24345
|
+
'application/json': {
|
|
24346
|
+
schema: {
|
|
24347
|
+
oneOf: ({
|
|
24348
|
+
additionalProperties: boolean;
|
|
24349
|
+
properties: {
|
|
24350
|
+
acs_encoder_id: {
|
|
24351
|
+
format: string;
|
|
24352
|
+
type: string;
|
|
24353
|
+
};
|
|
24354
|
+
error_code: {
|
|
24355
|
+
default: string;
|
|
24356
|
+
enum: string[];
|
|
24357
|
+
type: string;
|
|
24358
|
+
};
|
|
24359
|
+
acs_credential_id?: never;
|
|
24360
|
+
};
|
|
24361
|
+
required: string[];
|
|
24362
|
+
type: string;
|
|
24363
|
+
} | {
|
|
24364
|
+
additionalProperties: boolean;
|
|
24365
|
+
properties: {
|
|
24366
|
+
acs_credential_id: {
|
|
24367
|
+
format: string;
|
|
24368
|
+
type: string;
|
|
24369
|
+
};
|
|
24370
|
+
acs_encoder_id: {
|
|
24371
|
+
format: string;
|
|
24372
|
+
type: string;
|
|
24373
|
+
};
|
|
24374
|
+
error_code: {
|
|
24375
|
+
enum: string[];
|
|
24376
|
+
type: string;
|
|
24377
|
+
default?: never;
|
|
24378
|
+
};
|
|
24379
|
+
};
|
|
24380
|
+
required: string[];
|
|
24381
|
+
type: string;
|
|
24382
|
+
})[];
|
|
24383
|
+
};
|
|
24384
|
+
};
|
|
24385
|
+
};
|
|
24386
|
+
};
|
|
24387
|
+
responses: {
|
|
24388
|
+
200: {
|
|
24389
|
+
content: {
|
|
24390
|
+
'application/json': {
|
|
24391
|
+
schema: {
|
|
24392
|
+
properties: {
|
|
24393
|
+
ok: {
|
|
24394
|
+
type: string;
|
|
24395
|
+
};
|
|
24396
|
+
};
|
|
24397
|
+
required: string[];
|
|
24398
|
+
type: string;
|
|
24399
|
+
};
|
|
24400
|
+
};
|
|
24401
|
+
};
|
|
24402
|
+
description: string;
|
|
24403
|
+
};
|
|
24404
|
+
400: {
|
|
24405
|
+
description: string;
|
|
24406
|
+
};
|
|
24407
|
+
401: {
|
|
24408
|
+
description: string;
|
|
24409
|
+
};
|
|
24410
|
+
};
|
|
24411
|
+
security: ({
|
|
24412
|
+
api_key: never[];
|
|
24413
|
+
pat_with_workspace?: never;
|
|
24414
|
+
console_session_with_workspace?: never;
|
|
24415
|
+
} | {
|
|
24416
|
+
pat_with_workspace: never[];
|
|
24417
|
+
api_key?: never;
|
|
24418
|
+
console_session_with_workspace?: never;
|
|
24419
|
+
} | {
|
|
24420
|
+
console_session_with_workspace: never[];
|
|
24421
|
+
api_key?: never;
|
|
24422
|
+
pat_with_workspace?: never;
|
|
24423
|
+
})[];
|
|
24424
|
+
summary: string;
|
|
24425
|
+
tags: string[];
|
|
24426
|
+
'x-fern-sdk-group-name': string[];
|
|
24427
|
+
'x-fern-sdk-method-name': string;
|
|
24428
|
+
'x-response-key': null;
|
|
24429
|
+
'x-undocumented': string;
|
|
24430
|
+
};
|
|
24431
|
+
};
|
|
24432
|
+
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
24433
|
+
post: {
|
|
24434
|
+
operationId: string;
|
|
24435
|
+
requestBody: {
|
|
24436
|
+
content: {
|
|
24437
|
+
'application/json': {
|
|
24438
|
+
schema: {
|
|
24439
|
+
additionalProperties: boolean;
|
|
24440
|
+
properties: {
|
|
24441
|
+
acs_encoder_id: {
|
|
24442
|
+
format: string;
|
|
24443
|
+
type: string;
|
|
24444
|
+
};
|
|
24445
|
+
scenario: {
|
|
24446
|
+
default: string;
|
|
24447
|
+
enum: string[];
|
|
24448
|
+
type: string;
|
|
24449
|
+
};
|
|
24450
|
+
};
|
|
24451
|
+
required: string[];
|
|
24452
|
+
type: string;
|
|
24453
|
+
};
|
|
24454
|
+
};
|
|
24455
|
+
};
|
|
24456
|
+
};
|
|
24457
|
+
responses: {
|
|
24458
|
+
200: {
|
|
24459
|
+
content: {
|
|
24460
|
+
'application/json': {
|
|
24461
|
+
schema: {
|
|
24462
|
+
properties: {
|
|
24463
|
+
ok: {
|
|
24464
|
+
type: string;
|
|
24465
|
+
};
|
|
24466
|
+
};
|
|
24467
|
+
required: string[];
|
|
24468
|
+
type: string;
|
|
24469
|
+
};
|
|
24470
|
+
};
|
|
24471
|
+
};
|
|
24472
|
+
description: string;
|
|
24473
|
+
};
|
|
24474
|
+
400: {
|
|
24475
|
+
description: string;
|
|
24476
|
+
};
|
|
24477
|
+
401: {
|
|
24478
|
+
description: string;
|
|
24479
|
+
};
|
|
24480
|
+
};
|
|
24481
|
+
security: ({
|
|
24482
|
+
api_key: never[];
|
|
24483
|
+
pat_with_workspace?: never;
|
|
24484
|
+
console_session_with_workspace?: never;
|
|
24485
|
+
} | {
|
|
24486
|
+
pat_with_workspace: never[];
|
|
24487
|
+
api_key?: never;
|
|
24488
|
+
console_session_with_workspace?: never;
|
|
24489
|
+
} | {
|
|
24490
|
+
console_session_with_workspace: never[];
|
|
24491
|
+
api_key?: never;
|
|
24492
|
+
pat_with_workspace?: never;
|
|
24493
|
+
})[];
|
|
24494
|
+
summary: string;
|
|
24495
|
+
tags: string[];
|
|
24496
|
+
'x-fern-sdk-group-name': string[];
|
|
24497
|
+
'x-fern-sdk-method-name': string;
|
|
24498
|
+
'x-response-key': null;
|
|
24499
|
+
'x-undocumented': string;
|
|
24500
|
+
};
|
|
24501
|
+
};
|
|
24502
|
+
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
24503
|
+
post: {
|
|
24504
|
+
operationId: string;
|
|
24505
|
+
requestBody: {
|
|
24506
|
+
content: {
|
|
24507
|
+
'application/json': {
|
|
24508
|
+
schema: {
|
|
24509
|
+
oneOf: ({
|
|
24510
|
+
additionalProperties: boolean;
|
|
24511
|
+
properties: {
|
|
24512
|
+
acs_encoder_id: {
|
|
24513
|
+
format: string;
|
|
24514
|
+
type: string;
|
|
24515
|
+
};
|
|
24516
|
+
error_code: {
|
|
24517
|
+
default: string;
|
|
24518
|
+
enum: string[];
|
|
24519
|
+
type: string;
|
|
24520
|
+
};
|
|
24521
|
+
acs_credential_id_on_seam?: never;
|
|
24522
|
+
};
|
|
24523
|
+
required: string[];
|
|
24524
|
+
type: string;
|
|
24525
|
+
} | {
|
|
24526
|
+
additionalProperties: boolean;
|
|
24527
|
+
properties: {
|
|
24528
|
+
acs_credential_id_on_seam: {
|
|
24529
|
+
format: string;
|
|
24530
|
+
type: string;
|
|
24531
|
+
};
|
|
24532
|
+
acs_encoder_id: {
|
|
24533
|
+
format: string;
|
|
24534
|
+
type: string;
|
|
24535
|
+
};
|
|
24536
|
+
error_code: {
|
|
24537
|
+
enum: string[];
|
|
24538
|
+
type: string;
|
|
24539
|
+
default?: never;
|
|
24540
|
+
};
|
|
24541
|
+
};
|
|
24542
|
+
required: string[];
|
|
24543
|
+
type: string;
|
|
24544
|
+
})[];
|
|
24545
|
+
};
|
|
24546
|
+
};
|
|
24547
|
+
};
|
|
24548
|
+
};
|
|
24549
|
+
responses: {
|
|
24550
|
+
200: {
|
|
24551
|
+
content: {
|
|
24552
|
+
'application/json': {
|
|
24553
|
+
schema: {
|
|
24554
|
+
properties: {
|
|
24555
|
+
ok: {
|
|
24556
|
+
type: string;
|
|
24557
|
+
};
|
|
24558
|
+
};
|
|
24559
|
+
required: string[];
|
|
24560
|
+
type: string;
|
|
24561
|
+
};
|
|
24562
|
+
};
|
|
24563
|
+
};
|
|
24564
|
+
description: string;
|
|
24565
|
+
};
|
|
24566
|
+
400: {
|
|
24567
|
+
description: string;
|
|
24568
|
+
};
|
|
24569
|
+
401: {
|
|
24570
|
+
description: string;
|
|
24571
|
+
};
|
|
24572
|
+
};
|
|
24573
|
+
security: ({
|
|
24574
|
+
api_key: never[];
|
|
24575
|
+
pat_with_workspace?: never;
|
|
24576
|
+
console_session_with_workspace?: never;
|
|
24577
|
+
} | {
|
|
24578
|
+
pat_with_workspace: never[];
|
|
24579
|
+
api_key?: never;
|
|
24580
|
+
console_session_with_workspace?: never;
|
|
24581
|
+
} | {
|
|
24582
|
+
console_session_with_workspace: never[];
|
|
24583
|
+
api_key?: never;
|
|
24584
|
+
pat_with_workspace?: never;
|
|
24585
|
+
})[];
|
|
24586
|
+
summary: string;
|
|
24587
|
+
tags: string[];
|
|
24588
|
+
'x-fern-sdk-group-name': string[];
|
|
24589
|
+
'x-fern-sdk-method-name': string;
|
|
24590
|
+
'x-response-key': null;
|
|
24591
|
+
'x-undocumented': string;
|
|
24592
|
+
};
|
|
24593
|
+
};
|
|
24594
|
+
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
24595
|
+
post: {
|
|
24596
|
+
operationId: string;
|
|
24597
|
+
requestBody: {
|
|
24598
|
+
content: {
|
|
24599
|
+
'application/json': {
|
|
24600
|
+
schema: {
|
|
24601
|
+
oneOf: ({
|
|
24602
|
+
additionalProperties: boolean;
|
|
24603
|
+
properties: {
|
|
24604
|
+
acs_credential_id_on_seam: {
|
|
24605
|
+
format: string;
|
|
24606
|
+
type: string;
|
|
24607
|
+
};
|
|
24608
|
+
acs_encoder_id: {
|
|
24609
|
+
format: string;
|
|
24610
|
+
type: string;
|
|
24611
|
+
};
|
|
24612
|
+
scenario: {
|
|
24613
|
+
default: string;
|
|
24614
|
+
enum: string[];
|
|
24615
|
+
type: string;
|
|
24616
|
+
};
|
|
24617
|
+
};
|
|
24618
|
+
required: string[];
|
|
24619
|
+
type: string;
|
|
24620
|
+
} | {
|
|
24621
|
+
additionalProperties: boolean;
|
|
24622
|
+
properties: {
|
|
24623
|
+
acs_encoder_id: {
|
|
24624
|
+
format: string;
|
|
24625
|
+
type: string;
|
|
24626
|
+
};
|
|
24627
|
+
scenario: {
|
|
24628
|
+
enum: string[];
|
|
24629
|
+
type: string;
|
|
24630
|
+
default?: never;
|
|
24631
|
+
};
|
|
24632
|
+
acs_credential_id_on_seam?: never;
|
|
24633
|
+
};
|
|
24634
|
+
required: string[];
|
|
24635
|
+
type: string;
|
|
24636
|
+
})[];
|
|
24637
|
+
};
|
|
24638
|
+
};
|
|
24639
|
+
};
|
|
24640
|
+
};
|
|
24641
|
+
responses: {
|
|
24642
|
+
200: {
|
|
24643
|
+
content: {
|
|
24644
|
+
'application/json': {
|
|
24645
|
+
schema: {
|
|
24646
|
+
properties: {
|
|
24647
|
+
ok: {
|
|
24648
|
+
type: string;
|
|
24649
|
+
};
|
|
24650
|
+
};
|
|
24651
|
+
required: string[];
|
|
24652
|
+
type: string;
|
|
24653
|
+
};
|
|
24654
|
+
};
|
|
24655
|
+
};
|
|
24656
|
+
description: string;
|
|
24657
|
+
};
|
|
24658
|
+
400: {
|
|
24659
|
+
description: string;
|
|
24660
|
+
};
|
|
24661
|
+
401: {
|
|
24662
|
+
description: string;
|
|
24663
|
+
};
|
|
24664
|
+
};
|
|
24665
|
+
security: ({
|
|
24666
|
+
api_key: never[];
|
|
24667
|
+
pat_with_workspace?: never;
|
|
24668
|
+
console_session_with_workspace?: never;
|
|
24669
|
+
} | {
|
|
24670
|
+
pat_with_workspace: never[];
|
|
24671
|
+
api_key?: never;
|
|
24672
|
+
console_session_with_workspace?: never;
|
|
24673
|
+
} | {
|
|
24674
|
+
console_session_with_workspace: never[];
|
|
24675
|
+
api_key?: never;
|
|
24676
|
+
pat_with_workspace?: never;
|
|
24677
|
+
})[];
|
|
24678
|
+
summary: string;
|
|
24679
|
+
tags: string[];
|
|
24680
|
+
'x-fern-sdk-group-name': string[];
|
|
24681
|
+
'x-fern-sdk-method-name': string;
|
|
24682
|
+
'x-response-key': null;
|
|
24683
|
+
'x-undocumented': string;
|
|
24684
|
+
};
|
|
24685
|
+
};
|
|
24437
24686
|
'/acs/entrances/get': {
|
|
24438
24687
|
post: {
|
|
24439
24688
|
description: string;
|
|
@@ -35835,7 +36084,7 @@ interface Routes {
|
|
|
35835
36084
|
type: 'action_attempt_expired';
|
|
35836
36085
|
message: string;
|
|
35837
36086
|
} | {
|
|
35838
|
-
type: '
|
|
36087
|
+
type: 'no_credential_on_encoder';
|
|
35839
36088
|
message: string;
|
|
35840
36089
|
};
|
|
35841
36090
|
} | {
|
|
@@ -36039,7 +36288,7 @@ interface Routes {
|
|
|
36039
36288
|
type: 'action_attempt_expired';
|
|
36040
36289
|
message: string;
|
|
36041
36290
|
} | {
|
|
36042
|
-
type: '
|
|
36291
|
+
type: 'no_credential_on_encoder';
|
|
36043
36292
|
message: string;
|
|
36044
36293
|
} | {
|
|
36045
36294
|
type: 'incompatible_card_format';
|
|
@@ -36762,7 +37011,7 @@ interface Routes {
|
|
|
36762
37011
|
type: 'action_attempt_expired';
|
|
36763
37012
|
message: string;
|
|
36764
37013
|
} | {
|
|
36765
|
-
type: '
|
|
37014
|
+
type: 'no_credential_on_encoder';
|
|
36766
37015
|
message: string;
|
|
36767
37016
|
};
|
|
36768
37017
|
} | {
|
|
@@ -36966,7 +37215,7 @@ interface Routes {
|
|
|
36966
37215
|
type: 'action_attempt_expired';
|
|
36967
37216
|
message: string;
|
|
36968
37217
|
} | {
|
|
36969
|
-
type: '
|
|
37218
|
+
type: 'no_credential_on_encoder';
|
|
36970
37219
|
message: string;
|
|
36971
37220
|
} | {
|
|
36972
37221
|
type: 'incompatible_card_format';
|
|
@@ -37907,7 +38156,7 @@ interface Routes {
|
|
|
37907
38156
|
type: 'action_attempt_expired';
|
|
37908
38157
|
message: string;
|
|
37909
38158
|
} | {
|
|
37910
|
-
type: '
|
|
38159
|
+
type: 'no_credential_on_encoder';
|
|
37911
38160
|
message: string;
|
|
37912
38161
|
};
|
|
37913
38162
|
} | {
|
|
@@ -38111,7 +38360,7 @@ interface Routes {
|
|
|
38111
38360
|
type: 'action_attempt_expired';
|
|
38112
38361
|
message: string;
|
|
38113
38362
|
} | {
|
|
38114
|
-
type: '
|
|
38363
|
+
type: 'no_credential_on_encoder';
|
|
38115
38364
|
message: string;
|
|
38116
38365
|
} | {
|
|
38117
38366
|
type: 'incompatible_card_format';
|
|
@@ -38821,7 +39070,7 @@ interface Routes {
|
|
|
38821
39070
|
type: 'action_attempt_expired';
|
|
38822
39071
|
message: string;
|
|
38823
39072
|
} | {
|
|
38824
|
-
type: '
|
|
39073
|
+
type: 'no_credential_on_encoder';
|
|
38825
39074
|
message: string;
|
|
38826
39075
|
};
|
|
38827
39076
|
} | {
|
|
@@ -39025,7 +39274,7 @@ interface Routes {
|
|
|
39025
39274
|
type: 'action_attempt_expired';
|
|
39026
39275
|
message: string;
|
|
39027
39276
|
} | {
|
|
39028
|
-
type: '
|
|
39277
|
+
type: 'no_credential_on_encoder';
|
|
39029
39278
|
message: string;
|
|
39030
39279
|
} | {
|
|
39031
39280
|
type: 'incompatible_card_format';
|
|
@@ -41084,7 +41333,7 @@ interface Routes {
|
|
|
41084
41333
|
type: 'action_attempt_expired';
|
|
41085
41334
|
message: string;
|
|
41086
41335
|
} | {
|
|
41087
|
-
type: '
|
|
41336
|
+
type: 'no_credential_on_encoder';
|
|
41088
41337
|
message: string;
|
|
41089
41338
|
};
|
|
41090
41339
|
} | {
|
|
@@ -41288,7 +41537,7 @@ interface Routes {
|
|
|
41288
41537
|
type: 'action_attempt_expired';
|
|
41289
41538
|
message: string;
|
|
41290
41539
|
} | {
|
|
41291
|
-
type: '
|
|
41540
|
+
type: 'no_credential_on_encoder';
|
|
41292
41541
|
message: string;
|
|
41293
41542
|
} | {
|
|
41294
41543
|
type: 'incompatible_card_format';
|
|
@@ -41903,7 +42152,7 @@ interface Routes {
|
|
|
41903
42152
|
type: 'action_attempt_expired';
|
|
41904
42153
|
message: string;
|
|
41905
42154
|
} | {
|
|
41906
|
-
type: '
|
|
42155
|
+
type: 'no_credential_on_encoder';
|
|
41907
42156
|
message: string;
|
|
41908
42157
|
};
|
|
41909
42158
|
} | {
|
|
@@ -42107,7 +42356,7 @@ interface Routes {
|
|
|
42107
42356
|
type: 'action_attempt_expired';
|
|
42108
42357
|
message: string;
|
|
42109
42358
|
} | {
|
|
42110
|
-
type: '
|
|
42359
|
+
type: 'no_credential_on_encoder';
|
|
42111
42360
|
message: string;
|
|
42112
42361
|
} | {
|
|
42113
42362
|
type: 'incompatible_card_format';
|
|
@@ -42388,6 +42637,69 @@ interface Routes {
|
|
|
42388
42637
|
};
|
|
42389
42638
|
};
|
|
42390
42639
|
};
|
|
42640
|
+
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
42641
|
+
route: '/acs/encoders/simulate/next_credential_encode_will_fail';
|
|
42642
|
+
method: 'POST';
|
|
42643
|
+
queryParams: {};
|
|
42644
|
+
jsonBody: {
|
|
42645
|
+
acs_encoder_id: string;
|
|
42646
|
+
error_code?: 'no_credential_on_encoder';
|
|
42647
|
+
} | {
|
|
42648
|
+
acs_encoder_id: string;
|
|
42649
|
+
error_code: 'uncategorized_error' | 'action_attempt_expired';
|
|
42650
|
+
acs_credential_id?: string | undefined;
|
|
42651
|
+
};
|
|
42652
|
+
commonParams: {};
|
|
42653
|
+
formData: {};
|
|
42654
|
+
jsonResponse: {};
|
|
42655
|
+
};
|
|
42656
|
+
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
42657
|
+
route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
|
|
42658
|
+
method: 'POST';
|
|
42659
|
+
queryParams: {};
|
|
42660
|
+
jsonBody: {
|
|
42661
|
+
acs_encoder_id: string;
|
|
42662
|
+
scenario?: 'credential_is_issued';
|
|
42663
|
+
};
|
|
42664
|
+
commonParams: {};
|
|
42665
|
+
formData: {};
|
|
42666
|
+
jsonResponse: {};
|
|
42667
|
+
};
|
|
42668
|
+
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
42669
|
+
route: '/acs/encoders/simulate/next_credential_scan_will_fail';
|
|
42670
|
+
method: 'POST';
|
|
42671
|
+
queryParams: {};
|
|
42672
|
+
jsonBody: {
|
|
42673
|
+
acs_encoder_id: string;
|
|
42674
|
+
error_code?: 'no_credential_on_encoder';
|
|
42675
|
+
} | {
|
|
42676
|
+
acs_encoder_id: string;
|
|
42677
|
+
error_code: 'uncategorized_error' | 'action_attempt_expired';
|
|
42678
|
+
acs_credential_id_on_seam?: string | undefined;
|
|
42679
|
+
};
|
|
42680
|
+
commonParams: {};
|
|
42681
|
+
formData: {};
|
|
42682
|
+
jsonResponse: {};
|
|
42683
|
+
};
|
|
42684
|
+
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
42685
|
+
route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
|
|
42686
|
+
method: 'POST';
|
|
42687
|
+
queryParams: {};
|
|
42688
|
+
jsonBody: {
|
|
42689
|
+
acs_encoder_id: string;
|
|
42690
|
+
scenario?: 'credential_exists_on_seam' | 'credential_on_encoder_needs_update';
|
|
42691
|
+
acs_credential_id_on_seam?: string | undefined;
|
|
42692
|
+
} | {
|
|
42693
|
+
acs_encoder_id: string;
|
|
42694
|
+
scenario: 'credential_does_not_exist_on_seam';
|
|
42695
|
+
} | {
|
|
42696
|
+
acs_encoder_id: string;
|
|
42697
|
+
scenario: 'credential_on_encoder_is_empty';
|
|
42698
|
+
};
|
|
42699
|
+
commonParams: {};
|
|
42700
|
+
formData: {};
|
|
42701
|
+
jsonResponse: {};
|
|
42702
|
+
};
|
|
42391
42703
|
'/acs/entrances/get': {
|
|
42392
42704
|
route: '/acs/entrances/get';
|
|
42393
42705
|
method: 'GET' | 'POST';
|
|
@@ -44014,7 +44326,7 @@ interface Routes {
|
|
|
44014
44326
|
type: 'action_attempt_expired';
|
|
44015
44327
|
message: string;
|
|
44016
44328
|
} | {
|
|
44017
|
-
type: '
|
|
44329
|
+
type: 'no_credential_on_encoder';
|
|
44018
44330
|
message: string;
|
|
44019
44331
|
};
|
|
44020
44332
|
} | {
|
|
@@ -44218,7 +44530,7 @@ interface Routes {
|
|
|
44218
44530
|
type: 'action_attempt_expired';
|
|
44219
44531
|
message: string;
|
|
44220
44532
|
} | {
|
|
44221
|
-
type: '
|
|
44533
|
+
type: 'no_credential_on_encoder';
|
|
44222
44534
|
message: string;
|
|
44223
44535
|
} | {
|
|
44224
44536
|
type: 'incompatible_card_format';
|
|
@@ -44790,7 +45102,7 @@ interface Routes {
|
|
|
44790
45102
|
type: 'action_attempt_expired';
|
|
44791
45103
|
message: string;
|
|
44792
45104
|
} | {
|
|
44793
|
-
type: '
|
|
45105
|
+
type: 'no_credential_on_encoder';
|
|
44794
45106
|
message: string;
|
|
44795
45107
|
};
|
|
44796
45108
|
} | {
|
|
@@ -44994,7 +45306,7 @@ interface Routes {
|
|
|
44994
45306
|
type: 'action_attempt_expired';
|
|
44995
45307
|
message: string;
|
|
44996
45308
|
} | {
|
|
44997
|
-
type: '
|
|
45309
|
+
type: 'no_credential_on_encoder';
|
|
44998
45310
|
message: string;
|
|
44999
45311
|
} | {
|
|
45000
45312
|
type: 'incompatible_card_format';
|
|
@@ -47139,13 +47451,13 @@ interface Routes {
|
|
|
47139
47451
|
formData: {};
|
|
47140
47452
|
jsonResponse: {
|
|
47141
47453
|
event?: ({
|
|
47142
|
-
/**
|
|
47454
|
+
/** ID of the event. */
|
|
47143
47455
|
event_id: string;
|
|
47144
|
-
/**
|
|
47456
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47145
47457
|
workspace_id: string;
|
|
47146
|
-
/**
|
|
47458
|
+
/** Time at which the event was created. */
|
|
47147
47459
|
created_at: string;
|
|
47148
|
-
/**
|
|
47460
|
+
/** Time when the event occurred. */
|
|
47149
47461
|
occurred_at: string;
|
|
47150
47462
|
/** The ID of the access code. */
|
|
47151
47463
|
access_code_id: string;
|
|
@@ -47155,13 +47467,13 @@ interface Routes {
|
|
|
47155
47467
|
connected_account_id: string;
|
|
47156
47468
|
event_type: 'access_code.created';
|
|
47157
47469
|
} | {
|
|
47158
|
-
/**
|
|
47470
|
+
/** ID of the event. */
|
|
47159
47471
|
event_id: string;
|
|
47160
|
-
/**
|
|
47472
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47161
47473
|
workspace_id: string;
|
|
47162
|
-
/**
|
|
47474
|
+
/** Time at which the event was created. */
|
|
47163
47475
|
created_at: string;
|
|
47164
|
-
/**
|
|
47476
|
+
/** Time when the event occurred. */
|
|
47165
47477
|
occurred_at: string;
|
|
47166
47478
|
/** The ID of the access code. */
|
|
47167
47479
|
access_code_id: string;
|
|
@@ -47171,13 +47483,13 @@ interface Routes {
|
|
|
47171
47483
|
connected_account_id: string;
|
|
47172
47484
|
event_type: 'access_code.changed';
|
|
47173
47485
|
} | {
|
|
47174
|
-
/**
|
|
47486
|
+
/** ID of the event. */
|
|
47175
47487
|
event_id: string;
|
|
47176
|
-
/**
|
|
47488
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47177
47489
|
workspace_id: string;
|
|
47178
|
-
/**
|
|
47490
|
+
/** Time at which the event was created. */
|
|
47179
47491
|
created_at: string;
|
|
47180
|
-
/**
|
|
47492
|
+
/** Time when the event occurred. */
|
|
47181
47493
|
occurred_at: string;
|
|
47182
47494
|
/** The ID of the access code. */
|
|
47183
47495
|
access_code_id: string;
|
|
@@ -47189,13 +47501,13 @@ interface Routes {
|
|
|
47189
47501
|
/** The code of the access code. */
|
|
47190
47502
|
code: string;
|
|
47191
47503
|
} | {
|
|
47192
|
-
/**
|
|
47504
|
+
/** ID of the event. */
|
|
47193
47505
|
event_id: string;
|
|
47194
|
-
/**
|
|
47506
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47195
47507
|
workspace_id: string;
|
|
47196
|
-
/**
|
|
47508
|
+
/** Time at which the event was created. */
|
|
47197
47509
|
created_at: string;
|
|
47198
|
-
/**
|
|
47510
|
+
/** Time when the event occurred. */
|
|
47199
47511
|
occurred_at: string;
|
|
47200
47512
|
/** The ID of the access code. */
|
|
47201
47513
|
access_code_id: string;
|
|
@@ -47207,13 +47519,13 @@ interface Routes {
|
|
|
47207
47519
|
/** The code of the access code. */
|
|
47208
47520
|
code: string;
|
|
47209
47521
|
} | {
|
|
47210
|
-
/**
|
|
47522
|
+
/** ID of the event. */
|
|
47211
47523
|
event_id: string;
|
|
47212
|
-
/**
|
|
47524
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47213
47525
|
workspace_id: string;
|
|
47214
|
-
/**
|
|
47526
|
+
/** Time at which the event was created. */
|
|
47215
47527
|
created_at: string;
|
|
47216
|
-
/**
|
|
47528
|
+
/** Time when the event occurred. */
|
|
47217
47529
|
occurred_at: string;
|
|
47218
47530
|
/** The ID of the access code. */
|
|
47219
47531
|
access_code_id: string;
|
|
@@ -47223,13 +47535,13 @@ interface Routes {
|
|
|
47223
47535
|
connected_account_id: string;
|
|
47224
47536
|
event_type: 'access_code.removed_from_device';
|
|
47225
47537
|
} | {
|
|
47226
|
-
/**
|
|
47538
|
+
/** ID of the event. */
|
|
47227
47539
|
event_id: string;
|
|
47228
|
-
/**
|
|
47540
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47229
47541
|
workspace_id: string;
|
|
47230
|
-
/**
|
|
47542
|
+
/** Time at which the event was created. */
|
|
47231
47543
|
created_at: string;
|
|
47232
|
-
/**
|
|
47544
|
+
/** Time when the event occurred. */
|
|
47233
47545
|
occurred_at: string;
|
|
47234
47546
|
/** The ID of the access code. */
|
|
47235
47547
|
access_code_id: string;
|
|
@@ -47239,13 +47551,13 @@ interface Routes {
|
|
|
47239
47551
|
connected_account_id: string;
|
|
47240
47552
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
47241
47553
|
} | {
|
|
47242
|
-
/**
|
|
47554
|
+
/** ID of the event. */
|
|
47243
47555
|
event_id: string;
|
|
47244
|
-
/**
|
|
47556
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47245
47557
|
workspace_id: string;
|
|
47246
|
-
/**
|
|
47558
|
+
/** Time at which the event was created. */
|
|
47247
47559
|
created_at: string;
|
|
47248
|
-
/**
|
|
47560
|
+
/** Time when the event occurred. */
|
|
47249
47561
|
occurred_at: string;
|
|
47250
47562
|
/** The ID of the access code. */
|
|
47251
47563
|
access_code_id: string;
|
|
@@ -47255,13 +47567,13 @@ interface Routes {
|
|
|
47255
47567
|
connected_account_id: string;
|
|
47256
47568
|
event_type: 'access_code.failed_to_set_on_device';
|
|
47257
47569
|
} | {
|
|
47258
|
-
/**
|
|
47570
|
+
/** ID of the event. */
|
|
47259
47571
|
event_id: string;
|
|
47260
|
-
/**
|
|
47572
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47261
47573
|
workspace_id: string;
|
|
47262
|
-
/**
|
|
47574
|
+
/** Time at which the event was created. */
|
|
47263
47575
|
created_at: string;
|
|
47264
|
-
/**
|
|
47576
|
+
/** Time when the event occurred. */
|
|
47265
47577
|
occurred_at: string;
|
|
47266
47578
|
/** The ID of the access code. */
|
|
47267
47579
|
access_code_id: string;
|
|
@@ -47273,13 +47585,13 @@ interface Routes {
|
|
|
47273
47585
|
/** The code of the access code. */
|
|
47274
47586
|
code: string | null;
|
|
47275
47587
|
} | {
|
|
47276
|
-
/**
|
|
47588
|
+
/** ID of the event. */
|
|
47277
47589
|
event_id: string;
|
|
47278
|
-
/**
|
|
47590
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47279
47591
|
workspace_id: string;
|
|
47280
|
-
/**
|
|
47592
|
+
/** Time at which the event was created. */
|
|
47281
47593
|
created_at: string;
|
|
47282
|
-
/**
|
|
47594
|
+
/** Time when the event occurred. */
|
|
47283
47595
|
occurred_at: string;
|
|
47284
47596
|
/** The ID of the access code. */
|
|
47285
47597
|
access_code_id: string;
|
|
@@ -47289,13 +47601,13 @@ interface Routes {
|
|
|
47289
47601
|
connected_account_id: string;
|
|
47290
47602
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
47291
47603
|
} | {
|
|
47292
|
-
/**
|
|
47604
|
+
/** ID of the event. */
|
|
47293
47605
|
event_id: string;
|
|
47294
|
-
/**
|
|
47606
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47295
47607
|
workspace_id: string;
|
|
47296
|
-
/**
|
|
47608
|
+
/** Time at which the event was created. */
|
|
47297
47609
|
created_at: string;
|
|
47298
|
-
/**
|
|
47610
|
+
/** Time when the event occurred. */
|
|
47299
47611
|
occurred_at: string;
|
|
47300
47612
|
/** The ID of the access code. */
|
|
47301
47613
|
access_code_id: string;
|
|
@@ -47305,13 +47617,13 @@ interface Routes {
|
|
|
47305
47617
|
connected_account_id: string;
|
|
47306
47618
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
47307
47619
|
} | {
|
|
47308
|
-
/**
|
|
47620
|
+
/** ID of the event. */
|
|
47309
47621
|
event_id: string;
|
|
47310
|
-
/**
|
|
47622
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47311
47623
|
workspace_id: string;
|
|
47312
|
-
/**
|
|
47624
|
+
/** Time at which the event was created. */
|
|
47313
47625
|
created_at: string;
|
|
47314
|
-
/**
|
|
47626
|
+
/** Time when the event occurred. */
|
|
47315
47627
|
occurred_at: string;
|
|
47316
47628
|
/** The ID of the access code. */
|
|
47317
47629
|
access_code_id: string;
|
|
@@ -47321,13 +47633,13 @@ interface Routes {
|
|
|
47321
47633
|
connected_account_id: string;
|
|
47322
47634
|
event_type: 'access_code.modified_external_to_seam';
|
|
47323
47635
|
} | {
|
|
47324
|
-
/**
|
|
47636
|
+
/** ID of the event. */
|
|
47325
47637
|
event_id: string;
|
|
47326
|
-
/**
|
|
47638
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47327
47639
|
workspace_id: string;
|
|
47328
|
-
/**
|
|
47640
|
+
/** Time at which the event was created. */
|
|
47329
47641
|
created_at: string;
|
|
47330
|
-
/**
|
|
47642
|
+
/** Time when the event occurred. */
|
|
47331
47643
|
occurred_at: string;
|
|
47332
47644
|
/** The ID of the access code. */
|
|
47333
47645
|
access_code_id: string;
|
|
@@ -47337,13 +47649,13 @@ interface Routes {
|
|
|
47337
47649
|
connected_account_id: string;
|
|
47338
47650
|
event_type: 'access_code.deleted_external_to_seam';
|
|
47339
47651
|
} | {
|
|
47340
|
-
/**
|
|
47652
|
+
/** ID of the event. */
|
|
47341
47653
|
event_id: string;
|
|
47342
|
-
/**
|
|
47654
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47343
47655
|
workspace_id: string;
|
|
47344
|
-
/**
|
|
47656
|
+
/** Time at which the event was created. */
|
|
47345
47657
|
created_at: string;
|
|
47346
|
-
/**
|
|
47658
|
+
/** Time when the event occurred. */
|
|
47347
47659
|
occurred_at: string;
|
|
47348
47660
|
/** The ID of the access code. */
|
|
47349
47661
|
access_code_id: string;
|
|
@@ -47354,13 +47666,13 @@ interface Routes {
|
|
|
47354
47666
|
event_type: 'access_code.backup_access_code_pulled';
|
|
47355
47667
|
backup_access_code_id: string;
|
|
47356
47668
|
} | {
|
|
47357
|
-
/**
|
|
47669
|
+
/** ID of the event. */
|
|
47358
47670
|
event_id: string;
|
|
47359
|
-
/**
|
|
47671
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47360
47672
|
workspace_id: string;
|
|
47361
|
-
/**
|
|
47673
|
+
/** Time at which the event was created. */
|
|
47362
47674
|
created_at: string;
|
|
47363
|
-
/**
|
|
47675
|
+
/** Time when the event occurred. */
|
|
47364
47676
|
occurred_at: string;
|
|
47365
47677
|
/** The ID of the access code. */
|
|
47366
47678
|
access_code_id: string;
|
|
@@ -47370,13 +47682,13 @@ interface Routes {
|
|
|
47370
47682
|
connected_account_id: string;
|
|
47371
47683
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
47372
47684
|
} | {
|
|
47373
|
-
/**
|
|
47685
|
+
/** ID of the event. */
|
|
47374
47686
|
event_id: string;
|
|
47375
|
-
/**
|
|
47687
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47376
47688
|
workspace_id: string;
|
|
47377
|
-
/**
|
|
47689
|
+
/** Time at which the event was created. */
|
|
47378
47690
|
created_at: string;
|
|
47379
|
-
/**
|
|
47691
|
+
/** Time when the event occurred. */
|
|
47380
47692
|
occurred_at: string;
|
|
47381
47693
|
/** The ID of the access code. */
|
|
47382
47694
|
access_code_id: string;
|
|
@@ -47386,13 +47698,13 @@ interface Routes {
|
|
|
47386
47698
|
connected_account_id: string;
|
|
47387
47699
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
47388
47700
|
} | {
|
|
47389
|
-
/**
|
|
47701
|
+
/** ID of the event. */
|
|
47390
47702
|
event_id: string;
|
|
47391
|
-
/**
|
|
47703
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47392
47704
|
workspace_id: string;
|
|
47393
|
-
/**
|
|
47705
|
+
/** Time at which the event was created. */
|
|
47394
47706
|
created_at: string;
|
|
47395
|
-
/**
|
|
47707
|
+
/** Time when the event occurred. */
|
|
47396
47708
|
occurred_at: string;
|
|
47397
47709
|
/** The ID of the access code. */
|
|
47398
47710
|
access_code_id: string;
|
|
@@ -47402,13 +47714,13 @@ interface Routes {
|
|
|
47402
47714
|
connected_account_id: string;
|
|
47403
47715
|
event_type: 'access_code.unmanaged.created';
|
|
47404
47716
|
} | {
|
|
47405
|
-
/**
|
|
47717
|
+
/** ID of the event. */
|
|
47406
47718
|
event_id: string;
|
|
47407
|
-
/**
|
|
47719
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47408
47720
|
workspace_id: string;
|
|
47409
|
-
/**
|
|
47721
|
+
/** Time at which the event was created. */
|
|
47410
47722
|
created_at: string;
|
|
47411
|
-
/**
|
|
47723
|
+
/** Time when the event occurred. */
|
|
47412
47724
|
occurred_at: string;
|
|
47413
47725
|
/** The ID of the access code. */
|
|
47414
47726
|
access_code_id: string;
|
|
@@ -47418,13 +47730,13 @@ interface Routes {
|
|
|
47418
47730
|
connected_account_id: string;
|
|
47419
47731
|
event_type: 'access_code.unmanaged.removed';
|
|
47420
47732
|
} | {
|
|
47421
|
-
/**
|
|
47733
|
+
/** ID of the event. */
|
|
47422
47734
|
event_id: string;
|
|
47423
|
-
/**
|
|
47735
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47424
47736
|
workspace_id: string;
|
|
47425
|
-
/**
|
|
47737
|
+
/** Time at which the event was created. */
|
|
47426
47738
|
created_at: string;
|
|
47427
|
-
/**
|
|
47739
|
+
/** Time when the event occurred. */
|
|
47428
47740
|
occurred_at: string;
|
|
47429
47741
|
/** ID of the connected account.
|
|
47430
47742
|
* @deprecated Will be removed. */
|
|
@@ -47433,13 +47745,13 @@ interface Routes {
|
|
|
47433
47745
|
acs_system_id: string;
|
|
47434
47746
|
event_type: 'acs_system.connected';
|
|
47435
47747
|
} | {
|
|
47436
|
-
/**
|
|
47748
|
+
/** ID of the event. */
|
|
47437
47749
|
event_id: string;
|
|
47438
|
-
/**
|
|
47750
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47439
47751
|
workspace_id: string;
|
|
47440
|
-
/**
|
|
47752
|
+
/** Time at which the event was created. */
|
|
47441
47753
|
created_at: string;
|
|
47442
|
-
/**
|
|
47754
|
+
/** Time when the event occurred. */
|
|
47443
47755
|
occurred_at: string;
|
|
47444
47756
|
/** ID of the connected account.
|
|
47445
47757
|
* @deprecated Will be removed. */
|
|
@@ -47448,13 +47760,13 @@ interface Routes {
|
|
|
47448
47760
|
acs_system_id: string;
|
|
47449
47761
|
event_type: 'acs_system.added';
|
|
47450
47762
|
} | {
|
|
47451
|
-
/**
|
|
47763
|
+
/** ID of the event. */
|
|
47452
47764
|
event_id: string;
|
|
47453
|
-
/**
|
|
47765
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47454
47766
|
workspace_id: string;
|
|
47455
|
-
/**
|
|
47767
|
+
/** Time at which the event was created. */
|
|
47456
47768
|
created_at: string;
|
|
47457
|
-
/**
|
|
47769
|
+
/** Time when the event occurred. */
|
|
47458
47770
|
occurred_at: string;
|
|
47459
47771
|
/** ID of the connected account.
|
|
47460
47772
|
* @deprecated Will be removed. */
|
|
@@ -47463,13 +47775,13 @@ interface Routes {
|
|
|
47463
47775
|
acs_system_id: string;
|
|
47464
47776
|
event_type: 'acs_system.disconnected';
|
|
47465
47777
|
} | {
|
|
47466
|
-
/**
|
|
47778
|
+
/** ID of the event. */
|
|
47467
47779
|
event_id: string;
|
|
47468
|
-
/**
|
|
47780
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47469
47781
|
workspace_id: string;
|
|
47470
|
-
/**
|
|
47782
|
+
/** Time at which the event was created. */
|
|
47471
47783
|
created_at: string;
|
|
47472
|
-
/**
|
|
47784
|
+
/** Time when the event occurred. */
|
|
47473
47785
|
occurred_at: string;
|
|
47474
47786
|
/** ID of the connected account.
|
|
47475
47787
|
* @deprecated Will be removed. */
|
|
@@ -47479,13 +47791,13 @@ interface Routes {
|
|
|
47479
47791
|
acs_credential_id: string;
|
|
47480
47792
|
event_type: 'acs_credential.deleted';
|
|
47481
47793
|
} | {
|
|
47482
|
-
/**
|
|
47794
|
+
/** ID of the event. */
|
|
47483
47795
|
event_id: string;
|
|
47484
|
-
/**
|
|
47796
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47485
47797
|
workspace_id: string;
|
|
47486
|
-
/**
|
|
47798
|
+
/** Time at which the event was created. */
|
|
47487
47799
|
created_at: string;
|
|
47488
|
-
/**
|
|
47800
|
+
/** Time when the event occurred. */
|
|
47489
47801
|
occurred_at: string;
|
|
47490
47802
|
/** ID of the connected account.
|
|
47491
47803
|
* @deprecated Will be removed. */
|
|
@@ -47495,13 +47807,13 @@ interface Routes {
|
|
|
47495
47807
|
acs_credential_id: string;
|
|
47496
47808
|
event_type: 'acs_credential.issued';
|
|
47497
47809
|
} | {
|
|
47498
|
-
/**
|
|
47810
|
+
/** ID of the event. */
|
|
47499
47811
|
event_id: string;
|
|
47500
|
-
/**
|
|
47812
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47501
47813
|
workspace_id: string;
|
|
47502
|
-
/**
|
|
47814
|
+
/** Time at which the event was created. */
|
|
47503
47815
|
created_at: string;
|
|
47504
|
-
/**
|
|
47816
|
+
/** Time when the event occurred. */
|
|
47505
47817
|
occurred_at: string;
|
|
47506
47818
|
/** ID of the connected account.
|
|
47507
47819
|
* @deprecated Will be removed. */
|
|
@@ -47511,13 +47823,13 @@ interface Routes {
|
|
|
47511
47823
|
acs_user_id: string;
|
|
47512
47824
|
event_type: 'acs_user.deleted';
|
|
47513
47825
|
} | {
|
|
47514
|
-
/**
|
|
47826
|
+
/** ID of the event. */
|
|
47515
47827
|
event_id: string;
|
|
47516
|
-
/**
|
|
47828
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47517
47829
|
workspace_id: string;
|
|
47518
|
-
/**
|
|
47830
|
+
/** Time at which the event was created. */
|
|
47519
47831
|
created_at: string;
|
|
47520
|
-
/**
|
|
47832
|
+
/** Time when the event occurred. */
|
|
47521
47833
|
occurred_at: string;
|
|
47522
47834
|
/** ID of the connected account.
|
|
47523
47835
|
* @deprecated Will be removed. */
|
|
@@ -47528,13 +47840,13 @@ interface Routes {
|
|
|
47528
47840
|
acs_encoder_id: string;
|
|
47529
47841
|
event_type: 'acs_encoder.added';
|
|
47530
47842
|
} | {
|
|
47531
|
-
/**
|
|
47843
|
+
/** ID of the event. */
|
|
47532
47844
|
event_id: string;
|
|
47533
|
-
/**
|
|
47845
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47534
47846
|
workspace_id: string;
|
|
47535
|
-
/**
|
|
47847
|
+
/** Time at which the event was created. */
|
|
47536
47848
|
created_at: string;
|
|
47537
|
-
/**
|
|
47849
|
+
/** Time when the event occurred. */
|
|
47538
47850
|
occurred_at: string;
|
|
47539
47851
|
/** ID of the connected account.
|
|
47540
47852
|
* @deprecated Will be removed. */
|
|
@@ -47545,25 +47857,25 @@ interface Routes {
|
|
|
47545
47857
|
acs_encoder_id: string;
|
|
47546
47858
|
event_type: 'acs_encoder.removed';
|
|
47547
47859
|
} | {
|
|
47548
|
-
/**
|
|
47860
|
+
/** ID of the event. */
|
|
47549
47861
|
event_id: string;
|
|
47550
|
-
/**
|
|
47862
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47551
47863
|
workspace_id: string;
|
|
47552
|
-
/**
|
|
47864
|
+
/** Time at which the event was created. */
|
|
47553
47865
|
created_at: string;
|
|
47554
|
-
/**
|
|
47866
|
+
/** Time when the event occurred. */
|
|
47555
47867
|
occurred_at: string;
|
|
47556
47868
|
/** ID of the client session. */
|
|
47557
47869
|
client_session_id: string;
|
|
47558
47870
|
event_type: 'client_session.deleted';
|
|
47559
47871
|
} | {
|
|
47560
|
-
/**
|
|
47872
|
+
/** ID of the event. */
|
|
47561
47873
|
event_id: string;
|
|
47562
|
-
/**
|
|
47874
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47563
47875
|
workspace_id: string;
|
|
47564
|
-
/**
|
|
47876
|
+
/** Time at which the event was created. */
|
|
47565
47877
|
created_at: string;
|
|
47566
|
-
/**
|
|
47878
|
+
/** Time when the event occurred. */
|
|
47567
47879
|
occurred_at: string;
|
|
47568
47880
|
/** ID of the connected account. */
|
|
47569
47881
|
connected_account_id: string;
|
|
@@ -47571,13 +47883,13 @@ interface Routes {
|
|
|
47571
47883
|
/** ID of the connect webview. */
|
|
47572
47884
|
connect_webview_id: string;
|
|
47573
47885
|
} | {
|
|
47574
|
-
/**
|
|
47886
|
+
/** ID of the event. */
|
|
47575
47887
|
event_id: string;
|
|
47576
|
-
/**
|
|
47888
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47577
47889
|
workspace_id: string;
|
|
47578
|
-
/**
|
|
47890
|
+
/** Time at which the event was created. */
|
|
47579
47891
|
created_at: string;
|
|
47580
|
-
/**
|
|
47892
|
+
/** Time when the event occurred. */
|
|
47581
47893
|
occurred_at: string;
|
|
47582
47894
|
/** ID of the connected account. */
|
|
47583
47895
|
connected_account_id: string;
|
|
@@ -47585,13 +47897,13 @@ interface Routes {
|
|
|
47585
47897
|
/** ID of the connect webview. */
|
|
47586
47898
|
connect_webview_id: string;
|
|
47587
47899
|
} | {
|
|
47588
|
-
/**
|
|
47900
|
+
/** ID of the event. */
|
|
47589
47901
|
event_id: string;
|
|
47590
|
-
/**
|
|
47902
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47591
47903
|
workspace_id: string;
|
|
47592
|
-
/**
|
|
47904
|
+
/** Time at which the event was created. */
|
|
47593
47905
|
created_at: string;
|
|
47594
|
-
/**
|
|
47906
|
+
/** Time when the event occurred. */
|
|
47595
47907
|
occurred_at: string;
|
|
47596
47908
|
/** ID of the connected account. */
|
|
47597
47909
|
connected_account_id: string;
|
|
@@ -47599,61 +47911,61 @@ interface Routes {
|
|
|
47599
47911
|
/** ID of the connect webview. */
|
|
47600
47912
|
connect_webview_id: string;
|
|
47601
47913
|
} | {
|
|
47602
|
-
/**
|
|
47914
|
+
/** ID of the event. */
|
|
47603
47915
|
event_id: string;
|
|
47604
|
-
/**
|
|
47916
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47605
47917
|
workspace_id: string;
|
|
47606
|
-
/**
|
|
47918
|
+
/** Time at which the event was created. */
|
|
47607
47919
|
created_at: string;
|
|
47608
|
-
/**
|
|
47920
|
+
/** Time when the event occurred. */
|
|
47609
47921
|
occurred_at: string;
|
|
47610
47922
|
/** ID of the connected account. */
|
|
47611
47923
|
connected_account_id: string;
|
|
47612
47924
|
event_type: 'connected_account.disconnected';
|
|
47613
47925
|
} | {
|
|
47614
|
-
/**
|
|
47926
|
+
/** ID of the event. */
|
|
47615
47927
|
event_id: string;
|
|
47616
|
-
/**
|
|
47928
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47617
47929
|
workspace_id: string;
|
|
47618
|
-
/**
|
|
47930
|
+
/** Time at which the event was created. */
|
|
47619
47931
|
created_at: string;
|
|
47620
|
-
/**
|
|
47932
|
+
/** Time when the event occurred. */
|
|
47621
47933
|
occurred_at: string;
|
|
47622
47934
|
/** ID of the connected account. */
|
|
47623
47935
|
connected_account_id: string;
|
|
47624
47936
|
event_type: 'connected_account.completed_first_sync';
|
|
47625
47937
|
} | {
|
|
47626
|
-
/**
|
|
47938
|
+
/** ID of the event. */
|
|
47627
47939
|
event_id: string;
|
|
47628
|
-
/**
|
|
47940
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47629
47941
|
workspace_id: string;
|
|
47630
|
-
/**
|
|
47942
|
+
/** Time at which the event was created. */
|
|
47631
47943
|
created_at: string;
|
|
47632
|
-
/**
|
|
47944
|
+
/** Time when the event occurred. */
|
|
47633
47945
|
occurred_at: string;
|
|
47634
47946
|
/** ID of the connected account. */
|
|
47635
47947
|
connected_account_id: string;
|
|
47636
47948
|
event_type: 'connected_account.deleted';
|
|
47637
47949
|
} | {
|
|
47638
|
-
/**
|
|
47950
|
+
/** ID of the event. */
|
|
47639
47951
|
event_id: string;
|
|
47640
|
-
/**
|
|
47952
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47641
47953
|
workspace_id: string;
|
|
47642
|
-
/**
|
|
47954
|
+
/** Time at which the event was created. */
|
|
47643
47955
|
created_at: string;
|
|
47644
|
-
/**
|
|
47956
|
+
/** Time when the event occurred. */
|
|
47645
47957
|
occurred_at: string;
|
|
47646
47958
|
/** ID of the connected account. */
|
|
47647
47959
|
connected_account_id: string;
|
|
47648
47960
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
47649
47961
|
} | {
|
|
47650
|
-
/**
|
|
47962
|
+
/** ID of the event. */
|
|
47651
47963
|
event_id: string;
|
|
47652
|
-
/**
|
|
47964
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47653
47965
|
workspace_id: string;
|
|
47654
|
-
/**
|
|
47966
|
+
/** Time at which the event was created. */
|
|
47655
47967
|
created_at: string;
|
|
47656
|
-
/**
|
|
47968
|
+
/** Time when the event occurred. */
|
|
47657
47969
|
occurred_at: string;
|
|
47658
47970
|
/** The ID of the action attempt. */
|
|
47659
47971
|
action_attempt_id: string;
|
|
@@ -47663,13 +47975,13 @@ interface Routes {
|
|
|
47663
47975
|
status: string;
|
|
47664
47976
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
47665
47977
|
} | {
|
|
47666
|
-
/**
|
|
47978
|
+
/** ID of the event. */
|
|
47667
47979
|
event_id: string;
|
|
47668
|
-
/**
|
|
47980
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47669
47981
|
workspace_id: string;
|
|
47670
|
-
/**
|
|
47982
|
+
/** Time at which the event was created. */
|
|
47671
47983
|
created_at: string;
|
|
47672
|
-
/**
|
|
47984
|
+
/** Time when the event occurred. */
|
|
47673
47985
|
occurred_at: string;
|
|
47674
47986
|
/** The ID of the action attempt. */
|
|
47675
47987
|
action_attempt_id: string;
|
|
@@ -47679,13 +47991,13 @@ interface Routes {
|
|
|
47679
47991
|
status: string;
|
|
47680
47992
|
event_type: 'action_attempt.lock_door.failed';
|
|
47681
47993
|
} | {
|
|
47682
|
-
/**
|
|
47994
|
+
/** ID of the event. */
|
|
47683
47995
|
event_id: string;
|
|
47684
|
-
/**
|
|
47996
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47685
47997
|
workspace_id: string;
|
|
47686
|
-
/**
|
|
47998
|
+
/** Time at which the event was created. */
|
|
47687
47999
|
created_at: string;
|
|
47688
|
-
/**
|
|
48000
|
+
/** Time when the event occurred. */
|
|
47689
48001
|
occurred_at: string;
|
|
47690
48002
|
/** The ID of the action attempt. */
|
|
47691
48003
|
action_attempt_id: string;
|
|
@@ -47695,13 +48007,13 @@ interface Routes {
|
|
|
47695
48007
|
status: string;
|
|
47696
48008
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
47697
48009
|
} | {
|
|
47698
|
-
/**
|
|
48010
|
+
/** ID of the event. */
|
|
47699
48011
|
event_id: string;
|
|
47700
|
-
/**
|
|
48012
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47701
48013
|
workspace_id: string;
|
|
47702
|
-
/**
|
|
48014
|
+
/** Time at which the event was created. */
|
|
47703
48015
|
created_at: string;
|
|
47704
|
-
/**
|
|
48016
|
+
/** Time when the event occurred. */
|
|
47705
48017
|
occurred_at: string;
|
|
47706
48018
|
/** The ID of the action attempt. */
|
|
47707
48019
|
action_attempt_id: string;
|
|
@@ -47711,13 +48023,13 @@ interface Routes {
|
|
|
47711
48023
|
status: string;
|
|
47712
48024
|
event_type: 'action_attempt.unlock_door.failed';
|
|
47713
48025
|
} | {
|
|
47714
|
-
/**
|
|
48026
|
+
/** ID of the event. */
|
|
47715
48027
|
event_id: string;
|
|
47716
|
-
/**
|
|
48028
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47717
48029
|
workspace_id: string;
|
|
47718
|
-
/**
|
|
48030
|
+
/** Time at which the event was created. */
|
|
47719
48031
|
created_at: string;
|
|
47720
|
-
/**
|
|
48032
|
+
/** Time when the event occurred. */
|
|
47721
48033
|
occurred_at: string;
|
|
47722
48034
|
/** ID of the connect webview. */
|
|
47723
48035
|
connect_webview_id: string;
|
|
@@ -47725,439 +48037,452 @@ interface Routes {
|
|
|
47725
48037
|
/** ID of the connected account. */
|
|
47726
48038
|
connected_account_id: string;
|
|
47727
48039
|
} | {
|
|
47728
|
-
/**
|
|
48040
|
+
/** ID of the event. */
|
|
47729
48041
|
event_id: string;
|
|
47730
|
-
/**
|
|
48042
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47731
48043
|
workspace_id: string;
|
|
47732
|
-
/**
|
|
48044
|
+
/** Time at which the event was created. */
|
|
47733
48045
|
created_at: string;
|
|
47734
|
-
/**
|
|
48046
|
+
/** Time when the event occurred. */
|
|
47735
48047
|
occurred_at: string;
|
|
47736
48048
|
/** ID of the connect webview. */
|
|
47737
48049
|
connect_webview_id: string;
|
|
47738
48050
|
event_type: 'connect_webview.login_failed';
|
|
47739
48051
|
} | {
|
|
47740
|
-
/**
|
|
48052
|
+
/** ID of the event. */
|
|
47741
48053
|
event_id: string;
|
|
47742
|
-
/**
|
|
48054
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47743
48055
|
workspace_id: string;
|
|
47744
|
-
/**
|
|
48056
|
+
/** Time at which the event was created. */
|
|
47745
48057
|
created_at: string;
|
|
47746
|
-
/**
|
|
48058
|
+
/** Time when the event occurred. */
|
|
47747
48059
|
occurred_at: string;
|
|
47748
48060
|
/** ID of the device. */
|
|
47749
48061
|
device_id: string;
|
|
47750
|
-
/** ID of the connected account. */
|
|
48062
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47751
48063
|
connected_account_id: string;
|
|
47752
48064
|
event_type: 'device.connected';
|
|
47753
48065
|
} | {
|
|
47754
|
-
/**
|
|
48066
|
+
/** ID of the event. */
|
|
47755
48067
|
event_id: string;
|
|
47756
|
-
/**
|
|
48068
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47757
48069
|
workspace_id: string;
|
|
47758
|
-
/**
|
|
48070
|
+
/** Time at which the event was created. */
|
|
47759
48071
|
created_at: string;
|
|
47760
|
-
/**
|
|
48072
|
+
/** Time when the event occurred. */
|
|
47761
48073
|
occurred_at: string;
|
|
47762
48074
|
/** ID of the device. */
|
|
47763
48075
|
device_id: string;
|
|
47764
|
-
/** ID of the connected account. */
|
|
48076
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47765
48077
|
connected_account_id: string;
|
|
47766
48078
|
event_type: 'device.added';
|
|
47767
48079
|
} | {
|
|
47768
|
-
/**
|
|
48080
|
+
/** ID of the event. */
|
|
47769
48081
|
event_id: string;
|
|
47770
|
-
/**
|
|
48082
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47771
48083
|
workspace_id: string;
|
|
47772
|
-
/**
|
|
48084
|
+
/** Time at which the event was created. */
|
|
47773
48085
|
created_at: string;
|
|
47774
|
-
/**
|
|
48086
|
+
/** Time when the event occurred. */
|
|
47775
48087
|
occurred_at: string;
|
|
47776
48088
|
/** ID of the device. */
|
|
47777
48089
|
device_id: string;
|
|
47778
|
-
/** ID of the connected account. */
|
|
48090
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47779
48091
|
connected_account_id: string;
|
|
47780
48092
|
event_type: 'device.converted_to_unmanaged';
|
|
47781
48093
|
} | {
|
|
47782
|
-
/**
|
|
48094
|
+
/** ID of the event. */
|
|
47783
48095
|
event_id: string;
|
|
47784
|
-
/**
|
|
48096
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47785
48097
|
workspace_id: string;
|
|
47786
|
-
/**
|
|
48098
|
+
/** Time at which the event was created. */
|
|
47787
48099
|
created_at: string;
|
|
47788
|
-
/**
|
|
48100
|
+
/** Time when the event occurred. */
|
|
47789
48101
|
occurred_at: string;
|
|
47790
48102
|
/** ID of the device. */
|
|
47791
48103
|
device_id: string;
|
|
47792
|
-
/** ID of the connected account. */
|
|
48104
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47793
48105
|
connected_account_id: string;
|
|
47794
48106
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
47795
48107
|
} | {
|
|
47796
|
-
/**
|
|
48108
|
+
/** ID of the event. */
|
|
47797
48109
|
event_id: string;
|
|
47798
|
-
/**
|
|
48110
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47799
48111
|
workspace_id: string;
|
|
47800
|
-
/**
|
|
48112
|
+
/** Time at which the event was created. */
|
|
47801
48113
|
created_at: string;
|
|
47802
|
-
/**
|
|
48114
|
+
/** Time when the event occurred. */
|
|
47803
48115
|
occurred_at: string;
|
|
47804
48116
|
/** ID of the device. */
|
|
47805
48117
|
device_id: string;
|
|
47806
|
-
/** ID of the connected account. */
|
|
48118
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47807
48119
|
connected_account_id: string;
|
|
47808
48120
|
event_type: 'device.unmanaged.connected';
|
|
47809
48121
|
} | {
|
|
47810
|
-
/**
|
|
48122
|
+
/** ID of the event. */
|
|
47811
48123
|
event_id: string;
|
|
47812
|
-
/**
|
|
48124
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47813
48125
|
workspace_id: string;
|
|
47814
|
-
/**
|
|
48126
|
+
/** Time at which the event was created. */
|
|
47815
48127
|
created_at: string;
|
|
47816
|
-
/**
|
|
48128
|
+
/** Time when the event occurred. */
|
|
47817
48129
|
occurred_at: string;
|
|
47818
48130
|
/** ID of the device. */
|
|
47819
48131
|
device_id: string;
|
|
47820
|
-
/** ID of the connected account. */
|
|
48132
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47821
48133
|
connected_account_id: string;
|
|
47822
48134
|
event_type: 'device.disconnected';
|
|
47823
|
-
/**
|
|
48135
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47824
48136
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47825
48137
|
} | {
|
|
47826
|
-
/**
|
|
48138
|
+
/** ID of the event. */
|
|
47827
48139
|
event_id: string;
|
|
47828
|
-
/**
|
|
48140
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47829
48141
|
workspace_id: string;
|
|
47830
|
-
/**
|
|
48142
|
+
/** Time at which the event was created. */
|
|
47831
48143
|
created_at: string;
|
|
47832
|
-
/**
|
|
48144
|
+
/** Time when the event occurred. */
|
|
47833
48145
|
occurred_at: string;
|
|
47834
48146
|
/** ID of the device. */
|
|
47835
48147
|
device_id: string;
|
|
47836
|
-
/** ID of the connected account. */
|
|
48148
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47837
48149
|
connected_account_id: string;
|
|
47838
48150
|
event_type: 'device.unmanaged.disconnected';
|
|
47839
|
-
/**
|
|
48151
|
+
/** Error code associated with the disconnection event, if any. */
|
|
47840
48152
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
47841
48153
|
} | {
|
|
47842
|
-
/**
|
|
48154
|
+
/** ID of the event. */
|
|
47843
48155
|
event_id: string;
|
|
47844
|
-
/**
|
|
48156
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47845
48157
|
workspace_id: string;
|
|
47846
|
-
/**
|
|
48158
|
+
/** Time at which the event was created. */
|
|
47847
48159
|
created_at: string;
|
|
47848
|
-
/**
|
|
48160
|
+
/** Time when the event occurred. */
|
|
47849
48161
|
occurred_at: string;
|
|
47850
48162
|
/** ID of the device. */
|
|
47851
48163
|
device_id: string;
|
|
47852
|
-
/** ID of the connected account. */
|
|
48164
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47853
48165
|
connected_account_id: string;
|
|
47854
48166
|
event_type: 'device.tampered';
|
|
47855
48167
|
} | {
|
|
47856
|
-
/**
|
|
48168
|
+
/** ID of the event. */
|
|
47857
48169
|
event_id: string;
|
|
47858
|
-
/**
|
|
48170
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47859
48171
|
workspace_id: string;
|
|
47860
|
-
/**
|
|
48172
|
+
/** Time at which the event was created. */
|
|
47861
48173
|
created_at: string;
|
|
47862
|
-
/**
|
|
48174
|
+
/** Time when the event occurred. */
|
|
47863
48175
|
occurred_at: string;
|
|
47864
48176
|
/** ID of the device. */
|
|
47865
48177
|
device_id: string;
|
|
47866
|
-
/** ID of the connected account. */
|
|
48178
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47867
48179
|
connected_account_id: string;
|
|
47868
48180
|
event_type: 'device.low_battery';
|
|
47869
|
-
/**
|
|
48181
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47870
48182
|
battery_level: number;
|
|
47871
48183
|
} | {
|
|
47872
|
-
/**
|
|
48184
|
+
/** ID of the event. */
|
|
47873
48185
|
event_id: string;
|
|
47874
|
-
/**
|
|
48186
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47875
48187
|
workspace_id: string;
|
|
47876
|
-
/**
|
|
48188
|
+
/** Time at which the event was created. */
|
|
47877
48189
|
created_at: string;
|
|
47878
|
-
/**
|
|
48190
|
+
/** Time when the event occurred. */
|
|
47879
48191
|
occurred_at: string;
|
|
47880
48192
|
/** ID of the device. */
|
|
47881
48193
|
device_id: string;
|
|
47882
|
-
/** ID of the connected account. */
|
|
48194
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47883
48195
|
connected_account_id: string;
|
|
47884
48196
|
event_type: 'device.battery_status_changed';
|
|
47885
|
-
/**
|
|
48197
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
47886
48198
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
47887
|
-
/**
|
|
48199
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
47888
48200
|
battery_level: number;
|
|
47889
48201
|
} | {
|
|
47890
|
-
/**
|
|
48202
|
+
/** ID of the event. */
|
|
47891
48203
|
event_id: string;
|
|
47892
|
-
/**
|
|
48204
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47893
48205
|
workspace_id: string;
|
|
47894
|
-
/**
|
|
48206
|
+
/** Time at which the event was created. */
|
|
47895
48207
|
created_at: string;
|
|
47896
|
-
/**
|
|
48208
|
+
/** Time when the event occurred. */
|
|
47897
48209
|
occurred_at: string;
|
|
47898
48210
|
/** ID of the device. */
|
|
47899
48211
|
device_id: string;
|
|
47900
|
-
/** ID of the connected account. */
|
|
48212
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47901
48213
|
connected_account_id: string;
|
|
47902
48214
|
event_type: 'device.removed';
|
|
47903
48215
|
} | {
|
|
47904
|
-
/**
|
|
48216
|
+
/** ID of the event. */
|
|
47905
48217
|
event_id: string;
|
|
47906
|
-
/**
|
|
48218
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47907
48219
|
workspace_id: string;
|
|
47908
|
-
/**
|
|
48220
|
+
/** Time at which the event was created. */
|
|
47909
48221
|
created_at: string;
|
|
47910
|
-
/**
|
|
48222
|
+
/** Time when the event occurred. */
|
|
47911
48223
|
occurred_at: string;
|
|
47912
48224
|
/** ID of the device. */
|
|
47913
48225
|
device_id: string;
|
|
47914
|
-
/** ID of the connected account. */
|
|
48226
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47915
48227
|
connected_account_id: string;
|
|
47916
48228
|
event_type: 'device.deleted';
|
|
47917
48229
|
} | {
|
|
47918
|
-
/**
|
|
48230
|
+
/** ID of the event. */
|
|
47919
48231
|
event_id: string;
|
|
47920
|
-
/**
|
|
48232
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47921
48233
|
workspace_id: string;
|
|
47922
|
-
/**
|
|
48234
|
+
/** Time at which the event was created. */
|
|
47923
48235
|
created_at: string;
|
|
47924
|
-
/**
|
|
48236
|
+
/** Time when the event occurred. */
|
|
47925
48237
|
occurred_at: string;
|
|
47926
48238
|
/** ID of the device. */
|
|
47927
48239
|
device_id: string;
|
|
47928
|
-
/** ID of the connected account. */
|
|
48240
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47929
48241
|
connected_account_id: string;
|
|
47930
48242
|
event_type: 'device.third_party_integration_detected';
|
|
47931
48243
|
} | {
|
|
47932
|
-
/**
|
|
48244
|
+
/** ID of the event. */
|
|
47933
48245
|
event_id: string;
|
|
47934
|
-
/**
|
|
48246
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47935
48247
|
workspace_id: string;
|
|
47936
|
-
/**
|
|
48248
|
+
/** Time at which the event was created. */
|
|
47937
48249
|
created_at: string;
|
|
47938
|
-
/**
|
|
48250
|
+
/** Time when the event occurred. */
|
|
47939
48251
|
occurred_at: string;
|
|
47940
48252
|
/** ID of the device. */
|
|
47941
48253
|
device_id: string;
|
|
47942
|
-
/** ID of the connected account. */
|
|
48254
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47943
48255
|
connected_account_id: string;
|
|
47944
48256
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
47945
48257
|
} | {
|
|
47946
|
-
/**
|
|
48258
|
+
/** ID of the event. */
|
|
47947
48259
|
event_id: string;
|
|
47948
|
-
/**
|
|
48260
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47949
48261
|
workspace_id: string;
|
|
47950
|
-
/**
|
|
48262
|
+
/** Time at which the event was created. */
|
|
47951
48263
|
created_at: string;
|
|
47952
|
-
/**
|
|
48264
|
+
/** Time when the event occurred. */
|
|
47953
48265
|
occurred_at: string;
|
|
47954
48266
|
/** ID of the device. */
|
|
47955
48267
|
device_id: string;
|
|
47956
|
-
/** ID of the connected account. */
|
|
48268
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47957
48269
|
connected_account_id: string;
|
|
47958
48270
|
event_type: 'device.salto.privacy_mode_activated';
|
|
47959
48271
|
} | {
|
|
47960
|
-
/**
|
|
48272
|
+
/** ID of the event. */
|
|
47961
48273
|
event_id: string;
|
|
47962
|
-
/**
|
|
48274
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47963
48275
|
workspace_id: string;
|
|
47964
|
-
/**
|
|
48276
|
+
/** Time at which the event was created. */
|
|
47965
48277
|
created_at: string;
|
|
47966
|
-
/**
|
|
48278
|
+
/** Time when the event occurred. */
|
|
47967
48279
|
occurred_at: string;
|
|
47968
48280
|
/** ID of the device. */
|
|
47969
48281
|
device_id: string;
|
|
47970
|
-
/** ID of the connected account. */
|
|
48282
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47971
48283
|
connected_account_id: string;
|
|
47972
48284
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
47973
48285
|
} | {
|
|
47974
|
-
/**
|
|
48286
|
+
/** ID of the event. */
|
|
47975
48287
|
event_id: string;
|
|
47976
|
-
/**
|
|
48288
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47977
48289
|
workspace_id: string;
|
|
47978
|
-
/**
|
|
48290
|
+
/** Time at which the event was created. */
|
|
47979
48291
|
created_at: string;
|
|
47980
|
-
/**
|
|
48292
|
+
/** Time when the event occurred. */
|
|
47981
48293
|
occurred_at: string;
|
|
47982
48294
|
/** ID of the device. */
|
|
47983
48295
|
device_id: string;
|
|
47984
|
-
/** ID of the connected account. */
|
|
48296
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47985
48297
|
connected_account_id: string;
|
|
47986
48298
|
event_type: 'device.connection_became_flaky';
|
|
47987
48299
|
} | {
|
|
47988
|
-
/**
|
|
48300
|
+
/** ID of the event. */
|
|
47989
48301
|
event_id: string;
|
|
47990
|
-
/**
|
|
48302
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
47991
48303
|
workspace_id: string;
|
|
47992
|
-
/**
|
|
48304
|
+
/** Time at which the event was created. */
|
|
47993
48305
|
created_at: string;
|
|
47994
|
-
/**
|
|
48306
|
+
/** Time when the event occurred. */
|
|
47995
48307
|
occurred_at: string;
|
|
47996
48308
|
/** ID of the device. */
|
|
47997
48309
|
device_id: string;
|
|
47998
|
-
/** ID of the connected account. */
|
|
48310
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
47999
48311
|
connected_account_id: string;
|
|
48000
48312
|
event_type: 'device.connection_stabilized';
|
|
48001
48313
|
} | {
|
|
48002
|
-
/**
|
|
48314
|
+
/** ID of the event. */
|
|
48003
48315
|
event_id: string;
|
|
48004
|
-
/**
|
|
48316
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48005
48317
|
workspace_id: string;
|
|
48006
|
-
/**
|
|
48318
|
+
/** Time at which the event was created. */
|
|
48007
48319
|
created_at: string;
|
|
48008
|
-
/**
|
|
48320
|
+
/** Time when the event occurred. */
|
|
48009
48321
|
occurred_at: string;
|
|
48010
48322
|
/** ID of the device. */
|
|
48011
48323
|
device_id: string;
|
|
48012
|
-
/** ID of the connected account. */
|
|
48324
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48013
48325
|
connected_account_id: string;
|
|
48014
48326
|
event_type: 'device.error.subscription_required';
|
|
48015
48327
|
} | {
|
|
48016
|
-
/**
|
|
48328
|
+
/** ID of the event. */
|
|
48017
48329
|
event_id: string;
|
|
48018
|
-
/**
|
|
48330
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48019
48331
|
workspace_id: string;
|
|
48020
|
-
/**
|
|
48332
|
+
/** Time at which the event was created. */
|
|
48021
48333
|
created_at: string;
|
|
48022
|
-
/**
|
|
48334
|
+
/** Time when the event occurred. */
|
|
48023
48335
|
occurred_at: string;
|
|
48024
48336
|
/** ID of the device. */
|
|
48025
48337
|
device_id: string;
|
|
48026
|
-
/** ID of the connected account. */
|
|
48338
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48027
48339
|
connected_account_id: string;
|
|
48028
48340
|
event_type: 'device.error.subscription_required.resolved';
|
|
48029
48341
|
} | {
|
|
48030
|
-
/**
|
|
48342
|
+
/** ID of the event. */
|
|
48031
48343
|
event_id: string;
|
|
48032
|
-
/**
|
|
48344
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48033
48345
|
workspace_id: string;
|
|
48034
|
-
/**
|
|
48346
|
+
/** Time at which the event was created. */
|
|
48035
48347
|
created_at: string;
|
|
48036
|
-
/**
|
|
48348
|
+
/** Time when the event occurred. */
|
|
48037
48349
|
occurred_at: string;
|
|
48038
48350
|
/** ID of the device. */
|
|
48039
48351
|
device_id: string;
|
|
48040
|
-
/** ID of the connected account. */
|
|
48352
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48041
48353
|
connected_account_id: string;
|
|
48042
48354
|
event_type: 'device.accessory_keypad_connected';
|
|
48043
48355
|
} | {
|
|
48044
|
-
/**
|
|
48356
|
+
/** ID of the event. */
|
|
48045
48357
|
event_id: string;
|
|
48046
|
-
/**
|
|
48358
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48047
48359
|
workspace_id: string;
|
|
48048
|
-
/**
|
|
48360
|
+
/** Time at which the event was created. */
|
|
48049
48361
|
created_at: string;
|
|
48050
|
-
/**
|
|
48362
|
+
/** Time when the event occurred. */
|
|
48051
48363
|
occurred_at: string;
|
|
48052
48364
|
/** ID of the device. */
|
|
48053
48365
|
device_id: string;
|
|
48054
|
-
/** ID of the connected account. */
|
|
48366
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48055
48367
|
connected_account_id: string;
|
|
48056
48368
|
event_type: 'device.accessory_keypad_disconnected';
|
|
48057
48369
|
} | {
|
|
48058
|
-
/**
|
|
48370
|
+
/** ID of the event. */
|
|
48059
48371
|
event_id: string;
|
|
48060
|
-
/**
|
|
48372
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48061
48373
|
workspace_id: string;
|
|
48062
|
-
/**
|
|
48374
|
+
/** Time at which the event was created. */
|
|
48063
48375
|
created_at: string;
|
|
48064
|
-
/**
|
|
48376
|
+
/** Time when the event occurred. */
|
|
48065
48377
|
occurred_at: string;
|
|
48066
48378
|
/** ID of the device. */
|
|
48067
48379
|
device_id: string;
|
|
48068
|
-
/** ID of the connected account. */
|
|
48380
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48069
48381
|
connected_account_id: string;
|
|
48070
48382
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
48383
|
+
/** Detected noise level in decibels. */
|
|
48071
48384
|
noise_level_decibels?: number | undefined;
|
|
48385
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
48072
48386
|
noise_level_nrs?: number | undefined;
|
|
48387
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
48073
48388
|
noise_threshold_id?: string | undefined;
|
|
48389
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
48074
48390
|
noise_threshold_name?: string | undefined;
|
|
48075
|
-
/** Metadata from
|
|
48391
|
+
/** Metadata from Noiseaware. */
|
|
48076
48392
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
48077
|
-
/** Metadata from
|
|
48393
|
+
/** Metadata from Minut. */
|
|
48078
48394
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
48079
48395
|
} | {
|
|
48080
|
-
/**
|
|
48396
|
+
/** ID of the event. */
|
|
48081
48397
|
event_id: string;
|
|
48082
|
-
/**
|
|
48398
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48083
48399
|
workspace_id: string;
|
|
48084
|
-
/**
|
|
48400
|
+
/** Time at which the event was created. */
|
|
48085
48401
|
created_at: string;
|
|
48086
|
-
/**
|
|
48402
|
+
/** Time when the event occurred. */
|
|
48087
48403
|
occurred_at: string;
|
|
48088
48404
|
/** ID of the device. */
|
|
48089
48405
|
device_id: string;
|
|
48090
|
-
/** ID of the connected account. */
|
|
48406
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48091
48407
|
connected_account_id: string;
|
|
48092
48408
|
event_type: 'lock.locked';
|
|
48409
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
48093
48410
|
access_code_id?: string | undefined;
|
|
48411
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
48094
48412
|
action_attempt_id?: string | undefined;
|
|
48095
|
-
/** Method by which a lock device was locked
|
|
48413
|
+
/** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
48096
48414
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48097
48415
|
} | {
|
|
48098
|
-
/**
|
|
48416
|
+
/** ID of the event. */
|
|
48099
48417
|
event_id: string;
|
|
48100
|
-
/**
|
|
48418
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48101
48419
|
workspace_id: string;
|
|
48102
|
-
/**
|
|
48420
|
+
/** Time at which the event was created. */
|
|
48103
48421
|
created_at: string;
|
|
48104
|
-
/**
|
|
48422
|
+
/** Time when the event occurred. */
|
|
48105
48423
|
occurred_at: string;
|
|
48106
48424
|
/** ID of the device. */
|
|
48107
48425
|
device_id: string;
|
|
48108
|
-
/** ID of the connected account. */
|
|
48426
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48109
48427
|
connected_account_id: string;
|
|
48110
48428
|
event_type: 'lock.unlocked';
|
|
48429
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
48111
48430
|
access_code_id?: string | undefined;
|
|
48431
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
48112
48432
|
action_attempt_id?: string | undefined;
|
|
48113
|
-
/** Method by which a lock device was
|
|
48433
|
+
/** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
48114
48434
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
48115
48435
|
} | {
|
|
48116
|
-
/**
|
|
48436
|
+
/** ID of the event. */
|
|
48117
48437
|
event_id: string;
|
|
48118
|
-
/**
|
|
48438
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48119
48439
|
workspace_id: string;
|
|
48120
|
-
/**
|
|
48440
|
+
/** Time at which the event was created. */
|
|
48121
48441
|
created_at: string;
|
|
48122
|
-
/**
|
|
48442
|
+
/** Time when the event occurred. */
|
|
48123
48443
|
occurred_at: string;
|
|
48124
48444
|
/** ID of the device. */
|
|
48125
48445
|
device_id: string;
|
|
48126
|
-
/** ID of the connected account. */
|
|
48446
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48127
48447
|
connected_account_id: string;
|
|
48128
48448
|
event_type: 'lock.access_denied';
|
|
48449
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
48129
48450
|
access_code_id?: string | undefined;
|
|
48130
48451
|
} | {
|
|
48131
|
-
/**
|
|
48452
|
+
/** ID of the event. */
|
|
48132
48453
|
event_id: string;
|
|
48133
|
-
/**
|
|
48454
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48134
48455
|
workspace_id: string;
|
|
48135
|
-
/**
|
|
48456
|
+
/** Time at which the event was created. */
|
|
48136
48457
|
created_at: string;
|
|
48137
|
-
/**
|
|
48458
|
+
/** Time when the event occurred. */
|
|
48138
48459
|
occurred_at: string;
|
|
48139
48460
|
/** ID of the device. */
|
|
48140
48461
|
device_id: string;
|
|
48141
|
-
/** ID of the connected account. */
|
|
48462
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48142
48463
|
connected_account_id: string;
|
|
48143
48464
|
event_type: 'thermostat.climate_preset_activated';
|
|
48465
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
48144
48466
|
thermostat_schedule_id: string | null;
|
|
48467
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
48145
48468
|
climate_preset_key: string;
|
|
48469
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
|
|
48146
48470
|
is_fallback_climate_preset: boolean;
|
|
48147
48471
|
} | {
|
|
48148
|
-
/**
|
|
48472
|
+
/** ID of the event. */
|
|
48149
48473
|
event_id: string;
|
|
48150
|
-
/**
|
|
48474
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48151
48475
|
workspace_id: string;
|
|
48152
|
-
/**
|
|
48476
|
+
/** Time at which the event was created. */
|
|
48153
48477
|
created_at: string;
|
|
48154
|
-
/**
|
|
48478
|
+
/** Time when the event occurred. */
|
|
48155
48479
|
occurred_at: string;
|
|
48156
48480
|
/** ID of the device. */
|
|
48157
48481
|
device_id: string;
|
|
48158
|
-
/** ID of the connected account. */
|
|
48482
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48159
48483
|
connected_account_id: string;
|
|
48160
48484
|
event_type: 'thermostat.manually_adjusted';
|
|
48485
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
48161
48486
|
method: 'seam' | 'external';
|
|
48162
48487
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
48163
48488
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -48172,65 +48497,77 @@ interface Routes {
|
|
|
48172
48497
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
48173
48498
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
48174
48499
|
} | {
|
|
48175
|
-
/**
|
|
48500
|
+
/** ID of the event. */
|
|
48176
48501
|
event_id: string;
|
|
48177
|
-
/**
|
|
48502
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48178
48503
|
workspace_id: string;
|
|
48179
|
-
/**
|
|
48504
|
+
/** Time at which the event was created. */
|
|
48180
48505
|
created_at: string;
|
|
48181
|
-
/**
|
|
48506
|
+
/** Time when the event occurred. */
|
|
48182
48507
|
occurred_at: string;
|
|
48183
48508
|
/** ID of the device. */
|
|
48184
48509
|
device_id: string;
|
|
48185
|
-
/** ID of the connected account. */
|
|
48510
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48186
48511
|
connected_account_id: string;
|
|
48187
48512
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
48513
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48188
48514
|
temperature_celsius: number;
|
|
48515
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48189
48516
|
temperature_fahrenheit: number;
|
|
48517
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48190
48518
|
upper_limit_celsius: number | null;
|
|
48519
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48191
48520
|
upper_limit_fahrenheit: number | null;
|
|
48521
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48192
48522
|
lower_limit_celsius: number | null;
|
|
48523
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48193
48524
|
lower_limit_fahrenheit: number | null;
|
|
48194
48525
|
} | {
|
|
48195
|
-
/**
|
|
48526
|
+
/** ID of the event. */
|
|
48196
48527
|
event_id: string;
|
|
48197
|
-
/**
|
|
48528
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48198
48529
|
workspace_id: string;
|
|
48199
|
-
/**
|
|
48530
|
+
/** Time at which the event was created. */
|
|
48200
48531
|
created_at: string;
|
|
48201
|
-
/**
|
|
48532
|
+
/** Time when the event occurred. */
|
|
48202
48533
|
occurred_at: string;
|
|
48203
48534
|
/** ID of the device. */
|
|
48204
48535
|
device_id: string;
|
|
48205
|
-
/** ID of the connected account. */
|
|
48536
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48206
48537
|
connected_account_id: string;
|
|
48207
48538
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
48539
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
48208
48540
|
temperature_celsius: number;
|
|
48541
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
48209
48542
|
temperature_fahrenheit: number;
|
|
48543
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48210
48544
|
upper_limit_celsius: number | null;
|
|
48545
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48211
48546
|
upper_limit_fahrenheit: number | null;
|
|
48547
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48212
48548
|
lower_limit_celsius: number | null;
|
|
48549
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
48213
48550
|
lower_limit_fahrenheit: number | null;
|
|
48214
48551
|
} | {
|
|
48215
|
-
/**
|
|
48552
|
+
/** ID of the event. */
|
|
48216
48553
|
event_id: string;
|
|
48217
|
-
/**
|
|
48554
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48218
48555
|
workspace_id: string;
|
|
48219
|
-
/**
|
|
48556
|
+
/** Time at which the event was created. */
|
|
48220
48557
|
created_at: string;
|
|
48221
|
-
/**
|
|
48558
|
+
/** Time when the event occurred. */
|
|
48222
48559
|
occurred_at: string;
|
|
48223
48560
|
/** ID of the enrollment automation. */
|
|
48224
48561
|
enrollment_automation_id: string;
|
|
48225
48562
|
event_type: 'enrollment_automation.deleted';
|
|
48226
48563
|
} | {
|
|
48227
|
-
/**
|
|
48564
|
+
/** ID of the event. */
|
|
48228
48565
|
event_id: string;
|
|
48229
|
-
/**
|
|
48566
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48230
48567
|
workspace_id: string;
|
|
48231
|
-
/**
|
|
48568
|
+
/** Time at which the event was created. */
|
|
48232
48569
|
created_at: string;
|
|
48233
|
-
/**
|
|
48570
|
+
/** Time when the event occurred. */
|
|
48234
48571
|
occurred_at: string;
|
|
48235
48572
|
/** ID of the device. */
|
|
48236
48573
|
device_id: string;
|
|
@@ -48263,13 +48600,13 @@ interface Routes {
|
|
|
48263
48600
|
formData: {};
|
|
48264
48601
|
jsonResponse: {
|
|
48265
48602
|
events: Array<{
|
|
48266
|
-
/**
|
|
48603
|
+
/** ID of the event. */
|
|
48267
48604
|
event_id: string;
|
|
48268
|
-
/**
|
|
48605
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48269
48606
|
workspace_id: string;
|
|
48270
|
-
/**
|
|
48607
|
+
/** Time at which the event was created. */
|
|
48271
48608
|
created_at: string;
|
|
48272
|
-
/**
|
|
48609
|
+
/** Time when the event occurred. */
|
|
48273
48610
|
occurred_at: string;
|
|
48274
48611
|
/** The ID of the access code. */
|
|
48275
48612
|
access_code_id: string;
|
|
@@ -48279,13 +48616,13 @@ interface Routes {
|
|
|
48279
48616
|
connected_account_id: string;
|
|
48280
48617
|
event_type: 'access_code.created';
|
|
48281
48618
|
} | {
|
|
48282
|
-
/**
|
|
48619
|
+
/** ID of the event. */
|
|
48283
48620
|
event_id: string;
|
|
48284
|
-
/**
|
|
48621
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48285
48622
|
workspace_id: string;
|
|
48286
|
-
/**
|
|
48623
|
+
/** Time at which the event was created. */
|
|
48287
48624
|
created_at: string;
|
|
48288
|
-
/**
|
|
48625
|
+
/** Time when the event occurred. */
|
|
48289
48626
|
occurred_at: string;
|
|
48290
48627
|
/** The ID of the access code. */
|
|
48291
48628
|
access_code_id: string;
|
|
@@ -48295,13 +48632,13 @@ interface Routes {
|
|
|
48295
48632
|
connected_account_id: string;
|
|
48296
48633
|
event_type: 'access_code.changed';
|
|
48297
48634
|
} | {
|
|
48298
|
-
/**
|
|
48635
|
+
/** ID of the event. */
|
|
48299
48636
|
event_id: string;
|
|
48300
|
-
/**
|
|
48637
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48301
48638
|
workspace_id: string;
|
|
48302
|
-
/**
|
|
48639
|
+
/** Time at which the event was created. */
|
|
48303
48640
|
created_at: string;
|
|
48304
|
-
/**
|
|
48641
|
+
/** Time when the event occurred. */
|
|
48305
48642
|
occurred_at: string;
|
|
48306
48643
|
/** The ID of the access code. */
|
|
48307
48644
|
access_code_id: string;
|
|
@@ -48313,13 +48650,13 @@ interface Routes {
|
|
|
48313
48650
|
/** The code of the access code. */
|
|
48314
48651
|
code: string;
|
|
48315
48652
|
} | {
|
|
48316
|
-
/**
|
|
48653
|
+
/** ID of the event. */
|
|
48317
48654
|
event_id: string;
|
|
48318
|
-
/**
|
|
48655
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48319
48656
|
workspace_id: string;
|
|
48320
|
-
/**
|
|
48657
|
+
/** Time at which the event was created. */
|
|
48321
48658
|
created_at: string;
|
|
48322
|
-
/**
|
|
48659
|
+
/** Time when the event occurred. */
|
|
48323
48660
|
occurred_at: string;
|
|
48324
48661
|
/** The ID of the access code. */
|
|
48325
48662
|
access_code_id: string;
|
|
@@ -48331,13 +48668,13 @@ interface Routes {
|
|
|
48331
48668
|
/** The code of the access code. */
|
|
48332
48669
|
code: string;
|
|
48333
48670
|
} | {
|
|
48334
|
-
/**
|
|
48671
|
+
/** ID of the event. */
|
|
48335
48672
|
event_id: string;
|
|
48336
|
-
/**
|
|
48673
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48337
48674
|
workspace_id: string;
|
|
48338
|
-
/**
|
|
48675
|
+
/** Time at which the event was created. */
|
|
48339
48676
|
created_at: string;
|
|
48340
|
-
/**
|
|
48677
|
+
/** Time when the event occurred. */
|
|
48341
48678
|
occurred_at: string;
|
|
48342
48679
|
/** The ID of the access code. */
|
|
48343
48680
|
access_code_id: string;
|
|
@@ -48347,13 +48684,13 @@ interface Routes {
|
|
|
48347
48684
|
connected_account_id: string;
|
|
48348
48685
|
event_type: 'access_code.removed_from_device';
|
|
48349
48686
|
} | {
|
|
48350
|
-
/**
|
|
48687
|
+
/** ID of the event. */
|
|
48351
48688
|
event_id: string;
|
|
48352
|
-
/**
|
|
48689
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48353
48690
|
workspace_id: string;
|
|
48354
|
-
/**
|
|
48691
|
+
/** Time at which the event was created. */
|
|
48355
48692
|
created_at: string;
|
|
48356
|
-
/**
|
|
48693
|
+
/** Time when the event occurred. */
|
|
48357
48694
|
occurred_at: string;
|
|
48358
48695
|
/** The ID of the access code. */
|
|
48359
48696
|
access_code_id: string;
|
|
@@ -48363,13 +48700,13 @@ interface Routes {
|
|
|
48363
48700
|
connected_account_id: string;
|
|
48364
48701
|
event_type: 'access_code.delay_in_setting_on_device';
|
|
48365
48702
|
} | {
|
|
48366
|
-
/**
|
|
48703
|
+
/** ID of the event. */
|
|
48367
48704
|
event_id: string;
|
|
48368
|
-
/**
|
|
48705
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48369
48706
|
workspace_id: string;
|
|
48370
|
-
/**
|
|
48707
|
+
/** Time at which the event was created. */
|
|
48371
48708
|
created_at: string;
|
|
48372
|
-
/**
|
|
48709
|
+
/** Time when the event occurred. */
|
|
48373
48710
|
occurred_at: string;
|
|
48374
48711
|
/** The ID of the access code. */
|
|
48375
48712
|
access_code_id: string;
|
|
@@ -48379,13 +48716,13 @@ interface Routes {
|
|
|
48379
48716
|
connected_account_id: string;
|
|
48380
48717
|
event_type: 'access_code.failed_to_set_on_device';
|
|
48381
48718
|
} | {
|
|
48382
|
-
/**
|
|
48719
|
+
/** ID of the event. */
|
|
48383
48720
|
event_id: string;
|
|
48384
|
-
/**
|
|
48721
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48385
48722
|
workspace_id: string;
|
|
48386
|
-
/**
|
|
48723
|
+
/** Time at which the event was created. */
|
|
48387
48724
|
created_at: string;
|
|
48388
|
-
/**
|
|
48725
|
+
/** Time when the event occurred. */
|
|
48389
48726
|
occurred_at: string;
|
|
48390
48727
|
/** The ID of the access code. */
|
|
48391
48728
|
access_code_id: string;
|
|
@@ -48397,13 +48734,13 @@ interface Routes {
|
|
|
48397
48734
|
/** The code of the access code. */
|
|
48398
48735
|
code: string | null;
|
|
48399
48736
|
} | {
|
|
48400
|
-
/**
|
|
48737
|
+
/** ID of the event. */
|
|
48401
48738
|
event_id: string;
|
|
48402
|
-
/**
|
|
48739
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48403
48740
|
workspace_id: string;
|
|
48404
|
-
/**
|
|
48741
|
+
/** Time at which the event was created. */
|
|
48405
48742
|
created_at: string;
|
|
48406
|
-
/**
|
|
48743
|
+
/** Time when the event occurred. */
|
|
48407
48744
|
occurred_at: string;
|
|
48408
48745
|
/** The ID of the access code. */
|
|
48409
48746
|
access_code_id: string;
|
|
@@ -48413,13 +48750,13 @@ interface Routes {
|
|
|
48413
48750
|
connected_account_id: string;
|
|
48414
48751
|
event_type: 'access_code.delay_in_removing_from_device';
|
|
48415
48752
|
} | {
|
|
48416
|
-
/**
|
|
48753
|
+
/** ID of the event. */
|
|
48417
48754
|
event_id: string;
|
|
48418
|
-
/**
|
|
48755
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48419
48756
|
workspace_id: string;
|
|
48420
|
-
/**
|
|
48757
|
+
/** Time at which the event was created. */
|
|
48421
48758
|
created_at: string;
|
|
48422
|
-
/**
|
|
48759
|
+
/** Time when the event occurred. */
|
|
48423
48760
|
occurred_at: string;
|
|
48424
48761
|
/** The ID of the access code. */
|
|
48425
48762
|
access_code_id: string;
|
|
@@ -48429,13 +48766,13 @@ interface Routes {
|
|
|
48429
48766
|
connected_account_id: string;
|
|
48430
48767
|
event_type: 'access_code.failed_to_remove_from_device';
|
|
48431
48768
|
} | {
|
|
48432
|
-
/**
|
|
48769
|
+
/** ID of the event. */
|
|
48433
48770
|
event_id: string;
|
|
48434
|
-
/**
|
|
48771
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48435
48772
|
workspace_id: string;
|
|
48436
|
-
/**
|
|
48773
|
+
/** Time at which the event was created. */
|
|
48437
48774
|
created_at: string;
|
|
48438
|
-
/**
|
|
48775
|
+
/** Time when the event occurred. */
|
|
48439
48776
|
occurred_at: string;
|
|
48440
48777
|
/** The ID of the access code. */
|
|
48441
48778
|
access_code_id: string;
|
|
@@ -48445,13 +48782,13 @@ interface Routes {
|
|
|
48445
48782
|
connected_account_id: string;
|
|
48446
48783
|
event_type: 'access_code.modified_external_to_seam';
|
|
48447
48784
|
} | {
|
|
48448
|
-
/**
|
|
48785
|
+
/** ID of the event. */
|
|
48449
48786
|
event_id: string;
|
|
48450
|
-
/**
|
|
48787
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48451
48788
|
workspace_id: string;
|
|
48452
|
-
/**
|
|
48789
|
+
/** Time at which the event was created. */
|
|
48453
48790
|
created_at: string;
|
|
48454
|
-
/**
|
|
48791
|
+
/** Time when the event occurred. */
|
|
48455
48792
|
occurred_at: string;
|
|
48456
48793
|
/** The ID of the access code. */
|
|
48457
48794
|
access_code_id: string;
|
|
@@ -48461,13 +48798,13 @@ interface Routes {
|
|
|
48461
48798
|
connected_account_id: string;
|
|
48462
48799
|
event_type: 'access_code.deleted_external_to_seam';
|
|
48463
48800
|
} | {
|
|
48464
|
-
/**
|
|
48801
|
+
/** ID of the event. */
|
|
48465
48802
|
event_id: string;
|
|
48466
|
-
/**
|
|
48803
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48467
48804
|
workspace_id: string;
|
|
48468
|
-
/**
|
|
48805
|
+
/** Time at which the event was created. */
|
|
48469
48806
|
created_at: string;
|
|
48470
|
-
/**
|
|
48807
|
+
/** Time when the event occurred. */
|
|
48471
48808
|
occurred_at: string;
|
|
48472
48809
|
/** The ID of the access code. */
|
|
48473
48810
|
access_code_id: string;
|
|
@@ -48478,13 +48815,13 @@ interface Routes {
|
|
|
48478
48815
|
event_type: 'access_code.backup_access_code_pulled';
|
|
48479
48816
|
backup_access_code_id: string;
|
|
48480
48817
|
} | {
|
|
48481
|
-
/**
|
|
48818
|
+
/** ID of the event. */
|
|
48482
48819
|
event_id: string;
|
|
48483
|
-
/**
|
|
48820
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48484
48821
|
workspace_id: string;
|
|
48485
|
-
/**
|
|
48822
|
+
/** Time at which the event was created. */
|
|
48486
48823
|
created_at: string;
|
|
48487
|
-
/**
|
|
48824
|
+
/** Time when the event occurred. */
|
|
48488
48825
|
occurred_at: string;
|
|
48489
48826
|
/** The ID of the access code. */
|
|
48490
48827
|
access_code_id: string;
|
|
@@ -48494,13 +48831,13 @@ interface Routes {
|
|
|
48494
48831
|
connected_account_id: string;
|
|
48495
48832
|
event_type: 'access_code.unmanaged.converted_to_managed';
|
|
48496
48833
|
} | {
|
|
48497
|
-
/**
|
|
48834
|
+
/** ID of the event. */
|
|
48498
48835
|
event_id: string;
|
|
48499
|
-
/**
|
|
48836
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48500
48837
|
workspace_id: string;
|
|
48501
|
-
/**
|
|
48838
|
+
/** Time at which the event was created. */
|
|
48502
48839
|
created_at: string;
|
|
48503
|
-
/**
|
|
48840
|
+
/** Time when the event occurred. */
|
|
48504
48841
|
occurred_at: string;
|
|
48505
48842
|
/** The ID of the access code. */
|
|
48506
48843
|
access_code_id: string;
|
|
@@ -48510,13 +48847,13 @@ interface Routes {
|
|
|
48510
48847
|
connected_account_id: string;
|
|
48511
48848
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
|
|
48512
48849
|
} | {
|
|
48513
|
-
/**
|
|
48850
|
+
/** ID of the event. */
|
|
48514
48851
|
event_id: string;
|
|
48515
|
-
/**
|
|
48852
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48516
48853
|
workspace_id: string;
|
|
48517
|
-
/**
|
|
48854
|
+
/** Time at which the event was created. */
|
|
48518
48855
|
created_at: string;
|
|
48519
|
-
/**
|
|
48856
|
+
/** Time when the event occurred. */
|
|
48520
48857
|
occurred_at: string;
|
|
48521
48858
|
/** The ID of the access code. */
|
|
48522
48859
|
access_code_id: string;
|
|
@@ -48526,13 +48863,13 @@ interface Routes {
|
|
|
48526
48863
|
connected_account_id: string;
|
|
48527
48864
|
event_type: 'access_code.unmanaged.created';
|
|
48528
48865
|
} | {
|
|
48529
|
-
/**
|
|
48866
|
+
/** ID of the event. */
|
|
48530
48867
|
event_id: string;
|
|
48531
|
-
/**
|
|
48868
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48532
48869
|
workspace_id: string;
|
|
48533
|
-
/**
|
|
48870
|
+
/** Time at which the event was created. */
|
|
48534
48871
|
created_at: string;
|
|
48535
|
-
/**
|
|
48872
|
+
/** Time when the event occurred. */
|
|
48536
48873
|
occurred_at: string;
|
|
48537
48874
|
/** The ID of the access code. */
|
|
48538
48875
|
access_code_id: string;
|
|
@@ -48542,13 +48879,13 @@ interface Routes {
|
|
|
48542
48879
|
connected_account_id: string;
|
|
48543
48880
|
event_type: 'access_code.unmanaged.removed';
|
|
48544
48881
|
} | {
|
|
48545
|
-
/**
|
|
48882
|
+
/** ID of the event. */
|
|
48546
48883
|
event_id: string;
|
|
48547
|
-
/**
|
|
48884
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48548
48885
|
workspace_id: string;
|
|
48549
|
-
/**
|
|
48886
|
+
/** Time at which the event was created. */
|
|
48550
48887
|
created_at: string;
|
|
48551
|
-
/**
|
|
48888
|
+
/** Time when the event occurred. */
|
|
48552
48889
|
occurred_at: string;
|
|
48553
48890
|
/** ID of the connected account.
|
|
48554
48891
|
* @deprecated Will be removed. */
|
|
@@ -48557,13 +48894,13 @@ interface Routes {
|
|
|
48557
48894
|
acs_system_id: string;
|
|
48558
48895
|
event_type: 'acs_system.connected';
|
|
48559
48896
|
} | {
|
|
48560
|
-
/**
|
|
48897
|
+
/** ID of the event. */
|
|
48561
48898
|
event_id: string;
|
|
48562
|
-
/**
|
|
48899
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48563
48900
|
workspace_id: string;
|
|
48564
|
-
/**
|
|
48901
|
+
/** Time at which the event was created. */
|
|
48565
48902
|
created_at: string;
|
|
48566
|
-
/**
|
|
48903
|
+
/** Time when the event occurred. */
|
|
48567
48904
|
occurred_at: string;
|
|
48568
48905
|
/** ID of the connected account.
|
|
48569
48906
|
* @deprecated Will be removed. */
|
|
@@ -48572,13 +48909,13 @@ interface Routes {
|
|
|
48572
48909
|
acs_system_id: string;
|
|
48573
48910
|
event_type: 'acs_system.added';
|
|
48574
48911
|
} | {
|
|
48575
|
-
/**
|
|
48912
|
+
/** ID of the event. */
|
|
48576
48913
|
event_id: string;
|
|
48577
|
-
/**
|
|
48914
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48578
48915
|
workspace_id: string;
|
|
48579
|
-
/**
|
|
48916
|
+
/** Time at which the event was created. */
|
|
48580
48917
|
created_at: string;
|
|
48581
|
-
/**
|
|
48918
|
+
/** Time when the event occurred. */
|
|
48582
48919
|
occurred_at: string;
|
|
48583
48920
|
/** ID of the connected account.
|
|
48584
48921
|
* @deprecated Will be removed. */
|
|
@@ -48587,13 +48924,13 @@ interface Routes {
|
|
|
48587
48924
|
acs_system_id: string;
|
|
48588
48925
|
event_type: 'acs_system.disconnected';
|
|
48589
48926
|
} | {
|
|
48590
|
-
/**
|
|
48927
|
+
/** ID of the event. */
|
|
48591
48928
|
event_id: string;
|
|
48592
|
-
/**
|
|
48929
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48593
48930
|
workspace_id: string;
|
|
48594
|
-
/**
|
|
48931
|
+
/** Time at which the event was created. */
|
|
48595
48932
|
created_at: string;
|
|
48596
|
-
/**
|
|
48933
|
+
/** Time when the event occurred. */
|
|
48597
48934
|
occurred_at: string;
|
|
48598
48935
|
/** ID of the connected account.
|
|
48599
48936
|
* @deprecated Will be removed. */
|
|
@@ -48603,13 +48940,13 @@ interface Routes {
|
|
|
48603
48940
|
acs_credential_id: string;
|
|
48604
48941
|
event_type: 'acs_credential.deleted';
|
|
48605
48942
|
} | {
|
|
48606
|
-
/**
|
|
48943
|
+
/** ID of the event. */
|
|
48607
48944
|
event_id: string;
|
|
48608
|
-
/**
|
|
48945
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48609
48946
|
workspace_id: string;
|
|
48610
|
-
/**
|
|
48947
|
+
/** Time at which the event was created. */
|
|
48611
48948
|
created_at: string;
|
|
48612
|
-
/**
|
|
48949
|
+
/** Time when the event occurred. */
|
|
48613
48950
|
occurred_at: string;
|
|
48614
48951
|
/** ID of the connected account.
|
|
48615
48952
|
* @deprecated Will be removed. */
|
|
@@ -48619,13 +48956,13 @@ interface Routes {
|
|
|
48619
48956
|
acs_credential_id: string;
|
|
48620
48957
|
event_type: 'acs_credential.issued';
|
|
48621
48958
|
} | {
|
|
48622
|
-
/**
|
|
48959
|
+
/** ID of the event. */
|
|
48623
48960
|
event_id: string;
|
|
48624
|
-
/**
|
|
48961
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48625
48962
|
workspace_id: string;
|
|
48626
|
-
/**
|
|
48963
|
+
/** Time at which the event was created. */
|
|
48627
48964
|
created_at: string;
|
|
48628
|
-
/**
|
|
48965
|
+
/** Time when the event occurred. */
|
|
48629
48966
|
occurred_at: string;
|
|
48630
48967
|
/** ID of the connected account.
|
|
48631
48968
|
* @deprecated Will be removed. */
|
|
@@ -48635,13 +48972,13 @@ interface Routes {
|
|
|
48635
48972
|
acs_user_id: string;
|
|
48636
48973
|
event_type: 'acs_user.deleted';
|
|
48637
48974
|
} | {
|
|
48638
|
-
/**
|
|
48975
|
+
/** ID of the event. */
|
|
48639
48976
|
event_id: string;
|
|
48640
|
-
/**
|
|
48977
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48641
48978
|
workspace_id: string;
|
|
48642
|
-
/**
|
|
48979
|
+
/** Time at which the event was created. */
|
|
48643
48980
|
created_at: string;
|
|
48644
|
-
/**
|
|
48981
|
+
/** Time when the event occurred. */
|
|
48645
48982
|
occurred_at: string;
|
|
48646
48983
|
/** ID of the connected account.
|
|
48647
48984
|
* @deprecated Will be removed. */
|
|
@@ -48652,13 +48989,13 @@ interface Routes {
|
|
|
48652
48989
|
acs_encoder_id: string;
|
|
48653
48990
|
event_type: 'acs_encoder.added';
|
|
48654
48991
|
} | {
|
|
48655
|
-
/**
|
|
48992
|
+
/** ID of the event. */
|
|
48656
48993
|
event_id: string;
|
|
48657
|
-
/**
|
|
48994
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48658
48995
|
workspace_id: string;
|
|
48659
|
-
/**
|
|
48996
|
+
/** Time at which the event was created. */
|
|
48660
48997
|
created_at: string;
|
|
48661
|
-
/**
|
|
48998
|
+
/** Time when the event occurred. */
|
|
48662
48999
|
occurred_at: string;
|
|
48663
49000
|
/** ID of the connected account.
|
|
48664
49001
|
* @deprecated Will be removed. */
|
|
@@ -48669,25 +49006,25 @@ interface Routes {
|
|
|
48669
49006
|
acs_encoder_id: string;
|
|
48670
49007
|
event_type: 'acs_encoder.removed';
|
|
48671
49008
|
} | {
|
|
48672
|
-
/**
|
|
49009
|
+
/** ID of the event. */
|
|
48673
49010
|
event_id: string;
|
|
48674
|
-
/**
|
|
49011
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48675
49012
|
workspace_id: string;
|
|
48676
|
-
/**
|
|
49013
|
+
/** Time at which the event was created. */
|
|
48677
49014
|
created_at: string;
|
|
48678
|
-
/**
|
|
49015
|
+
/** Time when the event occurred. */
|
|
48679
49016
|
occurred_at: string;
|
|
48680
49017
|
/** ID of the client session. */
|
|
48681
49018
|
client_session_id: string;
|
|
48682
49019
|
event_type: 'client_session.deleted';
|
|
48683
49020
|
} | {
|
|
48684
|
-
/**
|
|
49021
|
+
/** ID of the event. */
|
|
48685
49022
|
event_id: string;
|
|
48686
|
-
/**
|
|
49023
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48687
49024
|
workspace_id: string;
|
|
48688
|
-
/**
|
|
49025
|
+
/** Time at which the event was created. */
|
|
48689
49026
|
created_at: string;
|
|
48690
|
-
/**
|
|
49027
|
+
/** Time when the event occurred. */
|
|
48691
49028
|
occurred_at: string;
|
|
48692
49029
|
/** ID of the connected account. */
|
|
48693
49030
|
connected_account_id: string;
|
|
@@ -48695,13 +49032,13 @@ interface Routes {
|
|
|
48695
49032
|
/** ID of the connect webview. */
|
|
48696
49033
|
connect_webview_id: string;
|
|
48697
49034
|
} | {
|
|
48698
|
-
/**
|
|
49035
|
+
/** ID of the event. */
|
|
48699
49036
|
event_id: string;
|
|
48700
|
-
/**
|
|
49037
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48701
49038
|
workspace_id: string;
|
|
48702
|
-
/**
|
|
49039
|
+
/** Time at which the event was created. */
|
|
48703
49040
|
created_at: string;
|
|
48704
|
-
/**
|
|
49041
|
+
/** Time when the event occurred. */
|
|
48705
49042
|
occurred_at: string;
|
|
48706
49043
|
/** ID of the connected account. */
|
|
48707
49044
|
connected_account_id: string;
|
|
@@ -48709,13 +49046,13 @@ interface Routes {
|
|
|
48709
49046
|
/** ID of the connect webview. */
|
|
48710
49047
|
connect_webview_id: string;
|
|
48711
49048
|
} | {
|
|
48712
|
-
/**
|
|
49049
|
+
/** ID of the event. */
|
|
48713
49050
|
event_id: string;
|
|
48714
|
-
/**
|
|
49051
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48715
49052
|
workspace_id: string;
|
|
48716
|
-
/**
|
|
49053
|
+
/** Time at which the event was created. */
|
|
48717
49054
|
created_at: string;
|
|
48718
|
-
/**
|
|
49055
|
+
/** Time when the event occurred. */
|
|
48719
49056
|
occurred_at: string;
|
|
48720
49057
|
/** ID of the connected account. */
|
|
48721
49058
|
connected_account_id: string;
|
|
@@ -48723,61 +49060,61 @@ interface Routes {
|
|
|
48723
49060
|
/** ID of the connect webview. */
|
|
48724
49061
|
connect_webview_id: string;
|
|
48725
49062
|
} | {
|
|
48726
|
-
/**
|
|
49063
|
+
/** ID of the event. */
|
|
48727
49064
|
event_id: string;
|
|
48728
|
-
/**
|
|
49065
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48729
49066
|
workspace_id: string;
|
|
48730
|
-
/**
|
|
49067
|
+
/** Time at which the event was created. */
|
|
48731
49068
|
created_at: string;
|
|
48732
|
-
/**
|
|
49069
|
+
/** Time when the event occurred. */
|
|
48733
49070
|
occurred_at: string;
|
|
48734
49071
|
/** ID of the connected account. */
|
|
48735
49072
|
connected_account_id: string;
|
|
48736
49073
|
event_type: 'connected_account.disconnected';
|
|
48737
49074
|
} | {
|
|
48738
|
-
/**
|
|
49075
|
+
/** ID of the event. */
|
|
48739
49076
|
event_id: string;
|
|
48740
|
-
/**
|
|
49077
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48741
49078
|
workspace_id: string;
|
|
48742
|
-
/**
|
|
49079
|
+
/** Time at which the event was created. */
|
|
48743
49080
|
created_at: string;
|
|
48744
|
-
/**
|
|
49081
|
+
/** Time when the event occurred. */
|
|
48745
49082
|
occurred_at: string;
|
|
48746
49083
|
/** ID of the connected account. */
|
|
48747
49084
|
connected_account_id: string;
|
|
48748
49085
|
event_type: 'connected_account.completed_first_sync';
|
|
48749
49086
|
} | {
|
|
48750
|
-
/**
|
|
49087
|
+
/** ID of the event. */
|
|
48751
49088
|
event_id: string;
|
|
48752
|
-
/**
|
|
49089
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48753
49090
|
workspace_id: string;
|
|
48754
|
-
/**
|
|
49091
|
+
/** Time at which the event was created. */
|
|
48755
49092
|
created_at: string;
|
|
48756
|
-
/**
|
|
49093
|
+
/** Time when the event occurred. */
|
|
48757
49094
|
occurred_at: string;
|
|
48758
49095
|
/** ID of the connected account. */
|
|
48759
49096
|
connected_account_id: string;
|
|
48760
49097
|
event_type: 'connected_account.deleted';
|
|
48761
49098
|
} | {
|
|
48762
|
-
/**
|
|
49099
|
+
/** ID of the event. */
|
|
48763
49100
|
event_id: string;
|
|
48764
|
-
/**
|
|
49101
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48765
49102
|
workspace_id: string;
|
|
48766
|
-
/**
|
|
49103
|
+
/** Time at which the event was created. */
|
|
48767
49104
|
created_at: string;
|
|
48768
|
-
/**
|
|
49105
|
+
/** Time when the event occurred. */
|
|
48769
49106
|
occurred_at: string;
|
|
48770
49107
|
/** ID of the connected account. */
|
|
48771
49108
|
connected_account_id: string;
|
|
48772
49109
|
event_type: 'connected_account.completed_first_sync_after_reconnection';
|
|
48773
49110
|
} | {
|
|
48774
|
-
/**
|
|
49111
|
+
/** ID of the event. */
|
|
48775
49112
|
event_id: string;
|
|
48776
|
-
/**
|
|
49113
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48777
49114
|
workspace_id: string;
|
|
48778
|
-
/**
|
|
49115
|
+
/** Time at which the event was created. */
|
|
48779
49116
|
created_at: string;
|
|
48780
|
-
/**
|
|
49117
|
+
/** Time when the event occurred. */
|
|
48781
49118
|
occurred_at: string;
|
|
48782
49119
|
/** The ID of the action attempt. */
|
|
48783
49120
|
action_attempt_id: string;
|
|
@@ -48787,13 +49124,13 @@ interface Routes {
|
|
|
48787
49124
|
status: string;
|
|
48788
49125
|
event_type: 'action_attempt.lock_door.succeeded';
|
|
48789
49126
|
} | {
|
|
48790
|
-
/**
|
|
49127
|
+
/** ID of the event. */
|
|
48791
49128
|
event_id: string;
|
|
48792
|
-
/**
|
|
49129
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48793
49130
|
workspace_id: string;
|
|
48794
|
-
/**
|
|
49131
|
+
/** Time at which the event was created. */
|
|
48795
49132
|
created_at: string;
|
|
48796
|
-
/**
|
|
49133
|
+
/** Time when the event occurred. */
|
|
48797
49134
|
occurred_at: string;
|
|
48798
49135
|
/** The ID of the action attempt. */
|
|
48799
49136
|
action_attempt_id: string;
|
|
@@ -48803,13 +49140,13 @@ interface Routes {
|
|
|
48803
49140
|
status: string;
|
|
48804
49141
|
event_type: 'action_attempt.lock_door.failed';
|
|
48805
49142
|
} | {
|
|
48806
|
-
/**
|
|
49143
|
+
/** ID of the event. */
|
|
48807
49144
|
event_id: string;
|
|
48808
|
-
/**
|
|
49145
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48809
49146
|
workspace_id: string;
|
|
48810
|
-
/**
|
|
49147
|
+
/** Time at which the event was created. */
|
|
48811
49148
|
created_at: string;
|
|
48812
|
-
/**
|
|
49149
|
+
/** Time when the event occurred. */
|
|
48813
49150
|
occurred_at: string;
|
|
48814
49151
|
/** The ID of the action attempt. */
|
|
48815
49152
|
action_attempt_id: string;
|
|
@@ -48819,13 +49156,13 @@ interface Routes {
|
|
|
48819
49156
|
status: string;
|
|
48820
49157
|
event_type: 'action_attempt.unlock_door.succeeded';
|
|
48821
49158
|
} | {
|
|
48822
|
-
/**
|
|
49159
|
+
/** ID of the event. */
|
|
48823
49160
|
event_id: string;
|
|
48824
|
-
/**
|
|
49161
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48825
49162
|
workspace_id: string;
|
|
48826
|
-
/**
|
|
49163
|
+
/** Time at which the event was created. */
|
|
48827
49164
|
created_at: string;
|
|
48828
|
-
/**
|
|
49165
|
+
/** Time when the event occurred. */
|
|
48829
49166
|
occurred_at: string;
|
|
48830
49167
|
/** The ID of the action attempt. */
|
|
48831
49168
|
action_attempt_id: string;
|
|
@@ -48835,13 +49172,13 @@ interface Routes {
|
|
|
48835
49172
|
status: string;
|
|
48836
49173
|
event_type: 'action_attempt.unlock_door.failed';
|
|
48837
49174
|
} | {
|
|
48838
|
-
/**
|
|
49175
|
+
/** ID of the event. */
|
|
48839
49176
|
event_id: string;
|
|
48840
|
-
/**
|
|
49177
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48841
49178
|
workspace_id: string;
|
|
48842
|
-
/**
|
|
49179
|
+
/** Time at which the event was created. */
|
|
48843
49180
|
created_at: string;
|
|
48844
|
-
/**
|
|
49181
|
+
/** Time when the event occurred. */
|
|
48845
49182
|
occurred_at: string;
|
|
48846
49183
|
/** ID of the connect webview. */
|
|
48847
49184
|
connect_webview_id: string;
|
|
@@ -48849,439 +49186,452 @@ interface Routes {
|
|
|
48849
49186
|
/** ID of the connected account. */
|
|
48850
49187
|
connected_account_id: string;
|
|
48851
49188
|
} | {
|
|
48852
|
-
/**
|
|
49189
|
+
/** ID of the event. */
|
|
48853
49190
|
event_id: string;
|
|
48854
|
-
/**
|
|
49191
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48855
49192
|
workspace_id: string;
|
|
48856
|
-
/**
|
|
49193
|
+
/** Time at which the event was created. */
|
|
48857
49194
|
created_at: string;
|
|
48858
|
-
/**
|
|
49195
|
+
/** Time when the event occurred. */
|
|
48859
49196
|
occurred_at: string;
|
|
48860
49197
|
/** ID of the connect webview. */
|
|
48861
49198
|
connect_webview_id: string;
|
|
48862
49199
|
event_type: 'connect_webview.login_failed';
|
|
48863
49200
|
} | {
|
|
48864
|
-
/**
|
|
49201
|
+
/** ID of the event. */
|
|
48865
49202
|
event_id: string;
|
|
48866
|
-
/**
|
|
49203
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48867
49204
|
workspace_id: string;
|
|
48868
|
-
/**
|
|
49205
|
+
/** Time at which the event was created. */
|
|
48869
49206
|
created_at: string;
|
|
48870
|
-
/**
|
|
49207
|
+
/** Time when the event occurred. */
|
|
48871
49208
|
occurred_at: string;
|
|
48872
49209
|
/** ID of the device. */
|
|
48873
49210
|
device_id: string;
|
|
48874
|
-
/** ID of the connected account. */
|
|
49211
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48875
49212
|
connected_account_id: string;
|
|
48876
49213
|
event_type: 'device.connected';
|
|
48877
49214
|
} | {
|
|
48878
|
-
/**
|
|
49215
|
+
/** ID of the event. */
|
|
48879
49216
|
event_id: string;
|
|
48880
|
-
/**
|
|
49217
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48881
49218
|
workspace_id: string;
|
|
48882
|
-
/**
|
|
49219
|
+
/** Time at which the event was created. */
|
|
48883
49220
|
created_at: string;
|
|
48884
|
-
/**
|
|
49221
|
+
/** Time when the event occurred. */
|
|
48885
49222
|
occurred_at: string;
|
|
48886
49223
|
/** ID of the device. */
|
|
48887
49224
|
device_id: string;
|
|
48888
|
-
/** ID of the connected account. */
|
|
49225
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48889
49226
|
connected_account_id: string;
|
|
48890
49227
|
event_type: 'device.added';
|
|
48891
49228
|
} | {
|
|
48892
|
-
/**
|
|
49229
|
+
/** ID of the event. */
|
|
48893
49230
|
event_id: string;
|
|
48894
|
-
/**
|
|
49231
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48895
49232
|
workspace_id: string;
|
|
48896
|
-
/**
|
|
49233
|
+
/** Time at which the event was created. */
|
|
48897
49234
|
created_at: string;
|
|
48898
|
-
/**
|
|
49235
|
+
/** Time when the event occurred. */
|
|
48899
49236
|
occurred_at: string;
|
|
48900
49237
|
/** ID of the device. */
|
|
48901
49238
|
device_id: string;
|
|
48902
|
-
/** ID of the connected account. */
|
|
49239
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48903
49240
|
connected_account_id: string;
|
|
48904
49241
|
event_type: 'device.converted_to_unmanaged';
|
|
48905
49242
|
} | {
|
|
48906
|
-
/**
|
|
49243
|
+
/** ID of the event. */
|
|
48907
49244
|
event_id: string;
|
|
48908
|
-
/**
|
|
49245
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48909
49246
|
workspace_id: string;
|
|
48910
|
-
/**
|
|
49247
|
+
/** Time at which the event was created. */
|
|
48911
49248
|
created_at: string;
|
|
48912
|
-
/**
|
|
49249
|
+
/** Time when the event occurred. */
|
|
48913
49250
|
occurred_at: string;
|
|
48914
49251
|
/** ID of the device. */
|
|
48915
49252
|
device_id: string;
|
|
48916
|
-
/** ID of the connected account. */
|
|
49253
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48917
49254
|
connected_account_id: string;
|
|
48918
49255
|
event_type: 'device.unmanaged.converted_to_managed';
|
|
48919
49256
|
} | {
|
|
48920
|
-
/**
|
|
49257
|
+
/** ID of the event. */
|
|
48921
49258
|
event_id: string;
|
|
48922
|
-
/**
|
|
49259
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48923
49260
|
workspace_id: string;
|
|
48924
|
-
/**
|
|
49261
|
+
/** Time at which the event was created. */
|
|
48925
49262
|
created_at: string;
|
|
48926
|
-
/**
|
|
49263
|
+
/** Time when the event occurred. */
|
|
48927
49264
|
occurred_at: string;
|
|
48928
49265
|
/** ID of the device. */
|
|
48929
49266
|
device_id: string;
|
|
48930
|
-
/** ID of the connected account. */
|
|
49267
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48931
49268
|
connected_account_id: string;
|
|
48932
49269
|
event_type: 'device.unmanaged.connected';
|
|
48933
49270
|
} | {
|
|
48934
|
-
/**
|
|
49271
|
+
/** ID of the event. */
|
|
48935
49272
|
event_id: string;
|
|
48936
|
-
/**
|
|
49273
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48937
49274
|
workspace_id: string;
|
|
48938
|
-
/**
|
|
49275
|
+
/** Time at which the event was created. */
|
|
48939
49276
|
created_at: string;
|
|
48940
|
-
/**
|
|
49277
|
+
/** Time when the event occurred. */
|
|
48941
49278
|
occurred_at: string;
|
|
48942
49279
|
/** ID of the device. */
|
|
48943
49280
|
device_id: string;
|
|
48944
|
-
/** ID of the connected account. */
|
|
49281
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48945
49282
|
connected_account_id: string;
|
|
48946
49283
|
event_type: 'device.disconnected';
|
|
48947
|
-
/**
|
|
49284
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48948
49285
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48949
49286
|
} | {
|
|
48950
|
-
/**
|
|
49287
|
+
/** ID of the event. */
|
|
48951
49288
|
event_id: string;
|
|
48952
|
-
/**
|
|
49289
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48953
49290
|
workspace_id: string;
|
|
48954
|
-
/**
|
|
49291
|
+
/** Time at which the event was created. */
|
|
48955
49292
|
created_at: string;
|
|
48956
|
-
/**
|
|
49293
|
+
/** Time when the event occurred. */
|
|
48957
49294
|
occurred_at: string;
|
|
48958
49295
|
/** ID of the device. */
|
|
48959
49296
|
device_id: string;
|
|
48960
|
-
/** ID of the connected account. */
|
|
49297
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48961
49298
|
connected_account_id: string;
|
|
48962
49299
|
event_type: 'device.unmanaged.disconnected';
|
|
48963
|
-
/**
|
|
49300
|
+
/** Error code associated with the disconnection event, if any. */
|
|
48964
49301
|
error_code: 'account_disconnected' | 'hub_disconnected' | 'device_disconnected';
|
|
48965
49302
|
} | {
|
|
48966
|
-
/**
|
|
49303
|
+
/** ID of the event. */
|
|
48967
49304
|
event_id: string;
|
|
48968
|
-
/**
|
|
49305
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48969
49306
|
workspace_id: string;
|
|
48970
|
-
/**
|
|
49307
|
+
/** Time at which the event was created. */
|
|
48971
49308
|
created_at: string;
|
|
48972
|
-
/**
|
|
49309
|
+
/** Time when the event occurred. */
|
|
48973
49310
|
occurred_at: string;
|
|
48974
49311
|
/** ID of the device. */
|
|
48975
49312
|
device_id: string;
|
|
48976
|
-
/** ID of the connected account. */
|
|
49313
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48977
49314
|
connected_account_id: string;
|
|
48978
49315
|
event_type: 'device.tampered';
|
|
48979
49316
|
} | {
|
|
48980
|
-
/**
|
|
49317
|
+
/** ID of the event. */
|
|
48981
49318
|
event_id: string;
|
|
48982
|
-
/**
|
|
49319
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48983
49320
|
workspace_id: string;
|
|
48984
|
-
/**
|
|
49321
|
+
/** Time at which the event was created. */
|
|
48985
49322
|
created_at: string;
|
|
48986
|
-
/**
|
|
49323
|
+
/** Time when the event occurred. */
|
|
48987
49324
|
occurred_at: string;
|
|
48988
49325
|
/** ID of the device. */
|
|
48989
49326
|
device_id: string;
|
|
48990
|
-
/** ID of the connected account. */
|
|
49327
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
48991
49328
|
connected_account_id: string;
|
|
48992
49329
|
event_type: 'device.low_battery';
|
|
48993
|
-
/**
|
|
49330
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
48994
49331
|
battery_level: number;
|
|
48995
49332
|
} | {
|
|
48996
|
-
/**
|
|
49333
|
+
/** ID of the event. */
|
|
48997
49334
|
event_id: string;
|
|
48998
|
-
/**
|
|
49335
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
48999
49336
|
workspace_id: string;
|
|
49000
|
-
/**
|
|
49337
|
+
/** Time at which the event was created. */
|
|
49001
49338
|
created_at: string;
|
|
49002
|
-
/**
|
|
49339
|
+
/** Time when the event occurred. */
|
|
49003
49340
|
occurred_at: string;
|
|
49004
49341
|
/** ID of the device. */
|
|
49005
49342
|
device_id: string;
|
|
49006
|
-
/** ID of the connected account. */
|
|
49343
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49007
49344
|
connected_account_id: string;
|
|
49008
49345
|
event_type: 'device.battery_status_changed';
|
|
49009
|
-
/**
|
|
49346
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
49010
49347
|
battery_status: 'critical' | 'low' | 'good' | 'full';
|
|
49011
|
-
/**
|
|
49348
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
49012
49349
|
battery_level: number;
|
|
49013
49350
|
} | {
|
|
49014
|
-
/**
|
|
49351
|
+
/** ID of the event. */
|
|
49015
49352
|
event_id: string;
|
|
49016
|
-
/**
|
|
49353
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49017
49354
|
workspace_id: string;
|
|
49018
|
-
/**
|
|
49355
|
+
/** Time at which the event was created. */
|
|
49019
49356
|
created_at: string;
|
|
49020
|
-
/**
|
|
49357
|
+
/** Time when the event occurred. */
|
|
49021
49358
|
occurred_at: string;
|
|
49022
49359
|
/** ID of the device. */
|
|
49023
49360
|
device_id: string;
|
|
49024
|
-
/** ID of the connected account. */
|
|
49361
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49025
49362
|
connected_account_id: string;
|
|
49026
49363
|
event_type: 'device.removed';
|
|
49027
49364
|
} | {
|
|
49028
|
-
/**
|
|
49365
|
+
/** ID of the event. */
|
|
49029
49366
|
event_id: string;
|
|
49030
|
-
/**
|
|
49367
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49031
49368
|
workspace_id: string;
|
|
49032
|
-
/**
|
|
49369
|
+
/** Time at which the event was created. */
|
|
49033
49370
|
created_at: string;
|
|
49034
|
-
/**
|
|
49371
|
+
/** Time when the event occurred. */
|
|
49035
49372
|
occurred_at: string;
|
|
49036
49373
|
/** ID of the device. */
|
|
49037
49374
|
device_id: string;
|
|
49038
|
-
/** ID of the connected account. */
|
|
49375
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49039
49376
|
connected_account_id: string;
|
|
49040
49377
|
event_type: 'device.deleted';
|
|
49041
49378
|
} | {
|
|
49042
|
-
/**
|
|
49379
|
+
/** ID of the event. */
|
|
49043
49380
|
event_id: string;
|
|
49044
|
-
/**
|
|
49381
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49045
49382
|
workspace_id: string;
|
|
49046
|
-
/**
|
|
49383
|
+
/** Time at which the event was created. */
|
|
49047
49384
|
created_at: string;
|
|
49048
|
-
/**
|
|
49385
|
+
/** Time when the event occurred. */
|
|
49049
49386
|
occurred_at: string;
|
|
49050
49387
|
/** ID of the device. */
|
|
49051
49388
|
device_id: string;
|
|
49052
|
-
/** ID of the connected account. */
|
|
49389
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49053
49390
|
connected_account_id: string;
|
|
49054
49391
|
event_type: 'device.third_party_integration_detected';
|
|
49055
49392
|
} | {
|
|
49056
|
-
/**
|
|
49393
|
+
/** ID of the event. */
|
|
49057
49394
|
event_id: string;
|
|
49058
|
-
/**
|
|
49395
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49059
49396
|
workspace_id: string;
|
|
49060
|
-
/**
|
|
49397
|
+
/** Time at which the event was created. */
|
|
49061
49398
|
created_at: string;
|
|
49062
|
-
/**
|
|
49399
|
+
/** Time when the event occurred. */
|
|
49063
49400
|
occurred_at: string;
|
|
49064
49401
|
/** ID of the device. */
|
|
49065
49402
|
device_id: string;
|
|
49066
|
-
/** ID of the connected account. */
|
|
49403
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49067
49404
|
connected_account_id: string;
|
|
49068
49405
|
event_type: 'device.third_party_integration_no_longer_detected';
|
|
49069
49406
|
} | {
|
|
49070
|
-
/**
|
|
49407
|
+
/** ID of the event. */
|
|
49071
49408
|
event_id: string;
|
|
49072
|
-
/**
|
|
49409
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49073
49410
|
workspace_id: string;
|
|
49074
|
-
/**
|
|
49411
|
+
/** Time at which the event was created. */
|
|
49075
49412
|
created_at: string;
|
|
49076
|
-
/**
|
|
49413
|
+
/** Time when the event occurred. */
|
|
49077
49414
|
occurred_at: string;
|
|
49078
49415
|
/** ID of the device. */
|
|
49079
49416
|
device_id: string;
|
|
49080
|
-
/** ID of the connected account. */
|
|
49417
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49081
49418
|
connected_account_id: string;
|
|
49082
49419
|
event_type: 'device.salto.privacy_mode_activated';
|
|
49083
49420
|
} | {
|
|
49084
|
-
/**
|
|
49421
|
+
/** ID of the event. */
|
|
49085
49422
|
event_id: string;
|
|
49086
|
-
/**
|
|
49423
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49087
49424
|
workspace_id: string;
|
|
49088
|
-
/**
|
|
49425
|
+
/** Time at which the event was created. */
|
|
49089
49426
|
created_at: string;
|
|
49090
|
-
/**
|
|
49427
|
+
/** Time when the event occurred. */
|
|
49091
49428
|
occurred_at: string;
|
|
49092
49429
|
/** ID of the device. */
|
|
49093
49430
|
device_id: string;
|
|
49094
|
-
/** ID of the connected account. */
|
|
49431
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49095
49432
|
connected_account_id: string;
|
|
49096
49433
|
event_type: 'device.salto.privacy_mode_deactivated';
|
|
49097
49434
|
} | {
|
|
49098
|
-
/**
|
|
49435
|
+
/** ID of the event. */
|
|
49099
49436
|
event_id: string;
|
|
49100
|
-
/**
|
|
49437
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49101
49438
|
workspace_id: string;
|
|
49102
|
-
/**
|
|
49439
|
+
/** Time at which the event was created. */
|
|
49103
49440
|
created_at: string;
|
|
49104
|
-
/**
|
|
49441
|
+
/** Time when the event occurred. */
|
|
49105
49442
|
occurred_at: string;
|
|
49106
49443
|
/** ID of the device. */
|
|
49107
49444
|
device_id: string;
|
|
49108
|
-
/** ID of the connected account. */
|
|
49445
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49109
49446
|
connected_account_id: string;
|
|
49110
49447
|
event_type: 'device.connection_became_flaky';
|
|
49111
49448
|
} | {
|
|
49112
|
-
/**
|
|
49449
|
+
/** ID of the event. */
|
|
49113
49450
|
event_id: string;
|
|
49114
|
-
/**
|
|
49451
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49115
49452
|
workspace_id: string;
|
|
49116
|
-
/**
|
|
49453
|
+
/** Time at which the event was created. */
|
|
49117
49454
|
created_at: string;
|
|
49118
|
-
/**
|
|
49455
|
+
/** Time when the event occurred. */
|
|
49119
49456
|
occurred_at: string;
|
|
49120
49457
|
/** ID of the device. */
|
|
49121
49458
|
device_id: string;
|
|
49122
|
-
/** ID of the connected account. */
|
|
49459
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49123
49460
|
connected_account_id: string;
|
|
49124
49461
|
event_type: 'device.connection_stabilized';
|
|
49125
49462
|
} | {
|
|
49126
|
-
/**
|
|
49463
|
+
/** ID of the event. */
|
|
49127
49464
|
event_id: string;
|
|
49128
|
-
/**
|
|
49465
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49129
49466
|
workspace_id: string;
|
|
49130
|
-
/**
|
|
49467
|
+
/** Time at which the event was created. */
|
|
49131
49468
|
created_at: string;
|
|
49132
|
-
/**
|
|
49469
|
+
/** Time when the event occurred. */
|
|
49133
49470
|
occurred_at: string;
|
|
49134
49471
|
/** ID of the device. */
|
|
49135
49472
|
device_id: string;
|
|
49136
|
-
/** ID of the connected account. */
|
|
49473
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49137
49474
|
connected_account_id: string;
|
|
49138
49475
|
event_type: 'device.error.subscription_required';
|
|
49139
49476
|
} | {
|
|
49140
|
-
/**
|
|
49477
|
+
/** ID of the event. */
|
|
49141
49478
|
event_id: string;
|
|
49142
|
-
/**
|
|
49479
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49143
49480
|
workspace_id: string;
|
|
49144
|
-
/**
|
|
49481
|
+
/** Time at which the event was created. */
|
|
49145
49482
|
created_at: string;
|
|
49146
|
-
/**
|
|
49483
|
+
/** Time when the event occurred. */
|
|
49147
49484
|
occurred_at: string;
|
|
49148
49485
|
/** ID of the device. */
|
|
49149
49486
|
device_id: string;
|
|
49150
|
-
/** ID of the connected account. */
|
|
49487
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49151
49488
|
connected_account_id: string;
|
|
49152
49489
|
event_type: 'device.error.subscription_required.resolved';
|
|
49153
49490
|
} | {
|
|
49154
|
-
/**
|
|
49491
|
+
/** ID of the event. */
|
|
49155
49492
|
event_id: string;
|
|
49156
|
-
/**
|
|
49493
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49157
49494
|
workspace_id: string;
|
|
49158
|
-
/**
|
|
49495
|
+
/** Time at which the event was created. */
|
|
49159
49496
|
created_at: string;
|
|
49160
|
-
/**
|
|
49497
|
+
/** Time when the event occurred. */
|
|
49161
49498
|
occurred_at: string;
|
|
49162
49499
|
/** ID of the device. */
|
|
49163
49500
|
device_id: string;
|
|
49164
|
-
/** ID of the connected account. */
|
|
49501
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49165
49502
|
connected_account_id: string;
|
|
49166
49503
|
event_type: 'device.accessory_keypad_connected';
|
|
49167
49504
|
} | {
|
|
49168
|
-
/**
|
|
49505
|
+
/** ID of the event. */
|
|
49169
49506
|
event_id: string;
|
|
49170
|
-
/**
|
|
49507
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49171
49508
|
workspace_id: string;
|
|
49172
|
-
/**
|
|
49509
|
+
/** Time at which the event was created. */
|
|
49173
49510
|
created_at: string;
|
|
49174
|
-
/**
|
|
49511
|
+
/** Time when the event occurred. */
|
|
49175
49512
|
occurred_at: string;
|
|
49176
49513
|
/** ID of the device. */
|
|
49177
49514
|
device_id: string;
|
|
49178
|
-
/** ID of the connected account. */
|
|
49515
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49179
49516
|
connected_account_id: string;
|
|
49180
49517
|
event_type: 'device.accessory_keypad_disconnected';
|
|
49181
49518
|
} | {
|
|
49182
|
-
/**
|
|
49519
|
+
/** ID of the event. */
|
|
49183
49520
|
event_id: string;
|
|
49184
|
-
/**
|
|
49521
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49185
49522
|
workspace_id: string;
|
|
49186
|
-
/**
|
|
49523
|
+
/** Time at which the event was created. */
|
|
49187
49524
|
created_at: string;
|
|
49188
|
-
/**
|
|
49525
|
+
/** Time when the event occurred. */
|
|
49189
49526
|
occurred_at: string;
|
|
49190
49527
|
/** ID of the device. */
|
|
49191
49528
|
device_id: string;
|
|
49192
|
-
/** ID of the connected account. */
|
|
49529
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49193
49530
|
connected_account_id: string;
|
|
49194
49531
|
event_type: 'noise_sensor.noise_threshold_triggered';
|
|
49532
|
+
/** Detected noise level in decibels. */
|
|
49195
49533
|
noise_level_decibels?: number | undefined;
|
|
49534
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
49196
49535
|
noise_level_nrs?: number | undefined;
|
|
49536
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
49197
49537
|
noise_threshold_id?: string | undefined;
|
|
49538
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
49198
49539
|
noise_threshold_name?: string | undefined;
|
|
49199
|
-
/** Metadata from
|
|
49540
|
+
/** Metadata from Noiseaware. */
|
|
49200
49541
|
noiseaware_metadata?: Record<string, unknown> | undefined;
|
|
49201
|
-
/** Metadata from
|
|
49542
|
+
/** Metadata from Minut. */
|
|
49202
49543
|
minut_metadata?: Record<string, unknown> | undefined;
|
|
49203
49544
|
} | {
|
|
49204
|
-
/**
|
|
49545
|
+
/** ID of the event. */
|
|
49205
49546
|
event_id: string;
|
|
49206
|
-
/**
|
|
49547
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49207
49548
|
workspace_id: string;
|
|
49208
|
-
/**
|
|
49549
|
+
/** Time at which the event was created. */
|
|
49209
49550
|
created_at: string;
|
|
49210
|
-
/**
|
|
49551
|
+
/** Time when the event occurred. */
|
|
49211
49552
|
occurred_at: string;
|
|
49212
49553
|
/** ID of the device. */
|
|
49213
49554
|
device_id: string;
|
|
49214
|
-
/** ID of the connected account. */
|
|
49555
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49215
49556
|
connected_account_id: string;
|
|
49216
49557
|
event_type: 'lock.locked';
|
|
49558
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
49217
49559
|
access_code_id?: string | undefined;
|
|
49560
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
49218
49561
|
action_attempt_id?: string | undefined;
|
|
49219
|
-
/** Method by which a lock device was locked
|
|
49562
|
+
/** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
49220
49563
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49221
49564
|
} | {
|
|
49222
|
-
/**
|
|
49565
|
+
/** ID of the event. */
|
|
49223
49566
|
event_id: string;
|
|
49224
|
-
/**
|
|
49567
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49225
49568
|
workspace_id: string;
|
|
49226
|
-
/**
|
|
49569
|
+
/** Time at which the event was created. */
|
|
49227
49570
|
created_at: string;
|
|
49228
|
-
/**
|
|
49571
|
+
/** Time when the event occurred. */
|
|
49229
49572
|
occurred_at: string;
|
|
49230
49573
|
/** ID of the device. */
|
|
49231
49574
|
device_id: string;
|
|
49232
|
-
/** ID of the connected account. */
|
|
49575
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49233
49576
|
connected_account_id: string;
|
|
49234
49577
|
event_type: 'lock.unlocked';
|
|
49578
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
49235
49579
|
access_code_id?: string | undefined;
|
|
49580
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
49236
49581
|
action_attempt_id?: string | undefined;
|
|
49237
|
-
/** Method by which a lock device was
|
|
49582
|
+
/** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
49238
49583
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
|
|
49239
49584
|
} | {
|
|
49240
|
-
/**
|
|
49585
|
+
/** ID of the event. */
|
|
49241
49586
|
event_id: string;
|
|
49242
|
-
/**
|
|
49587
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49243
49588
|
workspace_id: string;
|
|
49244
|
-
/**
|
|
49589
|
+
/** Time at which the event was created. */
|
|
49245
49590
|
created_at: string;
|
|
49246
|
-
/**
|
|
49591
|
+
/** Time when the event occurred. */
|
|
49247
49592
|
occurred_at: string;
|
|
49248
49593
|
/** ID of the device. */
|
|
49249
49594
|
device_id: string;
|
|
49250
|
-
/** ID of the connected account. */
|
|
49595
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49251
49596
|
connected_account_id: string;
|
|
49252
49597
|
event_type: 'lock.access_denied';
|
|
49598
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
49253
49599
|
access_code_id?: string | undefined;
|
|
49254
49600
|
} | {
|
|
49255
|
-
/**
|
|
49601
|
+
/** ID of the event. */
|
|
49256
49602
|
event_id: string;
|
|
49257
|
-
/**
|
|
49603
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49258
49604
|
workspace_id: string;
|
|
49259
|
-
/**
|
|
49605
|
+
/** Time at which the event was created. */
|
|
49260
49606
|
created_at: string;
|
|
49261
|
-
/**
|
|
49607
|
+
/** Time when the event occurred. */
|
|
49262
49608
|
occurred_at: string;
|
|
49263
49609
|
/** ID of the device. */
|
|
49264
49610
|
device_id: string;
|
|
49265
|
-
/** ID of the connected account. */
|
|
49611
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49266
49612
|
connected_account_id: string;
|
|
49267
49613
|
event_type: 'thermostat.climate_preset_activated';
|
|
49614
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
49268
49615
|
thermostat_schedule_id: string | null;
|
|
49616
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
49269
49617
|
climate_preset_key: string;
|
|
49618
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
|
|
49270
49619
|
is_fallback_climate_preset: boolean;
|
|
49271
49620
|
} | {
|
|
49272
|
-
/**
|
|
49621
|
+
/** ID of the event. */
|
|
49273
49622
|
event_id: string;
|
|
49274
|
-
/**
|
|
49623
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49275
49624
|
workspace_id: string;
|
|
49276
|
-
/**
|
|
49625
|
+
/** Time at which the event was created. */
|
|
49277
49626
|
created_at: string;
|
|
49278
|
-
/**
|
|
49627
|
+
/** Time when the event occurred. */
|
|
49279
49628
|
occurred_at: string;
|
|
49280
49629
|
/** ID of the device. */
|
|
49281
49630
|
device_id: string;
|
|
49282
|
-
/** ID of the connected account. */
|
|
49631
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49283
49632
|
connected_account_id: string;
|
|
49284
49633
|
event_type: 'thermostat.manually_adjusted';
|
|
49634
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
49285
49635
|
method: 'seam' | 'external';
|
|
49286
49636
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
49287
49637
|
fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
|
|
@@ -49296,65 +49646,77 @@ interface Routes {
|
|
|
49296
49646
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
49297
49647
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
49298
49648
|
} | {
|
|
49299
|
-
/**
|
|
49649
|
+
/** ID of the event. */
|
|
49300
49650
|
event_id: string;
|
|
49301
|
-
/**
|
|
49651
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49302
49652
|
workspace_id: string;
|
|
49303
|
-
/**
|
|
49653
|
+
/** Time at which the event was created. */
|
|
49304
49654
|
created_at: string;
|
|
49305
|
-
/**
|
|
49655
|
+
/** Time when the event occurred. */
|
|
49306
49656
|
occurred_at: string;
|
|
49307
49657
|
/** ID of the device. */
|
|
49308
49658
|
device_id: string;
|
|
49309
|
-
/** ID of the connected account. */
|
|
49659
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49310
49660
|
connected_account_id: string;
|
|
49311
49661
|
event_type: 'thermostat.temperature_threshold_exceeded';
|
|
49662
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49312
49663
|
temperature_celsius: number;
|
|
49664
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49313
49665
|
temperature_fahrenheit: number;
|
|
49666
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49314
49667
|
upper_limit_celsius: number | null;
|
|
49668
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49315
49669
|
upper_limit_fahrenheit: number | null;
|
|
49670
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49316
49671
|
lower_limit_celsius: number | null;
|
|
49672
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49317
49673
|
lower_limit_fahrenheit: number | null;
|
|
49318
49674
|
} | {
|
|
49319
|
-
/**
|
|
49675
|
+
/** ID of the event. */
|
|
49320
49676
|
event_id: string;
|
|
49321
|
-
/**
|
|
49677
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49322
49678
|
workspace_id: string;
|
|
49323
|
-
/**
|
|
49679
|
+
/** Time at which the event was created. */
|
|
49324
49680
|
created_at: string;
|
|
49325
|
-
/**
|
|
49681
|
+
/** Time when the event occurred. */
|
|
49326
49682
|
occurred_at: string;
|
|
49327
49683
|
/** ID of the device. */
|
|
49328
49684
|
device_id: string;
|
|
49329
|
-
/** ID of the connected account. */
|
|
49685
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
49330
49686
|
connected_account_id: string;
|
|
49331
49687
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
|
|
49688
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
49332
49689
|
temperature_celsius: number;
|
|
49690
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
49333
49691
|
temperature_fahrenheit: number;
|
|
49692
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49334
49693
|
upper_limit_celsius: number | null;
|
|
49694
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49335
49695
|
upper_limit_fahrenheit: number | null;
|
|
49696
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49336
49697
|
lower_limit_celsius: number | null;
|
|
49698
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
49337
49699
|
lower_limit_fahrenheit: number | null;
|
|
49338
49700
|
} | {
|
|
49339
|
-
/**
|
|
49701
|
+
/** ID of the event. */
|
|
49340
49702
|
event_id: string;
|
|
49341
|
-
/**
|
|
49703
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49342
49704
|
workspace_id: string;
|
|
49343
|
-
/**
|
|
49705
|
+
/** Time at which the event was created. */
|
|
49344
49706
|
created_at: string;
|
|
49345
|
-
/**
|
|
49707
|
+
/** Time when the event occurred. */
|
|
49346
49708
|
occurred_at: string;
|
|
49347
49709
|
/** ID of the enrollment automation. */
|
|
49348
49710
|
enrollment_automation_id: string;
|
|
49349
49711
|
event_type: 'enrollment_automation.deleted';
|
|
49350
49712
|
} | {
|
|
49351
|
-
/**
|
|
49713
|
+
/** ID of the event. */
|
|
49352
49714
|
event_id: string;
|
|
49353
|
-
/**
|
|
49715
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
49354
49716
|
workspace_id: string;
|
|
49355
|
-
/**
|
|
49717
|
+
/** Time at which the event was created. */
|
|
49356
49718
|
created_at: string;
|
|
49357
|
-
/**
|
|
49719
|
+
/** Time when the event occurred. */
|
|
49358
49720
|
occurred_at: string;
|
|
49359
49721
|
/** ID of the device. */
|
|
49360
49722
|
device_id: string;
|
|
@@ -51772,7 +52134,7 @@ interface Routes {
|
|
|
51772
52134
|
type: 'action_attempt_expired';
|
|
51773
52135
|
message: string;
|
|
51774
52136
|
} | {
|
|
51775
|
-
type: '
|
|
52137
|
+
type: 'no_credential_on_encoder';
|
|
51776
52138
|
message: string;
|
|
51777
52139
|
};
|
|
51778
52140
|
} | {
|
|
@@ -51976,7 +52338,7 @@ interface Routes {
|
|
|
51976
52338
|
type: 'action_attempt_expired';
|
|
51977
52339
|
message: string;
|
|
51978
52340
|
} | {
|
|
51979
|
-
type: '
|
|
52341
|
+
type: 'no_credential_on_encoder';
|
|
51980
52342
|
message: string;
|
|
51981
52343
|
} | {
|
|
51982
52344
|
type: 'incompatible_card_format';
|
|
@@ -52549,7 +52911,7 @@ interface Routes {
|
|
|
52549
52911
|
type: 'action_attempt_expired';
|
|
52550
52912
|
message: string;
|
|
52551
52913
|
} | {
|
|
52552
|
-
type: '
|
|
52914
|
+
type: 'no_credential_on_encoder';
|
|
52553
52915
|
message: string;
|
|
52554
52916
|
};
|
|
52555
52917
|
} | {
|
|
@@ -52753,7 +53115,7 @@ interface Routes {
|
|
|
52753
53115
|
type: 'action_attempt_expired';
|
|
52754
53116
|
message: string;
|
|
52755
53117
|
} | {
|
|
52756
|
-
type: '
|
|
53118
|
+
type: 'no_credential_on_encoder';
|
|
52757
53119
|
message: string;
|
|
52758
53120
|
} | {
|
|
52759
53121
|
type: 'incompatible_card_format';
|
|
@@ -54436,7 +54798,7 @@ interface Routes {
|
|
|
54436
54798
|
type: 'action_attempt_expired';
|
|
54437
54799
|
message: string;
|
|
54438
54800
|
} | {
|
|
54439
|
-
type: '
|
|
54801
|
+
type: 'no_credential_on_encoder';
|
|
54440
54802
|
message: string;
|
|
54441
54803
|
};
|
|
54442
54804
|
} | {
|
|
@@ -54640,7 +55002,7 @@ interface Routes {
|
|
|
54640
55002
|
type: 'action_attempt_expired';
|
|
54641
55003
|
message: string;
|
|
54642
55004
|
} | {
|
|
54643
|
-
type: '
|
|
55005
|
+
type: 'no_credential_on_encoder';
|
|
54644
55006
|
message: string;
|
|
54645
55007
|
} | {
|
|
54646
55008
|
type: 'incompatible_card_format';
|
|
@@ -55223,7 +55585,7 @@ interface Routes {
|
|
|
55223
55585
|
type: 'action_attempt_expired';
|
|
55224
55586
|
message: string;
|
|
55225
55587
|
} | {
|
|
55226
|
-
type: '
|
|
55588
|
+
type: 'no_credential_on_encoder';
|
|
55227
55589
|
message: string;
|
|
55228
55590
|
};
|
|
55229
55591
|
} | {
|
|
@@ -55427,7 +55789,7 @@ interface Routes {
|
|
|
55427
55789
|
type: 'action_attempt_expired';
|
|
55428
55790
|
message: string;
|
|
55429
55791
|
} | {
|
|
55430
|
-
type: '
|
|
55792
|
+
type: 'no_credential_on_encoder';
|
|
55431
55793
|
message: string;
|
|
55432
55794
|
} | {
|
|
55433
55795
|
type: 'incompatible_card_format';
|
|
@@ -56049,7 +56411,7 @@ interface Routes {
|
|
|
56049
56411
|
type: 'action_attempt_expired';
|
|
56050
56412
|
message: string;
|
|
56051
56413
|
} | {
|
|
56052
|
-
type: '
|
|
56414
|
+
type: 'no_credential_on_encoder';
|
|
56053
56415
|
message: string;
|
|
56054
56416
|
};
|
|
56055
56417
|
} | {
|
|
@@ -56253,7 +56615,7 @@ interface Routes {
|
|
|
56253
56615
|
type: 'action_attempt_expired';
|
|
56254
56616
|
message: string;
|
|
56255
56617
|
} | {
|
|
56256
|
-
type: '
|
|
56618
|
+
type: 'no_credential_on_encoder';
|
|
56257
56619
|
message: string;
|
|
56258
56620
|
} | {
|
|
56259
56621
|
type: 'incompatible_card_format';
|
|
@@ -57010,7 +57372,7 @@ interface Routes {
|
|
|
57010
57372
|
type: 'action_attempt_expired';
|
|
57011
57373
|
message: string;
|
|
57012
57374
|
} | {
|
|
57013
|
-
type: '
|
|
57375
|
+
type: 'no_credential_on_encoder';
|
|
57014
57376
|
message: string;
|
|
57015
57377
|
};
|
|
57016
57378
|
} | {
|
|
@@ -57214,7 +57576,7 @@ interface Routes {
|
|
|
57214
57576
|
type: 'action_attempt_expired';
|
|
57215
57577
|
message: string;
|
|
57216
57578
|
} | {
|
|
57217
|
-
type: '
|
|
57579
|
+
type: 'no_credential_on_encoder';
|
|
57218
57580
|
message: string;
|
|
57219
57581
|
} | {
|
|
57220
57582
|
type: 'incompatible_card_format';
|
|
@@ -57793,7 +58155,7 @@ interface Routes {
|
|
|
57793
58155
|
type: 'action_attempt_expired';
|
|
57794
58156
|
message: string;
|
|
57795
58157
|
} | {
|
|
57796
|
-
type: '
|
|
58158
|
+
type: 'no_credential_on_encoder';
|
|
57797
58159
|
message: string;
|
|
57798
58160
|
};
|
|
57799
58161
|
} | {
|
|
@@ -57997,7 +58359,7 @@ interface Routes {
|
|
|
57997
58359
|
type: 'action_attempt_expired';
|
|
57998
58360
|
message: string;
|
|
57999
58361
|
} | {
|
|
58000
|
-
type: '
|
|
58362
|
+
type: 'no_credential_on_encoder';
|
|
58001
58363
|
message: string;
|
|
58002
58364
|
} | {
|
|
58003
58365
|
type: 'incompatible_card_format';
|
|
@@ -59153,7 +59515,7 @@ interface Routes {
|
|
|
59153
59515
|
type: 'action_attempt_expired';
|
|
59154
59516
|
message: string;
|
|
59155
59517
|
} | {
|
|
59156
|
-
type: '
|
|
59518
|
+
type: 'no_credential_on_encoder';
|
|
59157
59519
|
message: string;
|
|
59158
59520
|
};
|
|
59159
59521
|
} | {
|
|
@@ -59357,7 +59719,7 @@ interface Routes {
|
|
|
59357
59719
|
type: 'action_attempt_expired';
|
|
59358
59720
|
message: string;
|
|
59359
59721
|
} | {
|
|
59360
|
-
type: '
|
|
59722
|
+
type: 'no_credential_on_encoder';
|
|
59361
59723
|
message: string;
|
|
59362
59724
|
} | {
|
|
59363
59725
|
type: 'incompatible_card_format';
|
|
@@ -59940,7 +60302,7 @@ interface Routes {
|
|
|
59940
60302
|
type: 'action_attempt_expired';
|
|
59941
60303
|
message: string;
|
|
59942
60304
|
} | {
|
|
59943
|
-
type: '
|
|
60305
|
+
type: 'no_credential_on_encoder';
|
|
59944
60306
|
message: string;
|
|
59945
60307
|
};
|
|
59946
60308
|
} | {
|
|
@@ -60144,7 +60506,7 @@ interface Routes {
|
|
|
60144
60506
|
type: 'action_attempt_expired';
|
|
60145
60507
|
message: string;
|
|
60146
60508
|
} | {
|
|
60147
|
-
type: '
|
|
60509
|
+
type: 'no_credential_on_encoder';
|
|
60148
60510
|
message: string;
|
|
60149
60511
|
} | {
|
|
60150
60512
|
type: 'incompatible_card_format';
|
|
@@ -61790,7 +62152,7 @@ interface Routes {
|
|
|
61790
62152
|
type: 'action_attempt_expired';
|
|
61791
62153
|
message: string;
|
|
61792
62154
|
} | {
|
|
61793
|
-
type: '
|
|
62155
|
+
type: 'no_credential_on_encoder';
|
|
61794
62156
|
message: string;
|
|
61795
62157
|
};
|
|
61796
62158
|
} | {
|
|
@@ -61994,7 +62356,7 @@ interface Routes {
|
|
|
61994
62356
|
type: 'action_attempt_expired';
|
|
61995
62357
|
message: string;
|
|
61996
62358
|
} | {
|
|
61997
|
-
type: '
|
|
62359
|
+
type: 'no_credential_on_encoder';
|
|
61998
62360
|
message: string;
|
|
61999
62361
|
} | {
|
|
62000
62362
|
type: 'incompatible_card_format';
|
|
@@ -62744,7 +63106,7 @@ interface Routes {
|
|
|
62744
63106
|
type: 'action_attempt_expired';
|
|
62745
63107
|
message: string;
|
|
62746
63108
|
} | {
|
|
62747
|
-
type: '
|
|
63109
|
+
type: 'no_credential_on_encoder';
|
|
62748
63110
|
message: string;
|
|
62749
63111
|
};
|
|
62750
63112
|
} | {
|
|
@@ -62948,7 +63310,7 @@ interface Routes {
|
|
|
62948
63310
|
type: 'action_attempt_expired';
|
|
62949
63311
|
message: string;
|
|
62950
63312
|
} | {
|
|
62951
|
-
type: '
|
|
63313
|
+
type: 'no_credential_on_encoder';
|
|
62952
63314
|
message: string;
|
|
62953
63315
|
} | {
|
|
62954
63316
|
type: 'incompatible_card_format';
|
|
@@ -63550,7 +63912,7 @@ interface Routes {
|
|
|
63550
63912
|
type: 'action_attempt_expired';
|
|
63551
63913
|
message: string;
|
|
63552
63914
|
} | {
|
|
63553
|
-
type: '
|
|
63915
|
+
type: 'no_credential_on_encoder';
|
|
63554
63916
|
message: string;
|
|
63555
63917
|
};
|
|
63556
63918
|
} | {
|
|
@@ -63754,7 +64116,7 @@ interface Routes {
|
|
|
63754
64116
|
type: 'action_attempt_expired';
|
|
63755
64117
|
message: string;
|
|
63756
64118
|
} | {
|
|
63757
|
-
type: '
|
|
64119
|
+
type: 'no_credential_on_encoder';
|
|
63758
64120
|
message: string;
|
|
63759
64121
|
} | {
|
|
63760
64122
|
type: 'incompatible_card_format';
|
|
@@ -66068,7 +66430,7 @@ interface Routes {
|
|
|
66068
66430
|
type: 'action_attempt_expired';
|
|
66069
66431
|
message: string;
|
|
66070
66432
|
} | {
|
|
66071
|
-
type: '
|
|
66433
|
+
type: 'no_credential_on_encoder';
|
|
66072
66434
|
message: string;
|
|
66073
66435
|
};
|
|
66074
66436
|
} | {
|
|
@@ -66272,7 +66634,7 @@ interface Routes {
|
|
|
66272
66634
|
type: 'action_attempt_expired';
|
|
66273
66635
|
message: string;
|
|
66274
66636
|
} | {
|
|
66275
|
-
type: '
|
|
66637
|
+
type: 'no_credential_on_encoder';
|
|
66276
66638
|
message: string;
|
|
66277
66639
|
} | {
|
|
66278
66640
|
type: 'incompatible_card_format';
|