@longvansoftware/storefront-js-client 2.2.8 → 2.2.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.
@@ -75,6 +75,7 @@ exports.SEARCH_CUSTOMER = (0, graphql_tag_1.gql) `
75
75
  $partnerId: String!
76
76
  $currentPage: Int!
77
77
  $pageSize: Int!
78
+ $followSocialAppId: String
78
79
  ) {
79
80
  searchCustomers(
80
81
  keyword: $keyword
@@ -85,6 +86,7 @@ exports.SEARCH_CUSTOMER = (0, graphql_tag_1.gql) `
85
86
  partnerId: $partnerId
86
87
  currentPage: $currentPage
87
88
  pageSize: $pageSize
89
+ followSocialAppId: $followSocialAppId
88
90
  ) {
89
91
  totalPages
90
92
  totalElements
@@ -181,6 +181,7 @@ class UserService extends serviceSDK_1.Service {
181
181
  partnerId: this.orgId,
182
182
  currentPage: searchParams.currentPage,
183
183
  pageSize: searchParams.pageSize,
184
+ followSocialAppId: searchParams === null || searchParams === void 0 ? void 0 : searchParams.followSocialAppId,
184
185
  };
185
186
  try {
186
187
  const response = yield this.graphqlQuery(query, variables);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [