@longvansoftware/storefront-js-client 4.4.1 → 4.4.3

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.
@@ -1089,13 +1089,13 @@ exports.CREATE_ORG_MUTATION = (0, graphql_tag_1.gql) `
1089
1089
  exports.UPDATE_RESUME = (0, graphql_tag_1.gql) `
1090
1090
  mutation UpdateResume(
1091
1091
  $resumeId: String!
1092
- $updateBy: String!
1092
+ $updatedBy: String!
1093
1093
  $updateResumeRequests: JSON
1094
1094
  ) {
1095
1095
  updateResume(
1096
1096
  resumeId: $resumeId
1097
+ updatedBy:$updatedBy
1097
1098
  updateResumeRequests: $updateResumeRequests
1098
- updateBy: $updateBy
1099
1099
  )
1100
1100
  }
1101
1101
  `;
@@ -465,6 +465,7 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
465
465
  $onlyPromotion: Boolean
466
466
  $currentPage: Int
467
467
  $maxResult: Int
468
+ $feature: String
468
469
  ) {
469
470
  getSimpleProducts(
470
471
  partnerId: $partnerId
@@ -486,6 +487,7 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
486
487
  onlyPromotion: $onlyPromotion
487
488
  currentPage: $currentPage
488
489
  maxResult: $maxResult
490
+ feature:$feature
489
491
  ) {
490
492
  total
491
493
  currentPage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.4.1",
3
+ "version": "4.4.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [