@feedmepos/mf-payment 1.2.27 → 1.2.30
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/OnboardForm-DOZ9futX.js +671 -0
- package/dist/OnboardForm-SZXqGGPm.js +707 -0
- package/dist/OnboardSubmission-BlVBKz-H.js +146 -0
- package/dist/OnboardSubmission-CjsvLPVX.js +152 -0
- package/dist/{PDFViewer-xrBtzrlR.js → PDFViewer-DlSCBBxr.js} +14 -12
- package/dist/{PayoutAccount-DI5YpzGm.js → PayoutAccount-BHbqJwXB.js} +5 -5
- package/dist/{PayoutAccount-mlaDc7_i.js → PayoutAccount-Ctd7j0SZ.js} +8 -7
- package/dist/{PayoutAccountSetting-IgBRFN0A.js → PayoutAccountSetting-CUlmHkw3.js} +4 -4
- package/dist/{Restaurant-CIGhOFvk.js → Restaurant-DDebeSrf.js} +4 -4
- package/dist/{RestaurantSetting-0CbusLcz.js → RestaurantSetting-Cf63FkWQ.js} +291 -222
- package/dist/{Settlement-DmG5-VSP.js → Settlement-C_V-iTDy.js} +3 -3
- package/dist/{Settlement-CUmpNHMN.js → Settlement-CctMzPsZ.js} +3 -3
- package/dist/{SettlementTransactions-DhjGSAg4.js → SettlementTransactions-9p3tYV0n.js} +3 -3
- package/dist/{SettlementTransactions-CcMUINyi.js → SettlementTransactions-DYvhz0Yh.js} +3 -3
- package/dist/Status.vue_vue_type_script_setup_true_lang-wrcEbNj3.js +29 -0
- package/dist/{Terminal-KE_9M2jr.js → Terminal-D3QDgPY6.js} +5 -5
- package/dist/{TerminalSetting-DdJl_9JJ.js → TerminalSetting-ehm_sRqf.js} +3 -3
- package/dist/{Transaction-E9_hSpx4.js → Transaction-DIz_ArbY.js} +6 -6
- package/dist/{Transaction-CA9RQ8qT.js → Transaction-DzIzAIbO.js} +5 -5
- package/dist/{TransactionOld-lPUiTl8n.js → TransactionOld-CagUKhjR.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-B03g8Jum.js → TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js} +3 -3
- package/dist/api/index.d.ts +1 -0
- package/dist/api/onboard-submission/index.d.ts +17 -0
- package/dist/api/payment-gateway/index.d.ts +3 -1
- package/dist/api/payout/index.d.ts +1 -0
- package/dist/{app-BohCgZld.js → app-Djt4efuB.js} +212 -131
- package/dist/app.d.ts +46 -0
- package/dist/app.js +1 -1
- package/dist/{assets-Dttfej_E.js → assets-ha4XB2PU.js} +1 -1
- package/dist/{grafana-DCGA3gMb.js → grafana-DRZOKr8c.js} +1 -1
- package/dist/{index-BQtW6X1l.js → index-8Xu0hCTB.js} +1 -1
- package/dist/{index-CZKvrBM7.js → index-B6GVzj7l.js} +1 -1
- package/dist/{index-tCobqIDD.js → index-BasdAonL.js} +4930 -4857
- package/dist/{index-BOwfUR6x.js → index-DGF3hKwg.js} +1 -1
- package/dist/{index-BYLzp2JB.js → index-Dg_mEOso.js} +1 -1
- package/dist/{index-JCMXdVSJ.js → index-DoD23lHB.js} +8 -1
- package/dist/index-mIFz6n66.js +68 -0
- package/dist/{index.vue_vue_type_script_setup_true_lang-DpAWcXVU.js → index.vue_vue_type_script_setup_true_lang-D4bLM6th.js} +1 -1
- package/dist/modules.d.ts +1 -0
- package/dist/package.json +9 -8
- package/dist/payout-account-CE1OxSdW.js +458 -0
- package/dist/plugins-ClNUIkc0.js +1366 -0
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/OnboardForm.vue.d.ts +12 -0
- package/dist/views/admin/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/admin/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/admin/onboard-submission/cell/Status.vue.d.ts +5 -0
- package/dist/views/admin/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +81 -0
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +20 -20
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/LocalIntegration.vue.d.ts +803 -0
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +8 -8
- package/dist/views/onboard-submission/OnboardForm.vue.d.ts +14 -0
- package/dist/views/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
- package/dist/views/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
- package/dist/views/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
- package/dist/views/onboard-submission/form/SoftSpaceSubmission.vue.d.ts +5 -0
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +48 -48
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +24 -24
- package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
- package/package.json +9 -8
- package/dist/payout-account-rJmG1Gi5.js +0 -1819
@@ -3,11 +3,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
3
3
|
data: {
|
4
4
|
type: PropType<{
|
5
5
|
createdAt: Date;
|
6
|
-
remark?: string | null | undefined;
|
7
6
|
store?: {
|
8
7
|
id: string;
|
9
8
|
event: "ORDERING" | "MARKETING";
|
10
9
|
} | null | undefined;
|
10
|
+
remark?: string | null | undefined;
|
11
11
|
_id: string;
|
12
12
|
beneficiaryBank: {
|
13
13
|
name: string;
|
@@ -40,11 +40,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
40
40
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
41
41
|
"row-click": (payment: {
|
42
42
|
createdAt: Date;
|
43
|
-
remark?: string | null | undefined;
|
44
43
|
store?: {
|
45
44
|
id: string;
|
46
45
|
event: "ORDERING" | "MARKETING";
|
47
46
|
} | null | undefined;
|
47
|
+
remark?: string | null | undefined;
|
48
48
|
_id: string;
|
49
49
|
beneficiaryBank: {
|
50
50
|
name: string;
|
@@ -72,11 +72,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
72
72
|
data: {
|
73
73
|
type: PropType<{
|
74
74
|
createdAt: Date;
|
75
|
-
remark?: string | null | undefined;
|
76
75
|
store?: {
|
77
76
|
id: string;
|
78
77
|
event: "ORDERING" | "MARKETING";
|
79
78
|
} | null | undefined;
|
79
|
+
remark?: string | null | undefined;
|
80
80
|
_id: string;
|
81
81
|
beneficiaryBank: {
|
82
82
|
name: string;
|
@@ -109,11 +109,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
109
109
|
}>> & Readonly<{
|
110
110
|
"onRow-click"?: ((payment: {
|
111
111
|
createdAt: Date;
|
112
|
-
remark?: string | null | undefined;
|
113
112
|
store?: {
|
114
113
|
id: string;
|
115
114
|
event: "ORDERING" | "MARKETING";
|
116
115
|
} | null | undefined;
|
116
|
+
remark?: string | null | undefined;
|
117
117
|
_id: string;
|
118
118
|
beneficiaryBank: {
|
119
119
|
name: string;
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | null | undefined;
|
@@ -28,11 +28,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
28
28
|
gateway: "Ghl";
|
29
29
|
})[] | null | undefined;
|
30
30
|
deletedAt?: string | null | undefined;
|
31
|
-
_id: string;
|
32
31
|
status: "Active" | "Inactive";
|
32
|
+
_id: string;
|
33
|
+
updatedAt: string;
|
33
34
|
referenceId: string;
|
34
35
|
createdAt: string;
|
35
|
-
updatedAt: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
38
38
|
}>;
|
@@ -44,10 +44,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
44
44
|
secretKey?: string | null | undefined;
|
45
45
|
gateways?: {
|
46
46
|
config?: {
|
47
|
-
uniqueId: string;
|
48
47
|
packageId: string;
|
48
|
+
uniqueId: string;
|
49
49
|
} | null | undefined;
|
50
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
50
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
51
51
|
}[] | null | undefined;
|
52
52
|
deviceId?: string | null | undefined;
|
53
53
|
bindCode?: string | null | undefined;
|
@@ -66,11 +66,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
66
66
|
gateway: "Ghl";
|
67
67
|
})[] | null | undefined;
|
68
68
|
deletedAt?: string | null | undefined;
|
69
|
-
_id: string;
|
70
69
|
status: "Active" | "Inactive";
|
70
|
+
_id: string;
|
71
|
+
updatedAt: string;
|
71
72
|
referenceId: string;
|
72
73
|
createdAt: string;
|
73
|
-
updatedAt: string;
|
74
74
|
securityCode: string;
|
75
75
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
76
76
|
}>;
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | null | undefined;
|
@@ -29,11 +29,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
29
29
|
gateway: "Ghl";
|
30
30
|
})[] | null | undefined;
|
31
31
|
deletedAt?: string | null | undefined;
|
32
|
-
_id: string;
|
33
32
|
status: "Active" | "Inactive";
|
33
|
+
_id: string;
|
34
|
+
updatedAt: string;
|
34
35
|
referenceId: string;
|
35
36
|
createdAt: string;
|
36
|
-
updatedAt: string;
|
37
37
|
securityCode: string;
|
38
38
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
39
39
|
}>;
|
@@ -50,10 +50,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
uniqueId: string;
|
54
53
|
packageId: string;
|
54
|
+
uniqueId: string;
|
55
55
|
} | null | undefined;
|
56
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
56
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
58
58
|
deviceId?: string | null | undefined;
|
59
59
|
bindCode?: string | null | undefined;
|
@@ -72,11 +72,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
72
72
|
gateway: "Ghl";
|
73
73
|
})[] | null | undefined;
|
74
74
|
deletedAt?: string | null | undefined;
|
75
|
-
_id: string;
|
76
75
|
status: "Active" | "Inactive";
|
76
|
+
_id: string;
|
77
|
+
updatedAt: string;
|
77
78
|
referenceId: string;
|
78
79
|
createdAt: string;
|
79
|
-
updatedAt: string;
|
80
80
|
securityCode: string;
|
81
81
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
82
82
|
}>;
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | null | undefined;
|
@@ -28,11 +28,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
28
28
|
gateway: "Ghl";
|
29
29
|
})[] | null | undefined;
|
30
30
|
deletedAt?: string | null | undefined;
|
31
|
-
_id: string;
|
32
31
|
status: "Active" | "Inactive";
|
32
|
+
_id: string;
|
33
|
+
updatedAt: string;
|
33
34
|
referenceId: string;
|
34
35
|
createdAt: string;
|
35
|
-
updatedAt: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
38
38
|
}>;
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | null | undefined;
|
@@ -67,11 +67,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
67
67
|
gateway: "Ghl";
|
68
68
|
})[] | null | undefined;
|
69
69
|
deletedAt?: string | null | undefined;
|
70
|
-
_id: string;
|
71
70
|
status: "Active" | "Inactive";
|
71
|
+
_id: string;
|
72
|
+
updatedAt: string;
|
72
73
|
referenceId: string;
|
73
74
|
createdAt: string;
|
74
|
-
updatedAt: string;
|
75
75
|
securityCode: string;
|
76
76
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
77
77
|
}>;
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | null | undefined;
|
@@ -28,11 +28,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
28
28
|
gateway: "Ghl";
|
29
29
|
})[] | null | undefined;
|
30
30
|
deletedAt?: string | null | undefined;
|
31
|
-
_id: string;
|
32
31
|
status: "Active" | "Inactive";
|
32
|
+
_id: string;
|
33
|
+
updatedAt: string;
|
33
34
|
referenceId: string;
|
34
35
|
createdAt: string;
|
35
|
-
updatedAt: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
38
38
|
}>;
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | null | undefined;
|
@@ -67,11 +67,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
67
67
|
gateway: "Ghl";
|
68
68
|
})[] | null | undefined;
|
69
69
|
deletedAt?: string | null | undefined;
|
70
|
-
_id: string;
|
71
70
|
status: "Active" | "Inactive";
|
71
|
+
_id: string;
|
72
|
+
updatedAt: string;
|
72
73
|
referenceId: string;
|
73
74
|
createdAt: string;
|
74
|
-
updatedAt: string;
|
75
75
|
securityCode: string;
|
76
76
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
77
77
|
}>;
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | null | undefined;
|
@@ -29,11 +29,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
29
29
|
gateway: "Ghl";
|
30
30
|
})[] | null | undefined;
|
31
31
|
deletedAt?: string | null | undefined;
|
32
|
-
_id: string;
|
33
32
|
status: "Active" | "Inactive";
|
33
|
+
_id: string;
|
34
|
+
updatedAt: string;
|
34
35
|
referenceId: string;
|
35
36
|
createdAt: string;
|
36
|
-
updatedAt: string;
|
37
37
|
securityCode: string;
|
38
38
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
39
39
|
}>;
|
@@ -50,10 +50,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
uniqueId: string;
|
54
53
|
packageId: string;
|
54
|
+
uniqueId: string;
|
55
55
|
} | null | undefined;
|
56
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
56
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
58
58
|
deviceId?: string | null | undefined;
|
59
59
|
bindCode?: string | null | undefined;
|
@@ -72,11 +72,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
72
72
|
gateway: "Ghl";
|
73
73
|
})[] | null | undefined;
|
74
74
|
deletedAt?: string | null | undefined;
|
75
|
-
_id: string;
|
76
75
|
status: "Active" | "Inactive";
|
76
|
+
_id: string;
|
77
|
+
updatedAt: string;
|
77
78
|
referenceId: string;
|
78
79
|
createdAt: string;
|
79
|
-
updatedAt: string;
|
80
80
|
securityCode: string;
|
81
81
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
82
82
|
}>;
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | null | undefined;
|
@@ -30,11 +30,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
30
|
gateway: "Ghl";
|
31
31
|
})[] | null | undefined;
|
32
32
|
deletedAt?: string | null | undefined;
|
33
|
-
_id: string;
|
34
33
|
status: "Active" | "Inactive";
|
34
|
+
_id: string;
|
35
|
+
updatedAt: string;
|
35
36
|
referenceId: string;
|
36
37
|
createdAt: string;
|
37
|
-
updatedAt: string;
|
38
38
|
securityCode: string;
|
39
39
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
40
40
|
}>;
|
@@ -51,10 +51,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
51
51
|
secretKey?: string | null | undefined;
|
52
52
|
gateways?: {
|
53
53
|
config?: {
|
54
|
-
uniqueId: string;
|
55
54
|
packageId: string;
|
55
|
+
uniqueId: string;
|
56
56
|
} | null | undefined;
|
57
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
57
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
58
58
|
}[] | null | undefined;
|
59
59
|
deviceId?: string | null | undefined;
|
60
60
|
bindCode?: string | null | undefined;
|
@@ -74,11 +74,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
74
74
|
gateway: "Ghl";
|
75
75
|
})[] | null | undefined;
|
76
76
|
deletedAt?: string | null | undefined;
|
77
|
-
_id: string;
|
78
77
|
status: "Active" | "Inactive";
|
78
|
+
_id: string;
|
79
|
+
updatedAt: string;
|
79
80
|
referenceId: string;
|
80
81
|
createdAt: string;
|
81
|
-
updatedAt: string;
|
82
82
|
securityCode: string;
|
83
83
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
84
84
|
}>;
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | null | undefined;
|
@@ -28,11 +28,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
28
28
|
gateway: "Ghl";
|
29
29
|
})[] | null | undefined;
|
30
30
|
deletedAt?: string | null | undefined;
|
31
|
-
_id: string;
|
32
31
|
status: "Active" | "Inactive";
|
32
|
+
_id: string;
|
33
|
+
updatedAt: string;
|
33
34
|
referenceId: string;
|
34
35
|
createdAt: string;
|
35
|
-
updatedAt: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
38
38
|
}>;
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | null | undefined;
|
@@ -67,11 +67,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
67
67
|
gateway: "Ghl";
|
68
68
|
})[] | null | undefined;
|
69
69
|
deletedAt?: string | null | undefined;
|
70
|
-
_id: string;
|
71
70
|
status: "Active" | "Inactive";
|
71
|
+
_id: string;
|
72
|
+
updatedAt: string;
|
72
73
|
referenceId: string;
|
73
74
|
createdAt: string;
|
74
|
-
updatedAt: string;
|
75
75
|
securityCode: string;
|
76
76
|
deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
|
77
77
|
}>;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
type?: any;
|
3
|
+
submission?: any;
|
4
|
+
}, {}, {}, {
|
5
|
+
currentComponent(): import("vue").DefineComponent<{
|
6
|
+
submission: string;
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
8
|
+
submission: string;
|
9
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any> | null;
|
10
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
11
|
+
type?: any;
|
12
|
+
submission?: any;
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
14
|
+
export default _default;
|
@@ -0,0 +1,2 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
2
|
+
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
modelValue: string | null;
|
3
|
+
label?: string;
|
4
|
+
};
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
6
|
+
"update:modelValue": (value: File | null) => any;
|
7
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
8
|
+
"onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
10
|
+
export default _default;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
modelValue: string | null;
|
3
|
+
label?: string;
|
4
|
+
type: 'image' | 'pdf';
|
5
|
+
};
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
7
|
+
"update:modelValue": (value: File | null) => any;
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
9
|
+
"onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
11
|
+
export default _default;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
submission: string;
|
3
|
+
};
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
5
|
+
export default _default;
|