Skip to content

Commit 6d98db0

Browse files
SDK version 20.9.0.136 generated
1 parent a32a91c commit 6d98db0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+228
-324
lines changed

doc/CloudStorageGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Cloud file storage operations.
33

44
API | Description
55
--- | -----------
6-
[EmailCloud.cloudStorage.**file**](FileApi_list.md) | File operations controller
7-
[EmailCloud.cloudStorage.**folder**](FolderApi_list.md) | Folder operations controller
8-
[EmailCloud.cloudStorage.**storage**](StorageApi_list.md) | Storage operations controller
6+
[EmailCloud.cloudStorage.**file**](FileApi_list.md) |
7+
[EmailCloud.cloudStorage.**folder**](FolderApi_list.md) |
8+
[EmailCloud.cloudStorage.**storage**](StorageApi_list.md) |

doc/DiscUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**usedSize** | **number** | Application used disc space. | [default to undefined]
7-
**totalSize** | **number** | Total disc space. | [default to undefined]
6+
**usedSize** | **number** | | [default to undefined]
7+
**totalSize** | **number** | | [default to undefined]
88

99

1010

doc/ErrorDetails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**requestId** | **string** | The request id | [optional] [default to undefined]
7-
**date** | **Date** | Date | [default to undefined]
6+
**requestId** | **string** | | [optional] [default to undefined]
7+
**date** | **Date** | | [default to undefined]
88

99

1010

