From 7c53ded3e3e5a3c5e53f0e653ad2dd3f6f769db4 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 29 May 2026 20:38:55 +0000 Subject: [PATCH] feat: Sync with Seam API via ef8624c12e3391473c8f55475cfc77c6dc46f47d --- src/lib/seam/connect/openapi.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index fcbc406c..9fe25589 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -32747,7 +32747,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string', @@ -32900,7 +32900,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string', @@ -33018,7 +33018,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string', @@ -35178,7 +35178,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string', @@ -35332,7 +35332,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string', @@ -35486,7 +35486,7 @@ const openapi: OpenAPISpec = { }, code: { description: 'Code to be used for access.', - maxLength: 9, + maxLength: 12, minLength: 4, pattern: '^\\d+$', type: 'string',