@seamapi/types 1.65.0 → 1.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist/connect.cjs +122 -80
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +316 -319
  4. package/lib/seam/connect/openapi.d.ts +254 -276
  5. package/lib/seam/connect/openapi.js +113 -71
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +61 -42
  8. package/lib/seam/connect/unstable/models/acs/access_group.js +1 -1
  9. package/lib/seam/connect/unstable/models/acs/access_group.js.map +1 -1
  10. package/lib/seam/connect/unstable/models/acs/user.d.ts +15 -6
  11. package/lib/seam/connect/unstable/models/acs/user.js +5 -2
  12. package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
  13. package/lib/seam/connect/unstable/models/devices/capabilities-supported.d.ts +1 -1
  14. package/lib/seam/connect/unstable/models/devices/capabilities-supported.js +1 -0
  15. package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +1 -1
  16. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +10 -1
  17. package/lib/seam/connect/unstable/models/devices/device-type.js +8 -0
  18. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
  19. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -6
  20. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +6 -6
  21. package/package.json +1 -1
  22. package/src/lib/seam/connect/openapi.ts +113 -71
  23. package/src/lib/seam/connect/route-types.ts +128 -43
  24. package/src/lib/seam/connect/unstable/models/acs/access_group.ts +1 -1
  25. package/src/lib/seam/connect/unstable/models/acs/user.ts +5 -2
  26. package/src/lib/seam/connect/unstable/models/devices/capabilities-supported.ts +1 -0
  27. package/src/lib/seam/connect/unstable/models/devices/device-type.ts +20 -0
@@ -290,6 +290,10 @@ declare const _default: {
290
290
  format: string;
291
291
  type: string;
292
292
  };
293
+ ends_at: {
294
+ format: string;
295
+ type: string;
296
+ };
293
297
  external_type: {
294
298
  enum: string[];
295
299
  type: string;
@@ -307,10 +311,17 @@ declare const _default: {
307
311
  is_suspended: {
308
312
  type: string;
309
313
  };
314
+ is_virtual: {
315
+ type: string;
316
+ };
310
317
  phone_number: {
311
318
  nullable: boolean;
312
319
  type: string;
313
320
  };
321
+ starts_at: {
322
+ format: string;
323
+ type: string;
324
+ };
314
325
  workspace_id: {
315
326
  format: string;
316
327
  type: string;
@@ -2575,6 +2586,7 @@ declare const _default: {
2575
2586
  type: string;
2576
2587
  };
2577
2588
  max_time_rounding: {
2589
+ default: string;
2578
2590
  enum: string[];
2579
2591
  type: string;
2580
2592
  };
@@ -2708,6 +2720,7 @@ declare const _default: {
2708
2720
  type: string;
2709
2721
  };
2710
2722
  max_time_rounding: {
2723
+ default: string;
2711
2724
  enum: string[];
2712
2725
  type: string;
2713
2726
  };
@@ -2835,6 +2848,7 @@ declare const _default: {
2835
2848
  type: string;
2836
2849
  };
2837
2850
  max_time_rounding: {
2851
+ default: string;
2838
2852
  enum: string[];
2839
2853
  type: string;
2840
2854
  };
@@ -4002,6 +4016,7 @@ declare const _default: {
4002
4016
  type: string;
4003
4017
  };
4004
4018
  max_time_rounding: {
4019
+ default: string;
4005
4020
  enum: string[];
4006
4021
  type: string;
4007
4022
  };
@@ -4131,6 +4146,7 @@ declare const _default: {
4131
4146
  type: string;
4132
4147
  };
4133
4148
  max_time_rounding: {
4149
+ default: string;
4134
4150
  enum: string[];
4135
4151
  type: string;
4136
4152
  };
@@ -4262,6 +4278,7 @@ declare const _default: {
4262
4278
  type: string;
4263
4279
  };
4264
4280
  max_time_rounding: {
4281
+ default: string;
4265
4282
  enum: string[];
4266
4283
  type: string;
4267
4284
  };
@@ -4619,20 +4636,17 @@ declare const _default: {
4619
4636
  };
4620
4637
  };
4621
4638
  security: ({
4622
- access_token: never[];
4623
- seam_workspace: never[];
4624
- seam_client_session_token?: never;
4625
- client_session_token?: never;
4639
+ pat_with_workspace: never[];
4640
+ console_session?: never;
4641
+ api_key?: never;
4626
4642
  } | {
4627
- seam_client_session_token: never[];
4628
- access_token?: never;
4629
- seam_workspace?: never;
4630
- client_session_token?: never;
4643
+ console_session: never[];
4644
+ pat_with_workspace?: never;
4645
+ api_key?: never;
4631
4646
  } | {
4632
- client_session_token: never[];
4633
- access_token?: never;
4634
- seam_workspace?: never;
4635
- seam_client_session_token?: never;
4647
+ api_key: never[];
4648
+ pat_with_workspace?: never;
4649
+ console_session?: never;
4636
4650
  })[];
4637
4651
  summary: string;
4638
4652
  tags: never[];
@@ -4764,20 +4778,17 @@ declare const _default: {
4764
4778
  };
4765
4779
  };
4766
4780
  security: ({
4767
- access_token: never[];
4768
- seam_workspace: never[];
4769
- seam_client_session_token?: never;
4770
- client_session_token?: never;
4781
+ pat_with_workspace: never[];
4782
+ console_session?: never;
4783
+ api_key?: never;
4771
4784
  } | {
4772
- seam_client_session_token: never[];
4773
- access_token?: never;
4774
- seam_workspace?: never;
4775
- client_session_token?: never;
4785
+ console_session: never[];
4786
+ pat_with_workspace?: never;
4787
+ api_key?: never;
4776
4788
  } | {
4777
- client_session_token: never[];
4778
- access_token?: never;
4779
- seam_workspace?: never;
4780
- seam_client_session_token?: never;
4789
+ api_key: never[];
4790
+ pat_with_workspace?: never;
4791
+ console_session?: never;
4781
4792
  })[];
4782
4793
  summary: string;
4783
4794
  tags: never[];
@@ -4865,20 +4876,17 @@ declare const _default: {
4865
4876
  };
4866
4877
  };
