aspose-barcode-cloud-node 24.2.0 → 24.3.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/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: 3.0
8
- + Package version: 24.2.0
8
+ + Package version: 24.3.0
9
9
 
10
10
  ## Demo applications
11
11
 
@@ -52,6 +52,8 @@ async function generateBarcode(api) {
52
52
  const request = new Barcode.GetBarcodeGenerateRequest(
53
53
  Barcode.EncodeBarcodeType.QR,
54
54
  'Aspose.BarCode for Cloud Sample');
55
+ request.textLocation = "None";
56
+
55
57
  const oneBarcode = await api.getBarcodeGenerate(request);
56
58
 
57
59
  const fileName = 'QR.png'
@@ -2514,7 +2514,7 @@ class BarcodeApi {
2514
2514
  constructor(configuration) {
2515
2515
  this.defaultHeaders = {
2516
2516
  'x-aspose-client': 'nodejs sdk',
2517
- 'x-aspose-client-version': '24.2.0'
2517
+ 'x-aspose-client-version': '24.3.0'
2518
2518
  };
2519
2519
  this._configuration = configuration;
2520
2520
  this._client = new HttpClient();
@@ -3199,7 +3199,7 @@ class FileApi {
3199
3199
  constructor(configuration) {
3200
3200
  this.defaultHeaders = {
3201
3201
  'x-aspose-client': 'nodejs sdk',
3202
- 'x-aspose-client-version': '24.2.0'
3202
+ 'x-aspose-client-version': '24.3.0'
3203
3203
  };
3204
3204
  this._configuration = configuration;
3205
3205
  this._client = new HttpClient();
@@ -3383,7 +3383,7 @@ class FolderApi {
3383
3383
  constructor(configuration) {
3384
3384
  this.defaultHeaders = {
3385
3385
  'x-aspose-client': 'nodejs sdk',
3386
- 'x-aspose-client-version': '24.2.0'
3386
+ 'x-aspose-client-version': '24.3.0'
3387
3387
  };
3388
3388
  this._configuration = configuration;
3389
3389
  this._client = new HttpClient();
@@ -3549,7 +3549,7 @@ class StorageApi {
3549
3549
  constructor(configuration) {
3550
3550
  this.defaultHeaders = {
3551
3551
  'x-aspose-client': 'nodejs sdk',
3552
- 'x-aspose-client-version': '24.2.0'
3552
+ 'x-aspose-client-version': '24.3.0'
3553
3553
  };
3554
3554
  this._configuration = configuration;
3555
3555
  this._client = new HttpClient();