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.
package/dist/cjs/enum/index.d.ts
CHANGED
package/dist/cjs/enum/index.js
CHANGED
|
@@ -58,7 +58,7 @@ var ChannelType;
|
|
|
58
58
|
ChannelType["SMS"] = "SMS";
|
|
59
59
|
ChannelType["WHATSAPP"] = "Whatsapp";
|
|
60
60
|
ChannelType["WEB"] = "Web";
|
|
61
|
-
ChannelType["VOICE"] = "
|
|
61
|
+
ChannelType["VOICE"] = "VOICE";
|
|
62
62
|
})(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
|
|
63
63
|
var MessageType;
|
|
64
64
|
(function (MessageType) {
|
package/dist/esm/enum/index.d.ts
CHANGED
package/dist/esm/enum/index.js
CHANGED
|
@@ -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"] = "
|
|
58
|
+
ChannelType["VOICE"] = "VOICE";
|
|
59
59
|
})(ChannelType || (ChannelType = {}));
|
|
60
60
|
export var MessageType;
|
|
61
61
|
(function (MessageType) {
|