Migrate Journal module to unified type system

- Added detailed fields for ae_EventPerson, ae_EventRegistration, ae_AccountCfg, and others to ae_types.ts.
- Replaced local interfaces in ae_journals__journal.ts with unified imports.
- Standardized Promise return types for all core data loading, creation, search, and update functions in Journal module.
- Finalized migration for primary Identity and Journal objects.
This commit is contained in:
Scott Idem
2026-01-08 14:19:22 -05:00
parent e138f12c6d
commit 9d6b0ef568
2 changed files with 7 additions and 6 deletions

View File

@@ -796,4 +796,4 @@ export interface ae_EventPersonTracking extends ae_BaseObj {
check_in_out?: boolean;
in_datetime?: string | Date;
out_datetime?: string | Date;
}
}