Skip to content

Commit 0a6e03b

Browse files
SDK version 20.2.0 generated
1 parent 37bfaf2 commit 0a6e03b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/EmailApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ new CreateEmailRequest(
888888
Name | Type | Description | Notes
889889
------------- | ------------- | ------------- | -------------
890890
**fileName** | **string**| Email document file name in storage |
891-
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
891+
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
892892

893893
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
894894

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": "20.1.1",
3+
"version": "20.2.0",
44
"description": "Aspose.Email Cloud Node.js SDK",
55
"homepage": "https://products.aspose.cloud/email",
66
"author": {

src/model/requests/requests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,14 +1068,14 @@ export class CreateEmailRequest {
10681068
public fileName: string;
10691069

10701070
/**
1071-
* An email document and optional Storage info to specify where the file should be located
1071+
* An email document and optional Storage info to specify where the file should be located
10721072
*/
10731073
public request: model.CreateEmailRequest;
10741074

10751075
/**
10761076
* Request model for createEmail operation.
10771077
* @param fileName Email document file name in storage
1078-
* @param request An email document and optional Storage info to specify where the file should be located
1078+
* @param request An email document and optional Storage info to specify where the file should be located
10791079
*/
10801080
public constructor(
10811081
fileName?: string,

0 commit comments

Comments
 (0)