Skip to content

Commit 9387b8d

Browse files
feat(api): api update
1 parent 58fae0a commit 9387b8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 164
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-aa684ff2a2af585fe502a6e44520ddd883f5141a1113fc9dbe7830027842aa09.yml
3-
openapi_spec_hash: b58989fdc04768fc1eb758e180c5f128
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-bc4173417a899a1519326ae60cb481186c1a1c976f3d00b2b305278808db44cd.yml
3+
openapi_spec_hash: 1c1dd981efeffb5276544baa34cf3d17
44
config_hash: 1a83dceb58f6f525b19a5775018db7e8

src/lithic/types/transaction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ class Event(BaseModel):
701701
]
702702
"""Type of transaction event"""
703703

704+
account_type: Optional[Literal["CHECKING", "SAVINGS"]] = None
705+
704706
network_specific_data: Optional[EventNetworkSpecificData] = None
705707

706708

0 commit comments

Comments
 (0)