From 5286b35de5b300737680d7f341c8f6cabff3b2af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:55:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto-update=20API=20types=20for?= =?UTF-8?q?=20TypeScript=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coral/types/api.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coral/types/api.d.ts b/coral/types/api.d.ts index b6a7f0572..2fb71004d 100644 --- a/coral/types/api.d.ts +++ b/coral/types/api.d.ts @@ -2735,7 +2735,7 @@ export type components = { /** Format: int32 */ topicpartitions: number; replicationfactor: string; - description: string; + description?: string; advancedTopicConfigEntries?: components["schemas"]["TopicConfigEntry"][]; /** Format: int32 */ teamId?: number; @@ -2960,7 +2960,7 @@ export type components = { /** Format: int32 */ topicpartitions: number; replicationfactor: string; - description: string; + description?: string; advancedTopicConfigEntries?: components["schemas"]["TopicConfigEntry"][]; /** Format: int32 */ teamId?: number;