dev add violation notion
Test Workflow / test (push) Successful in 5s

This commit is contained in:
vladp
2026-03-19 18:03:44 +07:00
parent c5f060d269
commit 795b255613
5 changed files with 286 additions and 18 deletions
@@ -34,4 +34,10 @@ public class FileEntityRequest {
@JsonProperty("token")
private String token;
@JsonProperty("sort_by")
private String sortBy;
@JsonProperty("sort_order")
private String sortOrder;
}