aspose-barcode-cloud-node 25.1.0 → 25.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/README.md +1 -1
- package/dist/Authentication.d.ts +0 -0
- package/dist/Configuration.d.ts +0 -0
- package/dist/JWTAuth.d.ts +0 -0
- package/dist/api.d.ts +0 -0
- package/dist/aspose-barcode-cloud-node.cjs.development.js +4 -4
- package/dist/aspose-barcode-cloud-node.cjs.development.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js +1 -1
- package/dist/aspose-barcode-cloud-node.cjs.production.min.js.map +1 -1
- package/dist/aspose-barcode-cloud-node.esm.js +4 -4
- package/dist/aspose-barcode-cloud-node.esm.js.map +1 -1
- package/dist/httpClient.d.ts +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/models.d.ts +1 -1
- package/dist/multipart.d.ts +0 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
package/dist/Authentication.d.ts
CHANGED
|
File without changes
|
package/dist/Configuration.d.ts
CHANGED
|
File without changes
|
package/dist/JWTAuth.d.ts
CHANGED
|
File without changes
|
package/dist/api.d.ts
CHANGED
|
File without changes
|
|
@@ -731,7 +731,7 @@ class GenerateRequestWrapper {
|
|
|
731
731
|
this['imageFormat'] = void 0;
|
|
732
732
|
/**
|
|
733
733
|
* Specify the displaying Text Location, set to CodeLocation.None to hide CodeText.
|
|
734
|
-
Default value: CodeLocation.Below.
|
|
734
|
+
Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes.
|
|
735
735
|
*/
|
|
736
736
|
this['textLocation'] = void 0;
|
|
737
737
|
/**
|
|
@@ -1116,7 +1116,7 @@ class GenerateApi {
|
|
|
1116
1116
|
constructor(configuration) {
|
|
1117
1117
|
this.defaultHeaders = {
|
|
1118
1118
|
'x-aspose-client': 'nodejs sdk',
|
|
1119
|
-
'x-aspose-client-version': '25.
|
|
1119
|
+
'x-aspose-client-version': '25.2.0'
|
|
1120
1120
|
};
|
|
1121
1121
|
this._configuration = void 0;
|
|
1122
1122
|
this._client = void 0;
|
|
@@ -1298,7 +1298,7 @@ class RecognizeApi {
|
|
|
1298
1298
|
constructor(configuration) {
|
|
1299
1299
|
this.defaultHeaders = {
|
|
1300
1300
|
'x-aspose-client': 'nodejs sdk',
|
|
1301
|
-
'x-aspose-client-version': '25.
|
|
1301
|
+
'x-aspose-client-version': '25.2.0'
|
|
1302
1302
|
};
|
|
1303
1303
|
this._configuration = void 0;
|
|
1304
1304
|
this._client = void 0;
|
|
@@ -1428,7 +1428,7 @@ class ScanApi {
|
|
|
1428
1428
|
constructor(configuration) {
|
|
1429
1429
|
this.defaultHeaders = {
|
|
1430
1430
|
'x-aspose-client': 'nodejs sdk',
|
|
1431
|
-
'x-aspose-client-version': '25.
|
|
1431
|
+
'x-aspose-client-version': '25.2.0'
|
|
1432
1432
|
};
|
|
1433
1433
|
this._configuration = void 0;
|
|
1434
1434
|
this._client = void 0;
|