Skip to content

Commit

Permalink
chore(package): version 3.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-developer committed Feb 21, 2024
1 parent 93854df commit 681e227
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.99.0] - 2024.02.20

### Added

- [billing] add generate billing export async

## [3.98.0] - 2024-02-14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/ArrowSphere/nodejs-api-client.git"
},
"version": "3.99.0-rc.ckh.1",
"version": "3.99.0",
"description": "Node.js client for ArrowSphere's public API",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
7 changes: 0 additions & 7 deletions src/billing/billingClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ export class BillingClient extends AbstractRestfulClient {
*/
protected basePath = '/billing/erp';

/**
* Generates a billing export asynchronously.
*
* @param {BillingGenerateExportAsyncRequestPayload} payload - The request payload for generating the export.
*
* @return {Promise<GetResult<BillingExportAsyncRequest>>} - A promise that resolves to the result of the export request.
*/
public async generateExportAsync(
payload: BillingGenerateExportAsyncRequestPayload,
): Promise<GetResult<BillingExportAsyncRequest>> {
Expand Down

0 comments on commit 681e227

Please sign in to comment.