From 84f7b44d938ed499b65951a5deacc2518dbc24d2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:36:30 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fbae033..df6a165 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml -openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml +openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d config_hash: 4b562e97b3d8b4cba758a87d4927a76d From 0fb6a231f20f3221b55736bc68e5935995e0e9a2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:26 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- src/ACHTransfers/ACHTransfer.php | 4 ++-- src/ACHTransfers/ACHTransfer/Submission.php | 4 ++-- src/AccountStatements/AccountStatement.php | 4 ++-- src/BookkeepingAccounts/BookkeepingBalanceLookup.php | 2 +- src/BookkeepingEntries/BookkeepingEntry.php | 4 ++-- src/CardPayments/CardPayment/Element.php | 12 ++++++------ .../CardPayment/Element/CardAuthorization.php | 2 +- .../CardPayment/Element/CardFinancial.php | 2 +- src/CardPayments/CardPayment/Element/CardRefund.php | 6 +++--- .../CardPayment/Element/CardRefund/Interchange.php | 2 +- .../CardPayment/Element/CardSettlement.php | 4 ++-- .../CardPayment/Element/CardSettlement/Surcharge.php | 2 +- .../CardPushTransfer/Submission.php | 4 ++-- src/DigitalCardProfiles/DigitalCardProfile.php | 4 ++-- src/FileLinks/FileLinkCreateParams.php | 4 ++-- .../InboundACHTransfer/NotificationOfChange.php | 4 ++-- src/InboundMailItems/InboundMailItemActionParams.php | 2 +- .../InboundWireDrawdownRequest.php | 4 ++-- .../PendingTransaction/Source.php | 4 ++-- .../PendingTransaction/Source/CardAuthorization.php | 2 +- src/PhysicalCardProfiles/PhysicalCardProfile.php | 4 ++-- src/ServiceContracts/FileLinksContract.php | 2 +- .../Simulations/CardIncrementsContract.php | 2 +- src/Services/FileLinksService.php | 2 +- src/Services/InboundMailItemsRawService.php | 2 +- src/Services/InboundMailItemsService.php | 2 +- src/Services/Simulations/ACHTransfersRawService.php | 2 +- src/Services/Simulations/ACHTransfersService.php | 2 +- src/Services/Simulations/CardIncrementsService.php | 2 +- .../DigitalWalletTokenRequestsRawService.php | 2 +- .../DigitalWalletTokenRequestsService.php | 2 +- .../CardIncrements/CardIncrementCreateParams.php | 4 ++-- .../DigitalWalletTokenRequestCreateParams.php | 2 +- src/Transactions/Transaction/Source.php | 8 ++++---- .../Transaction/Source/CardFinancial.php | 2 +- src/Transactions/Transaction/Source/CardRefund.php | 6 +++--- .../Transaction/Source/CardRefund/Interchange.php | 2 +- .../Transaction/Source/CardSettlement.php | 4 ++-- .../Transaction/Source/CardSettlement/Surcharge.php | 2 +- 40 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.stats.yml b/.stats.yml index df6a165..9bcba9d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml -openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml +openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9 config_hash: 4b562e97b3d8b4cba758a87d4927a76d diff --git a/src/ACHTransfers/ACHTransfer.php b/src/ACHTransfers/ACHTransfer.php index 8b98f73..16f83f7 100644 --- a/src/ACHTransfers/ACHTransfer.php +++ b/src/ACHTransfers/ACHTransfer.php @@ -227,7 +227,7 @@ enum: DestinationAccountHolder::class public ?string $individualID; /** - * The name of the transfer recipient. This value is information and not verified by the recipient's bank. + * The name of the transfer recipient. This value is informational and not verified by the recipient's bank. */ #[Required('individual_name')] public ?string $individualName; @@ -784,7 +784,7 @@ public function withIndividualID(?string $individualID): self } /** - * The name of the transfer recipient. This value is information and not verified by the recipient's bank. + * The name of the transfer recipient. This value is informational and not verified by the recipient's bank. */ public function withIndividualName(?string $individualName): self { diff --git a/src/ACHTransfers/ACHTransfer/Submission.php b/src/ACHTransfers/ACHTransfer/Submission.php index 41ac6d1..8faf930 100644 --- a/src/ACHTransfers/ACHTransfer/Submission.php +++ b/src/ACHTransfers/ACHTransfer/Submission.php @@ -39,7 +39,7 @@ final class Submission implements BaseModel public string $effectiveDate; /** - * When the transfer is expected to settle in the recipient's account. Credits may be available sooner, at the receiving banks discretion. The FedACH schedule is published [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). + * When the transfer is expected to settle in the recipient's account. Credits may be available sooner, at the receiving bank's discretion. The FedACH schedule is published [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). */ #[Required('expected_funds_settlement_at')] public \DateTimeInterface $expectedFundsSettlementAt; @@ -150,7 +150,7 @@ public function withEffectiveDate(string $effectiveDate): self } /** - * When the transfer is expected to settle in the recipient's account. Credits may be available sooner, at the receiving banks discretion. The FedACH schedule is published [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). + * When the transfer is expected to settle in the recipient's account. Credits may be available sooner, at the receiving bank's discretion. The FedACH schedule is published [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). */ public function withExpectedFundsSettlementAt( \DateTimeInterface $expectedFundsSettlementAt diff --git a/src/AccountStatements/AccountStatement.php b/src/AccountStatements/AccountStatement.php index 16dd584..61da5b0 100644 --- a/src/AccountStatements/AccountStatement.php +++ b/src/AccountStatements/AccountStatement.php @@ -52,7 +52,7 @@ final class AccountStatement implements BaseModel public \DateTimeInterface $createdAt; /** - * The Account's balance at the start of its statement period. + * The Account's balance at the end of its statement period. */ #[Required('ending_balance')] public int $endingBalance; @@ -205,7 +205,7 @@ public function withCreatedAt(\DateTimeInterface $createdAt): self } /** - * The Account's balance at the start of its statement period. + * The Account's balance at the end of its statement period. */ public function withEndingBalance(int $endingBalance): self { diff --git a/src/BookkeepingAccounts/BookkeepingBalanceLookup.php b/src/BookkeepingAccounts/BookkeepingBalanceLookup.php index 1ff5872..3f13723 100644 --- a/src/BookkeepingAccounts/BookkeepingBalanceLookup.php +++ b/src/BookkeepingAccounts/BookkeepingBalanceLookup.php @@ -10,7 +10,7 @@ use Increase\Core\Contracts\BaseModel; /** - * Represents a request to lookup the balance of an Bookkeeping Account at a given point in time. + * Represents a request to lookup the balance of a Bookkeeping Account at a given point in time. * * @phpstan-type BookkeepingBalanceLookupShape = array{ * balance: int, bookkeepingAccountID: string, type: Type|value-of diff --git a/src/BookkeepingEntries/BookkeepingEntry.php b/src/BookkeepingEntries/BookkeepingEntry.php index 00a92d2..31aecb0 100644 --- a/src/BookkeepingEntries/BookkeepingEntry.php +++ b/src/BookkeepingEntries/BookkeepingEntry.php @@ -51,7 +51,7 @@ final class BookkeepingEntry implements BaseModel public \DateTimeInterface $createdAt; /** - * The identifier for the Account the Entry belongs to. + * The identifier for the Entry Set the Entry belongs to. */ #[Required('entry_set_id')] public string $entrySetID; @@ -168,7 +168,7 @@ public function withCreatedAt(\DateTimeInterface $createdAt): self } /** - * The identifier for the Account the Entry belongs to. + * The identifier for the Entry Set the Entry belongs to. */ public function withEntrySetID(string $entrySetID): self { diff --git a/src/CardPayments/CardPayment/Element.php b/src/CardPayments/CardPayment/Element.php index 5a28d56..e7b5361 100644 --- a/src/CardPayments/CardPayment/Element.php +++ b/src/CardPayments/CardPayment/Element.php @@ -82,7 +82,7 @@ final class Element implements BaseModel public ?CardAuthentication $cardAuthentication; /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. */ #[Optional('card_authorization', nullable: true)] public ?CardAuthorization $cardAuthorization; @@ -106,7 +106,7 @@ final class Element implements BaseModel public ?CardDecline $cardDecline; /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. */ #[Optional('card_financial', nullable: true)] public ?CardFinancial $cardFinancial; @@ -124,7 +124,7 @@ final class Element implements BaseModel public ?CardIncrement $cardIncrement; /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. */ #[Optional('card_refund', nullable: true)] public ?CardRefund $cardRefund; @@ -270,7 +270,7 @@ public function withCardAuthentication( } /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @param CardAuthorization|CardAuthorizationShape|null $cardAuthorization */ @@ -325,7 +325,7 @@ public function withCardDecline(CardDecline|array|null $cardDecline): self } /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @param CardFinancial|CardFinancialShape|null $cardFinancial */ @@ -367,7 +367,7 @@ public function withCardIncrement( } /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. * * @param CardRefund|CardRefundShape|null $cardRefund */ diff --git a/src/CardPayments/CardPayment/Element/CardAuthorization.php b/src/CardPayments/CardPayment/Element/CardAuthorization.php index c9b3863..e5c22d3 100644 --- a/src/CardPayments/CardPayment/Element/CardAuthorization.php +++ b/src/CardPayments/CardPayment/Element/CardAuthorization.php @@ -18,7 +18,7 @@ use Increase\Core\Contracts\BaseModel; /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @phpstan-import-type AdditionalAmountsShape from \Increase\CardPayments\CardPayment\Element\CardAuthorization\AdditionalAmounts * @phpstan-import-type NetworkDetailsShape from \Increase\CardPayments\CardPayment\Element\CardAuthorization\NetworkDetails diff --git a/src/CardPayments/CardPayment/Element/CardFinancial.php b/src/CardPayments/CardPayment/Element/CardFinancial.php index b8526ec..7e7bf43 100644 --- a/src/CardPayments/CardPayment/Element/CardFinancial.php +++ b/src/CardPayments/CardPayment/Element/CardFinancial.php @@ -18,7 +18,7 @@ use Increase\Core\Contracts\BaseModel; /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @phpstan-import-type AdditionalAmountsShape from \Increase\CardPayments\CardPayment\Element\CardFinancial\AdditionalAmounts * @phpstan-import-type NetworkDetailsShape from \Increase\CardPayments\CardPayment\Element\CardFinancial\NetworkDetails diff --git a/src/CardPayments/CardPayment/Element/CardRefund.php b/src/CardPayments/CardPayment/Element/CardRefund.php index b3e9a3a..020937c 100644 --- a/src/CardPayments/CardPayment/Element/CardRefund.php +++ b/src/CardPayments/CardPayment/Element/CardRefund.php @@ -15,7 +15,7 @@ use Increase\Core\Contracts\BaseModel; /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. * * @phpstan-import-type CashbackShape from \Increase\CardPayments\CardPayment\Element\CardRefund\Cashback * @phpstan-import-type InterchangeShape from \Increase\CardPayments\CardPayment\Element\CardRefund\Interchange @@ -82,7 +82,7 @@ final class CardRefund implements BaseModel public string $currency; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ #[Required] public ?Interchange $interchange; @@ -343,7 +343,7 @@ public function withCurrency(Currency|string $currency): self } /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. * * @param Interchange|InterchangeShape|null $interchange */ diff --git a/src/CardPayments/CardPayment/Element/CardRefund/Interchange.php b/src/CardPayments/CardPayment/Element/CardRefund/Interchange.php index 6649b4c..e27c1af 100644 --- a/src/CardPayments/CardPayment/Element/CardRefund/Interchange.php +++ b/src/CardPayments/CardPayment/Element/CardRefund/Interchange.php @@ -10,7 +10,7 @@ use Increase\Core\Contracts\BaseModel; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. * * @phpstan-type InterchangeShape = array{ * amount: string, diff --git a/src/CardPayments/CardPayment/Element/CardSettlement.php b/src/CardPayments/CardPayment/Element/CardSettlement.php index 57db3ea..762a334 100644 --- a/src/CardPayments/CardPayment/Element/CardSettlement.php +++ b/src/CardPayments/CardPayment/Element/CardSettlement.php @@ -181,7 +181,7 @@ final class CardSettlement implements BaseModel public ?PurchaseDetails $purchaseDetails; /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). */ #[Required] public ?Surcharge $surcharge; @@ -570,7 +570,7 @@ public function withPurchaseDetails( } /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). * * @param Surcharge|SurchargeShape|null $surcharge */ diff --git a/src/CardPayments/CardPayment/Element/CardSettlement/Surcharge.php b/src/CardPayments/CardPayment/Element/CardSettlement/Surcharge.php index b33344b..d5a3109 100644 --- a/src/CardPayments/CardPayment/Element/CardSettlement/Surcharge.php +++ b/src/CardPayments/CardPayment/Element/CardSettlement/Surcharge.php @@ -9,7 +9,7 @@ use Increase\Core\Contracts\BaseModel; /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). * * @phpstan-type SurchargeShape = array{amount: int, presentmentAmount: int} */ diff --git a/src/CardPushTransfers/CardPushTransfer/Submission.php b/src/CardPushTransfers/CardPushTransfer/Submission.php index 28d88bd..ce7f939 100644 --- a/src/CardPushTransfers/CardPushTransfer/Submission.php +++ b/src/CardPushTransfers/CardPushTransfer/Submission.php @@ -36,7 +36,7 @@ final class Submission implements BaseModel public string $senderReference; /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to card network. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to the card network. */ #[Required('submitted_at')] public \DateTimeInterface $submittedAt; @@ -120,7 +120,7 @@ public function withSenderReference(string $senderReference): self } /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to card network. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to the card network. */ public function withSubmittedAt(\DateTimeInterface $submittedAt): self { diff --git a/src/DigitalCardProfiles/DigitalCardProfile.php b/src/DigitalCardProfiles/DigitalCardProfile.php index 91ce153..710f350 100644 --- a/src/DigitalCardProfiles/DigitalCardProfile.php +++ b/src/DigitalCardProfiles/DigitalCardProfile.php @@ -81,7 +81,7 @@ final class DigitalCardProfile implements BaseModel public ?string $contactWebsite; /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card Dispute was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Digital Card Profile was created. */ #[Required('created_at')] public \DateTimeInterface $createdAt; @@ -298,7 +298,7 @@ public function withContactWebsite(?string $contactWebsite): self } /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card Dispute was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Digital Card Profile was created. */ public function withCreatedAt(\DateTimeInterface $createdAt): self { diff --git a/src/FileLinks/FileLinkCreateParams.php b/src/FileLinks/FileLinkCreateParams.php index 0d2b7b0..063aa57 100644 --- a/src/FileLinks/FileLinkCreateParams.php +++ b/src/FileLinks/FileLinkCreateParams.php @@ -32,7 +32,7 @@ final class FileLinkCreateParams implements BaseModel public string $fileID; /** - * The time at which the File Link will expire. The default is 1 hour from the time of the request. The maxiumum is 1 day from the time of the request. + * The time at which the File Link will expire. The default is 1 hour from the time of the request. The maximum is 1 day from the time of the request. */ #[Optional('expires_at')] public ?\DateTimeInterface $expiresAt; @@ -86,7 +86,7 @@ public function withFileID(string $fileID): self } /** - * The time at which the File Link will expire. The default is 1 hour from the time of the request. The maxiumum is 1 day from the time of the request. + * The time at which the File Link will expire. The default is 1 hour from the time of the request. The maximum is 1 day from the time of the request. */ public function withExpiresAt(\DateTimeInterface $expiresAt): self { diff --git a/src/InboundACHTransfers/InboundACHTransfer/NotificationOfChange.php b/src/InboundACHTransfers/InboundACHTransfer/NotificationOfChange.php index d764303..eaab0a3 100644 --- a/src/InboundACHTransfers/InboundACHTransfer/NotificationOfChange.php +++ b/src/InboundACHTransfers/InboundACHTransfer/NotificationOfChange.php @@ -27,7 +27,7 @@ final class NotificationOfChange implements BaseModel public ?string $updatedAccountNumber; /** - * The new account number provided in the notification of change. + * The new routing number provided in the notification of change. */ #[Required('updated_routing_number')] public ?string $updatedRoutingNumber; @@ -83,7 +83,7 @@ public function withUpdatedAccountNumber( } /** - * The new account number provided in the notification of change. + * The new routing number provided in the notification of change. */ public function withUpdatedRoutingNumber( ?string $updatedRoutingNumber diff --git a/src/InboundMailItems/InboundMailItemActionParams.php b/src/InboundMailItems/InboundMailItemActionParams.php index 204a5f3..b549dd0 100644 --- a/src/InboundMailItems/InboundMailItemActionParams.php +++ b/src/InboundMailItems/InboundMailItemActionParams.php @@ -11,7 +11,7 @@ use Increase\InboundMailItems\InboundMailItemActionParams\Check; /** - * Action a Inbound Mail Item. + * Action an Inbound Mail Item. * * @see Increase\Services\InboundMailItemsService::action() * diff --git a/src/InboundWireDrawdownRequests/InboundWireDrawdownRequest.php b/src/InboundWireDrawdownRequests/InboundWireDrawdownRequest.php index 17697fc..50aa9c4 100644 --- a/src/InboundWireDrawdownRequests/InboundWireDrawdownRequest.php +++ b/src/InboundWireDrawdownRequests/InboundWireDrawdownRequest.php @@ -54,7 +54,7 @@ final class InboundWireDrawdownRequest implements BaseModel public int $amount; /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown requested was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown request was created. */ #[Required('created_at')] public \DateTimeInterface $createdAt; @@ -311,7 +311,7 @@ public function withAmount(int $amount): self } /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown requested was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown request was created. */ public function withCreatedAt(\DateTimeInterface $createdAt): self { diff --git a/src/PendingTransactions/PendingTransaction/Source.php b/src/PendingTransactions/PendingTransaction/Source.php index 2208349..5007cf6 100644 --- a/src/PendingTransactions/PendingTransaction/Source.php +++ b/src/PendingTransactions/PendingTransaction/Source.php @@ -102,7 +102,7 @@ final class Source implements BaseModel public ?BlockchainOnrampTransferInstruction $blockchainOnrampTransferInstruction; /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. */ #[Optional('card_authorization', nullable: true)] public ?CardAuthorization $cardAuthorization; @@ -330,7 +330,7 @@ public function withBlockchainOnrampTransferInstruction( } /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @param CardAuthorization|CardAuthorizationShape|null $cardAuthorization */ diff --git a/src/PendingTransactions/PendingTransaction/Source/CardAuthorization.php b/src/PendingTransactions/PendingTransaction/Source/CardAuthorization.php index c78b145..16e5d62 100644 --- a/src/PendingTransactions/PendingTransaction/Source/CardAuthorization.php +++ b/src/PendingTransactions/PendingTransaction/Source/CardAuthorization.php @@ -18,7 +18,7 @@ use Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization\Verification; /** - * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Authorization object. This field will be present in the JSON response if and only if `category` is equal to `card_authorization`. Card Authorizations are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @phpstan-import-type AdditionalAmountsShape from \Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization\AdditionalAmounts * @phpstan-import-type NetworkDetailsShape from \Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization\NetworkDetails diff --git a/src/PhysicalCardProfiles/PhysicalCardProfile.php b/src/PhysicalCardProfiles/PhysicalCardProfile.php index 6d800e2..0797214 100644 --- a/src/PhysicalCardProfiles/PhysicalCardProfile.php +++ b/src/PhysicalCardProfiles/PhysicalCardProfile.php @@ -60,7 +60,7 @@ final class PhysicalCardProfile implements BaseModel public ?string $contactPhone; /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card Dispute was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Card Profile was created. */ #[Required('created_at')] public \DateTimeInterface $createdAt; @@ -253,7 +253,7 @@ public function withContactPhone(?string $contactPhone): self } /** - * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Card Dispute was created. + * The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Card Profile was created. */ public function withCreatedAt(\DateTimeInterface $createdAt): self { diff --git a/src/ServiceContracts/FileLinksContract.php b/src/ServiceContracts/FileLinksContract.php index 3dfccda..e24a735 100644 --- a/src/ServiceContracts/FileLinksContract.php +++ b/src/ServiceContracts/FileLinksContract.php @@ -17,7 +17,7 @@ interface FileLinksContract * @api * * @param string $fileID the File to create a File Link for - * @param \DateTimeInterface $expiresAt The time at which the File Link will expire. The default is 1 hour from the time of the request. The maxiumum is 1 day from the time of the request. + * @param \DateTimeInterface $expiresAt The time at which the File Link will expire. The default is 1 hour from the time of the request. The maximum is 1 day from the time of the request. * @param RequestOpts|null $requestOptions * * @throws APIException diff --git a/src/ServiceContracts/Simulations/CardIncrementsContract.php b/src/ServiceContracts/Simulations/CardIncrementsContract.php index e7ca7b1..55c111a 100644 --- a/src/ServiceContracts/Simulations/CardIncrementsContract.php +++ b/src/ServiceContracts/Simulations/CardIncrementsContract.php @@ -17,7 +17,7 @@ interface CardIncrementsContract * @api * * @param int $amount the amount of the increment in minor units in the card authorization's currency - * @param string $cardPaymentID the identifier of the Card Payment to create a increment on + * @param string $cardPaymentID the identifier of the Card Payment to create an increment on * @param string $eventSubscriptionID The identifier of the Event Subscription to use. If provided, will override the default real time event subscription. Because you can only create one real time decision event subscription, you can use this field to route events to any specified event subscription for testing purposes. * @param RequestOpts|null $requestOptions * diff --git a/src/Services/FileLinksService.php b/src/Services/FileLinksService.php index fc4e4dc..0c9e96b 100644 --- a/src/Services/FileLinksService.php +++ b/src/Services/FileLinksService.php @@ -35,7 +35,7 @@ public function __construct(private Client $client) * Create a File Link * * @param string $fileID the File to create a File Link for - * @param \DateTimeInterface $expiresAt The time at which the File Link will expire. The default is 1 hour from the time of the request. The maxiumum is 1 day from the time of the request. + * @param \DateTimeInterface $expiresAt The time at which the File Link will expire. The default is 1 hour from the time of the request. The maximum is 1 day from the time of the request. * @param RequestOpts|null $requestOptions * * @throws APIException diff --git a/src/Services/InboundMailItemsRawService.php b/src/Services/InboundMailItemsRawService.php index 06fee94..9b2d2ba 100644 --- a/src/Services/InboundMailItemsRawService.php +++ b/src/Services/InboundMailItemsRawService.php @@ -98,7 +98,7 @@ public function list( /** * @api * - * Action a Inbound Mail Item + * Action an Inbound Mail Item * * @param string $inboundMailItemID the identifier of the Inbound Mail Item to action * @param array{checks: list}|InboundMailItemActionParams $params diff --git a/src/Services/InboundMailItemsService.php b/src/Services/InboundMailItemsService.php index c3a3756..b012b44 100644 --- a/src/Services/InboundMailItemsService.php +++ b/src/Services/InboundMailItemsService.php @@ -94,7 +94,7 @@ public function list( /** * @api * - * Action a Inbound Mail Item + * Action an Inbound Mail Item * * @param string $inboundMailItemID the identifier of the Inbound Mail Item to action * @param list $checks the actions to perform on the Inbound Mail Item diff --git a/src/Services/Simulations/ACHTransfersRawService.php b/src/Services/Simulations/ACHTransfersRawService.php index 5a789da..d859a9a 100644 --- a/src/Services/Simulations/ACHTransfersRawService.php +++ b/src/Services/Simulations/ACHTransfersRawService.php @@ -31,7 +31,7 @@ public function __construct(private Client $client) {} /** * @api * - * Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve. This transfer must first have a `status` of `submitted` . In production, the Federal Reserve generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgment subresource to the ACH Transfer. + * Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve. This transfer must first have a `status` of `submitted`. In production, the Federal Reserve generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgement subresource to the ACH Transfer. * * @param string $achTransferID the identifier of the ACH Transfer you wish to become acknowledged * @param RequestOpts|null $requestOptions diff --git a/src/Services/Simulations/ACHTransfersService.php b/src/Services/Simulations/ACHTransfersService.php index 7095033..d7840c2 100644 --- a/src/Services/Simulations/ACHTransfersService.php +++ b/src/Services/Simulations/ACHTransfersService.php @@ -35,7 +35,7 @@ public function __construct(private Client $client) /** * @api * - * Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve. This transfer must first have a `status` of `submitted` . In production, the Federal Reserve generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgment subresource to the ACH Transfer. + * Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the Federal Reserve. This transfer must first have a `status` of `submitted`. In production, the Federal Reserve generally acknowledges submitted ACH files within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal Reserve, this endpoint allows you to skip that delay and add the acknowledgement subresource to the ACH Transfer. * * @param string $achTransferID the identifier of the ACH Transfer you wish to become acknowledged * @param RequestOpts|null $requestOptions diff --git a/src/Services/Simulations/CardIncrementsService.php b/src/Services/Simulations/CardIncrementsService.php index 848b54d..9935b2c 100644 --- a/src/Services/Simulations/CardIncrementsService.php +++ b/src/Services/Simulations/CardIncrementsService.php @@ -35,7 +35,7 @@ public function __construct(private Client $client) * Simulates the increment of an authorization by a card acquirer. An authorization can be incremented multiple times. * * @param int $amount the amount of the increment in minor units in the card authorization's currency - * @param string $cardPaymentID the identifier of the Card Payment to create a increment on + * @param string $cardPaymentID the identifier of the Card Payment to create an increment on * @param string $eventSubscriptionID The identifier of the Event Subscription to use. If provided, will override the default real time event subscription. Because you can only create one real time decision event subscription, you can use this field to route events to any specified event subscription for testing purposes. * @param RequestOpts|null $requestOptions * diff --git a/src/Services/Simulations/DigitalWalletTokenRequestsRawService.php b/src/Services/Simulations/DigitalWalletTokenRequestsRawService.php index 6c60340..de9c138 100644 --- a/src/Services/Simulations/DigitalWalletTokenRequestsRawService.php +++ b/src/Services/Simulations/DigitalWalletTokenRequestsRawService.php @@ -26,7 +26,7 @@ public function __construct(private Client $client) {} /** * @api * - * Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. + * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay. * * @param array{cardID: string}|DigitalWalletTokenRequestCreateParams $params * @param RequestOpts|null $requestOptions diff --git a/src/Services/Simulations/DigitalWalletTokenRequestsService.php b/src/Services/Simulations/DigitalWalletTokenRequestsService.php index bebf0be..d8ec51c 100644 --- a/src/Services/Simulations/DigitalWalletTokenRequestsService.php +++ b/src/Services/Simulations/DigitalWalletTokenRequestsService.php @@ -32,7 +32,7 @@ public function __construct(private Client $client) /** * @api * - * Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. + * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay. * * @param string $cardID the identifier of the Card to be authorized * @param RequestOpts|null $requestOptions diff --git a/src/Simulations/CardIncrements/CardIncrementCreateParams.php b/src/Simulations/CardIncrements/CardIncrementCreateParams.php index 3142843..9c98e0e 100644 --- a/src/Simulations/CardIncrements/CardIncrementCreateParams.php +++ b/src/Simulations/CardIncrements/CardIncrementCreateParams.php @@ -32,7 +32,7 @@ final class CardIncrementCreateParams implements BaseModel public int $amount; /** - * The identifier of the Card Payment to create a increment on. + * The identifier of the Card Payment to create an increment on. */ #[Required('card_payment_id')] public string $cardPaymentID; @@ -94,7 +94,7 @@ public function withAmount(int $amount): self } /** - * The identifier of the Card Payment to create a increment on. + * The identifier of the Card Payment to create an increment on. */ public function withCardPaymentID(string $cardPaymentID): self { diff --git a/src/Simulations/DigitalWalletTokenRequests/DigitalWalletTokenRequestCreateParams.php b/src/Simulations/DigitalWalletTokenRequests/DigitalWalletTokenRequestCreateParams.php index b6d275a..0dc2ced 100644 --- a/src/Simulations/DigitalWalletTokenRequests/DigitalWalletTokenRequestCreateParams.php +++ b/src/Simulations/DigitalWalletTokenRequests/DigitalWalletTokenRequestCreateParams.php @@ -10,7 +10,7 @@ use Increase\Core\Contracts\BaseModel; /** - * Simulates a user attempting add a [Card](#cards) to a digital wallet such as Apple Pay. + * Simulates a user attempting to add a [Card](#cards) to a digital wallet such as Apple Pay. * * @see Increase\Services\Simulations\DigitalWalletTokenRequestsService::create() * diff --git a/src/Transactions/Transaction/Source.php b/src/Transactions/Transaction/Source.php index 0162fe2..52180ce 100644 --- a/src/Transactions/Transaction/Source.php +++ b/src/Transactions/Transaction/Source.php @@ -206,7 +206,7 @@ final class Source implements BaseModel public ?CardDisputeLoss $cardDisputeLoss; /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. */ #[Optional('card_financial', nullable: true)] public ?CardFinancial $cardFinancial; @@ -218,7 +218,7 @@ final class Source implements BaseModel public ?CardPushTransferAcceptance $cardPushTransferAcceptance; /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. */ #[Optional('card_refund', nullable: true)] public ?CardRefund $cardRefund; @@ -681,7 +681,7 @@ public function withCardDisputeLoss( } /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @param CardFinancial|CardFinancialShape|null $cardFinancial */ @@ -709,7 +709,7 @@ public function withCardPushTransferAcceptance( } /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. * * @param CardRefund|CardRefundShape|null $cardRefund */ diff --git a/src/Transactions/Transaction/Source/CardFinancial.php b/src/Transactions/Transaction/Source/CardFinancial.php index cec7673..d7f6ad4 100644 --- a/src/Transactions/Transaction/Source/CardFinancial.php +++ b/src/Transactions/Transaction/Source/CardFinancial.php @@ -18,7 +18,7 @@ use Increase\Transactions\Transaction\Source\CardFinancial\Verification; /** - * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customers funds with the intent to later clear a transaction. + * A Card Financial object. This field will be present in the JSON response if and only if `category` is equal to `card_financial`. Card Financials are temporary holds placed on a customer's funds with the intent to later clear a transaction. * * @phpstan-import-type AdditionalAmountsShape from \Increase\Transactions\Transaction\Source\CardFinancial\AdditionalAmounts * @phpstan-import-type NetworkDetailsShape from \Increase\Transactions\Transaction\Source\CardFinancial\NetworkDetails diff --git a/src/Transactions/Transaction/Source/CardRefund.php b/src/Transactions/Transaction/Source/CardRefund.php index f26c2da..870fcf4 100644 --- a/src/Transactions/Transaction/Source/CardRefund.php +++ b/src/Transactions/Transaction/Source/CardRefund.php @@ -15,7 +15,7 @@ use Increase\Transactions\Transaction\Source\CardRefund\Type; /** - * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement an acquirer can also refund money directly to a card without relation to a transaction. + * A Card Refund object. This field will be present in the JSON response if and only if `category` is equal to `card_refund`. Card Refunds move money back to the cardholder. While they are usually connected to a Card Settlement, an acquirer can also refund money directly to a card without relation to a transaction. * * @phpstan-import-type CashbackShape from \Increase\Transactions\Transaction\Source\CardRefund\Cashback * @phpstan-import-type InterchangeShape from \Increase\Transactions\Transaction\Source\CardRefund\Interchange @@ -82,7 +82,7 @@ final class CardRefund implements BaseModel public string $currency; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. */ #[Required] public ?Interchange $interchange; @@ -343,7 +343,7 @@ public function withCurrency(Currency|string $currency): self } /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. * * @param Interchange|InterchangeShape|null $interchange */ diff --git a/src/Transactions/Transaction/Source/CardRefund/Interchange.php b/src/Transactions/Transaction/Source/CardRefund/Interchange.php index ba3323d..51c35bf 100644 --- a/src/Transactions/Transaction/Source/CardRefund/Interchange.php +++ b/src/Transactions/Transaction/Source/CardRefund/Interchange.php @@ -10,7 +10,7 @@ use Increase\Transactions\Transaction\Source\CardRefund\Interchange\Currency; /** - * Interchange assessed as a part of this transaciton. + * Interchange assessed as a part of this transaction. * * @phpstan-type InterchangeShape = array{ * amount: string, diff --git a/src/Transactions/Transaction/Source/CardSettlement.php b/src/Transactions/Transaction/Source/CardSettlement.php index 85b822a..9db2a1d 100644 --- a/src/Transactions/Transaction/Source/CardSettlement.php +++ b/src/Transactions/Transaction/Source/CardSettlement.php @@ -181,7 +181,7 @@ final class CardSettlement implements BaseModel public ?PurchaseDetails $purchaseDetails; /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). */ #[Required] public ?Surcharge $surcharge; @@ -570,7 +570,7 @@ public function withPurchaseDetails( } /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). * * @param Surcharge|SurchargeShape|null $surcharge */ diff --git a/src/Transactions/Transaction/Source/CardSettlement/Surcharge.php b/src/Transactions/Transaction/Source/CardSettlement/Surcharge.php index f0168c9..ad6eb41 100644 --- a/src/Transactions/Transaction/Source/CardSettlement/Surcharge.php +++ b/src/Transactions/Transaction/Source/CardSettlement/Surcharge.php @@ -9,7 +9,7 @@ use Increase\Core\Contracts\BaseModel; /** - * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). + * Surcharge amount details, if applicable. The amount is positive if the surcharge is added to the overall transaction amount (surcharge), and negative if the surcharge is deducted from the overall transaction amount (discount). * * @phpstan-type SurchargeShape = array{amount: int, presentmentAmount: int} */ From fc984f49b25d23e08a847b9139ec82c75aca8744 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:42 +0000 Subject: [PATCH 3/3] release: 0.33.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f04d089..57dc0c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.33.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3b8a7..6f8457c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.33.0 (2026-02-14) + +Full Changelog: [v0.32.0...v0.33.0](https://github.com/Increase/increase-php/compare/v0.32.0...v0.33.0) + +### Features + +* **api:** api update ([0fb6a23](https://github.com/Increase/increase-php/commit/0fb6a231f20f3221b55736bc68e5935995e0e9a2)) + ## 0.32.0 (2026-02-10) Full Changelog: [v0.31.0...v0.32.0](https://github.com/Increase/increase-php/compare/v0.31.0...v0.32.0) diff --git a/README.md b/README.md index 229e9a2..1c8b8e1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.32.0" +composer require "increase/increase 0.33.0" ``` diff --git a/src/Version.php b/src/Version.php index 3030e6f..cfa4e06 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.32.0'; +const VERSION = '0.33.0'; // x-release-please-end