From da2ddad9a2cc90f81402d472bc2a3964690e73ec Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:39:34 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/orb/resources/subscriptions.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1265d475..854a0355 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 115 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d513be954ba2cb57489bd048f93790cabb13849f0f04d328a5a15694c99550df.yml -openapi_spec_hash: 0d42694f412abf65defc3f88646a809c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-028b94908fa562ed9c31c1137078f958f859e79b33b8fddbd64934e1bb4ffd32.yml +openapi_spec_hash: e9a8403fd1da4edf627451a88ba27a55 config_hash: 1e2186b09e57d7d27b6ab5c8e6410b31 diff --git a/src/orb/resources/subscriptions.py b/src/orb/resources/subscriptions.py index 7d1edbb5..75be053d 100644 --- a/src/orb/resources/subscriptions.py +++ b/src/orb/resources/subscriptions.py @@ -1958,7 +1958,7 @@ def unschedule_pending_plan_changes( ) -> SubscriptionUnschedulePendingPlanChangesResponse: """ This endpoint can be used to unschedule any pending plan changes on an existing - subscription. + subscription. When called, all upcoming plan changes will be unscheduled. Args: extra_headers: Send extra headers @@ -4044,7 +4044,7 @@ async def unschedule_pending_plan_changes( ) -> SubscriptionUnschedulePendingPlanChangesResponse: """ This endpoint can be used to unschedule any pending plan changes on an existing - subscription. + subscription. When called, all upcoming plan changes will be unscheduled. Args: extra_headers: Send extra headers From 6e34d85f5cb9e2c8b12ef9f4dc109e038d114ed0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:39:54 +0000 Subject: [PATCH 2/2] release: 3.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/orb/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1887bd54..fdd6f7be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.22.0" + ".": "3.23.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d57af7..14e1683c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.23.0 (2025-06-03) + +Full Changelog: [v3.22.0...v3.23.0](https://github.com/orbcorp/orb-python/compare/v3.22.0...v3.23.0) + +### Features + +* **api:** api update ([da2ddad](https://github.com/orbcorp/orb-python/commit/da2ddad9a2cc90f81402d472bc2a3964690e73ec)) + ## 3.22.0 (2025-06-02) Full Changelog: [v3.21.0...v3.22.0](https://github.com/orbcorp/orb-python/compare/v3.21.0...v3.22.0) diff --git a/pyproject.toml b/pyproject.toml index 9349e3c2..b50286b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "orb-billing" -version = "3.22.0" +version = "3.23.0" description = "The official Python library for the orb API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/orb/_version.py b/src/orb/_version.py index 36b0ea85..08b99968 100644 --- a/src/orb/_version.py +++ b/src/orb/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "orb" -__version__ = "3.22.0" # x-release-please-version +__version__ = "3.23.0" # x-release-please-version