diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06a74c3c..ec1ad4ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.63.0" + ".": "5.64.0" } diff --git a/.stats.yml b/.stats.yml index f3bbb69b..172f3256 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3c5c53..7b23419b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0daa35de..11d9da1d 100644 --- a/package.json +++ b/package.json @@ -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 ", "types": "dist/index.d.ts", diff --git a/src/resources/subscriptions.ts b/src/resources/subscriptions.ts index 2cdbadf6..308942e0 100644 --- a/src/resources/subscriptions.ts +++ b/src/resources/subscriptions.ts @@ -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. diff --git a/src/version.ts b/src/version.ts index e31619e0..081d75d7 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.63.0'; // x-release-please-version +export const VERSION = '5.64.0'; // x-release-please-version