@feedmepos/mf-payment 1.1.13-beta.1 → 1.1.13-beta.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-BGXWOx25.js → PayoutAccount-CNhu91aM.js} +8 -7
- package/dist/{PayoutAccount-ig_hKAY2.js → PayoutAccount-DYV8V0bc.js} +7 -6
- package/dist/{PayoutAccountSetting-2Eje3q02.js → PayoutAccountSetting-DIg1S0VN.js} +3 -3
- package/dist/{Restaurant-p1cZ6m5D.js → Restaurant-Cpdr27hp.js} +4 -4
- package/dist/{RestaurantSetting-aFhUqIvI.js → RestaurantSetting-COb6jgUF.js} +3 -3
- package/dist/{Settlement-BRyJanTq.js → Settlement-CdxBCc9B.js} +3 -3
- package/dist/{Settlement-rAjoglaa.js → Settlement-DcNRxtcN.js} +3 -3
- package/dist/{SettlementTransactions-DBvqI_Z9.js → SettlementTransactions-C-NSu-tD.js} +3 -3
- package/dist/{SettlementTransactions-5XoNClEG.js → SettlementTransactions-tY5QcDpI.js} +3 -3
- package/dist/{Terminal-Czzebmms.js → Terminal-B-qgtRO8.js} +5 -5
- package/dist/TerminalSetting-BYuUWq7_.js +587 -0
- package/dist/{Transaction-C1g7hAYK.js → Transaction-DwF1Mu6l.js} +9 -8
- package/dist/{Transaction-BBjsmbdW.js → Transaction-DyJfyFMq.js} +5 -5
- package/dist/{TransactionOld-C7UdremA.js → TransactionOld-kwohRIbn.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-Dzo3IT4N.js → TransactionTable.vue_vue_type_script_setup_true_lang-BHckmXyF.js} +3 -3
- package/dist/{app-CCs8hKHG.js → app-DcR_Bp7b.js} +148 -148
- package/dist/app.js +1 -1
- package/dist/{assets-B6T9ovLh.js → assets-DSLf6nL-.js} +29 -27
- package/dist/{grafana-BrvdtX7x.js → grafana-D2IYqhBP.js} +1 -1
- package/dist/{index-Df0cRkot.js → index-B6LK2jna.js} +1 -1
- package/dist/index-BhHLIthD.js +162 -0
- package/dist/{index-C1DMNqsd.js → index-BsBqMpqq.js} +1 -1
- package/dist/{index-63T1D5Fh.js → index-C22ceuxa.js} +1 -1
- package/dist/{index-DXqCwxMR.js → index-CHMmAndn.js} +4 -3
- package/dist/{index-DcjzjerG.js → index-Xj4boEbC.js} +1 -1
- package/dist/{index-BBCPDjZW.js → index-cDcgQW6J.js} +13127 -12529
- package/dist/{index.vue_vue_type_script_setup_true_lang-BG6-1Q8T.js → index.vue_vue_type_script_setup_true_lang-C-YH-5Lr.js} +1 -1
- package/dist/model/transaction.d.ts +1 -2
- package/dist/package.json +2 -2
- package/dist/payout-account-0jRWtBO3.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-Da3HRVdo.js +0 -497
- package/dist/payout-account-CT5Xj1To.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
|
};
|