@feedmepos/mf-payment 1.1.4 → 1.1.5-beta.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-B8nq1Ik5.js → PayoutAccount--j-jJWMQ.js} +5 -5
- package/dist/{PayoutAccount-CSWZF-z8.js → PayoutAccount-BERFCsMv.js} +3 -3
- package/dist/{PayoutAccountSetting-DLj_di-f.js → PayoutAccountSetting-ChxkU61V.js} +3 -3
- package/dist/{Restaurant-BNCtsCkB.js → Restaurant-DQjoEvF_.js} +4 -4
- package/dist/{RestaurantSetting-D4CdKqLR.js → RestaurantSetting-Gr65NXud.js} +3 -3
- package/dist/{Settlement-D3vNmtrn.js → Settlement-B-3O3EId.js} +3 -3
- package/dist/{Settlement-ByKU2nbo.js → Settlement-Cq_4_1ua.js} +3 -3
- package/dist/{SettlementTransactions-OnGBlX91.js → SettlementTransactions-CJbf1zL2.js} +3 -3
- package/dist/{SettlementTransactions-COA2whhB.js → SettlementTransactions-Db6_Nv3v.js} +3 -3
- package/dist/{Terminal-BEGlXHeH.js → Terminal-xSZCzDZn.js} +6 -6
- package/dist/TerminalSetting-BVojWrSJ.js +489 -0
- package/dist/{Transaction-CSUJ4-Qs.js → Transaction-BFgu4Xnf.js} +105 -95
- package/dist/{Transaction-_dO1GXXy.js → Transaction-CEh4Gnt5.js} +6 -6
- package/dist/{TransactionOld-Bo_ilNzh.js → TransactionOld-DH8MUGCs.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DZCndTn1.js → TransactionTable.vue_vue_type_script_setup_true_lang-CIqrGHo8.js} +3 -3
- package/dist/api/terminal/index.d.ts +4 -0
- package/dist/{app-CiImVRsy.js → app-D8ewtGn5.js} +235 -235
- package/dist/app.js +1 -1
- package/dist/{assets-1VaaNVmv.js → assets-DcSn4sMG.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-DW4fh2g4.js} +4 -4
- package/dist/{index-Dk5jCvkX.js → index-Bg1fv5AY.js} +7053 -6995
- package/dist/{index-DCM8IXN0.js → index-D3XaYCNd.js} +1 -1
- package/dist/{index-CGcFfU-T.js → index-DcT1Yiz4.js} +1 -1
- package/dist/{index-B6gp7UJO.js → index-JEYJrs6t.js} +9 -1
- package/dist/{index-CHStFeFQ.js → index-Z5ts1fWJ.js} +1 -1
- package/dist/{index-DAwZpgYT.js → index-uRv2m4ys.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-D_lBJl2w.js → index.vue_vue_type_script_setup_true_lang-BkqD1rLK.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-4XGG8dyO.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/SettingRequest.vue.d.ts +87 -0
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +4 -4
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +87 -0
- 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
- package/dist/TerminalSetting-BMMKEXAW.js +0 -389
@@ -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
|
};
|
@@ -0,0 +1,87 @@
|
|
1
|
+
import { type PropType } from 'vue';
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
|
+
terminal: {
|
4
|
+
type: PropType<{
|
5
|
+
name?: string | null | undefined;
|
6
|
+
secretKey?: string | null | undefined;
|
7
|
+
gateways?: ({
|
8
|
+
config?: {
|
9
|
+
uniqueId: string;
|
10
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
11
|
+
} | null | undefined;
|
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;
|
20
|
+
ecrs?: ({
|
21
|
+
config?: {
|
22
|
+
terminalId: string;
|
23
|
+
} | null | undefined;
|
24
|
+
gateway: "FeedMe";
|
25
|
+
} | {
|
26
|
+
config?: {
|
27
|
+
merchantId: string;
|
28
|
+
terminalId: string;
|
29
|
+
privateKey: string;
|
30
|
+
} | null | undefined;
|
31
|
+
gateway: "Ghl";
|
32
|
+
})[] | null | undefined;
|
33
|
+
deletedAt?: string | null | undefined;
|
34
|
+
status: "Active" | "Inactive";
|
35
|
+
_id: string;
|
36
|
+
createdAt: string;
|
37
|
+
referenceId: string;
|
38
|
+
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
41
|
+
}>;
|
42
|
+
required: true;
|
43
|
+
};
|
44
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
45
|
+
terminal: {
|
46
|
+
type: PropType<{
|
47
|
+
name?: string | null | undefined;
|
48
|
+
secretKey?: string | null | undefined;
|
49
|
+
gateways?: ({
|
50
|
+
config?: {
|
51
|
+
uniqueId: string;
|
52
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
53
|
+
} | null | undefined;
|
54
|
+
gateway: "Fiuu";
|
55
|
+
} | {
|
56
|
+
config?: any;
|
57
|
+
gateway: "ScanPay";
|
58
|
+
})[] | null | undefined;
|
59
|
+
deviceId?: string | null | undefined;
|
60
|
+
bindCode?: string | null | undefined;
|
61
|
+
token?: string | null | undefined;
|
62
|
+
ecrs?: ({
|
63
|
+
config?: {
|
64
|
+
terminalId: string;
|
65
|
+
} | null | undefined;
|
66
|
+
gateway: "FeedMe";
|
67
|
+
} | {
|
68
|
+
config?: {
|
69
|
+
merchantId: string;
|
70
|
+
terminalId: string;
|
71
|
+
privateKey: string;
|
72
|
+
} | null | undefined;
|
73
|
+
gateway: "Ghl";
|
74
|
+
})[] | null | undefined;
|
75
|
+
deletedAt?: string | null | undefined;
|
76
|
+
status: "Active" | "Inactive";
|
77
|
+
_id: string;
|
78
|
+
createdAt: string;
|
79
|
+
referenceId: string;
|
80
|
+
updatedAt: string;
|
81
|
+
securityCode: string;
|
82
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
83
|
+
}>;
|
84
|
+
required: true;
|
85
|
+
};
|
86
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
87
|
+
export default _default;
|
@@ -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
|
};
|