@seamapi/types 1.144.0 → 1.146.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 +9 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -0
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +9 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +9 -0
- package/src/lib/seam/connect/route-types.ts +10 -0
package/dist/connect.cjs
CHANGED
|
@@ -4244,7 +4244,16 @@ var openapi_default = {
|
|
|
4244
4244
|
type: "string"
|
|
4245
4245
|
},
|
|
4246
4246
|
acs_user_id: { format: "uuid", type: "string" },
|
|
4247
|
+
allowed_acs_entrance_ids: {
|
|
4248
|
+
default: [],
|
|
4249
|
+
items: { format: "uuid", type: "string" },
|
|
4250
|
+
type: "array"
|
|
4251
|
+
},
|
|
4247
4252
|
code: { pattern: "^\\d+$", type: "string" },
|
|
4253
|
+
credential_manager_acs_system_id: {
|
|
4254
|
+
format: "uuid",
|
|
4255
|
+
type: "string"
|
|
4256
|
+
},
|
|
4248
4257
|
ends_at: { format: "date-time", type: "string" },
|
|
4249
4258
|
is_multi_phone_sync_credential: {
|
|
4250
4259
|
default: false,
|