Skip to content

Commit 7b49656

Browse files
SDK version 20.2.0 generated
1 parent e66b9a7 commit 7b49656

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

sdk/AsposeEmailCloudSdk/models/requests/create_email_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CreateEmailRequest(BaseRequest):
3636
Initializes a new instance.
3737
3838
:param file_name (str) Email document file name in storage
39-
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
39+
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
4040
"""
4141

4242
def __init__(self, file_name: str, request: CreateEmailRequest):
@@ -45,7 +45,7 @@ def __init__(self, file_name: str, request: CreateEmailRequest):
4545
Initializes a new instance.
4646
4747
:param file_name (str) Email document file name in storage
48-
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
48+
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
4949
"""
5050

5151
BaseRequest.__init__(self)

sdk/AsposeEmailCloudSdk/models/requests/get_calendar_attachment_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def to_http_info(self, config):
105105

106106
# HTTP header `Accept`
107107
header_params['Accept'] = self._select_header_accept(
108-
['application/json'])
108+
['multipart/form-data'])
109109

110110
# HTTP header `Content-Type`
111111
header_params['Content-Type'] = self._select_header_content_type(

sdk/AsposeEmailCloudSdk/models/requests/get_contact_attachment_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def to_http_info(self, config):
113113

114114
# HTTP header `Accept`
115115
header_params['Accept'] = self._select_header_accept(
116-
['application/json'])
116+
['multipart/form-data'])
117117

118118
# HTTP header `Content-Type`
119119
header_params['Content-Type'] = self._select_header_content_type(

sdk/AsposeEmailCloudSdk/models/requests/get_email_as_file_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def to_http_info(self, config):
105105

106106
# HTTP header `Accept`
107107
header_params['Accept'] = self._select_header_accept(
108-
['application/json'])
108+
['multipart/form-data'])
109109

110110
# HTTP header `Content-Type`
111111
header_params['Content-Type'] = self._select_header_content_type(

sdk/AsposeEmailCloudSdk/models/requests/get_email_attachment_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def to_http_info(self, config):
105105

106106
# HTTP header `Accept`
107107
header_params['Accept'] = self._select_header_accept(
108-
['application/json'])
108+
['multipart/form-data'])
109109

110110
# HTTP header `Content-Type`
111111
header_params['Content-Type'] = self._select_header_content_type(

sdk/AsposeEmailCloudSdk/models/requests/get_mapi_attachment_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def to_http_info(self, config):
105105

106106
# HTTP header `Accept`
107107
header_params['Accept'] = self._select_header_accept(
108-
['application/json'])
108+
['multipart/form-data'])
109109

110110
# HTTP header `Content-Type`
111111
header_params['Content-Type'] = self._select_header_content_type(

sdk/docs/EmailApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,7 @@ EmailApi.create_email(
22612261
Name | Type | Description | Notes
22622262
------------- | ------------- | ------------- | -------------
22632263
**file_name** | **str**| Email document file name in storage |
2264-
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
2264+
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
22652265

22662266
[[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)
22672267

@@ -2297,7 +2297,7 @@ EmailApi.create_email_async(
22972297
Name | Type | Description | Notes
22982298
------------- | ------------- | ------------- | -------------
22992299
**file_name** | **str**| Email document file name in storage |
2300-
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
2300+
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
23012301

23022302
[[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)
23032303

@@ -3617,7 +3617,7 @@ Get iCalendar document attachment by name
36173617

36183618
### Return type
36193619

3620-
[**file**](file.md)
3620+
**file**
36213621

36223622
### Request Parameters
36233623
```python
@@ -3659,7 +3659,7 @@ Performs operation asynchronously.
36593659
### Return type
36603660

36613661
Returns multiprocessing.pool.AsyncResult.
3662-
get_calendar_attachment_async(request).get() returns [**file**](file.md)
3662+
get_calendar_attachment_async(request).get() returns **file**
36633663

36643664
### Request Parameters
36653665
```python
@@ -4022,7 +4022,7 @@ Get attachment file by name
40224022

40234023
### Return type
40244024

4025-
[**file**](file.md)
4025+
**file**
40264026

40274027
### Request Parameters
40284028
```python
@@ -4067,7 +4067,7 @@ Performs operation asynchronously.
40674067
### Return type
40684068

40694069
Returns multiprocessing.pool.AsyncResult.
4070-
get_contact_attachment_async(request).get() returns [**file**](file.md)
4070+
get_contact_attachment_async(request).get() returns **file**
40714071

40724072
### Request Parameters
40734073
```python
@@ -4583,7 +4583,7 @@ Converts email document from storage to specified format and returns as file
45834583

45844584
### Return type
45854585

4586-
[**file**](file.md)
4586+
**file**
45874587

45884588
### Request Parameters
45894589
```python
@@ -4625,7 +4625,7 @@ Performs operation asynchronously.
46254625
### Return type
46264626

46274627
Returns multiprocessing.pool.AsyncResult.
4628-
get_email_as_file_async(request).get() returns [**file**](file.md)
4628+
get_email_as_file_async(request).get() returns **file**
46294629

46304630
### Request Parameters
46314631
```python
@@ -4664,7 +4664,7 @@ Get email attachment by name
46644664

46654665
### Return type
46664666

4667-
[**file**](file.md)
4667+
**file**
46684668

46694669
### Request Parameters
46704670
```python
@@ -4706,7 +4706,7 @@ Performs operation asynchronously.
47064706
### Return type
47074707

47084708
Returns multiprocessing.pool.AsyncResult.
4709-
get_email_attachment_async(request).get() returns [**file**](file.md)
4709+
get_email_attachment_async(request).get() returns **file**
47104710

47114711
### Request Parameters
47124712
```python
@@ -5132,7 +5132,7 @@ Get document attachment as file stream
51325132

51335133
### Return type
51345134

5135-
[**file**](file.md)
5135+
**file**
51365136

51375137
### Request Parameters
51385138
```python
@@ -5174,7 +5174,7 @@ Performs operation asynchronously.
51745174
### Return type
51755175

51765176
Returns multiprocessing.pool.AsyncResult.
5177-
get_mapi_attachment_async(request).get() returns [**file**](file.md)
5177+
get_mapi_attachment_async(request).get() returns **file**
51785178

51795179
### Request Parameters
51805180
```python

sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import setup, find_packages # noqa: H301
99

1010
NAME = "aspose-email-cloud"
11-
VERSION = "20.1.1"
11+
VERSION = "20.2.0"
1212
# To install the library, run the following
1313
#
1414
# python setup.py install

0 commit comments

Comments
 (0)