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.109.0"
".": "0.110.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: 241
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec147e2dbcccb835ada48a743903d43ab228330e476558ba74dc87f248345303.yml
openapi_spec_hash: 333fdaec2de515a123cc44401b432aa2
config_hash: d48e9f65bcf642f92610034d6c43f07a
configured_endpoints: 240
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c9957e6ab1c9adef0dfb9a3956c8e7505a1661d22e79531eaee71b2a3a699b61.yml
openapi_spec_hash: 1190741469af674747df81908239a601
config_hash: 82cb0fb1fae47b3467cd6da4273541de
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.110.0 (2026-04-13)

Full Changelog: [v0.109.0...v0.110.0](https://github.com/Increase/increase-php/compare/v0.109.0...v0.110.0)

### Features

* **api:** api update ([0311b3c](https://github.com/Increase/increase-php/commit/0311b3cfa678e38fffb749f8d79a431f72a33f88))

## 0.109.0 (2026-04-13)

Full Changelog: [v0.108.0...v0.109.0](https://github.com/Increase/increase-php/compare/v0.108.0...v0.109.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d
<!-- x-release-please-start-version -->

```
composer require "increase/increase 0.109.0"
composer require "increase/increase 0.110.0"
```

<!-- x-release-please-end -->
Expand Down
28 changes: 0 additions & 28 deletions src/ServiceContracts/Simulations/AccountTransfersContract.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/ServiceContracts/Simulations/AccountTransfersRawContract.php

This file was deleted.

49 changes: 0 additions & 49 deletions src/Services/Simulations/AccountTransfersRawService.php

This file was deleted.

50 changes: 0 additions & 50 deletions src/Services/Simulations/AccountTransfersService.php

This file was deleted.

7 changes: 0 additions & 7 deletions src/Services/SimulationsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Increase\Client;
use Increase\ServiceContracts\SimulationsContract;
use Increase\Services\Simulations\AccountStatementsService;
use Increase\Services\Simulations\AccountTransfersService;
use Increase\Services\Simulations\ACHTransfersService;
use Increase\Services\Simulations\CardAuthenticationsService;
use Increase\Services\Simulations\CardAuthorizationExpirationsService;
Expand Down Expand Up @@ -52,11 +51,6 @@ final class SimulationsService implements SimulationsContract
*/
public InterestPaymentsService $interestPayments;

/**
* @api
*/
public AccountTransfersService $accountTransfers;

/**
* @api
*/
Expand Down Expand Up @@ -219,7 +213,6 @@ public function __construct(private Client $client)
{
$this->raw = new SimulationsRawService($client);
$this->interestPayments = new InterestPaymentsService($client);
$this->accountTransfers = new AccountTransfersService($client);
$this->cardAuthorizations = new CardAuthorizationsService($client);
$this->cardBalanceInquiries = new CardBalanceInquiriesService($client);
$this->cardAuthorizationExpirations = new CardAuthorizationExpirationsService($client);
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
namespace Increase;

// x-release-please-start-version
const VERSION = '0.109.0';
const VERSION = '0.110.0';
// x-release-please-end
40 changes: 0 additions & 40 deletions tests/Services/Simulations/AccountTransfersTest.php

This file was deleted.