From 36ea7f5b1c8222450dac775dade2f2063f83d54e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:18:36 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 7dd05a0..b1872c0 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 From a05d90e3a7350c8031687d566c9cdb18587435bf Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:37:23 +0000 Subject: [PATCH 2/3] fix(client): reexport resource as value (#459) --- src/resources/dimensional-price-groups/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/dimensional-price-groups/index.ts b/src/resources/dimensional-price-groups/index.ts index 3fb3abe..f98b383 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, From 60ede198262977966fe8847b296d7e7440db7b25 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:37:44 +0000 Subject: [PATCH 3/3] release: 4.47.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 066d588..cb02f47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.47.3" + ".": "4.47.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a111f15..c9aaf8d 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 5a87b4b..a96cd48 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/version.ts b/src/version.ts index 7b9e877..b014680 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