@mx-cartographer/experiences 7.9.2 → 7.9.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.
package/CHANGELOG.md
CHANGED
|
@@ -99,7 +99,7 @@ class x {
|
|
|
99
99
|
get accountProfiles() {
|
|
100
100
|
const e = this.globalStore.appDataStore.clientCommunicationProfile;
|
|
101
101
|
return this.detailedNotificationProfiles.filter(
|
|
102
|
-
(t) => t.notification_type === n.DebtPaymentReminder && e.debt_payment_reminder_notifications_enabled || t.notification_type === n.AccountBalanceLow && e.low_balance_notifications_enabled || t.notification_type === n.AccountDepositLarge && e.large_deposit_notifications_enabled || t.notification_type === n.TransactionExpenseLarge && e.large_expense_notifications_enabled || t.notification_type === n.TransactionFeeCharge && e.transaction_fee_notifications_enabled || t.notification_type === n.InternationalTransaction && e.transaction_is_international_notifications_enabled || t.notification_type === n.AccountDepositLargePosted && e.
|
|
102
|
+
(t) => t.notification_type === n.DebtPaymentReminder && e.debt_payment_reminder_notifications_enabled || t.notification_type === n.AccountBalanceLow && e.low_balance_notifications_enabled || t.notification_type === n.AccountDepositLarge && e.large_deposit_notifications_enabled || t.notification_type === n.TransactionExpenseLarge && e.large_expense_notifications_enabled || t.notification_type === n.TransactionFeeCharge && e.transaction_fee_notifications_enabled || t.notification_type === n.InternationalTransaction && e.transaction_is_international_notifications_enabled || t.notification_type === n.AccountDepositLargePosted && e.large_deposit_posted_notifications_enabled
|
|
103
103
|
);
|
|
104
104
|
}
|
|
105
105
|
get budgetProfiles() {
|
package/dist/common/index.es.js
CHANGED
|
@@ -67,7 +67,7 @@ import { F as Dt } from "../FinstrongStore-bEn_im_e.mjs";
|
|
|
67
67
|
import { A as At, m as vt, a as Et, b as Tt } from "../InvestmentUtil-jOyOgzIB.mjs";
|
|
68
68
|
import { M as Bt } from "../MerchantStore-WvZ4gnQe.mjs";
|
|
69
69
|
import { N as It } from "../NetWorthStore-yV43kJro.mjs";
|
|
70
|
-
import { a as Nt } from "../SettingsStore-
|
|
70
|
+
import { a as Nt } from "../SettingsStore-uQ4s2d0P.mjs";
|
|
71
71
|
import { addMonths as Mt } from "date-fns/addMonths";
|
|
72
72
|
import { getMonth as T } from "date-fns/getMonth";
|
|
73
73
|
import { a as qo, e as Yo, d as Qo, A as Xo, f as jo, C as Ko, g as zo, E as Vo, M as Zo, N as Jo, c as ta, P as ea, h as sa, S as ra } from "../Account-BiB1F8lL.mjs";
|
|
@@ -27,6 +27,7 @@ export interface ClientCommunicationProfile {
|
|
|
27
27
|
email_notifications_enabled: boolean;
|
|
28
28
|
goal_progress_notifications_enabled: boolean;
|
|
29
29
|
large_deposit_notifications_enabled: boolean;
|
|
30
|
+
large_deposit_posted_notifications_enabled: boolean;
|
|
30
31
|
large_expense_notifications_enabled: boolean;
|
|
31
32
|
low_balance_notifications_enabled: boolean;
|
|
32
33
|
offer_notifications_enabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as Xt, a as Yt } from "../SettingsStore-
|
|
1
|
+
import { S as Xt, a as Yt } from "../SettingsStore-uQ4s2d0P.mjs";
|
|
2
2
|
import { jsxs as c, Fragment as Q, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import p from "react";
|
|
4
4
|
import { observer as C } from "mobx-react-lite";
|