Skip to content
Closed
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 .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 239
openapi_spec_hash: ec98ee98f7777d5d0f87bcb178e47d8d
openapi_spec_hash: d97e7cc87bac93fb46331d3515bdf11e
config_hash: 1ca082e374ef7000e2a5971e8da740e0
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions src/increase/types/check_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,8 @@ class PhysicalCheck(BaseModel):
shipping_method: Literal["usps_first_class", "fedex_overnight"]
"""The shipping method for the check.

- `usps_first_class` - Ship the checks via USPS First Class, which supports a
maximum of 1000 pages (checks and attachments combined).
- `fedex_overnight` - Ship the checks via FedEx Overnight, which supports a
maximum of 50 pages (checks and attachments combined).
- `usps_first_class` - USPS First Class
- `fedex_overnight` - FedEx Overnight
"""

signature: PhysicalCheckSignature
Expand Down
6 changes: 2 additions & 4 deletions src/increase/types/check_transfer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,8 @@ class PhysicalCheck(TypedDict, total=False, extra_items=object): # type: ignore
For details on pricing, timing, and restrictions, see
https://increase.com/documentation/originating-checks#printing-checks .

- `usps_first_class` - Ship the checks via USPS First Class, which supports a
maximum of 1000 pages (checks and attachments combined).
- `fedex_overnight` - Ship the checks via FedEx Overnight, which supports a
maximum of 50 pages (checks and attachments combined).
- `usps_first_class` - USPS First Class
- `fedex_overnight` - FedEx Overnight
"""

signature: PhysicalCheckSignature
Expand Down
7 changes: 7 additions & 0 deletions src/increase/types/routing_number_list_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ class RoutingNumberListResponse(BaseModel):
name: str
"""The name of the financial institution belonging to a routing number."""

real_time_payments_request_for_payment: Literal["supported", "not_supported"]
"""This routing number's support for Real-Time Payments Requests for Payment.

- `supported` - The routing number can receive this transfer type.
- `not_supported` - The routing number cannot receive this transfer type.
"""

real_time_payments_transfers: Literal["supported", "not_supported"]
"""This routing number's support for Real-Time Payments Transfers.

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading