We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e0605 commit 3c58360Copy full SHA for 3c58360
src/internal/requestHelper.ts
@@ -90,7 +90,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
90
}
91
92
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
93
- requestOptions.headers["x-aspose-client-version"] = "20.6";
+ requestOptions.headers["x-aspose-client-version"] = "20.7";
94
95
const auth = confguration.authentication;
96
if (!notApplyAuthToRequest) {
0 commit comments