From fe8a6da3916d0e05ef8679651fa637ad608b9a3a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:53:34 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 0b87763cf..f51f792c9 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-57a965663739666faa0c7699e48af1185389436a2c4fd774e28d86cb7b1c69ba.yml -openapi_spec_hash: cd4681291bf755562f76ae6a1ead73a3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-878472ce6c3df1541bd6f2924ca987acc43fec7409cb06e6fe129638f9b6fb72.yml +openapi_spec_hash: 69facc862aa08df8ca458569028663e7 config_hash: a143293c5450ae8f52acad08f3102575 From b55a6146d624b0ca9a1b8f780f93b9c5e978ab0a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:10:47 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 +- .../api/models/transactions/Transaction.kt | 56 ++++++++++--------- .../transactions/TransactionListParams.kt | 24 +++++--- 3 files changed, 48 insertions(+), 36 deletions(-) diff --git a/.stats.yml b/.stats.yml index f51f792c9..d2b407e60 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-878472ce6c3df1541bd6f2924ca987acc43fec7409cb06e6fe129638f9b6fb72.yml -openapi_spec_hash: 69facc862aa08df8ca458569028663e7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1084eee4a06751b960309c5854bc2af4d20e8022359fda84882ea67495bdce1b.yml +openapi_spec_hash: 90bed8cf565ade10b60b33d5ca70e6d0 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt index a19322235..1145d8251 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/Transaction.kt @@ -1135,9 +1135,9 @@ private constructor( achTransferReturn.getOptional("ach_transfer_return") /** - * A Card Dispute Acceptance object. This field will be present in the JSON response if and - * only if `category` is equal to `card_dispute_acceptance`. Contains the details of a - * successful Card Dispute. + * A Legacy Card Dispute Acceptance object. This field will be present in the JSON response + * if and only if `category` is equal to `card_dispute_acceptance`. Contains the details of + * a successful Card Dispute. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if * the server responded with an unexpected value). @@ -1157,8 +1157,8 @@ private constructor( cardDisputeFinancial.getOptional("card_dispute_financial") /** - * A Card Dispute Loss object. This field will be present in the JSON response if and only - * if `category` is equal to `card_dispute_loss`. Contains the details of a lost Card + * A Legacy Card Dispute Loss object. This field will be present in the JSON response if and + * only if `category` is equal to `card_dispute_loss`. Contains the details of a lost Card * Dispute. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if @@ -2166,9 +2166,9 @@ private constructor( } /** - * A Card Dispute Acceptance object. This field will be present in the JSON response if - * and only if `category` is equal to `card_dispute_acceptance`. Contains the details of - * a successful Card Dispute. + * A Legacy Card Dispute Acceptance object. This field will be present in the JSON + * response if and only if `category` is equal to `card_dispute_acceptance`. Contains + * the details of a successful Card Dispute. */ fun cardDisputeAcceptance(cardDisputeAcceptance: CardDisputeAcceptance?) = cardDisputeAcceptance(JsonField.ofNullable(cardDisputeAcceptance)) @@ -2220,9 +2220,9 @@ private constructor( } /** - * A Card Dispute Loss object. This field will be present in the JSON response if and - * only if `category` is equal to `card_dispute_loss`. Contains the details of a lost - * Card Dispute. + * A Legacy Card Dispute Loss object. This field will be present in the JSON response if + * and only if `category` is equal to `card_dispute_loss`. Contains the details of a + * lost Card Dispute. */ fun cardDisputeLoss(cardDisputeLoss: CardDisputeLoss?) = cardDisputeLoss(JsonField.ofNullable(cardDisputeLoss)) @@ -6416,9 +6416,9 @@ private constructor( } /** - * A Card Dispute Acceptance object. This field will be present in the JSON response if and - * only if `category` is equal to `card_dispute_acceptance`. Contains the details of a - * successful Card Dispute. + * A Legacy Card Dispute Acceptance object. This field will be present in the JSON response + * if and only if `category` is equal to `card_dispute_acceptance`. Contains the details of + * a successful Card Dispute. */ class CardDisputeAcceptance @JsonCreator(mode = JsonCreator.Mode.DISABLED) @@ -7463,8 +7463,8 @@ private constructor( } /** - * A Card Dispute Loss object. This field will be present in the JSON response if and only - * if `category` is equal to `card_dispute_loss`. Contains the details of a lost Card + * A Legacy Card Dispute Loss object. This field will be present in the JSON response if and + * only if `category` is equal to `card_dispute_loss`. Contains the details of a lost Card * Dispute. */ class CardDisputeLoss @@ -36742,8 +36742,8 @@ private constructor( @JvmField val CASHBACK_PAYMENT = of("cashback_payment") /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ @JvmField val CARD_DISPUTE_ACCEPTANCE = of("card_dispute_acceptance") @@ -36753,7 +36753,9 @@ private constructor( */ @JvmField val CARD_DISPUTE_FINANCIAL = of("card_dispute_financial") - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ @JvmField val CARD_DISPUTE_LOSS = of("card_dispute_loss") /** Card Refund: details will be under the `card_refund` object. */ @@ -36932,8 +36934,8 @@ private constructor( /** Cashback Payment: details will be under the `cashback_payment` object. */ CASHBACK_PAYMENT, /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ CARD_DISPUTE_ACCEPTANCE, /** @@ -36941,7 +36943,9 @@ private constructor( * object. */ CARD_DISPUTE_FINANCIAL, - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ CARD_DISPUTE_LOSS, /** Card Refund: details will be under the `card_refund` object. */ CARD_REFUND, @@ -37087,8 +37091,8 @@ private constructor( /** Cashback Payment: details will be under the `cashback_payment` object. */ CASHBACK_PAYMENT, /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ CARD_DISPUTE_ACCEPTANCE, /** @@ -37096,7 +37100,9 @@ private constructor( * object. */ CARD_DISPUTE_FINANCIAL, - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ CARD_DISPUTE_LOSS, /** Card Refund: details will be under the `card_refund` object. */ CARD_REFUND, diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt index 146829302..2b8fef9ac 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/transactions/TransactionListParams.kt @@ -444,8 +444,8 @@ private constructor( @JvmField val CASHBACK_PAYMENT = of("cashback_payment") /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ @JvmField val CARD_DISPUTE_ACCEPTANCE = of("card_dispute_acceptance") @@ -455,7 +455,9 @@ private constructor( */ @JvmField val CARD_DISPUTE_FINANCIAL = of("card_dispute_financial") - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ @JvmField val CARD_DISPUTE_LOSS = of("card_dispute_loss") /** Card Refund: details will be under the `card_refund` object. */ @@ -634,8 +636,8 @@ private constructor( /** Cashback Payment: details will be under the `cashback_payment` object. */ CASHBACK_PAYMENT, /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ CARD_DISPUTE_ACCEPTANCE, /** @@ -643,7 +645,9 @@ private constructor( * object. */ CARD_DISPUTE_FINANCIAL, - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ CARD_DISPUTE_LOSS, /** Card Refund: details will be under the `card_refund` object. */ CARD_REFUND, @@ -789,8 +793,8 @@ private constructor( /** Cashback Payment: details will be under the `cashback_payment` object. */ CASHBACK_PAYMENT, /** - * Card Dispute Acceptance: details will be under the `card_dispute_acceptance` - * object. + * Legacy Card Dispute Acceptance: details will be under the + * `card_dispute_acceptance` object. */ CARD_DISPUTE_ACCEPTANCE, /** @@ -798,7 +802,9 @@ private constructor( * object. */ CARD_DISPUTE_FINANCIAL, - /** Card Dispute Loss: details will be under the `card_dispute_loss` object. */ + /** + * Legacy Card Dispute Loss: details will be under the `card_dispute_loss` object. + */ CARD_DISPUTE_LOSS, /** Card Refund: details will be under the `card_refund` object. */ CARD_REFUND, From 0fbeda76de304eb35a394bcd4622deb3e3155cd5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:11:14 +0000 Subject: [PATCH 3/3] release: 0.345.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 7c7974f09..5cd962378 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.344.0" + ".": "0.345.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 685e4df41..c148ad175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.345.0 (2025-10-01) + +Full Changelog: [v0.344.0...v0.345.0](https://github.com/Increase/increase-java/compare/v0.344.0...v0.345.0) + +### Features + +* **api:** api update ([b55a614](https://github.com/Increase/increase-java/commit/b55a6146d624b0ca9a1b8f780f93b9c5e978ab0a)) + ## 0.344.0 (2025-09-29) Full Changelog: [v0.343.0...v0.344.0](https://github.com/Increase/increase-java/compare/v0.343.0...v0.344.0) diff --git a/README.md b/README.md index fce8417a0..7dd6df22b 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.344.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.344.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.344.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.345.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.345.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.345.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.344.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.345.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.344.0") +implementation("com.increase.api:increase-java:0.345.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.344.0") com.increase.api increase-java - 0.344.0 + 0.345.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 604263a80..c083a1cef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.344.0" // x-release-please-version + version = "0.345.0" // x-release-please-version } subprojects {