@seamapi/types 1.94.1 → 1.96.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 +19 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +31 -27
- package/lib/seam/connect/openapi.d.ts +25 -23
- package/lib/seam/connect/openapi.js +18 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +18 -9
- package/src/lib/seam/connect/route-types.ts +10 -3
package/dist/connect.cjs
CHANGED
|
@@ -3982,11 +3982,6 @@ var openapi_default = {
|
|
|
3982
3982
|
type: "string"
|
|
3983
3983
|
},
|
|
3984
3984
|
acs_user_id: { format: "uuid", type: "string" },
|
|
3985
|
-
assa_abloy_credential_service_mobile_endpoint_id: {
|
|
3986
|
-
format: "uuid",
|
|
3987
|
-
type: "string"
|
|
3988
|
-
},
|
|
3989
|
-
card_format: { enum: ["TLCode", "rfid48"], type: "string" },
|
|
3990
3985
|
code: { pattern: "^\\d+$", type: "string" },
|
|
3991
3986
|
ends_at: { format: "date-time", type: "string" },
|
|
3992
3987
|
external_type: {
|
|
@@ -3999,8 +3994,21 @@ var openapi_default = {
|
|
|
3999
3994
|
type: "string"
|
|
4000
3995
|
},
|
|
4001
3996
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4002
|
-
|
|
4003
|
-
|
|
3997
|
+
starts_at: { format: "date-time", type: "string" },
|
|
3998
|
+
visionline_metadata: {
|
|
3999
|
+
properties: {
|
|
4000
|
+
assa_abloy_credential_service_mobile_endpoint_id: {
|
|
4001
|
+
format: "uuid",
|
|
4002
|
+
type: "string"
|
|
4003
|
+
},
|
|
4004
|
+
card_format: {
|
|
4005
|
+
enum: ["TLCode", "rfid48"],
|
|
4006
|
+
type: "string"
|
|
4007
|
+
},
|
|
4008
|
+
is_override_key: { type: "boolean" }
|
|
4009
|
+
},
|
|
4010
|
+
type: "object"
|
|
4011
|
+
}
|
|
4004
4012
|
},
|
|
4005
4013
|
required: ["acs_user_id", "access_method"],
|
|
4006
4014
|
type: "object"
|
|
@@ -6363,6 +6371,7 @@ var openapi_default = {
|
|
|
6363
6371
|
"visionline",
|
|
6364
6372
|
"assa_abloy_credential_service",
|
|
6365
6373
|
"seam_bridge",
|
|
6374
|
+
"tedee",
|
|
6366
6375
|
"yale_access",
|
|
6367
6376
|
"hid_cm",
|
|
6368
6377
|
"google_nest"
|
|
@@ -10395,9 +10404,9 @@ var openapi_default = {
|
|
|
10395
10404
|
401: { description: "Unauthorized" }
|
|
10396
10405
|
},
|
|
10397
10406
|
security: [
|
|
10398
|
-
{
|
|
10399
|
-
{
|
|
10400
|
-
{
|
|
10407
|
+
{ api_key: [] },
|
|
10408
|
+
{ pat_with_workspace: [] },
|
|
10409
|
+
{ console_session: [] }
|
|
10401
10410
|
],
|
|
10402
10411
|
summary: "/user_identities/delete",
|
|
10403
10412
|
tags: ["/user_identities"],
|