4867
4878
  security: ({
4868
- access_token: never[];
4869
- seam_workspace: never[];
4870
- seam_client_session_token?: never;
4871
- client_session_token?: never;
4879
+ pat_with_workspace: never[];
4880
+ console_session?: never;
4881
+ api_key?: never;
4872
4882
  } | {
4873
- seam_client_session_token: never[];
4874
- access_token?: never;
4875
- seam_workspace?: never;
4876
- client_session_token?: never;
4883
+ console_session: never[];
4884
+ pat_with_workspace?: never;
4885
+ api_key?: never;
4877
4886
  } | {
4878
- client_session_token: never[];
4879
- access_token?: never;
4880
- seam_workspace?: never;
4881
- seam_client_session_token?: never;
4887
+ api_key: never[];
4888
+ pat_with_workspace?: never;
4889
+ console_session?: never;
4882
4890
  })[];
4883
4891
  summary: string;
4884
4892
  tags: never[];
@@ -4971,20 +4979,17 @@ declare const _default: {
4971
4979
  };
4972
4980
  };
4973
4981
  security: ({
4974
- access_token: never[];
4975
- seam_workspace: never[];
4976
- seam_client_session_token?: never;
4977
- client_session_token?: never;
4982
+ pat_with_workspace: never[];
4983
+ console_session?: never;
4984
+ api_key?: never;
4978
4985
  } | {
4979
- seam_client_session_token: never[];
4980
- access_token?: never;
4981
- seam_workspace?: never;
4982
- client_session_token?: never;
4986
+ console_session: never[];
4987
+ pat_with_workspace?: never;
4988
+ api_key?: never;
4983
4989
  } | {
4984
- client_session_token: never[];
4985
- access_token?: never;
4986
- seam_workspace?: never;
4987
- seam_client_session_token?: never;
4990
+ api_key: never[];
4991
+ pat_with_workspace?: never;
4992
+ console_session?: never;
4988
4993
  })[];
4989
4994
  summary: string;
4990
4995
  tags: never[];
@@ -5089,20 +5094,17 @@ declare const _default: {
5089
5094
  };
5090
5095
  };
5091
5096
  security: ({
5092
- access_token: never[];
5093
- seam_workspace: never[];
5094
- seam_client_session_token?: never;
5095
- client_session_token?: never;
5097
+ pat_with_workspace: never[];
5098
+ console_session?: never;
5099
+ api_key?: never;
5096
5100
  } | {
5097
- seam_client_session_token: never[];
5098
- access_token?: never;
5099
- seam_workspace?: never;
5100
- client_session_token?: never;
5101
+ console_session: never[];
5102
+ pat_with_workspace?: never;
5103
+ api_key?: never;
5101
5104
  } | {
5102
- client_session_token: never[];
5103
- access_token?: never;
5104
- seam_workspace?: never;
5105
- seam_client_session_token?: never;
5105
+ api_key: never[];
5106
+ pat_with_workspace?: never;
5107
+ console_session?: never;
5106
5108
  })[];
5107
5109
  summary: string;
5108
5110
  tags: never[];
@@ -5204,20 +5206,17 @@ declare const _default: {
5204
5206
  };
5205
5207
  };
5206
5208
  security: ({
5207
- access_token: never[];
5208
- seam_workspace: never[];
5209
- seam_client_session_token?: never;
5210
- client_session_token?: never;
5209
+ pat_with_workspace: never[];
5210
+ console_session?: never;
5211
+ api_key?: never;
5211
5212
  } | {
5212
- seam_client_session_token: never[];
5213
- access_token?: never;
5214
- seam_workspace?: never;
5215
- client_session_token?: never;
5213
+ console_session: never[];
5214
+ pat_with_workspace?: never;
5215
+ api_key?: never;
5216
5216
  } | {
5217
- client_session_token: never[];
5218
- access_token?: never;
5219
- seam_workspace?: never;
5220
- seam_client_session_token?: never;
5217
+ api_key: never[];
5218
+ pat_with_workspace?: never;
5219
+ console_session?: never;
5221
5220
  })[];
