@zohoim/client-sdk 1.0.0-poc96 → 1.0.0-poc97
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.
|
@@ -29,7 +29,7 @@ function getSessionAttachments() {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
function getSessionLastMessages() {
|
|
32
|
-
return createAPIRegistry(constructSessionEndPoint(SESSION_LAST_MESSAGE), HTTP_METHODS.
|
|
32
|
+
return createAPIRegistry(constructSessionEndPoint(SESSION_LAST_MESSAGE), HTTP_METHODS.POST, getSessionLastMessagesRequest());
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
function markSessionAsRead() {
|