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.96.0"
".": "0.97.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: 164
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-80f2056989855259782c8e23b9b95530b708b87669d2ba82594ecfee843b4db3.yml
openapi_spec_hash: 160aa2f0e95a7be3ad9d68390ae9aa7c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-1aaf1d9d9aea1bfa14a48559f01d539aa1449d65f252dc9c3b606c7bca300af1.yml
openapi_spec_hash: 3327246caf3bcbd3504ce99c81062075
config_hash: a5d12cd64a37624cbe350cd7b2380693
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.97.0 (2025-07-03)

Full Changelog: [v0.96.0...v0.97.0](https://github.com/lithic-com/lithic-python/compare/v0.96.0...v0.97.0)

### Features

* **api:** api update ([c72de33](https://github.com/lithic-com/lithic-python/commit/c72de3375251f5260efb89453c64a0b1b9364af8))
* **api:** api update ([77eaece](https://github.com/lithic-com/lithic-python/commit/77eaece83f6c20603c0bff867ab7d35712918046))

## 0.96.0 (2025-07-02)

Full Changelog: [v0.95.0...v0.96.0](https://github.com/lithic-com/lithic-python/compare/v0.95.0...v0.96.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 = "lithic"
version = "0.96.0"
version = "0.97.0"
description = "The official Python library for the lithic API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lithic/_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__ = "lithic"
__version__ = "0.96.0" # x-release-please-version
__version__ = "0.97.0" # x-release-please-version
4 changes: 4 additions & 0 deletions src/lithic/resources/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def list(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -403,6 +405,8 @@ def list(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
12 changes: 12 additions & 0 deletions src/lithic/resources/events/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def create(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -225,6 +227,8 @@ def update(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -666,6 +670,8 @@ def send_simulated_example(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -777,6 +783,8 @@ async def create(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -912,6 +920,8 @@ async def update(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down Expand Up @@ -1353,6 +1363,8 @@ async def send_simulated_example(
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
2 changes: 2 additions & 0 deletions src/lithic/types/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class Event(BaseModel):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
2 changes: 2 additions & 0 deletions src/lithic/types/event_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class EventListParams(TypedDict, total=False):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
2 changes: 2 additions & 0 deletions src/lithic/types/event_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class EventSubscription(BaseModel):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
2 changes: 2 additions & 0 deletions src/lithic/types/events/subscription_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class SubscriptionCreateParams(TypedDict, total=False):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class SubscriptionSendSimulatedExampleParams(TypedDict, total=False):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
2 changes: 2 additions & 0 deletions src/lithic/types/events/subscription_update_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class SubscriptionUpdateParams(TypedDict, total=False):
"loan_tape.updated",
"management_operation.created",
"management_operation.updated",
"network_total.created",
"network_total.updated",
"payment_transaction.created",
"payment_transaction.updated",
"internal_transaction.created",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ class NetworkTotalListResponse(BaseModel):
For Visa: lowest level SRE (Settlement Reporting Entity).
"""

network: Literal["VISA", "MASTERCARD", "MAESTRO", "INTERLINK"]
is_complete: bool
"""
Indicates that all settlement records related to this Network Total are
available in the details endpoint.
"""

network: Literal["AMEX", "VISA", "MASTERCARD", "MAESTRO", "INTERLINK"]
"""Card network where the transaction took place.

VISA, MASTERCARD, MAESTRO, or INTERLINK.
AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.
"""

report_date: date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ class NetworkTotalRetrieveResponse(BaseModel):
For Visa: lowest level SRE (Settlement Reporting Entity).
"""

network: Literal["VISA", "MASTERCARD", "MAESTRO", "INTERLINK"]
is_complete: bool
"""
Indicates that all settlement records related to this Network Total are
available in the details endpoint.
"""

network: Literal["AMEX", "VISA", "MASTERCARD", "MAESTRO", "INTERLINK"]
"""Card network where the transaction took place.

VISA, MASTERCARD, MAESTRO, or INTERLINK.
AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.
"""

report_date: date
Expand Down