@seamapi/types 1.153.0 → 1.153.2

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.
@@ -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: {
@@ -335,12 +582,14 @@ declare const _default: {
335
582
  type: string;
336
583
  };
337
584
  user_identity_email_address: {
585
+ nullable: boolean;
338
586
  type: string;
339
587
  };
340
588
  user_identity_id: {
341
589
  type: string;
342
590
  };
343
591
  user_identity_phone_number: {
592
+ nullable: boolean;
344
593
  type: string;
345
594
  };
346
595
  workspace_id: {
@@ -2346,6 +2595,27 @@ declare const _default: {
2346
2595
  required: string[];
2347
2596
  type: string;
2348
2597
  };
2598
+ network: {
2599
+ properties: {
2600
+ created_at: {
2601
+ format: string;
2602
+ type: string;
2603
+ };
2604
+ display_name: {
2605
+ type: string;
2606
+ };
2607
+ network_id: {
2608
+ format: string;
2609
+ type: string;
2610
+ };
2611
+ workspace_id: {
2612
+ format: string;
2613
+ type: string;
2614
+ };
2615
+ };
2616
+ required: string[];
2617
+ type: string;
2618
+ };
2349
2619
  noise_threshold: {
2350
2620
  properties: {
2351
2621
  device_id: {
@@ -2800,26 +3070,67 @@ declare const _default: {
2800
3070
  required: string[];
2801
3071
  type: string;
2802
3072
  };
2803
- webhook: {
3073
+ user_identity: {
2804
3074
  properties: {
2805
- event_types: {
2806
- items: {
2807
- type: string;
2808
- };
3075
+ created_at: {
3076
+ format: string;
2809
3077
  type: string;
2810
3078
  };
2811
- secret: {
3079
+ display_name: {
3080
+ minLength: number;
2812
3081
  type: string;
2813
3082
  };
2814
- url: {
3083
+ email_address: {
3084
+ format: string;
3085
+ nullable: boolean;
2815
3086
  type: string;
2816
3087
  };
2817
- webhook_id: {
3088
+ full_name: {
3089
+ minLength: number;
3090
+ nullable: boolean;
2818
3091
  type: string;
2819
3092
  };
2820
- };
2821
- required: string[];
2822
- type: string;
3093
+ phone_number: {
3094
+ nullable: boolean;
3095
+ type: string;
3096
+ };
3097
+ user_identity_id: {
3098
+ format: string;
3099
+ type: string;
3100
+ };
3101
+ user_identity_key: {
3102
+ minLength: number;
3103
+ nullable: boolean;
3104
+ type: string;
3105
+ };
3106
+ workspace_id: {
3107
+ format: string;
3108
+ type: string;
3109
+ };
3110
+ };
3111
+ required: string[];
3112
+ type: string;
3113
+ };
3114
+ webhook: {
3115
+ properties: {
3116
+ event_types: {
3117
+ items: {
3118
+ type: string;
3119
+ };
3120
+ type: string;
3121
+ };
3122
+ secret: {
3123
+ type: string;
3124
+ };
3125
+ url: {
3126
+ type: string;
3127
+ };
3128
+ webhook_id: {
3129
+ type: string;
3130
+ };
3131
+ };
3132
+ required: string[];
3133
+ type: string;
2823
3134
  };
2824
3135
  workspace: {
2825
3136
  properties: {
@@ -4948,6 +5259,7 @@ declare const _default: {
4948
5259
  tags: string[];
4949
5260
  'x-fern-sdk-group-name': string[];
4950
5261
  'x-fern-sdk-method-name': string;
5262
+ 'x-fern-sdk-return-value': string;
4951
5263
  };
4952
5264
  };
4953
5265
  '/acs/access_groups/list': {
@@ -5019,6 +5331,7 @@ declare const _default: {
5019
5331
  tags: string[];
5020
5332
  'x-fern-sdk-group-name': string[];
5021
5333
  'x-fern-sdk-method-name': string;
5334
+ 'x-fern-sdk-return-value': string;
5022
5335
  };
5023
5336
  };
5024
5337
  '/acs/access_groups/list_users': {
@@ -5095,6 +5408,7 @@ declare const _default: {
5095
5408
  tags: string[];
5096
5409
  'x-fern-sdk-group-name': string[];
5097
5410
  'x-fern-sdk-method-name': string;
5411
+ 'x-fern-sdk-return-value': string;
5098
5412
  };
5099
5413
  };
5100
5414
  '/acs/access_groups/remove_user': {
@@ -5190,37 +5504,7 @@ declare const _default: {
5190
5504
  properties: {
5191
5505
  acs_credential_pools: {
5192
5506
  items: {
5193
- properties: {
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;
5507
+ $ref: string;
5224
5508
  };
5225
5509
  type: string;
5226
5510
  };
@@ -5259,6 +5543,7 @@ declare const _default: {
5259
5543
  tags: string[];
5260
5544
  'x-fern-sdk-group-name': string[];
5261
5545
  'x-fern-sdk-method-name': string;
5546
+ 'x-fern-sdk-return-value': string;
5262
5547
  };
5263
5548
  };
5264
5549
  '/acs/credential_provisioning_automations/launch': {
@@ -5302,30 +5587,7 @@ declare const _default: {
5302
5587
  schema: {
5303
5588
  properties: {
5304
5589
  acs_credential_provisioning_automation: {
5305
- properties: {
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;
5590
+ $ref: string;
5329
5591
  };
5330
5592
  ok: {
5331
5593
  type: string;
@@ -5362,6 +5624,7 @@ declare const _default: {
5362
5624
  tags: string[];
5363
5625
  'x-fern-sdk-group-name': string[];
5364
5626
  'x-fern-sdk-method-name': string;
5627
+ 'x-fern-sdk-return-value': string;
5365
5628
  };
5366
5629
  };
5367
5630
  '/acs/credentials/assign': {
@@ -5394,122 +5657,7 @@ declare const _default: {
5394
5657
  schema: {
5395
5658
  properties: {
5396
5659
  acs_credential: {
5397
- properties: {
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;
5660
+ $ref: string;
5513
5661
  };
5514
5662
  ok: {
5515
5663
  type: string;
@@ -5575,122 +5723,7 @@ declare const _default: {
5575
5723
  schema: {
5576
5724
  properties: {
5577
5725
  acs_credential: {
5578
- properties: {
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;
5726
+ $ref: string;
5694
5727
  };
5695
5728
  ok: {
5696
5729
  type: string;
@@ -5810,122 +5843,7 @@ declare const _default: {
5810
5843
  schema: {
5811
5844
  properties: {
5812
5845
  acs_credential: {
5813
- properties: {
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;
5846
+ $ref: string;
5929
5847
  };
5930
5848
  ok: {
5931
5849
  type: string;
@@ -5962,6 +5880,7 @@ declare const _default: {
5962
5880
  tags: string[];
5963
5881
  'x-fern-sdk-group-name': string[];
5964
5882
  'x-fern-sdk-method-name': string;
5883
+ 'x-fern-sdk-return-value': string;
5965
5884
  };
5966
5885
  };
5967
5886
  '/acs/credentials/delete': {
@@ -6052,122 +5971,7 @@ declare const _default: {
6052
5971
  schema: {
6053
5972
  properties: {
6054
5973
  acs_credential: {
6055
- properties: {
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;
5974
+ $ref: string;
6171
5975
  };
6172
5976
  ok: {
6173
5977
  type: string;
@@ -6204,6 +6008,7 @@ declare const _default: {
6204
6008
  tags: string[];
6205
6009
  'x-fern-sdk-group-name': string[];
6206
6010
  'x-fern-sdk-method-name': string;
6011
+ 'x-fern-sdk-return-value': string;
6207
6012
  };
6208
6013
  };
6209
6014
  '/acs/credentials/list': {
@@ -6285,122 +6090,7 @@ declare const _default: {
6285
6090
  properties: {
6286
6091
  acs_credentials: {
6287
6092
  items: {
6288
- properties: {
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;
6093
+ $ref: string;
6404
6094
  };
6405
6095
  type: string;
6406
6096
  };
@@ -6447,6 +6137,7 @@ declare const _default: {
6447
6137
  tags: string[];
6448
6138
  'x-fern-sdk-group-name': string[];
6449
6139
  'x-fern-sdk-method-name': string;
6140
+ 'x-fern-sdk-return-value': string;
6450
6141
  };
6451
6142
  };
6452
6143
  '/acs/credentials/unassign': {
@@ -6479,122 +6170,7 @@ declare const _default: {
6479
6170
  schema: {
6480
6171
  properties: {
6481
6172
  acs_credential: {
6482
- properties: {
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;
6173
+ $ref: string;
6598
6174
  };
6599
6175
  ok: {
6600
6176
  type: string;
@@ -6660,122 +6236,7 @@ declare const _default: {
6660
6236
  schema: {
6661
6237
  properties: {
6662
6238
  acs_credential: {
6663
- properties: {
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;
6239
+ $ref: string;
6779
6240
  };
6780
6241
  ok: {
6781
6242
  type: string;
@@ -6843,122 +6304,7 @@ declare const _default: {
6843
6304
  schema: {
6844
6305
  properties: {
6845
6306
  acs_credential: {
6846
- properties: {
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;
6307
+ $ref: string;
6962
6308
  };
6963
6309
  ok: {
6964
6310
  type: string;
@@ -7023,122 +6369,7 @@ declare const _default: {
7023
6369
  schema: {
7024
6370
  properties: {
7025
6371
  acs_credential: {
7026
- properties: {
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;
6372
+ $ref: string;
7142
6373
  };
7143
6374
  ok: {
7144
6375
  type: string;
@@ -7203,74 +6434,7 @@ declare const _default: {
7203
6434
  schema: {
7204
6435
  properties: {
7205
6436
  acs_entrance: {
7206
- properties: {
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;
6437
+ $ref: string;
7274
6438
  };
7275
6439
  ok: {
7276
6440
  type: string;
@@ -7315,6 +6479,7 @@ declare const _default: {
7315
6479
  tags: string[];
7316
6480
  'x-fern-sdk-group-name': string[];
7317
6481
  'x-fern-sdk-method-name': string;
6482
+ 'x-fern-sdk-return-value': string;
7318
6483
  };
7319
6484
  };
7320
6485
  '/acs/entrances/grant_access': {
@@ -7421,74 +6586,7 @@ declare const _default: {
7421
6586
  properties: {
7422
6587
  acs_entrances: {
7423
6588
  items: {
7424
- properties: {
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;
6589
+ $ref: string;
7492
6590
  };
7493
6591
  type: string;
7494
6592
  };
@@ -7535,6 +6633,7 @@ declare const _default: {
7535
6633
  tags: string[];
7536
6634
  'x-fern-sdk-group-name': string[];
7537
6635
  'x-fern-sdk-method-name': string;
6636
+ 'x-fern-sdk-return-value': string;
7538
6637
  };
7539
6638
  };
7540
6639
  '/acs/entrances/list_credentials_with_access': {
@@ -7571,122 +6670,7 @@ declare const _default: {
7571
6670
  properties: {
7572
6671
  acs_credentials: {
7573
6672
  items: {
7574
- properties: {
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;
6673
+ $ref: string;
7690
6674
  };
7691
6675
  type: string;
7692
6676
  };
@@ -7733,6 +6717,7 @@ declare const _default: {
7733
6717
  tags: string[];
7734
6718
  'x-fern-sdk-group-name': string[];
7735
6719
  'x-fern-sdk-method-name': string;
6720
+ 'x-fern-sdk-return-value': string;
7736
6721
  };
7737
6722
  };
7738
6723
  '/acs/systems/get': {
@@ -7798,6 +6783,7 @@ declare const _default: {
7798
6783
  tags: string[];
7799
6784
  'x-fern-sdk-group-name': string[];
7800
6785
  'x-fern-sdk-method-name': string;
6786
+ 'x-fern-sdk-return-value': string;
7801
6787
  };
7802
6788
  };
7803
6789
  '/acs/systems/list': {
@@ -7873,6 +6859,7 @@ declare const _default: {
7873
6859
  tags: string[];
7874
6860
  'x-fern-sdk-group-name': string[];
7875
6861
  'x-fern-sdk-method-name': string;
6862
+ 'x-fern-sdk-return-value': string;
7876
6863
  };
7877
6864
  };
7878
6865
  '/acs/users/add_to_access_group': {
@@ -8109,6 +7096,7 @@ declare const _default: {
8109
7096
  tags: string[];
8110
7097
  'x-fern-sdk-group-name': string[];
8111
7098
  'x-fern-sdk-method-name': string;
7099
+ 'x-fern-sdk-return-value': string;
8112
7100
  };
8113
7101
  };
8114
7102
  '/acs/users/delete': {
@@ -8236,6 +7224,7 @@ declare const _default: {
8236
7224
  tags: string[];
8237
7225
  'x-fern-sdk-group-name': string[];
8238
7226
  'x-fern-sdk-method-name': string;
7227
+ 'x-fern-sdk-return-value': string;
8239
7228
  };
8240
7229
  };
8241
7230
  '/acs/users/list': {
@@ -8322,6 +7311,7 @@ declare const _default: {
8322
7311
  tags: string[];
8323
7312
  'x-fern-sdk-group-name': string[];
8324
7313
  'x-fern-sdk-method-name': string;
7314
+ 'x-fern-sdk-return-value': string;
8325
7315
  };
8326
7316
  };
8327
7317
  '/acs/users/list_accessible_entrances': {
@@ -8351,74 +7341,7 @@ declare const _default: {
8351
7341
  properties: {
8352
7342
  acs_entrances: {
8353
7343
  items: {
8354
- properties: {
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;
7344
+ $ref: string;
8422
7345
  };
8423
7346
  type: string;
8424
7347
  };
@@ -8465,6 +7388,7 @@ declare const _default: {
8465
7388
  tags: string[];
8466
7389
  'x-fern-sdk-group-name': string[];
8467
7390
  'x-fern-sdk-method-name': string;
7391
+ 'x-fern-sdk-return-value': string;
8468
7392
  };
8469
7393
  };
8470
7394
  '/acs/users/remove_from_access_group': {
@@ -12329,25 +11253,7 @@ declare const _default: {
12329
11253
  schema: {
12330
11254
  properties: {
12331
11255
  network: {
12332
- properties: {
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;
11256
+ $ref: string;
12351
11257
  };
12352
11258
  ok: {
12353
11259
  type: string;
@@ -12384,6 +11290,7 @@ declare const _default: {
12384
11290
  tags: string[];
12385
11291
  'x-fern-sdk-group-name': string[];
12386
11292
  'x-fern-sdk-method-name': string;
11293
+ 'x-fern-sdk-return-value': string;
12387
11294
  };
12388
11295
  };
12389
11296
  '/networks/list': {
@@ -12407,25 +11314,7 @@ declare const _default: {
12407
11314
  properties: {
12408
11315
  networks: {
12409
11316
  items: {
12410
- properties: {
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;
11317
+ $ref: string;
12429
11318
  };
12430
11319
  type: string;
12431
11320
  };
@@ -12464,6 +11353,7 @@ declare const _default: {
12464
11353
  tags: string[];
12465
11354
  'x-fern-sdk-group-name': string[];
12466
11355
  'x-fern-sdk-method-name': string;
11356
+ 'x-fern-sdk-return-value': string;
12467
11357
  };
12468
11358
  };
12469
11359
  '/noise_sensors/noise_thresholds/create': {
@@ -15099,45 +13989,7 @@ declare const _default: {
15099
13989
  type: string;
15100
13990
  };
15101
13991
  user_identity: {
15102
- properties: {
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;
13992
+ $ref: string;
15141
13993
  };
15142
13994
  };
15143
13995
  required: string[];
@@ -15171,6 +14023,7 @@ declare const _default: {
15171
14023
  tags: string[];
15172
14024
  'x-fern-sdk-group-name': string[];
15173
14025
  'x-fern-sdk-method-name': string;
14026
+ 'x-fern-sdk-return-value': string;
15174
14027
  };
15175
14028
  };
15176
14029
  '/user_identities/delete': {
@@ -15368,6 +14221,7 @@ declare const _default: {
15368
14221
  tags: string[];
15369
14222
  'x-fern-sdk-group-name': string[];
15370
14223
  'x-fern-sdk-method-name': string;
14224
+ 'x-fern-sdk-return-value': string;
15371
14225
  };
15372
14226
  };
15373
14227
  '/user_identities/enrollment_automations/launch': {
@@ -15475,6 +14329,7 @@ declare const _default: {
15475
14329
  tags: string[];
15476
14330
  'x-fern-sdk-group-name': string[];
15477
14331
  'x-fern-sdk-method-name': string;
14332
+ 'x-fern-sdk-return-value': string;
15478
14333
  };
15479
14334
  };
15480
14335
  '/user_identities/enrollment_automations/list': {
@@ -15551,6 +14406,7 @@ declare const _default: {
15551
14406
  tags: string[];
15552
14407
  'x-fern-sdk-group-name': string[];
15553
14408
  'x-fern-sdk-method-name': string;
14409
+ 'x-fern-sdk-return-value': string;
15554
14410
  };
15555
14411
  };
15556
14412
  '/user_identities/get': {
@@ -15594,45 +14450,7 @@ declare const _default: {
15594
14450
  type: string;
15595
14451
  };
15596
14452
  user_identity: {
15597
- properties: {
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;
14453
+ $ref: string;
15636
14454
  };
15637
14455
  };
15638
14456
  required: string[];
@@ -15666,6 +14484,7 @@ declare const _default: {
15666
14484
  tags: string[];
15667
14485
  'x-fern-sdk-group-name': string[];
15668
14486
  'x-fern-sdk-method-name': string;
14487
+ 'x-fern-sdk-return-value': string;
15669
14488
  };
15670
14489
  };
15671
14490
  '/user_identities/grant_access_to_device': {
@@ -15826,45 +14645,7 @@ declare const _default: {
15826
14645
  };
15827
14646
  user_identities: {
15828
14647
  items: {
15829
- properties: {
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;
14648
+ $ref: string;
15868
14649
  };
15869
14650
  type: string;
15870
14651
  };
@@ -15937,6 +14718,13 @@ declare const _default: {
15937
14718
  schema: {
15938
14719
  properties: {
15939
14720
  accessible_devices: {
14721
+ description: string;
14722
+ items: {
14723
+ $ref: string;
14724
+ };
14725
+ type: string;
14726
+ };
14727
+ devices: {
15940
14728
  items: {
15941
14729
  $ref: string;
15942
14730
  };
@@ -15977,6 +14765,7 @@ declare const _default: {
15977
14765
  tags: string[];
15978
14766
  'x-fern-sdk-group-name': string[];
15979
14767
  'x-fern-sdk-method-name': string;
14768
+ 'x-fern-sdk-return-value': string;
15980
14769
  };
15981
14770
  };
15982
14771
  '/user_identities/list_acs_systems': {
@@ -16053,6 +14842,7 @@ declare const _default: {
16053
14842
  tags: string[];
16054
14843
  'x-fern-sdk-group-name': string[];
16055
14844
  'x-fern-sdk-method-name': string;
14845
+ 'x-fern-sdk-return-value': string;
16056
14846
  };
16057
14847
  };
16058
14848
  '/user_identities/list_acs_users': {
@@ -16121,6 +14911,7 @@ declare const _default: {
16121
14911
  tags: string[];
16122
14912
  'x-fern-sdk-group-name': string[];
16123
14913
  'x-fern-sdk-method-name': string;
14914
+ 'x-fern-sdk-return-value': string;
16124
14915
  };
16125
14916
  };
16126
14917
  '/user_identities/remove_acs_user': {
@@ -16913,6 +15704,7 @@ declare const _default: {
16913
15704
  tags: string[];
16914
15705
  'x-fern-sdk-group-name': string[];
16915
15706
  'x-fern-sdk-method-name': string;
15707
+ 'x-fern-sdk-return-value': string;
16916
15708
  };
16917
15709
  };
16918
15710
  '/workspaces/get': {
@@ -17981,8 +16773,8 @@ interface Routes {
17981
16773
  ends_at: string;
17982
16774
  } | undefined;
17983
16775
  user_identity_id?: string | undefined;
17984
- user_identity_email_address?: string | undefined;
17985
- user_identity_phone_number?: string | undefined;
16776
+ user_identity_email_address?: (string | null) | undefined;
16777
+ user_identity_phone_number?: (string | null) | undefined;
17986
16778
  full_name?: string | undefined;
17987
16779
  /**
17988
16780
  ---
@@ -18583,8 +17375,8 @@ interface Routes {
18583
17375
  ends_at: string;
18584
17376
  } | undefined;
18585
17377
  user_identity_id?: string | undefined;
18586
- user_identity_email_address?: string | undefined;
18587
- user_identity_phone_number?: string | undefined;
17378
+ user_identity_email_address?: (string | null) | undefined;
17379
+ user_identity_phone_number?: (string | null) | undefined;
18588
17380
  full_name?: string | undefined;
18589
17381
  /**
18590
17382
  ---
@@ -18633,8 +17425,8 @@ interface Routes {
18633
17425
  ends_at: string;
18634
17426
  } | undefined;
18635
17427
  user_identity_id?: string | undefined;
18636
- user_identity_email_address?: string | undefined;
18637
- user_identity_phone_number?: string | undefined;
17428
+ user_identity_email_address?: (string | null) | undefined;
17429
+ user_identity_phone_number?: (string | null) | undefined;
18638
17430
  full_name?: string | undefined;
18639
17431
  /**
18640
17432
  ---
@@ -18675,8 +17467,8 @@ interface Routes {
18675
17467
  ends_at: string;
18676
17468
  } | undefined;
18677
17469
  user_identity_id?: string | undefined;
18678
- user_identity_email_address?: string | undefined;
18679
- user_identity_phone_number?: string | undefined;
17470
+ user_identity_email_address?: (string | null) | undefined;
17471
+ user_identity_phone_number?: (string | null) | undefined;
18680
17472
  full_name?: string | undefined;
18681
17473
  /**
18682
17474
  ---
@@ -24847,6 +23639,520 @@ interface Routes {
24847
23639
  };
24848
23640
  formData: {};
24849
23641
  jsonResponse: {
23642
+ devices: Array<{
23643
+ /** Unique identifier for the device. */
23644
+ device_id: string;
23645
+ /** Type of the device. */
23646
+ 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');
23647
+ /** Optional nickname to describe the device, settable through Seam */
23648
+ nickname?: string | undefined;
23649
+ /** 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. */
23650
+ display_name: string;
23651
+ /** 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. */
23652
+ capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery' | 'phone'>;
23653
+ /** Properties of the device. */
23654
+ properties: (({
23655
+ /** Indicates whether the device is online. */
23656
+ online: boolean;
23657
+ /**
23658
+ ---
23659
+ deprecated: use device.display_name instead
23660
+ ---
23661
+ Name of the device.
23662
+ */
23663
+ name: string;
23664
+ /** Represents the accessory keypad state. */
23665
+ accessory_keypad?: {
23666
+ /** Indicates if the accessory_keypad is connected to the device. */
23667
+ is_connected: boolean;
23668
+ /** Indicates if the keypad battery properties. */
23669
+ battery?: {
23670
+ level: number;
23671
+ } | undefined;
23672
+ } | undefined;
23673
+ appearance: {
23674
+ /** Name of the device as seen from the provider API and application, not settable through Seam. */
23675
+ name: string;
23676
+ };
23677
+ model: {
23678
+ /** Indicates whether the device can connect a accessory keypad. */
23679
+ can_connect_accessory_keypad?: boolean | undefined;
23680
+ /** Display name of the device model. */
23681
+ display_name: string;
23682
+ /** Display name that corresponds to the manufacturer-specific terminology for the device. */
23683
+ manufacturer_display_name: string;
23684
+ /** Indicates whether the device has a built in accessory keypad. */
23685
+ has_built_in_keypad?: boolean | undefined;
23686
+ /** Indicates whether the device supports offline access codes. */
23687
+ offline_access_codes_supported?: boolean | undefined;
23688
+ /** Indicates whether the device supports online access codes. */
23689
+ online_access_codes_supported?: boolean | undefined;
23690
+ /** Indicates whether the device supports an accessory keypad. */
23691
+ accessory_keypad_supported?: boolean | undefined;
23692
+ };
23693
+ /** Indicates whether the device has direct power. */
23694
+ has_direct_power?: boolean | undefined;
23695
+ /** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
23696
+ battery_level?: number | undefined;
23697
+ /** 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. */
23698
+ battery?: {
23699
+ level: number;
23700
+ status: 'critical' | 'low' | 'good' | 'full';
23701
+ } | undefined;
23702
+ /** Manufacturer of the device. */
23703
+ manufacturer?: string | undefined;
23704
+ /** Image URL for the device. */
23705
+ image_url?: string | undefined;
23706
+ /** Alt text for the device image. */
23707
+ image_alt_text?: string | undefined;
23708
+ /** Serial number of the device. */
23709
+ serial_number?: string | undefined;
23710
+ /** Indicates whether it is currently possible to use online access codes for the device. */
23711
+ online_access_codes_enabled?: boolean | undefined;
23712
+ /** Indicates whether it is currently possible to use offline access codes for the device. */
23713
+ offline_access_codes_enabled?: boolean | undefined;
23714
+ /**
23715
+ ---
23716
+ deprecated: use model.accessory_keypad_supported
23717
+ ---
23718
+ */
23719
+ supports_accessory_keypad?: boolean | undefined;
23720
+ /**
23721
+ ---
23722
+ deprecated: use offline_access_codes_enabled
23723
+ ---
23724
+ */
23725
+ supports_offline_access_codes?: boolean | undefined;
23726
+ } & {
23727
+ assa_abloy_credential_service_metadata?: ({
23728
+ has_active_endpoint: boolean;
23729
+ endpoints: Array<{
23730
+ endpoint_id: string;
23731
+ is_active: boolean;
23732
+ }>;
23733
+ } | undefined) | undefined;
23734
+ }) & {
23735
+ august_metadata?: {
23736
+ lock_id: string;
23737
+ lock_name: string;
23738
+ house_name: string;
23739
+ has_keypad: boolean;
23740
+ keypad_battery_level?: string | undefined;
23741
+ model?: string | undefined;
23742
+ house_id?: string | undefined;
23743
+ } | undefined;
23744
+ avigilon_alta_metadata?: {
23745
+ entry_name: string;
23746
+ org_name: string;
23747
+ zone_id: number;
23748
+ zone_name: string;
23749
+ site_id: number;
23750
+ site_name: string;
23751
+ } | undefined;
23752
+ schlage_metadata?: {
23753
+ device_id: string;
23754
+ device_name: string;
23755
+ access_code_length: number | null;
23756
+ model?: string | undefined;
23757
+ } | undefined;
23758
+ smartthings_metadata?: {
23759
+ device_id: string;
23760
+ device_name: string;
23761
+ model?: string | undefined;
23762
+ location_id?: string | undefined;
23763
+ } | undefined;
23764
+ lockly_metadata?: {
23765
+ device_id: string;
23766
+ device_name: string;
23767
+ model?: string | undefined;
23768
+ } | undefined;
23769
+ nuki_metadata?: {
23770
+ device_id: string;
23771
+ device_name: string;
23772
+ keypad_battery_critical?: boolean | undefined;
23773
+ keypad_paired?: boolean | undefined;
23774
+ keypad_2_paired?: boolean | undefined;
23775
+ } | undefined;
23776
+ kwikset_metadata?: {
23777
+ device_id: string;
23778
+ device_name: string;
23779
+ model_number: string;
23780
+ } | undefined;
23781
+ salto_metadata?: {
23782
+ lock_id: string;
23783
+ customer_reference: string;
23784
+ lock_type: string;
23785
+ battery_level: string;
23786
+ locked_state: string;
23787
+ model?: string | undefined;
23788
+ } | undefined;
23789
+ genie_metadata?: {
23790
+ device_name: string;
23791
+ door_name: string;
23792
+ } | undefined;
23793
+ brivo_metadata?: {
23794
+ device_name: string;
23795
+ } | undefined;
23796
+ igloo_metadata?: {
23797
+ device_id: string;
23798
+ bridge_id: string;
23799
+ model?: string | undefined;
23800
+ } | undefined;
23801
+ noiseaware_metadata?: {
23802
+ device_model: 'indoor' | 'outdoor';
23803
+ noise_level_nrs: number;
23804
+ noise_level_decibel: number;
23805
+ device_name: string;
23806
+ device_id: string;
23807
+ } | undefined;
23808
+ minut_metadata?: {
23809
+ device_id: string;
23810
+ device_name: string;
23811
+ latest_sensor_values: {
23812
+ temperature: {
23813
+ time: string;
23814
+ value: number;
23815
+ };
23816
+ sound: {
23817
+ time: string;
23818
+ value: number;
23819
+ };
23820
+ humidity: {
23821
+ time: string;
23822
+ value: number;
23823
+ };
23824
+ pressure: {
23825
+ time: string;
23826
+ value: number;
23827
+ };
23828
+ accelerometer_z: {
23829
+ time: string;
23830
+ value: number;
23831
+ };
23832
+ };
23833
+ } | undefined;
23834
+ four_suites_metadata?: {
23835
+ device_id: number;
23836
+ device_name: string;
23837
+ reclose_delay_in_seconds: number;
23838
+ } | undefined;
23839
+ two_n_metadata?: {
23840
+ device_id: number;
23841
+ device_name: string;
23842
+ } | undefined;
23843
+ controlbyweb_metadata?: {
23844
+ device_id: string;
23845
+ device_name: string;
23846
+ relay_name: string | null;
23847
+ } | undefined;
23848
+ ttlock_metadata?: {
23849
+ lock_id: number;
23850
+ lock_alias: string;
23851
+ } | undefined;
23852
+ seam_bridge_metadata?: {
23853
+ unlock_method?: ('bridge' | 'doorking') | undefined;
23854
+ device_num: number;
23855
+ name: string;
23856
+ } | undefined;
23857
+ igloohome_metadata?: {
23858
+ device_id: string;
23859
+ device_name: string;
23860
+ bridge_id?: string | undefined;
23861
+ bridge_name?: string | undefined;
23862
+ keypad_id?: string | undefined;
23863
+ } | undefined;
23864
+ nest_metadata?: {
23865
+ nest_device_id: string;
23866
+ device_name: string;
23867
+ custom_name: string;
23868
+ } | undefined;
23869
+ ecobee_metadata?: {
23870
+ ecobee_device_id: string;
23871
+ device_name: string;
23872
+ } | undefined;
23873
+ honeywell_resideo_metadata?: {
23874
+ honeywell_resideo_device_id: string;
23875
+ device_name: string;
23876
+ } | undefined;
23877
+ hubitat_metadata?: {
23878
+ device_id: string;
23879
+ device_name: string;
23880
+ device_label: string;
23881
+ } | undefined;
23882
+ dormakaba_oracode_metadata?: {
23883
+ door_id: number;
23884
+ door_name: string;
23885
+ device_id?: number | undefined;
23886
+ site_id: number;
23887
+ site_name: string;
23888
+ iana_timezone?: string | undefined;
23889
+ predefined_time_slots?: Array<{
23890
+ name: string;
23891
+ prefix: number;
23892
+ check_in_time: string;
23893
+ check_out_time: string;
23894
+ is_24_hour: boolean;
23895
+ is_biweekly_mode: boolean;
23896
+ is_one_shot: boolean;
23897
+ is_master: boolean;
23898
+ ext_dormakaba_oracode_user_level_prefix: number;
23899
+ dormakaba_oracode_user_level_id: string;
23900
+ }> | undefined;
23901
+ } | undefined;
23902
+ wyze_metadata?: {
23903
+ device_id: string;
23904
+ device_name: string;
23905
+ product_name: string;
23906
+ product_type: string;
23907
+ product_model: string;
23908
+ device_info_model: string;
23909
+ keypad_uuid?: string | undefined;
23910
+ locker_status_hardlock?: number | undefined;
23911
+ } | undefined;
23912
+ tedee_metadata?: {
23913
+ device_id: number;
23914
+ serial_number: string;
23915
+ device_name: string;
23916
+ device_model: string;
23917
+ bridge_id: number;
23918
+ bridge_name: string;
23919
+ keypad_id?: number | undefined;
23920
+ } | undefined;
23921
+ }) & ({
23922
+ _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
23923
+ code_constraints?: (Array<{
23924
+ 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';
23925
+ } | {
23926
+ constraint_type: 'name_length';
23927
+ min_length?: number | undefined;
23928
+ max_length?: number | undefined;
23929
+ }> | undefined) | undefined;
23930
+ supported_code_lengths?: (number[] | undefined) | undefined;
23931
+ max_active_codes_supported?: (number | undefined) | undefined;
23932
+ supports_backup_access_code_pool?: (boolean | undefined) | undefined;
23933
+ has_native_entry_events?: (boolean | undefined) | undefined;
23934
+ locked?: (boolean | undefined) | undefined;
23935
+ keypad_battery?: ({
23936
+ level: number;
23937
+ } | undefined) | undefined;
23938
+ door_open?: (boolean | undefined) | undefined;
23939
+ } & ({
23940
+ temperature_fahrenheit?: number | undefined;
23941
+ temperature_celsius?: number | undefined;
23942
+ relative_humidity?: number | undefined;
23943
+ can_enable_automatic_heating?: boolean | undefined;
23944
+ can_enable_automatic_cooling?: boolean | undefined;
23945
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
23946
+ is_heating_available?: true | undefined;
23947
+ is_cooling_available?: true | undefined;
23948
+ is_heating?: boolean | undefined;
23949
+ is_cooling?: boolean | undefined;
23950
+ is_fan_running?: boolean | undefined;
23951
+ fan_mode_setting?: ('auto' | 'on') | undefined;
23952
+ is_temporary_manual_override_active?: boolean | undefined;
23953
+ current_climate_setting?: {
23954
+ automatic_heating_enabled: boolean;
23955
+ automatic_cooling_enabled: boolean;
23956
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
23957
+ cooling_set_point_celsius?: number | undefined;
23958
+ heating_set_point_celsius?: number | undefined;
23959
+ cooling_set_point_fahrenheit?: number | undefined;
23960
+ heating_set_point_fahrenheit?: number | undefined;
23961
+ manual_override_allowed: boolean;
23962
+ } | undefined;
23963
+ default_climate_setting?: ({
23964
+ automatic_heating_enabled: boolean;
23965
+ automatic_cooling_enabled: boolean;
23966
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
23967
+ cooling_set_point_celsius?: number | undefined;
23968
+ heating_set_point_celsius?: number | undefined;
23969
+ cooling_set_point_fahrenheit?: number | undefined;
23970
+ heating_set_point_fahrenheit?: number | undefined;
23971
+ manual_override_allowed: boolean;
23972
+ } | undefined) | undefined;
23973
+ is_climate_setting_schedule_active?: boolean | undefined;
23974
+ active_climate_setting_schedule?: ({
23975
+ climate_setting_schedule_id: string;
23976
+ schedule_type: 'time_bound';
23977
+ device_id: string;
23978
+ name?: string | undefined;
23979
+ schedule_starts_at: string;
23980
+ schedule_ends_at: string;
23981
+ created_at: string;
23982
+ /** 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. */
23983
+ errors?: any;
23984
+ automatic_heating_enabled?: boolean | undefined;
23985
+ automatic_cooling_enabled?: boolean | undefined;
23986
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
23987
+ cooling_set_point_celsius?: (number | undefined) | undefined;
23988
+ heating_set_point_celsius?: (number | undefined) | undefined;
23989
+ cooling_set_point_fahrenheit?: (number | undefined) | undefined;
23990
+ heating_set_point_fahrenheit?: (number | undefined) | undefined;
23991
+ manual_override_allowed?: boolean | undefined;
23992
+ } | undefined) | undefined;
23993
+ min_cooling_set_point_celsius?: number | undefined;
23994
+ min_cooling_set_point_fahrenheit?: number | undefined;
23995
+ max_cooling_set_point_celsius?: number | undefined;
23996
+ max_cooling_set_point_fahrenheit?: number | undefined;
23997
+ min_heating_set_point_celsius?: number | undefined;
23998
+ min_heating_set_point_fahrenheit?: number | undefined;
23999
+ max_heating_set_point_celsius?: number | undefined;
24000
+ max_heating_set_point_fahrenheit?: number | undefined;
24001
+ min_heating_cooling_delta_celsius?: number | undefined;
24002
+ min_heating_cooling_delta_fahrenheit?: number | undefined;
24003
+ } | {
24004
+ temperature_fahrenheit?: number | undefined;
24005
+ temperature_celsius?: number | undefined;
24006
+ relative_humidity?: number | undefined;
24007
+ can_enable_automatic_heating?: boolean | undefined;
24008
+ can_enable_automatic_cooling?: boolean | undefined;
24009
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
24010
+ is_heating_available?: true | undefined;
24011
+ is_cooling_available?: false | undefined;
24012
+ is_heating?: boolean | undefined;
24013
+ is_cooling?: boolean | undefined;
24014
+ is_fan_running?: boolean | undefined;
24015
+ fan_mode_setting?: ('auto' | 'on') | undefined;
24016
+ is_temporary_manual_override_active?: boolean | undefined;
24017
+ current_climate_setting?: {
24018
+ automatic_heating_enabled: boolean;
24019
+ automatic_cooling_enabled: boolean;
24020
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
24021
+ cooling_set_point_celsius?: number | undefined;
24022
+ heating_set_point_celsius?: number | undefined;
24023
+ cooling_set_point_fahrenheit?: number | undefined;
24024
+ heating_set_point_fahrenheit?: number | undefined;
24025
+ manual_override_allowed: boolean;
24026
+ } | undefined;
24027
+ default_climate_setting?: ({
24028
+ automatic_heating_enabled: boolean;
24029
+ automatic_cooling_enabled: boolean;
24030
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
24031
+ cooling_set_point_celsius?: number | undefined;
24032
+ heating_set_point_celsius?: number | undefined;
24033
+ cooling_set_point_fahrenheit?: number | undefined;
24034
+ heating_set_point_fahrenheit?: number | undefined;
24035
+ manual_override_allowed: boolean;
24036
+ } | undefined) | undefined;
24037
+ is_climate_setting_schedule_active?: boolean | undefined;
24038
+ active_climate_setting_schedule?: ({
24039
+ climate_setting_schedule_id: string;
24040
+ schedule_type: 'time_bound';
24041
+ device_id: string;
24042
+ name?: string | undefined;
24043
+ schedule_starts_at: string;
24044
+ schedule_ends_at: string;
24045
+ created_at: string;
24046
+ /** 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. */
24047
+ errors?: any;
24048
+ automatic_heating_enabled?: boolean | undefined;
24049
+ automatic_cooling_enabled?: boolean | undefined;
24050
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
24051
+ cooling_set_point_celsius?: (number | undefined) | undefined;
24052
+ heating_set_point_celsius?: (number | undefined) | undefined;
24053
+ cooling_set_point_fahrenheit?: (number | undefined) | undefined;
24054
+ heating_set_point_fahrenheit?: (number | undefined) | undefined;
24055
+ manual_override_allowed?: boolean | undefined;
24056
+ } | undefined) | undefined;
24057
+ min_heating_set_point_celsius?: number | undefined;
24058
+ min_heating_set_point_fahrenheit?: number | undefined;
24059
+ max_heating_set_point_celsius?: number | undefined;
24060
+ max_heating_set_point_fahrenheit?: number | undefined;
24061
+ } | {
24062
+ temperature_fahrenheit?: number | undefined;
24063
+ temperature_celsius?: number | undefined;
24064
+ relative_humidity?: number | undefined;
24065
+ can_enable_automatic_heating?: boolean | undefined;
24066
+ can_enable_automatic_cooling?: boolean | undefined;
24067
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
24068
+ is_heating_available?: false | undefined;
24069
+ is_cooling_available?: true | undefined;
24070
+ is_heating?: boolean | undefined;
24071
+ is_cooling?: boolean | undefined;
24072
+ is_fan_running?: boolean | undefined;
24073
+ fan_mode_setting?: ('auto' | 'on') | undefined;
24074
+ is_temporary_manual_override_active?: boolean | undefined;
24075
+ current_climate_setting?: {
24076
+ automatic_heating_enabled: boolean;
24077
+ automatic_cooling_enabled: boolean;
24078
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
24079
+ cooling_set_point_celsius?: number | undefined;
24080
+ heating_set_point_celsius?: number | undefined;
24081
+ cooling_set_point_fahrenheit?: number | undefined;
24082
+ heating_set_point_fahrenheit?: number | undefined;
24083
+ manual_override_allowed: boolean;
24084
+ } | undefined;
24085
+ default_climate_setting?: ({
24086
+ automatic_heating_enabled: boolean;
24087
+ automatic_cooling_enabled: boolean;
24088
+ hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool';
24089
+ cooling_set_point_celsius?: number | undefined;
24090
+ heating_set_point_celsius?: number | undefined;
24091
+ cooling_set_point_fahrenheit?: number | undefined;
24092
+ heating_set_point_fahrenheit?: number | undefined;
24093
+ manual_override_allowed: boolean;
24094
+ } | undefined) | undefined;
24095
+ is_climate_setting_schedule_active?: boolean | undefined;
24096
+ active_climate_setting_schedule?: ({
24097
+ climate_setting_schedule_id: string;
24098
+ schedule_type: 'time_bound';
24099
+ device_id: string;
24100
+ name?: string | undefined;
24101
+ schedule_starts_at: string;
24102
+ schedule_ends_at: string;
24103
+ created_at: string;
24104
+ /** 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. */
24105
+ errors?: any;
24106
+ automatic_heating_enabled?: boolean | undefined;
24107
+ automatic_cooling_enabled?: boolean | undefined;
24108
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
24109
+ cooling_set_point_celsius?: (number | undefined) | undefined;
24110
+ heating_set_point_celsius?: (number | undefined) | undefined;
24111
+ cooling_set_point_fahrenheit?: (number | undefined) | undefined;
24112
+ heating_set_point_fahrenheit?: (number | undefined) | undefined;
24113
+ manual_override_allowed?: boolean | undefined;
24114
+ } | undefined) | undefined;
24115
+ min_cooling_set_point_celsius?: number | undefined;
24116
+ min_cooling_set_point_fahrenheit?: number | undefined;
24117
+ max_cooling_set_point_celsius?: number | undefined;
24118
+ max_cooling_set_point_fahrenheit?: number | undefined;
24119
+ }));
24120
+ /** Location information for the device. */
24121
+ location: {
24122
+ /** Name of the device location. */
24123
+ location_name?: string | undefined;
24124
+ /** Time zone of the device location. */
24125
+ timezone?: string | undefined;
24126
+ } | null;
24127
+ /** Unique identifier for the account associated with the device. */
24128
+ connected_account_id: string;
24129
+ /** Unique identifier for the Seam workspace associated with the device. */
24130
+ workspace_id: string;
24131
+ /** 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. */
24132
+ errors: Array<{
24133
+ error_code: string;
24134
+ message: string;
24135
+ }>;
24136
+ /** 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. */
24137
+ warnings: Array<{
24138
+ warning_code: string;
24139
+ message: string;
24140
+ }>;
24141
+ /** Date and time at which the device object was created. */
24142
+ created_at: string;
24143
+ /** Indicates whether Seam manages the device. */
24144
+ is_managed: true;
24145
+ custom_metadata: Record<string, string | boolean>;
24146
+ can_remotely_unlock?: boolean | undefined;
24147
+ can_remotely_lock?: boolean | undefined;
24148
+ can_program_online_access_codes?: boolean | undefined;
24149
+ can_simulate_removal?: boolean | undefined;
24150
+ }>;
24151
+ /**
24152
+ ---
24153
+ deprecated: use devices.
24154
+ ---
24155
+ */
24850
24156
  accessible_devices: Array<{
24851
24157
  /** Unique identifier for the device. */
24852
24158
  device_id: string;
@@ -25419,8 +24725,8 @@ interface Routes {
25419
24725
  ends_at: string;
25420
24726
  } | undefined;
25421
24727
  user_identity_id?: string | undefined;
25422
- user_identity_email_address?: string | undefined;
25423
- user_identity_phone_number?: string | undefined;
24728
+ user_identity_email_address?: (string | null) | undefined;
24729
+ user_identity_phone_number?: (string | null) | undefined;
25424
24730
  full_name?: string | undefined;
25425
24731
  /**
25426
24732
  ---