@feedmepos/mf-payment 1.2.18 → 1.2.20

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.
Files changed (51) hide show
  1. package/dist/{PayoutAccount-BDTAihoB.js → PayoutAccount-DyzFqwR_.js} +6 -6
  2. package/dist/{PayoutAccount-BlvYGFmj.js → PayoutAccount-ymQ8A_OQ.js} +5 -5
  3. package/dist/{PayoutAccountSetting-BZ_dtEzF.js → PayoutAccountSetting-DdVQDRv6.js} +3 -3
  4. package/dist/{Restaurant-IvTxzEEg.js → Restaurant-DX-ft5mY.js} +4 -4
  5. package/dist/{RestaurantSetting-CYkbYnib.js → RestaurantSetting-B5QK2HsD.js} +3 -3
  6. package/dist/{Settlement-CgQP9j_O.js → Settlement-BTAgDLE4.js} +3 -3
  7. package/dist/{Settlement-Wbsxz3c3.js → Settlement-tSFKeFCi.js} +3 -3
  8. package/dist/{SettlementTransactions-TULTM98h.js → SettlementTransactions-2O_jtWqc.js} +3 -3
  9. package/dist/{SettlementTransactions-CDrPZEsp.js → SettlementTransactions-BPQ5nHen.js} +3 -3
  10. package/dist/{Terminal-Kbwkii3s.js → Terminal-C1S3kxNP.js} +5 -5
  11. package/dist/{TerminalSetting-APSwdYlY.js → TerminalSetting-c87Zxf42.js} +3 -3
  12. package/dist/{Transaction-DHBP5DBt.js → Transaction-BObmnRhC.js} +7 -7
  13. package/dist/{Transaction-CP5nDC93.js → Transaction-D3_7pjdt.js} +5 -5
  14. package/dist/{TransactionOld-CZTpxwtD.js → TransactionOld-2twVH782.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DQLCyJE1.js → TransactionTable.vue_vue_type_script_setup_true_lang-X4W-7Q9G.js} +3 -3
  16. package/dist/{app-DxcyIR9L.js → app-BXxWykCr.js} +163 -163
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-BPRFwA_x.js → assets-DGrl4PXm.js} +2 -2
  19. package/dist/{grafana-C6rWA8aV.js → grafana-BsX0aJIj.js} +1 -1
  20. package/dist/{index-dd-QHobb.js → index-BOLPRESA.js} +1 -1
  21. package/dist/{index-Cl3iKnij.js → index-C2eTAshh.js} +16 -16
  22. package/dist/{index-BasV9ckt.js → index-CGmdjXTO.js} +1 -1
  23. package/dist/{index-CV4mrBvQ.js → index-DML_nGyN.js} +1 -1
  24. package/dist/{index-CFcmWPUa.js → index-Dd05rRyd.js} +3058 -2975
  25. package/dist/{index-pcbXwdTo.js → index-Dp-W5Nux.js} +2 -2
  26. package/dist/{index-CqxWxkx3.js → index-wbNqPCnP.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-BcbAchQx.js → index.vue_vue_type_script_setup_true_lang-gP1G2dvB.js} +1 -1
  28. package/dist/package.json +2 -2
  29. package/dist/payout-account-BTyePQS4.js +1820 -0
  30. package/dist/stores/payoutAccount.d.ts +14 -14
  31. package/dist/tsconfig.app.tsbuildinfo +1 -1
  32. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +14 -14
  33. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +16 -16
  34. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +16 -16
  35. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +14 -14
  36. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +14 -14
  37. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +16 -16
  38. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
  39. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +6 -6
  40. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +6 -6
  41. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +6 -6
  42. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +6 -6
  43. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +6 -6
  44. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +6 -6
  45. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +6 -6
  46. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +28 -28
  47. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +44 -44
  48. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +22 -22
  49. package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
  50. package/package.json +2 -2
  51. package/dist/payout-account-Bwm4cqox.js +0 -1953
