Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.8.0"
".": "5.9.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 118
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38.yml
openapi_spec_hash: eabe2d8e58ceed1d61d41fe7a44020ca
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d661add554c414c758c2ab668ddfe60da8b4c5cd81c44e59ccca1c2c5c91e898.yml
openapi_spec_hash: 3765a1f72610d1018727f51138dfffc3
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.9.0 (2025-09-12)

Full Changelog: [v5.8.0...v5.9.0](https://github.com/orbcorp/orb-node/compare/v5.8.0...v5.9.0)

### Features

* **api:** api update ([dd56e04](https://github.com/orbcorp/orb-node/commit/dd56e04b1915c3bf2cbdffaa22316ce8fb9b37d6))

## 5.8.0 (2025-09-10)

Full Changelog: [v5.7.0...v5.8.0](https://github.com/orbcorp/orb-node/compare/v5.7.0...v5.8.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orb-billing",
"version": "5.8.0",
"version": "5.9.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
6 changes: 4 additions & 2 deletions src/resources/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export namespace Item {
| 'netsuite'
| 'taxjar'
| 'avalara'
| 'anrok';
| 'anrok'
| 'numeral';

external_entity_id: string;
}
Expand Down Expand Up @@ -127,7 +128,8 @@ export namespace ItemUpdateParams {
| 'netsuite'
| 'taxjar'
| 'avalara'
| 'anrok';
| 'anrok'
| 'numeral';

external_entity_id: string;
}
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.8.0'; // x-release-please-version
export const VERSION = '5.9.0'; // x-release-please-version