@longvansoftware/storefront-js-client 4.7.8 → 4.7.9

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.
@@ -22,11 +22,7 @@ exports.GET_TAGS_BY_PRODUCT_ID = (0, graphql_tag_1.gql) `
22
22
  `;
23
23
  exports.SEARCH_TAG = (0, graphql_tag_1.gql) `
24
24
  query SearchTag($keyword: String, $currentPage: Int, $maxResult: Int) {
25
- searchTag(
26
- keyword: $keyword
27
- currentPage: $currentPage
28
- maxResult: $maxResult
29
- ) {
25
+ searchTag(keyword: $keyword, currentPage: $currentPage, maxResult: $maxResult) {
30
26
  total
31
27
  maxResult
32
28
  index
@@ -39,6 +35,7 @@ exports.SEARCH_TAG = (0, graphql_tag_1.gql) `
39
35
  storeIds
40
36
  selected
41
37
  title
38
+ tagId
42
39
  }
43
40
  }
44
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.7.8",
3
+ "version": "4.7.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [