diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16b819cd..d6266400 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.35.0" + ".": "5.36.0" } diff --git a/.stats.yml b/.stats.yml index 9629af67..b9f26ca4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 118 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-0ab0946487d1ee971683d894554494d9940010403874c0be724ffc3a82d696db.yml -openapi_spec_hash: 66b792328a4faee3c7659185accc3f0e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-033643979990e894363554df06218fabe4493feaa569a013dbdf9a72aa21c45f.yml +openapi_spec_hash: dd9d320ad178bafa06f1eac2977e2ca7 config_hash: e6db17547fe854b1c240407cf4c6dc9e diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6f98c9..6a7fc004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 5.36.0 (2025-12-02) + +Full Changelog: [v5.35.0...v5.36.0](https://github.com/orbcorp/orb-node/compare/v5.35.0...v5.36.0) + +### Features + +* **api:** api update ([18a6e2a](https://github.com/orbcorp/orb-node/commit/18a6e2a76e9a07bf4e6984bd58009fd5d6be67a0)) + ## 5.35.0 (2025-11-25) Full Changelog: [v5.34.0...v5.35.0](https://github.com/orbcorp/orb-node/compare/v5.34.0...v5.35.0) diff --git a/package.json b/package.json index 8c1ed808..dc16fa7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "5.35.0", + "version": "5.36.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 33845d8d..c3f7df77 100644 --- a/src/resources/subscriptions.ts +++ b/src/resources/subscriptions.ts @@ -268,6 +268,10 @@ export class Subscriptions extends APIResource { * specified in the subscription's invoicing currency, when creating a * subscription. E.g. pass in `10.00` to issue an invoice when usage amounts hit * \$10.00 for a subscription that invoices in USD. + * + * ## Limits + * + * By default, Orb limits the number of subscriptions per customer to 100. */ create( body: SubscriptionCreateParams, diff --git a/src/version.ts b/src/version.ts index 15220890..27643dbc 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '5.35.0'; // x-release-please-version +export const VERSION = '5.36.0'; // x-release-please-version