vanilli-shop-client
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -88,4 +88,7 @@ "use strict"; | ||
case 0: | ||
notificationStore = this.notificationStore; | ||
request.additionalProps = this.searchProps; | ||
notificationStore = this.notificationStore; | ||
if (this.lastQueryParams) { | ||
queryParams = this.lastQueryParams; | ||
} | ||
this.toggleProductList(); | ||
@@ -92,0 +95,0 @@ _a.label = 1; |
{ | ||
"name": "vanilli-shop-client", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "Client for Vanilli Shop API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,4 +35,9 @@ import BaseStore from "./base-store"; | ||
async searchProducts(request: IProductSearchDto, queryParams?: IQueryParams) { | ||
const notificationStore = this.notificationStore; | ||
request.additionalProps = this.searchProps; | ||
const notificationStore = this.notificationStore; | ||
if (this.lastQueryParams) { | ||
queryParams = this.lastQueryParams; | ||
} | ||
this.toggleProductList(); | ||
@@ -39,0 +44,0 @@ |
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
229590
5139