Skip to content

Commit f1be408

Browse files
SDK version 20.5.0.79 generated
1 parent e54be88 commit f1be408

21 files changed

+245
-341
lines changed

doc/AiBcrImageStorageFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**file** | [**StorageFileLocation**](StorageFileLocation.md) | Image location | [optional] [default to undefined]
7+
**file** | **any** | Image location | [optional] [default to undefined]
88

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

doc/AiBcrParseStorageRq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**outFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Parse output folder location on storage | [default to undefined]
7+
**outFolder** | **any** | Parse output folder location on storage | [default to undefined]
88

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

doc/AppendEmailBaseRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**emailFile** | [**StorageFileLocation**](StorageFileLocation.md) | Email document file location in storage | [default to undefined]
7+
**emailFile** | **any** | Email document file location in storage | [default to undefined]
88

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

doc/AppendEmailModelRq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**message** | [**EmailDto**](EmailDto.md) | Email document | [default to undefined]
7+
**message** | **any** | Email document | [default to undefined]
88

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

doc/DiscUsage.md

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

1010

1111

doc/EmailApi.md

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ Name | Type | Description | Notes
889889
public async copyFile(requestObj: CopyFileRequest) : Promise<{response: RequestResponse, body?: any; }>
890890
```
891891

892-
Copy file
892+
893893

894894
### Return type
895895

@@ -907,11 +907,11 @@ new CopyFileRequest(
907907

908908
Name | Type | Description | Notes
909909
------------- | ------------- | ------------- | -------------
910-
**srcPath** | **string**| Source file path e.g. &#39;/folder/file.ext&#39; |
911-
**destPath** | **string**| Destination file path |
912-
**srcStorageName** | **string**| Source storage name | [optional]
913-
**destStorageName** | **string**| Destination storage name | [optional]
914-
**versionId** | **string**| File version ID to copy | [optional]
910+
**srcPath** | **string**| |
911+
**destPath** | **string**| |
912+
**srcStorageName** | **string**| | [optional]
913+
**destStorageName** | **string**| | [optional]
914+
**versionId** | **string**| | [optional]
915915

916916
[[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)
917917

@@ -922,7 +922,7 @@ Name | Type | Description | Notes
922922
public async copyFolder(requestObj: CopyFolderRequest) : Promise<{response: RequestResponse, body?: any; }>
923923
```
924924

925-
Copy folder
925+
926926

927927
### Return type
928928

