Skip to content

Commit

Permalink
feat(resourcesnapshot): added insightpanel interface and config (#778)
Browse files Browse the repository at this point in the history
* feat(resourcesnapshot): added insightpanel interface and config to platform client

* feat(resourcesnapshot): changed insightPanelConfig to insightPanelConfiguration

---------

Co-authored-by: Louis Bompart <[email protected]>
  • Loading branch information
drosenfeld-coveo and louis-bompart authored Feb 6, 2024
1 parent 457d82a commit 0e0b430
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export enum ResourceSnapshotType {
featuredResult = 'FEATURED_RESULT',
field = 'FIELD',
filter = 'FILTER',
insightPanelConfiguration = 'INSIGHT_PANEL_CONFIGURATION',
insightPanelInterface = 'INSIGHT_PANEL_INTERFACE',
mapping = 'MAPPING',
mlModel = 'ML_MODEL',
mlModelAssociation = 'ML_MODEL_ASSOCIATION',
Expand Down

0 comments on commit 0e0b430

Please sign in to comment.