@seamapi/types 1.471.0 → 1.472.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.
- package/dist/connect.cjs +32 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +104 -0
- package/dist/index.cjs +32 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +13 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.d.ts +9 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.js +9 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.js.map +1 -0
- package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +95 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +56 -0
- package/lib/seam/connect/openapi.d.ts +22 -0
- package/lib/seam/connect/openapi.js +22 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +50 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-ambiance.ts +17 -0
- package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +26 -0
- package/src/lib/seam/connect/route-types.ts +70 -0
|
@@ -11433,6 +11433,11 @@ export type Routes = {
|
|
|
11433
11433
|
/** Description of the room in the Salto Space access system. */
|
|
11434
11434
|
room_description?: string | undefined;
|
|
11435
11435
|
} | undefined;
|
|
11436
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11437
|
+
dormakaba_ambiance_metadata?: {
|
|
11438
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
11439
|
+
access_point_name: string;
|
|
11440
|
+
} | undefined;
|
|
11436
11441
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
11437
11442
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
11438
11443
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -14539,6 +14544,11 @@ export type Routes = {
|
|
|
14539
14544
|
/** Description of the room in the Salto Space access system. */
|
|
14540
14545
|
room_description?: string | undefined;
|
|
14541
14546
|
} | undefined;
|
|
14547
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14548
|
+
dormakaba_ambiance_metadata?: {
|
|
14549
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
14550
|
+
access_point_name: string;
|
|
14551
|
+
} | undefined;
|
|
14542
14552
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
14543
14553
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
14544
14554
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -17143,6 +17153,11 @@ export type Routes = {
|
|
|
17143
17153
|
/** Description of the room in the Salto Space access system. */
|
|
17144
17154
|
room_description?: string | undefined;
|
|
17145
17155
|
} | undefined;
|
|
17156
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17157
|
+
dormakaba_ambiance_metadata?: {
|
|
17158
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
17159
|
+
access_point_name: string;
|
|
17160
|
+
} | undefined;
|
|
17146
17161
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
17147
17162
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
17148
17163
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -18475,6 +18490,11 @@ export type Routes = {
|
|
|
18475
18490
|
/** Description of the room in the Salto Space access system. */
|
|
18476
18491
|
room_description?: string | undefined;
|
|
18477
18492
|
} | undefined;
|
|
18493
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18494
|
+
dormakaba_ambiance_metadata?: {
|
|
18495
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
18496
|
+
access_point_name: string;
|
|
18497
|
+
} | undefined;
|
|
18478
18498
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
18479
18499
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18480
18500
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21897,6 +21917,11 @@ export type Routes = {
|
|
|
21897
21917
|
/** Description of the room in the Salto Space access system. */
|
|
21898
21918
|
room_description?: string | undefined;
|
|
21899
21919
|
} | undefined;
|
|
21920
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21921
|
+
dormakaba_ambiance_metadata?: {
|
|
21922
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
21923
|
+
access_point_name: string;
|
|
21924
|
+
} | undefined;
|
|
21900
21925
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21901
21926
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
21902
21927
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -22046,6 +22071,11 @@ export type Routes = {
|
|
|
22046
22071
|
/** Description of the room in the Salto Space access system. */
|
|
22047
22072
|
room_description?: string | undefined;
|
|
22048
22073
|
} | undefined;
|
|
22074
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22075
|
+
dormakaba_ambiance_metadata?: {
|
|
22076
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
22077
|
+
access_point_name: string;
|
|
22078
|
+
} | undefined;
|
|
22049
22079
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
22050
22080
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
22051
22081
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -23460,6 +23490,11 @@ export type Routes = {
|
|
|
23460
23490
|
/** Description of the room in the Salto Space access system. */
|
|
23461
23491
|
room_description?: string | undefined;
|
|
23462
23492
|
} | undefined;
|
|
23493
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23494
|
+
dormakaba_ambiance_metadata?: {
|
|
23495
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
23496
|
+
access_point_name: string;
|
|
23497
|
+
} | undefined;
|
|
23463
23498
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
23464
23499
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
23465
23500
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -54723,6 +54758,11 @@ export type Routes = {
|
|
|
54723
54758
|
/** Description of the room in the Salto Space access system. */
|
|
54724
54759
|
room_description?: string | undefined;
|
|
54725
54760
|
} | undefined;
|
|
54761
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
54762
|
+
dormakaba_ambiance_metadata?: {
|
|
54763
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
54764
|
+
access_point_name: string;
|
|
54765
|
+
} | undefined;
|
|
54726
54766
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
54727
54767
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
54728
54768
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -56259,6 +56299,11 @@ export type Routes = {
|
|
|
56259
56299
|
/** Description of the room in the Salto Space access system. */
|
|
56260
56300
|
room_description?: string | undefined;
|
|
56261
56301
|
} | undefined;
|
|
56302
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
56303
|
+
dormakaba_ambiance_metadata?: {
|
|
56304
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
56305
|
+
access_point_name: string;
|
|
56306
|
+
} | undefined;
|
|
56262
56307
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
56263
56308
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
56264
56309
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -77256,6 +77301,11 @@ export type Routes = {
|
|
|
77256
77301
|
/** Description of the room in the Salto Space access system. */
|
|
77257
77302
|
room_description?: string | undefined;
|
|
77258
77303
|
} | undefined;
|
|
77304
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
77305
|
+
dormakaba_ambiance_metadata?: {
|
|
77306
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
77307
|
+
access_point_name: string;
|
|
77308
|
+
} | undefined;
|
|
77259
77309
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
77260
77310
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
77261
77311
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
|
+
import { acs_entrance_dormakaba_ambiance_metadata } from './metadata/dormakaba-ambiance.js'
|
|
3
4
|
import {
|
|
4
5
|
acs_entrance_assa_abloy_vostio_metadata,
|
|
5
6
|
acs_entrance_dormakaba_community_metadata,
|
|
@@ -109,6 +110,11 @@ export const acs_entrance = z
|
|
|
109
110
|
.describe(
|
|
110
111
|
'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
111
112
|
),
|
|
113
|
+
dormakaba_ambiance_metadata: acs_entrance_dormakaba_ambiance_metadata
|
|
114
|
+
.optional()
|
|
115
|
+
.describe(
|
|
116
|
+
'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
117
|
+
),
|
|
112
118
|
})
|
|
113
119
|
.merge(acs_entrance_capability_flags).describe(`
|
|
114
120
|
---
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
export const acs_entrance_dormakaba_ambiance_metadata = z
|
|
4
|
+
.object({
|
|
5
|
+
access_point_name: z
|
|
6
|
+
.string()
|
|
7
|
+
.describe(
|
|
8
|
+
'Name of the access point in the dormakaba Ambiance access system.',
|
|
9
|
+
),
|
|
10
|
+
})
|
|
11
|
+
.describe(
|
|
12
|
+
'dormakaba Ambiance-specific metadata associated with the entrance.',
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
export type AcsEntranceDormakabaAmbianceMetadata = z.infer<
|
|
16
|
+
typeof acs_entrance_dormakaba_ambiance_metadata
|
|
17
|
+
>
|
|
@@ -2774,6 +2774,19 @@ export default {
|
|
|
2774
2774
|
'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
2775
2775
|
type: 'string',
|
|
2776
2776
|
},
|
|
2777
|
+
dormakaba_ambiance_metadata: {
|
|
2778
|
+
description:
|
|
2779
|
+
'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
2780
|
+
properties: {
|
|
2781
|
+
access_point_name: {
|
|
2782
|
+
description:
|
|
2783
|
+
'Name of the access point in the dormakaba Ambiance access system.',
|
|
2784
|
+
type: 'string',
|
|
2785
|
+
},
|
|
2786
|
+
},
|
|
2787
|
+
required: ['access_point_name'],
|
|
2788
|
+
type: 'object',
|
|
2789
|
+
},
|
|
2777
2790
|
dormakaba_community_metadata: {
|
|
2778
2791
|
description:
|
|
2779
2792
|
'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
@@ -19516,6 +19529,19 @@ export default {
|
|
|
19516
19529
|
'Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
19517
19530
|
type: 'string',
|
|
19518
19531
|
},
|
|
19532
|
+
dormakaba_ambiance_metadata: {
|
|
19533
|
+
description:
|
|
19534
|
+
'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
19535
|
+
properties: {
|
|
19536
|
+
access_point_name: {
|
|
19537
|
+
description:
|
|
19538
|
+
'Name of the access point in the dormakaba Ambiance access system.',
|
|
19539
|
+
type: 'string',
|
|
19540
|
+
},
|
|
19541
|
+
},
|
|
19542
|
+
required: ['access_point_name'],
|
|
19543
|
+
type: 'object',
|
|
19544
|
+
},
|
|
19519
19545
|
dormakaba_community_metadata: {
|
|
19520
19546
|
description:
|
|
19521
19547
|
'dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
@@ -13026,6 +13026,13 @@ export type Routes = {
|
|
|
13026
13026
|
room_description?: string | undefined
|
|
13027
13027
|
}
|
|
13028
13028
|
| undefined
|
|
13029
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
13030
|
+
dormakaba_ambiance_metadata?:
|
|
13031
|
+
| {
|
|
13032
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
13033
|
+
access_point_name: string
|
|
13034
|
+
}
|
|
13035
|
+
| undefined
|
|
13029
13036
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
13030
13037
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
13031
13038
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -16744,6 +16751,13 @@ export type Routes = {
|
|
|
16744
16751
|
room_description?: string | undefined
|
|
16745
16752
|
}
|
|
16746
16753
|
| undefined
|
|
16754
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
16755
|
+
dormakaba_ambiance_metadata?:
|
|
16756
|
+
| {
|
|
16757
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
16758
|
+
access_point_name: string
|
|
16759
|
+
}
|
|
16760
|
+
| undefined
|
|
16747
16761
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
16748
16762
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
16749
16763
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -19857,6 +19871,13 @@ export type Routes = {
|
|
|
19857
19871
|
room_description?: string | undefined
|
|
19858
19872
|
}
|
|
19859
19873
|
| undefined
|
|
19874
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19875
|
+
dormakaba_ambiance_metadata?:
|
|
19876
|
+
| {
|
|
19877
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
19878
|
+
access_point_name: string
|
|
19879
|
+
}
|
|
19880
|
+
| undefined
|
|
19860
19881
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
19861
19882
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
19862
19883
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21413,6 +21434,13 @@ export type Routes = {
|
|
|
21413
21434
|
room_description?: string | undefined
|
|
21414
21435
|
}
|
|
21415
21436
|
| undefined
|
|
21437
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21438
|
+
dormakaba_ambiance_metadata?:
|
|
21439
|
+
| {
|
|
21440
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
21441
|
+
access_point_name: string
|
|
21442
|
+
}
|
|
21443
|
+
| undefined
|
|
21416
21444
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21417
21445
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
21418
21446
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -25340,6 +25368,13 @@ export type Routes = {
|
|
|
25340
25368
|
room_description?: string | undefined
|
|
25341
25369
|
}
|
|
25342
25370
|
| undefined
|
|
25371
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25372
|
+
dormakaba_ambiance_metadata?:
|
|
25373
|
+
| {
|
|
25374
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
25375
|
+
access_point_name: string
|
|
25376
|
+
}
|
|
25377
|
+
| undefined
|
|
25343
25378
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
25344
25379
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
25345
25380
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -25512,6 +25547,13 @@ export type Routes = {
|
|
|
25512
25547
|
room_description?: string | undefined
|
|
25513
25548
|
}
|
|
25514
25549
|
| undefined
|
|
25550
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25551
|
+
dormakaba_ambiance_metadata?:
|
|
25552
|
+
| {
|
|
25553
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
25554
|
+
access_point_name: string
|
|
25555
|
+
}
|
|
25556
|
+
| undefined
|
|
25515
25557
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
25516
25558
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
25517
25559
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27217,6 +27259,13 @@ export type Routes = {
|
|
|
27217
27259
|
room_description?: string | undefined
|
|
27218
27260
|
}
|
|
27219
27261
|
| undefined
|
|
27262
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27263
|
+
dormakaba_ambiance_metadata?:
|
|
27264
|
+
| {
|
|
27265
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
27266
|
+
access_point_name: string
|
|
27267
|
+
}
|
|
27268
|
+
| undefined
|
|
27220
27269
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27221
27270
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
27222
27271
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -65054,6 +65103,13 @@ export type Routes = {
|
|
|
65054
65103
|
room_description?: string | undefined
|
|
65055
65104
|
}
|
|
65056
65105
|
| undefined
|
|
65106
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
65107
|
+
dormakaba_ambiance_metadata?:
|
|
65108
|
+
| {
|
|
65109
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
65110
|
+
access_point_name: string
|
|
65111
|
+
}
|
|
65112
|
+
| undefined
|
|
65057
65113
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
65058
65114
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
65059
65115
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -66960,6 +67016,13 @@ export type Routes = {
|
|
|
66960
67016
|
room_description?: string | undefined
|
|
66961
67017
|
}
|
|
66962
67018
|
| undefined
|
|
67019
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
67020
|
+
dormakaba_ambiance_metadata?:
|
|
67021
|
+
| {
|
|
67022
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
67023
|
+
access_point_name: string
|
|
67024
|
+
}
|
|
67025
|
+
| undefined
|
|
66963
67026
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
66964
67027
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
66965
67028
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -91733,6 +91796,13 @@ export type Routes = {
|
|
|
91733
91796
|
room_description?: string | undefined
|
|
91734
91797
|
}
|
|
91735
91798
|
| undefined
|
|
91799
|
+
/** dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91800
|
+
dormakaba_ambiance_metadata?:
|
|
91801
|
+
| {
|
|
91802
|
+
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
91803
|
+
access_point_name: string
|
|
91804
|
+
}
|
|
91805
|
+
| undefined
|
|
91736
91806
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
91737
91807
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
91738
91808
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|