Skip to content

Commit 4678a59

Browse files
authored
feat(headless): Add answerConfigId to the InsightInterface to be supported in insight use case (#4887)
[SFINT-5919](https://coveord.atlassian.net/browse/SFINT-5919) - Added answerConfigId to the InsightInterface to be supported in insight use case [SFINT-5919]: https://coveord.atlassian.net/browse/SFINT-5919?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 5e06b8b commit 4678a59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/headless/src/api/service/insight/get-interface/get-interface-config-response.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export interface InsightInterface {
1111
facets: Facet[];
1212
tabs: Tab[];
1313
settings: SettingsSection;
14+
answerConfigId?: string;
1415
}
1516

1617
interface InsightResultTemplate {

packages/headless/src/features/insight-interface/insight-interface-slice.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ describe('insight interface slice', () => {
116116
},
117117
},
118118
},
119+
answerConfigId: '123',
119120
},
120121
},
121122
};

0 commit comments

Comments
 (0)