File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 41c337f5cda03b13880617490f82bad0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments