Skip to content

Commit 478ce0c

Browse files
feat(api): api update
1 parent dcf866c commit 478ce0c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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: 12
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-6a9d3b677dcfb856dc571865c34b3fe401e4d7f0d799edfc743acb9a55800bd0.yml
3-
openapi_spec_hash: 037703a6c741e4310fda3f57c22fa51e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-e6762e83ef7cdff129d03d0ab8c130db2fb5d1d820142847c27d72b40a0e9f53.yml
3+
openapi_spec_hash: f38fb40a2b28bae4b0c9c4228c1c0e0d
44
config_hash: 41c337f5cda03b13880617490f82bad0

src/cas_parser/types/inbox_list_cas_files_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ class File(BaseModel):
3030
original_filename: Optional[str] = None
3131
"""Original attachment filename from the email"""
3232

33+
sender_email: Optional[str] = None
34+
"""Email address of the CAS authority who sent this"""
35+
3336
size: Optional[int] = None
3437
"""File size in bytes"""
3538

0 commit comments

Comments
 (0)