5222
5221
  summary: string;
5223
5222
  tags: never[];
@@ -5326,20 +5325,17 @@ declare const _default: {
5326
5325
  };
5327
5326
  };
5328
5327
  security: ({
5329
- access_token: never[];
5330
- seam_workspace: never[];
5331
- seam_client_session_token?: never;
5332
- client_session_token?: never;
5328
+ pat_with_workspace: never[];
5329
+ console_session?: never;
5330
+ api_key?: never;
5333
5331
  } | {
5334
- seam_client_session_token: never[];
5335
- access_token?: never;
5336
- seam_workspace?: never;
5337
- client_session_token?: never;
5332
+ console_session: never[];
5333
+ pat_with_workspace?: never;
5334
+ api_key?: never;
5338
5335
  } | {
5339
- client_session_token: never[];
5340
- access_token?: never;
5341
- seam_workspace?: never;
5342
- seam_client_session_token?: never;
5336
+ api_key: never[];
5337
+ pat_with_workspace?: never;
5338
+ console_session?: never;
5343
5339
  })[];
5344
5340
  summary: string;
5345
5341
  tags: never[];
@@ -5391,20 +5387,17 @@ declare const _default: {
5391
5387
  };
5392
5388
  };
5393
5389
  security: ({
5394
- access_token: never[];
5395
- seam_workspace: never[];
5396
- seam_client_session_token?: never;
5397
- client_session_token?: never;
5390
+ pat_with_workspace: never[];
5391
+ console_session?: never;
5392
+ api_key?: never;
5398
5393
  } | {
5399
- seam_client_session_token: never[];
5400
- access_token?: never;
5401
- seam_workspace?: never;
5402
- client_session_token?: never;
5394
+ console_session: never[];
5395
+ pat_with_workspace?: never;
5396
+ api_key?: never;
5403
5397
  } | {
5404
- client_session_token: never[];
5405
- access_token?: never;
5406
- seam_workspace?: never;
5407
- seam_client_session_token?: never;
5398
+ api_key: never[];
5399
+ pat_with_workspace?: never;
5400
+ console_session?: never;
5408
5401
  })[];
5409
5402
  summary: string;
5410
5403
  tags: never[];
@@ -5505,20 +5498,17 @@ declare const _default: {
5505
5498
  };
5506
5499
  };
5507
5500
  security: ({
5508
- access_token: never[];
5509
- seam_workspace: never[];
5510
- seam_client_session_token?: never;
5511
- client_session_token?: never;
5501
+ pat_with_workspace: never[];
5502
+ console_session?: never;
5503
+ api_key?: never;
5512
5504
  } | {
5513
- seam_client_session_token: never[];
5514
- access_token?: never;
5515
- seam_workspace?: never;
5516
- client_session_token?: never;
5505
+ console_session: never[];
5506
+ pat_with_workspace?: never;
5507
+ api_key?: never;
5517
5508
  } | {
5518
- client_session_token: never[];
5519
- access_token?: never;
5520
- seam_workspace?: never;
5521
- seam_client_session_token?: never;
5509
+ api_key: never[];
5510
+ pat_with_workspace?: never;
5511
+ console_session?: never;
5522
5512
  })[];
5523
5513
  summary: string;
5524
5514
  tags: never[];
@@ -5771,20 +5761,17 @@ declare const _default: {
5771
5761
  };
5772
5762
  };
5773
5763
  security: ({
5774
- access_token: never[];
5775
- seam_workspace: never[];
5776
- seam_client_session_token?: never;
5777
- client_session_token?: never;
5764
+ pat_with_workspace: never[];
5765
+ console_session?: never;
5766
+ api_key?: never;
5778
5767
  } | {
5779
- seam_client_session_token: never[];
5780
- access_token?: never;
5781
- seam_workspace?: never;
5782
- client_session_token?: never;
5768
+ console_session: never[];
5769
+ pat_with_workspace?: never;
5770
+ api_key?: never;
5783
5771
  } | {
5784
- client_session_token: never[];
5785
- access_token?: never;
5786
- seam_workspace?: never;
5787
- seam_client_session_token?: never;
5772
+ api_key: never[];
5773
+ pat_with_workspace?: never;
5774
+ console_session?: never;
5788
5775
  })[];
5789
5776
  summary: string;
5790
5777
  tags: never[];
@@ -5886,20 +5873,17 @@ declare const _default: {
5886
5873
  };
5887
5874
  };
