@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.
@@ -147,6 +147,253 @@ declare const _default: {
147
147
  required: string[];
148
148
  type: string;
149
149
  };
150
+ acs_credential: {
151
+ properties: {
152
+ access_method: {
153
+ enum: string[];
154
+ type: string;
155
+ };
156
+ acs_credential_id: {
157
+ format: string;
158
+ type: string;
159
+ };
160
+ acs_credential_pool_id: {
161
+ format: string;
162
+ type: string;
163
+ };
164
+ acs_system_id: {
165
+ format: string;
166
+ type: string;
167
+ };
168
+ acs_user_id: {
169
+ format: string;
170
+ type: string;
171
+ };
172
+ code: {
173
+ nullable: boolean;
174
+ type: string;
175
+ };
176
+ created_at: {
177
+ format: string;
178
+ type: string;
179
+ };
180
+ display_name: {
181
+ minLength: number;
182
+ type: string;
183
+ };
184
+ ends_at: {
185
+ type: string;
186
+ };
187
+ errors: {
188
+ items: {
189
+ properties: {
190
+ error_code: {
191
+ type: string;
192
+ };
193
+ message: {
194
+ type: string;
195
+ };
196
+ };
197
+ required: string[];
198
+ type: string;
199
+ };
200
+ type: string;
201
+ };
202
+ external_type: {
203
+ enum: string[];
204
+ type: string;
205
+ };
206
+ external_type_display_name: {
207
+ type: string;
208
+ };
209
+ is_multi_phone_sync_credential: {
210
+ type: string;
211
+ };
212
+ parent_acs_credential_id: {
213
+ format: string;
214
+ type: string;
215
+ };
216
+ starts_at: {
217
+ type: string;
218
+ };
219
+ visionline_metadata: {
220
+ properties: {
221
+ common_acs_entrance_ids: {
222
+ items: {
223
+ format: string;
224
+ type: string;
225
+ };
226
+ type: string;
227
+ };
228
+ guest_acs_entrance_ids: {
229
+ items: {
230
+ format: string;
231
+ type: string;
232
+ };
233
+ type: string;
234
+ };
235
+ joiner_acs_credential_ids: {
236
+ items: {
237
+ format: string;
238
+ type: string;
239
+ };
240
+ type: string;
241
+ };
242
+ };
243
+ type: string;
244
+ };
245
+ warnings: {
246
+ items: {
247
+ properties: {
248
+ message: {
249
+ type: string;
250
+ };
251
+ warning_code: {
252
+ type: string;
253
+ };
254
+ };
255
+ required: string[];
256
+ type: string;
257
+ };
258
+ type: string;
259
+ };
260
+ workspace_id: {
261
+ format: string;
262
+ type: string;
263
+ };
264
+ };
265
+ required: string[];
266
+ type: string;
267
+ };
268
+ acs_credential_pool: {
269
+ properties: {
270
+ acs_credential_pool_id: {
271
+ format: string;
272
+ type: string;
273
+ };
274
+ acs_system_id: {
275
+ format: string;
276
+ type: string;
277
+ };
278
+ created_at: {
279
+ format: string;
280
+ type: string;
281
+ };
282
+ display_name: {
283
+ minLength: number;
284
+ type: string;
285
+ };
286
+ external_type: {
287
+ enum: string[];
288
+ type: string;
289
+ };
290
+ external_type_display_name: {
291
+ type: string;
292
+ };
293
+ workspace_id: {
294
+ format: string;
295
+ type: string;
296
+ };
297
+ };
298
+ required: string[];
299
+ type: string;
300
+ };
301
+ acs_credential_provisioning_automation: {
302
+ properties: {
303
+ acs_credential_provisioning_automation_id: {
304
+ format: string;
305
+ type: string;
306
+ };
307
+ created_at: {
308
+ format: string;
309
+ type: string;
310
+ };
311
+ credential_manager_acs_system_id: {
312
+ format: string;
313
+ type: string;
314
+ };
315
+ user_identity_id: {
316
+ format: string;
317
+ type: string;
318
+ };
319
+ workspace_id: {
320
+ format: string;
321
+ type: string;
322
+ };
323
+ };
324
+ required: string[];
325
+ type: string;
326
+ };
327
+ acs_entrance: {
328
+ properties: {
329
+ acs_entrance_id: {
330
+ format: string;
331
+ type: string;
332
+ };
333
+ acs_system_id: {
334
+ format: string;
335
+ type: string;
336
+ };
337
+ created_at: {
338
+ format: string;
339
+ type: string;
340
+ };
341
+ display_name: {
342
+ type: string;
343
+ };
344
+ latch_metadata: {
345
+ nullable: boolean;
346
+ properties: {
347
+ accessibility_type: {
348
+ type: string;
349
+ };
350
+ is_connected: {
351
+ type: string;
352
+ };
353
+ name: {
354
+ type: string;
355
+ };
356
+ type: {
357
+ type: string;
358
+ };
359
+ };
360
+ required: string[];
361
+ type: string;
362
+ };
363
+ visionline_metadata: {
364
+ nullable: boolean;
365
+ properties: {
366
+ door_category: {
367
+ enum: string[];
368
+ type: string;
369
+ };
370
+ door_name: {
371
+ type: string;
372
+ };
373
+ profiles: {
374
+ items: {
375
+ properties: {
376
+ visionline_door_profile_id: {
377
+ type: string;
378
+ };
379
+ visionline_door_profile_type: {
380
+ enum: string[];
381
+ type: string;
382
+ };
383
+ };
384
+ required: string[];
385
+ type: string;
386
+ };
387
+ type: string;
388
+ };
389
+ };
390
+ required: string[];
391
+ type: string;
392
+ };
393
+ };
394
+ required: string[];
395
+ type: string;
396
+ };
150
397
  acs_system: {
151
398
  properties: {
152
399
  acs_system_id: {
@@ -2272,6 +2519,27 @@ declare const _default: {
2272
2519
  required: string[];
2273
2520
  type: string;
2274
2521
  };
2522
+ network: {
2523
+ properties: {
2524
+ created_at: {
2525
+ format: string;
2526
+ type: string;
2527
+ };
2528
+ display_name: {
2529
+ type: string;
2530
+ };
2531
+ network_id: {
2532
+ format: string;
2533
+ type: string;
2534
+ };
2535
+ workspace_id: {
2536
+ format: string;
2537
+ type: string;
2538
+ };
2539
+ };
2540
+ required: string[];
2541
+ type: string;
2542
+ };
2275
2543
  noise_threshold: {
2276
2544
  properties: {
2277
2545
  device_id: {
@@ -2726,35 +2994,76 @@ declare const _default: {
2726
2994
  required: string[];
2727
2995
  type: string;
2728
2996
  };
2729
- webhook: {
2997
+ user_identity: {
2730
2998
  properties: {
2731
- event_types: {
2732
- items: {
2733
- type: string;
2734
- };
2999
+ created_at: {
3000
+ format: string;
2735
3001
  type: string;
2736
3002
  };
2737
- secret: {
3003
+ display_name: {
3004
+ minLength: number;
2738
3005
  type: string;
2739
3006
  };
2740
- url: {
3007
+ email_address: {
3008
+ format: string;
3009
+ nullable: boolean;
2741
3010
  type: string;
2742
3011
  };
2743
- webhook_id: {
3012
+ full_name: {
3013
+ minLength: number;
3014
+ nullable: boolean;
2744
3015
  type: string;
2745
3016
  };
2746
- };
2747
- required: string[];
2748
- type: string;
2749
- };
2750
- workspace: {
2751
- properties: {
2752
- connect_partner_name: {
3017
+ phone_number: {
2753
3018
  nullable: boolean;
2754
3019
  type: string;
2755
3020
  };
2756
- is_sandbox: {
2757
- type: string;
3021
+ user_identity_id: {
3022
+ format: string;
3023
+ type: string;
3024
+ };
3025
+ user_identity_key: {
3026
+ minLength: number;
3027
+ nullable: boolean;
3028
+ type: string;
3029
+ };
3030
+ workspace_id: {
3031
+ format: string;
3032
+ type: string;
3033
+ };
3034
+ };
3035
+ required: string[];
3036
+ type: string;
3037
+ };
3038
+ webhook: {
3039
+ properties: {
3040
+ event_types: {
3041
+ items: {
3042
+ type: string;
3043
+ };
3044
+ type: string;
3045
+ };
3046
+ secret: {
3047
+ type: string;
3048
+ };
3049
+ url: {
3050
+ type: string;
3051
+ };
3052
+ webhook_id: {
3053
+ type: string;
3054
+ };
3055
+ };
3056
+ required: string[];
3057
+ type: string;
3058
+ };
3059
+ workspace: {
3060
+ properties: {
3061
+ connect_partner_name: {
3062
+ nullable: boolean;
3063
+ type: string;
3064
+ };
3065
+ is_sandbox: {
3066
+ type: string;
2758
3067
  };
2759
3068
  name: {
2760
3069
  type: string;
@@ -4874,6 +5183,7 @@ declare const _default: {
4874
5183
  tags: string[];
4875
5184
  'x-fern-sdk-group-name': string[];
4876
5185
  'x-fern-sdk-method-name': string;
5186
+ 'x-fern-sdk-return-value': string;
4877
5187
  };
4878
5188
  };
4879
5189
  '/acs/access_groups/list': {
@@ -4945,6 +5255,7 @@ declare const _default: {
4945
5255
  tags: string[];
4946
5256
  'x-fern-sdk-group-name': string[];
4947
5257
  'x-fern-sdk-method-name': string;
5258
+ 'x-fern-sdk-return-value': string;
4948
5259
  };
4949
5260
  };
4950
5261
  '/acs/access_groups/list_users': {
@@ -5021,6 +5332,7 @@ declare const _default: {
5021
5332
  tags: string[];
5022
5333
  'x-fern-sdk-group-name': string[];
5023
5334
  'x-fern-sdk-method-name': string;
5335
+ 'x-fern-sdk-return-value': string;
5024
5336
  };
5025
5337
  };
5026
5338
  '/acs/access_groups/remove_user': {
@@ -5116,37 +5428,7 @@ declare const _default: {
5116
5428
  properties: {
5117
5429
  acs_credential_pools: {
5118
5430
  items: {
5119
- properties: {
5120
- acs_credential_pool_id: {
5121
- format: string;
5122
- type: string;
5123
- };
5124
- acs_system_id: {
5125
- format: string;
5126
- type: string;
5127
- };
5128
- created_at: {
5129
- format: string;
5130
- type: string;
5131
- };
5132
- display_name: {
5133
- minLength: number;
5134
- type: string;
5135
- };
5136
- external_type: {
5137
- enum: string[];
5138
- type: string;
5139
- };
5140
- external_type_display_name: {
5141
- type: string;
5142
- };
5143
- workspace_id: {
5144
- format: string;
5145
- type: string;
5146
- };
5147
- };
5148
- required: string[];
5149
- type: string;
5431
+ $ref: string;
5150
5432
  };
5151
5433
  type: string;
5152
5434
  };
@@ -5185,6 +5467,7 @@ declare const _default: {
5185
5467
  tags: string[];
5186
5468
  'x-fern-sdk-group-name': string[];
5187
5469
  'x-fern-sdk-method-name': string;
5470
+ 'x-fern-sdk-return-value': string;
5188
5471
  };
5189
5472
  };
5190
5473
  '/acs/credential_provisioning_automations/launch': {
@@ -5228,30 +5511,7 @@ declare const _default: {
5228
5511
  schema: {
5229
5512
  properties: {
5230
5513
  acs_credential_provisioning_automation: {
5231
- properties: {
5232
- acs_credential_provisioning_automation_id: {
5233
- format: string;
5234
- type: string;
5235
- };
5236
- created_at: {
5237
- format: string;
5238
- type: string;
5239
- };
5240
- credential_manager_acs_system_id: {
5241
- format: string;
5242
- type: string;
5243
- };
5244
- user_identity_id: {
5245
- format: string;
5246
- type: string;
5247
- };
5248
- workspace_id: {
5249
- format: string;
5250
- type: string;
5251
- };
5252
- };
5253
- required: string[];
5254
- type: string;
5514
+ $ref: string;
5255
5515
  };
5256
5516
  ok: {
5257
5517
  type: string;
@@ -5288,6 +5548,7 @@ declare const _default: {
5288
5548
  tags: string[];
5289
5549
  'x-fern-sdk-group-name': string[];
5290
5550
  'x-fern-sdk-method-name': string;
5551
+ 'x-fern-sdk-return-value': string;
5291
5552
  };
5292
5553
  };
5293
5554
  '/acs/credentials/assign': {
@@ -5320,122 +5581,7 @@ declare const _default: {
5320
5581
  schema: {
5321
5582
  properties: {
5322
5583
  acs_credential: {
5323
- properties: {
5324
- access_method: {
5325
- enum: string[];
5326
- type: string;
5327
- };
5328
- acs_credential_id: {
5329
- format: string;
5330
- type: string;
5331
- };
5332
- acs_credential_pool_id: {
5333
- format: string;
5334
- type: string;
5335
- };
5336
- acs_system_id: {
5337
- format: string;
5338
- type: string;
5339
- };
5340
- acs_user_id: {
5341
- format: string;
5342
- type: string;
5343
- };
5344
- code: {
5345
- nullable: boolean;
5346
- type: string;
5347
- };
5348
- created_at: {
5349
- format: string;
5350
- type: string;
5351
- };
5352
- display_name: {
5353
- minLength: number;
5354
- type: string;
5355
- };
5356
- ends_at: {
5357
- type: string;
5358
- };
5359
- errors: {
5360
- items: {
5361
- properties: {
5362
- error_code: {
5363
- type: string;
5364
- };
5365
- message: {
5366
- type: string;
5367
- };
5368
- };
5369
- required: string[];
5370
- type: string;
5371
- };
5372
- type: string;
5373
- };
5374
- external_type: {
5375
- enum: string[];
5376
- type: string;
5377
- };
5378
- external_type_display_name: {
5379
- type: string;
5380
- };
5381
- is_multi_phone_sync_credential: {
5382
- type: string;
5383
- };
5384
- parent_acs_credential_id: {
5385
- format: string;
5386
- type: string;
5387
- };
5388
- starts_at: {
5389
- type: string;
5390
- };
5391
- visionline_metadata: {
5392
- properties: {
5393
- common_acs_entrance_ids: {
5394
- items: {
5395
- format: string;
5396
- type: string;
5397
- };
5398
- type: string;
5399
- };
5400
- guest_acs_entrance_ids: {
5401
- items: {
5402
- format: string;
5403
- type: string;
5404
- };
5405
- type: string;
5406
- };
5407
- joiner_acs_credential_ids: {
5408
- items: {
5409
- format: string;
5410
- type: string;
5411
- };
5412
- type: string;
5413
- };
5414
- };
5415
- type: string;
5416
- };
5417
- warnings: {
5418
- items: {
5419
- properties: {
5420
- message: {
5421
- type: string;
5422
- };
5423
- warning_code: {
5424
- type: string;
5425
- };
5426
- };
5427
- required: string[];
5428
- type: string;
5429
- };
5430
- type: string;
5431
- };
5432
- workspace_id: {
5433
- format: string;
5434
- type: string;
5435
- };
5436
- };
5437
- required: string[];
5438
- type: string;
5584
+ $ref: string;
5439
5585
  };
5440
5586
  ok: {
5441
5587
  type: string;
@@ -5501,122 +5647,7 @@ declare const _default: {
5501
5647
  schema: {
5502
5648
  properties: {
5503
5649
  acs_credential: {
5504
- properties: {
5505
- access_method: {
5506
- enum: string[];
5507
- type: string;
5508
- };
5509
- acs_credential_id: {
5510
- format: string;
5511
- type: string;
5512
- };
5513
- acs_credential_pool_id: {
5514
- format: string;
5515
- type: string;
5516
- };
5517
- acs_system_id: {
5518
- format: string;
5519
- type: string;
5520
- };
5521
- acs_user_id: {
5522
- format: string;
5523
- type: string;
5524
- };
5525
- code: {
5526
- nullable: boolean;
5527
- type: string;
5528
- };
5529
- created_at: {
5530
- format: string;
5531
- type: string;
5532
- };
5533
- display_name: {
5534
- minLength: number;
5535
- type: string;
5536
- };
5537
- ends_at: {
5538
- type: string;
5539
- };
5540
- errors: {
5541
- items: {
5542
- properties: {
5543
- error_code: {
5544
- type: string;
5545
- };
5546
- message: {
5547
- type: string;
5548
- };
5549
- };
5550
- required: string[];
5551
- type: string;
5552
- };
5553
- type: string;
5554
- };
5555
- external_type: {
5556
- enum: string[];
5557
- type: string;
5558
- };
5559
- external_type_display_name: {
5560
- type: string;
5561
- };
5562
- is_multi_phone_sync_credential: {
5563
- type: string;
5564
- };
5565
- parent_acs_credential_id: {
5566
- format: string;
5567
- type: string;
5568
- };
5569
- starts_at: {
5570
- type: string;
5571
- };
5572
- visionline_metadata: {
5573
- properties: {
5574
- common_acs_entrance_ids: {
5575
- items: {
5576
- format: string;
5577
- type: string;
5578
- };
5579
- type: string;
5580
- };
5581
- guest_acs_entrance_ids: {
5582
- items: {
5583
- format: string;
5584
- type: string;
5585
- };
5586
- type: string;
5587
- };
5588
- joiner_acs_credential_ids: {
5589
- items: {
5590
- format: string;
5591
- type: string;
5592
- };
5593
- type: string;
5594
- };
5595
- };
5596
- type: string;
5597
- };
5598
- warnings: {
5599
- items: {
5600
- properties: {
5601
- message: {
5602
- type: string;
5603
- };
5604
- warning_code: {
5605
- type: string;
5606
- };
5607
- };
5608
- required: string[];
5609
- type: string;
5610
- };
5611
- type: string;
5612
- };
5613
- workspace_id: {
5614
- format: string;
5615
- type: string;
5616
- };
5617
- };
5618
- required: string[];
5619
- type: string;
5650
+ $ref: string;
5620
5651
  };
5621
5652
  ok: {
5622
5653
  type: string;
@@ -5736,122 +5767,7 @@ declare const _default: {
5736
5767
  schema: {
5737
5768
  properties: {
5738
5769
  acs_credential: {
5739
- properties: {
5740
- access_method: {
5741
- enum: string[];
5742
- type: string;
5743
- };
5744
- acs_credential_id: {
5745
- format: string;
5746
- type: string;
5747
- };
5748
- acs_credential_pool_id: {
5749
- format: string;
5750
- type: string;
5751
- };
5752
- acs_system_id: {
5753
- format: string;
5754
- type: string;
5755
- };
5756
- acs_user_id: {
5757
- format: string;
5758
- type: string;
5759
- };
5760
- code: {
5761
- nullable: boolean;
5762
- type: string;
5763
- };
5764
- created_at: {
5765
- format: string;
5766
- type: string;
5767
- };
5768
- display_name: {
5769
- minLength: number;
5770
- type: string;
5771
- };
5772
- ends_at: {
5773
- type: string;
5774
- };
5775
- errors: {
5776
- items: {
5777
- properties: {
5778
- error_code: {
5779
- type: string;
5780
- };
5781
- message: {
5782
- type: string;
5783
- };
5784
- };
5785
- required: string[];
5786
- type: string;
5787
- };
5788
- type: string;
5789
- };
5790
- external_type: {
5791
- enum: string[];
5792
- type: string;
5793
- };
5794
- external_type_display_name: {
5795
- type: string;
5796
- };
5797
- is_multi_phone_sync_credential: {
5798
- type: string;
5799
- };
5800
- parent_acs_credential_id: {
5801
- format: string;
5802
- type: string;
5803
- };
5804
- starts_at: {
5805
- type: string;
5806
- };
5807
- visionline_metadata: {
5808
- properties: {
5809
- common_acs_entrance_ids: {
5810
- items: {
5811
- format: string;
5812
- type: string;
5813
- };
5814
- type: string;
5815
- };
5816
- guest_acs_entrance_ids: {
5817
- items: {
5818
- format: string;
5819
- type: string;
5820
- };
5821
- type: string;
5822
- };
5823
- joiner_acs_credential_ids: {
5824
- items: {
5825
- format: string;
5826
- type: string;
5827
- };
5828
- type: string;
5829
- };
5830
- };
5831
- type: string;
5832
- };
5833
- warnings: {
5834
- items: {
5835
- properties: {
5836
- message: {
5837
- type: string;
5838
- };
5839
- warning_code: {
5840
- type: string;
5841
- };
5842
- };
5843
- required: string[];
5844
- type: string;
5845
- };
5846
- type: string;
5847
- };
5848
- workspace_id: {
5849
- format: string;
5850
- type: string;
5851
- };
5852
- };
5853
- required: string[];
5854
- type: string;
5770
+ $ref: string;
5855
5771
  };
5856
5772
  ok: {
5857
5773
  type: string;
@@ -5888,6 +5804,7 @@ declare const _default: {
5888
5804
  tags: string[];
5889
5805
  'x-fern-sdk-group-name': string[];
5890
5806
  'x-fern-sdk-method-name': string;
5807
+ 'x-fern-sdk-return-value': string;
5891
5808
  };
5892
5809
  };
5893
5810
  '/acs/credentials/delete': {
@@ -5978,122 +5895,7 @@ declare const _default: {
5978
5895
  schema: {
5979
5896
  properties: {
5980
5897
  acs_credential: {
5981
- properties: {
5982
- access_method: {
5983
- enum: string[];
5984
- type: string;
5985
- };
5986
- acs_credential_id: {
5987
- format: string;
5988
- type: string;
5989
- };
5990
- acs_credential_pool_id: {
5991
- format: string;
5992
- type: string;
5993
- };
5994
- acs_system_id: {
5995
- format: string;
5996
- type: string;
5997
- };
5998
- acs_user_id: {
5999
- format: string;
6000
- type: string;
6001
- };
6002
- code: {
6003
- nullable: boolean;
6004
- type: string;
6005
- };
6006
- created_at: {
6007
- format: string;
6008
- type: string;
6009
- };
6010
- display_name: {
6011
- minLength: number;
6012
- type: string;
6013
- };
6014
- ends_at: {
6015
- type: string;
6016
- };
6017
- errors: {
6018
- items: {
6019
- properties: {
6020
- error_code: {
6021
- type: string;
6022
- };
6023
- message: {
6024
- type: string;
6025
- };
6026
- };
6027
- required: string[];
6028
- type: string;
6029
- };
6030
- type: string;
6031
- };
6032
- external_type: {
6033
- enum: string[];
6034
- type: string;
6035
- };
6036
- external_type_display_name: {
6037
- type: string;
6038
- };
6039
- is_multi_phone_sync_credential: {
6040
- type: string;
6041
- };
6042
- parent_acs_credential_id: {
6043
- format: string;
6044
- type: string;
6045
- };
6046
- starts_at: {
6047
- type: string;
6048
- };
6049
- visionline_metadata: {
6050
- properties: {
6051
- common_acs_entrance_ids: {
6052
- items: {
6053
- format: string;
6054
- type: string;
6055
- };
6056
- type: string;
6057
- };
6058
- guest_acs_entrance_ids: {
6059
- items: {
6060
- format: string;
6061
- type: string;
6062
- };
6063
- type: string;
6064
- };
6065
- joiner_acs_credential_ids: {
6066
- items: {
6067
- format: string;
6068
- type: string;
6069
- };
6070
- type: string;
6071
- };
6072
- };
6073
- type: string;
6074
- };
6075
- warnings: {
6076
- items: {
6077
- properties: {
6078
- message: {
6079
- type: string;
6080
- };
6081
- warning_code: {
6082
- type: string;
6083
- };
6084
- };
6085
- required: string[];
6086
- type: string;
6087
- };
6088
- type: string;
6089
- };
6090
- workspace_id: {
6091
- format: string;
6092
- type: string;
6093
- };
6094
- };
6095
- required: string[];
6096
- type: string;
5898
+ $ref: string;
6097
5899
  };
6098
5900
  ok: {
6099
5901
  type: string;
@@ -6130,6 +5932,7 @@ declare const _default: {
6130
5932
  tags: string[];
6131
5933
  'x-fern-sdk-group-name': string[];
6132
5934
  'x-fern-sdk-method-name': string;
5935
+ 'x-fern-sdk-return-value': string;
6133
5936
  };
6134
5937
  };
6135
5938
  '/acs/credentials/list': {
@@ -6211,122 +6014,7 @@ declare const _default: {
6211
6014
  properties: {
6212
6015
  acs_credentials: {
6213
6016
  items: {
6214
- properties: {
6215
- access_method: {
6216
- enum: string[];
6217
- type: string;
6218
- };
6219
- acs_credential_id: {
6220
- format: string;
6221
- type: string;
6222
- };
6223
- acs_credential_pool_id: {
6224
- format: string;
6225
- type: string;
6226
- };
6227
- acs_system_id: {
6228
- format: string;
6229
- type: string;
6230
- };
6231
- acs_user_id: {
6232
- format: string;
6233
- type: string;
6234
- };
6235
- code: {
6236
- nullable: boolean;
6237
- type: string;
6238
- };
6239
- created_at: {
6240
- format: string;
6241
- type: string;
6242
- };
6243
- display_name: {
6244
- minLength: number;
6245
- type: string;
6246
- };
6247
- ends_at: {
6248
- type: string;
6249
- };
6250
- errors: {
6251
- items: {
6252
- properties: {
6253
- error_code: {
6254
- type: string;
6255
- };
6256
- message: {
6257
- type: string;
6258
- };
6259
- };
6260
- required: string[];
6261
- type: string;
6262
- };
6263
- type: string;
6264
- };
6265
- external_type: {
6266
- enum: string[];
6267
- type: string;
6268
- };
6269
- external_type_display_name: {
6270
- type: string;
6271
- };
6272
- is_multi_phone_sync_credential: {
6273
- type: string;
6274
- };
6275
- parent_acs_credential_id: {
6276
- format: string;
6277
- type: string;
6278
- };
6279
- starts_at: {
6280
- type: string;
6281
- };
6282
- visionline_metadata: {
6283
- properties: {
6284
- common_acs_entrance_ids: {
6285
- items: {
6286
- format: string;
6287
- type: string;
6288
- };
6289
- type: string;
6290
- };
6291
- guest_acs_entrance_ids: {
6292
- items: {
6293
- format: string;
6294
- type: string;
6295
- };
6296
- type: string;
6297
- };
6298
- joiner_acs_credential_ids: {
6299
- items: {
6300
- format: string;
6301
- type: string;
6302
- };
6303
- type: string;
6304
- };
6305
- };
6306
- type: string;
6307
- };
6308
- warnings: {
6309
- items: {
6310
- properties: {
6311
- message: {
6312
- type: string;
6313
- };
6314
- warning_code: {
6315
- type: string;
6316
- };
6317
- };
6318
- required: string[];
6319
- type: string;
6320
- };
6321
- type: string;
6322
- };
6323
- workspace_id: {
6324
- format: string;
6325
- type: string;
6326
- };
6327
- };
6328
- required: string[];
6329
- type: string;
6017
+ $ref: string;
6330
6018
  };
6331
6019
  type: string;
6332
6020
  };
@@ -6373,6 +6061,7 @@ declare const _default: {
6373
6061
  tags: string[];
6374
6062
  'x-fern-sdk-group-name': string[];
6375
6063
  'x-fern-sdk-method-name': string;
6064
+ 'x-fern-sdk-return-value': string;
6376
6065
  };
6377
6066
  };
6378
6067
  '/acs/credentials/unassign': {
@@ -6405,122 +6094,7 @@ declare const _default: {
6405
6094
  schema: {
6406
6095
  properties: {
6407
6096
  acs_credential: {
6408
- properties: {
6409
- access_method: {
6410
- enum: string[];
6411
- type: string;
6412
- };
6413
- acs_credential_id: {
6414
- format: string;
6415
- type: string;
6416
- };
6417
- acs_credential_pool_id: {
6418
- format: string;
6419
- type: string;
6420
- };
6421
- acs_system_id: {
6422
- format: string;
6423
- type: string;
6424
- };
6425
- acs_user_id: {
6426
- format: string;
6427
- type: string;
6428
- };
6429
- code: {
6430
- nullable: boolean;
6431
- type: string;
6432
- };
6433
- created_at: {
6434
- format: string;
6435
- type: string;
6436
- };
6437
- display_name: {
6438
- minLength: number;
6439
- type: string;
6440
- };
6441
- ends_at: {
6442
- type: string;
6443
- };
6444
- errors: {
6445
- items: {
6446
- properties: {
6447
- error_code: {
6448
- type: string;
6449
- };
6450
- message: {
6451
- type: string;
6452
- };
6453
- };
6454
- required: string[];
6455
- type: string;
6456
- };
6457
- type: string;
6458
- };
6459
- external_type: {
6460
- enum: string[];
6461
- type: string;
6462
- };
6463
- external_type_display_name: {
6464
- type: string;
6465
- };
6466
- is_multi_phone_sync_credential: {
6467
- type: string;
6468
- };
6469
- parent_acs_credential_id: {
6470
- format: string;
6471
- type: string;
6472
- };
6473
- starts_at: {
6474
- type: string;
6475
- };
6476
- visionline_metadata: {
6477
- properties: {
6478
- common_acs_entrance_ids: {
6479
- items: {
6480
- format: string;
6481
- type: string;
6482
- };
6483
- type: string;
6484
- };
6485
- guest_acs_entrance_ids: {
6486
- items: {
6487
- format: string;
6488
- type: string;
6489
- };
6490
- type: string;
6491
- };
6492
- joiner_acs_credential_ids: {
6493
- items: {
6494
- format: string;
6495
- type: string;
6496
- };
6497
- type: string;
6498
- };
6499
- };
6500
- type: string;
6501
- };
6502
- warnings: {
6503
- items: {
6504
- properties: {
6505
- message: {
6506
- type: string;
6507
- };
6508
- warning_code: {
6509
- type: string;
6510
- };
6511
- };
6512
- required: string[];
6513
- type: string;
6514
- };
6515
- type: string;
6516
- };
6517
- workspace_id: {
6518
- format: string;
6519
- type: string;
6520
- };
6521
- };
6522
- required: string[];
6523
- type: string;
6097
+ $ref: string;
6524
6098
  };
6525
6099
  ok: {
6526
6100
  type: string;
@@ -6586,122 +6160,7 @@ declare const _default: {
6586
6160
  schema: {
6587
6161
  properties: {
6588
6162
  acs_credential: {
6589
- properties: {
6590
- access_method: {
6591
- enum: string[];
6592
- type: string;
6593
- };
6594
- acs_credential_id: {
6595
- format: string;
6596
- type: string;
6597
- };
6598
- acs_credential_pool_id: {
6599
- format: string;
6600
- type: string;
6601
- };
6602
- acs_system_id: {
6603
- format: string;
6604
- type: string;
6605
- };
6606
- acs_user_id: {
6607
- format: string;
6608
- type: string;
6609
- };
6610
- code: {
6611
- nullable: boolean;
6612
- type: string;
6613
- };
6614
- created_at: {
6615
- format: string;
6616
- type: string;
6617
- };
6618
- display_name: {
6619
- minLength: number;
6620
- type: string;
6621
- };
6622
- ends_at: {
6623
- type: string;
6624
- };
6625
- errors: {
6626
- items: {
6627
- properties: {
6628
- error_code: {
6629
- type: string;
6630
- };
6631
- message: {
6632
- type: string;
6633
- };
6634
- };
6635
- required: string[];
6636
- type: string;
6637
- };
6638
- type: string;
6639
- };
6640
- external_type: {
6641
- enum: string[];
6642
- type: string;
6643
- };
6644
- external_type_display_name: {
6645
- type: string;
6646
- };
6647
- is_multi_phone_sync_credential: {
6648
- type: string;
6649
- };
6650
- parent_acs_credential_id: {
6651
- format: string;
6652
- type: string;
6653
- };
6654
- starts_at: {
6655
- type: string;
6656
- };
6657
- visionline_metadata: {
6658
- properties: {
6659
- common_acs_entrance_ids: {
6660
- items: {
6661
- format: string;
6662
- type: string;
6663
- };
6664
- type: string;
6665
- };
6666
- guest_acs_entrance_ids: {
6667
- items: {
6668
- format: string;
6669
- type: string;
6670
- };
6671
- type: string;
6672
- };
6673
- joiner_acs_credential_ids: {
6674
- items: {
6675
- format: string;
6676
- type: string;
6677
- };
6678
- type: string;
6679
- };
6680
- };
6681
- type: string;
6682
- };
6683
- warnings: {
6684
- items: {
6685
- properties: {
6686
- message: {
6687
- type: string;
6688
- };
6689
- warning_code: {
6690
- type: string;
6691
- };
6692
- };
6693
- required: string[];
6694
- type: string;
6695
- };
6696
- type: string;
6697
- };
6698
- workspace_id: {
6699
- format: string;
6700
- type: string;
6701
- };
6702
- };
6703
- required: string[];
6704
- type: string;
6163
+ $ref: string;
6705
6164
  };
6706
6165
  ok: {
6707
6166
  type: string;
@@ -6769,122 +6228,7 @@ declare const _default: {
6769
6228
  schema: {
6770
6229
  properties: {
6771
6230
  acs_credential: {
6772
- properties: {
6773
- access_method: {
6774
- enum: string[];
6775
- type: string;
6776
- };
6777
- acs_credential_id: {
6778
- format: string;
6779
- type: string;
6780
- };
6781
- acs_credential_pool_id: {
6782
- format: string;
6783
- type: string;
6784
- };
6785
- acs_system_id: {
6786
- format: string;
6787
- type: string;
6788
- };
6789
- acs_user_id: {
6790
- format: string;
6791
- type: string;
6792
- };
6793
- code: {
6794
- nullable: boolean;
6795
- type: string;
6796
- };
6797
- created_at: {
6798
- format: string;
6799
- type: string;
6800
- };
6801
- display_name: {
6802
- minLength: number;
6803
- type: string;
6804
- };
6805
- ends_at: {
6806
- type: string;
6807
- };
6808
- errors: {
6809
- items: {
6810
- properties: {
6811
- error_code: {
6812
- type: string;
6813
- };
6814
- message: {
6815
- type: string;
6816
- };
6817
- };
6818
- required: string[];
6819
- type: string;
6820
- };
6821
- type: string;
6822
- };
6823
- external_type: {
6824
- enum: string[];
6825
- type: string;
6826
- };
6827
- external_type_display_name: {
6828
- type: string;
6829
- };
6830
- is_multi_phone_sync_credential: {
6831
- type: string;
6832
- };
6833
- parent_acs_credential_id: {
6834
- format: string;
6835
- type: string;
6836
- };
6837
- starts_at: {
6838
- type: string;
6839
- };
6840
- visionline_metadata: {
6841
- properties: {
6842
- common_acs_entrance_ids: {
6843
- items: {
6844
- format: string;
6845
- type: string;
6846
- };
6847
- type: string;
6848
- };
6849
- guest_acs_entrance_ids: {
6850
- items: {
6851
- format: string;
6852
- type: string;
6853
- };
6854
- type: string;
6855
- };
6856
- joiner_acs_credential_ids: {
6857
- items: {
6858
- format: string;
6859
- type: string;
6860
- };
6861
- type: string;
6862
- };
6863
- };
6864
- type: string;
6865
- };
6866
- warnings: {
6867
- items: {
6868
- properties: {
6869
- message: {
6870
- type: string;
6871
- };
6872
- warning_code: {
6873
- type: string;
6874
- };
6875
- };
6876
- required: string[];
6877
- type: string;
6878
- };
6879
- type: string;
6880
- };
6881
- workspace_id: {
6882
- format: string;
6883
- type: string;
6884
- };
6885
- };
6886
- required: string[];
6887
- type: string;
6231
+ $ref: string;
6888
6232
  };
6889
6233
  ok: {
6890
6234
  type: string;
@@ -6949,122 +6293,7 @@ declare const _default: {
6949
6293
  schema: {
6950
6294
  properties: {
6951
6295
  acs_credential: {
6952
- properties: {
6953
- access_method: {
6954
- enum: string[];
6955
- type: string;
6956
- };
6957
- acs_credential_id: {
6958
- format: string;
6959
- type: string;
6960
- };
6961
- acs_credential_pool_id: {
6962
- format: string;
6963
- type: string;
6964
- };
6965
- acs_system_id: {
6966
- format: string;
6967
- type: string;
6968
- };
6969
- acs_user_id: {
6970
- format: string;
6971
- type: string;
6972
- };
6973
- code: {
6974
- nullable: boolean;
6975
- type: string;
6976
- };
6977
- created_at: {
6978
- format: string;
6979
- type: string;
6980
- };
6981
- display_name: {
6982
- minLength: number;
6983
- type: string;
6984
- };
6985
- ends_at: {
6986
- type: string;
6987
- };
6988
- errors: {
6989
- items: {
6990
- properties: {
6991
- error_code: {
6992
- type: string;
6993
- };
6994
- message: {
6995
- type: string;
6996
- };
6997
- };
6998
- required: string[];
6999
- type: string;
7000
- };
7001
- type: string;
7002
- };
7003
- external_type: {
7004
- enum: string[];
7005
- type: string;
7006
- };
7007
- external_type_display_name: {
7008
- type: string;
7009
- };
7010
- is_multi_phone_sync_credential: {
7011
- type: string;
7012
- };
7013
- parent_acs_credential_id: {
7014
- format: string;
7015
- type: string;
7016
- };
7017
- starts_at: {
7018
- type: string;
7019
- };
7020
- visionline_metadata: {
7021
- properties: {
7022
- common_acs_entrance_ids: {
7023
- items: {
7024
- format: string;
7025
- type: string;
7026
- };
7027
- type: string;
7028
- };
7029
- guest_acs_entrance_ids: {
7030
- items: {
7031
- format: string;
7032
- type: string;
7033
- };
7034
- type: string;
7035
- };
7036
- joiner_acs_credential_ids: {
7037
- items: {
7038
- format: string;
7039
- type: string;
7040
- };
7041
- type: string;
7042
- };
7043
- };
7044
- type: string;
7045
- };
7046
- warnings: {
7047
- items: {
7048
- properties: {
7049
- message: {
7050
- type: string;
7051
- };
7052
- warning_code: {
7053
- type: string;
7054
- };
7055
- };
7056
- required: string[];
7057
- type: string;
7058
- };
7059
- type: string;
7060
- };
7061
- workspace_id: {
7062
- format: string;
7063
- type: string;
7064
- };
7065
- };
7066
- required: string[];
7067
- type: string;
6296
+ $ref: string;
7068
6297
  };
7069
6298
  ok: {
7070
6299
  type: string;
@@ -7129,74 +6358,7 @@ declare const _default: {
7129
6358
  schema: {
7130
6359
  properties: {
7131
6360
  acs_entrance: {
7132
- properties: {
7133
- acs_entrance_id: {
7134
- format: string;
7135
- type: string;
7136
- };
7137
- acs_system_id: {
7138
- format: string;
7139
- type: string;
7140
- };
7141
- created_at: {
7142
- format: string;
7143
- type: string;
7144
- };
7145
- display_name: {
7146
- type: string;
7147
- };
7148
- latch_metadata: {
7149
- nullable: boolean;
7150
- properties: {
7151
- accessibility_type: {
7152
- type: string;
7153
- };
7154
- is_connected: {
7155
- type: string;
7156
- };
7157
- name: {
7158
- type: string;
7159
- };
7160
- type: {
7161
- type: string;
7162
- };
7163
- };
7164
- required: string[];
7165
- type: string;
7166
- };
7167
- visionline_metadata: {
7168
- nullable: boolean;
7169
- properties: {
7170
- door_category: {
7171
- enum: string[];
7172
- type: string;
7173
- };
7174
- door_name: {
7175
- type: string;
7176
- };
7177
- profiles: {
7178
- items: {
7179
- properties: {
7180
- visionline_door_profile_id: {
7181
- type: string;
7182
- };
7183
- visionline_door_profile_type: {
7184
- enum: string[];
7185
- type: string;
7186
- };
7187
- };
7188
- required: string[];
7189
- type: string;
7190
- };
7191
- type: string;
7192
- };
7193
- };
7194
- required: string[];
7195
- type: string;
7196
- };
7197
- };
7198
- required: string[];
7199
- type: string;
6361
+ $ref: string;
7200
6362
  };
7201
6363
  ok: {
7202
6364
  type: string;
@@ -7241,6 +6403,7 @@ declare const _default: {
7241
6403
  tags: string[];
7242
6404
  'x-fern-sdk-group-name': string[];
7243
6405
  'x-fern-sdk-method-name': string;
6406
+ 'x-fern-sdk-return-value': string;
7244
6407
  };
7245
6408
  };
7246
6409
  '/acs/entrances/grant_access': {
@@ -7331,90 +6494,23 @@ declare const _default: {
7331
6494
  };
7332
6495
  acs_system_id: {
7333
6496
  format: string;
7334
- type: string;
7335
- };
7336
- };
7337
- type: string;
7338
- };
7339
- };
7340
- };
7341
- };
7342
- responses: {
7343
- 200: {
7344
- content: {
7345
- 'application/json': {
7346
- schema: {
7347
- properties: {
7348
- acs_entrances: {
7349
- items: {
7350
- properties: {
7351
- acs_entrance_id: {
7352
- format: string;
7353
- type: string;
7354
- };
7355
- acs_system_id: {
7356
- format: string;
7357
- type: string;
7358
- };
7359
- created_at: {
7360
- format: string;
7361
- type: string;
7362
- };
7363
- display_name: {
7364
- type: string;
7365
- };
7366
- latch_metadata: {
7367
- nullable: boolean;
7368
- properties: {
7369
- accessibility_type: {
7370
- type: string;
7371
- };
7372
- is_connected: {
7373
- type: string;
7374
- };
7375
- name: {
7376
- type: string;
7377
- };
7378
- type: {
7379
- type: string;
7380
- };
7381
- };
7382
- required: string[];
7383
- type: string;
7384
- };
7385
- visionline_metadata: {
7386
- nullable: boolean;
7387
- properties: {
7388
- door_category: {
7389
- enum: string[];
7390
- type: string;
7391
- };
7392
- door_name: {
7393
- type: string;
7394
- };
7395
- profiles: {
7396
- items: {
7397
- properties: {
7398
- visionline_door_profile_id: {
7399
- type: string;
7400
- };
7401
- visionline_door_profile_type: {
7402
- enum: string[];
7403
- type: string;
7404
- };
7405
- };
7406
- required: string[];
7407
- type: string;
7408
- };
7409
- type: string;
7410
- };
7411
- };
7412
- required: string[];
7413
- type: string;
7414
- };
7415
- };
7416
- required: string[];
7417
- type: string;
6497
+ type: string;
6498
+ };
6499
+ };
6500
+ type: string;
6501
+ };
6502
+ };
6503
+ };
6504
+ };
6505
+ responses: {
6506
+ 200: {
6507
+ content: {
6508
+ 'application/json': {
6509
+ schema: {
6510
+ properties: {
6511
+ acs_entrances: {
6512
+ items: {
6513
+ $ref: string;
7418
6514
  };
7419
6515
  type: string;
7420
6516
  };
@@ -7461,6 +6557,7 @@ declare const _default: {
7461
6557
  tags: string[];
7462
6558
  'x-fern-sdk-group-name': string[];
7463
6559
  'x-fern-sdk-method-name': string;
6560
+ 'x-fern-sdk-return-value': string;
7464
6561
  };
7465
6562
  };
7466
6563
  '/acs/entrances/list_credentials_with_access': {
@@ -7497,122 +6594,7 @@ declare const _default: {
7497
6594
  properties: {
7498
6595
  acs_credentials: {
7499
6596
  items: {
7500
- properties: {
7501
- access_method: {
7502
- enum: string[];
7503
- type: string;
7504
- };
7505
- acs_credential_id: {
7506
- format: string;
7507
- type: string;
7508
- };
7509
- acs_credential_pool_id: {
7510
- format: string;
7511
- type: string;
7512
- };
7513
- acs_system_id: {
7514
- format: string;
7515
- type: string;
7516
- };
7517
- acs_user_id: {
7518
- format: string;
7519
- type: string;
7520
- };
7521
- code: {
7522
- nullable: boolean;
7523
- type: string;
7524
- };
7525
- created_at: {
7526
- format: string;
7527
- type: string;
7528
- };
7529
- display_name: {
7530
- minLength: number;
7531
- type: string;
7532
- };
7533
- ends_at: {
7534
- type: string;
7535
- };
7536
- errors: {
7537
- items: {
7538
- properties: {
7539
- error_code: {
7540
- type: string;
7541
- };
7542
- message: {
7543
- type: string;
7544
- };
7545
- };
7546
- required: string[];
7547
- type: string;
7548
- };
7549
- type: string;
7550
- };
7551
- external_type: {
7552
- enum: string[];
7553
- type: string;
7554
- };
7555
- external_type_display_name: {
7556
- type: string;
7557
- };
7558
- is_multi_phone_sync_credential: {
7559
- type: string;
7560
- };
7561
- parent_acs_credential_id: {
7562
- format: string;
7563
- type: string;
7564
- };
7565
- starts_at: {
7566
- type: string;
7567
- };
7568
- visionline_metadata: {
7569
- properties: {
7570
- common_acs_entrance_ids: {
7571
- items: {
7572
- format: string;
7573
- type: string;
7574
- };
7575
- type: string;
7576
- };
7577
- guest_acs_entrance_ids: {
7578
- items: {
7579
- format: string;
7580
- type: string;
7581
- };
7582
- type: string;
7583
- };
7584
- joiner_acs_credential_ids: {
7585
- items: {
7586
- format: string;
7587
- type: string;
7588
- };
7589
- type: string;
7590
- };
7591
- };
7592
- type: string;
7593
- };
7594
- warnings: {
7595
- items: {
7596
- properties: {
7597
- message: {
7598
- type: string;
7599
- };
7600
- warning_code: {
7601
- type: string;
7602
- };
7603
- };
7604
- required: string[];
7605
- type: string;
7606
- };
7607
- type: string;
7608
- };
7609
- workspace_id: {
7610
- format: string;
7611
- type: string;
7612
- };
7613
- };
7614
- required: string[];
7615
- type: string;
6597
+ $ref: string;
7616
6598
  };
7617
6599
  type: string;
7618
6600
  };
@@ -7659,6 +6641,7 @@ declare const _default: {
7659
6641
  tags: string[];
7660
6642
  'x-fern-sdk-group-name': string[];
7661
6643
  'x-fern-sdk-method-name': string;
6644
+ 'x-fern-sdk-return-value': string;
7662
6645
  };
7663
6646
  };
7664
6647
  '/acs/systems/get': {
@@ -7724,6 +6707,7 @@ declare const _default: {
7724
6707
  tags: string[];
7725
6708
  'x-fern-sdk-group-name': string[];
7726
6709
  'x-fern-sdk-method-name': string;
6710
+ 'x-fern-sdk-return-value': string;
7727
6711
  };
7728
6712
  };
7729
6713
  '/acs/systems/list': {
@@ -7799,6 +6783,7 @@ declare const _default: {
7799
6783
  tags: string[];
7800
6784
  'x-fern-sdk-group-name': string[];
7801
6785
  'x-fern-sdk-method-name': string;
6786
+ 'x-fern-sdk-return-value': string;
7802
6787
  };
7803
6788
  };
7804
6789
  '/acs/users/add_to_access_group': {
@@ -8035,6 +7020,7 @@ declare const _default: {
8035
7020
  tags: string[];
8036
7021
  'x-fern-sdk-group-name': string[];
8037
7022
  'x-fern-sdk-method-name': string;
7023
+ 'x-fern-sdk-return-value': string;
8038
7024
  };
8039
7025
  };
8040
7026
  '/acs/users/delete': {
@@ -8162,6 +7148,7 @@ declare const _default: {
8162
7148
  tags: string[];
8163
7149
  'x-fern-sdk-group-name': string[];
8164
7150
  'x-fern-sdk-method-name': string;
7151
+ 'x-fern-sdk-return-value': string;
8165
7152
  };
8166
7153
  };
8167
7154
  '/acs/users/list': {
@@ -8248,6 +7235,7 @@ declare const _default: {
8248
7235
  tags: string[];
8249
7236
  'x-fern-sdk-group-name': string[];
8250
7237
  'x-fern-sdk-method-name': string;
7238
+ 'x-fern-sdk-return-value': string;
8251
7239
  };
8252
7240
  };
8253
7241
  '/acs/users/list_accessible_entrances': {
@@ -8277,74 +7265,7 @@ declare const _default: {
8277
7265
  properties: {
8278
7266
  acs_entrances: {
8279
7267
  items: {
8280
- properties: {
8281
- acs_entrance_id: {
8282
- format: string;
8283
- type: string;
8284
- };
8285
- acs_system_id: {
8286
- format: string;
8287
- type: string;
8288
- };
8289
- created_at: {
8290
- format: string;
8291
- type: string;
8292
- };
8293
- display_name: {
8294
- type: string;
8295
- };
8296
- latch_metadata: {
8297
- nullable: boolean;
8298
- properties: {
8299
- accessibility_type: {
8300
- type: string;
8301
- };
8302
- is_connected: {
8303
- type: string;
8304
- };
8305
- name: {
8306
- type: string;
8307
- };
8308
- type: {
8309
- type: string;
8310
- };
8311
- };
8312
- required: string[];
8313
- type: string;
8314
- };
8315
- visionline_metadata: {
8316
- nullable: boolean;
8317
- properties: {
8318
- door_category: {
8319
- enum: string[];
8320
- type: string;
8321
- };
8322
- door_name: {
8323
- type: string;
8324
- };
8325
- profiles: {
8326
- items: {
8327
- properties: {
8328
- visionline_door_profile_id: {
8329
- type: string;
8330
- };
8331
- visionline_door_profile_type: {
8332
- enum: string[];
8333
- type: string;
8334
- };
8335
- };
8336
- required: string[];
8337
- type: string;
8338
- };
8339
- type: string;
8340
- };
8341
- };
8342
- required: string[];
8343
- type: string;
8344
- };
8345
- };
8346
- required: string[];
8347
- type: string;
7268
+ $ref: string;
8348
7269
  };
8349
7270
  type: string;
8350
7271
  };
@@ -8391,6 +7312,7 @@ declare const _default: {
8391
7312
  tags: string[];
8392
7313
  'x-fern-sdk-group-name': string[];
8393
7314
  'x-fern-sdk-method-name': string;
7315
+ 'x-fern-sdk-return-value': string;
8394
7316
  };
8395
7317
  };
8396
7318
  '/acs/users/remove_from_access_group': {
@@ -12255,25 +11177,7 @@ declare const _default: {
12255
11177
  schema: {
12256
11178
  properties: {
12257
11179
  network: {
12258
- properties: {
12259
- created_at: {
12260
- format: string;
12261
- type: string;
12262
- };
12263
- display_name: {
12264
- type: string;
12265
- };
12266
- network_id: {
12267
- format: string;
12268
- type: string;
12269
- };
12270
- workspace_id: {
12271
- format: string;
12272
- type: string;
12273
- };
12274
- };
12275
- required: string[];
12276
- type: string;
11180
+ $ref: string;
12277
11181
  };
12278
11182
  ok: {
12279
11183
  type: string;
@@ -12310,6 +11214,7 @@ declare const _default: {
12310
11214
  tags: string[];
12311
11215
  'x-fern-sdk-group-name': string[];
12312
11216
  'x-fern-sdk-method-name': string;
11217
+ 'x-fern-sdk-return-value': string;
12313
11218
  };
12314
11219
  };
12315
11220
  '/networks/list': {
@@ -12333,25 +11238,7 @@ declare const _default: {
12333
11238
  properties: {
12334
11239
  networks: {
12335
11240
  items: {
12336
- properties: {
12337
- created_at: {
12338
- format: string;
12339
- type: string;
12340
- };
12341
- display_name: {
12342
- type: string;
12343
- };
12344
- network_id: {
12345
- format: string;
12346
- type: string;
12347
- };
12348
- workspace_id: {
12349
- format: string;
12350
- type: string;
12351
- };
12352
- };
12353
- required: string[];
12354
- type: string;
11241
+ $ref: string;
12355
11242
  };
12356
11243
  type: string;
12357
11244
  };
@@ -12390,6 +11277,7 @@ declare const _default: {
12390
11277
  tags: string[];
12391
11278
  'x-fern-sdk-group-name': string[];
12392
11279
  'x-fern-sdk-method-name': string;
11280
+ 'x-fern-sdk-return-value': string;
12393
11281
  };
12394
11282
  };
12395
11283
  '/noise_sensors/noise_thresholds/create': {
@@ -15025,45 +13913,7 @@ declare const _default: {
15025
13913
  type: string;
15026
13914
  };
15027
13915
  user_identity: {
15028
- properties: {
15029
- created_at: {
15030
- format: string;
15031
- type: string;
15032
- };
15033
- display_name: {
15034
- minLength: number;
15035
- type: string;
15036
- };
15037
- email_address: {
15038
- format: string;
15039
- nullable: boolean;
15040
- type: string;
15041
- };
15042
- full_name: {
15043
- minLength: number;
15044
- nullable: boolean;
15045
- type: string;
15046
- };
15047
- phone_number: {
15048
- nullable: boolean;
15049
- type: string;
15050
- };
15051
- user_identity_id: {
15052
- format: string;
15053
- type: string;
15054
- };
15055
- user_identity_key: {
15056
- minLength: number;
15057
- nullable: boolean;
15058
- type: string;
15059
- };
15060
- workspace_id: {
15061
- format: string;
15062
- type: string;
15063
- };
15064
- };
15065
- required: string[];
15066
- type: string;
13916
+ $ref: string;
15067
13917
  };
15068
13918
  };
15069
13919
  required: string[];
@@ -15097,6 +13947,7 @@ declare const _default: {
15097
13947
  tags: string[];
15098
13948
  'x-fern-sdk-group-name': string[];
15099
13949
  'x-fern-sdk-method-name': string;
13950
+ 'x-fern-sdk-return-value': string;
15100
13951
  };
15101
13952
  };
15102
13953
  '/user_identities/delete': {
@@ -15294,6 +14145,7 @@ declare const _default: {
15294
14145
  tags: string[];
15295
14146
  'x-fern-sdk-group-name': string[];
15296
14147
  'x-fern-sdk-method-name': string;
14148
+ 'x-fern-sdk-return-value': string;
15297
14149
  };
15298
14150
  };
15299
14151
  '/user_identities/enrollment_automations/launch': {
@@ -15401,6 +14253,7 @@ declare const _default: {
15401
14253
  tags: string[];
15402
14254
  'x-fern-sdk-group-name': string[];
15403
14255
  'x-fern-sdk-method-name': string;
14256
+ 'x-fern-sdk-return-value': string;
15404
14257
  };
15405
14258
  };
15406
14259
  '/user_identities/enrollment_automations/list': {
@@ -15477,6 +14330,7 @@ declare const _default: {
15477
14330
  tags: string[];
15478
14331
  'x-fern-sdk-group-name': string[];
15479
14332
  'x-fern-sdk-method-name': string;
14333
+ 'x-fern-sdk-return-value': string;
15480
14334
  };
15481
14335
  };
15482
14336
  '/user_identities/get': {
@@ -15520,45 +14374,7 @@ declare const _default: {
15520
14374
  type: string;
15521
14375
  };
15522
14376
  user_identity: {
15523
- properties: {
15524
- created_at: {
15525
- format: string;
15526
- type: string;
15527
- };
15528
- display_name: {
15529
- minLength: number;
15530
- type: string;
15531
- };
15532
- email_address: {
15533
- format: string;
15534
- nullable: boolean;
15535
- type: string;
15536
- };
15537
- full_name: {
15538
- minLength: number;
15539
- nullable: boolean;
15540
- type: string;
15541
- };
15542
- phone_number: {
15543
- nullable: boolean;
15544
- type: string;
15545
- };
15546
- user_identity_id: {
15547
- format: string;
15548
- type: string;
15549
- };
15550
- user_identity_key: {
15551
- minLength: number;
15552
- nullable: boolean;
15553
- type: string;
15554
- };
15555
- workspace_id: {
15556
- format: string;
15557
- type: string;
15558
- };
15559
- };
15560
- required: string[];
15561
- type: string;
14377
+ $ref: string;
15562
14378
  };
15563
14379
  };
15564
14380
  required: string[];
@@ -15592,6 +14408,7 @@ declare const _default: {
15592
14408
  tags: string[];
15593
14409
  'x-fern-sdk-group-name': string[];
15594
14410
  'x-fern-sdk-method-name': string;
14411
+ 'x-fern-sdk-return-value': string;
15595
14412
  };
15596
14413
  };
15597
14414
  '/user_identities/grant_access_to_device': {
@@ -15752,45 +14569,7 @@ declare const _default: {
15752
14569
  };
15753
14570
  user_identities: {
15754
14571
  items: {
15755
- properties: {
15756
- created_at: {
15757
- format: string;
15758
- type: string;
15759
- };
15760
- display_name: {
15761
- minLength: number;
15762
- type: string;
15763
- };
15764
- email_address: {
15765
- format: string;
15766
- nullable: boolean;
15767
- type: string;
15768
- };
15769
- full_name: {
15770
- minLength: number;
15771
- nullable: boolean;
15772
- type: string;
15773
- };
15774
- phone_number: {
15775
- nullable: boolean;
15776
- type: string;
15777
- };
15778
- user_identity_id: {
15779
- format: string;
15780
- type: string;
15781
- };
15782
- user_identity_key: {
15783
- minLength: number;
15784
- nullable: boolean;
15785
- type: string;
15786
- };
15787
- workspace_id: {
15788
- format: string;
15789
- type: string;
15790
- };
15791
- };
15792
- required: string[];
15793
- type: string;
14572
+ $ref: string;
15794
14573
  };
15795
14574
  type: string;
15796
14575
  };
@@ -15863,6 +14642,13 @@ declare const _default: {
15863
14642
  schema: {
15864
14643
  properties: {
15865
14644
  accessible_devices: {
14645
+ description: string;
14646
+ items: {
14647
+ $ref: string;
14648
+ };
14649
+ type: string;
14650
+ };
14651
+ devices: {
15866
14652
  items: {
15867
14653
  $ref: string;
15868
14654
  };
@@ -15903,6 +14689,7 @@ declare const _default: {
15903
14689
  tags: string[];
15904
14690
  'x-fern-sdk-group-name': string[];
15905
14691
  'x-fern-sdk-method-name': string;
14692
+ 'x-fern-sdk-return-value': string;
15906
14693
  };
15907
14694
  };
15908
14695
  '/user_identities/list_acs_systems': {
@@ -15979,6 +14766,7 @@ declare const _default: {
15979
14766
  tags: string[];
15980
14767
  'x-fern-sdk-group-name': string[];
15981
14768
  'x-fern-sdk-method-name': string;
14769
+ 'x-fern-sdk-return-value': string;
15982
14770
  };
15983
14771
  };
15984
14772
  '/user_identities/list_acs_users': {
@@ -16047,6 +14835,7 @@ declare const _default: {
16047
14835
  tags: string[];
16048
14836
  'x-fern-sdk-group-name': string[];
16049
14837
  'x-fern-sdk-method-name': string;
14838
+ 'x-fern-sdk-return-value': string;
16050
14839
  };
16051
14840
  };
16052
14841
  '/user_identities/remove_acs_user': {
@@ -16839,6 +15628,7 @@ declare const _default: {
16839
15628
  tags: string[];
16840
15629
  'x-fern-sdk-group-name': string[];
16841
15630
  'x-fern-sdk-method-name': string;
15631
+ 'x-fern-sdk-return-value': string;
16842
15632
  };
16843
15633
  };
16844
15634
  '/workspaces/get': {