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.323.1"
".": "0.324.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: 217
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0099e03e7fa522327e05de8b00e0d0f8873c9267bbb39a29d22b2aa6bb571d16.yml
openapi_spec_hash: 8691ea0b11ed2570986fadb52e6b87db
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-805a499f2eaf8dde9967c23bfceac96d22e583e929be7e62574442f1b2546844.yml
openapi_spec_hash: 362e3065076f1f47f73ed7306236b5f6
config_hash: e1885b38eded054b77308a024c5d80cc
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.324.0 (2025-09-15)

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

### Features

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

## 0.323.1 (2025-09-15)

Full Changelog: [v0.323.0...v0.323.1](https://github.com/Increase/increase-java/compare/v0.323.0...v0.323.1)
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.323.1)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.323.1/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.323.1)
[![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.324.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.324.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.324.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.323.1).
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.324.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.323.1")
implementation("com.increase.api:increase-java:0.324.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.323.1")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.323.1</version>
<version>0.324.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.323.1" // x-release-please-version
version = "0.324.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 @@ -463,9 +463,9 @@ private constructor(

/**
* FedNow Transfer Instruction: details will be under the
* `fed_now_transfer_instruction` object.
* `fednow_transfer_instruction` object.
*/
@JvmField val FED_NOW_TRANSFER_INSTRUCTION = of("fed_now_transfer_instruction")
@JvmField val FEDNOW_TRANSFER_INSTRUCTION = of("fednow_transfer_instruction")

/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
@JvmField val INBOUND_FUNDS_HOLD = of("inbound_funds_hold")
Expand Down Expand Up @@ -537,9 +537,9 @@ private constructor(
CHECK_TRANSFER_INSTRUCTION,
/**
* FedNow Transfer Instruction: details will be under the
* `fed_now_transfer_instruction` object.
* `fednow_transfer_instruction` object.
*/
FED_NOW_TRANSFER_INSTRUCTION,
FEDNOW_TRANSFER_INSTRUCTION,
/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
INBOUND_FUNDS_HOLD,
/** User Initiated Hold: details will be under the `user_initiated_hold` object. */
Expand Down Expand Up @@ -607,9 +607,9 @@ private constructor(
CHECK_TRANSFER_INSTRUCTION,
/**
* FedNow Transfer Instruction: details will be under the
* `fed_now_transfer_instruction` object.
* `fednow_transfer_instruction` object.
*/
FED_NOW_TRANSFER_INSTRUCTION,
FEDNOW_TRANSFER_INSTRUCTION,
/** Inbound Funds Hold: details will be under the `inbound_funds_hold` object. */
INBOUND_FUNDS_HOLD,
/** User Initiated Hold: details will be under the `user_initiated_hold` object. */
Expand Down Expand Up @@ -659,7 +659,7 @@ private constructor(
CARD_AUTHORIZATION -> Value.CARD_AUTHORIZATION
CHECK_DEPOSIT_INSTRUCTION -> Value.CHECK_DEPOSIT_INSTRUCTION
CHECK_TRANSFER_INSTRUCTION -> Value.CHECK_TRANSFER_INSTRUCTION
FED_NOW_TRANSFER_INSTRUCTION -> Value.FED_NOW_TRANSFER_INSTRUCTION
FEDNOW_TRANSFER_INSTRUCTION -> Value.FEDNOW_TRANSFER_INSTRUCTION
INBOUND_FUNDS_HOLD -> Value.INBOUND_FUNDS_HOLD
USER_INITIATED_HOLD -> Value.USER_INITIATED_HOLD
REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION ->
Expand Down Expand Up @@ -688,7 +688,7 @@ private constructor(
CARD_AUTHORIZATION -> Known.CARD_AUTHORIZATION
CHECK_DEPOSIT_INSTRUCTION -> Known.CHECK_DEPOSIT_INSTRUCTION
CHECK_TRANSFER_INSTRUCTION -> Known.CHECK_TRANSFER_INSTRUCTION
FED_NOW_TRANSFER_INSTRUCTION -> Known.FED_NOW_TRANSFER_INSTRUCTION
FEDNOW_TRANSFER_INSTRUCTION -> Known.FEDNOW_TRANSFER_INSTRUCTION
INBOUND_FUNDS_HOLD -> Known.INBOUND_FUNDS_HOLD
USER_INITIATED_HOLD -> Known.USER_INITIATED_HOLD
REAL_TIME_PAYMENTS_TRANSFER_INSTRUCTION ->
Expand Down
Loading
Loading