@seamapi/types 1.312.2 → 1.313.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/connect.cjs +1201 -1194
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1296 -934
  4. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
  5. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
  6. package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
  7. package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
  8. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
  9. package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
  10. package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
  11. package/lib/seam/connect/models/events/common.js +10 -24
  12. package/lib/seam/connect/models/events/common.js.map +1 -1
  13. package/lib/seam/connect/models/events/devices.js +145 -98
  14. package/lib/seam/connect/models/events/devices.js.map +1 -1
  15. package/lib/seam/connect/openapi.d.ts +383 -134
  16. package/lib/seam/connect/openapi.js +717 -716
  17. package/lib/seam/connect/openapi.js.map +1 -1
  18. package/lib/seam/connect/route-types.d.ts +801 -688
  19. package/package.json +1 -1
  20. package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
  21. package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
  22. package/src/lib/seam/connect/models/events/common.ts +12 -24
  23. package/src/lib/seam/connect/models/events/devices.ts +212 -101
  24. package/src/lib/seam/connect/openapi.ts +842 -716
  25. package/src/lib/seam/connect/route-types.ts +810 -688
@@ -2135,7 +2135,10 @@ export default {
2135
2135
  {
2136
2136
  properties: {
2137
2137
  message: { type: 'string' },
2138
- type: { enum: ['no_card_on_encoder'], type: 'string' },
2138
+ type: {
2139
+ enum: ['no_credential_on_encoder'],
2140
+ type: 'string',
2141
+ },
2139
2142
  },
2140
2143
  required: ['type', 'message'],
2141
2144
  type: 'object',
@@ -2762,7 +2765,10 @@ export default {
2762
2765
  {
2763
2766
  properties: {
2764
2767
  message: { type: 'string' },
2765
- type: { enum: ['no_card_on_encoder'], type: 'string' },
2768
+ type: {
2769
+ enum: ['no_credential_on_encoder'],
2770
+ type: 'string',
2771
+ },
2766
2772
  },
2767
2773
  required: ['type', 'message'],
2768
2774
  type: 'object',
@@ -5320,10 +5326,9 @@ export default {
5320
5326
  'x-title': 'Connected Account ID',
5321
5327
  },
5322
5328
  created_at: {
5323
- description: 'The time when the event was created.',
5329
+ description: 'Time at which the event was created.',
5324
5330
  format: 'date-time',
5325
5331
  type: 'string',
5326
- 'x-title': 'Created At',
5327
5332
  },
5328
5333
  device_id: {
5329
5334
  description: 'The ID of the device.',
@@ -5332,23 +5337,20 @@ export default {
5332
5337
  'x-title': 'Device ID',
5333
5338
  },
5334
5339
  event_id: {
5335
- description: 'The ID of the event.',
5340
+ description: 'ID of the event.',
5336
5341
  format: 'uuid',
5337
5342
  type: 'string',
5338
- 'x-title': 'Event ID',
5339
5343
  },
5340
5344
  event_type: { enum: ['access_code.created'], type: 'string' },
5341
5345
  occurred_at: {
5342
- description: 'The time when the event occurred.',
5346
+ description: 'Time when the event occurred.',
5343
5347
  format: 'date-time',
5344
5348
  type: 'string',
5345
- 'x-title': 'Occurred At',
5346
5349
  },
5347
5350
  workspace_id: {
5348
- description: 'The ID of the workspace.',
5351
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5349
5352
  format: 'uuid',
5350
5353
  type: 'string',
5351
- 'x-title': 'Workspace ID',
5352
5354
  },
5353
5355
  },
5354
5356
  required: [
@@ -5379,10 +5381,9 @@ export default {
5379
5381
  'x-title': 'Connected Account ID',
5380
5382
  },
5381
5383
  created_at: {
5382
- description: 'The time when the event was created.',
5384
+ description: 'Time at which the event was created.',
5383
5385
  format: 'date-time',
5384
5386
  type: 'string',
5385
- 'x-title': 'Created At',
5386
5387
  },
5387
5388
  device_id: {
5388
5389
  description: 'The ID of the device.',
@@ -5391,23 +5392,20 @@ export default {
5391
5392
  'x-title': 'Device ID',
5392
5393
  },
5393
5394
  event_id: {
5394
- description: 'The ID of the event.',
5395
+ description: 'ID of the event.',
5395
5396
  format: 'uuid',
5396
5397
  type: 'string',
5397
- 'x-title': 'Event ID',
5398
5398
  },
5399
5399
  event_type: { enum: ['access_code.changed'], type: 'string' },
5400
5400
  occurred_at: {
5401
- description: 'The time when the event occurred.',
5401
+ description: 'Time when the event occurred.',
5402
5402
  format: 'date-time',
5403
5403
  type: 'string',
5404
- 'x-title': 'Occurred At',
5405
5404
  },
5406
5405
  workspace_id: {
5407
- description: 'The ID of the workspace.',
5406
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5408
5407
  format: 'uuid',
5409
5408
  type: 'string',
5410
- 'x-title': 'Workspace ID',
5411
5409
  },
5412
5410
  },
5413
5411
  required: [
@@ -5443,10 +5441,9 @@ export default {
5443
5441
  'x-title': 'Connected Account ID',
5444
5442
  },
5445
5443
  created_at: {
5446
- description: 'The time when the event was created.',
5444
+ description: 'Time at which the event was created.',
5447
5445
  format: 'date-time',
5448
5446
  type: 'string',
5449
- 'x-title': 'Created At',
5450
5447
  },
5451
5448
  device_id: {
5452
5449
  description: 'The ID of the device.',
@@ -5455,26 +5452,23 @@ export default {
5455
5452
  'x-title': 'Device ID',
5456
5453
  },
5457
5454
  event_id: {
5458
- description: 'The ID of the event.',
5455
+ description: 'ID of the event.',
5459
5456
  format: 'uuid',
5460
5457
  type: 'string',
5461
- 'x-title': 'Event ID',
5462
5458
  },
5463
5459
  event_type: {
5464
5460
  enum: ['access_code.scheduled_on_device'],
5465
5461
  type: 'string',
5466
5462
  },
5467
5463
  occurred_at: {
5468
- description: 'The time when the event occurred.',
5464
+ description: 'Time when the event occurred.',
5469
5465
  format: 'date-time',
5470
5466
  type: 'string',
5471
- 'x-title': 'Occurred At',
5472
5467
  },
5473
5468
  workspace_id: {
5474
- description: 'The ID of the workspace.',
5469
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5475
5470
  format: 'uuid',
5476
5471
  type: 'string',
5477
- 'x-title': 'Workspace ID',
5478
5472
  },
5479
5473
  },
5480
5474
  required: [
@@ -5511,10 +5505,9 @@ export default {
5511
5505
  'x-title': 'Connected Account ID',
5512
5506
  },
5513
5507
  created_at: {
5514
- description: 'The time when the event was created.',
5508
+ description: 'Time at which the event was created.',
5515
5509
  format: 'date-time',
5516
5510
  type: 'string',
5517
- 'x-title': 'Created At',
5518
5511
  },
5519
5512
  device_id: {
5520
5513
  description: 'The ID of the device.',
@@ -5523,26 +5516,23 @@ export default {
5523
5516
  'x-title': 'Device ID',
5524
5517
  },
5525
5518
  event_id: {
5526
- description: 'The ID of the event.',
5519
+ description: 'ID of the event.',
5527
5520
  format: 'uuid',
5528
5521
  type: 'string',
5529
- 'x-title': 'Event ID',
5530
5522
  },
5531
5523
  event_type: {
5532
5524
  enum: ['access_code.set_on_device'],
5533
5525
  type: 'string',
5534
5526
  },
5535
5527
  occurred_at: {
5536
- description: 'The time when the event occurred.',
5528
+ description: 'Time when the event occurred.',
5537
5529
  format: 'date-time',
5538
5530
  type: 'string',
5539
- 'x-title': 'Occurred At',
5540
5531
  },
5541
5532
  workspace_id: {
5542
- description: 'The ID of the workspace.',
5533
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5543
5534
  format: 'uuid',
5544
5535
  type: 'string',
5545
- 'x-title': 'Workspace ID',
5546
5536
  },
5547
5537
  },
5548
5538
  required: [
@@ -5574,10 +5564,9 @@ export default {
5574
5564
  'x-title': 'Connected Account ID',
5575
5565
  },
5576
5566
  created_at: {
5577
- description: 'The time when the event was created.',
5567
+ description: 'Time at which the event was created.',
5578
5568
  format: 'date-time',
5579
5569
  type: 'string',
5580
- 'x-title': 'Created At',
5581
5570
  },
5582
5571
  device_id: {
5583
5572
  description: 'The ID of the device.',
@@ -5586,26 +5575,23 @@ export default {
5586
5575
  'x-title': 'Device ID',
5587
5576
  },
5588
5577
  event_id: {
5589
- description: 'The ID of the event.',
5578
+ description: 'ID of the event.',
5590
5579
  format: 'uuid',
5591
5580
  type: 'string',
5592
- 'x-title': 'Event ID',
5593
5581
  },
5594
5582
  event_type: {
5595
5583
  enum: ['access_code.removed_from_device'],
5596
5584
  type: 'string',
5597
5585
  },
5598
5586
  occurred_at: {
5599
- description: 'The time when the event occurred.',
5587
+ description: 'Time when the event occurred.',
5600
5588
  format: 'date-time',
5601
5589
  type: 'string',
5602
- 'x-title': 'Occurred At',
5603
5590
  },
5604
5591
  workspace_id: {
5605
- description: 'The ID of the workspace.',
5592
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5606
5593
  format: 'uuid',
5607
5594
  type: 'string',
5608
- 'x-title': 'Workspace ID',
5609
5595
  },
5610
5596
  },
5611
5597
  required: [
@@ -5636,10 +5622,9 @@ export default {
5636
5622
  'x-title': 'Connected Account ID',
5637
5623
  },
5638
5624
  created_at: {
5639
- description: 'The time when the event was created.',
5625
+ description: 'Time at which the event was created.',
5640
5626
  format: 'date-time',
5641
5627
  type: 'string',
5642
- 'x-title': 'Created At',
5643
5628
  },
5644
5629
  device_id: {
5645
5630
  description: 'The ID of the device.',
@@ -5648,26 +5633,23 @@ export default {
5648
5633
  'x-title': 'Device ID',
5649
5634
  },
5650
5635
  event_id: {
5651
- description: 'The ID of the event.',
5636
+ description: 'ID of the event.',
5652
5637
  format: 'uuid',
5653
5638
  type: 'string',
5654
- 'x-title': 'Event ID',
5655
5639
  },
5656
5640
  event_type: {
5657
5641
  enum: ['access_code.delay_in_setting_on_device'],
5658
5642
  type: 'string',
5659
5643
  },
5660
5644
  occurred_at: {
5661
- description: 'The time when the event occurred.',
5645
+ description: 'Time when the event occurred.',
5662
5646
  format: 'date-time',
5663
5647
  type: 'string',
5664
- 'x-title': 'Occurred At',
5665
5648
  },
5666
5649
  workspace_id: {
5667
- description: 'The ID of the workspace.',
5650
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5668
5651
  format: 'uuid',
5669
5652
  type: 'string',
5670
- 'x-title': 'Workspace ID',
5671
5653
  },
5672
5654
  },
5673
5655
  required: [
@@ -5698,10 +5680,9 @@ export default {
5698
5680
  'x-title': 'Connected Account ID',
5699
5681
  },
5700
5682
  created_at: {
5701
- description: 'The time when the event was created.',
5683
+ description: 'Time at which the event was created.',
5702
5684
  format: 'date-time',
5703
5685
  type: 'string',
5704
- 'x-title': 'Created At',
5705
5686
  },
5706
5687
  device_id: {
5707
5688
  description: 'The ID of the device.',
@@ -5710,26 +5691,23 @@ export default {
5710
5691
  'x-title': 'Device ID',
5711
5692
  },
5712
5693
  event_id: {
5713
- description: 'The ID of the event.',
5694
+ description: 'ID of the event.',
5714
5695
  format: 'uuid',
5715
5696
  type: 'string',
5716
- 'x-title': 'Event ID',
5717
5697
  },
5718
5698
  event_type: {
5719
5699
  enum: ['access_code.failed_to_set_on_device'],
5720
5700
  type: 'string',
5721
5701
  },
5722
5702
  occurred_at: {
5723
- description: 'The time when the event occurred.',
5703
+ description: 'Time when the event occurred.',
5724
5704
  format: 'date-time',
5725
5705
  type: 'string',
5726
- 'x-title': 'Occurred At',
5727
5706
  },
5728
5707
  workspace_id: {
5729
- description: 'The ID of the workspace.',
5708
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5730
5709
  format: 'uuid',
5731
5710
  type: 'string',
5732
- 'x-title': 'Workspace ID',
5733
5711
  },
5734
5712
  },
5735
5713
  required: [
@@ -5766,10 +5744,9 @@ export default {
5766
5744
  'x-title': 'Connected Account ID',
5767
5745
  },
5768
5746
  created_at: {
5769
- description: 'The time when the event was created.',
5747
+ description: 'Time at which the event was created.',
5770
5748
  format: 'date-time',
5771
5749
  type: 'string',
5772
- 'x-title': 'Created At',
5773
5750
  },
5774
5751
  device_id: {
5775
5752
  description: 'The ID of the device.',
@@ -5778,23 +5755,20 @@ export default {
5778
5755
  'x-title': 'Device ID',
5779
5756
  },
5780
5757
  event_id: {
5781
- description: 'The ID of the event.',
5758
+ description: 'ID of the event.',
5782
5759
  format: 'uuid',
5783
5760
  type: 'string',
5784
- 'x-title': 'Event ID',
5785
5761
  },
5786
5762
  event_type: { enum: ['access_code.deleted'], type: 'string' },
5787
5763
  occurred_at: {
5788
- description: 'The time when the event occurred.',
5764
+ description: 'Time when the event occurred.',
5789
5765
  format: 'date-time',
5790
5766
  type: 'string',
5791
- 'x-title': 'Occurred At',
5792
5767
  },
5793
5768
  workspace_id: {
5794
- description: 'The ID of the workspace.',
5769
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5795
5770
  format: 'uuid',
5796
5771
  type: 'string',
5797
- 'x-title': 'Workspace ID',
5798
5772
  },
5799
5773
  },
5800
5774
  required: [
@@ -5826,10 +5800,9 @@ export default {
5826
5800
  'x-title': 'Connected Account ID',
5827
5801
  },
5828
5802
  created_at: {
5829
- description: 'The time when the event was created.',
5803
+ description: 'Time at which the event was created.',
5830
5804
  format: 'date-time',
5831
5805
  type: 'string',
5832
- 'x-title': 'Created At',
5833
5806
  },
5834
5807
  device_id: {
5835
5808
  description: 'The ID of the device.',
@@ -5838,26 +5811,23 @@ export default {
5838
5811
  'x-title': 'Device ID',
5839
5812
  },
5840
5813
  event_id: {
5841
- description: 'The ID of the event.',
5814
+ description: 'ID of the event.',
5842
5815
  format: 'uuid',
5843
5816
  type: 'string',
5844
- 'x-title': 'Event ID',
5845
5817
  },
5846
5818
  event_type: {
5847
5819
  enum: ['access_code.delay_in_removing_from_device'],
5848
5820
  type: 'string',
5849
5821
  },
5850
5822
  occurred_at: {
5851
- description: 'The time when the event occurred.',
5823
+ description: 'Time when the event occurred.',
5852
5824
  format: 'date-time',
5853
5825
  type: 'string',
5854
- 'x-title': 'Occurred At',
5855
5826
  },
5856
5827
  workspace_id: {
5857
- description: 'The ID of the workspace.',
5828
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5858
5829
  format: 'uuid',
5859
5830
  type: 'string',
5860
- 'x-title': 'Workspace ID',
5861
5831
  },
5862
5832
  },
5863
5833
  required: [
@@ -5888,10 +5858,9 @@ export default {
5888
5858
  'x-title': 'Connected Account ID',
5889
5859
  },
5890
5860
  created_at: {
5891
- description: 'The time when the event was created.',
5861
+ description: 'Time at which the event was created.',
5892
5862
  format: 'date-time',
5893
5863
  type: 'string',
5894
- 'x-title': 'Created At',
5895
5864
  },
5896
5865
  device_id: {
5897
5866
  description: 'The ID of the device.',
@@ -5900,26 +5869,23 @@ export default {
5900
5869
  'x-title': 'Device ID',
5901
5870
  },
5902
5871
  event_id: {
5903
- description: 'The ID of the event.',
5872
+ description: 'ID of the event.',
5904
5873
  format: 'uuid',
5905
5874
  type: 'string',
5906
- 'x-title': 'Event ID',
5907
5875
  },
5908
5876
  event_type: {
5909
5877
  enum: ['access_code.failed_to_remove_from_device'],
5910
5878
  type: 'string',
5911
5879
  },
5912
5880
  occurred_at: {
5913
- description: 'The time when the event occurred.',
5881
+ description: 'Time when the event occurred.',
5914
5882
  format: 'date-time',
5915
5883
  type: 'string',
5916
- 'x-title': 'Occurred At',
5917
5884
  },
5918
5885
  workspace_id: {
5919
- description: 'The ID of the workspace.',
5886
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5920
5887
  format: 'uuid',
5921
5888
  type: 'string',
5922
- 'x-title': 'Workspace ID',
5923
5889
  },
5924
5890
  },
5925
5891
  required: [
@@ -5950,10 +5916,9 @@ export default {
5950
5916
  'x-title': 'Connected Account ID',
5951
5917
  },
5952
5918
  created_at: {
5953
- description: 'The time when the event was created.',
5919
+ description: 'Time at which the event was created.',
5954
5920
  format: 'date-time',
5955
5921
  type: 'string',
5956
- 'x-title': 'Created At',
5957
5922
  },
5958
5923
  device_id: {
5959
5924
  description: 'The ID of the device.',
@@ -5962,26 +5927,23 @@ export default {
5962
5927
  'x-title': 'Device ID',
5963
5928
  },
5964
5929
  event_id: {
5965
- description: 'The ID of the event.',
5930
+ description: 'ID of the event.',
5966
5931
  format: 'uuid',
5967
5932
  type: 'string',
5968
- 'x-title': 'Event ID',
5969
5933
  },
5970
5934
  event_type: {
5971
5935
  enum: ['access_code.modified_external_to_seam'],
5972
5936
  type: 'string',
5973
5937
  },
5974
5938
  occurred_at: {
5975
- description: 'The time when the event occurred.',
5939
+ description: 'Time when the event occurred.',
5976
5940
  format: 'date-time',
5977
5941
  type: 'string',
5978
- 'x-title': 'Occurred At',
5979
5942
  },
5980
5943
  workspace_id: {
5981
- description: 'The ID of the workspace.',
5944
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
5982
5945
  format: 'uuid',
5983
5946
  type: 'string',
5984
- 'x-title': 'Workspace ID',
5985
5947
  },
5986
5948
  },
5987
5949
  required: [
@@ -6012,10 +5974,9 @@ export default {
6012
5974
  'x-title': 'Connected Account ID',
6013
5975
  },
6014
5976
  created_at: {
6015
- description: 'The time when the event was created.',
5977
+ description: 'Time at which the event was created.',
6016
5978
  format: 'date-time',
6017
5979
  type: 'string',
6018
- 'x-title': 'Created At',
6019
5980
  },
6020
5981
  device_id: {
6021
5982
  description: 'The ID of the device.',
@@ -6024,26 +5985,23 @@ export default {
6024
5985
  'x-title': 'Device ID',
6025
5986
  },
6026
5987
  event_id: {
6027
- description: 'The ID of the event.',
5988
+ description: 'ID of the event.',
6028
5989
  format: 'uuid',
6029
5990
  type: 'string',
6030
- 'x-title': 'Event ID',
6031
5991
  },
6032
5992
  event_type: {
6033
5993
  enum: ['access_code.deleted_external_to_seam'],
6034
5994
  type: 'string',
6035
5995
  },
6036
5996
  occurred_at: {
6037
- description: 'The time when the event occurred.',
5997
+ description: 'Time when the event occurred.',
6038
5998
  format: 'date-time',
6039
5999
  type: 'string',
6040
- 'x-title': 'Occurred At',
6041
6000
  },
6042
6001
  workspace_id: {
6043
- description: 'The ID of the workspace.',
6002
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6044
6003
  format: 'uuid',
6045
6004
  type: 'string',
6046
- 'x-title': 'Workspace ID',
6047
6005
  },
6048
6006
  },
6049
6007
  required: [
@@ -6075,10 +6033,9 @@ export default {
6075
6033
  'x-title': 'Connected Account ID',
6076
6034
  },
6077
6035
  created_at: {
6078
- description: 'The time when the event was created.',
6036
+ description: 'Time at which the event was created.',
6079
6037
  format: 'date-time',
6080
6038
  type: 'string',
6081
- 'x-title': 'Created At',
6082
6039
  },
6083
6040
  device_id: {
6084
6041
  description: 'The ID of the device.',
@@ -6087,26 +6044,23 @@ export default {
6087
6044
  'x-title': 'Device ID',
6088
6045
  },
6089
6046
  event_id: {
6090
- description: 'The ID of the event.',
6047
+ description: 'ID of the event.',
6091
6048
  format: 'uuid',
6092
6049
  type: 'string',
6093
- 'x-title': 'Event ID',
6094
6050
  },
6095
6051
  event_type: {
6096
6052
  enum: ['access_code.backup_access_code_pulled'],
6097
6053
  type: 'string',
6098
6054
  },
6099
6055
  occurred_at: {
6100
- description: 'The time when the event occurred.',
6056
+ description: 'Time when the event occurred.',
6101
6057
  format: 'date-time',
6102
6058
  type: 'string',
6103
- 'x-title': 'Occurred At',
6104
6059
  },
6105
6060
  workspace_id: {
6106
- description: 'The ID of the workspace.',
6061
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6107
6062
  format: 'uuid',
6108
6063
  type: 'string',
6109
- 'x-title': 'Workspace ID',
6110
6064
  },
6111
6065
  },
6112
6066
  required: [
@@ -6138,10 +6092,9 @@ export default {
6138
6092
  'x-title': 'Connected Account ID',
6139
6093
  },
6140
6094
  created_at: {
6141
- description: 'The time when the event was created.',
6095
+ description: 'Time at which the event was created.',
6142
6096
  format: 'date-time',
6143
6097
  type: 'string',
6144
- 'x-title': 'Created At',
6145
6098
  },
6146
6099
  device_id: {
6147
6100
  description: 'The ID of the device.',
@@ -6150,26 +6103,23 @@ export default {
6150
6103
  'x-title': 'Device ID',
6151
6104
  },
6152
6105
  event_id: {
6153
- description: 'The ID of the event.',
6106
+ description: 'ID of the event.',
6154
6107
  format: 'uuid',
6155
6108
  type: 'string',
6156
- 'x-title': 'Event ID',
6157
6109
  },
6158
6110
  event_type: {
6159
6111
  enum: ['access_code.unmanaged.converted_to_managed'],
6160
6112
  type: 'string',
6161
6113
  },
6162
6114
  occurred_at: {
6163
- description: 'The time when the event occurred.',
6115
+ description: 'Time when the event occurred.',
6164
6116
  format: 'date-time',
6165
6117
  type: 'string',
6166
- 'x-title': 'Occurred At',
6167
6118
  },
6168
6119
  workspace_id: {
6169
- description: 'The ID of the workspace.',
6120
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6170
6121
  format: 'uuid',
6171
6122
  type: 'string',
6172
- 'x-title': 'Workspace ID',
6173
6123
  },
6174
6124
  },
6175
6125
  required: [
@@ -6200,10 +6150,9 @@ export default {
6200
6150
  'x-title': 'Connected Account ID',
6201
6151
  },
6202
6152
  created_at: {
6203
- description: 'The time when the event was created.',
6153
+ description: 'Time at which the event was created.',
6204
6154
  format: 'date-time',
6205
6155
  type: 'string',
6206
- 'x-title': 'Created At',
6207
6156
  },
6208
6157
  device_id: {
6209
6158
  description: 'The ID of the device.',
@@ -6212,26 +6161,23 @@ export default {
6212
6161
  'x-title': 'Device ID',
6213
6162
  },
6214
6163
  event_id: {
6215
- description: 'The ID of the event.',
6164
+ description: 'ID of the event.',
6216
6165
  format: 'uuid',
6217
6166
  type: 'string',
6218
- 'x-title': 'Event ID',
6219
6167
  },
6220
6168
  event_type: {
6221
6169
  enum: ['access_code.unmanaged.failed_to_convert_to_managed'],
6222
6170
  type: 'string',
6223
6171
  },
6224
6172
  occurred_at: {
6225
- description: 'The time when the event occurred.',
6173
+ description: 'Time when the event occurred.',
6226
6174
  format: 'date-time',
6227
6175
  type: 'string',
6228
- 'x-title': 'Occurred At',
6229
6176
  },
6230
6177
  workspace_id: {
6231
- description: 'The ID of the workspace.',
6178
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6232
6179
  format: 'uuid',
6233
6180
  type: 'string',
6234
- 'x-title': 'Workspace ID',
6235
6181
  },
6236
6182
  },
6237
6183
  required: [
@@ -6262,10 +6208,9 @@ export default {
6262
6208
  'x-title': 'Connected Account ID',
6263
6209
  },
6264
6210
  created_at: {
6265
- description: 'The time when the event was created.',
6211
+ description: 'Time at which the event was created.',
6266
6212
  format: 'date-time',
6267
6213
  type: 'string',
6268
- 'x-title': 'Created At',
6269
6214
  },
6270
6215
  device_id: {
6271
6216
  description: 'The ID of the device.',
@@ -6274,26 +6219,23 @@ export default {
6274
6219
  'x-title': 'Device ID',
6275
6220
  },
6276
6221
  event_id: {
6277
- description: 'The ID of the event.',
6222
+ description: 'ID of the event.',
6278
6223
  format: 'uuid',
6279
6224
  type: 'string',
6280
- 'x-title': 'Event ID',
6281
6225
  },
6282
6226
  event_type: {
6283
6227
  enum: ['access_code.unmanaged.created'],
6284
6228
  type: 'string',
6285
6229
  },
6286
6230
  occurred_at: {
6287
- description: 'The time when the event occurred.',
6231
+ description: 'Time when the event occurred.',
6288
6232
  format: 'date-time',
6289
6233
  type: 'string',
6290
- 'x-title': 'Occurred At',
6291
6234
  },
6292
6235
  workspace_id: {
6293
- description: 'The ID of the workspace.',
6236
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6294
6237
  format: 'uuid',
6295
6238
  type: 'string',
6296
- 'x-title': 'Workspace ID',
6297
6239
  },
6298
6240
  },
6299
6241
  required: [
@@ -6324,10 +6266,9 @@ export default {
6324
6266
  'x-title': 'Connected Account ID',
6325
6267
  },
6326
6268
  created_at: {
6327
- description: 'The time when the event was created.',
6269
+ description: 'Time at which the event was created.',
6328
6270
  format: 'date-time',
6329
6271
  type: 'string',
6330
- 'x-title': 'Created At',
6331
6272
  },
6332
6273
  device_id: {
6333
6274
  description: 'The ID of the device.',
@@ -6336,26 +6277,23 @@ export default {
6336
6277
  'x-title': 'Device ID',
6337
6278
  },
6338
6279
  event_id: {
6339
- description: 'The ID of the event.',
6280
+ description: 'ID of the event.',
6340
6281
  format: 'uuid',
6341
6282
  type: 'string',
6342
- 'x-title': 'Event ID',
6343
6283
  },
6344
6284
  event_type: {
6345
6285
  enum: ['access_code.unmanaged.removed'],
6346
6286
  type: 'string',
6347
6287
  },
6348
6288
  occurred_at: {
6349
- description: 'The time when the event occurred.',
6289
+ description: 'Time when the event occurred.',
6350
6290
  format: 'date-time',
6351
6291
  type: 'string',
6352
- 'x-title': 'Occurred At',
6353
6292
  },
6354
6293
  workspace_id: {
6355
- description: 'The ID of the workspace.',
6294
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6356
6295
  format: 'uuid',
6357
6296
  type: 'string',
6358
- 'x-title': 'Workspace ID',
6359
6297
  },
6360
6298
  },
6361
6299
  required: [
@@ -6388,29 +6326,25 @@ export default {
6388
6326
  'x-title': 'Connected Account ID',
6389
6327
  },
6390
6328
  created_at: {
6391
- description: 'The time when the event was created.',
6329
+ description: 'Time at which the event was created.',
6392
6330
  format: 'date-time',
6393
6331
  type: 'string',
6394
- 'x-title': 'Created At',
6395
6332
  },
6396
6333
  event_id: {
6397
- description: 'The ID of the event.',
6334
+ description: 'ID of the event.',
6398
6335
  format: 'uuid',
6399
6336
  type: 'string',
6400
- 'x-title': 'Event ID',
6401
6337
  },
6402
6338
  event_type: { enum: ['acs_system.connected'], type: 'string' },
6403
6339
  occurred_at: {
6404
- description: 'The time when the event occurred.',
6340
+ description: 'Time when the event occurred.',
6405
6341
  format: 'date-time',
6406
6342
  type: 'string',
6407
- 'x-title': 'Occurred At',
6408
6343
  },
6409
6344
  workspace_id: {
6410
- description: 'The ID of the workspace.',
6345
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6411
6346
  format: 'uuid',
6412
6347
  type: 'string',
6413
- 'x-title': 'Workspace ID',
6414
6348
  },
6415
6349
  },
6416
6350
  required: [
@@ -6441,29 +6375,25 @@ export default {
6441
6375
  'x-title': 'Connected Account ID',
6442
6376
  },
6443
6377
  created_at: {
6444
- description: 'The time when the event was created.',
6378
+ description: 'Time at which the event was created.',
6445
6379
  format: 'date-time',
6446
6380
  type: 'string',
6447
- 'x-title': 'Created At',
6448
6381
  },
6449
6382
  event_id: {
6450
- description: 'The ID of the event.',
6383
+ description: 'ID of the event.',
6451
6384
  format: 'uuid',
6452
6385
  type: 'string',
6453
- 'x-title': 'Event ID',
6454
6386
  },
6455
6387
  event_type: { enum: ['acs_system.added'], type: 'string' },
6456
6388
  occurred_at: {
6457
- description: 'The time when the event occurred.',
6389
+ description: 'Time when the event occurred.',
6458
6390
  format: 'date-time',
6459
6391
  type: 'string',
6460
- 'x-title': 'Occurred At',
6461
6392
  },
6462
6393
  workspace_id: {
6463
- description: 'The ID of the workspace.',
6394
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6464
6395
  format: 'uuid',
6465
6396
  type: 'string',
6466
- 'x-title': 'Workspace ID',
6467
6397
  },
6468
6398
  },
6469
6399
  required: [
@@ -6494,29 +6424,25 @@ export default {
6494
6424
  'x-title': 'Connected Account ID',
6495
6425
  },
6496
6426
  created_at: {
6497
- description: 'The time when the event was created.',
6427
+ description: 'Time at which the event was created.',
6498
6428
  format: 'date-time',
6499
6429
  type: 'string',
6500
- 'x-title': 'Created At',
6501
6430
  },
6502
6431
  event_id: {
6503
- description: 'The ID of the event.',
6432
+ description: 'ID of the event.',
6504
6433
  format: 'uuid',
6505
6434
  type: 'string',
6506
- 'x-title': 'Event ID',
6507
6435
  },
6508
6436
  event_type: { enum: ['acs_system.disconnected'], type: 'string' },
6509
6437
  occurred_at: {
6510
- description: 'The time when the event occurred.',
6438
+ description: 'Time when the event occurred.',
6511
6439
  format: 'date-time',
6512
6440
  type: 'string',
6513
- 'x-title': 'Occurred At',
6514
6441
  },
6515
6442
  workspace_id: {
6516
- description: 'The ID of the workspace.',
6443
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6517
6444
  format: 'uuid',
6518
6445
  type: 'string',
6519
- 'x-title': 'Workspace ID',
6520
6446
  },
6521
6447
  },
6522
6448
  required: [
@@ -6548,29 +6474,25 @@ export default {
6548
6474
  'x-title': 'Connected Account ID',
6549
6475
  },
6550
6476
  created_at: {
6551
- description: 'The time when the event was created.',
6477
+ description: 'Time at which the event was created.',
6552
6478
  format: 'date-time',
6553
6479
  type: 'string',
6554
- 'x-title': 'Created At',
6555
6480
  },
6556
6481
  event_id: {
6557
- description: 'The ID of the event.',
6482
+ description: 'ID of the event.',
6558
6483
  format: 'uuid',
6559
6484
  type: 'string',
6560
- 'x-title': 'Event ID',
6561
6485
  },
6562
6486
  event_type: { enum: ['acs_credential.deleted'], type: 'string' },
6563
6487
  occurred_at: {
6564
- description: 'The time when the event occurred.',
6488
+ description: 'Time when the event occurred.',
6565
6489
  format: 'date-time',
6566
6490
  type: 'string',
6567
- 'x-title': 'Occurred At',
6568
6491
  },
6569
6492
  workspace_id: {
6570
- description: 'The ID of the workspace.',
6493
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6571
6494
  format: 'uuid',
6572
6495
  type: 'string',
6573
- 'x-title': 'Workspace ID',
6574
6496
  },
6575
6497
  },
6576
6498
  required: [
@@ -6603,29 +6525,25 @@ export default {
6603
6525
  'x-title': 'Connected Account ID',
6604
6526
  },
6605
6527
  created_at: {
6606
- description: 'The time when the event was created.',
6528
+ description: 'Time at which the event was created.',
6607
6529
  format: 'date-time',
6608
6530
  type: 'string',
6609
- 'x-title': 'Created At',
6610
6531
  },
6611
6532
  event_id: {
6612
- description: 'The ID of the event.',
6533
+ description: 'ID of the event.',
6613
6534
  format: 'uuid',
6614
6535
  type: 'string',
6615
- 'x-title': 'Event ID',
6616
6536
  },
6617
6537
  event_type: { enum: ['acs_credential.issued'], type: 'string' },
6618
6538
  occurred_at: {
6619
- description: 'The time when the event occurred.',
6539
+ description: 'Time when the event occurred.',
6620
6540
  format: 'date-time',
6621
6541
  type: 'string',
6622
- 'x-title': 'Occurred At',
6623
6542
  },
6624
6543
  workspace_id: {
6625
- description: 'The ID of the workspace.',
6544
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6626
6545
  format: 'uuid',
6627
6546
  type: 'string',
6628
- 'x-title': 'Workspace ID',
6629
6547
  },
6630
6548
  },
6631
6549
  required: [
@@ -6658,29 +6576,25 @@ export default {
6658
6576
  'x-title': 'Connected Account ID',
6659
6577
  },
6660
6578
  created_at: {
6661
- description: 'The time when the event was created.',
6579
+ description: 'Time at which the event was created.',
6662
6580
  format: 'date-time',
6663
6581
  type: 'string',
6664
- 'x-title': 'Created At',
6665
6582
  },
6666
6583
  event_id: {
6667
- description: 'The ID of the event.',
6584
+ description: 'ID of the event.',
6668
6585
  format: 'uuid',
6669
6586
  type: 'string',
6670
- 'x-title': 'Event ID',
6671
6587
  },
6672
6588
  event_type: { enum: ['acs_user.deleted'], type: 'string' },
6673
6589
  occurred_at: {
6674
- description: 'The time when the event occurred.',
6590
+ description: 'Time when the event occurred.',
6675
6591
  format: 'date-time',
6676
6592
  type: 'string',
6677
- 'x-title': 'Occurred At',
6678
6593
  },
6679
6594
  workspace_id: {
6680
- description: 'The ID of the workspace.',
6595
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6681
6596
  format: 'uuid',
6682
6597
  type: 'string',
6683
- 'x-title': 'Workspace ID',
6684
6598
  },
6685
6599
  },
6686
6600
  required: [
@@ -6717,29 +6631,25 @@ export default {
6717
6631
  'x-title': 'Connected Account ID',
6718
6632
  },
6719
6633
  created_at: {
6720
- description: 'The time when the event was created.',
6634
+ description: 'Time at which the event was created.',
6721
6635
  format: 'date-time',
6722
6636
  type: 'string',
6723
- 'x-title': 'Created At',
6724
6637
  },
6725
6638
  event_id: {
6726
- description: 'The ID of the event.',
6639
+ description: 'ID of the event.',
6727
6640
  format: 'uuid',
6728
6641
  type: 'string',
6729
- 'x-title': 'Event ID',
6730
6642
  },
6731
6643
  event_type: { enum: ['acs_encoder.added'], type: 'string' },
6732
6644
  occurred_at: {
6733
- description: 'The time when the event occurred.',
6645
+ description: 'Time when the event occurred.',
6734
6646
  format: 'date-time',
6735
6647
  type: 'string',
6736
- 'x-title': 'Occurred At',
6737
6648
  },
6738
6649
  workspace_id: {
6739
- description: 'The ID of the workspace.',
6650
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6740
6651
  format: 'uuid',
6741
6652
  type: 'string',
6742
- 'x-title': 'Workspace ID',
6743
6653
  },
6744
6654
  },
6745
6655
  required: [
@@ -6776,29 +6686,25 @@ export default {
6776
6686
  'x-title': 'Connected Account ID',
6777
6687
  },
6778
6688
  created_at: {
6779
- description: 'The time when the event was created.',
6689
+ description: 'Time at which the event was created.',
6780
6690
  format: 'date-time',
6781
6691
  type: 'string',
6782
- 'x-title': 'Created At',
6783
6692
  },
6784
6693
  event_id: {
6785
- description: 'The ID of the event.',
6694
+ description: 'ID of the event.',
6786
6695
  format: 'uuid',
6787
6696
  type: 'string',
6788
- 'x-title': 'Event ID',
6789
6697
  },
6790
6698
  event_type: { enum: ['acs_encoder.removed'], type: 'string' },
6791
6699
  occurred_at: {
6792
- description: 'The time when the event occurred.',
6700
+ description: 'Time when the event occurred.',
6793
6701
  format: 'date-time',
6794
6702
  type: 'string',
6795
- 'x-title': 'Occurred At',
6796
6703
  },
6797
6704
  workspace_id: {
6798
- description: 'The ID of the workspace.',
6705
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6799
6706
  format: 'uuid',
6800
6707
  type: 'string',
6801
- 'x-title': 'Workspace ID',
6802
6708
  },
6803
6709
  },
6804
6710
  required: [
@@ -6822,29 +6728,25 @@ export default {
6822
6728
  'x-title': 'Client Session ID',
6823
6729
  },
6824
6730
  created_at: {
6825
- description: 'The time when the event was created.',
6731
+ description: 'Time at which the event was created.',
6826
6732
  format: 'date-time',
6827
6733
  type: 'string',
6828
- 'x-title': 'Created At',
6829
6734
  },
6830
6735
  event_id: {
6831
- description: 'The ID of the event.',
6736
+ description: 'ID of the event.',
6832
6737
  format: 'uuid',
6833
6738
  type: 'string',
6834
- 'x-title': 'Event ID',
6835
6739
  },
6836
6740
  event_type: { enum: ['client_session.deleted'], type: 'string' },
6837
6741
  occurred_at: {
6838
- description: 'The time when the event occurred.',
6742
+ description: 'Time when the event occurred.',
6839
6743
  format: 'date-time',
6840
6744
  type: 'string',
6841
- 'x-title': 'Occurred At',
6842
6745
  },
6843
6746
  workspace_id: {
6844
- description: 'The ID of the workspace.',
6747
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6845
6748
  format: 'uuid',
6846
6749
  type: 'string',
6847
- 'x-title': 'Workspace ID',
6848
6750
  },
6849
6751
  },
6850
6752
  required: [
@@ -6873,32 +6775,28 @@ export default {
6873
6775
  'x-title': 'Connected Account ID',
6874
6776
  },
6875
6777
  created_at: {
6876
- description: 'The time when the event was created.',
6778
+ description: 'Time at which the event was created.',
6877
6779
  format: 'date-time',
6878
6780
  type: 'string',
6879
- 'x-title': 'Created At',
6880
6781
  },
6881
6782
  event_id: {
6882
- description: 'The ID of the event.',
6783
+ description: 'ID of the event.',
6883
6784
  format: 'uuid',
6884
6785
  type: 'string',
6885
- 'x-title': 'Event ID',
6886
6786
  },
6887
6787
  event_type: {
6888
6788
  enum: ['connected_account.connected'],
6889
6789
  type: 'string',
6890
6790
  },
6891
6791
  occurred_at: {
6892
- description: 'The time when the event occurred.',
6792
+ description: 'Time when the event occurred.',
6893
6793
  format: 'date-time',
6894
6794
  type: 'string',
6895
- 'x-title': 'Occurred At',
6896
6795
  },
6897
6796
  workspace_id: {
6898
- description: 'The ID of the workspace.',
6797
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6899
6798
  format: 'uuid',
6900
6799
  type: 'string',
6901
- 'x-title': 'Workspace ID',
6902
6800
  },
6903
6801
  },
6904
6802
  required: [
@@ -6928,32 +6826,28 @@ export default {
6928
6826
  'x-title': 'Connected Account ID',
6929
6827
  },
6930
6828
  created_at: {
6931
- description: 'The time when the event was created.',
6829
+ description: 'Time at which the event was created.',
6932
6830
  format: 'date-time',
6933
6831
  type: 'string',
6934
- 'x-title': 'Created At',
6935
6832
  },
6936
6833
  event_id: {
6937
- description: 'The ID of the event.',
6834
+ description: 'ID of the event.',
6938
6835
  format: 'uuid',
6939
6836
  type: 'string',
6940
- 'x-title': 'Event ID',
6941
6837
  },
6942
6838
  event_type: {
6943
6839
  enum: ['connected_account.created'],
6944
6840
  type: 'string',
6945
6841
  },
6946
6842
  occurred_at: {
6947
- description: 'The time when the event occurred.',
6843
+ description: 'Time when the event occurred.',
6948
6844
  format: 'date-time',
6949
6845
  type: 'string',
6950
- 'x-title': 'Occurred At',
6951
6846
  },
6952
6847
  workspace_id: {
6953
- description: 'The ID of the workspace.',
6848
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
6954
6849
  format: 'uuid',
6955
6850
  type: 'string',
6956
- 'x-title': 'Workspace ID',
6957
6851
  },
6958
6852
  },
6959
6853
  required: [
@@ -6984,32 +6878,28 @@ export default {
6984
6878
  'x-title': 'Connected Account ID',
6985
6879
  },
6986
6880
  created_at: {
6987
- description: 'The time when the event was created.',
6881
+ description: 'Time at which the event was created.',
6988
6882
  format: 'date-time',
6989
6883
  type: 'string',
6990
- 'x-title': 'Created At',
6991
6884
  },
6992
6885
  event_id: {
6993
- description: 'The ID of the event.',
6886
+ description: 'ID of the event.',
6994
6887
  format: 'uuid',
6995
6888
  type: 'string',
6996
- 'x-title': 'Event ID',
6997
6889
  },
6998
6890
  event_type: {
6999
6891
  enum: ['connected_account.successful_login'],
7000
6892
  type: 'string',
7001
6893
  },
7002
6894
  occurred_at: {
7003
- description: 'The time when the event occurred.',
6895
+ description: 'Time when the event occurred.',
7004
6896
  format: 'date-time',
7005
6897
  type: 'string',
7006
- 'x-title': 'Occurred At',
7007
6898
  },
7008
6899
  workspace_id: {
7009
- description: 'The ID of the workspace.',
6900
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7010
6901
  format: 'uuid',
7011
6902
  type: 'string',
7012
- 'x-title': 'Workspace ID',
7013
6903
  },
7014
6904
  },
7015
6905
  required: [
@@ -7034,32 +6924,28 @@ export default {
7034
6924
  'x-title': 'Connected Account ID',
7035
6925
  },
7036
6926
  created_at: {
7037
- description: 'The time when the event was created.',
6927
+ description: 'Time at which the event was created.',
7038
6928
  format: 'date-time',
7039
6929
  type: 'string',
7040
- 'x-title': 'Created At',
7041
6930
  },
7042
6931
  event_id: {
7043
- description: 'The ID of the event.',
6932
+ description: 'ID of the event.',
7044
6933
  format: 'uuid',
7045
6934
  type: 'string',
7046
- 'x-title': 'Event ID',
7047
6935
  },
7048
6936
  event_type: {
7049
6937
  enum: ['connected_account.disconnected'],
7050
6938
  type: 'string',
7051
6939
  },
7052
6940
  occurred_at: {
7053
- description: 'The time when the event occurred.',
6941
+ description: 'Time when the event occurred.',
7054
6942
  format: 'date-time',
7055
6943
  type: 'string',
7056
- 'x-title': 'Occurred At',
7057
6944
  },
7058
6945
  workspace_id: {
7059
- description: 'The ID of the workspace.',
6946
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7060
6947
  format: 'uuid',
7061
6948
  type: 'string',
7062
- 'x-title': 'Workspace ID',
7063
6949
  },
7064
6950
  },
7065
6951
  required: [
@@ -7082,32 +6968,28 @@ export default {
7082
6968
  'x-title': 'Connected Account ID',
7083
6969
  },
7084
6970
  created_at: {
7085
- description: 'The time when the event was created.',
6971
+ description: 'Time at which the event was created.',
7086
6972
  format: 'date-time',
7087
6973
  type: 'string',
7088
- 'x-title': 'Created At',
7089
6974
  },
7090
6975
  event_id: {
7091
- description: 'The ID of the event.',
6976
+ description: 'ID of the event.',
7092
6977
  format: 'uuid',
7093
6978
  type: 'string',
7094
- 'x-title': 'Event ID',
7095
6979
  },
7096
6980
  event_type: {
7097
6981
  enum: ['connected_account.completed_first_sync'],
7098
6982
  type: 'string',
7099
6983
  },
7100
6984
  occurred_at: {
7101
- description: 'The time when the event occurred.',
6985
+ description: 'Time when the event occurred.',
7102
6986
  format: 'date-time',
7103
6987
  type: 'string',
7104
- 'x-title': 'Occurred At',
7105
6988
  },
7106
6989
  workspace_id: {
7107
- description: 'The ID of the workspace.',
6990
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7108
6991
  format: 'uuid',
7109
6992
  type: 'string',
7110
- 'x-title': 'Workspace ID',
7111
6993
  },
7112
6994
  },
7113
6995
  required: [
@@ -7130,32 +7012,28 @@ export default {
7130
7012
  'x-title': 'Connected Account ID',
7131
7013
  },
7132
7014
  created_at: {
7133
- description: 'The time when the event was created.',
7015
+ description: 'Time at which the event was created.',
7134
7016
  format: 'date-time',
7135
7017
  type: 'string',
7136
- 'x-title': 'Created At',
7137
7018
  },
7138
7019
  event_id: {
7139
- description: 'The ID of the event.',
7020
+ description: 'ID of the event.',
7140
7021
  format: 'uuid',
7141
7022
  type: 'string',
7142
- 'x-title': 'Event ID',
7143
7023
  },
7144
7024
  event_type: {
7145
7025
  enum: ['connected_account.deleted'],
7146
7026
  type: 'string',
7147
7027
  },
7148
7028
  occurred_at: {
7149
- description: 'The time when the event occurred.',
7029
+ description: 'Time when the event occurred.',
7150
7030
  format: 'date-time',
7151
7031
  type: 'string',
7152
- 'x-title': 'Occurred At',
7153
7032
  },
7154
7033
  workspace_id: {
7155
- description: 'The ID of the workspace.',
7034
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7156
7035
  format: 'uuid',
7157
7036
  type: 'string',
7158
- 'x-title': 'Workspace ID',
7159
7037
  },
7160
7038
  },
7161
7039
  required: [
@@ -7178,16 +7056,14 @@ export default {
7178
7056
  'x-title': 'Connected Account ID',
7179
7057
  },
7180
7058
  created_at: {
7181
- description: 'The time when the event was created.',
7059
+ description: 'Time at which the event was created.',
7182
7060
  format: 'date-time',
7183
7061
  type: 'string',
7184
- 'x-title': 'Created At',
7185
7062
  },
7186
7063
  event_id: {
7187
- description: 'The ID of the event.',
7064
+ description: 'ID of the event.',
7188
7065
  format: 'uuid',
7189
7066
  type: 'string',
7190
- 'x-title': 'Event ID',
7191
7067
  },
7192
7068
  event_type: {
7193
7069
  enum: [
@@ -7196,16 +7072,14 @@ export default {
7196
7072
  type: 'string',
7197
7073
  },
7198
7074
  occurred_at: {
7199
- description: 'The time when the event occurred.',
7075
+ description: 'Time when the event occurred.',
7200
7076
  format: 'date-time',
7201
7077
  type: 'string',
7202
- 'x-title': 'Occurred At',
7203
7078
  },
7204
7079
  workspace_id: {
7205
- description: 'The ID of the workspace.',
7080
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7206
7081
  format: 'uuid',
7207
7082
  type: 'string',
7208
- 'x-title': 'Workspace ID',
7209
7083
  },
7210
7084
  },
7211
7085
  required: [
@@ -7233,26 +7107,23 @@ export default {
7233
7107
  'x-title': 'Action Type',
7234
7108
  },
7235
7109
  created_at: {
7236
- description: 'The time when the event was created.',
7110
+ description: 'Time at which the event was created.',
7237
7111
  format: 'date-time',
7238
7112
  type: 'string',
7239
- 'x-title': 'Created At',
7240
7113
  },
7241
7114
  event_id: {
7242
- description: 'The ID of the event.',
7115
+ description: 'ID of the event.',
7243
7116
  format: 'uuid',
7244
7117
  type: 'string',
7245
- 'x-title': 'Event ID',
7246
7118
  },
7247
7119
  event_type: {
7248
7120
  enum: ['action_attempt.lock_door.succeeded'],
7249
7121
  type: 'string',
7250
7122
  },
7251
7123
  occurred_at: {
7252
- description: 'The time when the event occurred.',
7124
+ description: 'Time when the event occurred.',
7253
7125
  format: 'date-time',
7254
7126
  type: 'string',
7255
- 'x-title': 'Occurred At',
7256
7127
  },
7257
7128
  status: {
7258
7129
  description: 'The status of the action.',
@@ -7260,10 +7131,9 @@ export default {
7260
7131
  'x-title': 'Status',
7261
7132
  },
7262
7133
  workspace_id: {
7263
- description: 'The ID of the workspace.',
7134
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7264
7135
  format: 'uuid',
7265
7136
  type: 'string',
7266
- 'x-title': 'Workspace ID',
7267
7137
  },
7268
7138
  },
7269
7139
  required: [
@@ -7293,26 +7163,23 @@ export default {
7293
7163
  'x-title': 'Action Type',
7294
7164
  },
7295
7165
  created_at: {
7296
- description: 'The time when the event was created.',
7166
+ description: 'Time at which the event was created.',
7297
7167
  format: 'date-time',
7298
7168
  type: 'string',
7299
- 'x-title': 'Created At',
7300
7169
  },
7301
7170
  event_id: {
7302
- description: 'The ID of the event.',
7171
+ description: 'ID of the event.',
7303
7172
  format: 'uuid',
7304
7173
  type: 'string',
7305
- 'x-title': 'Event ID',
7306
7174
  },
7307
7175
  event_type: {
7308
7176
  enum: ['action_attempt.lock_door.failed'],
7309
7177
  type: 'string',
7310
7178
  },
7311
7179
  occurred_at: {
7312
- description: 'The time when the event occurred.',
7180
+ description: 'Time when the event occurred.',
7313
7181
  format: 'date-time',
7314
7182
  type: 'string',
7315
- 'x-title': 'Occurred At',
7316
7183
  },
7317
7184
  status: {
7318
7185
  description: 'The status of the action.',
@@ -7320,10 +7187,9 @@ export default {
7320
7187
  'x-title': 'Status',
7321
7188
  },
7322
7189
  workspace_id: {
7323
- description: 'The ID of the workspace.',
7190
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7324
7191
  format: 'uuid',
7325
7192
  type: 'string',
7326
- 'x-title': 'Workspace ID',
7327
7193
  },
7328
7194
  },
7329
7195
  required: [
@@ -7353,26 +7219,23 @@ export default {
7353
7219
  'x-title': 'Action Type',
7354
7220
  },
7355
7221
  created_at: {
7356
- description: 'The time when the event was created.',
7222
+ description: 'Time at which the event was created.',
7357
7223
  format: 'date-time',
7358
7224
  type: 'string',
7359
- 'x-title': 'Created At',
7360
7225
  },
7361
7226
  event_id: {
7362
- description: 'The ID of the event.',
7227
+ description: 'ID of the event.',
7363
7228
  format: 'uuid',
7364
7229
  type: 'string',
7365
- 'x-title': 'Event ID',
7366
7230
  },
7367
7231
  event_type: {
7368
7232
  enum: ['action_attempt.unlock_door.succeeded'],
7369
7233
  type: 'string',
7370
7234
  },
7371
7235
  occurred_at: {
7372
- description: 'The time when the event occurred.',
7236
+ description: 'Time when the event occurred.',
7373
7237
  format: 'date-time',
7374
7238
  type: 'string',
7375
- 'x-title': 'Occurred At',
7376
7239
  },
7377
7240
  status: {
7378
7241
  description: 'The status of the action.',
@@ -7380,10 +7243,9 @@ export default {
7380
7243
  'x-title': 'Status',
7381
7244
  },
7382
7245
  workspace_id: {
7383
- description: 'The ID of the workspace.',
7246
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7384
7247
  format: 'uuid',
7385
7248
  type: 'string',
7386
- 'x-title': 'Workspace ID',
7387
7249
  },
7388
7250
  },
7389
7251
  required: [
@@ -7413,26 +7275,23 @@ export default {
7413
7275
  'x-title': 'Action Type',
7414
7276
  },
7415
7277
  created_at: {
7416
- description: 'The time when the event was created.',
7278
+ description: 'Time at which the event was created.',
7417
7279
  format: 'date-time',
7418
7280
  type: 'string',
7419
- 'x-title': 'Created At',
7420
7281
  },
7421
7282
  event_id: {
7422
- description: 'The ID of the event.',
7283
+ description: 'ID of the event.',
7423
7284
  format: 'uuid',
7424
7285
  type: 'string',
7425
- 'x-title': 'Event ID',
7426
7286
  },
7427
7287
  event_type: {
7428
7288
  enum: ['action_attempt.unlock_door.failed'],
7429
7289
  type: 'string',
7430
7290
  },
7431
7291
  occurred_at: {
7432
- description: 'The time when the event occurred.',
7292
+ description: 'Time when the event occurred.',
7433
7293
  format: 'date-time',
7434
7294
  type: 'string',
7435
- 'x-title': 'Occurred At',
7436
7295
  },
7437
7296
  status: {
7438
7297
  description: 'The status of the action.',
@@ -7440,10 +7299,9 @@ export default {
7440
7299
  'x-title': 'Status',
7441
7300
  },
7442
7301
  workspace_id: {
7443
- description: 'The ID of the workspace.',
7302
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7444
7303
  format: 'uuid',
7445
7304
  type: 'string',
7446
- 'x-title': 'Workspace ID',
7447
7305
  },
7448
7306
  },
7449
7307
  required: [
@@ -7474,32 +7332,28 @@ export default {
7474
7332
  'x-title': 'Connected Account ID',
7475
7333
  },
7476
7334
  created_at: {
7477
- description: 'The time when the event was created.',
7335
+ description: 'Time at which the event was created.',
7478
7336
  format: 'date-time',
7479
7337
  type: 'string',
7480
- 'x-title': 'Created At',
7481
7338
  },
7482
7339
  event_id: {
7483
- description: 'The ID of the event.',
7340
+ description: 'ID of the event.',
7484
7341
  format: 'uuid',
7485
7342
  type: 'string',
7486
- 'x-title': 'Event ID',
7487
7343
  },
7488
7344
  event_type: {
7489
7345
  enum: ['connect_webview.login_succeeded'],
7490
7346
  type: 'string',
7491
7347
  },
7492
7348
  occurred_at: {
7493
- description: 'The time when the event occurred.',
7349
+ description: 'Time when the event occurred.',
7494
7350
  format: 'date-time',
7495
7351
  type: 'string',
7496
- 'x-title': 'Occurred At',
7497
7352
  },
7498
7353
  workspace_id: {
7499
- description: 'The ID of the workspace.',
7354
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7500
7355
  format: 'uuid',
7501
7356
  type: 'string',
7502
- 'x-title': 'Workspace ID',
7503
7357
  },
7504
7358
  },
7505
7359
  required: [
@@ -7523,32 +7377,28 @@ export default {
7523
7377
  'x-title': 'Connect Webview ID',
7524
7378
  },
7525
7379
  created_at: {
7526
- description: 'The time when the event was created.',
7380
+ description: 'Time at which the event was created.',
7527
7381
  format: 'date-time',
7528
7382
  type: 'string',
7529
- 'x-title': 'Created At',
7530
7383
  },
7531
7384
  event_id: {
7532
- description: 'The ID of the event.',
7385
+ description: 'ID of the event.',
7533
7386
  format: 'uuid',
7534
7387
  type: 'string',
7535
- 'x-title': 'Event ID',
7536
7388
  },
7537
7389
  event_type: {
7538
7390
  enum: ['connect_webview.login_failed'],
7539
7391
  type: 'string',
7540
7392
  },
7541
7393
  occurred_at: {
7542
- description: 'The time when the event occurred.',
7394
+ description: 'Time when the event occurred.',
7543
7395
  format: 'date-time',
7544
7396
  type: 'string',
7545
- 'x-title': 'Occurred At',
7546
7397
  },
7547
7398
  workspace_id: {
7548
- description: 'The ID of the workspace.',
7399
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7549
7400
  format: 'uuid',
7550
7401
  type: 'string',
7551
- 'x-title': 'Workspace ID',
7552
7402
  },
7553
7403
  },
7554
7404
  required: [
@@ -7565,41 +7415,35 @@ export default {
7565
7415
  description: 'A new device was connected to Seam.',
7566
7416
  properties: {
7567
7417
  connected_account_id: {
7568
- description: 'ID of the connected account.',
7418
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7569
7419
  format: 'uuid',
7570
7420
  type: 'string',
7571
- 'x-title': 'Connected Account ID',
7572
7421
  },
7573
7422
  created_at: {
7574
- description: 'The time when the event was created.',
7423
+ description: 'Time at which the event was created.',
7575
7424
  format: 'date-time',
7576
7425
  type: 'string',
7577
- 'x-title': 'Created At',
7578
7426
  },
7579
7427
  device_id: {
7580
7428
  description: 'ID of the device.',
7581
7429
  format: 'uuid',
7582
7430
  type: 'string',
7583
- 'x-title': 'Device ID',
7584
7431
  },
7585
7432
  event_id: {
7586
- description: 'The ID of the event.',
7433
+ description: 'ID of the event.',
7587
7434
  format: 'uuid',
7588
7435
  type: 'string',
7589
- 'x-title': 'Event ID',
7590
7436
  },
7591
7437
  event_type: { enum: ['device.connected'], type: 'string' },
7592
7438
  occurred_at: {
7593
- description: 'The time when the event occurred.',
7439
+ description: 'Time when the event occurred.',
7594
7440
  format: 'date-time',
7595
7441
  type: 'string',
7596
- 'x-title': 'Occurred At',
7597
7442
  },
7598
7443
  workspace_id: {
7599
- description: 'The ID of the workspace.',
7444
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7600
7445
  format: 'uuid',
7601
7446
  type: 'string',
7602
- 'x-title': 'Workspace ID',
7603
7447
  },
7604
7448
  },
7605
7449
  required: [
@@ -7614,44 +7458,38 @@ export default {
7614
7458
  type: 'object',
7615
7459
  },
7616
7460
  {
7617
- description: 'A device has been added or reconnected to Seam.',
7461
+ description: 'A device was added or reconnected to Seam.',
7618
7462
  properties: {
7619
7463
  connected_account_id: {
7620
- description: 'ID of the connected account.',
7464
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7621
7465
  format: 'uuid',
7622
7466
  type: 'string',
7623
- 'x-title': 'Connected Account ID',
7624
7467
  },
7625
7468
  created_at: {
7626
- description: 'The time when the event was created.',
7469
+ description: 'Time at which the event was created.',
7627
7470
  format: 'date-time',
7628
7471
  type: 'string',
7629
- 'x-title': 'Created At',
7630
7472
  },
7631
7473
  device_id: {
7632
7474
  description: 'ID of the device.',
7633
7475
  format: 'uuid',
7634
7476
  type: 'string',
7635
- 'x-title': 'Device ID',
7636
7477
  },
7637
7478
  event_id: {
7638
- description: 'The ID of the event.',
7479
+ description: 'ID of the event.',
7639
7480
  format: 'uuid',
7640
7481
  type: 'string',
7641
- 'x-title': 'Event ID',
7642
7482
  },
7643
7483
  event_type: { enum: ['device.added'], type: 'string' },
7644
7484
  occurred_at: {
7645
- description: 'The time when the event occurred.',
7485
+ description: 'Time when the event occurred.',
7646
7486
  format: 'date-time',
7647
7487
  type: 'string',
7648
- 'x-title': 'Occurred At',
7649
7488
  },
7650
7489
  workspace_id: {
7651
- description: 'The ID of the workspace.',
7490
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7652
7491
  format: 'uuid',
7653
7492
  type: 'string',
7654
- 'x-title': 'Workspace ID',
7655
7493
  },
7656
7494
  },
7657
7495
  required: [
@@ -7666,47 +7504,41 @@ export default {
7666
7504
  type: 'object',
7667
7505
  },
7668
7506
  {
7669
- description: 'An unmanaged device was successfully converted to a managed device.',
7507
+ description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
7670
7508
  properties: {
7671
7509
  connected_account_id: {
7672
- description: 'ID of the connected account.',
7510
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7673
7511
  format: 'uuid',
7674
7512
  type: 'string',
7675
- 'x-title': 'Connected Account ID',
7676
7513
  },
7677
7514
  created_at: {
7678
- description: 'The time when the event was created.',
7515
+ description: 'Time at which the event was created.',
7679
7516
  format: 'date-time',
7680
7517
  type: 'string',
7681
- 'x-title': 'Created At',
7682
7518
  },
7683
7519
  device_id: {
7684
7520
  description: 'ID of the device.',
7685
7521
  format: 'uuid',
7686
7522
  type: 'string',
7687
- 'x-title': 'Device ID',
7688
7523
  },
7689
7524
  event_id: {
7690
- description: 'The ID of the event.',
7525
+ description: 'ID of the event.',
7691
7526
  format: 'uuid',
7692
7527
  type: 'string',
7693
- 'x-title': 'Event ID',
7694
7528
  },
7695
7529
  event_type: {
7696
7530
  enum: ['device.converted_to_unmanaged'],
7697
7531
  type: 'string',
7698
7532
  },
7699
7533
  occurred_at: {
7700
- description: 'The time when the event occurred.',
7534
+ description: 'Time when the event occurred.',
7701
7535
  format: 'date-time',
7702
7536
  type: 'string',
7703
- 'x-title': 'Occurred At',
7704
7537
  },
7705
7538
  workspace_id: {
7706
- description: 'The ID of the workspace.',
7539
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7707
7540
  format: 'uuid',
7708
7541
  type: 'string',
7709
- 'x-title': 'Workspace ID',
7710
7542
  },
7711
7543
  },
7712
7544
  required: [
@@ -7721,47 +7553,41 @@ export default {
7721
7553
  type: 'object',
7722
7554
  },
7723
7555
  {
7724
- description: 'A managed device was successfully converted to an unmanaged device.',
7556
+ description: 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
7725
7557
  properties: {
7726
7558
  connected_account_id: {
7727
- description: 'ID of the connected account.',
7559
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7728
7560
  format: 'uuid',
7729
7561
  type: 'string',
7730
- 'x-title': 'Connected Account ID',
7731
7562
  },
7732
7563
  created_at: {
7733
- description: 'The time when the event was created.',
7564
+ description: 'Time at which the event was created.',
7734
7565
  format: 'date-time',
7735
7566
  type: 'string',
7736
- 'x-title': 'Created At',
7737
7567
  },
7738
7568
  device_id: {
7739
7569
  description: 'ID of the device.',
7740
7570
  format: 'uuid',
7741
7571
  type: 'string',
7742
- 'x-title': 'Device ID',
7743
7572
  },
7744
7573
  event_id: {
7745
- description: 'The ID of the event.',
7574
+ description: 'ID of the event.',
7746
7575
  format: 'uuid',
7747
7576
  type: 'string',
7748
- 'x-title': 'Event ID',
7749
7577
  },
7750
7578
  event_type: {
7751
7579
  enum: ['device.unmanaged.converted_to_managed'],
7752
7580
  type: 'string',
7753
7581
  },
7754
7582
  occurred_at: {
7755
- description: 'The time when the event occurred.',
7583
+ description: 'Time when the event occurred.',
7756
7584
  format: 'date-time',
7757
7585
  type: 'string',
7758
- 'x-title': 'Occurred At',
7759
7586
  },
7760
7587
  workspace_id: {
7761
- description: 'The ID of the workspace.',
7588
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7762
7589
  format: 'uuid',
7763
7590
  type: 'string',
7764
- 'x-title': 'Workspace ID',
7765
7591
  },
7766
7592
  },
7767
7593
  required: [
@@ -7776,47 +7602,41 @@ export default {
7776
7602
  type: 'object',
7777
7603
  },
7778
7604
  {
7779
- description: 'An unmanaged device was connected to Seam',
7605
+ description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was connected to Seam.',
7780
7606
  properties: {
7781
7607
  connected_account_id: {
7782
- description: 'ID of the connected account.',
7608
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7783
7609
  format: 'uuid',
7784
7610
  type: 'string',
7785
- 'x-title': 'Connected Account ID',
7786
7611
  },
7787
7612
  created_at: {
7788
- description: 'The time when the event was created.',
7613
+ description: 'Time at which the event was created.',
7789
7614
  format: 'date-time',
7790
7615
  type: 'string',
7791
- 'x-title': 'Created At',
7792
7616
  },
7793
7617
  device_id: {
7794
7618
  description: 'ID of the device.',
7795
7619
  format: 'uuid',
7796
7620
  type: 'string',
7797
- 'x-title': 'Device ID',
7798
7621
  },
7799
7622
  event_id: {
7800
- description: 'The ID of the event.',
7623
+ description: 'ID of the event.',
7801
7624
  format: 'uuid',
7802
7625
  type: 'string',
7803
- 'x-title': 'Event ID',
7804
7626
  },
7805
7627
  event_type: {
7806
7628
  enum: ['device.unmanaged.connected'],
7807
7629
  type: 'string',
7808
7630
  },
7809
7631
  occurred_at: {
7810
- description: 'The time when the event occurred.',
7632
+ description: 'Time when the event occurred.',
7811
7633
  format: 'date-time',
7812
7634
  type: 'string',
7813
- 'x-title': 'Occurred At',
7814
7635
  },
7815
7636
  workspace_id: {
7816
- description: 'The ID of the workspace.',
7637
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7817
7638
  format: 'uuid',
7818
7639
  type: 'string',
7819
- 'x-title': 'Workspace ID',
7820
7640
  },
7821
7641
  },
7822
7642
  required: [
@@ -7831,54 +7651,47 @@ export default {
7831
7651
  type: 'object',
7832
7652
  },
7833
7653
  {
7834
- description: 'A device was disconnected',
7654
+ description: 'A device was disconnected from Seam.',
7835
7655
  properties: {
7836
7656
  connected_account_id: {
7837
- description: 'ID of the connected account.',
7657
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7838
7658
  format: 'uuid',
7839
7659
  type: 'string',
7840
- 'x-title': 'Connected Account ID',
7841
7660
  },
7842
7661
  created_at: {
7843
- description: 'The time when the event was created.',
7662
+ description: 'Time at which the event was created.',
7844
7663
  format: 'date-time',
7845
7664
  type: 'string',
7846
- 'x-title': 'Created At',
7847
7665
  },
7848
7666
  device_id: {
7849
7667
  description: 'ID of the device.',
7850
7668
  format: 'uuid',
7851
7669
  type: 'string',
7852
- 'x-title': 'Device ID',
7853
7670
  },
7854
7671
  error_code: {
7855
- description: 'The error code associated with the event, if any.',
7672
+ description: 'Error code associated with the disconnection event, if any.',
7856
7673
  enum: [
7857
7674
  'account_disconnected',
7858
7675
  'hub_disconnected',
7859
7676
  'device_disconnected',
7860
7677
  ],
7861
7678
  type: 'string',
7862
- 'x-title': 'Event Error Code',
7863
7679
  },
7864
7680
  event_id: {
7865
- description: 'The ID of the event.',
7681
+ description: 'ID of the event.',
7866
7682
  format: 'uuid',
7867
7683
  type: 'string',
7868
- 'x-title': 'Event ID',
7869
7684
  },
7870
7685
  event_type: { enum: ['device.disconnected'], type: 'string' },
7871
7686
  occurred_at: {
7872
- description: 'The time when the event occurred.',
7687
+ description: 'Time when the event occurred.',
7873
7688
  format: 'date-time',
7874
7689
  type: 'string',
7875
- 'x-title': 'Occurred At',
7876
7690
  },
7877
7691
  workspace_id: {
7878
- description: 'The ID of the workspace.',
7692
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7879
7693
  format: 'uuid',
7880
7694
  type: 'string',
7881
- 'x-title': 'Workspace ID',
7882
7695
  },
7883
7696
  },
7884
7697
  required: [
@@ -7894,57 +7707,50 @@ export default {
7894
7707
  type: 'object',
7895
7708
  },
7896
7709
  {
7897
- description: 'An unmanaged device was disconnected',
7710
+ description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was disconnected from Seam.',
7898
7711
  properties: {
7899
7712
  connected_account_id: {
7900
- description: 'ID of the connected account.',
7713
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7901
7714
  format: 'uuid',
7902
7715
  type: 'string',
7903
- 'x-title': 'Connected Account ID',
7904
7716
  },
7905
7717
  created_at: {
7906
- description: 'The time when the event was created.',
7718
+ description: 'Time at which the event was created.',
7907
7719
  format: 'date-time',
7908
7720
  type: 'string',
7909
- 'x-title': 'Created At',
7910
7721
  },
7911
7722
  device_id: {
7912
7723
  description: 'ID of the device.',
7913
7724
  format: 'uuid',
7914
7725
  type: 'string',
7915
- 'x-title': 'Device ID',
7916
7726
  },
7917
7727
  error_code: {
7918
- description: 'The error code associated with the event, if any.',
7728
+ description: 'Error code associated with the disconnection event, if any.',
7919
7729
  enum: [
7920
7730
  'account_disconnected',
7921
7731
  'hub_disconnected',
7922
7732
  'device_disconnected',
7923
7733
  ],
7924
7734
  type: 'string',
7925
- 'x-title': 'Event Error Code',
7926
7735
  },
7927
7736
  event_id: {
7928
- description: 'The ID of the event.',
7737
+ description: 'ID of the event.',
7929
7738
  format: 'uuid',
7930
7739
  type: 'string',
7931
- 'x-title': 'Event ID',
7932
7740
  },
7933
7741
  event_type: {
7934
7742
  enum: ['device.unmanaged.disconnected'],
7935
7743
  type: 'string',
7936
7744
  },
7937
7745
  occurred_at: {
7938
- description: 'The time when the event occurred.',
7746
+ description: 'Time when the event occurred.',
7939
7747
  format: 'date-time',
7940
7748
  type: 'string',
7941
- 'x-title': 'Occurred At',
7942
7749
  },
7943
7750
  workspace_id: {
7944
- description: 'The ID of the workspace.',
7751
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7945
7752
  format: 'uuid',
7946
7753
  type: 'string',
7947
- 'x-title': 'Workspace ID',
7948
7754
  },
7949
7755
  },
7950
7756
  required: [
@@ -7960,44 +7766,38 @@ export default {
7960
7766
  type: 'object',
7961
7767
  },
7962
7768
  {
7963
- description: 'A device detected that it was tampered with, e.g., opened or moved.',
7769
+ description: 'A device detected that it was tampered with, for example, opened or moved.',
7964
7770
  properties: {
7965
7771
  connected_account_id: {
7966
- description: 'ID of the connected account.',
7772
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7967
7773
  format: 'uuid',
7968
7774
  type: 'string',
7969
- 'x-title': 'Connected Account ID',
7970
7775
  },
7971
7776
  created_at: {
7972
- description: 'The time when the event was created.',
7777
+ description: 'Time at which the event was created.',
7973
7778
  format: 'date-time',
7974
7779
  type: 'string',
7975
- 'x-title': 'Created At',
7976
7780
  },
7977
7781
  device_id: {
7978
7782
  description: 'ID of the device.',
7979
7783
  format: 'uuid',
7980
7784
  type: 'string',
7981
- 'x-title': 'Device ID',
7982
7785
  },
7983
7786
  event_id: {
7984
- description: 'The ID of the event.',
7787
+ description: 'ID of the event.',
7985
7788
  format: 'uuid',
7986
7789
  type: 'string',
7987
- 'x-title': 'Event ID',
7988
7790
  },
7989
7791
  event_type: { enum: ['device.tampered'], type: 'string' },
7990
7792
  occurred_at: {
7991
- description: 'The time when the event occurred.',
7793
+ description: 'Time when the event occurred.',
7992
7794
  format: 'date-time',
7993
7795
  type: 'string',
7994
- 'x-title': 'Occurred At',
7995
7796
  },
7996
7797
  workspace_id: {
7997
- description: 'The ID of the workspace.',
7798
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7998
7799
  format: 'uuid',
7999
7800
  type: 'string',
8000
- 'x-title': 'Workspace ID',
8001
7801
  },
8002
7802
  },
8003
7803
  required: [
@@ -8015,49 +7815,42 @@ export default {
8015
7815
  description: 'A device battery level dropped below the low threshold.',
8016
7816
  properties: {
8017
7817
  battery_level: {
8018
- description: 'Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device.',
7818
+ description: 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
8019
7819
  format: 'float',
8020
7820
  maximum: 1,
8021
7821
  minimum: 0,
8022
7822
  type: 'number',
8023
- 'x-title': 'Battery Level',
8024
7823
  },
8025
7824
  connected_account_id: {
8026
- description: 'ID of the connected account.',
7825
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8027
7826
  format: 'uuid',
8028
7827
  type: 'string',
8029
- 'x-title': 'Connected Account ID',
8030
7828
  },
8031
7829
  created_at: {
8032
- description: 'The time when the event was created.',
7830
+ description: 'Time at which the event was created.',
8033
7831
  format: 'date-time',
8034
7832
  type: 'string',
8035
- 'x-title': 'Created At',
8036
7833
  },
8037
7834
  device_id: {
8038
7835
  description: 'ID of the device.',
8039
7836
  format: 'uuid',
8040
7837
  type: 'string',
8041
- 'x-title': 'Device ID',
8042
7838
  },
8043
7839
  event_id: {
8044
- description: 'The ID of the event.',
7840
+ description: 'ID of the event.',
8045
7841
  format: 'uuid',
8046
7842
  type: 'string',
8047
- 'x-title': 'Event ID',
8048
7843
  },
8049
7844
  event_type: { enum: ['device.low_battery'], type: 'string' },
8050
7845
  occurred_at: {
8051
- description: 'The time when the event occurred.',
7846
+ description: 'Time when the event occurred.',
8052
7847
  format: 'date-time',
8053
7848
  type: 'string',
8054
- 'x-title': 'Occurred At',
8055
7849
  },
8056
7850
  workspace_id: {
8057
- description: 'The ID of the workspace.',
7851
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8058
7852
  format: 'uuid',
8059
7853
  type: 'string',
8060
- 'x-title': 'Workspace ID',
8061
7854
  },
8062
7855
  },
8063
7856
  required: [
@@ -8073,61 +7866,53 @@ export default {
8073
7866
  type: 'object',
8074
7867
  },
8075
7868
  {
8076
- description: 'A device battery status changed since the last battery status changed event.',
7869
+ description: 'A device battery status changed since the last `battery_status_changed` event.',
8077
7870
  properties: {
8078
7871
  battery_level: {
8079
- description: 'Fractional number 0 to 1.0 indicating amount of battery in device, as reported by device.',
7872
+ description: 'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
8080
7873
  format: 'float',
8081
7874
  maximum: 1,
8082
7875
  minimum: 0,
8083
7876
  type: 'number',
8084
- 'x-title': 'Battery Level',
8085
7877
  },
8086
7878
  battery_status: {
8087
- description: "Enum representing the battery status calculated from numeric battery_level value, one of 'critical' | 'low' | 'good' | 'full'",
7879
+ description: 'Battery status of the device, calculated from the numeric `battery_level` value.',
8088
7880
  enum: ['critical', 'low', 'good', 'full'],
8089
7881
  type: 'string',
8090
- 'x-title': 'Battery Status',
8091
7882
  },
8092
7883
  connected_account_id: {
8093
- description: 'ID of the connected account.',
7884
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8094
7885
  format: 'uuid',
8095
7886
  type: 'string',
8096
- 'x-title': 'Connected Account ID',
8097
7887
  },
8098
7888
  created_at: {
8099
- description: 'The time when the event was created.',
7889
+ description: 'Time at which the event was created.',
8100
7890
  format: 'date-time',
8101
7891
  type: 'string',
8102
- 'x-title': 'Created At',
8103
7892
  },
8104
7893
  device_id: {
8105
7894
  description: 'ID of the device.',
8106
7895
  format: 'uuid',
8107
7896
  type: 'string',
8108
- 'x-title': 'Device ID',
8109
7897
  },
8110
7898
  event_id: {
8111
- description: 'The ID of the event.',
7899
+ description: 'ID of the event.',
8112
7900
  format: 'uuid',
8113
7901
  type: 'string',
8114
- 'x-title': 'Event ID',
8115
7902
  },
8116
7903
  event_type: {
8117
7904
  enum: ['device.battery_status_changed'],
8118
7905
  type: 'string',
8119
7906
  },
8120
7907
  occurred_at: {
8121
- description: 'The time when the event occurred.',
7908
+ description: 'Time when the event occurred.',
8122
7909
  format: 'date-time',
8123
7910
  type: 'string',
8124
- 'x-title': 'Occurred At',
8125
7911
  },
8126
7912
  workspace_id: {
8127
- description: 'The ID of the workspace.',
7913
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8128
7914
  format: 'uuid',
8129
7915
  type: 'string',
8130
- 'x-title': 'Workspace ID',
8131
7916
  },
8132
7917
  },
8133
7918
  required: [
@@ -8144,44 +7929,38 @@ export default {
8144
7929
  type: 'object',
8145
7930
  },
8146
7931
  {
8147
- description: 'A device was removed externally from the connected account.',
7932
+ description: 'A device was removed externally from the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8148
7933
  properties: {
8149
7934
  connected_account_id: {
8150
- description: 'ID of the connected account.',
7935
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8151
7936
  format: 'uuid',
8152
7937
  type: 'string',
8153
- 'x-title': 'Connected Account ID',
8154
7938
  },
8155
7939
  created_at: {
8156
- description: 'The time when the event was created.',
7940
+ description: 'Time at which the event was created.',
8157
7941
  format: 'date-time',
8158
7942
  type: 'string',
8159
- 'x-title': 'Created At',
8160
7943
  },
8161
7944
  device_id: {
8162
7945
  description: 'ID of the device.',
8163
7946
  format: 'uuid',
8164
7947
  type: 'string',
8165
- 'x-title': 'Device ID',
8166
7948
  },
8167
7949
  event_id: {
8168
- description: 'The ID of the event.',
7950
+ description: 'ID of the event.',
8169
7951
  format: 'uuid',
8170
7952
  type: 'string',
8171
- 'x-title': 'Event ID',
8172
7953
  },
8173
7954
  event_type: { enum: ['device.removed'], type: 'string' },
8174
7955
  occurred_at: {
8175
- description: 'The time when the event occurred.',
7956
+ description: 'Time when the event occurred.',
8176
7957
  format: 'date-time',
8177
7958
  type: 'string',
8178
- 'x-title': 'Occurred At',
8179
7959
  },
8180
7960
  workspace_id: {
8181
- description: 'The ID of the workspace.',
7961
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8182
7962
  format: 'uuid',
8183
7963
  type: 'string',
8184
- 'x-title': 'Workspace ID',
8185
7964
  },
8186
7965
  },
8187
7966
  required: [
@@ -8196,44 +7975,38 @@ export default {
8196
7975
  type: 'object',
8197
7976
  },
8198
7977
  {
8199
- description: 'A device was deleted.',
7978
+ description: 'A device was [deleted](https://docs.seam.co/latest/api/devices/delete).',
8200
7979
  properties: {
8201
7980
  connected_account_id: {
8202
- description: 'ID of the connected account.',
7981
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8203
7982
  format: 'uuid',
8204
7983
  type: 'string',
8205
- 'x-title': 'Connected Account ID',
8206
7984
  },
8207
7985
  created_at: {
8208
- description: 'The time when the event was created.',
7986
+ description: 'Time at which the event was created.',
8209
7987
  format: 'date-time',
8210
7988
  type: 'string',
8211
- 'x-title': 'Created At',
8212
7989
  },
8213
7990
  device_id: {
8214
7991
  description: 'ID of the device.',
8215
7992
  format: 'uuid',
8216
7993
  type: 'string',
8217
- 'x-title': 'Device ID',
8218
7994
  },
8219
7995
  event_id: {
8220
- description: 'The ID of the event.',
7996
+ description: 'ID of the event.',
8221
7997
  format: 'uuid',
8222
7998
  type: 'string',
8223
- 'x-title': 'Event ID',
8224
7999
  },
8225
8000
  event_type: { enum: ['device.deleted'], type: 'string' },
8226
8001
  occurred_at: {
8227
- description: 'The time when the event occurred.',
8002
+ description: 'Time when the event occurred.',
8228
8003
  format: 'date-time',
8229
8004
  type: 'string',
8230
- 'x-title': 'Occurred At',
8231
8005
  },
8232
8006
  workspace_id: {
8233
- description: 'The ID of the workspace.',
8007
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8234
8008
  format: 'uuid',
8235
8009
  type: 'string',
8236
- 'x-title': 'Workspace ID',
8237
8010
  },
8238
8011
  },
8239
8012
  required: [
@@ -8248,47 +8021,41 @@ export default {
8248
8021
  type: 'object',
8249
8022
  },
8250
8023
  {
8251
- description: 'Seam detected a device is using a third party integration that will interfere with Seam device management.',
8024
+ description: 'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
8252
8025
  properties: {
8253
8026
  connected_account_id: {
8254
- description: 'ID of the connected account.',
8027
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8255
8028
  format: 'uuid',
8256
8029
  type: 'string',
8257
- 'x-title': 'Connected Account ID',
8258
8030
  },
8259
8031
  created_at: {
8260
- description: 'The time when the event was created.',
8032
+ description: 'Time at which the event was created.',
8261
8033
  format: 'date-time',
8262
8034
  type: 'string',
8263
- 'x-title': 'Created At',
8264
8035
  },
8265
8036
  device_id: {
8266
8037
  description: 'ID of the device.',
8267
8038
  format: 'uuid',
8268
8039
  type: 'string',
8269
- 'x-title': 'Device ID',
8270
8040
  },
8271
8041
  event_id: {
8272
- description: 'The ID of the event.',
8042
+ description: 'ID of the event.',
8273
8043
  format: 'uuid',
8274
8044
  type: 'string',
8275
- 'x-title': 'Event ID',
8276
8045
  },
8277
8046
  event_type: {
8278
8047
  enum: ['device.third_party_integration_detected'],
8279
8048
  type: 'string',
8280
8049
  },
8281
8050
  occurred_at: {
8282
- description: 'The time when the event occurred.',
8051
+ description: 'Time when the event occurred.',
8283
8052
  format: 'date-time',
8284
8053
  type: 'string',
8285
- 'x-title': 'Occurred At',
8286
8054
  },
8287
8055
  workspace_id: {
8288
- description: 'The ID of the workspace.',
8056
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8289
8057
  format: 'uuid',
8290
8058
  type: 'string',
8291
- 'x-title': 'Workspace ID',
8292
8059
  },
8293
8060
  },
8294
8061
  required: [
@@ -8303,47 +8070,41 @@ export default {
8303
8070
  type: 'object',
8304
8071
  },
8305
8072
  {
8306
- description: 'Seam detected a device is no longer using a third party integration that was interfering with Seam device management.',
8073
+ description: 'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
8307
8074
  properties: {
8308
8075
  connected_account_id: {
8309
- description: 'ID of the connected account.',
8076
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8310
8077
  format: 'uuid',
8311
8078
  type: 'string',
8312
- 'x-title': 'Connected Account ID',
8313
8079
  },
8314
8080
  created_at: {
8315
- description: 'The time when the event was created.',
8081
+ description: 'Time at which the event was created.',
8316
8082
  format: 'date-time',
8317
8083
  type: 'string',
8318
- 'x-title': 'Created At',
8319
8084
  },
8320
8085
  device_id: {
8321
8086
  description: 'ID of the device.',
8322
8087
  format: 'uuid',
8323
8088
  type: 'string',
8324
- 'x-title': 'Device ID',
8325
8089
  },
8326
8090
  event_id: {
8327
- description: 'The ID of the event.',
8091
+ description: 'ID of the event.',
8328
8092
  format: 'uuid',
8329
8093
  type: 'string',
8330
- 'x-title': 'Event ID',
8331
8094
  },
8332
8095
  event_type: {
8333
8096
  enum: ['device.third_party_integration_no_longer_detected'],
8334
8097
  type: 'string',
8335
8098
  },
8336
8099
  occurred_at: {
8337
- description: 'The time when the event occurred.',
8100
+ description: 'Time when the event occurred.',
8338
8101
  format: 'date-time',
8339
8102
  type: 'string',
8340
- 'x-title': 'Occurred At',
8341
8103
  },
8342
8104
  workspace_id: {
8343
- description: 'The ID of the workspace.',
8105
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8344
8106
  format: 'uuid',
8345
8107
  type: 'string',
8346
- 'x-title': 'Workspace ID',
8347
8108
  },
8348
8109
  },
8349
8110
  required: [
@@ -8361,44 +8122,38 @@ export default {
8361
8122
  description: 'A Salto device activated privacy mode.',
8362
8123
  properties: {
8363
8124
  connected_account_id: {
8364
- description: 'ID of the connected account.',
8125
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8365
8126
  format: 'uuid',
8366
8127
  type: 'string',
8367
- 'x-title': 'Connected Account ID',
8368
8128
  },
8369
8129
  created_at: {
8370
- description: 'The time when the event was created.',
8130
+ description: 'Time at which the event was created.',
8371
8131
  format: 'date-time',
8372
8132
  type: 'string',
8373
- 'x-title': 'Created At',
8374
8133
  },
8375
8134
  device_id: {
8376
8135
  description: 'ID of the device.',
8377
8136
  format: 'uuid',
8378
8137
  type: 'string',
8379
- 'x-title': 'Device ID',
8380
8138
  },
8381
8139
  event_id: {
8382
- description: 'The ID of the event.',
8140
+ description: 'ID of the event.',
8383
8141
  format: 'uuid',
8384
8142
  type: 'string',
8385
- 'x-title': 'Event ID',
8386
8143
  },
8387
8144
  event_type: {
8388
8145
  enum: ['device.salto.privacy_mode_activated'],
8389
8146
  type: 'string',
8390
8147
  },
8391
8148
  occurred_at: {
8392
- description: 'The time when the event occurred.',
8149
+ description: 'Time when the event occurred.',
8393
8150
  format: 'date-time',
8394
8151
  type: 'string',
8395
- 'x-title': 'Occurred At',
8396
8152
  },
8397
8153
  workspace_id: {
8398
- description: 'The ID of the workspace.',
8154
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8399
8155
  format: 'uuid',
8400
8156
  type: 'string',
8401
- 'x-title': 'Workspace ID',
8402
8157
  },
8403
8158
  },
8404
8159
  required: [
@@ -8416,44 +8171,38 @@ export default {
8416
8171
  description: 'A Salto device deactivated privacy mode.',
8417
8172
  properties: {
8418
8173
  connected_account_id: {
8419
- description: 'ID of the connected account.',
8174
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8420
8175
  format: 'uuid',
8421
8176
  type: 'string',
8422
- 'x-title': 'Connected Account ID',
8423
8177
  },
8424
8178
  created_at: {
8425
- description: 'The time when the event was created.',
8179
+ description: 'Time at which the event was created.',
8426
8180
  format: 'date-time',
8427
8181
  type: 'string',
8428
- 'x-title': 'Created At',
8429
8182
  },
8430
8183
  device_id: {
8431
8184
  description: 'ID of the device.',
8432
8185
  format: 'uuid',
8433
8186
  type: 'string',
8434
- 'x-title': 'Device ID',
8435
8187
  },
8436
8188
  event_id: {
8437
- description: 'The ID of the event.',
8189
+ description: 'ID of the event.',
8438
8190
  format: 'uuid',
8439
8191
  type: 'string',
8440
- 'x-title': 'Event ID',
8441
8192
  },
8442
8193
  event_type: {
8443
8194
  enum: ['device.salto.privacy_mode_deactivated'],
8444
8195
  type: 'string',
8445
8196
  },
8446
8197
  occurred_at: {
8447
- description: 'The time when the event occurred.',
8198
+ description: 'Time when the event occurred.',
8448
8199
  format: 'date-time',
8449
8200
  type: 'string',
8450
- 'x-title': 'Occurred At',
8451
8201
  },
8452
8202
  workspace_id: {
8453
- description: 'The ID of the workspace.',
8203
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8454
8204
  format: 'uuid',
8455
8205
  type: 'string',
8456
- 'x-title': 'Workspace ID',
8457
8206
  },
8458
8207
  },
8459
8208
  required: [
@@ -8471,44 +8220,38 @@ export default {
8471
8220
  description: 'Seam detected a flaky device connection.',
8472
8221
  properties: {
8473
8222
  connected_account_id: {
8474
- description: 'ID of the connected account.',
8223
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8475
8224
  format: 'uuid',
8476
8225
  type: 'string',
8477
- 'x-title': 'Connected Account ID',
8478
8226
  },
8479
8227
  created_at: {
8480
- description: 'The time when the event was created.',
8228
+ description: 'Time at which the event was created.',
8481
8229
  format: 'date-time',
8482
8230
  type: 'string',
8483
- 'x-title': 'Created At',
8484
8231
  },
8485
8232
  device_id: {
8486
8233
  description: 'ID of the device.',
8487
8234
  format: 'uuid',
8488
8235
  type: 'string',
8489
- 'x-title': 'Device ID',
8490
8236
  },
8491
8237
  event_id: {
8492
- description: 'The ID of the event.',
8238
+ description: 'ID of the event.',
8493
8239
  format: 'uuid',
8494
8240
  type: 'string',
8495
- 'x-title': 'Event ID',
8496
8241
  },
8497
8242
  event_type: {
8498
8243
  enum: ['device.connection_became_flaky'],
8499
8244
  type: 'string',
8500
8245
  },
8501
8246
  occurred_at: {
8502
- description: 'The time when the event occurred.',
8247
+ description: 'Time when the event occurred.',
8503
8248
  format: 'date-time',
8504
8249
  type: 'string',
8505
- 'x-title': 'Occurred At',
8506
8250
  },
8507
8251
  workspace_id: {
8508
- description: 'The ID of the workspace.',
8252
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8509
8253
  format: 'uuid',
8510
8254
  type: 'string',
8511
- 'x-title': 'Workspace ID',
8512
8255
  },
8513
8256
  },
8514
8257
  required: [
@@ -8523,47 +8266,41 @@ export default {
8523
8266
  type: 'object',
8524
8267
  },
8525
8268
  {
8526
- description: 'Seam detected a previously flaky device connection stabilized.',
8269
+ description: 'Seam detected that a previously-flaky device connection stabilized.',
8527
8270
  properties: {
8528
8271
  connected_account_id: {
8529
- description: 'ID of the connected account.',
8272
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8530
8273
  format: 'uuid',
8531
8274
  type: 'string',
8532
- 'x-title': 'Connected Account ID',
8533
8275
  },
8534
8276
  created_at: {
8535
- description: 'The time when the event was created.',
8277
+ description: 'Time at which the event was created.',
8536
8278
  format: 'date-time',
8537
8279
  type: 'string',
8538
- 'x-title': 'Created At',
8539
8280
  },
8540
8281
  device_id: {
8541
8282
  description: 'ID of the device.',
8542
8283
  format: 'uuid',
8543
8284
  type: 'string',
8544
- 'x-title': 'Device ID',
8545
8285
  },
8546
8286
  event_id: {
8547
- description: 'The ID of the event.',
8287
+ description: 'ID of the event.',
8548
8288
  format: 'uuid',
8549
8289
  type: 'string',
8550
- 'x-title': 'Event ID',
8551
8290
  },
8552
8291
  event_type: {
8553
8292
  enum: ['device.connection_stabilized'],
8554
8293
  type: 'string',
8555
8294
  },
8556
8295
  occurred_at: {
8557
- description: 'The time when the event occurred.',
8296
+ description: 'Time when the event occurred.',
8558
8297
  format: 'date-time',
8559
8298
  type: 'string',
8560
- 'x-title': 'Occurred At',
8561
8299
  },
8562
8300
  workspace_id: {
8563
- description: 'The ID of the workspace.',
8301
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8564
8302
  format: 'uuid',
8565
8303
  type: 'string',
8566
- 'x-title': 'Workspace ID',
8567
8304
  },
8568
8305
  },
8569
8306
  required: [
@@ -8578,47 +8315,41 @@ export default {
8578
8315
  type: 'object',
8579
8316
  },
8580
8317
  {
8581
- description: 'A third party subscription is required to use all device features.',
8318
+ description: 'A third-party subscription is required to use all device features.',
8582
8319
  properties: {
8583
8320
  connected_account_id: {
8584
- description: 'ID of the connected account.',
8321
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8585
8322
  format: 'uuid',
8586
8323
  type: 'string',
8587
- 'x-title': 'Connected Account ID',
8588
8324
  },
8589
8325
  created_at: {
8590
- description: 'The time when the event was created.',
8326
+ description: 'Time at which the event was created.',
8591
8327
  format: 'date-time',
8592
8328
  type: 'string',
8593
- 'x-title': 'Created At',
8594
8329
  },
8595
8330
  device_id: {
8596
8331
  description: 'ID of the device.',
8597
8332
  format: 'uuid',
8598
8333
  type: 'string',
8599
- 'x-title': 'Device ID',
8600
8334
  },
8601
8335
  event_id: {
8602
- description: 'The ID of the event.',
8336
+ description: 'ID of the event.',
8603
8337
  format: 'uuid',
8604
8338
  type: 'string',
8605
- 'x-title': 'Event ID',
8606
8339
  },
8607
8340
  event_type: {
8608
8341
  enum: ['device.error.subscription_required'],
8609
8342
  type: 'string',
8610
8343
  },
8611
8344
  occurred_at: {
8612
- description: 'The time when the event occurred.',
8345
+ description: 'Time when the event occurred.',
8613
8346
  format: 'date-time',
8614
8347
  type: 'string',
8615
- 'x-title': 'Occurred At',
8616
8348
  },
8617
8349
  workspace_id: {
8618
- description: 'The ID of the workspace.',
8350
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8619
8351
  format: 'uuid',
8620
8352
  type: 'string',
8621
- 'x-title': 'Workspace ID',
8622
8353
  },
8623
8354
  },
8624
8355
  required: [
@@ -8633,47 +8364,41 @@ export default {
8633
8364
  type: 'object',
8634
8365
  },
8635
8366
  {
8636
- description: 'A third party subscription is active or no longer-required to use all device features.',
8367
+ description: 'A third-party subscription is active or no longer required to use all device features.',
8637
8368
  properties: {
8638
8369
  connected_account_id: {
8639
- description: 'ID of the connected account.',
8370
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8640
8371
  format: 'uuid',
8641
8372
  type: 'string',
8642
- 'x-title': 'Connected Account ID',
8643
8373
  },
8644
8374
  created_at: {
8645
- description: 'The time when the event was created.',
8375
+ description: 'Time at which the event was created.',
8646
8376
  format: 'date-time',
8647
8377
  type: 'string',
8648
- 'x-title': 'Created At',
8649
8378
  },
8650
8379
  device_id: {
8651
8380
  description: 'ID of the device.',
8652
8381
  format: 'uuid',
8653
8382
  type: 'string',
8654
- 'x-title': 'Device ID',
8655
8383
  },
8656
8384
  event_id: {
8657
- description: 'The ID of the event.',
8385
+ description: 'ID of the event.',
8658
8386
  format: 'uuid',
8659
8387
  type: 'string',
8660
- 'x-title': 'Event ID',
8661
8388
  },
8662
8389
  event_type: {
8663
8390
  enum: ['device.error.subscription_required.resolved'],
8664
8391
  type: 'string',
8665
8392
  },
8666
8393
  occurred_at: {
8667
- description: 'The time when the event occurred.',
8394
+ description: 'Time when the event occurred.',
8668
8395
  format: 'date-time',
8669
8396
  type: 'string',
8670
- 'x-title': 'Occurred At',
8671
8397
  },
8672
8398
  workspace_id: {
8673
- description: 'The ID of the workspace.',
8399
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8674
8400
  format: 'uuid',
8675
8401
  type: 'string',
8676
- 'x-title': 'Workspace ID',
8677
8402
  },
8678
8403
  },
8679
8404
  required: [
@@ -8688,47 +8413,41 @@ export default {
8688
8413
  type: 'object',
8689
8414
  },
8690
8415
  {
8691
- description: 'A accessory keypad was connected to a device.',
8416
+ description: 'An accessory keypad was connected to a device.',
8692
8417
  properties: {
8693
8418
  connected_account_id: {
8694
- description: 'ID of the connected account.',
8419
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8695
8420
  format: 'uuid',
8696
8421
  type: 'string',
8697
- 'x-title': 'Connected Account ID',
8698
8422
  },
8699
8423
  created_at: {
8700
- description: 'The time when the event was created.',
8424
+ description: 'Time at which the event was created.',
8701
8425
  format: 'date-time',
8702
8426
  type: 'string',
8703
- 'x-title': 'Created At',
8704
8427
  },
8705
8428
  device_id: {
8706
8429
  description: 'ID of the device.',
8707
8430
  format: 'uuid',
8708
8431
  type: 'string',
8709
- 'x-title': 'Device ID',
8710
8432
  },
8711
8433
  event_id: {
8712
- description: 'The ID of the event.',
8434
+ description: 'ID of the event.',
8713
8435
  format: 'uuid',
8714
8436
  type: 'string',
8715
- 'x-title': 'Event ID',
8716
8437
  },
8717
8438
  event_type: {
8718
8439
  enum: ['device.accessory_keypad_connected'],
8719
8440
  type: 'string',
8720
8441
  },
8721
8442
  occurred_at: {
8722
- description: 'The time when the event occurred.',
8443
+ description: 'Time when the event occurred.',
8723
8444
  format: 'date-time',
8724
8445
  type: 'string',
8725
- 'x-title': 'Occurred At',
8726
8446
  },
8727
8447
  workspace_id: {
8728
- description: 'The ID of the workspace.',
8448
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8729
8449
  format: 'uuid',
8730
8450
  type: 'string',
8731
- 'x-title': 'Workspace ID',
8732
8451
  },
8733
8452
  },
8734
8453
  required: [
@@ -8743,47 +8462,41 @@ export default {
8743
8462
  type: 'object',
8744
8463
  },
8745
8464
  {
8746
- description: 'A accessory keypad was disconnected to a device.',
8465
+ description: 'An accessory keypad was disconnected from a device.',
8747
8466
  properties: {
8748
8467
  connected_account_id: {
8749
- description: 'ID of the connected account.',
8468
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8750
8469
  format: 'uuid',
8751
8470
  type: 'string',
8752
- 'x-title': 'Connected Account ID',
8753
8471
  },
8754
8472
  created_at: {
8755
- description: 'The time when the event was created.',
8473
+ description: 'Time at which the event was created.',
8756
8474
  format: 'date-time',
8757
8475
  type: 'string',
8758
- 'x-title': 'Created At',
8759
8476
  },
8760
8477
  device_id: {
8761
8478
  description: 'ID of the device.',
8762
8479
  format: 'uuid',
8763
8480
  type: 'string',
8764
- 'x-title': 'Device ID',
8765
8481
  },
8766
8482
  event_id: {
8767
- description: 'The ID of the event.',
8483
+ description: 'ID of the event.',
8768
8484
  format: 'uuid',
8769
8485
  type: 'string',
8770
- 'x-title': 'Event ID',
8771
8486
  },
8772
8487
  event_type: {
8773
8488
  enum: ['device.accessory_keypad_disconnected'],
8774
8489
  type: 'string',
8775
8490
  },
8776
8491
  occurred_at: {
8777
- description: 'The time when the event occurred.',
8492
+ description: 'Time when the event occurred.',
8778
8493
  format: 'date-time',
8779
8494
  type: 'string',
8780
- 'x-title': 'Occurred At',
8781
8495
  },
8782
8496
  workspace_id: {
8783
- description: 'The ID of the workspace.',
8497
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8784
8498
  format: 'uuid',
8785
8499
  type: 'string',
8786
- 'x-title': 'Workspace ID',
8787
8500
  },
8788
8501
  },
8789
8502
  required: [
@@ -8798,31 +8511,27 @@ export default {
8798
8511
  type: 'object',
8799
8512
  },
8800
8513
  {
8801
- description: 'Extended periods of noise or noise exceeding a threshold was detected.',
8514
+ description: 'Extended periods of noise or noise exceeding a [threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) were detected.',
8802
8515
  properties: {
8803
8516
  connected_account_id: {
8804
- description: 'ID of the connected account.',
8517
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8805
8518
  format: 'uuid',
8806
8519
  type: 'string',
8807
- 'x-title': 'Connected Account ID',
8808
8520
  },
8809
8521
  created_at: {
8810
- description: 'The time when the event was created.',
8522
+ description: 'Time at which the event was created.',
8811
8523
  format: 'date-time',
8812
8524
  type: 'string',
8813
- 'x-title': 'Created At',
8814
8525
  },
8815
8526
  device_id: {
8816
8527
  description: 'ID of the device.',
8817
8528
  format: 'uuid',
8818
8529
  type: 'string',
8819
- 'x-title': 'Device ID',
8820
8530
  },
8821
8531
  event_id: {
8822
- description: 'The ID of the event.',
8532
+ description: 'ID of the event.',
8823
8533
  format: 'uuid',
8824
8534
  type: 'string',
8825
- 'x-title': 'Event ID',
8826
8535
  },
8827
8536
  event_type: {
8828
8537
  enum: ['noise_sensor.noise_threshold_triggered'],
@@ -8830,31 +8539,44 @@ export default {
8830
8539
  },
8831
8540
  minut_metadata: {
8832
8541
  additionalProperties: {},
8833
- description: 'Metadata from the Minut API.',
8542
+ description: 'Metadata from Minut.',
8834
8543
  type: 'object',
8835
8544
  'x-title': 'Minut Metadata',
8836
8545
  },
8837
- noise_level_decibels: { format: 'float', type: 'number' },
8838
- noise_level_nrs: { format: 'float', type: 'number' },
8839
- noise_threshold_id: { format: 'uuid', type: 'string' },
8840
- noise_threshold_name: { type: 'string' },
8546
+ noise_level_decibels: {
8547
+ description: 'Detected noise level in decibels.',
8548
+ format: 'float',
8549
+ type: 'number',
8550
+ },
8551
+ noise_level_nrs: {
8552
+ description: 'Detected noise level in Noiseaware Noise Risk Score (NRS).',
8553
+ format: 'float',
8554
+ type: 'number',
8555
+ },
8556
+ noise_threshold_id: {
8557
+ description: 'ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
8558
+ format: 'uuid',
8559
+ type: 'string',
8560
+ },
8561
+ noise_threshold_name: {
8562
+ description: 'Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
8563
+ type: 'string',
8564
+ },
8841
8565
  noiseaware_metadata: {
8842
8566
  additionalProperties: {},
8843
- description: 'Metadata from the Noiseaware API.',
8567
+ description: 'Metadata from Noiseaware.',
8844
8568
  type: 'object',
8845
8569
  'x-title': 'Noiseaware Metadata',
8846
8570
  },
8847
8571
  occurred_at: {
8848
- description: 'The time when the event occurred.',
8572
+ description: 'Time when the event occurred.',
8849
8573
  format: 'date-time',
8850
8574
  type: 'string',
8851
- 'x-title': 'Occurred At',
8852
8575
  },
8853
8576
  workspace_id: {
8854
- description: 'The ID of the workspace.',
8577
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8855
8578
  format: 'uuid',
8856
8579
  type: 'string',
8857
- 'x-title': 'Workspace ID',
8858
8580
  },
8859
8581
  },
8860
8582
  required: [
@@ -8871,50 +8593,51 @@ export default {
8871
8593
  {
8872
8594
  description: 'A lock was locked.',
8873
8595
  properties: {
8874
- access_code_id: { format: 'uuid', type: 'string' },
8875
- action_attempt_id: { format: 'uuid', type: 'string' },
8596
+ access_code_id: {
8597
+ description: 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device.',
8598
+ format: 'uuid',
8599
+ type: 'string',
8600
+ },
8601
+ action_attempt_id: {
8602
+ description: 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action.',
8603
+ format: 'uuid',
8604
+ type: 'string',
8605
+ },
8876
8606
  connected_account_id: {
8877
- description: 'ID of the connected account.',
8607
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8878
8608
  format: 'uuid',
8879
8609
  type: 'string',
8880
- 'x-title': 'Connected Account ID',
8881
8610
  },
8882
8611
  created_at: {
8883
- description: 'The time when the event was created.',
8612
+ description: 'Time at which the event was created.',
8884
8613
  format: 'date-time',
8885
8614
  type: 'string',
8886
- 'x-title': 'Created At',
8887
8615
  },
8888
8616
  device_id: {
8889
8617
  description: 'ID of the device.',
8890
8618
  format: 'uuid',
8891
8619
  type: 'string',
8892
- 'x-title': 'Device ID',
8893
8620
  },
8894
8621
  event_id: {
8895
- description: 'The ID of the event.',
8622
+ description: 'ID of the event.',
8896
8623
  format: 'uuid',
8897
8624
  type: 'string',
8898
- 'x-title': 'Event ID',
8899
8625
  },
8900
8626
  event_type: { enum: ['lock.locked'], type: 'string' },
8901
8627
  method: {
8902
- description: 'Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device.',
8628
+ description: '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.',
8903
8629
  enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
8904
8630
  type: 'string',
8905
- 'x-title': 'Lock Lock/Unlock Method',
8906
8631
  },
8907
8632
  occurred_at: {
8908
- description: 'The time when the event occurred.',
8633
+ description: 'Time when the event occurred.',
8909
8634
  format: 'date-time',
8910
8635
  type: 'string',
8911
- 'x-title': 'Occurred At',
8912
8636
  },
8913
8637
  workspace_id: {
8914
- description: 'The ID of the workspace.',
8638
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8915
8639
  format: 'uuid',
8916
8640
  type: 'string',
8917
- 'x-title': 'Workspace ID',
8918
8641
  },
8919
8642
  },
8920
8643
  required: [
@@ -8932,50 +8655,51 @@ export default {
8932
8655
  {
8933
8656
  description: 'A lock was unlocked.',
8934
8657
  properties: {
8935
- access_code_id: { format: 'uuid', type: 'string' },
8936
- action_attempt_id: { format: 'uuid', type: 'string' },
8658
+ access_code_id: {
8659
+ description: 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device.',
8660
+ format: 'uuid',
8661
+ type: 'string',
8662
+ },
8663
+ action_attempt_id: {
8664
+ description: 'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action.',
8665
+ format: 'uuid',
8666
+ type: 'string',
8667
+ },
8937
8668
  connected_account_id: {
8938
- description: 'ID of the connected account.',
8669
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8939
8670
  format: 'uuid',
8940
8671
  type: 'string',
8941
- 'x-title': 'Connected Account ID',
8942
8672
  },
8943
8673
  created_at: {
8944
- description: 'The time when the event was created.',
8674
+ description: 'Time at which the event was created.',
8945
8675
  format: 'date-time',
8946
8676
  type: 'string',
8947
- 'x-title': 'Created At',
8948
8677
  },
8949
8678
  device_id: {
8950
8679
  description: 'ID of the device.',
8951
8680
  format: 'uuid',
8952
8681
  type: 'string',
8953
- 'x-title': 'Device ID',
8954
8682
  },
8955
8683
  event_id: {
8956
- description: 'The ID of the event.',
8684
+ description: 'ID of the event.',
8957
8685
  format: 'uuid',
8958
8686
  type: 'string',
8959
- 'x-title': 'Event ID',
8960
8687
  },
8961
8688
  event_type: { enum: ['lock.unlocked'], type: 'string' },
8962
8689
  method: {
8963
- description: 'Method by which a lock device was locked or unlocked. When the method is `keycode`, the `access_code_id` will reference the Seam access code which was used, if reported by the device.',
8690
+ description: '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.',
8964
8691
  enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
8965
8692
  type: 'string',
8966
- 'x-title': 'Lock Lock/Unlock Method',
8967
8693
  },
8968
8694
  occurred_at: {
8969
- description: 'The time when the event occurred.',
8695
+ description: 'Time when the event occurred.',
8970
8696
  format: 'date-time',
8971
8697
  type: 'string',
8972
- 'x-title': 'Occurred At',
8973
8698
  },
8974
8699
  workspace_id: {
8975
- description: 'The ID of the workspace.',
8700
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8976
8701
  format: 'uuid',
8977
8702
  type: 'string',
8978
- 'x-title': 'Workspace ID',
8979
8703
  },
8980
8704
  },
8981
8705
  required: [
@@ -8993,43 +8717,41 @@ export default {
8993
8717
  {
8994
8718
  description: 'The lock denied access to a user after one or more consecutive invalid attempts to unlock the device.',
8995
8719
  properties: {
8996
- access_code_id: { format: 'uuid', type: 'string' },
8720
+ access_code_id: {
8721
+ description: 'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts.',
8722
+ format: 'uuid',
8723
+ type: 'string',
8724
+ },
8997
8725
  connected_account_id: {
8998
- description: 'ID of the connected account.',
8726
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8999
8727
  format: 'uuid',
9000
8728
  type: 'string',
9001
- 'x-title': 'Connected Account ID',
9002
8729
  },
9003
8730
  created_at: {
9004
- description: 'The time when the event was created.',
8731
+ description: 'Time at which the event was created.',
9005
8732
  format: 'date-time',
9006
8733
  type: 'string',
9007
- 'x-title': 'Created At',
9008
8734
  },
9009
8735
  device_id: {
9010
8736
  description: 'ID of the device.',
9011
8737
  format: 'uuid',
9012
8738
  type: 'string',
9013
- 'x-title': 'Device ID',
9014
8739
  },
9015
8740
  event_id: {
9016
- description: 'The ID of the event.',
8741
+ description: 'ID of the event.',
9017
8742
  format: 'uuid',
9018
8743
  type: 'string',
9019
- 'x-title': 'Event ID',
9020
8744
  },
9021
8745
  event_type: { enum: ['lock.access_denied'], type: 'string' },
9022
8746
  occurred_at: {
9023
- description: 'The time when the event occurred.',
8747
+ description: 'Time when the event occurred.',
9024
8748
  format: 'date-time',
9025
8749
  type: 'string',
9026
- 'x-title': 'Occurred At',
9027
8750
  },
9028
8751
  workspace_id: {
9029
- description: 'The ID of the workspace.',
8752
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9030
8753
  format: 'uuid',
9031
8754
  type: 'string',
9032
- 'x-title': 'Workspace ID',
9033
8755
  },
9034
8756
  },
9035
8757
  required: [
@@ -9044,54 +8766,55 @@ export default {
9044
8766
  type: 'object',
9045
8767
  },
9046
8768
  {
9047
- description: 'A thermostat climate preset was activated.',
8769
+ description: 'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
9048
8770
  properties: {
9049
- climate_preset_key: { type: 'string' },
8771
+ climate_preset_key: {
8772
+ description: 'Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated.',
8773
+ type: 'string',
8774
+ },
9050
8775
  connected_account_id: {
9051
- description: 'ID of the connected account.',
8776
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
9052
8777
  format: 'uuid',
9053
8778
  type: 'string',
9054
- 'x-title': 'Connected Account ID',
9055
8779
  },
9056
8780
  created_at: {
9057
- description: 'The time when the event was created.',
8781
+ description: 'Time at which the event was created.',
9058
8782
  format: 'date-time',
9059
8783
  type: 'string',
9060
- 'x-title': 'Created At',
9061
8784
  },
9062
8785
  device_id: {
9063
8786
  description: 'ID of the device.',
9064
8787
  format: 'uuid',
9065
8788
  type: 'string',
9066
- 'x-title': 'Device ID',
9067
8789
  },
9068
8790
  event_id: {
9069
- description: 'The ID of the event.',
8791
+ description: 'ID of the event.',
9070
8792
  format: 'uuid',
9071
8793
  type: 'string',
9072
- 'x-title': 'Event ID',
9073
8794
  },
9074
8795
  event_type: {
9075
8796
  enum: ['thermostat.climate_preset_activated'],
9076
8797
  type: 'string',
9077
8798
  },
9078
- is_fallback_climate_preset: { type: 'boolean' },
8799
+ is_fallback_climate_preset: {
8800
+ description: '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.',
8801
+ type: 'boolean',
8802
+ },
9079
8803
  occurred_at: {
9080
- description: 'The time when the event occurred.',
8804
+ description: 'Time when the event occurred.',
9081
8805
  format: 'date-time',
9082
8806
  type: 'string',
9083
- 'x-title': 'Occurred At',
9084
8807
  },
9085
8808
  thermostat_schedule_id: {
8809
+ description: 'ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated.',
9086
8810
  format: 'uuid',
9087
8811
  nullable: true,
9088
8812
  type: 'string',
9089
8813
  },
9090
8814
  workspace_id: {
9091
- description: 'The ID of the workspace.',
8815
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9092
8816
  format: 'uuid',
9093
8817
  type: 'string',
9094
- 'x-title': 'Workspace ID',
9095
8818
  },
9096
8819
  },
9097
8820
  required: [
@@ -9109,13 +8832,12 @@ export default {
9109
8832
  type: 'object',
9110
8833
  },
9111
8834
  {
9112
- description: 'A thermostat was manually adjusted.',
8835
+ description: 'A thermostat was adjusted manually.',
9113
8836
  properties: {
9114
8837
  connected_account_id: {
9115
- description: 'ID of the connected account.',
8838
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
9116
8839
  format: 'uuid',
9117
8840
  type: 'string',
9118
- 'x-title': 'Connected Account ID',
9119
8841
  },
9120
8842
  cooling_set_point_celsius: {
9121
8843
  description: 'Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points).',
@@ -9128,22 +8850,19 @@ export default {
9128
8850
  type: 'number',
9129
8851
  },
9130
8852
  created_at: {
9131
- description: 'The time when the event was created.',
8853
+ description: 'Time at which the event was created.',
9132
8854
  format: 'date-time',
9133
8855
  type: 'string',
9134
- 'x-title': 'Created At',
9135
8856
  },
9136
8857
  device_id: {
9137
8858
  description: 'ID of the device.',
9138
8859
  format: 'uuid',
9139
8860
  type: 'string',
9140
- 'x-title': 'Device ID',
9141
8861
  },
9142
8862
  event_id: {
9143
- description: 'The ID of the event.',
8863
+ description: 'ID of the event.',
9144
8864
  format: 'uuid',
9145
8865
  type: 'string',
9146
- 'x-title': 'Event ID',
9147
8866
  },
9148
8867
  event_type: {
9149
8868
  enum: ['thermostat.manually_adjusted'],
@@ -9169,18 +8888,20 @@ export default {
9169
8888
  enum: ['off', 'heat', 'cool', 'heat_cool'],
9170
8889
  type: 'string',
9171
8890
  },
9172
- method: { enum: ['seam', 'external'], type: 'string' },
8891
+ method: {
8892
+ description: 'Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat.',
8893
+ enum: ['seam', 'external'],
8894
+ type: 'string',
8895
+ },
9173
8896
  occurred_at: {
9174
- description: 'The time when the event occurred.',
8897
+ description: 'Time when the event occurred.',
9175
8898
  format: 'date-time',
9176
8899
  type: 'string',
9177
- 'x-title': 'Occurred At',
9178
8900
  },
9179
8901
  workspace_id: {
9180
- description: 'The ID of the workspace.',
8902
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9181
8903
  format: 'uuid',
9182
8904
  type: 'string',
9183
- 'x-title': 'Workspace ID',
9184
8905
  },
9185
8906
  },
9186
8907
  required: [
@@ -9196,69 +8917,75 @@ export default {
9196
8917
  type: 'object',
9197
8918
  },
9198
8919
  {
9199
- description: "A thermostat's temperature reading exceeded the set threshold.",
8920
+ description: "A thermostat's temperature reading exceeded the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
9200
8921
  properties: {
9201
8922
  connected_account_id: {
9202
- description: 'ID of the connected account.',
8923
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
9203
8924
  format: 'uuid',
9204
8925
  type: 'string',
9205
- 'x-title': 'Connected Account ID',
9206
8926
  },
9207
8927
  created_at: {
9208
- description: 'The time when the event was created.',
8928
+ description: 'Time at which the event was created.',
9209
8929
  format: 'date-time',
9210
8930
  type: 'string',
9211
- 'x-title': 'Created At',
9212
8931
  },
9213
8932
  device_id: {
9214
8933
  description: 'ID of the device.',
9215
8934
  format: 'uuid',
9216
8935
  type: 'string',
9217
- 'x-title': 'Device ID',
9218
8936
  },
9219
8937
  event_id: {
9220
- description: 'The ID of the event.',
8938
+ description: 'ID of the event.',
9221
8939
  format: 'uuid',
9222
8940
  type: 'string',
9223
- 'x-title': 'Event ID',
9224
8941
  },
9225
8942
  event_type: {
9226
8943
  enum: ['thermostat.temperature_threshold_exceeded'],
9227
8944
  type: 'string',
9228
8945
  },
9229
8946
  lower_limit_celsius: {
8947
+ description: 'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9230
8948
  format: 'float',
9231
8949
  nullable: true,
9232
8950
  type: 'number',
9233
8951
  },
9234
8952
  lower_limit_fahrenheit: {
8953
+ description: 'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9235
8954
  format: 'float',
9236
8955
  nullable: true,
9237
8956
  type: 'number',
9238
8957
  },
9239
8958
  occurred_at: {
9240
- description: 'The time when the event occurred.',
8959
+ description: 'Time when the event occurred.',
9241
8960
  format: 'date-time',
9242
8961
  type: 'string',
9243
- 'x-title': 'Occurred At',
9244
8962
  },
9245
- temperature_celsius: { format: 'float', type: 'number' },
9246
- temperature_fahrenheit: { format: 'float', type: 'number' },
8963
+ temperature_celsius: {
8964
+ description: 'Temperature, in °C, reported by the thermostat.',
8965
+ format: 'float',
8966
+ type: 'number',
8967
+ },
8968
+ temperature_fahrenheit: {
8969
+ description: 'Temperature, in °F, reported by the thermostat.',
8970
+ format: 'float',
8971
+ type: 'number',
8972
+ },
9247
8973
  upper_limit_celsius: {
8974
+ description: 'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9248
8975
  format: 'float',
9249
8976
  nullable: true,
9250
8977
  type: 'number',
9251
8978
  },
9252
8979
  upper_limit_fahrenheit: {
8980
+ description: 'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9253
8981
  format: 'float',
9254
8982
  nullable: true,
9255
8983
  type: 'number',
9256
8984
  },
9257
8985
  workspace_id: {
9258
- description: 'The ID of the workspace.',
8986
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9259
8987
  format: 'uuid',
9260
8988
  type: 'string',
9261
- 'x-title': 'Workspace ID',
9262
8989
  },
9263
8990
  },
9264
8991
  required: [
@@ -9279,69 +9006,75 @@ export default {
9279
9006
  type: 'object',
9280
9007
  },
9281
9008
  {
9282
- description: "A thermostat's temperature reading is no longer exceeding the set threshold.",
9009
+ description: "A thermostat's temperature reading no longer exceeds the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
9283
9010
  properties: {
9284
9011
  connected_account_id: {
9285
- description: 'ID of the connected account.',
9012
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
9286
9013
  format: 'uuid',
9287
9014
  type: 'string',
9288
- 'x-title': 'Connected Account ID',
9289
9015
  },
9290
9016
  created_at: {
9291
- description: 'The time when the event was created.',
9017
+ description: 'Time at which the event was created.',
9292
9018
  format: 'date-time',
9293
9019
  type: 'string',
9294
- 'x-title': 'Created At',
9295
9020
  },
9296
9021
  device_id: {
9297
9022
  description: 'ID of the device.',
9298
9023
  format: 'uuid',
9299
9024
  type: 'string',
9300
- 'x-title': 'Device ID',
9301
9025
  },
9302
9026
  event_id: {
9303
- description: 'The ID of the event.',
9027
+ description: 'ID of the event.',
9304
9028
  format: 'uuid',
9305
9029
  type: 'string',
9306
- 'x-title': 'Event ID',
9307
9030
  },
9308
9031
  event_type: {
9309
9032
  enum: ['thermostat.temperature_threshold_no_longer_exceeded'],
9310
9033
  type: 'string',
9311
9034
  },
9312
9035
  lower_limit_celsius: {
9036
+ description: 'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9313
9037
  format: 'float',
9314
9038
  nullable: true,
9315
9039
  type: 'number',
9316
9040
  },
9317
9041
  lower_limit_fahrenheit: {
9042
+ description: 'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9318
9043
  format: 'float',
9319
9044
  nullable: true,
9320
9045
  type: 'number',
9321
9046
  },
9322
9047
  occurred_at: {
9323
- description: 'The time when the event occurred.',
9048
+ description: 'Time when the event occurred.',
9324
9049
  format: 'date-time',
9325
9050
  type: 'string',
9326
- 'x-title': 'Occurred At',
9327
9051
  },
9328
- temperature_celsius: { format: 'float', type: 'number' },
9329
- temperature_fahrenheit: { format: 'float', type: 'number' },
9052
+ temperature_celsius: {
9053
+ description: 'Temperature, in °C, reported by the thermostat.',
9054
+ format: 'float',
9055
+ type: 'number',
9056
+ },
9057
+ temperature_fahrenheit: {
9058
+ description: 'Temperature, in °F, reported by the thermostat.',
9059
+ format: 'float',
9060
+ type: 'number',
9061
+ },
9330
9062
  upper_limit_celsius: {
9063
+ description: 'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9331
9064
  format: 'float',
9332
9065
  nullable: true,
9333
9066
  type: 'number',
9334
9067
  },
9335
9068
  upper_limit_fahrenheit: {
9069
+ description: 'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
9336
9070
  format: 'float',
9337
9071
  nullable: true,
9338
9072
  type: 'number',
9339
9073
  },
9340
9074
  workspace_id: {
9341
- description: 'The ID of the workspace.',
9075
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9342
9076
  format: 'uuid',
9343
9077
  type: 'string',
9344
- 'x-title': 'Workspace ID',
9345
9078
  },
9346
9079
  },
9347
9080
  required: [
@@ -9365,10 +9098,9 @@ export default {
9365
9098
  description: 'An enrollment automation was deleted.',
9366
9099
  properties: {
9367
9100
  created_at: {
9368
- description: 'The time when the event was created.',
9101
+ description: 'Time at which the event was created.',
9369
9102
  format: 'date-time',
9370
9103
  type: 'string',
9371
- 'x-title': 'Created At',
9372
9104
  },
9373
9105
  enrollment_automation_id: {
9374
9106
  description: 'ID of the enrollment automation.',
@@ -9377,26 +9109,23 @@ export default {
9377
9109
  'x-title': 'Enrollment Automation ID',
9378
9110
  },
9379
9111
  event_id: {
9380
- description: 'The ID of the event.',
9112
+ description: 'ID of the event.',
9381
9113
  format: 'uuid',
9382
9114
  type: 'string',
9383
- 'x-title': 'Event ID',
9384
9115
  },
9385
9116
  event_type: {
9386
9117
  enum: ['enrollment_automation.deleted'],
9387
9118
  type: 'string',
9388
9119
  },
9389
9120
  occurred_at: {
9390
- description: 'The time when the event occurred.',
9121
+ description: 'Time when the event occurred.',
9391
9122
  format: 'date-time',
9392
9123
  type: 'string',
9393
- 'x-title': 'Occurred At',
9394
9124
  },
9395
9125
  workspace_id: {
9396
- description: 'The ID of the workspace.',
9126
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9397
9127
  format: 'uuid',
9398
9128
  type: 'string',
9399
- 'x-title': 'Workspace ID',
9400
9129
  },
9401
9130
  },
9402
9131
  required: [
@@ -9413,10 +9142,9 @@ export default {
9413
9142
  description: 'A phone device was deactivated.',
9414
9143
  properties: {
9415
9144
  created_at: {
9416
- description: 'The time when the event was created.',
9145
+ description: 'Time at which the event was created.',
9417
9146
  format: 'date-time',
9418
9147
  type: 'string',
9419
- 'x-title': 'Created At',
9420
9148
  },
9421
9149
  device_id: {
9422
9150
  description: 'ID of the device.',
@@ -9425,23 +9153,20 @@ export default {
9425
9153
  'x-title': 'Device ID',
9426
9154
  },
9427
9155
  event_id: {
9428
- description: 'The ID of the event.',
9156
+ description: 'ID of the event.',
9429
9157
  format: 'uuid',
9430
9158
  type: 'string',
9431
- 'x-title': 'Event ID',
9432
9159
  },
9433
9160
  event_type: { enum: ['phone.deactivated'], type: 'string' },
9434
9161
  occurred_at: {
9435
- description: 'The time when the event occurred.',
9162
+ description: 'Time when the event occurred.',
9436
9163
  format: 'date-time',
9437
9164
  type: 'string',
9438
- 'x-title': 'Occurred At',
9439
9165
  },
9440
9166
  workspace_id: {
9441
- description: 'The ID of the workspace.',
9167
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9442
9168
  format: 'uuid',
9443
9169
  type: 'string',
9444
- 'x-title': 'Workspace ID',
9445
9170
  },
9446
9171
  },
9447
9172
  required: [
@@ -13881,7 +13606,7 @@ export default {
13881
13606
  'x-fern-sdk-method-name': 'encode_credential',
13882
13607
  'x-fern-sdk-return-value': 'action_attempt',
13883
13608
  'x-response-key': 'action_attempt',
13884
- 'x-undocumented': 'Encoding a card is currently unimplemented.',
13609
+ 'x-undocumented': 'Encoders are in alpha.',
13885
13610
  },
13886
13611
  },
13887
13612
  '/acs/encoders/list': {
@@ -14086,7 +13811,283 @@ export default {
14086
13811
  'x-fern-sdk-method-name': 'scan_credential',
14087
13812
  'x-fern-sdk-return-value': 'action_attempt',
14088
13813
  'x-response-key': 'action_attempt',
14089
- 'x-undocumented': 'Reading a card is currently unimplemented.',
13814
+ 'x-undocumented': 'Encoders are in alpha.',
13815
+ },
13816
+ },
13817
+ '/acs/encoders/simulate/next_credential_encode_will_fail': {
13818
+ post: {
13819
+ operationId: 'acsEncodersSimulateNextCredentialEncodeWillFailPost',
13820
+ requestBody: {
13821
+ content: {
13822
+ 'application/json': {
13823
+ schema: {
13824
+ oneOf: [
13825
+ {
13826
+ additionalProperties: false,
13827
+ properties: {
13828
+ acs_encoder_id: { format: 'uuid', type: 'string' },
13829
+ error_code: {
13830
+ default: 'no_credential_on_encoder',
13831
+ enum: ['no_credential_on_encoder'],
13832
+ type: 'string',
13833
+ },
13834
+ },
13835
+ required: ['acs_encoder_id'],
13836
+ type: 'object',
13837
+ },
13838
+ {
13839
+ additionalProperties: false,
13840
+ properties: {
13841
+ acs_credential_id: { format: 'uuid', type: 'string' },
13842
+ acs_encoder_id: { format: 'uuid', type: 'string' },
13843
+ error_code: {
13844
+ enum: ['uncategorized_error', 'action_attempt_expired'],
13845
+ type: 'string',
13846
+ },
13847
+ },
13848
+ required: ['acs_encoder_id', 'error_code'],
13849
+ type: 'object',
13850
+ },
13851
+ ],
13852
+ },
13853
+ },
13854
+ },
13855
+ },
13856
+ responses: {
13857
+ 200: {
13858
+ content: {
13859
+ 'application/json': {
13860
+ schema: {
13861
+ properties: { ok: { type: 'boolean' } },
13862
+ required: ['ok'],
13863
+ type: 'object',
13864
+ },
13865
+ },
13866
+ },
13867
+ description: 'OK',
13868
+ },
13869
+ 400: { description: 'Bad Request' },
13870
+ 401: { description: 'Unauthorized' },
13871
+ },
13872
+ security: [
13873
+ { api_key: [] },
13874
+ { pat_with_workspace: [] },
13875
+ { console_session_with_workspace: [] },
13876
+ ],
13877
+ summary: '/acs/encoders/simulate/next_credential_encode_will_fail',
13878
+ tags: ['/acs'],
13879
+ 'x-fern-sdk-group-name': ['acs', 'encoders', 'simulate'],
13880
+ 'x-fern-sdk-method-name': 'next_credential_encode_will_fail',
13881
+ 'x-response-key': null,
13882
+ 'x-undocumented': 'Encoder simulations are in alpha.',
13883
+ },
13884
+ },
13885
+ '/acs/encoders/simulate/next_credential_encode_will_succeed': {
13886
+ post: {
13887
+ operationId: 'acsEncodersSimulateNextCredentialEncodeWillSucceedPost',
13888
+ requestBody: {
13889
+ content: {
13890
+ 'application/json': {
13891
+ schema: {
13892
+ additionalProperties: false,
13893
+ properties: {
13894
+ acs_encoder_id: { format: 'uuid', type: 'string' },
13895
+ scenario: {
13896
+ default: 'credential_is_issued',
13897
+ enum: ['credential_is_issued'],
13898
+ type: 'string',
13899
+ },
13900
+ },
13901
+ required: ['acs_encoder_id'],
13902
+ type: 'object',
13903
+ },
13904
+ },
13905
+ },
13906
+ },
13907
+ responses: {
13908
+ 200: {
13909
+ content: {
13910
+ 'application/json': {
13911
+ schema: {
13912
+ properties: { ok: { type: 'boolean' } },
13913
+ required: ['ok'],
13914
+ type: 'object',
13915
+ },
13916
+ },
13917
+ },
13918
+ description: 'OK',
13919
+ },
13920
+ 400: { description: 'Bad Request' },
13921
+ 401: { description: 'Unauthorized' },
13922
+ },
13923
+ security: [
13924
+ { api_key: [] },
13925
+ { pat_with_workspace: [] },
13926
+ { console_session_with_workspace: [] },
13927
+ ],
13928
+ summary: '/acs/encoders/simulate/next_credential_encode_will_succeed',
13929
+ tags: ['/acs'],
13930
+ 'x-fern-sdk-group-name': ['acs', 'encoders', 'simulate'],
13931
+ 'x-fern-sdk-method-name': 'next_credential_encode_will_succeed',
13932
+ 'x-response-key': null,
13933
+ 'x-undocumented': 'Encoder simulations are in alpha.',
13934
+ },
13935
+ },
13936
+ '/acs/encoders/simulate/next_credential_scan_will_fail': {
13937
+ post: {
13938
+ operationId: 'acsEncodersSimulateNextCredentialScanWillFailPost',
13939
+ requestBody: {
13940
+ content: {
13941
+ 'application/json': {
13942
+ schema: {
13943
+ oneOf: [
13944
+ {
13945
+ additionalProperties: false,
13946
+ properties: {
13947
+ acs_encoder_id: { format: 'uuid', type: 'string' },
13948
+ error_code: {
13949
+ default: 'no_credential_on_encoder',
13950
+ enum: ['no_credential_on_encoder'],
13951
+ type: 'string',
13952
+ },
13953
+ },
13954
+ required: ['acs_encoder_id'],
13955
+ type: 'object',
13956
+ },
13957
+ {
13958
+ additionalProperties: false,
13959
+ properties: {
13960
+ acs_credential_id_on_seam: {
13961
+ format: 'uuid',
13962
+ type: 'string',
13963
+ },
13964
+ acs_encoder_id: { format: 'uuid', type: 'string' },
13965
+ error_code: {
13966
+ enum: ['uncategorized_error', 'action_attempt_expired'],
13967
+ type: 'string',
13968
+ },
13969
+ },
13970
+ required: ['acs_encoder_id', 'error_code'],
13971
+ type: 'object',
13972
+ },
13973
+ ],
13974
+ },
13975
+ },
13976
+ },
13977
+ },
13978
+ responses: {
13979
+ 200: {
13980
+ content: {
13981
+ 'application/json': {
13982
+ schema: {
13983
+ properties: { ok: { type: 'boolean' } },
13984
+ required: ['ok'],
13985
+ type: 'object',
13986
+ },
13987
+ },
13988
+ },
13989
+ description: 'OK',
13990
+ },
13991
+ 400: { description: 'Bad Request' },
13992
+ 401: { description: 'Unauthorized' },
13993
+ },
13994
+ security: [
13995
+ { api_key: [] },
13996
+ { pat_with_workspace: [] },
13997
+ { console_session_with_workspace: [] },
13998
+ ],
13999
+ summary: '/acs/encoders/simulate/next_credential_scan_will_fail',
14000
+ tags: ['/acs'],
14001
+ 'x-fern-sdk-group-name': ['acs', 'encoders', 'simulate'],
14002
+ 'x-fern-sdk-method-name': 'next_credential_scan_will_fail',
14003
+ 'x-response-key': null,
14004
+ 'x-undocumented': 'Encoder simulations are in alpha.',
14005
+ },
14006
+ },
14007
+ '/acs/encoders/simulate/next_credential_scan_will_succeed': {
14008
+ post: {
14009
+ operationId: 'acsEncodersSimulateNextCredentialScanWillSucceedPost',
14010
+ requestBody: {
14011
+ content: {
14012
+ 'application/json': {
14013
+ schema: {
14014
+ oneOf: [
14015
+ {
14016
+ additionalProperties: false,
14017
+ properties: {
14018
+ acs_credential_id_on_seam: {
14019
+ format: 'uuid',
14020
+ type: 'string',
14021
+ },
14022
+ acs_encoder_id: { format: 'uuid', type: 'string' },
14023
+ scenario: {
14024
+ default: 'credential_exists_on_seam',
14025
+ enum: [
14026
+ 'credential_exists_on_seam',
14027
+ 'credential_on_encoder_needs_update',
14028
+ ],
14029
+ type: 'string',
14030
+ },
14031
+ },
14032
+ required: ['acs_encoder_id'],
14033
+ type: 'object',
14034
+ },
14035
+ {
14036
+ additionalProperties: false,
14037
+ properties: {
14038
+ acs_encoder_id: { format: 'uuid', type: 'string' },
14039
+ scenario: {
14040
+ enum: ['credential_does_not_exist_on_seam'],
14041
+ type: 'string',
14042
+ },
14043
+ },
14044
+ required: ['acs_encoder_id', 'scenario'],
14045
+ type: 'object',
14046
+ },
14047
+ {
14048
+ additionalProperties: false,
14049
+ properties: {
14050
+ acs_encoder_id: { format: 'uuid', type: 'string' },
14051
+ scenario: {
14052
+ enum: ['credential_on_encoder_is_empty'],
14053
+ type: 'string',
14054
+ },
14055
+ },
14056
+ required: ['acs_encoder_id', 'scenario'],
14057
+ type: 'object',
14058
+ },
14059
+ ],
14060
+ },
14061
+ },
14062
+ },
14063
+ },
14064
+ responses: {
14065
+ 200: {
14066
+ content: {
14067
+ 'application/json': {
14068
+ schema: {
14069
+ properties: { ok: { type: 'boolean' } },
14070
+ required: ['ok'],
14071
+ type: 'object',
14072
+ },
14073
+ },
14074
+ },
14075
+ description: 'OK',
14076
+ },
14077
+ 400: { description: 'Bad Request' },
14078
+ 401: { description: 'Unauthorized' },
14079
+ },
14080
+ security: [
14081
+ { api_key: [] },
14082
+ { pat_with_workspace: [] },
14083
+ { console_session_with_workspace: [] },
14084
+ ],
14085
+ summary: '/acs/encoders/simulate/next_credential_scan_will_succeed',
14086
+ tags: ['/acs'],
14087
+ 'x-fern-sdk-group-name': ['acs', 'encoders', 'simulate'],
14088
+ 'x-fern-sdk-method-name': 'next_credential_scan_will_succeed',
14089
+ 'x-response-key': null,
14090
+ 'x-undocumented': 'Encoder simulations are in alpha.',
14090
14091
  },
14091
14092
  },
14092
14093
  '/acs/entrances/get': {