aspose-barcode-cloud-node 23.9.0 → 23.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
|
@@ -2498,7 +2498,7 @@ class BarcodeApi {
|
|
|
2498
2498
|
constructor(configuration) {
|
|
2499
2499
|
this.defaultHeaders = {
|
|
2500
2500
|
'x-aspose-client': 'nodejs sdk',
|
|
2501
|
-
'x-aspose-client-version': '23.
|
|
2501
|
+
'x-aspose-client-version': '23.10.0'
|
|
2502
2502
|
};
|
|
2503
2503
|
this._configuration = configuration;
|
|
2504
2504
|
this._client = new HttpClient();
|
|
@@ -3177,7 +3177,7 @@ class FileApi {
|
|
|
3177
3177
|
constructor(configuration) {
|
|
3178
3178
|
this.defaultHeaders = {
|
|
3179
3179
|
'x-aspose-client': 'nodejs sdk',
|
|
3180
|
-
'x-aspose-client-version': '23.
|
|
3180
|
+
'x-aspose-client-version': '23.10.0'
|
|
3181
3181
|
};
|
|
3182
3182
|
this._configuration = configuration;
|
|
3183
3183
|
this._client = new HttpClient();
|
|
@@ -3361,7 +3361,7 @@ class FolderApi {
|
|
|
3361
3361
|
constructor(configuration) {
|
|
3362
3362
|
this.defaultHeaders = {
|
|
3363
3363
|
'x-aspose-client': 'nodejs sdk',
|
|
3364
|
-
'x-aspose-client-version': '23.
|
|
3364
|
+
'x-aspose-client-version': '23.10.0'
|
|
3365
3365
|
};
|
|
3366
3366
|
this._configuration = configuration;
|
|
3367
3367
|
this._client = new HttpClient();
|
|
@@ -3527,7 +3527,7 @@ class StorageApi {
|
|
|
3527
3527
|
constructor(configuration) {
|
|
3528
3528
|
this.defaultHeaders = {
|
|
3529
3529
|
'x-aspose-client': 'nodejs sdk',
|
|
3530
|
-
'x-aspose-client-version': '23.
|
|
3530
|
+
'x-aspose-client-version': '23.10.0'
|
|
3531
3531
|
};
|
|
3532
3532
|
this._configuration = configuration;
|
|
3533
3533
|
this._client = new HttpClient();
|