add document
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-06 22:21:51 +07:00
parent 682c21ba73
commit daadc82bbb
6 changed files with 54 additions and 13 deletions
@@ -59,6 +59,21 @@ public class FileInfoUserResponse {
@JsonProperty("audios_violations")
private Integer audiosViolations;
@JsonProperty("document_size")
private Long documentSize;
@JsonProperty("document_quantity")
private Integer documentCount;
@JsonProperty("document_check")
private Integer documentCheck;
@JsonProperty("document_violations")
private Integer documentViolations;
@JsonProperty("protected_document_files_count")
private Long protectedDocumentFilesCount;
@JsonProperty("protected_files_count")
private Long protectedFilesCount;