mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-09-23 00:40:51 +00:00
Includes: - applying table personalization throughout api implementation class (e.g., for application-api calls made by users) - applying table personalization to api-aware middleware executors for count, query, and tableMeta actions (the only table-based ones that exist at this point) - for application-api-version-aware calls made by qqq frontends. - this involved refactoring GetTableApiFieldsAction's static (caching) wrapper methods to take GetTableApiFieldsInput, which now has an InputSource field - expected to be used personalization implementations (e.g., to only personalize USER-sourced actions).