@seamapi/types 1.138.0 → 1.138.1
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 +0 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -5
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +0 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -1
- package/src/lib/seam/connect/route-types.ts +0 -1
package/dist/connect.cjs
CHANGED
|
@@ -4213,7 +4213,6 @@ var openapi_default = {
|
|
|
4213
4213
|
acs_user_id: { format: "uuid", type: "string" },
|
|
4214
4214
|
code: { pattern: "^\\d+$", type: "string" },
|
|
4215
4215
|
ends_at: { format: "date-time", type: "string" },
|
|
4216
|
-
external_type: { enum: ["visionline_card"], type: "string" },
|
|
4217
4216
|
is_multi_phone_sync_credential: {
|
|
4218
4217
|
default: false,
|
|
4219
4218
|
type: "boolean"
|