@seamapi/types 1.546.0 → 1.547.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 +16 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -0
- package/dist/index.cjs +16 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +3 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +35 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +13 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +15 -2
- package/src/lib/seam/connect/route-types.ts +20 -0
|
@@ -11408,6 +11408,8 @@ export type Routes = {
|
|
|
11408
11408
|
dormakaba_community_metadata?: {
|
|
11409
11409
|
/** Name of the access point in the dormakaba Community access system. */
|
|
11410
11410
|
access_point_name: string;
|
|
11411
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
11412
|
+
access_point_profile: string;
|
|
11411
11413
|
} | undefined;
|
|
11412
11414
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11413
11415
|
assa_abloy_vostio_metadata?: {
|
|
@@ -14536,6 +14538,8 @@ export type Routes = {
|
|
|
14536
14538
|
dormakaba_community_metadata?: {
|
|
14537
14539
|
/** Name of the access point in the dormakaba Community access system. */
|
|
14538
14540
|
access_point_name: string;
|
|
14541
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
14542
|
+
access_point_profile: string;
|
|
14539
14543
|
} | undefined;
|
|
14540
14544
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14541
14545
|
assa_abloy_vostio_metadata?: {
|
|
@@ -20449,6 +20453,8 @@ export type Routes = {
|
|
|
20449
20453
|
dormakaba_community_metadata?: {
|
|
20450
20454
|
/** Name of the access point in the dormakaba Community access system. */
|
|
20451
20455
|
access_point_name: string;
|
|
20456
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
20457
|
+
access_point_profile: string;
|
|
20452
20458
|
} | undefined;
|
|
20453
20459
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20454
20460
|
assa_abloy_vostio_metadata?: {
|
|
@@ -21804,6 +21810,8 @@ export type Routes = {
|
|
|
21804
21810
|
dormakaba_community_metadata?: {
|
|
21805
21811
|
/** Name of the access point in the dormakaba Community access system. */
|
|
21806
21812
|
access_point_name: string;
|
|
21813
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
21814
|
+
access_point_profile: string;
|
|
21807
21815
|
} | undefined;
|
|
21808
21816
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21809
21817
|
assa_abloy_vostio_metadata?: {
|
|
@@ -25244,6 +25252,8 @@ export type Routes = {
|
|
|
25244
25252
|
dormakaba_community_metadata?: {
|
|
25245
25253
|
/** Name of the access point in the dormakaba Community access system. */
|
|
25246
25254
|
access_point_name: string;
|
|
25255
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
25256
|
+
access_point_profile: string;
|
|
25247
25257
|
} | undefined;
|
|
25248
25258
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25249
25259
|
assa_abloy_vostio_metadata?: {
|
|
@@ -25405,6 +25415,8 @@ export type Routes = {
|
|
|
25405
25415
|
dormakaba_community_metadata?: {
|
|
25406
25416
|
/** Name of the access point in the dormakaba Community access system. */
|
|
25407
25417
|
access_point_name: string;
|
|
25418
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
25419
|
+
access_point_profile: string;
|
|
25408
25420
|
} | undefined;
|
|
25409
25421
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25410
25422
|
assa_abloy_vostio_metadata?: {
|
|
@@ -26840,6 +26852,8 @@ export type Routes = {
|
|
|
26840
26852
|
dormakaba_community_metadata?: {
|
|
26841
26853
|
/** Name of the access point in the dormakaba Community access system. */
|
|
26842
26854
|
access_point_name: string;
|
|
26855
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
26856
|
+
access_point_profile: string;
|
|
26843
26857
|
} | undefined;
|
|
26844
26858
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
26845
26859
|
assa_abloy_vostio_metadata?: {
|
|
@@ -58243,6 +58257,8 @@ export type Routes = {
|
|
|
58243
58257
|
dormakaba_community_metadata?: {
|
|
58244
58258
|
/** Name of the access point in the dormakaba Community access system. */
|
|
58245
58259
|
access_point_name: string;
|
|
58260
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
58261
|
+
access_point_profile: string;
|
|
58246
58262
|
} | undefined;
|
|
58247
58263
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
58248
58264
|
assa_abloy_vostio_metadata?: {
|
|
@@ -59760,6 +59776,8 @@ export type Routes = {
|
|
|
59760
59776
|
dormakaba_community_metadata?: {
|
|
59761
59777
|
/** Name of the access point in the dormakaba Community access system. */
|
|
59762
59778
|
access_point_name: string;
|
|
59779
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
59780
|
+
access_point_profile: string;
|
|
59763
59781
|
} | undefined;
|
|
59764
59782
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
59765
59783
|
assa_abloy_vostio_metadata?: {
|
|
@@ -80469,6 +80487,8 @@ export type Routes = {
|
|
|
80469
80487
|
dormakaba_community_metadata?: {
|
|
80470
80488
|
/** Name of the access point in the dormakaba Community access system. */
|
|
80471
80489
|
access_point_name: string;
|
|
80490
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
80491
|
+
access_point_profile: string;
|
|
80472
80492
|
} | undefined;
|
|
80473
80493
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
80474
80494
|
assa_abloy_vostio_metadata?: {
|
package/package.json
CHANGED
|
@@ -7,6 +7,11 @@ export const acs_entrance_dormakaba_community_metadata = z
|
|
|
7
7
|
.describe(
|
|
8
8
|
'Name of the access point in the dormakaba Community access system.',
|
|
9
9
|
),
|
|
10
|
+
access_point_profile: z
|
|
11
|
+
.string()
|
|
12
|
+
.describe(
|
|
13
|
+
'Type of access point profile in the dormakaba Community access system.',
|
|
14
|
+
),
|
|
10
15
|
})
|
|
11
16
|
.describe(
|
|
12
17
|
'dormakaba Community-specific metadata associated with the entrance.',
|
|
@@ -2827,8 +2827,13 @@ export default {
|
|
|
2827
2827
|
'Name of the access point in the dormakaba Community access system.',
|
|
2828
2828
|
type: 'string',
|
|
2829
2829
|
},
|
|
2830
|
+
access_point_profile: {
|
|
2831
|
+
description:
|
|
2832
|
+
'Type of access point profile in the dormakaba Community access system.',
|
|
2833
|
+
type: 'string',
|
|
2834
|
+
},
|
|
2830
2835
|
},
|
|
2831
|
-
required: ['access_point_name'],
|
|
2836
|
+
required: ['access_point_name', 'access_point_profile'],
|
|
2832
2837
|
type: 'object',
|
|
2833
2838
|
},
|
|
2834
2839
|
errors: {
|
|
@@ -19577,8 +19582,16 @@ export default {
|
|
|
19577
19582
|
'Name of the access point in the dormakaba Community access system.',
|
|
19578
19583
|
type: 'string',
|
|
19579
19584
|
},
|
|
19585
|
+
access_point_profile: {
|
|
19586
|
+
description:
|
|
19587
|
+
'Type of access point profile in the dormakaba Community access system.',
|
|
19588
|
+
type: 'string',
|
|
19589
|
+
},
|
|
19580
19590
|
},
|
|
19581
|
-
required: [
|
|
19591
|
+
required: [
|
|
19592
|
+
'access_point_name',
|
|
19593
|
+
'access_point_profile',
|
|
19594
|
+
],
|
|
19582
19595
|
type: 'object',
|
|
19583
19596
|
},
|
|
19584
19597
|
errors: {
|
|
@@ -13013,6 +13013,8 @@ export type Routes = {
|
|
|
13013
13013
|
| {
|
|
13014
13014
|
/** Name of the access point in the dormakaba Community access system. */
|
|
13015
13015
|
access_point_name: string
|
|
13016
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
13017
|
+
access_point_profile: string
|
|
13016
13018
|
}
|
|
13017
13019
|
| undefined
|
|
13018
13020
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -16800,6 +16802,8 @@ export type Routes = {
|
|
|
16800
16802
|
| {
|
|
16801
16803
|
/** Name of the access point in the dormakaba Community access system. */
|
|
16802
16804
|
access_point_name: string
|
|
16805
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
16806
|
+
access_point_profile: string
|
|
16803
16807
|
}
|
|
16804
16808
|
| undefined
|
|
16805
16809
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -23770,6 +23774,8 @@ export type Routes = {
|
|
|
23770
23774
|
| {
|
|
23771
23775
|
/** Name of the access point in the dormakaba Community access system. */
|
|
23772
23776
|
access_point_name: string
|
|
23777
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
23778
|
+
access_point_profile: string
|
|
23773
23779
|
}
|
|
23774
23780
|
| undefined
|
|
23775
23781
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -25362,6 +25368,8 @@ export type Routes = {
|
|
|
25362
25368
|
| {
|
|
25363
25369
|
/** Name of the access point in the dormakaba Community access system. */
|
|
25364
25370
|
access_point_name: string
|
|
25371
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
25372
|
+
access_point_profile: string
|
|
25365
25373
|
}
|
|
25366
25374
|
| undefined
|
|
25367
25375
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -29324,6 +29332,8 @@ export type Routes = {
|
|
|
29324
29332
|
| {
|
|
29325
29333
|
/** Name of the access point in the dormakaba Community access system. */
|
|
29326
29334
|
access_point_name: string
|
|
29335
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
29336
|
+
access_point_profile: string
|
|
29327
29337
|
}
|
|
29328
29338
|
| undefined
|
|
29329
29339
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -29512,6 +29522,8 @@ export type Routes = {
|
|
|
29512
29522
|
| {
|
|
29513
29523
|
/** Name of the access point in the dormakaba Community access system. */
|
|
29514
29524
|
access_point_name: string
|
|
29525
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
29526
|
+
access_point_profile: string
|
|
29515
29527
|
}
|
|
29516
29528
|
| undefined
|
|
29517
29529
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -31249,6 +31261,8 @@ export type Routes = {
|
|
|
31249
31261
|
| {
|
|
31250
31262
|
/** Name of the access point in the dormakaba Community access system. */
|
|
31251
31263
|
access_point_name: string
|
|
31264
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
31265
|
+
access_point_profile: string
|
|
31252
31266
|
}
|
|
31253
31267
|
| undefined
|
|
31254
31268
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -69347,6 +69361,8 @@ export type Routes = {
|
|
|
69347
69361
|
| {
|
|
69348
69362
|
/** Name of the access point in the dormakaba Community access system. */
|
|
69349
69363
|
access_point_name: string
|
|
69364
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
69365
|
+
access_point_profile: string
|
|
69350
69366
|
}
|
|
69351
69367
|
| undefined
|
|
69352
69368
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -71239,6 +71255,8 @@ export type Routes = {
|
|
|
71239
71255
|
| {
|
|
71240
71256
|
/** Name of the access point in the dormakaba Community access system. */
|
|
71241
71257
|
access_point_name: string
|
|
71258
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
71259
|
+
access_point_profile: string
|
|
71242
71260
|
}
|
|
71243
71261
|
| undefined
|
|
71244
71262
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -95770,6 +95788,8 @@ export type Routes = {
|
|
|
95770
95788
|
| {
|
|
95771
95789
|
/** Name of the access point in the dormakaba Community access system. */
|
|
95772
95790
|
access_point_name: string
|
|
95791
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
95792
|
+
access_point_profile: string
|
|
95773
95793
|
}
|
|
95774
95794
|
| undefined
|
|
95775
95795
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|