@zohoim/client-sdk 0.0.2 → 0.0.3

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,5 +1,7 @@
1
1
  const AttachmentStatus = {
2
2
  VALID: 'VALID',
3
- INVALID: 'INVALID'
3
+ // NO I18N
4
+ INVALID: 'INVALID' // NO I18N
5
+
4
6
  };
5
7
  export default AttachmentStatus;
@@ -6,6 +6,7 @@ const IntegrationServices = {
6
6
  LINE: 'LINE',
7
7
  IM_TALK: 'IM_TALK',
8
8
  FACEBOOKMESSENGER: 'FACEBOOKMESSENGER',
9
- INSTAGRAM: 'INSTAGRAM'
9
+ INSTAGRAM: 'INSTAGRAM',
10
+ WECOM: 'WECOM'
10
11
  };
11
12
  export default IntegrationServices;
@@ -8,7 +8,8 @@ function getBots() {
8
8
  }
9
9
 
10
10
  function getBot() {
11
- return createAPIRegistry(constructBotEndPoint('/:botId'), HTTP_METHODS.GET, getBotRequest());
11
+ return createAPIRegistry(constructBotEndPoint('/:botId'), // NO I18N
12
+ HTTP_METHODS.GET, getBotRequest());
12
13
  }
13
14
 
14
15
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",