@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/{PayoutAccount-CkDd9qfH.js → PayoutAccount-Blv8G-Yk.js} +2 -2
- package/dist/{PayoutAccount-CagbOYmv.js → PayoutAccount-CZs4XA5x.js} +1 -1
- package/dist/{Terminal-DvlTwA6V.js → Terminal-De69bTKY.js} +40 -39
- package/dist/{app-CLnEntGO.js → app-BU40L4Ah.js} +169 -169
- package/dist/app.js +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-4O7cL-1_.js → payout-account-BsnCr2__.js} +1 -1
- package/dist/stores/iframe.d.ts +1 -1
- package/dist/stores/payoutAccount.d.ts +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
package/dist/package.json
CHANGED
@@ -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-
|
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
|
package/dist/stores/iframe.d.ts
CHANGED
@@ -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;
|