@feedmepos/mf-payment 1.2.0 → 1.2.1
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/dist/{PayoutAccount-BvU23xuM.js → PayoutAccount-CajKtGCP.js} +5 -5
- package/dist/{PayoutAccount-CLJp9Jyn.js → PayoutAccount-D8R2kieb.js} +6 -6
- package/dist/PayoutAccountSetting-DQqH71Pj.js +890 -0
- package/dist/{Restaurant-C962cqyn.js → Restaurant-Dbp_UTNd.js} +4 -4
- package/dist/{RestaurantSetting-C2zHT9N3.js → RestaurantSetting-dem9GccJ.js} +3 -3
- package/dist/{Settlement-BHHc5YoF.js → Settlement-CIl7p5BM.js} +3 -3
- package/dist/{Settlement-BZuKvRaG.js → Settlement-D47q_Wmh.js} +3 -3
- package/dist/{SettlementTransactions-zqQOlNmL.js → SettlementTransactions-BSN_bqJ2.js} +3 -3
- package/dist/{SettlementTransactions-T_NueCUi.js → SettlementTransactions-VhSpt9Ya.js} +3 -3
- package/dist/{Terminal-DEndcR6q.js → Terminal-DhDp8CZP.js} +5 -5
- package/dist/{TerminalSetting-Y11VutPg.js → TerminalSetting-Z4Yf71s4.js} +3 -3
- package/dist/{Transaction-BMh7HeF-.js → Transaction-DfqdJTc4.js} +5 -5
- package/dist/{Transaction-CKHYz4EJ.js → Transaction-DodA1Rsr.js} +7 -7
- package/dist/{TransactionOld-CBu3JNau.js → TransactionOld-BVC2EZES.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-Bm6pV5Ps.js → TransactionTable.vue_vue_type_script_setup_true_lang-BSQyjy9r.js} +3 -3
- package/dist/api/payout/index.d.ts +2 -1
- package/dist/{app-BpdRZpkd.js → app-DO-yUYMX.js} +385 -385
- package/dist/app.js +1 -1
- package/dist/{assets-CiNHrDU0.js → assets-Afjskent.js} +2 -2
- package/dist/{grafana-D4sIBgS0.js → grafana-Bx1CNAeG.js} +1 -1
- package/dist/{index-C2ZxjTVN.js → index-9ImIPLpT.js} +1 -1
- package/dist/index-BG-pqgpq.js +73 -0
- package/dist/{index-CtH76apJ.js → index-CWjhBRl-.js} +1 -1
- package/dist/{index-CuBlZneL.js → index-DJFB47Iu.js} +1 -1
- package/dist/{index-B9Q6VJh7.js → index-DcA8mNkW.js} +6527 -6473
- package/dist/{index-CtGB8IE0.js → index-DjMmMfFw.js} +1 -1
- package/dist/{index-D7YmrmZF.js → index-eVDNyUp0.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-C5YwGnbl.js → index.vue_vue_type_script_setup_true_lang-Pj1GGD11.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-DoiqVkOg.js → payout-account-1UTg_py3.js} +3 -3
- package/dist/stores/payoutAccount.d.ts +6 -6
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +36 -14
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +36 -14
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +155 -0
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +49 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +12 -12
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +24 -24
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +12 -12
- package/package.json +2 -2
- package/dist/PayoutAccountSetting-DjrQRJDm.js +0 -728
- package/dist/index-CJL2mrrn.js +0 -67
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as I, ref as r, resolveComponent as p, openBlock as f, createBlock as L, withCtx as P, createVNode as d, createElementVNode as u, normalizeStyle as T, createElementBlock as M, Fragment as N, renderList as j, computed as C, watch as S, onMounted as E, unref as D, toDisplayString as B, createCommentVNode as O, normalizeClass as R } from "vue";
|
2
|
-
import { u as G } from "./index-
|
2
|
+
import { u as G } from "./index-DcA8mNkW.js";
|
3
3
|
import "@feedmepos/ui-library";
|
4
4
|
const H = ["id"], U = /* @__PURE__ */ I({
|
5
5
|
__name: "FmTableSelection",
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@feedmepos/mf-payment",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.1",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@feedmepos/core": "^2.6.0",
|
35
35
|
"@feedmepos/mf-common": "^1.11.6",
|
36
36
|
"vue-i18n": "10.0.5",
|
37
|
-
"@feedmepos/payment-entity": "^0.1.
|
37
|
+
"@feedmepos/payment-entity": "^0.1.5",
|
38
38
|
"@feedmepos/ui-library": "^1.3.9",
|
39
39
|
"axios": "^0.27.2",
|
40
40
|
"buffer": "^6.0.3",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as rt, C as st, r as ye, S as it, g as re, a as ot, b as at, c as pe, F as ut, d as ct, e as lt } from "./app-
|
2
|
-
import { a as ht, c as dt, d as ft } from "./index-
|
3
|
-
import { _ as G } from "./index-
|
1
|
+
import { _ as rt, C as st, r as ye, S as it, g as re, a as ot, b as at, c as pe, F as ut, d as ct, e as lt } from "./app-DO-yUYMX.js";
|
2
|
+
import { a as ht, c as dt, d as ft } from "./index-DcA8mNkW.js";
|
3
|
+
import { _ as G } from "./index-DJFB47Iu.js";
|
4
4
|
import { useCoreStore as _t } from "@feedmepos/mf-common";
|
5
5
|
/**
|
6
6
|
* @license
|
@@ -8,7 +8,7 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
8
8
|
enable?: boolean | null | undefined;
|
9
9
|
ref?: any;
|
10
10
|
status: "NEW" | "PENDING" | "APPROVED";
|
11
|
-
|
11
|
+
notifyUrl: string;
|
12
12
|
store: {
|
13
13
|
bank?: {
|
14
14
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -27,14 +27,14 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
27
27
|
id: string;
|
28
28
|
event: "ORDERING" | "MARKETING";
|
29
29
|
};
|
30
|
-
|
30
|
+
_id: string;
|
31
31
|
methods: {
|
32
32
|
rate?: {
|
33
33
|
amount: number;
|
34
34
|
precision: number;
|
35
35
|
} | null | undefined;
|
36
36
|
tPlus?: number | null | undefined;
|
37
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
37
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "MACAU_PASS" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
38
38
|
variant: string;
|
39
39
|
}[];
|
40
40
|
businessId: string;
|
@@ -43,7 +43,7 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
43
43
|
enable?: boolean | null | undefined;
|
44
44
|
ref?: any;
|
45
45
|
status: "NEW" | "PENDING" | "APPROVED";
|
46
|
-
|
46
|
+
notifyUrl: string;
|
47
47
|
store: {
|
48
48
|
bank?: {
|
49
49
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -62,14 +62,14 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
62
62
|
id: string;
|
63
63
|
event: "ORDERING" | "MARKETING";
|
64
64
|
};
|
65
|
-
|
65
|
+
_id: string;
|
66
66
|
methods: {
|
67
67
|
rate?: {
|
68
68
|
amount: number;
|
69
69
|
precision: number;
|
70
70
|
} | null | undefined;
|
71
71
|
tPlus?: number | null | undefined;
|
72
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
72
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "MACAU_PASS" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
73
73
|
variant: string;
|
74
74
|
}[];
|
75
75
|
businessId: string;
|