@feedmepos/mf-payment 1.1.13 → 1.1.14-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-lT5iiQa-.js → PayoutAccount-BhC9GdVa.js} +7 -6
- package/dist/{PayoutAccount-DH1z58gO.js → PayoutAccount-BjcP1n1D.js} +8 -7
- package/dist/{PayoutAccountSetting-BuUync07.js → PayoutAccountSetting-61UI9TTU.js} +3 -3
- package/dist/{Restaurant-31NaCvCd.js → Restaurant-BEjGTeZK.js} +4 -4
- package/dist/{RestaurantSetting-ByCb54gA.js → RestaurantSetting-CH5KXJd-.js} +3 -3
- package/dist/{Settlement-MPJE29Ry.js → Settlement-CpWtqcbV.js} +3 -3
- package/dist/{Settlement-DUHtGLUl.js → Settlement-Ekk7fPLv.js} +3 -3
- package/dist/{SettlementTransactions-BIs9YpoK.js → SettlementTransactions-CytrIXUM.js} +3 -3
- package/dist/{SettlementTransactions-BAMliC1r.js → SettlementTransactions-DddCRhIs.js} +3 -3
- package/dist/{Terminal-DID1yck1.js → Terminal-5BRplzny.js} +6 -6
- package/dist/TerminalSetting-D8nuI1Gv.js +587 -0
- package/dist/{Transaction-VhRzUzbg.js → Transaction-Bnm30wxt.js} +9 -8
- package/dist/{Transaction-Bfr51t2I.js → Transaction-D2qgyVJA.js} +5 -5
- package/dist/{TransactionOld-DP6geerP.js → TransactionOld-DL9vMDXr.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DMYLTNO7.js → TransactionTable.vue_vue_type_script_setup_true_lang-PXvQ-nrK.js} +3 -3
- package/dist/{app-dky8a2sP.js → app--PNGHtZ3.js} +338 -338
- package/dist/app.js +1 -1
- package/dist/{assets-CGSnvwg_.js → assets-BAvqcM2y.js} +30 -28
- package/dist/{grafana-DpTNZERD.js → grafana-XJlaGQ8C.js} +7 -10
- package/dist/{index-yCRcX8ql.js → index-B4xE-ETp.js} +12862 -12264
- package/dist/{index-O5yk1zsL.js → index-DXzezAJQ.js} +4 -3
- package/dist/{index-B_tCR11q.js → index-DsT_D8r0.js} +1 -1
- package/dist/index-DtHh0OLe.js +162 -0
- package/dist/{index-KziNLTAM.js → index-SqBpMlb0.js} +1 -1
- package/dist/{index-l4KSc_D9.js → index-pPbE76Vg.js} +1 -1
- package/dist/{index-CcFjStnT.js → index-s6srEUqZ.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-JJ6R-Wfm.js → index.vue_vue_type_script_setup_true_lang-aFl1Lbk1.js} +1 -1
- package/dist/model/transaction.d.ts +1 -2
- package/dist/package.json +2 -2
- package/dist/payout-account-TSBuddbd.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-B9w9AaTE.js +0 -497
- package/dist/payout-account-BVO1uUOe.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
|
};
|