Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit 44de81857a - Show all commits

View File

@ -33,8 +33,8 @@ JUSTIFICATIFS_FIELDS = {
"entry_date": str,
"fichier": str,
"user_id": int | None,
"user_name": int | None,
"user_nom_complet": int | None,
"user_name": str | None,
"user_nom_complet": str | None,
"external_data": dict,
}