5888
5875
  security: ({
5889
- access_token: never[];
5890
- seam_workspace: never[];
5891
- seam_client_session_token?: never;
5892
- client_session_token?: never;
5876
+ pat_with_workspace: never[];
5877
+ console_session?: never;
5878
+ api_key?: never;
5893
5879
  } | {
5894
- seam_client_session_token: never[];
5895
- access_token?: never;
5896
- seam_workspace?: never;
5897
- client_session_token?: never;
5880
+ console_session: never[];
5881
+ pat_with_workspace?: never;
5882
+ api_key?: never;
5898
5883
  } | {
5899
- client_session_token: never[];
5900
- access_token?: never;
5901
- seam_workspace?: never;
5902
- seam_client_session_token?: never;
5884
+ api_key: never[];
5885
+ pat_with_workspace?: never;
5886
+ console_session?: never;
5903
5887
  })[];
5904
5888
  summary: string;
5905
5889
  tags: never[];
@@ -6003,20 +5987,17 @@ declare const _default: {
6003
5987
  };
6004
5988
  };
6005
5989
  security: ({
6006
- access_token: never[];
6007
- seam_workspace: never[];
6008
- seam_client_session_token?: never;
6009
- client_session_token?: never;
5990
+ pat_with_workspace: never[];
5991
+ console_session?: never;
5992
+ api_key?: never;
6010
5993
  } | {
6011
- seam_client_session_token: never[];
6012
- access_token?: never;
6013
- seam_workspace?: never;
6014
- client_session_token?: never;
5994
+ console_session: never[];
5995
+ pat_with_workspace?: never;
5996
+ api_key?: never;
6015
5997
  } | {
6016
- client_session_token: never[];
6017
- access_token?: never;
6018
- seam_workspace?: never;
6019
- seam_client_session_token?: never;
5998
+ api_key: never[];
5999
+ pat_with_workspace?: never;
6000
+ console_session?: never;
6020
6001
  })[];
6021
6002
  summary: string;
6022
6003
  tags: never[];
@@ -6117,20 +6098,17 @@ declare const _default: {
6117
6098
  };
6118
6099
  };
6119
6100
  security: ({
6120
- access_token: never[];
6121
- seam_workspace: never[];
6122
- seam_client_session_token?: never;
6123
- client_session_token?: never;
6124
- } | {
6125
- seam_client_session_token: never[];
6126
- access_token?: never;
6127
- seam_workspace?: never;
6128
- client_session_token?: never;
6101
+ pat_with_workspace: never[];
6102
+ console_session?: never;
6103
+ api_key?: never;
6129
6104
  } | {
6130
- client_session_token: never[];
6131
- access_token?: never;
6132
- seam_workspace?: never;
6133
- seam_client_session_token?: never;
6105
+ console_session: never[];
6106
+ pat_with_workspace?: never;
6107
+ api_key?: never;
6108
+ } | {
6109
+ api_key: never[];
6110
+ pat_with_workspace?: never;
6111
+ console_session?: never;
6134
6112
  })[];
6135
6113
  summary: string;
6136
6114
  tags: never[];
@@ -6443,20 +6421,17 @@ declare const _default: {
6443
6421
  };
6444
6422
  };
6445
6423
  security: ({
6446
- access_token: never[];
6447
- seam_workspace: never[];
6448
- seam_client_session_token?: never;
6449
- client_session_token?: never;
6424
+ pat_with_workspace: never[];
6425
+ console_session?: never;
6426
+ api_key?: never;
6450
6427
  } | {
6451
- seam_client_session_token: never[];
6452
- access_token?: never;
6453
- seam_workspace?: never;
6454
- client_session_token?: never;
6428
+ console_session: never[];
6429
+ pat_with_workspace?: never;
6430
+ api_key?: never;
6455
6431
  } | {
6456
- client_session_token: never[];
6457
- access_token?: never;
6458
- seam_workspace?: never;
6459
- seam_client_session_token?: never;
6432
+ api_key: never[];
6433
+ pat_with_workspace?: never;
6434
+ console_session?: never;
6460
6435
  })[];
6461
6436
  summary: string;
6462
6437
  tags: never[];
@@ -6513,20 +6488,25 @@ declare const _default: {
6513
6488
  };
6514
6489
  };
6515
6490
  security: ({
6516
- access_token: never[];
6517
- seam_workspace: never[];
6518
- seam_client_session_token?: never;
6519
- client_session_token?: never;
6491
+ client_session: never[];
6492
+ pat_with_workspace?: never;
6493
+ console_session?: never;
6494
+ api_key?: never;
6520
6495
  } | {
6521
- seam_client_session_token: never[];
6522
- access_token?: never;
6523
- seam_workspace?: never;
6524
- client_session_token?: never;
6496
+ pat_with_workspace: never[];
6497
+ client_session?: never;
6498
+ console_session?: never;
6499
+ api_key?: never;
6525
6500
  } | {
6526
- client_session_token: never[];
6527
- access_token?: never;
6528
- seam_workspace?: never;
6529
- seam_client_session_token?: never;
6501
+ console_session: never[];
6502
+ client_session?: never;
6503
+ pat_with_workspace?: never;
6504
+ api_key?: never;
6505
+ } | {
6506
+ api_key: never[];
6507
+ client_session?: never;
6508
+ pat_with_workspace?: never;
6509
+ console_session?: never;
6530
6510
  })[];
