chatbot-nc 1.0.81 → 1.0.82

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.
@@ -48,7 +48,7 @@ export declare enum ChannelType {
48
48
  SMS = "SMS",
49
49
  WHATSAPP = "Whatsapp",
50
50
  WEB = "Web",
51
- VOICE = "Voice"
51
+ VOICE = "VOICE"
52
52
  }
53
53
  export declare enum MessageType {
54
54
  TRANSACTIONAL = "TRANSACTIONAL"
@@ -58,7 +58,7 @@ var ChannelType;
58
58
  ChannelType["SMS"] = "SMS";
59
59
  ChannelType["WHATSAPP"] = "Whatsapp";
60
60
  ChannelType["WEB"] = "Web";
61
- ChannelType["VOICE"] = "Voice";
61
+ ChannelType["VOICE"] = "VOICE";
62
62
  })(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
63
63
  var MessageType;
64
64
  (function (MessageType) {
@@ -48,7 +48,7 @@ export declare enum ChannelType {
48
48
  SMS = "SMS",
49
49
  WHATSAPP = "Whatsapp",
50
50
  WEB = "Web",
51
- VOICE = "Voice"
51
+ VOICE = "VOICE"
52
52
  }
53
53
  export declare enum MessageType {
54
54
  TRANSACTIONAL = "TRANSACTIONAL"
@@ -55,7 +55,7 @@ export var ChannelType;
55
55
  ChannelType["SMS"] = "SMS";
56
56
  ChannelType["WHATSAPP"] = "Whatsapp";
57
57
  ChannelType["WEB"] = "Web";
58
- ChannelType["VOICE"] = "Voice";
58
+ ChannelType["VOICE"] = "VOICE";
59
59
  })(ChannelType || (ChannelType = {}));
60
60
  export var MessageType;
61
61
  (function (MessageType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatbot-nc",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",