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.254.0"
".": "0.255.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: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8ba0a76a7d25f12b1aa44ebd3283129560f7a65c95a098ad89deeee6ea46c8a8.yml
openapi_spec_hash: 30519b66ae8c018865d8de252d6f5d2d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-96d05b8e37bf249bf8308adae52fd62efc5a37bf7dff2911bdfddb89c503bb30.yml
openapi_spec_hash: 35c0fded197228fc0680fe6ce04f6c82
config_hash: 97774f946585cecb19181a1817870d0b
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.255.0 (2025-06-25)

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

### Features

* **api:** api update ([27dece2](https://github.com/Increase/increase-python/commit/27dece27f460f4989ad115d116037dfd5e7a8ec6))
* **api:** api update ([2008cea](https://github.com/Increase/increase-python/commit/2008cead28cfe23a8ed33860dac3ad60e101ae57))

## 0.254.0 (2025-06-24)

Full Changelog: [v0.253.0...v0.254.0](https://github.com/Increase/increase-python/compare/v0.253.0...v0.254.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.254.0"
version = "0.255.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.254.0" # x-release-please-version
__version__ = "0.255.0" # x-release-please-version
10 changes: 10 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ class ElementCardAuthorization(BaseModel):
"purchase",
"quasi_cash",
"refund",
"cash_disbursement",
"unknown",
]
"""
The processing category describes the intent behind the authorization, such as
Expand All @@ -595,6 +597,9 @@ class ElementCardAuthorization(BaseModel):
be convertible to cash.
- `refund` - A refund card authorization, sometimes referred to as a credit
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.
- `unknown` - The processing category is unknown.
"""

real_time_decision_id: Optional[str] = None
Expand Down Expand Up @@ -997,6 +1002,8 @@ class ElementCardDecline(BaseModel):
"purchase",
"quasi_cash",
"refund",
"cash_disbursement",
"unknown",
]
"""
The processing category describes the intent behind the authorization, such as
Expand All @@ -1016,6 +1023,9 @@ class ElementCardDecline(BaseModel):
be convertible to cash.
- `refund` - A refund card authorization, sometimes referred to as a credit
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.
- `unknown` - The processing category is unknown.
"""

real_time_decision_id: Optional[str] = None
Expand Down
5 changes: 5 additions & 0 deletions src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ class SourceCardDecline(BaseModel):
"purchase",
"quasi_cash",
"refund",
"cash_disbursement",
"unknown",
]
"""
The processing category describes the intent behind the authorization, such as
Expand All @@ -469,6 +471,9 @@ class SourceCardDecline(BaseModel):
be convertible to cash.
- `refund` - A refund card authorization, sometimes referred to as a credit
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.
- `unknown` - The processing category is unknown.
"""

real_time_decision_id: Optional[str] = None
Expand Down
7 changes: 5 additions & 2 deletions src/increase/types/entity_create_beneficial_owner_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class BeneficialOwnerIndividualIdentificationOther(TypedDict, total=False):
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -93,7 +93,10 @@ class BeneficialOwnerIndividualIdentificationOther(TypedDict, total=False):

class BeneficialOwnerIndividualIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
document (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down
35 changes: 25 additions & 10 deletions src/increase/types/entity_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class CorporationBeneficialOwnerIndividualIdentificationOther(TypedDict, total=F
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -196,7 +196,10 @@ class CorporationBeneficialOwnerIndividualIdentificationOther(TypedDict, total=F

class CorporationBeneficialOwnerIndividualIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
document (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down Expand Up @@ -431,7 +434,7 @@ class JointIndividualIdentificationOther(TypedDict, total=False):
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -452,7 +455,10 @@ class JointIndividualIdentificationOther(TypedDict, total=False):

class JointIndividualIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
passport (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down Expand Up @@ -577,7 +583,7 @@ class NaturalPersonIdentificationOther(TypedDict, total=False):
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -598,7 +604,10 @@ class NaturalPersonIdentificationOther(TypedDict, total=False):

class NaturalPersonIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
passport (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down Expand Up @@ -753,7 +762,7 @@ class TrustTrusteeIndividualIdentificationOther(TypedDict, total=False):
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -774,7 +783,10 @@ class TrustTrusteeIndividualIdentificationOther(TypedDict, total=False):

class TrustTrusteeIndividualIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
passport (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down Expand Up @@ -905,7 +917,7 @@ class TrustGrantorIdentificationOther(TypedDict, total=False):
country: Required[str]
"""
The two-character ISO 3166-1 code representing the country that issued the
document.
document (e.g., `US`).
"""

description: Required[str]
Expand All @@ -926,7 +938,10 @@ class TrustGrantorIdentificationOther(TypedDict, total=False):

class TrustGrantorIdentificationPassport(TypedDict, total=False):
country: Required[str]
"""The country that issued the passport."""
"""
The two-character ISO 3166-1 code representing the country that issued the
passport (e.g., `US`).
"""

expiration_date: Required[Annotated[Union[str, date], PropertyInfo(format="iso8601")]]
"""The passport's expiration date in YYYY-MM-DD format."""
Expand Down
5 changes: 5 additions & 0 deletions src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ class SourceCardAuthorization(BaseModel):
"purchase",
"quasi_cash",
"refund",
"cash_disbursement",
"unknown",
]
"""
The processing category describes the intent behind the authorization, such as
Expand All @@ -423,6 +425,9 @@ class SourceCardAuthorization(BaseModel):
be convertible to cash.
- `refund` - A refund card authorization, sometimes referred to as a credit
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.
- `unknown` - The processing category is unknown.
"""

real_time_decision_id: Optional[str] = None
Expand Down
5 changes: 5 additions & 0 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ class CardAuthorization(BaseModel):
"purchase",
"quasi_cash",
"refund",
"cash_disbursement",
"unknown",
]
"""
The processing category describes the intent behind the authorization, such as
Expand All @@ -437,6 +439,9 @@ class CardAuthorization(BaseModel):
be convertible to cash.
- `refund` - A refund card authorization, sometimes referred to as a credit
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.
- `unknown` - The processing category is unknown.
"""

request_details: CardAuthorizationRequestDetails
Expand Down