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.25.0"
".": "0.26.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 232
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-aad9dbf54c66e9aa31deefc9ea241e0c1c2155207f61d606e94478bb5d650c38.yml
openapi_spec_hash: f5e641b92f8a3feaefad8bdbc278db77
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a466a501f72055942acea051bd2b1c735b70d65f3dd2710c5484e6125c8b640d.yml
openapi_spec_hash: d68789006ab658b380a02da2f03599b4
config_hash: 27e44ed36b9c5617b580ead7231a594a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.26.0 (2026-02-05)

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

### Features

* **api:** api update ([b675252](https://github.com/Increase/increase-php/commit/b6752520e42b304bcc2e32d6fbbd2bd93ddacd35))

## 0.25.0 (2026-02-05)

Full Changelog: [v0.24.0...v0.25.0](https://github.com/Increase/increase-php/compare/v0.24.0...v0.25.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.25.0"
composer require "increase/increase 0.26.0"
```

<!-- x-release-please-end -->
Expand Down
28 changes: 0 additions & 28 deletions src/PendingTransactions/PendingTransaction/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Increase\PendingTransactions\PendingTransaction\Source\AccountTransferInstruction;
use Increase\PendingTransactions\PendingTransaction\Source\ACHTransferInstruction;
use Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferInstruction;
use Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferIntention;
use Increase\PendingTransactions\PendingTransaction\Source\BlockchainOnrampTransferInstruction;
use Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization;
use Increase\PendingTransactions\PendingTransaction\Source\CardPushTransferInstruction;
Expand All @@ -31,7 +30,6 @@
* @phpstan-import-type AccountTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\AccountTransferInstruction
* @phpstan-import-type ACHTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\ACHTransferInstruction
* @phpstan-import-type BlockchainOfframpTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferInstruction
* @phpstan-import-type BlockchainOfframpTransferIntentionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferIntention
* @phpstan-import-type BlockchainOnrampTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOnrampTransferInstruction
* @phpstan-import-type CardAuthorizationShape from \Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization
* @phpstan-import-type CardPushTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\CardPushTransferInstruction
Expand All @@ -49,7 +47,6 @@
* accountTransferInstruction: null|AccountTransferInstruction|AccountTransferInstructionShape,
* achTransferInstruction: null|ACHTransferInstruction|ACHTransferInstructionShape,
* blockchainOfframpTransferInstruction: null|BlockchainOfframpTransferInstruction|BlockchainOfframpTransferInstructionShape,
* blockchainOfframpTransferIntention: null|BlockchainOfframpTransferIntention|BlockchainOfframpTransferIntentionShape,
* blockchainOnrampTransferInstruction: null|BlockchainOnrampTransferInstruction|BlockchainOnrampTransferInstructionShape,
* cardAuthorization: null|CardAuthorization|CardAuthorizationShape,
* cardPushTransferInstruction: null|CardPushTransferInstruction|CardPushTransferInstructionShape,
Expand Down Expand Up @@ -89,12 +86,6 @@ final class Source implements BaseModel
#[Required('blockchain_offramp_transfer_instruction')]
public ?BlockchainOfframpTransferInstruction $blockchainOfframpTransferInstruction;

/**
* A Blockchain Off-Ramp Transfer Intention object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_offramp_transfer_intention`.
*/
#[Required('blockchain_offramp_transfer_intention')]
public ?BlockchainOfframpTransferIntention $blockchainOfframpTransferIntention;

/**
* A Blockchain On-Ramp Transfer Instruction object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_onramp_transfer_instruction`.
*/
Expand Down Expand Up @@ -192,7 +183,6 @@ final class Source implements BaseModel
* accountTransferInstruction: ...,
* achTransferInstruction: ...,
* blockchainOfframpTransferInstruction: ...,
* blockchainOfframpTransferIntention: ...,
* blockchainOnrampTransferInstruction: ...,
* cardAuthorization: ...,
* cardPushTransferInstruction: ...,
Expand All @@ -217,7 +207,6 @@ final class Source implements BaseModel
* ->withAccountTransferInstruction(...)
* ->withACHTransferInstruction(...)
* ->withBlockchainOfframpTransferInstruction(...)
* ->withBlockchainOfframpTransferIntention(...)
* ->withBlockchainOnrampTransferInstruction(...)
* ->withCardAuthorization(...)
* ->withCardPushTransferInstruction(...)
Expand Down Expand Up @@ -247,7 +236,6 @@ public function __construct()
* @param AccountTransferInstruction|AccountTransferInstructionShape|null $accountTransferInstruction
* @param ACHTransferInstruction|ACHTransferInstructionShape|null $achTransferInstruction
* @param BlockchainOfframpTransferInstruction|BlockchainOfframpTransferInstructionShape|null $blockchainOfframpTransferInstruction
* @param BlockchainOfframpTransferIntention|BlockchainOfframpTransferIntentionShape|null $blockchainOfframpTransferIntention
* @param BlockchainOnrampTransferInstruction|BlockchainOnrampTransferInstructionShape|null $blockchainOnrampTransferInstruction
* @param CardAuthorization|CardAuthorizationShape|null $cardAuthorization
* @param CardPushTransferInstruction|CardPushTransferInstructionShape|null $cardPushTransferInstruction
Expand All @@ -267,7 +255,6 @@ public static function with(
AccountTransferInstruction|array|null $accountTransferInstruction,
ACHTransferInstruction|array|null $achTransferInstruction,
BlockchainOfframpTransferInstruction|array|null $blockchainOfframpTransferInstruction,
BlockchainOfframpTransferIntention|array|null $blockchainOfframpTransferIntention,
BlockchainOnrampTransferInstruction|array|null $blockchainOnrampTransferInstruction,
CardAuthorization|array|null $cardAuthorization,
CardPushTransferInstruction|array|null $cardPushTransferInstruction,
Expand All @@ -288,7 +275,6 @@ public static function with(
$self['accountTransferInstruction'] = $accountTransferInstruction;
$self['achTransferInstruction'] = $achTransferInstruction;
$self['blockchainOfframpTransferInstruction'] = $blockchainOfframpTransferInstruction;
$self['blockchainOfframpTransferIntention'] = $blockchainOfframpTransferIntention;
$self['blockchainOnrampTransferInstruction'] = $blockchainOnrampTransferInstruction;
$self['cardAuthorization'] = $cardAuthorization;
$self['cardPushTransferInstruction'] = $cardPushTransferInstruction;
Expand Down Expand Up @@ -349,20 +335,6 @@ public function withBlockchainOfframpTransferInstruction(
return $self;
}

/**
* A Blockchain Off-Ramp Transfer Intention object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_offramp_transfer_intention`.
*
* @param BlockchainOfframpTransferIntention|BlockchainOfframpTransferIntentionShape|null $blockchainOfframpTransferIntention
*/
public function withBlockchainOfframpTransferIntention(
BlockchainOfframpTransferIntention|array|null $blockchainOfframpTransferIntention,
): self {
$self = clone $this;
$self['blockchainOfframpTransferIntention'] = $blockchainOfframpTransferIntention;

return $self;
}

/**
* A Blockchain On-Ramp Transfer Instruction object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_onramp_transfer_instruction`.
*
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ enum Category: string

case BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION = 'blockchain_offramp_transfer_instruction';

case BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION = 'blockchain_offramp_transfer_intention';

case OTHER = 'other';
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ enum In: string

case BLOCKCHAIN_OFFRAMP_TRANSFER_INSTRUCTION = 'blockchain_offramp_transfer_instruction';

case BLOCKCHAIN_OFFRAMP_TRANSFER_INTENTION = 'blockchain_offramp_transfer_intention';

case OTHER = 'other';
}
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.25.0';
const VERSION = '0.26.0';
// x-release-please-end