add script update org and sync keycloak, setup time run cronjob
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m26s

This commit is contained in:
Warunee Tamkoo 2026-02-27 10:05:13 +07:00
parent 911d9b6bc5
commit b714dfe239
7 changed files with 1694 additions and 15 deletions

View file

@ -9,6 +9,14 @@ export type RequestWithUser = Request & {
preferred_username: string;
email: string;
role: string[];
profileId?: string;
prefix?: string;
orgRootDnaId?: string;
orgChild1DnaId?: string;
orgChild2DnaId?: string;
orgChild3DnaId?: string;
orgChild4DnaId?: string;
empType?: string;
};
};