Skip to content

Commit

Permalink
feat(headless): export the search/product-listing serializers (#4930)
Browse files Browse the repository at this point in the history
https://coveord.atlassian.net/browse/KIT-3890

Those were forgotten and not exported. 
@fbeaudoincoveo Is this really all that was needed to complete this
ticket ?
  • Loading branch information
alexprudhomme authored Feb 4, 2025
1 parent 694475f commit 0d90c64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/headless/src/commerce.index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,8 @@ export {
deserializeRelativeDate,
validateRelativeDate,
} from './api/search/date/relative-date.js';

export {
productListingSerializer,
searchSerializer,
} from './features/commerce/parameters/parameters-serializer.js';

0 comments on commit 0d90c64

Please sign in to comment.