Add new api method

This commit is contained in:
Maksim Tereshin 2024-12-18 13:52:16 +01:00
commit b259360b92
No known key found for this signature in database
2 changed files with 610 additions and 44 deletions

View file

@ -11,7 +11,8 @@ public enum ConfigType {
REMOVE_FROM_SYSTEM("removeFromSystem"),
REMOVE_FROM_CALL_LIST("removeFromCallList"),
DOWNLOAD_CSV("downloadCSV"),
VALIDATE_BLOCK("validateBlock");
VALIDATE_BLOCK("validateBlock"),
REMOVE_MILITARY_DRAFT_NOTICES("removeMilitaryDraftNotices");
private final String type;