diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e5301d32..d291fe540 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.529.0" + ".": "0.530.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d55f76dcc..285770f46 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 237 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2f50481c658c231d13f4b8851f0e4fb30cd2b72d39aff0cb826a24306bcd27cd.yml -openapi_spec_hash: aa94ab16c59d918fd1b634a365b1dd50 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3b0fb8ec4f6710c53d729d6c7803a7187c1f8747b701117209f3beccba254e65.yml +openapi_spec_hash: 333cca68278fcc6b9d9d24fd8203db5e config_hash: 9dd89544e7c0403ccb0e0827de6a9cbf diff --git a/CHANGELOG.md b/CHANGELOG.md index 41626dbf9..67c2683f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.530.0 (2026-04-29) + +Full Changelog: [v0.529.0...v0.530.0](https://github.com/Increase/increase-java/compare/v0.529.0...v0.530.0) + +### Features + +* **api:** api update ([d7bb857](https://github.com/Increase/increase-java/commit/d7bb857170c2c915fc91092bd554813e00a104c1)) + ## 0.529.0 (2026-04-28) Full Changelog: [v0.528.0...v0.529.0](https://github.com/Increase/increase-java/compare/v0.528.0...v0.529.0) diff --git a/README.md b/README.md index 82d69ce78..6b2ab02e6 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.529.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.529.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.529.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.530.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.530.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.530.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.529.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.530.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.529.0") +implementation("com.increase.api:increase-java:0.530.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.529.0") com.increase.api increase-java - 0.529.0 + 0.530.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 43f44b0e7..4828c0fdf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.529.0" // x-release-please-version + version = "0.530.0" // x-release-please-version } subprojects { diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerCreateParams.kt index 06cbca2dc..009935d3d 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerCreateParams.kt @@ -1375,7 +1375,8 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, such - * as a social security number. + * as a social security number. For Social Security Numbers and Individual Taxpayer + * Identification Numbers, submit nine digits with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected @@ -1512,7 +1513,9 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, - * such as a social security number. + * such as a social security number. For Social Security Numbers and Individual + * Taxpayer Identification Numbers, submit nine digits with no dashes or other + * separators. */ fun number(number: String) = number(JsonField.of(number)) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerUpdateParams.kt index 5ffead266..91cb650c1 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/beneficialowners/BeneficialOwnerUpdateParams.kt @@ -1029,7 +1029,8 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, such as a - * social security number. + * social security number. For Social Security Numbers and Individual Taxpayer + * Identification Numbers, submit nine digits with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected value). @@ -1162,7 +1163,8 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, such - * as a social security number. + * as a social security number. For Social Security Numbers and Individual Taxpayer + * Identification Numbers, submit nine digits with no dashes or other separators. */ fun number(number: String) = number(JsonField.of(number)) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/Entity.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/Entity.kt index 77e48d594..939daeb2e 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/Entity.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/Entity.kt @@ -3679,7 +3679,8 @@ private constructor( /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ @JvmField val US_EMPLOYER_IDENTIFICATION_NUMBER = of("us_employer_identification_number") @@ -3697,7 +3698,8 @@ private constructor( enum class Known { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** @@ -3719,7 +3721,8 @@ private constructor( enum class Value { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt index 8eac7fde1..16840d510 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityCreateParams.kt @@ -3339,7 +3339,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers and + * Individual Taxpayer Identification Numbers, submit nine digits with no dashes + * or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type * or is unexpectedly missing or null (e.g. if the server responded with an @@ -3486,7 +3488,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers + * and Individual Taxpayer Identification Numbers, submit nine digits with + * no dashes or other separators. */ fun number(number: String) = number(JsonField.of(number)) @@ -5025,7 +5029,8 @@ private constructor( ) : this(value, category, mutableMapOf()) /** - * The legal identifier. + * The legal identifier. For US Employer Identification Numbers, submit nine digits with + * no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected @@ -5098,7 +5103,10 @@ private constructor( additionalProperties = legalIdentifier.additionalProperties.toMutableMap() } - /** The legal identifier. */ + /** + * The legal identifier. For US Employer Identification Numbers, submit nine digits + * with no dashes or other separators. + */ fun value(value: String) = value(JsonField.of(value)) /** @@ -5219,7 +5227,8 @@ private constructor( /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ @JvmField val US_EMPLOYER_IDENTIFICATION_NUMBER = of("us_employer_identification_number") @@ -5237,7 +5246,8 @@ private constructor( enum class Known { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** @@ -5259,7 +5269,8 @@ private constructor( enum class Value { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** @@ -5665,7 +5676,8 @@ private constructor( fun name(): String = name.getRequired("name") /** - * The Employer Identification Number (EIN) for the government authority. + * The Employer Identification Number (EIN) for the government authority. Submit nine digits + * with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected value). @@ -5845,7 +5857,10 @@ private constructor( */ fun name(name: JsonField) = apply { this.name = name } - /** The Employer Identification Number (EIN) for the government authority. */ + /** + * The Employer Identification Number (EIN) for the government authority. Submit nine + * digits with no dashes or other separators. + */ fun taxIdentifier(taxIdentifier: String) = taxIdentifier(JsonField.of(taxIdentifier)) /** @@ -7538,7 +7553,9 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, - * such as a social security number. + * such as a social security number. For Social Security Numbers and Individual + * Taxpayer Identification Numbers, submit nine digits with no dashes or other + * separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or * is unexpectedly missing or null (e.g. if the server responded with an @@ -7678,7 +7695,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers and + * Individual Taxpayer Identification Numbers, submit nine digits with no dashes + * or other separators. */ fun number(number: String) = number(JsonField.of(number)) @@ -9757,7 +9776,8 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, such - * as a social security number. + * as a social security number. For Social Security Numbers and Individual Taxpayer + * Identification Numbers, submit nine digits with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected @@ -9894,7 +9914,9 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, - * such as a social security number. + * such as a social security number. For Social Security Numbers and Individual + * Taxpayer Identification Numbers, submit nine digits with no dashes or other + * separators. */ fun number(number: String) = number(JsonField.of(number)) @@ -12426,8 +12448,8 @@ private constructor( fun grantor(): Optional = grantor.getOptional("grantor") /** - * The Employer Identification Number (EIN) for the trust. Required if `category` is equal - * to `irrevocable`. + * The Employer Identification Number (EIN) for the trust. Submit nine digits with no dashes + * or other separators. Required if `category` is equal to `irrevocable`. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type (e.g. if * the server responded with an unexpected value). @@ -12670,8 +12692,8 @@ private constructor( fun grantor(grantor: JsonField) = apply { this.grantor = grantor } /** - * The Employer Identification Number (EIN) for the trust. Required if `category` is - * equal to `irrevocable`. + * The Employer Identification Number (EIN) for the trust. Submit nine digits with no + * dashes or other separators. Required if `category` is equal to `irrevocable`. */ fun taxIdentifier(taxIdentifier: String) = taxIdentifier(JsonField.of(taxIdentifier)) @@ -14344,7 +14366,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers and + * Individual Taxpayer Identification Numbers, submit nine digits with no dashes + * or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type * or is unexpectedly missing or null (e.g. if the server responded with an @@ -14491,7 +14515,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers + * and Individual Taxpayer Identification Numbers, submit nine digits with + * no dashes or other separators. */ fun number(number: String) = number(JsonField.of(number)) @@ -16616,7 +16642,9 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, - * such as a social security number. + * such as a social security number. For Social Security Numbers and Individual + * Taxpayer Identification Numbers, submit nine digits with no dashes or other + * separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or * is unexpectedly missing or null (e.g. if the server responded with an @@ -16756,7 +16784,9 @@ private constructor( /** * An identification number that can be used to verify the individual's - * identity, such as a social security number. + * identity, such as a social security number. For Social Security Numbers and + * Individual Taxpayer Identification Numbers, submit nine digits with no dashes + * or other separators. */ fun number(number: String) = number(JsonField.of(number)) diff --git a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateParams.kt b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateParams.kt index b2250db44..818af4d96 100644 --- a/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateParams.kt +++ b/increase-java-core/src/main/kotlin/com/increase/api/models/entities/EntityUpdateParams.kt @@ -1772,7 +1772,8 @@ private constructor( ) : this(value, category, mutableMapOf()) /** - * The identifier of the legal identifier. + * The identifier of the legal identifier. For US Employer Identification Numbers, + * submit nine digits with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected @@ -1844,7 +1845,10 @@ private constructor( additionalProperties = legalIdentifier.additionalProperties.toMutableMap() } - /** The identifier of the legal identifier. */ + /** + * The identifier of the legal identifier. For US Employer Identification Numbers, + * submit nine digits with no dashes or other separators. + */ fun value(value: String) = value(JsonField.of(value)) /** @@ -1959,7 +1963,8 @@ private constructor( /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ @JvmField val US_EMPLOYER_IDENTIFICATION_NUMBER = of("us_employer_identification_number") @@ -1977,7 +1982,8 @@ private constructor( enum class Known { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** @@ -1999,7 +2005,8 @@ private constructor( enum class Value { /** * The Employer Identification Number (EIN) for the company. The EIN is a - * 9-digit number assigned by the IRS. + * 9-digit number assigned by the IRS; submit it as nine digits with no dashes + * or other separators. */ US_EMPLOYER_IDENTIFICATION_NUMBER, /** @@ -3323,7 +3330,8 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, such - * as a social security number. + * as a social security number. For Social Security Numbers and Individual Taxpayer + * Identification Numbers, submit nine digits with no dashes or other separators. * * @throws IncreaseInvalidDataException if the JSON field has an unexpected type or is * unexpectedly missing or null (e.g. if the server responded with an unexpected @@ -3460,7 +3468,9 @@ private constructor( /** * An identification number that can be used to verify the individual's identity, - * such as a social security number. + * such as a social security number. For Social Security Numbers and Individual + * Taxpayer Identification Numbers, submit nine digits with no dashes or other + * separators. */ fun number(number: String) = number(JsonField.of(number))