Skip to content

Commit

Permalink
🤖 Auto-update API types for TypeScript usage
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and muralibasani committed Dec 20, 2024
1 parent 9d9a1cd commit 5286b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coral/types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5286b35

Please sign in to comment.