From 6d1daae5f807be96ac69f6a14d36d9e47191813f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:41:28 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- .../com/increase/api/models/transactions/Transaction.kt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 88866e5d5..137c59756 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-742384c2f763b7fb4e6534ac57539f4f1854d9bd126ea173f3caeffdf1642462.yml -openapi_spec_hash: 49897b127960069cd3fe917475ad4b5b +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e0a68a396e3cad9ebb243cb823e58ccd61bf7eff388039ba3dd3a09ae72efc92.yml +openapi_spec_hash: 4079f070e677e7b39205cfbe8c5d7637 config_hash: 27e44ed36b9c5617b580ead7231a594a 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 536001295..7620eb663 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 @@ -46910,6 +46910,9 @@ private constructor( /** Fees */ @JvmField val FEES = of("fees") + /** General ledger transfer */ + @JvmField val GENERAL_LEDGER_TRANSFER = of("general_ledger_transfer") + /** Interest */ @JvmField val INTEREST = of("interest") @@ -46953,6 +46956,8 @@ private constructor( ERROR_CORRECTION, /** Fees */ FEES, + /** General ledger transfer */ + GENERAL_LEDGER_TRANSFER, /** Interest */ INTEREST, /** Negative balance forgiveness */ @@ -46999,6 +47004,8 @@ private constructor( ERROR_CORRECTION, /** Fees */ FEES, + /** General ledger transfer */ + GENERAL_LEDGER_TRANSFER, /** Interest */ INTEREST, /** Negative balance forgiveness */ @@ -47037,6 +47044,7 @@ private constructor( ERROR -> Value.ERROR ERROR_CORRECTION -> Value.ERROR_CORRECTION FEES -> Value.FEES + GENERAL_LEDGER_TRANSFER -> Value.GENERAL_LEDGER_TRANSFER INTEREST -> Value.INTEREST NEGATIVE_BALANCE_FORGIVENESS -> Value.NEGATIVE_BALANCE_FORGIVENESS SAMPLE_FUNDS -> Value.SAMPLE_FUNDS @@ -47069,6 +47077,7 @@ private constructor( ERROR -> Known.ERROR ERROR_CORRECTION -> Known.ERROR_CORRECTION FEES -> Known.FEES + GENERAL_LEDGER_TRANSFER -> Known.GENERAL_LEDGER_TRANSFER INTEREST -> Known.INTEREST NEGATIVE_BALANCE_FORGIVENESS -> Known.NEGATIVE_BALANCE_FORGIVENESS SAMPLE_FUNDS -> Known.SAMPLE_FUNDS From ec5eb1f62080aa27d8c22e8f6ed9d20a2c972716 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:41:56 +0000 Subject: [PATCH 2/2] release: 0.405.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 68b7001a1..4b59bd483 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.404.0" + ".": "0.405.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5027f93c5..1a669f7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.405.0 (2026-01-27) + +Full Changelog: [v0.404.0...v0.405.0](https://github.com/Increase/increase-java/compare/v0.404.0...v0.405.0) + +### Features + +* **api:** api update ([6d1daae](https://github.com/Increase/increase-java/commit/6d1daae5f807be96ac69f6a14d36d9e47191813f)) + ## 0.404.0 (2026-01-26) Full Changelog: [v0.403.0...v0.404.0](https://github.com/Increase/increase-java/compare/v0.403.0...v0.404.0) diff --git a/README.md b/README.md index 825d0730d..d5050fe74 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.404.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.404.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.404.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.405.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.405.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.405.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.404.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.405.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.404.0") +implementation("com.increase.api:increase-java:0.405.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.404.0") com.increase.api increase-java - 0.404.0 + 0.405.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 54279e58f..635763abb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.404.0" // x-release-please-version + version = "0.405.0" // x-release-please-version } subprojects {