6531
6511
  summary: string;
6532
6512
  tags: never[];
@@ -6569,20 +6549,17 @@ declare const _default: {
6569
6549
  };
6570
6550
  };
6571
6551
  security: ({
6572
- access_token: never[];
6573
- seam_workspace: never[];
6574
- seam_client_session_token?: never;
6575
- client_session_token?: never;
6552
+ pat_with_workspace: never[];
6553
+ console_session?: never;
6554
+ api_key?: never;
6576
6555
  } | {
6577
- seam_client_session_token: never[];
6578
- access_token?: never;
6579
- seam_workspace?: never;
6580
- client_session_token?: never;
6556
+ console_session: never[];
6557
+ pat_with_workspace?: never;
6558
+ api_key?: never;
6581
6559
  } | {
6582
- client_session_token: never[];
6583
- access_token?: never;
6584
- seam_workspace?: never;
6585
- seam_client_session_token?: never;
6560
+ api_key: never[];
6561
+ pat_with_workspace?: never;
6562
+ console_session?: never;
6586
6563
  })[];
6587
6564
  summary: string;
6588
6565
  tags: never[];
@@ -6623,20 +6600,17 @@ declare const _default: {
6623
6600
  };
6624
6601
  };
6625
6602
  security: ({
6626
- access_token: never[];
6627
- seam_workspace: never[];
6628
- seam_client_session_token?: never;
6629
- client_session_token?: never;
6603
+ pat_with_workspace: never[];
6604
+ console_session?: never;
6605
+ api_key?: never;
6630
6606
  } | {
6631
- seam_client_session_token: never[];
6632
- access_token?: never;
6633
- seam_workspace?: never;
6634
- client_session_token?: never;
6607
+ console_session: never[];
6608
+ pat_with_workspace?: never;
6609
+ api_key?: never;
6635
6610
  } | {
6636
- client_session_token: never[];
6637
- access_token?: never;
6638
- seam_workspace?: never;
6639
- seam_client_session_token?: never;
6611
+ api_key: never[];
6612
+ pat_with_workspace?: never;
6613
+ console_session?: never;
6640
6614
  })[];
6641
6615
  summary: string;
6642
6616
  tags: never[];
