@longvansoftware/service-js-client 2.5.2 → 2.5.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.
@@ -33,12 +33,12 @@ const UPDATE_CLIENT_GROUP_NAME_DYNAMIC = (fields = []) => {
33
33
  mutation UpdateClientGroupName(
34
34
  $groupId: String!
35
35
  $name: String!
36
- $createdBy: String!
36
+ $updatedBy: String!
37
37
  ) {
38
38
  updateClientGroupName(
39
39
  groupId: $groupId
40
40
  name: $name
41
- createdBy: $createdBy
41
+ updatedBy: $updatedBy
42
42
  )
43
43
  }
44
44
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [