Skip to content

Commit 226f59a

Browse files
committed
Release Aspose.Cells Cloud SDK 21.10
1 parent dfd1078 commit 226f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11557,7 +11557,7 @@ export class CellsApi {
1155711557
*
1155811558
* @param requestObj contains request parameters
1155911559
*/
11560-
public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: model.Buffer}> {
11560+
public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: Buffer}> {
1156111561
if (requestObj === null || requestObj === undefined) {
1156211562
throw new Error('Required parameter "requestObj" was null or undefined when calling postBatchConvert.');
1156311563
}

0 commit comments

Comments
 (0)