@longvansoftware/storefront-js-client 3.4.1 → 3.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.
|
@@ -459,6 +459,10 @@ exports.GET_WORK_EFFORTS_V3 = (0, graphql_tag_1.gql) `
|
|
|
459
459
|
tagIds
|
|
460
460
|
processResult
|
|
461
461
|
processStatus
|
|
462
|
+
contactName
|
|
463
|
+
contactPhone
|
|
464
|
+
contactEmail
|
|
465
|
+
extSource
|
|
462
466
|
subTasks {
|
|
463
467
|
id
|
|
464
468
|
createdStamp
|
|
@@ -581,6 +585,10 @@ exports.GET_WORK_EFFORT_BY_ID = (0, graphql_tag_1.gql) `
|
|
|
581
585
|
mode
|
|
582
586
|
partyGroupIds
|
|
583
587
|
tagIds
|
|
588
|
+
contactName
|
|
589
|
+
contactPhone
|
|
590
|
+
contactEmail
|
|
591
|
+
extSource
|
|
584
592
|
owner {
|
|
585
593
|
id
|
|
586
594
|
fullName
|