add script update org and sync keycloak, setup time run cronjob
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m26s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m26s
This commit is contained in:
parent
911d9b6bc5
commit
b714dfe239
7 changed files with 1694 additions and 15 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue