@zohoim/client-sdk 1.0.0-replyAreaPoc3 → 1.0.0-replyAreaPoc5

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,4 +1,7 @@
1
1
  const TemplateItemHeaderType = {
2
- IMAGE: 'IMAGE'
2
+ IMAGE: 'IMAGE',
3
+ TEXT: 'TEXT',
4
+ VIDEO: 'VIDEO',
5
+ DOCUMENT: 'DOCUMENT'
3
6
  };
4
7
  export default TemplateItemHeaderType;
@@ -52,6 +52,10 @@ const CannedMessageSchema = {
52
52
  meta: {
53
53
  type: 'array',
54
54
  required: false
55
+ },
56
+ message: {
57
+ type: 'string',
58
+ required: false
55
59
  }
56
60
  };
57
61
  export default CannedMessageSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-replyAreaPoc3",
3
+ "version": "1.0.0-replyAreaPoc5",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",