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.381.0"
".": "0.382.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: 228
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-04156469b84df056ff40f1cd402b851af019c7433591a072e02f90f3bd5e5d62.yml
openapi_spec_hash: c3ff2c35ac0bdadd4290ad7f063deb5e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f55c7bc0881d1c7bcc906156155a0e43c6b8866050f778db3befebe14d42208f.yml
openapi_spec_hash: 78c5274b08b5e7ae5e16da80d733bc10
config_hash: eb2035151c7b49c2f12caf55469b8f9a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.382.0 (2025-11-05)

Full Changelog: [v0.381.0...v0.382.0](https://github.com/Increase/increase-python/compare/v0.381.0...v0.382.0)

### Features

* **api:** api update ([f21d519](https://github.com/Increase/increase-python/commit/f21d519ccc3fce65c456b1c1f4e52e0e4805c9d9))

## 0.381.0 (2025-11-05)

Full Changelog: [v0.380.0...v0.381.0](https://github.com/Increase/increase-python/compare/v0.380.0...v0.381.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.381.0"
version = "0.382.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.381.0" # x-release-please-version
__version__ = "0.382.0" # x-release-please-version
7 changes: 1 addition & 6 deletions src/increase/types/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,11 @@ class Account(BaseModel):
was created.
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the Account
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down
7 changes: 1 addition & 6 deletions src/increase/types/account_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,11 @@ class AccountTransfer(BaseModel):
created_by: Optional[CreatedBy] = None
"""What object created the transfer, either via the API or the dashboard."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down
14 changes: 2 additions & 12 deletions src/increase/types/ach_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,11 @@ class InboundFundsHold(BaseModel):
was created.
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the hold's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -705,16 +700,11 @@ class ACHTransfer(BaseModel):
created_by: Optional[CreatedBy] = None
"""What object created the transfer, either via the API or the dashboard."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
currency. For ACH transfers this is always equal to `usd`.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down
98 changes: 14 additions & 84 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,16 +758,11 @@ class ElementCardAuthorization(BaseModel):
card_payment_id: str
"""The ID of the Card Payment this transaction belongs to."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
transaction's currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -932,16 +927,11 @@ class ElementCardAuthorizationExpiration(BaseModel):
card_authorization_id: str
"""The identifier for the Card Authorization this reverses."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the reversal's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -1420,16 +1410,11 @@ class ElementCardDecline(BaseModel):
card_payment_id: str
"""The ID of the Card Payment this transaction belongs to."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the destination
account currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -2109,16 +2094,11 @@ class ElementCardFinancial(BaseModel):
card_payment_id: str
"""The ID of the Card Payment this transaction belongs to."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
transaction's currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -2304,16 +2284,11 @@ class ElementCardFuelConfirmation(BaseModel):
card_authorization_id: str
"""The identifier for the Card Authorization this updates."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the increment's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -2600,16 +2575,11 @@ class ElementCardIncrement(BaseModel):
card_authorization_id: str
"""The identifier for the Card Authorization this increments."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the increment's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -2684,14 +2654,9 @@ class ElementCardRefundCashback(BaseModel):
settlements) and a negative number if it will be debited (e.g., refunds).
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the cashback.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand All @@ -2708,16 +2673,11 @@ class ElementCardRefundInterchange(BaseModel):
code: Optional[str] = None
"""The card network specific interchange code."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
reimbursement.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -3171,16 +3131,11 @@ class ElementCardRefund(BaseModel):
Cashback is paid out in aggregate, monthly.
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
transaction's settlement currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -3285,16 +3240,11 @@ class ElementCardReversal(BaseModel):
card_authorization_id: str
"""The identifier for the Card Authorization this reverses."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the reversal's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -3421,14 +3371,9 @@ class ElementCardSettlementCashback(BaseModel):
settlements) and a negative number if it will be debited (e.g., refunds).
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the cashback.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand All @@ -3445,16 +3390,11 @@ class ElementCardSettlementInterchange(BaseModel):
code: Optional[str] = None
"""The card network specific interchange code."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the interchange
reimbursement.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -3927,16 +3867,11 @@ class ElementCardSettlement(BaseModel):
Cashback is paid out in aggregate, monthly.
"""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
transaction's settlement currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down Expand Up @@ -4462,16 +4397,11 @@ class ElementCardValidation(BaseModel):
card_payment_id: str
"""The ID of the Card Payment this transaction belongs to."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
transaction's currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down
7 changes: 1 addition & 6 deletions src/increase/types/card_push_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,16 +337,11 @@ class CardPushTransfer(BaseModel):
created_by: Optional[CreatedBy] = None
"""What object created the transfer, either via the API or the dashboard."""

currency: Literal["CAD", "CHF", "EUR", "GBP", "JPY", "USD"]
currency: Literal["USD"]
"""
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
currency.

- `CAD` - Canadian Dollar (CAD)
- `CHF` - Swiss Franc (CHF)
- `EUR` - Euro (EUR)
- `GBP` - British Pound (GBP)
- `JPY` - Japanese Yen (JPY)
- `USD` - US Dollar (USD)
"""

Expand Down
Loading