From 849ccb1526da333108f89e1e8f5cd99802787898 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 19 Aug 2026 03:52:53 +0000 Subject: [PATCH] feat: Sync with Seam API via c8e91122ea4450825a0643fd9acbb044a4fb8f47 --- src/lib/seam/connect/openapi.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 0def34da..415c07de 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -50588,6 +50588,7 @@ const openapi: OpenAPISpec = { schema: { description: 'ID of the client session that you want to retrieve.', + minLength: 1, type: 'string', }, }, @@ -50678,6 +50679,7 @@ const openapi: OpenAPISpec = { client_session_id: { description: 'ID of the client session that you want to retrieve.', + minLength: 1, type: 'string', }, connect_webview_id: { @@ -86307,6 +86309,7 @@ const openapi: OpenAPISpec = { schema: { description: 'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.', + minLength: 1, type: 'string', }, }, @@ -86414,6 +86417,7 @@ const openapi: OpenAPISpec = { search: { description: 'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.', + minLength: 1, type: 'string', }, },