@coveo/relay-event-types 19.0.2 → 19.0.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": "19.0.2",
3
+ "version": "19.0.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",
@@ -132,7 +132,7 @@ export namespace CaseAssist {
132
132
  }
133
133
 
134
134
  /**
135
- * The caseAssist.createTicket event is emitted when a user creates support ticket is created with Case Assist.
135
+ * The caseAssist.createTicket event is emitted when a user creates support ticket with Case Assist.
136
136
  */
137
137
  export interface CreateTicket extends Base {
138
138
  ticket: Ticket;