Skip to content

Commit f54fd3c

Browse files
committed
fix error
1 parent 4c70349 commit f54fd3c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/client/src/builders/search/contentHighlightingBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ContentHighlightProps, ContentSearchSettingsHighlightSettings, HighlightSettings2ContentContentHighlightPropsHighlightSettings2Limits, HighlightSettings2ContentContentHighlightPropsHighlightSettings2ResponseShape } from "src/models/data-contracts";
1+
import { ContentHighlightProps, ContentSearchSettingsHighlightSettings, HighlightSettings2ContentContentHighlightPropsHighlightSettings2Limits, HighlightSettings2ContentContentHighlightPropsHighlightSettings2ResponseShape } from '../../models/data-contracts';
22

33
export class ContentHighlightingBuilder {
44
private enabled: boolean = true;

packages/client/src/builders/search/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ export * from './dataObjectValueSelectorBuilder';
1414
export * from './getProductFacet';
1515
export * from './getContentFacet';
1616
export * from './getProductCategoryFacet';
17-
export * from './searchConstraintBuilder';
17+
export * from './searchConstraintBuilder';
18+
export * from './productHighlightingBuilder';
19+
export * from './contentHighlightingBuilder';

packages/client/src/builders/search/productHighlightingBuilder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HighlightSettings2ProductProductHighlightPropsHighlightSettings2Limits, HighlightSettings2ProductProductHighlightPropsHighlightSettings2ResponseShape, ProductHighlightProps, ProductSearchSettingsHighlightSettings } from "src/models/data-contracts";
1+
import { HighlightSettings2ProductProductHighlightPropsHighlightSettings2Limits, HighlightSettings2ProductProductHighlightPropsHighlightSettings2ResponseShape, ProductHighlightProps, ProductSearchSettingsHighlightSettings } from '../../models/data-contracts';
22

33
export class ProductHighlightingBuilder {
44
private enabled: boolean = true;

0 commit comments

Comments
 (0)