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.405.0"
".": "0.406.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-979679fb897563997cb8d20590ac73729287354524a0c2579f4dfd41fa8b63d9.yml
openapi_spec_hash: 22eae96401c4a0de1d135e18133924d1
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-db504b55f81ac4d64ccbfc4d2fecdd346b2a671da840afd3b47fd499ea52e640.yml
openapi_spec_hash: 06d1e20101565b4c8ba616cfa84fbfdd
config_hash: b6f365add90e618b2174634df140826e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.406.0 (2025-12-06)

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

### Features

* **api:** api update ([3a976ac](https://github.com/Increase/increase-python/commit/3a976ac5931c1d7f71e9575c0f3f455b26b09bfc))

## 0.405.0 (2025-12-05)

Full Changelog: [v0.404.0...v0.405.0](https://github.com/Increase/increase-python/compare/v0.404.0...v0.405.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.405.0"
version = "0.406.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.405.0" # x-release-please-version
__version__ = "0.406.0" # x-release-please-version
9 changes: 9 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ class ElementCardAuthorization(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -883,6 +884,8 @@ class ElementCardAuthorization(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down Expand Up @@ -1515,6 +1518,7 @@ class ElementCardDecline(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -1537,6 +1541,8 @@ class ElementCardDecline(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down Expand Up @@ -2188,6 +2194,7 @@ class ElementCardFinancial(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -2210,6 +2217,8 @@ class ElementCardFinancial(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ class SourceCardDecline(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -709,6 +710,8 @@ class SourceCardDecline(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ class SourceCardAuthorization(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -664,6 +665,8 @@ class SourceCardAuthorization(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ class CardAuthorization(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -722,6 +723,8 @@ class CardAuthorization(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class ProcessingCategory(TypedDict, total=False):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
]
]
"""
Expand All @@ -219,6 +220,8 @@ class ProcessingCategory(TypedDict, total=False):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
"""

refund: ProcessingCategoryRefund
Expand Down
3 changes: 3 additions & 0 deletions src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,7 @@ class SourceCardFinancial(BaseModel):
"quasi_cash",
"refund",
"cash_disbursement",
"balance_inquiry",
"unknown",
]
"""
Expand All @@ -1146,6 +1147,8 @@ class SourceCardFinancial(BaseModel):
voucher authorization, where funds are credited to the cardholder.
- `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
from an ATM or a point of sale.
- `balance_inquiry` - A balance inquiry transaction is used to check the balance
of an account associated with a card.
- `unknown` - The processing category is unknown.
"""

Expand Down