@seamapi/types 1.333.0 → 1.335.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 +149 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1293 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +73 -7
- package/lib/seam/connect/models/acs/acs-credential.js +6 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +20 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +7 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +240 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +104 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +136 -14
- package/lib/seam/connect/openapi.d.ts +135 -0
- package/lib/seam/connect/openapi.js +130 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +846 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +9 -1
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +136 -0
- package/src/lib/seam/connect/route-types.ts +1212 -0
package/dist/connect.cjs
CHANGED
|
@@ -1504,6 +1504,13 @@ var acs_entrance_assa_abloy_vostio_metadata = zod.z.object({
|
|
|
1504
1504
|
stand_open: zod.z.boolean().optional(),
|
|
1505
1505
|
pms_id: zod.z.string().optional()
|
|
1506
1506
|
});
|
|
1507
|
+
var acs_credential_vostio_metadata = zod.z.object({
|
|
1508
|
+
override_guest_acs_entrance_ids: zod.z.string().array().optional(),
|
|
1509
|
+
key_id: zod.z.string().optional(),
|
|
1510
|
+
key_issuing_request_id: zod.z.string().optional(),
|
|
1511
|
+
door_names: zod.z.string().array().optional(),
|
|
1512
|
+
endpoint_id: zod.z.string().optional()
|
|
1513
|
+
});
|
|
1507
1514
|
var acs_entrance_dormakaba_community_metadata = zod.z.object({
|
|
1508
1515
|
access_point_name: zod.z.string()
|
|
1509
1516
|
});
|
|
@@ -1558,7 +1565,9 @@ var acs_credential_external_type = zod.z.enum([
|
|
|
1558
1565
|
"visionline_card",
|
|
1559
1566
|
"salto_ks_credential",
|
|
1560
1567
|
"assa_abloy_vostio_card",
|
|
1561
|
-
"assa_abloy_vostio_mobile_key"
|
|
1568
|
+
"assa_abloy_vostio_mobile_key",
|
|
1569
|
+
"salto_space_card",
|
|
1570
|
+
"salto_space_mobile_key"
|
|
1562
1571
|
]);
|
|
1563
1572
|
var acs_credential_access_method_type = zod.z.enum([
|
|
1564
1573
|
"code",
|
|
@@ -1663,7 +1672,8 @@ var common_acs_credential = zod.z.object({
|
|
|
1663
1672
|
latest_desired_state_synced_with_provider_at: zod.z.string().datetime().nullable().optional().describe(
|
|
1664
1673
|
"Date and time at which the state of the credential was most recently synced from Seam to the provider."
|
|
1665
1674
|
),
|
|
1666
|
-
visionline_metadata: acs_credential_visionline_metadata.optional().describe("Visionline-specific metadata for the credential.")
|
|
1675
|
+
visionline_metadata: acs_credential_visionline_metadata.optional().describe("Visionline-specific metadata for the credential."),
|
|
1676
|
+
assa_abloy_vostio_metadata: acs_credential_vostio_metadata.optional().describe("Vostio-specific metadata for the credential.")
|
|
1667
1677
|
});
|
|
1668
1678
|
var acs_credential = common_acs_credential.merge(
|
|
1669
1679
|
zod.z.object({
|
|
@@ -4488,6 +4498,20 @@ var openapi_default = {
|
|
|
4488
4498
|
format: "uuid",
|
|
4489
4499
|
type: "string"
|
|
4490
4500
|
},
|
|
4501
|
+
assa_abloy_vostio_metadata: {
|
|
4502
|
+
description: "Vostio-specific metadata for the credential.",
|
|
4503
|
+
properties: {
|
|
4504
|
+
door_names: { items: { type: "string" }, type: "array" },
|
|
4505
|
+
endpoint_id: { type: "string" },
|
|
4506
|
+
key_id: { type: "string" },
|
|
4507
|
+
key_issuing_request_id: { type: "string" },
|
|
4508
|
+
override_guest_acs_entrance_ids: {
|
|
4509
|
+
items: { type: "string" },
|
|
4510
|
+
type: "array"
|
|
4511
|
+
}
|
|
4512
|
+
},
|
|
4513
|
+
type: "object"
|
|
4514
|
+
},
|
|
4491
4515
|
card_number: { nullable: true, type: "string" },
|
|
4492
4516
|
code: {
|
|
4493
4517
|
description: "Access (PIN) code for the credential.",
|
|
@@ -4529,7 +4553,9 @@ var openapi_default = {
|
|
|
4529
4553
|
"visionline_card",
|
|
4530
4554
|
"salto_ks_credential",
|
|
4531
4555
|
"assa_abloy_vostio_card",
|
|
4532
|
-
"assa_abloy_vostio_mobile_key"
|
|
4556
|
+
"assa_abloy_vostio_mobile_key",
|
|
4557
|
+
"salto_space_card",
|
|
4558
|
+
"salto_space_mobile_key"
|
|
4533
4559
|
],
|
|
4534
4560
|
type: "string"
|
|
4535
4561
|
},
|
|
@@ -5860,6 +5886,23 @@ var openapi_default = {
|
|
|
5860
5886
|
format: "uuid",
|
|
5861
5887
|
type: "string"
|
|
5862
5888
|
},
|
|
5889
|
+
assa_abloy_vostio_metadata: {
|
|
5890
|
+
description: "Vostio-specific metadata for the credential.",
|
|
5891
|
+
properties: {
|
|
5892
|
+
door_names: {
|
|
5893
|
+
items: { type: "string" },
|
|
5894
|
+
type: "array"
|
|
5895
|
+
},
|
|
5896
|
+
endpoint_id: { type: "string" },
|
|
5897
|
+
key_id: { type: "string" },
|
|
5898
|
+
key_issuing_request_id: { type: "string" },
|
|
5899
|
+
override_guest_acs_entrance_ids: {
|
|
5900
|
+
items: { type: "string" },
|
|
5901
|
+
type: "array"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
type: "object"
|
|
5905
|
+
},
|
|
5863
5906
|
card_number: { nullable: true, type: "string" },
|
|
5864
5907
|
code: {
|
|
5865
5908
|
description: "Access (PIN) code for the credential.",
|
|
@@ -5901,7 +5944,9 @@ var openapi_default = {
|
|
|
5901
5944
|
"visionline_card",
|
|
5902
5945
|
"salto_ks_credential",
|
|
5903
5946
|
"assa_abloy_vostio_card",
|
|
5904
|
-
"assa_abloy_vostio_mobile_key"
|
|
5947
|
+
"assa_abloy_vostio_mobile_key",
|
|
5948
|
+
"salto_space_card",
|
|
5949
|
+
"salto_space_mobile_key"
|
|
5905
5950
|
],
|
|
5906
5951
|
type: "string"
|
|
5907
5952
|
},
|
|
@@ -6178,6 +6223,23 @@ var openapi_default = {
|
|
|
6178
6223
|
format: "uuid",
|
|
6179
6224
|
type: "string"
|
|
6180
6225
|
},
|
|
6226
|
+
assa_abloy_vostio_metadata: {
|
|
6227
|
+
description: "Vostio-specific metadata for the credential.",
|
|
6228
|
+
properties: {
|
|
6229
|
+
door_names: {
|
|
6230
|
+
items: { type: "string" },
|
|
6231
|
+
type: "array"
|
|
6232
|
+
},
|
|
6233
|
+
endpoint_id: { type: "string" },
|
|
6234
|
+
key_id: { type: "string" },
|
|
6235
|
+
key_issuing_request_id: { type: "string" },
|
|
6236
|
+
override_guest_acs_entrance_ids: {
|
|
6237
|
+
items: { type: "string" },
|
|
6238
|
+
type: "array"
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
6241
|
+
type: "object"
|
|
6242
|
+
},
|
|
6181
6243
|
card_number: { nullable: true, type: "string" },
|
|
6182
6244
|
code: {
|
|
6183
6245
|
description: "Access (PIN) code for the credential.",
|
|
@@ -6219,7 +6281,9 @@ var openapi_default = {
|
|
|
6219
6281
|
"visionline_card",
|
|
6220
6282
|
"salto_ks_credential",
|
|
6221
6283
|
"assa_abloy_vostio_card",
|
|
6222
|
-
"assa_abloy_vostio_mobile_key"
|
|
6284
|
+
"assa_abloy_vostio_mobile_key",
|
|
6285
|
+
"salto_space_card",
|
|
6286
|
+
"salto_space_mobile_key"
|
|
6223
6287
|
],
|
|
6224
6288
|
type: "string"
|
|
6225
6289
|
},
|
|
@@ -6627,6 +6691,23 @@ var openapi_default = {
|
|
|
6627
6691
|
format: "uuid",
|
|
6628
6692
|
type: "string"
|
|
6629
6693
|
},
|
|
6694
|
+
assa_abloy_vostio_metadata: {
|
|
6695
|
+
description: "Vostio-specific metadata for the credential.",
|
|
6696
|
+
properties: {
|
|
6697
|
+
door_names: {
|
|
6698
|
+
items: { type: "string" },
|
|
6699
|
+
type: "array"
|
|
6700
|
+
},
|
|
6701
|
+
endpoint_id: { type: "string" },
|
|
6702
|
+
key_id: { type: "string" },
|
|
6703
|
+
key_issuing_request_id: { type: "string" },
|
|
6704
|
+
override_guest_acs_entrance_ids: {
|
|
6705
|
+
items: { type: "string" },
|
|
6706
|
+
type: "array"
|
|
6707
|
+
}
|
|
6708
|
+
},
|
|
6709
|
+
type: "object"
|
|
6710
|
+
},
|
|
6630
6711
|
card_number: { nullable: true, type: "string" },
|
|
6631
6712
|
code: {
|
|
6632
6713
|
description: "Access (PIN) code for the credential.",
|
|
@@ -6668,7 +6749,9 @@ var openapi_default = {
|
|
|
6668
6749
|
"visionline_card",
|
|
6669
6750
|
"salto_ks_credential",
|
|
6670
6751
|
"assa_abloy_vostio_card",
|
|
6671
|
-
"assa_abloy_vostio_mobile_key"
|
|
6752
|
+
"assa_abloy_vostio_mobile_key",
|
|
6753
|
+
"salto_space_card",
|
|
6754
|
+
"salto_space_mobile_key"
|
|
6672
6755
|
],
|
|
6673
6756
|
type: "string"
|
|
6674
6757
|
},
|
|
@@ -6943,6 +7026,23 @@ var openapi_default = {
|
|
|
6943
7026
|
format: "uuid",
|
|
6944
7027
|
type: "string"
|
|
6945
7028
|
},
|
|
7029
|
+
assa_abloy_vostio_metadata: {
|
|
7030
|
+
description: "Vostio-specific metadata for the credential.",
|
|
7031
|
+
properties: {
|
|
7032
|
+
door_names: {
|
|
7033
|
+
items: { type: "string" },
|
|
7034
|
+
type: "array"
|
|
7035
|
+
},
|
|
7036
|
+
endpoint_id: { type: "string" },
|
|
7037
|
+
key_id: { type: "string" },
|
|
7038
|
+
key_issuing_request_id: { type: "string" },
|
|
7039
|
+
override_guest_acs_entrance_ids: {
|
|
7040
|
+
items: { type: "string" },
|
|
7041
|
+
type: "array"
|
|
7042
|
+
}
|
|
7043
|
+
},
|
|
7044
|
+
type: "object"
|
|
7045
|
+
},
|
|
6946
7046
|
card_number: { nullable: true, type: "string" },
|
|
6947
7047
|
code: {
|
|
6948
7048
|
description: "Access (PIN) code for the credential.",
|
|
@@ -6984,7 +7084,9 @@ var openapi_default = {
|
|
|
6984
7084
|
"visionline_card",
|
|
6985
7085
|
"salto_ks_credential",
|
|
6986
7086
|
"assa_abloy_vostio_card",
|
|
6987
|
-
"assa_abloy_vostio_mobile_key"
|
|
7087
|
+
"assa_abloy_vostio_mobile_key",
|
|
7088
|
+
"salto_space_card",
|
|
7089
|
+
"salto_space_mobile_key"
|
|
6988
7090
|
],
|
|
6989
7091
|
type: "string"
|
|
6990
7092
|
},
|
|
@@ -19454,6 +19556,23 @@ var openapi_default = {
|
|
|
19454
19556
|
format: "uuid",
|
|
19455
19557
|
type: "string"
|
|
19456
19558
|
},
|
|
19559
|
+
assa_abloy_vostio_metadata: {
|
|
19560
|
+
description: "Vostio-specific metadata for the credential.",
|
|
19561
|
+
properties: {
|
|
19562
|
+
door_names: {
|
|
19563
|
+
items: { type: "string" },
|
|
19564
|
+
type: "array"
|
|
19565
|
+
},
|
|
19566
|
+
endpoint_id: { type: "string" },
|
|
19567
|
+
key_id: { type: "string" },
|
|
19568
|
+
key_issuing_request_id: { type: "string" },
|
|
19569
|
+
override_guest_acs_entrance_ids: {
|
|
19570
|
+
items: { type: "string" },
|
|
19571
|
+
type: "array"
|
|
19572
|
+
}
|
|
19573
|
+
},
|
|
19574
|
+
type: "object"
|
|
19575
|
+
},
|
|
19457
19576
|
card_number: { nullable: true, type: "string" },
|
|
19458
19577
|
code: {
|
|
19459
19578
|
description: "Access (PIN) code for the credential.",
|
|
@@ -19495,7 +19614,9 @@ var openapi_default = {
|
|
|
19495
19614
|
"visionline_card",
|
|
19496
19615
|
"salto_ks_credential",
|
|
19497
19616
|
"assa_abloy_vostio_card",
|
|
19498
|
-
"assa_abloy_vostio_mobile_key"
|
|
19617
|
+
"assa_abloy_vostio_mobile_key",
|
|
19618
|
+
"salto_space_card",
|
|
19619
|
+
"salto_space_mobile_key"
|
|
19499
19620
|
],
|
|
19500
19621
|
type: "string"
|
|
19501
19622
|
},
|
|
@@ -19867,6 +19988,23 @@ var openapi_default = {
|
|
|
19867
19988
|
format: "uuid",
|
|
19868
19989
|
type: "string"
|
|
19869
19990
|
},
|
|
19991
|
+
assa_abloy_vostio_metadata: {
|
|
19992
|
+
description: "Vostio-specific metadata for the credential.",
|
|
19993
|
+
properties: {
|
|
19994
|
+
door_names: {
|
|
19995
|
+
items: { type: "string" },
|
|
19996
|
+
type: "array"
|
|
19997
|
+
},
|
|
19998
|
+
endpoint_id: { type: "string" },
|
|
19999
|
+
key_id: { type: "string" },
|
|
20000
|
+
key_issuing_request_id: { type: "string" },
|
|
20001
|
+
override_guest_acs_entrance_ids: {
|
|
20002
|
+
items: { type: "string" },
|
|
20003
|
+
type: "array"
|
|
20004
|
+
}
|
|
20005
|
+
},
|
|
20006
|
+
type: "object"
|
|
20007
|
+
},
|
|
19870
20008
|
card_number: { nullable: true, type: "string" },
|
|
19871
20009
|
code: {
|
|
19872
20010
|
description: "Access (PIN) code for the credential.",
|
|
@@ -19908,7 +20046,9 @@ var openapi_default = {
|
|
|
19908
20046
|
"visionline_card",
|
|
19909
20047
|
"salto_ks_credential",
|
|
19910
20048
|
"assa_abloy_vostio_card",
|
|
19911
|
-
"assa_abloy_vostio_mobile_key"
|
|
20049
|
+
"assa_abloy_vostio_mobile_key",
|
|
20050
|
+
"salto_space_card",
|
|
20051
|
+
"salto_space_mobile_key"
|
|
19912
20052
|
],
|
|
19913
20053
|
type: "string"
|
|
19914
20054
|
},
|