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.61.0"
".": "5.62.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: 139
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-2d39efd20f8184172496270fb54e1c8ef0ef01a9e3fc88ac971dc6470c8f2db7.yml
openapi_spec_hash: 812c2e5e36b9c992e3e2d986a8b31b0f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-71d1ace393e7a2ded73e3c2ef9778c3dfefa88b0d4975f14f6c6d4cfd044e087.yml
openapi_spec_hash: a5c295712ca7eef32912a1ec1dfd4019
config_hash: c01c1191b1cd696c7ca855ff6d28a8df
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.62.0 (2026-05-21)

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

### Features

* **api:** api update ([227c75f](https://github.com/orbcorp/orb-node/commit/227c75f76c5e1edd581239b21c39fb49649dd495))

## 5.61.0 (2026-05-20)

Full Changelog: [v5.60.0...v5.61.0](https://github.com/orbcorp/orb-node/compare/v5.60.0...v5.61.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.61.0",
"version": "5.62.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <team@withorb.com>",
"types": "dist/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions src/resources/customers/customers.ts

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions src/resources/invoices.ts

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion src/resources/shared.ts

Large diffs are not rendered by default.

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.61.0'; // x-release-please-version
export const VERSION = '5.62.0'; // x-release-please-version
Loading