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.421.0"
".": "0.422.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: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-aad9dbf54c66e9aa31deefc9ea241e0c1c2155207f61d606e94478bb5d650c38.yml
openapi_spec_hash: f5e641b92f8a3feaefad8bdbc278db77
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a466a501f72055942acea051bd2b1c735b70d65f3dd2710c5484e6125c8b640d.yml
openapi_spec_hash: d68789006ab658b380a02da2f03599b4
config_hash: 27e44ed36b9c5617b580ead7231a594a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.422.0 (2026-02-05)

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

### Features

* **api:** api update ([56ceda2](https://github.com/Increase/increase-java/commit/56ceda21b7bd78d9ba22968854b121967ea65bc5))

## 0.421.0 (2026-02-05)

Full Changelog: [v0.420.0...v0.421.0](https://github.com/Increase/increase-java/compare/v0.420.0...v0.421.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.421.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.421.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.421.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.422.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.422.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.422.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.421.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.422.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.421.0")
implementation("com.increase.api:increase-java:0.422.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.421.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.421.0</version>
<version>0.422.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.421.0" // x-release-please-version
version = "0.422.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 @@ -521,14 +521,6 @@ private constructor(
val BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION =
of("blockchain_offramp_transfer_instruction")

/**
* Blockchain Off-Ramp Transfer Intention: details will be under the
* `blockchain_offramp_transfer_intention` object.
*/
@JvmField
val BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION =
of("blockchain_offramp_transfer_intention")

/** The Pending Transaction was made for an undocumented or deprecated reason. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -603,11 +595,6 @@ private constructor(
* `blockchain_offramp_transfer_instruction` object.
*/
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION,
/**
* Blockchain Off-Ramp Transfer Intention: details will be under the
* `blockchain_offramp_transfer_intention` object.
*/
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION,
/** The Pending Transaction was made for an undocumented or deprecated reason. */
OTHER,
}
Expand Down Expand Up @@ -688,11 +675,6 @@ private constructor(
* `blockchain_offramp_transfer_instruction` object.
*/
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION,
/**
* Blockchain Off-Ramp Transfer Intention: details will be under the
* `blockchain_offramp_transfer_intention` object.
*/
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION,
/** The Pending Transaction was made for an undocumented or deprecated reason. */
OTHER,
/** An enum member indicating that [In] was instantiated with an unknown value. */
Expand Down Expand Up @@ -726,8 +708,6 @@ private constructor(
Value.BLOCKCHAIN_ONRAMP_TRANSFER_INSTRUCTION
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION ->
Value.BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION ->
Value.BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand Down Expand Up @@ -761,8 +741,6 @@ private constructor(
Known.BLOCKCHAIN_ONRAMP_TRANSFER_INSTRUCTION
BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION ->
Known.BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION
BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION ->
Known.BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION
OTHER -> Known.OTHER
else -> throw IncreaseInvalidDataException("Unknown In: $value")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@ internal class PendingTransactionListPageResponseTest {
)
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId(
"blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m"
)
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down Expand Up @@ -471,15 +460,6 @@ internal class PendingTransactionListPageResponseTest {
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down Expand Up @@ -872,17 +852,6 @@ internal class PendingTransactionListPageResponseTest {
)
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId(
"blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m"
)
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ internal class PendingTransactionTest {
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction.builder()
.amount(10000L)
Expand Down Expand Up @@ -416,12 +408,6 @@ internal class PendingTransactionTest {
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention.builder()
.sourceBlockchainAddressId("blockchain_address_tijjpqp9t5d358ehydqi")
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction.builder()
.amount(10000L)
Expand Down Expand Up @@ -774,14 +760,6 @@ internal class PendingTransactionTest {
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction.builder()
.amount(10000L)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,17 +425,6 @@ internal class CardAuthorizationCreateResponseTest {
)
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId(
"blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m"
)
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down Expand Up @@ -1194,15 +1183,6 @@ internal class CardAuthorizationCreateResponseTest {
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId("blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m")
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down Expand Up @@ -1964,17 +1944,6 @@ internal class CardAuthorizationCreateResponseTest {
)
.build()
)
.blockchainOfframpTransferIntention(
PendingTransaction.Source.BlockchainOfframpTransferIntention
.builder()
.sourceBlockchainAddressId(
"blockchain_address_tijjpqp9t5d358ehydqi"
)
.transferId(
"blockchain_offramp_transfer_sqd2x3ti6u2sy91v696m"
)
.build()
)
.blockchainOnrampTransferInstruction(
PendingTransaction.Source.BlockchainOnrampTransferInstruction
.builder()
Expand Down
Loading