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
feat!: transform memberOf and rootCollection to objects with id and name
BREAKING CHANGE: memberOf and rootCollection fields now return objects
with {id, name} instead of string IDs. When the referenced parent entity
doesn't exist, the field returns null.
- Add EntityReference type for memberOf/rootCollection fields
- Add BaseEntity type for intermediate transformation state
- Add resolveEntityReferences helper for batch-fetching parent entities
- Update StandardEntity type to use EntityReference | null
This provides richer entity data without requiring additional API calls
to resolve parent entity names.
0 commit comments