Skip to content

Commit 33aaeb3

Browse files
SDK version 20.5.0.79 generated
1 parent e5689a0 commit 33aaeb3

Some content is hidden

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

50 files changed

+327
-327
lines changed

docs/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]
7+
**file** | **Object** | Image location | [optional]
88

99

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

docs/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 |
7+
**outFolder** | **Object** | Parse output folder location on storage |
88

99

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

docs/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 |
7+
**emailFile** | **Object** | Email document file location in storage |
88

99

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

docs/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 |
7+
**message** | **Object** | Email document |
88

99

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

docs/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** | **Long** | Application used disc space. |
8-
**totalSize** | **Long** | Total disc space. |
7+
**usedSize** | **Long** | |
8+
**totalSize** | **Long** | |
99

1010

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

docs/EmailApi.md

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Name | Type | Description | Notes
792792
## **copyFile**
793793
> void copyFile(CopyFileRequestData request)
794794
795-
Copy file
795+
796796

797797
### **CopyFileRequestData** Parameters
798798
```java
@@ -806,11 +806,11 @@ public CopyFileRequestData(
806806

807807
Name | Type | Description | Notes
808808
------------- | ------------- | ------------- | -------------
809-
**srcPath** | **String**| Source file path e.g. '/folder/file.ext' |
810-
**destPath** | **String**| Destination file path |
811-
**srcStorageName** | **String**| Source storage name | [optional]
812-
**destStorageName** | **String**| Destination storage name | [optional]
813-
**versionId** | **String**| File version ID to copy | [optional]
809+
**srcPath** | **String**| |
810+
**destPath** | **String**| |
811+
**srcStorageName** | **String**| | [optional]
812+
**destStorageName** | **String**| | [optional]
813+
**versionId** | **String**| | [optional]
814814

815815
### Return type
816816

@@ -822,7 +822,7 @@ void (empty response body)
822822
## **copyFolder**
823823
> void copyFolder(CopyFolderRequestData request)
824824
825-
Copy folder
825+
826826

827827
### **CopyFolderRequestData** Parameters
828828
```java
@@ -835,10 +835,10 @@ public CopyFolderRequestData(
835835

836836
Name | Type | Description | Notes
837837
------------- | ------------- | ------------- | -------------
838-
**srcPath** | **String**| Source folder path e.g. '/src' |
839-
**destPath** | **String**| Destination folder path e.g. '/dst' |
840-
**srcStorageName** | **String**| Source storage name | [optional]
841-
**destStorageName** | **String**| Destination storage name | [optional]
838+
**srcPath** | **String**| |
839+
**destPath** | **String**| |
840+
**srcStorageName** | **String**| | [optional]
841+
**destStorageName** | **String**| | [optional]
842842

843843
### Return type
844844

@@ -946,7 +946,7 @@ void (empty response body)
946946
## **createFolder**
947947
> void createFolder(CreateFolderRequestData request)
948948
949-
Create the folder
949+
950950

951951
### **CreateFolderRequestData** Parameters
952952
```java
@@ -957,8 +957,8 @@ public CreateFolderRequestData(
957957

958958
Name | Type | Description | Notes
959959
------------- | ------------- | ------------- | -------------
960-
**path** | **String**| Folder path to create e.g. 'folder_1/folder_2/' |
961-
**storageName** | **String**| Storage name | [optional]
960+
**path** | **String**| |
961+
**storageName** | **String**| | [optional]
962962

963963
### Return type
964964

@@ -1120,7 +1120,7 @@ void (empty response body)
11201120
## **deleteFile**
11211121
> void deleteFile(DeleteFileRequestData request)
11221122
1123-
Delete file
1123+
11241124

11251125
### **DeleteFileRequestData** Parameters
11261126
```java
@@ -1132,9 +1132,9 @@ public DeleteFileRequestData(
11321132

11331133
Name | Type | Description | Notes
11341134
------------- | ------------- | ------------- | -------------
1135-
**path** | **String**| File path e.g. '/folder/file.ext' |
1136-
**storageName** | **String**| Storage name | [optional]
1137-
**versionId** | **String**| File version ID to delete | [optional]
1135+
**path** | **String**| |
1136+
**storageName** | **String**| | [optional]
1137+
**versionId** | **String**| | [optional]
11381138

11391139
### Return type
11401140

@@ -1146,7 +1146,7 @@ void (empty response body)
11461146
## **deleteFolder**
11471147
> void deleteFolder(DeleteFolderRequestData request)
11481148
1149-
Delete folder
1149+
11501150

11511151
### **DeleteFolderRequestData** Parameters
11521152
```java
@@ -1158,9 +1158,9 @@ public DeleteFolderRequestData(
11581158

11591159
Name | Type | Description | Notes
11601160
------------- | ------------- | ------------- | -------------
1161-
**path** | **String**| Folder path e.g. '/folder' |
1162-
**storageName** | **String**| Storage name | [optional]
1163-
**recursive** | **Boolean**| Enable to delete folders, subfolders and files | [optional] [default to false]
1161+
**path** | **String**| |
1162+
**storageName** | **String**| | [optional]
1163+
**recursive** | **Boolean**| | [optional] [default to false]
11641164

11651165
### Return type
11661166

@@ -1290,7 +1290,7 @@ Name | Type | Description | Notes
12901290
## **downloadFile**
12911291
> byte[] downloadFile(DownloadFileRequestData request)
12921292
1293-
Download file
1293+
12941294

12951295
### **DownloadFileRequestData** Parameters
12961296
```java
@@ -1302,9 +1302,9 @@ public DownloadFileRequestData(
13021302

13031303
Name | Type | Description | Notes
13041304
------------- | ------------- | ------------- | -------------
1305-
**path** | **String**| File path e.g. '/folder/file.ext' |
1306-
**storageName** | **String**| Storage name | [optional]
1307-
**versionId** | **String**| File version ID to download | [optional]
1305+
**path** | **String**| |
1306+
**storageName** | **String**| | [optional]
1307+
**versionId** | **String**| | [optional]
13081308

13091309
### Return type
13101310

@@ -1828,7 +1828,7 @@ Name | Type | Description | Notes
18281828
## **getDiscUsage**
18291829
> [DiscUsage](DiscUsage.md) getDiscUsage(GetDiscUsageRequestData request)
18301830
1831-
Get disc usage
1831+
18321832

18331833
### **GetDiscUsageRequestData** Parameters
18341834
```java
@@ -1838,7 +1838,7 @@ public GetDiscUsageRequestData(
18381838

18391839
Name | Type | Description | Notes
18401840
------------- | ------------- | ------------- | -------------
1841-
**storageName** | **String**| Storage name | [optional]
1841+
**storageName** | **String**| | [optional]
18421842

18431843
### Return type
18441844

@@ -2092,7 +2092,7 @@ Name | Type | Description | Notes
20922092
## **getFileVersions**
20932093
> [FileVersions](FileVersions.md) getFileVersions(GetFileVersionsRequestData request)
20942094
2095-
Get file versions
2095+
20962096

20972097
### **GetFileVersionsRequestData** Parameters
20982098
```java
@@ -2103,8 +2103,8 @@ public GetFileVersionsRequestData(
21032103

21042104
Name | Type | Description | Notes
21052105
------------- | ------------- | ------------- | -------------
2106-
**path** | **String**| File path e.g. '/file.ext' |
2107-
**storageName** | **String**| Storage name | [optional]
2106+
**path** | **String**| |
2107+
**storageName** | **String**| | [optional]
21082108

21092109
### Return type
21102110

@@ -2116,7 +2116,7 @@ Name | Type | Description | Notes
21162116
## **getFilesList**
21172117
> [FilesList](FilesList.md) getFilesList(GetFilesListRequestData request)
21182118
2119-
Get all files and folders within a folder
2119+
21202120

21212121
### **GetFilesListRequestData** Parameters
21222122
```java
@@ -2127,8 +2127,8 @@ public GetFilesListRequestData(
21272127

21282128
Name | Type | Description | Notes
21292129
------------- | ------------- | ------------- | -------------
2130-
**path** | **String**| Folder path e.g. '/folder' |
2131-
**storageName** | **String**| Storage name | [optional]
2130+
**path** | **String**| |
2131+
**storageName** | **String**| | [optional]
21322132

21332133
### Return type
21342134

@@ -2452,7 +2452,7 @@ void (empty response body)
24522452
## **moveFile**
24532453
> void moveFile(MoveFileRequestData request)
24542454
2455-
Move file
2455+
24562456

24572457
### **MoveFileRequestData** Parameters
24582458
```java
@@ -2466,11 +2466,11 @@ public MoveFileRequestData(
24662466

24672467
Name | Type | Description | Notes
24682468
------------- | ------------- | ------------- | -------------
2469-
**srcPath** | **String**| Source file path e.g. '/src.ext' |
2470-
**destPath** | **String**| Destination file path e.g. '/dest.ext' |
2471-
**srcStorageName** | **String**| Source storage name | [optional]
2472-
**destStorageName** | **String**| Destination storage name | [optional]
2473-
**versionId** | **String**| File version ID to move | [optional]
2469+
**srcPath** | **String**| |
2470+
**destPath** | **String**| |
2471+
**srcStorageName** | **String**| | [optional]
2472+
**destStorageName** | **String**| | [optional]
2473+
**versionId** | **String**| | [optional]
24742474

24752475
### Return type
24762476

@@ -2482,7 +2482,7 @@ void (empty response body)
24822482
## **moveFolder**
24832483
> void moveFolder(MoveFolderRequestData request)
24842484
2485-
Move folder
2485+
24862486

24872487
### **MoveFolderRequestData** Parameters
24882488
```java
@@ -2495,10 +2495,10 @@ public MoveFolderRequestData(
24952495

24962496
Name | Type | Description | Notes
24972497
------------- | ------------- | ------------- | -------------
2498-
**srcPath** | **String**| Folder path to move e.g. '/folder' |
2499-
**destPath** | **String**| Destination folder path to move to e.g '/dst' |
2500-
**srcStorageName** | **String**| Source storage name | [optional]
2501-
**destStorageName** | **String**| Destination storage name | [optional]
2498+
**srcPath** | **String**| |
2499+
**destPath** | **String**| |
2500+
**srcStorageName** | **String**| | [optional]
2501+
**destStorageName** | **String**| | [optional]
25022502

25032503
### Return type
25042504

@@ -2510,7 +2510,7 @@ void (empty response body)
25102510
## **objectExists**
25112511
> [ObjectExist](ObjectExist.md) objectExists(ObjectExistsRequestData request)
25122512
2513-
Check if file or folder exists
2513+
25142514

25152515
### **ObjectExistsRequestData** Parameters
25162516
```java
@@ -2522,9 +2522,9 @@ public ObjectExistsRequestData(
25222522

25232523
Name | Type | Description | Notes
25242524
------------- | ------------- | ------------- | -------------
2525-
**path** | **String**| File or folder path e.g. '/file.ext' or '/folder' |
2526-
**storageName** | **String**| Storage name | [optional]
2527-
**versionId** | **String**| File version ID | [optional]
2525+
**path** | **String**| |
2526+
**storageName** | **String**| | [optional]
2527+
**versionId** | **String**| | [optional]
25282528

25292529
### Return type
25302530

@@ -2838,7 +2838,7 @@ void (empty response body)
28382838
## **storageExists**
28392839
> [StorageExist](StorageExist.md) storageExists(StorageExistsRequestData request)
28402840
2841-
Check if storage exists
2841+
28422842

28432843
### **StorageExistsRequestData** Parameters
28442844
```java
@@ -2848,7 +2848,7 @@ public StorageExistsRequestData(
28482848

28492849
Name | Type | Description | Notes
28502850
------------- | ------------- | ------------- | -------------
2851-
**storageName** | **String**| Storage name |
2851+
**storageName** | **String**| |
28522852

28532853
### Return type
28542854

@@ -2934,7 +2934,7 @@ void (empty response body)
29342934
## **uploadFile**
29352935
> [FilesUploadResult](FilesUploadResult.md) uploadFile(UploadFileRequestData request)
29362936
2937-
Upload file
2937+
29382938

29392939
### **UploadFileRequestData** Parameters
29402940
```java
@@ -2946,9 +2946,9 @@ public UploadFileRequestData(
29462946

29472947
Name | Type | Description | Notes
29482948
------------- | ------------- | ------------- | -------------
2949-
**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. |
2949+
**path** | **String**| |
29502950
**file** | **byte[]**| File to upload |
2951-
**storageName** | **String**| Storage name | [optional]
2951+
**storageName** | **String**| | [optional]
29522952

29532953
### Return type
29542954

docs/Error.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**code** | **String** | Code | [optional]
8-
**message** | **String** | Message | [optional]
9-
**description** | **String** | Description | [optional]
10-
**innerError** | [**ErrorDetails**](ErrorDetails.md) | Inner Error | [optional]
7+
**code** | **String** | | [optional]
8+
**message** | **String** | | [optional]
9+
**description** | **String** | | [optional]
10+
**innerError** | [**ErrorDetails**](ErrorDetails.md) | | [optional]
1111

1212

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

docs/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]
8-
**date** | [**Date**](Date.md) | Date |
7+
**requestId** | **String** | | [optional]
8+
**date** | [**Date**](Date.md) | |
99

1010

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

docs/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]
8-
**isLatest** | **Boolean** | Specifies whether the file is (true) or is not (false) the latest version of an file. |
7+
**versionId** | **String** | | [optional]
8+
**isLatest** | **Boolean** | |
99

1010

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

docs/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** | [**List<FileVersion>**](FileVersion.md) | File versions FileVersion. | [optional]
7+
**value** | [**List<FileVersion>**](FileVersion.md) | | [optional]
88

99

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

0 commit comments

Comments
 (0)