aspose-barcode-cloud-node 24.11.0 → 24.12.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 +4 -4
|
@@ -4667,7 +4667,7 @@ class BarcodeApi {
|
|
|
4667
4667
|
constructor(configuration) {
|
|
4668
4668
|
this.defaultHeaders = {
|
|
4669
4669
|
'x-aspose-client': 'nodejs sdk',
|
|
4670
|
-
'x-aspose-client-version': '24.
|
|
4670
|
+
'x-aspose-client-version': '24.12.0'
|
|
4671
4671
|
};
|
|
4672
4672
|
this._configuration = void 0;
|
|
4673
4673
|
this._client = void 0;
|
|
@@ -5408,7 +5408,7 @@ class FileApi {
|
|
|
5408
5408
|
constructor(configuration) {
|
|
5409
5409
|
this.defaultHeaders = {
|
|
5410
5410
|
'x-aspose-client': 'nodejs sdk',
|
|
5411
|
-
'x-aspose-client-version': '24.
|
|
5411
|
+
'x-aspose-client-version': '24.12.0'
|
|
5412
5412
|
};
|
|
5413
5413
|
this._configuration = void 0;
|
|
5414
5414
|
this._client = void 0;
|
|
@@ -5611,7 +5611,7 @@ class FolderApi {
|
|
|
5611
5611
|
constructor(configuration) {
|
|
5612
5612
|
this.defaultHeaders = {
|
|
5613
5613
|
'x-aspose-client': 'nodejs sdk',
|
|
5614
|
-
'x-aspose-client-version': '24.
|
|
5614
|
+
'x-aspose-client-version': '24.12.0'
|
|
5615
5615
|
};
|
|
5616
5616
|
this._configuration = void 0;
|
|
5617
5617
|
this._client = void 0;
|
|
@@ -5789,7 +5789,7 @@ class StorageApi {
|
|
|
5789
5789
|
constructor(configuration) {
|
|
5790
5790
|
this.defaultHeaders = {
|
|
5791
5791
|
'x-aspose-client': 'nodejs sdk',
|
|
5792
|
-
'x-aspose-client-version': '24.
|
|
5792
|
+
'x-aspose-client-version': '24.12.0'
|
|
5793
5793
|
};
|
|
5794
5794
|
this._configuration = void 0;
|
|
5795
5795
|
this._client = void 0;
|