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.240.0"
".": "0.241.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: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-75fe352618195712049f1cde5a80bfab2510a7a1e52f792ab0ca560d9d40a4b9.yml
openapi_spec_hash: c8cc277c248d9527fa442d11ce958132
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0ecd4933d3a1f2e6363dc40b619d296a033732ec245018effd3e5f687f60bb04.yml
openapi_spec_hash: 41f0a23615d13ed80758208130da6abd
config_hash: 0c284b69f3dccb22b24877f61d0d8a9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.241.0 (2025-06-08)

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

### Features

* **api:** api update ([7561455](https://github.com/Increase/increase-java/commit/756145539a6b949af746865d6716394d6515c599))

## 0.240.0 (2025-06-05)

Full Changelog: [v0.239.0...v0.240.0](https://github.com/Increase/increase-java/compare/v0.239.0...v0.240.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.240.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.240.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.240.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.241.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.241.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.241.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.240.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.241.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.240.0")
implementation("com.increase.api:increase-java:0.241.0")
```

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

subprojects {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@ private constructor(
/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
@JvmField val INBOUND_FUNDS_HOLD = of("inbound_funds_hold")

/**
* Group Initiated Hold Source: details will be under the `group_initiated_hold`
* object.
*/
@JvmField val GROUP_INITIATED_HOLD = of("group_initiated_hold")

/**
* Real-Time Payments Transfer Instruction: details will be under the
* `real_time_payments_transfer_instruction` object.
Expand Down Expand Up @@ -527,6 +533,11 @@ private constructor(
CHECK_TRANSFER_INSTRUCTION,
/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
INBOUND_FUNDS_HOLD,
/**
* Group Initiated Hold Source: details will be under the `group_initiated_hold`
* object.
*/
GROUP_INITIATED_HOLD,
/**
* Real-Time Payments Transfer Instruction: details will be under the
* `real_time_payments_transfer_instruction` object.
Expand Down Expand Up @@ -590,6 +601,11 @@ private constructor(
CHECK_TRANSFER_INSTRUCTION,
/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
INBOUND_FUNDS_HOLD,
/**
* Group Initiated Hold Source: details will be under the `group_initiated_hold`
* object.
*/
GROUP_INITIATED_HOLD,
/**
* Real-Time Payments Transfer Instruction: details will be under the
* `real_time_payments_transfer_instruction` object.
Expand Down Expand Up @@ -636,6 +652,7 @@ private constructor(
CHECK_DEPOSIT_INSTRUCTION -> Value.CHECK_DEPOSIT_INSTRUCTION
CHECK_TRANSFER_INSTRUCTION -> Value.CHECK_TRANSFER_INSTRUCTION
INBOUND_FUNDS_HOLD -> Value.INBOUND_FUNDS_HOLD
GROUP_INITIATED_HOLD -> Value.GROUP_INITIATED_HOLD
REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION ->
Value.REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION
WIRE_TRANSFER_INSTRUCTION -> Value.WIRE_TRANSFER_INSTRUCTION
Expand Down Expand Up @@ -664,6 +681,7 @@ private constructor(
CHECK_DEPOSIT_INSTRUCTION -> Known.CHECK_DEPOSIT_INSTRUCTION
CHECK_TRANSFER_INSTRUCTION -> Known.CHECK_TRANSFER_INSTRUCTION
INBOUND_FUNDS_HOLD -> Known.INBOUND_FUNDS_HOLD
GROUP_INITIATED_HOLD -> Known.GROUP_INITIATED_HOLD
REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION ->
Known.REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION
WIRE_TRANSFER_INSTRUCTION -> Known.WIRE_TRANSFER_INSTRUCTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ internal class PendingTransactionListPageResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -449,6 +454,11 @@ internal class PendingTransactionListPageResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -706,6 +716,11 @@ internal class PendingTransactionListPageResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ internal class PendingTransactionTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -390,6 +395,11 @@ internal class PendingTransactionTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -611,6 +621,11 @@ internal class PendingTransactionTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@ internal class CardAuthorizationCreateResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -924,6 +929,11 @@ internal class CardAuthorizationCreateResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down Expand Up @@ -1423,6 +1433,11 @@ internal class CardAuthorizationCreateResponseTest {
.transferId("check_transfer_30b43acfu9vw8fyc4f5")
.build()
)
.groupInitiatedHold(
PendingTransaction.Source.GroupInitiatedHold.builder()
.id("group_initiated_hold_shcn9ol99ph2qf4rcrqc")
.build()
)
.inboundFundsHold(
PendingTransaction.Source.InboundFundsHold.builder()
.id("inbound_funds_hold_9vuasmywdo7xb3zt4071")
Expand Down
Loading