@@ -4,22 +4,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4
4
  type: PropType<{
5
5
  enable?: boolean | null | undefined;
6
6
  gateways?: ({
7
- paymentGateway: "REVENUE_MONSTER";
8
7
  config: {
9
8
  clientId: string;
10
9
  clientPrivateKey: string;
11
10
  clientSecret: string;
12
11
  storeId: string;
13
12
  };
13
+ paymentGateway: "REVENUE_MONSTER";
14
14
  } | {
15
- paymentGateway: "RAZER_MERCHANT_SERVICE";
16
15
  config: {
17
16
  merchantId: string;
18
17
  secretKey: string;
19
18
  verifyKey: string;
20
19
  };
20
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
21
21
  } | {
22
- paymentGateway: "MACAU_PASS";
23
22
  config: {
24
23
  merchantId: string;
25
24
  merchantName: string;
@@ -27,11 +26,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
26
  storeID: string;
28
27
  storeName: string;
29
28
  };
29
+ paymentGateway: "MACAU_PASS";
30
30
  } | {
31
- paymentGateway: "DIGIO";
32
31
  config: {
33
32
  merchantId: string;
34
33
  };
34
+ paymentGateway: "DIGIO";
35
35
  })[] | null | undefined;
36
36
  ref?: any;
37
37
  _id: string;
@@ -39,17 +39,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
39
39
  store: {
40
40
  bank?: {
41
41
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
42
- accountNumber?: string | null | undefined;
43
42
  holderName?: string | null | undefined;
43
+ accountNumber?: string | null | undefined;
44
44
  name: string;
45
45
  } | null | undefined;
46
46
  ssm?: string | null | undefined;
47
47
  bankStatement?: string | null | undefined;
48
48
  exteriorPhoto?: string | null | undefined;
49
49
  keyPerson?: {
50
+ email: string;
50
51
  name: string;
51
52
  phone: string;
52
- email: string;
53
53
  } | null | undefined;
54
54
  id: string;
55
55
  event: "ORDERING" | "MARKETING";
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
61
  precision: number;
62
62
  } | null | undefined;
63
63
  tPlus?: number | null | undefined;
64
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
64
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
65
65
  variant: string;
66
66
  }[];
67
67
  businessId: string;
@@ -73,22 +73,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
73
  type: PropType<{
74
74
  enable?: boolean | null | undefined;
75
75
  gateways?: ({
76
- paymentGateway: "REVENUE_MONSTER";
77
76
  config: {
78
77
  clientId: string;
79
78
  clientPrivateKey: string;
80
79
  clientSecret: string;
81
80
  storeId: string;
82
81
  };
82
+ paymentGateway: "REVENUE_MONSTER";
83
83
  } | {
84
- paymentGateway: "RAZER_MERCHANT_SERVICE";
85
84
  config: {
86
85
  merchantId: string;
87
86
  secretKey: string;
88
87
  verifyKey: string;
89
88
  };
89
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
90
90
  } | {
91
- paymentGateway: "MACAU_PASS";
92
91
  config: {
93
92
  merchantId: string;
94
93
  merchantName: string;
@@ -96,11 +95,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
95
  storeID: string;
97
96
  storeName: string;
98
97
  };
98
+ paymentGateway: "MACAU_PASS";
99
99
  } | {
100
- paymentGateway: "DIGIO";
101
100
  config: {
102
101
  merchantId: string;
103
102
  };
103
+ paymentGateway: "DIGIO";
104
104
  })[] | null | undefined;
105
105
  ref?: any;
106
106
  _id: string;
@@ -108,17 +108,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
108
108
  store: {
109
109
  bank?: {
110
110
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
111
- accountNumber?: string | null | undefined;
112
111
  holderName?: string | null | undefined;
112
+ accountNumber?: string | null | undefined;
113
113
  name: string;
114
114
  } | null | undefined;
115
115
  ssm?: string | null | undefined;
116
116
  bankStatement?: string | null | undefined;
117
117
  exteriorPhoto?: string | null | undefined;
118
118
  keyPerson?: {
119
+ email: string;
119
120
  name: string;
120
121
  phone: string;
121
- email: string;
122
122
  } | null | undefined;
123
123
  id: string;
124
124
  event: "ORDERING" | "MARKETING";
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
130
130
  precision: number;
131
131
  } | null | undefined;
132
132
  tPlus?: number | null | undefined;
133
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
133
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
134
134
  variant: string;
135
135
  }[];
136
136
  businessId: string;
@@ -5,29 +5,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5
5
  enable?: boolean | null | undefined;
6
6
  tokens?: {
7
7
  type: "googlePay";
8
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
8
9
  config: {
9
10
  gateway: string;
10
11
  gatewayMerchantId: string;
11
12
  };
12
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
13
13
  }[] | null | undefined;
