fix: maj StatutSocial & ContexteEntreeDC

This commit is contained in:
Sébastien Arod 2025-01-16 14:34:39 +01:00
parent 946760b8ac
commit 9c6d83cbed
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ export const contexteEntreeDCs = [
"Après refus", "Après refus",
"Après mise en demeure", "Après mise en demeure",
"Après poursuite procureur", "Après poursuite procureur",
"Après autorisation",
] as const; ] as const;
export type ContexteEntreeDC = (typeof contexteEntreeDCs)[number]; export type ContexteEntreeDC = (typeof contexteEntreeDCs)[number];

View file

@ -6,5 +6,6 @@ export const optionsStatutSocial = [
"Classement après MIJE ou AEMO ou", "Classement après MIJE ou AEMO ou",
"Classement après IP", "Classement après IP",
"Enquête en cours", "Enquête en cours",
"AEMO",
] as const; ] as const;
export type StatutSocial = (typeof optionsStatutSocial)[number]; export type StatutSocial = (typeof optionsStatutSocial)[number];