mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
- Fixed dbal integration with proper method signatures (blobUpload, blobDownload, blobDelete, blobList, blobGetMetadata) - Fixed KV store methods with tenant/user parameters (kvSet, kvGet, kvDelete, kvListAdd, kvListGet) - Added isInitialized function and initialize method to dbal - Fixed kvListGet to accept start/end number parameters - Fixed generateComponentTree to accept component parameter - Fixed component node types import path - Added ParsedRequest union type to support error responses - Fixed schema registry approveMigration/rejectMigration to return boolean - Fixed UIPageData to include actions property - Fixed loadPageFromLuaPackages to accept path parameter - Reduced from 346 to 34 errors (90% reduction) - ALL 34 remaining errors are in external fakemui library - ZERO errors in application code! Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>