@@ -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.9 .0' ,
341+ 'x-aspose-client-version' : '24.10 .0' ,
342342 } ;
343343 protected _configuration : Configuration ;
344344 private _client : HttpClient ;
@@ -1484,7 +1484,7 @@ export class BarcodeApi {
14841484export class FileApi {
14851485 protected defaultHeaders : any = {
14861486 'x-aspose-client' : 'nodejs sdk' ,
1487- 'x-aspose-client-version' : '24.9 .0' ,
1487+ 'x-aspose-client-version' : '24.10 .0' ,
14881488 } ;
14891489 protected _configuration : Configuration ;
14901490 private _client : HttpClient ;
@@ -1752,7 +1752,7 @@ export class FileApi {
17521752export class FolderApi {
17531753 protected defaultHeaders : any = {
17541754 'x-aspose-client' : 'nodejs sdk' ,
1755- 'x-aspose-client-version' : '24.9 .0' ,
1755+ 'x-aspose-client-version' : '24.10 .0' ,
17561756 } ;
17571757 protected _configuration : Configuration ;
17581758 private _client : HttpClient ;
@@ -1994,7 +1994,7 @@ export class FolderApi {
19941994export class StorageApi {
19951995 protected defaultHeaders : any = {
19961996 'x-aspose-client' : 'nodejs sdk' ,
1997- 'x-aspose-client-version' : '24.9 .0' ,
1997+ 'x-aspose-client-version' : '24.10 .0' ,
19981998 } ;
19991999 protected _configuration : Configuration ;
20002000 private _client : HttpClient ;
0 commit comments