Skip to content

Commit 769adbc

Browse files
committed
Release Aspose.Cells Cloud SDK 22.1
1 parent 5748d33 commit 769adbc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- Workbok smart marker API add the parameter of output storage name.
2929
- Batch convert API add the parameters of intput and output storage name.
3030
- Remove AutoshapesController from Aspose.Cells Cloud.
31+
- Rename LiteCellsApi to LightCellsApi.
3132

3233
## Read & Write Spreadsheet Formats
3334

src/api.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ export class CellsApi {
28952895
* Get worksheet list object info by index.
28962896
* @param requestObj contains request parameters
28972897
*/
2898-
public async cellsListObjectsGetWorksheetListObject(requestObj: model.CellsListObjects_GetWorksheetListObjectRequest): Promise<{response: http.ClientResponse, body: model.Buffer}> {
2898+
public async cellsListObjectsGetWorksheetListObject(requestObj: model.CellsListObjects_GetWorksheetListObjectRequest): Promise<{response: http.ClientResponse, body: Buffer}> {
28992899
if (requestObj === null || requestObj === undefined) {
29002900
throw new Error('Required parameter "requestObj" was null or undefined when calling cellsListObjectsGetWorksheetListObject.');
29012901
}
@@ -8638,7 +8638,7 @@ export class CellsApi {
86388638
* Get page count for workbook.
86398639
* @param requestObj contains request parameters
86408640
*/
8641-
public async cellsWorkbookGetPageCount(requestObj: model.CellsWorkbook_GetPageCountRequest): Promise<{response: http.ClientResponse, body: model.any}> {
8641+
public async cellsWorkbookGetPageCount(requestObj: model.CellsWorkbook_GetPageCountRequest): Promise<{response: http.ClientResponse, body: any}> {
86428642
if (requestObj === null || requestObj === undefined) {
86438643
throw new Error('Required parameter "requestObj" was null or undefined when calling cellsWorkbookGetPageCount.');
86448644
}
@@ -10105,7 +10105,7 @@ export class CellsApi {
1010510105
* Get page count for worksheet.
1010610106
* @param requestObj contains request parameters
1010710107
*/
10108-
public async cellsWorksheetsGetPageCount(requestObj: model.CellsWorksheets_GetPageCountRequest): Promise<{response: http.ClientResponse, body: model.any}> {
10108+
public async cellsWorksheetsGetPageCount(requestObj: model.CellsWorksheets_GetPageCountRequest): Promise<{response: http.ClientResponse, body: any}> {
1010910109
if (requestObj === null || requestObj === undefined) {
1011010110
throw new Error('Required parameter "requestObj" was null or undefined when calling cellsWorksheetsGetPageCount.');
1011110111
}
@@ -11740,7 +11740,7 @@ export class CellsApi {
1174011740
*
1174111741
* @param requestObj contains request parameters
1174211742
*/
11743-
public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: model.Buffer}> {
11743+
public async postBatchConvert(requestObj: model.PostBatchConvertRequest): Promise<{response: http.ClientResponse, body: Buffer}> {
1174411744
if (requestObj === null || requestObj === undefined) {
1174511745
throw new Error('Required parameter "requestObj" was null or undefined when calling postBatchConvert.');
1174611746
}
@@ -11842,6 +11842,7 @@ export class CellsApi {
1184211842
/**
1184311843
* Library for communicating with the Aspose.Cells Cloud API
1184411844
*/
11845+
1184511846
export class LightCellsApi {
1184611847
/**
1184711848
* API configuration

0 commit comments

Comments
 (0)