@seamapi/types 1.604.0 → 1.605.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.
@@ -4557,17 +4557,17 @@ declare const acs_entrance: z.ZodObject<{
4557
4557
  accessibility_type: string;
4558
4558
  }>>;
4559
4559
  hotek_metadata: z.ZodOptional<z.ZodObject<{
4560
- room_number: z.ZodString;
4561
- display_name: z.ZodString;
4562
- door_type: z.ZodEnum<["common_area", "guest"]>;
4560
+ room_number: z.ZodOptional<z.ZodString>;
4561
+ common_area_number: z.ZodOptional<z.ZodString>;
4562
+ common_area_name: z.ZodOptional<z.ZodString>;
4563
4563
  }, "strip", z.ZodTypeAny, {
4564
- display_name: string;
4565
- door_type: "common_area" | "guest";
4566
- room_number: string;
4564
+ room_number?: string | undefined;
4565
+ common_area_number?: string | undefined;
4566
+ common_area_name?: string | undefined;
4567
4567
  }, {
4568
- display_name: string;
4569
- door_type: "common_area" | "guest";
4570
- room_number: string;
4568
+ room_number?: string | undefined;
4569
+ common_area_number?: string | undefined;
4570
+ common_area_name?: string | undefined;
4571
4571
  }>>;
