Skip to content

Commit 8a5eeaa

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

File tree

2 files changed

+6
-3
lines changed

2 files changed

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

src/cas_parser/types/inbox_list_cas_files_response.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ class File(BaseModel):
3131
"""Original attachment filename from the email"""
3232

3333
sender_email: Optional[str] = None
34-
"""Email address of the CAS authority who sent this"""
34+
"""
35+
Email address of the CAS authority (CDSL, NSDL, CAMS, or KFintech) who
36+
originally sent this statement
37+
"""
3538

3639
size: Optional[int] = None
3740
"""File size in bytes"""

0 commit comments

Comments
 (0)