@constructor-io/constructorio-client-javascript
Advanced tools
Comparing version 2.58.3 to 2.58.4
@@ -303,2 +303,3 @@ "use strict"; | ||
* @param {object} [parameters.variationsMap] - The variations map object to aggregate variations. Please refer to https://docs.constructor.com/reference/shared-variations-mapping for details | ||
* @param {object} [parameters.preFilterExpression] - Faceting expression to scope browse results. Please refer to https://docs.constructor.com/reference/configuration-collections | ||
* @param {object} [networkParameters] - Parameters relevant to the network request | ||
@@ -305,0 +306,0 @@ * @param {number} [networkParameters.timeout] - Request timeout (in milliseconds) |
@@ -52,3 +52,3 @@ import { | ||
itemIds: string[], | ||
parameters?: Omit<IBrowseParameters, 'preFilterExpression' | 'qsParam'>, | ||
parameters?: Omit<IBrowseParameters, 'qsParam'>, | ||
networkParameters?: NetworkParameters | ||
@@ -55,0 +55,0 @@ ): Promise<GetBrowseResultsForItemIdsResponse>; |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports["default"] = void 0; | ||
var _default = '2.58.3'; | ||
var _default = '2.58.4'; | ||
exports["default"] = _default; |
{ | ||
"name": "@constructor-io/constructorio-client-javascript", | ||
"version": "2.58.3", | ||
"version": "2.58.4", | ||
"description": "Constructor.io JavaScript client", | ||
@@ -5,0 +5,0 @@ "main": "lib/constructorio.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
289040
6483