Skip to content

Commit

Permalink
[OpenAPI] Spec updates (#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue[bot] <github-merge-queue[bot]@users.noreply.github.com>
Co-authored-by: Alexis Rico <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent fc78ef4 commit a4343f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/client/src/api/controlPlaneSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,6 @@ export type ClusterConfiguration = {
*/
engineType?: 'aurora' | 'rds';
instanceType: string;
/**
* @format int64
*/
replicas?: number;
/**
* @format int64
* @default 1
Expand Down Expand Up @@ -425,10 +421,6 @@ export type ClusterConfigurationResponse = {
engineVersion: string;
engineType: 'aurora' | 'rds';
instanceType: string;
/**
* @format int64
*/
replicas: number;
/**
* @format int64
*/
Expand Down

0 comments on commit a4343f5

Please sign in to comment.