@seamapi/types 1.153.0 → 1.153.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +309 -1270
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +882 -1587
- package/lib/seam/connect/openapi.d.ts +397 -1607
- package/lib/seam/connect/openapi.js +290 -1251
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +505 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +291 -1251
- package/src/lib/seam/connect/route-types.ts +722 -0
package/dist/connect.d.cts
CHANGED
|
@@ -221,6 +221,253 @@ declare const _default: {
|
|
|
221
221
|
required: string[];
|
|
222
222
|
type: string;
|
|
223
223
|
};
|
|
224
|
+
acs_credential: {
|
|
225
|
+
properties: {
|
|
226
|
+
access_method: {
|
|
227
|
+
enum: string[];
|
|
228
|
+
type: string;
|
|
229
|
+
};
|
|
230
|
+
acs_credential_id: {
|
|
231
|
+
format: string;
|
|
232
|
+
type: string;
|
|
233
|
+
};
|
|
234
|
+
acs_credential_pool_id: {
|
|
235
|
+
format: string;
|
|
236
|
+
type: string;
|
|
237
|
+
};
|
|
238
|
+
acs_system_id: {
|
|
239
|
+
format: string;
|
|
240
|
+
type: string;
|
|
241
|
+
};
|
|
242
|
+
acs_user_id: {
|
|
243
|
+
format: string;
|
|
244
|
+
type: string;
|
|
245
|
+
};
|
|
246
|
+
code: {
|
|
247
|
+
nullable: boolean;
|
|
248
|
+
type: string;
|
|
249
|
+
};
|
|
250
|
+
created_at: {
|
|
251
|
+
format: string;
|
|
252
|
+
type: string;
|
|
253
|
+
};
|
|
254
|
+
display_name: {
|
|
255
|
+
minLength: number;
|
|
256
|
+
type: string;
|
|
257
|
+
};
|
|
258
|
+
ends_at: {
|
|
259
|
+
type: string;
|
|
260
|
+
};
|
|
261
|
+
errors: {
|
|
262
|
+
items: {
|
|
263
|
+
properties: {
|
|
264
|
+
error_code: {
|
|
265
|
+
type: string;
|
|
266
|
+
};
|
|
267
|
+
message: {
|
|
268
|
+
type: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
required: string[];
|
|
272
|
+
type: string;
|
|
273
|
+
};
|
|
274
|
+
type: string;
|
|
275
|
+
};
|
|
276
|
+
external_type: {
|
|
277
|
+
enum: string[];
|
|
278
|
+
type: string;
|
|
279
|
+
};
|
|
280
|
+
external_type_display_name: {
|
|
281
|
+
type: string;
|
|
282
|
+
};
|
|
283
|
+
is_multi_phone_sync_credential: {
|
|
284
|
+
type: string;
|
|
285
|
+
};
|
|
286
|
+
parent_acs_credential_id: {
|
|
287
|
+
format: string;
|
|
288
|
+
type: string;
|
|
289
|
+
};
|
|
290
|
+
starts_at: {
|
|
291
|
+
type: string;
|
|
292
|
+
};
|
|
293
|
+
visionline_metadata: {
|
|
294
|
+
properties: {
|
|
295
|
+
common_acs_entrance_ids: {
|
|
296
|
+
items: {
|
|
297
|
+
format: string;
|
|
298
|
+
type: string;
|
|
299
|
+
};
|
|
300
|
+
type: string;
|
|
301
|
+
};
|
|
302
|
+
guest_acs_entrance_ids: {
|
|
303
|
+
items: {
|
|
304
|
+
format: string;
|
|
305
|
+
type: string;
|
|
306
|
+
};
|
|
307
|
+
type: string;
|
|
308
|
+
};
|
|
309
|
+
joiner_acs_credential_ids: {
|
|
310
|
+
items: {
|
|
311
|
+
format: string;
|
|
312
|
+
type: string;
|
|
313
|
+
};
|
|
314
|
+
type: string;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
type: string;
|
|
318
|
+
};
|
|
319
|
+
warnings: {
|
|
320
|
+
items: {
|
|
321
|
+
properties: {
|
|
322
|
+
message: {
|
|
323
|
+
type: string;
|
|
324
|
+
};
|
|
325
|
+
warning_code: {
|
|
326
|
+
type: string;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
required: string[];
|
|
330
|
+
type: string;
|
|
331
|
+
};
|
|
332
|
+
type: string;
|
|
333
|
+
};
|
|
334
|
+
workspace_id: {
|
|
335
|
+
format: string;
|
|
336
|
+
type: string;
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
required: string[];
|
|
340
|
+
type: string;
|
|
341
|
+
};
|
|
342
|
+
acs_credential_pool: {
|
|
343
|
+
properties: {
|
|
344
|
+
acs_credential_pool_id: {
|
|
345
|
+
format: string;
|
|
346
|
+
type: string;
|
|
347
|
+
};
|
|
348
|
+
acs_system_id: {
|
|
349
|
+
format: string;
|
|
350
|
+
type: string;
|
|
351
|
+
};
|
|
352
|
+
created_at: {
|
|
353
|
+
format: string;
|
|
354
|
+
type: string;
|
|
355
|
+
};
|
|
356
|
+
display_name: {
|
|
357
|
+
minLength: number;
|
|
358
|
+
type: string;
|
|
359
|
+
};
|
|
360
|
+
external_type: {
|
|
361
|
+
enum: string[];
|
|
362
|
+
type: string;
|
|
363
|
+
};
|
|
364
|
+
external_type_display_name: {
|
|
365
|
+
type: string;
|
|
366
|
+
};
|
|
367
|
+
workspace_id: {
|
|
368
|
+
format: string;
|
|
369
|
+
type: string;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
required: string[];
|
|
373
|
+
type: string;
|
|
374
|
+
};
|
|
375
|
+
acs_credential_provisioning_automation: {
|
|
376
|
+
properties: {
|
|
377
|
+
acs_credential_provisioning_automation_id: {
|
|
378
|
+
format: string;
|
|
379
|
+
type: string;
|
|
380
|
+
};
|
|
381
|
+
created_at: {
|
|
382
|
+
format: string;
|
|
383
|
+
type: string;
|
|
384
|
+
};
|
|
385
|
+
credential_manager_acs_system_id: {
|
|
386
|
+
format: string;
|
|
387
|
+
type: string;
|
|
388
|
+
};
|
|
389
|
+
user_identity_id: {
|
|
390
|
+
format: string;
|
|
391
|
+
type: string;
|
|
392
|
+
};
|
|
393
|
+
workspace_id: {
|
|
394
|
+
format: string;
|
|
395
|
+
type: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
required: string[];
|
|
399
|
+
type: string;
|
|
400
|
+
};
|
|
401
|
+
acs_entrance: {
|
|
402
|
+
properties: {
|
|
403
|
+
acs_entrance_id: {
|
|
404
|
+
format: string;
|
|
405
|
+
type: string;
|
|
406
|
+
};
|
|
407
|
+
acs_system_id: {
|
|
408
|
+
format: string;
|
|
409
|
+
type: string;
|
|
410
|
+
};
|
|
411
|
+
created_at: {
|
|
412
|
+
format: string;
|
|
413
|
+
type: string;
|
|
414
|
+
};
|
|
415
|
+
display_name: {
|
|
416
|
+
type: string;
|
|
417
|
+
};
|
|
418
|
+
latch_metadata: {
|
|
419
|
+
nullable: boolean;
|
|
420
|
+
properties: {
|
|
421
|
+
accessibility_type: {
|
|
422
|
+
type: string;
|
|
423
|
+
};
|
|
424
|
+
is_connected: {
|
|
425
|
+
type: string;
|
|
426
|
+
};
|
|
427
|
+
name: {
|
|
428
|
+
type: string;
|
|
429
|
+
};
|
|
430
|
+
type: {
|
|
431
|
+
type: string;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
required: string[];
|
|
435
|
+
type: string;
|
|
436
|
+
};
|
|
437
|
+
visionline_metadata: {
|
|
438
|
+
nullable: boolean;
|
|
439
|
+
properties: {
|
|
440
|
+
door_category: {
|
|
441
|
+
enum: string[];
|
|
442
|
+
type: string;
|
|
443
|
+
};
|
|
444
|
+
door_name: {
|
|
445
|
+
type: string;
|
|
446
|
+
};
|
|
447
|
+
profiles: {
|
|
448
|
+
items: {
|
|
449
|
+
properties: {
|
|
450
|
+
visionline_door_profile_id: {
|
|
451
|
+
type: string;
|
|
452
|
+
};
|
|
453
|
+
visionline_door_profile_type: {
|
|
454
|
+
enum: string[];
|
|
455
|
+
type: string;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
required: string[];
|
|
459
|
+
type: string;
|
|
460
|
+
};
|
|
461
|
+
type: string;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
required: string[];
|
|
465
|
+
type: string;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
468
|
+
required: string[];
|
|
469
|
+
type: string;
|
|
470
|
+
};
|
|
224
471
|
acs_system: {
|
|
225
472
|
properties: {
|
|
226
473
|
acs_system_id: {
|
|
@@ -2346,6 +2593,27 @@ declare const _default: {
|
|
|
2346
2593
|
required: string[];
|
|
2347
2594
|
type: string;
|
|
2348
2595
|
};
|
|
2596
|
+
network: {
|
|
2597
|
+
properties: {
|
|
2598
|
+
created_at: {
|
|
2599
|
+
format: string;
|
|
2600
|
+
type: string;
|
|
2601
|
+
};
|
|
2602
|
+
display_name: {
|
|
2603
|
+
type: string;
|
|
2604
|
+
};
|
|
2605
|
+
network_id: {
|
|
2606
|
+
format: string;
|
|
2607
|
+
type: string;
|
|
2608
|
+
};
|
|
2609
|
+
workspace_id: {
|
|
2610
|
+
format: string;
|
|
2611
|
+
type: string;
|
|
2612
|
+
};
|
|
2613
|
+
};
|
|
2614
|
+
required: string[];
|
|
2615
|
+
type: string;
|
|
2616
|
+
};
|
|
2349
2617
|
noise_threshold: {
|
|
2350
2618
|
properties: {
|
|
2351
2619
|
device_id: {
|
|
@@ -2800,28 +3068,69 @@ declare const _default: {
|
|
|
2800
3068
|
required: string[];
|
|
2801
3069
|
type: string;
|
|
2802
3070
|
};
|
|
2803
|
-
|
|
3071
|
+
user_identity: {
|
|
2804
3072
|
properties: {
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
type: string;
|
|
2808
|
-
};
|
|
3073
|
+
created_at: {
|
|
3074
|
+
format: string;
|
|
2809
3075
|
type: string;
|
|
2810
3076
|
};
|
|
2811
|
-
|
|
3077
|
+
display_name: {
|
|
3078
|
+
minLength: number;
|
|
2812
3079
|
type: string;
|
|
2813
3080
|
};
|
|
2814
|
-
|
|
3081
|
+
email_address: {
|
|
3082
|
+
format: string;
|
|
3083
|
+
nullable: boolean;
|
|
2815
3084
|
type: string;
|
|
2816
3085
|
};
|
|
2817
|
-
|
|
3086
|
+
full_name: {
|
|
3087
|
+
minLength: number;
|
|
3088
|
+
nullable: boolean;
|
|
2818
3089
|
type: string;
|
|
2819
3090
|
};
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
3091
|
+
phone_number: {
|
|
3092
|
+
nullable: boolean;
|
|
3093
|
+
type: string;
|
|
3094
|
+
};
|
|
3095
|
+
user_identity_id: {
|
|
3096
|
+
format: string;
|
|
3097
|
+
type: string;
|
|
3098
|
+
};
|
|
3099
|
+
user_identity_key: {
|
|
3100
|
+
minLength: number;
|
|
3101
|
+
nullable: boolean;
|
|
3102
|
+
type: string;
|
|
3103
|
+
};
|
|
3104
|
+
workspace_id: {
|
|
3105
|
+
format: string;
|
|
3106
|
+
type: string;
|
|
3107
|
+
};
|
|
3108
|
+
};
|
|
3109
|
+
required: string[];
|
|
3110
|
+
type: string;
|
|
3111
|
+
};
|
|
3112
|
+
webhook: {
|
|
3113
|
+
properties: {
|
|
3114
|
+
event_types: {
|
|
3115
|
+
items: {
|
|
3116
|
+
type: string;
|
|
3117
|
+
};
|
|
3118
|
+
type: string;
|
|
3119
|
+
};
|
|
3120
|
+
secret: {
|
|
3121
|
+
type: string;
|
|
3122
|
+
};
|
|
3123
|
+
url: {
|
|
3124
|
+
type: string;
|
|
3125
|
+
};
|
|
3126
|
+
webhook_id: {
|
|
3127
|
+
type: string;
|
|
3128
|
+
};
|
|
3129
|
+
};
|
|
3130
|
+
required: string[];
|
|
3131
|
+
type: string;
|
|
3132
|
+
};
|
|
3133
|
+
workspace: {
|
|
2825
3134
|
properties: {
|
|
2826
3135
|
connect_partner_name: {
|
|
2827
3136
|
nullable: boolean;
|
|
@@ -4948,6 +5257,7 @@ declare const _default: {
|
|
|
4948
5257
|
tags: string[];
|
|
4949
5258
|
'x-fern-sdk-group-name': string[];
|
|
4950
5259
|
'x-fern-sdk-method-name': string;
|
|
5260
|
+
'x-fern-sdk-return-value': string;
|
|
4951
5261
|
};
|
|
4952
5262
|
};
|
|
4953
5263
|
'/acs/access_groups/list': {
|
|
@@ -5019,6 +5329,7 @@ declare const _default: {
|
|
|
5019
5329
|
tags: string[];
|
|
5020
5330
|
'x-fern-sdk-group-name': string[];
|
|
5021
5331
|
'x-fern-sdk-method-name': string;
|
|
5332
|
+
'x-fern-sdk-return-value': string;
|
|
5022
5333
|
};
|
|
5023
5334
|
};
|
|
5024
5335
|
'/acs/access_groups/list_users': {
|
|
@@ -5095,6 +5406,7 @@ declare const _default: {
|
|
|
5095
5406
|
tags: string[];
|
|
5096
5407
|
'x-fern-sdk-group-name': string[];
|
|
5097
5408
|
'x-fern-sdk-method-name': string;
|
|
5409
|
+
'x-fern-sdk-return-value': string;
|
|
5098
5410
|
};
|
|
5099
5411
|
};
|
|
5100
5412
|
'/acs/access_groups/remove_user': {
|
|
@@ -5190,37 +5502,7 @@ declare const _default: {
|
|
|
5190
5502
|
properties: {
|
|
5191
5503
|
acs_credential_pools: {
|
|
5192
5504
|
items: {
|
|
5193
|
-
|
|
5194
|
-
acs_credential_pool_id: {
|
|
5195
|
-
format: string;
|
|
5196
|
-
type: string;
|
|
5197
|
-
};
|
|
5198
|
-
acs_system_id: {
|
|
5199
|
-
format: string;
|
|
5200
|
-
type: string;
|
|
5201
|
-
};
|
|
5202
|
-
created_at: {
|
|
5203
|
-
format: string;
|
|
5204
|
-
type: string;
|
|
5205
|
-
};
|
|
5206
|
-
display_name: {
|
|
5207
|
-
minLength: number;
|
|
5208
|
-
type: string;
|
|
5209
|
-
};
|
|
5210
|
-
external_type: {
|
|
5211
|
-
enum: string[];
|
|
5212
|
-
type: string;
|
|
5213
|
-
};
|
|
5214
|
-
external_type_display_name: {
|
|
5215
|
-
type: string;
|
|
5216
|
-
};
|
|
5217
|
-
workspace_id: {
|
|
5218
|
-
format: string;
|
|
5219
|
-
type: string;
|
|
5220
|
-
};
|
|
5221
|
-
};
|
|
5222
|
-
required: string[];
|
|
5223
|
-
type: string;
|
|
5505
|
+
$ref: string;
|
|
5224
5506
|
};
|
|
5225
5507
|
type: string;
|
|
5226
5508
|
};
|
|
@@ -5259,6 +5541,7 @@ declare const _default: {
|
|
|
5259
5541
|
tags: string[];
|
|
5260
5542
|
'x-fern-sdk-group-name': string[];
|
|
5261
5543
|
'x-fern-sdk-method-name': string;
|
|
5544
|
+
'x-fern-sdk-return-value': string;
|
|
5262
5545
|
};
|
|
5263
5546
|
};
|
|
5264
5547
|
'/acs/credential_provisioning_automations/launch': {
|
|
@@ -5302,30 +5585,7 @@ declare const _default: {
|
|
|
5302
5585
|
schema: {
|
|
5303
5586
|
properties: {
|
|
5304
5587
|
acs_credential_provisioning_automation: {
|
|
5305
|
-
|
|
5306
|
-
acs_credential_provisioning_automation_id: {
|
|
5307
|
-
format: string;
|
|
5308
|
-
type: string;
|
|
5309
|
-
};
|
|
5310
|
-
created_at: {
|
|
5311
|
-
format: string;
|
|
5312
|
-
type: string;
|
|
5313
|
-
};
|
|
5314
|
-
credential_manager_acs_system_id: {
|
|
5315
|
-
format: string;
|
|
5316
|
-
type: string;
|
|
5317
|
-
};
|
|
5318
|
-
user_identity_id: {
|
|
5319
|
-
format: string;
|
|
5320
|
-
type: string;
|
|
5321
|
-
};
|
|
5322
|
-
workspace_id: {
|
|
5323
|
-
format: string;
|
|
5324
|
-
type: string;
|
|
5325
|
-
};
|
|
5326
|
-
};
|
|
5327
|
-
required: string[];
|
|
5328
|
-
type: string;
|
|
5588
|
+
$ref: string;
|
|
5329
5589
|
};
|
|
5330
5590
|
ok: {
|
|
5331
5591
|
type: string;
|
|
@@ -5362,6 +5622,7 @@ declare const _default: {
|
|
|
5362
5622
|
tags: string[];
|
|
5363
5623
|
'x-fern-sdk-group-name': string[];
|
|
5364
5624
|
'x-fern-sdk-method-name': string;
|
|
5625
|
+
'x-fern-sdk-return-value': string;
|
|
5365
5626
|
};
|
|
5366
5627
|
};
|
|
5367
5628
|
'/acs/credentials/assign': {
|
|
@@ -5394,122 +5655,7 @@ declare const _default: {
|
|
|
5394
5655
|
schema: {
|
|
5395
5656
|
properties: {
|
|
5396
5657
|
acs_credential: {
|
|
5397
|
-
|
|
5398
|
-
access_method: {
|
|
5399
|
-
enum: string[];
|
|
5400
|
-
type: string;
|
|
5401
|
-
};
|
|
5402
|
-
acs_credential_id: {
|
|
5403
|
-
format: string;
|
|
5404
|
-
type: string;
|
|
5405
|
-
};
|
|
5406
|
-
acs_credential_pool_id: {
|
|
5407
|
-
format: string;
|
|
5408
|
-
type: string;
|
|
5409
|
-
};
|
|
5410
|
-
acs_system_id: {
|
|
5411
|
-
format: string;
|
|
5412
|
-
type: string;
|
|
5413
|
-
};
|
|
5414
|
-
acs_user_id: {
|
|
5415
|
-
format: string;
|
|
5416
|
-
type: string;
|
|
5417
|
-
};
|
|
5418
|
-
code: {
|
|
5419
|
-
nullable: boolean;
|
|
5420
|
-
type: string;
|
|
5421
|
-
};
|
|
5422
|
-
created_at: {
|
|
5423
|
-
format: string;
|
|
5424
|
-
type: string;
|
|
5425
|
-
};
|
|
5426
|
-
display_name: {
|
|
5427
|
-
minLength: number;
|
|
5428
|
-
type: string;
|
|
5429
|
-
};
|
|
5430
|
-
ends_at: {
|
|
5431
|
-
type: string;
|
|
5432
|
-
};
|
|
5433
|
-
errors: {
|
|
5434
|
-
items: {
|
|
5435
|
-
properties: {
|
|
5436
|
-
error_code: {
|
|
5437
|
-
type: string;
|
|
5438
|
-
};
|
|
5439
|
-
message: {
|
|
5440
|
-
type: string;
|
|
5441
|
-
};
|
|
5442
|
-
};
|
|
5443
|
-
required: string[];
|
|
5444
|
-
type: string;
|
|
5445
|
-
};
|
|
5446
|
-
type: string;
|
|
5447
|
-
};
|
|
5448
|
-
external_type: {
|
|
5449
|
-
enum: string[];
|
|
5450
|
-
type: string;
|
|
5451
|
-
};
|
|
5452
|
-
external_type_display_name: {
|
|
5453
|
-
type: string;
|
|
5454
|
-
};
|
|
5455
|
-
is_multi_phone_sync_credential: {
|
|
5456
|
-
type: string;
|
|
5457
|
-
};
|
|
5458
|
-
parent_acs_credential_id: {
|
|
5459
|
-
format: string;
|
|
5460
|
-
type: string;
|
|
5461
|
-
};
|
|
5462
|
-
starts_at: {
|
|
5463
|
-
type: string;
|
|
5464
|
-
};
|
|
5465
|
-
visionline_metadata: {
|
|
5466
|
-
properties: {
|
|
5467
|
-
common_acs_entrance_ids: {
|
|
5468
|
-
items: {
|
|
5469
|
-
format: string;
|
|
5470
|
-
type: string;
|
|
5471
|
-
};
|
|
5472
|
-
type: string;
|
|
5473
|
-
};
|
|
5474
|
-
guest_acs_entrance_ids: {
|
|
5475
|
-
items: {
|
|
5476
|
-
format: string;
|
|
5477
|
-
type: string;
|
|
5478
|
-
};
|
|
5479
|
-
type: string;
|
|
5480
|
-
};
|
|
5481
|
-
joiner_acs_credential_ids: {
|
|
5482
|
-
items: {
|
|
5483
|
-
format: string;
|
|
5484
|
-
type: string;
|
|
5485
|
-
};
|
|
5486
|
-
type: string;
|
|
5487
|
-
};
|
|
5488
|
-
};
|
|
5489
|
-
type: string;
|
|
5490
|
-
};
|
|
5491
|
-
warnings: {
|
|
5492
|
-
items: {
|
|
5493
|
-
properties: {
|
|
5494
|
-
message: {
|
|
5495
|
-
type: string;
|
|
5496
|
-
};
|
|
5497
|
-
warning_code: {
|
|
5498
|
-
type: string;
|
|
5499
|
-
};
|
|
5500
|
-
};
|
|
5501
|
-
required: string[];
|
|
5502
|
-
type: string;
|
|
5503
|
-
};
|
|
5504
|
-
type: string;
|
|
5505
|
-
};
|
|
5506
|
-
workspace_id: {
|
|
5507
|
-
format: string;
|
|
5508
|
-
type: string;
|
|
5509
|
-
};
|
|
5510
|
-
};
|
|
5511
|
-
required: string[];
|
|
5512
|
-
type: string;
|
|
5658
|
+
$ref: string;
|
|
5513
5659
|
};
|
|
5514
5660
|
ok: {
|
|
5515
5661
|
type: string;
|
|
@@ -5575,122 +5721,7 @@ declare const _default: {
|
|
|
5575
5721
|
schema: {
|
|
5576
5722
|
properties: {
|
|
5577
5723
|
acs_credential: {
|
|
5578
|
-
|
|
5579
|
-
access_method: {
|
|
5580
|
-
enum: string[];
|
|
5581
|
-
type: string;
|
|
5582
|
-
};
|
|
5583
|
-
acs_credential_id: {
|
|
5584
|
-
format: string;
|
|
5585
|
-
type: string;
|
|
5586
|
-
};
|
|
5587
|
-
acs_credential_pool_id: {
|
|
5588
|
-
format: string;
|
|
5589
|
-
type: string;
|
|
5590
|
-
};
|
|
5591
|
-
acs_system_id: {
|
|
5592
|
-
format: string;
|
|
5593
|
-
type: string;
|
|
5594
|
-
};
|
|
5595
|
-
acs_user_id: {
|
|
5596
|
-
format: string;
|
|
5597
|
-
type: string;
|
|
5598
|
-
};
|
|
5599
|
-
code: {
|
|
5600
|
-
nullable: boolean;
|
|
5601
|
-
type: string;
|
|
5602
|
-
};
|
|
5603
|
-
created_at: {
|
|
5604
|
-
format: string;
|
|
5605
|
-
type: string;
|
|
5606
|
-
};
|
|
5607
|
-
display_name: {
|
|
5608
|
-
minLength: number;
|
|
5609
|
-
type: string;
|
|
5610
|
-
};
|
|
5611
|
-
ends_at: {
|
|
5612
|
-
type: string;
|
|
5613
|
-
};
|
|
5614
|
-
errors: {
|
|
5615
|
-
items: {
|
|
5616
|
-
properties: {
|
|
5617
|
-
error_code: {
|
|
5618
|
-
type: string;
|
|
5619
|
-
};
|
|
5620
|
-
message: {
|
|
5621
|
-
type: string;
|
|
5622
|
-
};
|
|
5623
|
-
};
|
|
5624
|
-
required: string[];
|
|
5625
|
-
type: string;
|
|
5626
|
-
};
|
|
5627
|
-
type: string;
|
|
5628
|
-
};
|
|
5629
|
-
external_type: {
|
|
5630
|
-
enum: string[];
|
|
5631
|
-
type: string;
|
|
5632
|
-
};
|
|
5633
|
-
external_type_display_name: {
|
|
5634
|
-
type: string;
|
|
5635
|
-
};
|
|
5636
|
-
is_multi_phone_sync_credential: {
|
|
5637
|
-
type: string;
|
|
5638
|
-
};
|
|
5639
|
-
parent_acs_credential_id: {
|
|
5640
|
-
format: string;
|
|
5641
|
-
type: string;
|
|
5642
|
-
};
|
|
5643
|
-
starts_at: {
|
|
5644
|
-
type: string;
|
|
5645
|
-
};
|
|
5646
|
-
visionline_metadata: {
|
|
5647
|
-
properties: {
|
|
5648
|
-
common_acs_entrance_ids: {
|
|
5649
|
-
items: {
|
|
5650
|
-
format: string;
|
|
5651
|
-
type: string;
|
|
5652
|
-
};
|
|
5653
|
-
type: string;
|
|
5654
|
-
};
|
|
5655
|
-
guest_acs_entrance_ids: {
|
|
5656
|
-
items: {
|
|
5657
|
-
format: string;
|
|
5658
|
-
type: string;
|
|
5659
|
-
};
|
|
5660
|
-
type: string;
|
|
5661
|
-
};
|
|
5662
|
-
joiner_acs_credential_ids: {
|
|
5663
|
-
items: {
|
|
5664
|
-
format: string;
|
|
5665
|
-
type: string;
|
|
5666
|
-
};
|
|
5667
|
-
type: string;
|
|
5668
|
-
};
|
|
5669
|
-
};
|
|
5670
|
-
type: string;
|
|
5671
|
-
};
|
|
5672
|
-
warnings: {
|
|
5673
|
-
items: {
|
|
5674
|
-
properties: {
|
|
5675
|
-
message: {
|
|
5676
|
-
type: string;
|
|
5677
|
-
};
|
|
5678
|
-
warning_code: {
|
|
5679
|
-
type: string;
|
|
5680
|
-
};
|
|
5681
|
-
};
|
|
5682
|
-
required: string[];
|
|
5683
|
-
type: string;
|
|
5684
|
-
};
|
|
5685
|
-
type: string;
|
|
5686
|
-
};
|
|
5687
|
-
workspace_id: {
|
|
5688
|
-
format: string;
|
|
5689
|
-
type: string;
|
|
5690
|
-
};
|
|
5691
|
-
};
|
|
5692
|
-
required: string[];
|
|
5693
|
-
type: string;
|
|
5724
|
+
$ref: string;
|
|
5694
5725
|
};
|
|
5695
5726
|
ok: {
|
|
5696
5727
|
type: string;
|
|
@@ -5810,122 +5841,7 @@ declare const _default: {
|
|
|
5810
5841
|
schema: {
|
|
5811
5842
|
properties: {
|
|
5812
5843
|
acs_credential: {
|
|
5813
|
-
|
|
5814
|
-
access_method: {
|
|
5815
|
-
enum: string[];
|
|
5816
|
-
type: string;
|
|
5817
|
-
};
|
|
5818
|
-
acs_credential_id: {
|
|
5819
|
-
format: string;
|
|
5820
|
-
type: string;
|
|
5821
|
-
};
|
|
5822
|
-
acs_credential_pool_id: {
|
|
5823
|
-
format: string;
|
|
5824
|
-
type: string;
|
|
5825
|
-
};
|
|
5826
|
-
acs_system_id: {
|
|
5827
|
-
format: string;
|
|
5828
|
-
type: string;
|
|
5829
|
-
};
|
|
5830
|
-
acs_user_id: {
|
|
5831
|
-
format: string;
|
|
5832
|
-
type: string;
|
|
5833
|
-
};
|
|
5834
|
-
code: {
|
|
5835
|
-
nullable: boolean;
|
|
5836
|
-
type: string;
|
|
5837
|
-
};
|
|
5838
|
-
created_at: {
|
|
5839
|
-
format: string;
|
|
5840
|
-
type: string;
|
|
5841
|
-
};
|
|
5842
|
-
display_name: {
|
|
5843
|
-
minLength: number;
|
|
5844
|
-
type: string;
|
|
5845
|
-
};
|
|
5846
|
-
ends_at: {
|
|
5847
|
-
type: string;
|
|
5848
|
-
};
|
|
5849
|
-
errors: {
|
|
5850
|
-
items: {
|
|
5851
|
-
properties: {
|
|
5852
|
-
error_code: {
|
|
5853
|
-
type: string;
|
|
5854
|
-
};
|
|
5855
|
-
message: {
|
|
5856
|
-
type: string;
|
|
5857
|
-
};
|
|
5858
|
-
};
|
|
5859
|
-
required: string[];
|
|
5860
|
-
type: string;
|
|
5861
|
-
};
|
|
5862
|
-
type: string;
|
|
5863
|
-
};
|
|
5864
|
-
external_type: {
|
|
5865
|
-
enum: string[];
|
|
5866
|
-
type: string;
|
|
5867
|
-
};
|
|
5868
|
-
external_type_display_name: {
|
|
5869
|
-
type: string;
|
|
5870
|
-
};
|
|
5871
|
-
is_multi_phone_sync_credential: {
|
|
5872
|
-
type: string;
|
|
5873
|
-
};
|
|
5874
|
-
parent_acs_credential_id: {
|
|
5875
|
-
format: string;
|
|
5876
|
-
type: string;
|
|
5877
|
-
};
|
|
5878
|
-
starts_at: {
|
|
5879
|
-
type: string;
|
|
5880
|
-
};
|
|
5881
|
-
visionline_metadata: {
|
|
5882
|
-
properties: {
|
|
5883
|
-
common_acs_entrance_ids: {
|
|
5884
|
-
items: {
|
|
5885
|
-
format: string;
|
|
5886
|
-
type: string;
|
|
5887
|
-
};
|
|
5888
|
-
type: string;
|
|
5889
|
-
};
|
|
5890
|
-
guest_acs_entrance_ids: {
|
|
5891
|
-
items: {
|
|
5892
|
-
format: string;
|
|
5893
|
-
type: string;
|
|
5894
|
-
};
|
|
5895
|
-
type: string;
|
|
5896
|
-
};
|
|
5897
|
-
joiner_acs_credential_ids: {
|
|
5898
|
-
items: {
|
|
5899
|
-
format: string;
|
|
5900
|
-
type: string;
|
|
5901
|
-
};
|
|
5902
|
-
type: string;
|
|
5903
|
-
};
|
|
5904
|
-
};
|
|
5905
|
-
type: string;
|
|
5906
|
-
};
|
|
5907
|
-
warnings: {
|
|
5908
|
-
items: {
|
|
5909
|
-
properties: {
|
|
5910
|
-
message: {
|
|
5911
|
-
type: string;
|
|
5912
|
-
};
|
|
5913
|
-
warning_code: {
|
|
5914
|
-
type: string;
|
|
5915
|
-
};
|
|
5916
|
-
};
|
|
5917
|
-
required: string[];
|
|
5918
|
-
type: string;
|
|
5919
|
-
};
|
|
5920
|
-
type: string;
|
|
5921
|
-
};
|
|
5922
|
-
workspace_id: {
|
|
5923
|
-
format: string;
|
|
5924
|
-
type: string;
|
|
5925
|
-
};
|
|
5926
|
-
};
|
|
5927
|
-
required: string[];
|
|
5928
|
-
type: string;
|
|
5844
|
+
$ref: string;
|
|
5929
5845
|
};
|
|
5930
5846
|
ok: {
|
|
5931
5847
|
type: string;
|
|
@@ -5962,6 +5878,7 @@ declare const _default: {
|
|
|
5962
5878
|
tags: string[];
|
|
5963
5879
|
'x-fern-sdk-group-name': string[];
|
|
5964
5880
|
'x-fern-sdk-method-name': string;
|
|
5881
|
+
'x-fern-sdk-return-value': string;
|
|
5965
5882
|
};
|
|
5966
5883
|
};
|
|
5967
5884
|
'/acs/credentials/delete': {
|
|
@@ -6052,122 +5969,7 @@ declare const _default: {
|
|
|
6052
5969
|
schema: {
|
|
6053
5970
|
properties: {
|
|
6054
5971
|
acs_credential: {
|
|
6055
|
-
|
|
6056
|
-
access_method: {
|
|
6057
|
-
enum: string[];
|
|
6058
|
-
type: string;
|
|
6059
|
-
};
|
|
6060
|
-
acs_credential_id: {
|
|
6061
|
-
format: string;
|
|
6062
|
-
type: string;
|
|
6063
|
-
};
|
|
6064
|
-
acs_credential_pool_id: {
|
|
6065
|
-
format: string;
|
|
6066
|
-
type: string;
|
|
6067
|
-
};
|
|
6068
|
-
acs_system_id: {
|
|
6069
|
-
format: string;
|
|
6070
|
-
type: string;
|
|
6071
|
-
};
|
|
6072
|
-
acs_user_id: {
|
|
6073
|
-
format: string;
|
|
6074
|
-
type: string;
|
|
6075
|
-
};
|
|
6076
|
-
code: {
|
|
6077
|
-
nullable: boolean;
|
|
6078
|
-
type: string;
|
|
6079
|
-
};
|
|
6080
|
-
created_at: {
|
|
6081
|
-
format: string;
|
|
6082
|
-
type: string;
|
|
6083
|
-
};
|
|
6084
|
-
display_name: {
|
|
6085
|
-
minLength: number;
|
|
6086
|
-
type: string;
|
|
6087
|
-
};
|
|
6088
|
-
ends_at: {
|
|
6089
|
-
type: string;
|
|
6090
|
-
};
|
|
6091
|
-
errors: {
|
|
6092
|
-
items: {
|
|
6093
|
-
properties: {
|
|
6094
|
-
error_code: {
|
|
6095
|
-
type: string;
|
|
6096
|
-
};
|
|
6097
|
-
message: {
|
|
6098
|
-
type: string;
|
|
6099
|
-
};
|
|
6100
|
-
};
|
|
6101
|
-
required: string[];
|
|
6102
|
-
type: string;
|
|
6103
|
-
};
|
|
6104
|
-
type: string;
|
|
6105
|
-
};
|
|
6106
|
-
external_type: {
|
|
6107
|
-
enum: string[];
|
|
6108
|
-
type: string;
|
|
6109
|
-
};
|
|
6110
|
-
external_type_display_name: {
|
|
6111
|
-
type: string;
|
|
6112
|
-
};
|
|
6113
|
-
is_multi_phone_sync_credential: {
|
|
6114
|
-
type: string;
|
|
6115
|
-
};
|
|
6116
|
-
parent_acs_credential_id: {
|
|
6117
|
-
format: string;
|
|
6118
|
-
type: string;
|
|
6119
|
-
};
|
|
6120
|
-
starts_at: {
|
|
6121
|
-
type: string;
|
|
6122
|
-
};
|
|
6123
|
-
visionline_metadata: {
|
|
6124
|
-
properties: {
|
|
6125
|
-
common_acs_entrance_ids: {
|
|
6126
|
-
items: {
|
|
6127
|
-
format: string;
|
|
6128
|
-
type: string;
|
|
6129
|
-
};
|
|
6130
|
-
type: string;
|
|
6131
|
-
};
|
|
6132
|
-
guest_acs_entrance_ids: {
|
|
6133
|
-
items: {
|
|
6134
|
-
format: string;
|
|
6135
|
-
type: string;
|
|
6136
|
-
};
|
|
6137
|
-
type: string;
|
|
6138
|
-
};
|
|
6139
|
-
joiner_acs_credential_ids: {
|
|
6140
|
-
items: {
|
|
6141
|
-
format: string;
|
|
6142
|
-
type: string;
|
|
6143
|
-
};
|
|
6144
|
-
type: string;
|
|
6145
|
-
};
|
|
6146
|
-
};
|
|
6147
|
-
type: string;
|
|
6148
|
-
};
|
|
6149
|
-
warnings: {
|
|
6150
|
-
items: {
|
|
6151
|
-
properties: {
|
|
6152
|
-
message: {
|
|
6153
|
-
type: string;
|
|
6154
|
-
};
|
|
6155
|
-
warning_code: {
|
|
6156
|
-
type: string;
|
|
6157
|
-
};
|
|
6158
|
-
};
|
|
6159
|
-
required: string[];
|
|
6160
|
-
type: string;
|
|
6161
|
-
};
|
|
6162
|
-
type: string;
|
|
6163
|
-
};
|
|
6164
|
-
workspace_id: {
|
|
6165
|
-
format: string;
|
|
6166
|
-
type: string;
|
|
6167
|
-
};
|
|
6168
|
-
};
|
|
6169
|
-
required: string[];
|
|
6170
|
-
type: string;
|
|
5972
|
+
$ref: string;
|
|
6171
5973
|
};
|
|
6172
5974
|
ok: {
|
|
6173
5975
|
type: string;
|
|
@@ -6204,6 +6006,7 @@ declare const _default: {
|
|
|
6204
6006
|
tags: string[];
|
|
6205
6007
|
'x-fern-sdk-group-name': string[];
|
|
6206
6008
|
'x-fern-sdk-method-name': string;
|
|
6009
|
+
'x-fern-sdk-return-value': string;
|
|
6207
6010
|
};
|
|
6208
6011
|
};
|
|
6209
6012
|
'/acs/credentials/list': {
|
|
@@ -6285,122 +6088,7 @@ declare const _default: {
|
|
|
6285
6088
|
properties: {
|
|
6286
6089
|
acs_credentials: {
|
|
6287
6090
|
items: {
|
|
6288
|
-
|
|
6289
|
-
access_method: {
|
|
6290
|
-
enum: string[];
|
|
6291
|
-
type: string;
|
|
6292
|
-
};
|
|
6293
|
-
acs_credential_id: {
|
|
6294
|
-
format: string;
|
|
6295
|
-
type: string;
|
|
6296
|
-
};
|
|
6297
|
-
acs_credential_pool_id: {
|
|
6298
|
-
format: string;
|
|
6299
|
-
type: string;
|
|
6300
|
-
};
|
|
6301
|
-
acs_system_id: {
|
|
6302
|
-
format: string;
|
|
6303
|
-
type: string;
|
|
6304
|
-
};
|
|
6305
|
-
acs_user_id: {
|
|
6306
|
-
format: string;
|
|
6307
|
-
type: string;
|
|
6308
|
-
};
|
|
6309
|
-
code: {
|
|
6310
|
-
nullable: boolean;
|
|
6311
|
-
type: string;
|
|
6312
|
-
};
|
|
6313
|
-
created_at: {
|
|
6314
|
-
format: string;
|
|
6315
|
-
type: string;
|
|
6316
|
-
};
|
|
6317
|
-
display_name: {
|
|
6318
|
-
minLength: number;
|
|
6319
|
-
type: string;
|
|
6320
|
-
};
|
|
6321
|
-
ends_at: {
|
|
6322
|
-
type: string;
|
|
6323
|
-
};
|
|
6324
|
-
errors: {
|
|
6325
|
-
items: {
|
|
6326
|
-
properties: {
|
|
6327
|
-
error_code: {
|
|
6328
|
-
type: string;
|
|
6329
|
-
};
|
|
6330
|
-
message: {
|
|
6331
|
-
type: string;
|
|
6332
|
-
};
|
|
6333
|
-
};
|
|
6334
|
-
required: string[];
|
|
6335
|
-
type: string;
|
|
6336
|
-
};
|
|
6337
|
-
type: string;
|
|
6338
|
-
};
|
|
6339
|
-
external_type: {
|
|
6340
|
-
enum: string[];
|
|
6341
|
-
type: string;
|
|
6342
|
-
};
|
|
6343
|
-
external_type_display_name: {
|
|
6344
|
-
type: string;
|
|
6345
|
-
};
|
|
6346
|
-
is_multi_phone_sync_credential: {
|
|
6347
|
-
type: string;
|
|
6348
|
-
};
|
|
6349
|
-
parent_acs_credential_id: {
|
|
6350
|
-
format: string;
|
|
6351
|
-
type: string;
|
|
6352
|
-
};
|
|
6353
|
-
starts_at: {
|
|
6354
|
-
type: string;
|
|
6355
|
-
};
|
|
6356
|
-
visionline_metadata: {
|
|
6357
|
-
properties: {
|
|
6358
|
-
common_acs_entrance_ids: {
|
|
6359
|
-
items: {
|
|
6360
|
-
format: string;
|
|
6361
|
-
type: string;
|
|
6362
|
-
};
|
|
6363
|
-
type: string;
|
|
6364
|
-
};
|
|
6365
|
-
guest_acs_entrance_ids: {
|
|
6366
|
-
items: {
|
|
6367
|
-
format: string;
|
|
6368
|
-
type: string;
|
|
6369
|
-
};
|
|
6370
|
-
type: string;
|
|
6371
|
-
};
|
|
6372
|
-
joiner_acs_credential_ids: {
|
|
6373
|
-
items: {
|
|
6374
|
-
format: string;
|
|
6375
|
-
type: string;
|
|
6376
|
-
};
|
|
6377
|
-
type: string;
|
|
6378
|
-
};
|
|
6379
|
-
};
|
|
6380
|
-
type: string;
|
|
6381
|
-
};
|
|
6382
|
-
warnings: {
|
|
6383
|
-
items: {
|
|
6384
|
-
properties: {
|
|
6385
|
-
message: {
|
|
6386
|
-
type: string;
|
|
6387
|
-
};
|
|
6388
|
-
warning_code: {
|
|
6389
|
-
type: string;
|
|
6390
|
-
};
|
|
6391
|
-
};
|
|
6392
|
-
required: string[];
|
|
6393
|
-
type: string;
|
|
6394
|
-
};
|
|
6395
|
-
type: string;
|
|
6396
|
-
};
|
|
6397
|
-
workspace_id: {
|
|
6398
|
-
format: string;
|
|
6399
|
-
type: string;
|
|
6400
|
-
};
|
|
6401
|
-
};
|
|
6402
|
-
required: string[];
|
|
6403
|
-
type: string;
|
|
6091
|
+
$ref: string;
|
|
6404
6092
|
};
|
|
6405
6093
|
type: string;
|
|
6406
6094
|
};
|
|
@@ -6447,6 +6135,7 @@ declare const _default: {
|
|
|
6447
6135
|
tags: string[];
|
|
6448
6136
|
'x-fern-sdk-group-name': string[];
|
|
6449
6137
|
'x-fern-sdk-method-name': string;
|
|
6138
|
+
'x-fern-sdk-return-value': string;
|
|
6450
6139
|
};
|
|
6451
6140
|
};
|
|
6452
6141
|
'/acs/credentials/unassign': {
|
|
@@ -6479,122 +6168,7 @@ declare const _default: {
|
|
|
6479
6168
|
schema: {
|
|
6480
6169
|
properties: {
|
|
6481
6170
|
acs_credential: {
|
|
6482
|
-
|
|
6483
|
-
access_method: {
|
|
6484
|
-
enum: string[];
|
|
6485
|
-
type: string;
|
|
6486
|
-
};
|
|
6487
|
-
acs_credential_id: {
|
|
6488
|
-
format: string;
|
|
6489
|
-
type: string;
|
|
6490
|
-
};
|
|
6491
|
-
acs_credential_pool_id: {
|
|
6492
|
-
format: string;
|
|
6493
|
-
type: string;
|
|
6494
|
-
};
|
|
6495
|
-
acs_system_id: {
|
|
6496
|
-
format: string;
|
|
6497
|
-
type: string;
|
|
6498
|
-
};
|
|
6499
|
-
acs_user_id: {
|
|
6500
|
-
format: string;
|
|
6501
|
-
type: string;
|
|
6502
|
-
};
|
|
6503
|
-
code: {
|
|
6504
|
-
nullable: boolean;
|
|
6505
|
-
type: string;
|
|
6506
|
-
};
|
|
6507
|
-
created_at: {
|
|
6508
|
-
format: string;
|
|
6509
|
-
type: string;
|
|
6510
|
-
};
|
|
6511
|
-
display_name: {
|
|
6512
|
-
minLength: number;
|
|
6513
|
-
type: string;
|
|
6514
|
-
};
|
|
6515
|
-
ends_at: {
|
|
6516
|
-
type: string;
|
|
6517
|
-
};
|
|
6518
|
-
errors: {
|
|
6519
|
-
items: {
|
|
6520
|
-
properties: {
|
|
6521
|
-
error_code: {
|
|
6522
|
-
type: string;
|
|
6523
|
-
};
|
|
6524
|
-
message: {
|
|
6525
|
-
type: string;
|
|
6526
|
-
};
|
|
6527
|
-
};
|
|
6528
|
-
required: string[];
|
|
6529
|
-
type: string;
|
|
6530
|
-
};
|
|
6531
|
-
type: string;
|
|
6532
|
-
};
|
|
6533
|
-
external_type: {
|
|
6534
|
-
enum: string[];
|
|
6535
|
-
type: string;
|
|
6536
|
-
};
|
|
6537
|
-
external_type_display_name: {
|
|
6538
|
-
type: string;
|
|
6539
|
-
};
|
|
6540
|
-
is_multi_phone_sync_credential: {
|
|
6541
|
-
type: string;
|
|
6542
|
-
};
|
|
6543
|
-
parent_acs_credential_id: {
|
|
6544
|
-
format: string;
|
|
6545
|
-
type: string;
|
|
6546
|
-
};
|
|
6547
|
-
starts_at: {
|
|
6548
|
-
type: string;
|
|
6549
|
-
};
|
|
6550
|
-
visionline_metadata: {
|
|
6551
|
-
properties: {
|
|
6552
|
-
common_acs_entrance_ids: {
|
|
6553
|
-
items: {
|
|
6554
|
-
format: string;
|
|
6555
|
-
type: string;
|
|
6556
|
-
};
|
|
6557
|
-
type: string;
|
|
6558
|
-
};
|
|
6559
|
-
guest_acs_entrance_ids: {
|
|
6560
|
-
items: {
|
|
6561
|
-
format: string;
|
|
6562
|
-
type: string;
|
|
6563
|
-
};
|
|
6564
|
-
type: string;
|
|
6565
|
-
};
|
|
6566
|
-
joiner_acs_credential_ids: {
|
|
6567
|
-
items: {
|
|
6568
|
-
format: string;
|
|
6569
|
-
type: string;
|
|
6570
|
-
};
|
|
6571
|
-
type: string;
|
|
6572
|
-
};
|
|
6573
|
-
};
|
|
6574
|
-
type: string;
|
|
6575
|
-
};
|
|
6576
|
-
warnings: {
|
|
6577
|
-
items: {
|
|
6578
|
-
properties: {
|
|
6579
|
-
message: {
|
|
6580
|
-
type: string;
|
|
6581
|
-
};
|
|
6582
|
-
warning_code: {
|
|
6583
|
-
type: string;
|
|
6584
|
-
};
|
|
6585
|
-
};
|
|
6586
|
-
required: string[];
|
|
6587
|
-
type: string;
|
|
6588
|
-
};
|
|
6589
|
-
type: string;
|
|
6590
|
-
};
|
|
6591
|
-
workspace_id: {
|
|
6592
|
-
format: string;
|
|
6593
|
-
type: string;
|
|
6594
|
-
};
|
|
6595
|
-
};
|
|
6596
|
-
required: string[];
|
|
6597
|
-
type: string;
|
|
6171
|
+
$ref: string;
|
|
6598
6172
|
};
|
|
6599
6173
|
ok: {
|
|
6600
6174
|
type: string;
|
|
@@ -6660,122 +6234,7 @@ declare const _default: {
|
|
|
6660
6234
|
schema: {
|
|
6661
6235
|
properties: {
|
|
6662
6236
|
acs_credential: {
|
|
6663
|
-
|
|
6664
|
-
access_method: {
|
|
6665
|
-
enum: string[];
|
|
6666
|
-
type: string;
|
|
6667
|
-
};
|
|
6668
|
-
acs_credential_id: {
|
|
6669
|
-
format: string;
|
|
6670
|
-
type: string;
|
|
6671
|
-
};
|
|
6672
|
-
acs_credential_pool_id: {
|
|
6673
|
-
format: string;
|
|
6674
|
-
type: string;
|
|
6675
|
-
};
|
|
6676
|
-
acs_system_id: {
|
|
6677
|
-
format: string;
|
|
6678
|
-
type: string;
|
|
6679
|
-
};
|
|
6680
|
-
acs_user_id: {
|
|
6681
|
-
format: string;
|
|
6682
|
-
type: string;
|
|
6683
|
-
};
|
|
6684
|
-
code: {
|
|
6685
|
-
nullable: boolean;
|
|
6686
|
-
type: string;
|
|
6687
|
-
};
|
|
6688
|
-
created_at: {
|
|
6689
|
-
format: string;
|
|
6690
|
-
type: string;
|
|
6691
|
-
};
|
|
6692
|
-
display_name: {
|
|
6693
|
-
minLength: number;
|
|
6694
|
-
type: string;
|
|
6695
|
-
};
|
|
6696
|
-
ends_at: {
|
|
6697
|
-
type: string;
|
|
6698
|
-
};
|
|
6699
|
-
errors: {
|
|
6700
|
-
items: {
|
|
6701
|
-
properties: {
|
|
6702
|
-
error_code: {
|
|
6703
|
-
type: string;
|
|
6704
|
-
};
|
|
6705
|
-
message: {
|
|
6706
|
-
type: string;
|
|
6707
|
-
};
|
|
6708
|
-
};
|
|
6709
|
-
required: string[];
|
|
6710
|
-
type: string;
|
|
6711
|
-
};
|
|
6712
|
-
type: string;
|
|
6713
|
-
};
|
|
6714
|
-
external_type: {
|
|
6715
|
-
enum: string[];
|
|
6716
|
-
type: string;
|
|
6717
|
-
};
|
|
6718
|
-
external_type_display_name: {
|
|
6719
|
-
type: string;
|
|
6720
|
-
};
|
|
6721
|
-
is_multi_phone_sync_credential: {
|
|
6722
|
-
type: string;
|
|
6723
|
-
};
|
|
6724
|
-
parent_acs_credential_id: {
|
|
6725
|
-
format: string;
|
|
6726
|
-
type: string;
|
|
6727
|
-
};
|
|
6728
|
-
starts_at: {
|
|
6729
|
-
type: string;
|
|
6730
|
-
};
|
|
6731
|
-
visionline_metadata: {
|
|
6732
|
-
properties: {
|
|
6733
|
-
common_acs_entrance_ids: {
|
|
6734
|
-
items: {
|
|
6735
|
-
format: string;
|
|
6736
|
-
type: string;
|
|
6737
|
-
};
|
|
6738
|
-
type: string;
|
|
6739
|
-
};
|
|
6740
|
-
guest_acs_entrance_ids: {
|
|
6741
|
-
items: {
|
|
6742
|
-
format: string;
|
|
6743
|
-
type: string;
|
|
6744
|
-
};
|
|
6745
|
-
type: string;
|
|
6746
|
-
};
|
|
6747
|
-
joiner_acs_credential_ids: {
|
|
6748
|
-
items: {
|
|
6749
|
-
format: string;
|
|
6750
|
-
type: string;
|
|
6751
|
-
};
|
|
6752
|
-
type: string;
|
|
6753
|
-
};
|
|
6754
|
-
};
|
|
6755
|
-
type: string;
|
|
6756
|
-
};
|
|
6757
|
-
warnings: {
|
|
6758
|
-
items: {
|
|
6759
|
-
properties: {
|
|
6760
|
-
message: {
|
|
6761
|
-
type: string;
|
|
6762
|
-
};
|
|
6763
|
-
warning_code: {
|
|
6764
|
-
type: string;
|
|
6765
|
-
};
|
|
6766
|
-
};
|
|
6767
|
-
required: string[];
|
|
6768
|
-
type: string;
|
|
6769
|
-
};
|
|
6770
|
-
type: string;
|
|
6771
|
-
};
|
|
6772
|
-
workspace_id: {
|
|
6773
|
-
format: string;
|
|
6774
|
-
type: string;
|
|
6775
|
-
};
|
|
6776
|
-
};
|
|
6777
|
-
required: string[];
|
|
6778
|
-
type: string;
|
|
6237
|
+
$ref: string;
|
|
6779
6238
|
};
|
|
6780
6239
|
ok: {
|
|
6781
6240
|
type: string;
|
|
@@ -6843,122 +6302,7 @@ declare const _default: {
|
|
|
6843
6302
|
schema: {
|
|
6844
6303
|
properties: {
|
|
6845
6304
|
acs_credential: {
|
|
6846
|
-
|
|
6847
|
-
access_method: {
|
|
6848
|
-
enum: string[];
|
|
6849
|
-
type: string;
|
|
6850
|
-
};
|
|
6851
|
-
acs_credential_id: {
|
|
6852
|
-
format: string;
|
|
6853
|
-
type: string;
|
|
6854
|
-
};
|
|
6855
|
-
acs_credential_pool_id: {
|
|
6856
|
-
format: string;
|
|
6857
|
-
type: string;
|
|
6858
|
-
};
|
|
6859
|
-
acs_system_id: {
|
|
6860
|
-
format: string;
|
|
6861
|
-
type: string;
|
|
6862
|
-
};
|
|
6863
|
-
acs_user_id: {
|
|
6864
|
-
format: string;
|
|
6865
|
-
type: string;
|
|
6866
|
-
};
|
|
6867
|
-
code: {
|
|
6868
|
-
nullable: boolean;
|
|
6869
|
-
type: string;
|
|
6870
|
-
};
|
|
6871
|
-
created_at: {
|
|
6872
|
-
format: string;
|
|
6873
|
-
type: string;
|
|
6874
|
-
};
|
|
6875
|
-
display_name: {
|
|
6876
|
-
minLength: number;
|
|
6877
|
-
type: string;
|
|
6878
|
-
};
|
|
6879
|
-
ends_at: {
|
|
6880
|
-
type: string;
|
|
6881
|
-
};
|
|
6882
|
-
errors: {
|
|
6883
|
-
items: {
|
|
6884
|
-
properties: {
|
|
6885
|
-
error_code: {
|
|
6886
|
-
type: string;
|
|
6887
|
-
};
|
|
6888
|
-
message: {
|
|
6889
|
-
type: string;
|
|
6890
|
-
};
|
|
6891
|
-
};
|
|
6892
|
-
required: string[];
|
|
6893
|
-
type: string;
|
|
6894
|
-
};
|
|
6895
|
-
type: string;
|
|
6896
|
-
};
|
|
6897
|
-
external_type: {
|
|
6898
|
-
enum: string[];
|
|
6899
|
-
type: string;
|
|
6900
|
-
};
|
|
6901
|
-
external_type_display_name: {
|
|
6902
|
-
type: string;
|
|
6903
|
-
};
|
|
6904
|
-
is_multi_phone_sync_credential: {
|
|
6905
|
-
type: string;
|
|
6906
|
-
};
|
|
6907
|
-
parent_acs_credential_id: {
|
|
6908
|
-
format: string;
|
|
6909
|
-
type: string;
|
|
6910
|
-
};
|
|
6911
|
-
starts_at: {
|
|
6912
|
-
type: string;
|
|
6913
|
-
};
|
|
6914
|
-
visionline_metadata: {
|
|
6915
|
-
properties: {
|
|
6916
|
-
common_acs_entrance_ids: {
|
|
6917
|
-
items: {
|
|
6918
|
-
format: string;
|
|
6919
|
-
type: string;
|
|
6920
|
-
};
|
|
6921
|
-
type: string;
|
|
6922
|
-
};
|
|
6923
|
-
guest_acs_entrance_ids: {
|
|
6924
|
-
items: {
|
|
6925
|
-
format: string;
|
|
6926
|
-
type: string;
|
|
6927
|
-
};
|
|
6928
|
-
type: string;
|
|
6929
|
-
};
|
|
6930
|
-
joiner_acs_credential_ids: {
|
|
6931
|
-
items: {
|
|
6932
|
-
format: string;
|
|
6933
|
-
type: string;
|
|
6934
|
-
};
|
|
6935
|
-
type: string;
|
|
6936
|
-
};
|
|
6937
|
-
};
|
|
6938
|
-
type: string;
|
|
6939
|
-
};
|
|
6940
|
-
warnings: {
|
|
6941
|
-
items: {
|
|
6942
|
-
properties: {
|
|
6943
|
-
message: {
|
|
6944
|
-
type: string;
|
|
6945
|
-
};
|
|
6946
|
-
warning_code: {
|
|
6947
|
-
type: string;
|
|
6948
|
-
};
|
|
6949
|
-
};
|
|
6950
|
-
required: string[];
|
|
6951
|
-
type: string;
|
|
6952
|
-
};
|
|
6953
|
-
type: string;
|
|
6954
|
-
};
|
|
6955
|
-
workspace_id: {
|
|
6956
|
-
format: string;
|
|
6957
|
-
type: string;
|
|
6958
|
-
};
|
|
6959
|
-
};
|
|
6960
|
-
required: string[];
|
|
6961
|
-
type: string;
|
|
6305
|
+
$ref: string;
|
|
6962
6306
|
};
|
|
6963
6307
|
ok: {
|
|
6964
6308
|
type: string;
|
|
@@ -7023,122 +6367,7 @@ declare const _default: {
|
|
|
7023
6367
|
schema: {
|
|
7024
6368
|
properties: {
|
|
7025
6369
|
acs_credential: {
|
|
7026
|
-
|
|
7027
|
-
access_method: {
|
|
7028
|
-
enum: string[];
|
|
7029
|
-
type: string;
|
|
7030
|
-
};
|
|
7031
|
-
acs_credential_id: {
|
|
7032
|
-
format: string;
|
|
7033
|
-
type: string;
|
|
7034
|
-
};
|
|
7035
|
-
acs_credential_pool_id: {
|
|
7036
|
-
format: string;
|
|
7037
|
-
type: string;
|
|
7038
|
-
};
|
|
7039
|
-
acs_system_id: {
|
|
7040
|
-
format: string;
|
|
7041
|
-
type: string;
|
|
7042
|
-
};
|
|
7043
|
-
acs_user_id: {
|
|
7044
|
-
format: string;
|
|
7045
|
-
type: string;
|
|
7046
|
-
};
|
|
7047
|
-
code: {
|
|
7048
|
-
nullable: boolean;
|
|
7049
|
-
type: string;
|
|
7050
|
-
};
|
|
7051
|
-
created_at: {
|
|
7052
|
-
format: string;
|
|
7053
|
-
type: string;
|
|
7054
|
-
};
|
|
7055
|
-
display_name: {
|
|
7056
|
-
minLength: number;
|
|
7057
|
-
type: string;
|
|
7058
|
-
};
|
|
7059
|
-
ends_at: {
|
|
7060
|
-
type: string;
|
|
7061
|
-
};
|
|
7062
|
-
errors: {
|
|
7063
|
-
items: {
|
|
7064
|
-
properties: {
|
|
7065
|
-
error_code: {
|
|
7066
|
-
type: string;
|
|
7067
|
-
};
|
|
7068
|
-
message: {
|
|
7069
|
-
type: string;
|
|
7070
|
-
};
|
|
7071
|
-
};
|
|
7072
|
-
required: string[];
|
|
7073
|
-
type: string;
|
|
7074
|
-
};
|
|
7075
|
-
type: string;
|
|
7076
|
-
};
|
|
7077
|
-
external_type: {
|
|
7078
|
-
enum: string[];
|
|
7079
|
-
type: string;
|
|
7080
|
-
};
|
|
7081
|
-
external_type_display_name: {
|
|
7082
|
-
type: string;
|
|
7083
|
-
};
|
|
7084
|
-
is_multi_phone_sync_credential: {
|
|
7085
|
-
type: string;
|
|
7086
|
-
};
|
|
7087
|
-
parent_acs_credential_id: {
|
|
7088
|
-
format: string;
|
|
7089
|
-
type: string;
|
|
7090
|
-
};
|
|
7091
|
-
starts_at: {
|
|
7092
|
-
type: string;
|
|
7093
|
-
};
|
|
7094
|
-
visionline_metadata: {
|
|
7095
|
-
properties: {
|
|
7096
|
-
common_acs_entrance_ids: {
|
|
7097
|
-
items: {
|
|
7098
|
-
format: string;
|
|
7099
|
-
type: string;
|
|
7100
|
-
};
|
|
7101
|
-
type: string;
|
|
7102
|
-
};
|
|
7103
|
-
guest_acs_entrance_ids: {
|
|
7104
|
-
items: {
|
|
7105
|
-
format: string;
|
|
7106
|
-
type: string;
|
|
7107
|
-
};
|
|
7108
|
-
type: string;
|
|
7109
|
-
};
|
|
7110
|
-
joiner_acs_credential_ids: {
|
|
7111
|
-
items: {
|
|
7112
|
-
format: string;
|
|
7113
|
-
type: string;
|
|
7114
|
-
};
|
|
7115
|
-
type: string;
|
|
7116
|
-
};
|
|
7117
|
-
};
|
|
7118
|
-
type: string;
|
|
7119
|
-
};
|
|
7120
|
-
warnings: {
|
|
7121
|
-
items: {
|
|
7122
|
-
properties: {
|
|
7123
|
-
message: {
|
|
7124
|
-
type: string;
|
|
7125
|
-
};
|
|
7126
|
-
warning_code: {
|
|
7127
|
-
type: string;
|
|
7128
|
-
};
|
|
7129
|
-
};
|
|
7130
|
-
required: string[];
|
|
7131
|
-
type: string;
|
|
7132
|
-
};
|
|
7133
|
-
type: string;
|
|
7134
|
-
};
|
|
7135
|
-
workspace_id: {
|
|
7136
|
-
format: string;
|
|
7137
|
-
type: string;
|
|
7138
|
-
};
|
|
7139
|
-
};
|
|
7140
|
-
required: string[];
|
|
7141
|
-
type: string;
|
|
6370
|
+
$ref: string;
|
|
7142
6371
|
};
|
|
7143
6372
|
ok: {
|
|
7144
6373
|
type: string;
|
|
@@ -7203,74 +6432,7 @@ declare const _default: {
|
|
|
7203
6432
|
schema: {
|
|
7204
6433
|
properties: {
|
|
7205
6434
|
acs_entrance: {
|
|
7206
|
-
|
|
7207
|
-
acs_entrance_id: {
|
|
7208
|
-
format: string;
|
|
7209
|
-
type: string;
|
|
7210
|
-
};
|
|
7211
|
-
acs_system_id: {
|
|
7212
|
-
format: string;
|
|
7213
|
-
type: string;
|
|
7214
|
-
};
|
|
7215
|
-
created_at: {
|
|
7216
|
-
format: string;
|
|
7217
|
-
type: string;
|
|
7218
|
-
};
|
|
7219
|
-
display_name: {
|
|
7220
|
-
type: string;
|
|
7221
|
-
};
|
|
7222
|
-
latch_metadata: {
|
|
7223
|
-
nullable: boolean;
|
|
7224
|
-
properties: {
|
|
7225
|
-
accessibility_type: {
|
|
7226
|
-
type: string;
|
|
7227
|
-
};
|
|
7228
|
-
is_connected: {
|
|
7229
|
-
type: string;
|
|
7230
|
-
};
|
|
7231
|
-
name: {
|
|
7232
|
-
type: string;
|
|
7233
|
-
};
|
|
7234
|
-
type: {
|
|
7235
|
-
type: string;
|
|
7236
|
-
};
|
|
7237
|
-
};
|
|
7238
|
-
required: string[];
|
|
7239
|
-
type: string;
|
|
7240
|
-
};
|
|
7241
|
-
visionline_metadata: {
|
|
7242
|
-
nullable: boolean;
|
|
7243
|
-
properties: {
|
|
7244
|
-
door_category: {
|
|
7245
|
-
enum: string[];
|
|
7246
|
-
type: string;
|
|
7247
|
-
};
|
|
7248
|
-
door_name: {
|
|
7249
|
-
type: string;
|
|
7250
|
-
};
|
|
7251
|
-
profiles: {
|
|
7252
|
-
items: {
|
|
7253
|
-
properties: {
|
|
7254
|
-
visionline_door_profile_id: {
|
|
7255
|
-
type: string;
|
|
7256
|
-
};
|
|
7257
|
-
visionline_door_profile_type: {
|
|
7258
|
-
enum: string[];
|
|
7259
|
-
type: string;
|
|
7260
|
-
};
|
|
7261
|
-
};
|
|
7262
|
-
required: string[];
|
|
7263
|
-
type: string;
|
|
7264
|
-
};
|
|
7265
|
-
type: string;
|
|
7266
|
-
};
|
|
7267
|
-
};
|
|
7268
|
-
required: string[];
|
|
7269
|
-
type: string;
|
|
7270
|
-
};
|
|
7271
|
-
};
|
|
7272
|
-
required: string[];
|
|
7273
|
-
type: string;
|
|
6435
|
+
$ref: string;
|
|
7274
6436
|
};
|
|
7275
6437
|
ok: {
|
|
7276
6438
|
type: string;
|
|
@@ -7315,6 +6477,7 @@ declare const _default: {
|
|
|
7315
6477
|
tags: string[];
|
|
7316
6478
|
'x-fern-sdk-group-name': string[];
|
|
7317
6479
|
'x-fern-sdk-method-name': string;
|
|
6480
|
+
'x-fern-sdk-return-value': string;
|
|
7318
6481
|
};
|
|
7319
6482
|
};
|
|
7320
6483
|
'/acs/entrances/grant_access': {
|
|
@@ -7421,74 +6584,7 @@ declare const _default: {
|
|
|
7421
6584
|
properties: {
|
|
7422
6585
|
acs_entrances: {
|
|
7423
6586
|
items: {
|
|
7424
|
-
|
|
7425
|
-
acs_entrance_id: {
|
|
7426
|
-
format: string;
|
|
7427
|
-
type: string;
|
|
7428
|
-
};
|
|
7429
|
-
acs_system_id: {
|
|
7430
|
-
format: string;
|
|
7431
|
-
type: string;
|
|
7432
|
-
};
|
|
7433
|
-
created_at: {
|
|
7434
|
-
format: string;
|
|
7435
|
-
type: string;
|
|
7436
|
-
};
|
|
7437
|
-
display_name: {
|
|
7438
|
-
type: string;
|
|
7439
|
-
};
|
|
7440
|
-
latch_metadata: {
|
|
7441
|
-
nullable: boolean;
|
|
7442
|
-
properties: {
|
|
7443
|
-
accessibility_type: {
|
|
7444
|
-
type: string;
|
|
7445
|
-
};
|
|
7446
|
-
is_connected: {
|
|
7447
|
-
type: string;
|
|
7448
|
-
};
|
|
7449
|
-
name: {
|
|
7450
|
-
type: string;
|
|
7451
|
-
};
|
|
7452
|
-
type: {
|
|
7453
|
-
type: string;
|
|
7454
|
-
};
|
|
7455
|
-
};
|
|
7456
|
-
required: string[];
|
|
7457
|
-
type: string;
|
|
7458
|
-
};
|
|
7459
|
-
visionline_metadata: {
|
|
7460
|
-
nullable: boolean;
|
|
7461
|
-
properties: {
|
|
7462
|
-
door_category: {
|
|
7463
|
-
enum: string[];
|
|
7464
|
-
type: string;
|
|
7465
|
-
};
|
|
7466
|
-
door_name: {
|
|
7467
|
-
type: string;
|
|
7468
|
-
};
|
|
7469
|
-
profiles: {
|
|
7470
|
-
items: {
|
|
7471
|
-
properties: {
|
|
7472
|
-
visionline_door_profile_id: {
|
|
7473
|
-
type: string;
|
|
7474
|
-
};
|
|
7475
|
-
visionline_door_profile_type: {
|
|
7476
|
-
enum: string[];
|
|
7477
|
-
type: string;
|
|
7478
|
-
};
|
|
7479
|
-
};
|
|
7480
|
-
required: string[];
|
|
7481
|
-
type: string;
|
|
7482
|
-
};
|
|
7483
|
-
type: string;
|
|
7484
|
-
};
|
|
7485
|
-
};
|
|
7486
|
-
required: string[];
|
|
7487
|
-
type: string;
|
|
7488
|
-
};
|
|
7489
|
-
};
|
|
7490
|
-
required: string[];
|
|
7491
|
-
type: string;
|
|
6587
|
+
$ref: string;
|
|
7492
6588
|
};
|
|
7493
6589
|
type: string;
|
|
7494
6590
|
};
|
|
@@ -7535,6 +6631,7 @@ declare const _default: {
|
|
|
7535
6631
|
tags: string[];
|
|
7536
6632
|
'x-fern-sdk-group-name': string[];
|
|
7537
6633
|
'x-fern-sdk-method-name': string;
|
|
6634
|
+
'x-fern-sdk-return-value': string;
|
|
7538
6635
|
};
|
|
7539
6636
|
};
|
|
7540
6637
|
'/acs/entrances/list_credentials_with_access': {
|
|
@@ -7571,122 +6668,7 @@ declare const _default: {
|
|
|
7571
6668
|
properties: {
|
|
7572
6669
|
acs_credentials: {
|
|
7573
6670
|
items: {
|
|
7574
|
-
|
|
7575
|
-
access_method: {
|
|
7576
|
-
enum: string[];
|
|
7577
|
-
type: string;
|
|
7578
|
-
};
|
|
7579
|
-
acs_credential_id: {
|
|
7580
|
-
format: string;
|
|
7581
|
-
type: string;
|
|
7582
|
-
};
|
|
7583
|
-
acs_credential_pool_id: {
|
|
7584
|
-
format: string;
|
|
7585
|
-
type: string;
|
|
7586
|
-
};
|
|
7587
|
-
acs_system_id: {
|
|
7588
|
-
format: string;
|
|
7589
|
-
type: string;
|
|
7590
|
-
};
|
|
7591
|
-
acs_user_id: {
|
|
7592
|
-
format: string;
|
|
7593
|
-
type: string;
|
|
7594
|
-
};
|
|
7595
|
-
code: {
|
|
7596
|
-
nullable: boolean;
|
|
7597
|
-
type: string;
|
|
7598
|
-
};
|
|
7599
|
-
created_at: {
|
|
7600
|
-
format: string;
|
|
7601
|
-
type: string;
|
|
7602
|
-
};
|
|
7603
|
-
display_name: {
|
|
7604
|
-
minLength: number;
|
|
7605
|
-
type: string;
|
|
7606
|
-
};
|
|
7607
|
-
ends_at: {
|
|
7608
|
-
type: string;
|
|
7609
|
-
};
|
|
7610
|
-
errors: {
|
|
7611
|
-
items: {
|
|
7612
|
-
properties: {
|
|
7613
|
-
error_code: {
|
|
7614
|
-
type: string;
|
|
7615
|
-
};
|
|
7616
|
-
message: {
|
|
7617
|
-
type: string;
|
|
7618
|
-
};
|
|
7619
|
-
};
|
|
7620
|
-
required: string[];
|
|
7621
|
-
type: string;
|
|
7622
|
-
};
|
|
7623
|
-
type: string;
|
|
7624
|
-
};
|
|
7625
|
-
external_type: {
|
|
7626
|
-
enum: string[];
|
|
7627
|
-
type: string;
|
|
7628
|
-
};
|
|
7629
|
-
external_type_display_name: {
|
|
7630
|
-
type: string;
|
|
7631
|
-
};
|
|
7632
|
-
is_multi_phone_sync_credential: {
|
|
7633
|
-
type: string;
|
|
7634
|
-
};
|
|
7635
|
-
parent_acs_credential_id: {
|
|
7636
|
-
format: string;
|
|
7637
|
-
type: string;
|
|
7638
|
-
};
|
|
7639
|
-
starts_at: {
|
|
7640
|
-
type: string;
|
|
7641
|
-
};
|
|
7642
|
-
visionline_metadata: {
|
|
7643
|
-
properties: {
|
|
7644
|
-
common_acs_entrance_ids: {
|
|
7645
|
-
items: {
|
|
7646
|
-
format: string;
|
|
7647
|
-
type: string;
|
|
7648
|
-
};
|
|
7649
|
-
type: string;
|
|
7650
|
-
};
|
|
7651
|
-
guest_acs_entrance_ids: {
|
|
7652
|
-
items: {
|
|
7653
|
-
format: string;
|
|
7654
|
-
type: string;
|
|
7655
|
-
};
|
|
7656
|
-
type: string;
|
|
7657
|
-
};
|
|
7658
|
-
joiner_acs_credential_ids: {
|
|
7659
|
-
items: {
|
|
7660
|
-
format: string;
|
|
7661
|
-
type: string;
|
|
7662
|
-
};
|
|
7663
|
-
type: string;
|
|
7664
|
-
};
|
|
7665
|
-
};
|
|
7666
|
-
type: string;
|
|
7667
|
-
};
|
|
7668
|
-
warnings: {
|
|
7669
|
-
items: {
|
|
7670
|
-
properties: {
|
|
7671
|
-
message: {
|
|
7672
|
-
type: string;
|
|
7673
|
-
};
|
|
7674
|
-
warning_code: {
|
|
7675
|
-
type: string;
|
|
7676
|
-
};
|
|
7677
|
-
};
|
|
7678
|
-
required: string[];
|
|
7679
|
-
type: string;
|
|
7680
|
-
};
|
|
7681
|
-
type: string;
|
|
7682
|
-
};
|
|
7683
|
-
workspace_id: {
|
|
7684
|
-
format: string;
|
|
7685
|
-
type: string;
|
|
7686
|
-
};
|
|
7687
|
-
};
|
|
7688
|
-
required: string[];
|
|
7689
|
-
type: string;
|
|
6671
|
+
$ref: string;
|
|
7690
6672
|
};
|
|
7691
6673
|
type: string;
|
|
7692
6674
|
};
|
|
@@ -7733,6 +6715,7 @@ declare const _default: {
|
|
|
7733
6715
|
tags: string[];
|
|
7734
6716
|
'x-fern-sdk-group-name': string[];
|
|
7735
6717
|
'x-fern-sdk-method-name': string;
|
|
6718
|
+
'x-fern-sdk-return-value': string;
|
|
7736
6719
|
};
|
|
7737
6720
|
};
|
|
7738
6721
|
'/acs/systems/get': {
|
|
@@ -7798,6 +6781,7 @@ declare const _default: {
|
|
|
7798
6781
|
tags: string[];
|
|
7799
6782
|
'x-fern-sdk-group-name': string[];
|
|
7800
6783
|
'x-fern-sdk-method-name': string;
|
|
6784
|
+
'x-fern-sdk-return-value': string;
|
|
7801
6785
|
};
|
|
7802
6786
|
};
|
|
7803
6787
|
'/acs/systems/list': {
|
|
@@ -7873,6 +6857,7 @@ declare const _default: {
|
|
|
7873
6857
|
tags: string[];
|
|
7874
6858
|
'x-fern-sdk-group-name': string[];
|
|
7875
6859
|
'x-fern-sdk-method-name': string;
|
|
6860
|
+
'x-fern-sdk-return-value': string;
|
|
7876
6861
|
};
|
|
7877
6862
|
};
|
|
7878
6863
|
'/acs/users/add_to_access_group': {
|
|
@@ -8109,6 +7094,7 @@ declare const _default: {
|
|
|
8109
7094
|
tags: string[];
|
|
8110
7095
|
'x-fern-sdk-group-name': string[];
|
|
8111
7096
|
'x-fern-sdk-method-name': string;
|
|
7097
|
+
'x-fern-sdk-return-value': string;
|
|
8112
7098
|
};
|
|
8113
7099
|
};
|
|
8114
7100
|
'/acs/users/delete': {
|
|
@@ -8236,6 +7222,7 @@ declare const _default: {
|
|
|
8236
7222
|
tags: string[];
|
|
8237
7223
|
'x-fern-sdk-group-name': string[];
|
|
8238
7224
|
'x-fern-sdk-method-name': string;
|
|
7225
|
+
'x-fern-sdk-return-value': string;
|
|
8239
7226
|
};
|
|
8240
7227
|
};
|
|
8241
7228
|
'/acs/users/list': {
|
|
@@ -8322,6 +7309,7 @@ declare const _default: {
|
|
|
8322
7309
|
tags: string[];
|
|
8323
7310
|
'x-fern-sdk-group-name': string[];
|
|
8324
7311
|
'x-fern-sdk-method-name': string;
|
|
7312
|
+
'x-fern-sdk-return-value': string;
|
|
8325
7313
|
};
|
|
8326
7314
|
};
|
|
8327
7315
|
'/acs/users/list_accessible_entrances': {
|
|
@@ -8351,74 +7339,7 @@ declare const _default: {
|
|
|
8351
7339
|
properties: {
|
|
8352
7340
|
acs_entrances: {
|
|
8353
7341
|
items: {
|
|
8354
|
-
|
|
8355
|
-
acs_entrance_id: {
|
|
8356
|
-
format: string;
|
|
8357
|
-
type: string;
|
|
8358
|
-
};
|
|
8359
|
-
acs_system_id: {
|
|
8360
|
-
format: string;
|
|
8361
|
-
type: string;
|
|
8362
|
-
};
|
|
8363
|
-
created_at: {
|
|
8364
|
-
format: string;
|
|
8365
|
-
type: string;
|
|
8366
|
-
};
|
|
8367
|
-
display_name: {
|
|
8368
|
-
type: string;
|
|
8369
|
-
};
|
|
8370
|
-
latch_metadata: {
|
|
8371
|
-
nullable: boolean;
|
|
8372
|
-
properties: {
|
|
8373
|
-
accessibility_type: {
|
|
8374
|
-
type: string;
|
|
8375
|
-
};
|
|
8376
|
-
is_connected: {
|
|
8377
|
-
type: string;
|
|
8378
|
-
};
|
|
8379
|
-
name: {
|
|
8380
|
-
type: string;
|
|
8381
|
-
};
|
|
8382
|
-
type: {
|
|
8383
|
-
type: string;
|
|
8384
|
-
};
|
|
8385
|
-
};
|
|
8386
|
-
required: string[];
|
|
8387
|
-
type: string;
|
|
8388
|
-
};
|
|
8389
|
-
visionline_metadata: {
|
|
8390
|
-
nullable: boolean;
|
|
8391
|
-
properties: {
|
|
8392
|
-
door_category: {
|
|
8393
|
-
enum: string[];
|
|
8394
|
-
type: string;
|
|
8395
|
-
};
|
|
8396
|
-
door_name: {
|
|
8397
|
-
type: string;
|
|
8398
|
-
};
|
|
8399
|
-
profiles: {
|
|
8400
|
-
items: {
|
|
8401
|
-
properties: {
|
|
8402
|
-
visionline_door_profile_id: {
|
|
8403
|
-
type: string;
|
|
8404
|
-
};
|
|
8405
|
-
visionline_door_profile_type: {
|
|
8406
|
-
enum: string[];
|
|
8407
|
-
type: string;
|
|
8408
|
-
};
|
|
8409
|
-
};
|
|
8410
|
-
required: string[];
|
|
8411
|
-
type: string;
|
|
8412
|
-
};
|
|
8413
|
-
type: string;
|
|
8414
|
-
};
|
|
8415
|
-
};
|
|
8416
|
-
required: string[];
|
|
8417
|
-
type: string;
|
|
8418
|
-
};
|
|
8419
|
-
};
|
|
8420
|
-
required: string[];
|
|
8421
|
-
type: string;
|
|
7342
|
+
$ref: string;
|
|
8422
7343
|
};
|
|
8423
7344
|
type: string;
|
|
8424
7345
|
};
|
|
@@ -8465,6 +7386,7 @@ declare const _default: {
|
|
|
8465
7386
|
tags: string[];
|
|
8466
7387
|
'x-fern-sdk-group-name': string[];
|
|
8467
7388
|
'x-fern-sdk-method-name': string;
|
|
7389
|
+
'x-fern-sdk-return-value': string;
|
|
8468
7390
|
};
|
|
8469
7391
|
};
|
|
8470
7392
|
'/acs/users/remove_from_access_group': {
|
|
@@ -12329,25 +11251,7 @@ declare const _default: {
|
|
|
12329
11251
|
schema: {
|
|
12330
11252
|
properties: {
|
|
12331
11253
|
network: {
|
|
12332
|
-
|
|
12333
|
-
created_at: {
|
|
12334
|
-
format: string;
|
|
12335
|
-
type: string;
|
|
12336
|
-
};
|
|
12337
|
-
display_name: {
|
|
12338
|
-
type: string;
|
|
12339
|
-
};
|
|
12340
|
-
network_id: {
|
|
12341
|
-
format: string;
|
|
12342
|
-
type: string;
|
|
12343
|
-
};
|
|
12344
|
-
workspace_id: {
|
|
12345
|
-
format: string;
|
|
12346
|
-
type: string;
|
|
12347
|
-
};
|
|
12348
|
-
};
|
|
12349
|
-
required: string[];
|
|
12350
|
-
type: string;
|
|
11254
|
+
$ref: string;
|
|
12351
11255
|
};
|
|
12352
11256
|
ok: {
|
|
12353
11257
|
type: string;
|
|
@@ -12384,6 +11288,7 @@ declare const _default: {
|
|
|
12384
11288
|
tags: string[];
|
|
12385
11289
|
'x-fern-sdk-group-name': string[];
|
|
12386
11290
|
'x-fern-sdk-method-name': string;
|
|
11291
|
+
'x-fern-sdk-return-value': string;
|
|
12387
11292
|
};
|
|
12388
11293
|
};
|
|
12389
11294
|
'/networks/list': {
|
|
@@ -12407,25 +11312,7 @@ declare const _default: {
|
|
|
12407
11312
|
properties: {
|
|
12408
11313
|
networks: {
|
|
12409
11314
|
items: {
|
|
12410
|
-
|
|
12411
|
-
created_at: {
|
|
12412
|
-
format: string;
|
|
12413
|
-
type: string;
|
|
12414
|
-
};
|
|
12415
|
-
display_name: {
|
|
12416
|
-
type: string;
|
|
12417
|
-
};
|
|
12418
|
-
network_id: {
|
|
12419
|
-
format: string;
|
|
12420
|
-
type: string;
|
|
12421
|
-
};
|
|
12422
|
-
workspace_id: {
|
|
12423
|
-
format: string;
|
|
12424
|
-
type: string;
|
|
12425
|
-
};
|
|
12426
|
-
};
|
|
12427
|
-
required: string[];
|
|
12428
|
-
type: string;
|
|
11315
|
+
$ref: string;
|
|
12429
11316
|
};
|
|
12430
11317
|
type: string;
|
|
12431
11318
|
};
|
|
@@ -12464,6 +11351,7 @@ declare const _default: {
|
|
|
12464
11351
|
tags: string[];
|
|
12465
11352
|
'x-fern-sdk-group-name': string[];
|
|
12466
11353
|
'x-fern-sdk-method-name': string;
|
|
11354
|
+
'x-fern-sdk-return-value': string;
|
|
12467
11355
|
};
|
|
12468
11356
|
};
|
|
12469
11357
|
'/noise_sensors/noise_thresholds/create': {
|
|
@@ -15099,45 +13987,7 @@ declare const _default: {
|
|
|
15099
13987
|
type: string;
|
|
15100
13988
|
};
|
|
15101
13989
|
user_identity: {
|
|
15102
|
-
|
|
15103
|
-
created_at: {
|
|
15104
|
-
format: string;
|
|
15105
|
-
type: string;
|
|
15106
|
-
};
|
|
15107
|
-
display_name: {
|
|
15108
|
-
minLength: number;
|
|
15109
|
-
type: string;
|
|
15110
|
-
};
|
|
15111
|
-
email_address: {
|
|
15112
|
-
format: string;
|
|
15113
|
-
nullable: boolean;
|
|
15114
|
-
type: string;
|
|
15115
|
-
};
|
|
15116
|
-
full_name: {
|
|
15117
|
-
minLength: number;
|
|
15118
|
-
nullable: boolean;
|
|
15119
|
-
type: string;
|
|
15120
|
-
};
|
|
15121
|
-
phone_number: {
|
|
15122
|
-
nullable: boolean;
|
|
15123
|
-
type: string;
|
|
15124
|
-
};
|
|
15125
|
-
user_identity_id: {
|
|
15126
|
-
format: string;
|
|
15127
|
-
type: string;
|
|
15128
|
-
};
|
|
15129
|
-
user_identity_key: {
|
|
15130
|
-
minLength: number;
|
|
15131
|
-
nullable: boolean;
|
|
15132
|
-
type: string;
|
|
15133
|
-
};
|
|
15134
|
-
workspace_id: {
|
|
15135
|
-
format: string;
|
|
15136
|
-
type: string;
|
|
15137
|
-
};
|
|
15138
|
-
};
|
|
15139
|
-
required: string[];
|
|
15140
|
-
type: string;
|
|
13990
|
+
$ref: string;
|
|
15141
13991
|
};
|
|
15142
13992
|
};
|
|
15143
13993
|
required: string[];
|
|
@@ -15171,6 +14021,7 @@ declare const _default: {
|
|
|
15171
14021
|
tags: string[];
|
|
15172
14022
|
'x-fern-sdk-group-name': string[];
|
|
15173
14023
|
'x-fern-sdk-method-name': string;
|
|
14024
|
+
'x-fern-sdk-return-value': string;
|
|
15174
14025
|
};
|
|
15175
14026
|
};
|
|
15176
14027
|
'/user_identities/delete': {
|
|
@@ -15368,6 +14219,7 @@ declare const _default: {
|
|
|
15368
14219
|
tags: string[];
|
|
15369
14220
|
'x-fern-sdk-group-name': string[];
|
|
15370
14221
|
'x-fern-sdk-method-name': string;
|
|
14222
|
+
'x-fern-sdk-return-value': string;
|
|
15371
14223
|
};
|
|
15372
14224
|
};
|
|
15373
14225
|
'/user_identities/enrollment_automations/launch': {
|
|
@@ -15475,6 +14327,7 @@ declare const _default: {
|
|
|
15475
14327
|
tags: string[];
|
|
15476
14328
|
'x-fern-sdk-group-name': string[];
|
|
15477
14329
|
'x-fern-sdk-method-name': string;
|
|
14330
|
+
'x-fern-sdk-return-value': string;
|
|
15478
14331
|
};
|
|
15479
14332
|
};
|
|
15480
14333
|
'/user_identities/enrollment_automations/list': {
|
|
@@ -15551,6 +14404,7 @@ declare const _default: {
|
|
|
15551
14404
|
tags: string[];
|
|
15552
14405
|
'x-fern-sdk-group-name': string[];
|
|
15553
14406
|
'x-fern-sdk-method-name': string;
|
|
14407
|
+
'x-fern-sdk-return-value': string;
|
|
15554
14408
|
};
|
|
15555
14409
|
};
|
|
15556
14410
|
'/user_identities/get': {
|
|
@@ -15594,45 +14448,7 @@ declare const _default: {
|
|
|
15594
14448
|
type: string;
|
|
15595
14449
|
};
|
|
15596
14450
|
user_identity: {
|
|
15597
|
-
|
|
15598
|
-
created_at: {
|
|
15599
|
-
format: string;
|
|
15600
|
-
type: string;
|
|
15601
|
-
};
|
|
15602
|
-
display_name: {
|
|
15603
|
-
minLength: number;
|
|
15604
|
-
type: string;
|
|
15605
|
-
};
|
|
15606
|
-
email_address: {
|
|
15607
|
-
format: string;
|
|
15608
|
-
nullable: boolean;
|
|
15609
|
-
type: string;
|
|
15610
|
-
};
|
|
15611
|
-
full_name: {
|
|
15612
|
-
minLength: number;
|
|
15613
|
-
nullable: boolean;
|
|
15614
|
-
type: string;
|
|
15615
|
-
};
|
|
15616
|
-
phone_number: {
|
|
15617
|
-
nullable: boolean;
|
|
15618
|
-
type: string;
|
|
15619
|
-
};
|
|
15620
|
-
user_identity_id: {
|
|
15621
|
-
format: string;
|
|
15622
|
-
type: string;
|
|
15623
|
-
};
|
|
15624
|
-
user_identity_key: {
|
|
15625
|
-
minLength: number;
|
|
15626
|
-
nullable: boolean;
|
|
15627
|
-
type: string;
|
|
15628
|
-
};
|
|
15629
|
-
workspace_id: {
|
|
15630
|
-
format: string;
|
|
15631
|
-
type: string;
|
|
15632
|
-
};
|
|
15633
|
-
};
|
|
15634
|
-
required: string[];
|
|
15635
|
-
type: string;
|
|
14451
|
+
$ref: string;
|
|
15636
14452
|
};
|
|
15637
14453
|
};
|
|
15638
14454
|
required: string[];
|
|
@@ -15666,6 +14482,7 @@ declare const _default: {
|
|
|
15666
14482
|
tags: string[];
|
|
15667
14483
|
'x-fern-sdk-group-name': string[];
|
|
15668
14484
|
'x-fern-sdk-method-name': string;
|
|
14485
|
+
'x-fern-sdk-return-value': string;
|
|
15669
14486
|
};
|
|
15670
14487
|
};
|
|
15671
14488
|
'/user_identities/grant_access_to_device': {
|
|
@@ -15826,45 +14643,7 @@ declare const _default: {
|
|
|
15826
14643
|
};
|
|
15827
14644
|
user_identities: {
|
|
15828
14645
|
items: {
|
|
15829
|
-
|
|
15830
|
-
created_at: {
|
|
15831
|
-
format: string;
|
|
15832
|
-
type: string;
|
|
15833
|
-
};
|
|
15834
|
-
display_name: {
|
|
15835
|
-
minLength: number;
|
|
15836
|
-
type: string;
|
|
15837
|
-
};
|
|
15838
|
-
email_address: {
|
|
15839
|
-
format: string;
|
|
15840
|
-
nullable: boolean;
|
|
15841
|
-
type: string;
|
|
15842
|
-
};
|
|
15843
|
-
full_name: {
|
|
15844
|
-
minLength: number;
|
|
15845
|
-
nullable: boolean;
|
|
15846
|
-
type: string;
|
|
15847
|
-
};
|
|
15848
|
-
phone_number: {
|
|
15849
|
-
nullable: boolean;
|
|
15850
|
-
type: string;
|
|
15851
|
-
};
|
|
15852
|
-
user_identity_id: {
|
|
15853
|
-
format: string;
|
|
15854
|
-
type: string;
|
|
15855
|
-
};
|
|
15856
|
-
user_identity_key: {
|
|
15857
|
-
minLength: number;
|
|
15858
|
-
nullable: boolean;
|
|
15859
|
-
type: string;
|
|
15860
|
-
};
|
|
15861
|
-
workspace_id: {
|
|
15862
|
-
format: string;
|
|
15863
|
-
type: string;
|
|
15864
|
-
};
|
|
15865
|
-
};
|
|
15866
|
-
required: string[];
|
|
15867
|
-
type: string;
|
|
14646
|
+
$ref: string;
|
|
15868
14647
|
};
|
|
15869
14648
|
type: string;
|
|
15870
14649
|
};
|
|
@@ -15937,6 +14716,13 @@ declare const _default: {
|
|
|
15937
14716
|
schema: {
|
|
15938
14717
|
properties: {
|
|
15939
14718
|
accessible_devices: {
|
|
14719
|
+
description: string;
|
|
14720
|
+
items: {
|
|
14721
|
+
$ref: string;
|
|
14722
|
+
};
|
|
14723
|
+
type: string;
|
|
14724
|
+
};
|
|
14725
|
+
devices: {
|
|
15940
14726
|
items: {
|
|
15941
14727
|
$ref: string;
|
|
15942
14728
|
};
|
|
@@ -15977,6 +14763,7 @@ declare const _default: {
|
|
|
15977
14763
|
tags: string[];
|
|
15978
14764
|
'x-fern-sdk-group-name': string[];
|
|
15979
14765
|
'x-fern-sdk-method-name': string;
|
|
14766
|
+
'x-fern-sdk-return-value': string;
|
|
15980
14767
|
};
|
|
15981
14768
|
};
|
|
15982
14769
|
'/user_identities/list_acs_systems': {
|
|
@@ -16053,6 +14840,7 @@ declare const _default: {
|
|
|
16053
14840
|
tags: string[];
|
|
16054
14841
|
'x-fern-sdk-group-name': string[];
|
|
16055
14842
|
'x-fern-sdk-method-name': string;
|
|
14843
|
+
'x-fern-sdk-return-value': string;
|
|
16056
14844
|
};
|
|
16057
14845
|
};
|
|
16058
14846
|
'/user_identities/list_acs_users': {
|
|
@@ -16121,6 +14909,7 @@ declare const _default: {
|
|
|
16121
14909
|
tags: string[];
|
|
16122
14910
|
'x-fern-sdk-group-name': string[];
|
|
16123
14911
|
'x-fern-sdk-method-name': string;
|
|
14912
|
+
'x-fern-sdk-return-value': string;
|
|
16124
14913
|
};
|
|
16125
14914
|
};
|
|
16126
14915
|
'/user_identities/remove_acs_user': {
|
|
@@ -16913,6 +15702,7 @@ declare const _default: {
|
|
|
16913
15702
|
tags: string[];
|
|
16914
15703
|
'x-fern-sdk-group-name': string[];
|
|
16915
15704
|
'x-fern-sdk-method-name': string;
|
|
15705
|
+
'x-fern-sdk-return-value': string;
|
|
16916
15706
|
};
|
|
16917
15707
|
};
|
|
16918
15708
|
'/workspaces/get': {
|
|
@@ -24847,6 +23637,511 @@ interface Routes {
|
|
|
24847
23637
|
};
|
|
24848
23638
|
formData: {};
|
|
24849
23639
|
jsonResponse: {
|
|
23640
|
+
devices: Array<{
|
|
23641
|
+
/** Unique identifier for the device. */
|
|
23642
|
+
device_id: string;
|
|
23643
|
+
/** Type of the device. */
|
|
23644
|
+
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' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
|
|
23645
|
+
/** Optional nickname to describe the device, settable through Seam */
|
|
23646
|
+
nickname?: string | undefined;
|
|
23647
|
+
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
23648
|
+
display_name: string;
|
|
23649
|
+
/** 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. */
|
|
23650
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
|
|
23651
|
+
/** Properties of the device. */
|
|
23652
|
+
properties: (({
|
|
23653
|
+
/** Indicates whether the device is online. */
|
|
23654
|
+
online: boolean;
|
|
23655
|
+
/**
|
|
23656
|
+
---
|
|
23657
|
+
deprecated: use device.display_name instead
|
|
23658
|
+
---
|
|
23659
|
+
Name of the device.
|
|
23660
|
+
*/
|
|
23661
|
+
name: string;
|
|
23662
|
+
/** Represents the accessory keypad state. */
|
|
23663
|
+
accessory_keypad?: {
|
|
23664
|
+
/** Indicates if the accessory_keypad is connected to the device. */
|
|
23665
|
+
is_connected: boolean;
|
|
23666
|
+
} | undefined;
|
|
23667
|
+
appearance: {
|
|
23668
|
+
/** Name of the device as seen from the provider API and application, not settable through Seam. */
|
|
23669
|
+
name: string;
|
|
23670
|
+
};
|
|
23671
|
+
model: {
|
|
23672
|
+
/** Indicates whether the device can connect a accessory keypad. */
|
|
23673
|
+
can_connect_accessory_keypad?: boolean | undefined;
|
|
23674
|
+
/** Display name of the device model. */
|
|
23675
|
+
display_name: string;
|
|
23676
|
+
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
23677
|
+
manufacturer_display_name: string;
|
|
23678
|
+
/** Indicates whether the device has a built in accessory keypad. */
|
|
23679
|
+
has_built_in_keypad?: boolean | undefined;
|
|
23680
|
+
/** Indicates whether the device supports offline access codes. */
|
|
23681
|
+
offline_access_codes_supported?: boolean | undefined;
|
|
23682
|
+
/** Indicates whether the device supports online access codes. */
|
|
23683
|
+
online_access_codes_supported?: boolean | undefined;
|
|
23684
|
+
/** Indicates whether the device supports an accessory keypad. */
|
|
23685
|
+
accessory_keypad_supported?: boolean | undefined;
|
|
23686
|
+
};
|
|
23687
|
+
/** Indicates whether the device has direct power. */
|
|
23688
|
+
has_direct_power?: boolean | undefined;
|
|
23689
|
+
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
23690
|
+
battery_level?: number | undefined;
|
|
23691
|
+
/** Represents the current status of the battery charge level. Values are "critical," which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; "low," which signifies that the battery is under the preferred threshold and should be charged soon; "good," which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and "full," which represents a battery that is fully charged, providing the maximum duration of usage. */
|
|
23692
|
+
battery?: {
|
|
23693
|
+
level: number;
|
|
23694
|
+
status: 'critical' | 'low' | 'good' | 'full';
|
|
23695
|
+
} | undefined;
|
|
23696
|
+
/** Manufacturer of the device. */
|
|
23697
|
+
manufacturer?: string | undefined;
|
|
23698
|
+
/** Image URL for the device. */
|
|
23699
|
+
image_url?: string | undefined;
|
|
23700
|
+
/** Alt text for the device image. */
|
|
23701
|
+
image_alt_text?: string | undefined;
|
|
23702
|
+
/** Serial number of the device. */
|
|
23703
|
+
serial_number?: string | undefined;
|
|
23704
|
+
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
23705
|
+
online_access_codes_enabled?: boolean | undefined;
|
|
23706
|
+
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
23707
|
+
offline_access_codes_enabled?: boolean | undefined;
|
|
23708
|
+
/**
|
|
23709
|
+
---
|
|
23710
|
+
deprecated: use model.accessory_keypad_supported
|
|
23711
|
+
---
|
|
23712
|
+
*/
|
|
23713
|
+
supports_accessory_keypad?: boolean | undefined;
|
|
23714
|
+
/**
|
|
23715
|
+
---
|
|
23716
|
+
deprecated: use offline_access_codes_enabled
|
|
23717
|
+
---
|
|
23718
|
+
*/
|
|
23719
|
+
supports_offline_access_codes?: boolean | undefined;
|
|
23720
|
+
} & {
|
|
23721
|
+
assa_abloy_credential_service_metadata?: ({
|
|
23722
|
+
has_active_endpoint: boolean;
|
|
23723
|
+
endpoints: Array<{
|
|
23724
|
+
endpoint_id: string;
|
|
23725
|
+
is_active: boolean;
|
|
23726
|
+
}>;
|
|
23727
|
+
} | undefined) | undefined;
|
|
23728
|
+
}) & {
|
|
23729
|
+
august_metadata?: {
|
|
23730
|
+
lock_id: string;
|
|
23731
|
+
lock_name: string;
|
|
23732
|
+
house_name: string;
|
|
23733
|
+
has_keypad: boolean;
|
|
23734
|
+
keypad_battery_level?: string | undefined;
|
|
23735
|
+
model?: string | undefined;
|
|
23736
|
+
house_id?: string | undefined;
|
|
23737
|
+
} | undefined;
|
|
23738
|
+
avigilon_alta_metadata?: {
|
|
23739
|
+
entry_name: string;
|
|
23740
|
+
org_name: string;
|
|
23741
|
+
zone_id: number;
|
|
23742
|
+
zone_name: string;
|
|
23743
|
+
site_id: number;
|
|
23744
|
+
site_name: string;
|
|
23745
|
+
} | undefined;
|
|
23746
|
+
schlage_metadata?: {
|
|
23747
|
+
device_id: string;
|
|
23748
|
+
device_name: string;
|
|
23749
|
+
access_code_length: number | null;
|
|
23750
|
+
model?: string | undefined;
|
|
23751
|
+
} | undefined;
|
|
23752
|
+
smartthings_metadata?: {
|
|
23753
|
+
device_id: string;
|
|
23754
|
+
device_name: string;
|
|
23755
|
+
model?: string | undefined;
|
|
23756
|
+
location_id?: string | undefined;
|
|
23757
|
+
} | undefined;
|
|
23758
|
+
lockly_metadata?: {
|
|
23759
|
+
device_id: string;
|
|
23760
|
+
device_name: string;
|
|
23761
|
+
model?: string | undefined;
|
|
23762
|
+
} | undefined;
|
|
23763
|
+
nuki_metadata?: {
|
|
23764
|
+
device_id: string;
|
|
23765
|
+
device_name: string;
|
|
23766
|
+
keypad_battery_critical?: boolean | undefined;
|
|
23767
|
+
} | undefined;
|
|
23768
|
+
kwikset_metadata?: {
|
|
23769
|
+
device_id: string;
|
|
23770
|
+
device_name: string;
|
|
23771
|
+
model_number: string;
|
|
23772
|
+
} | undefined;
|
|
23773
|
+
salto_metadata?: {
|
|
23774
|
+
lock_id: string;
|
|
23775
|
+
customer_reference: string;
|
|
23776
|
+
lock_type: string;
|
|
23777
|
+
battery_level: string;
|
|
23778
|
+
locked_state: string;
|
|
23779
|
+
model?: string | undefined;
|
|
23780
|
+
} | undefined;
|
|
23781
|
+
genie_metadata?: {
|
|
23782
|
+
device_name: string;
|
|
23783
|
+
door_name: string;
|
|
23784
|
+
} | undefined;
|
|
23785
|
+
brivo_metadata?: {
|
|
23786
|
+
device_name: string;
|
|
23787
|
+
} | undefined;
|
|
23788
|
+
igloo_metadata?: {
|
|
23789
|
+
device_id: string;
|
|
23790
|
+
bridge_id: string;
|
|
23791
|
+
model?: string | undefined;
|
|
23792
|
+
} | undefined;
|
|
23793
|
+
noiseaware_metadata?: {
|
|
23794
|
+
device_model: 'indoor' | 'outdoor';
|
|
23795
|
+
noise_level_nrs: number;
|
|
23796
|
+
noise_level_decibel: number;
|
|
23797
|
+
device_name: string;
|
|
23798
|
+
device_id: string;
|
|
23799
|
+
} | undefined;
|
|
23800
|
+
minut_metadata?: {
|
|
23801
|
+
device_id: string;
|
|
23802
|
+
device_name: string;
|
|
23803
|
+
latest_sensor_values: {
|
|
23804
|
+
temperature: {
|
|
23805
|
+
time: string;
|
|
23806
|
+
value: number;
|
|
23807
|
+
};
|
|
23808
|
+
sound: {
|
|
23809
|
+
time: string;
|
|
23810
|
+
value: number;
|
|
23811
|
+
};
|
|
23812
|
+
humidity: {
|
|
23813
|
+
time: string;
|
|
23814
|
+
value: number;
|
|
23815
|
+
};
|
|
23816
|
+
pressure: {
|
|
23817
|
+
time: string;
|
|
23818
|
+
value: number;
|
|
23819
|
+
};
|
|
23820
|
+
accelerometer_z: {
|
|
23821
|
+
time: string;
|
|
23822
|
+
value: number;
|
|
23823
|
+
};
|
|
23824
|
+
};
|
|
23825
|
+
} | undefined;
|
|
23826
|
+
four_suites_metadata?: {
|
|
23827
|
+
device_id: number;
|
|
23828
|
+
device_name: string;
|
|
23829
|
+
reclose_delay_in_seconds: number;
|
|
23830
|
+
} | undefined;
|
|
23831
|
+
two_n_metadata?: {
|
|
23832
|
+
device_id: number;
|
|
23833
|
+
device_name: string;
|
|
23834
|
+
} | undefined;
|
|
23835
|
+
controlbyweb_metadata?: {
|
|
23836
|
+
device_id: string;
|
|
23837
|
+
device_name: string;
|
|
23838
|
+
relay_name: string | null;
|
|
23839
|
+
} | undefined;
|
|
23840
|
+
ttlock_metadata?: {
|
|
23841
|
+
lock_id: number;
|
|
23842
|
+
lock_alias: string;
|
|
23843
|
+
} | undefined;
|
|
23844
|
+
seam_bridge_metadata?: {
|
|
23845
|
+
unlock_method?: ('bridge' | 'doorking') | undefined;
|
|
23846
|
+
device_num: number;
|
|
23847
|
+
name: string;
|
|
23848
|
+
} | undefined;
|
|
23849
|
+
igloohome_metadata?: {
|
|
23850
|
+
device_id: string;
|
|
23851
|
+
device_name: string;
|
|
23852
|
+
bridge_id?: string | undefined;
|
|
23853
|
+
bridge_name?: string | undefined;
|
|
23854
|
+
} | undefined;
|
|
23855
|
+
nest_metadata?: {
|
|
23856
|
+
nest_device_id: string;
|
|
23857
|
+
device_name: string;
|
|
23858
|
+
custom_name: string;
|
|
23859
|
+
} | undefined;
|
|
23860
|
+
ecobee_metadata?: {
|
|
23861
|
+
ecobee_device_id: string;
|
|
23862
|
+
device_name: string;
|
|
23863
|
+
} | undefined;
|
|
23864
|
+
honeywell_resideo_metadata?: {
|
|
23865
|
+
honeywell_resideo_device_id: string;
|
|
23866
|
+
device_name: string;
|
|
23867
|
+
} | undefined;
|
|
23868
|
+
hubitat_metadata?: {
|
|
23869
|
+
device_id: string;
|
|
23870
|
+
device_name: string;
|
|
23871
|
+
device_label: string;
|
|
23872
|
+
} | undefined;
|
|
23873
|
+
dormakaba_oracode_metadata?: {
|
|
23874
|
+
door_id: number;
|
|
23875
|
+
door_name: string;
|
|
23876
|
+
device_id?: number | undefined;
|
|
23877
|
+
site_id: number;
|
|
23878
|
+
site_name: string;
|
|
23879
|
+
iana_timezone?: string | undefined;
|
|
23880
|
+
predefined_time_slots?: Array<{
|
|
23881
|
+
name: string;
|
|
23882
|
+
prefix: number;
|
|
23883
|
+
check_in_time: string;
|
|
23884
|
+
check_out_time: string;
|
|
23885
|
+
is_24_hour: boolean;
|
|
23886
|
+
is_biweekly_mode: boolean;
|
|
23887
|
+
is_one_shot: boolean;
|
|
23888
|
+
is_master: boolean;
|
|
23889
|
+
ext_dormakaba_oracode_user_level_prefix: number;
|
|
23890
|
+
dormakaba_oracode_user_level_id: string;
|
|
23891
|
+
}> | undefined;
|
|
23892
|
+
} | undefined;
|
|
23893
|
+
wyze_metadata?: {
|
|
23894
|
+
device_id: string;
|
|
23895
|
+
device_name: string;
|
|
23896
|
+
product_name: string;
|
|
23897
|
+
product_type: string;
|
|
23898
|
+
product_model: string;
|
|
23899
|
+
device_info_model: string;
|
|
23900
|
+
} | undefined;
|
|
23901
|
+
tedee_metadata?: {
|
|
23902
|
+
device_id: number;
|
|
23903
|
+
serial_number: string;
|
|
23904
|
+
device_name: string;
|
|
23905
|
+
device_model: string;
|
|
23906
|
+
bridge_id: number;
|
|
23907
|
+
bridge_name: string;
|
|
23908
|
+
keypad_id?: number | undefined;
|
|
23909
|
+
} | undefined;
|
|
23910
|
+
}) & ({
|
|
23911
|
+
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
23912
|
+
code_constraints?: (Array<{
|
|
23913
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits';
|
|
23914
|
+
} | {
|
|
23915
|
+
constraint_type: 'name_length';
|
|
23916
|
+
min_length?: number | undefined;
|
|
23917
|
+
max_length?: number | undefined;
|
|
23918
|
+
}> | undefined) | undefined;
|
|
23919
|
+
supported_code_lengths?: (number[] | undefined) | undefined;
|
|
23920
|
+
max_active_codes_supported?: (number | undefined) | undefined;
|
|
23921
|
+
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
23922
|
+
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
23923
|
+
locked?: (boolean | undefined) | undefined;
|
|
23924
|
+
keypad_battery?: ({
|
|
23925
|
+
level: number;
|
|
23926
|
+
} | undefined) | undefined;
|
|
23927
|
+
door_open?: (boolean | undefined) | undefined;
|
|
23928
|
+
} & ({
|
|
23929
|
+
temperature_fahrenheit?: number | undefined;
|
|
23930
|
+
temperature_celsius?: number | undefined;
|
|
23931
|
+
relative_humidity?: number | undefined;
|
|
23932
|
+
can_enable_automatic_heating?: boolean | undefined;
|
|
23933
|
+
can_enable_automatic_cooling?: boolean | undefined;
|
|
23934
|
+
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
23935
|
+
is_heating_available?: true | undefined;
|
|
23936
|
+
is_cooling_available?: true | undefined;
|
|
23937
|
+
is_heating?: boolean | undefined;
|
|
23938
|
+
is_cooling?: boolean | undefined;
|
|
23939
|
+
is_fan_running?: boolean | undefined;
|
|
23940
|
+
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
23941
|
+
is_temporary_manual_override_active?: boolean | undefined;
|
|
23942
|
+
current_climate_setting?: {
|
|
23943
|
+
automatic_heating_enabled: boolean;
|
|
23944
|
+
automatic_cooling_enabled: boolean;
|
|
23945
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
23946
|
+
cooling_set_point_celsius?: number | undefined;
|
|
23947
|
+
heating_set_point_celsius?: number | undefined;
|
|
23948
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
23949
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
23950
|
+
manual_override_allowed: boolean;
|
|
23951
|
+
} | undefined;
|
|
23952
|
+
default_climate_setting?: ({
|
|
23953
|
+
automatic_heating_enabled: boolean;
|
|
23954
|
+
automatic_cooling_enabled: boolean;
|
|
23955
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
23956
|
+
cooling_set_point_celsius?: number | undefined;
|
|
23957
|
+
heating_set_point_celsius?: number | undefined;
|
|
23958
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
23959
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
23960
|
+
manual_override_allowed: boolean;
|
|
23961
|
+
} | undefined) | undefined;
|
|
23962
|
+
is_climate_setting_schedule_active?: boolean | undefined;
|
|
23963
|
+
active_climate_setting_schedule?: ({
|
|
23964
|
+
climate_setting_schedule_id: string;
|
|
23965
|
+
schedule_type: 'time_bound';
|
|
23966
|
+
device_id: string;
|
|
23967
|
+
name?: string | undefined;
|
|
23968
|
+
schedule_starts_at: string;
|
|
23969
|
+
schedule_ends_at: string;
|
|
23970
|
+
created_at: string;
|
|
23971
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
23972
|
+
errors?: any;
|
|
23973
|
+
automatic_heating_enabled?: boolean | undefined;
|
|
23974
|
+
automatic_cooling_enabled?: boolean | undefined;
|
|
23975
|
+
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
23976
|
+
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
23977
|
+
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
23978
|
+
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23979
|
+
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
23980
|
+
manual_override_allowed?: boolean | undefined;
|
|
23981
|
+
} | undefined) | undefined;
|
|
23982
|
+
min_cooling_set_point_celsius?: number | undefined;
|
|
23983
|
+
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
23984
|
+
max_cooling_set_point_celsius?: number | undefined;
|
|
23985
|
+
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
23986
|
+
min_heating_set_point_celsius?: number | undefined;
|
|
23987
|
+
min_heating_set_point_fahrenheit?: number | undefined;
|
|
23988
|
+
max_heating_set_point_celsius?: number | undefined;
|
|
23989
|
+
max_heating_set_point_fahrenheit?: number | undefined;
|
|
23990
|
+
min_heating_cooling_delta_celsius?: number | undefined;
|
|
23991
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined;
|
|
23992
|
+
} | {
|
|
23993
|
+
temperature_fahrenheit?: number | undefined;
|
|
23994
|
+
temperature_celsius?: number | undefined;
|
|
23995
|
+
relative_humidity?: number | undefined;
|
|
23996
|
+
can_enable_automatic_heating?: boolean | undefined;
|
|
23997
|
+
can_enable_automatic_cooling?: boolean | undefined;
|
|
23998
|
+
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
23999
|
+
is_heating_available?: true | undefined;
|
|
24000
|
+
is_cooling_available?: false | undefined;
|
|
24001
|
+
is_heating?: boolean | undefined;
|
|
24002
|
+
is_cooling?: boolean | undefined;
|
|
24003
|
+
is_fan_running?: boolean | undefined;
|
|
24004
|
+
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
24005
|
+
is_temporary_manual_override_active?: boolean | undefined;
|
|
24006
|
+
current_climate_setting?: {
|
|
24007
|
+
automatic_heating_enabled: boolean;
|
|
24008
|
+
automatic_cooling_enabled: boolean;
|
|
24009
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
24010
|
+
cooling_set_point_celsius?: number | undefined;
|
|
24011
|
+
heating_set_point_celsius?: number | undefined;
|
|
24012
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
24013
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
24014
|
+
manual_override_allowed: boolean;
|
|
24015
|
+
} | undefined;
|
|
24016
|
+
default_climate_setting?: ({
|
|
24017
|
+
automatic_heating_enabled: boolean;
|
|
24018
|
+
automatic_cooling_enabled: boolean;
|
|
24019
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
24020
|
+
cooling_set_point_celsius?: number | undefined;
|
|
24021
|
+
heating_set_point_celsius?: number | undefined;
|
|
24022
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
24023
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
24024
|
+
manual_override_allowed: boolean;
|
|
24025
|
+
} | undefined) | undefined;
|
|
24026
|
+
is_climate_setting_schedule_active?: boolean | undefined;
|
|
24027
|
+
active_climate_setting_schedule?: ({
|
|
24028
|
+
climate_setting_schedule_id: string;
|
|
24029
|
+
schedule_type: 'time_bound';
|
|
24030
|
+
device_id: string;
|
|
24031
|
+
name?: string | undefined;
|
|
24032
|
+
schedule_starts_at: string;
|
|
24033
|
+
schedule_ends_at: string;
|
|
24034
|
+
created_at: string;
|
|
24035
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
24036
|
+
errors?: any;
|
|
24037
|
+
automatic_heating_enabled?: boolean | undefined;
|
|
24038
|
+
automatic_cooling_enabled?: boolean | undefined;
|
|
24039
|
+
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
24040
|
+
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
24041
|
+
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
24042
|
+
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
24043
|
+
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
24044
|
+
manual_override_allowed?: boolean | undefined;
|
|
24045
|
+
} | undefined) | undefined;
|
|
24046
|
+
min_heating_set_point_celsius?: number | undefined;
|
|
24047
|
+
min_heating_set_point_fahrenheit?: number | undefined;
|
|
24048
|
+
max_heating_set_point_celsius?: number | undefined;
|
|
24049
|
+
max_heating_set_point_fahrenheit?: number | undefined;
|
|
24050
|
+
} | {
|
|
24051
|
+
temperature_fahrenheit?: number | undefined;
|
|
24052
|
+
temperature_celsius?: number | undefined;
|
|
24053
|
+
relative_humidity?: number | undefined;
|
|
24054
|
+
can_enable_automatic_heating?: boolean | undefined;
|
|
24055
|
+
can_enable_automatic_cooling?: boolean | undefined;
|
|
24056
|
+
available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
|
|
24057
|
+
is_heating_available?: false | undefined;
|
|
24058
|
+
is_cooling_available?: true | undefined;
|
|
24059
|
+
is_heating?: boolean | undefined;
|
|
24060
|
+
is_cooling?: boolean | undefined;
|
|
24061
|
+
is_fan_running?: boolean | undefined;
|
|
24062
|
+
fan_mode_setting?: ('auto' | 'on') | undefined;
|
|
24063
|
+
is_temporary_manual_override_active?: boolean | undefined;
|
|
24064
|
+
current_climate_setting?: {
|
|
24065
|
+
automatic_heating_enabled: boolean;
|
|
24066
|
+
automatic_cooling_enabled: boolean;
|
|
24067
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
24068
|
+
cooling_set_point_celsius?: number | undefined;
|
|
24069
|
+
heating_set_point_celsius?: number | undefined;
|
|
24070
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
24071
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
24072
|
+
manual_override_allowed: boolean;
|
|
24073
|
+
} | undefined;
|
|
24074
|
+
default_climate_setting?: ({
|
|
24075
|
+
automatic_heating_enabled: boolean;
|
|
24076
|
+
automatic_cooling_enabled: boolean;
|
|
24077
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
|
|
24078
|
+
cooling_set_point_celsius?: number | undefined;
|
|
24079
|
+
heating_set_point_celsius?: number | undefined;
|
|
24080
|
+
cooling_set_point_fahrenheit?: number | undefined;
|
|
24081
|
+
heating_set_point_fahrenheit?: number | undefined;
|
|
24082
|
+
manual_override_allowed: boolean;
|
|
24083
|
+
} | undefined) | undefined;
|
|
24084
|
+
is_climate_setting_schedule_active?: boolean | undefined;
|
|
24085
|
+
active_climate_setting_schedule?: ({
|
|
24086
|
+
climate_setting_schedule_id: string;
|
|
24087
|
+
schedule_type: 'time_bound';
|
|
24088
|
+
device_id: string;
|
|
24089
|
+
name?: string | undefined;
|
|
24090
|
+
schedule_starts_at: string;
|
|
24091
|
+
schedule_ends_at: string;
|
|
24092
|
+
created_at: string;
|
|
24093
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
24094
|
+
errors?: any;
|
|
24095
|
+
automatic_heating_enabled?: boolean | undefined;
|
|
24096
|
+
automatic_cooling_enabled?: boolean | undefined;
|
|
24097
|
+
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
|
|
24098
|
+
cooling_set_point_celsius?: (number | undefined) | undefined;
|
|
24099
|
+
heating_set_point_celsius?: (number | undefined) | undefined;
|
|
24100
|
+
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
24101
|
+
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
24102
|
+
manual_override_allowed?: boolean | undefined;
|
|
24103
|
+
} | undefined) | undefined;
|
|
24104
|
+
min_cooling_set_point_celsius?: number | undefined;
|
|
24105
|
+
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
24106
|
+
max_cooling_set_point_celsius?: number | undefined;
|
|
24107
|
+
max_cooling_set_point_fahrenheit?: number | undefined;
|
|
24108
|
+
}));
|
|
24109
|
+
/** Location information for the device. */
|
|
24110
|
+
location: {
|
|
24111
|
+
/** Name of the device location. */
|
|
24112
|
+
location_name?: string | undefined;
|
|
24113
|
+
/** Time zone of the device location. */
|
|
24114
|
+
timezone?: string | undefined;
|
|
24115
|
+
} | null;
|
|
24116
|
+
/** Unique identifier for the account associated with the device. */
|
|
24117
|
+
connected_account_id: string;
|
|
24118
|
+
/** Unique identifier for the Seam workspace associated with the device. */
|
|
24119
|
+
workspace_id: string;
|
|
24120
|
+
/** 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. */
|
|
24121
|
+
errors: Array<{
|
|
24122
|
+
error_code: string;
|
|
24123
|
+
message: string;
|
|
24124
|
+
}>;
|
|
24125
|
+
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
24126
|
+
warnings: Array<{
|
|
24127
|
+
warning_code: string;
|
|
24128
|
+
message: string;
|
|
24129
|
+
}>;
|
|
24130
|
+
/** Date and time at which the device object was created. */
|
|
24131
|
+
created_at: string;
|
|
24132
|
+
/** Indicates whether Seam manages the device. */
|
|
24133
|
+
is_managed: true;
|
|
24134
|
+
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
24135
|
+
can_remotely_unlock?: boolean | undefined;
|
|
24136
|
+
can_remotely_lock?: boolean | undefined;
|
|
24137
|
+
can_program_online_access_codes?: boolean | undefined;
|
|
24138
|
+
can_simulate_removal?: boolean | undefined;
|
|
24139
|
+
}>;
|
|
24140
|
+
/**
|
|
24141
|
+
---
|
|
24142
|
+
deprecated: use devices.
|
|
24143
|
+
---
|
|
24144
|
+
*/
|
|
24850
24145
|
accessible_devices: Array<{
|
|
24851
24146
|
/** Unique identifier for the device. */
|
|
24852
24147
|
device_id: string;
|