@seamapi/types 1.546.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.
- package/dist/connect.cjs +43 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +132 -10
- package/dist/index.cjs +43 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +19 -4
- 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/acs/metadata/hotek.d.ts +6 -0
- package/lib/seam/connect/models/acs/metadata/hotek.js +2 -0
- package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +135 -30
- package/lib/seam/connect/models/phones/phone-session.d.ts +78 -18
- package/lib/seam/connect/openapi.d.ts +26 -0
- package/lib/seam/connect/openapi.js +37 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +60 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +5 -0
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +39 -4
- package/src/lib/seam/connect/route-types.ts +60 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4568,9 +4568,15 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4568
4568
|
}>>;
|
|
4569
4569
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
4570
4570
|
room_number: z.ZodString;
|
|
4571
|
+
display_name: z.ZodString;
|
|
4572
|
+
door_type: z.ZodEnum<["common_area", "guest"]>;
|
|
4571
4573
|
}, "strip", z.ZodTypeAny, {
|
|
4574
|
+
display_name: string;
|
|
4575
|
+
door_type: "common_area" | "guest";
|
|
4572
4576
|
room_number: string;
|
|
4573
4577
|
}, {
|
|
4578
|
+
display_name: string;
|
|
4579
|
+
door_type: "common_area" | "guest";
|
|
4574
4580
|
room_number: string;
|
|
4575
4581
|
}>>;
|
|
4576
4582
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -4588,14 +4594,14 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4588
4594
|
}>, "many">>;
|
|
4589
4595
|
}, "strip", z.ZodTypeAny, {
|
|
4590
4596
|
door_name: string;
|
|
4591
|
-
door_category: "
|
|
4597
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
4592
4598
|
profiles?: {
|
|
4593
4599
|
visionline_door_profile_id: string;
|
|
4594
4600
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
4595
4601
|
}[] | undefined;
|
|
4596
4602
|
}, {
|
|
4597
4603
|
door_name: string;
|
|
4598
|
-
door_category: "
|
|
4604
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
4599
4605
|
profiles?: {
|
|
4600
4606
|
visionline_door_profile_id: string;
|
|
4601
4607
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4631,10 +4637,13 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4631
4637
|
}>>;
|
|
4632
4638
|
dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
|
|
4633
4639
|
access_point_name: z.ZodString;
|
|
4640
|
+
access_point_profile: z.ZodString;
|
|
4634
4641
|
}, "strip", z.ZodTypeAny, {
|
|
4635
4642
|
access_point_name: string;
|
|
4643
|
+
access_point_profile: string;
|
|
4636
4644
|
}, {
|
|
4637
4645
|
access_point_name: string;
|
|
4646
|
+
access_point_profile: string;
|
|
4638
4647
|
}>>;
|
|
4639
4648
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
4640
4649
|
door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
|
|
@@ -4710,7 +4719,7 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4710
4719
|
} | undefined;
|
|
4711
4720
|
visionline_metadata?: {
|
|
4712
4721
|
door_name: string;
|
|
4713
|
-
door_category: "
|
|
4722
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
4714
4723
|
profiles?: {
|
|
4715
4724
|
visionline_door_profile_id: string;
|
|
4716
4725
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4733,10 +4742,13 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4733
4742
|
accessibility_type: string;
|
|
4734
4743
|
} | undefined;
|
|
4735
4744
|
hotek_metadata?: {
|
|
4745
|
+
display_name: string;
|
|
4746
|
+
door_type: "common_area" | "guest";
|
|
4736
4747
|
room_number: string;
|
|
4737
4748
|
} | undefined;
|
|
4738
4749
|
dormakaba_community_metadata?: {
|
|
4739
4750
|
access_point_name: string;
|
|
4751
|
+
access_point_profile: string;
|
|
4740
4752
|
} | undefined;
|
|
4741
4753
|
salto_space_metadata?: {
|
|
4742
4754
|
door_name?: string | undefined;
|
|
@@ -4771,7 +4783,7 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4771
4783
|
} | undefined;
|
|
4772
4784
|
visionline_metadata?: {
|
|
4773
4785
|
door_name: string;
|
|
4774
|
-
door_category: "
|
|
4786
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
4775
4787
|
profiles?: {
|
|
4776
4788
|
visionline_door_profile_id: string;
|
|
4777
4789
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -4794,10 +4806,13 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4794
4806
|
accessibility_type: string;
|
|
4795
4807
|
} | undefined;
|
|
4796
4808
|
hotek_metadata?: {
|
|
4809
|
+
display_name: string;
|
|
4810
|
+
door_type: "common_area" | "guest";
|
|
4797
4811
|
room_number: string;
|
|
4798
4812
|
} | undefined;
|
|
4799
4813
|
dormakaba_community_metadata?: {
|
|
4800
4814
|
access_point_name: string;
|
|
4815
|
+
access_point_profile: string;
|
|
4801
4816
|
} | undefined;
|
|
4802
4817
|
salto_space_metadata?: {
|
|
4803
4818
|
door_name?: string | undefined;
|
|
@@ -14458,9 +14473,15 @@ declare const batch: z.ZodObject<{
|
|
|
14458
14473
|
}>>;
|
|
14459
14474
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
14460
14475
|
room_number: z.ZodString;
|
|
14476
|
+
display_name: z.ZodString;
|
|
14477
|
+
door_type: z.ZodEnum<["common_area", "guest"]>;
|
|
14461
14478
|
}, "strip", z.ZodTypeAny, {
|
|
14479
|
+
display_name: string;
|
|
14480
|
+
door_type: "common_area" | "guest";
|
|
14462
14481
|
room_number: string;
|
|
14463
14482
|
}, {
|
|
14483
|
+
display_name: string;
|
|
14484
|
+
door_type: "common_area" | "guest";
|
|
14464
14485
|
room_number: string;
|
|
14465
14486
|
}>>;
|
|
14466
14487
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -14478,14 +14499,14 @@ declare const batch: z.ZodObject<{
|
|
|
14478
14499
|
}>, "many">>;
|
|
14479
14500
|
}, "strip", z.ZodTypeAny, {
|
|
14480
14501
|
door_name: string;
|
|
14481
|
-
door_category: "
|
|
14502
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
14482
14503
|
profiles?: {
|
|
14483
14504
|
visionline_door_profile_id: string;
|
|
14484
14505
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
14485
14506
|
}[] | undefined;
|
|
14486
14507
|
}, {
|
|
14487
14508
|
door_name: string;
|
|
14488
|
-
door_category: "
|
|
14509
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
14489
14510
|
profiles?: {
|
|
14490
14511
|
visionline_door_profile_id: string;
|
|
14491
14512
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -14521,10 +14542,13 @@ declare const batch: z.ZodObject<{
|
|
|
14521
14542
|
}>>;
|
|
14522
14543
|
dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
|
|
14523
14544
|
access_point_name: z.ZodString;
|
|
14545
|
+
access_point_profile: z.ZodString;
|
|
14524
14546
|
}, "strip", z.ZodTypeAny, {
|
|
14525
14547
|
access_point_name: string;
|
|
14548
|
+
access_point_profile: string;
|
|
14526
14549
|
}, {
|
|
14527
14550
|
access_point_name: string;
|
|
14551
|
+
access_point_profile: string;
|
|
14528
14552
|
}>>;
|
|
14529
14553
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
14530
14554
|
door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
|
|
@@ -14600,7 +14624,7 @@ declare const batch: z.ZodObject<{
|
|
|
14600
14624
|
} | undefined;
|
|
14601
14625
|
visionline_metadata?: {
|
|
14602
14626
|
door_name: string;
|
|
14603
|
-
door_category: "
|
|
14627
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
14604
14628
|
profiles?: {
|
|
14605
14629
|
visionline_door_profile_id: string;
|
|
14606
14630
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -14623,10 +14647,13 @@ declare const batch: z.ZodObject<{
|
|
|
14623
14647
|
accessibility_type: string;
|
|
14624
14648
|
} | undefined;
|
|
14625
14649
|
hotek_metadata?: {
|
|
14650
|
+
display_name: string;
|
|
14651
|
+
door_type: "common_area" | "guest";
|
|
14626
14652
|
room_number: string;
|
|
14627
14653
|
} | undefined;
|
|
14628
14654
|
dormakaba_community_metadata?: {
|
|
14629
14655
|
access_point_name: string;
|
|
14656
|
+
access_point_profile: string;
|
|
14630
14657
|
} | undefined;
|
|
14631
14658
|
salto_space_metadata?: {
|
|
14632
14659
|
door_name?: string | undefined;
|
|
@@ -14661,7 +14688,7 @@ declare const batch: z.ZodObject<{
|
|
|
14661
14688
|
} | undefined;
|
|
14662
14689
|
visionline_metadata?: {
|
|
14663
14690
|
door_name: string;
|
|
14664
|
-
door_category: "
|
|
14691
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
14665
14692
|
profiles?: {
|
|
14666
14693
|
visionline_door_profile_id: string;
|
|
14667
14694
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -14684,10 +14711,13 @@ declare const batch: z.ZodObject<{
|
|
|
14684
14711
|
accessibility_type: string;
|
|
14685
14712
|
} | undefined;
|
|
14686
14713
|
hotek_metadata?: {
|
|
14714
|
+
display_name: string;
|
|
14715
|
+
door_type: "common_area" | "guest";
|
|
14687
14716
|
room_number: string;
|
|
14688
14717
|
} | undefined;
|
|
14689
14718
|
dormakaba_community_metadata?: {
|
|
14690
14719
|
access_point_name: string;
|
|
14720
|
+
access_point_profile: string;
|
|
14691
14721
|
} | undefined;
|
|
14692
14722
|
salto_space_metadata?: {
|
|
14693
14723
|
door_name?: string | undefined;
|
|
@@ -31288,7 +31318,7 @@ declare const batch: z.ZodObject<{
|
|
|
31288
31318
|
} | undefined;
|
|
31289
31319
|
visionline_metadata?: {
|
|
31290
31320
|
door_name: string;
|
|
31291
|
-
door_category: "
|
|
31321
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
31292
31322
|
profiles?: {
|
|
31293
31323
|
visionline_door_profile_id: string;
|
|
31294
31324
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -31311,10 +31341,13 @@ declare const batch: z.ZodObject<{
|
|
|
31311
31341
|
accessibility_type: string;
|
|
31312
31342
|
} | undefined;
|
|
31313
31343
|
hotek_metadata?: {
|
|
31344
|
+
display_name: string;
|
|
31345
|
+
door_type: "common_area" | "guest";
|
|
31314
31346
|
room_number: string;
|
|
31315
31347
|
} | undefined;
|
|
31316
31348
|
dormakaba_community_metadata?: {
|
|
31317
31349
|
access_point_name: string;
|
|
31350
|
+
access_point_profile: string;
|
|
31318
31351
|
} | undefined;
|
|
31319
31352
|
salto_space_metadata?: {
|
|
31320
31353
|
door_name?: string | undefined;
|
|
@@ -35147,7 +35180,7 @@ declare const batch: z.ZodObject<{
|
|
|
35147
35180
|
} | undefined;
|
|
35148
35181
|
visionline_metadata?: {
|
|
35149
35182
|
door_name: string;
|
|
35150
|
-
door_category: "
|
|
35183
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
35151
35184
|
profiles?: {
|
|
35152
35185
|
visionline_door_profile_id: string;
|
|
35153
35186
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -35170,10 +35203,13 @@ declare const batch: z.ZodObject<{
|
|
|
35170
35203
|
accessibility_type: string;
|
|
35171
35204
|
} | undefined;
|
|
35172
35205
|
hotek_metadata?: {
|
|
35206
|
+
display_name: string;
|
|
35207
|
+
door_type: "common_area" | "guest";
|
|
35173
35208
|
room_number: string;
|
|
35174
35209
|
} | undefined;
|
|
35175
35210
|
dormakaba_community_metadata?: {
|
|
35176
35211
|
access_point_name: string;
|
|
35212
|
+
access_point_profile: string;
|
|
35177
35213
|
} | undefined;
|
|
35178
35214
|
salto_space_metadata?: {
|
|
35179
35215
|
door_name?: string | undefined;
|
|
@@ -51835,6 +51871,10 @@ declare const _default: {
|
|
|
51835
51871
|
description: string;
|
|
51836
51872
|
type: string;
|
|
51837
51873
|
};
|
|
51874
|
+
access_point_profile: {
|
|
51875
|
+
description: string;
|
|
51876
|
+
type: string;
|
|
51877
|
+
};
|
|
51838
51878
|
};
|
|
51839
51879
|
required: string[];
|
|
51840
51880
|
type: string;
|
|
@@ -51860,6 +51900,15 @@ declare const _default: {
|
|
|
51860
51900
|
hotek_metadata: {
|
|
51861
51901
|
description: string;
|
|
51862
51902
|
properties: {
|
|
51903
|
+
display_name: {
|
|
51904
|
+
description: string;
|
|
51905
|
+
type: string;
|
|
51906
|
+
};
|
|
51907
|
+
door_type: {
|
|
51908
|
+
description: string;
|
|
51909
|
+
enum: string[];
|
|
51910
|
+
type: string;
|
|
51911
|
+
};
|
|
51863
51912
|
room_number: {
|
|
51864
51913
|
description: string;
|
|
51865
51914
|
type: string;
|
|
@@ -61797,6 +61846,10 @@ declare const _default: {
|
|
|
61797
61846
|
description: string;
|
|
61798
61847
|
type: string;
|
|
61799
61848
|
};
|
|
61849
|
+
access_point_profile: {
|
|
61850
|
+
description: string;
|
|
61851
|
+
type: string;
|
|
61852
|
+
};
|
|
61800
61853
|
};
|
|
61801
61854
|
required: string[];
|
|
61802
61855
|
type: string;
|
|
@@ -61822,6 +61875,15 @@ declare const _default: {
|
|
|
61822
61875
|
hotek_metadata: {
|
|
61823
61876
|
description: string;
|
|
61824
61877
|
properties: {
|
|
61878
|
+
display_name: {
|
|
61879
|
+
description: string;
|
|
61880
|
+
type: string;
|
|
61881
|
+
};
|
|
61882
|
+
door_type: {
|
|
61883
|
+
description: string;
|
|
61884
|
+
enum: string[];
|
|
61885
|
+
type: string;
|
|
61886
|
+
};
|
|
61825
61887
|
room_number: {
|
|
61826
61888
|
description: string;
|
|
61827
61889
|
type: string;
|
|
@@ -113767,6 +113829,10 @@ type Routes = {
|
|
|
113767
113829
|
hotek_metadata?: {
|
|
113768
113830
|
/** Room number of the entrance. */
|
|
113769
113831
|
room_number: string;
|
|
113832
|
+
/** Display name of the entrance. */
|
|
113833
|
+
display_name: string;
|
|
113834
|
+
/** Type of door. */
|
|
113835
|
+
door_type: 'common_area' | 'guest';
|
|
113770
113836
|
} | undefined;
|
|
113771
113837
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
113772
113838
|
visionline_metadata?: {
|
|
@@ -113805,6 +113871,8 @@ type Routes = {
|
|
|
113805
113871
|
dormakaba_community_metadata?: {
|
|
113806
113872
|
/** Name of the access point in the dormakaba Community access system. */
|
|
113807
113873
|
access_point_name: string;
|
|
113874
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
113875
|
+
access_point_profile: string;
|
|
113808
113876
|
} | undefined;
|
|
113809
113877
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
113810
113878
|
assa_abloy_vostio_metadata?: {
|
|
@@ -116895,6 +116963,10 @@ type Routes = {
|
|
|
116895
116963
|
hotek_metadata?: {
|
|
116896
116964
|
/** Room number of the entrance. */
|
|
116897
116965
|
room_number: string;
|
|
116966
|
+
/** Display name of the entrance. */
|
|
116967
|
+
display_name: string;
|
|
116968
|
+
/** Type of door. */
|
|
116969
|
+
door_type: 'common_area' | 'guest';
|
|
116898
116970
|
} | undefined;
|
|
116899
116971
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
116900
116972
|
visionline_metadata?: {
|
|
@@ -116933,6 +117005,8 @@ type Routes = {
|
|
|
116933
117005
|
dormakaba_community_metadata?: {
|
|
116934
117006
|
/** Name of the access point in the dormakaba Community access system. */
|
|
116935
117007
|
access_point_name: string;
|
|
117008
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
117009
|
+
access_point_profile: string;
|
|
116936
117010
|
} | undefined;
|
|
116937
117011
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
116938
117012
|
assa_abloy_vostio_metadata?: {
|
|
@@ -122808,6 +122882,10 @@ type Routes = {
|
|
|
122808
122882
|
hotek_metadata?: {
|
|
122809
122883
|
/** Room number of the entrance. */
|
|
122810
122884
|
room_number: string;
|
|
122885
|
+
/** Display name of the entrance. */
|
|
122886
|
+
display_name: string;
|
|
122887
|
+
/** Type of door. */
|
|
122888
|
+
door_type: 'common_area' | 'guest';
|
|
122811
122889
|
} | undefined;
|
|
122812
122890
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
122813
122891
|
visionline_metadata?: {
|
|
@@ -122846,6 +122924,8 @@ type Routes = {
|
|
|
122846
122924
|
dormakaba_community_metadata?: {
|
|
122847
122925
|
/** Name of the access point in the dormakaba Community access system. */
|
|
122848
122926
|
access_point_name: string;
|
|
122927
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
122928
|
+
access_point_profile: string;
|
|
122849
122929
|
} | undefined;
|
|
122850
122930
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
122851
122931
|
assa_abloy_vostio_metadata?: {
|
|
@@ -124163,6 +124243,10 @@ type Routes = {
|
|
|
124163
124243
|
hotek_metadata?: {
|
|
124164
124244
|
/** Room number of the entrance. */
|
|
124165
124245
|
room_number: string;
|
|
124246
|
+
/** Display name of the entrance. */
|
|
124247
|
+
display_name: string;
|
|
124248
|
+
/** Type of door. */
|
|
124249
|
+
door_type: 'common_area' | 'guest';
|
|
124166
124250
|
} | undefined;
|
|
124167
124251
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
124168
124252
|
visionline_metadata?: {
|
|
@@ -124201,6 +124285,8 @@ type Routes = {
|
|
|
124201
124285
|
dormakaba_community_metadata?: {
|
|
124202
124286
|
/** Name of the access point in the dormakaba Community access system. */
|
|
124203
124287
|
access_point_name: string;
|
|
124288
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
124289
|
+
access_point_profile: string;
|
|
124204
124290
|
} | undefined;
|
|
124205
124291
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
124206
124292
|
assa_abloy_vostio_metadata?: {
|
|
@@ -127603,6 +127689,10 @@ type Routes = {
|
|
|
127603
127689
|
hotek_metadata?: {
|
|
127604
127690
|
/** Room number of the entrance. */
|
|
127605
127691
|
room_number: string;
|
|
127692
|
+
/** Display name of the entrance. */
|
|
127693
|
+
display_name: string;
|
|
127694
|
+
/** Type of door. */
|
|
127695
|
+
door_type: 'common_area' | 'guest';
|
|
127606
127696
|
} | undefined;
|
|
127607
127697
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127608
127698
|
visionline_metadata?: {
|
|
@@ -127641,6 +127731,8 @@ type Routes = {
|
|
|
127641
127731
|
dormakaba_community_metadata?: {
|
|
127642
127732
|
/** Name of the access point in the dormakaba Community access system. */
|
|
127643
127733
|
access_point_name: string;
|
|
127734
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
127735
|
+
access_point_profile: string;
|
|
127644
127736
|
} | undefined;
|
|
127645
127737
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127646
127738
|
assa_abloy_vostio_metadata?: {
|
|
@@ -127764,6 +127856,10 @@ type Routes = {
|
|
|
127764
127856
|
hotek_metadata?: {
|
|
127765
127857
|
/** Room number of the entrance. */
|
|
127766
127858
|
room_number: string;
|
|
127859
|
+
/** Display name of the entrance. */
|
|
127860
|
+
display_name: string;
|
|
127861
|
+
/** Type of door. */
|
|
127862
|
+
door_type: 'common_area' | 'guest';
|
|
127767
127863
|
} | undefined;
|
|
127768
127864
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127769
127865
|
visionline_metadata?: {
|
|
@@ -127802,6 +127898,8 @@ type Routes = {
|
|
|
127802
127898
|
dormakaba_community_metadata?: {
|
|
127803
127899
|
/** Name of the access point in the dormakaba Community access system. */
|
|
127804
127900
|
access_point_name: string;
|
|
127901
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
127902
|
+
access_point_profile: string;
|
|
127805
127903
|
} | undefined;
|
|
127806
127904
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127807
127905
|
assa_abloy_vostio_metadata?: {
|
|
@@ -129199,6 +129297,10 @@ type Routes = {
|
|
|
129199
129297
|
hotek_metadata?: {
|
|
129200
129298
|
/** Room number of the entrance. */
|
|
129201
129299
|
room_number: string;
|
|
129300
|
+
/** Display name of the entrance. */
|
|
129301
|
+
display_name: string;
|
|
129302
|
+
/** Type of door. */
|
|
129303
|
+
door_type: 'common_area' | 'guest';
|
|
129202
129304
|
} | undefined;
|
|
129203
129305
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
129204
129306
|
visionline_metadata?: {
|
|
@@ -129237,6 +129339,8 @@ type Routes = {
|
|
|
129237
129339
|
dormakaba_community_metadata?: {
|
|
129238
129340
|
/** Name of the access point in the dormakaba Community access system. */
|
|
129239
129341
|
access_point_name: string;
|
|
129342
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
129343
|
+
access_point_profile: string;
|
|
129240
129344
|
} | undefined;
|
|
129241
129345
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
129242
129346
|
assa_abloy_vostio_metadata?: {
|
|
@@ -160602,6 +160706,10 @@ type Routes = {
|
|
|
160602
160706
|
hotek_metadata?: {
|
|
160603
160707
|
/** Room number of the entrance. */
|
|
160604
160708
|
room_number: string;
|
|
160709
|
+
/** Display name of the entrance. */
|
|
160710
|
+
display_name: string;
|
|
160711
|
+
/** Type of door. */
|
|
160712
|
+
door_type: 'common_area' | 'guest';
|
|
160605
160713
|
} | undefined;
|
|
160606
160714
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
160607
160715
|
visionline_metadata?: {
|
|
@@ -160640,6 +160748,8 @@ type Routes = {
|
|
|
160640
160748
|
dormakaba_community_metadata?: {
|
|
160641
160749
|
/** Name of the access point in the dormakaba Community access system. */
|
|
160642
160750
|
access_point_name: string;
|
|
160751
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
160752
|
+
access_point_profile: string;
|
|
160643
160753
|
} | undefined;
|
|
160644
160754
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
160645
160755
|
assa_abloy_vostio_metadata?: {
|
|
@@ -162119,6 +162229,10 @@ type Routes = {
|
|
|
162119
162229
|
hotek_metadata?: {
|
|
162120
162230
|
/** Room number of the entrance. */
|
|
162121
162231
|
room_number: string;
|
|
162232
|
+
/** Display name of the entrance. */
|
|
162233
|
+
display_name: string;
|
|
162234
|
+
/** Type of door. */
|
|
162235
|
+
door_type: 'common_area' | 'guest';
|
|
162122
162236
|
} | undefined;
|
|
162123
162237
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
162124
162238
|
visionline_metadata?: {
|
|
@@ -162157,6 +162271,8 @@ type Routes = {
|
|
|
162157
162271
|
dormakaba_community_metadata?: {
|
|
162158
162272
|
/** Name of the access point in the dormakaba Community access system. */
|
|
162159
162273
|
access_point_name: string;
|
|
162274
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
162275
|
+
access_point_profile: string;
|
|
162160
162276
|
} | undefined;
|
|
162161
162277
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
162162
162278
|
assa_abloy_vostio_metadata?: {
|
|
@@ -182828,6 +182944,10 @@ type Routes = {
|
|
|
182828
182944
|
hotek_metadata?: {
|
|
182829
182945
|
/** Room number of the entrance. */
|
|
182830
182946
|
room_number: string;
|
|
182947
|
+
/** Display name of the entrance. */
|
|
182948
|
+
display_name: string;
|
|
182949
|
+
/** Type of door. */
|
|
182950
|
+
door_type: 'common_area' | 'guest';
|
|
182831
182951
|
} | undefined;
|
|
182832
182952
|
/** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
182833
182953
|
visionline_metadata?: {
|
|
@@ -182866,6 +182986,8 @@ type Routes = {
|
|
|
182866
182986
|
dormakaba_community_metadata?: {
|
|
182867
182987
|
/** Name of the access point in the dormakaba Community access system. */
|
|
182868
182988
|
access_point_name: string;
|
|
182989
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
182990
|
+
access_point_profile: string;
|
|
182869
182991
|
} | undefined;
|
|
182870
182992
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
182871
182993
|
assa_abloy_vostio_metadata?: {
|
package/dist/index.cjs
CHANGED
|
@@ -2460,12 +2460,17 @@ var acs_entrance_dormakaba_ambiance_metadata = zod.z.object({
|
|
|
2460
2460
|
var acs_entrance_dormakaba_community_metadata = zod.z.object({
|
|
2461
2461
|
access_point_name: zod.z.string().describe(
|
|
2462
2462
|
"Name of the access point in the dormakaba Community access system."
|
|
2463
|
+
),
|
|
2464
|
+
access_point_profile: zod.z.string().describe(
|
|
2465
|
+
"Type of access point profile in the dormakaba Community access system."
|
|
2463
2466
|
)
|
|
2464
2467
|
}).describe(
|
|
2465
2468
|
"dormakaba Community-specific metadata associated with the entrance."
|
|
2466
2469
|
);
|
|
2467
2470
|
var acs_entrance_hotek_metadata = zod.z.object({
|
|
2468
|
-
room_number: zod.z.string().describe("Room number of the entrance.")
|
|
2471
|
+
room_number: zod.z.string().describe("Room number of the entrance."),
|
|
2472
|
+
display_name: zod.z.string().describe("Display name of the entrance."),
|
|
2473
|
+
door_type: zod.z.enum(["common_area", "guest"]).describe("Type of door.")
|
|
2469
2474
|
}).describe("Hotek-specific metadata associated with the entrance.");
|
|
2470
2475
|
var acs_entrance_latch_metadata = zod.z.object({
|
|
2471
2476
|
accessibility_type: zod.z.string().describe("Accessibility type in the Latch access system."),
|
|
@@ -8037,9 +8042,13 @@ var openapi_default = {
|
|
|
8037
8042
|
access_point_name: {
|
|
8038
8043
|
description: "Name of the access point in the dormakaba Community access system.",
|
|
8039
8044
|
type: "string"
|
|
8045
|
+
},
|
|
8046
|
+
access_point_profile: {
|
|
8047
|
+
description: "Type of access point profile in the dormakaba Community access system.",
|
|
8048
|
+
type: "string"
|
|
8040
8049
|
}
|
|
8041
8050
|
},
|
|
8042
|
-
required: ["access_point_name"],
|
|
8051
|
+
required: ["access_point_name", "access_point_profile"],
|
|
8043
8052
|
type: "object"
|
|
8044
8053
|
},
|
|
8045
8054
|
errors: {
|
|
@@ -8063,12 +8072,21 @@ var openapi_default = {
|
|
|
8063
8072
|
hotek_metadata: {
|
|
8064
8073
|
description: "Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
8065
8074
|
properties: {
|
|
8075
|
+
display_name: {
|
|
8076
|
+
description: "Display name of the entrance.",
|
|
8077
|
+
type: "string"
|
|
8078
|
+
},
|
|
8079
|
+
door_type: {
|
|
8080
|
+
description: "Type of door.",
|
|
8081
|
+
enum: ["common_area", "guest"],
|
|
8082
|
+
type: "string"
|
|
8083
|
+
},
|
|
8066
8084
|
room_number: {
|
|
8067
8085
|
description: "Room number of the entrance.",
|
|
8068
8086
|
type: "string"
|
|
8069
8087
|
}
|
|
8070
8088
|
},
|
|
8071
|
-
required: ["room_number"],
|
|
8089
|
+
required: ["room_number", "display_name", "door_type"],
|
|
8072
8090
|
type: "object"
|
|
8073
8091
|
},
|
|
8074
8092
|
latch_metadata: {
|
|
@@ -23200,9 +23218,16 @@ var openapi_default = {
|
|
|
23200
23218
|
access_point_name: {
|
|
23201
23219
|
description: "Name of the access point in the dormakaba Community access system.",
|
|
23202
23220
|
type: "string"
|
|
23221
|
+
},
|
|
23222
|
+
access_point_profile: {
|
|
23223
|
+
description: "Type of access point profile in the dormakaba Community access system.",
|
|
23224
|
+
type: "string"
|
|
23203
23225
|
}
|
|
23204
23226
|
},
|
|
23205
|
-
required: [
|
|
23227
|
+
required: [
|
|
23228
|
+
"access_point_name",
|
|
23229
|
+
"access_point_profile"
|
|
23230
|
+
],
|
|
23206
23231
|
type: "object"
|
|
23207
23232
|
},
|
|
23208
23233
|
errors: {
|
|
@@ -23226,12 +23251,25 @@ var openapi_default = {
|
|
|
23226
23251
|
hotek_metadata: {
|
|
23227
23252
|
description: "Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
23228
23253
|
properties: {
|
|
23254
|
+
display_name: {
|
|
23255
|
+
description: "Display name of the entrance.",
|
|
23256
|
+
type: "string"
|
|
23257
|
+
},
|
|
23258
|
+
door_type: {
|
|
23259
|
+
description: "Type of door.",
|
|
23260
|
+
enum: ["common_area", "guest"],
|
|
23261
|
+
type: "string"
|
|
23262
|
+
},
|
|
23229
23263
|
room_number: {
|
|
23230
23264
|
description: "Room number of the entrance.",
|
|
23231
23265
|
type: "string"
|
|
23232
23266
|
}
|
|
23233
23267
|
},
|
|
23234
|
-
required: [
|
|
23268
|
+
required: [
|
|
23269
|
+
"room_number",
|
|
23270
|
+
"display_name",
|
|
23271
|
+
"door_type"
|
|
23272
|
+
],
|
|
23235
23273
|
type: "object"
|
|
23236
23274
|
},
|
|
23237
23275
|
latch_metadata: {
|