@mx-cartographer/experiences 6.5.5 → 6.5.6

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
@@ -1,4 +1,8 @@
1
- ## [6.5.5] - 06-17-2025
1
+ ## [6.5.6] - 06-16-2025
2
+
3
+ - ** FIXED** - Another issue preventing Recurring Transactions from being created
4
+
5
+ ## [6.5.5] - 06-16-2025
2
6
 
3
7
  - **ADDED** - API integration for user communication profile, aka `Delivery Methods`.
4
8
 
@@ -30,6 +30,7 @@ export declare enum RepeatingType {
30
30
  export interface RepeatingTransaction {
31
31
  guid: string;
32
32
  account_guid: string;
33
+ created_by: number;
33
34
  member_guid: string;
34
35
  merchant_guid: string;
35
36
  user_guid: string;
package/dist/index.es.js CHANGED
@@ -8189,6 +8189,8 @@ const Gs = ({ transaction: e }) => {
8189
8189
  const G = ka(C, $e(v.date)), O = {
8190
8190
  account_guid: v.account_guid,
8191
8191
  amount: v.amount,
8192
+ created_by: 0,
8193
+ // User
8192
8194
  merchant_guid: v.merchant_guid,
8193
8195
  description: v.payee || v.description || v.feed_description,
8194
8196
  predicted_occurs_on: Zi(G, { representation: "date" }),