fixed complex strings

This commit is contained in:
2026-09-02 14:35:30 +03:00
parent b7a1609a39
commit f132e83288
8 changed files with 636 additions and 22 deletions
+6
View File
@@ -191,3 +191,9 @@ class DesignatorMappingOut(BaseModel):
prefix: str
singular_name: str
plural_name: str
class TableSettingsUpdate(BaseModel):
mappings: Optional[list[str]] = None
column_mappings: Optional[dict[str, str]] = None
simple_list: Optional[dict[str, Any]] = None