ingeniuscliq-core 0.4.13 → 0.4.14
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2559,7 +2559,7 @@ class py extends Nn {
|
|
|
2559
2559
|
constructor() {
|
|
2560
2560
|
super("product");
|
|
2561
2561
|
ve(this, "getAllCategories", (n) => this.api.get(`${this.apiPrefix}/shop/categories`, { params: n }));
|
|
2562
|
-
ve(this, "getBestSellers", (n) => this.api.get(`${this.apiPrefix}/shop/
|
|
2562
|
+
ve(this, "getBestSellers", (n) => this.api.get(`${this.apiPrefix}/shop/best-selling-products`, { params: n }));
|
|
2563
2563
|
this.setCrudResourceProperty("getAll", "shop/products"), this.setCrudResourceProperty("get", "shop/products");
|
|
2564
2564
|
}
|
|
2565
2565
|
}
|