Skip to content

Commit 65471d3

Browse files
committed
Updated sources
1 parent b940067 commit 65471d3

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "groupdocs-viewer-cloud",
3-
"version": "25.3.0",
3+
"version": "25.4.0",
44
"description": "GroupDocs.Viewer Cloud SDK for Node.js",
55
"homepage": "https://products.groupdocs.cloud/viewer",
66
"author": {

src/model.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ export class ConsumptionResult {
374374
name: "quantity",
375375
baseName: "quantity",
376376
type: "number",
377+
},
378+
{
379+
name: "billedApiCalls",
380+
baseName: "billedApiCalls",
381+
type: "number",
377382
} ];
378383

379384
/**
@@ -393,6 +398,11 @@ export class ConsumptionResult {
393398
*/
394399
public quantity: number;
395400

401+
/**
402+
* Billed API calls number
403+
*/
404+
public billedApiCalls: number;
405+
396406
public constructor(init?: Partial<ConsumptionResult>) {
397407

398408
Object.assign(this, init);

src/package_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
/**
2626
* Package version
2727
*/
28-
export const PackageVersion: string = "25.3.0";
28+
export const PackageVersion: string = "25.4.0";

0 commit comments

Comments
 (0)