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.328.0"
".": "0.329.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 217
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-61210b27ac135ed841515ad3c3dfedaf42dc1398b0a3ed63bbd6c154d1b31a6a.yml
openapi_spec_hash: b0d2957f6269776252f0ddaa6489772a
config_hash: e1885b38eded054b77308a024c5d80cc
configured_endpoints: 213
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fc17d091731928c882b2272ea5de831cafcbf237a7887652a5f133c29cb1bbc4.yml
openapi_spec_hash: aad429d087b7557be4103d1309cd81a0
config_hash: e1e8bc2138a13f290956ae6687f099cd
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.329.0 (2025-09-17)

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

### Features

* **api:** api update ([efaab46](https://github.com/Increase/increase-java/commit/efaab46aafff0c6af9a18189d4b92b77615f8b56))

## 0.328.0 (2025-09-17)

Full Changelog: [v0.327.0...v0.328.0](https://github.com/Increase/increase-java/compare/v0.327.0...v0.328.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.328.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.328.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.328.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.329.0)
[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.329.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.329.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.328.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.329.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.328.0")
implementation("com.increase.api:increase-java:0.329.0")
```

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

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import com.increase.api.services.blocking.AchTransferService
import com.increase.api.services.blocking.BookkeepingAccountService
import com.increase.api.services.blocking.BookkeepingEntryService
import com.increase.api.services.blocking.BookkeepingEntrySetService
import com.increase.api.services.blocking.CardDisputeService
import com.increase.api.services.blocking.CardPaymentService
import com.increase.api.services.blocking.CardPurchaseSupplementService
import com.increase.api.services.blocking.CardPushTransferService
Expand Down Expand Up @@ -109,8 +108,6 @@ interface IncreaseClient {

fun cardPurchaseSupplements(): CardPurchaseSupplementService

fun cardDisputes(): CardDisputeService

fun physicalCards(): PhysicalCardService

fun digitalCardProfiles(): DigitalCardProfileService
Expand Down Expand Up @@ -244,8 +241,6 @@ interface IncreaseClient {

fun cardPurchaseSupplements(): CardPurchaseSupplementService.WithRawResponse

fun cardDisputes(): CardDisputeService.WithRawResponse

fun physicalCards(): PhysicalCardService.WithRawResponse

fun digitalCardProfiles(): DigitalCardProfileService.WithRawResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import com.increase.api.services.async.AchTransferServiceAsync
import com.increase.api.services.async.BookkeepingAccountServiceAsync
import com.increase.api.services.async.BookkeepingEntryServiceAsync
import com.increase.api.services.async.BookkeepingEntrySetServiceAsync
import com.increase.api.services.async.CardDisputeServiceAsync
import com.increase.api.services.async.CardPaymentServiceAsync
import com.increase.api.services.async.CardPurchaseSupplementServiceAsync
import com.increase.api.services.async.CardPushTransferServiceAsync
Expand Down Expand Up @@ -109,8 +108,6 @@ interface IncreaseClientAsync {

fun cardPurchaseSupplements(): CardPurchaseSupplementServiceAsync

fun cardDisputes(): CardDisputeServiceAsync

fun physicalCards(): PhysicalCardServiceAsync

fun digitalCardProfiles(): DigitalCardProfileServiceAsync
Expand Down Expand Up @@ -248,8 +245,6 @@ interface IncreaseClientAsync {

fun cardPurchaseSupplements(): CardPurchaseSupplementServiceAsync.WithRawResponse

fun cardDisputes(): CardDisputeServiceAsync.WithRawResponse

fun physicalCards(): PhysicalCardServiceAsync.WithRawResponse

fun digitalCardProfiles(): DigitalCardProfileServiceAsync.WithRawResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import com.increase.api.services.async.BookkeepingEntryServiceAsync
import com.increase.api.services.async.BookkeepingEntryServiceAsyncImpl
import com.increase.api.services.async.BookkeepingEntrySetServiceAsync
import com.increase.api.services.async.BookkeepingEntrySetServiceAsyncImpl
import com.increase.api.services.async.CardDisputeServiceAsync
import com.increase.api.services.async.CardDisputeServiceAsyncImpl
import com.increase.api.services.async.CardPaymentServiceAsync
import com.increase.api.services.async.CardPaymentServiceAsyncImpl
import com.increase.api.services.async.CardPurchaseSupplementServiceAsync
Expand Down Expand Up @@ -157,10 +155,6 @@ class IncreaseClientAsyncImpl(private val clientOptions: ClientOptions) : Increa
CardPurchaseSupplementServiceAsyncImpl(clientOptionsWithUserAgent)
}

private val cardDisputes: CardDisputeServiceAsync by lazy {
CardDisputeServiceAsyncImpl(clientOptionsWithUserAgent)
}

private val physicalCards: PhysicalCardServiceAsync by lazy {
PhysicalCardServiceAsyncImpl(clientOptionsWithUserAgent)
}
Expand Down Expand Up @@ -374,8 +368,6 @@ class IncreaseClientAsyncImpl(private val clientOptions: ClientOptions) : Increa
override fun cardPurchaseSupplements(): CardPurchaseSupplementServiceAsync =
cardPurchaseSupplements

override fun cardDisputes(): CardDisputeServiceAsync = cardDisputes

override fun physicalCards(): PhysicalCardServiceAsync = physicalCards

override fun digitalCardProfiles(): DigitalCardProfileServiceAsync = digitalCardProfiles
Expand Down Expand Up @@ -508,10 +500,6 @@ class IncreaseClientAsyncImpl(private val clientOptions: ClientOptions) : Increa
CardPurchaseSupplementServiceAsyncImpl.WithRawResponseImpl(clientOptions)
}

private val cardDisputes: CardDisputeServiceAsync.WithRawResponse by lazy {
CardDisputeServiceAsyncImpl.WithRawResponseImpl(clientOptions)
}

private val physicalCards: PhysicalCardServiceAsync.WithRawResponse by lazy {
PhysicalCardServiceAsyncImpl.WithRawResponseImpl(clientOptions)
}
Expand Down Expand Up @@ -730,8 +718,6 @@ class IncreaseClientAsyncImpl(private val clientOptions: ClientOptions) : Increa
override fun cardPurchaseSupplements(): CardPurchaseSupplementServiceAsync.WithRawResponse =
cardPurchaseSupplements

override fun cardDisputes(): CardDisputeServiceAsync.WithRawResponse = cardDisputes

override fun physicalCards(): PhysicalCardServiceAsync.WithRawResponse = physicalCards

override fun digitalCardProfiles(): DigitalCardProfileServiceAsync.WithRawResponse =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import com.increase.api.services.blocking.BookkeepingEntryService
import com.increase.api.services.blocking.BookkeepingEntryServiceImpl
import com.increase.api.services.blocking.BookkeepingEntrySetService
import com.increase.api.services.blocking.BookkeepingEntrySetServiceImpl
import com.increase.api.services.blocking.CardDisputeService
import com.increase.api.services.blocking.CardDisputeServiceImpl
import com.increase.api.services.blocking.CardPaymentService
import com.increase.api.services.blocking.CardPaymentServiceImpl
import com.increase.api.services.blocking.CardPurchaseSupplementService
Expand Down Expand Up @@ -155,10 +153,6 @@ class IncreaseClientImpl(private val clientOptions: ClientOptions) : IncreaseCli
CardPurchaseSupplementServiceImpl(clientOptionsWithUserAgent)
}

private val cardDisputes: CardDisputeService by lazy {
CardDisputeServiceImpl(clientOptionsWithUserAgent)
}

private val physicalCards: PhysicalCardService by lazy {
PhysicalCardServiceImpl(clientOptionsWithUserAgent)
}
Expand Down Expand Up @@ -358,8 +352,6 @@ class IncreaseClientImpl(private val clientOptions: ClientOptions) : IncreaseCli

override fun cardPurchaseSupplements(): CardPurchaseSupplementService = cardPurchaseSupplements

override fun cardDisputes(): CardDisputeService = cardDisputes

override fun physicalCards(): PhysicalCardService = physicalCards

override fun digitalCardProfiles(): DigitalCardProfileService = digitalCardProfiles
Expand Down Expand Up @@ -491,10 +483,6 @@ class IncreaseClientImpl(private val clientOptions: ClientOptions) : IncreaseCli
CardPurchaseSupplementServiceImpl.WithRawResponseImpl(clientOptions)
}

private val cardDisputes: CardDisputeService.WithRawResponse by lazy {
CardDisputeServiceImpl.WithRawResponseImpl(clientOptions)
}

private val physicalCards: PhysicalCardService.WithRawResponse by lazy {
PhysicalCardServiceImpl.WithRawResponseImpl(clientOptions)
}
Expand Down Expand Up @@ -711,8 +699,6 @@ class IncreaseClientImpl(private val clientOptions: ClientOptions) : IncreaseCli
override fun cardPurchaseSupplements(): CardPurchaseSupplementService.WithRawResponse =
cardPurchaseSupplements

override fun cardDisputes(): CardDisputeService.WithRawResponse = cardDisputes

override fun physicalCards(): PhysicalCardService.WithRawResponse = physicalCards

override fun digitalCardProfiles(): DigitalCardProfileService.WithRawResponse =
Expand Down
Loading
Loading