@seamapi/types 1.531.0 → 1.532.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.
Files changed (30) hide show
  1. package/dist/connect.cjs +33 -1
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +107 -2
  4. package/dist/index.cjs +33 -1
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-entrance.d.ts +13 -0
  7. package/lib/seam/connect/models/acs/acs-entrance.js +4 -1
  8. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  9. package/lib/seam/connect/models/acs/metadata/hotek.d.ts +9 -0
  10. package/lib/seam/connect/models/acs/metadata/hotek.js +7 -0
  11. package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -0
  12. package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
  13. package/lib/seam/connect/models/acs/metadata/index.js +1 -0
  14. package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
  15. package/lib/seam/connect/models/batch.d.ts +95 -0
  16. package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
  17. package/lib/seam/connect/models/devices/device-provider.js +2 -0
  18. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  19. package/lib/seam/connect/models/phones/phone-session.d.ts +56 -0
  20. package/lib/seam/connect/openapi.d.ts +22 -0
  21. package/lib/seam/connect/openapi.js +24 -0
  22. package/lib/seam/connect/openapi.js.map +1 -1
  23. package/lib/seam/connect/route-types.d.ts +52 -2
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
  26. package/src/lib/seam/connect/models/acs/metadata/hotek.ts +11 -0
  27. package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
  28. package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
  29. package/src/lib/seam/connect/openapi.ts +26 -0
  30. package/src/lib/seam/connect/route-types.ts +72 -0
@@ -11365,6 +11365,11 @@ export type Routes = {
11365
11365
  /** Indicates whether the entrance is connected. */
11366
11366
  is_connected: boolean;
11367
11367
  } | undefined;
