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
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -34,7 +34,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

- name: Run lints
run: ./scripts/lint
Expand All @@ -49,10 +49,10 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -61,7 +61,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

- name: Build SDK
run: ./scripts/build
Expand All @@ -71,7 +71,7 @@ jobs:
github.repository == 'stainless-sdks/increase-java' &&
!startsWith(github.ref, 'refs/heads/stl/')
id: github-oidc
uses: actions/github-script@v8
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand All @@ -91,10 +91,10 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/increase-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -103,7 +103,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0

- name: Run tests
run: ./scripts/test
6 changes: 3 additions & 3 deletions .github/workflows/publish-sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: temurin
java-version: |
Expand All @@ -26,7 +26,7 @@ jobs:
cache: gradle

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0

- name: Publish to Sonatype
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'Increase/increase-java' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Check release environment
run: |
Expand Down
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.547.0"
".": "0.548.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-5c918212b76dd6bed571ef056d06398afbe63b0988650107601e6e6b675696cf.yml
openapi_spec_hash: 9b0a8970709721edd2d06fd02829dd7c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-80a122bc694ceb320ce9b08dbe3a6dd8ce58eb6fe72a0e1a425b2cfdfbc80cc8.yml
openapi_spec_hash: 036e5c2e5cff30625cce53e7333d0ef5
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.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)

### Features