@@ -939,10 +939,10 @@ new CopyFolderRequest(
939939

940940
Name | Type | Description | Notes
941941
------------- | ------------- | ------------- | -------------
942-
**srcPath** | **string**| Source folder path e.g. &#39;/src&#39; |
943-
**destPath** | **string**| Destination folder path e.g. &#39;/dst&#39; |
944-
**srcStorageName** | **string**| Source storage name | [optional]
945-
**destStorageName** | **string**| Destination storage name | [optional]
942+
**srcPath** | **string**| |
943+
**destPath** | **string**| |
944+
**srcStorageName** | **string**| | [optional]
945+
**destStorageName** | **string**| | [optional]
946946

947947
[[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)
948948

@@ -1061,7 +1061,7 @@ Name | Type | Description | Notes
10611061
public async createFolder(requestObj: CreateFolderRequest) : Promise<{response: RequestResponse, body?: any; }>
10621062
```
10631063

1064-
Create the folder
1064+
10651065

10661066
### Return type
10671067

@@ -1076,8 +1076,8 @@ new CreateFolderRequest(
10761076

10771077
Name | Type | Description | Notes
10781078
------------- | ------------- | ------------- | -------------
1079-
**path** | **string**| Folder path to create e.g. &#39;folder_1/folder_2/&#39; |
1080-
**storageName** | **string**| Storage name | [optional]
1079+
**path** | **string**| |
1080+
**storageName** | **string**| | [optional]
10811081

10821082
[[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)
10831083

@@ -1256,7 +1256,7 @@ Name | Type | Description | Notes
12561256
public async deleteFile(requestObj: DeleteFileRequest) : Promise<{response: RequestResponse, body?: any; }>
12571257
```
12581258

1259-
Delete file
1259+
12601260

12611261
### Return type
12621262

@@ -1272,9 +1272,9 @@ new DeleteFileRequest(
12721272

12731273
Name | Type | Description | Notes
12741274
------------- | ------------- | ------------- | -------------
1275-
**path** | **string**| File path e.g. &#39;/folder/file.ext&#39; |
1276-
**storageName** | **string**| Storage name | [optional]
1277-
**versionId** | **string**| File version ID to delete | [optional]
1275+
**path** | **string**| |
1276+
**storageName** | **string**| | [optional]
1277+
**versionId** | **string**| | [optional]
12781278

12791279
[[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)
12801280

@@ -1285,7 +1285,7 @@ Name | Type | Description | Notes
12851285
public async deleteFolder(requestObj: DeleteFolderRequest) : Promise<{response: RequestResponse, body?: any; }>
12861286
```
12871287

1288-
Delete folder
1288+
12891289

12901290
### Return type
12911291

@@ -1301,9 +1301,9 @@ new DeleteFolderRequest(
13011301

13021302
Name | Type | Description | Notes
13031303
------------- | ------------- | ------------- | -------------
1304-
**path** | **string**| Folder path e.g. &#39;/folder&#39; |
1305-
**storageName** | **string**| Storage name | [optional]
1306-
**recursive** | **boolean**| Enable to delete folders, subfolders and files | [optional] [default to false]
1304+
**path** | **string**| |
1305+
**storageName** | **string**| | [optional]
1306+
**recursive** | **boolean**| | [optional] [default to false]
13071307

13081308
[[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)
13091309

@@ -1447,7 +1447,7 @@ Name | Type | Description | Notes
14471447
public async downloadFile(requestObj: DownloadFileRequest) : Promise<{response: RequestResponse, body: Buffer; }>
14481448
```
14491449

1450-
Download file
1450+
14511451

14521452
### Return type
14531453

@@ -1463,9 +1463,9 @@ new DownloadFileRequest(
14631463

14641464
Name | Type | Description | Notes
14651465
------------- | ------------- | ------------- | -------------
1466-
**path** | **string**| File path e.g. &#39;/folder/file.ext&#39; |
1467-
**storageName** | **string**| Storage name | [optional]
1468-
**versionId** | **string**| File version ID to download | [optional]
1466+
**path** | **string**| |
1467+
**storageName** | **string**| | [optional]
1468+
**versionId** | **string**| | [optional]
14691469

14701470
[[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)
14711471

@@ -2042,7 +2042,7 @@ Name | Type | Description | Notes
20422042
public async getDiscUsage(requestObj: GetDiscUsageRequest) : Promise<{response: RequestResponse, body: DiscUsage; }>
20432043
```
20442044

2045-
Get disc usage
2045+
20462046

20472047
### Return type
20482048

@@ -2056,7 +2056,7 @@ new GetDiscUsageRequest(
20562056

20572057
Name | Type | Description | Notes
20582058
------------- | ------------- | ------------- | -------------
2059-
**storageName** | **string**| Storage name | [optional]
2059+
**storageName** | **string**| | [optional]
20602060

20612061
[[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)
20622062

@@ -2336,7 +2336,7 @@ Name | Type | Description | Notes
23362336
public async getFileVersions(requestObj: GetFileVersionsRequest) : Promise<{response: RequestResponse, body: FileVersions; }>
23372337
```
23382338

2339-
Get file versions
2339+
23402340

23412341
### Return type
23422342

@@ -2351,8 +2351,8 @@ new GetFileVersionsRequest(
23512351

23522352
Name | Type | Description | Notes
23532353
------------- | ------------- | ------------- | -------------
2354-
**path** | **string**| File path e.g. &#39;/file.ext&#39; |
2355-
**storageName** | **string**| Storage name | [optional]
2354+
**path** | **string**| |
2355+
**storageName** | **string**| | [optional]
23562356

23572357
[[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)
23582358

@@ -2363,7 +2363,7 @@ Name | Type | Description | Notes
23632363
public async getFilesList(requestObj: GetFilesListRequest) : Promise<{response: RequestResponse, body: FilesList; }>
23642364
```
23652365

2366-
Get all files and folders within a folder
2366+
23672367

23682368
### Return type
23692369

@@ -2378,8 +2378,8 @@ new GetFilesListRequest(
23782378

23792379
Name | Type | Description | Notes
23802380
------------- | ------------- | ------------- | -------------
2381-
**path** | **string**| Folder path e.g. &#39;/folder&#39; |
2382-
**storageName** | **string**| Storage name | [optional]
2381+
**path** | **string**| |
2382+
**storageName** | **string**| | [optional]
23832383

23842384
[[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)
23852385

@@ -2735,7 +2735,7 @@ Name | Type | Description | Notes
27352735
public async moveFile(requestObj: MoveFileRequest) : Promise<{response: RequestResponse, body?: any; }>
27362736
```
27372737

2738-
Move file
2738+
27392739

27402740
### Return type
27412741

@@ -2753,11 +2753,11 @@ new MoveFileRequest(
27532753

27542754
Name | Type | Description | Notes
27552755
------------- | ------------- | ------------- | -------------
2756-
**srcPath** | **string**| Source file path e.g. &#39;/src.ext&#39; |
2757-
**destPath** | **string**| Destination file path e.g. &#39;/dest.ext&#39; |
2758-
**srcStorageName** | **string**| Source storage name | [optional]
2759-
**destStorageName** | **string**| Destination storage name | [optional]
2760-
**versionId** | **string**| File version ID to move | [optional]
2756+
**srcPath** | **string**| |
2757+
**destPath** | **string**| |
2758+
**srcStorageName** | **string**| | [optional]
2759+
**destStorageName** | **string**| | [optional]
2760+
**versionId** | **string**| | [optional]
27612761

27622762
[[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)
27632763

@@ -2768,7 +2768,7 @@ Name | Type | Description | Notes
27682768
public async moveFolder(requestObj: MoveFolderRequest) : Promise<{response: RequestResponse, body?: any; }>
27692769
```
27702770

2771-
Move folder
2771+
27722772

27732773
### Return type
27742774

@@ -2785,10 +2785,10 @@ new MoveFolderRequest(
27852785

27862786
Name | Type | Description | Notes
27872787
------------- | ------------- | ------------- | -------------
2788-
**srcPath** | **string**| Folder path to move e.g. &#39;/folder&#39; |
2789-
**destPath** | **string**| Destination folder path to move to e.g &#39;/dst&#39; |
2790-
**srcStorageName** | **string**| Source storage name | [optional]
2791-
**destStorageName** | **string**| Destination storage name | [optional]
2788+
**srcPath** | **string**| |
2789+
**destPath** | **string**| |
2790+
**srcStorageName** | **string**| | [optional]
2791+
**destStorageName** | **string**| | [optional]
27922792

27932793
[[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)
27942794

@@ -2799,7 +2799,7 @@ Name | Type | Description | Notes
27992799
public async objectExists(requestObj: ObjectExistsRequest) : Promise<{response: RequestResponse, body: ObjectExist; }>
28002800
```
28012801

2802-
Check if file or folder exists
2802+
28032803

28042804
### Return type
28052805

@@ -2815,9 +2815,9 @@ new ObjectExistsRequest(
28152815

28162816
Name | Type | Description | Notes
28172817
------------- | ------------- | ------------- | -------------
2818-
**path** | **string**| File or folder path e.g. &#39;/file.ext&#39; or &#39;/folder&#39; |
2819-
**storageName** | **string**| Storage name | [optional]
2820-
**versionId** | **string**| File version ID | [optional]
2818+
**path** | **string**| |
2819+
**storageName** | **string**| | [optional]
2820+
**versionId** | **string**| | [optional]
28212821

28222822
[[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)
28232823

@@ -3169,7 +3169,7 @@ Name | Type | Description | Notes
31693169
public async storageExists(requestObj: StorageExistsRequest) : Promise<{response: RequestResponse, body: StorageExist; }>
31703170
```
31713171

3172-
Check if storage exists
3172+
31733173

31743174
### Return type
31753175

@@ -3183,7 +3183,7 @@ new StorageExistsRequest(
31833183

31843184
Name | Type | Description | Notes
31853185
------------- | ------------- | ------------- | -------------
3186-
**storageName** | **string**| Storage name |
3186+
**storageName** | **string**| |
31873187

31883188
[[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)
31893189

@@ -3277,7 +3277,7 @@ Name | Type | Description | Notes
32773277
public async uploadFile(requestObj: UploadFileRequest) : Promise<{response: RequestResponse, body: FilesUploadResult; }>
32783278
```
32793279

3280-
Upload file
3280+
32813281

32823282
### Return type
32833283

@@ -3293,9 +3293,9 @@ new UploadFileRequest(
32933293

32943294
Name | Type | Description | Notes
32953295
------------- | ------------- | ------------- | -------------
3296-
**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. |
3296+
**path** | **string**| |
32973297
**file** | **Buffer**| File to upload |
3298-
**storageName** | **string**| Storage name | [optional]
3298+
**storageName** | **string**| | [optional]
32993299

33003300
[[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)
33013301

doc/ErrorDetails.md

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

1010

1111

doc/FileVersion.md

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

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

doc/FileVersions.md

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

99

1010

doc/FilesList.md

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

99

1010

0 commit comments

Comments
 (0)