Skip to content

Commit 47e5b5a

Browse files
committed
Release Aspose.Cells Cloud SDK 23.5
1 parent 07b5d26 commit 47e5b5a

32 files changed

+103
-102
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposecellscloud",
3-
"version": "23.4.0",
3+
"version": "23.5.0",
44
"description": "Aspose.Cells Cloud SDK for Node.js",
55
"keywords": [
66
"Aspose",
@@ -19,7 +19,7 @@
1919
"main": "dist/api.js",
2020
"types": "dist/api.d.ts",
2121
"scripts": {
22-
"test": "cross-env JUNIT_REPORT_PATH=integration_tests_result.xml mocha -r ts-node/register test/Api/tests_one.ts --timeout 250000 --reporter mocha-jenkins-reporter",
22+
"test": "cross-env JUNIT_REPORT_PATH=integration_tests_result.xml mocha -r ts-node/register test/**/tests_light_cells.ts --timeout 250000 --reporter mocha-jenkins-reporter",
2323
"test-jenkins": "cross-env JUNIT_REPORT_PATH=reports/integration_tests_result.xml mocha -r ts-node/register test/**/*.ts --timeout 250000 --reporter mocha-jenkins-reporter",
2424
"lint": "tslint src/{,**/}*.ts test/{,**/}*.ts -t verbose --project ./tsconfig.json",
2525
"cucumber": "cucumber-js ./bdd/features -r ./dist/bdd/steps",

test/Api/tests_auto_filter_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_batch_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_cells_barcodes_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_cells_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_cells_status_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_chart_area_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_charts_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_conditional_formattings_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

test/Api/tests_file_controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import "mocha";
33

44
import * as model from "../../src/model/model";
55
import * as api from "../../src/api";
6-
const clientId = process.env.CellsCloudTestClientId;
7-
const clientSecret = process.env.CellsCloudTestClientSecret;
8-
const ApiURL = process.env.CellsCloudTestApiBaseUrl;
6+
const clientId = process.env.CellsCloudClientId;
7+
const clientSecret = process.env.CellsCloudClientSecret;
8+
const ApiURL = process.env.CellsCloudApiBaseUrl;
99

1010
const localPath = "TestData/";
1111

0 commit comments

Comments
 (0)