aspose-barcode-cloud-node
Advanced tools
Comparing version 23.2.0 to 23.3.0
import { Authentication } from './Authentication'; | ||
export declare enum ApiVersion { | ||
v1 = "v1", | ||
v2 = "v1.1", | ||
v3 = "v3.0" | ||
@@ -26,3 +24,4 @@ } | ||
readonly accessToken: string; | ||
constructor(clientId: string, clientSecret: string, baseUrl?: string, accessToken?: string); | ||
readonly tokenUrl: string; | ||
constructor(clientId: string, clientSecret: string, baseUrl?: string, accessToken?: string, tokenUrl?: string); | ||
/** | ||
@@ -29,0 +28,0 @@ * Returns api base url |
{ | ||
"name": "aspose-barcode-cloud-node", | ||
"version": "23.2.0", | ||
"version": "23.3.0", | ||
"description": "Aspose.BarCode Cloud SDK for Node.js", | ||
@@ -142,3 +142,3 @@ "homepage": "https://products.aspose.cloud/barcode/nodejs", | ||
"lint": "tsc --strict", | ||
"format": "tsdx lint --fix", | ||
"format": "tsdx lint src test --fix", | ||
"prepare": "tsdx build --target=node", | ||
@@ -157,2 +157,3 @@ "check-updates": "ncu -u --enginesNode" | ||
"npm-check-updates": "^12.5.12", | ||
"ts-jest": "^26.5.6", | ||
"tsdx": "^0.14.1", | ||
@@ -167,14 +168,3 @@ "tslib": "^2.4.0", | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"diagnostics": false | ||
} | ||
}, | ||
"collectCoverageFrom": [ | ||
"**/*.ts", | ||
"!**/*.d.ts" | ||
] | ||
} | ||
"readmeFilename": "README.md" | ||
} |
@@ -8,3 +8,3 @@ # Aspose.BarCode Cloud SDK for Node.js | ||
+ API version: 3.0 | ||
+ Package version: 23.2.0 | ||
+ Package version: 23.3.0 | ||
@@ -11,0 +11,0 @@ ## Demo applications |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1426654
7
11330