@seamapi/types 1.566.0 → 1.567.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3065,6 +3065,11 @@ export default {
3065
3065
  },
3066
3066
  type: 'object',
3067
3067
  },
3068
+ space_ids: {
3069
+ description: 'IDs of the spaces that the entrance is in.',
3070
+ items: { format: 'uuid', type: 'string' },
3071
+ type: 'array',
3072
+ },
3068
3073
  visionline_metadata: {
3069
3074
  description:
3070
3075
  'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -3119,6 +3124,7 @@ export default {
3119
3124
  required: [
3120
3125
  'acs_system_id',
3121
3126
  'acs_entrance_id',
3127
+ 'space_ids',
3122
3128
  'created_at',
3123
3129
  'display_name',
3124
3130
  'connected_account_id',
@@ -20031,6 +20037,12 @@ export default {
20031
20037
  },
20032
20038
  type: 'object',
20033
20039
  },
20040
+ space_ids: {
20041
+ description:
20042
+ 'IDs of the spaces that the entrance is in.',
20043
+ items: { format: 'uuid', type: 'string' },
20044
+ type: 'array',
20045
+ },
20034
20046
  visionline_metadata: {
20035
20047
  description:
20036
20048
  'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -20085,6 +20097,7 @@ export default {
20085
20097
  required: [
20086
20098
  'acs_system_id',
20087
20099
  'acs_entrance_id',
20100
+ 'space_ids',
20088
20101
  'created_at',
20089
20102
  'display_name',
20090
20103
  'connected_account_id',
@@ -52081,365 +52094,7 @@ export default {
52081
52094
  description: 'ID of the affected access system user.',
52082
52095
  properties: {
52083
52096
  acs_entrances: {
52084
- items: {
52085
- description:
52086
- 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nIn an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `acs_entrance` resources in your workspace or get these details for a specific `acs_entrance`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.',
52087
- properties: {
52088
- acs_entrance_id: {
52089
- description:
52090
- 'ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52091
- format: 'uuid',
52092
- type: 'string',
52093
- },
52094
- acs_system_id: {
52095
- description:
52096
- 'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52097
- format: 'uuid',
52098
- type: 'string',
52099
- },
52100
- assa_abloy_vostio_metadata: {
52101
- description:
52102
- 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52103
- properties: {
52104
- door_name: {
52105
- description:
52106
- 'Name of the door in the Vostio access system.',
52107
- type: 'string',
52108
- },
52109
- door_number: {
52110
- description:
52111
- 'Number of the door in the Vostio access system.',
52112
- format: 'float',
52113
- type: 'number',
52114
- },
52115
- door_type: {
52116
- description:
52117
- 'Type of the door in the Vostio access system.',
52118
- enum: [
52119
- 'CommonDoor',
52120
- 'EntranceDoor',
52121
- 'GuestDoor',
52122
- 'Elevator',
52123
- ],
52124
- type: 'string',
52125
- },
52126
- pms_id: {
52127
- description:
52128
- 'PMS ID of the door in the Vostio access system.',
52129
- type: 'string',
52130
- },
52131
- stand_open: {
52132
- description:
52133
- 'Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.',
52134
- type: 'boolean',
52135
- },
52136
- },
52137
- required: ['door_type', 'door_name'],
52138
- type: 'object',
52139
- },
52140
- can_unlock_with_card: {
52141
- description:
52142
- 'Indicates whether the ACS entrance can be unlocked with card credentials.',
52143
- type: 'boolean',
52144
- },
52145
- can_unlock_with_code: {
52146
- description:
52147
- 'Indicates whether the ACS entrance can be unlocked with pin codes.',
52148
- type: 'boolean',
52149
- },
52150
- can_unlock_with_mobile_key: {
52151
- description:
52152
- 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
52153
- type: 'boolean',
52154
- },
52155
- connected_account_id: {
52156
- description:
52157
- 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52158
- format: 'uuid',
52159
- type: 'string',
52160
- },
52161
- created_at: {
52162
- description:
52163
- 'Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created.',
52164
- format: 'date-time',
52165
- type: 'string',
52166
- },
52167
- display_name: {
52168
- description:
52169
- 'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52170
- type: 'string',
52171
- },
52172
- dormakaba_ambiance_metadata: {
52173
- description:
52174
- 'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52175
- properties: {
52176
- access_point_name: {
52177
- description:
52178
- 'Name of the access point in the dormakaba Ambiance access system.',
52179
- type: 'string',
52180
- },
52181
- },
52182
- required: ['access_point_name'],
52183
- type: 'object',
52184
- },
52185
- dormakaba_community_metadata: {
52186
- description:
52187
- 'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52188
- properties: {
52189
- access_point_name: {
52190
- description:
52191
- 'Name of the access point in the dormakaba Community access system.',
52192
- type: 'string',
52193
- },
52194
- access_point_profile: {
52195
- description:
52196
- 'Type of access point profile in the dormakaba Community access system.',
52197
- type: 'string',
52198
- },
52199
- },
52200
- required: [
52201
- 'access_point_name',
52202
- 'access_point_profile',
52203
- ],
52204
- type: 'object',
52205
- },
52206
- errors: {
52207
- description:
52208
- 'Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52209
- items: {
52210
- properties: {
52211
- error_code: {
52212
- description:
52213
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
52214
- type: 'string',
52215
- },
52216
- message: {
52217
- description:
52218
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
52219
- type: 'string',
52220
- },
52221
- },
52222
- required: ['error_code', 'message'],
52223
- type: 'object',
52224
- },
52225
- type: 'array',
52226
- },
52227
- hotek_metadata: {
52228
- description:
52229
- 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52230
- properties: {
52231
- display_name: {
52232
- description:
52233
- 'Display name of the entrance.',
52234
- type: 'string',
52235
- },
52236
- door_type: {
52237
- description: 'Type of door.',
52238
- enum: ['common_area', 'guest'],
52239
- type: 'string',
52240
- },
52241
- room_number: {
52242
- description: 'Room number of the entrance.',
52243
- type: 'string',
52244
- },
52245
- },
52246
- required: [
52247
- 'room_number',
52248
- 'display_name',
52249
- 'door_type',
52250
- ],
52251
- type: 'object',
52252
- },
52253
- latch_metadata: {
52254
- description:
52255
- 'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52256
- properties: {
52257
- accessibility_type: {
52258
- description:
52259
- 'Accessibility type in the Latch access system.',
52260
- type: 'string',
52261
- },
52262
- door_name: {
52263
- description:
52264
- 'Name of the door in the Latch access system.',
52265
- type: 'string',
52266
- },
52267
- door_type: {
52268
- description:
52269
- 'Type of the door in the Latch access system.',
52270
- type: 'string',
52271
- },
52272
- is_connected: {
52273
- description:
52274
- 'Indicates whether the entrance is connected.',
52275
- type: 'boolean',
52276
- },
52277
- },
52278
- required: [
52279
- 'accessibility_type',
52280
- 'door_name',
52281
- 'door_type',
52282
- 'is_connected',
52283
- ],
52284
- type: 'object',
52285
- },
52286
- salto_ks_metadata: {
52287
- description:
52288
- 'Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52289
- properties: {
52290
- battery_level: {
52291
- description:
52292
- 'Battery level of the door access device.',
52293
- type: 'string',
52294
- },
52295
- door_name: {
52296
- description:
52297
- 'Name of the door in the Salto KS access system.',
52298
- type: 'string',
52299
- },
52300
- intrusion_alarm: {
52301
- description:
52302
- 'Indicates whether an intrusion alarm is active on the door.',
52303
- type: 'boolean',
52304
- },
52305
- left_open_alarm: {
52306
- description:
52307
- 'Indicates whether the door is left open.',
52308
- type: 'boolean',
52309
- },
52310
- lock_type: {
52311
- description:
52312
- 'Type of the lock in the Salto KS access system.',
52313
- type: 'string',
52314
- },
52315
- locked_state: {
52316
- description:
52317
- 'Locked state of the door in the Salto KS access system.',
52318
- type: 'string',
52319
- },
52320
- online: {
52321
- description:
52322
- 'Indicates whether the door access device is online.',
52323
- type: 'boolean',
52324
- },
52325
- privacy_mode: {
52326
- description:
52327
- 'Indicates whether privacy mode is enabled for the lock.',
52328
- type: 'boolean',
52329
- },
52330
- },
52331
- required: [
52332
- 'door_name',
52333
- 'locked_state',
52334
- 'lock_type',
52335
- 'battery_level',
52336
- ],
52337
- type: 'object',
52338
- },
52339
- salto_space_metadata: {
52340
- description:
52341
- 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52342
- properties: {
52343
- door_description: {
52344
- description:
52345
- 'Description of the door in the Salto Space access system.',
52346
- type: 'string',
52347
- },
52348
- door_id: {
52349
- description:
52350
- 'Door ID in the Salto Space access system.',
52351
- type: 'string',
52352
- },
52353
- door_name: {
52354
- description:
52355
- 'Name of the door in the Salto Space access system.',
52356
- type: 'string',
52357
- },
52358
- ext_door_id: {
52359
- deprecated: true,
52360
- type: 'string',
52361
- 'x-deprecated': 'use door_id.',
52362
- },
52363
- room_description: {
52364
- description:
52365
- 'Description of the room in the Salto Space access system.',
52366
- type: 'string',
52367
- },
52368
- room_name: {
52369
- description:
52370
- 'Name of the room in the Salto Space access system.',
52371
- type: 'string',
52372
- },
52373
- },
52374
- type: 'object',
52375
- },
52376
- space_ids: {
52377
- items: { format: 'uuid', type: 'string' },
52378
- type: 'array',
52379
- },
52380
- visionline_metadata: {
52381
- description:
52382
- 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
52383
- properties: {
52384
- door_category: {
52385
- description:
52386
- 'Category of the door in the Visionline access system.',
52387
- enum: [
52388
- 'entrance',
52389
- 'guest',
52390
- 'elevator reader',
52391
- 'common',
52392
- 'common (PMS)',
52393
- ],
52394
- type: 'string',
52395
- },
52396
- door_name: {
52397
- description:
52398
- 'Name of the door in the Visionline access system.',
52399
- type: 'string',
52400
- },
52401
- profiles: {
52402
- description:
52403
- 'Profile for the door in the Visionline access system.',
52404
- items: {
52405
- properties: {
52406
- visionline_door_profile_id: {
52407
- description:
52408
- 'Door profile ID in the Visionline access system.',
52409
- type: 'string',
52410
- },
52411
- visionline_door_profile_type: {
52412
- description:
52413
- 'Door profile type in the Visionline access system.',
52414
- enum: ['BLE', 'commonDoor', 'touch'],
52415
- type: 'string',
52416
- },
52417
- },
52418
- required: [
52419
- 'visionline_door_profile_id',
52420
- 'visionline_door_profile_type',
52421
- ],
52422
- type: 'object',
52423
- },
52424
- type: 'array',
52425
- },
52426
- },
52427
- required: ['door_name', 'door_category'],
52428
- type: 'object',
52429
- },
52430
- },
52431
- required: [
52432
- 'acs_system_id',
52433
- 'acs_entrance_id',
52434
- 'created_at',
52435
- 'display_name',
52436
- 'connected_account_id',
52437
- 'errors',
52438
- 'space_ids',
52439
- ],
52440
- type: 'object',
52441
- 'x-route-path': '/acs/entrances',
52442
- },
52097
+ items: { $ref: '#/components/schemas/acs_entrance' },
52443
52098
  type: 'array',
52444
52099
  },
52445
52100
  acs_systems: {
@@ -56686,365 +56341,7 @@ export default {
56686
56341
  description: 'ID of the affected access system user.',
56687
56342
  properties: {
56688
56343
  acs_entrances: {
56689
- items: {
56690
- description:
56691
- 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nIn an access control system, an entrance is a secured door, gate, zone, or other method of entry. You can list details for all the `acs_entrance` resources in your workspace or get these details for a specific `acs_entrance`. You can also list all entrances associated with a specific credential, and you can list all credentials associated with a specific entrance.',
56692
- properties: {
56693
- acs_entrance_id: {
56694
- description:
56695
- 'ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56696
- format: 'uuid',
56697
- type: 'string',
56698
- },
56699
- acs_system_id: {
56700
- description:
56701
- 'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56702
- format: 'uuid',
56703
- type: 'string',
56704
- },
56705
- assa_abloy_vostio_metadata: {
56706
- description:
56707
- 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56708
- properties: {
56709
- door_name: {
56710
- description:
56711
- 'Name of the door in the Vostio access system.',
56712
- type: 'string',
56713
- },
56714
- door_number: {
56715
- description:
56716
- 'Number of the door in the Vostio access system.',
56717
- format: 'float',
56718
- type: 'number',
56719
- },
56720
- door_type: {
56721
- description:
56722
- 'Type of the door in the Vostio access system.',
56723
- enum: [
56724
- 'CommonDoor',
56725
- 'EntranceDoor',
56726
- 'GuestDoor',
56727
- 'Elevator',
56728
- ],
56729
- type: 'string',
56730
- },
56731
- pms_id: {
56732
- description:
56733
- 'PMS ID of the door in the Vostio access system.',
56734
- type: 'string',
56735
- },
56736
- stand_open: {
56737
- description:
56738
- 'Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system.',
56739
- type: 'boolean',
56740
- },
56741
- },
56742
- required: ['door_type', 'door_name'],
56743
- type: 'object',
56744
- },
56745
- can_unlock_with_card: {
56746
- description:
56747
- 'Indicates whether the ACS entrance can be unlocked with card credentials.',
56748
- type: 'boolean',
56749
- },
56750
- can_unlock_with_code: {
56751
- description:
56752
- 'Indicates whether the ACS entrance can be unlocked with pin codes.',
56753
- type: 'boolean',
56754
- },
56755
- can_unlock_with_mobile_key: {
56756
- description:
56757
- 'Indicates whether the ACS entrance can be unlocked with mobile key credentials.',
56758
- type: 'boolean',
56759
- },
56760
- connected_account_id: {
56761
- description:
56762
- 'ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56763
- format: 'uuid',
56764
- type: 'string',
56765
- },
56766
- created_at: {
56767
- description:
56768
- 'Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created.',
56769
- format: 'date-time',
56770
- type: 'string',
56771
- },
56772
- display_name: {
56773
- description:
56774
- 'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56775
- type: 'string',
56776
- },
56777
- dormakaba_ambiance_metadata: {
56778
- description:
56779
- 'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56780
- properties: {
56781
- access_point_name: {
56782
- description:
56783
- 'Name of the access point in the dormakaba Ambiance access system.',
56784
- type: 'string',
56785
- },
56786
- },
56787
- required: ['access_point_name'],
56788
- type: 'object',
56789
- },
56790
- dormakaba_community_metadata: {
56791
- description:
56792
- 'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56793
- properties: {
56794
- access_point_name: {
56795
- description:
56796
- 'Name of the access point in the dormakaba Community access system.',
56797
- type: 'string',
56798
- },
56799
- access_point_profile: {
56800
- description:
56801
- 'Type of access point profile in the dormakaba Community access system.',
56802
- type: 'string',
56803
- },
56804
- },
56805
- required: [
56806
- 'access_point_name',
56807
- 'access_point_profile',
56808
- ],
56809
- type: 'object',
56810
- },
56811
- errors: {
56812
- description:
56813
- 'Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56814
- items: {
56815
- properties: {
56816
- error_code: {
56817
- description:
56818
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
56819
- type: 'string',
56820
- },
56821
- message: {
56822
- description:
56823
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
56824
- type: 'string',
56825
- },
56826
- },
56827
- required: ['error_code', 'message'],
56828
- type: 'object',
56829
- },
56830
- type: 'array',
56831
- },
56832
- hotek_metadata: {
56833
- description:
56834
- 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56835
- properties: {
56836
- display_name: {
56837
- description:
56838
- 'Display name of the entrance.',
56839
- type: 'string',
56840
- },
56841
- door_type: {
56842
- description: 'Type of door.',
56843
- enum: ['common_area', 'guest'],
56844
- type: 'string',
56845
- },
56846
- room_number: {
56847
- description: 'Room number of the entrance.',
56848
- type: 'string',
56849
- },
56850
- },
56851
- required: [
56852
- 'room_number',
56853
- 'display_name',
56854
- 'door_type',
56855
- ],
56856
- type: 'object',
56857
- },
56858
- latch_metadata: {
56859
- description:
56860
- 'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56861
- properties: {
56862
- accessibility_type: {
56863
- description:
56864
- 'Accessibility type in the Latch access system.',
56865
- type: 'string',
56866
- },
56867
- door_name: {
56868
- description:
56869
- 'Name of the door in the Latch access system.',
56870
- type: 'string',
56871
- },
56872
- door_type: {
56873
- description:
56874
- 'Type of the door in the Latch access system.',
56875
- type: 'string',
56876
- },
56877
- is_connected: {
56878
- description:
56879
- 'Indicates whether the entrance is connected.',
56880
- type: 'boolean',
56881
- },
56882
- },
56883
- required: [
56884
- 'accessibility_type',
56885
- 'door_name',
56886
- 'door_type',
56887
- 'is_connected',
56888
- ],
56889
- type: 'object',
56890
- },
56891
- salto_ks_metadata: {
56892
- description:
56893
- 'Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56894
- properties: {
56895
- battery_level: {
56896
- description:
56897
- 'Battery level of the door access device.',
56898
- type: 'string',
56899
- },
56900
- door_name: {
56901
- description:
56902
- 'Name of the door in the Salto KS access system.',
56903
- type: 'string',
56904
- },
56905
- intrusion_alarm: {
56906
- description:
56907
- 'Indicates whether an intrusion alarm is active on the door.',
56908
- type: 'boolean',
56909
- },
56910
- left_open_alarm: {
56911
- description:
56912
- 'Indicates whether the door is left open.',
56913
- type: 'boolean',
56914
- },
56915
- lock_type: {
56916
- description:
56917
- 'Type of the lock in the Salto KS access system.',
56918
- type: 'string',
56919
- },
56920
- locked_state: {
56921
- description:
56922
- 'Locked state of the door in the Salto KS access system.',
56923
- type: 'string',
56924
- },
56925
- online: {
56926
- description:
56927
- 'Indicates whether the door access device is online.',
56928
- type: 'boolean',
56929
- },
56930
- privacy_mode: {
56931
- description:
56932
- 'Indicates whether privacy mode is enabled for the lock.',
56933
- type: 'boolean',
56934
- },
56935
- },
56936
- required: [
56937
- 'door_name',
56938
- 'locked_state',
56939
- 'lock_type',
56940
- 'battery_level',
56941
- ],
56942
- type: 'object',
56943
- },
56944
- salto_space_metadata: {
56945
- description:
56946
- 'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56947
- properties: {
56948
- door_description: {
56949
- description:
56950
- 'Description of the door in the Salto Space access system.',
56951
- type: 'string',
56952
- },
56953
- door_id: {
56954
- description:
56955
- 'Door ID in the Salto Space access system.',
56956
- type: 'string',
56957
- },
56958
- door_name: {
56959
- description:
56960
- 'Name of the door in the Salto Space access system.',
56961
- type: 'string',
56962
- },
56963
- ext_door_id: {
56964
- deprecated: true,
56965
- type: 'string',
56966
- 'x-deprecated': 'use door_id.',
56967
- },
56968
- room_description: {
56969
- description:
56970
- 'Description of the room in the Salto Space access system.',
56971
- type: 'string',
56972
- },
56973
- room_name: {
56974
- description:
56975
- 'Name of the room in the Salto Space access system.',
56976
- type: 'string',
56977
- },
56978
- },
56979
- type: 'object',
56980
- },
56981
- space_ids: {
56982
- items: { format: 'uuid', type: 'string' },
56983
- type: 'array',
56984
- },
56985
- visionline_metadata: {
56986
- description:
56987
- 'Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
56988
- properties: {
56989
- door_category: {
56990
- description:
56991
- 'Category of the door in the Visionline access system.',
56992
- enum: [
56993
- 'entrance',
56994
- 'guest',
56995
- 'elevator reader',
56996
- 'common',
56997
- 'common (PMS)',
56998
- ],
56999
- type: 'string',
57000
- },
57001
- door_name: {
57002
- description:
57003
- 'Name of the door in the Visionline access system.',
57004
- type: 'string',
57005
- },
57006
- profiles: {
57007
- description:
57008
- 'Profile for the door in the Visionline access system.',
57009
- items: {
57010
- properties: {
57011
- visionline_door_profile_id: {
57012
- description:
57013
- 'Door profile ID in the Visionline access system.',
57014
- type: 'string',
57015
- },
57016
- visionline_door_profile_type: {
57017
- description:
57018
- 'Door profile type in the Visionline access system.',
57019
- enum: ['BLE', 'commonDoor', 'touch'],
57020
- type: 'string',
57021
- },
57022
- },
57023
- required: [
57024
- 'visionline_door_profile_id',
57025
- 'visionline_door_profile_type',
57026
- ],
57027
- type: 'object',
57028
- },
57029
- type: 'array',
57030
- },
57031
- },
57032
- required: ['door_name', 'door_category'],
57033
- type: 'object',
57034
- },
57035
- },
57036
- required: [
57037
- 'acs_system_id',
57038
- 'acs_entrance_id',
57039
- 'created_at',
57040
- 'display_name',
57041
- 'connected_account_id',
57042
- 'errors',
57043
- 'space_ids',
57044
- ],
57045
- type: 'object',
57046
- 'x-route-path': '/acs/entrances',
57047
- },
56344
+ items: { $ref: '#/components/schemas/acs_entrance' },
57048
56345
  type: 'array',
57049
56346
  },
57050
56347
  acs_systems: {