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.341.0"
".": "0.342.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: 214
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fed69da53ddecc70b62e9a7331c3b561ef0a14c385d4ac5a03d74177c2ea21cd.yml
openapi_spec_hash: 0a90c512d3fd1348b78af6f98435c31a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e80a254e816bc69ee8d058b340f791b9f4229b07ff2b460e6cd0ceb4406a7604.yml
openapi_spec_hash: 81b87e83af702cfd8bce31f2d449ee15
config_hash: a143293c5450ae8f52acad08f3102575
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.342.0 (2025-09-26)

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

### Features

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

## 0.341.0 (2025-09-26)

Full Changelog: [v0.340.0...v0.341.0](https://github.com/Increase/increase-java/compare/v0.340.0...v0.341.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.341.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.341.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.341.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.342.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.342.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.342.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.341.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.342.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.341.0")
implementation("com.increase.api:increase-java:0.342.0")
```

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

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9341,7 +9341,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -9403,7 +9403,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -9469,7 +9469,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -18335,7 +18335,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -18397,7 +18397,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -18463,7 +18463,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -53797,7 +53797,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -53859,7 +53859,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -53925,7 +53925,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8019,7 +8019,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -8081,7 +8081,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -8147,7 +8147,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8073,7 +8073,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -8135,7 +8135,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -8201,7 +8201,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6693,7 +6693,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -6754,7 +6754,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -6819,7 +6819,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13014,7 +13014,7 @@ private constructor(

/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
@JvmField
Expand Down Expand Up @@ -13076,7 +13076,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down Expand Up @@ -13142,7 +13142,7 @@ private constructor(
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT,
/**
* Non-authenticated security transaction: Use to identify an electronic
* commerce transaction that uses data encryption for security however ,
* commerce transaction that uses data encryption for security however,
* cardholder authentication is not performed using 3-D Secure.
*/
NON_AUTHENTICATED_SECURITY_TRANSACTION,
Expand Down
Loading