@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
|
@@ -365,7 +365,7 @@ export interface Routes {
|
|
|
365
365
|
message: string
|
|
366
366
|
}
|
|
367
367
|
| {
|
|
368
|
-
type: '
|
|
368
|
+
type: 'no_credential_on_encoder'
|
|
369
369
|
message: string
|
|
370
370
|
}
|
|
371
371
|
}
|
|
@@ -615,7 +615,7 @@ export interface Routes {
|
|
|
615
615
|
message: string
|
|
616
616
|
}
|
|
617
617
|
| {
|
|
618
|
-
type: '
|
|
618
|
+
type: 'no_credential_on_encoder'
|
|
619
619
|
message: string
|
|
620
620
|
}
|
|
621
621
|
| {
|
|
@@ -1439,7 +1439,7 @@ export interface Routes {
|
|
|
1439
1439
|
message: string
|
|
1440
1440
|
}
|
|
1441
1441
|
| {
|
|
1442
|
-
type: '
|
|
1442
|
+
type: 'no_credential_on_encoder'
|
|
1443
1443
|
message: string
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
@@ -1689,7 +1689,7 @@ export interface Routes {
|
|
|
1689
1689
|
message: string
|
|
1690
1690
|
}
|
|
1691
1691
|
| {
|
|
1692
|
-
type: '
|
|
1692
|
+
type: 'no_credential_on_encoder'
|
|
1693
1693
|
message: string
|
|
1694
1694
|
}
|
|
1695
1695
|
| {
|
|
@@ -2743,7 +2743,7 @@ export interface Routes {
|
|
|
2743
2743
|
message: string
|
|
2744
2744
|
}
|
|
2745
2745
|
| {
|
|
2746
|
-
type: '
|
|
2746
|
+
type: 'no_credential_on_encoder'
|
|
2747
2747
|
message: string
|
|
2748
2748
|
}
|
|
2749
2749
|
}
|
|
@@ -2993,7 +2993,7 @@ export interface Routes {
|
|
|
2993
2993
|
message: string
|
|
2994
2994
|
}
|
|
2995
2995
|
| {
|
|
2996
|
-
type: '
|
|
2996
|
+
type: 'no_credential_on_encoder'
|
|
2997
2997
|
message: string
|
|
2998
2998
|
}
|
|
2999
2999
|
| {
|
|
@@ -3804,7 +3804,7 @@ export interface Routes {
|
|
|
3804
3804
|
message: string
|
|
3805
3805
|
}
|
|
3806
3806
|
| {
|
|
3807
|
-
type: '
|
|
3807
|
+
type: 'no_credential_on_encoder'
|
|
3808
3808
|
message: string
|
|
3809
3809
|
}
|
|
3810
3810
|
}
|
|
@@ -4054,7 +4054,7 @@ export interface Routes {
|
|
|
4054
4054
|
message: string
|
|
4055
4055
|
}
|
|
4056
4056
|
| {
|
|
4057
|
-
type: '
|
|
4057
|
+
type: 'no_credential_on_encoder'
|
|
4058
4058
|
message: string
|
|
4059
4059
|
}
|
|
4060
4060
|
| {
|
|
@@ -6454,7 +6454,7 @@ export interface Routes {
|
|
|
6454
6454
|
message: string
|
|
6455
6455
|
}
|
|
6456
6456
|
| {
|
|
6457
|
-
type: '
|
|
6457
|
+
type: 'no_credential_on_encoder'
|
|
6458
6458
|
message: string
|
|
6459
6459
|
}
|
|
6460
6460
|
}
|
|
@@ -6704,7 +6704,7 @@ export interface Routes {
|
|
|
6704
6704
|
message: string
|
|
6705
6705
|
}
|
|
6706
6706
|
| {
|
|
6707
|
-
type: '
|
|
6707
|
+
type: 'no_credential_on_encoder'
|
|
6708
6708
|
message: string
|
|
6709
6709
|
}
|
|
6710
6710
|
| {
|
|
@@ -7415,7 +7415,7 @@ export interface Routes {
|
|
|
7415
7415
|
message: string
|
|
7416
7416
|
}
|
|
7417
7417
|
| {
|
|
7418
|
-
type: '
|
|
7418
|
+
type: 'no_credential_on_encoder'
|
|
7419
7419
|
message: string
|
|
7420
7420
|
}
|
|
7421
7421
|
}
|
|
@@ -7665,7 +7665,7 @@ export interface Routes {
|
|
|
7665
7665
|
message: string
|
|
7666
7666
|
}
|
|
7667
7667
|
| {
|
|
7668
|
-
type: '
|
|
7668
|
+
type: 'no_credential_on_encoder'
|
|
7669
7669
|
message: string
|
|
7670
7670
|
}
|
|
7671
7671
|
| {
|
|
@@ -7980,6 +7980,78 @@ export interface Routes {
|
|
|
7980
7980
|
}
|
|
7981
7981
|
}
|
|
7982
7982
|
}
|
|
7983
|
+
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
7984
|
+
route: '/acs/encoders/simulate/next_credential_encode_will_fail'
|
|
7985
|
+
method: 'POST'
|
|
7986
|
+
queryParams: {}
|
|
7987
|
+
jsonBody:
|
|
7988
|
+
| {
|
|
7989
|
+
acs_encoder_id: string
|
|
7990
|
+
error_code?: 'no_credential_on_encoder'
|
|
7991
|
+
}
|
|
7992
|
+
| {
|
|
7993
|
+
acs_encoder_id: string
|
|
7994
|
+
error_code: 'uncategorized_error' | 'action_attempt_expired'
|
|
7995
|
+
acs_credential_id?: string | undefined
|
|
7996
|
+
}
|
|
7997
|
+
commonParams: {}
|
|
7998
|
+
formData: {}
|
|
7999
|
+
jsonResponse: {}
|
|
8000
|
+
}
|
|
8001
|
+
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
8002
|
+
route: '/acs/encoders/simulate/next_credential_encode_will_succeed'
|
|
8003
|
+
method: 'POST'
|
|
8004
|
+
queryParams: {}
|
|
8005
|
+
jsonBody: {
|
|
8006
|
+
acs_encoder_id: string
|
|
8007
|
+
scenario?: 'credential_is_issued'
|
|
8008
|
+
}
|
|
8009
|
+
commonParams: {}
|
|
8010
|
+
formData: {}
|
|
8011
|
+
jsonResponse: {}
|
|
8012
|
+
}
|
|
8013
|
+
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
8014
|
+
route: '/acs/encoders/simulate/next_credential_scan_will_fail'
|
|
8015
|
+
method: 'POST'
|
|
8016
|
+
queryParams: {}
|
|
8017
|
+
jsonBody:
|
|
8018
|
+
| {
|
|
8019
|
+
acs_encoder_id: string
|
|
8020
|
+
error_code?: 'no_credential_on_encoder'
|
|
8021
|
+
}
|
|
8022
|
+
| {
|
|
8023
|
+
acs_encoder_id: string
|
|
8024
|
+
error_code: 'uncategorized_error' | 'action_attempt_expired'
|
|
8025
|
+
acs_credential_id_on_seam?: string | undefined
|
|
8026
|
+
}
|
|
8027
|
+
commonParams: {}
|
|
8028
|
+
formData: {}
|
|
8029
|
+
jsonResponse: {}
|
|
8030
|
+
}
|
|
8031
|
+
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
8032
|
+
route: '/acs/encoders/simulate/next_credential_scan_will_succeed'
|
|
8033
|
+
method: 'POST'
|
|
8034
|
+
queryParams: {}
|
|
8035
|
+
jsonBody:
|
|
8036
|
+
| {
|
|
8037
|
+
acs_encoder_id: string
|
|
8038
|
+
scenario?:
|
|
8039
|
+
| 'credential_exists_on_seam'
|
|
8040
|
+
| 'credential_on_encoder_needs_update'
|
|
8041
|
+
acs_credential_id_on_seam?: string | undefined
|
|
8042
|
+
}
|
|
8043
|
+
| {
|
|
8044
|
+
acs_encoder_id: string
|
|
8045
|
+
scenario: 'credential_does_not_exist_on_seam'
|
|
8046
|
+
}
|
|
8047
|
+
| {
|
|
8048
|
+
acs_encoder_id: string
|
|
8049
|
+
scenario: 'credential_on_encoder_is_empty'
|
|
8050
|
+
}
|
|
8051
|
+
commonParams: {}
|
|
8052
|
+
formData: {}
|
|
8053
|
+
jsonResponse: {}
|
|
8054
|
+
}
|
|
7983
8055
|
'/acs/entrances/get': {
|
|
7984
8056
|
route: '/acs/entrances/get'
|
|
7985
8057
|
method: 'GET' | 'POST'
|
|
@@ -9985,7 +10057,7 @@ export interface Routes {
|
|
|
9985
10057
|
message: string
|
|
9986
10058
|
}
|
|
9987
10059
|
| {
|
|
9988
|
-
type: '
|
|
10060
|
+
type: 'no_credential_on_encoder'
|
|
9989
10061
|
message: string
|
|
9990
10062
|
}
|
|
9991
10063
|
}
|
|
@@ -10235,7 +10307,7 @@ export interface Routes {
|
|
|
10235
10307
|
message: string
|
|
10236
10308
|
}
|
|
10237
10309
|
| {
|
|
10238
|
-
type: '
|
|
10310
|
+
type: 'no_credential_on_encoder'
|
|
10239
10311
|
message: string
|
|
10240
10312
|
}
|
|
10241
10313
|
| {
|
|
@@ -10900,7 +10972,7 @@ export interface Routes {
|
|
|
10900
10972
|
message: string
|
|
10901
10973
|
}
|
|
10902
10974
|
| {
|
|
10903
|
-
type: '
|
|
10975
|
+
type: 'no_credential_on_encoder'
|
|
10904
10976
|
message: string
|
|
10905
10977
|
}
|
|
10906
10978
|
}
|
|
@@ -11150,7 +11222,7 @@ export interface Routes {
|
|
|
11150
11222
|
message: string
|
|
11151
11223
|
}
|
|
11152
11224
|
| {
|
|
11153
|
-
type: '
|
|
11225
|
+
type: 'no_credential_on_encoder'
|
|
11154
11226
|
message: string
|
|
11155
11227
|
}
|
|
11156
11228
|
| {
|
|
@@ -14231,13 +14303,13 @@ export interface Routes {
|
|
|
14231
14303
|
event?:
|
|
14232
14304
|
| (
|
|
14233
14305
|
| {
|
|
14234
|
-
/**
|
|
14306
|
+
/** ID of the event. */
|
|
14235
14307
|
event_id: string
|
|
14236
|
-
/**
|
|
14308
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14237
14309
|
workspace_id: string
|
|
14238
|
-
/**
|
|
14310
|
+
/** Time at which the event was created. */
|
|
14239
14311
|
created_at: string
|
|
14240
|
-
/**
|
|
14312
|
+
/** Time when the event occurred. */
|
|
14241
14313
|
occurred_at: string
|
|
14242
14314
|
/** The ID of the access code. */
|
|
14243
14315
|
access_code_id: string
|
|
@@ -14248,13 +14320,13 @@ export interface Routes {
|
|
|
14248
14320
|
event_type: 'access_code.created'
|
|
14249
14321
|
}
|
|
14250
14322
|
| {
|
|
14251
|
-
/**
|
|
14323
|
+
/** ID of the event. */
|
|
14252
14324
|
event_id: string
|
|
14253
|
-
/**
|
|
14325
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14254
14326
|
workspace_id: string
|
|
14255
|
-
/**
|
|
14327
|
+
/** Time at which the event was created. */
|
|
14256
14328
|
created_at: string
|
|
14257
|
-
/**
|
|
14329
|
+
/** Time when the event occurred. */
|
|
14258
14330
|
occurred_at: string
|
|
14259
14331
|
/** The ID of the access code. */
|
|
14260
14332
|
access_code_id: string
|
|
@@ -14265,13 +14337,13 @@ export interface Routes {
|
|
|
14265
14337
|
event_type: 'access_code.changed'
|
|
14266
14338
|
}
|
|
14267
14339
|
| {
|
|
14268
|
-
/**
|
|
14340
|
+
/** ID of the event. */
|
|
14269
14341
|
event_id: string
|
|
14270
|
-
/**
|
|
14342
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14271
14343
|
workspace_id: string
|
|
14272
|
-
/**
|
|
14344
|
+
/** Time at which the event was created. */
|
|
14273
14345
|
created_at: string
|
|
14274
|
-
/**
|
|
14346
|
+
/** Time when the event occurred. */
|
|
14275
14347
|
occurred_at: string
|
|
14276
14348
|
/** The ID of the access code. */
|
|
14277
14349
|
access_code_id: string
|
|
@@ -14284,13 +14356,13 @@ export interface Routes {
|
|
|
14284
14356
|
code: string
|
|
14285
14357
|
}
|
|
14286
14358
|
| {
|
|
14287
|
-
/**
|
|
14359
|
+
/** ID of the event. */
|
|
14288
14360
|
event_id: string
|
|
14289
|
-
/**
|
|
14361
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14290
14362
|
workspace_id: string
|
|
14291
|
-
/**
|
|
14363
|
+
/** Time at which the event was created. */
|
|
14292
14364
|
created_at: string
|
|
14293
|
-
/**
|
|
14365
|
+
/** Time when the event occurred. */
|
|
14294
14366
|
occurred_at: string
|
|
14295
14367
|
/** The ID of the access code. */
|
|
14296
14368
|
access_code_id: string
|
|
@@ -14303,13 +14375,13 @@ export interface Routes {
|
|
|
14303
14375
|
code: string
|
|
14304
14376
|
}
|
|
14305
14377
|
| {
|
|
14306
|
-
/**
|
|
14378
|
+
/** ID of the event. */
|
|
14307
14379
|
event_id: string
|
|
14308
|
-
/**
|
|
14380
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14309
14381
|
workspace_id: string
|
|
14310
|
-
/**
|
|
14382
|
+
/** Time at which the event was created. */
|
|
14311
14383
|
created_at: string
|
|
14312
|
-
/**
|
|
14384
|
+
/** Time when the event occurred. */
|
|
14313
14385
|
occurred_at: string
|
|
14314
14386
|
/** The ID of the access code. */
|
|
14315
14387
|
access_code_id: string
|
|
@@ -14320,13 +14392,13 @@ export interface Routes {
|
|
|
14320
14392
|
event_type: 'access_code.removed_from_device'
|
|
14321
14393
|
}
|
|
14322
14394
|
| {
|
|
14323
|
-
/**
|
|
14395
|
+
/** ID of the event. */
|
|
14324
14396
|
event_id: string
|
|
14325
|
-
/**
|
|
14397
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14326
14398
|
workspace_id: string
|
|
14327
|
-
/**
|
|
14399
|
+
/** Time at which the event was created. */
|
|
14328
14400
|
created_at: string
|
|
14329
|
-
/**
|
|
14401
|
+
/** Time when the event occurred. */
|
|
14330
14402
|
occurred_at: string
|
|
14331
14403
|
/** The ID of the access code. */
|
|
14332
14404
|
access_code_id: string
|
|
@@ -14337,13 +14409,13 @@ export interface Routes {
|
|
|
14337
14409
|
event_type: 'access_code.delay_in_setting_on_device'
|
|
14338
14410
|
}
|
|
14339
14411
|
| {
|
|
14340
|
-
/**
|
|
14412
|
+
/** ID of the event. */
|
|
14341
14413
|
event_id: string
|
|
14342
|
-
/**
|
|
14414
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14343
14415
|
workspace_id: string
|
|
14344
|
-
/**
|
|
14416
|
+
/** Time at which the event was created. */
|
|
14345
14417
|
created_at: string
|
|
14346
|
-
/**
|
|
14418
|
+
/** Time when the event occurred. */
|
|
14347
14419
|
occurred_at: string
|
|
14348
14420
|
/** The ID of the access code. */
|
|
14349
14421
|
access_code_id: string
|
|
@@ -14354,13 +14426,13 @@ export interface Routes {
|
|
|
14354
14426
|
event_type: 'access_code.failed_to_set_on_device'
|
|
14355
14427
|
}
|
|
14356
14428
|
| {
|
|
14357
|
-
/**
|
|
14429
|
+
/** ID of the event. */
|
|
14358
14430
|
event_id: string
|
|
14359
|
-
/**
|
|
14431
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14360
14432
|
workspace_id: string
|
|
14361
|
-
/**
|
|
14433
|
+
/** Time at which the event was created. */
|
|
14362
14434
|
created_at: string
|
|
14363
|
-
/**
|
|
14435
|
+
/** Time when the event occurred. */
|
|
14364
14436
|
occurred_at: string
|
|
14365
14437
|
/** The ID of the access code. */
|
|
14366
14438
|
access_code_id: string
|
|
@@ -14373,13 +14445,13 @@ export interface Routes {
|
|
|
14373
14445
|
code: string | null
|
|
14374
14446
|
}
|
|
14375
14447
|
| {
|
|
14376
|
-
/**
|
|
14448
|
+
/** ID of the event. */
|
|
14377
14449
|
event_id: string
|
|
14378
|
-
/**
|
|
14450
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14379
14451
|
workspace_id: string
|
|
14380
|
-
/**
|
|
14452
|
+
/** Time at which the event was created. */
|
|
14381
14453
|
created_at: string
|
|
14382
|
-
/**
|
|
14454
|
+
/** Time when the event occurred. */
|
|
14383
14455
|
occurred_at: string
|
|
14384
14456
|
/** The ID of the access code. */
|
|
14385
14457
|
access_code_id: string
|
|
@@ -14390,13 +14462,13 @@ export interface Routes {
|
|
|
14390
14462
|
event_type: 'access_code.delay_in_removing_from_device'
|
|
14391
14463
|
}
|
|
14392
14464
|
| {
|
|
14393
|
-
/**
|
|
14465
|
+
/** ID of the event. */
|
|
14394
14466
|
event_id: string
|
|
14395
|
-
/**
|
|
14467
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14396
14468
|
workspace_id: string
|
|
14397
|
-
/**
|
|
14469
|
+
/** Time at which the event was created. */
|
|
14398
14470
|
created_at: string
|
|
14399
|
-
/**
|
|
14471
|
+
/** Time when the event occurred. */
|
|
14400
14472
|
occurred_at: string
|
|
14401
14473
|
/** The ID of the access code. */
|
|
14402
14474
|
access_code_id: string
|
|
@@ -14407,13 +14479,13 @@ export interface Routes {
|
|
|
14407
14479
|
event_type: 'access_code.failed_to_remove_from_device'
|
|
14408
14480
|
}
|
|
14409
14481
|
| {
|
|
14410
|
-
/**
|
|
14482
|
+
/** ID of the event. */
|
|
14411
14483
|
event_id: string
|
|
14412
|
-
/**
|
|
14484
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14413
14485
|
workspace_id: string
|
|
14414
|
-
/**
|
|
14486
|
+
/** Time at which the event was created. */
|
|
14415
14487
|
created_at: string
|
|
14416
|
-
/**
|
|
14488
|
+
/** Time when the event occurred. */
|
|
14417
14489
|
occurred_at: string
|
|
14418
14490
|
/** The ID of the access code. */
|
|
14419
14491
|
access_code_id: string
|
|
@@ -14424,13 +14496,13 @@ export interface Routes {
|
|
|
14424
14496
|
event_type: 'access_code.modified_external_to_seam'
|
|
14425
14497
|
}
|
|
14426
14498
|
| {
|
|
14427
|
-
/**
|
|
14499
|
+
/** ID of the event. */
|
|
14428
14500
|
event_id: string
|
|
14429
|
-
/**
|
|
14501
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14430
14502
|
workspace_id: string
|
|
14431
|
-
/**
|
|
14503
|
+
/** Time at which the event was created. */
|
|
14432
14504
|
created_at: string
|
|
14433
|
-
/**
|
|
14505
|
+
/** Time when the event occurred. */
|
|
14434
14506
|
occurred_at: string
|
|
14435
14507
|
/** The ID of the access code. */
|
|
14436
14508
|
access_code_id: string
|
|
@@ -14441,13 +14513,13 @@ export interface Routes {
|
|
|
14441
14513
|
event_type: 'access_code.deleted_external_to_seam'
|
|
14442
14514
|
}
|
|
14443
14515
|
| {
|
|
14444
|
-
/**
|
|
14516
|
+
/** ID of the event. */
|
|
14445
14517
|
event_id: string
|
|
14446
|
-
/**
|
|
14518
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14447
14519
|
workspace_id: string
|
|
14448
|
-
/**
|
|
14520
|
+
/** Time at which the event was created. */
|
|
14449
14521
|
created_at: string
|
|
14450
|
-
/**
|
|
14522
|
+
/** Time when the event occurred. */
|
|
14451
14523
|
occurred_at: string
|
|
14452
14524
|
/** The ID of the access code. */
|
|
14453
14525
|
access_code_id: string
|
|
@@ -14459,13 +14531,13 @@ export interface Routes {
|
|
|
14459
14531
|
backup_access_code_id: string
|
|
14460
14532
|
}
|
|
14461
14533
|
| {
|
|
14462
|
-
/**
|
|
14534
|
+
/** ID of the event. */
|
|
14463
14535
|
event_id: string
|
|
14464
|
-
/**
|
|
14536
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14465
14537
|
workspace_id: string
|
|
14466
|
-
/**
|
|
14538
|
+
/** Time at which the event was created. */
|
|
14467
14539
|
created_at: string
|
|
14468
|
-
/**
|
|
14540
|
+
/** Time when the event occurred. */
|
|
14469
14541
|
occurred_at: string
|
|
14470
14542
|
/** The ID of the access code. */
|
|
14471
14543
|
access_code_id: string
|
|
@@ -14476,13 +14548,13 @@ export interface Routes {
|
|
|
14476
14548
|
event_type: 'access_code.unmanaged.converted_to_managed'
|
|
14477
14549
|
}
|
|
14478
14550
|
| {
|
|
14479
|
-
/**
|
|
14551
|
+
/** ID of the event. */
|
|
14480
14552
|
event_id: string
|
|
14481
|
-
/**
|
|
14553
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14482
14554
|
workspace_id: string
|
|
14483
|
-
/**
|
|
14555
|
+
/** Time at which the event was created. */
|
|
14484
14556
|
created_at: string
|
|
14485
|
-
/**
|
|
14557
|
+
/** Time when the event occurred. */
|
|
14486
14558
|
occurred_at: string
|
|
14487
14559
|
/** The ID of the access code. */
|
|
14488
14560
|
access_code_id: string
|
|
@@ -14493,13 +14565,13 @@ export interface Routes {
|
|
|
14493
14565
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
14494
14566
|
}
|
|
14495
14567
|
| {
|
|
14496
|
-
/**
|
|
14568
|
+
/** ID of the event. */
|
|
14497
14569
|
event_id: string
|
|
14498
|
-
/**
|
|
14570
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14499
14571
|
workspace_id: string
|
|
14500
|
-
/**
|
|
14572
|
+
/** Time at which the event was created. */
|
|
14501
14573
|
created_at: string
|
|
14502
|
-
/**
|
|
14574
|
+
/** Time when the event occurred. */
|
|
14503
14575
|
occurred_at: string
|
|
14504
14576
|
/** The ID of the access code. */
|
|
14505
14577
|
access_code_id: string
|
|
@@ -14510,13 +14582,13 @@ export interface Routes {
|
|
|
14510
14582
|
event_type: 'access_code.unmanaged.created'
|
|
14511
14583
|
}
|
|
14512
14584
|
| {
|
|
14513
|
-
/**
|
|
14585
|
+
/** ID of the event. */
|
|
14514
14586
|
event_id: string
|
|
14515
|
-
/**
|
|
14587
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14516
14588
|
workspace_id: string
|
|
14517
|
-
/**
|
|
14589
|
+
/** Time at which the event was created. */
|
|
14518
14590
|
created_at: string
|
|
14519
|
-
/**
|
|
14591
|
+
/** Time when the event occurred. */
|
|
14520
14592
|
occurred_at: string
|
|
14521
14593
|
/** The ID of the access code. */
|
|
14522
14594
|
access_code_id: string
|
|
@@ -14527,13 +14599,13 @@ export interface Routes {
|
|
|
14527
14599
|
event_type: 'access_code.unmanaged.removed'
|
|
14528
14600
|
}
|
|
14529
14601
|
| {
|
|
14530
|
-
/**
|
|
14602
|
+
/** ID of the event. */
|
|
14531
14603
|
event_id: string
|
|
14532
|
-
/**
|
|
14604
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14533
14605
|
workspace_id: string
|
|
14534
|
-
/**
|
|
14606
|
+
/** Time at which the event was created. */
|
|
14535
14607
|
created_at: string
|
|
14536
|
-
/**
|
|
14608
|
+
/** Time when the event occurred. */
|
|
14537
14609
|
occurred_at: string
|
|
14538
14610
|
/** ID of the connected account.
|
|
14539
14611
|
* @deprecated Will be removed. */
|
|
@@ -14543,13 +14615,13 @@ export interface Routes {
|
|
|
14543
14615
|
event_type: 'acs_system.connected'
|
|
14544
14616
|
}
|
|
14545
14617
|
| {
|
|
14546
|
-
/**
|
|
14618
|
+
/** ID of the event. */
|
|
14547
14619
|
event_id: string
|
|
14548
|
-
/**
|
|
14620
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14549
14621
|
workspace_id: string
|
|
14550
|
-
/**
|
|
14622
|
+
/** Time at which the event was created. */
|
|
14551
14623
|
created_at: string
|
|
14552
|
-
/**
|
|
14624
|
+
/** Time when the event occurred. */
|
|
14553
14625
|
occurred_at: string
|
|
14554
14626
|
/** ID of the connected account.
|
|
14555
14627
|
* @deprecated Will be removed. */
|
|
@@ -14559,13 +14631,13 @@ export interface Routes {
|
|
|
14559
14631
|
event_type: 'acs_system.added'
|
|
14560
14632
|
}
|
|
14561
14633
|
| {
|
|
14562
|
-
/**
|
|
14634
|
+
/** ID of the event. */
|
|
14563
14635
|
event_id: string
|
|
14564
|
-
/**
|
|
14636
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14565
14637
|
workspace_id: string
|
|
14566
|
-
/**
|
|
14638
|
+
/** Time at which the event was created. */
|
|
14567
14639
|
created_at: string
|
|
14568
|
-
/**
|
|
14640
|
+
/** Time when the event occurred. */
|
|
14569
14641
|
occurred_at: string
|
|
14570
14642
|
/** ID of the connected account.
|
|
14571
14643
|
* @deprecated Will be removed. */
|
|
@@ -14575,13 +14647,13 @@ export interface Routes {
|
|
|
14575
14647
|
event_type: 'acs_system.disconnected'
|
|
14576
14648
|
}
|
|
14577
14649
|
| {
|
|
14578
|
-
/**
|
|
14650
|
+
/** ID of the event. */
|
|
14579
14651
|
event_id: string
|
|
14580
|
-
/**
|
|
14652
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14581
14653
|
workspace_id: string
|
|
14582
|
-
/**
|
|
14654
|
+
/** Time at which the event was created. */
|
|
14583
14655
|
created_at: string
|
|
14584
|
-
/**
|
|
14656
|
+
/** Time when the event occurred. */
|
|
14585
14657
|
occurred_at: string
|
|
14586
14658
|
/** ID of the connected account.
|
|
14587
14659
|
* @deprecated Will be removed. */
|
|
@@ -14592,13 +14664,13 @@ export interface Routes {
|
|
|
14592
14664
|
event_type: 'acs_credential.deleted'
|
|
14593
14665
|
}
|
|
14594
14666
|
| {
|
|
14595
|
-
/**
|
|
14667
|
+
/** ID of the event. */
|
|
14596
14668
|
event_id: string
|
|
14597
|
-
/**
|
|
14669
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14598
14670
|
workspace_id: string
|
|
14599
|
-
/**
|
|
14671
|
+
/** Time at which the event was created. */
|
|
14600
14672
|
created_at: string
|
|
14601
|
-
/**
|
|
14673
|
+
/** Time when the event occurred. */
|
|
14602
14674
|
occurred_at: string
|
|
14603
14675
|
/** ID of the connected account.
|
|
14604
14676
|
* @deprecated Will be removed. */
|
|
@@ -14609,13 +14681,13 @@ export interface Routes {
|
|
|
14609
14681
|
event_type: 'acs_credential.issued'
|
|
14610
14682
|
}
|
|
14611
14683
|
| {
|
|
14612
|
-
/**
|
|
14684
|
+
/** ID of the event. */
|
|
14613
14685
|
event_id: string
|
|
14614
|
-
/**
|
|
14686
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14615
14687
|
workspace_id: string
|
|
14616
|
-
/**
|
|
14688
|
+
/** Time at which the event was created. */
|
|
14617
14689
|
created_at: string
|
|
14618
|
-
/**
|
|
14690
|
+
/** Time when the event occurred. */
|
|
14619
14691
|
occurred_at: string
|
|
14620
14692
|
/** ID of the connected account.
|
|
14621
14693
|
* @deprecated Will be removed. */
|
|
@@ -14626,13 +14698,13 @@ export interface Routes {
|
|
|
14626
14698
|
event_type: 'acs_user.deleted'
|
|
14627
14699
|
}
|
|
14628
14700
|
| {
|
|
14629
|
-
/**
|
|
14701
|
+
/** ID of the event. */
|
|
14630
14702
|
event_id: string
|
|
14631
|
-
/**
|
|
14703
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14632
14704
|
workspace_id: string
|
|
14633
|
-
/**
|
|
14705
|
+
/** Time at which the event was created. */
|
|
14634
14706
|
created_at: string
|
|
14635
|
-
/**
|
|
14707
|
+
/** Time when the event occurred. */
|
|
14636
14708
|
occurred_at: string
|
|
14637
14709
|
/** ID of the connected account.
|
|
14638
14710
|
* @deprecated Will be removed. */
|
|
@@ -14644,13 +14716,13 @@ export interface Routes {
|
|
|
14644
14716
|
event_type: 'acs_encoder.added'
|
|
14645
14717
|
}
|
|
14646
14718
|
| {
|
|
14647
|
-
/**
|
|
14719
|
+
/** ID of the event. */
|
|
14648
14720
|
event_id: string
|
|
14649
|
-
/**
|
|
14721
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14650
14722
|
workspace_id: string
|
|
14651
|
-
/**
|
|
14723
|
+
/** Time at which the event was created. */
|
|
14652
14724
|
created_at: string
|
|
14653
|
-
/**
|
|
14725
|
+
/** Time when the event occurred. */
|
|
14654
14726
|
occurred_at: string
|
|
14655
14727
|
/** ID of the connected account.
|
|
14656
14728
|
* @deprecated Will be removed. */
|
|
@@ -14662,26 +14734,26 @@ export interface Routes {
|
|
|
14662
14734
|
event_type: 'acs_encoder.removed'
|
|
14663
14735
|
}
|
|
14664
14736
|
| {
|
|
14665
|
-
/**
|
|
14737
|
+
/** ID of the event. */
|
|
14666
14738
|
event_id: string
|
|
14667
|
-
/**
|
|
14739
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14668
14740
|
workspace_id: string
|
|
14669
|
-
/**
|
|
14741
|
+
/** Time at which the event was created. */
|
|
14670
14742
|
created_at: string
|
|
14671
|
-
/**
|
|
14743
|
+
/** Time when the event occurred. */
|
|
14672
14744
|
occurred_at: string
|
|
14673
14745
|
/** ID of the client session. */
|
|
14674
14746
|
client_session_id: string
|
|
14675
14747
|
event_type: 'client_session.deleted'
|
|
14676
14748
|
}
|
|
14677
14749
|
| {
|
|
14678
|
-
/**
|
|
14750
|
+
/** ID of the event. */
|
|
14679
14751
|
event_id: string
|
|
14680
|
-
/**
|
|
14752
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14681
14753
|
workspace_id: string
|
|
14682
|
-
/**
|
|
14754
|
+
/** Time at which the event was created. */
|
|
14683
14755
|
created_at: string
|
|
14684
|
-
/**
|
|
14756
|
+
/** Time when the event occurred. */
|
|
14685
14757
|
occurred_at: string
|
|
14686
14758
|
/** ID of the connected account. */
|
|
14687
14759
|
connected_account_id: string
|
|
@@ -14690,13 +14762,13 @@ export interface Routes {
|
|
|
14690
14762
|
connect_webview_id: string
|
|
14691
14763
|
}
|
|
14692
14764
|
| {
|
|
14693
|
-
/**
|
|
14765
|
+
/** ID of the event. */
|
|
14694
14766
|
event_id: string
|
|
14695
|
-
/**
|
|
14767
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14696
14768
|
workspace_id: string
|
|
14697
|
-
/**
|
|
14769
|
+
/** Time at which the event was created. */
|
|
14698
14770
|
created_at: string
|
|
14699
|
-
/**
|
|
14771
|
+
/** Time when the event occurred. */
|
|
14700
14772
|
occurred_at: string
|
|
14701
14773
|
/** ID of the connected account. */
|
|
14702
14774
|
connected_account_id: string
|
|
@@ -14705,13 +14777,13 @@ export interface Routes {
|
|
|
14705
14777
|
connect_webview_id: string
|
|
14706
14778
|
}
|
|
14707
14779
|
| {
|
|
14708
|
-
/**
|
|
14780
|
+
/** ID of the event. */
|
|
14709
14781
|
event_id: string
|
|
14710
|
-
/**
|
|
14782
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14711
14783
|
workspace_id: string
|
|
14712
|
-
/**
|
|
14784
|
+
/** Time at which the event was created. */
|
|
14713
14785
|
created_at: string
|
|
14714
|
-
/**
|
|
14786
|
+
/** Time when the event occurred. */
|
|
14715
14787
|
occurred_at: string
|
|
14716
14788
|
/** ID of the connected account. */
|
|
14717
14789
|
connected_account_id: string
|
|
@@ -14720,65 +14792,65 @@ export interface Routes {
|
|
|
14720
14792
|
connect_webview_id: string
|
|
14721
14793
|
}
|
|
14722
14794
|
| {
|
|
14723
|
-
/**
|
|
14795
|
+
/** ID of the event. */
|
|
14724
14796
|
event_id: string
|
|
14725
|
-
/**
|
|
14797
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14726
14798
|
workspace_id: string
|
|
14727
|
-
/**
|
|
14799
|
+
/** Time at which the event was created. */
|
|
14728
14800
|
created_at: string
|
|
14729
|
-
/**
|
|
14801
|
+
/** Time when the event occurred. */
|
|
14730
14802
|
occurred_at: string
|
|
14731
14803
|
/** ID of the connected account. */
|
|
14732
14804
|
connected_account_id: string
|
|
14733
14805
|
event_type: 'connected_account.disconnected'
|
|
14734
14806
|
}
|
|
14735
14807
|
| {
|
|
14736
|
-
/**
|
|
14808
|
+
/** ID of the event. */
|
|
14737
14809
|
event_id: string
|
|
14738
|
-
/**
|
|
14810
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14739
14811
|
workspace_id: string
|
|
14740
|
-
/**
|
|
14812
|
+
/** Time at which the event was created. */
|
|
14741
14813
|
created_at: string
|
|
14742
|
-
/**
|
|
14814
|
+
/** Time when the event occurred. */
|
|
14743
14815
|
occurred_at: string
|
|
14744
14816
|
/** ID of the connected account. */
|
|
14745
14817
|
connected_account_id: string
|
|
14746
14818
|
event_type: 'connected_account.completed_first_sync'
|
|
14747
14819
|
}
|
|
14748
14820
|
| {
|
|
14749
|
-
/**
|
|
14821
|
+
/** ID of the event. */
|
|
14750
14822
|
event_id: string
|
|
14751
|
-
/**
|
|
14823
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14752
14824
|
workspace_id: string
|
|
14753
|
-
/**
|
|
14825
|
+
/** Time at which the event was created. */
|
|
14754
14826
|
created_at: string
|
|
14755
|
-
/**
|
|
14827
|
+
/** Time when the event occurred. */
|
|
14756
14828
|
occurred_at: string
|
|
14757
14829
|
/** ID of the connected account. */
|
|
14758
14830
|
connected_account_id: string
|
|
14759
14831
|
event_type: 'connected_account.deleted'
|
|
14760
14832
|
}
|
|
14761
14833
|
| {
|
|
14762
|
-
/**
|
|
14834
|
+
/** ID of the event. */
|
|
14763
14835
|
event_id: string
|
|
14764
|
-
/**
|
|
14836
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14765
14837
|
workspace_id: string
|
|
14766
|
-
/**
|
|
14838
|
+
/** Time at which the event was created. */
|
|
14767
14839
|
created_at: string
|
|
14768
|
-
/**
|
|
14840
|
+
/** Time when the event occurred. */
|
|
14769
14841
|
occurred_at: string
|
|
14770
14842
|
/** ID of the connected account. */
|
|
14771
14843
|
connected_account_id: string
|
|
14772
14844
|
event_type: 'connected_account.completed_first_sync_after_reconnection'
|
|
14773
14845
|
}
|
|
14774
14846
|
| {
|
|
14775
|
-
/**
|
|
14847
|
+
/** ID of the event. */
|
|
14776
14848
|
event_id: string
|
|
14777
|
-
/**
|
|
14849
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14778
14850
|
workspace_id: string
|
|
14779
|
-
/**
|
|
14851
|
+
/** Time at which the event was created. */
|
|
14780
14852
|
created_at: string
|
|
14781
|
-
/**
|
|
14853
|
+
/** Time when the event occurred. */
|
|
14782
14854
|
occurred_at: string
|
|
14783
14855
|
/** The ID of the action attempt. */
|
|
14784
14856
|
action_attempt_id: string
|
|
@@ -14789,13 +14861,13 @@ export interface Routes {
|
|
|
14789
14861
|
event_type: 'action_attempt.lock_door.succeeded'
|
|
14790
14862
|
}
|
|
14791
14863
|
| {
|
|
14792
|
-
/**
|
|
14864
|
+
/** ID of the event. */
|
|
14793
14865
|
event_id: string
|
|
14794
|
-
/**
|
|
14866
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14795
14867
|
workspace_id: string
|
|
14796
|
-
/**
|
|
14868
|
+
/** Time at which the event was created. */
|
|
14797
14869
|
created_at: string
|
|
14798
|
-
/**
|
|
14870
|
+
/** Time when the event occurred. */
|
|
14799
14871
|
occurred_at: string
|
|
14800
14872
|
/** The ID of the action attempt. */
|
|
14801
14873
|
action_attempt_id: string
|
|
@@ -14806,13 +14878,13 @@ export interface Routes {
|
|
|
14806
14878
|
event_type: 'action_attempt.lock_door.failed'
|
|
14807
14879
|
}
|
|
14808
14880
|
| {
|
|
14809
|
-
/**
|
|
14881
|
+
/** ID of the event. */
|
|
14810
14882
|
event_id: string
|
|
14811
|
-
/**
|
|
14883
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14812
14884
|
workspace_id: string
|
|
14813
|
-
/**
|
|
14885
|
+
/** Time at which the event was created. */
|
|
14814
14886
|
created_at: string
|
|
14815
|
-
/**
|
|
14887
|
+
/** Time when the event occurred. */
|
|
14816
14888
|
occurred_at: string
|
|
14817
14889
|
/** The ID of the action attempt. */
|
|
14818
14890
|
action_attempt_id: string
|
|
@@ -14823,13 +14895,13 @@ export interface Routes {
|
|
|
14823
14895
|
event_type: 'action_attempt.unlock_door.succeeded'
|
|
14824
14896
|
}
|
|
14825
14897
|
| {
|
|
14826
|
-
/**
|
|
14898
|
+
/** ID of the event. */
|
|
14827
14899
|
event_id: string
|
|
14828
|
-
/**
|
|
14900
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14829
14901
|
workspace_id: string
|
|
14830
|
-
/**
|
|
14902
|
+
/** Time at which the event was created. */
|
|
14831
14903
|
created_at: string
|
|
14832
|
-
/**
|
|
14904
|
+
/** Time when the event occurred. */
|
|
14833
14905
|
occurred_at: string
|
|
14834
14906
|
/** The ID of the action attempt. */
|
|
14835
14907
|
action_attempt_id: string
|
|
@@ -14840,13 +14912,13 @@ export interface Routes {
|
|
|
14840
14912
|
event_type: 'action_attempt.unlock_door.failed'
|
|
14841
14913
|
}
|
|
14842
14914
|
| {
|
|
14843
|
-
/**
|
|
14915
|
+
/** ID of the event. */
|
|
14844
14916
|
event_id: string
|
|
14845
|
-
/**
|
|
14917
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14846
14918
|
workspace_id: string
|
|
14847
|
-
/**
|
|
14919
|
+
/** Time at which the event was created. */
|
|
14848
14920
|
created_at: string
|
|
14849
|
-
/**
|
|
14921
|
+
/** Time when the event occurred. */
|
|
14850
14922
|
occurred_at: string
|
|
14851
14923
|
/** ID of the connect webview. */
|
|
14852
14924
|
connect_webview_id: string
|
|
@@ -14855,404 +14927,410 @@ export interface Routes {
|
|
|
14855
14927
|
connected_account_id: string
|
|
14856
14928
|
}
|
|
14857
14929
|
| {
|
|
14858
|
-
/**
|
|
14930
|
+
/** ID of the event. */
|
|
14859
14931
|
event_id: string
|
|
14860
|
-
/**
|
|
14932
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14861
14933
|
workspace_id: string
|
|
14862
|
-
/**
|
|
14934
|
+
/** Time at which the event was created. */
|
|
14863
14935
|
created_at: string
|
|
14864
|
-
/**
|
|
14936
|
+
/** Time when the event occurred. */
|
|
14865
14937
|
occurred_at: string
|
|
14866
14938
|
/** ID of the connect webview. */
|
|
14867
14939
|
connect_webview_id: string
|
|
14868
14940
|
event_type: 'connect_webview.login_failed'
|
|
14869
14941
|
}
|
|
14870
14942
|
| {
|
|
14871
|
-
/**
|
|
14943
|
+
/** ID of the event. */
|
|
14872
14944
|
event_id: string
|
|
14873
|
-
/**
|
|
14945
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14874
14946
|
workspace_id: string
|
|
14875
|
-
/**
|
|
14947
|
+
/** Time at which the event was created. */
|
|
14876
14948
|
created_at: string
|
|
14877
|
-
/**
|
|
14949
|
+
/** Time when the event occurred. */
|
|
14878
14950
|
occurred_at: string
|
|
14879
14951
|
/** ID of the device. */
|
|
14880
14952
|
device_id: string
|
|
14881
|
-
/** ID of the connected account. */
|
|
14953
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14882
14954
|
connected_account_id: string
|
|
14883
14955
|
event_type: 'device.connected'
|
|
14884
14956
|
}
|
|
14885
14957
|
| {
|
|
14886
|
-
/**
|
|
14958
|
+
/** ID of the event. */
|
|
14887
14959
|
event_id: string
|
|
14888
|
-
/**
|
|
14960
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14889
14961
|
workspace_id: string
|
|
14890
|
-
/**
|
|
14962
|
+
/** Time at which the event was created. */
|
|
14891
14963
|
created_at: string
|
|
14892
|
-
/**
|
|
14964
|
+
/** Time when the event occurred. */
|
|
14893
14965
|
occurred_at: string
|
|
14894
14966
|
/** ID of the device. */
|
|
14895
14967
|
device_id: string
|
|
14896
|
-
/** ID of the connected account. */
|
|
14968
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14897
14969
|
connected_account_id: string
|
|
14898
14970
|
event_type: 'device.added'
|
|
14899
14971
|
}
|
|
14900
14972
|
| {
|
|
14901
|
-
/**
|
|
14973
|
+
/** ID of the event. */
|
|
14902
14974
|
event_id: string
|
|
14903
|
-
/**
|
|
14975
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14904
14976
|
workspace_id: string
|
|
14905
|
-
/**
|
|
14977
|
+
/** Time at which the event was created. */
|
|
14906
14978
|
created_at: string
|
|
14907
|
-
/**
|
|
14979
|
+
/** Time when the event occurred. */
|
|
14908
14980
|
occurred_at: string
|
|
14909
14981
|
/** ID of the device. */
|
|
14910
14982
|
device_id: string
|
|
14911
|
-
/** ID of the connected account. */
|
|
14983
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14912
14984
|
connected_account_id: string
|
|
14913
14985
|
event_type: 'device.converted_to_unmanaged'
|
|
14914
14986
|
}
|
|
14915
14987
|
| {
|
|
14916
|
-
/**
|
|
14988
|
+
/** ID of the event. */
|
|
14917
14989
|
event_id: string
|
|
14918
|
-
/**
|
|
14990
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14919
14991
|
workspace_id: string
|
|
14920
|
-
/**
|
|
14992
|
+
/** Time at which the event was created. */
|
|
14921
14993
|
created_at: string
|
|
14922
|
-
/**
|
|
14994
|
+
/** Time when the event occurred. */
|
|
14923
14995
|
occurred_at: string
|
|
14924
14996
|
/** ID of the device. */
|
|
14925
14997
|
device_id: string
|
|
14926
|
-
/** ID of the connected account. */
|
|
14998
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14927
14999
|
connected_account_id: string
|
|
14928
15000
|
event_type: 'device.unmanaged.converted_to_managed'
|
|
14929
15001
|
}
|
|
14930
15002
|
| {
|
|
14931
|
-
/**
|
|
15003
|
+
/** ID of the event. */
|
|
14932
15004
|
event_id: string
|
|
14933
|
-
/**
|
|
15005
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14934
15006
|
workspace_id: string
|
|
14935
|
-
/**
|
|
15007
|
+
/** Time at which the event was created. */
|
|
14936
15008
|
created_at: string
|
|
14937
|
-
/**
|
|
15009
|
+
/** Time when the event occurred. */
|
|
14938
15010
|
occurred_at: string
|
|
14939
15011
|
/** ID of the device. */
|
|
14940
15012
|
device_id: string
|
|
14941
|
-
/** ID of the connected account. */
|
|
15013
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14942
15014
|
connected_account_id: string
|
|
14943
15015
|
event_type: 'device.unmanaged.connected'
|
|
14944
15016
|
}
|
|
14945
15017
|
| {
|
|
14946
|
-
/**
|
|
15018
|
+
/** ID of the event. */
|
|
14947
15019
|
event_id: string
|
|
14948
|
-
/**
|
|
15020
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14949
15021
|
workspace_id: string
|
|
14950
|
-
/**
|
|
15022
|
+
/** Time at which the event was created. */
|
|
14951
15023
|
created_at: string
|
|
14952
|
-
/**
|
|
15024
|
+
/** Time when the event occurred. */
|
|
14953
15025
|
occurred_at: string
|
|
14954
15026
|
/** ID of the device. */
|
|
14955
15027
|
device_id: string
|
|
14956
|
-
/** ID of the connected account. */
|
|
15028
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14957
15029
|
connected_account_id: string
|
|
14958
15030
|
event_type: 'device.disconnected'
|
|
14959
|
-
/**
|
|
15031
|
+
/** Error code associated with the disconnection event, if any. */
|
|
14960
15032
|
error_code:
|
|
14961
15033
|
| 'account_disconnected'
|
|
14962
15034
|
| 'hub_disconnected'
|
|
14963
15035
|
| 'device_disconnected'
|
|
14964
15036
|
}
|
|
14965
15037
|
| {
|
|
14966
|
-
/**
|
|
15038
|
+
/** ID of the event. */
|
|
14967
15039
|
event_id: string
|
|
14968
|
-
/**
|
|
15040
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14969
15041
|
workspace_id: string
|
|
14970
|
-
/**
|
|
15042
|
+
/** Time at which the event was created. */
|
|
14971
15043
|
created_at: string
|
|
14972
|
-
/**
|
|
15044
|
+
/** Time when the event occurred. */
|
|
14973
15045
|
occurred_at: string
|
|
14974
15046
|
/** ID of the device. */
|
|
14975
15047
|
device_id: string
|
|
14976
|
-
/** ID of the connected account. */
|
|
15048
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14977
15049
|
connected_account_id: string
|
|
14978
15050
|
event_type: 'device.unmanaged.disconnected'
|
|
14979
|
-
/**
|
|
15051
|
+
/** Error code associated with the disconnection event, if any. */
|
|
14980
15052
|
error_code:
|
|
14981
15053
|
| 'account_disconnected'
|
|
14982
15054
|
| 'hub_disconnected'
|
|
14983
15055
|
| 'device_disconnected'
|
|
14984
15056
|
}
|
|
14985
15057
|
| {
|
|
14986
|
-
/**
|
|
15058
|
+
/** ID of the event. */
|
|
14987
15059
|
event_id: string
|
|
14988
|
-
/**
|
|
15060
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
14989
15061
|
workspace_id: string
|
|
14990
|
-
/**
|
|
15062
|
+
/** Time at which the event was created. */
|
|
14991
15063
|
created_at: string
|
|
14992
|
-
/**
|
|
15064
|
+
/** Time when the event occurred. */
|
|
14993
15065
|
occurred_at: string
|
|
14994
15066
|
/** ID of the device. */
|
|
14995
15067
|
device_id: string
|
|
14996
|
-
/** ID of the connected account. */
|
|
15068
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
14997
15069
|
connected_account_id: string
|
|
14998
15070
|
event_type: 'device.tampered'
|
|
14999
15071
|
}
|
|
15000
15072
|
| {
|
|
15001
|
-
/**
|
|
15073
|
+
/** ID of the event. */
|
|
15002
15074
|
event_id: string
|
|
15003
|
-
/**
|
|
15075
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15004
15076
|
workspace_id: string
|
|
15005
|
-
/**
|
|
15077
|
+
/** Time at which the event was created. */
|
|
15006
15078
|
created_at: string
|
|
15007
|
-
/**
|
|
15079
|
+
/** Time when the event occurred. */
|
|
15008
15080
|
occurred_at: string
|
|
15009
15081
|
/** ID of the device. */
|
|
15010
15082
|
device_id: string
|
|
15011
|
-
/** ID of the connected account. */
|
|
15083
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15012
15084
|
connected_account_id: string
|
|
15013
15085
|
event_type: 'device.low_battery'
|
|
15014
|
-
/**
|
|
15086
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
15015
15087
|
battery_level: number
|
|
15016
15088
|
}
|
|
15017
15089
|
| {
|
|
15018
|
-
/**
|
|
15090
|
+
/** ID of the event. */
|
|
15019
15091
|
event_id: string
|
|
15020
|
-
/**
|
|
15092
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15021
15093
|
workspace_id: string
|
|
15022
|
-
/**
|
|
15094
|
+
/** Time at which the event was created. */
|
|
15023
15095
|
created_at: string
|
|
15024
|
-
/**
|
|
15096
|
+
/** Time when the event occurred. */
|
|
15025
15097
|
occurred_at: string
|
|
15026
15098
|
/** ID of the device. */
|
|
15027
15099
|
device_id: string
|
|
15028
|
-
/** ID of the connected account. */
|
|
15100
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15029
15101
|
connected_account_id: string
|
|
15030
15102
|
event_type: 'device.battery_status_changed'
|
|
15031
|
-
/**
|
|
15103
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
15032
15104
|
battery_status: 'critical' | 'low' | 'good' | 'full'
|
|
15033
|
-
/**
|
|
15105
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
15034
15106
|
battery_level: number
|
|
15035
15107
|
}
|
|
15036
15108
|
| {
|
|
15037
|
-
/**
|
|
15109
|
+
/** ID of the event. */
|
|
15038
15110
|
event_id: string
|
|
15039
|
-
/**
|
|
15111
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15040
15112
|
workspace_id: string
|
|
15041
|
-
/**
|
|
15113
|
+
/** Time at which the event was created. */
|
|
15042
15114
|
created_at: string
|
|
15043
|
-
/**
|
|
15115
|
+
/** Time when the event occurred. */
|
|
15044
15116
|
occurred_at: string
|
|
15045
15117
|
/** ID of the device. */
|
|
15046
15118
|
device_id: string
|
|
15047
|
-
/** ID of the connected account. */
|
|
15119
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15048
15120
|
connected_account_id: string
|
|
15049
15121
|
event_type: 'device.removed'
|
|
15050
15122
|
}
|
|
15051
15123
|
| {
|
|
15052
|
-
/**
|
|
15124
|
+
/** ID of the event. */
|
|
15053
15125
|
event_id: string
|
|
15054
|
-
/**
|
|
15126
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15055
15127
|
workspace_id: string
|
|
15056
|
-
/**
|
|
15128
|
+
/** Time at which the event was created. */
|
|
15057
15129
|
created_at: string
|
|
15058
|
-
/**
|
|
15130
|
+
/** Time when the event occurred. */
|
|
15059
15131
|
occurred_at: string
|
|
15060
15132
|
/** ID of the device. */
|
|
15061
15133
|
device_id: string
|
|
15062
|
-
/** ID of the connected account. */
|
|
15134
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15063
15135
|
connected_account_id: string
|
|
15064
15136
|
event_type: 'device.deleted'
|
|
15065
15137
|
}
|
|
15066
15138
|
| {
|
|
15067
|
-
/**
|
|
15139
|
+
/** ID of the event. */
|
|
15068
15140
|
event_id: string
|
|
15069
|
-
/**
|
|
15141
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15070
15142
|
workspace_id: string
|
|
15071
|
-
/**
|
|
15143
|
+
/** Time at which the event was created. */
|
|
15072
15144
|
created_at: string
|
|
15073
|
-
/**
|
|
15145
|
+
/** Time when the event occurred. */
|
|
15074
15146
|
occurred_at: string
|
|
15075
15147
|
/** ID of the device. */
|
|
15076
15148
|
device_id: string
|
|
15077
|
-
/** ID of the connected account. */
|
|
15149
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15078
15150
|
connected_account_id: string
|
|
15079
15151
|
event_type: 'device.third_party_integration_detected'
|
|
15080
15152
|
}
|
|
15081
15153
|
| {
|
|
15082
|
-
/**
|
|
15154
|
+
/** ID of the event. */
|
|
15083
15155
|
event_id: string
|
|
15084
|
-
/**
|
|
15156
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15085
15157
|
workspace_id: string
|
|
15086
|
-
/**
|
|
15158
|
+
/** Time at which the event was created. */
|
|
15087
15159
|
created_at: string
|
|
15088
|
-
/**
|
|
15160
|
+
/** Time when the event occurred. */
|
|
15089
15161
|
occurred_at: string
|
|
15090
15162
|
/** ID of the device. */
|
|
15091
15163
|
device_id: string
|
|
15092
|
-
/** ID of the connected account. */
|
|
15164
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15093
15165
|
connected_account_id: string
|
|
15094
15166
|
event_type: 'device.third_party_integration_no_longer_detected'
|
|
15095
15167
|
}
|
|
15096
15168
|
| {
|
|
15097
|
-
/**
|
|
15169
|
+
/** ID of the event. */
|
|
15098
15170
|
event_id: string
|
|
15099
|
-
/**
|
|
15171
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15100
15172
|
workspace_id: string
|
|
15101
|
-
/**
|
|
15173
|
+
/** Time at which the event was created. */
|
|
15102
15174
|
created_at: string
|
|
15103
|
-
/**
|
|
15175
|
+
/** Time when the event occurred. */
|
|
15104
15176
|
occurred_at: string
|
|
15105
15177
|
/** ID of the device. */
|
|
15106
15178
|
device_id: string
|
|
15107
|
-
/** ID of the connected account. */
|
|
15179
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15108
15180
|
connected_account_id: string
|
|
15109
15181
|
event_type: 'device.salto.privacy_mode_activated'
|
|
15110
15182
|
}
|
|
15111
15183
|
| {
|
|
15112
|
-
/**
|
|
15184
|
+
/** ID of the event. */
|
|
15113
15185
|
event_id: string
|
|
15114
|
-
/**
|
|
15186
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15115
15187
|
workspace_id: string
|
|
15116
|
-
/**
|
|
15188
|
+
/** Time at which the event was created. */
|
|
15117
15189
|
created_at: string
|
|
15118
|
-
/**
|
|
15190
|
+
/** Time when the event occurred. */
|
|
15119
15191
|
occurred_at: string
|
|
15120
15192
|
/** ID of the device. */
|
|
15121
15193
|
device_id: string
|
|
15122
|
-
/** ID of the connected account. */
|
|
15194
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15123
15195
|
connected_account_id: string
|
|
15124
15196
|
event_type: 'device.salto.privacy_mode_deactivated'
|
|
15125
15197
|
}
|
|
15126
15198
|
| {
|
|
15127
|
-
/**
|
|
15199
|
+
/** ID of the event. */
|
|
15128
15200
|
event_id: string
|
|
15129
|
-
/**
|
|
15201
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15130
15202
|
workspace_id: string
|
|
15131
|
-
/**
|
|
15203
|
+
/** Time at which the event was created. */
|
|
15132
15204
|
created_at: string
|
|
15133
|
-
/**
|
|
15205
|
+
/** Time when the event occurred. */
|
|
15134
15206
|
occurred_at: string
|
|
15135
15207
|
/** ID of the device. */
|
|
15136
15208
|
device_id: string
|
|
15137
|
-
/** ID of the connected account. */
|
|
15209
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15138
15210
|
connected_account_id: string
|
|
15139
15211
|
event_type: 'device.connection_became_flaky'
|
|
15140
15212
|
}
|
|
15141
15213
|
| {
|
|
15142
|
-
/**
|
|
15214
|
+
/** ID of the event. */
|
|
15143
15215
|
event_id: string
|
|
15144
|
-
/**
|
|
15216
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15145
15217
|
workspace_id: string
|
|
15146
|
-
/**
|
|
15218
|
+
/** Time at which the event was created. */
|
|
15147
15219
|
created_at: string
|
|
15148
|
-
/**
|
|
15220
|
+
/** Time when the event occurred. */
|
|
15149
15221
|
occurred_at: string
|
|
15150
15222
|
/** ID of the device. */
|
|
15151
15223
|
device_id: string
|
|
15152
|
-
/** ID of the connected account. */
|
|
15224
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15153
15225
|
connected_account_id: string
|
|
15154
15226
|
event_type: 'device.connection_stabilized'
|
|
15155
15227
|
}
|
|
15156
15228
|
| {
|
|
15157
|
-
/**
|
|
15229
|
+
/** ID of the event. */
|
|
15158
15230
|
event_id: string
|
|
15159
|
-
/**
|
|
15231
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15160
15232
|
workspace_id: string
|
|
15161
|
-
/**
|
|
15233
|
+
/** Time at which the event was created. */
|
|
15162
15234
|
created_at: string
|
|
15163
|
-
/**
|
|
15235
|
+
/** Time when the event occurred. */
|
|
15164
15236
|
occurred_at: string
|
|
15165
15237
|
/** ID of the device. */
|
|
15166
15238
|
device_id: string
|
|
15167
|
-
/** ID of the connected account. */
|
|
15239
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15168
15240
|
connected_account_id: string
|
|
15169
15241
|
event_type: 'device.error.subscription_required'
|
|
15170
15242
|
}
|
|
15171
15243
|
| {
|
|
15172
|
-
/**
|
|
15244
|
+
/** ID of the event. */
|
|
15173
15245
|
event_id: string
|
|
15174
|
-
/**
|
|
15246
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15175
15247
|
workspace_id: string
|
|
15176
|
-
/**
|
|
15248
|
+
/** Time at which the event was created. */
|
|
15177
15249
|
created_at: string
|
|
15178
|
-
/**
|
|
15250
|
+
/** Time when the event occurred. */
|
|
15179
15251
|
occurred_at: string
|
|
15180
15252
|
/** ID of the device. */
|
|
15181
15253
|
device_id: string
|
|
15182
|
-
/** ID of the connected account. */
|
|
15254
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15183
15255
|
connected_account_id: string
|
|
15184
15256
|
event_type: 'device.error.subscription_required.resolved'
|
|
15185
15257
|
}
|
|
15186
15258
|
| {
|
|
15187
|
-
/**
|
|
15259
|
+
/** ID of the event. */
|
|
15188
15260
|
event_id: string
|
|
15189
|
-
/**
|
|
15261
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15190
15262
|
workspace_id: string
|
|
15191
|
-
/**
|
|
15263
|
+
/** Time at which the event was created. */
|
|
15192
15264
|
created_at: string
|
|
15193
|
-
/**
|
|
15265
|
+
/** Time when the event occurred. */
|
|
15194
15266
|
occurred_at: string
|
|
15195
15267
|
/** ID of the device. */
|
|
15196
15268
|
device_id: string
|
|
15197
|
-
/** ID of the connected account. */
|
|
15269
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15198
15270
|
connected_account_id: string
|
|
15199
15271
|
event_type: 'device.accessory_keypad_connected'
|
|
15200
15272
|
}
|
|
15201
15273
|
| {
|
|
15202
|
-
/**
|
|
15274
|
+
/** ID of the event. */
|
|
15203
15275
|
event_id: string
|
|
15204
|
-
/**
|
|
15276
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15205
15277
|
workspace_id: string
|
|
15206
|
-
/**
|
|
15278
|
+
/** Time at which the event was created. */
|
|
15207
15279
|
created_at: string
|
|
15208
|
-
/**
|
|
15280
|
+
/** Time when the event occurred. */
|
|
15209
15281
|
occurred_at: string
|
|
15210
15282
|
/** ID of the device. */
|
|
15211
15283
|
device_id: string
|
|
15212
|
-
/** ID of the connected account. */
|
|
15284
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15213
15285
|
connected_account_id: string
|
|
15214
15286
|
event_type: 'device.accessory_keypad_disconnected'
|
|
15215
15287
|
}
|
|
15216
15288
|
| {
|
|
15217
|
-
/**
|
|
15289
|
+
/** ID of the event. */
|
|
15218
15290
|
event_id: string
|
|
15219
|
-
/**
|
|
15291
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15220
15292
|
workspace_id: string
|
|
15221
|
-
/**
|
|
15293
|
+
/** Time at which the event was created. */
|
|
15222
15294
|
created_at: string
|
|
15223
|
-
/**
|
|
15295
|
+
/** Time when the event occurred. */
|
|
15224
15296
|
occurred_at: string
|
|
15225
15297
|
/** ID of the device. */
|
|
15226
15298
|
device_id: string
|
|
15227
|
-
/** ID of the connected account. */
|
|
15299
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15228
15300
|
connected_account_id: string
|
|
15229
15301
|
event_type: 'noise_sensor.noise_threshold_triggered'
|
|
15302
|
+
/** Detected noise level in decibels. */
|
|
15230
15303
|
noise_level_decibels?: number | undefined
|
|
15304
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
15231
15305
|
noise_level_nrs?: number | undefined
|
|
15306
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
15232
15307
|
noise_threshold_id?: string | undefined
|
|
15308
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
15233
15309
|
noise_threshold_name?: string | undefined
|
|
15234
|
-
/** Metadata from
|
|
15310
|
+
/** Metadata from Noiseaware. */
|
|
15235
15311
|
noiseaware_metadata?: Record<string, unknown> | undefined
|
|
15236
|
-
/** Metadata from
|
|
15312
|
+
/** Metadata from Minut. */
|
|
15237
15313
|
minut_metadata?: Record<string, unknown> | undefined
|
|
15238
15314
|
}
|
|
15239
15315
|
| {
|
|
15240
|
-
/**
|
|
15316
|
+
/** ID of the event. */
|
|
15241
15317
|
event_id: string
|
|
15242
|
-
/**
|
|
15318
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15243
15319
|
workspace_id: string
|
|
15244
|
-
/**
|
|
15320
|
+
/** Time at which the event was created. */
|
|
15245
15321
|
created_at: string
|
|
15246
|
-
/**
|
|
15322
|
+
/** Time when the event occurred. */
|
|
15247
15323
|
occurred_at: string
|
|
15248
15324
|
/** ID of the device. */
|
|
15249
15325
|
device_id: string
|
|
15250
|
-
/** ID of the connected account. */
|
|
15326
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15251
15327
|
connected_account_id: string
|
|
15252
15328
|
event_type: 'lock.locked'
|
|
15329
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
15253
15330
|
access_code_id?: string | undefined
|
|
15331
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
15254
15332
|
action_attempt_id?: string | undefined
|
|
15255
|
-
/** Method by which a lock device was locked
|
|
15333
|
+
/** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
15256
15334
|
method:
|
|
15257
15335
|
| 'keycode'
|
|
15258
15336
|
| 'manual'
|
|
@@ -15261,22 +15339,24 @@ export interface Routes {
|
|
|
15261
15339
|
| 'seamapi'
|
|
15262
15340
|
}
|
|
15263
15341
|
| {
|
|
15264
|
-
/**
|
|
15342
|
+
/** ID of the event. */
|
|
15265
15343
|
event_id: string
|
|
15266
|
-
/**
|
|
15344
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15267
15345
|
workspace_id: string
|
|
15268
|
-
/**
|
|
15346
|
+
/** Time at which the event was created. */
|
|
15269
15347
|
created_at: string
|
|
15270
|
-
/**
|
|
15348
|
+
/** Time when the event occurred. */
|
|
15271
15349
|
occurred_at: string
|
|
15272
15350
|
/** ID of the device. */
|
|
15273
15351
|
device_id: string
|
|
15274
|
-
/** ID of the connected account. */
|
|
15352
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15275
15353
|
connected_account_id: string
|
|
15276
15354
|
event_type: 'lock.unlocked'
|
|
15355
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
15277
15356
|
access_code_id?: string | undefined
|
|
15357
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
15278
15358
|
action_attempt_id?: string | undefined
|
|
15279
|
-
/** Method by which a lock device was
|
|
15359
|
+
/** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
15280
15360
|
method:
|
|
15281
15361
|
| 'keycode'
|
|
15282
15362
|
| 'manual'
|
|
@@ -15285,53 +15365,58 @@ export interface Routes {
|
|
|
15285
15365
|
| 'seamapi'
|
|
15286
15366
|
}
|
|
15287
15367
|
| {
|
|
15288
|
-
/**
|
|
15368
|
+
/** ID of the event. */
|
|
15289
15369
|
event_id: string
|
|
15290
|
-
/**
|
|
15370
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15291
15371
|
workspace_id: string
|
|
15292
|
-
/**
|
|
15372
|
+
/** Time at which the event was created. */
|
|
15293
15373
|
created_at: string
|
|
15294
|
-
/**
|
|
15374
|
+
/** Time when the event occurred. */
|
|
15295
15375
|
occurred_at: string
|
|
15296
15376
|
/** ID of the device. */
|
|
15297
15377
|
device_id: string
|
|
15298
|
-
/** ID of the connected account. */
|
|
15378
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15299
15379
|
connected_account_id: string
|
|
15300
15380
|
event_type: 'lock.access_denied'
|
|
15381
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
15301
15382
|
access_code_id?: string | undefined
|
|
15302
15383
|
}
|
|
15303
15384
|
| {
|
|
15304
|
-
/**
|
|
15385
|
+
/** ID of the event. */
|
|
15305
15386
|
event_id: string
|
|
15306
|
-
/**
|
|
15387
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15307
15388
|
workspace_id: string
|
|
15308
|
-
/**
|
|
15389
|
+
/** Time at which the event was created. */
|
|
15309
15390
|
created_at: string
|
|
15310
|
-
/**
|
|
15391
|
+
/** Time when the event occurred. */
|
|
15311
15392
|
occurred_at: string
|
|
15312
15393
|
/** ID of the device. */
|
|
15313
15394
|
device_id: string
|
|
15314
|
-
/** ID of the connected account. */
|
|
15395
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15315
15396
|
connected_account_id: string
|
|
15316
15397
|
event_type: 'thermostat.climate_preset_activated'
|
|
15398
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
15317
15399
|
thermostat_schedule_id: string | null
|
|
15400
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
15318
15401
|
climate_preset_key: string
|
|
15402
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
|
|
15319
15403
|
is_fallback_climate_preset: boolean
|
|
15320
15404
|
}
|
|
15321
15405
|
| {
|
|
15322
|
-
/**
|
|
15406
|
+
/** ID of the event. */
|
|
15323
15407
|
event_id: string
|
|
15324
|
-
/**
|
|
15408
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15325
15409
|
workspace_id: string
|
|
15326
|
-
/**
|
|
15410
|
+
/** Time at which the event was created. */
|
|
15327
15411
|
created_at: string
|
|
15328
|
-
/**
|
|
15412
|
+
/** Time when the event occurred. */
|
|
15329
15413
|
occurred_at: string
|
|
15330
15414
|
/** ID of the device. */
|
|
15331
15415
|
device_id: string
|
|
15332
|
-
/** ID of the connected account. */
|
|
15416
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15333
15417
|
connected_account_id: string
|
|
15334
15418
|
event_type: 'thermostat.manually_adjusted'
|
|
15419
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
15335
15420
|
method: 'seam' | 'external'
|
|
15336
15421
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
15337
15422
|
fan_mode_setting?:
|
|
@@ -15351,68 +15436,80 @@ export interface Routes {
|
|
|
15351
15436
|
heating_set_point_fahrenheit?: (number | undefined) | undefined
|
|
15352
15437
|
}
|
|
15353
15438
|
| {
|
|
15354
|
-
/**
|
|
15439
|
+
/** ID of the event. */
|
|
15355
15440
|
event_id: string
|
|
15356
|
-
/**
|
|
15441
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15357
15442
|
workspace_id: string
|
|
15358
|
-
/**
|
|
15443
|
+
/** Time at which the event was created. */
|
|
15359
15444
|
created_at: string
|
|
15360
|
-
/**
|
|
15445
|
+
/** Time when the event occurred. */
|
|
15361
15446
|
occurred_at: string
|
|
15362
15447
|
/** ID of the device. */
|
|
15363
15448
|
device_id: string
|
|
15364
|
-
/** ID of the connected account. */
|
|
15449
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15365
15450
|
connected_account_id: string
|
|
15366
15451
|
event_type: 'thermostat.temperature_threshold_exceeded'
|
|
15452
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
15367
15453
|
temperature_celsius: number
|
|
15454
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
15368
15455
|
temperature_fahrenheit: number
|
|
15456
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15369
15457
|
upper_limit_celsius: number | null
|
|
15458
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15370
15459
|
upper_limit_fahrenheit: number | null
|
|
15460
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15371
15461
|
lower_limit_celsius: number | null
|
|
15462
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15372
15463
|
lower_limit_fahrenheit: number | null
|
|
15373
15464
|
}
|
|
15374
15465
|
| {
|
|
15375
|
-
/**
|
|
15466
|
+
/** ID of the event. */
|
|
15376
15467
|
event_id: string
|
|
15377
|
-
/**
|
|
15468
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15378
15469
|
workspace_id: string
|
|
15379
|
-
/**
|
|
15470
|
+
/** Time at which the event was created. */
|
|
15380
15471
|
created_at: string
|
|
15381
|
-
/**
|
|
15472
|
+
/** Time when the event occurred. */
|
|
15382
15473
|
occurred_at: string
|
|
15383
15474
|
/** ID of the device. */
|
|
15384
15475
|
device_id: string
|
|
15385
|
-
/** ID of the connected account. */
|
|
15476
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
15386
15477
|
connected_account_id: string
|
|
15387
15478
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
15479
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
15388
15480
|
temperature_celsius: number
|
|
15481
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
15389
15482
|
temperature_fahrenheit: number
|
|
15483
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15390
15484
|
upper_limit_celsius: number | null
|
|
15485
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15391
15486
|
upper_limit_fahrenheit: number | null
|
|
15487
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15392
15488
|
lower_limit_celsius: number | null
|
|
15489
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
15393
15490
|
lower_limit_fahrenheit: number | null
|
|
15394
15491
|
}
|
|
15395
15492
|
| {
|
|
15396
|
-
/**
|
|
15493
|
+
/** ID of the event. */
|
|
15397
15494
|
event_id: string
|
|
15398
|
-
/**
|
|
15495
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15399
15496
|
workspace_id: string
|
|
15400
|
-
/**
|
|
15497
|
+
/** Time at which the event was created. */
|
|
15401
15498
|
created_at: string
|
|
15402
|
-
/**
|
|
15499
|
+
/** Time when the event occurred. */
|
|
15403
15500
|
occurred_at: string
|
|
15404
15501
|
/** ID of the enrollment automation. */
|
|
15405
15502
|
enrollment_automation_id: string
|
|
15406
15503
|
event_type: 'enrollment_automation.deleted'
|
|
15407
15504
|
}
|
|
15408
15505
|
| {
|
|
15409
|
-
/**
|
|
15506
|
+
/** ID of the event. */
|
|
15410
15507
|
event_id: string
|
|
15411
|
-
/**
|
|
15508
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15412
15509
|
workspace_id: string
|
|
15413
|
-
/**
|
|
15510
|
+
/** Time at which the event was created. */
|
|
15414
15511
|
created_at: string
|
|
15415
|
-
/**
|
|
15512
|
+
/** Time when the event occurred. */
|
|
15416
15513
|
occurred_at: string
|
|
15417
15514
|
/** ID of the device. */
|
|
15418
15515
|
device_id: string
|
|
@@ -15596,13 +15693,13 @@ export interface Routes {
|
|
|
15596
15693
|
jsonResponse: {
|
|
15597
15694
|
events: Array<
|
|
15598
15695
|
| {
|
|
15599
|
-
/**
|
|
15696
|
+
/** ID of the event. */
|
|
15600
15697
|
event_id: string
|
|
15601
|
-
/**
|
|
15698
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15602
15699
|
workspace_id: string
|
|
15603
|
-
/**
|
|
15700
|
+
/** Time at which the event was created. */
|
|
15604
15701
|
created_at: string
|
|
15605
|
-
/**
|
|
15702
|
+
/** Time when the event occurred. */
|
|
15606
15703
|
occurred_at: string
|
|
15607
15704
|
/** The ID of the access code. */
|
|
15608
15705
|
access_code_id: string
|
|
@@ -15613,13 +15710,13 @@ export interface Routes {
|
|
|
15613
15710
|
event_type: 'access_code.created'
|
|
15614
15711
|
}
|
|
15615
15712
|
| {
|
|
15616
|
-
/**
|
|
15713
|
+
/** ID of the event. */
|
|
15617
15714
|
event_id: string
|
|
15618
|
-
/**
|
|
15715
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15619
15716
|
workspace_id: string
|
|
15620
|
-
/**
|
|
15717
|
+
/** Time at which the event was created. */
|
|
15621
15718
|
created_at: string
|
|
15622
|
-
/**
|
|
15719
|
+
/** Time when the event occurred. */
|
|
15623
15720
|
occurred_at: string
|
|
15624
15721
|
/** The ID of the access code. */
|
|
15625
15722
|
access_code_id: string
|
|
@@ -15630,13 +15727,13 @@ export interface Routes {
|
|
|
15630
15727
|
event_type: 'access_code.changed'
|
|
15631
15728
|
}
|
|
15632
15729
|
| {
|
|
15633
|
-
/**
|
|
15730
|
+
/** ID of the event. */
|
|
15634
15731
|
event_id: string
|
|
15635
|
-
/**
|
|
15732
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15636
15733
|
workspace_id: string
|
|
15637
|
-
/**
|
|
15734
|
+
/** Time at which the event was created. */
|
|
15638
15735
|
created_at: string
|
|
15639
|
-
/**
|
|
15736
|
+
/** Time when the event occurred. */
|
|
15640
15737
|
occurred_at: string
|
|
15641
15738
|
/** The ID of the access code. */
|
|
15642
15739
|
access_code_id: string
|
|
@@ -15649,13 +15746,13 @@ export interface Routes {
|
|
|
15649
15746
|
code: string
|
|
15650
15747
|
}
|
|
15651
15748
|
| {
|
|
15652
|
-
/**
|
|
15749
|
+
/** ID of the event. */
|
|
15653
15750
|
event_id: string
|
|
15654
|
-
/**
|
|
15751
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15655
15752
|
workspace_id: string
|
|
15656
|
-
/**
|
|
15753
|
+
/** Time at which the event was created. */
|
|
15657
15754
|
created_at: string
|
|
15658
|
-
/**
|
|
15755
|
+
/** Time when the event occurred. */
|
|
15659
15756
|
occurred_at: string
|
|
15660
15757
|
/** The ID of the access code. */
|
|
15661
15758
|
access_code_id: string
|
|
@@ -15668,13 +15765,13 @@ export interface Routes {
|
|
|
15668
15765
|
code: string
|
|
15669
15766
|
}
|
|
15670
15767
|
| {
|
|
15671
|
-
/**
|
|
15768
|
+
/** ID of the event. */
|
|
15672
15769
|
event_id: string
|
|
15673
|
-
/**
|
|
15770
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15674
15771
|
workspace_id: string
|
|
15675
|
-
/**
|
|
15772
|
+
/** Time at which the event was created. */
|
|
15676
15773
|
created_at: string
|
|
15677
|
-
/**
|
|
15774
|
+
/** Time when the event occurred. */
|
|
15678
15775
|
occurred_at: string
|
|
15679
15776
|
/** The ID of the access code. */
|
|
15680
15777
|
access_code_id: string
|
|
@@ -15685,13 +15782,13 @@ export interface Routes {
|
|
|
15685
15782
|
event_type: 'access_code.removed_from_device'
|
|
15686
15783
|
}
|
|
15687
15784
|
| {
|
|
15688
|
-
/**
|
|
15785
|
+
/** ID of the event. */
|
|
15689
15786
|
event_id: string
|
|
15690
|
-
/**
|
|
15787
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15691
15788
|
workspace_id: string
|
|
15692
|
-
/**
|
|
15789
|
+
/** Time at which the event was created. */
|
|
15693
15790
|
created_at: string
|
|
15694
|
-
/**
|
|
15791
|
+
/** Time when the event occurred. */
|
|
15695
15792
|
occurred_at: string
|
|
15696
15793
|
/** The ID of the access code. */
|
|
15697
15794
|
access_code_id: string
|
|
@@ -15702,13 +15799,13 @@ export interface Routes {
|
|
|
15702
15799
|
event_type: 'access_code.delay_in_setting_on_device'
|
|
15703
15800
|
}
|
|
15704
15801
|
| {
|
|
15705
|
-
/**
|
|
15802
|
+
/** ID of the event. */
|
|
15706
15803
|
event_id: string
|
|
15707
|
-
/**
|
|
15804
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15708
15805
|
workspace_id: string
|
|
15709
|
-
/**
|
|
15806
|
+
/** Time at which the event was created. */
|
|
15710
15807
|
created_at: string
|
|
15711
|
-
/**
|
|
15808
|
+
/** Time when the event occurred. */
|
|
15712
15809
|
occurred_at: string
|
|
15713
15810
|
/** The ID of the access code. */
|
|
15714
15811
|
access_code_id: string
|
|
@@ -15719,13 +15816,13 @@ export interface Routes {
|
|
|
15719
15816
|
event_type: 'access_code.failed_to_set_on_device'
|
|
15720
15817
|
}
|
|
15721
15818
|
| {
|
|
15722
|
-
/**
|
|
15819
|
+
/** ID of the event. */
|
|
15723
15820
|
event_id: string
|
|
15724
|
-
/**
|
|
15821
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15725
15822
|
workspace_id: string
|
|
15726
|
-
/**
|
|
15823
|
+
/** Time at which the event was created. */
|
|
15727
15824
|
created_at: string
|
|
15728
|
-
/**
|
|
15825
|
+
/** Time when the event occurred. */
|
|
15729
15826
|
occurred_at: string
|
|
15730
15827
|
/** The ID of the access code. */
|
|
15731
15828
|
access_code_id: string
|
|
@@ -15738,13 +15835,13 @@ export interface Routes {
|
|
|
15738
15835
|
code: string | null
|
|
15739
15836
|
}
|
|
15740
15837
|
| {
|
|
15741
|
-
/**
|
|
15838
|
+
/** ID of the event. */
|
|
15742
15839
|
event_id: string
|
|
15743
|
-
/**
|
|
15840
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15744
15841
|
workspace_id: string
|
|
15745
|
-
/**
|
|
15842
|
+
/** Time at which the event was created. */
|
|
15746
15843
|
created_at: string
|
|
15747
|
-
/**
|
|
15844
|
+
/** Time when the event occurred. */
|
|
15748
15845
|
occurred_at: string
|
|
15749
15846
|
/** The ID of the access code. */
|
|
15750
15847
|
access_code_id: string
|
|
@@ -15755,13 +15852,13 @@ export interface Routes {
|
|
|
15755
15852
|
event_type: 'access_code.delay_in_removing_from_device'
|
|
15756
15853
|
}
|
|
15757
15854
|
| {
|
|
15758
|
-
/**
|
|
15855
|
+
/** ID of the event. */
|
|
15759
15856
|
event_id: string
|
|
15760
|
-
/**
|
|
15857
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15761
15858
|
workspace_id: string
|
|
15762
|
-
/**
|
|
15859
|
+
/** Time at which the event was created. */
|
|
15763
15860
|
created_at: string
|
|
15764
|
-
/**
|
|
15861
|
+
/** Time when the event occurred. */
|
|
15765
15862
|
occurred_at: string
|
|
15766
15863
|
/** The ID of the access code. */
|
|
15767
15864
|
access_code_id: string
|
|
@@ -15772,13 +15869,13 @@ export interface Routes {
|
|
|
15772
15869
|
event_type: 'access_code.failed_to_remove_from_device'
|
|
15773
15870
|
}
|
|
15774
15871
|
| {
|
|
15775
|
-
/**
|
|
15872
|
+
/** ID of the event. */
|
|
15776
15873
|
event_id: string
|
|
15777
|
-
/**
|
|
15874
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15778
15875
|
workspace_id: string
|
|
15779
|
-
/**
|
|
15876
|
+
/** Time at which the event was created. */
|
|
15780
15877
|
created_at: string
|
|
15781
|
-
/**
|
|
15878
|
+
/** Time when the event occurred. */
|
|
15782
15879
|
occurred_at: string
|
|
15783
15880
|
/** The ID of the access code. */
|
|
15784
15881
|
access_code_id: string
|
|
@@ -15789,13 +15886,13 @@ export interface Routes {
|
|
|
15789
15886
|
event_type: 'access_code.modified_external_to_seam'
|
|
15790
15887
|
}
|
|
15791
15888
|
| {
|
|
15792
|
-
/**
|
|
15889
|
+
/** ID of the event. */
|
|
15793
15890
|
event_id: string
|
|
15794
|
-
/**
|
|
15891
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15795
15892
|
workspace_id: string
|
|
15796
|
-
/**
|
|
15893
|
+
/** Time at which the event was created. */
|
|
15797
15894
|
created_at: string
|
|
15798
|
-
/**
|
|
15895
|
+
/** Time when the event occurred. */
|
|
15799
15896
|
occurred_at: string
|
|
15800
15897
|
/** The ID of the access code. */
|
|
15801
15898
|
access_code_id: string
|
|
@@ -15806,13 +15903,13 @@ export interface Routes {
|
|
|
15806
15903
|
event_type: 'access_code.deleted_external_to_seam'
|
|
15807
15904
|
}
|
|
15808
15905
|
| {
|
|
15809
|
-
/**
|
|
15906
|
+
/** ID of the event. */
|
|
15810
15907
|
event_id: string
|
|
15811
|
-
/**
|
|
15908
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15812
15909
|
workspace_id: string
|
|
15813
|
-
/**
|
|
15910
|
+
/** Time at which the event was created. */
|
|
15814
15911
|
created_at: string
|
|
15815
|
-
/**
|
|
15912
|
+
/** Time when the event occurred. */
|
|
15816
15913
|
occurred_at: string
|
|
15817
15914
|
/** The ID of the access code. */
|
|
15818
15915
|
access_code_id: string
|
|
@@ -15824,13 +15921,13 @@ export interface Routes {
|
|
|
15824
15921
|
backup_access_code_id: string
|
|
15825
15922
|
}
|
|
15826
15923
|
| {
|
|
15827
|
-
/**
|
|
15924
|
+
/** ID of the event. */
|
|
15828
15925
|
event_id: string
|
|
15829
|
-
/**
|
|
15926
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15830
15927
|
workspace_id: string
|
|
15831
|
-
/**
|
|
15928
|
+
/** Time at which the event was created. */
|
|
15832
15929
|
created_at: string
|
|
15833
|
-
/**
|
|
15930
|
+
/** Time when the event occurred. */
|
|
15834
15931
|
occurred_at: string
|
|
15835
15932
|
/** The ID of the access code. */
|
|
15836
15933
|
access_code_id: string
|
|
@@ -15841,13 +15938,13 @@ export interface Routes {
|
|
|
15841
15938
|
event_type: 'access_code.unmanaged.converted_to_managed'
|
|
15842
15939
|
}
|
|
15843
15940
|
| {
|
|
15844
|
-
/**
|
|
15941
|
+
/** ID of the event. */
|
|
15845
15942
|
event_id: string
|
|
15846
|
-
/**
|
|
15943
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15847
15944
|
workspace_id: string
|
|
15848
|
-
/**
|
|
15945
|
+
/** Time at which the event was created. */
|
|
15849
15946
|
created_at: string
|
|
15850
|
-
/**
|
|
15947
|
+
/** Time when the event occurred. */
|
|
15851
15948
|
occurred_at: string
|
|
15852
15949
|
/** The ID of the access code. */
|
|
15853
15950
|
access_code_id: string
|
|
@@ -15858,13 +15955,13 @@ export interface Routes {
|
|
|
15858
15955
|
event_type: 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
15859
15956
|
}
|
|
15860
15957
|
| {
|
|
15861
|
-
/**
|
|
15958
|
+
/** ID of the event. */
|
|
15862
15959
|
event_id: string
|
|
15863
|
-
/**
|
|
15960
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15864
15961
|
workspace_id: string
|
|
15865
|
-
/**
|
|
15962
|
+
/** Time at which the event was created. */
|
|
15866
15963
|
created_at: string
|
|
15867
|
-
/**
|
|
15964
|
+
/** Time when the event occurred. */
|
|
15868
15965
|
occurred_at: string
|
|
15869
15966
|
/** The ID of the access code. */
|
|
15870
15967
|
access_code_id: string
|
|
@@ -15875,13 +15972,13 @@ export interface Routes {
|
|
|
15875
15972
|
event_type: 'access_code.unmanaged.created'
|
|
15876
15973
|
}
|
|
15877
15974
|
| {
|
|
15878
|
-
/**
|
|
15975
|
+
/** ID of the event. */
|
|
15879
15976
|
event_id: string
|
|
15880
|
-
/**
|
|
15977
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15881
15978
|
workspace_id: string
|
|
15882
|
-
/**
|
|
15979
|
+
/** Time at which the event was created. */
|
|
15883
15980
|
created_at: string
|
|
15884
|
-
/**
|
|
15981
|
+
/** Time when the event occurred. */
|
|
15885
15982
|
occurred_at: string
|
|
15886
15983
|
/** The ID of the access code. */
|
|
15887
15984
|
access_code_id: string
|
|
@@ -15892,13 +15989,13 @@ export interface Routes {
|
|
|
15892
15989
|
event_type: 'access_code.unmanaged.removed'
|
|
15893
15990
|
}
|
|
15894
15991
|
| {
|
|
15895
|
-
/**
|
|
15992
|
+
/** ID of the event. */
|
|
15896
15993
|
event_id: string
|
|
15897
|
-
/**
|
|
15994
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15898
15995
|
workspace_id: string
|
|
15899
|
-
/**
|
|
15996
|
+
/** Time at which the event was created. */
|
|
15900
15997
|
created_at: string
|
|
15901
|
-
/**
|
|
15998
|
+
/** Time when the event occurred. */
|
|
15902
15999
|
occurred_at: string
|
|
15903
16000
|
/** ID of the connected account.
|
|
15904
16001
|
* @deprecated Will be removed. */
|
|
@@ -15908,13 +16005,13 @@ export interface Routes {
|
|
|
15908
16005
|
event_type: 'acs_system.connected'
|
|
15909
16006
|
}
|
|
15910
16007
|
| {
|
|
15911
|
-
/**
|
|
16008
|
+
/** ID of the event. */
|
|
15912
16009
|
event_id: string
|
|
15913
|
-
/**
|
|
16010
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15914
16011
|
workspace_id: string
|
|
15915
|
-
/**
|
|
16012
|
+
/** Time at which the event was created. */
|
|
15916
16013
|
created_at: string
|
|
15917
|
-
/**
|
|
16014
|
+
/** Time when the event occurred. */
|
|
15918
16015
|
occurred_at: string
|
|
15919
16016
|
/** ID of the connected account.
|
|
15920
16017
|
* @deprecated Will be removed. */
|
|
@@ -15924,13 +16021,13 @@ export interface Routes {
|
|
|
15924
16021
|
event_type: 'acs_system.added'
|
|
15925
16022
|
}
|
|
15926
16023
|
| {
|
|
15927
|
-
/**
|
|
16024
|
+
/** ID of the event. */
|
|
15928
16025
|
event_id: string
|
|
15929
|
-
/**
|
|
16026
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15930
16027
|
workspace_id: string
|
|
15931
|
-
/**
|
|
16028
|
+
/** Time at which the event was created. */
|
|
15932
16029
|
created_at: string
|
|
15933
|
-
/**
|
|
16030
|
+
/** Time when the event occurred. */
|
|
15934
16031
|
occurred_at: string
|
|
15935
16032
|
/** ID of the connected account.
|
|
15936
16033
|
* @deprecated Will be removed. */
|
|
@@ -15940,13 +16037,13 @@ export interface Routes {
|
|
|
15940
16037
|
event_type: 'acs_system.disconnected'
|
|
15941
16038
|
}
|
|
15942
16039
|
| {
|
|
15943
|
-
/**
|
|
16040
|
+
/** ID of the event. */
|
|
15944
16041
|
event_id: string
|
|
15945
|
-
/**
|
|
16042
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15946
16043
|
workspace_id: string
|
|
15947
|
-
/**
|
|
16044
|
+
/** Time at which the event was created. */
|
|
15948
16045
|
created_at: string
|
|
15949
|
-
/**
|
|
16046
|
+
/** Time when the event occurred. */
|
|
15950
16047
|
occurred_at: string
|
|
15951
16048
|
/** ID of the connected account.
|
|
15952
16049
|
* @deprecated Will be removed. */
|
|
@@ -15957,13 +16054,13 @@ export interface Routes {
|
|
|
15957
16054
|
event_type: 'acs_credential.deleted'
|
|
15958
16055
|
}
|
|
15959
16056
|
| {
|
|
15960
|
-
/**
|
|
16057
|
+
/** ID of the event. */
|
|
15961
16058
|
event_id: string
|
|
15962
|
-
/**
|
|
16059
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15963
16060
|
workspace_id: string
|
|
15964
|
-
/**
|
|
16061
|
+
/** Time at which the event was created. */
|
|
15965
16062
|
created_at: string
|
|
15966
|
-
/**
|
|
16063
|
+
/** Time when the event occurred. */
|
|
15967
16064
|
occurred_at: string
|
|
15968
16065
|
/** ID of the connected account.
|
|
15969
16066
|
* @deprecated Will be removed. */
|
|
@@ -15974,13 +16071,13 @@ export interface Routes {
|
|
|
15974
16071
|
event_type: 'acs_credential.issued'
|
|
15975
16072
|
}
|
|
15976
16073
|
| {
|
|
15977
|
-
/**
|
|
16074
|
+
/** ID of the event. */
|
|
15978
16075
|
event_id: string
|
|
15979
|
-
/**
|
|
16076
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15980
16077
|
workspace_id: string
|
|
15981
|
-
/**
|
|
16078
|
+
/** Time at which the event was created. */
|
|
15982
16079
|
created_at: string
|
|
15983
|
-
/**
|
|
16080
|
+
/** Time when the event occurred. */
|
|
15984
16081
|
occurred_at: string
|
|
15985
16082
|
/** ID of the connected account.
|
|
15986
16083
|
* @deprecated Will be removed. */
|
|
@@ -15991,13 +16088,13 @@ export interface Routes {
|
|
|
15991
16088
|
event_type: 'acs_user.deleted'
|
|
15992
16089
|
}
|
|
15993
16090
|
| {
|
|
15994
|
-
/**
|
|
16091
|
+
/** ID of the event. */
|
|
15995
16092
|
event_id: string
|
|
15996
|
-
/**
|
|
16093
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
15997
16094
|
workspace_id: string
|
|
15998
|
-
/**
|
|
16095
|
+
/** Time at which the event was created. */
|
|
15999
16096
|
created_at: string
|
|
16000
|
-
/**
|
|
16097
|
+
/** Time when the event occurred. */
|
|
16001
16098
|
occurred_at: string
|
|
16002
16099
|
/** ID of the connected account.
|
|
16003
16100
|
* @deprecated Will be removed. */
|
|
@@ -16009,13 +16106,13 @@ export interface Routes {
|
|
|
16009
16106
|
event_type: 'acs_encoder.added'
|
|
16010
16107
|
}
|
|
16011
16108
|
| {
|
|
16012
|
-
/**
|
|
16109
|
+
/** ID of the event. */
|
|
16013
16110
|
event_id: string
|
|
16014
|
-
/**
|
|
16111
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16015
16112
|
workspace_id: string
|
|
16016
|
-
/**
|
|
16113
|
+
/** Time at which the event was created. */
|
|
16017
16114
|
created_at: string
|
|
16018
|
-
/**
|
|
16115
|
+
/** Time when the event occurred. */
|
|
16019
16116
|
occurred_at: string
|
|
16020
16117
|
/** ID of the connected account.
|
|
16021
16118
|
* @deprecated Will be removed. */
|
|
@@ -16027,26 +16124,26 @@ export interface Routes {
|
|
|
16027
16124
|
event_type: 'acs_encoder.removed'
|
|
16028
16125
|
}
|
|
16029
16126
|
| {
|
|
16030
|
-
/**
|
|
16127
|
+
/** ID of the event. */
|
|
16031
16128
|
event_id: string
|
|
16032
|
-
/**
|
|
16129
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16033
16130
|
workspace_id: string
|
|
16034
|
-
/**
|
|
16131
|
+
/** Time at which the event was created. */
|
|
16035
16132
|
created_at: string
|
|
16036
|
-
/**
|
|
16133
|
+
/** Time when the event occurred. */
|
|
16037
16134
|
occurred_at: string
|
|
16038
16135
|
/** ID of the client session. */
|
|
16039
16136
|
client_session_id: string
|
|
16040
16137
|
event_type: 'client_session.deleted'
|
|
16041
16138
|
}
|
|
16042
16139
|
| {
|
|
16043
|
-
/**
|
|
16140
|
+
/** ID of the event. */
|
|
16044
16141
|
event_id: string
|
|
16045
|
-
/**
|
|
16142
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16046
16143
|
workspace_id: string
|
|
16047
|
-
/**
|
|
16144
|
+
/** Time at which the event was created. */
|
|
16048
16145
|
created_at: string
|
|
16049
|
-
/**
|
|
16146
|
+
/** Time when the event occurred. */
|
|
16050
16147
|
occurred_at: string
|
|
16051
16148
|
/** ID of the connected account. */
|
|
16052
16149
|
connected_account_id: string
|
|
@@ -16055,13 +16152,13 @@ export interface Routes {
|
|
|
16055
16152
|
connect_webview_id: string
|
|
16056
16153
|
}
|
|
16057
16154
|
| {
|
|
16058
|
-
/**
|
|
16155
|
+
/** ID of the event. */
|
|
16059
16156
|
event_id: string
|
|
16060
|
-
/**
|
|
16157
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16061
16158
|
workspace_id: string
|
|
16062
|
-
/**
|
|
16159
|
+
/** Time at which the event was created. */
|
|
16063
16160
|
created_at: string
|
|
16064
|
-
/**
|
|
16161
|
+
/** Time when the event occurred. */
|
|
16065
16162
|
occurred_at: string
|
|
16066
16163
|
/** ID of the connected account. */
|
|
16067
16164
|
connected_account_id: string
|
|
@@ -16070,13 +16167,13 @@ export interface Routes {
|
|
|
16070
16167
|
connect_webview_id: string
|
|
16071
16168
|
}
|
|
16072
16169
|
| {
|
|
16073
|
-
/**
|
|
16170
|
+
/** ID of the event. */
|
|
16074
16171
|
event_id: string
|
|
16075
|
-
/**
|
|
16172
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16076
16173
|
workspace_id: string
|
|
16077
|
-
/**
|
|
16174
|
+
/** Time at which the event was created. */
|
|
16078
16175
|
created_at: string
|
|
16079
|
-
/**
|
|
16176
|
+
/** Time when the event occurred. */
|
|
16080
16177
|
occurred_at: string
|
|
16081
16178
|
/** ID of the connected account. */
|
|
16082
16179
|
connected_account_id: string
|
|
@@ -16085,65 +16182,65 @@ export interface Routes {
|
|
|
16085
16182
|
connect_webview_id: string
|
|
16086
16183
|
}
|
|
16087
16184
|
| {
|
|
16088
|
-
/**
|
|
16185
|
+
/** ID of the event. */
|
|
16089
16186
|
event_id: string
|
|
16090
|
-
/**
|
|
16187
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16091
16188
|
workspace_id: string
|
|
16092
|
-
/**
|
|
16189
|
+
/** Time at which the event was created. */
|
|
16093
16190
|
created_at: string
|
|
16094
|
-
/**
|
|
16191
|
+
/** Time when the event occurred. */
|
|
16095
16192
|
occurred_at: string
|
|
16096
16193
|
/** ID of the connected account. */
|
|
16097
16194
|
connected_account_id: string
|
|
16098
16195
|
event_type: 'connected_account.disconnected'
|
|
16099
16196
|
}
|
|
16100
16197
|
| {
|
|
16101
|
-
/**
|
|
16198
|
+
/** ID of the event. */
|
|
16102
16199
|
event_id: string
|
|
16103
|
-
/**
|
|
16200
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16104
16201
|
workspace_id: string
|
|
16105
|
-
/**
|
|
16202
|
+
/** Time at which the event was created. */
|
|
16106
16203
|
created_at: string
|
|
16107
|
-
/**
|
|
16204
|
+
/** Time when the event occurred. */
|
|
16108
16205
|
occurred_at: string
|
|
16109
16206
|
/** ID of the connected account. */
|
|
16110
16207
|
connected_account_id: string
|
|
16111
16208
|
event_type: 'connected_account.completed_first_sync'
|
|
16112
16209
|
}
|
|
16113
16210
|
| {
|
|
16114
|
-
/**
|
|
16211
|
+
/** ID of the event. */
|
|
16115
16212
|
event_id: string
|
|
16116
|
-
/**
|
|
16213
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16117
16214
|
workspace_id: string
|
|
16118
|
-
/**
|
|
16215
|
+
/** Time at which the event was created. */
|
|
16119
16216
|
created_at: string
|
|
16120
|
-
/**
|
|
16217
|
+
/** Time when the event occurred. */
|
|
16121
16218
|
occurred_at: string
|
|
16122
16219
|
/** ID of the connected account. */
|
|
16123
16220
|
connected_account_id: string
|
|
16124
16221
|
event_type: 'connected_account.deleted'
|
|
16125
16222
|
}
|
|
16126
16223
|
| {
|
|
16127
|
-
/**
|
|
16224
|
+
/** ID of the event. */
|
|
16128
16225
|
event_id: string
|
|
16129
|
-
/**
|
|
16226
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16130
16227
|
workspace_id: string
|
|
16131
|
-
/**
|
|
16228
|
+
/** Time at which the event was created. */
|
|
16132
16229
|
created_at: string
|
|
16133
|
-
/**
|
|
16230
|
+
/** Time when the event occurred. */
|
|
16134
16231
|
occurred_at: string
|
|
16135
16232
|
/** ID of the connected account. */
|
|
16136
16233
|
connected_account_id: string
|
|
16137
16234
|
event_type: 'connected_account.completed_first_sync_after_reconnection'
|
|
16138
16235
|
}
|
|
16139
16236
|
| {
|
|
16140
|
-
/**
|
|
16237
|
+
/** ID of the event. */
|
|
16141
16238
|
event_id: string
|
|
16142
|
-
/**
|
|
16239
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16143
16240
|
workspace_id: string
|
|
16144
|
-
/**
|
|
16241
|
+
/** Time at which the event was created. */
|
|
16145
16242
|
created_at: string
|
|
16146
|
-
/**
|
|
16243
|
+
/** Time when the event occurred. */
|
|
16147
16244
|
occurred_at: string
|
|
16148
16245
|
/** The ID of the action attempt. */
|
|
16149
16246
|
action_attempt_id: string
|
|
@@ -16154,13 +16251,13 @@ export interface Routes {
|
|
|
16154
16251
|
event_type: 'action_attempt.lock_door.succeeded'
|
|
16155
16252
|
}
|
|
16156
16253
|
| {
|
|
16157
|
-
/**
|
|
16254
|
+
/** ID of the event. */
|
|
16158
16255
|
event_id: string
|
|
16159
|
-
/**
|
|
16256
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16160
16257
|
workspace_id: string
|
|
16161
|
-
/**
|
|
16258
|
+
/** Time at which the event was created. */
|
|
16162
16259
|
created_at: string
|
|
16163
|
-
/**
|
|
16260
|
+
/** Time when the event occurred. */
|
|
16164
16261
|
occurred_at: string
|
|
16165
16262
|
/** The ID of the action attempt. */
|
|
16166
16263
|
action_attempt_id: string
|
|
@@ -16171,13 +16268,13 @@ export interface Routes {
|
|
|
16171
16268
|
event_type: 'action_attempt.lock_door.failed'
|
|
16172
16269
|
}
|
|
16173
16270
|
| {
|
|
16174
|
-
/**
|
|
16271
|
+
/** ID of the event. */
|
|
16175
16272
|
event_id: string
|
|
16176
|
-
/**
|
|
16273
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16177
16274
|
workspace_id: string
|
|
16178
|
-
/**
|
|
16275
|
+
/** Time at which the event was created. */
|
|
16179
16276
|
created_at: string
|
|
16180
|
-
/**
|
|
16277
|
+
/** Time when the event occurred. */
|
|
16181
16278
|
occurred_at: string
|
|
16182
16279
|
/** The ID of the action attempt. */
|
|
16183
16280
|
action_attempt_id: string
|
|
@@ -16188,13 +16285,13 @@ export interface Routes {
|
|
|
16188
16285
|
event_type: 'action_attempt.unlock_door.succeeded'
|
|
16189
16286
|
}
|
|
16190
16287
|
| {
|
|
16191
|
-
/**
|
|
16288
|
+
/** ID of the event. */
|
|
16192
16289
|
event_id: string
|
|
16193
|
-
/**
|
|
16290
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16194
16291
|
workspace_id: string
|
|
16195
|
-
/**
|
|
16292
|
+
/** Time at which the event was created. */
|
|
16196
16293
|
created_at: string
|
|
16197
|
-
/**
|
|
16294
|
+
/** Time when the event occurred. */
|
|
16198
16295
|
occurred_at: string
|
|
16199
16296
|
/** The ID of the action attempt. */
|
|
16200
16297
|
action_attempt_id: string
|
|
@@ -16205,13 +16302,13 @@ export interface Routes {
|
|
|
16205
16302
|
event_type: 'action_attempt.unlock_door.failed'
|
|
16206
16303
|
}
|
|
16207
16304
|
| {
|
|
16208
|
-
/**
|
|
16305
|
+
/** ID of the event. */
|
|
16209
16306
|
event_id: string
|
|
16210
|
-
/**
|
|
16307
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16211
16308
|
workspace_id: string
|
|
16212
|
-
/**
|
|
16309
|
+
/** Time at which the event was created. */
|
|
16213
16310
|
created_at: string
|
|
16214
|
-
/**
|
|
16311
|
+
/** Time when the event occurred. */
|
|
16215
16312
|
occurred_at: string
|
|
16216
16313
|
/** ID of the connect webview. */
|
|
16217
16314
|
connect_webview_id: string
|
|
@@ -16220,473 +16317,486 @@ export interface Routes {
|
|
|
16220
16317
|
connected_account_id: string
|
|
16221
16318
|
}
|
|
16222
16319
|
| {
|
|
16223
|
-
/**
|
|
16320
|
+
/** ID of the event. */
|
|
16224
16321
|
event_id: string
|
|
16225
|
-
/**
|
|
16322
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16226
16323
|
workspace_id: string
|
|
16227
|
-
/**
|
|
16324
|
+
/** Time at which the event was created. */
|
|
16228
16325
|
created_at: string
|
|
16229
|
-
/**
|
|
16326
|
+
/** Time when the event occurred. */
|
|
16230
16327
|
occurred_at: string
|
|
16231
16328
|
/** ID of the connect webview. */
|
|
16232
16329
|
connect_webview_id: string
|
|
16233
16330
|
event_type: 'connect_webview.login_failed'
|
|
16234
16331
|
}
|
|
16235
16332
|
| {
|
|
16236
|
-
/**
|
|
16333
|
+
/** ID of the event. */
|
|
16237
16334
|
event_id: string
|
|
16238
|
-
/**
|
|
16335
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16239
16336
|
workspace_id: string
|
|
16240
|
-
/**
|
|
16337
|
+
/** Time at which the event was created. */
|
|
16241
16338
|
created_at: string
|
|
16242
|
-
/**
|
|
16339
|
+
/** Time when the event occurred. */
|
|
16243
16340
|
occurred_at: string
|
|
16244
16341
|
/** ID of the device. */
|
|
16245
16342
|
device_id: string
|
|
16246
|
-
/** ID of the connected account. */
|
|
16343
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16247
16344
|
connected_account_id: string
|
|
16248
16345
|
event_type: 'device.connected'
|
|
16249
16346
|
}
|
|
16250
16347
|
| {
|
|
16251
|
-
/**
|
|
16348
|
+
/** ID of the event. */
|
|
16252
16349
|
event_id: string
|
|
16253
|
-
/**
|
|
16350
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16254
16351
|
workspace_id: string
|
|
16255
|
-
/**
|
|
16352
|
+
/** Time at which the event was created. */
|
|
16256
16353
|
created_at: string
|
|
16257
|
-
/**
|
|
16354
|
+
/** Time when the event occurred. */
|
|
16258
16355
|
occurred_at: string
|
|
16259
16356
|
/** ID of the device. */
|
|
16260
16357
|
device_id: string
|
|
16261
|
-
/** ID of the connected account. */
|
|
16358
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16262
16359
|
connected_account_id: string
|
|
16263
16360
|
event_type: 'device.added'
|
|
16264
16361
|
}
|
|
16265
16362
|
| {
|
|
16266
|
-
/**
|
|
16363
|
+
/** ID of the event. */
|
|
16267
16364
|
event_id: string
|
|
16268
|
-
/**
|
|
16365
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16269
16366
|
workspace_id: string
|
|
16270
|
-
/**
|
|
16367
|
+
/** Time at which the event was created. */
|
|
16271
16368
|
created_at: string
|
|
16272
|
-
/**
|
|
16369
|
+
/** Time when the event occurred. */
|
|
16273
16370
|
occurred_at: string
|
|
16274
16371
|
/** ID of the device. */
|
|
16275
16372
|
device_id: string
|
|
16276
|
-
/** ID of the connected account. */
|
|
16373
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16277
16374
|
connected_account_id: string
|
|
16278
16375
|
event_type: 'device.converted_to_unmanaged'
|
|
16279
16376
|
}
|
|
16280
16377
|
| {
|
|
16281
|
-
/**
|
|
16378
|
+
/** ID of the event. */
|
|
16282
16379
|
event_id: string
|
|
16283
|
-
/**
|
|
16380
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16284
16381
|
workspace_id: string
|
|
16285
|
-
/**
|
|
16382
|
+
/** Time at which the event was created. */
|
|
16286
16383
|
created_at: string
|
|
16287
|
-
/**
|
|
16384
|
+
/** Time when the event occurred. */
|
|
16288
16385
|
occurred_at: string
|
|
16289
16386
|
/** ID of the device. */
|
|
16290
16387
|
device_id: string
|
|
16291
|
-
/** ID of the connected account. */
|
|
16388
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16292
16389
|
connected_account_id: string
|
|
16293
16390
|
event_type: 'device.unmanaged.converted_to_managed'
|
|
16294
16391
|
}
|
|
16295
16392
|
| {
|
|
16296
|
-
/**
|
|
16393
|
+
/** ID of the event. */
|
|
16297
16394
|
event_id: string
|
|
16298
|
-
/**
|
|
16395
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16299
16396
|
workspace_id: string
|
|
16300
|
-
/**
|
|
16397
|
+
/** Time at which the event was created. */
|
|
16301
16398
|
created_at: string
|
|
16302
|
-
/**
|
|
16399
|
+
/** Time when the event occurred. */
|
|
16303
16400
|
occurred_at: string
|
|
16304
16401
|
/** ID of the device. */
|
|
16305
16402
|
device_id: string
|
|
16306
|
-
/** ID of the connected account. */
|
|
16403
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16307
16404
|
connected_account_id: string
|
|
16308
16405
|
event_type: 'device.unmanaged.connected'
|
|
16309
16406
|
}
|
|
16310
16407
|
| {
|
|
16311
|
-
/**
|
|
16408
|
+
/** ID of the event. */
|
|
16312
16409
|
event_id: string
|
|
16313
|
-
/**
|
|
16410
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16314
16411
|
workspace_id: string
|
|
16315
|
-
/**
|
|
16412
|
+
/** Time at which the event was created. */
|
|
16316
16413
|
created_at: string
|
|
16317
|
-
/**
|
|
16414
|
+
/** Time when the event occurred. */
|
|
16318
16415
|
occurred_at: string
|
|
16319
16416
|
/** ID of the device. */
|
|
16320
16417
|
device_id: string
|
|
16321
|
-
/** ID of the connected account. */
|
|
16418
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16322
16419
|
connected_account_id: string
|
|
16323
16420
|
event_type: 'device.disconnected'
|
|
16324
|
-
/**
|
|
16421
|
+
/** Error code associated with the disconnection event, if any. */
|
|
16325
16422
|
error_code:
|
|
16326
16423
|
| 'account_disconnected'
|
|
16327
16424
|
| 'hub_disconnected'
|
|
16328
16425
|
| 'device_disconnected'
|
|
16329
16426
|
}
|
|
16330
16427
|
| {
|
|
16331
|
-
/**
|
|
16428
|
+
/** ID of the event. */
|
|
16332
16429
|
event_id: string
|
|
16333
|
-
/**
|
|
16430
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16334
16431
|
workspace_id: string
|
|
16335
|
-
/**
|
|
16432
|
+
/** Time at which the event was created. */
|
|
16336
16433
|
created_at: string
|
|
16337
|
-
/**
|
|
16434
|
+
/** Time when the event occurred. */
|
|
16338
16435
|
occurred_at: string
|
|
16339
16436
|
/** ID of the device. */
|
|
16340
16437
|
device_id: string
|
|
16341
|
-
/** ID of the connected account. */
|
|
16438
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16342
16439
|
connected_account_id: string
|
|
16343
16440
|
event_type: 'device.unmanaged.disconnected'
|
|
16344
|
-
/**
|
|
16441
|
+
/** Error code associated with the disconnection event, if any. */
|
|
16345
16442
|
error_code:
|
|
16346
16443
|
| 'account_disconnected'
|
|
16347
16444
|
| 'hub_disconnected'
|
|
16348
16445
|
| 'device_disconnected'
|
|
16349
16446
|
}
|
|
16350
16447
|
| {
|
|
16351
|
-
/**
|
|
16448
|
+
/** ID of the event. */
|
|
16352
16449
|
event_id: string
|
|
16353
|
-
/**
|
|
16450
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16354
16451
|
workspace_id: string
|
|
16355
|
-
/**
|
|
16452
|
+
/** Time at which the event was created. */
|
|
16356
16453
|
created_at: string
|
|
16357
|
-
/**
|
|
16454
|
+
/** Time when the event occurred. */
|
|
16358
16455
|
occurred_at: string
|
|
16359
16456
|
/** ID of the device. */
|
|
16360
16457
|
device_id: string
|
|
16361
|
-
/** ID of the connected account. */
|
|
16458
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16362
16459
|
connected_account_id: string
|
|
16363
16460
|
event_type: 'device.tampered'
|
|
16364
16461
|
}
|
|
16365
16462
|
| {
|
|
16366
|
-
/**
|
|
16463
|
+
/** ID of the event. */
|
|
16367
16464
|
event_id: string
|
|
16368
|
-
/**
|
|
16465
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16369
16466
|
workspace_id: string
|
|
16370
|
-
/**
|
|
16467
|
+
/** Time at which the event was created. */
|
|
16371
16468
|
created_at: string
|
|
16372
|
-
/**
|
|
16469
|
+
/** Time when the event occurred. */
|
|
16373
16470
|
occurred_at: string
|
|
16374
16471
|
/** ID of the device. */
|
|
16375
16472
|
device_id: string
|
|
16376
|
-
/** ID of the connected account. */
|
|
16473
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16377
16474
|
connected_account_id: string
|
|
16378
16475
|
event_type: 'device.low_battery'
|
|
16379
|
-
/**
|
|
16476
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
16380
16477
|
battery_level: number
|
|
16381
16478
|
}
|
|
16382
16479
|
| {
|
|
16383
|
-
/**
|
|
16480
|
+
/** ID of the event. */
|
|
16384
16481
|
event_id: string
|
|
16385
|
-
/**
|
|
16482
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16386
16483
|
workspace_id: string
|
|
16387
|
-
/**
|
|
16484
|
+
/** Time at which the event was created. */
|
|
16388
16485
|
created_at: string
|
|
16389
|
-
/**
|
|
16486
|
+
/** Time when the event occurred. */
|
|
16390
16487
|
occurred_at: string
|
|
16391
16488
|
/** ID of the device. */
|
|
16392
16489
|
device_id: string
|
|
16393
|
-
/** ID of the connected account. */
|
|
16490
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16394
16491
|
connected_account_id: string
|
|
16395
16492
|
event_type: 'device.battery_status_changed'
|
|
16396
|
-
/**
|
|
16493
|
+
/** Battery status of the device, calculated from the numeric `battery_level` value. */
|
|
16397
16494
|
battery_status: 'critical' | 'low' | 'good' | 'full'
|
|
16398
|
-
/**
|
|
16495
|
+
/** Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device. */
|
|
16399
16496
|
battery_level: number
|
|
16400
16497
|
}
|
|
16401
16498
|
| {
|
|
16402
|
-
/**
|
|
16499
|
+
/** ID of the event. */
|
|
16403
16500
|
event_id: string
|
|
16404
|
-
/**
|
|
16501
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16405
16502
|
workspace_id: string
|
|
16406
|
-
/**
|
|
16503
|
+
/** Time at which the event was created. */
|
|
16407
16504
|
created_at: string
|
|
16408
|
-
/**
|
|
16505
|
+
/** Time when the event occurred. */
|
|
16409
16506
|
occurred_at: string
|
|
16410
16507
|
/** ID of the device. */
|
|
16411
16508
|
device_id: string
|
|
16412
|
-
/** ID of the connected account. */
|
|
16509
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16413
16510
|
connected_account_id: string
|
|
16414
16511
|
event_type: 'device.removed'
|
|
16415
16512
|
}
|
|
16416
16513
|
| {
|
|
16417
|
-
/**
|
|
16514
|
+
/** ID of the event. */
|
|
16418
16515
|
event_id: string
|
|
16419
|
-
/**
|
|
16516
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16420
16517
|
workspace_id: string
|
|
16421
|
-
/**
|
|
16518
|
+
/** Time at which the event was created. */
|
|
16422
16519
|
created_at: string
|
|
16423
|
-
/**
|
|
16520
|
+
/** Time when the event occurred. */
|
|
16424
16521
|
occurred_at: string
|
|
16425
16522
|
/** ID of the device. */
|
|
16426
16523
|
device_id: string
|
|
16427
|
-
/** ID of the connected account. */
|
|
16524
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16428
16525
|
connected_account_id: string
|
|
16429
16526
|
event_type: 'device.deleted'
|
|
16430
16527
|
}
|
|
16431
16528
|
| {
|
|
16432
|
-
/**
|
|
16529
|
+
/** ID of the event. */
|
|
16433
16530
|
event_id: string
|
|
16434
|
-
/**
|
|
16531
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16435
16532
|
workspace_id: string
|
|
16436
|
-
/**
|
|
16533
|
+
/** Time at which the event was created. */
|
|
16437
16534
|
created_at: string
|
|
16438
|
-
/**
|
|
16535
|
+
/** Time when the event occurred. */
|
|
16439
16536
|
occurred_at: string
|
|
16440
16537
|
/** ID of the device. */
|
|
16441
16538
|
device_id: string
|
|
16442
|
-
/** ID of the connected account. */
|
|
16539
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16443
16540
|
connected_account_id: string
|
|
16444
16541
|
event_type: 'device.third_party_integration_detected'
|
|
16445
16542
|
}
|
|
16446
16543
|
| {
|
|
16447
|
-
/**
|
|
16544
|
+
/** ID of the event. */
|
|
16448
16545
|
event_id: string
|
|
16449
|
-
/**
|
|
16546
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16450
16547
|
workspace_id: string
|
|
16451
|
-
/**
|
|
16548
|
+
/** Time at which the event was created. */
|
|
16452
16549
|
created_at: string
|
|
16453
|
-
/**
|
|
16550
|
+
/** Time when the event occurred. */
|
|
16454
16551
|
occurred_at: string
|
|
16455
16552
|
/** ID of the device. */
|
|
16456
16553
|
device_id: string
|
|
16457
|
-
/** ID of the connected account. */
|
|
16554
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16458
16555
|
connected_account_id: string
|
|
16459
16556
|
event_type: 'device.third_party_integration_no_longer_detected'
|
|
16460
16557
|
}
|
|
16461
16558
|
| {
|
|
16462
|
-
/**
|
|
16559
|
+
/** ID of the event. */
|
|
16463
16560
|
event_id: string
|
|
16464
|
-
/**
|
|
16561
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16465
16562
|
workspace_id: string
|
|
16466
|
-
/**
|
|
16563
|
+
/** Time at which the event was created. */
|
|
16467
16564
|
created_at: string
|
|
16468
|
-
/**
|
|
16565
|
+
/** Time when the event occurred. */
|
|
16469
16566
|
occurred_at: string
|
|
16470
16567
|
/** ID of the device. */
|
|
16471
16568
|
device_id: string
|
|
16472
|
-
/** ID of the connected account. */
|
|
16569
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16473
16570
|
connected_account_id: string
|
|
16474
16571
|
event_type: 'device.salto.privacy_mode_activated'
|
|
16475
16572
|
}
|
|
16476
16573
|
| {
|
|
16477
|
-
/**
|
|
16574
|
+
/** ID of the event. */
|
|
16478
16575
|
event_id: string
|
|
16479
|
-
/**
|
|
16576
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16480
16577
|
workspace_id: string
|
|
16481
|
-
/**
|
|
16578
|
+
/** Time at which the event was created. */
|
|
16482
16579
|
created_at: string
|
|
16483
|
-
/**
|
|
16580
|
+
/** Time when the event occurred. */
|
|
16484
16581
|
occurred_at: string
|
|
16485
16582
|
/** ID of the device. */
|
|
16486
16583
|
device_id: string
|
|
16487
|
-
/** ID of the connected account. */
|
|
16584
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16488
16585
|
connected_account_id: string
|
|
16489
16586
|
event_type: 'device.salto.privacy_mode_deactivated'
|
|
16490
16587
|
}
|
|
16491
16588
|
| {
|
|
16492
|
-
/**
|
|
16589
|
+
/** ID of the event. */
|
|
16493
16590
|
event_id: string
|
|
16494
|
-
/**
|
|
16591
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16495
16592
|
workspace_id: string
|
|
16496
|
-
/**
|
|
16593
|
+
/** Time at which the event was created. */
|
|
16497
16594
|
created_at: string
|
|
16498
|
-
/**
|
|
16595
|
+
/** Time when the event occurred. */
|
|
16499
16596
|
occurred_at: string
|
|
16500
16597
|
/** ID of the device. */
|
|
16501
16598
|
device_id: string
|
|
16502
|
-
/** ID of the connected account. */
|
|
16599
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16503
16600
|
connected_account_id: string
|
|
16504
16601
|
event_type: 'device.connection_became_flaky'
|
|
16505
16602
|
}
|
|
16506
16603
|
| {
|
|
16507
|
-
/**
|
|
16604
|
+
/** ID of the event. */
|
|
16508
16605
|
event_id: string
|
|
16509
|
-
/**
|
|
16606
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16510
16607
|
workspace_id: string
|
|
16511
|
-
/**
|
|
16608
|
+
/** Time at which the event was created. */
|
|
16512
16609
|
created_at: string
|
|
16513
|
-
/**
|
|
16610
|
+
/** Time when the event occurred. */
|
|
16514
16611
|
occurred_at: string
|
|
16515
16612
|
/** ID of the device. */
|
|
16516
16613
|
device_id: string
|
|
16517
|
-
/** ID of the connected account. */
|
|
16614
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16518
16615
|
connected_account_id: string
|
|
16519
16616
|
event_type: 'device.connection_stabilized'
|
|
16520
16617
|
}
|
|
16521
16618
|
| {
|
|
16522
|
-
/**
|
|
16619
|
+
/** ID of the event. */
|
|
16523
16620
|
event_id: string
|
|
16524
|
-
/**
|
|
16621
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16525
16622
|
workspace_id: string
|
|
16526
|
-
/**
|
|
16623
|
+
/** Time at which the event was created. */
|
|
16527
16624
|
created_at: string
|
|
16528
|
-
/**
|
|
16625
|
+
/** Time when the event occurred. */
|
|
16529
16626
|
occurred_at: string
|
|
16530
16627
|
/** ID of the device. */
|
|
16531
16628
|
device_id: string
|
|
16532
|
-
/** ID of the connected account. */
|
|
16629
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16533
16630
|
connected_account_id: string
|
|
16534
16631
|
event_type: 'device.error.subscription_required'
|
|
16535
16632
|
}
|
|
16536
16633
|
| {
|
|
16537
|
-
/**
|
|
16634
|
+
/** ID of the event. */
|
|
16538
16635
|
event_id: string
|
|
16539
|
-
/**
|
|
16636
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16540
16637
|
workspace_id: string
|
|
16541
|
-
/**
|
|
16638
|
+
/** Time at which the event was created. */
|
|
16542
16639
|
created_at: string
|
|
16543
|
-
/**
|
|
16640
|
+
/** Time when the event occurred. */
|
|
16544
16641
|
occurred_at: string
|
|
16545
16642
|
/** ID of the device. */
|
|
16546
16643
|
device_id: string
|
|
16547
|
-
/** ID of the connected account. */
|
|
16644
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16548
16645
|
connected_account_id: string
|
|
16549
16646
|
event_type: 'device.error.subscription_required.resolved'
|
|
16550
16647
|
}
|
|
16551
16648
|
| {
|
|
16552
|
-
/**
|
|
16649
|
+
/** ID of the event. */
|
|
16553
16650
|
event_id: string
|
|
16554
|
-
/**
|
|
16651
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16555
16652
|
workspace_id: string
|
|
16556
|
-
/**
|
|
16653
|
+
/** Time at which the event was created. */
|
|
16557
16654
|
created_at: string
|
|
16558
|
-
/**
|
|
16655
|
+
/** Time when the event occurred. */
|
|
16559
16656
|
occurred_at: string
|
|
16560
16657
|
/** ID of the device. */
|
|
16561
16658
|
device_id: string
|
|
16562
|
-
/** ID of the connected account. */
|
|
16659
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16563
16660
|
connected_account_id: string
|
|
16564
16661
|
event_type: 'device.accessory_keypad_connected'
|
|
16565
16662
|
}
|
|
16566
16663
|
| {
|
|
16567
|
-
/**
|
|
16664
|
+
/** ID of the event. */
|
|
16568
16665
|
event_id: string
|
|
16569
|
-
/**
|
|
16666
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16570
16667
|
workspace_id: string
|
|
16571
|
-
/**
|
|
16668
|
+
/** Time at which the event was created. */
|
|
16572
16669
|
created_at: string
|
|
16573
|
-
/**
|
|
16670
|
+
/** Time when the event occurred. */
|
|
16574
16671
|
occurred_at: string
|
|
16575
16672
|
/** ID of the device. */
|
|
16576
16673
|
device_id: string
|
|
16577
|
-
/** ID of the connected account. */
|
|
16674
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16578
16675
|
connected_account_id: string
|
|
16579
16676
|
event_type: 'device.accessory_keypad_disconnected'
|
|
16580
16677
|
}
|
|
16581
16678
|
| {
|
|
16582
|
-
/**
|
|
16679
|
+
/** ID of the event. */
|
|
16583
16680
|
event_id: string
|
|
16584
|
-
/**
|
|
16681
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16585
16682
|
workspace_id: string
|
|
16586
|
-
/**
|
|
16683
|
+
/** Time at which the event was created. */
|
|
16587
16684
|
created_at: string
|
|
16588
|
-
/**
|
|
16685
|
+
/** Time when the event occurred. */
|
|
16589
16686
|
occurred_at: string
|
|
16590
16687
|
/** ID of the device. */
|
|
16591
16688
|
device_id: string
|
|
16592
|
-
/** ID of the connected account. */
|
|
16689
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16593
16690
|
connected_account_id: string
|
|
16594
16691
|
event_type: 'noise_sensor.noise_threshold_triggered'
|
|
16692
|
+
/** Detected noise level in decibels. */
|
|
16595
16693
|
noise_level_decibels?: number | undefined
|
|
16694
|
+
/** Detected noise level in Noiseaware Noise Risk Score (NRS). */
|
|
16596
16695
|
noise_level_nrs?: number | undefined
|
|
16696
|
+
/** ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
16597
16697
|
noise_threshold_id?: string | undefined
|
|
16698
|
+
/** Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered. */
|
|
16598
16699
|
noise_threshold_name?: string | undefined
|
|
16599
|
-
/** Metadata from
|
|
16700
|
+
/** Metadata from Noiseaware. */
|
|
16600
16701
|
noiseaware_metadata?: Record<string, unknown> | undefined
|
|
16601
|
-
/** Metadata from
|
|
16702
|
+
/** Metadata from Minut. */
|
|
16602
16703
|
minut_metadata?: Record<string, unknown> | undefined
|
|
16603
16704
|
}
|
|
16604
16705
|
| {
|
|
16605
|
-
/**
|
|
16706
|
+
/** ID of the event. */
|
|
16606
16707
|
event_id: string
|
|
16607
|
-
/**
|
|
16708
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16608
16709
|
workspace_id: string
|
|
16609
|
-
/**
|
|
16710
|
+
/** Time at which the event was created. */
|
|
16610
16711
|
created_at: string
|
|
16611
|
-
/**
|
|
16712
|
+
/** Time when the event occurred. */
|
|
16612
16713
|
occurred_at: string
|
|
16613
16714
|
/** ID of the device. */
|
|
16614
16715
|
device_id: string
|
|
16615
|
-
/** ID of the connected account. */
|
|
16716
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16616
16717
|
connected_account_id: string
|
|
16617
16718
|
event_type: 'lock.locked'
|
|
16719
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device. */
|
|
16618
16720
|
access_code_id?: string | undefined
|
|
16721
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
|
|
16619
16722
|
action_attempt_id?: string | undefined
|
|
16620
|
-
/** Method by which a lock device was locked
|
|
16723
|
+
/** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
16621
16724
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi'
|
|
16622
16725
|
}
|
|
16623
16726
|
| {
|
|
16624
|
-
/**
|
|
16727
|
+
/** ID of the event. */
|
|
16625
16728
|
event_id: string
|
|
16626
|
-
/**
|
|
16729
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16627
16730
|
workspace_id: string
|
|
16628
|
-
/**
|
|
16731
|
+
/** Time at which the event was created. */
|
|
16629
16732
|
created_at: string
|
|
16630
|
-
/**
|
|
16733
|
+
/** Time when the event occurred. */
|
|
16631
16734
|
occurred_at: string
|
|
16632
16735
|
/** ID of the device. */
|
|
16633
16736
|
device_id: string
|
|
16634
|
-
/** ID of the connected account. */
|
|
16737
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16635
16738
|
connected_account_id: string
|
|
16636
16739
|
event_type: 'lock.unlocked'
|
|
16740
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device. */
|
|
16637
16741
|
access_code_id?: string | undefined
|
|
16742
|
+
/** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
|
|
16638
16743
|
action_attempt_id?: string | undefined
|
|
16639
|
-
/** Method by which a lock device was
|
|
16744
|
+
/** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
|
|
16640
16745
|
method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi'
|
|
16641
16746
|
}
|
|
16642
16747
|
| {
|
|
16643
|
-
/**
|
|
16748
|
+
/** ID of the event. */
|
|
16644
16749
|
event_id: string
|
|
16645
|
-
/**
|
|
16750
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16646
16751
|
workspace_id: string
|
|
16647
|
-
/**
|
|
16752
|
+
/** Time at which the event was created. */
|
|
16648
16753
|
created_at: string
|
|
16649
|
-
/**
|
|
16754
|
+
/** Time when the event occurred. */
|
|
16650
16755
|
occurred_at: string
|
|
16651
16756
|
/** ID of the device. */
|
|
16652
16757
|
device_id: string
|
|
16653
|
-
/** ID of the connected account. */
|
|
16758
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16654
16759
|
connected_account_id: string
|
|
16655
16760
|
event_type: 'lock.access_denied'
|
|
16761
|
+
/** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts. */
|
|
16656
16762
|
access_code_id?: string | undefined
|
|
16657
16763
|
}
|
|
16658
16764
|
| {
|
|
16659
|
-
/**
|
|
16765
|
+
/** ID of the event. */
|
|
16660
16766
|
event_id: string
|
|
16661
|
-
/**
|
|
16767
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16662
16768
|
workspace_id: string
|
|
16663
|
-
/**
|
|
16769
|
+
/** Time at which the event was created. */
|
|
16664
16770
|
created_at: string
|
|
16665
|
-
/**
|
|
16771
|
+
/** Time when the event occurred. */
|
|
16666
16772
|
occurred_at: string
|
|
16667
16773
|
/** ID of the device. */
|
|
16668
16774
|
device_id: string
|
|
16669
|
-
/** ID of the connected account. */
|
|
16775
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16670
16776
|
connected_account_id: string
|
|
16671
16777
|
event_type: 'thermostat.climate_preset_activated'
|
|
16778
|
+
/** ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated. */
|
|
16672
16779
|
thermostat_schedule_id: string | null
|
|
16780
|
+
/** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
|
|
16673
16781
|
climate_preset_key: string
|
|
16782
|
+
/** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
|
|
16674
16783
|
is_fallback_climate_preset: boolean
|
|
16675
16784
|
}
|
|
16676
16785
|
| {
|
|
16677
|
-
/**
|
|
16786
|
+
/** ID of the event. */
|
|
16678
16787
|
event_id: string
|
|
16679
|
-
/**
|
|
16788
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16680
16789
|
workspace_id: string
|
|
16681
|
-
/**
|
|
16790
|
+
/** Time at which the event was created. */
|
|
16682
16791
|
created_at: string
|
|
16683
|
-
/**
|
|
16792
|
+
/** Time when the event occurred. */
|
|
16684
16793
|
occurred_at: string
|
|
16685
16794
|
/** ID of the device. */
|
|
16686
16795
|
device_id: string
|
|
16687
|
-
/** ID of the connected account. */
|
|
16796
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16688
16797
|
connected_account_id: string
|
|
16689
16798
|
event_type: 'thermostat.manually_adjusted'
|
|
16799
|
+
/** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
|
|
16690
16800
|
method: 'seam' | 'external'
|
|
16691
16801
|
/** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
|
|
16692
16802
|
fan_mode_setting?:
|
|
@@ -16706,68 +16816,80 @@ export interface Routes {
|
|
|
16706
16816
|
heating_set_point_fahrenheit?: (number | undefined) | undefined
|
|
16707
16817
|
}
|
|
16708
16818
|
| {
|
|
16709
|
-
/**
|
|
16819
|
+
/** ID of the event. */
|
|
16710
16820
|
event_id: string
|
|
16711
|
-
/**
|
|
16821
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16712
16822
|
workspace_id: string
|
|
16713
|
-
/**
|
|
16823
|
+
/** Time at which the event was created. */
|
|
16714
16824
|
created_at: string
|
|
16715
|
-
/**
|
|
16825
|
+
/** Time when the event occurred. */
|
|
16716
16826
|
occurred_at: string
|
|
16717
16827
|
/** ID of the device. */
|
|
16718
16828
|
device_id: string
|
|
16719
|
-
/** ID of the connected account. */
|
|
16829
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16720
16830
|
connected_account_id: string
|
|
16721
16831
|
event_type: 'thermostat.temperature_threshold_exceeded'
|
|
16832
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
16722
16833
|
temperature_celsius: number
|
|
16834
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
16723
16835
|
temperature_fahrenheit: number
|
|
16836
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16724
16837
|
upper_limit_celsius: number | null
|
|
16838
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16725
16839
|
upper_limit_fahrenheit: number | null
|
|
16840
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16726
16841
|
lower_limit_celsius: number | null
|
|
16842
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16727
16843
|
lower_limit_fahrenheit: number | null
|
|
16728
16844
|
}
|
|
16729
16845
|
| {
|
|
16730
|
-
/**
|
|
16846
|
+
/** ID of the event. */
|
|
16731
16847
|
event_id: string
|
|
16732
|
-
/**
|
|
16848
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16733
16849
|
workspace_id: string
|
|
16734
|
-
/**
|
|
16850
|
+
/** Time at which the event was created. */
|
|
16735
16851
|
created_at: string
|
|
16736
|
-
/**
|
|
16852
|
+
/** Time when the event occurred. */
|
|
16737
16853
|
occurred_at: string
|
|
16738
16854
|
/** ID of the device. */
|
|
16739
16855
|
device_id: string
|
|
16740
|
-
/** ID of the connected account. */
|
|
16856
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16741
16857
|
connected_account_id: string
|
|
16742
16858
|
event_type: 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
16859
|
+
/** Temperature, in °C, reported by the thermostat. */
|
|
16743
16860
|
temperature_celsius: number
|
|
16861
|
+
/** Temperature, in °F, reported by the thermostat. */
|
|
16744
16862
|
temperature_fahrenheit: number
|
|
16863
|
+
/** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16745
16864
|
upper_limit_celsius: number | null
|
|
16865
|
+
/** Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16746
16866
|
upper_limit_fahrenheit: number | null
|
|
16867
|
+
/** Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16747
16868
|
lower_limit_celsius: number | null
|
|
16869
|
+
/** Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
|
|
16748
16870
|
lower_limit_fahrenheit: number | null
|
|
16749
16871
|
}
|
|
16750
16872
|
| {
|
|
16751
|
-
/**
|
|
16873
|
+
/** ID of the event. */
|
|
16752
16874
|
event_id: string
|
|
16753
|
-
/**
|
|
16875
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16754
16876
|
workspace_id: string
|
|
16755
|
-
/**
|
|
16877
|
+
/** Time at which the event was created. */
|
|
16756
16878
|
created_at: string
|
|
16757
|
-
/**
|
|
16879
|
+
/** Time when the event occurred. */
|
|
16758
16880
|
occurred_at: string
|
|
16759
16881
|
/** ID of the enrollment automation. */
|
|
16760
16882
|
enrollment_automation_id: string
|
|
16761
16883
|
event_type: 'enrollment_automation.deleted'
|
|
16762
16884
|
}
|
|
16763
16885
|
| {
|
|
16764
|
-
/**
|
|
16886
|
+
/** ID of the event. */
|
|
16765
16887
|
event_id: string
|
|
16766
|
-
/**
|
|
16888
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16767
16889
|
workspace_id: string
|
|
16768
|
-
/**
|
|
16890
|
+
/** Time at which the event was created. */
|
|
16769
16891
|
created_at: string
|
|
16770
|
-
/**
|
|
16892
|
+
/** Time when the event occurred. */
|
|
16771
16893
|
occurred_at: string
|
|
16772
16894
|
/** ID of the device. */
|
|
16773
16895
|
device_id: string
|
|
@@ -20132,7 +20254,7 @@ export interface Routes {
|
|
|
20132
20254
|
message: string
|
|
20133
20255
|
}
|
|
20134
20256
|
| {
|
|
20135
|
-
type: '
|
|
20257
|
+
type: 'no_credential_on_encoder'
|
|
20136
20258
|
message: string
|
|
20137
20259
|
}
|
|
20138
20260
|
}
|
|
@@ -20382,7 +20504,7 @@ export interface Routes {
|
|
|
20382
20504
|
message: string
|
|
20383
20505
|
}
|
|
20384
20506
|
| {
|
|
20385
|
-
type: '
|
|
20507
|
+
type: 'no_credential_on_encoder'
|
|
20386
20508
|
message: string
|
|
20387
20509
|
}
|
|
20388
20510
|
| {
|
|
@@ -21048,7 +21170,7 @@ export interface Routes {
|
|
|
21048
21170
|
message: string
|
|
21049
21171
|
}
|
|
21050
21172
|
| {
|
|
21051
|
-
type: '
|
|
21173
|
+
type: 'no_credential_on_encoder'
|
|
21052
21174
|
message: string
|
|
21053
21175
|
}
|
|
21054
21176
|
}
|
|
@@ -21298,7 +21420,7 @@ export interface Routes {
|
|
|
21298
21420
|
message: string
|
|
21299
21421
|
}
|
|
21300
21422
|
| {
|
|
21301
|
-
type: '
|
|
21423
|
+
type: 'no_credential_on_encoder'
|
|
21302
21424
|
message: string
|
|
21303
21425
|
}
|
|
21304
21426
|
| {
|
|
@@ -23591,7 +23713,7 @@ export interface Routes {
|
|
|
23591
23713
|
message: string
|
|
23592
23714
|
}
|
|
23593
23715
|
| {
|
|
23594
|
-
type: '
|
|
23716
|
+
type: 'no_credential_on_encoder'
|
|
23595
23717
|
message: string
|
|
23596
23718
|
}
|
|
23597
23719
|
}
|
|
@@ -23841,7 +23963,7 @@ export interface Routes {
|
|
|
23841
23963
|
message: string
|
|
23842
23964
|
}
|
|
23843
23965
|
| {
|
|
23844
|
-
type: '
|
|
23966
|
+
type: 'no_credential_on_encoder'
|
|
23845
23967
|
message: string
|
|
23846
23968
|
}
|
|
23847
23969
|
| {
|
|
@@ -24517,7 +24639,7 @@ export interface Routes {
|
|
|
24517
24639
|
message: string
|
|
24518
24640
|
}
|
|
24519
24641
|
| {
|
|
24520
|
-
type: '
|
|
24642
|
+
type: 'no_credential_on_encoder'
|
|
24521
24643
|
message: string
|
|
24522
24644
|
}
|
|
24523
24645
|
}
|
|
@@ -24767,7 +24889,7 @@ export interface Routes {
|
|
|
24767
24889
|
message: string
|
|
24768
24890
|
}
|
|
24769
24891
|
| {
|
|
24770
|
-
type: '
|
|
24892
|
+
type: 'no_credential_on_encoder'
|
|
24771
24893
|
message: string
|
|
24772
24894
|
}
|
|
24773
24895
|
| {
|
|
@@ -25482,7 +25604,7 @@ export interface Routes {
|
|
|
25482
25604
|
message: string
|
|
25483
25605
|
}
|
|
25484
25606
|
| {
|
|
25485
|
-
type: '
|
|
25607
|
+
type: 'no_credential_on_encoder'
|
|
25486
25608
|
message: string
|
|
25487
25609
|
}
|
|
25488
25610
|
}
|
|
@@ -25732,7 +25854,7 @@ export interface Routes {
|
|
|
25732
25854
|
message: string
|
|
25733
25855
|
}
|
|
25734
25856
|
| {
|
|
25735
|
-
type: '
|
|
25857
|
+
type: 'no_credential_on_encoder'
|
|
25736
25858
|
message: string
|
|
25737
25859
|
}
|
|
25738
25860
|
| {
|
|
@@ -26606,7 +26728,7 @@ export interface Routes {
|
|
|
26606
26728
|
message: string
|
|
26607
26729
|
}
|
|
26608
26730
|
| {
|
|
26609
|
-
type: '
|
|
26731
|
+
type: 'no_credential_on_encoder'
|
|
26610
26732
|
message: string
|
|
26611
26733
|
}
|
|
26612
26734
|
}
|
|
@@ -26856,7 +26978,7 @@ export interface Routes {
|
|
|
26856
26978
|
message: string
|
|
26857
26979
|
}
|
|
26858
26980
|
| {
|
|
26859
|
-
type: '
|
|
26981
|
+
type: 'no_credential_on_encoder'
|
|
26860
26982
|
message: string
|
|
26861
26983
|
}
|
|
26862
26984
|
| {
|
|
@@ -27528,7 +27650,7 @@ export interface Routes {
|
|
|
27528
27650
|
message: string
|
|
27529
27651
|
}
|
|
27530
27652
|
| {
|
|
27531
|
-
type: '
|
|
27653
|
+
type: 'no_credential_on_encoder'
|
|
27532
27654
|
message: string
|
|
27533
27655
|
}
|
|
27534
27656
|
}
|
|
@@ -27778,7 +27900,7 @@ export interface Routes {
|
|
|
27778
27900
|
message: string
|
|
27779
27901
|
}
|
|
27780
27902
|
| {
|
|
27781
|
-
type: '
|
|
27903
|
+
type: 'no_credential_on_encoder'
|
|
27782
27904
|
message: string
|
|
27783
27905
|
}
|
|
27784
27906
|
| {
|
|
@@ -29212,7 +29334,7 @@ export interface Routes {
|
|
|
29212
29334
|
message: string
|
|
29213
29335
|
}
|
|
29214
29336
|
| {
|
|
29215
|
-
type: '
|
|
29337
|
+
type: 'no_credential_on_encoder'
|
|
29216
29338
|
message: string
|
|
29217
29339
|
}
|
|
29218
29340
|
}
|
|
@@ -29462,7 +29584,7 @@ export interface Routes {
|
|
|
29462
29584
|
message: string
|
|
29463
29585
|
}
|
|
29464
29586
|
| {
|
|
29465
|
-
type: '
|
|
29587
|
+
type: 'no_credential_on_encoder'
|
|
29466
29588
|
message: string
|
|
29467
29589
|
}
|
|
29468
29590
|
| {
|
|
@@ -30138,7 +30260,7 @@ export interface Routes {
|
|
|
30138
30260
|
message: string
|
|
30139
30261
|
}
|
|
30140
30262
|
| {
|
|
30141
|
-
type: '
|
|
30263
|
+
type: 'no_credential_on_encoder'
|
|
30142
30264
|
message: string
|
|
30143
30265
|
}
|
|
30144
30266
|
}
|
|
@@ -30388,7 +30510,7 @@ export interface Routes {
|
|
|
30388
30510
|
message: string
|
|
30389
30511
|
}
|
|
30390
30512
|
| {
|
|
30391
|
-
type: '
|
|
30513
|
+
type: 'no_credential_on_encoder'
|
|
30392
30514
|
message: string
|
|
30393
30515
|
}
|
|
30394
30516
|
| {
|
|
@@ -32644,7 +32766,7 @@ export interface Routes {
|
|
|
32644
32766
|
message: string
|
|
32645
32767
|
}
|
|
32646
32768
|
| {
|
|
32647
|
-
type: '
|
|
32769
|
+
type: 'no_credential_on_encoder'
|
|
32648
32770
|
message: string
|
|
32649
32771
|
}
|
|
32650
32772
|
}
|
|
@@ -32894,7 +33016,7 @@ export interface Routes {
|
|
|
32894
33016
|
message: string
|
|
32895
33017
|
}
|
|
32896
33018
|
| {
|
|
32897
|
-
type: '
|
|
33019
|
+
type: 'no_credential_on_encoder'
|
|
32898
33020
|
message: string
|
|
32899
33021
|
}
|
|
32900
33022
|
| {
|
|
@@ -33737,7 +33859,7 @@ export interface Routes {
|
|
|
33737
33859
|
message: string
|
|
33738
33860
|
}
|
|
33739
33861
|
| {
|
|
33740
|
-
type: '
|
|
33862
|
+
type: 'no_credential_on_encoder'
|
|
33741
33863
|
message: string
|
|
33742
33864
|
}
|
|
33743
33865
|
}
|
|
@@ -33987,7 +34109,7 @@ export interface Routes {
|
|
|
33987
34109
|
message: string
|
|
33988
34110
|
}
|
|
33989
34111
|
| {
|
|
33990
|
-
type: '
|
|
34112
|
+
type: 'no_credential_on_encoder'
|
|
33991
34113
|
message: string
|
|
33992
34114
|
}
|
|
33993
34115
|
| {
|
|
@@ -34686,7 +34808,7 @@ export interface Routes {
|
|
|
34686
34808
|
message: string
|
|
34687
34809
|
}
|
|
34688
34810
|
| {
|
|
34689
|
-
type: '
|
|
34811
|
+
type: 'no_credential_on_encoder'
|
|
34690
34812
|
message: string
|
|
34691
34813
|
}
|
|
34692
34814
|
}
|
|
@@ -34936,7 +35058,7 @@ export interface Routes {
|
|
|
34936
35058
|
message: string
|
|
34937
35059
|
}
|
|
34938
35060
|
| {
|
|
34939
|
-
type: '
|
|
35061
|
+
type: 'no_credential_on_encoder'
|
|
34940
35062
|
message: string
|
|
34941
35063
|
}
|
|
34942
35064
|
| {
|
|
@@ -37779,7 +37901,7 @@ export interface Routes {
|
|
|
37779
37901
|
message: string
|
|
37780
37902
|
}
|
|
37781
37903
|
| {
|
|
37782
|
-
type: '
|
|
37904
|
+
type: 'no_credential_on_encoder'
|
|
37783
37905
|
message: string
|
|
37784
37906
|
}
|
|
37785
37907
|
}
|
|
@@ -38029,7 +38151,7 @@ export interface Routes {
|
|
|
38029
38151
|
message: string
|
|
38030
38152
|
}
|
|
38031
38153
|
| {
|
|
38032
|
-
type: '
|
|
38154
|
+
type: 'no_credential_on_encoder'
|
|
38033
38155
|
message: string
|
|
38034
38156
|
}
|
|
38035
38157
|
| {
|