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.63.0"
".": "5.64.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-45297c0f1067cd444a30371110c69f876accf55f303a3dce9a4f74863b59f18f.yml
openapi_spec_hash: cd2f638b98c6e89342397fef860166b7
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-aa92e5bbd456e6bc527223462c075f4315b7edfde23aae99cb6aa8272b3deae1.yml
openapi_spec_hash: b234ee2f5a52bacac12c5ed59a56f542
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.64.0 (2026-05-26)

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

### Features

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

## 5.63.0 (2026-05-22)

Full Changelog: [v5.62.0...v5.63.0](https://github.com/orbcorp/orb-node/compare/v5.62.0...v5.63.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.63.0",
"version": "5.64.0",
"description": "The official TypeScript library for the Orb API",
"author": "Orb <team@withorb.com>",
"types": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/resources/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ export class Subscriptions extends APIResource {
* for multiple customers, use the customer_id[] or external_customer_id[] query
* parameters.
*
* Subscriptions can be filtered by status using the status query parameter (one of
* `active`, `ended`, or `upcoming`). To filter for multiple statuses in a single
* request, use the status[] query parameter, e.g.
* `status[]=active&status[]=ended`.
*
* @example
* ```ts
* // Automatically fetches more pages as needed.
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.63.0'; // x-release-please-version
export const VERSION = '5.64.0'; // x-release-please-version
Loading