* **api:** api update ([2fb8d40](https://github.com/Increase/increase-java/commit/2fb8d40f26a7b83466c64a7447320457a75025b3))

## 0.547.0 (2026-05-12)

Full Changelog: [v0.546.0...v0.547.0](https://github.com/Increase/increase-java/compare/v0.546.0...v0.547.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.547.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.547.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.547.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.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)

<!-- 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.547.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.548.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.547.0")
implementation("com.increase.api:increase-java:0.548.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.547.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.547.0</version>
<version>0.548.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.547.0" // x-release-please-version
version = "0.548.0" // x-release-please-version
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ internal class InboundWireTransferListPageResponseTest {
.id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0")
.acceptance(
InboundWireTransfer.Acceptance.builder()
.acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z"))
.transactionId("transaction_id")
.acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.transactionId("transaction_uyrp7fld2ium70oa7oi")
.build()
)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumberId("account_number_v18nkfqm6afpsrvy82b2")
.amount(100L)
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditorAddressLine1(null)
.creditorAddressLine2(null)
.creditorAddressLine1("33 Liberty Street")
.creditorAddressLine2("New York, NY, 10045")
.creditorAddressLine3(null)
.creditorName(null)
.debtorAddressLine1(null)
.debtorAddressLine2(null)
.creditorName("National Phonograph Company")
.debtorAddressLine1("33 Liberty Street")
.debtorAddressLine2("New York, NY, 10045")
.debtorAddressLine3(null)
.debtorName(null)
.debtorName("Ian Crease")
.description("Inbound wire transfer")
.endToEndIdentification(null)
.inputMessageAccountabilityData(null)
.instructingAgentRoutingNumber(null)
.instructionIdentification(null)
.endToEndIdentification("Invoice 29582")
.inputMessageAccountabilityData("20220118MMQFMP0P000001")
.instructingAgentRoutingNumber("101050001")
.instructionIdentification("202201180000001")
.reversal(
InboundWireTransfer.Reversal.builder()
.reason(InboundWireTransfer.Reversal.Reason.DUPLICATE)
Expand All @@ -48,8 +48,8 @@ internal class InboundWireTransferListPageResponseTest {
)
.status(InboundWireTransfer.Status.ACCEPTED)
.type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER)
.uniqueEndToEndTransactionReference(null)
.unstructuredRemittanceInformation(null)
.uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a")
.unstructuredRemittanceInformation("INVOICE 2468")
.wireDrawdownRequestId(null)
.build()
)
Expand All @@ -62,27 +62,27 @@ internal class InboundWireTransferListPageResponseTest {
.id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0")
.acceptance(
InboundWireTransfer.Acceptance.builder()
.acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z"))
.transactionId("transaction_id")
.acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.transactionId("transaction_uyrp7fld2ium70oa7oi")
.build()
)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumberId("account_number_v18nkfqm6afpsrvy82b2")
.amount(100L)
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditorAddressLine1(null)
.creditorAddressLine2(null)
.creditorAddressLine1("33 Liberty Street")
.creditorAddressLine2("New York, NY, 10045")
.creditorAddressLine3(null)
.creditorName(null)
.debtorAddressLine1(null)
.debtorAddressLine2(null)
.creditorName("National Phonograph Company")
.debtorAddressLine1("33 Liberty Street")
.debtorAddressLine2("New York, NY, 10045")
.debtorAddressLine3(null)
.debtorName(null)
.debtorName("Ian Crease")
.description("Inbound wire transfer")
.endToEndIdentification(null)
.inputMessageAccountabilityData(null)
.instructingAgentRoutingNumber(null)
.instructionIdentification(null)
.endToEndIdentification("Invoice 29582")
.inputMessageAccountabilityData("20220118MMQFMP0P000001")
.instructingAgentRoutingNumber("101050001")
.instructionIdentification("202201180000001")
.reversal(
InboundWireTransfer.Reversal.builder()
.reason(InboundWireTransfer.Reversal.Reason.DUPLICATE)
Expand All @@ -91,8 +91,8 @@ internal class InboundWireTransferListPageResponseTest {
)
.status(InboundWireTransfer.Status.ACCEPTED)
.type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER)
.uniqueEndToEndTransactionReference(null)
.unstructuredRemittanceInformation(null)
.uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a")
.unstructuredRemittanceInformation("INVOICE 2468")
.wireDrawdownRequestId(null)
.build()
)
Expand All @@ -109,27 +109,27 @@ internal class InboundWireTransferListPageResponseTest {
.id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0")
.acceptance(
InboundWireTransfer.Acceptance.builder()
.acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z"))
.transactionId("transaction_id")
.acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.transactionId("transaction_uyrp7fld2ium70oa7oi")
.build()
)
.accountId("account_in71c4amph0vgo2qllky")
.accountNumberId("account_number_v18nkfqm6afpsrvy82b2")
.amount(100L)
.createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z"))
.creditorAddressLine1(null)
.creditorAddressLine2(null)
.creditorAddressLine1("33 Liberty Street")
.creditorAddressLine2("New York, NY, 10045")
.creditorAddressLine3(null)
.creditorName(null)
.debtorAddressLine1(null)
.debtorAddressLine2(null)
.creditorName("National Phonograph Company")
.debtorAddressLine1("33 Liberty Street")
.debtorAddressLine2("New York, NY, 10045")
.debtorAddressLine3(null)
.debtorName(null)
.debtorName("Ian Crease")
.description("Inbound wire transfer")
.endToEndIdentification(null)
.inputMessageAccountabilityData(null)
.instructingAgentRoutingNumber(null)
.instructionIdentification(null)
.endToEndIdentification("Invoice 29582")
.inputMessageAccountabilityData("20220118MMQFMP0P000001")
.instructingAgentRoutingNumber("101050001")
.instructionIdentification("202201180000001")
.reversal(
InboundWireTransfer.Reversal.builder()
.reason(InboundWireTransfer.Reversal.Reason.DUPLICATE)
Expand All @@ -138,8 +138,8 @@ internal class InboundWireTransferListPageResponseTest {
)
.status(InboundWireTransfer.Status.ACCEPTED)
.type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER)
.uniqueEndToEndTransactionReference(null)
.unstructuredRemittanceInformation(null)
.uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a")
.unstructuredRemittanceInformation("INVOICE 2468")
.wireDrawdownRequestId(null)
.build()
)
Expand Down
Loading
Loading