@seamapi/types 1.547.0 → 1.549.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 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +292 -210
- package/dist/index.cjs +43 -11
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +14 -4
- 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/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +184 -114
- package/lib/seam/connect/models/phones/phone-session.d.ts +70 -30
- package/lib/seam/connect/openapi.d.ts +18 -0
- package/lib/seam/connect/openapi.js +31 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +168 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +31 -2
- package/src/lib/seam/connect/route-types.ts +168 -0
|
@@ -31,7 +31,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
31
31
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
32
32
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
33
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
34
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
34
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
35
35
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
36
36
|
created_at: z.ZodString;
|
|
37
37
|
workspace_id: z.ZodString;
|
|
@@ -217,9 +217,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
217
217
|
}>>;
|
|
218
218
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
219
219
|
room_number: z.ZodString;
|
|
220
|
+
display_name: z.ZodString;
|
|
221
|
+
door_type: z.ZodEnum<["common_area", "guest"]>;
|
|
220
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
+
display_name: string;
|
|
224
|
+
door_type: "common_area" | "guest";
|
|
221
225
|
room_number: string;
|
|
222
226
|
}, {
|
|
227
|
+
display_name: string;
|
|
228
|
+
door_type: "common_area" | "guest";
|
|
223
229
|
room_number: string;
|
|
224
230
|
}>>;
|
|
225
231
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -237,14 +243,14 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
237
243
|
}>, "many">>;
|
|
238
244
|
}, "strip", z.ZodTypeAny, {
|
|
239
245
|
door_name: string;
|
|
240
|
-
door_category: "
|
|
246
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
241
247
|
profiles?: {
|
|
242
248
|
visionline_door_profile_id: string;
|
|
243
249
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
244
250
|
}[] | undefined;
|
|
245
251
|
}, {
|
|
246
252
|
door_name: string;
|
|
247
|
-
door_category: "
|
|
253
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
248
254
|
profiles?: {
|
|
249
255
|
visionline_door_profile_id: string;
|
|
250
256
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -362,7 +368,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
362
368
|
} | undefined;
|
|
363
369
|
visionline_metadata?: {
|
|
364
370
|
door_name: string;
|
|
365
|
-
door_category: "
|
|
371
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
366
372
|
profiles?: {
|
|
367
373
|
visionline_door_profile_id: string;
|
|
368
374
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -385,6 +391,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
385
391
|
accessibility_type: string;
|
|
386
392
|
} | undefined;
|
|
387
393
|
hotek_metadata?: {
|
|
394
|
+
display_name: string;
|
|
395
|
+
door_type: "common_area" | "guest";
|
|
388
396
|
room_number: string;
|
|
389
397
|
} | undefined;
|
|
390
398
|
dormakaba_community_metadata?: {
|
|
@@ -424,7 +432,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
424
432
|
} | undefined;
|
|
425
433
|
visionline_metadata?: {
|
|
426
434
|
door_name: string;
|
|
427
|
-
door_category: "
|
|
435
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
428
436
|
profiles?: {
|
|
429
437
|
visionline_door_profile_id: string;
|
|
430
438
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -447,6 +455,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
447
455
|
accessibility_type: string;
|
|
448
456
|
} | undefined;
|
|
449
457
|
hotek_metadata?: {
|
|
458
|
+
display_name: string;
|
|
459
|
+
door_type: "common_area" | "guest";
|
|
450
460
|
room_number: string;
|
|
451
461
|
} | undefined;
|
|
452
462
|
dormakaba_community_metadata?: {
|
|
@@ -525,7 +535,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
525
535
|
} | undefined;
|
|
526
536
|
visionline_metadata?: {
|
|
527
537
|
door_name: string;
|
|
528
|
-
door_category: "
|
|
538
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
529
539
|
profiles?: {
|
|
530
540
|
visionline_door_profile_id: string;
|
|
531
541
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -548,6 +558,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
548
558
|
accessibility_type: string;
|
|
549
559
|
} | undefined;
|
|
550
560
|
hotek_metadata?: {
|
|
561
|
+
display_name: string;
|
|
562
|
+
door_type: "common_area" | "guest";
|
|
551
563
|
room_number: string;
|
|
552
564
|
} | undefined;
|
|
553
565
|
dormakaba_community_metadata?: {
|
|
@@ -591,7 +603,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
591
603
|
user_identity_id?: string | undefined;
|
|
592
604
|
issued_at?: string | null | undefined;
|
|
593
605
|
is_issued?: boolean | undefined;
|
|
594
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
606
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
595
607
|
external_type_display_name?: string | undefined;
|
|
596
608
|
acs_user_id?: string | undefined;
|
|
597
609
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -660,7 +672,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
660
672
|
} | undefined;
|
|
661
673
|
visionline_metadata?: {
|
|
662
674
|
door_name: string;
|
|
663
|
-
door_category: "
|
|
675
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
664
676
|
profiles?: {
|
|
665
677
|
visionline_door_profile_id: string;
|
|
666
678
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -683,6 +695,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
683
695
|
accessibility_type: string;
|
|
684
696
|
} | undefined;
|
|
685
697
|
hotek_metadata?: {
|
|
698
|
+
display_name: string;
|
|
699
|
+
door_type: "common_area" | "guest";
|
|
686
700
|
room_number: string;
|
|
687
701
|
} | undefined;
|
|
688
702
|
dormakaba_community_metadata?: {
|
|
@@ -726,7 +740,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
726
740
|
user_identity_id?: string | undefined;
|
|
727
741
|
issued_at?: string | null | undefined;
|
|
728
742
|
is_issued?: boolean | undefined;
|
|
729
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
743
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
730
744
|
external_type_display_name?: string | undefined;
|
|
731
745
|
acs_user_id?: string | undefined;
|
|
732
746
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -797,7 +811,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
797
811
|
} | undefined;
|
|
798
812
|
visionline_metadata?: {
|
|
799
813
|
door_name: string;
|
|
800
|
-
door_category: "
|
|
814
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
801
815
|
profiles?: {
|
|
802
816
|
visionline_door_profile_id: string;
|
|
803
817
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -820,6 +834,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
820
834
|
accessibility_type: string;
|
|
821
835
|
} | undefined;
|
|
822
836
|
hotek_metadata?: {
|
|
837
|
+
display_name: string;
|
|
838
|
+
door_type: "common_area" | "guest";
|
|
823
839
|
room_number: string;
|
|
824
840
|
} | undefined;
|
|
825
841
|
dormakaba_community_metadata?: {
|
|
@@ -863,7 +879,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
863
879
|
user_identity_id?: string | undefined;
|
|
864
880
|
issued_at?: string | null | undefined;
|
|
865
881
|
is_issued?: boolean | undefined;
|
|
866
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
882
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
867
883
|
external_type_display_name?: string | undefined;
|
|
868
884
|
acs_user_id?: string | undefined;
|
|
869
885
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -940,7 +956,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
940
956
|
} | undefined;
|
|
941
957
|
visionline_metadata?: {
|
|
942
958
|
door_name: string;
|
|
943
|
-
door_category: "
|
|
959
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
944
960
|
profiles?: {
|
|
945
961
|
visionline_door_profile_id: string;
|
|
946
962
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -963,6 +979,8 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
963
979
|
accessibility_type: string;
|
|
964
980
|
} | undefined;
|
|
965
981
|
hotek_metadata?: {
|
|
982
|
+
display_name: string;
|
|
983
|
+
door_type: "common_area" | "guest";
|
|
966
984
|
room_number: string;
|
|
967
985
|
} | undefined;
|
|
968
986
|
dormakaba_community_metadata?: {
|
|
@@ -1006,7 +1024,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1006
1024
|
user_identity_id?: string | undefined;
|
|
1007
1025
|
issued_at?: string | null | undefined;
|
|
1008
1026
|
is_issued?: boolean | undefined;
|
|
1009
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1027
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1010
1028
|
external_type_display_name?: string | undefined;
|
|
1011
1029
|
acs_user_id?: string | undefined;
|
|
1012
1030
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1056,7 +1074,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1056
1074
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1057
1075
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1058
1076
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
1059
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
1077
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
1060
1078
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1061
1079
|
created_at: z.ZodString;
|
|
1062
1080
|
workspace_id: z.ZodString;
|
|
@@ -1242,9 +1260,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1242
1260
|
}>>;
|
|
1243
1261
|
hotek_metadata: z.ZodOptional<z.ZodObject<{
|
|
1244
1262
|
room_number: z.ZodString;
|
|
1263
|
+
display_name: z.ZodString;
|
|
1264
|
+
door_type: z.ZodEnum<["common_area", "guest"]>;
|
|
1245
1265
|
}, "strip", z.ZodTypeAny, {
|
|
1266
|
+
display_name: string;
|
|
1267
|
+
door_type: "common_area" | "guest";
|
|
1246
1268
|
room_number: string;
|
|
1247
1269
|
}, {
|
|
1270
|
+
display_name: string;
|
|
1271
|
+
door_type: "common_area" | "guest";
|
|
1248
1272
|
room_number: string;
|
|
1249
1273
|
}>>;
|
|
1250
1274
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -1262,14 +1286,14 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1262
1286
|
}>, "many">>;
|
|
1263
1287
|
}, "strip", z.ZodTypeAny, {
|
|
1264
1288
|
door_name: string;
|
|
1265
|
-
door_category: "
|
|
1289
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1266
1290
|
profiles?: {
|
|
1267
1291
|
visionline_door_profile_id: string;
|
|
1268
1292
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
1269
1293
|
}[] | undefined;
|
|
1270
1294
|
}, {
|
|
1271
1295
|
door_name: string;
|
|
1272
|
-
door_category: "
|
|
1296
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1273
1297
|
profiles?: {
|
|
1274
1298
|
visionline_door_profile_id: string;
|
|
1275
1299
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1387,7 +1411,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1387
1411
|
} | undefined;
|
|
1388
1412
|
visionline_metadata?: {
|
|
1389
1413
|
door_name: string;
|
|
1390
|
-
door_category: "
|
|
1414
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1391
1415
|
profiles?: {
|
|
1392
1416
|
visionline_door_profile_id: string;
|
|
1393
1417
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1410,6 +1434,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1410
1434
|
accessibility_type: string;
|
|
1411
1435
|
} | undefined;
|
|
1412
1436
|
hotek_metadata?: {
|
|
1437
|
+
display_name: string;
|
|
1438
|
+
door_type: "common_area" | "guest";
|
|
1413
1439
|
room_number: string;
|
|
1414
1440
|
} | undefined;
|
|
1415
1441
|
dormakaba_community_metadata?: {
|
|
@@ -1449,7 +1475,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1449
1475
|
} | undefined;
|
|
1450
1476
|
visionline_metadata?: {
|
|
1451
1477
|
door_name: string;
|
|
1452
|
-
door_category: "
|
|
1478
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1453
1479
|
profiles?: {
|
|
1454
1480
|
visionline_door_profile_id: string;
|
|
1455
1481
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1472,6 +1498,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1472
1498
|
accessibility_type: string;
|
|
1473
1499
|
} | undefined;
|
|
1474
1500
|
hotek_metadata?: {
|
|
1501
|
+
display_name: string;
|
|
1502
|
+
door_type: "common_area" | "guest";
|
|
1475
1503
|
room_number: string;
|
|
1476
1504
|
} | undefined;
|
|
1477
1505
|
dormakaba_community_metadata?: {
|
|
@@ -1550,7 +1578,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1550
1578
|
} | undefined;
|
|
1551
1579
|
visionline_metadata?: {
|
|
1552
1580
|
door_name: string;
|
|
1553
|
-
door_category: "
|
|
1581
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1554
1582
|
profiles?: {
|
|
1555
1583
|
visionline_door_profile_id: string;
|
|
1556
1584
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1573,6 +1601,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1573
1601
|
accessibility_type: string;
|
|
1574
1602
|
} | undefined;
|
|
1575
1603
|
hotek_metadata?: {
|
|
1604
|
+
display_name: string;
|
|
1605
|
+
door_type: "common_area" | "guest";
|
|
1576
1606
|
room_number: string;
|
|
1577
1607
|
} | undefined;
|
|
1578
1608
|
dormakaba_community_metadata?: {
|
|
@@ -1616,7 +1646,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1616
1646
|
user_identity_id?: string | undefined;
|
|
1617
1647
|
issued_at?: string | null | undefined;
|
|
1618
1648
|
is_issued?: boolean | undefined;
|
|
1619
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1649
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1620
1650
|
external_type_display_name?: string | undefined;
|
|
1621
1651
|
acs_user_id?: string | undefined;
|
|
1622
1652
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1685,7 +1715,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1685
1715
|
} | undefined;
|
|
1686
1716
|
visionline_metadata?: {
|
|
1687
1717
|
door_name: string;
|
|
1688
|
-
door_category: "
|
|
1718
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1689
1719
|
profiles?: {
|
|
1690
1720
|
visionline_door_profile_id: string;
|
|
1691
1721
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1708,6 +1738,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1708
1738
|
accessibility_type: string;
|
|
1709
1739
|
} | undefined;
|
|
1710
1740
|
hotek_metadata?: {
|
|
1741
|
+
display_name: string;
|
|
1742
|
+
door_type: "common_area" | "guest";
|
|
1711
1743
|
room_number: string;
|
|
1712
1744
|
} | undefined;
|
|
1713
1745
|
dormakaba_community_metadata?: {
|
|
@@ -1751,7 +1783,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1751
1783
|
user_identity_id?: string | undefined;
|
|
1752
1784
|
issued_at?: string | null | undefined;
|
|
1753
1785
|
is_issued?: boolean | undefined;
|
|
1754
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1786
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1755
1787
|
external_type_display_name?: string | undefined;
|
|
1756
1788
|
acs_user_id?: string | undefined;
|
|
1757
1789
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1822,7 +1854,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1822
1854
|
} | undefined;
|
|
1823
1855
|
visionline_metadata?: {
|
|
1824
1856
|
door_name: string;
|
|
1825
|
-
door_category: "
|
|
1857
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1826
1858
|
profiles?: {
|
|
1827
1859
|
visionline_door_profile_id: string;
|
|
1828
1860
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1845,6 +1877,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1845
1877
|
accessibility_type: string;
|
|
1846
1878
|
} | undefined;
|
|
1847
1879
|
hotek_metadata?: {
|
|
1880
|
+
display_name: string;
|
|
1881
|
+
door_type: "common_area" | "guest";
|
|
1848
1882
|
room_number: string;
|
|
1849
1883
|
} | undefined;
|
|
1850
1884
|
dormakaba_community_metadata?: {
|
|
@@ -1888,7 +1922,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1888
1922
|
user_identity_id?: string | undefined;
|
|
1889
1923
|
issued_at?: string | null | undefined;
|
|
1890
1924
|
is_issued?: boolean | undefined;
|
|
1891
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1925
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1892
1926
|
external_type_display_name?: string | undefined;
|
|
1893
1927
|
acs_user_id?: string | undefined;
|
|
1894
1928
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1965,7 +1999,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1965
1999
|
} | undefined;
|
|
1966
2000
|
visionline_metadata?: {
|
|
1967
2001
|
door_name: string;
|
|
1968
|
-
door_category: "
|
|
2002
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
1969
2003
|
profiles?: {
|
|
1970
2004
|
visionline_door_profile_id: string;
|
|
1971
2005
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -1988,6 +2022,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1988
2022
|
accessibility_type: string;
|
|
1989
2023
|
} | undefined;
|
|
1990
2024
|
hotek_metadata?: {
|
|
2025
|
+
display_name: string;
|
|
2026
|
+
door_type: "common_area" | "guest";
|
|
1991
2027
|
room_number: string;
|
|
1992
2028
|
} | undefined;
|
|
1993
2029
|
dormakaba_community_metadata?: {
|
|
@@ -2031,7 +2067,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2031
2067
|
user_identity_id?: string | undefined;
|
|
2032
2068
|
issued_at?: string | null | undefined;
|
|
2033
2069
|
is_issued?: boolean | undefined;
|
|
2034
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
2070
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2035
2071
|
external_type_display_name?: string | undefined;
|
|
2036
2072
|
acs_user_id?: string | undefined;
|
|
2037
2073
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2222,7 +2258,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2222
2258
|
} | undefined;
|
|
2223
2259
|
visionline_metadata?: {
|
|
2224
2260
|
door_name: string;
|
|
2225
|
-
door_category: "
|
|
2261
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
2226
2262
|
profiles?: {
|
|
2227
2263
|
visionline_door_profile_id: string;
|
|
2228
2264
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -2245,6 +2281,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2245
2281
|
accessibility_type: string;
|
|
2246
2282
|
} | undefined;
|
|
2247
2283
|
hotek_metadata?: {
|
|
2284
|
+
display_name: string;
|
|
2285
|
+
door_type: "common_area" | "guest";
|
|
2248
2286
|
room_number: string;
|
|
2249
2287
|
} | undefined;
|
|
2250
2288
|
dormakaba_community_metadata?: {
|
|
@@ -2288,7 +2326,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2288
2326
|
user_identity_id?: string | undefined;
|
|
2289
2327
|
issued_at?: string | null | undefined;
|
|
2290
2328
|
is_issued?: boolean | undefined;
|
|
2291
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
2329
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2292
2330
|
external_type_display_name?: string | undefined;
|
|
2293
2331
|
acs_user_id?: string | undefined;
|
|
2294
2332
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2395,7 +2433,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2395
2433
|
} | undefined;
|
|
2396
2434
|
visionline_metadata?: {
|
|
2397
2435
|
door_name: string;
|
|
2398
|
-
door_category: "
|
|
2436
|
+
door_category: "guest" | "entrance" | "elevator reader" | "common" | "common (PMS)";
|
|
2399
2437
|
profiles?: {
|
|
2400
2438
|
visionline_door_profile_id: string;
|
|
2401
2439
|
visionline_door_profile_type: "BLE" | "commonDoor" | "touch";
|
|
@@ -2418,6 +2456,8 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2418
2456
|
accessibility_type: string;
|
|
2419
2457
|
} | undefined;
|
|
2420
2458
|
hotek_metadata?: {
|
|
2459
|
+
display_name: string;
|
|
2460
|
+
door_type: "common_area" | "guest";
|
|
2421
2461
|
room_number: string;
|
|
2422
2462
|
} | undefined;
|
|
2423
2463
|
dormakaba_community_metadata?: {
|
|
@@ -2461,7 +2501,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2461
2501
|
user_identity_id?: string | undefined;
|
|
2462
2502
|
issued_at?: string | null | undefined;
|
|
2463
2503
|
is_issued?: boolean | undefined;
|
|
2464
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
2504
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2465
2505
|
external_type_display_name?: string | undefined;
|
|
2466
2506
|
acs_user_id?: string | undefined;
|
|
2467
2507
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1164,6 +1164,15 @@ declare const _default: {
|
|
|
1164
1164
|
hotek_metadata: {
|
|
1165
1165
|
description: string;
|
|
1166
1166
|
properties: {
|
|
1167
|
+
display_name: {
|
|
1168
|
+
description: string;
|
|
1169
|
+
type: string;
|
|
1170
|
+
};
|
|
1171
|
+
door_type: {
|
|
1172
|
+
description: string;
|
|
1173
|
+
enum: string[];
|
|
1174
|
+
type: string;
|
|
1175
|
+
};
|
|
1167
1176
|
room_number: {
|
|
1168
1177
|
description: string;
|
|
1169
1178
|
type: string;
|
|
@@ -11130,6 +11139,15 @@ declare const _default: {
|
|
|
11130
11139
|
hotek_metadata: {
|
|
11131
11140
|
description: string;
|
|
11132
11141
|
properties: {
|
|
11142
|
+
display_name: {
|
|
11143
|
+
description: string;
|
|
11144
|
+
type: string;
|
|
11145
|
+
};
|
|
11146
|
+
door_type: {
|
|
11147
|
+
description: string;
|
|
11148
|
+
enum: string[];
|
|
11149
|
+
type: string;
|
|
11150
|
+
};
|
|
11133
11151
|
room_number: {
|
|
11134
11152
|
description: string;
|
|
11135
11153
|
type: string;
|
|
@@ -2005,6 +2005,7 @@ export default {
|
|
|
2005
2005
|
'salto_space_key',
|
|
2006
2006
|
'latch_access',
|
|
2007
2007
|
'dormakaba_ambiance_credential',
|
|
2008
|
+
'hotek_card',
|
|
2008
2009
|
],
|
|
2009
2010
|
type: 'string',
|
|
2010
2011
|
},
|
|
@@ -2490,12 +2491,21 @@ export default {
|
|
|
2490
2491
|
hotek_metadata: {
|
|
2491
2492
|
description: 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
2492
2493
|
properties: {
|
|
2494
|
+
display_name: {
|
|
2495
|
+
description: 'Display name of the entrance.',
|
|
2496
|
+
type: 'string',
|
|
2497
|
+
},
|
|
2498
|
+
door_type: {
|
|
2499
|
+
description: 'Type of door.',
|
|
2500
|
+
enum: ['common_area', 'guest'],
|
|
2501
|
+
type: 'string',
|
|
2502
|
+
},
|
|
2493
2503
|
room_number: {
|
|
2494
2504
|
description: 'Room number of the entrance.',
|
|
2495
2505
|
type: 'string',
|
|
2496
2506
|
},
|
|
2497
2507
|
},
|
|
2498
|
-
required: ['room_number'],
|
|
2508
|
+
required: ['room_number', 'display_name', 'door_type'],
|
|
2499
2509
|
type: 'object',
|
|
2500
2510
|
},
|
|
2501
2511
|
latch_metadata: {
|
|
@@ -4143,6 +4153,7 @@ export default {
|
|
|
4143
4153
|
'salto_space_key',
|
|
4144
4154
|
'latch_access',
|
|
4145
4155
|
'dormakaba_ambiance_credential',
|
|
4156
|
+
'hotek_card',
|
|
4146
4157
|
],
|
|
4147
4158
|
type: 'string',
|
|
4148
4159
|
},
|
|
@@ -4532,6 +4543,7 @@ export default {
|
|
|
4532
4543
|
'salto_space_key',
|
|
4533
4544
|
'latch_access',
|
|
4534
4545
|
'dormakaba_ambiance_credential',
|
|
4546
|
+
'hotek_card',
|
|
4535
4547
|
],
|
|
4536
4548
|
type: 'string',
|
|
4537
4549
|
},
|
|
@@ -5099,6 +5111,7 @@ export default {
|
|
|
5099
5111
|
'salto_space_key',
|
|
5100
5112
|
'latch_access',
|
|
5101
5113
|
'dormakaba_ambiance_credential',
|
|
5114
|
+
'hotek_card',
|
|
5102
5115
|
],
|
|
5103
5116
|
type: 'string',
|
|
5104
5117
|
},
|
|
@@ -5486,6 +5499,7 @@ export default {
|
|
|
5486
5499
|
'salto_space_key',
|
|
5487
5500
|
'latch_access',
|
|
5488
5501
|
'dormakaba_ambiance_credential',
|
|
5502
|
+
'hotek_card',
|
|
5489
5503
|
],
|
|
5490
5504
|
type: 'string',
|
|
5491
5505
|
},
|
|
@@ -17660,12 +17674,25 @@ export default {
|
|
|
17660
17674
|
hotek_metadata: {
|
|
17661
17675
|
description: 'Hotek-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
17662
17676
|
properties: {
|
|
17677
|
+
display_name: {
|
|
17678
|
+
description: 'Display name of the entrance.',
|
|
17679
|
+
type: 'string',
|
|
17680
|
+
},
|
|
17681
|
+
door_type: {
|
|
17682
|
+
description: 'Type of door.',
|
|
17683
|
+
enum: ['common_area', 'guest'],
|
|
17684
|
+
type: 'string',
|
|
17685
|
+
},
|
|
17663
17686
|
room_number: {
|
|
17664
17687
|
description: 'Room number of the entrance.',
|
|
17665
17688
|
type: 'string',
|
|
17666
17689
|
},
|
|
17667
17690
|
},
|
|
17668
|
-
required: [
|
|
17691
|
+
required: [
|
|
17692
|
+
'room_number',
|
|
17693
|
+
'display_name',
|
|
17694
|
+
'door_type',
|
|
17695
|
+
],
|
|
17669
17696
|
type: 'object',
|
|
17670
17697
|
},
|
|
17671
17698
|
latch_metadata: {
|
|
@@ -17924,6 +17951,7 @@ export default {
|
|
|
17924
17951
|
'salto_space_key',
|
|
17925
17952
|
'latch_access',
|
|
17926
17953
|
'dormakaba_ambiance_credential',
|
|
17954
|
+
'hotek_card',
|
|
17927
17955
|
],
|
|
17928
17956
|
type: 'string',
|
|
17929
17957
|
},
|
|
@@ -20349,6 +20377,7 @@ export default {
|
|
|
20349
20377
|
'salto_space_key',
|
|
20350
20378
|
'latch_access',
|
|
20351
20379
|
'dormakaba_ambiance_credential',
|
|
20380
|
+
'hotek_card',
|
|
20352
20381
|
],
|
|
20353
20382
|
type: 'string',
|
|
20354
20383
|
},
|