aspose-barcode-cloud-node 24.6.0 → 24.7.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.6.0
8
+ + Package version: 24.7.0
9
9
 
10
10
  ## Demo applications
11
11
 
@@ -89,6 +89,7 @@ generateBarcode(api)
89
89
  console.error(JSON.stringify(err, null, 2));
90
90
  process.exitCode = 1;
91
91
  });
92
+
92
93
  ```
93
94
 
94
95
  Every method returns a chainable promise.
@@ -134,3 +135,4 @@ StorageApi | [**getDiscUsage**](docs/index.md#getdiscusage) | **GET** /barcode/s
134
135
  StorageApi | [**getFileVersions**](docs/index.md#getfileversions) | **GET** /barcode/storage/version/{path} | Get file versions
135
136
  StorageApi | [**objectExists**](docs/index.md#objectexists) | **GET** /barcode/storage/exist/{path} | Check if file or folder exists
136
137
  StorageApi | [**storageExists**](docs/index.md#storageexists) | **GET** /barcode/storage/{storageName}/exist | Check if storage exists
138
+
@@ -4663,7 +4663,7 @@ class BarcodeApi {
4663
4663
  constructor(configuration) {
4664
4664
  this.defaultHeaders = {
4665
4665
  'x-aspose-client': 'nodejs sdk',
4666
- 'x-aspose-client-version': '24.6.0'
4666
+ 'x-aspose-client-version': '24.7.0'
4667
4667
  };
4668
4668
  this._configuration = void 0;
4669
4669
  this._client = void 0;
@@ -5407,7 +5407,7 @@ class FileApi {
5407
5407
  constructor(configuration) {
5408
5408
  this.defaultHeaders = {
5409
5409
  'x-aspose-client': 'nodejs sdk',
5410
- 'x-aspose-client-version': '24.6.0'
5410
+ 'x-aspose-client-version': '24.7.0'
5411
5411
  };
5412
5412
  this._configuration = void 0;
5413
5413
  this._client = void 0;
@@ -5610,7 +5610,7 @@ class FolderApi {
5610
5610
  constructor(configuration) {
5611
5611
  this.defaultHeaders = {
5612
5612
  'x-aspose-client': 'nodejs sdk',
5613
- 'x-aspose-client-version': '24.6.0'
5613
+ 'x-aspose-client-version': '24.7.0'
5614
5614
  };
5615
5615
  this._configuration = void 0;
5616
5616
  this._client = void 0;
@@ -5788,7 +5788,7 @@ class StorageApi {
5788
5788
  constructor(configuration) {
5789
5789
  this.defaultHeaders = {
5790
5790
  'x-aspose-client': 'nodejs sdk',
5791
- 'x-aspose-client-version': '24.6.0'
5791
+ 'x-aspose-client-version': '24.7.0'
5792
5792
  };
5793
5793
  this._configuration = void 0;
5794
5794
  this._client = void 0;