14
14
  gateways?: ({
15
- paymentGateway: "REVENUE_MONSTER";
16
15
  config: {
17
16
  clientId: string;
18
17
  clientPrivateKey: string;
19
18
  clientSecret: string;
20
19
  storeId: string;
21
20
  };
21
+ paymentGateway: "REVENUE_MONSTER";
22
22
  } | {
23
- paymentGateway: "RAZER_MERCHANT_SERVICE";
24
23
  config: {
25
24
  merchantId: string;
26
25
  secretKey: string;
27
26
  verifyKey: string;
28
27
  };
28
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
29
29
  } | {
30
- paymentGateway: "MACAU_PASS";
31
30
  config: {
32
31
  merchantId: string;
33
32
  merchantName: string;
@@ -35,11 +34,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
34
  storeID: string;
36
35
  storeName: string;
37
36
  };
37
+ paymentGateway: "MACAU_PASS";
38
38
  } | {
39
- paymentGateway: "DIGIO";
40
39
  config: {
41
40
  merchantId: string;
42
41
  };
42
+ paymentGateway: "DIGIO";
43
43
  })[] | null | undefined;
44
44
  gatewayOverride?: {
45
45
  type?: string | null | undefined;
@@ -57,17 +57,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  store: {
58
58
  bank?: {
59
59
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
60
- accountNumber?: string | null | undefined;
61
60
  holderName?: string | null | undefined;
61
+ accountNumber?: string | null | undefined;
62
62
  name: string;
63
63
  } | null | undefined;
64
64
  ssm?: string | null | undefined;
65
65
  bankStatement?: string | null | undefined;
66
66
  exteriorPhoto?: string | null | undefined;
67
67
  keyPerson?: {
68
+ email: string;
68
69
  name: string;
69
70
  phone: string;
70
- email: string;
71
71
  } | null | undefined;
72
72
  id: string;
73
73
  event: "ORDERING" | "MARKETING";
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
79
  precision: number;
80
80
  } | null | undefined;
81
81
  tPlus?: number | null | undefined;
82
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
82
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
83
83
  variant: string;
84
84
  }[];
85
85
  businessId: string;
@@ -92,29 +92,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  enable?: boolean | null | undefined;
93
93
  tokens?: {
94
94
  type: "googlePay";
95
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
95
96
  config: {
96
97
  gateway: string;
97
98
  gatewayMerchantId: string;
98
99
  };
99
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
100
100
  }[] | null | undefined;
101
101
  gateways?: ({
102
- paymentGateway: "REVENUE_MONSTER";
103
102
  config: {
104
103
  clientId: string;
105
104
  clientPrivateKey: string;
106
105
  clientSecret: string;
107
106
  storeId: string;
108
107
  };
108
+ paymentGateway: "REVENUE_MONSTER";
109
109
  } | {
110
- paymentGateway: "RAZER_MERCHANT_SERVICE";
111
110
  config: {
112
111
  merchantId: string;
113
112
  secretKey: string;
114
113
  verifyKey: string;
115
114
  };
115
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
116
116
  } | {
117
- paymentGateway: "MACAU_PASS";
118
117
  config: {
119
118
  merchantId: string;
120
119
  merchantName: string;
@@ -122,11 +121,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
121
  storeID: string;
123
122
  storeName: string;
124
123
  };
124
+ paymentGateway: "MACAU_PASS";
125
125
  } | {
126
- paymentGateway: "DIGIO";
127
126
  config: {
128
127
  merchantId: string;
129
128
  };
129
+ paymentGateway: "DIGIO";
130
130
  })[] | null | undefined;
131
131
  gatewayOverride?: {
132
132
  type?: string | null | undefined;
@@ -144,17 +144,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
144
144
  store: {
145
145
  bank?: {
146
146
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
147
- accountNumber?: string | null | undefined;
148
147
  holderName?: string | null | undefined;
148
+ accountNumber?: string | null | undefined;
149
149
  name: string;
150
150
  } | null | undefined;
151
151
  ssm?: string | null | undefined;
152
152
  bankStatement?: string | null | undefined;
153
153
  exteriorPhoto?: string | null | undefined;
154
154
  keyPerson?: {
155
+ email: string;
155
156
  name: string;
156
157
  phone: string;
157
- email: string;
158
158
  } | null | undefined;
159
159
  id: string;
160
160
  event: "ORDERING" | "MARKETING";
@@ -166,7 +166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  precision: number;
167
167
  } | null | undefined;
168
168
  tPlus?: number | null | undefined;
169
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
169
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
170
170
  variant: string;
171
171
  }[];
172
172
  businessId: string;
@@ -5,29 +5,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5
5
  enable?: boolean | null | undefined;
6
6
  tokens?: {
7
7
  type: "googlePay";
8
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
8
9
  config: {
9
10
  gateway: string;
10
11
  gatewayMerchantId: string;
11
12
  };
12
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
13
13
  }[] | null | undefined;
