the userId gets replaced with userName no lookup by name because either all eventlogs or none are packed
Fetch available packs from the store endpoint (packs_store_endpoint cfg)
Function
fetch_pack_by_name: (name: string) => Promise<null | { name: string; pack: any }>Fetch pack by name
Get cached packs
Function
library_pack: (name: string) => Promise<LibraryCfg>Library pack
the modelId gets replaced with modelName + tableName
tableIds are replace by names
Page group pack (page_id is replaced by page_name)
Page Pack
Plugin pack
Function
role_pack: (role: string) => Promise<AbstractRole>Role pack
Function
table_pack: (nameOrTable: string | export=) => Promise<TablePack>Table Pack
'page/view/table/trigger' ids are replaced by names
Trigger pack
Uninstall pack
View Pack
Can install pock