@seamapi/types 1.64.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 (32) hide show
  1. package/dist/connect.cjs +122 -80
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +318 -324
  4. package/dist/devicedb.d.cts +2 -22
  5. package/lib/seam/connect/openapi.d.ts +254 -276
  6. package/lib/seam/connect/openapi.js +113 -71
  7. package/lib/seam/connect/openapi.js.map +1 -1
  8. package/lib/seam/connect/route-types.d.ts +61 -42
  9. package/lib/seam/connect/unstable/models/acs/access_group.js +1 -1
  10. package/lib/seam/connect/unstable/models/acs/access_group.js.map +1 -1
  11. package/lib/seam/connect/unstable/models/acs/user.d.ts +15 -6
  12. package/lib/seam/connect/unstable/models/acs/user.js +5 -2
  13. package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
  14. package/lib/seam/connect/unstable/models/capability-properties/access-code.js +6 -6
  15. package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
  16. package/lib/seam/connect/unstable/models/devices/capabilities-supported.d.ts +1 -1
  17. package/lib/seam/connect/unstable/models/devices/capabilities-supported.js +1 -0
  18. package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +1 -1
  19. package/lib/seam/connect/unstable/models/devices/device-metadata.js +1 -1
  20. package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
  21. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +10 -1
  22. package/lib/seam/connect/unstable/models/devices/device-type.js +8 -0
  23. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
  24. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -6
  25. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +6 -6
  26. package/package.json +8 -8
  27. package/src/lib/seam/connect/openapi.ts +113 -71
  28. package/src/lib/seam/connect/route-types.ts +128 -43
  29. package/src/lib/seam/connect/unstable/models/acs/access_group.ts +1 -1
  30. package/src/lib/seam/connect/unstable/models/acs/user.ts +5 -2
  31. package/src/lib/seam/connect/unstable/models/devices/capabilities-supported.ts +1 -0
  32. package/src/lib/seam/connect/unstable/models/devices/device-type.ts +20 -0
@@ -69,10 +69,7 @@ type CustomMetadata = z.infer<typeof custom_metadata>;
69
69
  declare const schemas_connect_webview: typeof connect_webview;
70
70
  declare const schemas_custom_metadata: typeof custom_metadata;
71
71
  declare namespace schemas {
72
- export {
73
- schemas_connect_webview as connect_webview,
74
- schemas_custom_metadata as custom_metadata,
75
- };
72
+ export { schemas_connect_webview as connect_webview, schemas_custom_metadata as custom_metadata };
76
73
  }
77
74
 