14
14
  gateways?: ({
15
- paymentGateway: "REVENUE_MONSTER";
16
15
  config: {
17
16
  clientId: string;
18
17
  clientPrivateKey: string;
19
18
  clientSecret: string;
20
19
  storeId: string;
21
20
  };
21
+ paymentGateway: "REVENUE_MONSTER";
22
22
  } | {
23
- paymentGateway: "RAZER_MERCHANT_SERVICE";
24
23
  config: {
25
24
  merchantId: string;
26
25
  secretKey: string;
27
26
  verifyKey: string;
28
27
  };
28
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
29
29
  } | {
30
- paymentGateway: "MACAU_PASS";
31
30
  config: {
32
31
  merchantId: string;
33
32
  merchantName: string;
@@ -35,11 +34,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
34
  storeID: string;
36
35
  storeName: string;
37
36
  };
37
+ paymentGateway: "MACAU_PASS";
38
38
  } | {
39
- paymentGateway: "DIGIO";
40
39
  config: {
41
40
  merchantId: string;
42
41
  };
42
+ paymentGateway: "DIGIO";
43
43
  })[] | null | undefined;
44
44
  gatewayOverride?: {
45
45
  type?: string | null | undefined;
@@ -57,17 +57,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
57
57
  store: {
58
58
  bank?: {
59
59
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
60
- accountNumber?: string | null | undefined;
61
60
  holderName?: string | null | undefined;
61
+ accountNumber?: string | null | undefined;
62
62
  name: string;
63
63
  } | null | undefined;
64
64
  ssm?: string | null | undefined;
65
65
  bankStatement?: string | null | undefined;
66
66
  exteriorPhoto?: string | null | undefined;
67
67
  keyPerson?: {
68
+ email: string;
68
69
  name: string;
69
70
  phone: string;
70
- email: string;
71
71
  } | null | undefined;
72
72
  id: string;
73
73
  event: "ORDERING" | "MARKETING";
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
79
  precision: number;
80
80
  } | null | undefined;
81
81
  tPlus?: number | null | undefined;
82
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
82
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
83
83
  variant: string;
84
84
  }[];
85
85
  businessId: string;
@@ -92,29 +92,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
92
  enable?: boolean | null | undefined;
93
93
  tokens?: {
94
94
  type: "googlePay";
95
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
95
96
  config: {
96
97
  gateway: string;
97
98
  gatewayMerchantId: string;
98
99
  };
99
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
100
100
  }[] | null | undefined;
101
101
  gateways?: ({
102
- paymentGateway: "REVENUE_MONSTER";
103
102
  config: {
104
103
  clientId: string;
105
104
  clientPrivateKey: string;
106
105
  clientSecret: string;
107
106
  storeId: string;
108
107
  };
108
+ paymentGateway: "REVENUE_MONSTER";
109
109
  } | {
110
- paymentGateway: "RAZER_MERCHANT_SERVICE";
111
110
  config: {
112
111
  merchantId: string;
113
112
  secretKey: string;
114
113
  verifyKey: string;
115
114
  };
115
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
116
116
  } | {
117
- paymentGateway: "MACAU_PASS";
118
117
  config: {
119
118
  merchantId: string;
120
119
  merchantName: string;
@@ -122,11 +121,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
121
  storeID: string;
123
122
  storeName: string;
124
123
  };
124
+ paymentGateway: "MACAU_PASS";
125
125
  } | {
126
- paymentGateway: "DIGIO";
127
126
  config: {
128
127
  merchantId: string;
129
128
  };
129
+ paymentGateway: "DIGIO";
130
130
  })[] | null | undefined;
131
131
  gatewayOverride?: {
132
132
  type?: string | null | undefined;
@@ -144,17 +144,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
144
144
  store: {
145
145
  bank?: {
146
146
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
147
- accountNumber?: string | null | undefined;
148
147
  holderName?: string | null | undefined;
148
+ accountNumber?: string | null | undefined;
149
149
  name: string;
150
150
  } | null | undefined;
151
151
  ssm?: string | null | undefined;
152
152
  bankStatement?: string | null | undefined;
153
153
  exteriorPhoto?: string | null | undefined;
154
154
  keyPerson?: {
155
+ email: string;
155
156
  name: string;
156
157
  phone: string;
157
- email: string;
158
158
  } | null | undefined;
159
159
  id: string;
160
160
  event: "ORDERING" | "MARKETING";
@@ -166,7 +166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
166
  precision: number;
167
167
  } | null | undefined;
168
168
  tPlus?: number | null | undefined;
169
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
169
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
170
170
  variant: string;
171
171
  }[];
