Skip to content

Commit d8c85b9

Browse files
feat(api): api update
1 parent 92b50de commit d8c85b9

2 files changed

Lines changed: 4 additions & 4 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-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/Inbox/InboxListCasFilesResponse/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final class File implements BaseModel
6868
public ?string $originalFilename;
6969

7070
/**
71-
* Email address of the CAS authority who sent this.
71+
* Email address of the CAS authority (CDSL, NSDL, CAMS, or KFintech) who originally sent this statement.
7272
*/
7373
#[Optional('sender_email')]
7474
public ?string $senderEmail;
@@ -192,7 +192,7 @@ public function withOriginalFilename(string $originalFilename): self
192192
}
193193

194194
/**
195-
* Email address of the CAS authority who sent this.
195+
* Email address of the CAS authority (CDSL, NSDL, CAMS, or KFintech) who originally sent this statement.
196196
*/
197197
public function withSenderEmail(string $senderEmail): self
198198
{

0 commit comments

Comments
 (0)