78
75
  declare const _default: {
@@ -293,6 +290,10 @@ declare const _default: {
293
290
  format: string;
294
291
  type: string;
295
292
  };
293
+ ends_at: {
294
+ format: string;
295
+ type: string;
296
+ };
296
297
  external_type: {
297
298
  enum: string[];
298
299
  type: string;
@@ -310,10 +311,17 @@ declare const _default: {
310
311
  is_suspended: {
311
312
  type: string;
312
313
  };
314
+ is_virtual: {
315
+ type: string;
316
+ };
313
317
  phone_number: {
314
318
  nullable: boolean;
315
319
  type: string;
316
320
  };
321
+ starts_at: {
322
+ format: string;
323
+ type: string;
324
+ };
317
325
  workspace_id: {
318
326
  format: string;
319
327
  type: string;
@@ -2578,6 +2586,7 @@ declare const _default: {
2578
2586
  type: string;
2579
2587
  };
2580
2588
  max_time_rounding: {
2589
+ default: string;
2581
2590
  enum: string[];
2582
2591
  type: string;
2583
2592
  };
@@ -2711,6 +2720,7 @@ declare const _default: {
2711
2720
  type: string;
2712
2721
  };
2713
2722
  max_time_rounding: {
2723
+ default: string;
2714
2724
  enum: string[];
2715
2725
  type: string;
2716
2726
  };
@@ -2838,6 +2848,7 @@ declare const _default: {
2838
2848
  type: string;
2839
2849
  };
2840
2850
  max_time_rounding: {
2851
+ default: string;
2841
2852
  enum: string[];
2842
2853
  type: string;
2843
2854
  };
@@ -4005,6 +4016,7 @@ declare const _default: {
4005
4016
  type: string;
4006
4017
  };
4007
4018
  max_time_rounding: {
4019
+ default: string;
4008
4020
  enum: string[];
4009
4021
  type: string;
4010
4022
  };
@@ -4134,6 +4146,7 @@ declare const _default: {
4134
4146
  type: string;
4135
4147
  };
4136
4148
  max_time_rounding: {
4149
+ default: string;
4137
4150
  enum: string[];
4138
4151
  type: string;
4139
4152
  };
@@ -4265,6 +4278,7 @@ declare const _default: {
4265
4278
  type: string;
4266
4279
  };
4267
4280
  max_time_rounding: {
4281
+ default: string;
4268
4282
  enum: string[];
4269
4283
  type: string;
4270
4284
  };
@@ -4622,20 +4636,17 @@ declare const _default: {
4622
4636
  };
4623
4637
  };
4624
4638
  security: ({
4625
- access_token: never[];
4626
- seam_workspace: never[];
4627
- seam_client_session_token?: never;
4628
- client_session_token?: never;
4639
+ pat_with_workspace: never[];
4640
+ console_session?: never;
4641
+ api_key?: never;
4629
4642
  } | {
4630
- seam_client_session_token: never[];
4631
- access_token?: never;
4632
- seam_workspace?: never;
4633
- client_session_token?: never;
4643
+ console_session: never[];
4644
+ pat_with_workspace?: never;
4645
+ api_key?: never;
4634
4646
  } | {
4635
- client_session_token: never[];
4636
- access_token?: never;
4637
- seam_workspace?: never;
4638
- seam_client_session_token?: never;
4647
+ api_key: never[];
4648
+ pat_with_workspace?: never;
4649
+ console_session?: never;
4639
4650
  })[];
4640
4651
  summary: string;
4641
4652
  tags: never[];
@@ -4767,20 +4778,17 @@ declare const _default: {
4767
4778
  };
4768
4779
  };
4769
4780
  security: ({
4770
- access_token: never[];
4771
- seam_workspace: never[];
4772
- seam_client_session_token?: never;
4773
- client_session_token?: never;
4781
+ pat_with_workspace: never[];
4782
+ console_session?: never;
4783
+ api_key?: never;
4774
4784
  } | {
4775
- seam_client_session_token: never[];
4776
- access_token?: never;
4777
- seam_workspace?: never;
4778
- client_session_token?: never;
4785
+ console_session: never[];
4786
+ pat_with_workspace?: never;
4787
+ api_key?: never;
4779
4788
  } | {
4780
- client_session_token: never[];
4781
- access_token?: never;
4782
- seam_workspace?: never;
4783
- seam_client_session_token?: never;
4789
+ api_key: never[];
4790
+ pat_with_workspace?: never;
4791
+ console_session?: never;
4784
4792
  })[];
4785
4793
  summary: string;
4786
4794
  tags: never[];
@@ -4868,20 +4876,17 @@ declare const _default: {
4868
4876
  };
4869
4877
  };
4870
4878
  security: ({
4871
- access_token: never[];
4872
- seam_workspace: never[];
4873
- seam_client_session_token?: never;
4874
- client_session_token?: never;
4879
+ pat_with_workspace: never[];
4880
+ console_session?: never;
4881
+ api_key?: never;
4875
4882
  } | {
4876
- seam_client_session_token: never[];
4877
- access_token?: never;
4878
- seam_workspace?: never;
4879
- client_session_token?: never;
4883
+ console_session: never[];
4884
+ pat_with_workspace?: never;
4885
+ api_key?: never;
4880
4886
  } | {
4881
- client_session_token: never[];
4882
- access_token?: never;
4883
- seam_workspace?: never;
4884
- seam_client_session_token?: never;
4887
+ api_key: never[];
4888
+ pat_with_workspace?: never;
4889
+ console_session?: never;
4885
4890
  })[];
4886
4891
  summary: string;
4887
4892
  tags: never[];
@@ -4974,20 +4979,17 @@ declare const _default: {
4974
4979
  };
4975
4980
  };
4976
4981
  security: ({
4977
- access_token: never[];
4978
- seam_workspace: never[];
4979
- seam_client_session_token?: never;
4980
- client_session_token?: never;
4982
+ pat_with_workspace: never[];
4983
+ console_session?: never;
4984
+ api_key?: never;
4981
4985
  } | {
4982
- seam_client_session_token: never[];
4983
- access_token?: never;
4984
- seam_workspace?: never;
4985
- client_session_token?: never;
4986
+ console_session: never[];
4987
+ pat_with_workspace?: never;
4988
+ api_key?: never;
4986
4989
  } | {
4987
- client_session_token: never[];
4988
- access_token?: never;
4989
- seam_workspace?: never;
4990
- seam_client_session_token?: never;
4990
+ api_key: never[];
4991
+ pat_with_workspace?: never;
4992
+ console_session?: never;
4991
4993
  })[];
4992
4994
  summary: string;
4993
4995
  tags: never[];
@@ -5092,20 +5094,17 @@ declare const _default: {
5092
5094
  };
5093
5095
  };
5094
5096
  security: ({
5095
- access_token: never[];
5096
- seam_workspace: never[];
5097
- seam_client_session_token?: never;
5098
- client_session_token?: never;
5097
+ pat_with_workspace: never[];
5098
+ console_session?: never;
5099
+ api_key?: never;
5099
5100
  } | {
5100
- seam_client_session_token: never[];
5101
- access_token?: never;
5102
- seam_workspace?: never;
5103
- client_session_token?: never;
5101
+ console_session: never[];
5102
+ pat_with_workspace?: never;
5103
+ api_key?: never;
5104
5104
  } | {
5105
- client_session_token: never[];
5106
- access_token?: never;
5107
- seam_workspace?: never;
5108
- seam_client_session_token?: never;
5105
+ api_key: never[];
5106
+ pat_with_workspace?: never;
5107
+ console_session?: never;
5109
5108
  })[];
