@mx-cartographer/experiences 6.10.1-alpha.mega5 → 6.10.1-alpha.mega6
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14740,7 +14740,7 @@ const Mr = "PARENT-ENTITY", o1 = (e, n) => {
|
|
|
14740
14740
|
const f = r ? r1(C.notification_type, a) : o1(C.notification_type, a), E = i.filter(
|
|
14741
14741
|
(S) => S.entity_guid !== Mr && S.notification_type === C.notification_type && e.some((A) => A.guid === S.entity_guid)
|
|
14742
14742
|
), b = [];
|
|
14743
|
-
c && !u && C.email_channel && b.push(a.delivery_method_email_label), d && !g && C.sms_channel && b.push(a.delivery_method_sms_label), _ && !m && C.push_channel && b.push(a.delivery_method_push_label), s.push({
|
|
14743
|
+
(c || r) && !u && C.email_channel && b.push(a.delivery_method_email_label), (d || r) && !g && C.sms_channel && b.push(a.delivery_method_sms_label), (_ || r) && !m && C.push_channel && b.push(a.delivery_method_push_label), s.push({
|
|
14744
14744
|
...C,
|
|
14745
14745
|
children: E.map((S) => ({
|
|
14746
14746
|
...S,
|