@coveo/relay-event-types 9.1.0 → 9.2.0
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 +1 -1
- package/relay-event-types.d.ts +1 -1
package/package.json
CHANGED
package/relay-event-types.d.ts
CHANGED
|
@@ -339,7 +339,7 @@ export namespace InsightPanel {
|
|
|
339
339
|
/**
|
|
340
340
|
* How the user interacted with the item.
|
|
341
341
|
*/
|
|
342
|
-
action: "attach" | "open" | "copyToClipboard" | "sendEmail" | "postToFeed";
|
|
342
|
+
action: "attach" | "open" | "copyToClipboard" | "sendEmail" | "postToFeed" | "preview";
|
|
343
343
|
/**
|
|
344
344
|
* The context in which Insight Panel is used.
|
|
345
345
|
*/
|