@@ -6234,7 +6234,7 @@ export class CellsApi {
62346234 * Set htmlstring value into cell
62356235 * @param requestObj contains request parameters
62366236 */
6237- public async cellsPostSetCellHtmlString(requestObj: model.Cells_PostSetCellHtmlStringRequest): Promise<{response: http.ClientResponse, body: model.CellResponse }> {
6237+ public async cellsPostSetCellHtmlString(requestObj: model.Cells_PostSetCellHtmlStringRequest): Promise<{response: http.ClientResponse, body: model.CellsCloudResponse }> {
62386238 if (requestObj === null || requestObj === undefined) {
62396239 throw new Error('Required parameter "requestObj" was null or undefined when calling cellsPostSetCellHtmlString.');
62406240 }
@@ -6276,7 +6276,7 @@ export class CellsApi {
62766276 };
62776277
62786278 const response = await invokeApiMethod(requestOptions, this.configuration);
6279- const result = ObjectSerializer.deserialize(response.body, "CellResponse ");
6279+ const result = ObjectSerializer.deserialize(response.body, "CellsCloudResponse ");
62806280 return Promise.resolve({body: result, response});
62816281 }
62826282
@@ -9776,7 +9776,7 @@ export class CellsApi {
97769776 * Unprotect worksheet.
97779777 * @param requestObj contains request parameters
97789778 */
9779- public async cellsWorksheetsDeleteUnprotectWorksheet(requestObj: model.CellsWorksheets_DeleteUnprotectWorksheetRequest): Promise<{response: http.ClientResponse, body: model.WorksheetResponse }> {
9779+ public async cellsWorksheetsDeleteUnprotectWorksheet(requestObj: model.CellsWorksheets_DeleteUnprotectWorksheetRequest): Promise<{response: http.ClientResponse, body: model.CellsCloudResponse }> {
97809780 if (requestObj === null || requestObj === undefined) {
97819781 throw new Error('Required parameter "requestObj" was null or undefined when calling cellsWorksheetsDeleteUnprotectWorksheet.');
97829782 }
@@ -9807,7 +9807,7 @@ export class CellsApi {
98079807 };
98089808
98099809 const response = await invokeApiMethod(requestOptions, this.configuration);
9810- const result = ObjectSerializer.deserialize(response.body, "WorksheetResponse ");
9810+ const result = ObjectSerializer.deserialize(response.body, "CellsCloudResponse ");
98119811 return Promise.resolve({body: result, response});
98129812 }
98139813
@@ -10746,7 +10746,7 @@ export class CellsApi {
1074610746 * Update worksheet property
1074710747 * @param requestObj contains request parameters
1074810748 */
10749- public async cellsWorksheetsPostUpdateWorksheetProperty(requestObj: model.CellsWorksheets_PostUpdateWorksheetPropertyRequest): Promise<{response: http.ClientResponse, body: model.WorksheetResponse }> {
10749+ public async cellsWorksheetsPostUpdateWorksheetProperty(requestObj: model.CellsWorksheets_PostUpdateWorksheetPropertyRequest): Promise<{response: http.ClientResponse, body: model.CellsCloudResponse }> {
1075010750 if (requestObj === null || requestObj === undefined) {
1075110751 throw new Error('Required parameter "requestObj" was null or undefined when calling cellsWorksheetsPostUpdateWorksheetProperty.');
1075210752 }
@@ -10777,7 +10777,7 @@ export class CellsApi {
1077710777 };
1077810778
1077910779 const response = await invokeApiMethod(requestOptions, this.configuration);
10780- const result = ObjectSerializer.deserialize(response.body, "WorksheetResponse ");
10780+ const result = ObjectSerializer.deserialize(response.body, "CellsCloudResponse ");
1078110781 return Promise.resolve({body: result, response});
1078210782 }
1078310783
@@ -11097,7 +11097,7 @@ export class CellsApi {
1109711097 * Protect worksheet.
1109811098 * @param requestObj contains request parameters
1109911099 */
11100- public async cellsWorksheetsPutProtectWorksheet(requestObj: model.CellsWorksheets_PutProtectWorksheetRequest): Promise<{response: http.ClientResponse, body: model.WorksheetResponse }> {
11100+ public async cellsWorksheetsPutProtectWorksheet(requestObj: model.CellsWorksheets_PutProtectWorksheetRequest): Promise<{response: http.ClientResponse, body: model.CellsCloudResponse }> {
1110111101 if (requestObj === null || requestObj === undefined) {
1110211102 throw new Error('Required parameter "requestObj" was null or undefined when calling cellsWorksheetsPutProtectWorksheet.');
1110311103 }
@@ -11128,7 +11128,7 @@ export class CellsApi {
1112811128 };
1112911129
1113011130 const response = await invokeApiMethod(requestOptions, this.configuration);
11131- const result = ObjectSerializer.deserialize(response.body, "WorksheetResponse ");
11131+ const result = ObjectSerializer.deserialize(response.body, "CellsCloudResponse ");
1113211132 return Promise.resolve({body: result, response});
1113311133 }
1113411134
0 commit comments