@mx-cartographer/experiences 6.26.0-alpha.sms6 → 6.26.0-alpha.sms7

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.
@@ -9,7 +9,7 @@ export declare class AccountStore {
9
9
  members: Member[];
10
10
  uiStore: UiStore;
11
11
  constructor(globalStore: GlobalStore);
12
- loadAccountData: ({ accounts, institutions, }: {
12
+ loadAccountData: ({ accounts, institutions, }?: {
13
13
  accounts?: Account[];
14
14
  institutions?: Institution[];
15
15
  }) => Promise<void>;
package/dist/index.es.js CHANGED
@@ -5585,7 +5585,7 @@ class Dh {
5585
5585
  associatedBeats: n,
5586
5586
  transactionRules: i,
5587
5587
  transactions: a
5588
- }) => {
5588
+ } = {}) => {
5589
5589
  await Promise.all([
5590
5590
  this.loadAssociatedBeats(Ye(/* @__PURE__ */ new Date()), n),
5591
5591
  this.loadTags(),
@@ -25964,7 +25964,7 @@ class hb {
25964
25964
  loadAccountData = async ({
25965
25965
  accounts: n,
25966
25966
  institutions: i
25967
- }) => {
25967
+ } = {}) => {
25968
25968
  await Promise.all([this.loadAccounts(n), this.loadInstitutions(i)]);
25969
25969
  };
25970
25970
  get cashAccounts() {