5110
5109
  summary: string;
5111
5110
  tags: never[];
@@ -5207,20 +5206,17 @@ declare const _default: {
5207
5206
  };
5208
5207
  };
5209
5208
  security: ({
5210
- access_token: never[];
5211
- seam_workspace: never[];
5212
- seam_client_session_token?: never;
5213
- client_session_token?: never;
5209
+ pat_with_workspace: never[];
5210
+ console_session?: never;
5211
+ api_key?: never;
5214
5212
  } | {
5215
- seam_client_session_token: never[];
5216
- access_token?: never;
5217
- seam_workspace?: never;
5218
- client_session_token?: never;
5213
+ console_session: never[];
5214
+ pat_with_workspace?: never;
5215
+ api_key?: never;
5219
5216
  } | {
5220
- client_session_token: never[];
5221
- access_token?: never;
5222
- seam_workspace?: never;
5223
- seam_client_session_token?: never;
5217
+ api_key: never[];
5218
+ pat_with_workspace?: never;
5219
+ console_session?: never;
5224
5220
  })[];
5225
5221
  summary: string;
5226
5222
  tags: never[];
@@ -5329,20 +5325,17 @@ declare const _default: {
5329
5325
  };
5330
5326
  };
5331
5327
  security: ({
5332
- access_token: never[];
5333
- seam_workspace: never[];
5334
- seam_client_session_token?: never;
5335
- client_session_token?: never;
5328
+ pat_with_workspace: never[];
5329
+ console_session?: never;
5330
+ api_key?: never;
5336
5331
  } | {
5337
- seam_client_session_token: never[];
5338
- access_token?: never;
5339
- seam_workspace?: never;
5340
- client_session_token?: never;
5332
+ console_session: never[];
5333
+ pat_with_workspace?: never;
5334
+ api_key?: never;
5341
5335
  } | {
5342
- client_session_token: never[];
5343
- access_token?: never;
5344
- seam_workspace?: never;
5345
- seam_client_session_token?: never;
5336
+ api_key: never[];
5337
+ pat_with_workspace?: never;
5338
+ console_session?: never;
5346
5339
  })[];
5347
5340
  summary: string;
5348
5341
  tags: never[];
@@ -5394,20 +5387,17 @@ declare const _default: {
5394
5387
  };
5395
5388
  };
5396
5389
  security: ({
5397
- access_token: never[];
5398
- seam_workspace: never[];
5399
- seam_client_session_token?: never;
5400
- client_session_token?: never;
5390
+ pat_with_workspace: never[];
5391
+ console_session?: never;
5392
+ api_key?: never;
5401
5393
  } | {
5402
- seam_client_session_token: never[];
5403
- access_token?: never;
5404
- seam_workspace?: never;
5405
- client_session_token?: never;
5394
+ console_session: never[];
5395
+ pat_with_workspace?: never;
5396
+ api_key?: never;
5406
5397
  } | {
5407
- client_session_token: never[];
5408
- access_token?: never;
5409
- seam_workspace?: never;
5410
- seam_client_session_token?: never;
5398
+ api_key: never[];
5399
+ pat_with_workspace?: never;
5400
+ console_session?: never;
5411
5401
  })[];
5412
5402
  summary: string;
5413
5403
  tags: never[];
@@ -5508,20 +5498,17 @@ declare const _default: {
5508
5498
  };
5509
5499
  };
5510
5500
  security: ({
5511
- access_token: never[];
5512
- seam_workspace: never[];
5513
- seam_client_session_token?: never;
5514
- client_session_token?: never;
5501
+ pat_with_workspace: never[];
5502
+ console_session?: never;
5503
+ api_key?: never;
5515
5504
  } | {
5516
- seam_client_session_token: never[];
5517
- access_token?: never;
5518
- seam_workspace?: never;
5519
- client_session_token?: never;
5505
+ console_session: never[];
5506
+ pat_with_workspace?: never;
5507
+ api_key?: never;
5520
5508
  } | {
5521
- client_session_token: never[];
5522
- access_token?: never;
5523
- seam_workspace?: never;
5524
- seam_client_session_token?: never;
5509
+ api_key: never[];
5510
+ pat_with_workspace?: never;
5511
+ console_session?: never;
5525
5512
  })[];
5526
5513
  summary: string;
5527
5514
  tags: never[];
@@ -5774,20 +5761,17 @@ declare const _default: {
5774
5761
  };
5775
5762
  };
