@feedmepos/mf-payment 1.1.14-beta.1 → 1.1.14
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-BjcP1n1D.js → PayoutAccount-B-XpzTqu.js} +7 -8
- package/dist/{PayoutAccount-BhC9GdVa.js → PayoutAccount-CuGn640K.js} +6 -7
- package/dist/{PayoutAccountSetting-61UI9TTU.js → PayoutAccountSetting-CmlqySTp.js} +3 -3
- package/dist/{Restaurant-BEjGTeZK.js → Restaurant-CbXVnwaT.js} +4 -4
- package/dist/{RestaurantSetting-CH5KXJd-.js → RestaurantSetting-DBgztIry.js} +3 -3
- package/dist/{Settlement-CpWtqcbV.js → Settlement-BskRF_Qk.js} +3 -3
- package/dist/{Settlement-Ekk7fPLv.js → Settlement-ChMZqkYo.js} +3 -3
- package/dist/{SettlementTransactions-DddCRhIs.js → SettlementTransactions-BvU4bVd3.js} +3 -3
- package/dist/{SettlementTransactions-CytrIXUM.js → SettlementTransactions-CiqJyr1g.js} +3 -3
- package/dist/{Terminal-5BRplzny.js → Terminal-C4rFd_FC.js} +6 -6
- package/dist/TerminalSetting-MNCHf9x9.js +497 -0
- package/dist/{Transaction-Bnm30wxt.js → Transaction-C5ULLdoi.js} +8 -9
- package/dist/{Transaction-D2qgyVJA.js → Transaction-DTe3ST6p.js} +5 -5
- package/dist/{TransactionOld-DL9vMDXr.js → TransactionOld-BTqo9lii.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-PXvQ-nrK.js → TransactionTable.vue_vue_type_script_setup_true_lang-D8HsRsbZ.js} +3 -3
- package/dist/{app--PNGHtZ3.js → app-Dit06Jr6.js} +253 -253
- package/dist/app.js +1 -1
- package/dist/{assets-BAvqcM2y.js → assets-B7sgKcul.js} +28 -30
- package/dist/{grafana-XJlaGQ8C.js → grafana-wm93DnN2.js} +2 -2
- package/dist/{index-B4xE-ETp.js → index-C-M1CL9P.js} +12517 -13115
- package/dist/{index-s6srEUqZ.js → index-DP7VUbrW.js} +1 -1
- package/dist/{index-SqBpMlb0.js → index-DUM9Y_Ap.js} +1 -1
- package/dist/{index-pPbE76Vg.js → index-DcZShqtg.js} +1 -1
- package/dist/{index-DXzezAJQ.js → index-De79N6Ur.js} +3 -4
- package/dist/{index-DsT_D8r0.js → index-jDKnGfXk.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-aFl1Lbk1.js → index.vue_vue_type_script_setup_true_lang-Du_N-XKk.js} +1 -1
- package/dist/model/transaction.d.ts +2 -1
- package/dist/package.json +2 -2
- package/dist/payout-account-COpn8ige.js +1819 -0
- package/dist/stores/payoutAccount.d.ts +4 -4
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +28 -22
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +40 -40
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +20 -20
- package/package.json +2 -2
- package/dist/TerminalSetting-D8nuI1Gv.js +0 -587
- package/dist/index-DtHh0OLe.js +0 -162
- package/dist/payout-account-TSBuddbd.js +0 -1953
- package/dist/views/admin/terminal/tabs/SoftspaceGateway.vue.d.ts +0 -90
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
15
15
|
} | null | undefined;
|
16
|
-
bankStatement?: string | null | undefined;
|
17
16
|
ssm?: string | null | undefined;
|
17
|
+
bankStatement?: string | null | undefined;
|
18
18
|
exteriorPhoto?: string | null | undefined;
|
19
19
|
keyPerson?: {
|
20
20
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
34
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
name: string;
|
54
54
|
} | null | undefined;
|
55
|
-
bankStatement?: string | null | undefined;
|
56
55
|
ssm?: string | null | undefined;
|
56
|
+
bankStatement?: string | null | undefined;
|
57
57
|
exteriorPhoto?: string | null | undefined;
|
58
58
|
keyPerson?: {
|
59
59
|
name: string;
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
precision: number;
|
71
71
|
} | null | undefined;
|
72
72
|
tPlus?: number | null | undefined;
|
73
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
73
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
74
74
|
variant: string;
|
75
75
|
}[];
|
76
76
|
businessId: string;
|
@@ -2,23 +2,23 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
payoutAccount: {
|
4
4
|
type: PropType<{
|
5
|
+
enable?: boolean | null | undefined;
|
5
6
|
gateways?: ({
|
7
|
+
paymentGateway: "REVENUE_MONSTER";
|
6
8
|
config: {
|
7
9
|
clientId: string;
|
8
10
|
clientPrivateKey: string;
|
9
11
|
clientSecret: string;
|
10
12
|
storeId: string;
|
11
13
|
};
|
12
|
-
paymentGateway: "REVENUE_MONSTER";
|
13
14
|
} | {
|
15
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
14
16
|
config: {
|
15
|
-
secretKey: string;
|
16
17
|
merchantId: string;
|
18
|
+
secretKey: string;
|
17
19
|
verifyKey: string;
|
18
20
|
};
|
19
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
20
21
|
})[] | null | undefined;
|
21
|
-
enable?: boolean | null | undefined;
|
22
22
|
gatewayOverride?: {
|
23
23
|
type?: "Payment Sandbox" | "Internet Banking" | "Credit Card" | "E-Wallet" | "Over The Counter" | null | undefined;
|
24
24
|
conditions?: {
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
26
26
|
conditionValue?: any;
|
27
27
|
}[] | null | undefined;
|
28
28
|
value: string;
|
29
|
-
gateway: "
|
29
|
+
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "GHL" | "MAYBANK" | "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "NETS";
|
30
30
|
icon: string;
|
31
31
|
label: string;
|
32
32
|
}[] | null | undefined;
|
@@ -35,12 +35,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
store: {
|
36
36
|
bank?: {
|
37
37
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
38
|
+
name?: any;
|
38
39
|
accountNumber?: string | null | undefined;
|
39
40
|
holderName?: string | null | undefined;
|
40
|
-
name: string;
|
41
41
|
} | null | undefined;
|
42
|
-
bankStatement?: string | null | undefined;
|
43
42
|
ssm?: string | null | undefined;
|
43
|
+
bankStatement?: string | null | undefined;
|
44
44
|
exteriorPhoto?: string | null | undefined;
|
45
45
|
keyPerson?: {
|
46
46
|
name: string;
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
57
57
|
precision: number;
|
58
58
|
} | null | undefined;
|
59
59
|
tPlus?: number | null | undefined;
|
60
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
60
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
61
61
|
variant: string;
|
62
62
|
}[];
|
63
63
|
businessId: string;
|
@@ -67,23 +67,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
67
67
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
68
68
|
payoutAccount: {
|
69
69
|
type: PropType<{
|
70
|
+
enable?: boolean | null | undefined;
|
70
71
|
gateways?: ({
|
72
|
+
paymentGateway: "REVENUE_MONSTER";
|
71
73
|
config: {
|
72
74
|
clientId: string;
|
73
75
|
clientPrivateKey: string;
|
74
76
|
clientSecret: string;
|
75
77
|
storeId: string;
|
76
78
|
};
|
77
|
-
paymentGateway: "REVENUE_MONSTER";
|
78
79
|
} | {
|
80
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
79
81
|
config: {
|
80
|
-
secretKey: string;
|
81
82
|
merchantId: string;
|
83
|
+
secretKey: string;
|
82
84
|
verifyKey: string;
|
83
85
|
};
|
84
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
86
|
})[] | null | undefined;
|
86
|
-
enable?: boolean | null | undefined;
|
87
87
|
gatewayOverride?: {
|
88
88
|
type?: "Payment Sandbox" | "Internet Banking" | "Credit Card" | "E-Wallet" | "Over The Counter" | null | undefined;
|
89
89
|
conditions?: {
|
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
91
91
|
conditionValue?: any;
|
92
92
|
}[] | null | undefined;
|
93
93
|
value: string;
|
94
|
-
gateway: "
|
94
|
+
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "GHL" | "MAYBANK" | "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "NETS";
|
95
95
|
icon: string;
|
96
96
|
label: string;
|
97
97
|
}[] | null | undefined;
|
@@ -100,12 +100,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
100
100
|
store: {
|
101
101
|
bank?: {
|
102
102
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
103
|
+
name?: any;
|
103
104
|
accountNumber?: string | null | undefined;
|
104
105
|
holderName?: string | null | undefined;
|
105
|
-
name: string;
|
106
106
|
} | null | undefined;
|
107
|
-
bankStatement?: string | null | undefined;
|
108
107
|
ssm?: string | null | undefined;
|
108
|
+
bankStatement?: string | null | undefined;
|
109
109
|
exteriorPhoto?: string | null | undefined;
|
110
110
|
keyPerson?: {
|
111
111
|
name: string;
|
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
122
122
|
precision: number;
|
123
123
|
} | null | undefined;
|
124
124
|
tPlus?: number | null | undefined;
|
125
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
125
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
126
126
|
variant: string;
|
127
127
|
}[];
|
128
128
|
businessId: string;
|
@@ -2,23 +2,23 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
payoutAccount: {
|
4
4
|
type: PropType<{
|
5
|
+
enable?: boolean | null | undefined;
|
5
6
|
gateways?: ({
|
7
|
+
paymentGateway: "REVENUE_MONSTER";
|
6
8
|
config: {
|
7
9
|
clientId: string;
|
8
10
|
clientPrivateKey: string;
|
9
11
|
clientSecret: string;
|
10
12
|
storeId: string;
|
11
13
|
};
|
12
|
-
paymentGateway: "REVENUE_MONSTER";
|
13
14
|
} | {
|
15
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
14
16
|
config: {
|
15
|
-
secretKey: string;
|
16
17
|
merchantId: string;
|
18
|
+
secretKey: string;
|
17
19
|
verifyKey: string;
|
18
20
|
};
|
19
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
20
21
|
})[] | null | undefined;
|
21
|
-
enable?: boolean | null | undefined;
|
22
22
|
gatewayOverride?: {
|
23
23
|
type?: "Payment Sandbox" | "Internet Banking" | "Credit Card" | "E-Wallet" | "Over The Counter" | null | undefined;
|
24
24
|
conditions?: {
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
26
26
|
conditionValue?: any;
|
27
27
|
}[] | null | undefined;
|
28
28
|
value: string;
|
29
|
-
gateway: "
|
29
|
+
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "GHL" | "MAYBANK" | "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "NETS";
|
30
30
|
icon: string;
|
31
31
|
label: string;
|
32
32
|
}[] | null | undefined;
|
@@ -35,12 +35,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
store: {
|
36
36
|
bank?: {
|
37
37
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
38
|
+
name?: any;
|
38
39
|
accountNumber?: string | null | undefined;
|
39
40
|
holderName?: string | null | undefined;
|
40
|
-
name: string;
|
41
41
|
} | null | undefined;
|
42
|
-
bankStatement?: string | null | undefined;
|
43
42
|
ssm?: string | null | undefined;
|
43
|
+
bankStatement?: string | null | undefined;
|
44
44
|
exteriorPhoto?: string | null | undefined;
|
45
45
|
keyPerson?: {
|
46
46
|
name: string;
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
57
57
|
precision: number;
|
58
58
|
} | null | undefined;
|
59
59
|
tPlus?: number | null | undefined;
|
60
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
60
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
61
61
|
variant: string;
|
62
62
|
}[];
|
63
63
|
businessId: string;
|
@@ -67,23 +67,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
67
67
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
68
68
|
payoutAccount: {
|
69
69
|
type: PropType<{
|
70
|
+
enable?: boolean | null | undefined;
|
70
71
|
gateways?: ({
|
72
|
+
paymentGateway: "REVENUE_MONSTER";
|
71
73
|
config: {
|
72
74
|
clientId: string;
|
73
75
|
clientPrivateKey: string;
|
74
76
|
clientSecret: string;
|
75
77
|
storeId: string;
|
76
78
|
};
|
77
|
-
paymentGateway: "REVENUE_MONSTER";
|
78
79
|
} | {
|
80
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
79
81
|
config: {
|
80
|
-
secretKey: string;
|
81
82
|
merchantId: string;
|
83
|
+
secretKey: string;
|
82
84
|
verifyKey: string;
|
83
85
|
};
|
84
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
86
|
})[] | null | undefined;
|
86
|
-
enable?: boolean | null | undefined;
|
87
87
|
gatewayOverride?: {
|
88
88
|
type?: "Payment Sandbox" | "Internet Banking" | "Credit Card" | "E-Wallet" | "Over The Counter" | null | undefined;
|
89
89
|
conditions?: {
|
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
91
91
|
conditionValue?: any;
|
92
92
|
}[] | null | undefined;
|
93
93
|
value: string;
|
94
|
-
gateway: "
|
94
|
+
gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "GHL" | "MAYBANK" | "FEEDME" | "MACAU_PASS" | "FEEDME_TERMINAL" | "NETS";
|
95
95
|
icon: string;
|
96
96
|
label: string;
|
97
97
|
}[] | null | undefined;
|
@@ -100,12 +100,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
100
100
|
store: {
|
101
101
|
bank?: {
|
102
102
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
103
|
+
name?: any;
|
103
104
|
accountNumber?: string | null | undefined;
|
104
105
|
holderName?: string | null | undefined;
|
105
|
-
name: string;
|
106
106
|
} | null | undefined;
|
107
|
-
bankStatement?: string | null | undefined;
|
108
107
|
ssm?: string | null | undefined;
|
108
|
+
bankStatement?: string | null | undefined;
|
109
109
|
exteriorPhoto?: string | null | undefined;
|
110
110
|
keyPerson?: {
|
111
111
|
name: string;
|
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
122
122
|
precision: number;
|
123
123
|
} | null | undefined;
|
124
124
|
tPlus?: number | null | undefined;
|
125
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
125
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
126
126
|
variant: string;
|
127
127
|
}[];
|
128
128
|
businessId: string;
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
18
18
|
holderName?: string | null | undefined;
|
19
19
|
name: string;
|
20
20
|
} | null | undefined;
|
21
|
-
bankStatement?: string | null | undefined;
|
22
21
|
ssm?: string | null | undefined;
|
22
|
+
bankStatement?: string | null | undefined;
|
23
23
|
exteriorPhoto?: string | null | undefined;
|
24
24
|
keyPerson?: {
|
25
25
|
name: string;
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
precision: number;
|
37
37
|
} | null | undefined;
|
38
38
|
tPlus?: number | null | undefined;
|
39
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
39
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
40
40
|
variant: string;
|
41
41
|
}[];
|
42
42
|
businessId: string;
|
@@ -61,8 +61,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
61
61
|
holderName?: string | null | undefined;
|
62
62
|
name: string;
|
63
63
|
} | null | undefined;
|
64
|
-
bankStatement?: string | null | undefined;
|
65
64
|
ssm?: string | null | undefined;
|
65
|
+
bankStatement?: string | null | undefined;
|
66
66
|
exteriorPhoto?: string | null | undefined;
|
67
67
|
keyPerson?: {
|
68
68
|
name: string;
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
79
79
|
precision: number;
|
80
80
|
} | null | undefined;
|
81
81
|
tPlus?: number | null | undefined;
|
82
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
82
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
83
83
|
variant: string;
|
84
84
|
}[];
|
85
85
|
businessId: string;
|
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
15
15
|
} | null | undefined;
|
16
|
-
bankStatement?: string | null | undefined;
|
17
16
|
ssm?: string | null | undefined;
|
17
|
+
bankStatement?: string | null | undefined;
|
18
18
|
exteriorPhoto?: string | null | undefined;
|
19
19
|
keyPerson?: {
|
20
20
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
34
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
name: string;
|
54
54
|
} | null | undefined;
|
55
|
-
bankStatement?: string | null | undefined;
|
56
55
|
ssm?: string | null | undefined;
|
56
|
+
bankStatement?: string | null | undefined;
|
57
57
|
exteriorPhoto?: string | null | undefined;
|
58
58
|
keyPerson?: {
|
59
59
|
name: string;
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
precision: number;
|
71
71
|
} | null | undefined;
|
72
72
|
tPlus?: number | null | undefined;
|
73
|
-
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "
|
73
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "MACAU_PASS" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX";
|
74
74
|
variant: string;
|
75
75
|
}[];
|
76
76
|
businessId: string;
|
@@ -2,12 +2,12 @@ import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
gateway: {
|
4
4
|
type: PropType<{
|
5
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
5
6
|
config: {
|
6
|
-
secretKey: string;
|
7
7
|
merchantId: string;
|
8
|
+
secretKey: string;
|
8
9
|
verifyKey: string;
|
9
10
|
};
|
10
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
11
11
|
} | undefined>;
|
12
12
|
required: true;
|
13
13
|
};
|
@@ -22,12 +22,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
22
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
23
23
|
gateway: {
|
24
24
|
type: PropType<{
|
25
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
25
26
|
config: {
|
26
|
-
secretKey: string;
|
27
27
|
merchantId: string;
|
28
|
+
secretKey: string;
|
28
29
|
verifyKey: string;
|
29
30
|
};
|
30
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
31
31
|
} | undefined>;
|
32
32
|
required: true;
|
33
33
|
};
|
@@ -12,17 +12,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
15
16
|
config: {
|
16
17
|
applicationCode?: string | null | undefined;
|
17
18
|
offlineSecret?: string | null | undefined;
|
18
|
-
secretKey: string;
|
19
|
-
uniqueId: string;
|
20
19
|
merchantId: string;
|
20
|
+
secretKey: string;
|
21
21
|
verifyKey: string;
|
22
|
+
uniqueId: string;
|
22
23
|
};
|
23
|
-
active: boolean;
|
24
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
25
24
|
_rev: string;
|
25
|
+
active: boolean;
|
26
26
|
} | undefined>;
|
27
27
|
required: true;
|
28
28
|
};
|
@@ -38,17 +38,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
38
38
|
gateway: {
|
39
39
|
type: PropType<{
|
40
40
|
_id: string;
|
41
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
41
42
|
config: {
|
42
43
|
applicationCode?: string | null | undefined;
|
43
44
|
offlineSecret?: string | null | undefined;
|
44
|
-
secretKey: string;
|
45
|
-
uniqueId: string;
|
46
45
|
merchantId: string;
|
46
|
+
secretKey: string;
|
47
47
|
verifyKey: string;
|
48
|
+
uniqueId: string;
|
48
49
|
};
|
49
|
-
active: boolean;
|
50
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
51
50
|
_rev: string;
|
51
|
+
active: boolean;
|
52
52
|
} | undefined>;
|
53
53
|
required: true;
|
54
54
|
};
|
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
paymentGateway: "E_GHL";
|
15
16
|
config: {
|
16
|
-
terminalId: string;
|
17
17
|
merchantId: string;
|
18
|
+
terminalId: string;
|
18
19
|
privateKey: string;
|
19
20
|
};
|
20
|
-
active: boolean;
|
21
|
-
paymentGateway: "E_GHL";
|
22
21
|
_rev: string;
|
22
|
+
active: boolean;
|
23
23
|
} | undefined>;
|
24
24
|
required: true;
|
25
25
|
};
|
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
gateway: {
|
36
36
|
type: PropType<{
|
37
37
|
_id: string;
|
38
|
+
paymentGateway: "E_GHL";
|
38
39
|
config: {
|
39
|
-
terminalId: string;
|
40
40
|
merchantId: string;
|
41
|
+
terminalId: string;
|
41
42
|
privateKey: string;
|
42
43
|
};
|
43
|
-
active: boolean;
|
44
|
-
paymentGateway: "E_GHL";
|
45
44
|
_rev: string;
|
45
|
+
active: boolean;
|
46
46
|
} | undefined>;
|
47
47
|
required: true;
|
48
48
|
};
|
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
paymentGateway: "REVENUE_MONSTER";
|
15
16
|
config: {
|
16
17
|
clientId: string;
|
17
18
|
clientPrivateKey: string;
|
18
19
|
clientSecret: string;
|
19
20
|
storeId: string;
|
20
21
|
};
|
21
|
-
active: boolean;
|
22
|
-
paymentGateway: "REVENUE_MONSTER";
|
23
22
|
_rev: string;
|
23
|
+
active: boolean;
|
24
24
|
} | undefined>;
|
25
25
|
required: true;
|
26
26
|
};
|
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
gateway: {
|
37
37
|
type: PropType<{
|
38
38
|
_id: string;
|
39
|
+
paymentGateway: "REVENUE_MONSTER";
|
39
40
|
config: {
|
40
41
|
clientId: string;
|
41
42
|
clientPrivateKey: string;
|
42
43
|
clientSecret: string;
|
43
44
|
storeId: string;
|
44
45
|
};
|
45
|
-
active: boolean;
|
46
|
-
paymentGateway: "REVENUE_MONSTER";
|
47
46
|
_rev: string;
|
47
|
+
active: boolean;
|
48
48
|
} | undefined>;
|
49
49
|
required: true;
|
50
50
|
};
|
@@ -3,17 +3,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
3
3
|
terminal: {
|
4
4
|
type: PropType<{
|
5
5
|
name?: string | null | undefined;
|
6
|
-
deviceId?: string | null | undefined;
|
7
|
-
bindCode?: string | null | undefined;
|
8
6
|
secretKey?: string | null | undefined;
|
9
|
-
|
10
|
-
gateways?: {
|
7
|
+
gateways?: ({
|
11
8
|
config?: {
|
12
|
-
packageId: string;
|
13
9
|
uniqueId: string;
|
10
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
14
11
|
} | null | undefined;
|
15
|
-
gateway: "Fiuu"
|
16
|
-
}
|
12
|
+
gateway: "Fiuu";
|
13
|
+
} | {
|
14
|
+
config?: any;
|
15
|
+
gateway: "ScanPay";
|
16
|
+
})[] | null | undefined;
|
17
|
+
deviceId?: string | null | undefined;
|
18
|
+
bindCode?: string | null | undefined;
|
19
|
+
token?: string | null | undefined;
|
17
20
|
ecrs?: ({
|
18
21
|
config?: {
|
19
22
|
terminalId: string;
|
@@ -21,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
24
|
gateway: "FeedMe";
|
22
25
|
} | {
|
23
26
|
config?: {
|
24
|
-
terminalId: string;
|
25
27
|
merchantId: string;
|
28
|
+
terminalId: string;
|
26
29
|
privateKey: string;
|
27
30
|
} | null | undefined;
|
28
31
|
gateway: "Ghl";
|
@@ -30,28 +33,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
33
|
deletedAt?: string | null | undefined;
|
31
34
|
status: "Active" | "Inactive";
|
32
35
|
_id: string;
|
33
|
-
referenceId: string;
|
34
|
-
securityCode: string;
|
35
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
36
|
createdAt: string;
|
37
|
+
referenceId: string;
|
37
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
38
41
|
}>;
|
39
42
|
};
|
40
43
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
41
44
|
terminal: {
|
42
45
|
type: PropType<{
|
43
46
|
name?: string | null | undefined;
|
44
|
-
deviceId?: string | null | undefined;
|
45
|
-
bindCode?: string | null | undefined;
|
46
47
|
secretKey?: string | null | undefined;
|
47
|
-
|
48
|
-
gateways?: {
|
48
|
+
gateways?: ({
|
49
49
|
config?: {
|
50
|
-
packageId: string;
|
51
50
|
uniqueId: string;
|
51
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
52
52
|
} | null | undefined;
|
53
|
-
gateway: "Fiuu"
|
54
|
-
}
|
53
|
+
gateway: "Fiuu";
|
54
|
+
} | {
|
55
|
+
config?: any;
|
56
|
+
gateway: "ScanPay";
|
57
|
+
})[] | null | undefined;
|
58
|
+
deviceId?: string | null | undefined;
|
59
|
+
bindCode?: string | null | undefined;
|
60
|
+
token?: string | null | undefined;
|
55
61
|
ecrs?: ({
|
56
62
|
config?: {
|
57
63
|
terminalId: string;
|
@@ -59,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
65
|
gateway: "FeedMe";
|
60
66
|
} | {
|
61
67
|
config?: {
|
62
|
-
terminalId: string;
|
63
68
|
merchantId: string;
|
69
|
+
terminalId: string;
|
64
70
|
privateKey: string;
|
65
71
|
} | null | undefined;
|
66
72
|
gateway: "Ghl";
|
@@ -68,11 +74,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
68
74
|
deletedAt?: string | null | undefined;
|
69
75
|
status: "Active" | "Inactive";
|
70
76
|
_id: string;
|
71
|
-
referenceId: string;
|
72
|
-
securityCode: string;
|
73
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
74
77
|
createdAt: string;
|
78
|
+
referenceId: string;
|
75
79
|
updatedAt: string;
|
80
|
+
securityCode: string;
|
81
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
76
82
|
}>;
|
77
83
|
};
|
78
84
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|