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.
@@ -2648,7 +2648,7 @@ class BarcodeApi {
2648
2648
  constructor(configuration) {
2649
2649
  this.defaultHeaders = {
2650
2650
  'x-aspose-client': 'nodejs sdk',
2651
- 'x-aspose-client-version': '23.9.0'
2651
+ 'x-aspose-client-version': '23.10.0'
2652
2652
  };
2653
2653
  this._configuration = configuration;
2654
2654
  this._client = new HttpClient();
@@ -3327,7 +3327,7 @@ class FileApi {
3327
3327
  constructor(configuration) {
3328
3328
  this.defaultHeaders = {
3329
3329
  'x-aspose-client': 'nodejs sdk',
3330
- 'x-aspose-client-version': '23.9.0'
3330
+ 'x-aspose-client-version': '23.10.0'
3331
3331
  };
3332
3332
  this._configuration = configuration;
3333
3333
  this._client = new HttpClient();
@@ -3511,7 +3511,7 @@ class FolderApi {
3511
3511
  constructor(configuration) {
3512
3512
  this.defaultHeaders = {
3513
3513
  'x-aspose-client': 'nodejs sdk',
3514
- 'x-aspose-client-version': '23.9.0'
3514
+ 'x-aspose-client-version': '23.10.0'
3515
3515
  };
3516
3516
  this._configuration = configuration;
3517
3517
  this._client = new HttpClient();
@@ -3677,7 +3677,7 @@ class StorageApi {
3677
3677
  constructor(configuration) {
3678
3678
  this.defaultHeaders = {
3679
3679
  'x-aspose-client': 'nodejs sdk',
3680
- 'x-aspose-client-version': '23.9.0'
3680
+ 'x-aspose-client-version': '23.10.0'
3681
3681
  };
3682
3682
  this._configuration = configuration;
3683
3683
  this._client = new HttpClient();