@feedmepos/mf-payment 1.1.14-beta.1 → 1.1.14
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-BjcP1n1D.js → PayoutAccount-B-XpzTqu.js} +7 -8
- package/dist/{PayoutAccount-BhC9GdVa.js → PayoutAccount-CuGn640K.js} +6 -7
- package/dist/{PayoutAccountSetting-61UI9TTU.js → PayoutAccountSetting-CmlqySTp.js} +3 -3
- package/dist/{Restaurant-BEjGTeZK.js → Restaurant-CbXVnwaT.js} +4 -4
- package/dist/{RestaurantSetting-CH5KXJd-.js → RestaurantSetting-DBgztIry.js} +3 -3
- package/dist/{Settlement-CpWtqcbV.js → Settlement-BskRF_Qk.js} +3 -3
- package/dist/{Settlement-Ekk7fPLv.js → Settlement-ChMZqkYo.js} +3 -3
- package/dist/{SettlementTransactions-DddCRhIs.js → SettlementTransactions-BvU4bVd3.js} +3 -3
- package/dist/{SettlementTransactions-CytrIXUM.js → SettlementTransactions-CiqJyr1g.js} +3 -3
- package/dist/{Terminal-5BRplzny.js → Terminal-C4rFd_FC.js} +6 -6
- package/dist/TerminalSetting-MNCHf9x9.js +497 -0
- package/dist/{Transaction-Bnm30wxt.js → Transaction-C5ULLdoi.js} +8 -9
- package/dist/{Transaction-D2qgyVJA.js → Transaction-DTe3ST6p.js} +5 -5
- package/dist/{TransactionOld-DL9vMDXr.js → TransactionOld-BTqo9lii.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-PXvQ-nrK.js → TransactionTable.vue_vue_type_script_setup_true_lang-D8HsRsbZ.js} +3 -3
- package/dist/{app--PNGHtZ3.js → app-Dit06Jr6.js} +253 -253
- package/dist/app.js +1 -1
- package/dist/{assets-BAvqcM2y.js → assets-B7sgKcul.js} +28 -30
- package/dist/{grafana-XJlaGQ8C.js → grafana-wm93DnN2.js} +2 -2
- package/dist/{index-B4xE-ETp.js → index-C-M1CL9P.js} +12517 -13115
- package/dist/{index-s6srEUqZ.js → index-DP7VUbrW.js} +1 -1
- package/dist/{index-SqBpMlb0.js → index-DUM9Y_Ap.js} +1 -1
- package/dist/{index-pPbE76Vg.js → index-DcZShqtg.js} +1 -1
- package/dist/{index-DXzezAJQ.js → index-De79N6Ur.js} +3 -4
- package/dist/{index-DsT_D8r0.js → index-jDKnGfXk.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-aFl1Lbk1.js → index.vue_vue_type_script_setup_true_lang-Du_N-XKk.js} +1 -1
- package/dist/model/transaction.d.ts +2 -1
- package/dist/package.json +2 -2
- package/dist/payout-account-COpn8ige.js +1819 -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 +28 -22
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +28 -22
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +28 -22
- 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-D8nuI1Gv.js +0 -587
- package/dist/index-DtHh0OLe.js +0 -162
- package/dist/payout-account-TSBuddbd.js +0 -1953
- package/dist/views/admin/terminal/tabs/SoftspaceGateway.vue.d.ts +0 -90
@@ -4,17 +4,20 @@ 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;
|
9
7
|
secretKey?: string | null | undefined;
|
10
|
-
|
11
|
-
gateways?: {
|
8
|
+
gateways?: ({
|
12
9
|
config?: {
|
13
|
-
packageId: string;
|
14
10
|
uniqueId: string;
|
11
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
15
12
|
} | null | undefined;
|
16
|
-
gateway: "Fiuu"
|
17
|
-
}
|
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;
|
18
21
|
ecrs?: ({
|
19
22
|
config?: {
|
20
23
|
terminalId: string;
|
@@ -22,8 +25,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
25
|
gateway: "FeedMe";
|
23
26
|
} | {
|
24
27
|
config?: {
|
25
|
-
terminalId: string;
|
26
28
|
merchantId: string;
|
29
|
+
terminalId: string;
|
27
30
|
privateKey: string;
|
28
31
|
} | null | undefined;
|
29
32
|
gateway: "Ghl";
|
@@ -31,11 +34,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
34
|
deletedAt?: string | null | undefined;
|
32
35
|
status: "Active" | "Inactive";
|
33
36
|
_id: string;
|
34
|
-
referenceId: string;
|
35
|
-
securityCode: string;
|
36
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
37
|
createdAt: string;
|
38
|
+
referenceId: string;
|
38
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
39
42
|
}>;
|
40
43
|
required: true;
|
41
44
|
};
|
@@ -47,17 +50,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
50
|
terminal: {
|
48
51
|
type: PropType<{
|
49
52
|
name?: string | null | undefined;
|
50
|
-
deviceId?: string | null | undefined;
|
51
|
-
bindCode?: string | null | undefined;
|
52
53
|
secretKey?: string | null | undefined;
|
53
|
-
|
54
|
-
gateways?: {
|
54
|
+
gateways?: ({
|
55
55
|
config?: {
|
56
|
-
packageId: string;
|
57
56
|
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
|
-
}
|
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;
|
61
67
|
ecrs?: ({
|
62
68
|
config?: {
|
63
69
|
terminalId: string;
|
@@ -65,8 +71,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
65
71
|
gateway: "FeedMe";
|
66
72
|
} | {
|
67
73
|
config?: {
|
68
|
-
terminalId: string;
|
69
74
|
merchantId: string;
|
75
|
+
terminalId: string;
|
70
76
|
privateKey: string;
|
71
77
|
} | null | undefined;
|
72
78
|
gateway: "Ghl";
|
@@ -74,11 +80,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
74
80
|
deletedAt?: string | null | undefined;
|
75
81
|
status: "Active" | "Inactive";
|
76
82
|
_id: string;
|
77
|
-
referenceId: string;
|
78
|
-
securityCode: string;
|
79
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
83
|
createdAt: string;
|
84
|
+
referenceId: string;
|
81
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
82
88
|
}>;
|
83
89
|
required: true;
|
84
90
|
};
|
@@ -4,17 +4,20 @@ 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;
|
9
7
|
secretKey?: string | null | undefined;
|
10
|
-
|
11
|
-
gateways?: {
|
8
|
+
gateways?: ({
|
12
9
|
config?: {
|
13
|
-
packageId: string;
|
14
10
|
uniqueId: string;
|
11
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
15
12
|
} | null | undefined;
|
16
|
-
gateway: "Fiuu"
|
17
|
-
}
|
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;
|
18
21
|
ecrs?: ({
|
19
22
|
config?: {
|
20
23
|
terminalId: string;
|
@@ -22,8 +25,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
25
|
gateway: "FeedMe";
|
23
26
|
} | {
|
24
27
|
config?: {
|
25
|
-
terminalId: string;
|
26
28
|
merchantId: string;
|
29
|
+
terminalId: string;
|
27
30
|
privateKey: string;
|
28
31
|
} | null | undefined;
|
29
32
|
gateway: "Ghl";
|
@@ -31,11 +34,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
34
|
deletedAt?: string | null | undefined;
|
32
35
|
status: "Active" | "Inactive";
|
33
36
|
_id: string;
|
34
|
-
referenceId: string;
|
35
|
-
securityCode: string;
|
36
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
37
|
createdAt: string;
|
38
|
+
referenceId: string;
|
38
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
39
42
|
}>;
|
40
43
|
required: true;
|
41
44
|
};
|
@@ -47,17 +50,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
50
|
terminal: {
|
48
51
|
type: PropType<{
|
49
52
|
name?: string | null | undefined;
|
50
|
-
deviceId?: string | null | undefined;
|
51
|
-
bindCode?: string | null | undefined;
|
52
53
|
secretKey?: string | null | undefined;
|
53
|
-
|
54
|
-
gateways?: {
|
54
|
+
gateways?: ({
|
55
55
|
config?: {
|
56
|
-
packageId: string;
|
57
56
|
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
|
-
}
|
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;
|
61
67
|
ecrs?: ({
|
62
68
|
config?: {
|
63
69
|
terminalId: string;
|
@@ -65,8 +71,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
65
71
|
gateway: "FeedMe";
|
66
72
|
} | {
|
67
73
|
config?: {
|
68
|
-
terminalId: string;
|
69
74
|
merchantId: string;
|
75
|
+
terminalId: string;
|
70
76
|
privateKey: string;
|
71
77
|
} | null | undefined;
|
72
78
|
gateway: "Ghl";
|
@@ -74,11 +80,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
74
80
|
deletedAt?: string | null | undefined;
|
75
81
|
status: "Active" | "Inactive";
|
76
82
|
_id: string;
|
77
|
-
referenceId: string;
|
78
|
-
securityCode: string;
|
79
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
83
|
createdAt: string;
|
84
|
+
referenceId: string;
|
81
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
82
88
|
}>;
|
83
89
|
required: true;
|
84
90
|
};
|
@@ -3,17 +3,20 @@ 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;
|
8
6
|
secretKey?: string | null | undefined;
|
9
|
-
|
10
|
-
gateways?: {
|
7
|
+
gateways?: ({
|
11
8
|
config?: {
|
12
|
-
packageId: string;
|
13
9
|
uniqueId: string;
|
10
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
14
11
|
} | null | undefined;
|
15
|
-
gateway: "Fiuu"
|
16
|
-
}
|
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;
|
17
20
|
ecrs?: ({
|
18
21
|
config?: {
|
19
22
|
terminalId: string;
|
@@ -21,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
24
|
gateway: "FeedMe";
|
22
25
|
} | {
|
23
26
|
config?: {
|
24
|
-
terminalId: string;
|
25
27
|
merchantId: string;
|
28
|
+
terminalId: string;
|
26
29
|
privateKey: string;
|
27
30
|
} | null | undefined;
|
28
31
|
gateway: "Ghl";
|
@@ -30,11 +33,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
33
|
deletedAt?: string | null | undefined;
|
31
34
|
status: "Active" | "Inactive";
|
32
35
|
_id: string;
|
33
|
-
referenceId: string;
|
34
|
-
securityCode: string;
|
35
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
36
|
createdAt: string;
|
37
|
+
referenceId: string;
|
37
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
38
41
|
}>;
|
39
42
|
required: true;
|
40
43
|
};
|
@@ -42,17 +45,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
42
45
|
terminal: {
|
43
46
|
type: PropType<{
|
44
47
|
name?: string | null | undefined;
|
45
|
-
deviceId?: string | null | undefined;
|
46
|
-
bindCode?: string | null | undefined;
|
47
48
|
secretKey?: string | null | undefined;
|
48
|
-
|
49
|
-
gateways?: {
|
49
|
+
gateways?: ({
|
50
50
|
config?: {
|
51
|
-
packageId: string;
|
52
51
|
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
|
-
}
|
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;
|
56
62
|
ecrs?: ({
|
57
63
|
config?: {
|
58
64
|
terminalId: string;
|
@@ -60,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
66
|
gateway: "FeedMe";
|
61
67
|
} | {
|
62
68
|
config?: {
|
63
|
-
terminalId: string;
|
64
69
|
merchantId: string;
|
70
|
+
terminalId: string;
|
65
71
|
privateKey: string;
|
66
72
|
} | null | undefined;
|
67
73
|
gateway: "Ghl";
|
@@ -69,11 +75,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
69
75
|
deletedAt?: string | null | undefined;
|
70
76
|
status: "Active" | "Inactive";
|
71
77
|
_id: string;
|
72
|
-
referenceId: string;
|
73
|
-
securityCode: string;
|
74
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
75
78
|
createdAt: string;
|
79
|
+
referenceId: string;
|
76
80
|
updatedAt: string;
|
81
|
+
securityCode: string;
|
82
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
77
83
|
}>;
|
78
84
|
required: true;
|
79
85
|
};
|
@@ -3,17 +3,20 @@ 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;
|
8
6
|
secretKey?: string | null | undefined;
|
9
|
-
|
10
|
-
gateways?: {
|
7
|
+
gateways?: ({
|
11
8
|
config?: {
|
12
|
-
packageId: string;
|
13
9
|
uniqueId: string;
|
10
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
14
11
|
} | null | undefined;
|
15
|
-
gateway: "Fiuu"
|
16
|
-
}
|
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;
|
17
20
|
ecrs?: ({
|
18
21
|
config?: {
|
19
22
|
terminalId: string;
|
@@ -21,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
24
|
gateway: "FeedMe";
|
22
25
|
} | {
|
23
26
|
config?: {
|
24
|
-
terminalId: string;
|
25
27
|
merchantId: string;
|
28
|
+
terminalId: string;
|
26
29
|
privateKey: string;
|
27
30
|
} | null | undefined;
|
28
31
|
gateway: "Ghl";
|
@@ -30,11 +33,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
33
|
deletedAt?: string | null | undefined;
|
31
34
|
status: "Active" | "Inactive";
|
32
35
|
_id: string;
|
33
|
-
referenceId: string;
|
34
|
-
securityCode: string;
|
35
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
36
|
createdAt: string;
|
37
|
+
referenceId: string;
|
37
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
38
41
|
}>;
|
39
42
|
required: true;
|
40
43
|
};
|
@@ -42,17 +45,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
42
45
|
terminal: {
|
43
46
|
type: PropType<{
|
44
47
|
name?: string | null | undefined;
|
45
|
-
deviceId?: string | null | undefined;
|
46
|
-
bindCode?: string | null | undefined;
|
47
48
|
secretKey?: string | null | undefined;
|
48
|
-
|
49
|
-
gateways?: {
|
49
|
+
gateways?: ({
|
50
50
|
config?: {
|
51
|
-
packageId: string;
|
52
51
|
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
|
-
}
|
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;
|
56
62
|
ecrs?: ({
|
57
63
|
config?: {
|
58
64
|
terminalId: string;
|
@@ -60,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
66
|
gateway: "FeedMe";
|
61
67
|
} | {
|
62
68
|
config?: {
|
63
|
-
terminalId: string;
|
64
69
|
merchantId: string;
|
70
|
+
terminalId: string;
|
65
71
|
privateKey: string;
|
66
72
|
} | null | undefined;
|
67
73
|
gateway: "Ghl";
|
@@ -69,11 +75,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
69
75
|
deletedAt?: string | null | undefined;
|
70
76
|
status: "Active" | "Inactive";
|
71
77
|
_id: string;
|
72
|
-
referenceId: string;
|
73
|
-
securityCode: string;
|
74
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
75
78
|
createdAt: string;
|
79
|
+
referenceId: string;
|
76
80
|
updatedAt: string;
|
81
|
+
securityCode: string;
|
82
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
77
83
|
}>;
|
78
84
|
required: true;
|
79
85
|
};
|
@@ -4,17 +4,20 @@ 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;
|
9
7
|
secretKey?: string | null | undefined;
|
10
|
-
|
11
|
-
gateways?: {
|
8
|
+
gateways?: ({
|
12
9
|
config?: {
|
13
|
-
packageId: string;
|
14
10
|
uniqueId: string;
|
11
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
15
12
|
} | null | undefined;
|
16
|
-
gateway: "Fiuu"
|
17
|
-
}
|
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;
|
18
21
|
ecrs?: ({
|
19
22
|
config?: {
|
20
23
|
terminalId: string;
|
@@ -22,8 +25,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
25
|
gateway: "FeedMe";
|
23
26
|
} | {
|
24
27
|
config?: {
|
25
|
-
terminalId: string;
|
26
28
|
merchantId: string;
|
29
|
+
terminalId: string;
|
27
30
|
privateKey: string;
|
28
31
|
} | null | undefined;
|
29
32
|
gateway: "Ghl";
|
@@ -31,11 +34,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
34
|
deletedAt?: string | null | undefined;
|
32
35
|
status: "Active" | "Inactive";
|
33
36
|
_id: string;
|
34
|
-
referenceId: string;
|
35
|
-
securityCode: string;
|
36
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
37
37
|
createdAt: string;
|
38
|
+
referenceId: string;
|
38
39
|
updatedAt: string;
|
40
|
+
securityCode: string;
|
41
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
39
42
|
}>;
|
40
43
|
required: true;
|
41
44
|
};
|
@@ -47,17 +50,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
50
|
terminal: {
|
48
51
|
type: PropType<{
|
49
52
|
name?: string | null | undefined;
|
50
|
-
deviceId?: string | null | undefined;
|
51
|
-
bindCode?: string | null | undefined;
|
52
53
|
secretKey?: string | null | undefined;
|
53
|
-
|
54
|
-
gateways?: {
|
54
|
+
gateways?: ({
|
55
55
|
config?: {
|
56
|
-
packageId: string;
|
57
56
|
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
|
-
}
|
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;
|
61
67
|
ecrs?: ({
|
62
68
|
config?: {
|
63
69
|
terminalId: string;
|
@@ -65,8 +71,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
65
71
|
gateway: "FeedMe";
|
66
72
|
} | {
|
67
73
|
config?: {
|
68
|
-
terminalId: string;
|
69
74
|
merchantId: string;
|
75
|
+
terminalId: string;
|
70
76
|
privateKey: string;
|
71
77
|
} | null | undefined;
|
72
78
|
gateway: "Ghl";
|
@@ -74,11 +80,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
74
80
|
deletedAt?: string | null | undefined;
|
75
81
|
status: "Active" | "Inactive";
|
76
82
|
_id: string;
|
77
|
-
referenceId: string;
|
78
|
-
securityCode: string;
|
79
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
80
83
|
createdAt: string;
|
84
|
+
referenceId: string;
|
81
85
|
updatedAt: string;
|
86
|
+
securityCode: string;
|
87
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
82
88
|
}>;
|
83
89
|
required: true;
|
84
90
|
};
|
@@ -3,17 +3,20 @@ 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;
|
8
6
|
secretKey?: string | null | undefined;
|
9
|
-
|
10
|
-
gateways?: {
|
7
|
+
gateways?: ({
|
11
8
|
config?: {
|
12
|
-
packageId: string;
|
13
9
|
uniqueId: string;
|
10
|
+
packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
|
14
11
|
} | null | undefined;
|
15
|
-
gateway: "Fiuu"
|
16
|
-
}
|
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;
|
17
20
|
ecrs?: ({
|
18
21
|
config?: {
|
19
22
|
terminalId: string;
|
@@ -21,8 +24,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
24
|
gateway: "FeedMe";
|
22
25
|
} | {
|
23
26
|
config?: {
|
24
|
-
terminalId: string;
|
25
27
|
merchantId: string;
|
28
|
+
terminalId: string;
|
26
29
|
privateKey: string;
|
27
30
|
} | null | undefined;
|
28
31
|
gateway: "Ghl";
|
@@ -30,11 +33,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
33
|
deletedAt?: string | null | undefined;
|
31
34
|
status: "Active" | "Inactive";
|
32
35
|
_id: string;
|
33
|
-
referenceId: string;
|
34
|
-
securityCode: string;
|
35
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
36
36
|
createdAt: string;
|
37
|
+
referenceId: string;
|
37
38
|
updatedAt: string;
|
39
|
+
securityCode: string;
|
40
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
38
41
|
}>;
|
39
42
|
required: true;
|
40
43
|
};
|
@@ -42,17 +45,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
42
45
|
terminal: {
|
43
46
|
type: PropType<{
|
44
47
|
name?: string | null | undefined;
|
45
|
-
deviceId?: string | null | undefined;
|
46
|
-
bindCode?: string | null | undefined;
|
47
48
|
secretKey?: string | null | undefined;
|
48
|
-
|
49
|
-
gateways?: {
|
49
|
+
gateways?: ({
|
50
50
|
config?: {
|
51
|
-
packageId: string;
|
52
51
|
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
|
-
}
|
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;
|
56
62
|
ecrs?: ({
|
57
63
|
config?: {
|
58
64
|
terminalId: string;
|
@@ -60,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
66
|
gateway: "FeedMe";
|
61
67
|
} | {
|
62
68
|
config?: {
|
63
|
-
terminalId: string;
|
64
69
|
merchantId: string;
|
70
|
+
terminalId: string;
|
65
71
|
privateKey: string;
|
66
72
|
} | null | undefined;
|
67
73
|
gateway: "Ghl";
|
@@ -69,11 +75,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
69
75
|
deletedAt?: string | null | undefined;
|
70
76
|
status: "Active" | "Inactive";
|
71
77
|
_id: string;
|
72
|
-
referenceId: string;
|
73
|
-
securityCode: string;
|
74
|
-
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
75
78
|
createdAt: string;
|
79
|
+
referenceId: string;
|
76
80
|
updatedAt: string;
|
81
|
+
securityCode: string;
|
82
|
+
deviceType: "TERMINAL" | "POS" | "KIOSK";
|
77
83
|
}>;
|
78
84
|
required: true;
|
79
85
|
};
|