@@ -338,7 +338,7 @@ let typeMap: { [index: string]: any } = {
338338export class BarcodeApi {
339339 protected defaultHeaders : any = {
340340 'x-aspose-client' : 'nodejs sdk' ,
341- 'x-aspose-client-version' : '24.6 .0' ,
341+ 'x-aspose-client-version' : '24.7 .0' ,
342342 } ;
343343 protected _configuration : Configuration ;
344344 private _client : HttpClient ;
@@ -1488,7 +1488,7 @@ export class BarcodeApi {
14881488export class FileApi {
14891489 protected defaultHeaders : any = {
14901490 'x-aspose-client' : 'nodejs sdk' ,
1491- 'x-aspose-client-version' : '24.6 .0' ,
1491+ 'x-aspose-client-version' : '24.7 .0' ,
14921492 } ;
14931493 protected _configuration : Configuration ;
14941494 private _client : HttpClient ;
@@ -1756,7 +1756,7 @@ export class FileApi {
17561756export class FolderApi {
17571757 protected defaultHeaders : any = {
17581758 'x-aspose-client' : 'nodejs sdk' ,
1759- 'x-aspose-client-version' : '24.6 .0' ,
1759+ 'x-aspose-client-version' : '24.7 .0' ,
17601760 } ;
17611761 protected _configuration : Configuration ;
17621762 private _client : HttpClient ;
@@ -1998,7 +1998,7 @@ export class FolderApi {
19981998export class StorageApi {
19991999 protected defaultHeaders : any = {
20002000 'x-aspose-client' : 'nodejs sdk' ,
2001- 'x-aspose-client-version' : '24.6 .0' ,
2001+ 'x-aspose-client-version' : '24.7 .0' ,
20022002 } ;
20032003 protected _configuration : Configuration ;
20042004 private _client : HttpClient ;
0 commit comments