aspose-barcode-cloud-node 23.9.0 → 23.10.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: 23.9.0
8
+ + Package version: 23.10.0
9
9
 
10
10
  ## Demo applications
11
11
 
@@ -2498,7 +2498,7 @@ class BarcodeApi {
2498
2498
  constructor(configuration) {
2499
2499
  this.defaultHeaders = {
2500
2500
  'x-aspose-client': 'nodejs sdk',
2501
- 'x-aspose-client-version': '23.9.0'
2501
+ 'x-aspose-client-version': '23.10.0'
2502
2502
  };
2503
2503
  this._configuration = configuration;
2504
2504
  this._client = new HttpClient();
@@ -3177,7 +3177,7 @@ class FileApi {
3177
3177
  constructor(configuration) {
3178
3178
  this.defaultHeaders = {
3179
3179
  'x-aspose-client': 'nodejs sdk',
3180
- 'x-aspose-client-version': '23.9.0'
3180
+ 'x-aspose-client-version': '23.10.0'
3181
3181
  };
3182
3182
  this._configuration = configuration;
3183
3183
  this._client = new HttpClient();
@@ -3361,7 +3361,7 @@ class FolderApi {
3361
3361
  constructor(configuration) {
3362
3362
  this.defaultHeaders = {
3363
3363
  'x-aspose-client': 'nodejs sdk',
3364
- 'x-aspose-client-version': '23.9.0'
3364
+ 'x-aspose-client-version': '23.10.0'
3365
3365
  };
3366
3366
  this._configuration = configuration;
3367
3367
  this._client = new HttpClient();
@@ -3527,7 +3527,7 @@ class StorageApi {
3527
3527
  constructor(configuration) {
3528
3528
  this.defaultHeaders = {
3529
3529
  'x-aspose-client': 'nodejs sdk',
3530
- 'x-aspose-client-version': '23.9.0'
3530
+ 'x-aspose-client-version': '23.10.0'
3531
3531
  };
3532
3532
  this._configuration = configuration;
3533
3533
  this._client = new HttpClient();