5776
5763
  security: ({
5777
- access_token: never[];
5778
- seam_workspace: never[];
5779
- seam_client_session_token?: never;
5780
- client_session_token?: never;
5764
+ pat_with_workspace: never[];
5765
+ console_session?: never;
5766
+ api_key?: never;
5781
5767
  } | {
5782
- seam_client_session_token: never[];
5783
- access_token?: never;
5784
- seam_workspace?: never;
5785
- client_session_token?: never;
5768
+ console_session: never[];
5769
+ pat_with_workspace?: never;
5770
+ api_key?: never;
5786
5771
  } | {
5787
- client_session_token: never[];
5788
- access_token?: never;
5789
- seam_workspace?: never;
5790
- seam_client_session_token?: never;
5772
+ api_key: never[];
5773
+ pat_with_workspace?: never;
5774
+ console_session?: never;
5791
5775
  })[];
5792
5776
  summary: string;
5793
5777
  tags: never[];
@@ -5889,20 +5873,17 @@ declare const _default: {
5889
5873
  };
5890
5874
  };
5891
5875
  security: ({
5892
- access_token: never[];
5893
- seam_workspace: never[];
5894
- seam_client_session_token?: never;
5895
- client_session_token?: never;
5876
+ pat_with_workspace: never[];
5877
+ console_session?: never;
5878
+ api_key?: never;
5896
5879
  } | {
5897
- seam_client_session_token: never[];
5898
- access_token?: never;
5899
- seam_workspace?: never;
5900
- client_session_token?: never;
5880
+ console_session: never[];
5881
+ pat_with_workspace?: never;
5882
+ api_key?: never;
5901
5883
  } | {
5902
- client_session_token: never[];
5903
- access_token?: never;
5904
- seam_workspace?: never;
5905
- seam_client_session_token?: never;
5884
+ api_key: never[];
5885
+ pat_with_workspace?: never;
5886
+ console_session?: never;
5906
5887
  })[];
5907
5888
  summary: string;
5908
5889
  tags: never[];
@@ -6006,20 +5987,17 @@ declare const _default: {
6006
5987
  };
6007
5988
  };
6008
5989
  security: ({
6009
- access_token: never[];
6010
- seam_workspace: never[];
6011
- seam_client_session_token?: never;
6012
- client_session_token?: never;
5990
+ pat_with_workspace: never[];
5991
+ console_session?: never;
5992
+ api_key?: never;
6013
5993
  } | {
6014
- seam_client_session_token: never[];
6015
- access_token?: never;
6016
- seam_workspace?: never;
6017
- client_session_token?: never;
5994
+ console_session: never[];
5995
+ pat_with_workspace?: never;
5996
+ api_key?: never;
6018
5997
  } | {
6019
- client_session_token: never[];
6020
- access_token?: never;
6021
- seam_workspace?: never;
6022
- seam_client_session_token?: never;
5998
+ api_key: never[];
5999
+ pat_with_workspace?: never;
6000
+ console_session?: never;
6023
6001
  })[];
6024
6002
  summary: string;
6025
6003
  tags: never[];
@@ -6120,20 +6098,17 @@ declare const _default: {
6120
6098
  };
6121
6099
  };
6122
6100
  security: ({
6123
- access_token: never[];
6124
- seam_workspace: never[];
6125
- seam_client_session_token?: never;
6126
- client_session_token?: never;
6127
- } | {
6128
- seam_client_session_token: never[];
6129
- access_token?: never;
6130
- seam_workspace?: never;
6131
- client_session_token?: never;
6101
+ pat_with_workspace: never[];
6102
+ console_session?: never;
6103
+ api_key?: never;
6132
6104
  } | {
6133
- client_session_token: never[];
6134
- access_token?: never;
6135
- seam_workspace?: never;
6136
- 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;
6137
6112
  })[];
6138
6113
  summary: string;
6139
6114
  tags: never[];
@@ -6446,20 +6421,17 @@ declare const _default: {
6446
6421
  };
6447
6422
  };
6448
6423
  security: ({
6449
- access_token: never[];
6450
- seam_workspace: never[];
6451
- seam_client_session_token?: never;
6452
- client_session_token?: never;
6424
+ pat_with_workspace: never[];
6425
+ console_session?: never;
6426
+ api_key?: never;
6453
6427
  } | {
6454
- seam_client_session_token: never[];
6455
- access_token?: never;
6456
- seam_workspace?: never;
6457
- client_session_token?: never;
6428
+ console_session: never[];
6429
+ pat_with_workspace?: never;
6430
+ api_key?: never;
6458
6431
  } | {
6459
- client_session_token: never[];
6460
- access_token?: never;
6461
- seam_workspace?: never;
6462
- seam_client_session_token?: never;
6432
+ api_key: never[];
6433
+ pat_with_workspace?: never;
6434
+ console_session?: never;
6463
6435
  })[];
6464
6436
  summary: string;
6465
6437
  tags: never[];
@@ -6516,20 +6488,25 @@ declare const _default: {
6516
6488
  };
6517
6489
  };
6518
6490
  security: ({
6519
- access_token: never[];
6520
- seam_workspace: never[];
6521
- seam_client_session_token?: never;
6522
- client_session_token?: never;
6491
+ client_session: never[];
6492
+ pat_with_workspace?: never;
6493
+ console_session?: never;
6494
+ api_key?: never;
6523
6495
  } | {
6524
- seam_client_session_token: never[];
6525
- access_token?: never;
6526
- seam_workspace?: never;
6527
- client_session_token?: never;
6496
+ pat_with_workspace: never[];
6497
+ client_session?: never;
6498
+ console_session?: never;
6499
+ api_key?: never;
6528
6500
  } | {
6529
- client_session_token: never[];
6530
- access_token?: never;
6531
- seam_workspace?: never;
6532
- 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;
6533
6510
  })[];
6534
6511
  summary: string;
6535
6512
  tags: never[];
@@ -6572,20 +6549,17 @@ declare const _default: {
6572
6549
  };
6573
6550
  };
6574
6551
  security: ({
6575
- access_token: never[];
6576
- seam_workspace: never[];
6577
- seam_client_session_token?: never;
6578
- client_session_token?: never;
6552
+ pat_with_workspace: never[];
6553
+ console_session?: never;
6554
+ api_key?: never;
6579
6555
  } | {
6580
- seam_client_session_token: never[];
6581
- access_token?: never;
6582
- seam_workspace?: never;
6583
- client_session_token?: never;
6556
+ console_session: never[];
6557
+ pat_with_workspace?: never;
6558
+ api_key?: never;
6584
6559
  } | {
6585
- client_session_token: never[];
6586
- access_token?: never;
6587
- seam_workspace?: never;
6588
- seam_client_session_token?: never;
6560
+ api_key: never[];
6561
+ pat_with_workspace?: never;
6562
+ console_session?: never;
6589
6563
  })[];
6590
6564
  summary: string;
6591
6565
  tags: never[];
@@ -6626,20 +6600,17 @@ declare const _default: {
6626
6600
  };
6627
6601
  };
6628
6602
  security: ({
6629
- access_token: never[];
6630
- seam_workspace: never[];
6631
- seam_client_session_token?: never;
6632
- client_session_token?: never;
6603
+ pat_with_workspace: never[];
6604
+ console_session?: never;
6605
+ api_key?: never;
6633
6606
  } | {
6634
- seam_client_session_token: never[];
6635
- access_token?: never;
6636
- seam_workspace?: never;
6637
- client_session_token?: never;
6607
+ console_session: never[];
6608
+ pat_with_workspace?: never;
6609
+ api_key?: never;
6638
6610
  } | {
6639
- client_session_token: never[];
6640
- access_token?: never;
6641
- seam_workspace?: never;
6642
- seam_client_session_token?: never;
6611
+ api_key: never[];
6612
+ pat_with_workspace?: never;
6613
+ console_session?: never;
6643
6614
  })[];
6644
6615
  summary: string;
6645
6616
  tags: never[];
@@ -6654,6 +6625,20 @@ declare const _default: {
6654
6625
  'application/json': {
6655
6626
  schema: {
6656
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
+ };
6657
6642
  acs_access_group_ids: {
6658
6643
  default: never[];
6659
6644
  items: {
@@ -6717,20 +6702,17 @@ declare const _default: {
6717
6702
  };
6718
6703
  };
6719
6704
  security: ({
6720
- access_token: never[];
6721
- seam_workspace: never[];
6722
- seam_client_session_token?: never;
6723
- client_session_token?: never;
6705
+ pat_with_workspace: never[];
6706
+ console_session?: never;
6707
+ api_key?: never;
6724
6708
  } | {
6725
- seam_client_session_token: never[];
6726
- access_token?: never;
6727
- seam_workspace?: never;
6728
- client_session_token?: never;
6709
+ console_session: never[];
6710
+ pat_with_workspace?: never;
6711
+ api_key?: never;
6729
6712
  } | {
6730
- client_session_token: never[];
6731
- access_token?: never;
6732
- seam_workspace?: never;
6733
- seam_client_session_token?: never;
6713
+ api_key: never[];
6714
+ pat_with_workspace?: never;
6715
+ console_session?: never;
6734
6716
  })[];
6735
6717
  summary: string;
6736
6718
  tags: never[];
@@ -6782,20 +6764,17 @@ declare const _default: {
6782
6764
  };
6783
6765
  };
6784
6766
  security: ({
6785
- access_token: never[];
6786
- seam_workspace: never[];
6787
- seam_client_session_token?: never;
6788
- client_session_token?: never;
6767
+ pat_with_workspace: never[];
6768
+ console_session?: never;
6769
+ api_key?: never;
6789
6770
  } | {
6790
- seam_client_session_token: never[];
6791
- access_token?: never;
6792
- seam_workspace?: never;
6793
- client_session_token?: never;
6771
+ console_session: never[];
6772
+ pat_with_workspace?: never;
6773
+ api_key?: never;
6794
6774
  } | {
6795
- client_session_token: never[];
6796
- access_token?: never;
6797
- seam_workspace?: never;
6798
- seam_client_session_token?: never;
6775
+ api_key: never[];
6776
+ pat_with_workspace?: never;
6777
+ console_session?: never;
6799
6778
  })[];
6800
6779
  summary: string;
6801
6780
  tags: never[];
@@ -6850,20 +6829,17 @@ declare const _default: {
6850
6829
  };
6851
6830
  };
6852
6831
  security: ({
6853
- access_token: never[];
6854
- seam_workspace: never[];
6855
- seam_client_session_token?: never;
6856
- client_session_token?: never;
6832
+ pat_with_workspace: never[];
6833
+ console_session?: never;
6834
+ api_key?: never;
6857
6835
  } | {
6858
- seam_client_session_token: never[];
6859
- access_token?: never;
6860
- seam_workspace?: never;
6861
- client_session_token?: never;
6836
+ console_session: never[];
6837
+ pat_with_workspace?: never;
6838
+ api_key?: never;
6862
6839
  } | {
6863
- client_session_token: never[];
6864
- access_token?: never;
6865
- seam_workspace?: never;
6866
- seam_client_session_token?: never;
6840
+ api_key: never[];
6841
+ pat_with_workspace?: never;
6842
+ console_session?: never;
6867
6843
  })[];
6868
6844
  summary: string;
6869
6845
  tags: never[];
@@ -6921,20 +6897,25 @@ declare const _default: {
6921
6897
  };
6922
6898
  };
