Skip to content

Commit 882d01a

Browse files
feat: update api client
1 parent 88e605d commit 882d01a

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

2626
return getAuroraCloudConsoleApiOperations(request);
2727
};

0 commit comments

Comments
 (0)