@longvansoftware/storefront-js-client 4.4.1 → 4.4.2

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
  `;
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.2",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [