aspose-barcode-cloud-node 24.2.0 → 24.3.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 +3 -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
|
@@ -2664,7 +2664,7 @@ class BarcodeApi {
|
|
|
2664
2664
|
constructor(configuration) {
|
|
2665
2665
|
this.defaultHeaders = {
|
|
2666
2666
|
'x-aspose-client': 'nodejs sdk',
|
|
2667
|
-
'x-aspose-client-version': '24.
|
|
2667
|
+
'x-aspose-client-version': '24.3.0'
|
|
2668
2668
|
};
|
|
2669
2669
|
this._configuration = configuration;
|
|
2670
2670
|
this._client = new HttpClient();
|
|
@@ -3349,7 +3349,7 @@ class FileApi {
|
|
|
3349
3349
|
constructor(configuration) {
|
|
3350
3350
|
this.defaultHeaders = {
|
|
3351
3351
|
'x-aspose-client': 'nodejs sdk',
|
|
3352
|
-
'x-aspose-client-version': '24.
|
|
3352
|
+
'x-aspose-client-version': '24.3.0'
|
|
3353
3353
|
};
|
|
3354
3354
|
this._configuration = configuration;
|
|
3355
3355
|
this._client = new HttpClient();
|
|
@@ -3533,7 +3533,7 @@ class FolderApi {
|
|
|
3533
3533
|
constructor(configuration) {
|
|
3534
3534
|
this.defaultHeaders = {
|
|
3535
3535
|
'x-aspose-client': 'nodejs sdk',
|
|
3536
|
-
'x-aspose-client-version': '24.
|
|
3536
|
+
'x-aspose-client-version': '24.3.0'
|
|
3537
3537
|
};
|
|
3538
3538
|
this._configuration = configuration;
|
|
3539
3539
|
this._client = new HttpClient();
|
|
@@ -3699,7 +3699,7 @@ class StorageApi {
|
|
|
3699
3699
|
constructor(configuration) {
|
|
3700
3700
|
this.defaultHeaders = {
|
|
3701
3701
|
'x-aspose-client': 'nodejs sdk',
|
|
3702
|
-
'x-aspose-client-version': '24.
|
|
3702
|
+
'x-aspose-client-version': '24.3.0'
|
|
3703
3703
|
};
|
|
3704
3704
|
this._configuration = configuration;
|
|
3705
3705
|
this._client = new HttpClient();
|