@coveo/relay-event-types 7.7.3 → 7.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/relay-event-types",
3
- "version": "7.7.3",
3
+ "version": "7.8.1",
4
4
  "description": "Typescript types for Coveo Events, intended to be used with the Relay package.",
5
5
  "types": "./relay-event-types.d.ts",
6
6
  "author": "Coveo",
@@ -115,7 +115,7 @@ interface QnaAnswer {
115
115
  /**
116
116
  * The type of the answer.
117
117
  */
118
- type: "SmartSnippet" | "SmartSnippetSuggestion" | "CRGA";
118
+ type: "SmartSnippet" | "SmartSnippetSuggestion" | "RGA";
119
119
  }
120
120
 
121
121
  interface QnaCitation {