@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
|
-
|
|
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
|
-
|
|
539
|
+
owner {
|
|
540
|
+
id
|
|
541
|
+
fullName
|
|
542
|
+
name
|
|
543
|
+
type
|
|
544
|
+
phone
|
|
545
|
+
email
|
|
546
|
+
}
|
|
533
547
|
priorityName
|
|
534
548
|
priorityValue
|
|
535
549
|
connectorId
|