diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91b39801..65aac957 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.68.0" + ".": "4.69.0" } diff --git a/.stats.yml b/.stats.yml index f6e24a32..a9fd9444 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 103 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-04f02fa57c3ab8d15ecf0a16a41a83814c21cdc2a830fae4d65f1b7b2196d819.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-979330185e8fda7b2bc2440075fe81c66132fc87ff3c548e93dd05db35ba3172.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 55da6a69..55cde76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.69.0 (2025-03-11) + +Full Changelog: [v4.68.0...v4.69.0](https://github.com/orbcorp/orb-node/compare/v4.68.0...v4.69.0) + +### Features + +* **api:** api update ([#556](https://github.com/orbcorp/orb-node/issues/556)) ([3681115](https://github.com/orbcorp/orb-node/commit/368111568c2ba1e87b11ba4249b6d0609b94e86c)) + ## 4.68.0 (2025-03-10) Full Changelog: [v4.67.0...v4.68.0](https://github.com/orbcorp/orb-node/compare/v4.67.0...v4.68.0) diff --git a/package.json b/package.json index a5ea7f03..de36766a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "4.68.0", + "version": "4.69.0", "description": "The official TypeScript library for the Orb API", "author": "Orb ", "types": "dist/index.d.ts", diff --git a/src/resources/events/backfills.ts b/src/resources/events/backfills.ts index ed064f93..77449333 100644 --- a/src/resources/events/backfills.ts +++ b/src/resources/events/backfills.ts @@ -383,12 +383,16 @@ export interface BackfillRevertResponse { export interface BackfillCreateParams { /** - * The (exclusive) end of the usage timeframe affected by this backfill. + * The (exclusive) end of the usage timeframe affected by this backfill. By + * default, Orb allows backfills up to 10 days in duration at a time. Reach out to + * discuss extending this limit and your use case. */ timeframe_end: string; /** - * The (inclusive) start of the usage timeframe affected by this backfill. + * The (inclusive) start of the usage timeframe affected by this backfill. By + * default, Orb allows backfills up to 10 days in duration at a time. Reach out to + * discuss extending this limit and your use case. */ timeframe_start: string; diff --git a/src/version.ts b/src/version.ts index 12aaa52b..be250f2d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.68.0'; // x-release-please-version +export const VERSION = '4.69.0'; // x-release-please-version