Skip to content

Commit

Permalink
feat(SRC-5997): support result rankings and statement groups (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmustapha-coveo authored Dec 13, 2024
1 parent 99b5bbb commit a80c5ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export enum ResourceSnapshotType {
subscription = 'SUBSCRIPTION',
thesaurus = 'THESAURUS',
trigger = 'TRIGGER',
resultRanking = 'RESULT_RANKING',
statementGroup = 'STATEMENT_GROUP',
}

export enum SnapshotAccessType {
Expand Down

0 comments on commit a80c5ae

Please sign in to comment.