doc/FileApi.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public async copyFile(request: CopyFileRequest): Promise< any >
88
```
99

10-
Copy file
10+
1111

1212
### Request Parameters
1313
```typescript
@@ -21,11 +21,11 @@ new CopyFile(
2121

2222
Name | Type | Description | Notes
2323
---- | ---- | ----------- | -----
24-
**srcPath** | **string**| Source file path e.g. &#39;/folder/file.ext&#39; |
25-
**destPath** | **string**| Destination file path |
26-
**srcStorageName** | **string**| Source storage name | [optional]
27-
**destStorageName** | **string**| Destination storage name | [optional]
28-
**versionId** | **string**| File version ID to copy | [optional]
24+
**srcPath** | **string**| |
25+
**destPath** | **string**| |
26+
**srcStorageName** | **string**| | [optional]
27+
**destStorageName** | **string**| | [optional]
28+
**versionId** | **string**| | [optional]
2929

3030
### Return type
3131

@@ -39,7 +39,7 @@ Promise< any >
3939
public async deleteFile(request: DeleteFileRequest): Promise< any >
4040
```
4141

42-
Delete file
42+
4343

4444
### Request Parameters
4545
```typescript
@@ -51,9 +51,9 @@ new DeleteFile(
5151

5252
Name | Type | Description | Notes
5353
---- | ---- | ----------- | -----
54-
**path** | **string**| File path e.g. &#39;/folder/file.ext&#39; |
55-
**storageName** | **string**| Storage name | [optional]
56-
**versionId** | **string**| File version ID to delete | [optional]
54+
**path** | **string**| |
55+
**storageName** | **string**| | [optional]
56+
**versionId** | **string**| | [optional]
5757

5858
### Return type
5959

@@ -67,7 +67,7 @@ Promise< any >
6767
public async downloadFile(request: DownloadFileRequest): Promise< Buffer >
6868
```
6969

70-
Download file
70+
7171

7272
### Request Parameters
7373
```typescript
@@ -79,9 +79,9 @@ new DownloadFile(
7979

8080
Name | Type | Description | Notes
8181
---- | ---- | ----------- | -----
82-
**path** | **string**| File path e.g. &#39;/folder/file.ext&#39; |
83-
**storageName** | **string**| Storage name | [optional]
84-
**versionId** | **string**| File version ID to download | [optional]
82+
**path** | **string**| |
83+
**storageName** | **string**| | [optional]
84+
**versionId** | **string**| | [optional]
8585

8686
### Return type
8787

@@ -95,7 +95,7 @@ Promise< Buffer >
9595
public async moveFile(request: MoveFileRequest): Promise< any >
9696
```
9797

98-
Move file
98+
9999

100100
### Request Parameters
101101
```typescript
@@ -109,11 +109,11 @@ new MoveFile(
109109

110110
Name | Type | Description | Notes
111111
---- | ---- | ----------- | -----
112-
**srcPath** | **string**| Source file path e.g. &#39;/src.ext&#39; |
113-
**destPath** | **string**| Destination file path e.g. &#39;/dest.ext&#39; |
114-
**srcStorageName** | **string**| Source storage name | [optional]
115-
**destStorageName** | **string**| Destination storage name | [optional]
116-
**versionId** | **string**| File version ID to move | [optional]
112+
**srcPath** | **string**| |
113+
**destPath** | **string**| |
114+
**srcStorageName** | **string**| | [optional]
115+
**destStorageName** | **string**| | [optional]
116+
**versionId** | **string**| | [optional]
117117

118118
### Return type
119119

@@ -127,7 +127,7 @@ Promise< any >
127127
public async uploadFile(request: UploadFileRequest): Promise< FilesUploadResult >
128128
```
129129

130-
Upload file
130+
131131

132132
### Request Parameters
133133
```typescript
@@ -139,9 +139,9 @@ new UploadFile(
139139

140140
Name | Type | Description | Notes
141141
---- | ---- | ----------- | -----
142-
**path** | **string**| Path where to upload including filename and extension e.g. /file.ext or /Folder 1/file.ext If the content is multipart and path does not contains the file name it tries to get them from filename parameter from Content-Disposition header. |
142+
**path** | **string**| |
143143
**file** | **byte[]**| File to upload |
144-
**storageName** | **string**| Storage name | [optional]
144+
**storageName** | **string**| | [optional]
145145

146146
### Return type
147147

doc/FileApi_list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All URIs are relative to *https://api.aspose.cloud/v4.0*
44

55
Method | HTTP request | Description
66
------ | ------------ | -----------
7-
[**copyFile**](FileApi.md#copyFile) | **PUT** /email/storage/file/copy/{srcPath} | Copy file
8-
[**deleteFile**](FileApi.md#deleteFile) | **DELETE** /email/storage/file/{path} | Delete file
9-
[**downloadFile**](FileApi.md#downloadFile) | **GET** /email/storage/file/{path} | Download file
10-
[**moveFile**](FileApi.md#moveFile) | **PUT** /email/storage/file/move/{srcPath} | Move file
11-
[**uploadFile**](FileApi.md#uploadFile) | **PUT** /email/storage/file/{path} | Upload file
7+
[**copyFile**](FileApi.md#copyFile) | **PUT** /email/storage/file/copy/{srcPath} |
8+
[**deleteFile**](FileApi.md#deleteFile) | **DELETE** /email/storage/file/{path} |
9+
[**downloadFile**](FileApi.md#downloadFile) | **GET** /email/storage/file/{path} |
10+
[**moveFile**](FileApi.md#moveFile) | **PUT** /email/storage/file/move/{srcPath} |
11+
[**uploadFile**](FileApi.md#uploadFile) | **PUT** /email/storage/file/{path} |

doc/FileVersion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**versionId** | **string** | File Version ID. | [optional] [default to undefined]
7-
**isLatest** | **boolean** | Specifies whether the file is (true) or is not (false) the latest version of an file. | [default to undefined]
6+
**versionId** | **string** | | [optional] [default to undefined]
7+
**isLatest** | **boolean** | | [default to undefined]
88

99
Parent class: [StorageFile](StorageFile.md)
1010

doc/FileVersions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**value** | [**Array&lt;FileVersion&gt;**](FileVersion.md) | File versions FileVersion. | [optional] [default to undefined]
6+
**value** | [**Array&lt;FileVersion&gt;**](FileVersion.md) | | [optional] [default to undefined]
77

88

99

doc/FilesList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**value** | [**Array&lt;StorageFile&gt;**](StorageFile.md) | Files and folders contained by folder StorageFile. | [optional] [default to undefined]
6+
**value** | [**Array&lt;StorageFile&gt;**](StorageFile.md) | | [optional] [default to undefined]
77

88

99

doc/FilesUploadResult.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**uploaded** | **Array&lt;string&gt;** | List of uploaded file names | [optional] [default to undefined]
7-
**errors** | **Array&lt;Error&gt;** | List of errors. | [optional] [default to undefined]
6+
**uploaded** | **Array&lt;string&gt;** | | [optional] [default to undefined]
7+
**errors** | **Array&lt;Error&gt;** | | [optional] [default to undefined]
88

99

1010

doc/FolderApi.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public async copyFolder(request: CopyFolderRequest): Promise< any >
88
```
99

10-
Copy folder
10+
1111

1212
### Request Parameters
1313
```typescript
@@ -20,10 +20,10 @@ new CopyFolder(
2020

2121
Name | Type | Description | Notes
2222
---- | ---- | ----------- | -----
23-
**srcPath** | **string**| Source folder path e.g. &#39;/src&#39; |
24-
**destPath** | **string**| Destination folder path e.g. &#39;/dst&#39; |
25-
**srcStorageName** | **string**| Source storage name | [optional]
26-
**destStorageName** | **string**| Destination storage name | [optional]
23+
**srcPath** | **string**| |
24+
**destPath** | **string**| |
25+
**srcStorageName** | **string**| | [optional]
26+
**destStorageName** | **string**| | [optional]
2727

2828
### Return type
2929

@@ -37,7 +37,7 @@ Promise< any >
3737
public async createFolder(request: CreateFolderRequest): Promise< any >
3838
```
3939

40-
Create the folder
40+
4141

4242
### Request Parameters
4343
```typescript
@@ -48,8 +48,8 @@ new CreateFolder(
4848

4949
Name | Type | Description | Notes
5050
---- | ---- | ----------- | -----
51-
**path** | **string**| Folder path to create e.g. &#39;folder_1/folder_2/&#39; |
52-
**storageName** | **string**| Storage name | [optional]
51+
**path** | **string**| |
52+
**storageName** | **string**| | [optional]
5353

5454
### Return type
5555

@@ -63,7 +63,7 @@ Promise< any >
6363
public async deleteFolder(request: DeleteFolderRequest): Promise< any >
6464
```
6565

66-
Delete folder
66+
6767

6868
### Request Parameters
6969
```typescript
@@ -75,9 +75,9 @@ new DeleteFolder(
7575

7676
Name | Type | Description | Notes
7777
---- | ---- | ----------- | -----
78-
**path** | **string**| Folder path e.g. &#39;/folder&#39; |
79-
**storageName** | **string**| Storage name | [optional]
80-
**recursive** | **boolean**| Enable to delete folders, subfolders and files | [optional] [default to false]
78+
**path** | **string**| |
79+
**storageName** | **string**| | [optional]
80+
**recursive** | **boolean**| | [optional] [default to false]
8181

8282
### Return type
8383

@@ -91,7 +91,7 @@ Promise< any >
9191
public async getFilesList(request: GetFilesListRequest): Promise< FilesList >
9292
```
9393

94-
Get all files and folders within a folder
94+
9595

9696
### Request Parameters
9797
```typescript
@@ -102,8 +102,8 @@ new GetFilesList(
102102

103103
Name | Type | Description | Notes
104104
---- | ---- | ----------- | -----
105-
**path** | **string**| Folder path e.g. &#39;/folder&#39; |
106-
**storageName** | **string**| Storage name | [optional]
105+
**path** | **string**| |
106+
**storageName** | **string**| | [optional]
107107

108108
### Return type
109109

@@ -117,7 +117,7 @@ Promise< [FilesList](FilesList.md) >
117117
public async moveFolder(request: MoveFolderRequest): Promise< any >
118118
```
119119

120-
Move folder
120+
121121

122122
### Request Parameters
123123
```typescript
@@ -130,10 +130,10 @@ new MoveFolder(
130130

131131
Name | Type | Description | Notes
132132
---- | ---- | ----------- | -----
133-
**srcPath** | **string**| Folder path to move e.g. &#39;/folder&#39; |
134-
**destPath** | **string**| Destination folder path to move to e.g &#39;/dst&#39; |
135-
**srcStorageName** | **string**| Source storage name | [optional]
136-
**destStorageName** | **string**| Destination storage name | [optional]
133+
**srcPath** | **string**| |
134+
**destPath** | **string**| |
135+
**srcStorageName** | **string**| | [optional]
136+
**destStorageName** | **string**| | [optional]
137137

138138
### Return type
139139

0 commit comments

Comments
 (0)