diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6dc64191e..cb4cd84d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.346.0" + ".": "0.347.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 5be8c21ef..0b87763cf 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-24ddca9eb65b72b527002775880ca10d5f0e13426f076fb983761c44df2429a9.yml -openapi_spec_hash: 32d6ee149133e0cc8026079cc29c0991 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-57a965663739666faa0c7699e48af1185389436a2c4fd774e28d86cb7b1c69ba.yml +openapi_spec_hash: cd4681291bf755562f76ae6a1ead73a3 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d75880dd..d67da3fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.347.0 (2025-09-29) + +Full Changelog: [v0.346.0...v0.347.0](https://github.com/Increase/increase-python/compare/v0.346.0...v0.347.0) + +### Features + +* **api:** api update ([8dcfe8c](https://github.com/Increase/increase-python/commit/8dcfe8c906e60b8563936b4c624e192bced19b9d)) + ## 0.346.0 (2025-09-29) Full Changelog: [v0.345.0...v0.346.0](https://github.com/Increase/increase-python/compare/v0.345.0...v0.346.0) diff --git a/pyproject.toml b/pyproject.toml index 681fce510..b14deda38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.346.0" +version = "0.347.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 093f91f53..3e1078812 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.346.0" # x-release-please-version +__version__ = "0.347.0" # x-release-please-version diff --git a/src/increase/resources/bookkeeping_accounts.py b/src/increase/resources/bookkeeping_accounts.py index cb7a38ea8..238915094 100644 --- a/src/increase/resources/bookkeeping_accounts.py +++ b/src/increase/resources/bookkeeping_accounts.py @@ -73,7 +73,7 @@ def create( Args: name: The name you choose for the account. - account_id: The entity, if `compliance_category` is `commingled_cash`. + account_id: The account, if `compliance_category` is `commingled_cash`. compliance_category: The account compliance category. @@ -304,7 +304,7 @@ async def create( Args: name: The name you choose for the account. - account_id: The entity, if `compliance_category` is `commingled_cash`. + account_id: The account, if `compliance_category` is `commingled_cash`. compliance_category: The account compliance category. diff --git a/src/increase/types/bookkeeping_account_create_params.py b/src/increase/types/bookkeeping_account_create_params.py index d7b472c0a..5c974fcbb 100644 --- a/src/increase/types/bookkeeping_account_create_params.py +++ b/src/increase/types/bookkeeping_account_create_params.py @@ -12,7 +12,7 @@ class BookkeepingAccountCreateParams(TypedDict, total=False): """The name you choose for the account.""" account_id: str - """The entity, if `compliance_category` is `commingled_cash`.""" + """The account, if `compliance_category` is `commingled_cash`.""" compliance_category: Literal["commingled_cash", "customer_balance"] """The account compliance category.