@constructor-io/constructorio-node 4.16.0 → 4.16.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": "@constructor-io/constructorio-node",
3
- "version": "4.16.0",
3
+ "version": "4.16.1",
4
4
  "description": "Constructor.io Node.js client",
5
5
  "main": "src/constructorio.js",
6
6
  "types": "src/types/constructorio.d.ts",
@@ -376,7 +376,7 @@ class Tracker {
376
376
  * Send autocomplete select event to API
377
377
  *
378
378
  * @function trackAutocompleteSelect
379
- * @param {string} term - Term of selected autocomplete item
379
+ * @param {string} term - Term of selected autocomplete item (Search Suggestion or Product name)
380
380
  * @param {object} parameters - Additional parameters to be sent with request
381
381
  * @param {string} parameters.originalQuery - The current autocomplete search query
382
382
  * @param {string} parameters.section - Section the selected item resides within
@@ -398,7 +398,8 @@ class Tracker {
398
398
  * @param {object} [networkParameters] - Parameters relevant to the network request
399
399
  * @param {number} [networkParameters.timeout] - Request timeout (in milliseconds)
400
400
  * @returns {(true|Error)}
401
- * @description User selected (clicked, or navigated to via keyboard) a result that appeared within autocomplete
401
+ * @description User selected (clicked, or navigated to via keyboard) a result that appeared
402
+ * within autocomplete (Search Suggestions, Products, or a custom section eg. Brands, Categories)
402
403
  * @example
403
404
  * constructorio.tracker.trackAutocompleteSelect(
404
405
  * 'T-Shirt',