aspose-barcode-cloud-node 24.7.0 → 24.8.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 +1 -1
- 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/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.
|
|
4666
|
+
'x-aspose-client-version': '24.8.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.
|
|
5410
|
+
'x-aspose-client-version': '24.8.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.
|
|
5613
|
+
'x-aspose-client-version': '24.8.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.
|
|
5791
|
+
'x-aspose-client-version': '24.8.0'
|
|
5792
5792
|
};
|
|
5793
5793
|
this._configuration = void 0;
|
|
5794
5794
|
this._client = void 0;
|