@@ -6651,6 +6625,20 @@ declare const _default: {
6651
6625
  'application/json': {
6652
6626
  schema: {
6653
6627
  properties: {
6628
+ access_schedule: {
6629
+ properties: {
6630
+ ends_at: {
6631
+ format: string;
6632
+ type: string;
6633
+ };
6634
+ starts_at: {
6635
+ format: string;
6636
+ type: string;
6637
+ };
6638
+ };
6639
+ required: string[];
6640
+ type: string;
6641
+ };
6654
6642
  acs_access_group_ids: {
6655
6643
  default: never[];
6656
6644
  items: {
@@ -6714,20 +6702,17 @@ declare const _default: {
6714
6702
  };
6715
6703
  };
6716
6704
  security: ({
6717
- access_token: never[];
6718
- seam_workspace: never[];
6719
- seam_client_session_token?: never;
6720
- client_session_token?: never;
6705
+ pat_with_workspace: never[];
6706
+ console_session?: never;
6707
+ api_key?: never;
6721
6708
  } | {
6722
- seam_client_session_token: never[];
6723
- access_token?: never;
6724
- seam_workspace?: never;
6725
- client_session_token?: never;
6709
+ console_session: never[];
6710
+ pat_with_workspace?: never;
6711
+ api_key?: never;
6726
6712
  } | {
6727
- client_session_token: never[];
6728
- access_token?: never;
6729
- seam_workspace?: never;
6730
- seam_client_session_token?: never;
6713
+ api_key: never[];
6714
+ pat_with_workspace?: never;
6715
+ console_session?: never;
6731
6716
  })[];
6732
6717
  summary: string;
6733
6718
  tags: never[];
@@ -6779,20 +6764,17 @@ declare const _default: {
6779
6764
  };
6780
6765
  };
6781
6766
  security: ({
6782
- access_token: never[];
6783
- seam_workspace: never[];
6784
- seam_client_session_token?: never;
6785
- client_session_token?: never;
6767
+ pat_with_workspace: never[];
6768
+ console_session?: never;
6769
+ api_key?: never;
6786
6770
  } | {
6787
- seam_client_session_token: never[];
6788
- access_token?: never;
6789
- seam_workspace?: never;
6790
- client_session_token?: never;
6771
+ console_session: never[];
6772
+ pat_with_workspace?: never;
6773
+ api_key?: never;
6791
6774
  } | {
6792
- client_session_token: never[];
6793
- access_token?: never;
6794
- seam_workspace?: never;
6795
- seam_client_session_token?: never;
6775
+ api_key: never[];
6776
+ pat_with_workspace?: never;
6777
+ console_session?: never;
6796
6778
  })[];
6797
6779
  summary: string;
6798
6780
  tags: never[];
@@ -6847,20 +6829,17 @@ declare const _default: {
6847
6829
  };
6848
6830
  };
6849
6831
  security: ({
6850
- access_token: never[];
6851
- seam_workspace: never[];
6852
- seam_client_session_token?: never;
6853
- client_session_token?: never;
6832
+ pat_with_workspace: never[];
6833
+ console_session?: never;
6834
+ api_key?: never;
6854
6835
  } | {
6855
- seam_client_session_token: never[];
6856
- access_token?: never;
6857
- seam_workspace?: never;
6858
- client_session_token?: never;
6836
+ console_session: never[];
6837
+ pat_with_workspace?: never;
6838
+ api_key?: never;
6859
6839
  } | {
6860
- client_session_token: never[];
6861
- access_token?: never;
6862
- seam_workspace?: never;
6863
- seam_client_session_token?: never;
6840
+ api_key: never[];
6841
+ pat_with_workspace?: never;
6842
+ console_session?: never;
6864
6843
  })[];
6865
6844
  summary: string;
6866
6845
  tags: never[];
@@ -6918,20 +6897,25 @@ declare const _default: {
6918
6897
  };
6919
6898
  };
6920
6899
  security: ({
6921
- access_token: never[];
6922
- seam_workspace: never[];
6923
- seam_client_session_token?: never;
6924
- client_session_token?: never;
6900
+ client_session: never[];
6901
+ pat_with_workspace?: never;
6902
+ console_session?: never;
6903
+ api_key?: never;
6925
6904
  } | {
6926
- seam_client_session_token: never[];
6927
- access_token?: never;
6928
- seam_workspace?: never;
6929
- client_session_token?: never;
6905
+ pat_with_workspace: never[];
6906
+ client_session?: never;
6907
+ console_session?: never;
6908
+ api_key?: never;
6930
6909
  } | {
6931
- client_session_token: never[];
6932
- access_token?: never;
6933
- seam_workspace?: never;
6934
- seam_client_session_token?: never;
6910
+ console_session: never[];
6911
+ client_session?: never;
6912
+ pat_with_workspace?: never;
6913
+ api_key?: never;
6914
+ } | {
6915
+ api_key: never[];
6916
+ client_session?: never;
6917
+ pat_with_workspace?: never;
6918
+ console_session?: never;
6935
6919
  })[];
6936
6920
  summary: string;
6937
6921
  tags: never[];
@@ -6974,20 +6958,17 @@ declare const _default: {
6974
6958
  };
6975
6959
  };
6976
6960
  security: ({
6977
- access_token: never[];
6978
- seam_workspace: never[];
6979
- seam_client_session_token?: never;
6980
- client_session_token?: never;
6961
+ pat_with_workspace: never[];
6962
+ console_session?: never;
6963
+ api_key?: never;
6981
6964
  } | {
6982
- seam_client_session_token: never[];
6983
- access_token?: never;
6984
- seam_workspace?: never;
6985
- client_session_token?: never;
6965
+ console_session: never[];
6966
+ pat_with_workspace?: never;
6967
+ api_key?: never;
6986
6968
  } | {
6987
- client_session_token: never[];
6988
- access_token?: never;
6989
- seam_workspace?: never;
6990
- seam_client_session_token?: never;
6969
+ api_key: never[];
6970
+ pat_with_workspace?: never;
6971
+ console_session?: never;
6991
6972
  })[];
6992
6973
  summary: string;
6993
6974
  tags: never[];
@@ -7039,20 +7020,17 @@ declare const _default: {
7039
7020
  };
7040
7021
  };
7041
7022
  security: ({
7042
- access_token: never[];
7043
- seam_workspace: never[];
7044
- seam_client_session_token?: never;
7045
- client_session_token?: never;
7023
+ pat_with_workspace: never[];
7024
+ console_session?: never;
7025
+ api_key?: never;
7046
7026
  } | {
7047
- seam_client_session_token: never[];
7048
- access_token?: never;
7049
- seam_workspace?: never;
7050
- client_session_token?: never;
7027
+ console_session: never[];
7028
+ pat_with_workspace?: never;
7029
+ api_key?: never;
7051
7030
  } | {
7052
- client_session_token: never[];
7053
- access_token?: never;
7054
- seam_workspace?: never;
7055
- seam_client_session_token?: never;
7031
+ api_key: never[];
7032
+ pat_with_workspace?: never;
7033
+ console_session?: never;
7056
7034
  })[];
7057
7035
  summary: string;
7058
7036
  tags: never[];
@@ -14238,7 +14216,7 @@ interface Routes {
14238
14216
  use_offline_access_code?: boolean | undefined;
14239
14217
  is_offline_access_code?: boolean | undefined;
14240
14218
  is_one_time_use?: boolean | undefined;
14241
- max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
14219
+ max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
14242
14220
  };
14243
14221
  commonParams: {};
14244
14222
  formData: {};
@@ -14332,7 +14310,7 @@ interface Routes {
14332
14310
  use_offline_access_code?: boolean | undefined;
14333
14311
  is_offline_access_code?: boolean | undefined;
14334
14312
  is_one_time_use?: boolean | undefined;
14335
- max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
14313
+ max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
14336
14314
  };