11368
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
11369
+ hotek_metadata?: {
11370
+ /** Room number of the entrance. */
11371
+ room_number: string;
11372
+ } | undefined;
11368
11373
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
11369
11374
  visionline_metadata?: {
11370
11375
  /** Name of the door in the Visionline access system. */
@@ -14488,6 +14493,11 @@ export type Routes = {
14488
14493
  /** Indicates whether the entrance is connected. */
14489
14494
  is_connected: boolean;
14490
14495
  } | undefined;
14496
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14497
+ hotek_metadata?: {
14498
+ /** Room number of the entrance. */
14499
+ room_number: string;
14500
+ } | undefined;
14491
14501
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14492
14502
  visionline_metadata?: {
14493
14503
  /** Name of the door in the Visionline access system. */
@@ -20390,6 +20400,11 @@ export type Routes = {
20390
20400
  /** Indicates whether the entrance is connected. */
20391
20401
  is_connected: boolean;
20392
20402
  } | undefined;
20403
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
20404
+ hotek_metadata?: {
20405
+ /** Room number of the entrance. */
20406
+ room_number: string;
20407
+ } | undefined;
20393
20408
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
20394
20409
  visionline_metadata?: {
20395
20410
  /** Name of the door in the Visionline access system. */
@@ -21740,6 +21755,11 @@ export type Routes = {
21740
21755
  /** Indicates whether the entrance is connected. */
21741
21756
  is_connected: boolean;
21742
21757
  } | undefined;
21758
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21759
+ hotek_metadata?: {
21760
+ /** Room number of the entrance. */
21761
+ room_number: string;
21762
+ } | undefined;
21743
21763
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21744
21764
  visionline_metadata?: {
21745
21765
  /** Name of the door in the Visionline access system. */
@@ -25175,6 +25195,11 @@ export type Routes = {
25175
25195
  /** Indicates whether the entrance is connected. */
25176
25196
  is_connected: boolean;
25177
25197
  } | undefined;
25198
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25199
+ hotek_metadata?: {
25200
+ /** Room number of the entrance. */
25201
+ room_number: string;
25202
+ } | undefined;
25178
25203
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25179
25204
  visionline_metadata?: {
25180
25205
  /** Name of the door in the Visionline access system. */
@@ -25335,6 +25360,11 @@ export type Routes = {
25335
25360
  /** Indicates whether the entrance is connected. */
25336
25361
  is_connected: boolean;
25337
25362
  } | undefined;
25363
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25364
+ hotek_metadata?: {
25365
+ /** Room number of the entrance. */
25366
+ room_number: string;
25367
+ } | undefined;
25338
25368
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25339
25369
  visionline_metadata?: {
25340
25370
  /** Name of the door in the Visionline access system. */
@@ -26765,6 +26795,11 @@ export type Routes = {
26765
26795
  /** Indicates whether the entrance is connected. */
26766
26796
  is_connected: boolean;
26767
26797
  } | undefined;
26798
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
26799
+ hotek_metadata?: {
26800
+ /** Room number of the entrance. */
26801
+ room_number: string;
26802
+ } | undefined;
26768
26803
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
26769
26804
  visionline_metadata?: {
26770
26805
  /** Name of the door in the Visionline access system. */
@@ -30266,7 +30301,7 @@ export type Routes = {
30266
30301
  /** Optional unique string key that can be used to identify the customer. If provided, the customer will be created or retrieved based on this key. */
30267
30302
  customer_key?: string | undefined;
30268
30303
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
30269
- accepted_providers?: ('dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30304
+ accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30270
30305
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
30271
30306
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
30272
30307
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
@@ -34028,7 +34063,7 @@ export type Routes = {
34028
34063
  formData: {};
34029
34064
  jsonResponse: {
34030
34065
  device_providers: {
34031
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance';
34066
+ device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance';
34032
34067
  display_name: string;
34033
34068
  image_url: string;
34034
34069
  provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
@@ -58052,6 +58087,11 @@ export type Routes = {
58052
58087
  /** Indicates whether the entrance is connected. */
58053
58088
  is_connected: boolean;
58054
58089
  } | undefined;
58090
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
58091
+ hotek_metadata?: {
58092
+ /** Room number of the entrance. */
58093
+ room_number: string;
58094
+ } | undefined;
58055
58095
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
58056
58096
  visionline_metadata?: {
58057
58097
  /** Name of the door in the Visionline access system. */
@@ -59564,6 +59604,11 @@ export type Routes = {
59564
59604
  /** Indicates whether the entrance is connected. */
59565
59605
  is_connected: boolean;
59566
59606
  } | undefined;
59607
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
59608
+ hotek_metadata?: {
59609
+ /** Room number of the entrance. */
59610
+ room_number: string;
59611
+ } | undefined;
59567
59612
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
59568
59613
  visionline_metadata?: {
59569
59614
  /** Name of the door in the Visionline access system. */
@@ -80270,6 +80315,11 @@ export type Routes = {
80270
80315
  /** Indicates whether the entrance is connected. */
80271
80316
  is_connected: boolean;
80272
80317
  } | undefined;
80318
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
80319
+ hotek_metadata?: {
80320
+ /** Room number of the entrance. */
80321
+ room_number: string;
80322
+ } | undefined;
80273
80323
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
80274
80324
  visionline_metadata?: {
80275
80325
  /** Name of the door in the Visionline access system. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.531.0",
3
+ "version": "1.532.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -4,6 +4,7 @@ import { acs_entrance_dormakaba_ambiance_metadata } from './metadata/dormakaba-a
4
4
  import {
5
5
  acs_entrance_assa_abloy_vostio_metadata,
6
6
  acs_entrance_dormakaba_community_metadata,
7
+ acs_entrance_hotek_metadata,
7
8
  acs_entrance_latch_metadata,
8
9
  acs_entrance_salto_ks_metadata,
9
10
  acs_entrance_visionline_metadata,
@@ -85,6 +86,11 @@ export const acs_entrance = z
85
86
  .describe(
86
87
  'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
87
88
  ),
89
+ hotek_metadata: acs_entrance_hotek_metadata
90
+ .optional()
91
+ .describe(
92
+ 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
93
+ ),
88
94
  visionline_metadata: acs_entrance_visionline_metadata
89
95
  .optional()
90
96
  .describe(
@@ -0,0 +1,11 @@
1
+ import { z } from 'zod'
2
+
3
+ export const acs_entrance_hotek_metadata = z
4
+ .object({
5
+ room_number: z.string().describe('Room number of the entrance.'),
6
+ })
7
+ .describe('Hotek-specific metadata associated with the entrance.')
8
+
9
+ export type AcsEntranceHotekMetadata = z.infer<
10
+ typeof acs_entrance_hotek_metadata
11
+ >
@@ -1,6 +1,7 @@
1
1
  export * from './assa-abloy-vostio.js'
2
2
  export * from './dormakaba-ambiance.js'
3
3
  export * from './dormakaba-community.js'
4
+ export * from './hotek.js'
4
5
  export * from './latch.js'
5
6
  export * from './salto.js'
6
7
  export * from './visionline.js'
@@ -4,6 +4,7 @@ import type { ProviderCapability } from '../provider-capability.js'
4
4
  import { device_capability_flags } from './device.js'
5
5
 
6
6
  export const DEVICE_PROVIDERS = {
7
+ HOTEK: 'hotek',
7
8
  DORMAKABA_COMMUNITY: 'dormakaba_community',
8
9
  LEGIC_CONNECT: 'legic_connect',
9
10
  AKUVOX: 'akuvox',
@@ -122,6 +123,7 @@ export const PROVIDER_CATEGORY_MAP = {
122
123
  'dormakaba_ambiance',
123
124
  'dormakaba_community',
124
125
  'legic_connect',
126
+ 'hotek',
125
127
  ],
126
128
 
127
129
  internal_beta: ALL_DEVICE_PROVIDERS,
@@ -2851,6 +2851,18 @@ export default {
2851
2851
  },
2852
2852
  type: 'array',
2853
2853
  },
2854
+ hotek_metadata: {
2855
+ description:
2856
+ 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
2857
+ properties: {
2858
+ room_number: {
2859
+ description: 'Room number of the entrance.',
2860
+ type: 'string',
2861
+ },
2862
+ },
2863
+ required: ['room_number'],
2864
+ type: 'object',
2865
+ },
2854
2866
  latch_metadata: {
2855
2867
  description:
2856
2868
  'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -12932,6 +12944,7 @@ export default {
12932
12944
  can_unlock_with_code: { type: 'boolean' },
12933
12945
  device_provider_name: {
12934
12946
  enum: [
12947
+ 'hotek',
12935
12948
  'dormakaba_community',
12936
12949
  'legic_connect',
12937
12950
  'akuvox',
@@ -19572,6 +19585,18 @@ export default {
19572
19585
  },
19573
19586
  type: 'array',
19574
19587
  },
19588
+ hotek_metadata: {
19589
+ description:
19590
+ 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
19591
+ properties: {
19592
+ room_number: {
19593
+ description: 'Room number of the entrance.',
19594
+ type: 'string',
19595
+ },
19596
+ },
19597
+ required: ['room_number'],
19598
+ type: 'object',
19599
+ },
19575
19600
  latch_metadata: {
19576
19601
  description:
19577
19602
  'Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
@@ -37226,6 +37251,7 @@ export default {
37226
37251
  'Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters.',
37227
37252
  items: {
37228
37253
  enum: [
37254
+ 'hotek',
37229
37255
  'dormakaba_community',
37230
37256
  'legic_connect',
37231
37257
  'akuvox',
@@ -12953,6 +12953,13 @@ export type Routes = {
12953
12953
  is_connected: boolean
12954
12954
  }
12955
12955
  | undefined
12956
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
12957
+ hotek_metadata?:
12958
+ | {
12959
+ /** Room number of the entrance. */
12960
+ room_number: string
12961
+ }
12962
+ | undefined
12956
12963
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
12957
12964
  visionline_metadata?:
12958
12965
  | {
@@ -16711,6 +16718,13 @@ export type Routes = {
16711
16718
  is_connected: boolean
16712
16719
  }
16713
16720
  | undefined
16721
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
16722
+ hotek_metadata?:
16723
+ | {
16724
+ /** Room number of the entrance. */
16725
+ room_number: string
16726
+ }
16727
+ | undefined
16714
16728
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
16715
16729
  visionline_metadata?:
16716
16730
  | {
@@ -23669,6 +23683,13 @@ export type Routes = {
23669
23683
  is_connected: boolean
23670
23684
  }
23671
23685
  | undefined
23686
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23687
+ hotek_metadata?:
23688
+ | {
23689
+ /** Room number of the entrance. */
23690
+ room_number: string
23691
+ }
23692
+ | undefined
23672
23693
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23673
23694
  visionline_metadata?:
23674
23695
  | {
@@ -25254,6 +25275,13 @@ export type Routes = {
25254
25275
  is_connected: boolean
25255
25276
  }
25256
25277
  | undefined
25278
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25279
+ hotek_metadata?:
25280
+ | {
25281
+ /** Room number of the entrance. */
25282
+ room_number: string
25283
+ }
25284
+ | undefined
25257
25285
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25258
25286
  visionline_metadata?:
25259
25287
  | {
@@ -29209,6 +29237,13 @@ export type Routes = {
29209
29237
  is_connected: boolean
29210
29238
  }
29211
29239
  | undefined
29240
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29241
+ hotek_metadata?:
29242
+ | {
29243
+ /** Room number of the entrance. */
29244
+ room_number: string
29245
+ }
29246
+ | undefined
29212
29247
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29213
29248
  visionline_metadata?:
29214
29249
  | {
@@ -29394,6 +29429,13 @@ export type Routes = {
29394
29429
  is_connected: boolean
29395
29430
  }
29396
29431
  | undefined
29432
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29433
+ hotek_metadata?:
29434
+ | {
29435
+ /** Room number of the entrance. */
29436
+ room_number: string
29437
+ }
29438
+ | undefined
29397
29439
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29398
29440
  visionline_metadata?:
29399
29441
  | {
@@ -31118,6 +31160,13 @@ export type Routes = {
31118
31160
  is_connected: boolean
31119
31161
  }
31120
31162
  | undefined
31163
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31164
+ hotek_metadata?:
31165
+ | {
31166
+ /** Room number of the entrance. */
31167
+ room_number: string
31168
+ }
31169
+ | undefined
31121
31170
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31122
31171
  visionline_metadata?:
31123
31172
  | {
@@ -35083,6 +35132,7 @@ export type Routes = {
35083
35132
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
35084
35133
  accepted_providers?:
35085
35134
  | (
35135
+ | 'hotek'
35086
35136
  | 'dormakaba_community'
35087
35137
  | 'legic_connect'
35088
35138
  | 'akuvox'
@@ -39835,6 +39885,7 @@ export type Routes = {
39835
39885
  jsonResponse: {
39836
39886
  device_providers: {
39837
39887
  device_provider_name:
39888
+ | 'hotek'
39838
39889
  | 'dormakaba_community'
39839
39890
  | 'legic_connect'
39840
39891
  | 'akuvox'
@@ -69065,6 +69116,13 @@ export type Routes = {
69065
69116
  is_connected: boolean
69066
69117
  }
69067
69118
  | undefined
69119
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
69120
+ hotek_metadata?:
69121
+ | {
69122
+ /** Room number of the entrance. */
69123
+ room_number: string
69124
+ }
69125
+ | undefined
69068
69126
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
69069
69127
  visionline_metadata?:
69070
69128
  | {
@@ -70950,6 +71008,13 @@ export type Routes = {
70950
71008
  is_connected: boolean
70951
71009
  }
70952
71010
  | undefined
71011
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
71012
+ hotek_metadata?:
71013
+ | {
71014
+ /** Room number of the entrance. */
71015
+ room_number: string
71016
+ }
71017
+ | undefined
70953
71018
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
70954
71019
  visionline_metadata?:
70955
71020
  | {
@@ -95472,6 +95537,13 @@ export type Routes = {
95472
95537
  is_connected: boolean
95473
95538
  }
95474
95539
  | undefined
95540
+ /** Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
95541
+ hotek_metadata?:
95542
+ | {
95543
+ /** Room number of the entrance. */
95544
+ room_number: string
95545
+ }
95546
+ | undefined
95475
95547
  /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
95476
95548
  visionline_metadata?:
95477
95549
  | {