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.333.0"
".": "0.334.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-884e347f765b181f0f15f821b0c5786f51d532aae1077294aedf3fff0d6f9b22.yml
openapi_spec_hash: 119e76f07825b0975b385de037fe8d96
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-beb9032c2ea0fb6fb46727701c252d27d8f2f77688472dc922fb10afb142dd1c.yml
openapi_spec_hash: dc5aa90744d4e0958a9a2d652adda0ba
config_hash: 8dadd60eab7ab858cf06c6a8633ed9f3
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.334.0 (2025-09-23)

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

### Features

* **api:** api update ([259e81e](https://github.com/Increase/increase-java/commit/259e81e1db82f6480413061a90abc990d22b3e6a))
* **api:** api update ([32f2605](https://github.com/Increase/increase-java/commit/32f260540ee45dd190f4b2d39ff1cc1667dbb7fd))


### Chores

* **internal:** change some comment formatting ([bbdf34b](https://github.com/Increase/increase-java/commit/bbdf34bbf04961f7d614e8526f43ec5c90aa65ef))

## 0.333.0 (2025-09-22)

Full Changelog: [v0.332.0...v0.333.0](https://github.com/Increase/increase-java/compare/v0.332.0...v0.333.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.333.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.333.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.333.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.334.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.334.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.334.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.333.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.334.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.333.0")
implementation("com.increase.api:increase-java:0.334.0")
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.333.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.333.0</version>
<version>0.334.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.333.0" // x-release-please-version
version = "0.334.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 @@ -4905,7 +4905,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -4982,7 +4984,11 @@ private constructor(
additionalProperties = clinic.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -5125,7 +5131,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -5202,7 +5210,11 @@ private constructor(
additionalProperties = dental.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -5345,7 +5357,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -5422,7 +5436,11 @@ private constructor(
additionalProperties = prescription.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -5565,7 +5583,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -5642,7 +5662,11 @@ private constructor(
additionalProperties = surcharge.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -5787,7 +5811,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -5866,7 +5892,11 @@ private constructor(
totalCumulative.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -6009,7 +6039,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -6088,7 +6120,11 @@ private constructor(
totalHealthcare.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -6231,7 +6267,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -6308,7 +6346,11 @@ private constructor(
additionalProperties = transit.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -6451,7 +6493,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -6528,7 +6572,11 @@ private constructor(
additionalProperties = unknown.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down Expand Up @@ -6671,7 +6719,9 @@ private constructor(
) : this(amount, currency, mutableMapOf())

/**
* The amount in minor units of the `currency` field.
* The amount in minor units of the `currency` field. The amount is positive if
* it is added to the amount (such as an ATM surcharge fee) and negative if it
* is subtracted from the amount (such as a discount).
*
* @throws IncreaseInvalidDataException if the JSON field has an unexpected type
* or is unexpectedly missing or null (e.g. if the server responded with an
Expand Down Expand Up @@ -6748,7 +6798,11 @@ private constructor(
additionalProperties = vision.additionalProperties.toMutableMap()
}

/** The amount in minor units of the `currency` field. */
/**
* The amount in minor units of the `currency` field. The amount is positive
* if it is added to the amount (such as an ATM surcharge fee) and negative
* if it is subtracted from the amount (such as a discount).
*/
fun amount(amount: Long) = amount(JsonField.of(amount))

/**
Expand Down
Loading