-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from freshworks/FC-116162
Support send message for email conversation
- Loading branch information
Showing
6 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@freshworks-jaya/freshchat-api", | ||
"version": "0.7.34", | ||
"version": "0.7.35", | ||
"description": "Provides simple interface for accessing Freshchat's public APIs", | ||
"repository": "[email protected]:freshdesk/jaya-lib.git", | ||
"main": "lib/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@freshworks-jaya/marketplace-models", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "Provides type definitions for models in marketplace product events", | ||
"repository": "[email protected]:freshdesk/jaya-lib.git", | ||
"main": "lib/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@freshworks-jaya/rule-engine", | ||
"version": "0.17.26", | ||
"version": "0.17.27", | ||
"description": "Provides methods to process rules in product events in marketplace app", | ||
"repository": "[email protected]:freshdesk/jaya-lib.git", | ||
"main": "lib/index.js", | ||
|
@@ -44,9 +44,9 @@ | |
"typescript": "^4.3.2" | ||
}, | ||
"dependencies": { | ||
"@freshworks-jaya/freshchat-api": "0.7.34", | ||
"@freshworks-jaya/freshchat-api": "0.7.35", | ||
"@freshworks-jaya/kairos-api": "^0.1.5", | ||
"@freshworks-jaya/marketplace-models": "0.1.27", | ||
"@freshworks-jaya/marketplace-models": "0.1.28", | ||
"@freshworks-jaya/utilities": "^1.0.0", | ||
"@google-cloud/logging": "^9.3.1", | ||
"axios": "^0.21.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters