Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.548.0"
".": "0.549.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-80a122bc694ceb320ce9b08dbe3a6dd8ce58eb6fe72a0e1a425b2cfdfbc80cc8.yml
openapi_spec_hash: 036e5c2e5cff30625cce53e7333d0ef5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-76c4149968ac35d9d2e86ce4f8098d75e6560fb34ca580a474b5589eb193da0d.yml
openapi_spec_hash: ab314c27f9b2bfe2c768690975fda250
config_hash: ac050010e5453883d5e5fa603554a2e0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.549.0 (2026-05-13)

Full Changelog: [v0.548.0...v0.549.0](https://github.com/Increase/increase-java/compare/v0.548.0...v0.549.0)

### Features

* **api:** api update ([f3f681e](https://github.com/Increase/increase-java/commit/f3f681e6c05f492c2abebdf5a31bba4ff7cef2c8))

## 0.548.0 (2026-05-13)

Full Changelog: [v0.547.0...v0.548.0](https://github.com/Increase/increase-java/compare/v0.547.0...v0.548.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![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.548.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.548.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.548.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.549.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.549.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.549.0)

<!-- x-release-please-end -->

Expand All @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe

<!-- x-release-please-start-version -->

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.548.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.549.0).

<!-- x-release-please-end -->

Expand All @@ -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.548.0")
implementation("com.increase.api:increase-java:0.549.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.548.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.548.0</version>
<version>0.549.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.increase.api"
version = "0.548.0" // x-release-please-version
version = "0.549.0" // x-release-please-version
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ internal class AchPrenotificationListPageResponseTest {
.addData(
AchPrenotification.builder()
.id("ach_prenotification_ubjf9qqsxl3obbcn1u34")
.accountId(null)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumber("987654321")
.addendum(null)
.companyDescriptiveDate(null)
.companyDiscretionaryData(null)
.companyEntryDescription(null)
.companyName(null)
.companyEntryDescription("Account Funding")
.companyName("National Phonograph Company")
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditDebitIndicator(null)
.effectiveDate(null)
.creditDebitIndicator(AchPrenotification.CreditDebitIndicator.CREDIT)
.effectiveDate(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.idempotencyKey(null)
.individualId(null)
.individualName(null)
.individualName("Ian Crease")
.addNotificationsOfChange(
AchPrenotification.NotificationsOfChange.builder()
.changeCode(
Expand All @@ -50,7 +50,9 @@ internal class AchPrenotificationListPageResponseTest {
.build()
)
.routingNumber("101050001")
.standardEntryClassCode(null)
.standardEntryClassCode(
AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT
)
.status(AchPrenotification.Status.SUBMITTED)
.type(AchPrenotification.Type.ACH_PRENOTIFICATION)
.build()
Expand All @@ -62,19 +64,19 @@ internal class AchPrenotificationListPageResponseTest {
.containsExactly(
AchPrenotification.builder()
.id("ach_prenotification_ubjf9qqsxl3obbcn1u34")
.accountId(null)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumber("987654321")
.addendum(null)
.companyDescriptiveDate(null)
.companyDiscretionaryData(null)
.companyEntryDescription(null)
.companyName(null)
.companyEntryDescription("Account Funding")
.companyName("National Phonograph Company")
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditDebitIndicator(null)
.effectiveDate(null)
.creditDebitIndicator(AchPrenotification.CreditDebitIndicator.CREDIT)
.effectiveDate(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.idempotencyKey(null)
.individualId(null)
.individualName(null)
.individualName("Ian Crease")
.addNotificationsOfChange(
AchPrenotification.NotificationsOfChange.builder()
.changeCode(
Expand All @@ -95,7 +97,9 @@ internal class AchPrenotificationListPageResponseTest {
.build()
)
.routingNumber("101050001")
.standardEntryClassCode(null)
.standardEntryClassCode(
AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT
)
.status(AchPrenotification.Status.SUBMITTED)
.type(AchPrenotification.Type.ACH_PRENOTIFICATION)
.build()
Expand All @@ -111,19 +115,19 @@ internal class AchPrenotificationListPageResponseTest {
.addData(
AchPrenotification.builder()
.id("ach_prenotification_ubjf9qqsxl3obbcn1u34")
.accountId(null)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumber("987654321")
.addendum(null)
.companyDescriptiveDate(null)
.companyDiscretionaryData(null)
.companyEntryDescription(null)
.companyName(null)
.companyEntryDescription("Account Funding")
.companyName("National Phonograph Company")
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditDebitIndicator(null)
.effectiveDate(null)
.creditDebitIndicator(AchPrenotification.CreditDebitIndicator.CREDIT)
.effectiveDate(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.idempotencyKey(null)
.individualId(null)
.individualName(null)
.individualName("Ian Crease")
.addNotificationsOfChange(
AchPrenotification.NotificationsOfChange.builder()
.changeCode(
Expand All @@ -144,7 +148,9 @@ internal class AchPrenotificationListPageResponseTest {
.build()
)
.routingNumber("101050001")
.standardEntryClassCode(null)
.standardEntryClassCode(
AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT
)
.status(AchPrenotification.Status.SUBMITTED)
.type(AchPrenotification.Type.ACH_PRENOTIFICATION)
.build()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ internal class AchPrenotificationTest {
val achPrenotification =
AchPrenotification.builder()
.id("ach_prenotification_ubjf9qqsxl3obbcn1u34")
.accountId(null)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumber("987654321")
.addendum(null)
.companyDescriptiveDate(null)
.companyDiscretionaryData(null)
.companyEntryDescription(null)
.companyName(null)
.companyEntryDescription("Account Funding")
.companyName("National Phonograph Company")
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditDebitIndicator(null)
.effectiveDate(null)
.creditDebitIndicator(AchPrenotification.CreditDebitIndicator.CREDIT)
.effectiveDate(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.idempotencyKey(null)
.individualId(null)
.individualName(null)
.individualName("Ian Crease")
.addNotificationsOfChange(
AchPrenotification.NotificationsOfChange.builder()
.changeCode(
Expand All @@ -48,26 +48,30 @@ internal class AchPrenotificationTest {
.build()
)
.routingNumber("101050001")
.standardEntryClassCode(null)
.standardEntryClassCode(
AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT
)
.status(AchPrenotification.Status.SUBMITTED)
.type(AchPrenotification.Type.ACH_PRENOTIFICATION)
.build()

assertThat(achPrenotification.id()).isEqualTo("ach_prenotification_ubjf9qqsxl3obbcn1u34")
assertThat(achPrenotification.accountId()).isEmpty
assertThat(achPrenotification.accountId()).contains("account_in71c4amph0vgo2qllky")
assertThat(achPrenotification.accountNumber()).isEqualTo("987654321")
assertThat(achPrenotification.addendum()).isEmpty
assertThat(achPrenotification.companyDescriptiveDate()).isEmpty
assertThat(achPrenotification.companyDiscretionaryData()).isEmpty
assertThat(achPrenotification.companyEntryDescription()).isEmpty
assertThat(achPrenotification.companyName()).isEmpty
assertThat(achPrenotification.companyEntryDescription()).contains("Account Funding")
assertThat(achPrenotification.companyName()).contains("National Phonograph Company")
assertThat(achPrenotification.createdAt())
.isEqualTo(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
assertThat(achPrenotification.creditDebitIndicator()).isEmpty
assertThat(achPrenotification.effectiveDate()).isEmpty
assertThat(achPrenotification.creditDebitIndicator())
.contains(AchPrenotification.CreditDebitIndicator.CREDIT)
assertThat(achPrenotification.effectiveDate())
.contains(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
assertThat(achPrenotification.idempotencyKey()).isEmpty
assertThat(achPrenotification.individualId()).isEmpty
assertThat(achPrenotification.individualName()).isEmpty
assertThat(achPrenotification.individualName()).contains("Ian Crease")
assertThat(achPrenotification.notificationsOfChange())
.containsExactly(
AchPrenotification.NotificationsOfChange.builder()
Expand All @@ -90,7 +94,8 @@ internal class AchPrenotificationTest {
.build()
)
assertThat(achPrenotification.routingNumber()).isEqualTo("101050001")
assertThat(achPrenotification.standardEntryClassCode()).isEmpty
assertThat(achPrenotification.standardEntryClassCode())
.contains(AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT)
assertThat(achPrenotification.status()).isEqualTo(AchPrenotification.Status.SUBMITTED)
assertThat(achPrenotification.type()).isEqualTo(AchPrenotification.Type.ACH_PRENOTIFICATION)
}
Expand All @@ -101,19 +106,19 @@ internal class AchPrenotificationTest {
val achPrenotification =
AchPrenotification.builder()
.id("ach_prenotification_ubjf9qqsxl3obbcn1u34")
.accountId(null)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumber("987654321")
.addendum(null)
.companyDescriptiveDate(null)
.companyDiscretionaryData(null)
.companyEntryDescription(null)
.companyName(null)
.companyEntryDescription("Account Funding")
.companyName("National Phonograph Company")
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditDebitIndicator(null)
.effectiveDate(null)
.creditDebitIndicator(AchPrenotification.CreditDebitIndicator.CREDIT)
.effectiveDate(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.idempotencyKey(null)
.individualId(null)
.individualName(null)
.individualName("Ian Crease")
.addNotificationsOfChange(
AchPrenotification.NotificationsOfChange.builder()
.changeCode(
Expand All @@ -134,7 +139,9 @@ internal class AchPrenotificationTest {
.build()
)
.routingNumber("101050001")
.standardEntryClassCode(null)
.standardEntryClassCode(
AchPrenotification.StandardEntryClassCode.CORPORATE_CREDIT_OR_DEBIT
)
.status(AchPrenotification.Status.SUBMITTED)
.type(AchPrenotification.Type.ACH_PRENOTIFICATION)
.build()
Expand Down
Loading
Loading