Skip to content

Commit 9781448

Browse files
SDK version 20.1.0 generated
1 parent ffcdcb3 commit 9781448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asposecloud/aspose-email-cloud",
3-
"version": "19.12.1",
3+
"version": "20.1.0",
44
"description": "Aspose.Email Cloud Node.js SDK",
55
"homepage": "https://products.aspose.cloud/email",
66
"author": {

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class EmailApi {
4747
* @param debugMode A value indicating whether debug mode. In debug mode all requests and responses are logged to console.
4848
*/
4949
constructor(appSID: string, appKey: string, baseUrl?: string, debugMode?: boolean) {
50-
this.configuration = new Configuration(appSID, appKey, baseUrl, debugMode);
50+
this.configuration = new Configuration(appKey, appSID, baseUrl, debugMode);
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)