diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 62c73da10..b1b5a42f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.360.0" + ".": "0.361.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 7d2d5b8d9..ffbf262f2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml -openapi_spec_hash: c3f12839150ef30de08776d0ea693f59 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d7cf5ee0996fbe47611e26c72b8bd36151ce065c410488583977102f1812b84d.yml +openapi_spec_hash: 8c0f2a172afc0eb0f9fae50250c89216 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4863d375d..f96c9fbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.361.0 (2025-10-16) + +Full Changelog: [v0.360.0...v0.361.0](https://github.com/Increase/increase-python/compare/v0.360.0...v0.361.0) + +### Features + +* **api:** api update ([2eea54d](https://github.com/Increase/increase-python/commit/2eea54d0938c5bd5eff276b134a9b6e64c90762a)) + ## 0.360.0 (2025-10-16) Full Changelog: [v0.359.0...v0.360.0](https://github.com/Increase/increase-python/compare/v0.359.0...v0.360.0) diff --git a/pyproject.toml b/pyproject.toml index b67bc6a7d..7d272052c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.360.0" +version = "0.361.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 6c7724f47..19371429c 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.360.0" # x-release-please-version +__version__ = "0.361.0" # x-release-please-version diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index c05fcd483..6b9aa8478 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -732,13 +732,6 @@ class DigitalWalletToken(BaseModel): card_id: str """The identifier of the Card that is being tokenized.""" - card_profile_id: Optional[str] = None - """The identifier of the Card Profile that was set via the real time decision. - - This will be null until the real time decision is responded to or if the real - time decision did not set a card profile. - """ - decision: Optional[Literal["approve", "decline"]] = None """Whether or not the provisioning request was approved.