@longvansoftware/storefront-js-client 2.4.0 → 2.4.1
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.
|
@@ -568,13 +568,22 @@ exports.SEARCH_TOPIC = (0, graphql_tag_1.gql) `
|
|
|
568
568
|
status
|
|
569
569
|
name
|
|
570
570
|
communicationChannel
|
|
571
|
-
customerId
|
|
572
571
|
accountableId
|
|
573
572
|
accountableName
|
|
574
|
-
customerName
|
|
575
573
|
createdStamp
|
|
576
574
|
threadId
|
|
577
575
|
roomId
|
|
576
|
+
channelId
|
|
577
|
+
channelType
|
|
578
|
+
userContactName
|
|
579
|
+
customer {
|
|
580
|
+
id
|
|
581
|
+
fullName
|
|
582
|
+
name
|
|
583
|
+
type
|
|
584
|
+
phone
|
|
585
|
+
email
|
|
586
|
+
}
|
|
578
587
|
}
|
|
579
588
|
}
|
|
580
589
|
}
|
|
@@ -43,7 +43,7 @@ class OmnigatewayService extends serviceSDK_1.Service {
|
|
|
43
43
|
}
|
|
44
44
|
getInfoChatApp() {
|
|
45
45
|
return __awaiter(this, void 0, void 0, function* () {
|
|
46
|
-
const endpoint = `/
|
|
46
|
+
const endpoint = `/channels/partner/${this.orgId}/social`;
|
|
47
47
|
const method = "GET";
|
|
48
48
|
try {
|
|
49
49
|
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|