@coveo/relay-event-types 7.9.2 → 7.9.4

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.9.2",
3
+ "version": "7.9.4",
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",
@@ -123,6 +123,10 @@ interface QnaCitation {
123
123
  * The citation id. This value needs to match the unique identifier of the answer's citation.
124
124
  */
125
125
  id: string;
126
+ /**
127
+ * The type of the citation.
128
+ */
129
+ type: "Source" | "InlineLink";
126
130
  }
127
131
 
128
132
  /**