@constructor-io/constructorio-client-javascript 2.71.3 → 2.72.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/lib/.DS_Store ADDED
Binary file
@@ -1773,12 +1773,11 @@ var Tracker = /*#__PURE__*/function () {
1773
1773
 
1774
1774
  /**
1775
1775
  * Send browse redirect event to API
1776
- * @private
1777
1776
  * @function trackBrowseRedirect
1778
1777
  * @param {object} parameters - Additional parameters to be sent with request
1779
1778
  * @param {string} parameters.searchTerm - The search query that caused redirect
1780
- * @param {string} parameters.filterName - Filter name
1781
- * @param {string} parameters.filterValue - Filter value
1779
+ * @param {string} parameters.filterName - Filter name of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
1780
+ * @param {string} parameters.filterValue - Filter value of the browse page the user is redirected to. Should be the same value sent in `trackBrowseResultsLoaded`
1782
1781
  * @param {string} [parameters.userInput] - The text that a user had typed at the moment when submitting search request
1783
1782
  * @param {string} [parameters.redirectToUrl] - URL of the page to which user is redirected
1784
1783
  * @param {string} [parameters.section="Products"] - Index section
package/lib/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = exports["default"] = '2.71.3';
7
+ var _default = exports["default"] = '2.72.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.71.3",
3
+ "version": "2.72.0",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",