diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ceb0192..da0adeab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.157.0" + ".": "0.158.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index c144966e..01cbe9fb 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8b8e19d1cfc46bbf4bd8f898d3231d6d571ae179ff531b22037470d4051f8351.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ced45f4f5595df242ca2c43d1c74f4904ca3d18581ea6ca335f885967a0a663.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f16875..502f52f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.158.0 (2024-11-13) + +Full Changelog: [v0.157.0...v0.158.0](https://github.com/Increase/increase-python/compare/v0.157.0...v0.158.0) + +### Features + +* **api:** api update ([#820](https://github.com/Increase/increase-python/issues/820)) ([6dea3f0](https://github.com/Increase/increase-python/commit/6dea3f05278e2fac58dee194384fd367c82c3e69)) + ## 0.157.0 (2024-11-13) Full Changelog: [v0.156.0...v0.157.0](https://github.com/Increase/increase-python/compare/v0.156.0...v0.157.0) diff --git a/pyproject.toml b/pyproject.toml index 98c1c2c3..e324ba6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.157.0" +version = "0.158.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 89cc1746..9879c530 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.157.0" # x-release-please-version +__version__ = "0.158.0" # x-release-please-version diff --git a/src/increase/types/card_payment.py b/src/increase/types/card_payment.py index 833ff88f..6a5f2135 100644 --- a/src/increase/types/card_payment.py +++ b/src/increase/types/card_payment.py @@ -342,7 +342,7 @@ class ElementCardAuthorization(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str @@ -752,7 +752,7 @@ class ElementCardDecline(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str @@ -2498,7 +2498,7 @@ class ElementCardValidation(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str diff --git a/src/increase/types/declined_transaction.py b/src/increase/types/declined_transaction.py index 61fb3539..8219c820 100644 --- a/src/increase/types/declined_transaction.py +++ b/src/increase/types/declined_transaction.py @@ -389,7 +389,7 @@ class SourceCardDecline(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str diff --git a/src/increase/types/pending_transaction.py b/src/increase/types/pending_transaction.py index ce9c2266..66017774 100644 --- a/src/increase/types/pending_transaction.py +++ b/src/increase/types/pending_transaction.py @@ -339,7 +339,7 @@ class SourceCardAuthorization(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str diff --git a/src/increase/types/real_time_decision.py b/src/increase/types/real_time_decision.py index 0cc3ef04..a9b02188 100644 --- a/src/increase/types/real_time_decision.py +++ b/src/increase/types/real_time_decision.py @@ -354,7 +354,7 @@ class CardAuthorization(BaseModel): card is transacting with. """ - merchant_city: Optional[str] = None + merchant_city: str """The city the merchant resides in.""" merchant_country: str