@feedmepos/mf-payment 1.0.0-beta.6 → 1.0.0-beta.8

Sign up to get free protection for your applications and to get access to all the features.
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { h as p, f as s } from "./app-CLnEntGO.js";
1
+ import { h as p, f as s } from "./app-BU40L4Ah.js";
2
2
  export {
3
3
  p as FmApp,
4
4
  s as routers
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.8",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,4 +1,4 @@
1
- import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-CLnEntGO.js";
1
+ import { _ as Qe, C as et, r as Oe, S as tt, g as re, a as nt, b as rt, c as _e, d as st, F as it, e as ot } from "./app-BU40L4Ah.js";
2
2
  import { d as at, f as ut, _ as Y, m as ct } from "./index-4meiCsRz.js";
3
3
  /**
4
4
  * @license
@@ -1,7 +1,7 @@
1
1
  interface State {
2
2
  isIframe: boolean;
3
3
  }
4
- export declare const useIframeStore: import("pinia").StoreDefinition<"iframe", Pick<{
4
+ export declare const useIframeStore: import("pinia").StoreDefinition<"mf-payment-iframe", Pick<{
5
5
  state: import("vue").ComputedRef<State>;
6
6
  init: (isIframe: boolean) => void;
7
7
  }, never>, Pick<{
@@ -2,7 +2,7 @@ import { PayoutAccountCreateDto, PayoutAccountUpdateDto, PayoutAccountWithRefDto
2
2
  interface PayoutAccountState {
3
3
  businessPayoutAccounts: PayoutAccountWithRefDto[];
4
4
  }
5
- export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"payoutAccount", PayoutAccountState, {
5
+ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-payment-payoutAccount", PayoutAccountState, {
6
6
  getBusinessPayoutAccounts: (state: {
7
7
  businessPayoutAccounts: {
8
8
  enable?: boolean | null | undefined;