Skip to content

Commit 62f5cd3

Browse files
feat: update api client
1 parent 2d7adb2 commit 62f5cd3

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.7.0', options);
24+
const request = getRequestFunction('Aurora Cloud Console API', '1.8.0', options);
2525

2626
return getAuroraCloudConsoleApiOperations(request);
2727
};

0 commit comments

Comments
 (0)