4572
4572
  visionline_metadata: z.ZodOptional<z.ZodObject<{
4573
4573
  door_name: z.ZodString;
@@ -4584,14 +4584,14 @@ declare const acs_entrance: z.ZodObject<{
4584
4584
  }>, "many">>;
4585
4585
  }, "strip", z.ZodTypeAny, {
4586
4586
  door_name: string;
4587
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
4587
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
4588
4588
  profiles?: {
4589
4589
  visionline_door_profile_id: string;
4590
4590
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
4591
4591
  }[] | undefined;
4592
4592
  }, {
4593
4593
  door_name: string;
4594
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
4594
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
4595
4595
  profiles?: {
4596
4596
  visionline_door_profile_id: string;
4597
4597
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -4707,7 +4707,7 @@ declare const acs_entrance: z.ZodObject<{
4707
4707
  } | undefined;
4708
4708
  visionline_metadata?: {
4709
4709
  door_name: string;
4710
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
4710
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
4711
4711
  profiles?: {
4712
4712
  visionline_door_profile_id: string;
4713
4713
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -4730,9 +4730,9 @@ declare const acs_entrance: z.ZodObject<{
4730
4730
  accessibility_type: string;
4731
4731
  } | undefined;
4732
4732
  hotek_metadata?: {
4733
- display_name: string;
4734
- door_type: "common_area" | "guest";
4735
- room_number: string;
4733
+ room_number?: string | undefined;
4734
+ common_area_number?: string | undefined;
4735
+ common_area_name?: string | undefined;
4736
4736
  } | undefined;
4737
4737
  dormakaba_community_metadata?: {
4738
4738
  access_point_profile: string;
@@ -4771,7 +4771,7 @@ declare const acs_entrance: z.ZodObject<{
4771
4771
  } | undefined;
4772
4772
  visionline_metadata?: {
4773
4773
  door_name: string;
4774
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
4774
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
4775
4775
  profiles?: {
4776
4776
  visionline_door_profile_id: string;
4777
4777
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -4794,9 +4794,9 @@ declare const acs_entrance: z.ZodObject<{
4794
4794
  accessibility_type: string;
4795
4795
  } | undefined;
4796
4796
  hotek_metadata?: {
4797
- display_name: string;
4798
- door_type: "common_area" | "guest";
4799
- room_number: string;
4797
+ room_number?: string | undefined;
4798
+ common_area_number?: string | undefined;
4799
+ common_area_name?: string | undefined;
4800
4800
  } | undefined;
4801
4801
  dormakaba_community_metadata?: {
4802
4802
  access_point_profile: string;
@@ -14647,17 +14647,17 @@ declare const batch: z.ZodObject<{
14647
14647
  accessibility_type: string;
14648
14648
  }>>;
14649
14649
  hotek_metadata: z.ZodOptional<z.ZodObject<{
14650
- room_number: z.ZodString;
14651
- display_name: z.ZodString;
14652
- door_type: z.ZodEnum<["common_area", "guest"]>;
14650
+ room_number: z.ZodOptional<z.ZodString>;
14651
+ common_area_number: z.ZodOptional<z.ZodString>;
14652
+ common_area_name: z.ZodOptional<z.ZodString>;
14653
14653
  }, "strip", z.ZodTypeAny, {
14654
- display_name: string;
14655
- door_type: "common_area" | "guest";
14656
- room_number: string;
14654
+ room_number?: string | undefined;
14655
+ common_area_number?: string | undefined;
14656
+ common_area_name?: string | undefined;
14657
14657
  }, {
14658
- display_name: string;
14659
- door_type: "common_area" | "guest";
14660
- room_number: string;
14658
+ room_number?: string | undefined;
14659
+ common_area_number?: string | undefined;
14660
+ common_area_name?: string | undefined;
14661
14661
  }>>;
14662
14662
  visionline_metadata: z.ZodOptional<z.ZodObject<{
14663
14663
  door_name: z.ZodString;
@@ -14674,14 +14674,14 @@ declare const batch: z.ZodObject<{
14674
14674
  }>, "many">>;
14675
14675
  }, "strip", z.ZodTypeAny, {
14676
14676
  door_name: string;
14677
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
14677
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
14678
14678
  profiles?: {
14679
14679
  visionline_door_profile_id: string;
14680
14680
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
14681
14681
  }[] | undefined;
14682
14682
  }, {
14683
14683
  door_name: string;
14684
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
14684
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
14685
14685
  profiles?: {
14686
14686
  visionline_door_profile_id: string;
14687
14687
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -14797,7 +14797,7 @@ declare const batch: z.ZodObject<{
14797
14797
  } | undefined;
14798
14798
  visionline_metadata?: {
14799
14799
  door_name: string;
14800
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
14800
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
14801
14801
  profiles?: {
14802
14802
  visionline_door_profile_id: string;
14803
14803
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -14820,9 +14820,9 @@ declare const batch: z.ZodObject<{
14820
14820
  accessibility_type: string;
14821
14821
  } | undefined;
14822
14822
  hotek_metadata?: {
14823
- display_name: string;
14824
- door_type: "common_area" | "guest";
14825
- room_number: string;
14823
+ room_number?: string | undefined;
14824
+ common_area_number?: string | undefined;
14825
+ common_area_name?: string | undefined;
14826
14826
  } | undefined;
14827
14827
  dormakaba_community_metadata?: {
14828
14828
  access_point_profile: string;
@@ -14861,7 +14861,7 @@ declare const batch: z.ZodObject<{
14861
14861
  } | undefined;
14862
14862
  visionline_metadata?: {
14863
14863
  door_name: string;
14864
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
14864
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
14865
14865
  profiles?: {
14866
14866
  visionline_door_profile_id: string;
14867
14867
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -14884,9 +14884,9 @@ declare const batch: z.ZodObject<{
14884
14884
  accessibility_type: string;
14885
14885
  } | undefined;
14886
14886
  hotek_metadata?: {
14887
- display_name: string;
14888
- door_type: "common_area" | "guest";
14889
- room_number: string;
14887
+ room_number?: string | undefined;
14888
+ common_area_number?: string | undefined;
14889
+ common_area_name?: string | undefined;
14890
14890
  } | undefined;
14891
14891
  dormakaba_community_metadata?: {
14892
14892
  access_point_profile: string;
@@ -31695,7 +31695,7 @@ declare const batch: z.ZodObject<{
31695
31695
  } | undefined;
31696
31696
  visionline_metadata?: {
31697
31697
  door_name: string;
31698
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
31698
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
31699
31699
  profiles?: {
31700
31700
  visionline_door_profile_id: string;
31701
31701
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -31718,9 +31718,9 @@ declare const batch: z.ZodObject<{
31718
31718
  accessibility_type: string;
31719
31719
  } | undefined;
31720
31720
  hotek_metadata?: {
31721
- display_name: string;
31722
- door_type: "common_area" | "guest";
31723
- room_number: string;
31721
+ room_number?: string | undefined;
31722
+ common_area_number?: string | undefined;
31723
+ common_area_name?: string | undefined;
31724
31724
  } | undefined;
31725
31725
  dormakaba_community_metadata?: {
31726
31726
  access_point_profile: string;
@@ -35605,7 +35605,7 @@ declare const batch: z.ZodObject<{
35605
35605
  } | undefined;
35606
35606
  visionline_metadata?: {
35607
35607
  door_name: string;
35608
- door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
35608
+ door_category: "entrance" | "guest" | "elevator reader" | "common" | "common (PMS)";
35609
35609
  profiles?: {
35610
35610
  visionline_door_profile_id: string;
35611
35611
  visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
@@ -35628,9 +35628,9 @@ declare const batch: z.ZodObject<{
35628
35628
  accessibility_type: string;
35629
35629
  } | undefined;
35630
35630
  hotek_metadata?: {
35631
- display_name: string;
35632
- door_type: "common_area" | "guest";
35633
- room_number: string;
35631
+ room_number?: string | undefined;
35632
+ common_area_number?: string | undefined;
35633
+ common_area_name?: string | undefined;
35634
35634
  } | undefined;
35635
35635
  dormakaba_community_metadata?: {
35636
35636
  access_point_profile: string;
@@ -52722,13 +52722,12 @@ declare const _default: {
52722
52722
  hotek_metadata: {
52723
52723
  description: string;
52724
52724
  properties: {
52725
- display_name: {
52725
+ common_area_name: {
52726
52726
  description: string;
52727
52727
  type: string;
52728
52728
  };
52729
- door_type: {
52729
+ common_area_number: {
52730
52730
  description: string;
52731
- enum: string[];
52732
52731
  type: string;
52733
52732
  };
52734
52733
  room_number: {
@@ -52736,7 +52735,6 @@ declare const _default: {
52736
52735
  type: string;
52737
52736
  };
52738
52737
  };
52739
- required: string[];
52740
52738
  type: string;
52741
52739
  };
52742
52740
  latch_metadata: {
@@ -63084,13 +63082,12 @@ declare const _default: {
63084
63082
  hotek_metadata: {
63085
63083
  description: string;
63086
63084
  properties: {
63087
- display_name: {
63085
+ common_area_name: {
63088
63086
  description: string;
63089
63087
  type: string;
63090
63088
  };
63091
- door_type: {
63089
+ common_area_number: {
63092
63090
  description: string;
63093
- enum: string[];
63094
63091
  type: string;
63095
63092
  };
63096
63093
  room_number: {
@@ -63098,7 +63095,6 @@ declare const _default: {
63098
63095
  type: string;
63099
63096
  };
63100
63097
  };
63101
- required: string[];
63102
63098
  type: string;
63103
63099
  };
63104
63100
  latch_metadata: {
@@ -78030,6 +78026,132 @@ declare const _default: {
78030
78026
  'x-title': string;
78031
78027
  };
78032
78028
  };
78029
+ '/acs/systems/report_devices': {
78030
+ post: {
78031
+ description: string;
78032
+ operationId: string;
78033
+ requestBody: {
78034
+ content: {
78035
+ 'application/json': {
78036
+ schema: {
78037
+ properties: {
78038
+ acs_encoders: {
78039
+ default: never[];
78040
+ description: string;
78041
+ items: {
78042
+ properties: {
78043
+ hotek_metadata: {
78044
+ properties: {
78045
+ encoder_number: {
78046
+ description: string;
78047
+ type: string;
78048
+ };
78049
+ };
78050
+ required: string[];
78051
+ type: string;
78052
+ };
78053
+ is_removed: {
78054
+ default: boolean;
78055
+ description: string;
78056
+ type: string;
78057
+ };
78058
+ };
78059
+ required: string[];
78060
+ type: string;
78061
+ };
78062
+ type: string;
78063
+ };
78064
+ acs_entrances: {
78065
+ default: never[];
78066
+ description: string;
78067
+ items: {
78068
+ properties: {
78069
+ hotek_metadata: {
78070
+ description: string;
78071
+ properties: {
78072
+ common_area_name: {
78073
+ description: string;
78074
+ type: string;
78075
+ };
78076
+ common_area_number: {
78077
+ description: string;
78078
+ type: string;
78079
+ };
78080
+ room_number: {
78081
+ description: string;
78082
+ type: string;
78083
+ };
78084
+ };
78085
+ type: string;
78086
+ };
78087
+ is_removed: {
78088
+ default: boolean;
78089
+ description: string;
78090
+ type: string;
78091
+ };
78092
+ };
78093
+ required: string[];
78094
+ type: string;
78095
+ };
78096
+ type: string;
78097
+ };
78098
+ acs_system_id: {
78099
+ description: string;
78100
+ format: string;
78101
+ type: string;
78102
+ };
78103
+ };
78104
+ required: string[];
78105
+ type: string;
78106
+ };
78107
+ };
78108
+ };
78109
+ };
78110
+ responses: {
78111
+ 200: {
78112
+ content: {
78113
+ 'application/json': {
78114
+ schema: {
78115
+ properties: {
78116
+ ok: {
78117
+ type: string;
78118
+ };
78119
+ };
78120
+ required: string[];
78121
+ type: string;
78122
+ };
78123
+ };
78124
+ };
78125
+ description: string;
78126
+ };
78127
+ 400: {
78128
+ description: string;
78129
+ };
78130
+ 401: {
78131
+ description: string;
78132
+ };
78133
+ };
78134
+ security: ({
78135
+ pat_with_workspace: never[];
78136
+ console_session_with_workspace?: never;
78137
+ api_key?: never;
78138
+ } | {
78139
+ console_session_with_workspace: never[];
78140
+ pat_with_workspace?: never;
78141
+ api_key?: never;
78142
+ } | {
78143
+ api_key: never[];
78144
+ pat_with_workspace?: never;
78145
+ console_session_with_workspace?: never;
78146
+ })[];
78147
+ summary: string;
78148
+ tags: string[];
78149
+ 'x-fern-sdk-group-name': string[];
78150
+ 'x-fern-sdk-method-name': string;
78151
+ 'x-response-key': null;
78152
+ 'x-title': string;
78153
+ };
78154
+ };
78033
78155
  '/acs/users/add_to_access_group': {
78034
78156
  post: {
78035
78157
  description: string;
@@ -119750,11 +119872,11 @@ type Routes = {
119750
119872
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
119751
119873
  hotek_metadata?: {
119752
119874
  /** Room number of the entrance. */
119753
- room_number: string;
119875
+ room_number?: string | undefined;
119754
119876
  /** Display name of the entrance. */
119755
- display_name: string;
119756
- /** Type of door. */
119757
- door_type: 'common_area' | 'guest';
119877
+ common_area_number?: string | undefined;
119878
+ /** Display name of the entrance. */
119879
+ common_area_name?: string | undefined;
119758
119880
  } | undefined;
119759
119881
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
119760
119882
  visionline_metadata?: {
@@ -123182,11 +123304,11 @@ type Routes = {
123182
123304
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
123183
123305
  hotek_metadata?: {
123184
123306
  /** Room number of the entrance. */
123185
- room_number: string;
123307
+ room_number?: string | undefined;
123186
123308
  /** Display name of the entrance. */
123187
- display_name: string;
123188
- /** Type of door. */
123189
- door_type: 'common_area' | 'guest';
123309
+ common_area_number?: string | undefined;
123310
+ /** Display name of the entrance. */
123311
+ common_area_name?: string | undefined;
123190
123312
  } | undefined;
123191
123313
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
123192
123314
  visionline_metadata?: {
@@ -129239,11 +129361,11 @@ type Routes = {
129239
129361
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
129240
129362
  hotek_metadata?: {
129241
129363
  /** Room number of the entrance. */
129242
- room_number: string;
129364
+ room_number?: string | undefined;
129243
129365
  /** Display name of the entrance. */
129244
- display_name: string;
129245
- /** Type of door. */
129246
- door_type: 'common_area' | 'guest';
129366
+ common_area_number?: string | undefined;
129367
+ /** Display name of the entrance. */
129368
+ common_area_name?: string | undefined;
129247
129369
  } | undefined;
129248
129370
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
129249
129371
  visionline_metadata?: {
@@ -130605,11 +130727,11 @@ type Routes = {
130605
130727
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130606
130728
  hotek_metadata?: {
130607
130729
  /** Room number of the entrance. */
130608
- room_number: string;
130730
+ room_number?: string | undefined;
130609
130731
  /** Display name of the entrance. */
130610
- display_name: string;
130611
- /** Type of door. */
130612
- door_type: 'common_area' | 'guest';
130732
+ common_area_number?: string | undefined;
130733
+ /** Display name of the entrance. */
130734
+ common_area_name?: string | undefined;
130613
130735
  } | undefined;
130614
130736
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130615
130737
  visionline_metadata?: {
@@ -134071,11 +134193,11 @@ type Routes = {
134071
134193
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134072
134194
  hotek_metadata?: {
134073
134195
  /** Room number of the entrance. */
134074
- room_number: string;
134196
+ room_number?: string | undefined;
134075
134197
  /** Display name of the entrance. */
134076
- display_name: string;
134077
- /** Type of door. */
134078
- door_type: 'common_area' | 'guest';
134198
+ common_area_number?: string | undefined;
134199
+ /** Display name of the entrance. */
134200
+ common_area_name?: string | undefined;
134079
134201
  } | undefined;
134080
134202
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134081
134203
  visionline_metadata?: {
@@ -134238,11 +134360,11 @@ type Routes = {
134238
134360
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134239
134361
  hotek_metadata?: {
134240
134362
  /** Room number of the entrance. */
134241
- room_number: string;
134363
+ room_number?: string | undefined;
134242
134364
  /** Display name of the entrance. */
134243
- display_name: string;
134244
- /** Type of door. */
134245
- door_type: 'common_area' | 'guest';
134365
+ common_area_number?: string | undefined;
134366
+ /** Display name of the entrance. */
134367
+ common_area_name?: string | undefined;
134246
134368
  } | undefined;
134247
134369
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
134248
134370
  visionline_metadata?: {
@@ -134880,6 +135002,40 @@ type Routes = {
134880
135002
  }[];
134881
135003
  };
134882
135004
  };
135005
+ '/acs/systems/report_devices': {
135006
+ route: '/acs/systems/report_devices';
135007
+ method: 'POST';
135008
+ queryParams: {};
135009
+ jsonBody: {};
135010
+ commonParams: {
135011
+ /** ID of the ACS system to report resources for */
135012
+ acs_system_id: string;
135013
+ /** Array of ACS encoders to report */
135014
+ acs_encoders?: {
135015
+ /** Whether the encoder is removed */
135016
+ is_removed?: boolean | undefined;
135017
+ hotek_metadata: {
135018
+ /** The encoder number determined by the USB port connection. */
135019
+ encoder_number: string;
135020
+ };
135021
+ }[] | undefined;
135022
+ /** Array of ACS entrances to report */
135023
+ acs_entrances?: {
135024
+ /** Whether the entrance is removed */
135025
+ is_removed?: boolean | undefined;
135026
+ /** Hotek-specific metadata associated with the entrance. */
135027
+ hotek_metadata: {
135028
+ /** The room number identifier */
135029
+ room_number?: string | undefined;
135030
+ /** The common area name */
135031
+ common_area_name?: string | undefined;
135032
+ common_area_number?: string | undefined;
135033
+ };
135034
+ }[] | undefined;
135035
+ };
135036
+ formData: {};
135037
+ jsonResponse: {};
135038
+ };
134883
135039
  '/acs/users/add_to_access_group': {
134884
135040
  route: '/acs/users/add_to_access_group';
134885
135041
  method: 'PUT' | 'POST';
@@ -135679,11 +135835,11 @@ type Routes = {
135679
135835
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
135680
135836
  hotek_metadata?: {
135681
135837
  /** Room number of the entrance. */
135682
- room_number: string;
135838
+ room_number?: string | undefined;
135683
135839
  /** Display name of the entrance. */
135684
- display_name: string;
135685
- /** Type of door. */
135686
- door_type: 'common_area' | 'guest';
135840
+ common_area_number?: string | undefined;
135841
+ /** Display name of the entrance. */
135842
+ common_area_name?: string | undefined;
135687
135843
  } | undefined;
135688
135844
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
135689
135845
  visionline_metadata?: {
@@ -167941,11 +168097,11 @@ type Routes = {
167941
168097
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
167942
168098
  hotek_metadata?: {
167943
168099
  /** Room number of the entrance. */
167944
- room_number: string;
168100
+ room_number?: string | undefined;
167945
168101
  /** Display name of the entrance. */
167946
- display_name: string;
167947
- /** Type of door. */
167948
- door_type: 'common_area' | 'guest';
168102
+ common_area_number?: string | undefined;
168103
+ /** Display name of the entrance. */
168104
+ common_area_name?: string | undefined;
167949
168105
  } | undefined;
167950
168106
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
167951
168107
  visionline_metadata?: {
@@ -169520,11 +169676,11 @@ type Routes = {
169520
169676
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
169521
169677
  hotek_metadata?: {
169522
169678
  /** Room number of the entrance. */
169523
- room_number: string;
169679
+ room_number?: string | undefined;
169524
169680
  /** Display name of the entrance. */
169525
- display_name: string;
169526
- /** Type of door. */
169527
- door_type: 'common_area' | 'guest';
169681
+ common_area_number?: string | undefined;
169682
+ /** Display name of the entrance. */
169683
+ common_area_name?: string | undefined;
169528
169684
  } | undefined;
169529
169685
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
169530
169686
  visionline_metadata?: {
@@ -190754,11 +190910,11 @@ type Routes = {
190754
190910
  /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
190755
190911
  hotek_metadata?: {
190756
190912
  /** Room number of the entrance. */
190757
- room_number: string;
190913
+ room_number?: string | undefined;
190758
190914
  /** Display name of the entrance. */
190759
- display_name: string;
190760
- /** Type of door. */
190761
- door_type: 'common_area' | 'guest';
190915
+ common_area_number?: string | undefined;
190916
+ /** Display name of the entrance. */
190917
+ common_area_name?: string | undefined;
190762
190918
  } | undefined;
190763
190919
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
190764
190920
  visionline_metadata?: {