Skip to content

Commit 22e88d3

Browse files
feat: update api client
1 parent c7f984f commit 22e88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generated/clients/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export {
2121
export const createAuroraCloudConsoleApiClient = (
2222
options: OpenApiClientOptions,
2323
): AuroraCloudConsoleApiClient => {
24-
const request = getRequestFunction('Aurora Cloud Console API', '1.11.0', options);
24+
const request = getRequestFunction('Aurora Cloud Console API', '1.12.0', options);
2525

2626
return getAuroraCloudConsoleApiOperations(request);
2727
};

0 commit comments

Comments
 (0)