You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor entities module to support generic entity types and improve type safety
* Extend EntitiesModule with typed Todo handler for improved type safety in entities tests
* Enhance entity handling with typed sorting and import results
- Introduced `SortField` type for improved sorting parameter handling in list and filter methods.
- Updated `importEntities` method to return a structured `ImportResult` type, providing detailed import status and output.
- Modified list and filter methods to support generic field selection, enhancing type safety and flexibility.
* add support to augment the types of the sdk
* cleanups
* align comments
* update entities and function TypeRegistry in tests
* added EntityRecord
* added type registry for connectors
---------
Co-authored-by: Oz Sayag <ozs@wix.com>
0 commit comments