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: introduce ExoCursorPaginatedCollectionProp for ExO endpoints [DX-1016] (#3020)
* feat: define ExoCursorPaginatedCollectionProp in common-types [DX-1016]
* feat: update ExO collection type aliases to use ExoCursorPaginatedCollectionProp [DX-1016]
Replaces CursorPaginatedCollectionProp with ExoCursorPaginatedCollectionProp in:
- ExperienceCollection
- FragmentCollection
- TemplateCollection
- ComponentTypeCollection
- DataAssemblyCollection (newly added with error handling for not-found IDs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: update ExO REST endpoint type parameters [DX-1016]
Update REST adapter endpoint files to use ExoCursorPaginatedCollectionProp for
Experience, Fragment, Template, and ComponentType list operations. DataAssembly
uses DataAssemblyCollection for its two list endpoints (public and private).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: update ExO plain client getMany return types [DX-1016]
* feat: export ExoCursorPaginatedCollectionProp, DataAssemblyCollection, FragmentCollection [DX-1016]
* chore: prettier
* chore: type aliases updated
* chore: prettier
* chore: type import
* chore: prettier
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments