@coveo/relay-event-types 11.0.4 → 12.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/relay-event-types",
3
- "version": "11.0.4",
3
+ "version": "12.0.0",
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",
@@ -65,7 +65,7 @@ export interface ItemView extends Base {
65
65
 
66
66
  interface Product {
67
67
  /**
68
- * A unique identifier for the product. The value must match the product id field configured in the catalog.
68
+ * The unique identifier of the product. The value must match exactly, including case, the values of the link:{site-baseurl}/n73f0502#define-a-unique-product-identifier[product identifier] and `permanentid` fields configured in the catalog.
69
69
  */
70
70
  productId: string;
71
71
  /**
@@ -114,7 +114,7 @@ interface Ticket {
114
114
 
115
115
  export namespace CaseAssist {
116
116
  /**
117
- * The caseAssist.cancel event is emitted when a user cancels the Case Assist flow.
117
+ * The caseassist.cancel event is emitted when a user cancels the Case Assist flow.
118
118
  */
119
119
  export interface Cancel extends Base {
120
120
  /**
@@ -124,14 +124,14 @@ export namespace CaseAssist {
124
124
  }
125
125
 
126
126
  /**
127
- * The caseAssist.createTicket event is emitted when a user creates support ticket is created with Case Assist.
127
+ * The caseassist.createTicket event is emitted when a user creates support ticket is created with Case Assist.
128
128
  */
129
129
  export interface CreateTicket extends Base {
130
130
  ticket: Ticket;
131
131
  }
132
132
 
133
133
  /**
134
- * The caseAssist.documentSuggestionClick event is emitted when a user clicks on a Case Assist document suggestion.
134
+ * The caseassist.documentSuggestionClick event is emitted when a user clicks on a Case Assist document suggestion.
135
135
  */
136
136
  export interface DocumentSuggestionClick extends Base {
137
137
  /**
@@ -146,7 +146,7 @@ export namespace CaseAssist {
146
146
  }
147
147
 
148
148
  /**
149
- * The caseAssist.documentSuggestionFeedback event is emitted when a user gives feedback on a Case Assist document suggestion.
149
+ * The caseassist.documentSuggestionFeedback event is emitted when a user gives feedback on a Case Assist document suggestion.
150
150
  */
151
151
  export interface DocumentSuggestionFeedback extends Base {
152
152
  /**
@@ -161,7 +161,7 @@ export namespace CaseAssist {
161
161
  }
162
162
 
163
163
  /**
164
- * The caseAssist.selectFieldClassification event is emitted when a user selects a Case Assist field recommendation.
164
+ * The caseassist.selectFieldClassification event is emitted when a user selects a Case Assist field recommendation.
165
165
  */
166
166
  export interface SelectFieldClassification extends Base {
167
167
  /**
@@ -179,13 +179,13 @@ export namespace CaseAssist {
179
179
  }
180
180
 
181
181
  /**
182
- * The caseAssist.start event is emitted when a user initiates a Case Assist flow.
182
+ * The caseassist.start event is emitted when a user initiates a Case Assist flow.
183
183
  */
184
184
  export interface Start extends Base {
185
185
  }
186
186
 
187
187
  /**
188
- * The caseAssist.updateField event is emitted when a user edits a Case Assist form field.
188
+ * The caseassist.updateField event is emitted when a user edits a Case Assist form field.
189
189
  */
190
190
  export interface UpdateField extends Base {
191
191
  /**
@@ -275,7 +275,7 @@ export namespace InsightPanel {
275
275
  }
276
276
 
277
277
  /**
278
- * The insightPanel.createArticle event is emitted when the agent creates an article from a support case.
278
+ * The insightpanel.createarticle event is emitted when the agent creates an article from a support case.
279
279
  */
280
280
  export interface CreateArticle extends Base {
281
281
  /**
@@ -289,7 +289,7 @@ export namespace InsightPanel {
289
289
  }
290
290
 
291
291
  /**
292
- * The insightPanel.detachItem event is emitted when the agent detaches an item from a record.
292
+ * The insightpanel.detachItem event is emitted when the agent detaches an item from a record.
293
293
  */
294
294
  export interface DetachItem extends Base {
295
295
  /**
@@ -300,7 +300,7 @@ export namespace InsightPanel {
300
300
  }
301
301
 
302
302
  /**
303
- * The insightPanel.expandToFullUI event is emitted when the agent expands an Insight Panel view to full UI.
303
+ * The insightpanel.expandtofullui event is emitted when the agent expands an Insight Panel view to full UI.
304
304
  */
305
305
  export interface ExpandToFullUI extends Base {
306
306
  /**
@@ -310,7 +310,7 @@ export namespace InsightPanel {
310
310
  }
311
311
 
312
312
  /**
313
- * The insightPanel.itemAction event is emited when the agent interacts with a search item.
313
+ * The insightpanel.itemaction event is emited when the agent interacts with a search item.
314
314
  */
315
315
  export interface ItemAction extends BaseItemClick {
316
316
  /**