@longvansoftware/storefront-js-client 1.7.5 → 1.7.6

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.
@@ -287,7 +287,14 @@ exports.UPDATE_WORK_EFFORT_STATUS = (0, graphql_tag_1.gql) `
287
287
  startDateActual
288
288
  startDateExpect
289
289
  source
290
- ownerId
290
+ owner {
291
+ id
292
+ fullName
293
+ name
294
+ type
295
+ phone
296
+ email
297
+ }
291
298
  priorityName
292
299
  priorityValue
293
300
  extSource
@@ -529,7 +536,14 @@ exports.CREATE_WORK_EFFORT = (0, graphql_tag_1.gql) `
529
536
  startDateActual
530
537
  startDateExpect
531
538
  source
532
- ownerId
539
+ owner {
540
+ id
541
+ fullName
542
+ name
543
+ type
544
+ phone
545
+ email
546
+ }
533
547
  priorityName
534
548
  priorityValue
535
549
  connectorId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [