@mx-cartographer/experiences 6.1.0-alpha.bb5 → 6.1.0-alpha.bb6
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 +2 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -24187,7 +24187,8 @@ const wi = h.createContext(null), Ru = ({
|
|
24187
24187
|
predicted_occurs_on: ti(u, { representation: "date" }),
|
24188
24188
|
recurrence_day: Ft(u),
|
24189
24189
|
recurrence_type: l,
|
24190
|
-
repeating_transaction_type: A ? Mt.Income : Mt.Bill
|
24190
|
+
repeating_transaction_type: A ? Mt.Income : Mt.Bill,
|
24191
|
+
transaction_type: b.transaction_type
|
24191
24192
|
};
|
24192
24193
|
(l === zA.EveryWeek || l === zA.EveryOtherWeek) && (X.recurrence_day = Kt(u)), await s(X, b), x();
|
24193
24194
|
}, x = () => {
|