portalcash-shared 1.2.3 → 1.2.4

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.
@@ -70,6 +70,7 @@ declare global {
70
70
  const useAttrs: typeof import('vue')['useAttrs']
71
71
  const useAuthStore: typeof import('./stores/authStore')['useAuthStore']
72
72
  const useB2CAuth: typeof import('./composables/useB2CAuth')['useB2CAuth']
73
+ const useBankAccountsCCStore: typeof import('./stores/bankAccountsCCStore')['useBankAccountsCCStore']
73
74
  const useCatalogStore: typeof import('./stores/catalogStore')['useCatalogStore']
74
75
  const useClientStore: typeof import('./stores/clientStore')['useClientStore']
75
76
  const useClientTypesStore: typeof import('./stores/clientTypeStore')['useClientTypesStore']
package/dist/index.es.js CHANGED
@@ -42881,24 +42881,9 @@ const Ss = Rn(
42881
42881
  }
42882
42882
  ), r7 = Rn(
42883
42883
  "catalog",
42884
- () => {
42885
- const t = Y(null);
42886
- function e() {
42887
- return t.value;
42888
- }
42889
- function n(r) {
42890
- return t.value ? t.value[r] : null;
42891
- }
42892
- function i(r) {
42893
- t.value = r;
42894
- }
42895
- return {
42896
- catalog: t,
42897
- getCatalog: e,
42898
- getOneCatalog: n,
42899
- setCatalog: i
42900
- };
42901
- },
42884
+ () => ({
42885
+ catalog: Y(null)
42886
+ }),
42902
42887
  {
42903
42888
  persist: !0
42904
42889
  }