@longvansoftware/storefront-js-client 1.0.15 → 1.0.17

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.
@@ -32,7 +32,7 @@ exports.GET_PERSON_BY_IDS_QUERY = (0, graphql_tag_1.gql) `
32
32
  }
33
33
  `;
34
34
  exports.GET_CUSTOMER_BY_ID = (0, graphql_tag_1.gql) `
35
- query GetCustomerById($id: String){
35
+ query GetCustomerById($id: String!){
36
36
  getCustomerById(id: $id) {
37
37
  id
38
38
  name
@@ -130,7 +130,7 @@ class CrmService extends service_1.Service {
130
130
  partyId: this.orgId,
131
131
  performerId,
132
132
  workEffortId,
133
- name
133
+ newName: name
134
134
  };
135
135
  try {
136
136
  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": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [