@seamapi/types 1.322.3 → 1.324.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/connect.cjs +743 -742
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +559 -653
  4. package/lib/seam/connect/models/acs/acs-user.d.ts +53 -0
  5. package/lib/seam/connect/models/acs/acs-user.js +23 -0
  6. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  7. package/lib/seam/connect/models/events/access-codes.js +32 -41
  8. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  9. package/lib/seam/connect/models/events/acs/common.js +9 -12
  10. package/lib/seam/connect/models/events/acs/common.js.map +1 -1
  11. package/lib/seam/connect/models/events/acs/credentials.js +2 -2
  12. package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
  13. package/lib/seam/connect/models/events/acs/encoders.js +6 -3
  14. package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
  15. package/lib/seam/connect/models/events/acs/systems.js +3 -3
  16. package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
  17. package/lib/seam/connect/models/events/acs/users.js +5 -3
  18. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  19. package/lib/seam/connect/models/events/action-attempts.js +10 -22
  20. package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
  21. package/lib/seam/connect/models/events/client-sessions.js +5 -7
  22. package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
  23. package/lib/seam/connect/models/events/common.js +5 -2
  24. package/lib/seam/connect/models/events/common.js.map +1 -1
  25. package/lib/seam/connect/models/events/connect-webviews.js +10 -14
  26. package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
  27. package/lib/seam/connect/models/events/connected-accounts.js +15 -19
  28. package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
  29. package/lib/seam/connect/models/events/devices.js +43 -47
  30. package/lib/seam/connect/models/events/devices.js.map +1 -1
  31. package/lib/seam/connect/models/events/enrollment-automations.js +5 -7
  32. package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
  33. package/lib/seam/connect/models/events/phones.js +4 -6
  34. package/lib/seam/connect/models/events/phones.js.map +1 -1
  35. package/lib/seam/connect/openapi.d.ts +34 -150
  36. package/lib/seam/connect/openapi.js +410 -463
  37. package/lib/seam/connect/openapi.js.map +1 -1
  38. package/lib/seam/connect/route-types.d.ts +525 -503
  39. package/package.json +1 -1
  40. package/src/lib/seam/connect/models/acs/acs-user.ts +35 -0
  41. package/src/lib/seam/connect/models/events/access-codes.ts +64 -41
  42. package/src/lib/seam/connect/models/events/acs/common.ts +13 -12
  43. package/src/lib/seam/connect/models/events/acs/credentials.ts +6 -2
  44. package/src/lib/seam/connect/models/events/acs/encoders.ts +12 -3
  45. package/src/lib/seam/connect/models/events/acs/systems.ts +9 -3
  46. package/src/lib/seam/connect/models/events/acs/users.ts +10 -4
  47. package/src/lib/seam/connect/models/events/action-attempts.ts +20 -22
  48. package/src/lib/seam/connect/models/events/client-sessions.ts +9 -7
  49. package/src/lib/seam/connect/models/events/common.ts +5 -2
  50. package/src/lib/seam/connect/models/events/connect-webviews.ts +18 -14
  51. package/src/lib/seam/connect/models/events/connected-accounts.ts +25 -19
  52. package/src/lib/seam/connect/models/events/devices.ts +75 -47
  53. package/src/lib/seam/connect/models/events/enrollment-automations.ts +9 -7
  54. package/src/lib/seam/connect/models/events/phones.ts +6 -6
  55. package/src/lib/seam/connect/openapi.ts +568 -463
  56. package/src/lib/seam/connect/route-types.ts +525 -503
@@ -16668,13 +16668,11 @@ declare const _default: {
16668
16668
  description: string;
16669
16669
  format: string;
16670
16670
  type: string;
16671
- 'x-title': string;
16672
16671
  };
16673
16672
  connected_account_id: {
16674
16673
  description: string;
16675
16674
  format: string;
16676
16675
  type: string;
16677
- 'x-title': string;
16678
16676
  };
16679
16677
  created_at: {
16680
16678
  description: string;
@@ -16685,7 +16683,6 @@ declare const _default: {
16685
16683
  description: string;
16686
16684
  format: string;
16687
16685
  type: string;
16688
- 'x-title': string;
16689
16686
  };
16690
16687
  event_id: {
16691
16688
  description: string;
@@ -16755,19 +16752,16 @@ declare const _default: {
16755
16752
  description: string;
16756
16753
  format: string;
16757
16754
  type: string;
16758
- 'x-title': string;
16759
16755
  };
16760
16756
  code: {
16761
16757
  description: string;
16762
16758
  type: string;
16763
- 'x-title': string;
16764
16759
  nullable?: never;
16765
16760
  };
16766
16761
  connected_account_id: {
16767
16762
  description: string;
16768
16763
  format: string;
16769
16764
  type: string;
16770
- 'x-title': string;
16771
16765
  };
16772
16766
  created_at: {
16773
16767
  description: string;
@@ -16778,7 +16772,6 @@ declare const _default: {
16778
16772
  description: string;
16779
16773
  format: string;
16780
16774
  type: string;
16781
- 'x-title': string;
16782
16775
  };
16783
16776
  event_id: {
16784
16777
  description: string;
@@ -16847,19 +16840,16 @@ declare const _default: {
16847
16840
  description: string;
16848
16841
  format: string;
16849
16842
  type: string;
16850
- 'x-title': string;
16851
16843
  };
16852
16844
  code: {
16853
16845
  description: string;
16854
16846
  nullable: boolean;
16855
16847
  type: string;
16856
- 'x-title': string;
16857
16848
  };
16858
16849
  connected_account_id: {
16859
16850
  description: string;
16860
16851
  format: string;
16861
16852
  type: string;
16862
- 'x-title': string;
16863
16853
  };
16864
16854
  created_at: {
16865
16855
  description: string;
@@ -16870,7 +16860,6 @@ declare const _default: {
16870
16860
  description: string;
16871
16861
  format: string;
16872
16862
  type: string;
16873
- 'x-title': string;
16874
16863
  };
16875
16864
  event_id: {
16876
16865
  description: string;
@@ -16939,7 +16928,6 @@ declare const _default: {
16939
16928
  description: string;
16940
16929
  format: string;
16941
16930
  type: string;
16942
- 'x-title': string;
16943
16931
  };
16944
16932
  backup_access_code_id: {
16945
16933
  type: string;
@@ -16948,7 +16936,6 @@ declare const _default: {
16948
16936
  description: string;
16949
16937
  format: string;
16950
16938
  type: string;
16951
- 'x-title': string;
16952
16939
  };
16953
16940
  created_at: {
16954
16941
  description: string;
@@ -16959,7 +16946,6 @@ declare const _default: {
16959
16946
  description: string;
16960
16947
  format: string;
16961
16948
  type: string;
16962
- 'x-title': string;
16963
16949
  };
16964
16950
  event_id: {
16965
16951
  description: string;
@@ -17028,13 +17014,11 @@ declare const _default: {
17028
17014
  description: string;
17029
17015
  format: string;
17030
17016
  type: string;
17031
- 'x-title': string;
17032
17017
  };
17033
17018
  connected_account_id: {
17034
17019
  description: string;
17035
17020
  format: string;
17036
17021
  type: string;
17037
- 'x-title': string;
17038
17022
  };
17039
17023
  created_at: {
17040
17024
  description: string;
@@ -17114,13 +17098,11 @@ declare const _default: {
17114
17098
  description: string;
17115
17099
  format: string;
17116
17100
  type: string;
17117
- 'x-title': string;
17118
17101
  };
17119
17102
  connected_account_id: {
17120
17103
  description: string;
17121
17104
  format: string;
17122
17105
  type: string;
17123
- 'x-title': string;
17124
17106
  };
17125
17107
  created_at: {
17126
17108
  description: string;
@@ -17195,7 +17177,6 @@ declare const _default: {
17195
17177
  description: string;
17196
17178
  format: string;
17197
17179
  type: string;
17198
- 'x-title': string;
17199
17180
  };
17200
17181
  acs_user_id: {
17201
17182
  format: string;
@@ -17205,7 +17186,6 @@ declare const _default: {
17205
17186
  description: string;
17206
17187
  format: string;
17207
17188
  type: string;
17208
- 'x-title': string;
17209
17189
  };
17210
17190
  created_at: {
17211
17191
  description: string;
@@ -17285,13 +17265,11 @@ declare const _default: {
17285
17265
  description: string;
17286
17266
  format: string;
17287
17267
  type: string;
17288
- 'x-title': string;
17289
17268
  };
17290
17269
  connected_account_id: {
17291
17270
  description: string;
17292
17271
  format: string;
17293
17272
  type: string;
17294
- 'x-title': string;
17295
17273
  };
17296
17274
  created_at: {
17297
17275
  description: string;
@@ -17366,7 +17344,6 @@ declare const _default: {
17366
17344
  description: string;
17367
17345
  format: string;
17368
17346
  type: string;
17369
- 'x-title': string;
17370
17347
  };
17371
17348
  created_at: {
17372
17349
  description: string;
@@ -17443,13 +17420,11 @@ declare const _default: {
17443
17420
  description: string;
17444
17421
  format: string;
17445
17422
  type: string;
17446
- 'x-title': string;
17447
17423
  };
17448
17424
  connected_account_id: {
17449
17425
  description: string;
17450
17426
  format: string;
17451
17427
  type: string;
17452
- 'x-title': string;
17453
17428
  };
17454
17429
  created_at: {
17455
17430
  description: string;
@@ -17526,13 +17501,11 @@ declare const _default: {
17526
17501
  description: string;
17527
17502
  format: string;
17528
17503
  type: string;
17529
- 'x-title': string;
17530
17504
  };
17531
17505
  connected_account_id: {
17532
17506
  description: string;
17533
17507
  format: string;
17534
17508
  type: string;
17535
- 'x-title': string;
17536
17509
  };
17537
17510
  created_at: {
17538
17511
  description: string;
@@ -17607,7 +17580,6 @@ declare const _default: {
17607
17580
  description: string;
17608
17581
  format: string;
17609
17582
  type: string;
17610
- 'x-title': string;
17611
17583
  };
17612
17584
  created_at: {
17613
17585
  description: string;
@@ -17684,12 +17656,10 @@ declare const _default: {
17684
17656
  description: string;
17685
17657
  format: string;
17686
17658
  type: string;
17687
- 'x-title': string;
17688
17659
  };
17689
17660
  action_type: {
17690
17661
  description: string;
17691
17662
  type: string;
17692
- 'x-title': string;
17693
17663
  };
17694
17664
  created_at: {
17695
17665
  description: string;
@@ -17713,7 +17683,6 @@ declare const _default: {
17713
17683
  status: {
17714
17684
  description: string;
17715
17685
  type: string;
17716
- 'x-title': string;
17717
17686
  };
17718
17687
  workspace_id: {
17719
17688
  description: string;
@@ -17769,7 +17738,6 @@ declare const _default: {
17769
17738
  description: string;
17770
17739
  format: string;
17771
17740
  type: string;
17772
- 'x-title': string;
17773
17741
  };
17774
17742
  created_at: {
17775
17743
  description: string;
@@ -17846,7 +17814,6 @@ declare const _default: {
17846
17814
  description: string;
17847
17815
  format: string;
17848
17816
  type: string;
17849
- 'x-title'?: never;
17850
17817
  };
17851
17818
  created_at: {
17852
17819
  description: string;
@@ -17857,7 +17824,6 @@ declare const _default: {
17857
17824
  description: string;
17858
17825
  format: string;
17859
17826
  type: string;
17860
- 'x-title'?: never;
17861
17827
  };
17862
17828
  event_id: {
17863
17829
  description: string;
@@ -17928,7 +17894,6 @@ declare const _default: {
17928
17894
  description: string;
17929
17895
  format: string;
17930
17896
  type: string;
17931
- 'x-title'?: never;
17932
17897
  };
17933
17898
  created_at: {
17934
17899
  description: string;
@@ -17939,7 +17904,6 @@ declare const _default: {
17939
17904
  description: string;
17940
17905
  format: string;
17941
17906
  type: string;
17942
- 'x-title'?: never;
17943
17907
  };
17944
17908
  error_code: {
17945
17909
  description: string;
@@ -18021,7 +17985,6 @@ declare const _default: {
18021
17985
  description: string;
18022
17986
  format: string;
18023
17987
  type: string;
18024
- 'x-title'?: never;
18025
17988
  };
18026
17989
  created_at: {
18027
17990
  description: string;
@@ -18032,7 +17995,6 @@ declare const _default: {
18032
17995
  description: string;
18033
17996
  format: string;
18034
17997
  type: string;
18035
- 'x-title'?: never;
18036
17998
  };
18037
17999
  event_id: {
18038
18000
  description: string;
@@ -18114,7 +18076,6 @@ declare const _default: {
18114
18076
  description: string;
18115
18077
  format: string;
18116
18078
  type: string;
18117
- 'x-title'?: never;
18118
18079
  };
18119
18080
  created_at: {
18120
18081
  description: string;
@@ -18125,7 +18086,6 @@ declare const _default: {
18125
18086
  description: string;
18126
18087
  format: string;
18127
18088
  type: string;
18128
- 'x-title'?: never;
18129
18089
  };
18130
18090
  event_id: {
18131
18091
  description: string;
@@ -18194,7 +18154,6 @@ declare const _default: {
18194
18154
  description: string;
18195
18155
  format: string;
18196
18156
  type: string;
18197
- 'x-title'?: never;
18198
18157
  };
18199
18158
  created_at: {
18200
18159
  description: string;
@@ -18205,7 +18164,6 @@ declare const _default: {
18205
18164
  description: string;
18206
18165
  format: string;
18207
18166
  type: string;
18208
- 'x-title'?: never;
18209
18167
  };
18210
18168
  event_id: {
18211
18169
  description: string;
@@ -18220,7 +18178,6 @@ declare const _default: {
18220
18178
  additionalProperties: {};
18221
18179
  description: string;
18222
18180
  type: string;
18223
- 'x-title': string;
18224
18181
  };
18225
18182
  noise_level_decibels: {
18226
18183
  description: string;
@@ -18245,7 +18202,6 @@ declare const _default: {
18245
18202
  additionalProperties: {};
18246
18203
  description: string;
18247
18204
  type: string;
18248
- 'x-title': string;
18249
18205
  };
18250
18206
  occurred_at: {
18251
18207
  description: string;
@@ -18301,19 +18257,16 @@ declare const _default: {
18301
18257
  description: string;
18302
18258
  format: string;
18303
18259
  type: string;
18304
- 'x-title'?: never;
18305
18260
  };
18306
18261
  action_attempt_id: {
18307
18262
  description: string;
18308
18263
  format: string;
18309
18264
  type: string;
18310
- 'x-title'?: never;
18311
18265
  };
18312
18266
  connected_account_id: {
18313
18267
  description: string;
18314
18268
  format: string;
18315
18269
  type: string;
18316
- 'x-title'?: never;
18317
18270
  };
18318
18271
  created_at: {
18319
18272
  description: string;
@@ -18324,7 +18277,6 @@ declare const _default: {
18324
18277
  description: string;
18325
18278
  format: string;
18326
18279
  type: string;
18327
- 'x-title'?: never;
18328
18280
  };
18329
18281
  event_id: {
18330
18282
  description: string;
@@ -18390,93 +18342,6 @@ declare const _default: {
18390
18342
  type: string;
18391
18343
  deprecated?: never;
18392
18344
  'x-deprecated'?: never;
18393
- } | {
18394
- description: string;
18395
- properties: {
18396
- access_code_id: {
18397
- description: string;
18398
- format: string;
18399
- type: string;
18400
- 'x-title'?: never;
18401
- };
18402
- connected_account_id: {
18403
- description: string;
18404
- format: string;
18405
- type: string;
18406
- 'x-title'?: never;
18407
- };
18408
- created_at: {
18409
- description: string;
18410
- format: string;
18411
- type: string;
18412
- };
18413
- device_id: {
18414
- description: string;
18415
- format: string;
18416
- type: string;
18417
- 'x-title'?: never;
18418
- };
18419
- event_id: {
18420
- description: string;
18421
- format: string;
18422
- type: string;
18423
- };
18424
- event_type: {
18425
- enum: string[];
18426
- type: string;
18427
- };
18428
- occurred_at: {
18429
- description: string;
18430
- format: string;
18431
- type: string;
18432
- };
18433
- workspace_id: {
18434
- description: string;
18435
- format: string;
18436
- type: string;
18437
- };
18438
- code?: never;
18439
- backup_access_code_id?: never;
18440
- acs_system_id?: never;
18441
- acs_credential_id?: never;
18442
- acs_user_id?: never;
18443
- acs_encoder_id?: never;
18444
- client_session_id?: never;
18445
- connect_webview_id?: never;
18446
- action_attempt_id?: never;
18447
- action_type?: never;
18448
- status?: never;
18449
- error_code?: never;
18450
- battery_level?: never;
18451
- battery_status?: never;
18452
- minut_metadata?: never;
18453
- noise_level_decibels?: never;
18454
- noise_level_nrs?: never;
18455
- noise_threshold_id?: never;
18456
- noise_threshold_name?: never;
18457
- noiseaware_metadata?: never;
18458
- method?: never;
18459
- climate_preset_key?: never;
18460
- is_fallback_climate_preset?: never;
18461
- thermostat_schedule_id?: never;
18462
- cooling_set_point_celsius?: never;
18463
- cooling_set_point_fahrenheit?: never;
18464
- fan_mode_setting?: never;
18465
- heating_set_point_celsius?: never;
18466
- heating_set_point_fahrenheit?: never;
18467
- hvac_mode_setting?: never;
18468
- lower_limit_celsius?: never;
18469
- lower_limit_fahrenheit?: never;
18470
- temperature_celsius?: never;
18471
- temperature_fahrenheit?: never;
18472
- upper_limit_celsius?: never;
18473
- upper_limit_fahrenheit?: never;
18474
- enrollment_automation_id?: never;
18475
- };
18476
- required: string[];
18477
- type: string;
18478
- deprecated?: never;
18479
- 'x-deprecated'?: never;
18480
18345
  } | {
18481
18346
  description: string;
18482
18347
  properties: {
@@ -18488,7 +18353,6 @@ declare const _default: {
18488
18353
  description: string;
18489
18354
  format: string;
18490
18355
  type: string;
18491
- 'x-title'?: never;
18492
18356
  };
18493
18357
  created_at: {
18494
18358
  description: string;
@@ -18499,7 +18363,6 @@ declare const _default: {
18499
18363
  description: string;
18500
18364
  format: string;
18501
18365
  type: string;
18502
- 'x-title'?: never;
18503
18366
  };
18504
18367
  event_id: {
18505
18368
  description: string;
@@ -18577,7 +18440,6 @@ declare const _default: {
18577
18440
  description: string;
18578
18441
  format: string;
18579
18442
  type: string;
18580
- 'x-title'?: never;
18581
18443
  };
18582
18444
  cooling_set_point_celsius: {
18583
18445
  description: string;
@@ -18598,7 +18460,6 @@ declare const _default: {
18598
18460
  description: string;
18599
18461
  format: string;
18600
18462
  type: string;
18601
- 'x-title'?: never;
18602
18463
  };
18603
18464
  event_id: {
18604
18465
  description: string;
@@ -18687,7 +18548,6 @@ declare const _default: {
18687
18548
  description: string;
18688
18549
  format: string;
18689
18550
  type: string;
18690
- 'x-title'?: never;
18691
18551
  };
18692
18552
  created_at: {
18693
18553
  description: string;
@@ -18698,7 +18558,6 @@ declare const _default: {
18698
18558
  description: string;
18699
18559
  format: string;
18700
18560
  type: string;
18701
- 'x-title'?: never;
18702
18561
  };
18703
18562
  event_id: {
18704
18563
  description: string;
@@ -18802,7 +18661,6 @@ declare const _default: {
18802
18661
  description: string;
18803
18662
  format: string;
18804
18663
  type: string;
18805
- 'x-title': string;
18806
18664
  };
18807
18665
  event_id: {
18808
18666
  description: string;
@@ -18879,7 +18737,6 @@ declare const _default: {
18879
18737
  description: string;
18880
18738
  format: string;
18881
18739
  type: string;
18882
- 'x-title': string;
18883
18740
  };
18884
18741
  event_id: {
18885
18742
  description: string;
@@ -24456,6 +24313,7 @@ declare const _default: {
24456
24313
  };
24457
24314
  '/acs/encoders/encode_credential': {
24458
24315
  post: {
24316
+ description: string;
24459
24317
  operationId: string;
24460
24318
  requestBody: {
24461
24319
  content: {
@@ -24525,11 +24383,12 @@ declare const _default: {
24525
24383
  'x-fern-sdk-method-name': string;
24526
24384
  'x-fern-sdk-return-value': string;
24527
24385
  'x-response-key': string;
24528
- 'x-undocumented': string;
24386
+ 'x-title': string;
24529
24387
  };
24530
24388
  };
24531
24389
  '/acs/encoders/list': {
24532
24390
  post: {
24391
+ description: string;
24533
24392
  operationId: string;
24534
24393
  requestBody: {
24535
24394
  content: {
@@ -24538,11 +24397,13 @@ declare const _default: {
24538
24397
  oneOf: ({
24539
24398
  properties: {
24540
24399
  acs_system_id: {
24400
+ description: string;
24541
24401
  format: string;
24542
24402
  type: string;
24543
24403
  };
24544
24404
  limit: {
24545
24405
  default: number;
24406
+ description: string;
24546
24407
  format: string;
24547
24408
  type: string;
24548
24409
  };
@@ -24554,6 +24415,7 @@ declare const _default: {
24554
24415
  } | {
24555
24416
  properties: {
24556
24417
  acs_system_ids: {
24418
+ description: string;
24557
24419
  items: {
24558
24420
  format: string;
24559
24421
  type: string;
@@ -24562,6 +24424,7 @@ declare const _default: {
24562
24424
  };
24563
24425
  limit: {
24564
24426
  default: number;
24427
+ description: string;
24565
24428
  format: string;
24566
24429
  type: string;
24567
24430
  };
@@ -24573,6 +24436,7 @@ declare const _default: {
24573
24436
  } | {
24574
24437
  properties: {
24575
24438
  acs_encoder_ids: {
24439
+ description: string;
24576
24440
  items: {
24577
24441
  format: string;
24578
24442
  type: string;
@@ -24581,6 +24445,7 @@ declare const _default: {
24581
24445
  };
24582
24446
  limit: {
24583
24447
  default: number;
24448
+ description: string;
24584
24449
  format: string;
24585
24450
  type: string;
24586
24451
  };
@@ -24695,11 +24560,12 @@ declare const _default: {
24695
24560
  'x-fern-sdk-method-name': string;
24696
24561
  'x-fern-sdk-return-value': string;
24697
24562
  'x-response-key': string;
24698
- 'x-undocumented': string;
24563
+ 'x-title': string;
24699
24564
  };
24700
24565
  };
24701
24566
  '/acs/encoders/scan_credential': {
24702
24567
  post: {
24568
+ description: string;
24703
24569
  operationId: string;
24704
24570
  requestBody: {
24705
24571
  content: {
@@ -24764,11 +24630,12 @@ declare const _default: {
24764
24630
  'x-fern-sdk-method-name': string;
24765
24631
  'x-fern-sdk-return-value': string;
24766
24632
  'x-response-key': string;
24767
- 'x-undocumented': string;
24633
+ 'x-title': string;
24768
24634
  };
24769
24635
  };
24770
24636
  '/acs/encoders/simulate/next_credential_encode_will_fail': {
24771
24637
  post: {
24638
+ description: string;
24772
24639
  operationId: string;
24773
24640
  requestBody: {
24774
24641
  content: {
@@ -24778,11 +24645,13 @@ declare const _default: {
24778
24645
  additionalProperties: boolean;
24779
24646
  properties: {
24780
24647
  acs_encoder_id: {
24648
+ description: string;
24781
24649
  format: string;
24782
24650
  type: string;
24783
24651
  };
24784
24652
  error_code: {
24785
24653
  default: string;
24654
+ description: string;
24786
24655
  enum: string[];
24787
24656
  type: string;
24788
24657
  };
@@ -24794,14 +24663,17 @@ declare const _default: {
24794
24663
  additionalProperties: boolean;
24795
24664
  properties: {
24796
24665
  acs_credential_id: {
24666
+ description: string;
24797
24667
  format: string;
24798
24668
  type: string;
24799
24669
  };
24800
24670
  acs_encoder_id: {
24671
+ description: string;
24801
24672
  format: string;
24802
24673
  type: string;
24803
24674
  };
24804
24675
  error_code: {
24676
+ description: string;
24805
24677
  enum: string[];
24806
24678
  type: string;
24807
24679
  default?: never;
@@ -24856,11 +24728,12 @@ declare const _default: {
24856
24728
  'x-fern-sdk-group-name': string[];
24857
24729
  'x-fern-sdk-method-name': string;
24858
24730
  'x-response-key': null;
24859
- 'x-undocumented': string;
24731
+ 'x-title': string;
24860
24732
  };
24861
24733
  };
24862
24734
  '/acs/encoders/simulate/next_credential_encode_will_succeed': {
24863
24735
  post: {
24736
+ description: string;
24864
24737
  operationId: string;
24865
24738
  requestBody: {
24866
24739
  content: {
@@ -24869,11 +24742,13 @@ declare const _default: {
24869
24742
  additionalProperties: boolean;
24870
24743
  properties: {
24871
24744
  acs_encoder_id: {
24745
+ description: string;
24872
24746
  format: string;
24873
24747
  type: string;
24874
24748
  };
24875
24749
  scenario: {
24876
24750
  default: string;
24751
+ description: string;
24877
24752
  enum: string[];
24878
24753
  type: string;
24879
24754
  };
@@ -24926,11 +24801,12 @@ declare const _default: {
24926
24801
  'x-fern-sdk-group-name': string[];
24927
24802
  'x-fern-sdk-method-name': string;
24928
24803
  'x-response-key': null;
24929
- 'x-undocumented': string;
24804
+ 'x-title': string;
24930
24805
  };
24931
24806
  };
24932
24807
  '/acs/encoders/simulate/next_credential_scan_will_fail': {
24933
24808
  post: {
24809
+ description: string;
24934
24810
  operationId: string;
24935
24811
  requestBody: {
24936
24812
  content: {
@@ -24940,6 +24816,7 @@ declare const _default: {
24940
24816
  additionalProperties: boolean;
24941
24817
  properties: {
24942
24818
  acs_encoder_id: {
24819
+ description: string;
24943
24820
  format: string;
24944
24821
  type: string;
24945
24822
  };
@@ -24960,6 +24837,7 @@ declare const _default: {
24960
24837
  type: string;
24961
24838
  };
24962
24839
  acs_encoder_id: {
24840
+ description: string;
24963
24841
  format: string;
24964
24842
  type: string;
24965
24843
  };
@@ -25018,11 +24896,12 @@ declare const _default: {
25018
24896
  'x-fern-sdk-group-name': string[];
25019
24897
  'x-fern-sdk-method-name': string;
25020
24898
  'x-response-key': null;
25021
- 'x-undocumented': string;
24899
+ 'x-title': string;
25022
24900
  };
25023
24901
  };
25024
24902
  '/acs/encoders/simulate/next_credential_scan_will_succeed': {
25025
24903
  post: {
24904
+ description: string;
25026
24905
  operationId: string;
25027
24906
  requestBody: {
25028
24907
  content: {
@@ -25032,15 +24911,18 @@ declare const _default: {
25032
24911
  additionalProperties: boolean;
25033
24912
  properties: {
25034
24913
  acs_credential_id_on_seam: {
24914
+ description: string;
25035
24915
  format: string;
25036
24916
  type: string;
25037
24917
  };
25038
24918
  acs_encoder_id: {
24919
+ description: string;
25039
24920
  format: string;
25040
24921
  type: string;
25041
24922
  };
25042
24923
  scenario: {
25043
24924
  default: string;
24925
+ description: string;
25044
24926
  enum: string[];
25045
24927
  type: string;
25046
24928
  };
@@ -25051,10 +24933,12 @@ declare const _default: {
25051
24933
  additionalProperties: boolean;
25052
24934
  properties: {
25053
24935
  acs_encoder_id: {
24936
+ description: string;
25054
24937
  format: string;
25055
24938
  type: string;
25056
24939
  };
25057
24940
  scenario: {
24941
+ description: string;
25058
24942
  enum: string[];
25059
24943
  type: string;
25060
24944
  default?: never;
@@ -25110,7 +24994,7 @@ declare const _default: {
25110
24994
  'x-fern-sdk-group-name': string[];
25111
24995
  'x-fern-sdk-method-name': string;
25112
24996
  'x-response-key': null;
25113
- 'x-undocumented': string;
24997
+ 'x-title': string;
25114
24998
  };
25115
24999
  };
25116
25000
  '/acs/entrances/get': {
@@ -41687,9 +41571,9 @@ interface Routes {
41687
41571
  queryParams: {};
41688
41572
  jsonBody: {};
41689
41573
  commonParams: {
41690
- /** ID of the acs_encoder to use for the encoding. */
41574
+ /** ID of the `acs_encoder` to use to encode the `acs_credential`. */
41691
41575
  acs_encoder_id: string;
41692
- /** ID of the acs_credential to encode on a physical card. */
41576
+ /** ID of the `acs_credential` to encode onto a card. */
41693
41577
  acs_credential_id: string;
41694
41578
  };
41695
41579
  formData: {};
@@ -42494,13 +42378,19 @@ interface Routes {
42494
42378
  queryParams: {};
42495
42379
  jsonBody: {};
42496
42380
  commonParams: {
42381
+ /** ID of the `acs_system` for which you want to retrieve all `acs_encoder`s. */
42497
42382
  acs_system_id: string;
42383
+ /** Number of `acs_encoders` to return. */
42498
42384
  limit?: number;
42499
42385
  } | {
42386
+ /** IDs of the `acs_system`s for which you want to retrieve all `acs_encoder`s. */
42500
42387
  acs_system_ids: string[];
42388
+ /** Number of `acs_encoders` to return. */
42501
42389
  limit?: number;
42502
42390
  } | {
42391
+ /** IDs of the `acs_encoder`s that you want to retrieve. */
42503
42392
  acs_encoder_ids: string[];
42393
+ /** Number of `acs_encoders` to return. */
42504
42394
  limit?: number;
42505
42395
  };
42506
42396
  formData: {};
@@ -42534,7 +42424,7 @@ interface Routes {
42534
42424
  queryParams: {};
42535
42425
  jsonBody: {};
42536
42426
  commonParams: {
42537
- /** ID of the acs_encoder to use for the scan. */
42427
+ /** ID of the `acs_encoder` to use for the scan. */
42538
42428
  acs_encoder_id: string;
42539
42429
  };
42540
42430
  formData: {};
@@ -43338,11 +43228,16 @@ interface Routes {
43338
43228
  method: 'POST';
43339
43229
  queryParams: {};
43340
43230
  jsonBody: {
43231
+ /** ID of the `acs_encoder` that will be used in the next request to encode the `acs_credential`. */
43341
43232
  acs_encoder_id: string;
43233
+ /** Code of the error to simulate. */
43342
43234
  error_code?: 'no_credential_on_encoder';
43343
43235
  } | {
43236
+ /** ID of the `acs_encoder` that will be used in the next request to encode the `acs_credential`. */
43344
43237
  acs_encoder_id: string;
43238
+ /** Code of the error to simulate. */
43345
43239
  error_code: 'uncategorized_error' | 'action_attempt_expired';
43240
+ /** ID of the `acs_credential` that will fail to be encoded onto a card in the next request. */
43346
43241
  acs_credential_id?: string | undefined;
43347
43242
  };
43348
43243
  commonParams: {};
@@ -43354,7 +43249,9 @@ interface Routes {
43354
43249
  method: 'POST';
43355
43250
  queryParams: {};
43356
43251
  jsonBody: {
43252
+ /** ID of the `acs_encoder` that will be used in the next request to encode the `acs_credential`. */
43357
43253
  acs_encoder_id: string;
43254
+ /** Scenario to simulate. */
43358
43255
  scenario?: 'credential_is_issued';
43359
43256
  };
43360
43257
  commonParams: {};
@@ -43366,9 +43263,11 @@ interface Routes {
43366
43263
  method: 'POST';
43367
43264
  queryParams: {};
43368
43265
  jsonBody: {
43266
+ /** ID of the `acs_encoder` that will fail to scan the `acs_credential` in the next request. */
43369
43267
  acs_encoder_id: string;
43370
43268
  error_code?: 'no_credential_on_encoder';
43371
43269
  } | {
43270
+ /** ID of the `acs_encoder` that will fail to scan the `acs_credential` in the next request. */
43372
43271
  acs_encoder_id: string;
43373
43272
  error_code: 'uncategorized_error' | 'action_attempt_expired';
43374
43273
  acs_credential_id_on_seam?: string | undefined;
@@ -43382,14 +43281,21 @@ interface Routes {
43382
43281
  method: 'POST';
43383
43282
  queryParams: {};
43384
43283
  jsonBody: {
43284
+ /** ID of the `acs_encoder` that will be used in the next request to scan the `acs_credential`. */
43385
43285
  acs_encoder_id: string;
43286
+ /** Scenario to simulate. */
43386
43287
  scenario?: 'credential_exists_on_seam' | 'credential_on_encoder_needs_update';
43288
+ /** ID of the Seam `acs_credential` that matches the `acs_credential` on the encoder in this simulation. */
43387
43289
  acs_credential_id_on_seam?: string | undefined;
43388
43290
  } | {
43291
+ /** ID of the `acs_encoder` that will be used in the next request to scan the `acs_credential`. */
43389
43292
  acs_encoder_id: string;
43293
+ /** Scenario to simulate. */
43390
43294
  scenario: 'credential_does_not_exist_on_seam';
43391
43295
  } | {
43296
+ /** ID of the `acs_encoder` that will be used in the next request to scan the `acs_credential`. */
43392
43297
  acs_encoder_id: string;
43298
+ /** Scenario to simulate. */
43393
43299
  scenario: 'credential_on_encoder_is_empty';
43394
43300
  };
43395
43301
  commonParams: {};
@@ -48241,15 +48147,15 @@ interface Routes {
48241
48147
  event_id: string;
48242
48148
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48243
48149
  workspace_id: string;
48244
- /** Time at which the event was created. */
48150
+ /** Date and time at which the event was created. */
48245
48151
  created_at: string;
48246
- /** Time when the event occurred. */
48152
+ /** Date and time at which the event occurred. */
48247
48153
  occurred_at: string;
48248
- /** The ID of the access code. */
48154
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48249
48155
  access_code_id: string;
48250
- /** The ID of the device. */
48156
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48251
48157
  device_id: string;
48252
- /** The ID of the connected account. */
48158
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48253
48159
  connected_account_id: string;
48254
48160
  event_type: 'access_code.created';
48255
48161
  } | {
@@ -48257,15 +48163,15 @@ interface Routes {
48257
48163
  event_id: string;
48258
48164
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48259
48165
  workspace_id: string;
48260
- /** Time at which the event was created. */
48166
+ /** Date and time at which the event was created. */
48261
48167
  created_at: string;
48262
- /** Time when the event occurred. */
48168
+ /** Date and time at which the event occurred. */
48263
48169
  occurred_at: string;
48264
- /** The ID of the access code. */
48170
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48265
48171
  access_code_id: string;
48266
- /** The ID of the device. */
48172
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48267
48173
  device_id: string;
48268
- /** The ID of the connected account. */
48174
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48269
48175
  connected_account_id: string;
48270
48176
  event_type: 'access_code.changed';
48271
48177
  } | {
@@ -48273,51 +48179,51 @@ interface Routes {
48273
48179
  event_id: string;
48274
48180
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48275
48181
  workspace_id: string;
48276
- /** Time at which the event was created. */
48182
+ /** Date and time at which the event was created. */
48277
48183
  created_at: string;
48278
- /** Time when the event occurred. */
48184
+ /** Date and time at which the event occurred. */
48279
48185
  occurred_at: string;
48280
- /** The ID of the access code. */
48186
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48281
48187
  access_code_id: string;
48282
- /** The ID of the device. */
48188
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48283
48189
  device_id: string;
48284
- /** The ID of the connected account. */
48190
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48285
48191
  connected_account_id: string;
48286
48192
  event_type: 'access_code.scheduled_on_device';
48287
- /** The code of the access code. */
48193
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48288
48194
  code: string;
48289
48195
  } | {
48290
48196
  /** ID of the event. */
48291
48197
  event_id: string;
48292
48198
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48293
48199
  workspace_id: string;
48294
- /** Time at which the event was created. */
48200
+ /** Date and time at which the event was created. */
48295
48201
  created_at: string;
48296
- /** Time when the event occurred. */
48202
+ /** Date and time at which the event occurred. */
48297
48203
  occurred_at: string;
48298
- /** The ID of the access code. */
48204
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48299
48205
  access_code_id: string;
48300
- /** The ID of the device. */
48206
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48301
48207
  device_id: string;
48302
- /** The ID of the connected account. */
48208
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48303
48209
  connected_account_id: string;
48304
48210
  event_type: 'access_code.set_on_device';
48305
- /** The code of the access code. */
48211
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48306
48212
  code: string;
48307
48213
  } | {
48308
48214
  /** ID of the event. */
48309
48215
  event_id: string;
48310
48216
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48311
48217
  workspace_id: string;
48312
- /** Time at which the event was created. */
48218
+ /** Date and time at which the event was created. */
48313
48219
  created_at: string;
48314
- /** Time when the event occurred. */
48220
+ /** Date and time at which the event occurred. */
48315
48221
  occurred_at: string;
48316
- /** The ID of the access code. */
48222
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48317
48223
  access_code_id: string;
48318
- /** The ID of the device. */
48224
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48319
48225
  device_id: string;
48320
- /** The ID of the connected account. */
48226
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48321
48227
  connected_account_id: string;
48322
48228
  event_type: 'access_code.removed_from_device';
48323
48229
  } | {
@@ -48325,15 +48231,15 @@ interface Routes {
48325
48231
  event_id: string;
48326
48232
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48327
48233
  workspace_id: string;
48328
- /** Time at which the event was created. */
48234
+ /** Date and time at which the event was created. */
48329
48235
  created_at: string;
48330
- /** Time when the event occurred. */
48236
+ /** Date and time at which the event occurred. */
48331
48237
  occurred_at: string;
48332
- /** The ID of the access code. */
48238
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48333
48239
  access_code_id: string;
48334
- /** The ID of the device. */
48240
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48335
48241
  device_id: string;
48336
- /** The ID of the connected account. */
48242
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48337
48243
  connected_account_id: string;
48338
48244
  event_type: 'access_code.delay_in_setting_on_device';
48339
48245
  } | {
@@ -48341,15 +48247,15 @@ interface Routes {
48341
48247
  event_id: string;
48342
48248
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48343
48249
  workspace_id: string;
48344
- /** Time at which the event was created. */
48250
+ /** Date and time at which the event was created. */
48345
48251
  created_at: string;
48346
- /** Time when the event occurred. */
48252
+ /** Date and time at which the event occurred. */
48347
48253
  occurred_at: string;
48348
- /** The ID of the access code. */
48254
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48349
48255
  access_code_id: string;
48350
- /** The ID of the device. */
48256
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48351
48257
  device_id: string;
48352
- /** The ID of the connected account. */
48258
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48353
48259
  connected_account_id: string;
48354
48260
  event_type: 'access_code.failed_to_set_on_device';
48355
48261
  } | {
@@ -48357,33 +48263,33 @@ interface Routes {
48357
48263
  event_id: string;
48358
48264
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48359
48265
  workspace_id: string;
48360
- /** Time at which the event was created. */
48266
+ /** Date and time at which the event was created. */
48361
48267
  created_at: string;
48362
- /** Time when the event occurred. */
48268
+ /** Date and time at which the event occurred. */
48363
48269
  occurred_at: string;
48364
- /** The ID of the access code. */
48270
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48365
48271
  access_code_id: string;
48366
- /** The ID of the device. */
48272
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48367
48273
  device_id: string;
48368
- /** The ID of the connected account. */
48274
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48369
48275
  connected_account_id: string;
48370
48276
  event_type: 'access_code.deleted';
48371
- /** The code of the access code. */
48277
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48372
48278
  code: string | null;
48373
48279
  } | {
48374
48280
  /** ID of the event. */
48375
48281
  event_id: string;
48376
48282
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48377
48283
  workspace_id: string;
48378
- /** Time at which the event was created. */
48284
+ /** Date and time at which the event was created. */
48379
48285
  created_at: string;
48380
- /** Time when the event occurred. */
48286
+ /** Date and time at which the event occurred. */
48381
48287
  occurred_at: string;
48382
- /** The ID of the access code. */
48288
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48383
48289
  access_code_id: string;
48384
- /** The ID of the device. */
48290
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48385
48291
  device_id: string;
48386
- /** The ID of the connected account. */
48292
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48387
48293
  connected_account_id: string;
48388
48294
  event_type: 'access_code.delay_in_removing_from_device';
48389
48295
  } | {
@@ -48391,15 +48297,15 @@ interface Routes {
48391
48297
  event_id: string;
48392
48298
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48393
48299
  workspace_id: string;
48394
- /** Time at which the event was created. */
48300
+ /** Date and time at which the event was created. */
48395
48301
  created_at: string;
48396
- /** Time when the event occurred. */
48302
+ /** Date and time at which the event occurred. */
48397
48303
  occurred_at: string;
48398
- /** The ID of the access code. */
48304
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48399
48305
  access_code_id: string;
48400
- /** The ID of the device. */
48306
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48401
48307
  device_id: string;
48402
- /** The ID of the connected account. */
48308
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48403
48309
  connected_account_id: string;
48404
48310
  event_type: 'access_code.failed_to_remove_from_device';
48405
48311
  } | {
@@ -48407,15 +48313,15 @@ interface Routes {
48407
48313
  event_id: string;
48408
48314
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48409
48315
  workspace_id: string;
48410
- /** Time at which the event was created. */
48316
+ /** Date and time at which the event was created. */
48411
48317
  created_at: string;
48412
- /** Time when the event occurred. */
48318
+ /** Date and time at which the event occurred. */
48413
48319
  occurred_at: string;
48414
- /** The ID of the access code. */
48320
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48415
48321
  access_code_id: string;
48416
- /** The ID of the device. */
48322
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48417
48323
  device_id: string;
48418
- /** The ID of the connected account. */
48324
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48419
48325
  connected_account_id: string;
48420
48326
  event_type: 'access_code.modified_external_to_seam';
48421
48327
  } | {
@@ -48423,15 +48329,15 @@ interface Routes {
48423
48329
  event_id: string;
48424
48330
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48425
48331
  workspace_id: string;
48426
- /** Time at which the event was created. */
48332
+ /** Date and time at which the event was created. */
48427
48333
  created_at: string;
48428
- /** Time when the event occurred. */
48334
+ /** Date and time at which the event occurred. */
48429
48335
  occurred_at: string;
48430
- /** The ID of the access code. */
48336
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48431
48337
  access_code_id: string;
48432
- /** The ID of the device. */
48338
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48433
48339
  device_id: string;
48434
- /** The ID of the connected account. */
48340
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48435
48341
  connected_account_id: string;
48436
48342
  event_type: 'access_code.deleted_external_to_seam';
48437
48343
  } | {
@@ -48439,15 +48345,15 @@ interface Routes {
48439
48345
  event_id: string;
48440
48346
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48441
48347
  workspace_id: string;
48442
- /** Time at which the event was created. */
48348
+ /** Date and time at which the event was created. */
48443
48349
  created_at: string;
48444
- /** Time when the event occurred. */
48350
+ /** Date and time at which the event occurred. */
48445
48351
  occurred_at: string;
48446
- /** The ID of the access code. */
48352
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48447
48353
  access_code_id: string;
48448
- /** The ID of the device. */
48354
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48449
48355
  device_id: string;
48450
- /** The ID of the connected account. */
48356
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48451
48357
  connected_account_id: string;
48452
48358
  event_type: 'access_code.backup_access_code_pulled';
48453
48359
  backup_access_code_id: string;
@@ -48456,15 +48362,15 @@ interface Routes {
48456
48362
  event_id: string;
48457
48363
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48458
48364
  workspace_id: string;
48459
- /** Time at which the event was created. */
48365
+ /** Date and time at which the event was created. */
48460
48366
  created_at: string;
48461
- /** Time when the event occurred. */
48367
+ /** Date and time at which the event occurred. */
48462
48368
  occurred_at: string;
48463
- /** The ID of the access code. */
48369
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48464
48370
  access_code_id: string;
48465
- /** The ID of the device. */
48371
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48466
48372
  device_id: string;
48467
- /** The ID of the connected account. */
48373
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48468
48374
  connected_account_id: string;
48469
48375
  event_type: 'access_code.unmanaged.converted_to_managed';
48470
48376
  } | {
@@ -48472,15 +48378,15 @@ interface Routes {
48472
48378
  event_id: string;
48473
48379
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48474
48380
  workspace_id: string;
48475
- /** Time at which the event was created. */
48381
+ /** Date and time at which the event was created. */
48476
48382
  created_at: string;
48477
- /** Time when the event occurred. */
48383
+ /** Date and time at which the event occurred. */
48478
48384
  occurred_at: string;
48479
- /** The ID of the access code. */
48385
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48480
48386
  access_code_id: string;
48481
- /** The ID of the device. */
48387
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48482
48388
  device_id: string;
48483
- /** The ID of the connected account. */
48389
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48484
48390
  connected_account_id: string;
48485
48391
  event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
48486
48392
  } | {
@@ -48488,15 +48394,15 @@ interface Routes {
48488
48394
  event_id: string;
48489
48395
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48490
48396
  workspace_id: string;
48491
- /** Time at which the event was created. */
48397
+ /** Date and time at which the event was created. */
48492
48398
  created_at: string;
48493
- /** Time when the event occurred. */
48399
+ /** Date and time at which the event occurred. */
48494
48400
  occurred_at: string;
48495
- /** The ID of the access code. */
48401
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48496
48402
  access_code_id: string;
48497
- /** The ID of the device. */
48403
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48498
48404
  device_id: string;
48499
- /** The ID of the connected account. */
48405
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48500
48406
  connected_account_id: string;
48501
48407
  event_type: 'access_code.unmanaged.created';
48502
48408
  } | {
@@ -48504,15 +48410,15 @@ interface Routes {
48504
48410
  event_id: string;
48505
48411
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48506
48412
  workspace_id: string;
48507
- /** Time at which the event was created. */
48413
+ /** Date and time at which the event was created. */
48508
48414
  created_at: string;
48509
- /** Time when the event occurred. */
48415
+ /** Date and time at which the event occurred. */
48510
48416
  occurred_at: string;
48511
- /** The ID of the access code. */
48417
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
48512
48418
  access_code_id: string;
48513
- /** The ID of the device. */
48419
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
48514
48420
  device_id: string;
48515
- /** The ID of the connected account. */
48421
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48516
48422
  connected_account_id: string;
48517
48423
  event_type: 'access_code.unmanaged.removed';
48518
48424
  } | {
@@ -48520,13 +48426,13 @@ interface Routes {
48520
48426
  event_id: string;
48521
48427
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48522
48428
  workspace_id: string;
48523
- /** Time at which the event was created. */
48429
+ /** Date and time at which the event was created. */
48524
48430
  created_at: string;
48525
- /** Time when the event occurred. */
48431
+ /** Date and time at which the event occurred. */
48526
48432
  occurred_at: string;
48527
- /** ID of the connected account. */
48433
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48528
48434
  connected_account_id?: string | undefined;
48529
- /** ID of the ACS system. */
48435
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48530
48436
  acs_system_id: string;
48531
48437
  event_type: 'acs_system.connected';
48532
48438
  } | {
@@ -48534,13 +48440,13 @@ interface Routes {
48534
48440
  event_id: string;
48535
48441
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48536
48442
  workspace_id: string;
48537
- /** Time at which the event was created. */
48443
+ /** Date and time at which the event was created. */
48538
48444
  created_at: string;
48539
- /** Time when the event occurred. */
48445
+ /** Date and time at which the event occurred. */
48540
48446
  occurred_at: string;
48541
- /** ID of the connected account. */
48447
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48542
48448
  connected_account_id?: string | undefined;
48543
- /** ID of the ACS system. */
48449
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48544
48450
  acs_system_id: string;
48545
48451
  event_type: 'acs_system.added';
48546
48452
  } | {
@@ -48548,13 +48454,13 @@ interface Routes {
48548
48454
  event_id: string;
48549
48455
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48550
48456
  workspace_id: string;
48551
- /** Time at which the event was created. */
48457
+ /** Date and time at which the event was created. */
48552
48458
  created_at: string;
48553
- /** Time when the event occurred. */
48459
+ /** Date and time at which the event occurred. */
48554
48460
  occurred_at: string;
48555
- /** ID of the connected account. */
48461
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48556
48462
  connected_account_id?: string | undefined;
48557
- /** ID of the ACS system. */
48463
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48558
48464
  acs_system_id: string;
48559
48465
  event_type: 'acs_system.disconnected';
48560
48466
  } | {
@@ -48562,13 +48468,13 @@ interface Routes {
48562
48468
  event_id: string;
48563
48469
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48564
48470
  workspace_id: string;
48565
- /** Time at which the event was created. */
48471
+ /** Date and time at which the event was created. */
48566
48472
  created_at: string;
48567
- /** Time when the event occurred. */
48473
+ /** Date and time at which the event occurred. */
48568
48474
  occurred_at: string;
48569
- /** ID of the connected account. */
48475
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48570
48476
  connected_account_id?: string | undefined;
48571
- /** ID of the ACS system. */
48477
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48572
48478
  acs_system_id: string;
48573
48479
  acs_credential_id: string;
48574
48480
  event_type: 'acs_credential.deleted';
@@ -48577,13 +48483,13 @@ interface Routes {
48577
48483
  event_id: string;
48578
48484
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48579
48485
  workspace_id: string;
48580
- /** Time at which the event was created. */
48486
+ /** Date and time at which the event was created. */
48581
48487
  created_at: string;
48582
- /** Time when the event occurred. */
48488
+ /** Date and time at which the event occurred. */
48583
48489
  occurred_at: string;
48584
- /** ID of the connected account. */
48490
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48585
48491
  connected_account_id?: string | undefined;
48586
- /** ID of the ACS system. */
48492
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48587
48493
  acs_system_id: string;
48588
48494
  acs_credential_id: string;
48589
48495
  event_type: 'acs_credential.issued';
@@ -48592,13 +48498,13 @@ interface Routes {
48592
48498
  event_id: string;
48593
48499
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48594
48500
  workspace_id: string;
48595
- /** Time at which the event was created. */
48501
+ /** Date and time at which the event was created. */
48596
48502
  created_at: string;
48597
- /** Time when the event occurred. */
48503
+ /** Date and time at which the event occurred. */
48598
48504
  occurred_at: string;
48599
- /** ID of the connected account. */
48505
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48600
48506
  connected_account_id?: string | undefined;
48601
- /** ID of the ACS system. */
48507
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48602
48508
  acs_system_id: string;
48603
48509
  acs_user_id: string;
48604
48510
  event_type: 'acs_user.deleted';
@@ -48607,15 +48513,15 @@ interface Routes {
48607
48513
  event_id: string;
48608
48514
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48609
48515
  workspace_id: string;
48610
- /** Time at which the event was created. */
48516
+ /** Date and time at which the event was created. */
48611
48517
  created_at: string;
48612
- /** Time when the event occurred. */
48518
+ /** Date and time at which the event occurred. */
48613
48519
  occurred_at: string;
48614
- /** ID of the connected account. */
48520
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48615
48521
  connected_account_id?: string | undefined;
48616
- /** ID of the ACS system. */
48522
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48617
48523
  acs_system_id: string;
48618
- /** ID of the ACS encoder. */
48524
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
48619
48525
  acs_encoder_id: string;
48620
48526
  event_type: 'acs_encoder.added';
48621
48527
  } | {
@@ -48623,15 +48529,15 @@ interface Routes {
48623
48529
  event_id: string;
48624
48530
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48625
48531
  workspace_id: string;
48626
- /** Time at which the event was created. */
48532
+ /** Date and time at which the event was created. */
48627
48533
  created_at: string;
48628
- /** Time when the event occurred. */
48534
+ /** Date and time at which the event occurred. */
48629
48535
  occurred_at: string;
48630
- /** ID of the connected account. */
48536
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48631
48537
  connected_account_id?: string | undefined;
48632
- /** ID of the ACS system. */
48538
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
48633
48539
  acs_system_id: string;
48634
- /** ID of the ACS encoder. */
48540
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
48635
48541
  acs_encoder_id: string;
48636
48542
  event_type: 'acs_encoder.removed';
48637
48543
  } | {
@@ -48639,11 +48545,11 @@ interface Routes {
48639
48545
  event_id: string;
48640
48546
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48641
48547
  workspace_id: string;
48642
- /** Time at which the event was created. */
48548
+ /** Date and time at which the event was created. */
48643
48549
  created_at: string;
48644
- /** Time when the event occurred. */
48550
+ /** Date and time at which the event occurred. */
48645
48551
  occurred_at: string;
48646
- /** ID of the client session. */
48552
+ /** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
48647
48553
  client_session_id: string;
48648
48554
  event_type: 'client_session.deleted';
48649
48555
  } | {
@@ -48651,53 +48557,53 @@ interface Routes {
48651
48557
  event_id: string;
48652
48558
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48653
48559
  workspace_id: string;
48654
- /** Time at which the event was created. */
48560
+ /** Date and time at which the event was created. */
48655
48561
  created_at: string;
48656
- /** Time when the event occurred. */
48562
+ /** Date and time at which the event occurred. */
48657
48563
  occurred_at: string;
48658
- /** ID of the connected account. */
48564
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48659
48565
  connected_account_id: string;
48660
48566
  event_type: 'connected_account.connected';
48661
- /** ID of the connect webview. */
48567
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
48662
48568
  connect_webview_id: string;
48663
48569
  } | {
48664
48570
  /** ID of the event. */
48665
48571
  event_id: string;
48666
48572
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48667
48573
  workspace_id: string;
48668
- /** Time at which the event was created. */
48574
+ /** Date and time at which the event was created. */
48669
48575
  created_at: string;
48670
- /** Time when the event occurred. */
48576
+ /** Date and time at which the event occurred. */
48671
48577
  occurred_at: string;
48672
- /** ID of the connected account. */
48578
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48673
48579
  connected_account_id: string;
48674
48580
  event_type: 'connected_account.created';
48675
- /** ID of the connect webview. */
48581
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
48676
48582
  connect_webview_id: string;
48677
48583
  } | {
48678
48584
  /** ID of the event. */
48679
48585
  event_id: string;
48680
48586
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48681
48587
  workspace_id: string;
48682
- /** Time at which the event was created. */
48588
+ /** Date and time at which the event was created. */
48683
48589
  created_at: string;
48684
- /** Time when the event occurred. */
48590
+ /** Date and time at which the event occurred. */
48685
48591
  occurred_at: string;
48686
- /** ID of the connected account. */
48592
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48687
48593
  connected_account_id: string;
48688
48594
  event_type: 'connected_account.successful_login';
48689
- /** ID of the connect webview. */
48595
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
48690
48596
  connect_webview_id: string;
48691
48597
  } | {
48692
48598
  /** ID of the event. */
48693
48599
  event_id: string;
48694
48600
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48695
48601
  workspace_id: string;
48696
- /** Time at which the event was created. */
48602
+ /** Date and time at which the event was created. */
48697
48603
  created_at: string;
48698
- /** Time when the event occurred. */
48604
+ /** Date and time at which the event occurred. */
48699
48605
  occurred_at: string;
48700
- /** ID of the connected account. */
48606
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48701
48607
  connected_account_id: string;
48702
48608
  event_type: 'connected_account.disconnected';
48703
48609
  } | {
@@ -48705,11 +48611,11 @@ interface Routes {
48705
48611
  event_id: string;
48706
48612
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48707
48613
  workspace_id: string;
48708
- /** Time at which the event was created. */
48614
+ /** Date and time at which the event was created. */
48709
48615
  created_at: string;
48710
- /** Time when the event occurred. */
48616
+ /** Date and time at which the event occurred. */
48711
48617
  occurred_at: string;
48712
- /** ID of the connected account. */
48618
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48713
48619
  connected_account_id: string;
48714
48620
  event_type: 'connected_account.completed_first_sync';
48715
48621
  } | {
@@ -48717,11 +48623,11 @@ interface Routes {
48717
48623
  event_id: string;
48718
48624
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48719
48625
  workspace_id: string;
48720
- /** Time at which the event was created. */
48626
+ /** Date and time at which the event was created. */
48721
48627
  created_at: string;
48722
- /** Time when the event occurred. */
48628
+ /** Date and time at which the event occurred. */
48723
48629
  occurred_at: string;
48724
- /** ID of the connected account. */
48630
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48725
48631
  connected_account_id: string;
48726
48632
  event_type: 'connected_account.deleted';
48727
48633
  } | {
@@ -48729,11 +48635,11 @@ interface Routes {
48729
48635
  event_id: string;
48730
48636
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48731
48637
  workspace_id: string;
48732
- /** Time at which the event was created. */
48638
+ /** Date and time at which the event was created. */
48733
48639
  created_at: string;
48734
- /** Time when the event occurred. */
48640
+ /** Date and time at which the event occurred. */
48735
48641
  occurred_at: string;
48736
- /** ID of the connected account. */
48642
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48737
48643
  connected_account_id: string;
48738
48644
  event_type: 'connected_account.completed_first_sync_after_reconnection';
48739
48645
  } | {
@@ -48741,15 +48647,15 @@ interface Routes {
48741
48647
  event_id: string;
48742
48648
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48743
48649
  workspace_id: string;
48744
- /** Time at which the event was created. */
48650
+ /** Date and time at which the event was created. */
48745
48651
  created_at: string;
48746
- /** Time when the event occurred. */
48652
+ /** Date and time at which the event occurred. */
48747
48653
  occurred_at: string;
48748
- /** The ID of the action attempt. */
48654
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
48749
48655
  action_attempt_id: string;
48750
- /** The type of action. */
48656
+ /** Type of action. */
48751
48657
  action_type: string;
48752
- /** The status of the action. */
48658
+ /** Status of the action. */
48753
48659
  status: string;
48754
48660
  event_type: 'action_attempt.lock_door.succeeded';
48755
48661
  } | {
@@ -48757,15 +48663,15 @@ interface Routes {
48757
48663
  event_id: string;
48758
48664
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48759
48665
  workspace_id: string;
48760
- /** Time at which the event was created. */
48666
+ /** Date and time at which the event was created. */
48761
48667
  created_at: string;
48762
- /** Time when the event occurred. */
48668
+ /** Date and time at which the event occurred. */
48763
48669
  occurred_at: string;
48764
- /** The ID of the action attempt. */
48670
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
48765
48671
  action_attempt_id: string;
48766
- /** The type of action. */
48672
+ /** Type of action. */
48767
48673
  action_type: string;
48768
- /** The status of the action. */
48674
+ /** Status of the action. */
48769
48675
  status: string;
48770
48676
  event_type: 'action_attempt.lock_door.failed';
48771
48677
  } | {
@@ -48773,15 +48679,15 @@ interface Routes {
48773
48679
  event_id: string;
48774
48680
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48775
48681
  workspace_id: string;
48776
- /** Time at which the event was created. */
48682
+ /** Date and time at which the event was created. */
48777
48683
  created_at: string;
48778
- /** Time when the event occurred. */
48684
+ /** Date and time at which the event occurred. */
48779
48685
  occurred_at: string;
48780
- /** The ID of the action attempt. */
48686
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
48781
48687
  action_attempt_id: string;
48782
- /** The type of action. */
48688
+ /** Type of action. */
48783
48689
  action_type: string;
48784
- /** The status of the action. */
48690
+ /** Status of the action. */
48785
48691
  status: string;
48786
48692
  event_type: 'action_attempt.unlock_door.succeeded';
48787
48693
  } | {
@@ -48789,15 +48695,15 @@ interface Routes {
48789
48695
  event_id: string;
48790
48696
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48791
48697
  workspace_id: string;
48792
- /** Time at which the event was created. */
48698
+ /** Date and time at which the event was created. */
48793
48699
  created_at: string;
48794
- /** Time when the event occurred. */
48700
+ /** Date and time at which the event occurred. */
48795
48701
  occurred_at: string;
48796
- /** The ID of the action attempt. */
48702
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
48797
48703
  action_attempt_id: string;
48798
- /** The type of action. */
48704
+ /** Type of action. */
48799
48705
  action_type: string;
48800
- /** The status of the action. */
48706
+ /** Status of the action. */
48801
48707
  status: string;
48802
48708
  event_type: 'action_attempt.unlock_door.failed';
48803
48709
  } | {
@@ -48805,25 +48711,25 @@ interface Routes {
48805
48711
  event_id: string;
48806
48712
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48807
48713
  workspace_id: string;
48808
- /** Time at which the event was created. */
48714
+ /** Date and time at which the event was created. */
48809
48715
  created_at: string;
48810
- /** Time when the event occurred. */
48716
+ /** Date and time at which the event occurred. */
48811
48717
  occurred_at: string;
48812
- /** ID of the connect webview. */
48718
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
48813
48719
  connect_webview_id: string;
48814
48720
  event_type: 'connect_webview.login_succeeded';
48815
- /** ID of the connected account. */
48721
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
48816
48722
  connected_account_id: string;
48817
48723
  } | {
48818
48724
  /** ID of the event. */
48819
48725
  event_id: string;
48820
48726
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48821
48727
  workspace_id: string;
48822
- /** Time at which the event was created. */
48728
+ /** Date and time at which the event was created. */
48823
48729
  created_at: string;
48824
- /** Time when the event occurred. */
48730
+ /** Date and time at which the event occurred. */
48825
48731
  occurred_at: string;
48826
- /** ID of the connect webview. */
48732
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
48827
48733
  connect_webview_id: string;
48828
48734
  event_type: 'connect_webview.login_failed';
48829
48735
  } | {
@@ -48831,9 +48737,9 @@ interface Routes {
48831
48737
  event_id: string;
48832
48738
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48833
48739
  workspace_id: string;
48834
- /** Time at which the event was created. */
48740
+ /** Date and time at which the event was created. */
48835
48741
  created_at: string;
48836
- /** Time when the event occurred. */
48742
+ /** Date and time at which the event occurred. */
48837
48743
  occurred_at: string;
48838
48744
  /** ID of the device. */
48839
48745
  device_id: string;
@@ -48845,9 +48751,9 @@ interface Routes {
48845
48751
  event_id: string;
48846
48752
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48847
48753
  workspace_id: string;
48848
- /** Time at which the event was created. */
48754
+ /** Date and time at which the event was created. */
48849
48755
  created_at: string;
48850
- /** Time when the event occurred. */
48756
+ /** Date and time at which the event occurred. */
48851
48757
  occurred_at: string;
48852
48758
  /** ID of the device. */
48853
48759
  device_id: string;
@@ -48859,9 +48765,9 @@ interface Routes {
48859
48765
  event_id: string;
48860
48766
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48861
48767
  workspace_id: string;
48862
- /** Time at which the event was created. */
48768
+ /** Date and time at which the event was created. */
48863
48769
  created_at: string;
48864
- /** Time when the event occurred. */
48770
+ /** Date and time at which the event occurred. */
48865
48771
  occurred_at: string;
48866
48772
  /** ID of the device. */
48867
48773
  device_id: string;
@@ -48873,9 +48779,9 @@ interface Routes {
48873
48779
  event_id: string;
48874
48780
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48875
48781
  workspace_id: string;
48876
- /** Time at which the event was created. */
48782
+ /** Date and time at which the event was created. */
48877
48783
  created_at: string;
48878
- /** Time when the event occurred. */
48784
+ /** Date and time at which the event occurred. */
48879
48785
  occurred_at: string;
48880
48786
  /** ID of the device. */
48881
48787
  device_id: string;
@@ -48887,9 +48793,9 @@ interface Routes {
48887
48793
  event_id: string;
48888
48794
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48889
48795
  workspace_id: string;
48890
- /** Time at which the event was created. */
48796
+ /** Date and time at which the event was created. */
48891
48797
  created_at: string;
48892
- /** Time when the event occurred. */
48798
+ /** Date and time at which the event occurred. */
48893
48799
  occurred_at: string;
48894
48800
  /** ID of the device. */
48895
48801
  device_id: string;
@@ -48901,9 +48807,9 @@ interface Routes {
48901
48807
  event_id: string;
48902
48808
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48903
48809
  workspace_id: string;
48904
- /** Time at which the event was created. */
48810
+ /** Date and time at which the event was created. */
48905
48811
  created_at: string;
48906
- /** Time when the event occurred. */
48812
+ /** Date and time at which the event occurred. */
48907
48813
  occurred_at: string;
48908
48814
  /** ID of the device. */
48909
48815
  device_id: string;
@@ -48917,9 +48823,9 @@ interface Routes {
48917
48823
  event_id: string;
48918
48824
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48919
48825
  workspace_id: string;
48920
- /** Time at which the event was created. */
48826
+ /** Date and time at which the event was created. */
48921
48827
  created_at: string;
48922
- /** Time when the event occurred. */
48828
+ /** Date and time at which the event occurred. */
48923
48829
  occurred_at: string;
48924
48830
  /** ID of the device. */
48925
48831
  device_id: string;
@@ -48933,9 +48839,9 @@ interface Routes {
48933
48839
  event_id: string;
48934
48840
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48935
48841
  workspace_id: string;
48936
- /** Time at which the event was created. */
48842
+ /** Date and time at which the event was created. */
48937
48843
  created_at: string;
48938
- /** Time when the event occurred. */
48844
+ /** Date and time at which the event occurred. */
48939
48845
  occurred_at: string;
48940
48846
  /** ID of the device. */
48941
48847
  device_id: string;
@@ -48947,9 +48853,9 @@ interface Routes {
48947
48853
  event_id: string;
48948
48854
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48949
48855
  workspace_id: string;
48950
- /** Time at which the event was created. */
48856
+ /** Date and time at which the event was created. */
48951
48857
  created_at: string;
48952
- /** Time when the event occurred. */
48858
+ /** Date and time at which the event occurred. */
48953
48859
  occurred_at: string;
48954
48860
  /** ID of the device. */
48955
48861
  device_id: string;
@@ -48963,9 +48869,9 @@ interface Routes {
48963
48869
  event_id: string;
48964
48870
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48965
48871
  workspace_id: string;
48966
- /** Time at which the event was created. */
48872
+ /** Date and time at which the event was created. */
48967
48873
  created_at: string;
48968
- /** Time when the event occurred. */
48874
+ /** Date and time at which the event occurred. */
48969
48875
  occurred_at: string;
48970
48876
  /** ID of the device. */
48971
48877
  device_id: string;
@@ -48981,9 +48887,9 @@ interface Routes {
48981
48887
  event_id: string;
48982
48888
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48983
48889
  workspace_id: string;
48984
- /** Time at which the event was created. */
48890
+ /** Date and time at which the event was created. */
48985
48891
  created_at: string;
48986
- /** Time when the event occurred. */
48892
+ /** Date and time at which the event occurred. */
48987
48893
  occurred_at: string;
48988
48894
  /** ID of the device. */
48989
48895
  device_id: string;
@@ -48995,9 +48901,9 @@ interface Routes {
48995
48901
  event_id: string;
48996
48902
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
48997
48903
  workspace_id: string;
48998
- /** Time at which the event was created. */
48904
+ /** Date and time at which the event was created. */
48999
48905
  created_at: string;
49000
- /** Time when the event occurred. */
48906
+ /** Date and time at which the event occurred. */
49001
48907
  occurred_at: string;
49002
48908
  /** ID of the device. */
49003
48909
  device_id: string;
@@ -49009,9 +48915,9 @@ interface Routes {
49009
48915
  event_id: string;
49010
48916
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49011
48917
  workspace_id: string;
49012
- /** Time at which the event was created. */
48918
+ /** Date and time at which the event was created. */
49013
48919
  created_at: string;
49014
- /** Time when the event occurred. */
48920
+ /** Date and time at which the event occurred. */
49015
48921
  occurred_at: string;
49016
48922
  /** ID of the device. */
49017
48923
  device_id: string;
@@ -49023,9 +48929,9 @@ interface Routes {
49023
48929
  event_id: string;
49024
48930
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49025
48931
  workspace_id: string;
49026
- /** Time at which the event was created. */
48932
+ /** Date and time at which the event was created. */
49027
48933
  created_at: string;
49028
- /** Time when the event occurred. */
48934
+ /** Date and time at which the event occurred. */
49029
48935
  occurred_at: string;
49030
48936
  /** ID of the device. */
49031
48937
  device_id: string;
@@ -49037,9 +48943,9 @@ interface Routes {
49037
48943
  event_id: string;
49038
48944
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49039
48945
  workspace_id: string;
49040
- /** Time at which the event was created. */
48946
+ /** Date and time at which the event was created. */
49041
48947
  created_at: string;
49042
- /** Time when the event occurred. */
48948
+ /** Date and time at which the event occurred. */
49043
48949
  occurred_at: string;
49044
48950
  /** ID of the device. */
49045
48951
  device_id: string;
@@ -49051,9 +48957,9 @@ interface Routes {
49051
48957
  event_id: string;
49052
48958
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49053
48959
  workspace_id: string;
49054
- /** Time at which the event was created. */
48960
+ /** Date and time at which the event was created. */
49055
48961
  created_at: string;
49056
- /** Time when the event occurred. */
48962
+ /** Date and time at which the event occurred. */
49057
48963
  occurred_at: string;
49058
48964
  /** ID of the device. */
49059
48965
  device_id: string;
@@ -49065,9 +48971,9 @@ interface Routes {
49065
48971
  event_id: string;
49066
48972
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49067
48973
  workspace_id: string;
49068
- /** Time at which the event was created. */
48974
+ /** Date and time at which the event was created. */
49069
48975
  created_at: string;
49070
- /** Time when the event occurred. */
48976
+ /** Date and time at which the event occurred. */
49071
48977
  occurred_at: string;
49072
48978
  /** ID of the device. */
49073
48979
  device_id: string;
@@ -49079,9 +48985,9 @@ interface Routes {
49079
48985
  event_id: string;
49080
48986
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49081
48987
  workspace_id: string;
49082
- /** Time at which the event was created. */
48988
+ /** Date and time at which the event was created. */
49083
48989
  created_at: string;
49084
- /** Time when the event occurred. */
48990
+ /** Date and time at which the event occurred. */
49085
48991
  occurred_at: string;
49086
48992
  /** ID of the device. */
49087
48993
  device_id: string;
@@ -49093,9 +48999,9 @@ interface Routes {
49093
48999
  event_id: string;
49094
49000
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49095
49001
  workspace_id: string;
49096
- /** Time at which the event was created. */
49002
+ /** Date and time at which the event was created. */
49097
49003
  created_at: string;
49098
- /** Time when the event occurred. */
49004
+ /** Date and time at which the event occurred. */
49099
49005
  occurred_at: string;
49100
49006
  /** ID of the device. */
49101
49007
  device_id: string;
@@ -49107,9 +49013,9 @@ interface Routes {
49107
49013
  event_id: string;
49108
49014
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49109
49015
  workspace_id: string;
49110
- /** Time at which the event was created. */
49016
+ /** Date and time at which the event was created. */
49111
49017
  created_at: string;
49112
- /** Time when the event occurred. */
49018
+ /** Date and time at which the event occurred. */
49113
49019
  occurred_at: string;
49114
49020
  /** ID of the device. */
49115
49021
  device_id: string;
@@ -49121,9 +49027,9 @@ interface Routes {
49121
49027
  event_id: string;
49122
49028
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49123
49029
  workspace_id: string;
49124
- /** Time at which the event was created. */
49030
+ /** Date and time at which the event was created. */
49125
49031
  created_at: string;
49126
- /** Time when the event occurred. */
49032
+ /** Date and time at which the event occurred. */
49127
49033
  occurred_at: string;
49128
49034
  /** ID of the device. */
49129
49035
  device_id: string;
@@ -49135,9 +49041,9 @@ interface Routes {
49135
49041
  event_id: string;
49136
49042
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49137
49043
  workspace_id: string;
49138
- /** Time at which the event was created. */
49044
+ /** Date and time at which the event was created. */
49139
49045
  created_at: string;
49140
- /** Time when the event occurred. */
49046
+ /** Date and time at which the event occurred. */
49141
49047
  occurred_at: string;
49142
49048
  /** ID of the device. */
49143
49049
  device_id: string;
@@ -49149,9 +49055,9 @@ interface Routes {
49149
49055
  event_id: string;
49150
49056
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49151
49057
  workspace_id: string;
49152
- /** Time at which the event was created. */
49058
+ /** Date and time at which the event was created. */
49153
49059
  created_at: string;
49154
- /** Time when the event occurred. */
49060
+ /** Date and time at which the event occurred. */
49155
49061
  occurred_at: string;
49156
49062
  /** ID of the device. */
49157
49063
  device_id: string;
@@ -49175,9 +49081,9 @@ interface Routes {
49175
49081
  event_id: string;
49176
49082
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49177
49083
  workspace_id: string;
49178
- /** Time at which the event was created. */
49084
+ /** Date and time at which the event was created. */
49179
49085
  created_at: string;
49180
- /** Time when the event occurred. */
49086
+ /** Date and time at which the event occurred. */
49181
49087
  occurred_at: string;
49182
49088
  /** ID of the device. */
49183
49089
  device_id: string;
@@ -49188,16 +49094,16 @@ interface Routes {
49188
49094
  access_code_id?: string | undefined;
49189
49095
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
49190
49096
  action_attempt_id?: string | undefined;
49191
- /** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
49097
+ /** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
49192
49098
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
49193
49099
  } | {
49194
49100
  /** ID of the event. */
49195
49101
  event_id: string;
49196
49102
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49197
49103
  workspace_id: string;
49198
- /** Time at which the event was created. */
49104
+ /** Date and time at which the event was created. */
49199
49105
  created_at: string;
49200
- /** Time when the event occurred. */
49106
+ /** Date and time at which the event occurred. */
49201
49107
  occurred_at: string;
49202
49108
  /** ID of the device. */
49203
49109
  device_id: string;
@@ -49208,16 +49114,16 @@ interface Routes {
49208
49114
  access_code_id?: string | undefined;
49209
49115
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
49210
49116
  action_attempt_id?: string | undefined;
49211
- /** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
49117
+ /** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
49212
49118
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
49213
49119
  } | {
49214
49120
  /** ID of the event. */
49215
49121
  event_id: string;
49216
49122
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49217
49123
  workspace_id: string;
49218
- /** Time at which the event was created. */
49124
+ /** Date and time at which the event was created. */
49219
49125
  created_at: string;
49220
- /** Time when the event occurred. */
49126
+ /** Date and time at which the event occurred. */
49221
49127
  occurred_at: string;
49222
49128
  /** ID of the device. */
49223
49129
  device_id: string;
@@ -49231,9 +49137,9 @@ interface Routes {
49231
49137
  event_id: string;
49232
49138
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49233
49139
  workspace_id: string;
49234
- /** Time at which the event was created. */
49140
+ /** Date and time at which the event was created. */
49235
49141
  created_at: string;
49236
- /** Time when the event occurred. */
49142
+ /** Date and time at which the event occurred. */
49237
49143
  occurred_at: string;
49238
49144
  /** ID of the device. */
49239
49145
  device_id: string;
@@ -49244,23 +49150,23 @@ interface Routes {
49244
49150
  thermostat_schedule_id: string | null;
49245
49151
  /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
49246
49152
  climate_preset_key: string;
49247
- /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
49153
+ /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49248
49154
  is_fallback_climate_preset: boolean;
49249
49155
  } | {
49250
49156
  /** ID of the event. */
49251
49157
  event_id: string;
49252
49158
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49253
49159
  workspace_id: string;
49254
- /** Time at which the event was created. */
49160
+ /** Date and time at which the event was created. */
49255
49161
  created_at: string;
49256
- /** Time when the event occurred. */
49162
+ /** Date and time at which the event occurred. */
49257
49163
  occurred_at: string;
49258
49164
  /** ID of the device. */
49259
49165
  device_id: string;
49260
49166
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49261
49167
  connected_account_id: string;
49262
49168
  event_type: 'thermostat.manually_adjusted';
49263
- /** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
49169
+ /** Method used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49264
49170
  method: 'seam' | 'external';
49265
49171
  /** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
49266
49172
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
@@ -49279,18 +49185,18 @@ interface Routes {
49279
49185
  event_id: string;
49280
49186
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49281
49187
  workspace_id: string;
49282
- /** Time at which the event was created. */
49188
+ /** Date and time at which the event was created. */
49283
49189
  created_at: string;
49284
- /** Time when the event occurred. */
49190
+ /** Date and time at which the event occurred. */
49285
49191
  occurred_at: string;
49286
49192
  /** ID of the device. */
49287
49193
  device_id: string;
49288
49194
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49289
49195
  connected_account_id: string;
49290
49196
  event_type: 'thermostat.temperature_threshold_exceeded';
49291
- /** Temperature, in °C, reported by the thermostat. */
49197
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49292
49198
  temperature_celsius: number;
49293
- /** Temperature, in °F, reported by the thermostat. */
49199
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49294
49200
  temperature_fahrenheit: number;
49295
49201
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
49296
49202
  upper_limit_celsius: number | null;
@@ -49305,18 +49211,18 @@ interface Routes {
49305
49211
  event_id: string;
49306
49212
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49307
49213
  workspace_id: string;
49308
- /** Time at which the event was created. */
49214
+ /** Date and time at which the event was created. */
49309
49215
  created_at: string;
49310
- /** Time when the event occurred. */
49216
+ /** Date and time at which the event occurred. */
49311
49217
  occurred_at: string;
49312
49218
  /** ID of the device. */
49313
49219
  device_id: string;
49314
49220
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49315
49221
  connected_account_id: string;
49316
49222
  event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
49317
- /** Temperature, in °C, reported by the thermostat. */
49223
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49318
49224
  temperature_celsius: number;
49319
- /** Temperature, in °F, reported by the thermostat. */
49225
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
49320
49226
  temperature_fahrenheit: number;
49321
49227
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
49322
49228
  upper_limit_celsius: number | null;
@@ -49331,11 +49237,11 @@ interface Routes {
49331
49237
  event_id: string;
49332
49238
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49333
49239
  workspace_id: string;
49334
- /** Time at which the event was created. */
49240
+ /** Date and time at which the event was created. */
49335
49241
  created_at: string;
49336
- /** Time when the event occurred. */
49242
+ /** Date and time at which the event occurred. */
49337
49243
  occurred_at: string;
49338
- /** ID of the enrollment automation. */
49244
+ /** ID of the [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut). */
49339
49245
  enrollment_automation_id: string;
49340
49246
  event_type: 'enrollment_automation.deleted';
49341
49247
  } | {
@@ -49343,11 +49249,11 @@ interface Routes {
49343
49249
  event_id: string;
49344
49250
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49345
49251
  workspace_id: string;
49346
- /** Time at which the event was created. */
49252
+ /** Date and time at which the event was created. */
49347
49253
  created_at: string;
49348
- /** Time when the event occurred. */
49254
+ /** Date and time at which the event occurred. */
49349
49255
  occurred_at: string;
49350
- /** ID of the device. */
49256
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49351
49257
  device_id: string;
49352
49258
  event_type: 'phone.deactivated';
49353
49259
  }) | undefined;
@@ -49382,15 +49288,15 @@ interface Routes {
49382
49288
  event_id: string;
49383
49289
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49384
49290
  workspace_id: string;
49385
- /** Time at which the event was created. */
49291
+ /** Date and time at which the event was created. */
49386
49292
  created_at: string;
49387
- /** Time when the event occurred. */
49293
+ /** Date and time at which the event occurred. */
49388
49294
  occurred_at: string;
49389
- /** The ID of the access code. */
49295
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49390
49296
  access_code_id: string;
49391
- /** The ID of the device. */
49297
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49392
49298
  device_id: string;
49393
- /** The ID of the connected account. */
49299
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49394
49300
  connected_account_id: string;
49395
49301
  event_type: 'access_code.created';
49396
49302
  } | {
@@ -49398,15 +49304,15 @@ interface Routes {
49398
49304
  event_id: string;
49399
49305
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49400
49306
  workspace_id: string;
49401
- /** Time at which the event was created. */
49307
+ /** Date and time at which the event was created. */
49402
49308
  created_at: string;
49403
- /** Time when the event occurred. */
49309
+ /** Date and time at which the event occurred. */
49404
49310
  occurred_at: string;
49405
- /** The ID of the access code. */
49311
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49406
49312
  access_code_id: string;
49407
- /** The ID of the device. */
49313
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49408
49314
  device_id: string;
49409
- /** The ID of the connected account. */
49315
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49410
49316
  connected_account_id: string;
49411
49317
  event_type: 'access_code.changed';
49412
49318
  } | {
@@ -49414,51 +49320,51 @@ interface Routes {
49414
49320
  event_id: string;
49415
49321
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49416
49322
  workspace_id: string;
49417
- /** Time at which the event was created. */
49323
+ /** Date and time at which the event was created. */
49418
49324
  created_at: string;
49419
- /** Time when the event occurred. */
49325
+ /** Date and time at which the event occurred. */
49420
49326
  occurred_at: string;
49421
- /** The ID of the access code. */
49327
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49422
49328
  access_code_id: string;
49423
- /** The ID of the device. */
49329
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49424
49330
  device_id: string;
49425
- /** The ID of the connected account. */
49331
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49426
49332
  connected_account_id: string;
49427
49333
  event_type: 'access_code.scheduled_on_device';
49428
- /** The code of the access code. */
49334
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49429
49335
  code: string;
49430
49336
  } | {
49431
49337
  /** ID of the event. */
49432
49338
  event_id: string;
49433
49339
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49434
49340
  workspace_id: string;
49435
- /** Time at which the event was created. */
49341
+ /** Date and time at which the event was created. */
49436
49342
  created_at: string;
49437
- /** Time when the event occurred. */
49343
+ /** Date and time at which the event occurred. */
49438
49344
  occurred_at: string;
49439
- /** The ID of the access code. */
49345
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49440
49346
  access_code_id: string;
49441
- /** The ID of the device. */
49347
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49442
49348
  device_id: string;
49443
- /** The ID of the connected account. */
49349
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49444
49350
  connected_account_id: string;
49445
49351
  event_type: 'access_code.set_on_device';
49446
- /** The code of the access code. */
49352
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49447
49353
  code: string;
49448
49354
  } | {
49449
49355
  /** ID of the event. */
49450
49356
  event_id: string;
49451
49357
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49452
49358
  workspace_id: string;
49453
- /** Time at which the event was created. */
49359
+ /** Date and time at which the event was created. */
49454
49360
  created_at: string;
49455
- /** Time when the event occurred. */
49361
+ /** Date and time at which the event occurred. */
49456
49362
  occurred_at: string;
49457
- /** The ID of the access code. */
49363
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49458
49364
  access_code_id: string;
49459
- /** The ID of the device. */
49365
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49460
49366
  device_id: string;
49461
- /** The ID of the connected account. */
49367
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49462
49368
  connected_account_id: string;
49463
49369
  event_type: 'access_code.removed_from_device';
49464
49370
  } | {
@@ -49466,15 +49372,15 @@ interface Routes {
49466
49372
  event_id: string;
49467
49373
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49468
49374
  workspace_id: string;
49469
- /** Time at which the event was created. */
49375
+ /** Date and time at which the event was created. */
49470
49376
  created_at: string;
49471
- /** Time when the event occurred. */
49377
+ /** Date and time at which the event occurred. */
49472
49378
  occurred_at: string;
49473
- /** The ID of the access code. */
49379
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49474
49380
  access_code_id: string;
49475
- /** The ID of the device. */
49381
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49476
49382
  device_id: string;
49477
- /** The ID of the connected account. */
49383
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49478
49384
  connected_account_id: string;
49479
49385
  event_type: 'access_code.delay_in_setting_on_device';
49480
49386
  } | {
@@ -49482,15 +49388,15 @@ interface Routes {
49482
49388
  event_id: string;
49483
49389
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49484
49390
  workspace_id: string;
49485
- /** Time at which the event was created. */
49391
+ /** Date and time at which the event was created. */
49486
49392
  created_at: string;
49487
- /** Time when the event occurred. */
49393
+ /** Date and time at which the event occurred. */
49488
49394
  occurred_at: string;
49489
- /** The ID of the access code. */
49395
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49490
49396
  access_code_id: string;
49491
- /** The ID of the device. */
49397
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49492
49398
  device_id: string;
49493
- /** The ID of the connected account. */
49399
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49494
49400
  connected_account_id: string;
49495
49401
  event_type: 'access_code.failed_to_set_on_device';
49496
49402
  } | {
@@ -49498,33 +49404,33 @@ interface Routes {
49498
49404
  event_id: string;
49499
49405
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49500
49406
  workspace_id: string;
49501
- /** Time at which the event was created. */
49407
+ /** Date and time at which the event was created. */
49502
49408
  created_at: string;
49503
- /** Time when the event occurred. */
49409
+ /** Date and time at which the event occurred. */
49504
49410
  occurred_at: string;
49505
- /** The ID of the access code. */
49411
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49506
49412
  access_code_id: string;
49507
- /** The ID of the device. */
49413
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49508
49414
  device_id: string;
49509
- /** The ID of the connected account. */
49415
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49510
49416
  connected_account_id: string;
49511
49417
  event_type: 'access_code.deleted';
49512
- /** The code of the access code. */
49418
+ /** Code for the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49513
49419
  code: string | null;
49514
49420
  } | {
49515
49421
  /** ID of the event. */
49516
49422
  event_id: string;
49517
49423
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49518
49424
  workspace_id: string;
49519
- /** Time at which the event was created. */
49425
+ /** Date and time at which the event was created. */
49520
49426
  created_at: string;
49521
- /** Time when the event occurred. */
49427
+ /** Date and time at which the event occurred. */
49522
49428
  occurred_at: string;
49523
- /** The ID of the access code. */
49429
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49524
49430
  access_code_id: string;
49525
- /** The ID of the device. */
49431
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49526
49432
  device_id: string;
49527
- /** The ID of the connected account. */
49433
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49528
49434
  connected_account_id: string;
49529
49435
  event_type: 'access_code.delay_in_removing_from_device';
49530
49436
  } | {
@@ -49532,15 +49438,15 @@ interface Routes {
49532
49438
  event_id: string;
49533
49439
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49534
49440
  workspace_id: string;
49535
- /** Time at which the event was created. */
49441
+ /** Date and time at which the event was created. */
49536
49442
  created_at: string;
49537
- /** Time when the event occurred. */
49443
+ /** Date and time at which the event occurred. */
49538
49444
  occurred_at: string;
49539
- /** The ID of the access code. */
49445
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49540
49446
  access_code_id: string;
49541
- /** The ID of the device. */
49447
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49542
49448
  device_id: string;
49543
- /** The ID of the connected account. */
49449
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49544
49450
  connected_account_id: string;
49545
49451
  event_type: 'access_code.failed_to_remove_from_device';
49546
49452
  } | {
@@ -49548,15 +49454,15 @@ interface Routes {
49548
49454
  event_id: string;
49549
49455
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49550
49456
  workspace_id: string;
49551
- /** Time at which the event was created. */
49457
+ /** Date and time at which the event was created. */
49552
49458
  created_at: string;
49553
- /** Time when the event occurred. */
49459
+ /** Date and time at which the event occurred. */
49554
49460
  occurred_at: string;
49555
- /** The ID of the access code. */
49461
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49556
49462
  access_code_id: string;
49557
- /** The ID of the device. */
49463
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49558
49464
  device_id: string;
49559
- /** The ID of the connected account. */
49465
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49560
49466
  connected_account_id: string;
49561
49467
  event_type: 'access_code.modified_external_to_seam';
49562
49468
  } | {
@@ -49564,15 +49470,15 @@ interface Routes {
49564
49470
  event_id: string;
49565
49471
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49566
49472
  workspace_id: string;
49567
- /** Time at which the event was created. */
49473
+ /** Date and time at which the event was created. */
49568
49474
  created_at: string;
49569
- /** Time when the event occurred. */
49475
+ /** Date and time at which the event occurred. */
49570
49476
  occurred_at: string;
49571
- /** The ID of the access code. */
49477
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49572
49478
  access_code_id: string;
49573
- /** The ID of the device. */
49479
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49574
49480
  device_id: string;
49575
- /** The ID of the connected account. */
49481
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49576
49482
  connected_account_id: string;
49577
49483
  event_type: 'access_code.deleted_external_to_seam';
49578
49484
  } | {
@@ -49580,15 +49486,15 @@ interface Routes {
49580
49486
  event_id: string;
49581
49487
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49582
49488
  workspace_id: string;
49583
- /** Time at which the event was created. */
49489
+ /** Date and time at which the event was created. */
49584
49490
  created_at: string;
49585
- /** Time when the event occurred. */
49491
+ /** Date and time at which the event occurred. */
49586
49492
  occurred_at: string;
49587
- /** The ID of the access code. */
49493
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49588
49494
  access_code_id: string;
49589
- /** The ID of the device. */
49495
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49590
49496
  device_id: string;
49591
- /** The ID of the connected account. */
49497
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49592
49498
  connected_account_id: string;
49593
49499
  event_type: 'access_code.backup_access_code_pulled';
49594
49500
  backup_access_code_id: string;
@@ -49597,15 +49503,15 @@ interface Routes {
49597
49503
  event_id: string;
49598
49504
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49599
49505
  workspace_id: string;
49600
- /** Time at which the event was created. */
49506
+ /** Date and time at which the event was created. */
49601
49507
  created_at: string;
49602
- /** Time when the event occurred. */
49508
+ /** Date and time at which the event occurred. */
49603
49509
  occurred_at: string;
49604
- /** The ID of the access code. */
49510
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49605
49511
  access_code_id: string;
49606
- /** The ID of the device. */
49512
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49607
49513
  device_id: string;
49608
- /** The ID of the connected account. */
49514
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49609
49515
  connected_account_id: string;
49610
49516
  event_type: 'access_code.unmanaged.converted_to_managed';
49611
49517
  } | {
@@ -49613,15 +49519,15 @@ interface Routes {
49613
49519
  event_id: string;
49614
49520
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49615
49521
  workspace_id: string;
49616
- /** Time at which the event was created. */
49522
+ /** Date and time at which the event was created. */
49617
49523
  created_at: string;
49618
- /** Time when the event occurred. */
49524
+ /** Date and time at which the event occurred. */
49619
49525
  occurred_at: string;
49620
- /** The ID of the access code. */
49526
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49621
49527
  access_code_id: string;
49622
- /** The ID of the device. */
49528
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49623
49529
  device_id: string;
49624
- /** The ID of the connected account. */
49530
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49625
49531
  connected_account_id: string;
49626
49532
  event_type: 'access_code.unmanaged.failed_to_convert_to_managed';
49627
49533
  } | {
@@ -49629,15 +49535,15 @@ interface Routes {
49629
49535
  event_id: string;
49630
49536
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49631
49537
  workspace_id: string;
49632
- /** Time at which the event was created. */
49538
+ /** Date and time at which the event was created. */
49633
49539
  created_at: string;
49634
- /** Time when the event occurred. */
49540
+ /** Date and time at which the event occurred. */
49635
49541
  occurred_at: string;
49636
- /** The ID of the access code. */
49542
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49637
49543
  access_code_id: string;
49638
- /** The ID of the device. */
49544
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49639
49545
  device_id: string;
49640
- /** The ID of the connected account. */
49546
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49641
49547
  connected_account_id: string;
49642
49548
  event_type: 'access_code.unmanaged.created';
49643
49549
  } | {
@@ -49645,15 +49551,15 @@ interface Routes {
49645
49551
  event_id: string;
49646
49552
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49647
49553
  workspace_id: string;
49648
- /** Time at which the event was created. */
49554
+ /** Date and time at which the event was created. */
49649
49555
  created_at: string;
49650
- /** Time when the event occurred. */
49556
+ /** Date and time at which the event occurred. */
49651
49557
  occurred_at: string;
49652
- /** The ID of the access code. */
49558
+ /** ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
49653
49559
  access_code_id: string;
49654
- /** The ID of the device. */
49560
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
49655
49561
  device_id: string;
49656
- /** The ID of the connected account. */
49562
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49657
49563
  connected_account_id: string;
49658
49564
  event_type: 'access_code.unmanaged.removed';
49659
49565
  } | {
@@ -49661,13 +49567,13 @@ interface Routes {
49661
49567
  event_id: string;
49662
49568
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49663
49569
  workspace_id: string;
49664
- /** Time at which the event was created. */
49570
+ /** Date and time at which the event was created. */
49665
49571
  created_at: string;
49666
- /** Time when the event occurred. */
49572
+ /** Date and time at which the event occurred. */
49667
49573
  occurred_at: string;
49668
- /** ID of the connected account. */
49574
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49669
49575
  connected_account_id?: string | undefined;
49670
- /** ID of the ACS system. */
49576
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49671
49577
  acs_system_id: string;
49672
49578
  event_type: 'acs_system.connected';
49673
49579
  } | {
@@ -49675,13 +49581,13 @@ interface Routes {
49675
49581
  event_id: string;
49676
49582
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49677
49583
  workspace_id: string;
49678
- /** Time at which the event was created. */
49584
+ /** Date and time at which the event was created. */
49679
49585
  created_at: string;
49680
- /** Time when the event occurred. */
49586
+ /** Date and time at which the event occurred. */
49681
49587
  occurred_at: string;
49682
- /** ID of the connected account. */
49588
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49683
49589
  connected_account_id?: string | undefined;
49684
- /** ID of the ACS system. */
49590
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49685
49591
  acs_system_id: string;
49686
49592
  event_type: 'acs_system.added';
49687
49593
  } | {
@@ -49689,13 +49595,13 @@ interface Routes {
49689
49595
  event_id: string;
49690
49596
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49691
49597
  workspace_id: string;
49692
- /** Time at which the event was created. */
49598
+ /** Date and time at which the event was created. */
49693
49599
  created_at: string;
49694
- /** Time when the event occurred. */
49600
+ /** Date and time at which the event occurred. */
49695
49601
  occurred_at: string;
49696
- /** ID of the connected account. */
49602
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49697
49603
  connected_account_id?: string | undefined;
49698
- /** ID of the ACS system. */
49604
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49699
49605
  acs_system_id: string;
49700
49606
  event_type: 'acs_system.disconnected';
49701
49607
  } | {
@@ -49703,13 +49609,13 @@ interface Routes {
49703
49609
  event_id: string;
49704
49610
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49705
49611
  workspace_id: string;
49706
- /** Time at which the event was created. */
49612
+ /** Date and time at which the event was created. */
49707
49613
  created_at: string;
49708
- /** Time when the event occurred. */
49614
+ /** Date and time at which the event occurred. */
49709
49615
  occurred_at: string;
49710
- /** ID of the connected account. */
49616
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49711
49617
  connected_account_id?: string | undefined;
49712
- /** ID of the ACS system. */
49618
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49713
49619
  acs_system_id: string;
49714
49620
  acs_credential_id: string;
49715
49621
  event_type: 'acs_credential.deleted';
@@ -49718,13 +49624,13 @@ interface Routes {
49718
49624
  event_id: string;
49719
49625
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49720
49626
  workspace_id: string;
49721
- /** Time at which the event was created. */
49627
+ /** Date and time at which the event was created. */
49722
49628
  created_at: string;
49723
- /** Time when the event occurred. */
49629
+ /** Date and time at which the event occurred. */
49724
49630
  occurred_at: string;
49725
- /** ID of the connected account. */
49631
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49726
49632
  connected_account_id?: string | undefined;
49727
- /** ID of the ACS system. */
49633
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49728
49634
  acs_system_id: string;
49729
49635
  acs_credential_id: string;
49730
49636
  event_type: 'acs_credential.issued';
@@ -49733,13 +49639,13 @@ interface Routes {
49733
49639
  event_id: string;
49734
49640
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49735
49641
  workspace_id: string;
49736
- /** Time at which the event was created. */
49642
+ /** Date and time at which the event was created. */
49737
49643
  created_at: string;
49738
- /** Time when the event occurred. */
49644
+ /** Date and time at which the event occurred. */
49739
49645
  occurred_at: string;
49740
- /** ID of the connected account. */
49646
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49741
49647
  connected_account_id?: string | undefined;
49742
- /** ID of the ACS system. */
49648
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49743
49649
  acs_system_id: string;
49744
49650
  acs_user_id: string;
49745
49651
  event_type: 'acs_user.deleted';
@@ -49748,15 +49654,15 @@ interface Routes {
49748
49654
  event_id: string;
49749
49655
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49750
49656
  workspace_id: string;
49751
- /** Time at which the event was created. */
49657
+ /** Date and time at which the event was created. */
49752
49658
  created_at: string;
49753
- /** Time when the event occurred. */
49659
+ /** Date and time at which the event occurred. */
49754
49660
  occurred_at: string;
49755
- /** ID of the connected account. */
49661
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49756
49662
  connected_account_id?: string | undefined;
49757
- /** ID of the ACS system. */
49663
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49758
49664
  acs_system_id: string;
49759
- /** ID of the ACS encoder. */
49665
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
49760
49666
  acs_encoder_id: string;
49761
49667
  event_type: 'acs_encoder.added';
49762
49668
  } | {
@@ -49764,15 +49670,15 @@ interface Routes {
49764
49670
  event_id: string;
49765
49671
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49766
49672
  workspace_id: string;
49767
- /** Time at which the event was created. */
49673
+ /** Date and time at which the event was created. */
49768
49674
  created_at: string;
49769
- /** Time when the event occurred. */
49675
+ /** Date and time at which the event occurred. */
49770
49676
  occurred_at: string;
49771
- /** ID of the connected account. */
49677
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49772
49678
  connected_account_id?: string | undefined;
49773
- /** ID of the ACS system. */
49679
+ /** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
49774
49680
  acs_system_id: string;
49775
- /** ID of the ACS encoder. */
49681
+ /** ID of the [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners). */
49776
49682
  acs_encoder_id: string;
49777
49683
  event_type: 'acs_encoder.removed';
49778
49684
  } | {
@@ -49780,11 +49686,11 @@ interface Routes {
49780
49686
  event_id: string;
49781
49687
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49782
49688
  workspace_id: string;
49783
- /** Time at which the event was created. */
49689
+ /** Date and time at which the event was created. */
49784
49690
  created_at: string;
49785
- /** Time when the event occurred. */
49691
+ /** Date and time at which the event occurred. */
49786
49692
  occurred_at: string;
49787
- /** ID of the client session. */
49693
+ /** ID of the [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens). */
49788
49694
  client_session_id: string;
49789
49695
  event_type: 'client_session.deleted';
49790
49696
  } | {
@@ -49792,53 +49698,53 @@ interface Routes {
49792
49698
  event_id: string;
49793
49699
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49794
49700
  workspace_id: string;
49795
- /** Time at which the event was created. */
49701
+ /** Date and time at which the event was created. */
49796
49702
  created_at: string;
49797
- /** Time when the event occurred. */
49703
+ /** Date and time at which the event occurred. */
49798
49704
  occurred_at: string;
49799
- /** ID of the connected account. */
49705
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49800
49706
  connected_account_id: string;
49801
49707
  event_type: 'connected_account.connected';
49802
- /** ID of the connect webview. */
49708
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
49803
49709
  connect_webview_id: string;
49804
49710
  } | {
49805
49711
  /** ID of the event. */
49806
49712
  event_id: string;
49807
49713
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49808
49714
  workspace_id: string;
49809
- /** Time at which the event was created. */
49715
+ /** Date and time at which the event was created. */
49810
49716
  created_at: string;
49811
- /** Time when the event occurred. */
49717
+ /** Date and time at which the event occurred. */
49812
49718
  occurred_at: string;
49813
- /** ID of the connected account. */
49719
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49814
49720
  connected_account_id: string;
49815
49721
  event_type: 'connected_account.created';
49816
- /** ID of the connect webview. */
49722
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
49817
49723
  connect_webview_id: string;
49818
49724
  } | {
49819
49725
  /** ID of the event. */
49820
49726
  event_id: string;
49821
49727
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49822
49728
  workspace_id: string;
49823
- /** Time at which the event was created. */
49729
+ /** Date and time at which the event was created. */
49824
49730
  created_at: string;
49825
- /** Time when the event occurred. */
49731
+ /** Date and time at which the event occurred. */
49826
49732
  occurred_at: string;
49827
- /** ID of the connected account. */
49733
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49828
49734
  connected_account_id: string;
49829
49735
  event_type: 'connected_account.successful_login';
49830
- /** ID of the connect webview. */
49736
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
49831
49737
  connect_webview_id: string;
49832
49738
  } | {
49833
49739
  /** ID of the event. */
49834
49740
  event_id: string;
49835
49741
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49836
49742
  workspace_id: string;
49837
- /** Time at which the event was created. */
49743
+ /** Date and time at which the event was created. */
49838
49744
  created_at: string;
49839
- /** Time when the event occurred. */
49745
+ /** Date and time at which the event occurred. */
49840
49746
  occurred_at: string;
49841
- /** ID of the connected account. */
49747
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49842
49748
  connected_account_id: string;
49843
49749
  event_type: 'connected_account.disconnected';
49844
49750
  } | {
@@ -49846,11 +49752,11 @@ interface Routes {
49846
49752
  event_id: string;
49847
49753
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49848
49754
  workspace_id: string;
49849
- /** Time at which the event was created. */
49755
+ /** Date and time at which the event was created. */
49850
49756
  created_at: string;
49851
- /** Time when the event occurred. */
49757
+ /** Date and time at which the event occurred. */
49852
49758
  occurred_at: string;
49853
- /** ID of the connected account. */
49759
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49854
49760
  connected_account_id: string;
49855
49761
  event_type: 'connected_account.completed_first_sync';
49856
49762
  } | {
@@ -49858,11 +49764,11 @@ interface Routes {
49858
49764
  event_id: string;
49859
49765
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49860
49766
  workspace_id: string;
49861
- /** Time at which the event was created. */
49767
+ /** Date and time at which the event was created. */
49862
49768
  created_at: string;
49863
- /** Time when the event occurred. */
49769
+ /** Date and time at which the event occurred. */
49864
49770
  occurred_at: string;
49865
- /** ID of the connected account. */
49771
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49866
49772
  connected_account_id: string;
49867
49773
  event_type: 'connected_account.deleted';
49868
49774
  } | {
@@ -49870,11 +49776,11 @@ interface Routes {
49870
49776
  event_id: string;
49871
49777
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49872
49778
  workspace_id: string;
49873
- /** Time at which the event was created. */
49779
+ /** Date and time at which the event was created. */
49874
49780
  created_at: string;
49875
- /** Time when the event occurred. */
49781
+ /** Date and time at which the event occurred. */
49876
49782
  occurred_at: string;
49877
- /** ID of the connected account. */
49783
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49878
49784
  connected_account_id: string;
49879
49785
  event_type: 'connected_account.completed_first_sync_after_reconnection';
49880
49786
  } | {
@@ -49882,15 +49788,15 @@ interface Routes {
49882
49788
  event_id: string;
49883
49789
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49884
49790
  workspace_id: string;
49885
- /** Time at which the event was created. */
49791
+ /** Date and time at which the event was created. */
49886
49792
  created_at: string;
49887
- /** Time when the event occurred. */
49793
+ /** Date and time at which the event occurred. */
49888
49794
  occurred_at: string;
49889
- /** The ID of the action attempt. */
49795
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
49890
49796
  action_attempt_id: string;
49891
- /** The type of action. */
49797
+ /** Type of action. */
49892
49798
  action_type: string;
49893
- /** The status of the action. */
49799
+ /** Status of the action. */
49894
49800
  status: string;
49895
49801
  event_type: 'action_attempt.lock_door.succeeded';
49896
49802
  } | {
@@ -49898,15 +49804,15 @@ interface Routes {
49898
49804
  event_id: string;
49899
49805
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49900
49806
  workspace_id: string;
49901
- /** Time at which the event was created. */
49807
+ /** Date and time at which the event was created. */
49902
49808
  created_at: string;
49903
- /** Time when the event occurred. */
49809
+ /** Date and time at which the event occurred. */
49904
49810
  occurred_at: string;
49905
- /** The ID of the action attempt. */
49811
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
49906
49812
  action_attempt_id: string;
49907
- /** The type of action. */
49813
+ /** Type of action. */
49908
49814
  action_type: string;
49909
- /** The status of the action. */
49815
+ /** Status of the action. */
49910
49816
  status: string;
49911
49817
  event_type: 'action_attempt.lock_door.failed';
49912
49818
  } | {
@@ -49914,15 +49820,15 @@ interface Routes {
49914
49820
  event_id: string;
49915
49821
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49916
49822
  workspace_id: string;
49917
- /** Time at which the event was created. */
49823
+ /** Date and time at which the event was created. */
49918
49824
  created_at: string;
49919
- /** Time when the event occurred. */
49825
+ /** Date and time at which the event occurred. */
49920
49826
  occurred_at: string;
49921
- /** The ID of the action attempt. */
49827
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
49922
49828
  action_attempt_id: string;
49923
- /** The type of action. */
49829
+ /** Type of action. */
49924
49830
  action_type: string;
49925
- /** The status of the action. */
49831
+ /** Status of the action. */
49926
49832
  status: string;
49927
49833
  event_type: 'action_attempt.unlock_door.succeeded';
49928
49834
  } | {
@@ -49930,15 +49836,15 @@ interface Routes {
49930
49836
  event_id: string;
49931
49837
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49932
49838
  workspace_id: string;
49933
- /** Time at which the event was created. */
49839
+ /** Date and time at which the event was created. */
49934
49840
  created_at: string;
49935
- /** Time when the event occurred. */
49841
+ /** Date and time at which the event occurred. */
49936
49842
  occurred_at: string;
49937
- /** The ID of the action attempt. */
49843
+ /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts). */
49938
49844
  action_attempt_id: string;
49939
- /** The type of action. */
49845
+ /** Type of action. */
49940
49846
  action_type: string;
49941
- /** The status of the action. */
49847
+ /** Status of the action. */
49942
49848
  status: string;
49943
49849
  event_type: 'action_attempt.unlock_door.failed';
49944
49850
  } | {
@@ -49946,25 +49852,25 @@ interface Routes {
49946
49852
  event_id: string;
49947
49853
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49948
49854
  workspace_id: string;
49949
- /** Time at which the event was created. */
49855
+ /** Date and time at which the event was created. */
49950
49856
  created_at: string;
49951
- /** Time when the event occurred. */
49857
+ /** Date and time at which the event occurred. */
49952
49858
  occurred_at: string;
49953
- /** ID of the connect webview. */
49859
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
49954
49860
  connect_webview_id: string;
49955
49861
  event_type: 'connect_webview.login_succeeded';
49956
- /** ID of the connected account. */
49862
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
49957
49863
  connected_account_id: string;
49958
49864
  } | {
49959
49865
  /** ID of the event. */
49960
49866
  event_id: string;
49961
49867
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49962
49868
  workspace_id: string;
49963
- /** Time at which the event was created. */
49869
+ /** Date and time at which the event was created. */
49964
49870
  created_at: string;
49965
- /** Time when the event occurred. */
49871
+ /** Date and time at which the event occurred. */
49966
49872
  occurred_at: string;
49967
- /** ID of the connect webview. */
49873
+ /** ID of the [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews). */
49968
49874
  connect_webview_id: string;
49969
49875
  event_type: 'connect_webview.login_failed';
49970
49876
  } | {
@@ -49972,9 +49878,9 @@ interface Routes {
49972
49878
  event_id: string;
49973
49879
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49974
49880
  workspace_id: string;
49975
- /** Time at which the event was created. */
49881
+ /** Date and time at which the event was created. */
49976
49882
  created_at: string;
49977
- /** Time when the event occurred. */
49883
+ /** Date and time at which the event occurred. */
49978
49884
  occurred_at: string;
49979
49885
  /** ID of the device. */
49980
49886
  device_id: string;
@@ -49986,9 +49892,9 @@ interface Routes {
49986
49892
  event_id: string;
49987
49893
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
49988
49894
  workspace_id: string;
49989
- /** Time at which the event was created. */
49895
+ /** Date and time at which the event was created. */
49990
49896
  created_at: string;
49991
- /** Time when the event occurred. */
49897
+ /** Date and time at which the event occurred. */
49992
49898
  occurred_at: string;
49993
49899
  /** ID of the device. */
49994
49900
  device_id: string;
@@ -50000,9 +49906,9 @@ interface Routes {
50000
49906
  event_id: string;
50001
49907
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50002
49908
  workspace_id: string;
50003
- /** Time at which the event was created. */
49909
+ /** Date and time at which the event was created. */
50004
49910
  created_at: string;
50005
- /** Time when the event occurred. */
49911
+ /** Date and time at which the event occurred. */
50006
49912
  occurred_at: string;
50007
49913
  /** ID of the device. */
50008
49914
  device_id: string;
@@ -50014,9 +49920,9 @@ interface Routes {
50014
49920
  event_id: string;
50015
49921
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50016
49922
  workspace_id: string;
50017
- /** Time at which the event was created. */
49923
+ /** Date and time at which the event was created. */
50018
49924
  created_at: string;
50019
- /** Time when the event occurred. */
49925
+ /** Date and time at which the event occurred. */
50020
49926
  occurred_at: string;
50021
49927
  /** ID of the device. */
50022
49928
  device_id: string;
@@ -50028,9 +49934,9 @@ interface Routes {
50028
49934
  event_id: string;
50029
49935
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50030
49936
  workspace_id: string;
50031
- /** Time at which the event was created. */
49937
+ /** Date and time at which the event was created. */
50032
49938
  created_at: string;
50033
- /** Time when the event occurred. */
49939
+ /** Date and time at which the event occurred. */
50034
49940
  occurred_at: string;
50035
49941
  /** ID of the device. */
50036
49942
  device_id: string;
@@ -50042,9 +49948,9 @@ interface Routes {
50042
49948
  event_id: string;
50043
49949
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50044
49950
  workspace_id: string;
50045
- /** Time at which the event was created. */
49951
+ /** Date and time at which the event was created. */
50046
49952
  created_at: string;
50047
- /** Time when the event occurred. */
49953
+ /** Date and time at which the event occurred. */
50048
49954
  occurred_at: string;
50049
49955
  /** ID of the device. */
50050
49956
  device_id: string;
@@ -50058,9 +49964,9 @@ interface Routes {
50058
49964
  event_id: string;
50059
49965
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50060
49966
  workspace_id: string;
50061
- /** Time at which the event was created. */
49967
+ /** Date and time at which the event was created. */
50062
49968
  created_at: string;
50063
- /** Time when the event occurred. */
49969
+ /** Date and time at which the event occurred. */
50064
49970
  occurred_at: string;
50065
49971
  /** ID of the device. */
50066
49972
  device_id: string;
@@ -50074,9 +49980,9 @@ interface Routes {
50074
49980
  event_id: string;
50075
49981
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50076
49982
  workspace_id: string;
50077
- /** Time at which the event was created. */
49983
+ /** Date and time at which the event was created. */
50078
49984
  created_at: string;
50079
- /** Time when the event occurred. */
49985
+ /** Date and time at which the event occurred. */
50080
49986
  occurred_at: string;
50081
49987
  /** ID of the device. */
50082
49988
  device_id: string;
@@ -50088,9 +49994,9 @@ interface Routes {
50088
49994
  event_id: string;
50089
49995
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50090
49996
  workspace_id: string;
50091
- /** Time at which the event was created. */
49997
+ /** Date and time at which the event was created. */
50092
49998
  created_at: string;
50093
- /** Time when the event occurred. */
49999
+ /** Date and time at which the event occurred. */
50094
50000
  occurred_at: string;
50095
50001
  /** ID of the device. */
50096
50002
  device_id: string;
@@ -50104,9 +50010,9 @@ interface Routes {
50104
50010
  event_id: string;
50105
50011
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50106
50012
  workspace_id: string;
50107
- /** Time at which the event was created. */
50013
+ /** Date and time at which the event was created. */
50108
50014
  created_at: string;
50109
- /** Time when the event occurred. */
50015
+ /** Date and time at which the event occurred. */
50110
50016
  occurred_at: string;
50111
50017
  /** ID of the device. */
50112
50018
  device_id: string;
@@ -50122,9 +50028,9 @@ interface Routes {
50122
50028
  event_id: string;
50123
50029
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50124
50030
  workspace_id: string;
50125
- /** Time at which the event was created. */
50031
+ /** Date and time at which the event was created. */
50126
50032
  created_at: string;
50127
- /** Time when the event occurred. */
50033
+ /** Date and time at which the event occurred. */
50128
50034
  occurred_at: string;
50129
50035
  /** ID of the device. */
50130
50036
  device_id: string;
@@ -50136,9 +50042,9 @@ interface Routes {
50136
50042
  event_id: string;
50137
50043
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50138
50044
  workspace_id: string;
50139
- /** Time at which the event was created. */
50045
+ /** Date and time at which the event was created. */
50140
50046
  created_at: string;
50141
- /** Time when the event occurred. */
50047
+ /** Date and time at which the event occurred. */
50142
50048
  occurred_at: string;
50143
50049
  /** ID of the device. */
50144
50050
  device_id: string;
@@ -50150,9 +50056,9 @@ interface Routes {
50150
50056
  event_id: string;
50151
50057
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50152
50058
  workspace_id: string;
50153
- /** Time at which the event was created. */
50059
+ /** Date and time at which the event was created. */
50154
50060
  created_at: string;
50155
- /** Time when the event occurred. */
50061
+ /** Date and time at which the event occurred. */
50156
50062
  occurred_at: string;
50157
50063
  /** ID of the device. */
50158
50064
  device_id: string;
@@ -50164,9 +50070,9 @@ interface Routes {
50164
50070
  event_id: string;
50165
50071
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50166
50072
  workspace_id: string;
50167
- /** Time at which the event was created. */
50073
+ /** Date and time at which the event was created. */
50168
50074
  created_at: string;
50169
- /** Time when the event occurred. */
50075
+ /** Date and time at which the event occurred. */
50170
50076
  occurred_at: string;
50171
50077
  /** ID of the device. */
50172
50078
  device_id: string;
@@ -50178,9 +50084,9 @@ interface Routes {
50178
50084
  event_id: string;
50179
50085
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50180
50086
  workspace_id: string;
50181
- /** Time at which the event was created. */
50087
+ /** Date and time at which the event was created. */
50182
50088
  created_at: string;
50183
- /** Time when the event occurred. */
50089
+ /** Date and time at which the event occurred. */
50184
50090
  occurred_at: string;
50185
50091
  /** ID of the device. */
50186
50092
  device_id: string;
@@ -50192,9 +50098,9 @@ interface Routes {
50192
50098
  event_id: string;
50193
50099
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50194
50100
  workspace_id: string;
50195
- /** Time at which the event was created. */
50101
+ /** Date and time at which the event was created. */
50196
50102
  created_at: string;
50197
- /** Time when the event occurred. */
50103
+ /** Date and time at which the event occurred. */
50198
50104
  occurred_at: string;
50199
50105
  /** ID of the device. */
50200
50106
  device_id: string;
@@ -50206,9 +50112,9 @@ interface Routes {
50206
50112
  event_id: string;
50207
50113
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50208
50114
  workspace_id: string;
50209
- /** Time at which the event was created. */
50115
+ /** Date and time at which the event was created. */
50210
50116
  created_at: string;
50211
- /** Time when the event occurred. */
50117
+ /** Date and time at which the event occurred. */
50212
50118
  occurred_at: string;
50213
50119
  /** ID of the device. */
50214
50120
  device_id: string;
@@ -50220,9 +50126,9 @@ interface Routes {
50220
50126
  event_id: string;
50221
50127
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50222
50128
  workspace_id: string;
50223
- /** Time at which the event was created. */
50129
+ /** Date and time at which the event was created. */
50224
50130
  created_at: string;
50225
- /** Time when the event occurred. */
50131
+ /** Date and time at which the event occurred. */
50226
50132
  occurred_at: string;
50227
50133
  /** ID of the device. */
50228
50134
  device_id: string;
@@ -50234,9 +50140,9 @@ interface Routes {
50234
50140
  event_id: string;
50235
50141
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50236
50142
  workspace_id: string;
50237
- /** Time at which the event was created. */
50143
+ /** Date and time at which the event was created. */
50238
50144
  created_at: string;
50239
- /** Time when the event occurred. */
50145
+ /** Date and time at which the event occurred. */
50240
50146
  occurred_at: string;
50241
50147
  /** ID of the device. */
50242
50148
  device_id: string;
@@ -50248,9 +50154,9 @@ interface Routes {
50248
50154
  event_id: string;
50249
50155
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50250
50156
  workspace_id: string;
50251
- /** Time at which the event was created. */
50157
+ /** Date and time at which the event was created. */
50252
50158
  created_at: string;
50253
- /** Time when the event occurred. */
50159
+ /** Date and time at which the event occurred. */
50254
50160
  occurred_at: string;
50255
50161
  /** ID of the device. */
50256
50162
  device_id: string;
@@ -50262,9 +50168,9 @@ interface Routes {
50262
50168
  event_id: string;
50263
50169
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50264
50170
  workspace_id: string;
50265
- /** Time at which the event was created. */
50171
+ /** Date and time at which the event was created. */
50266
50172
  created_at: string;
50267
- /** Time when the event occurred. */
50173
+ /** Date and time at which the event occurred. */
50268
50174
  occurred_at: string;
50269
50175
  /** ID of the device. */
50270
50176
  device_id: string;
@@ -50276,9 +50182,9 @@ interface Routes {
50276
50182
  event_id: string;
50277
50183
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50278
50184
  workspace_id: string;
50279
- /** Time at which the event was created. */
50185
+ /** Date and time at which the event was created. */
50280
50186
  created_at: string;
50281
- /** Time when the event occurred. */
50187
+ /** Date and time at which the event occurred. */
50282
50188
  occurred_at: string;
50283
50189
  /** ID of the device. */
50284
50190
  device_id: string;
@@ -50290,9 +50196,9 @@ interface Routes {
50290
50196
  event_id: string;
50291
50197
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50292
50198
  workspace_id: string;
50293
- /** Time at which the event was created. */
50199
+ /** Date and time at which the event was created. */
50294
50200
  created_at: string;
50295
- /** Time when the event occurred. */
50201
+ /** Date and time at which the event occurred. */
50296
50202
  occurred_at: string;
50297
50203
  /** ID of the device. */
50298
50204
  device_id: string;
@@ -50316,9 +50222,9 @@ interface Routes {
50316
50222
  event_id: string;
50317
50223
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50318
50224
  workspace_id: string;
50319
- /** Time at which the event was created. */
50225
+ /** Date and time at which the event was created. */
50320
50226
  created_at: string;
50321
- /** Time when the event occurred. */
50227
+ /** Date and time at which the event occurred. */
50322
50228
  occurred_at: string;
50323
50229
  /** ID of the device. */
50324
50230
  device_id: string;
@@ -50329,16 +50235,16 @@ interface Routes {
50329
50235
  access_code_id?: string | undefined;
50330
50236
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action. */
50331
50237
  action_attempt_id?: string | undefined;
50332
- /** Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
50238
+ /** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
50333
50239
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
50334
50240
  } | {
50335
50241
  /** ID of the event. */
50336
50242
  event_id: string;
50337
50243
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50338
50244
  workspace_id: string;
50339
- /** Time at which the event was created. */
50245
+ /** Date and time at which the event was created. */
50340
50246
  created_at: string;
50341
- /** Time when the event occurred. */
50247
+ /** Date and time at which the event occurred. */
50342
50248
  occurred_at: string;
50343
50249
  /** ID of the device. */
50344
50250
  device_id: string;
@@ -50349,16 +50255,16 @@ interface Routes {
50349
50255
  access_code_id?: string | undefined;
50350
50256
  /** ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action. */
50351
50257
  action_attempt_id?: string | undefined;
50352
- /** Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
50258
+ /** Method by which a [lock device](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device. */
50353
50259
  method: 'keycode' | 'manual' | 'automatic' | 'unknown' | 'seamapi';
50354
50260
  } | {
50355
50261
  /** ID of the event. */
50356
50262
  event_id: string;
50357
50263
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50358
50264
  workspace_id: string;
50359
- /** Time at which the event was created. */
50265
+ /** Date and time at which the event was created. */
50360
50266
  created_at: string;
50361
- /** Time when the event occurred. */
50267
+ /** Date and time at which the event occurred. */
50362
50268
  occurred_at: string;
50363
50269
  /** ID of the device. */
50364
50270
  device_id: string;
@@ -50372,9 +50278,9 @@ interface Routes {
50372
50278
  event_id: string;
50373
50279
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50374
50280
  workspace_id: string;
50375
- /** Time at which the event was created. */
50281
+ /** Date and time at which the event was created. */
50376
50282
  created_at: string;
50377
- /** Time when the event occurred. */
50283
+ /** Date and time at which the event occurred. */
50378
50284
  occurred_at: string;
50379
50285
  /** ID of the device. */
50380
50286
  device_id: string;
@@ -50385,23 +50291,23 @@ interface Routes {
50385
50291
  thermostat_schedule_id: string | null;
50386
50292
  /** Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated. */
50387
50293
  climate_preset_key: string;
50388
- /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
50294
+ /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50389
50295
  is_fallback_climate_preset: boolean;
50390
50296
  } | {
50391
50297
  /** ID of the event. */
50392
50298
  event_id: string;
50393
50299
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50394
50300
  workspace_id: string;
50395
- /** Time at which the event was created. */
50301
+ /** Date and time at which the event was created. */
50396
50302
  created_at: string;
50397
- /** Time when the event occurred. */
50303
+ /** Date and time at which the event occurred. */
50398
50304
  occurred_at: string;
50399
50305
  /** ID of the device. */
50400
50306
  device_id: string;
50401
50307
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
50402
50308
  connected_account_id: string;
50403
50309
  event_type: 'thermostat.manually_adjusted';
50404
- /** Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat. */
50310
+ /** Method used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50405
50311
  method: 'seam' | 'external';
50406
50312
  /** Desired fan mode setting, such as `on`, `auto`, or `circulate`. */
50407
50313
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
@@ -50420,18 +50326,18 @@ interface Routes {
50420
50326
  event_id: string;
50421
50327
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50422
50328
  workspace_id: string;
50423
- /** Time at which the event was created. */
50329
+ /** Date and time at which the event was created. */
50424
50330
  created_at: string;
50425
- /** Time when the event occurred. */
50331
+ /** Date and time at which the event occurred. */
50426
50332
  occurred_at: string;
50427
50333
  /** ID of the device. */
50428
50334
  device_id: string;
50429
50335
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
50430
50336
  connected_account_id: string;
50431
50337
  event_type: 'thermostat.temperature_threshold_exceeded';
50432
- /** Temperature, in °C, reported by the thermostat. */
50338
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50433
50339
  temperature_celsius: number;
50434
- /** Temperature, in °F, reported by the thermostat. */
50340
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50435
50341
  temperature_fahrenheit: number;
50436
50342
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
50437
50343
  upper_limit_celsius: number | null;
@@ -50446,18 +50352,18 @@ interface Routes {
50446
50352
  event_id: string;
50447
50353
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50448
50354
  workspace_id: string;
50449
- /** Time at which the event was created. */
50355
+ /** Date and time at which the event was created. */
50450
50356
  created_at: string;
50451
- /** Time when the event occurred. */
50357
+ /** Date and time at which the event occurred. */
50452
50358
  occurred_at: string;
50453
50359
  /** ID of the device. */
50454
50360
  device_id: string;
50455
50361
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
50456
50362
  connected_account_id: string;
50457
50363
  event_type: 'thermostat.temperature_threshold_no_longer_exceeded';
50458
- /** Temperature, in °C, reported by the thermostat. */
50364
+ /** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50459
50365
  temperature_celsius: number;
50460
- /** Temperature, in °F, reported by the thermostat. */
50366
+ /** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
50461
50367
  temperature_fahrenheit: number;
50462
50368
  /** Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds). */
50463
50369
  upper_limit_celsius: number | null;
@@ -50472,11 +50378,11 @@ interface Routes {
50472
50378
  event_id: string;
50473
50379
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50474
50380
  workspace_id: string;
50475
- /** Time at which the event was created. */
50381
+ /** Date and time at which the event was created. */
50476
50382
  created_at: string;
50477
- /** Time when the event occurred. */
50383
+ /** Date and time at which the event occurred. */
50478
50384
  occurred_at: string;
50479
- /** ID of the enrollment automation. */
50385
+ /** ID of the [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut). */
50480
50386
  enrollment_automation_id: string;
50481
50387
  event_type: 'enrollment_automation.deleted';
50482
50388
  } | {
@@ -50484,11 +50390,11 @@ interface Routes {
50484
50390
  event_id: string;
50485
50391
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
50486
50392
  workspace_id: string;
50487
- /** Time at which the event was created. */
50393
+ /** Date and time at which the event was created. */
50488
50394
  created_at: string;
50489
- /** Time when the event occurred. */
50395
+ /** Date and time at which the event occurred. */
50490
50396
  occurred_at: string;
50491
- /** ID of the device. */
50397
+ /** ID of the [device](https://docs.seam.co/latest/core-concepts/devices). */
50492
50398
  device_id: string;
50493
50399
  event_type: 'phone.deactivated';
50494
50400
  }>;