@seamapi/types 1.106.0 → 1.107.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 +4 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -2
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +4 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -9
- package/src/lib/seam/connect/route-types.ts +2 -9
package/dist/connect.cjs
CHANGED
|
@@ -4051,16 +4051,11 @@ var openapi_default = {
|
|
|
4051
4051
|
acs_user_id: { format: "uuid", type: "string" },
|
|
4052
4052
|
code: { pattern: "^\\d+$", type: "string" },
|
|
4053
4053
|
ends_at: { format: "date-time", type: "string" },
|
|
4054
|
-
external_type: {
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
"hid_credential",
|
|
4059
|
-
"visionline_card"
|
|
4060
|
-
],
|
|
4061
|
-
type: "string"
|
|
4054
|
+
external_type: { enum: ["visionline_card"], type: "string" },
|
|
4055
|
+
is_multi_phone_sync_credential: {
|
|
4056
|
+
default: false,
|
|
4057
|
+
type: "boolean"
|
|
4062
4058
|
},
|
|
4063
|
-
is_multi_phone_sync_credential: { type: "boolean" },
|
|
4064
4059
|
starts_at: { format: "date-time", type: "string" },
|
|
4065
4060
|
visionline_metadata: {
|
|
4066
4061
|
properties: {
|