Skip to content

Commit b23e224

Browse files
feat(api): api update
1 parent cfdb276 commit b23e224

2 files changed

Lines changed: 8 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

cas-parser-java-core/src/main/kotlin/com/cas_parser/api/models/inbox/InboxListCasFilesResponse.kt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ private constructor(
325325
fun originalFilename(): Optional<String> = originalFilename.getOptional("original_filename")
326326

327327
/**
328-
* Email address of the CAS authority who sent this
328+
* Email address of the CAS authority (CDSL, NSDL, CAMS, or KFintech) who originally sent
329+
* this statement
329330
*
330331
* @throws CasParserInvalidDataException if the JSON field has an unexpected type (e.g. if
331332
* the server responded with an unexpected value).
@@ -541,7 +542,10 @@ private constructor(
541542
this.originalFilename = originalFilename
542543
}
543544

544-
/** Email address of the CAS authority who sent this */
545+
/**
546+
* Email address of the CAS authority (CDSL, NSDL, CAMS, or KFintech) who originally
547+
* sent this statement
548+
*/
545549
fun senderEmail(senderEmail: String) = senderEmail(JsonField.of(senderEmail))
546550

547551
/**

0 commit comments

Comments
 (0)