diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 066d588c..cb02f475 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.47.3" + ".": "4.47.4" } diff --git a/.stats.yml b/.stats.yml index 7dd05a09..b1872c09 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 101 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-52bd3046e73f201c4d08edfa92756791c015be907691a7893f8e7782cc2aea6f.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-1720084d65e39f50455fe3a8756afc68fedf57306a727f92e4d020c28878df87.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index a111f15b..c9aaf8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.47.4 (2025-01-13) + +Full Changelog: [v4.47.3...v4.47.4](https://github.com/orbcorp/orb-node/compare/v4.47.3...v4.47.4) + +### Bug Fixes + +* **client:** reexport resource as value ([#459](https://github.com/orbcorp/orb-node/issues/459)) ([a05d90e](https://github.com/orbcorp/orb-node/commit/a05d90e3a7350c8031687d566c9cdb18587435bf)) + ## 4.47.3 (2025-01-08) Full Changelog: [v4.47.2...v4.47.3](https://github.com/orbcorp/orb-node/compare/v4.47.2...v4.47.3) diff --git a/package.json b/package.json index 5a87b4b3..a96cd48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-billing", - "version": "4.47.3", + "version": "4.47.4", "description": "The official TypeScript library for the Orb API", "author": "Orb ", "types": "dist/index.d.ts", diff --git a/src/resources/dimensional-price-groups/index.ts b/src/resources/dimensional-price-groups/index.ts index 3fb3abe6..f98b3839 100644 --- a/src/resources/dimensional-price-groups/index.ts +++ b/src/resources/dimensional-price-groups/index.ts @@ -2,7 +2,7 @@ export { DimensionalPriceGroupsPage, - type DimensionalPriceGroups, + DimensionalPriceGroups, type DimensionalPriceGroup, type DimensionalPriceGroupCreateParams, type DimensionalPriceGroupListParams, diff --git a/src/version.ts b/src/version.ts index 7b9e8777..b014680a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.47.3'; // x-release-please-version +export const VERSION = '4.47.4'; // x-release-please-version