From c8f0d0fd4f9b3ec8f97d2fd5d1be427da8feb284 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:48:44 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- .../api/models/beneficialowners/EntityBeneficialOwner.kt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 3bab826d6..06f5ab863 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c289d5d6e979a7ac26b8475a36fb0f4fc74528eb5f5efc20848411443a6608cb.yml -openapi_spec_hash: eeda9bd525ea98d52a27642bd26c4b89 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5a342683774b79b3ee013a195d77a651ea053be4ec6a314e92ab08b62f62517b.yml +openapi_spec_hash: 2c87b069a3c3e1c647251016452c0b28 config_hash: e73b1147c039cb3d6a2c56ae5926bca8 diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/EntityBeneficialOwner.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/EntityBeneficialOwner.kt index 1c3f5f471..6cac2f2e0 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/EntityBeneficialOwner.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/EntityBeneficialOwner.kt @@ -22,6 +22,12 @@ import java.util.Objects import java.util.Optional import kotlin.jvm.optionals.getOrNull +/** + * Beneficial owners are the individuals who control or own 25% or more of a `corporation` entity. + * Beneficial owners are always people, and never organizations. Generally, you will need to submit + * between 1 and 5 beneficial owners for every `corporation` entity. You should update and archive + * beneficial owners for a corporation entity as their details change. + */ class EntityBeneficialOwner @JsonCreator(mode = JsonCreator.Mode.DISABLED) private constructor( From 5f49b8e3929d3e80606a3861a4ab8f5f0cd95dc0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 02:49:10 +0000 Subject: [PATCH 2/2] release: 0.468.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 10 +++++----- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6bd4944b..4663cfd4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.467.0" + ".": "0.468.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b249c0114..db899b7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.468.0 (2026-03-12) + +Full Changelog: [v0.467.0...v0.468.0](https://github.com/Increase/increase-java/compare/v0.467.0...v0.468.0) + +### Features + +* **api:** api update ([c8f0d0f](https://github.com/Increase/increase-java/commit/c8f0d0fd4f9b3ec8f97d2fd5d1be427da8feb284)) + ## 0.467.0 (2026-03-12) Full Changelog: [v0.466.0...v0.467.0](https://github.com/Increase/increase-java/compare/v0.466.0...v0.467.0) diff --git a/README.md b/README.md index c9ed35810..b40202f68 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![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.467.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.467.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.467.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.468.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.468.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.468.0) @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe -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.467.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.468.0). @@ -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.467.0") +implementation("com.increase.api:increase-java:0.468.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.467.0") com.increase.api increase-java - 0.467.0 + 0.468.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2c4f5cc62..a423fc306 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.467.0" // x-release-please-version + version = "0.468.0" // x-release-please-version } subprojects {