@seamapi/types 1.330.0 → 1.331.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- 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/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +188 -0
package/dist/connect.cjs
CHANGED
|
@@ -1366,7 +1366,9 @@ var acs_credential_external_type = zod.z.enum([
|
|
|
1366
1366
|
"brivo_credential",
|
|
1367
1367
|
"hid_credential",
|
|
1368
1368
|
"visionline_card",
|
|
1369
|
-
"salto_ks_credential"
|
|
1369
|
+
"salto_ks_credential",
|
|
1370
|
+
"assa_abloy_vostio_card",
|
|
1371
|
+
"assa_abloy_vostio_mobile_key"
|
|
1370
1372
|
]);
|
|
1371
1373
|
var acs_credential_access_method_type = zod.z.enum([
|
|
1372
1374
|
"code",
|
|
@@ -3834,7 +3836,9 @@ var openapi_default = {
|
|
|
3834
3836
|
"brivo_credential",
|
|
3835
3837
|
"hid_credential",
|
|
3836
3838
|
"visionline_card",
|
|
3837
|
-
"salto_ks_credential"
|
|
3839
|
+
"salto_ks_credential",
|
|
3840
|
+
"assa_abloy_vostio_card",
|
|
3841
|
+
"assa_abloy_vostio_mobile_key"
|
|
3838
3842
|
],
|
|
3839
3843
|
type: "string"
|
|
3840
3844
|
},
|
|
@@ -5204,7 +5208,9 @@ var openapi_default = {
|
|
|
5204
5208
|
"brivo_credential",
|
|
5205
5209
|
"hid_credential",
|
|
5206
5210
|
"visionline_card",
|
|
5207
|
-
"salto_ks_credential"
|
|
5211
|
+
"salto_ks_credential",
|
|
5212
|
+
"assa_abloy_vostio_card",
|
|
5213
|
+
"assa_abloy_vostio_mobile_key"
|
|
5208
5214
|
],
|
|
5209
5215
|
type: "string"
|
|
5210
5216
|
},
|
|
@@ -5520,7 +5526,9 @@ var openapi_default = {
|
|
|
5520
5526
|
"brivo_credential",
|
|
5521
5527
|
"hid_credential",
|
|
5522
5528
|
"visionline_card",
|
|
5523
|
-
"salto_ks_credential"
|
|
5529
|
+
"salto_ks_credential",
|
|
5530
|
+
"assa_abloy_vostio_card",
|
|
5531
|
+
"assa_abloy_vostio_mobile_key"
|
|
5524
5532
|
],
|
|
5525
5533
|
type: "string"
|
|
5526
5534
|
},
|
|
@@ -5967,7 +5975,9 @@ var openapi_default = {
|
|
|
5967
5975
|
"brivo_credential",
|
|
5968
5976
|
"hid_credential",
|
|
5969
5977
|
"visionline_card",
|
|
5970
|
-
"salto_ks_credential"
|
|
5978
|
+
"salto_ks_credential",
|
|
5979
|
+
"assa_abloy_vostio_card",
|
|
5980
|
+
"assa_abloy_vostio_mobile_key"
|
|
5971
5981
|
],
|
|
5972
5982
|
type: "string"
|
|
5973
5983
|
},
|
|
@@ -6281,7 +6291,9 @@ var openapi_default = {
|
|
|
6281
6291
|
"brivo_credential",
|
|
6282
6292
|
"hid_credential",
|
|
6283
6293
|
"visionline_card",
|
|
6284
|
-
"salto_ks_credential"
|
|
6294
|
+
"salto_ks_credential",
|
|
6295
|
+
"assa_abloy_vostio_card",
|
|
6296
|
+
"assa_abloy_vostio_mobile_key"
|
|
6285
6297
|
],
|
|
6286
6298
|
type: "string"
|
|
6287
6299
|
},
|
|
@@ -17588,7 +17600,9 @@ var openapi_default = {
|
|
|
17588
17600
|
"brivo_credential",
|
|
17589
17601
|
"hid_credential",
|
|
17590
17602
|
"visionline_card",
|
|
17591
|
-
"salto_ks_credential"
|
|
17603
|
+
"salto_ks_credential",
|
|
17604
|
+
"assa_abloy_vostio_card",
|
|
17605
|
+
"assa_abloy_vostio_mobile_key"
|
|
17592
17606
|
],
|
|
17593
17607
|
type: "string"
|
|
17594
17608
|
},
|
|
@@ -17999,7 +18013,9 @@ var openapi_default = {
|
|
|
17999
18013
|
"brivo_credential",
|
|
18000
18014
|
"hid_credential",
|
|
18001
18015
|
"visionline_card",
|
|
18002
|
-
"salto_ks_credential"
|
|
18016
|
+
"salto_ks_credential",
|
|
18017
|
+
"assa_abloy_vostio_card",
|
|
18018
|
+
"assa_abloy_vostio_mobile_key"
|
|
18003
18019
|
],
|
|
18004
18020
|
type: "string"
|
|
18005
18021
|
},
|