Skip to content

Commit a7e9bf9

Browse files
feat(api): api update
1 parent c7c17cd commit a7e9bf9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.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/resources/inbox.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ export namespace InboxListCasFilesResponse {
204204
*/
205205
original_filename?: string;
206206

207+
/**
208+
* Email address of the CAS authority who sent this
209+
*/
210+
sender_email?: string;
211+
207212
/**
208213
* File size in bytes
209214
*/

0 commit comments

Comments
 (0)