6923
6899
  security: ({
6924
- access_token: never[];
6925
- seam_workspace: never[];
6926
- seam_client_session_token?: never;
6927
- client_session_token?: never;
6900
+ client_session: never[];
6901
+ pat_with_workspace?: never;
6902
+ console_session?: never;
6903
+ api_key?: never;
6928
6904
  } | {
6929
- seam_client_session_token: never[];
6930
- access_token?: never;
6931
- seam_workspace?: never;
6932
- client_session_token?: never;
6905
+ pat_with_workspace: never[];
6906
+ client_session?: never;
6907
+ console_session?: never;
6908
+ api_key?: never;
6933
6909
  } | {
6934
- client_session_token: never[];
6935
- access_token?: never;
6936
- seam_workspace?: never;
6937
- 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;
6938
6919
  })[];
6939
6920
  summary: string;
6940
6921
  tags: never[];
@@ -6977,20 +6958,17 @@ declare const _default: {
6977
6958
  };
6978
6959
  };
6979
6960
  security: ({
6980
- access_token: never[];
6981
- seam_workspace: never[];
6982
- seam_client_session_token?: never;
6983
- client_session_token?: never;
6961
+ pat_with_workspace: never[];
6962
+ console_session?: never;
6963
+ api_key?: never;
6984
6964
  } | {
6985
- seam_client_session_token: never[];
6986
- access_token?: never;
6987
- seam_workspace?: never;
6988
- client_session_token?: never;
6965
+ console_session: never[];
6966
+ pat_with_workspace?: never;
6967
+ api_key?: never;
6989
6968
  } | {
6990
- client_session_token: never[];
6991
- access_token?: never;
6992
- seam_workspace?: never;
6993
- seam_client_session_token?: never;
6969
+ api_key: never[];
6970
+ pat_with_workspace?: never;
6971
+ console_session?: never;
6994
6972
  })[];
6995
6973
  summary: string;
6996
6974
  tags: never[];
@@ -7042,20 +7020,17 @@ declare const _default: {
7042
7020
  };
7043
7021
  };
7044
7022
  security: ({
7045
- access_token: never[];
7046
- seam_workspace: never[];
7047
- seam_client_session_token?: never;
7048
- client_session_token?: never;
7023
+ pat_with_workspace: never[];
7024
+ console_session?: never;
7025
+ api_key?: never;
7049
7026
  } | {
7050
- seam_client_session_token: never[];
7051
- access_token?: never;
7052
- seam_workspace?: never;
7053
- client_session_token?: never;
7027
+ console_session: never[];
7028
+ pat_with_workspace?: never;
7029
+ api_key?: never;
7054
7030
  } | {
7055
- client_session_token: never[];
7056
- access_token?: never;
7057
- seam_workspace?: never;
7058
- seam_client_session_token?: never;
7031
+ api_key: never[];
7032
+ pat_with_workspace?: never;
7033
+ console_session?: never;
7059
7034
  })[];
7060
7035
  summary: string;
7061
7036
  tags: never[];
@@ -14241,7 +14216,7 @@ interface Routes {
14241
14216
  use_offline_access_code?: boolean | undefined;
14242
14217
  is_offline_access_code?: boolean | undefined;
14243
14218
  is_one_time_use?: boolean | undefined;
14244
- max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
14219
+ max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
14245
14220
  };
14246
14221
  commonParams: {};
14247
14222
  formData: {};
@@ -14335,7 +14310,7 @@ interface Routes {
14335
14310
  use_offline_access_code?: boolean | undefined;
14336
14311
  is_offline_access_code?: boolean | undefined;
14337
14312
  is_one_time_use?: boolean | undefined;
14338
- max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
14313
+ max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
14339
14314
  };
