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 CHANGED
File without changes
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
6
6
 
7
7
  + API version: 4.0
8
- + Package version: 25.1.0
8
+ + Package version: 25.2.0
9
9
 
10
10
  ## SDK and API Version Compatibility:
11
11
 
File without changes
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.1.0'
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.1.0'
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.1.0'
1431
+ 'x-aspose-client-version': '25.2.0'
1432
1432
  };
1433
1433
  this._configuration = void 0;
1434
1434
  this._client = void 0;