asposecellscloud
Advanced tools
Comparing version 24.6.0 to 24.7.0
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import http = require("http"); | ||
@@ -104,2 +105,6 @@ import { Configuration } from "./internal/configuration"; | ||
}>; | ||
postAccessToken(requestObj: model.PostAccessTokenRequest): Promise<{ | ||
response: http.ClientResponse; | ||
body: string; | ||
}>; | ||
postClearContents(requestObj: model.PostClearContentsRequest): Promise<{ | ||
@@ -1033,2 +1038,6 @@ response: http.ClientResponse; | ||
}>; | ||
postAddTextContent(requestObj: model.PostAddTextContentRequest): Promise<{ | ||
response: http.ClientResponse; | ||
body: model.FileInfo; | ||
}>; | ||
getWorkbookDefaultStyle(requestObj: model.GetWorkbookDefaultStyleRequest): Promise<{ | ||
@@ -1035,0 +1044,0 @@ response: http.ClientResponse; |
@@ -0,0 +0,0 @@ import request = require("request"); |
@@ -26,6 +26,7 @@ "use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -35,2 +36,3 @@ }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OAuth = void 0; | ||
const requestHelper_1 = require("./requestHelper"); | ||
@@ -79,3 +81,3 @@ /** | ||
}; | ||
const response = yield requestHelper_1.invokeApiMethod(requestOptions, configuration, true); | ||
const response = yield (0, requestHelper_1.invokeApiMethod)(requestOptions, configuration, true); | ||
this.accessToken = response.body.access_token; | ||
@@ -98,3 +100,3 @@ this.refreshToken = response.body.refresh_token; | ||
}; | ||
const response = yield requestHelper_1.invokeApiMethod(requestOptions, configuration, true); | ||
const response = yield (0, requestHelper_1.invokeApiMethod)(requestOptions, configuration, true); | ||
this.accessToken = response.body.access_token; | ||
@@ -101,0 +103,0 @@ this.refreshToken = response.body.refresh_token; |
@@ -0,0 +0,0 @@ import { IAuthentication } from "../internal/auth"; |
@@ -26,2 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Configuration = void 0; | ||
const auth_1 = require("../internal/auth"); | ||
@@ -28,0 +29,0 @@ const defaultBasePath = "https://api.aspose.cloud"; |
@@ -0,0 +0,0 @@ /** |
@@ -26,2 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ObjectSerializer = void 0; | ||
const model_1 = require("../model/model"); | ||
@@ -28,0 +29,0 @@ const primitives = [ |
@@ -0,0 +0,0 @@ import request = require("request"); |
@@ -26,6 +26,7 @@ "use strict"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
@@ -35,2 +36,3 @@ }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.addQueryParameterToUrl = exports.invokeApiMethod = void 0; | ||
const request = require("request"); | ||
@@ -106,3 +108,3 @@ const requestDebug = require("request-debug"); | ||
requestOptions.headers["x-aspose-client"] = "nodejs sdk"; | ||
requestOptions.headers["x-aspose-client-version"] = "24.6"; | ||
requestOptions.headers["x-aspose-client-version"] = "24.7"; | ||
requestOptions.headers["Content-Type"] = "application/json"; | ||
@@ -109,0 +111,0 @@ const auth = confguration.authentication; |
{ | ||
"name": "asposecellscloud", | ||
"version": "24.6.0", | ||
"version": "24.7.0", | ||
"description": "Aspose.Cells Cloud for Node.js to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposecellscloud) ![node-current](https://img.shields.io/node/v/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-node)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-node/24.6) | ||
![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![npm](https://img.shields.io/npm/v/asposecellscloud) ![node-current](https://img.shields.io/node/v/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-node)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-node/24.7) | ||
@@ -23,8 +23,8 @@ Node.js Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® document generation, manipulation, conversion & inspection features into your own Node.js applications. | ||
## Feature & Enhancements in Version 24.6 | ||
## Feature & Enhancements in Version 24.7 | ||
Full list of issues covering all changes in this release: | ||
- Optimize the data conversion applied steps. | ||
- Optimize load data function of data transformation. | ||
- Add a new feature about adding text content. | ||
- Add get access token by client id and client secret. | ||
@@ -118,4 +118,9 @@ | ||
## Enhancements in Version 24.4.0 | ||
## Enhancements in Version 24.6.0 | ||
- Optimize the data conversion applied steps. | ||
- Optimize load data function of data transformation. | ||
## Enhancements in Version 24.5.0 | ||
- Add merge queries method for loading data of data transformation. | ||
@@ -122,0 +127,0 @@ - Optimize chart data model. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49614
361
1812109