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.375.0"
".": "0.376.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-56334e000721ba4ee20536271d3acf7231529d7b1f651729e2f4ebe75eb12048.yml
openapi_spec_hash: 45777c412bcbc1aead50c84f78695203
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-942f7494ee0f14c1634ede0989985359cea633e5eece3d761910e7ffd6ac0fd8.yml
openapi_spec_hash: d87134899fb29e27832158facf9d67eb
config_hash: b6f365add90e618b2174634df140826e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.376.0 (2025-12-08)

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

### Features

* **api:** api update ([76ef438](https://github.com/Increase/increase-java/commit/76ef438085db48829e4f2341e8d0bdfb7874edd6))

## 0.375.0 (2025-12-08)

Full Changelog: [v0.374.0...v0.375.0](https://github.com/Increase/increase-java/compare/v0.374.0...v0.375.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.375.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.375.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.375.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.376.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.376.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.376.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.375.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.376.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.375.0")
implementation("com.increase.api:increase-java:0.376.0")
```

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

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,14 @@ private constructor(
val REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED =
of("real_time_decision.card_authorization_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
@JvmField
val REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
of("real_time_decision.card_balance_inquiry_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -920,6 +928,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1148,6 +1161,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1292,6 +1310,8 @@ private constructor(
Value.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Value.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down Expand Up @@ -1417,6 +1437,8 @@ private constructor(
Known.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Known.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,14 @@ private constructor(
val REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED =
of("real_time_decision.card_authorization_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
@JvmField
val REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
of("real_time_decision.card_balance_inquiry_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -935,6 +943,11 @@ private constructor(
* authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1165,6 +1178,11 @@ private constructor(
* authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1311,6 +1329,8 @@ private constructor(
Value.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Value.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down Expand Up @@ -1437,6 +1457,8 @@ private constructor(
Known.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Known.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,14 @@ private constructor(
val REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED =
of("real_time_decision.card_authorization_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
@JvmField
val REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
of("real_time_decision.card_balance_inquiry_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1031,6 +1039,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1260,6 +1273,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1407,6 +1425,8 @@ private constructor(
Value.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Value.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down Expand Up @@ -1532,6 +1552,8 @@ private constructor(
Known.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Known.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,14 @@ private constructor(
val REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED =
of("real_time_decision.card_authorization_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
@JvmField
val REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED =
of("real_time_decision.card_balance_inquiry_requested")

/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1281,6 +1289,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1510,6 +1523,11 @@ private constructor(
* Occurs whenever a Real-Time Decision is created in response to a card authorization.
*/
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a card balance
* inquiry.
*/
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED,
/**
* Occurs whenever a Real-Time Decision is created in response to a digital wallet
* provisioning attempt.
Expand Down Expand Up @@ -1657,6 +1675,8 @@ private constructor(
Value.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Value.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Value.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down Expand Up @@ -1782,6 +1802,8 @@ private constructor(
Known.PROOF_OF_AUTHORIZATION_REQUEST_UPDATED
REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_AUTHORIZATION_REQUESTED
REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED ->
Known.REAL_TIME_DECISION_CARD_BALANCE_INQUIRY_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED ->
Known.REAL_TIME_DECISION_DIGITAL_WALLET_TOKEN_REQUESTED
REAL_TIME_DECISION_DIGITAL_WALLET_AUTHENTICATION_REQUESTED ->
Expand Down
Loading
Loading