From dec57fe28b60e2ad34af8ca1a2ea52887e095b1a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:10:15 +0000 Subject: [PATCH 1/2] feat(api): api update (#888) --- .stats.yml | 2 +- src/increase/resources/oauth_connections.py | 6 ++++-- src/increase/types/oauth_connection_list_params.py | 5 ++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 8e652dc26..dcba97fb2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4bd84f4d9170653e443265bdf92c0520b008f613be5f60334e07b4151765e16a.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3727ea0756f101eda42b91615cc93da10d2d197565b9522da8c018edc249ad10.yml diff --git a/src/increase/resources/oauth_connections.py b/src/increase/resources/oauth_connections.py index fff55c6c7..70c780fbb 100644 --- a/src/increase/resources/oauth_connections.py +++ b/src/increase/resources/oauth_connections.py @@ -102,7 +102,8 @@ def list( limit: Limit the size of the list that is returned. The default (and maximum) is 100 objects. - oauth_application_id: The identifier of the OAuth Application to filter by. + oauth_application_id: Filter results to only include OAuth Connections for a specific OAuth + Application. extra_headers: Send extra headers @@ -214,7 +215,8 @@ def list( limit: Limit the size of the list that is returned. The default (and maximum) is 100 objects. - oauth_application_id: The identifier of the OAuth Application to filter by. + oauth_application_id: Filter results to only include OAuth Connections for a specific OAuth + Application. extra_headers: Send extra headers diff --git a/src/increase/types/oauth_connection_list_params.py b/src/increase/types/oauth_connection_list_params.py index bc1e3e240..152563d20 100644 --- a/src/increase/types/oauth_connection_list_params.py +++ b/src/increase/types/oauth_connection_list_params.py @@ -19,7 +19,10 @@ class OAuthConnectionListParams(TypedDict, total=False): """ oauth_application_id: str - """The identifier of the OAuth Application to filter by.""" + """ + Filter results to only include OAuth Connections for a specific OAuth + Application. + """ status: Status From 5b54e6ad85c7ef8fa8a620d338a4e8e7376615a6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:10:37 +0000 Subject: [PATCH 2/2] release: 0.174.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd670d780..e61a3857f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.173.0" + ".": "0.174.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb27cbb3..c922feef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.174.0 (2024-12-23) + +Full Changelog: [v0.173.0...v0.174.0](https://github.com/Increase/increase-python/compare/v0.173.0...v0.174.0) + +### Features + +* **api:** api update ([#888](https://github.com/Increase/increase-python/issues/888)) ([dec57fe](https://github.com/Increase/increase-python/commit/dec57fe28b60e2ad34af8ca1a2ea52887e095b1a)) + ## 0.173.0 (2024-12-23) Full Changelog: [v0.172.0...v0.173.0](https://github.com/Increase/increase-python/compare/v0.172.0...v0.173.0) diff --git a/pyproject.toml b/pyproject.toml index c5b56ca7c..824d370de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.173.0" +version = "0.174.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 386576a80..79878e77f 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.173.0" # x-release-please-version +__version__ = "0.174.0" # x-release-please-version