aspose-barcode-cloud-node 24.9.0 → 24.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 +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
|
@@ -4671,7 +4671,7 @@ class BarcodeApi {
|
|
|
4671
4671
|
constructor(configuration) {
|
|
4672
4672
|
this.defaultHeaders = {
|
|
4673
4673
|
'x-aspose-client': 'nodejs sdk',
|
|
4674
|
-
'x-aspose-client-version': '24.
|
|
4674
|
+
'x-aspose-client-version': '24.10.0'
|
|
4675
4675
|
};
|
|
4676
4676
|
this._configuration = void 0;
|
|
4677
4677
|
this._client = void 0;
|
|
@@ -5412,7 +5412,7 @@ class FileApi {
|
|
|
5412
5412
|
constructor(configuration) {
|
|
5413
5413
|
this.defaultHeaders = {
|
|
5414
5414
|
'x-aspose-client': 'nodejs sdk',
|
|
5415
|
-
'x-aspose-client-version': '24.
|
|
5415
|
+
'x-aspose-client-version': '24.10.0'
|
|
5416
5416
|
};
|
|
5417
5417
|
this._configuration = void 0;
|
|
5418
5418
|
this._client = void 0;
|
|
@@ -5615,7 +5615,7 @@ class FolderApi {
|
|
|
5615
5615
|
constructor(configuration) {
|
|
5616
5616
|
this.defaultHeaders = {
|
|
5617
5617
|
'x-aspose-client': 'nodejs sdk',
|
|
5618
|
-
'x-aspose-client-version': '24.
|
|
5618
|
+
'x-aspose-client-version': '24.10.0'
|
|
5619
5619
|
};
|
|
5620
5620
|
this._configuration = void 0;
|
|
5621
5621
|
this._client = void 0;
|
|
@@ -5793,7 +5793,7 @@ class StorageApi {
|
|
|
5793
5793
|
constructor(configuration) {
|
|
5794
5794
|
this.defaultHeaders = {
|
|
5795
5795
|
'x-aspose-client': 'nodejs sdk',
|
|
5796
|
-
'x-aspose-client-version': '24.
|
|
5796
|
+
'x-aspose-client-version': '24.10.0'
|
|
5797
5797
|
};
|
|
5798
5798
|
this._configuration = void 0;
|
|
5799
5799
|
this._client = void 0;
|