@seamapi/types 1.144.0 → 1.145.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +9 -0
package/dist/connect.cjs
CHANGED
|
@@ -4245,6 +4245,10 @@ var openapi_default = {
|
|
|
4245
4245
|
},
|
|
4246
4246
|
acs_user_id: { format: "uuid", type: "string" },
|
|
4247
4247
|
code: { pattern: "^\\d+$", type: "string" },
|
|
4248
|
+
credential_manager_acs_system_id: {
|
|
4249
|
+
format: "uuid",
|
|
4250
|
+
type: "string"
|
|
4251
|
+
},
|
|
4248
4252
|
ends_at: { format: "date-time", type: "string" },
|
|
4249
4253
|
is_multi_phone_sync_credential: {
|
|
4250
4254
|
default: false,
|