Skip to content

Commit 2cb81a5

Browse files
committed
Release Aspose.Cells Cloud SDK 21.6
1 parent 99d607d commit 2cb81a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
import http = require("http");
2626
import request = require("request");
27-
import { print } from "util";
27+
2828

2929
import { Configuration } from "./internal/configuration";
3030
import { ObjectSerializer } from "./internal/objectSerializer";
@@ -11563,7 +11563,7 @@ export class LiteCellsApi {
1156311563
*
1156411564
* @param requestObj contains request parameters
1156511565
*/
11566-
public async getMetadata(requestObj: model.GetMetadataRequest): Promise<{response: http.ClientResponse, body: model.Array<CellsDocumentProperty>}> {
11566+
public async getMetadata(requestObj: model.GetMetadataRequest): Promise<{response: http.ClientResponse, body: Array<model.CellsDocumentProperty>}> {
1156711567
if (requestObj === null || requestObj === undefined) {
1156811568
throw new Error('Required parameter "requestObj" was null or undefined when calling getMetadata.');
1156911569
}
@@ -11867,7 +11867,7 @@ export class LiteCellsApi {
1186711867
*
1186811868
* @param requestObj contains request parameters
1186911869
*/
11870-
public async postSearch(requestObj: model.PostSearchRequest): Promise<{response: http.ClientResponse, body: model.Buffer}> {
11870+
public async postSearch(requestObj: model.PostSearchRequest): Promise<{response: http.ClientResponse, body: Buffer}> {
1187111871
if (requestObj === null || requestObj === undefined) {
1187211872
throw new Error('Required parameter "requestObj" was null or undefined when calling postSearch.');
1187311873
}

0 commit comments

Comments
 (0)