From eed960f335ee050a6eeb5bb30c5bdf0c1d1a63f5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:11:36 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- .../models/declinedtransactions/DeclinedTransaction.kt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index c5bae0923..a9bb289dd 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1c5db818b8692ac57a83f3785c2f0a1d1ea95b9ed35fd4632619947448c22526.yml -openapi_spec_hash: 0b2954fbe726a422219f22f5cddda6d6 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6db60f3531381822fadaf766a9191d837e5f512c5dee67d09e4a42b4d307b9c6.yml +openapi_spec_hash: 236e86b03890539f5f36e6e458fc01c4 config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransaction.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransaction.kt index 33b300c0f..8b84c962e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransaction.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/declinedtransactions/DeclinedTransaction.kt @@ -11795,6 +11795,9 @@ private constructor( /** The check cannot be processed. This is rare: please contact support. */ @JvmField val UNABLE_TO_PROCESS = of("unable_to_process") + /** The check image is unusable. */ + @JvmField val UNUSABLE_IMAGE = of("unusable_image") + /** Your integration declined this check via the API. */ @JvmField val USER_INITIATED = of("user_initiated") @@ -11838,6 +11841,8 @@ private constructor( REFER_TO_IMAGE, /** The check cannot be processed. This is rare: please contact support. */ UNABLE_TO_PROCESS, + /** The check image is unusable. */ + UNUSABLE_IMAGE, /** Your integration declined this check via the API. */ USER_INITIATED, } @@ -11887,6 +11892,8 @@ private constructor( REFER_TO_IMAGE, /** The check cannot be processed. This is rare: please contact support. */ UNABLE_TO_PROCESS, + /** The check image is unusable. */ + UNUSABLE_IMAGE, /** Your integration declined this check via the API. */ USER_INITIATED, /** @@ -11921,6 +11928,7 @@ private constructor( NO_ACCOUNT_NUMBER_FOUND -> Value.NO_ACCOUNT_NUMBER_FOUND REFER_TO_IMAGE -> Value.REFER_TO_IMAGE UNABLE_TO_PROCESS -> Value.UNABLE_TO_PROCESS + UNUSABLE_IMAGE -> Value.UNUSABLE_IMAGE USER_INITIATED -> Value.USER_INITIATED else -> Value._UNKNOWN } @@ -11952,6 +11960,7 @@ private constructor( NO_ACCOUNT_NUMBER_FOUND -> Known.NO_ACCOUNT_NUMBER_FOUND REFER_TO_IMAGE -> Known.REFER_TO_IMAGE UNABLE_TO_PROCESS -> Known.UNABLE_TO_PROCESS + UNUSABLE_IMAGE -> Known.UNUSABLE_IMAGE USER_INITIATED -> Known.USER_INITIATED else -> throw IncreaseInvalidDataException("Unknown Reason: $value") } From 349eefcbce09a180a6e3ae354da71f62f899486d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:12:04 +0000 Subject: [PATCH 2/2] release: 0.304.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7915eb1e2..b2fb223c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.303.0" + ".": "0.304.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 603811842..7547c2b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.304.0 (2025-08-28) + +Full Changelog: [v0.303.0...v0.304.0](https://github.com/Increase/increase-java/compare/v0.303.0...v0.304.0) + +### Features + +* **api:** api update ([eed960f](https://github.com/Increase/increase-java/commit/eed960f335ee050a6eeb5bb30c5bdf0c1d1a63f5)) + ## 0.303.0 (2025-08-27) Full Changelog: [v0.302.0...v0.303.0](https://github.com/Increase/increase-java/compare/v0.302.0...v0.303.0) diff --git a/README.md b/README.md index be5ec1121..d7f88b9d5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.303.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.303.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.303.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.304.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.304.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.304.0) @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe -The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.303.0). +The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.304.0). @@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ### Gradle ```kotlin -implementation("com.increase.api:increase-java:0.303.0") +implementation("com.increase.api:increase-java:0.304.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.303.0") com.increase.api increase-java - 0.303.0 + 0.304.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 5f71d5ce8..a96357c32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.303.0" // x-release-please-version + version = "0.304.0" // x-release-please-version } subprojects {