@seamapi/types 1.547.0 → 1.548.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.
@@ -11370,6 +11370,10 @@ export type Routes = {
11370
11370
  hotek_metadata?: {
11371
11371
  /** Room number of the entrance. */
11372
11372
  room_number: string;
11373
+ /** Display name of the entrance. */
11374
+ display_name: string;
11375
+ /** Type of door. */
11376
+ door_type: 'common_area' | 'guest';
11373
11377
  } | undefined;
11374
11378
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
11375
11379
  visionline_metadata?: {
@@ -14500,6 +14504,10 @@ export type Routes = {
14500
14504
  hotek_metadata?: {
14501
14505
  /** Room number of the entrance. */
14502
14506
  room_number: string;
14507
+ /** Display name of the entrance. */
14508
+ display_name: string;
14509
+ /** Type of door. */
14510
+ door_type: 'common_area' | 'guest';
14503
14511
  } | undefined;
14504
14512
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14505
14513
  visionline_metadata?: {
@@ -20415,6 +20423,10 @@ export type Routes = {
20415
20423
  hotek_metadata?: {
20416
20424
  /** Room number of the entrance. */
20417
20425
  room_number: string;
20426
+ /** Display name of the entrance. */
20427
+ display_name: string;
20428
+ /** Type of door. */
20429
+ door_type: 'common_area' | 'guest';
20418
20430
  } | undefined;
20419
20431
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
20420
20432
  visionline_metadata?: {
@@ -21772,6 +21784,10 @@ export type Routes = {
21772
21784
  hotek_metadata?: {
21773
21785
  /** Room number of the entrance. */
21774
21786
  room_number: string;
21787
+ /** Display name of the entrance. */
21788
+ display_name: string;
21789
+ /** Type of door. */
21790
+ door_type: 'common_area' | 'guest';
21775
21791
  } | undefined;
21776
21792
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21777
21793
  visionline_metadata?: {
@@ -25214,6 +25230,10 @@ export type Routes = {
25214
25230
  hotek_metadata?: {
25215
25231
  /** Room number of the entrance. */
25216
25232
  room_number: string;
25233
+ /** Display name of the entrance. */
25234
+ display_name: string;
25235
+ /** Type of door. */
25236
+ door_type: 'common_area' | 'guest';
25217
25237
  } | undefined;
25218
25238
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25219
25239
  visionline_metadata?: {
@@ -25377,6 +25397,10 @@ export type Routes = {
25377
25397
  hotek_metadata?: {
25378
25398
  /** Room number of the entrance. */
25379
25399
  room_number: string;
25400
+ /** Display name of the entrance. */
25401
+ display_name: string;
25402
+ /** Type of door. */
25403
+ door_type: 'common_area' | 'guest';
25380
25404
  } | undefined;
25381
25405
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25382
25406
  visionline_metadata?: {
@@ -26814,6 +26838,10 @@ export type Routes = {
26814
26838
  hotek_metadata?: {
26815
26839
  /** Room number of the entrance. */
26816
26840
  room_number: string;
26841
+ /** Display name of the entrance. */
26842
+ display_name: string;
26843
+ /** Type of door. */
26844
+ door_type: 'common_area' | 'guest';
26817
26845
  } | undefined;
26818
26846
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
26819
26847
  visionline_metadata?: {
@@ -58219,6 +58247,10 @@ export type Routes = {
58219
58247
  hotek_metadata?: {
58220
58248
  /** Room number of the entrance. */
58221
58249
  room_number: string;
58250
+ /** Display name of the entrance. */
58251
+ display_name: string;
58252
+ /** Type of door. */
58253
+ door_type: 'common_area' | 'guest';
58222
58254
  } | undefined;
58223
58255
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
58224
58256
  visionline_metadata?: {
@@ -59738,6 +59770,10 @@ export type Routes = {
59738
59770
  hotek_metadata?: {
59739
59771
  /** Room number of the entrance. */
59740
59772
  room_number: string;
59773
+ /** Display name of the entrance. */
59774
+ display_name: string;
59775
+ /** Type of door. */
59776
+ door_type: 'common_area' | 'guest';
59741
59777
  } | undefined;
59742
59778
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
59743
59779
  visionline_metadata?: {
@@ -80449,6 +80485,10 @@ export type Routes = {
80449
80485
  hotek_metadata?: {
80450
80486
  /** Room number of the entrance. */
80451
80487
  room_number: string;
80488
+ /** Display name of the entrance. */
80489
+ display_name: string;
80490
+ /** Type of door. */
80491
+ door_type: 'common_area' | 'guest';
80452
80492
  } | undefined;
80453
80493
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
80454
80494
  visionline_metadata?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.547.0",
3
+ "version": "1.548.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -3,6 +3,8 @@ import { z } from 'zod'
3
3
  export const acs_entrance_hotek_metadata = z
4
4
  .object({
5
5
  room_number: z.string().describe('Room number of the entrance.'),
6
+ display_name: z.string().describe('Display name of the entrance.'),
7
+ door_type: z.enum(['common_area', 'guest']).describe('Type of door.'),
6
8
  })
7
9
  .describe('Hotek-specific metadata associated with the entrance.')
8
10
 
@@ -2861,12 +2861,21 @@ export default {
2861
2861
  description:
2862
2862
  'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2863
2863
  properties: {
2864
+ display_name: {
2865
+ description: 'Display name of the entrance.',
2866
+ type: 'string',
2867
+ },
2868
+ door_type: {
2869
+ description: 'Type of door.',
2870
+ enum: ['common_area', 'guest'],
2871
+ type: 'string',
2872
+ },
2864
2873
  room_number: {
2865
2874
  description: 'Room number of the entrance.',
2866
2875
  type: 'string',
2867
2876
  },
2868
2877
  },
2869
- required: ['room_number'],
2878
+ required: ['room_number', 'display_name', 'door_type'],
2870
2879
  type: 'object',
2871
2880
  },
2872
2881
  latch_metadata: {
@@ -19619,12 +19628,25 @@ export default {
19619
19628
  description:
19620
19629
  'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
19621
19630
  properties: {
19631
+ display_name: {
19632
+ description: 'Display name of the entrance.',
19633
+ type: 'string',
19634
+ },
19635
+ door_type: {
19636
+ description: 'Type of door.',
19637
+ enum: ['common_area', 'guest'],
19638
+ type: 'string',
19639
+ },
19622
19640
  room_number: {
19623
19641
  description: 'Room number of the entrance.',
19624
19642
  type: 'string',
19625
19643
  },
19626
19644
  },
19627
- required: ['room_number'],
19645
+ required: [
19646
+ 'room_number',
19647
+ 'display_name',
19648
+ 'door_type',
19649
+ ],
19628
19650
  type: 'object',
19629
19651
  },
19630
19652
  latch_metadata: {
@@ -12959,6 +12959,10 @@ export type Routes = {
12959
12959
  | {
12960
12960
  /** Room number of the entrance. */
12961
12961
  room_number: string
12962
+ /** Display name of the entrance. */
12963
+ display_name: string
12964
+ /** Type of door. */
12965
+ door_type: 'common_area' | 'guest'
12962
12966
  }
12963
12967
  | undefined
12964
12968
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -16748,6 +16752,10 @@ export type Routes = {
16748
16752
  | {
16749
16753
  /** Room number of the entrance. */
16750
16754
  room_number: string
16755
+ /** Display name of the entrance. */
16756
+ display_name: string
16757
+ /** Type of door. */
16758
+ door_type: 'common_area' | 'guest'
16751
16759
  }
16752
16760
  | undefined
16753
16761
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -23723,6 +23731,10 @@ export type Routes = {
23723
23731
  | {
23724
23732
  /** Room number of the entrance. */
23725
23733
  room_number: string
23734
+ /** Display name of the entrance. */
23735
+ display_name: string
23736
+ /** Type of door. */
23737
+ door_type: 'common_area' | 'guest'
23726
23738
  }
23727
23739
  | undefined
23728
23740
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -25317,6 +25329,10 @@ export type Routes = {
25317
25329
  | {
25318
25330
  /** Room number of the entrance. */
25319
25331
  room_number: string
25332
+ /** Display name of the entrance. */
25333
+ display_name: string
25334
+ /** Type of door. */
25335
+ door_type: 'common_area' | 'guest'
25320
25336
  }
25321
25337
  | undefined
25322
25338
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29281,6 +29297,10 @@ export type Routes = {
29281
29297
  | {
29282
29298
  /** Room number of the entrance. */
29283
29299
  room_number: string
29300
+ /** Display name of the entrance. */
29301
+ display_name: string
29302
+ /** Type of door. */
29303
+ door_type: 'common_area' | 'guest'
29284
29304
  }
29285
29305
  | undefined
29286
29306
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29471,6 +29491,10 @@ export type Routes = {
29471
29491
  | {
29472
29492
  /** Room number of the entrance. */
29473
29493
  room_number: string
29494
+ /** Display name of the entrance. */
29495
+ display_name: string
29496
+ /** Type of door. */
29497
+ door_type: 'common_area' | 'guest'
29474
29498
  }
29475
29499
  | undefined
29476
29500
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -31210,6 +31234,10 @@ export type Routes = {
31210
31234
  | {
31211
31235
  /** Room number of the entrance. */
31212
31236
  room_number: string
31237
+ /** Display name of the entrance. */
31238
+ display_name: string
31239
+ /** Type of door. */
31240
+ door_type: 'common_area' | 'guest'
31213
31241
  }
31214
31242
  | undefined
31215
31243
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -69307,6 +69335,10 @@ export type Routes = {
69307
69335
  | {
69308
69336
  /** Room number of the entrance. */
69309
69337
  room_number: string
69338
+ /** Display name of the entrance. */
69339
+ display_name: string
69340
+ /** Type of door. */
69341
+ door_type: 'common_area' | 'guest'
69310
69342
  }
69311
69343
  | undefined
69312
69344
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -71201,6 +71233,10 @@ export type Routes = {
71201
71233
  | {
71202
71234
  /** Room number of the entrance. */
71203
71235
  room_number: string
71236
+ /** Display name of the entrance. */
71237
+ display_name: string
71238
+ /** Type of door. */
71239
+ door_type: 'common_area' | 'guest'
71204
71240
  }
71205
71241
  | undefined
71206
71242
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -95734,6 +95770,10 @@ export type Routes = {
95734
95770
  | {
95735
95771
  /** Room number of the entrance. */
95736
95772
  room_number: string
95773
+ /** Display name of the entrance. */
95774
+ display_name: string
95775
+ /** Type of door. */
95776
+ door_type: 'common_area' | 'guest'
95737
95777
  }
95738
95778
  | undefined
95739
95779
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */