@feedmepos/mf-payment 1.1.4 → 1.1.5
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-CSWZF-z8.js → PayoutAccount-D1FdkkEB.js} +3 -3
- package/dist/{PayoutAccount-B8nq1Ik5.js → PayoutAccount-DyNM5jJq.js} +5 -5
- package/dist/{PayoutAccountSetting-DLj_di-f.js → PayoutAccountSetting-BHu0tltk.js} +3 -3
- package/dist/{Restaurant-BNCtsCkB.js → Restaurant-B0jj-feX.js} +4 -4
- package/dist/{RestaurantSetting-D4CdKqLR.js → RestaurantSetting-Xc0315pb.js} +3 -3
- package/dist/{Settlement-D3vNmtrn.js → Settlement-CHzijt6f.js} +3 -3
- package/dist/{Settlement-ByKU2nbo.js → Settlement-CzgVFFOR.js} +3 -3
- package/dist/{SettlementTransactions-COA2whhB.js → SettlementTransactions-Dy2RhINp.js} +3 -3
- package/dist/{SettlementTransactions-OnGBlX91.js → SettlementTransactions-aXV-F0pq.js} +3 -3
- package/dist/{Terminal-BEGlXHeH.js → Terminal-D7xiQWl_.js} +5 -5
- package/dist/{TerminalSetting-BMMKEXAW.js → TerminalSetting-CWeUuXae.js} +3 -3
- package/dist/{Transaction-_dO1GXXy.js → Transaction-CoywkBWq.js} +6 -6
- package/dist/{Transaction-CSUJ4-Qs.js → Transaction-wOv5gZLF.js} +69 -64
- package/dist/{TransactionOld-Bo_ilNzh.js → TransactionOld-DxBgAdY3.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DZCndTn1.js → TransactionTable.vue_vue_type_script_setup_true_lang-CqsLOwBR.js} +3 -3
- package/dist/{app-CiImVRsy.js → app-DHXjFYAA.js} +204 -204
- package/dist/app.js +1 -1
- package/dist/{assets-1VaaNVmv.js → assets-BoIaLJKv.js} +2 -2
- package/dist/components/CursorTable/index.vue.d.ts +3 -3
- package/dist/components/PagingTable/index.vue.d.ts +3 -3
- package/dist/{grafana-B5l2gtJI.js → grafana-BbID9mKu.js} +8 -8
- package/dist/{index-CGcFfU-T.js → index-C9CuhJsa.js} +1 -1
- package/dist/{index-B6gp7UJO.js → index-CTAk5p0r.js} +1 -1
- package/dist/{index-DCM8IXN0.js → index-DTpvCGlg.js} +1 -1
- package/dist/{index-Dk5jCvkX.js → index-Dfv3QjcX.js} +7053 -6995
- package/dist/{index-DAwZpgYT.js → index-XH7vUgqJ.js} +1 -1
- package/dist/{index-CHStFeFQ.js → index-jgCYe5QM.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-D_lBJl2w.js → index.vue_vue_type_script_setup_true_lang-CGhB2AEC.js} +1 -1
- package/dist/model/payout-account.d.ts +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-B96a8IZo.js → payout-account-Bkz4uMWL.js} +2 -2
- 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 +6 -6
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +6 -6
- 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/restaurant/tabs/PaymentGateway.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +6 -6
- 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 +4 -4
- package/dist/views/admin/terminal/cell/Actions.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +4 -4
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +4 -4
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +12 -12
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +6 -6
- package/package.json +2 -2
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
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: "
|
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;
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
_id: string;
|
48
48
|
store: {
|
49
49
|
bank?: {
|
50
|
-
type?: "
|
50
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
51
51
|
accountNumber?: string | null | undefined;
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
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: "
|
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;
|
@@ -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;
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
34
|
_id: string;
|
35
35
|
store: {
|
36
36
|
bank?: {
|
37
|
-
type?: "
|
37
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
38
38
|
name?: any;
|
39
39
|
accountNumber?: string | null | undefined;
|
40
40
|
holderName?: string | null | undefined;
|
@@ -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: "
|
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;
|
@@ -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;
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
99
99
|
_id: string;
|
100
100
|
store: {
|
101
101
|
bank?: {
|
102
|
-
type?: "
|
102
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
103
103
|
name?: any;
|
104
104
|
accountNumber?: string | null | undefined;
|
105
105
|
holderName?: string | null | undefined;
|
@@ -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: "
|
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;
|
@@ -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;
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
34
|
_id: string;
|
35
35
|
store: {
|
36
36
|
bank?: {
|
37
|
-
type?: "
|
37
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
38
38
|
name?: any;
|
39
39
|
accountNumber?: string | null | undefined;
|
40
40
|
holderName?: string | null | undefined;
|
@@ -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: "
|
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;
|
@@ -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;
|
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
99
99
|
_id: string;
|
100
100
|
store: {
|
101
101
|
bank?: {
|
102
|
-
type?: "
|
102
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
103
103
|
name?: any;
|
104
104
|
accountNumber?: string | null | undefined;
|
105
105
|
holderName?: string | null | undefined;
|
@@ -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: "
|
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;
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
13
|
_id: string;
|
14
14
|
store: {
|
15
15
|
bank?: {
|
16
|
-
type?: "
|
16
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
17
17
|
accountNumber?: string | null | undefined;
|
18
18
|
holderName?: string | null | undefined;
|
19
19
|
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: "
|
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;
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
56
56
|
_id: string;
|
57
57
|
store: {
|
58
58
|
bank?: {
|
59
|
-
type?: "
|
59
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
60
60
|
accountNumber?: string | null | undefined;
|
61
61
|
holderName?: string | null | undefined;
|
62
62
|
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: "
|
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;
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
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: "
|
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;
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
_id: string;
|
48
48
|
store: {
|
49
49
|
bank?: {
|
50
|
-
type?: "
|
50
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
51
51
|
accountNumber?: string | null | undefined;
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
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: "
|
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;
|
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
231
231
|
enable: boolean;
|
232
232
|
methods: {
|
233
233
|
variant: string;
|
234
|
-
issuer: "
|
234
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
235
235
|
rate: {
|
236
236
|
amount: number;
|
237
237
|
precision: number;
|
@@ -631,7 +631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
631
631
|
enable: boolean;
|
632
632
|
methods: {
|
633
633
|
variant: string;
|
634
|
-
issuer: "
|
634
|
+
issuer: "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
635
635
|
rate: {
|
636
636
|
amount: number;
|
637
637
|
precision: number;
|
@@ -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
|
-
_rev: string;
|
16
15
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
17
|
-
active: boolean;
|
18
16
|
config: {
|
19
17
|
applicationCode?: string | null | undefined;
|
20
18
|
offlineSecret?: string | null | undefined;
|
21
|
-
uniqueId: string;
|
22
19
|
merchantId: string;
|
23
20
|
secretKey: string;
|
24
21
|
verifyKey: string;
|
22
|
+
uniqueId: string;
|
25
23
|
};
|
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
|
-
_rev: string;
|
42
41
|
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
43
|
-
active: boolean;
|
44
42
|
config: {
|
45
43
|
applicationCode?: string | null | undefined;
|
46
44
|
offlineSecret?: string | null | undefined;
|
47
|
-
uniqueId: string;
|
48
45
|
merchantId: string;
|
49
46
|
secretKey: string;
|
50
47
|
verifyKey: string;
|
48
|
+
uniqueId: string;
|
51
49
|
};
|
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
|
-
_rev: string;
|
16
15
|
paymentGateway: "E_GHL";
|
17
|
-
active: boolean;
|
18
16
|
config: {
|
19
|
-
terminalId: string;
|
20
17
|
merchantId: string;
|
18
|
+
terminalId: string;
|
21
19
|
privateKey: string;
|
22
20
|
};
|
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
|
-
_rev: string;
|
39
38
|
paymentGateway: "E_GHL";
|
40
|
-
active: boolean;
|
41
39
|
config: {
|
42
|
-
terminalId: string;
|
43
40
|
merchantId: string;
|
41
|
+
terminalId: string;
|
44
42
|
privateKey: string;
|
45
43
|
};
|
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
|
-
_rev: string;
|
16
15
|
paymentGateway: "REVENUE_MONSTER";
|
17
|
-
active: boolean;
|
18
16
|
config: {
|
19
17
|
clientId: string;
|
20
18
|
clientPrivateKey: string;
|
21
19
|
clientSecret: string;
|
22
20
|
storeId: string;
|
23
21
|
};
|
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
|
-
_rev: string;
|
40
39
|
paymentGateway: "REVENUE_MONSTER";
|
41
|
-
active: boolean;
|
42
40
|
config: {
|
43
41
|
clientId: string;
|
44
42
|
clientPrivateKey: string;
|
45
43
|
clientSecret: string;
|
46
44
|
storeId: string;
|
47
45
|
};
|
46
|
+
_rev: string;
|
47
|
+
active: boolean;
|
48
48
|
} | undefined>;
|
49
49
|
required: true;
|
50
50
|
};
|
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
_id: string;
|
36
36
|
createdAt: string;
|
37
37
|
referenceId: string;
|
38
|
-
securityCode: string;
|
39
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
40
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
41
41
|
}>;
|
42
42
|
};
|
43
43
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
76
|
_id: string;
|
77
77
|
createdAt: string;
|
78
78
|
referenceId: string;
|
79
|
-
securityCode: string;
|
80
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
81
79
|
updatedAt: string;
|
80
|
+
securityCode: string;
|
81
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
82
82
|
}>;
|
83
83
|
};
|
84
84
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
@@ -3,13 +3,13 @@ type __VLS_Props = {
|
|
3
3
|
data: FdoTerminal;
|
4
4
|
};
|
5
5
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
6
|
-
link: () => any;
|
7
6
|
delete: () => any;
|
7
|
+
link: () => any;
|
8
8
|
unlink: () => any;
|
9
9
|
edit: () => any;
|
10
10
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
11
|
-
onLink?: (() => any) | undefined;
|
12
11
|
onDelete?: (() => any) | undefined;
|
12
|
+
onLink?: (() => any) | undefined;
|
13
13
|
onUnlink?: (() => any) | undefined;
|
14
14
|
onEdit?: (() => any) | undefined;
|
15
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
_id: string;
|
37
37
|
createdAt: string;
|
38
38
|
referenceId: string;
|
39
|
-
securityCode: string;
|
40
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
41
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
42
42
|
}>;
|
43
43
|
required: true;
|
44
44
|
};
|
@@ -82,9 +82,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
82
82
|
_id: string;
|
83
83
|
createdAt: string;
|
84
84
|
referenceId: string;
|
85
|
-
securityCode: string;
|
86
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
87
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
88
88
|
}>;
|
89
89
|
required: true;
|
90
90
|
};
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
_id: string;
|
37
37
|
createdAt: string;
|
38
38
|
referenceId: string;
|
39
|
-
securityCode: string;
|
40
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
41
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
42
42
|
}>;
|
43
43
|
required: true;
|
44
44
|
};
|
@@ -82,9 +82,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
82
82
|
_id: string;
|
83
83
|
createdAt: string;
|
84
84
|
referenceId: string;
|
85
|
-
securityCode: string;
|
86
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
87
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
88
88
|
}>;
|
89
89
|
required: true;
|
90
90
|
};
|
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
_id: string;
|
36
36
|
createdAt: string;
|
37
37
|
referenceId: string;
|
38
|
-
securityCode: string;
|
39
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
40
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
41
41
|
}>;
|
42
42
|
required: true;
|
43
43
|
};
|
@@ -77,9 +77,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
77
77
|
_id: string;
|
78
78
|
createdAt: string;
|
79
79
|
referenceId: string;
|
80
|
-
securityCode: string;
|
81
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
82
80
|
updatedAt: string;
|
81
|
+
securityCode: string;
|
82
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
83
83
|
}>;
|
84
84
|
required: true;
|
85
85
|
};
|
@@ -36,9 +36,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
_id: string;
|
37
37
|
createdAt: string;
|
38
38
|
referenceId: string;
|
39
|
-
securityCode: string;
|
40
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
41
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
42
42
|
}>;
|
43
43
|
required: true;
|
44
44
|
};
|
@@ -82,9 +82,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
82
82
|
_id: string;
|
83
83
|
createdAt: string;
|
84
84
|
referenceId: string;
|
85
|
-
securityCode: string;
|
86
|
-
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
87
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
88
88
|
}>;
|
89
89
|
required: true;
|
90
90
|
};
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
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: "
|
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;
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
_id: string;
|
51
51
|
store: {
|
52
52
|
bank?: {
|
53
|
-
type?: "
|
53
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
54
54
|
accountNumber?: string | null | undefined;
|
55
55
|
holderName?: string | null | undefined;
|
56
56
|
name: string;
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
73
73
|
precision: number;
|
74
74
|
} | null | undefined;
|
75
75
|
tPlus?: number | null | undefined;
|
76
|
-
issuer: "
|
76
|
+
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";
|
77
77
|
variant: string;
|
78
78
|
}[];
|
79
79
|
businessId: string;
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
87
87
|
_id: string;
|
88
88
|
store: {
|
89
89
|
bank?: {
|
90
|
-
type?: "
|
90
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
91
91
|
accountNumber?: string | null | undefined;
|
92
92
|
holderName?: string | null | undefined;
|
93
93
|
name: string;
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
110
110
|
precision: number;
|
111
111
|
} | null | undefined;
|
112
112
|
tPlus?: number | null | undefined;
|
113
|
-
issuer: "
|
113
|
+
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";
|
114
114
|
variant: string;
|
115
115
|
}[];
|
116
116
|
businessId: string;
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
129
129
|
_id: string;
|
130
130
|
store: {
|
131
131
|
bank?: {
|
132
|
-
type?: "
|
132
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
133
133
|
accountNumber?: string | null | undefined;
|
134
134
|
holderName?: string | null | undefined;
|
135
135
|
name: string;
|
@@ -152,7 +152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
152
152
|
precision: number;
|
153
153
|
} | null | undefined;
|
154
154
|
tPlus?: number | null | undefined;
|
155
|
-
issuer: "
|
155
|
+
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";
|
156
156
|
variant: string;
|
157
157
|
}[];
|
158
158
|
businessId: string;
|