@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.
- package/dist/connect.cjs +122 -80
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +318 -324
- package/dist/devicedb.d.cts +2 -22
- package/lib/seam/connect/openapi.d.ts +254 -276
- package/lib/seam/connect/openapi.js +113 -71
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +61 -42
- package/lib/seam/connect/unstable/models/acs/access_group.js +1 -1
- package/lib/seam/connect/unstable/models/acs/access_group.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/user.d.ts +15 -6
- package/lib/seam/connect/unstable/models/acs/user.js +5 -2
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js +6 -6
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.d.ts +1 -1
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.js +1 -0
- package/lib/seam/connect/unstable/models/devices/capabilities-supported.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +10 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js +8 -0
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -6
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +6 -6
- package/package.json +8 -8
- package/src/lib/seam/connect/openapi.ts +113 -71
- package/src/lib/seam/connect/route-types.ts +128 -43
- package/src/lib/seam/connect/unstable/models/acs/access_group.ts +1 -1
- package/src/lib/seam/connect/unstable/models/acs/user.ts +5 -2
- package/src/lib/seam/connect/unstable/models/devices/capabilities-supported.ts +1 -0
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +20 -0
package/dist/connect.d.cts
CHANGED
|
@@ -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
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
client_session_token?: never;
|
|
4639
|
+
pat_with_workspace: never[];
|
|
4640
|
+
console_session?: never;
|
|
4641
|
+
api_key?: never;
|
|
4629
4642
|
} | {
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
client_session_token?: never;
|
|
4643
|
+
console_session: never[];
|
|
4644
|
+
pat_with_workspace?: never;
|
|
4645
|
+
api_key?: never;
|
|
4634
4646
|
} | {
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
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
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
client_session_token?: never;
|
|
4781
|
+
pat_with_workspace: never[];
|
|
4782
|
+
console_session?: never;
|
|
4783
|
+
api_key?: never;
|
|
4774
4784
|
} | {
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
client_session_token?: never;
|
|
4785
|
+
console_session: never[];
|
|
4786
|
+
pat_with_workspace?: never;
|
|
4787
|
+
api_key?: never;
|
|
4779
4788
|
} | {
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
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
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
client_session_token?: never;
|
|
4879
|
+
pat_with_workspace: never[];
|
|
4880
|
+
console_session?: never;
|
|
4881
|
+
api_key?: never;
|
|
4875
4882
|
} | {
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
client_session_token?: never;
|
|
4883
|
+
console_session: never[];
|
|
4884
|
+
pat_with_workspace?: never;
|
|
4885
|
+
api_key?: never;
|
|
4880
4886
|
} | {
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
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
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
client_session_token?: never;
|
|
4982
|
+
pat_with_workspace: never[];
|
|
4983
|
+
console_session?: never;
|
|
4984
|
+
api_key?: never;
|
|
4981
4985
|
} | {
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
client_session_token?: never;
|
|
4986
|
+
console_session: never[];
|
|
4987
|
+
pat_with_workspace?: never;
|
|
4988
|
+
api_key?: never;
|
|
4986
4989
|
} | {
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
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
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
client_session_token?: never;
|
|
5097
|
+
pat_with_workspace: never[];
|
|
5098
|
+
console_session?: never;
|
|
5099
|
+
api_key?: never;
|
|
5099
5100
|
} | {
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
|
|
5103
|
-
client_session_token?: never;
|
|
5101
|
+
console_session: never[];
|
|
5102
|
+
pat_with_workspace?: never;
|
|
5103
|
+
api_key?: never;
|
|
5104
5104
|
} | {
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
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
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
client_session_token?: never;
|
|
5209
|
+
pat_with_workspace: never[];
|
|
5210
|
+
console_session?: never;
|
|
5211
|
+
api_key?: never;
|
|
5214
5212
|
} | {
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
client_session_token?: never;
|
|
5213
|
+
console_session: never[];
|
|
5214
|
+
pat_with_workspace?: never;
|
|
5215
|
+
api_key?: never;
|
|
5219
5216
|
} | {
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
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
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
client_session_token?: never;
|
|
5328
|
+
pat_with_workspace: never[];
|
|
5329
|
+
console_session?: never;
|
|
5330
|
+
api_key?: never;
|
|
5336
5331
|
} | {
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
client_session_token?: never;
|
|
5332
|
+
console_session: never[];
|
|
5333
|
+
pat_with_workspace?: never;
|
|
5334
|
+
api_key?: never;
|
|
5341
5335
|
} | {
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
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
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
client_session_token?: never;
|
|
5390
|
+
pat_with_workspace: never[];
|
|
5391
|
+
console_session?: never;
|
|
5392
|
+
api_key?: never;
|
|
5401
5393
|
} | {
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
client_session_token?: never;
|
|
5394
|
+
console_session: never[];
|
|
5395
|
+
pat_with_workspace?: never;
|
|
5396
|
+
api_key?: never;
|
|
5406
5397
|
} | {
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
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
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
client_session_token?: never;
|
|
5501
|
+
pat_with_workspace: never[];
|
|
5502
|
+
console_session?: never;
|
|
5503
|
+
api_key?: never;
|
|
5515
5504
|
} | {
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
client_session_token?: never;
|
|
5505
|
+
console_session: never[];
|
|
5506
|
+
pat_with_workspace?: never;
|
|
5507
|
+
api_key?: never;
|
|
5520
5508
|
} | {
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
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
|
-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
client_session_token?: never;
|
|
5764
|
+
pat_with_workspace: never[];
|
|
5765
|
+
console_session?: never;
|
|
5766
|
+
api_key?: never;
|
|
5781
5767
|
} | {
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
client_session_token?: never;
|
|
5768
|
+
console_session: never[];
|
|
5769
|
+
pat_with_workspace?: never;
|
|
5770
|
+
api_key?: never;
|
|
5786
5771
|
} | {
|
|
5787
|
-
|
|
5788
|
-
|
|
5789
|
-
|
|
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
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
client_session_token?: never;
|
|
5876
|
+
pat_with_workspace: never[];
|
|
5877
|
+
console_session?: never;
|
|
5878
|
+
api_key?: never;
|
|
5896
5879
|
} | {
|
|
5897
|
-
|
|
5898
|
-
|
|
5899
|
-
|
|
5900
|
-
client_session_token?: never;
|
|
5880
|
+
console_session: never[];
|
|
5881
|
+
pat_with_workspace?: never;
|
|
5882
|
+
api_key?: never;
|
|
5901
5883
|
} | {
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
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
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
client_session_token?: never;
|
|
5990
|
+
pat_with_workspace: never[];
|
|
5991
|
+
console_session?: never;
|
|
5992
|
+
api_key?: never;
|
|
6013
5993
|
} | {
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
client_session_token?: never;
|
|
5994
|
+
console_session: never[];
|
|
5995
|
+
pat_with_workspace?: never;
|
|
5996
|
+
api_key?: never;
|
|
6018
5997
|
} | {
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
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
|
-
|
|
6124
|
-
|
|
6125
|
-
|
|
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
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
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
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
client_session_token?: never;
|
|
6424
|
+
pat_with_workspace: never[];
|
|
6425
|
+
console_session?: never;
|
|
6426
|
+
api_key?: never;
|
|
6453
6427
|
} | {
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
client_session_token?: never;
|
|
6428
|
+
console_session: never[];
|
|
6429
|
+
pat_with_workspace?: never;
|
|
6430
|
+
api_key?: never;
|
|
6458
6431
|
} | {
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
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
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6491
|
+
client_session: never[];
|
|
6492
|
+
pat_with_workspace?: never;
|
|
6493
|
+
console_session?: never;
|
|
6494
|
+
api_key?: never;
|
|
6523
6495
|
} | {
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6496
|
+
pat_with_workspace: never[];
|
|
6497
|
+
client_session?: never;
|
|
6498
|
+
console_session?: never;
|
|
6499
|
+
api_key?: never;
|
|
6528
6500
|
} | {
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
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
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
client_session_token?: never;
|
|
6552
|
+
pat_with_workspace: never[];
|
|
6553
|
+
console_session?: never;
|
|
6554
|
+
api_key?: never;
|
|
6579
6555
|
} | {
|
|
6580
|
-
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
client_session_token?: never;
|
|
6556
|
+
console_session: never[];
|
|
6557
|
+
pat_with_workspace?: never;
|
|
6558
|
+
api_key?: never;
|
|
6584
6559
|
} | {
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
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
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
client_session_token?: never;
|
|
6603
|
+
pat_with_workspace: never[];
|
|
6604
|
+
console_session?: never;
|
|
6605
|
+
api_key?: never;
|
|
6633
6606
|
} | {
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
client_session_token?: never;
|
|
6607
|
+
console_session: never[];
|
|
6608
|
+
pat_with_workspace?: never;
|
|
6609
|
+
api_key?: never;
|
|
6638
6610
|
} | {
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
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
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
client_session_token?: never;
|
|
6705
|
+
pat_with_workspace: never[];
|
|
6706
|
+
console_session?: never;
|
|
6707
|
+
api_key?: never;
|
|
6724
6708
|
} | {
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
client_session_token?: never;
|
|
6709
|
+
console_session: never[];
|
|
6710
|
+
pat_with_workspace?: never;
|
|
6711
|
+
api_key?: never;
|
|
6729
6712
|
} | {
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
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
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
client_session_token?: never;
|
|
6767
|
+
pat_with_workspace: never[];
|
|
6768
|
+
console_session?: never;
|
|
6769
|
+
api_key?: never;
|
|
6789
6770
|
} | {
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
client_session_token?: never;
|
|
6771
|
+
console_session: never[];
|
|
6772
|
+
pat_with_workspace?: never;
|
|
6773
|
+
api_key?: never;
|
|
6794
6774
|
} | {
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
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
|
-
|
|
6854
|
-
|
|
6855
|
-
|
|
6856
|
-
client_session_token?: never;
|
|
6832
|
+
pat_with_workspace: never[];
|
|
6833
|
+
console_session?: never;
|
|
6834
|
+
api_key?: never;
|
|
6857
6835
|
} | {
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
6861
|
-
client_session_token?: never;
|
|
6836
|
+
console_session: never[];
|
|
6837
|
+
pat_with_workspace?: never;
|
|
6838
|
+
api_key?: never;
|
|
6862
6839
|
} | {
|
|
6863
|
-
|
|
6864
|
-
|
|
6865
|
-
|
|
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
|
-
|
|
6925
|
-
|
|
6926
|
-
|
|
6927
|
-
|
|
6900
|
+
client_session: never[];
|
|
6901
|
+
pat_with_workspace?: never;
|
|
6902
|
+
console_session?: never;
|
|
6903
|
+
api_key?: never;
|
|
6928
6904
|
} | {
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6905
|
+
pat_with_workspace: never[];
|
|
6906
|
+
client_session?: never;
|
|
6907
|
+
console_session?: never;
|
|
6908
|
+
api_key?: never;
|
|
6933
6909
|
} | {
|
|
6934
|
-
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
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
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
client_session_token?: never;
|
|
6961
|
+
pat_with_workspace: never[];
|
|
6962
|
+
console_session?: never;
|
|
6963
|
+
api_key?: never;
|
|
6984
6964
|
} | {
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
|
|
6988
|
-
client_session_token?: never;
|
|
6965
|
+
console_session: never[];
|
|
6966
|
+
pat_with_workspace?: never;
|
|
6967
|
+
api_key?: never;
|
|
6989
6968
|
} | {
|
|
6990
|
-
|
|
6991
|
-
|
|
6992
|
-
|
|
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
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
client_session_token?: never;
|
|
7023
|
+
pat_with_workspace: never[];
|
|
7024
|
+
console_session?: never;
|
|
7025
|
+
api_key?: never;
|
|
7049
7026
|
} | {
|
|
7050
|
-
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
client_session_token?: never;
|
|
7027
|
+
console_session: never[];
|
|
7028
|
+
pat_with_workspace?: never;
|
|
7029
|
+
api_key?: never;
|
|
7054
7030
|
} | {
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
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?:
|
|
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?:
|
|
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
|
|
14931
|
-
external_type_display_name
|
|
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
|
|
15302
|
-
external_type_display_name
|
|
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
|
|
15341
|
-
external_type_display_name
|
|
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
|
|
15369
|
-
external_type_display_name
|
|
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
|
|
20924
|
-
external_type_display_name
|
|
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 };
|