@zohoim/client-sdk 1.0.0-poc86 → 1.0.0-poc87

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.
@@ -1,6 +1,6 @@
1
1
  const MessageDirection = {
2
- OUT: 'OUT',
3
- IN: 'IN'
2
+ OUT: 'out',
3
+ IN: 'in'
4
4
  }; // For im api need to changes this as out and in
5
5
 
6
6
  export default MessageDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-poc86",
3
+ "version": "1.0.0-poc87",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",