@feedmepos/mf-payment 1.1.14 → 1.1.16
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-B-XpzTqu.js → PayoutAccount-BwhhHyk0.js} +8 -7
- package/dist/{PayoutAccount-CuGn640K.js → PayoutAccount-uCgOv-C2.js} +7 -6
- package/dist/{PayoutAccountSetting-CmlqySTp.js → PayoutAccountSetting-DrgoYi10.js} +3 -3
- package/dist/{Restaurant-CbXVnwaT.js → Restaurant-BMxfnL42.js} +4 -4
- package/dist/{RestaurantSetting-DBgztIry.js → RestaurantSetting-D0L2llJi.js} +3 -3
- package/dist/{Settlement-BskRF_Qk.js → Settlement-C8I6P7da.js} +3 -3
- package/dist/{Settlement-ChMZqkYo.js → Settlement-CiK9GGpf.js} +3 -3
- package/dist/{SettlementTransactions-CiqJyr1g.js → SettlementTransactions-BIbtfCK3.js} +3 -3
- package/dist/{SettlementTransactions-BvU4bVd3.js → SettlementTransactions-De1rkkml.js} +3 -3
- package/dist/{Terminal-C4rFd_FC.js → Terminal-CckLRjSd.js} +5 -5
- package/dist/TerminalSetting-BCJvBD-X.js +598 -0
- package/dist/{Transaction-C5ULLdoi.js → Transaction-AQpb7piu.js} +9 -8
- package/dist/{Transaction-DTe3ST6p.js → Transaction-B8-b54yS.js} +5 -5
- package/dist/{TransactionOld-BTqo9lii.js → TransactionOld-DMoKPlnI.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-D8HsRsbZ.js → TransactionTable.vue_vue_type_script_setup_true_lang-CGqkicKX.js} +3 -3
- package/dist/{app-Dit06Jr6.js → app-CLUCi0WU.js} +256 -256
- package/dist/app.js +1 -1
- package/dist/{assets-B7sgKcul.js → assets-Dd9LE4oF.js} +30 -28
- package/dist/{grafana-wm93DnN2.js → grafana-B60ooFW-.js} +1 -1
- package/dist/{index-DP7VUbrW.js → index-BFT3LjfW.js} +1 -1
- package/dist/{index-jDKnGfXk.js → index-BZWYrMcd.js} +1 -1
- package/dist/{index-De79N6Ur.js → index-BiYmAqRO.js} +4 -3
- package/dist/{index-C-M1CL9P.js → index-Bx8UIw8Z.js} +11923 -11325
- package/dist/{index-DcZShqtg.js → index-C0dQg29_.js} +1 -1
- package/dist/{index-DUM9Y_Ap.js → index-ZHTRfFqF.js} +1 -1
- package/dist/index-cdgGCMdI.js +162 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-Du_N-XKk.js → index.vue_vue_type_script_setup_true_lang-0J3a24fn.js} +1 -1
- package/dist/model/transaction.d.ts +1 -2
- package/dist/package.json +2 -2
- package/dist/payout-account-CPBlSoPB.js +1953 -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 +22 -28
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +22 -28
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +22 -28
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +22 -28
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +22 -28
- package/dist/views/admin/terminal/tabs/SoftspaceGateway.vue.d.ts +90 -0
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +22 -28
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +22 -28
- 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-MNCHf9x9.js +0 -497
- package/dist/payout-account-COpn8ige.js +0 -1819
@@ -4,20 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
6
|
name?: string | null | undefined;
|
7
|
+
deviceId?: string | null | undefined;
|
8
|
+
bindCode?: string | null | undefined;
|
7
9
|
secretKey?: string | null | undefined;
|
8
|
-
|
10
|
+
token?: string | null | undefined;
|
11
|
+
gateways?: {
|
9
12
|
config?: {
|
13
|
+
packageId: string;
|
10
14
|
uniqueId: string;
|
11
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
12
15
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu";
|
14
|
-
} |
|
15
|
-
config?: any;
|
16
|
-
gateway: "ScanPay";
|
17
|
-
})[] | null | undefined;
|
18
|
-
deviceId?: string | null | undefined;
|
19
|
-
bindCode?: string | null | undefined;
|
20
|
-
token?: string | null | undefined;
|
16
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
17
|
+
}[] | null | undefined;
|
21
18
|
ecrs?: ({
|
22
19
|
config?: {
|
23
20
|
terminalId: string;
|
@@ -25,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
25
22
|
gateway: "FeedMe";
|
26
23
|
} | {
|
27
24
|
config?: {
|
28
|
-
merchantId: string;
|
29
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
30
27
|
privateKey: string;
|
31
28
|
} | null | undefined;
|
32
29
|
gateway: "Ghl";
|
@@ -34,11 +31,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
31
|
deletedAt?: string | null | undefined;
|
35
32
|
status: "Active" | "Inactive";
|
36
33
|
_id: string;
|
37
|
-
createdAt: string;
|
38
34
|
referenceId: string;
|
39
|
-
updatedAt: string;
|
40
35
|
securityCode: string;
|
41
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
36
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
|
+
createdAt: string;
|
38
|
+
updatedAt: string;
|
42
39
|
}>;
|
43
40
|
required: true;
|
44
41
|
};
|
@@ -50,20 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
47
|
terminal: {
|
51
48
|
type: PropType<{
|
52
49
|
name?: string | null | undefined;
|
50
|
+
deviceId?: string | null | undefined;
|
51
|
+
bindCode?: string | null | undefined;
|
53
52
|
secretKey?: string | null | undefined;
|
54
|
-
|
53
|
+
token?: string | null | undefined;
|
54
|
+
gateways?: {
|
55
55
|
config?: {
|
56
|
+
packageId: string;
|
56
57
|
uniqueId: string;
|
57
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
58
58
|
} | null | undefined;
|
59
|
-
gateway: "Fiuu";
|
60
|
-
} |
|
61
|
-
config?: any;
|
62
|
-
gateway: "ScanPay";
|
63
|
-
})[] | null | undefined;
|
64
|
-
deviceId?: string | null | undefined;
|
65
|
-
bindCode?: string | null | undefined;
|
66
|
-
token?: string | null | undefined;
|
59
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
60
|
+
}[] | null | undefined;
|
67
61
|
ecrs?: ({
|
68
62
|
config?: {
|
69
63
|
terminalId: string;
|
@@ -71,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
65
|
gateway: "FeedMe";
|
72
66
|
} | {
|
73
67
|
config?: {
|
74
|
-
merchantId: string;
|
75
68
|
terminalId: string;
|
69
|
+
merchantId: string;
|
76
70
|
privateKey: string;
|
77
71
|
} | null | undefined;
|
78
72
|
gateway: "Ghl";
|
@@ -80,11 +74,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
80
74
|
deletedAt?: string | null | undefined;
|
81
75
|
status: "Active" | "Inactive";
|
82
76
|
_id: string;
|
83
|
-
createdAt: string;
|
84
77
|
referenceId: string;
|
85
|
-
updatedAt: string;
|
86
78
|
securityCode: string;
|
87
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
79
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
|
+
createdAt: string;
|
81
|
+
updatedAt: string;
|
88
82
|
}>;
|
89
83
|
required: true;
|
90
84
|
};
|
@@ -4,20 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
6
|
name?: string | null | undefined;
|
7
|
+
deviceId?: string | null | undefined;
|
8
|
+
bindCode?: string | null | undefined;
|
7
9
|
secretKey?: string | null | undefined;
|
8
|
-
|
10
|
+
token?: string | null | undefined;
|
11
|
+
gateways?: {
|
9
12
|
config?: {
|
13
|
+
packageId: string;
|
10
14
|
uniqueId: string;
|
11
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
12
15
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu";
|
14
|
-
} |
|
15
|
-
config?: any;
|
16
|
-
gateway: "ScanPay";
|
17
|
-
})[] | null | undefined;
|
18
|
-
deviceId?: string | null | undefined;
|
19
|
-
bindCode?: string | null | undefined;
|
20
|
-
token?: string | null | undefined;
|
16
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
17
|
+
}[] | null | undefined;
|
21
18
|
ecrs?: ({
|
22
19
|
config?: {
|
23
20
|
terminalId: string;
|
@@ -25,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
25
22
|
gateway: "FeedMe";
|
26
23
|
} | {
|
27
24
|
config?: {
|
28
|
-
merchantId: string;
|
29
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
30
27
|
privateKey: string;
|
31
28
|
} | null | undefined;
|
32
29
|
gateway: "Ghl";
|
@@ -34,11 +31,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
31
|
deletedAt?: string | null | undefined;
|
35
32
|
status: "Active" | "Inactive";
|
36
33
|
_id: string;
|
37
|
-
createdAt: string;
|
38
34
|
referenceId: string;
|
39
|
-
updatedAt: string;
|
40
35
|
securityCode: string;
|
41
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
36
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
|
+
createdAt: string;
|
38
|
+
updatedAt: string;
|
42
39
|
}>;
|
43
40
|
required: true;
|
44
41
|
};
|
@@ -50,20 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
47
|
terminal: {
|
51
48
|
type: PropType<{
|
52
49
|
name?: string | null | undefined;
|
50
|
+
deviceId?: string | null | undefined;
|
51
|
+
bindCode?: string | null | undefined;
|
53
52
|
secretKey?: string | null | undefined;
|
54
|
-
|
53
|
+
token?: string | null | undefined;
|
54
|
+
gateways?: {
|
55
55
|
config?: {
|
56
|
+
packageId: string;
|
56
57
|
uniqueId: string;
|
57
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
58
58
|
} | null | undefined;
|
59
|
-
gateway: "Fiuu";
|
60
|
-
} |
|
61
|
-
config?: any;
|
62
|
-
gateway: "ScanPay";
|
63
|
-
})[] | null | undefined;
|
64
|
-
deviceId?: string | null | undefined;
|
65
|
-
bindCode?: string | null | undefined;
|
66
|
-
token?: string | null | undefined;
|
59
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
60
|
+
}[] | null | undefined;
|
67
61
|
ecrs?: ({
|
68
62
|
config?: {
|
69
63
|
terminalId: string;
|
@@ -71,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
65
|
gateway: "FeedMe";
|
72
66
|
} | {
|
73
67
|
config?: {
|
74
|
-
merchantId: string;
|
75
68
|
terminalId: string;
|
69
|
+
merchantId: string;
|
76
70
|
privateKey: string;
|
77
71
|
} | null | undefined;
|
78
72
|
gateway: "Ghl";
|
@@ -80,11 +74,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
80
74
|
deletedAt?: string | null | undefined;
|
81
75
|
status: "Active" | "Inactive";
|
82
76
|
_id: string;
|
83
|
-
createdAt: string;
|
84
77
|
referenceId: string;
|
85
|
-
updatedAt: string;
|
86
78
|
securityCode: string;
|
87
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
79
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
|
+
createdAt: string;
|
81
|
+
updatedAt: string;
|
88
82
|
}>;
|
89
83
|
required: true;
|
90
84
|
};
|
@@ -3,20 +3,17 @@ 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;
|
6
8
|
secretKey?: string | null | undefined;
|
7
|
-
|
9
|
+
token?: string | null | undefined;
|
10
|
+
gateways?: {
|
8
11
|
config?: {
|
12
|
+
packageId: string;
|
9
13
|
uniqueId: string;
|
10
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
11
14
|
} | 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;
|
15
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
16
|
+
}[] | null | undefined;
|
20
17
|
ecrs?: ({
|
21
18
|
config?: {
|
22
19
|
terminalId: string;
|
@@ -24,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
24
21
|
gateway: "FeedMe";
|
25
22
|
} | {
|
26
23
|
config?: {
|
27
|
-
merchantId: string;
|
28
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
29
26
|
privateKey: string;
|
30
27
|
} | null | undefined;
|
31
28
|
gateway: "Ghl";
|
@@ -33,11 +30,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
33
30
|
deletedAt?: string | null | undefined;
|
34
31
|
status: "Active" | "Inactive";
|
35
32
|
_id: string;
|
36
|
-
createdAt: string;
|
37
33
|
referenceId: string;
|
38
|
-
updatedAt: string;
|
39
34
|
securityCode: string;
|
40
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
35
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
|
+
createdAt: string;
|
37
|
+
updatedAt: string;
|
41
38
|
}>;
|
42
39
|
required: true;
|
43
40
|
};
|
@@ -45,20 +42,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
42
|
terminal: {
|
46
43
|
type: PropType<{
|
47
44
|
name?: string | null | undefined;
|
45
|
+
deviceId?: string | null | undefined;
|
46
|
+
bindCode?: string | null | undefined;
|
48
47
|
secretKey?: string | null | undefined;
|
49
|
-
|
48
|
+
token?: string | null | undefined;
|
49
|
+
gateways?: {
|
50
50
|
config?: {
|
51
|
+
packageId: string;
|
51
52
|
uniqueId: string;
|
52
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
53
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;
|
54
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
55
|
+
}[] | null | undefined;
|
62
56
|
ecrs?: ({
|
63
57
|
config?: {
|
64
58
|
terminalId: string;
|
@@ -66,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
66
60
|
gateway: "FeedMe";
|
67
61
|
} | {
|
68
62
|
config?: {
|
69
|
-
merchantId: string;
|
70
63
|
terminalId: string;
|
64
|
+
merchantId: string;
|
71
65
|
privateKey: string;
|
72
66
|
} | null | undefined;
|
73
67
|
gateway: "Ghl";
|
@@ -75,11 +69,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
75
69
|
deletedAt?: string | null | undefined;
|
76
70
|
status: "Active" | "Inactive";
|
77
71
|
_id: string;
|
78
|
-
createdAt: string;
|
79
72
|
referenceId: string;
|
80
|
-
updatedAt: string;
|
81
73
|
securityCode: string;
|
82
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
74
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
75
|
+
createdAt: string;
|
76
|
+
updatedAt: string;
|
83
77
|
}>;
|
84
78
|
required: true;
|
85
79
|
};
|
@@ -3,20 +3,17 @@ 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;
|
6
8
|
secretKey?: string | null | undefined;
|
7
|
-
|
9
|
+
token?: string | null | undefined;
|
10
|
+
gateways?: {
|
8
11
|
config?: {
|
12
|
+
packageId: string;
|
9
13
|
uniqueId: string;
|
10
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
11
14
|
} | 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;
|
15
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
16
|
+
}[] | null | undefined;
|
20
17
|
ecrs?: ({
|
21
18
|
config?: {
|
22
19
|
terminalId: string;
|
@@ -24,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
24
21
|
gateway: "FeedMe";
|
25
22
|
} | {
|
26
23
|
config?: {
|
27
|
-
merchantId: string;
|
28
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
29
26
|
privateKey: string;
|
30
27
|
} | null | undefined;
|
31
28
|
gateway: "Ghl";
|
@@ -33,11 +30,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
33
30
|
deletedAt?: string | null | undefined;
|
34
31
|
status: "Active" | "Inactive";
|
35
32
|
_id: string;
|
36
|
-
createdAt: string;
|
37
33
|
referenceId: string;
|
38
|
-
updatedAt: string;
|
39
34
|
securityCode: string;
|
40
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
35
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
|
+
createdAt: string;
|
37
|
+
updatedAt: string;
|
41
38
|
}>;
|
42
39
|
required: true;
|
43
40
|
};
|
@@ -45,20 +42,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
42
|
terminal: {
|
46
43
|
type: PropType<{
|
47
44
|
name?: string | null | undefined;
|
45
|
+
deviceId?: string | null | undefined;
|
46
|
+
bindCode?: string | null | undefined;
|
48
47
|
secretKey?: string | null | undefined;
|
49
|
-
|
48
|
+
token?: string | null | undefined;
|
49
|
+
gateways?: {
|
50
50
|
config?: {
|
51
|
+
packageId: string;
|
51
52
|
uniqueId: string;
|
52
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
53
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;
|
54
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
55
|
+
}[] | null | undefined;
|
62
56
|
ecrs?: ({
|
63
57
|
config?: {
|
64
58
|
terminalId: string;
|
@@ -66,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
66
60
|
gateway: "FeedMe";
|
67
61
|
} | {
|
68
62
|
config?: {
|
69
|
-
merchantId: string;
|
70
63
|
terminalId: string;
|
64
|
+
merchantId: string;
|
71
65
|
privateKey: string;
|
72
66
|
} | null | undefined;
|
73
67
|
gateway: "Ghl";
|
@@ -75,11 +69,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
75
69
|
deletedAt?: string | null | undefined;
|
76
70
|
status: "Active" | "Inactive";
|
77
71
|
_id: string;
|
78
|
-
createdAt: string;
|
79
72
|
referenceId: string;
|
80
|
-
updatedAt: string;
|
81
73
|
securityCode: string;
|
82
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
74
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
75
|
+
createdAt: string;
|
76
|
+
updatedAt: string;
|
83
77
|
}>;
|
84
78
|
required: true;
|
85
79
|
};
|
@@ -0,0 +1,90 @@
|
|
1
|
+
import { type FdoTerminal } from '@feedmepos/payment-entity';
|
2
|
+
import { type PropType } from 'vue';
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
|
+
terminal: {
|
5
|
+
type: PropType<{
|
6
|
+
name?: string | null | undefined;
|
7
|
+
deviceId?: string | null | undefined;
|
8
|
+
bindCode?: string | null | undefined;
|
9
|
+
secretKey?: string | null | undefined;
|
10
|
+
token?: string | null | undefined;
|
11
|
+
gateways?: {
|
12
|
+
config?: {
|
13
|
+
packageId: string;
|
14
|
+
uniqueId: string;
|
15
|
+
} | null | undefined;
|
16
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
17
|
+
}[] | null | undefined;
|
18
|
+
ecrs?: ({
|
19
|
+
config?: {
|
20
|
+
terminalId: string;
|
21
|
+
} | null | undefined;
|
22
|
+
gateway: "FeedMe";
|
23
|
+
} | {
|
24
|
+
config?: {
|
25
|
+
terminalId: string;
|
26
|
+
merchantId: string;
|
27
|
+
privateKey: string;
|
28
|
+
} | null | undefined;
|
29
|
+
gateway: "Ghl";
|
30
|
+
})[] | null | undefined;
|
31
|
+
deletedAt?: string | null | undefined;
|
32
|
+
status: "Active" | "Inactive";
|
33
|
+
_id: string;
|
34
|
+
referenceId: string;
|
35
|
+
securityCode: string;
|
36
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
|
+
createdAt: string;
|
38
|
+
updatedAt: string;
|
39
|
+
}>;
|
40
|
+
required: true;
|
41
|
+
};
|
42
|
+
onUpdate: {
|
43
|
+
type: PropType<(account: FdoTerminal) => Promise<void>>;
|
44
|
+
required: true;
|
45
|
+
};
|
46
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
47
|
+
terminal: {
|
48
|
+
type: PropType<{
|
49
|
+
name?: string | null | undefined;
|
50
|
+
deviceId?: string | null | undefined;
|
51
|
+
bindCode?: string | null | undefined;
|
52
|
+
secretKey?: string | null | undefined;
|
53
|
+
token?: string | null | undefined;
|
54
|
+
gateways?: {
|
55
|
+
config?: {
|
56
|
+
packageId: string;
|
57
|
+
uniqueId: string;
|
58
|
+
} | null | undefined;
|
59
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
60
|
+
}[] | null | undefined;
|
61
|
+
ecrs?: ({
|
62
|
+
config?: {
|
63
|
+
terminalId: string;
|
64
|
+
} | null | undefined;
|
65
|
+
gateway: "FeedMe";
|
66
|
+
} | {
|
67
|
+
config?: {
|
68
|
+
terminalId: string;
|
69
|
+
merchantId: string;
|
70
|
+
privateKey: string;
|
71
|
+
} | null | undefined;
|
72
|
+
gateway: "Ghl";
|
73
|
+
})[] | null | undefined;
|
74
|
+
deletedAt?: string | null | undefined;
|
75
|
+
status: "Active" | "Inactive";
|
76
|
+
_id: string;
|
77
|
+
referenceId: string;
|
78
|
+
securityCode: string;
|
79
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
|
+
createdAt: string;
|
81
|
+
updatedAt: string;
|
82
|
+
}>;
|
83
|
+
required: true;
|
84
|
+
};
|
85
|
+
onUpdate: {
|
86
|
+
type: PropType<(account: FdoTerminal) => Promise<void>>;
|
87
|
+
required: true;
|
88
|
+
};
|
89
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
90
|
+
export default _default;
|
@@ -4,20 +4,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
6
|
name?: string | null | undefined;
|
7
|
+
deviceId?: string | null | undefined;
|
8
|
+
bindCode?: string | null | undefined;
|
7
9
|
secretKey?: string | null | undefined;
|
8
|
-
|
10
|
+
token?: string | null | undefined;
|
11
|
+
gateways?: {
|
9
12
|
config?: {
|
13
|
+
packageId: string;
|
10
14
|
uniqueId: string;
|
11
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
12
15
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu";
|
14
|
-
} |
|
15
|
-
config?: any;
|
16
|
-
gateway: "ScanPay";
|
17
|
-
})[] | null | undefined;
|
18
|
-
deviceId?: string | null | undefined;
|
19
|
-
bindCode?: string | null | undefined;
|
20
|
-
token?: string | null | undefined;
|
16
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
17
|
+
}[] | null | undefined;
|
21
18
|
ecrs?: ({
|
22
19
|
config?: {
|
23
20
|
terminalId: string;
|
@@ -25,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
25
22
|
gateway: "FeedMe";
|
26
23
|
} | {
|
27
24
|
config?: {
|
28
|
-
merchantId: string;
|
29
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
30
27
|
privateKey: string;
|
31
28
|
} | null | undefined;
|
32
29
|
gateway: "Ghl";
|
@@ -34,11 +31,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
31
|
deletedAt?: string | null | undefined;
|
35
32
|
status: "Active" | "Inactive";
|
36
33
|
_id: string;
|
37
|
-
createdAt: string;
|
38
34
|
referenceId: string;
|
39
|
-
updatedAt: string;
|
40
35
|
securityCode: string;
|
41
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
36
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
|
+
createdAt: string;
|
38
|
+
updatedAt: string;
|
42
39
|
}>;
|
43
40
|
required: true;
|
44
41
|
};
|
@@ -50,20 +47,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
47
|
terminal: {
|
51
48
|
type: PropType<{
|
52
49
|
name?: string | null | undefined;
|
50
|
+
deviceId?: string | null | undefined;
|
51
|
+
bindCode?: string | null | undefined;
|
53
52
|
secretKey?: string | null | undefined;
|
54
|
-
|
53
|
+
token?: string | null | undefined;
|
54
|
+
gateways?: {
|
55
55
|
config?: {
|
56
|
+
packageId: string;
|
56
57
|
uniqueId: string;
|
57
|
-
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
58
58
|
} | null | undefined;
|
59
|
-
gateway: "Fiuu";
|
60
|
-
} |
|
61
|
-
config?: any;
|
62
|
-
gateway: "ScanPay";
|
63
|
-
})[] | null | undefined;
|
64
|
-
deviceId?: string | null | undefined;
|
65
|
-
bindCode?: string | null | undefined;
|
66
|
-
token?: string | null | undefined;
|
59
|
+
gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
|
60
|
+
}[] | null | undefined;
|
67
61
|
ecrs?: ({
|
68
62
|
config?: {
|
69
63
|
terminalId: string;
|
@@ -71,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
65
|
gateway: "FeedMe";
|
72
66
|
} | {
|
73
67
|
config?: {
|
74
|
-
merchantId: string;
|
75
68
|
terminalId: string;
|
69
|
+
merchantId: string;
|
76
70
|
privateKey: string;
|
77
71
|
} | null | undefined;
|
78
72
|
gateway: "Ghl";
|
@@ -80,11 +74,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
80
74
|
deletedAt?: string | null | undefined;
|
81
75
|
status: "Active" | "Inactive";
|
82
76
|
_id: string;
|
83
|
-
createdAt: string;
|
84
77
|
referenceId: string;
|
85
|
-
updatedAt: string;
|
86
78
|
securityCode: string;
|
87
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
79
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
|
+
createdAt: string;
|
81
|
+
updatedAt: string;
|
88
82
|
}>;
|
89
83
|
required: true;
|
90
84
|
};
|