Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.148.0 #612

Merged
merged 2 commits into from
Nov 13, 2024
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.147.0"
".": "0.148.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8b8e19d1cfc46bbf4bd8f898d3231d6d571ae179ff531b22037470d4051f8351.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ced45f4f5595df242ca2c43d1c74f4904ca3d18581ea6ca335f885967a0a663.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.148.0 (2024-11-13)

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

### Features

* **api:** api update ([#611](https://github.com/Increase/increase-java/issues/611)) ([00aa6d8](https://github.com/Increase/increase-java/commit/00aa6d816e93d25184916b170a4ccda146a94d51))

## 0.147.0 (2024-11-13)

Full Changelog: [v0.146.0...v0.147.0](https://github.com/Increase/increase-java/compare/v0.146.0...v0.147.0)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- 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.147.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.148.0)

<!-- x-release-please-end -->

Expand All @@ -25,7 +25,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/
<!-- x-release-please-start-version -->

```kotlin
implementation("com.increase.api:increase-java:0.147.0")
implementation("com.increase.api:increase-java:0.148.0")
```

#### Maven
Expand All @@ -34,7 +34,7 @@ implementation("com.increase.api:increase-java:0.147.0")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.147.0</version>
<version>0.148.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 @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.increase.api"
version = "0.147.0" // x-release-please-version
version = "0.148.0" // x-release-please-version
}

nexusPublishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down Expand Up @@ -4046,8 +4045,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down Expand Up @@ -18894,8 +18892,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,7 @@ private constructor(
merchantCategoryCode.getRequired("merchant_category_code")

/** The city the merchant resides in. */
fun merchantCity(): Optional<String> =
Optional.ofNullable(merchantCity.getNullable("merchant_city"))
fun merchantCity(): String = merchantCity.getRequired("merchant_city")

/** The country the merchant resides in. */
fun merchantCountry(): String = merchantCountry.getRequired("merchant_country")
Expand Down
Loading