14337
14315
  commonParams: {};
14338
14316
  formData: {};
@@ -14924,9 +14902,12 @@ interface Routes {
14924
14902
  workspace_id: string;
14925
14903
  created_at: string;
14926
14904
  display_name: string;
14927
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
14928
- external_type_display_name: string;
14905
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
14906
+ external_type_display_name?: string | undefined;
14929
14907
  is_suspended: boolean;
14908
+ starts_at?: string | undefined;
14909
+ ends_at?: string | undefined;
14910
+ is_virtual: boolean;
14930
14911
  full_name?: string | undefined;
14931
14912
  /** Deprecated: use email_address. */
14932
14913
  email?: string | undefined;
@@ -15279,6 +15260,10 @@ interface Routes {
15279
15260
  jsonBody: {
15280
15261
  acs_system_id: string;
15281
15262
  acs_access_group_ids?: string[];
15263
+ access_schedule?: {
15264
+ starts_at: string;
15265
+ ends_at: string;
15266
+ } | undefined;
15282
15267
  full_name?: string | undefined;
15283
15268
  /** Deprecated: use email_address. */
15284
15269
  email?: string | undefined;
@@ -15295,9 +15280,12 @@ interface Routes {
15295
15280
  workspace_id: string;
15296
15281
  created_at: string;
15297
15282
  display_name: string;
15298
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15299
- external_type_display_name: string;
15283
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
15284
+ external_type_display_name?: string | undefined;
15300
15285
  is_suspended: boolean;
15286
+ starts_at?: string | undefined;
15287
+ ends_at?: string | undefined;
15288
+ is_virtual: boolean;
15301
15289
  full_name?: string | undefined;
15302
15290
  /** Deprecated: use email_address. */
15303
15291
  email?: string | undefined;
@@ -15334,9 +15322,12 @@ interface Routes {
15334
15322
  workspace_id: string;
15335
15323
  created_at: string;
15336
15324
  display_name: string;
15337
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15338
- external_type_display_name: string;
15325
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
15326
+ external_type_display_name?: string | undefined;
15339
15327
  is_suspended: boolean;
15328
+ starts_at?: string | undefined;
15329
+ ends_at?: string | undefined;
15330
+ is_virtual: boolean;
15340
15331
  full_name?: string | undefined;
15341
15332
  /** Deprecated: use email_address. */
15342
15333
  email?: string | undefined;
@@ -15362,9 +15353,12 @@ interface Routes {
15362
15353
  workspace_id: string;
15363
15354
  created_at: string;
15364
15355
  display_name: string;
15365
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15366
- external_type_display_name: string;
15356
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
15357
+ external_type_display_name?: string | undefined;
15367
15358
  is_suspended: boolean;
15359
+ starts_at?: string | undefined;
15360
+ ends_at?: string | undefined;
15361
+ is_virtual: boolean;
15368
15362
  full_name?: string | undefined;
15369
15363
  /** Deprecated: use email_address. */
15370
15364
  email?: string | undefined;
@@ -15891,9 +15885,9 @@ interface Routes {
15891
15885
  /** Unique identifier for the device. */
15892
15886
  device_id: string;
15893
15887
  /** Type of the device. */
15894
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
15888
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
15895
15889
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
15896
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
15890
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
15897
15891
  /** Properties of the device. */
15898
15892
  properties: ({
15899
15893
  /** Indicates whether the device is online. */
@@ -16342,8 +16336,8 @@ interface Routes {
16342
16336
  connected_account_id?: string | undefined;
16343
16337
  connected_account_ids?: string[] | undefined;
16344
16338
  connect_webview_id?: string | undefined;
16345
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')) | undefined;
16346
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
16339
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
16340
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
16347
16341
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
16348
16342
  device_ids?: string[] | undefined;
16349
16343
  limit?: number;
@@ -16356,9 +16350,9 @@ interface Routes {
16356
16350
  /** Unique identifier for the device. */
16357
16351
  device_id: string;
16358
16352
  /** Type of the device. */
16359
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
16353
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
16360
16354
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
16361
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16355
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16362
16356
  /** Properties of the device. */
16363
16357
  properties: ({
16364
16358
  /** Indicates whether the device is online. */
@@ -16830,11 +16824,11 @@ interface Routes {
16830
16824
  /** Unique identifier for the device. */
16831
16825
  device_id: string;
16832
16826
  /** Type of the device. */
16833
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
16827
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
16834
16828
  /** Unique identifier for the account associated with the device. */
16835
16829
  connected_account_id: string;
16836
16830
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
16837
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16831
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16838
16832
  /** Unique identifier for the Seam workspace associated with the device. */
16839
16833
  workspace_id: string;
16840
16834
  /** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
@@ -16898,8 +16892,8 @@ interface Routes {
16898
16892
  connected_account_id?: string | undefined;
16899
16893
  connected_account_ids?: string[] | undefined;
16900
16894
  connect_webview_id?: string | undefined;
16901
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')) | undefined;
16902
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
16895
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
16896
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
16903
16897
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
16904
16898
  device_ids?: string[] | undefined;
16905
16899
  limit?: number;
@@ -16912,11 +16906,11 @@ interface Routes {
16912
16906
  /** Unique identifier for the device. */
16913
16907
  device_id: string;
16914
16908
  /** Type of the device. */
16915
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
16909
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
16916
16910
  /** Unique identifier for the account associated with the device. */
16917
16911
  connected_account_id: string;
16918
16912
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
16919
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16913
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16920
16914
  /** Unique identifier for the Seam workspace associated with the device. */
16921
16915
  workspace_id: string;
16922
16916
  /** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
@@ -17140,9 +17134,9 @@ interface Routes {
17140
17134
  /** Unique identifier for the device. */
17141
17135
  device_id: string;
17142
17136
  /** Type of the device. */
17143
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
17137
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
17144
17138
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
17145
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
17139
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
17146
17140
  /** Properties of the device. */
17147
17141
  properties: ({
17148
17142
  /** Indicates whether the device is online. */
@@ -17583,9 +17577,9 @@ interface Routes {
17583
17577
  /** Unique identifier for the device. */
17584
17578
  device_id: string;
17585
17579
  /** Type of the device. */
17586
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
17580
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
17587
17581
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
17588
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
17582
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
17589
17583
  /** Properties of the device. */
17590
17584
  properties: ({
17591
17585
  /** Indicates whether the device is online. */
@@ -18034,8 +18028,8 @@ interface Routes {
18034
18028
  connected_account_id?: string | undefined;
18035
18029
  connected_account_ids?: string[] | undefined;
18036
18030
  connect_webview_id?: string | undefined;
18037
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')) | undefined;
18038
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
18031
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
18032
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
18039
18033
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
18040
18034
  device_ids?: string[] | undefined;
18041
18035
  limit?: number;
@@ -18048,9 +18042,9 @@ interface Routes {
18048
18042
  /** Unique identifier for the device. */
18049
18043
  device_id: string;
18050
18044
  /** Type of the device. */
18051
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
18045
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
18052
18046
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
18053
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
18047
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
18054
18048
  /** Properties of the device. */
18055
18049
  properties: ({
18056
18050
  /** Indicates whether the device is online. */
@@ -18491,9 +18485,9 @@ interface Routes {
18491
18485
  /** Unique identifier for the device. */
18492
18486
  device_id: string;
18493
18487
  /** Type of the device. */
18494
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
18488
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
18495
18489
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
18496
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
18490
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
18497
18491
  /** Properties of the device. */
18498
18492
  properties: ({
18499
18493
  /** Indicates whether the device is online. */
@@ -19372,9 +19366,9 @@ interface Routes {
19372
19366
  /** Unique identifier for the device. */
19373
19367
  device_id: string;
19374
19368
  /** Type of the device. */
19375
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
19369
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
19376
19370
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
19377
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
19371
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
19378
19372
  /** Properties of the device. */
19379
19373
  properties: ({
19380
19374
  /** Indicates whether the device is online. */
@@ -19853,8 +19847,8 @@ interface Routes {
19853
19847
  connected_account_id?: string | undefined;
19854
19848
  connected_account_ids?: string[] | undefined;
19855
19849
  connect_webview_id?: string | undefined;
19856
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')) | undefined;
19857
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat')> | undefined;
19850
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19851
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19858
19852
  manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode') | undefined;
19859
19853
  device_ids?: string[] | undefined;
19860
19854
  limit?: number;
@@ -19867,9 +19861,9 @@ interface Routes {
19867
19861
  /** Unique identifier for the device. */
19868
19862
  device_id: string;
19869
19863
  /** Type of the device. */
19870
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
19864
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
19871
19865
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
19872
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
19866
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
19873
19867
  /** Properties of the device. */
19874
19868
  properties: ({
19875
19869
  /** Indicates whether the device is online. */
@@ -20459,9 +20453,9 @@ interface Routes {
20459
20453
  /** Unique identifier for the device. */
20460
20454
  device_id: string;
20461
20455
  /** Type of the device. */
20462
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
20456
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat') | ('ios_phone' | 'android_phone');
20463
20457
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
20464
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
20458
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
20465
20459
  /** Properties of the device. */
20466
20460
  properties: ({
20467
20461
  /** Indicates whether the device is online. */
@@ -20917,9 +20911,12 @@ interface Routes {
20917
20911
  workspace_id: string;
20918
20912
  created_at: string;
20919
20913
  display_name: string;
20920
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
20921
- external_type_display_name: string;
20914
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
20915
+ external_type_display_name?: string | undefined;
20922
20916
  is_suspended: boolean;
20917
+ starts_at?: string | undefined;
20918
+ ends_at?: string | undefined;
20919
+ is_virtual: boolean;
20923
20920
  full_name?: string | undefined;
20924
20921
  /** Deprecated: use email_address. */
20925
20922
  email?: string | undefined;