From 5a129159ce661c4cb6edc69821617295c1c890d1 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 20 Aug 2026 22:20:52 +0000 Subject: [PATCH] feat: Sync with Seam API via 575bca958f52598886ec555b9b73280c476b638f --- src/lib/seam/connect/openapi.ts | 6 +----- src/lib/seam/connect/route-types.ts | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index d035bd96..66788ad8 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -69903,11 +69903,7 @@ const openapi: OpenAPISpec = { description: 'Deletes the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.', operationId: 'seamCustomerV1AutomationsDeleteDelete', - requestBody: { - content: { - 'application/json': { schema: { properties: {}, type: 'object' } }, - }, - }, + parameters: [], responses: { '200': { content: { diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index c27b4825..649fa536 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -96205,7 +96205,7 @@ export type Routes = { /** Timestamp by which to limit returned timeline entries. Returns entries created after this timestamp. */ created_after?: Date | undefined /** Time range to filter timeline entries. Returns entries created between the two timestamps [start, end]. */ - created_between?: [Date, Date] | undefined + created_between?: Date[] | undefined /** Filter timeline entries by entry type. If not specified, all entry types are returned. */ entry_types?: | (