172
172
  businessId: string;
@@ -9,22 +9,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  type: PropType<{
10
10
  enable?: boolean | null | undefined;
11
11
  gateways?: ({
12
- paymentGateway: "REVENUE_MONSTER";
13
12
  config: {
14
13
  clientId: string;
15
14
  clientPrivateKey: string;
16
15
  clientSecret: string;
17
16
  storeId: string;
18
17
  };
18
+ paymentGateway: "REVENUE_MONSTER";
19
19
  } | {
20
- paymentGateway: "RAZER_MERCHANT_SERVICE";
21
20
  config: {
22
21
  merchantId: string;
23
22
  secretKey: string;
24
23
  verifyKey: string;
25
24
  };
25
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
26
26
  } | {
27
- paymentGateway: "MACAU_PASS";
28
27
  config: {
29
28
  merchantId: string;
30
29
  merchantName: string;
@@ -32,11 +31,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
31
  storeID: string;
33
32
  storeName: string;
34
33
  };
34
+ paymentGateway: "MACAU_PASS";
35
35
  } | {
36
- paymentGateway: "DIGIO";
37
36
  config: {
38
37
  merchantId: string;
39
38
  };
39
+ paymentGateway: "DIGIO";
40
40
  })[] | null | undefined;
41
41
  ref?: any;
42
42
  _id: string;
@@ -44,17 +44,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  store: {
45
45
  bank?: {
46
46
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
47
- accountNumber?: string | null | undefined;
48
47
  holderName?: string | null | undefined;
48
+ accountNumber?: string | null | undefined;
49
49
  name: string;
50
50
  } | null | undefined;
51
51
  ssm?: string | null | undefined;
52
52
  bankStatement?: string | null | undefined;
53
53
  exteriorPhoto?: string | null | undefined;
54
54
  keyPerson?: {
55
+ email: string;
55
56
  name: string;
56
57
  phone: string;
57
- email: string;
58
58
  } | null | undefined;
59
59
  id: string;
60
60
  event: "ORDERING" | "MARKETING";
@@ -66,7 +66,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
66
  precision: number;
67
67
  } | null | undefined;
68
68
  tPlus?: number | null | undefined;
69
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
69
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
70
70
  variant: string;
71
71
  }[];
72
72
  businessId: string;
@@ -82,22 +82,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
82
82
  type: PropType<{
83
83
  enable?: boolean | null | undefined;
84
84
  gateways?: ({
85
- paymentGateway: "REVENUE_MONSTER";
86
85
  config: {
87
86
  clientId: string;
88
87
  clientPrivateKey: string;
89
88
  clientSecret: string;
90
89
  storeId: string;
91
90
  };
91
+ paymentGateway: "REVENUE_MONSTER";
92
92
  } | {
93
- paymentGateway: "RAZER_MERCHANT_SERVICE";
94
93
  config: {
95
94
  merchantId: string;
96
95
  secretKey: string;
97
96
  verifyKey: string;
98
97
  };
98
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
99
99
  } | {
100
- paymentGateway: "MACAU_PASS";
101
100
  config: {
102
101
  merchantId: string;
103
102
  merchantName: string;
@@ -105,11 +104,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
105
104
  storeID: string;
106
105
  storeName: string;
107
106
  };
107
+ paymentGateway: "MACAU_PASS";
108
108
  } | {
109
- paymentGateway: "DIGIO";
110
109
  config: {
111
110
  merchantId: string;
112
111
  };
112
+ paymentGateway: "DIGIO";
113
113
  })[] | null | undefined;
114
114
  ref?: any;
115
115
  _id: string;
@@ -117,17 +117,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
117
117
  store: {
118
118
  bank?: {
119
119
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
120
- accountNumber?: string | null | undefined;
121
120
  holderName?: string | null | undefined;
121
+ accountNumber?: string | null | undefined;
122
122
  name: string;
123
123
  } | null | undefined;
124
124
  ssm?: string | null | undefined;
125
125
  bankStatement?: string | null | undefined;
126
126
  exteriorPhoto?: string | null | undefined;
127
127
  keyPerson?: {
128
+ email: string;
128
129
  name: string;
129
130
  phone: string;
130
- email: string;
131
131
  } | null | undefined;
132
132
  id: string;
133
133
  event: "ORDERING" | "MARKETING";
@@ -139,7 +139,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
139
139
  precision: number;
140
140
  } | null | undefined;
141
141
  tPlus?: number | null | undefined;
142
- issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
142
+ issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
143
143
  variant: string;
144
144
  }[];
145
145
  businessId: string;