customer-module-frontend 1.0.0-beta.35 → 1.0.0-beta.37
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/customer-module.js
CHANGED
|
@@ -26220,7 +26220,7 @@ const c6 = async (e, n) => (await ur.patch(
|
|
|
26220
26220
|
o = o % 12, o = o || 12;
|
|
26221
26221
|
const c = o.toString().padStart(2, "0");
|
|
26222
26222
|
return `${a} ${r}, ${c}:${i} ${l}`;
|
|
26223
|
-
}, b1 = (e) => e === "whatsapp" ? "chat" : "email", y1 = (e, n, t) => {
|
|
26223
|
+
}, b1 = (e) => e === "whatsapp" || e === "chat" ? "chat" : "email", y1 = (e, n, t) => {
|
|
26224
26224
|
const a = e.sm_details || [], r = a[0], o = a.length > 0 ? a[a.length - 1] : null;
|
|
26225
26225
|
return {
|
|
26226
26226
|
type: b1(e.channel),
|