14340
14315
  commonParams: {};
14341
14316
  formData: {};
@@ -14927,9 +14902,12 @@ interface Routes {
14927
14902
  workspace_id: string;
14928
14903
  created_at: string;
14929
14904
  display_name: string;
14930
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
14931
- 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;
14932
14907
  is_suspended: boolean;
14908
+ starts_at?: string | undefined;
14909
+ ends_at?: string | undefined;
14910
+ is_virtual: boolean;
14933
14911
  full_name?: string | undefined;
14934
14912
  /** Deprecated: use email_address. */
14935
14913
  email?: string | undefined;
@@ -15282,6 +15260,10 @@ interface Routes {
15282
15260
  jsonBody: {
15283
15261
  acs_system_id: string;
15284
15262
  acs_access_group_ids?: string[];
15263
+ access_schedule?: {
15264
+ starts_at: string;
15265
+ ends_at: string;
15266
+ } | undefined;
15285
15267
  full_name?: string | undefined;
15286
15268
  /** Deprecated: use email_address. */
15287
15269
  email?: string | undefined;
@@ -15298,9 +15280,12 @@ interface Routes {
15298
15280
  workspace_id: string;
15299
15281
  created_at: string;
15300
15282
  display_name: string;
15301
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15302
- 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;
15303
15285
  is_suspended: boolean;
15286
+ starts_at?: string | undefined;
15287
+ ends_at?: string | undefined;
15288
+ is_virtual: boolean;
15304
15289
  full_name?: string | undefined;
15305
15290
  /** Deprecated: use email_address. */
15306
15291
  email?: string | undefined;
@@ -15337,9 +15322,12 @@ interface Routes {
15337
15322
  workspace_id: string;
15338
15323
  created_at: string;
15339
15324
  display_name: string;
15340
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15341
- 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;
15342
15327
  is_suspended: boolean;
15328
+ starts_at?: string | undefined;
15329
+ ends_at?: string | undefined;
15330
+ is_virtual: boolean;
15343
15331
  full_name?: string | undefined;
15344
15332
  /** Deprecated: use email_address. */
15345
15333
  email?: string | undefined;
@@ -15365,9 +15353,12 @@ interface Routes {
15365
15353
  workspace_id: string;
15366
15354
  created_at: string;
15367
15355
  display_name: string;
15368
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
15369
- 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;
15370
15358
  is_suspended: boolean;
15359
+ starts_at?: string | undefined;
15360
+ ends_at?: string | undefined;
15361
+ is_virtual: boolean;
15371
15362
  full_name?: string | undefined;
15372
15363
  /** Deprecated: use email_address. */
15373
15364
  email?: string | undefined;
@@ -15894,9 +15885,9 @@ interface Routes {
15894
15885
  /** Unique identifier for the device. */
15895
15886
  device_id: string;
15896
15887
  /** Type of the device. */
15897
- 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');
15898
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. */
15899
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
15890
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
15900
15891
  /** Properties of the device. */
15901
15892
  properties: ({
15902
15893
  /** Indicates whether the device is online. */
@@ -16345,8 +16336,8 @@ interface Routes {
16345
16336
  connected_account_id?: string | undefined;
16346
16337
  connected_account_ids?: string[] | undefined;
16347
16338
  connect_webview_id?: string | undefined;
16348
- 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;
16349
- 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;
16350
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;
16351
16342
  device_ids?: string[] | undefined;
16352
16343
  limit?: number;
@@ -16359,9 +16350,9 @@ interface Routes {
16359
16350
  /** Unique identifier for the device. */
16360
16351
  device_id: string;
16361
16352
  /** Type of the device. */
16362
- 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');
16363
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. */
16364
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16355
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16365
16356
  /** Properties of the device. */
16366
16357
  properties: ({
16367
16358
  /** Indicates whether the device is online. */
@@ -16833,11 +16824,11 @@ interface Routes {
16833
16824
  /** Unique identifier for the device. */
16834
16825
  device_id: string;
16835
16826
  /** Type of the device. */
16836
- 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');
16837
16828
  /** Unique identifier for the account associated with the device. */
16838
16829
  connected_account_id: string;
16839
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. */
16840
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16831
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16841
16832
  /** Unique identifier for the Seam workspace associated with the device. */
16842
16833
  workspace_id: string;
16843
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. */
@@ -16901,8 +16892,8 @@ interface Routes {
16901
16892
  connected_account_id?: string | undefined;
16902
16893
  connected_account_ids?: string[] | undefined;
16903
16894
  connect_webview_id?: string | undefined;
16904
- 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;
16905
- 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;
16906
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;
16907
16898
  device_ids?: string[] | undefined;
16908
16899
  limit?: number;
@@ -16915,11 +16906,11 @@ interface Routes {
16915
16906
  /** Unique identifier for the device. */
16916
16907
  device_id: string;
16917
16908
  /** Type of the device. */
16918
- 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');
16919
16910
  /** Unique identifier for the account associated with the device. */
16920
16911
  connected_account_id: string;
16921
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. */
16922
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
16913
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
16923
16914
  /** Unique identifier for the Seam workspace associated with the device. */
16924
16915
  workspace_id: string;
16925
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. */
@@ -17143,9 +17134,9 @@ interface Routes {
17143
17134
  /** Unique identifier for the device. */
17144
17135
  device_id: string;
17145
17136
  /** Type of the device. */
17146
- 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');
17147
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. */
17148
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
17139
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
17149
17140
  /** Properties of the device. */
17150
17141
  properties: ({
17151
17142
  /** Indicates whether the device is online. */
@@ -17586,9 +17577,9 @@ interface Routes {
17586
17577
  /** Unique identifier for the device. */
17587
17578
  device_id: string;
17588
17579
  /** Type of the device. */
17589
- 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');
17590
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. */
17591
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
17582
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
17592
17583
  /** Properties of the device. */
17593
17584
  properties: ({
17594
17585
  /** Indicates whether the device is online. */
@@ -18037,8 +18028,8 @@ interface Routes {
18037
18028
  connected_account_id?: string | undefined;
18038
18029
  connected_account_ids?: string[] | undefined;
18039
18030
  connect_webview_id?: string | undefined;
18040
- 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;
18041
- 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;
18042
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;
18043
18034
  device_ids?: string[] | undefined;
18044
18035
  limit?: number;
@@ -18051,9 +18042,9 @@ interface Routes {
18051
18042
  /** Unique identifier for the device. */
18052
18043
  device_id: string;
18053
18044
  /** Type of the device. */
18054
- 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');
18055
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. */
18056
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
18047
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
18057
18048
  /** Properties of the device. */
18058
18049
  properties: ({
18059
18050
  /** Indicates whether the device is online. */
@@ -18494,9 +18485,9 @@ interface Routes {
18494
18485
  /** Unique identifier for the device. */
18495
18486
  device_id: string;
18496
18487
  /** Type of the device. */
18497
- 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');
18498
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. */
18499
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
18490
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
18500
18491
  /** Properties of the device. */
18501
18492
  properties: ({
18502
18493
  /** Indicates whether the device is online. */
@@ -19375,9 +19366,9 @@ interface Routes {
19375
19366
  /** Unique identifier for the device. */
19376
19367
  device_id: string;
19377
19368
  /** Type of the device. */
19378
- 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');
19379
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. */
19380
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
19371
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
19381
19372
  /** Properties of the device. */
19382
19373
  properties: ({
19383
19374
  /** Indicates whether the device is online. */
@@ -19856,8 +19847,8 @@ interface Routes {
19856
19847
  connected_account_id?: string | undefined;
19857
19848
  connected_account_ids?: string[] | undefined;
19858
19849
  connect_webview_id?: string | undefined;
19859
- 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;
19860
- 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;
19861
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;
19862
19853
  device_ids?: string[] | undefined;
19863
19854
  limit?: number;
@@ -19870,9 +19861,9 @@ interface Routes {
19870
19861
  /** Unique identifier for the device. */
19871
19862
  device_id: string;
19872
19863
  /** Type of the device. */
19873
- 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');
19874
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. */
19875
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
19866
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
19876
19867
  /** Properties of the device. */
19877
19868
  properties: ({
19878
19869
  /** Indicates whether the device is online. */
@@ -20462,9 +20453,9 @@ interface Routes {
20462
20453
  /** Unique identifier for the device. */
20463
20454
  device_id: string;
20464
20455
  /** Type of the device. */
20465
- 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');
20466
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. */
20467
- capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
20458
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
20468
20459
  /** Properties of the device. */
20469
20460
  properties: ({
20470
20461
  /** Indicates whether the device is online. */
@@ -20920,9 +20911,12 @@ interface Routes {
20920
20911
  workspace_id: string;
20921
20912
  created_at: string;
20922
20913
  display_name: string;
20923
- external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
20924
- 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;
20925
20916
  is_suspended: boolean;
20917
+ starts_at?: string | undefined;
20918
+ ends_at?: string | undefined;
20919
+ is_virtual: boolean;
20926
20920
  full_name?: string | undefined;
20927
20921
  /** Deprecated: use email_address. */
20928
20922
  email?: string | undefined;
@@ -21092,4 +21086,4 @@ type RouteRequestParams<Path extends keyof Routes> = Routes[Path]['queryParams']
21092
21086
 
21093
21087
  declare const routes: {};
21094
21088
 
21095
- export { ConnectWebview, CustomMetadata, RouteRequestBody, RouteRequestParams, RouteResponse, Routes, _default as openapi, routes, schemas };
21089
+ export { type ConnectWebview, type CustomMetadata, type RouteRequestBody, type RouteRequestParams, type RouteResponse, type Routes, _default as openapi, routes, schemas };