@feedmepos/mf-payment 1.5.77 → 1.5.78-dev

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 (119) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-D_PoXVbz.js → Actions.vue_vue_type_script_setup_true_lang-CkOYpI0o.js} +1 -1
  2. package/dist/{Chargeback-CzwL8PJv.js → Chargeback-C5vvqZPC.js} +7 -7
  3. package/dist/{DateRangePicker.vue_vue_type_script_setup_true_lang-CDjdQf-E.js → DateRangePicker.vue_vue_type_script_setup_true_lang-BNVnvrVY.js} +1 -1
  4. package/dist/{no-data-BRmo6XOO.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DF7Bz7mG.js} +92 -2
  5. package/dist/{OnboardForm-DZeWRzRD.js → OnboardForm-D1UEL7nA.js} +554 -482
  6. package/dist/{OnboardForm-C6LuVVyr.js → OnboardForm-Jk61FTsk.js} +6 -6
  7. package/dist/OnboardSubmission-CJ8Wz4Z5.js +446 -0
  8. package/dist/{OnboardSubmission-C2BYK2p1.js → OnboardSubmission-VVsokhdH.js} +27 -27
  9. package/dist/{PayoutAccount-VbRd7cmv.js → PayoutAccount-BJupz1C5.js} +101 -102
  10. package/dist/{PayoutAccount-BMQZ5bOZ.js → PayoutAccount-CgmR-Kft.js} +5 -5
  11. package/dist/PayoutAccountSetting-D18R7415.js +1502 -0
  12. package/dist/{Restaurant-4cO60aVP.js → Restaurant-CYzqYWvJ.js} +4 -4
  13. package/dist/{RestaurantSetting-Bvk0dnCI.js → RestaurantSetting-BjmaAH2A.js} +325 -243
  14. package/dist/{Settlement-CklF8pz7.js → Settlement-BgksUxPW.js} +4 -4
  15. package/dist/{Settlement-Cme1wMB-.js → Settlement-TT5-yT7m.js} +5 -5
  16. package/dist/{SettlementTransactions-DD285bSJ.js → SettlementTransactions-COjlsFX-.js} +4 -4
  17. package/dist/{SettlementTransactions-3F4EOoyz.js → SettlementTransactions-Cd0zM7MD.js} +4 -4
  18. package/dist/{Status.vue_vue_type_script_setup_true_lang-CUnCf_fx.js → Status.vue_vue_type_script_setup_true_lang-C0vazu3N.js} +1 -1
  19. package/dist/{Terminal-CK6ULW6U.js → Terminal-Chq-Kp8B.js} +6 -6
  20. package/dist/{TerminalSetting-CEQG3OV6.js → TerminalSetting-CZv6obZH.js} +887 -712
  21. package/dist/{TextInputDialog.vue_vue_type_script_setup_true_lang-BvGYVca0.js → TextInputDialog.vue_vue_type_script_setup_true_lang-D8W8_SO2.js} +1 -1
  22. package/dist/Transaction-BLooVLyD.js +507 -0
  23. package/dist/{Transaction-DjzWqLtN.js → Transaction-BoFiQSqu.js} +99 -102
  24. package/dist/TransactionOld-BGf-ROT_.js +313 -0
  25. package/dist/api/onboard-submission/index.d.ts +3 -1
  26. package/dist/api/terminal/index.d.ts +1 -0
  27. package/dist/app-B4Scdw84.js +9185 -0
  28. package/dist/app.d.ts +96 -1
  29. package/dist/app.js +5 -4
  30. package/dist/{assets-DIbq1BVX.js → assets-Bqo86swf.js} +81 -79
  31. package/dist/composable/async-poller/index.d.ts +22 -0
  32. package/dist/{grafana-B0iQmK6j.js → grafana-DpTMPSvF.js} +1 -1
  33. package/dist/{index-B0L21J1j.js → index-A5VPgbH5.js} +1 -1
  34. package/dist/{index-BkQ7t3F6.js → index-Bga288jX.js} +1 -1
  35. package/dist/{index-BHCs_NnD.js → index-C0KJhQjz.js} +1 -1
  36. package/dist/{index-CnN_MV2-.js → index-C4nXco1m.js} +24 -9
  37. package/dist/{index-C80a7-Ks.js → index-CU0pfEVD.js} +1 -1
  38. package/dist/{index-CxnWUe_K.js → index-CuktSZEC.js} +3 -3
  39. package/dist/{index-D0j1LZAB.js → index-DNKuiv7L.js} +9430 -9267
  40. package/dist/{index-C_Y5Sfc9.js → index-GF2nlppI.js} +1 -1
  41. package/dist/index-JP_7k-Ja.js +63 -0
  42. package/dist/index-MdV54cWO.js +58 -0
  43. package/dist/{index.vue_vue_type_script_setup_true_lang-BksGFeSf.js → index.vue_vue_type_script_setup_true_lang-Cs_vaAfF.js} +1 -1
  44. package/dist/main.d.ts +1 -0
  45. package/dist/model/payout-account.d.ts +2 -2
  46. package/dist/package.json +4 -3
  47. package/dist/{payout-account-B7OikYn5.js → payout-account-Bklp9Lrq.js} +37 -37
  48. package/dist/stores/payoutAccount.d.ts +44 -34
  49. package/dist/tsconfig.app.tsbuildinfo +1 -1
  50. package/dist/tyro-BovmsorS.js +5 -0
  51. package/dist/utils/permission.d.ts +1 -0
  52. package/dist/{validator-CTlVogBQ.js → validator-DzjyJnvv.js} +0 -1
  53. package/dist/views/admin/onboard-submission/forms/NTTSubmission.vue.d.ts +16 -16
  54. package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +16 -16
  55. package/dist/views/admin/onboard-submission/forms/TyroSubmission.vue.d.ts +81 -0
  56. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +44 -34
  57. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +64 -54
  58. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +64 -54
  59. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +44 -34
  60. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +44 -43
  61. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +64 -54
  62. package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +2 -2
  63. package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
  64. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +2 -2
  65. package/dist/views/admin/payout-account/tabs/gateway/KsherGateway.vue.d.ts +4 -4
  66. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +2 -2
  67. package/dist/views/admin/payout-account/tabs/gateway/TyroGateway.vue.d.ts +39 -0
  68. package/dist/views/admin/payout-account/tabs/token/ApplePayToken.vue.d.ts +2 -2
  69. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  70. package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +4 -4
  71. package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +4 -4
  72. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  73. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +4 -4
  74. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +4 -4
  75. package/dist/views/admin/restaurant/tabs/gateway/KsherGateway.vue.d.ts +6 -6
  76. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  77. package/dist/views/admin/restaurant/tabs/gateway/MaybankGateway.vue.d.ts +6 -6
  78. package/dist/views/admin/restaurant/tabs/gateway/MonetapayGateway.vue.d.ts +48 -0
  79. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +4 -4
  80. package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -4
  81. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +24 -24
  82. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +2 -2
  83. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +2 -2
  84. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +2 -2
  85. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +2 -2
  86. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +2 -2
  87. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +4 -4
  88. package/dist/views/admin/terminal/tabs/ecr/Ghl2Gateway.vue.d.ts +2 -2
  89. package/dist/views/admin/terminal/tabs/ecr/Ghl3Gateway.vue.d.ts +2 -2
  90. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +2 -2
  91. package/dist/views/admin/terminal/tabs/ecr/GlobalPaymentsGateway.vue.d.ts +2 -2
  92. package/dist/views/admin/terminal/tabs/ecr/HlbbGateway.vue.d.ts +2 -2
  93. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +2 -2
  94. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +2 -2
  95. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +2 -2
  96. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +2 -2
  97. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +2 -2
  98. package/dist/views/admin/terminal/tabs/ecr/OmaGateway.vue.d.ts +2 -2
  99. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +2 -2
  100. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +2 -2
  101. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +2 -2
  102. package/dist/views/admin/terminal/tabs/useTyroSoftposGateway.d.ts +12 -0
  103. package/dist/views/onboard-submission/tyro-submission-polling.d.ts +27 -0
  104. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +88 -68
  105. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +84 -84
  106. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +42 -42
  107. package/dist/views/settlement/SettlementTable.vue.d.ts +24 -24
  108. package/dist/views/transaction/TransactionTable.vue.d.ts +2 -2
  109. package/package.json +4 -3
  110. package/dist/DocumentViewer.vue_vue_type_script_setup_true_lang-KebV8Zws.js +0 -94
  111. package/dist/Forbidden-1aaq-Ilm.js +0 -38
  112. package/dist/OnboardSubmission-DvWwQFy6.js +0 -222
  113. package/dist/PayoutAccountSetting-DzzABgzs.js +0 -1765
  114. package/dist/Transaction-D-Z3zRd7.js +0 -517
  115. package/dist/TransactionOld-BXjA15Dd.js +0 -314
  116. package/dist/app-CEy5Ojtg.js +0 -7661
  117. package/dist/index-XTdSN6CV.js +0 -60
  118. package/dist/softspace-D9cEyOQT.js +0 -4
  119. package/dist/views/admin/payout-account/tabs/SettlementEditDialog.vue.d.ts +0 -56
@@ -2,22 +2,27 @@ import type { PropType } from "vue";
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  payoutAccount: {
4
4
  type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ submissionDate?: string | null | undefined;
7
+ statusBy?: string | null | undefined;
8
+ statusReason?: string | null | undefined;
5
9
  gateways?: ({
10
+ paymentGateway: "REVENUE_MONSTER";
6
11
  config: {
7
- storeId: string;
8
12
  clientId: string;
9
13
  clientPrivateKey: string;
10
14
  clientSecret: string;
15
+ storeId: string;
11
16
  };
12
- paymentGateway: "REVENUE_MONSTER";
13
17
  } | {
18
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
14
19
  config: {
15
20
  merchantId: string;
16
21
  secretKey: string;
17
22
  verifyKey: string;
18
23
  };
19
- paymentGateway: "RAZER_MERCHANT_SERVICE";
20
24
  } | {
25
+ paymentGateway: "MACAU_PASS";
21
26
  config: {
22
27
  merchantId: string;
23
28
  merchantName: string;
@@ -25,43 +30,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
30
  storeID: string;
26
31
  storeName: string;
27
32
  };
28
- paymentGateway: "MACAU_PASS";
29
33
  } | {
34
+ paymentGateway: "DIGIO";
30
35
  config: {
31
36
  merchantId: string;
32
37
  cardMerchantId: string;
33
38
  };
34
- paymentGateway: "DIGIO";
35
39
  } | {
40
+ paymentGateway: "ADYEN";
36
41
  config: {
37
42
  hmacKey?: string | null | undefined;
38
43
  merchantAccount: string;
39
44
  username: string;
40
45
  apiKey: string;
41
- clientKey: string;
42
46
  endpoint: string;
47
+ clientKey: string;
43
48
  };
44
- paymentGateway: "ADYEN";
45
49
  } | {
50
+ paymentGateway: "KSHER";
46
51
  config: {
47
52
  privateKey: string;
48
53
  appId: string;
49
54
  };
50
- paymentGateway: "KSHER";
55
+ } | {
56
+ paymentGateway: "TYRO";
57
+ config: {
58
+ locationId: string;
59
+ };
51
60
  })[] | null | undefined;
52
- enable?: boolean | null | undefined;
53
- submissionDate?: string | null | undefined;
54
- statusBy?: string | null | undefined;
55
- statusReason?: string | null | undefined;
56
61
  ref?: any;
57
- status: "NEW" | "APPROVED" | "PENDING" | "REJECTED";
58
62
  _id: string;
59
- businessId: string;
63
+ status: "NEW" | "PENDING" | "APPROVED" | "REJECTED";
60
64
  store: {
61
65
  bank?: {
62
66
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
63
- holderName?: string | null | undefined;
64
67
  accountNumber?: string | null | undefined;
68
+ holderName?: string | null | undefined;
65
69
  name: string;
66
70
  } | null | undefined;
67
71
  regNo?: string | null | undefined;
@@ -71,8 +75,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
75
  exteriorPhoto?: string | null | undefined;
72
76
  keyPerson?: {
73
77
  name: string;
74
- email: string;
75
78
  phone: string;
79
+ email: string;
76
80
  } | null | undefined;
77
81
  id: string;
78
82
  event: "ORDERING" | "MARKETING";
@@ -88,31 +92,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
92
  precision: number;
89
93
  } | null | undefined;
90
94
  tPlus?: number | null | undefined;
91
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
95
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "REVOLUT";
92
96
  variant: string;
93
97
  }[];
98
+ businessId: string;
94
99
  }>;
95
100
  required: true;
96
101
  };
97
102
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
98
103
  payoutAccount: {
99
104
  type: PropType<{
105
+ enable?: boolean | null | undefined;
106
+ submissionDate?: string | null | undefined;
107
+ statusBy?: string | null | undefined;
108
+ statusReason?: string | null | undefined;
100
109
  gateways?: ({
110
+ paymentGateway: "REVENUE_MONSTER";
101
111
  config: {
102
- storeId: string;
103
112
  clientId: string;
104
113
  clientPrivateKey: string;
105
114
  clientSecret: string;
115
+ storeId: string;
106
116
  };
107
- paymentGateway: "REVENUE_MONSTER";
108
117
  } | {
118
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
109
119
  config: {
110
120
  merchantId: string;
111
121
  secretKey: string;
112
122
  verifyKey: string;
113
123
  };
114
- paymentGateway: "RAZER_MERCHANT_SERVICE";
115
124
  } | {
125
+ paymentGateway: "MACAU_PASS";
116
126
  config: {
117
127
  merchantId: string;
118
128
  merchantName: string;
@@ -120,43 +130,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
120
130
  storeID: string;
121
131
  storeName: string;
122
132
  };
123
- paymentGateway: "MACAU_PASS";
124
133
  } | {
134
+ paymentGateway: "DIGIO";
125
135
  config: {
126
136
  merchantId: string;
127
137
  cardMerchantId: string;
128
138
  };
129
- paymentGateway: "DIGIO";
130
139
  } | {
140
+ paymentGateway: "ADYEN";
131
141
  config: {
132
142
  hmacKey?: string | null | undefined;
133
143
  merchantAccount: string;
134
144
  username: string;
135
145
  apiKey: string;
136
- clientKey: string;
137
146
  endpoint: string;
147
+ clientKey: string;
138
148
  };
139
- paymentGateway: "ADYEN";
140
149
  } | {
150
+ paymentGateway: "KSHER";
141
151
  config: {
142
152
  privateKey: string;
143
153
  appId: string;
144
154
  };
145
- paymentGateway: "KSHER";
155
+ } | {
156
+ paymentGateway: "TYRO";
157
+ config: {
158
+ locationId: string;
159
+ };
146
160
  })[] | null | undefined;
147
- enable?: boolean | null | undefined;
148
- submissionDate?: string | null | undefined;
149
- statusBy?: string | null | undefined;
150
- statusReason?: string | null | undefined;
151
161
  ref?: any;
152
- status: "NEW" | "APPROVED" | "PENDING" | "REJECTED";
153
162
  _id: string;
154
- businessId: string;
163
+ status: "NEW" | "PENDING" | "APPROVED" | "REJECTED";
155
164
  store: {
156
165
  bank?: {
157
166
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
158
- holderName?: string | null | undefined;
159
167
  accountNumber?: string | null | undefined;
168
+ holderName?: string | null | undefined;
160
169
  name: string;
161
170
  } | null | undefined;
162
171
  regNo?: string | null | undefined;
@@ -166,8 +175,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
175
  exteriorPhoto?: string | null | undefined;
167
176
  keyPerson?: {
168
177
  name: string;
169
- email: string;
170
178
  phone: string;
179
+ email: string;
171
180
  } | null | undefined;
172
181
  id: string;
173
182
  event: "ORDERING" | "MARKETING";
@@ -183,9 +192,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
183
192
  precision: number;
184
193
  } | null | undefined;
185
194
  tPlus?: number | null | undefined;
186
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
195
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "REVOLUT";
187
196
  variant: string;
188
197
  }[];
198
+ businessId: string;
189
199
  }>;
190
200
  required: true;
191
201
  };
@@ -2,22 +2,37 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  payoutAccount: {
4
4
  type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ submissionDate?: string | null | undefined;
7
+ statusBy?: string | null | undefined;
8
+ statusReason?: string | null | undefined;
9
+ tokens?: {
10
+ config: {
11
+ gateway: string;
12
+ gatewayMerchantId: string;
13
+ } | {
14
+ merchantId: string;
15
+ };
16
+ type: "googlePay" | "applePay";
17
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
18
+ }[] | null | undefined;
5
19
  gateways?: ({
20
+ paymentGateway: "REVENUE_MONSTER";
6
21
  config: {
7
- storeId: string;
8
22
  clientId: string;
9
23
  clientPrivateKey: string;
10
24
  clientSecret: string;
25
+ storeId: string;
11
26
  };
12
- paymentGateway: "REVENUE_MONSTER";
13
27
  } | {
28
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
14
29
  config: {
15
30
  merchantId: string;
16
31
  secretKey: string;
17
32
  verifyKey: string;
18
33
  };
19
- paymentGateway: "RAZER_MERCHANT_SERVICE";
20
34
  } | {
35
+ paymentGateway: "MACAU_PASS";
21
36
  config: {
22
37
  merchantId: string;
23
38
  merchantName: string;
@@ -25,44 +40,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
25
40
  storeID: string;
26
41
  storeName: string;
27
42
  };
28
- paymentGateway: "MACAU_PASS";
29
43
  } | {
44
+ paymentGateway: "DIGIO";
30
45
  config: {
31
46
  merchantId: string;
32
47
  cardMerchantId: string;
33
48
  };
34
- paymentGateway: "DIGIO";
35
49
  } | {
50
+ paymentGateway: "ADYEN";
36
51
  config: {
37
52
  hmacKey?: string | null | undefined;
38
53
  merchantAccount: string;
39
54
  username: string;
40
55
  apiKey: string;
41
- clientKey: string;
42
56
  endpoint: string;
57
+ clientKey: string;
43
58
  };
44
- paymentGateway: "ADYEN";
45
59
  } | {
60
+ paymentGateway: "KSHER";
46
61
  config: {
47
62
  privateKey: string;
48
63
  appId: string;
49
64
  };
50
- paymentGateway: "KSHER";
51
- })[] | null | undefined;
52
- enable?: boolean | null | undefined;
53
- submissionDate?: string | null | undefined;
54
- statusBy?: string | null | undefined;
55
- statusReason?: string | null | undefined;
56
- tokens?: {
57
- type: "googlePay" | "applePay";
58
- gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
65
+ } | {
66
+ paymentGateway: "TYRO";
59
67
  config: {
60
- gateway: string;
61
- gatewayMerchantId: string;
62
- } | {
63
- merchantId: string;
68
+ locationId: string;
64
69
  };
65
- }[] | null | undefined;
70
+ })[] | null | undefined;
66
71
  gatewayOverride?: {
67
72
  type?: string | null | undefined;
68
73
  conditions?: {
@@ -70,18 +75,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
75
  conditionValue?: any;
71
76
  }[] | null | undefined;
72
77
  value: string;
73
- gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
78
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
74
79
  icon: string;
75
80
  label: string;
76
81
  }[] | null | undefined;
77
- status: "NEW" | "APPROVED" | "PENDING" | "REJECTED";
78
82
  _id: string;
79
- businessId: string;
83
+ status: "NEW" | "PENDING" | "APPROVED" | "REJECTED";
80
84
  store: {
81
85
  bank?: {
82
86
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
83
- holderName?: string | null | undefined;
84
87
  accountNumber?: string | null | undefined;
88
+ holderName?: string | null | undefined;
85
89
  name: string;
86
90
  } | null | undefined;
87
91
  regNo?: string | null | undefined;
@@ -91,8 +95,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
95
  exteriorPhoto?: string | null | undefined;
92
96
  keyPerson?: {
93
97
  name: string;
94
- email: string;
95
98
  phone: string;
99
+ email: string;
96
100
  } | null | undefined;
97
101
  id: string;
98
102
  event: "ORDERING" | "MARKETING";
@@ -108,31 +112,47 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
108
112
  precision: number;
109
113
  } | null | undefined;
110
114
  tPlus?: number | null | undefined;
111
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
115
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "REVOLUT";
112
116
  variant: string;
113
117
  }[];
118
+ businessId: string;
114
119
  }>;
115
120
  required: true;
116
121
  };
117
122
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
118
123
  payoutAccount: {
119
124
  type: PropType<{
125
+ enable?: boolean | null | undefined;
126
+ submissionDate?: string | null | undefined;
127
+ statusBy?: string | null | undefined;
128
+ statusReason?: string | null | undefined;
129
+ tokens?: {
130
+ config: {
131
+ gateway: string;
132
+ gatewayMerchantId: string;
133
+ } | {
134
+ merchantId: string;
135
+ };
136
+ type: "googlePay" | "applePay";
137
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
138
+ }[] | null | undefined;
120
139
  gateways?: ({
140
+ paymentGateway: "REVENUE_MONSTER";
121
141
  config: {
122
- storeId: string;
123
142
  clientId: string;
124
143
  clientPrivateKey: string;
125
144
  clientSecret: string;
145
+ storeId: string;
126
146
  };
127
- paymentGateway: "REVENUE_MONSTER";
128
147
  } | {
148
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
129
149
  config: {
130
150
  merchantId: string;
131
151
  secretKey: string;
132
152
  verifyKey: string;
133
153
  };
134
- paymentGateway: "RAZER_MERCHANT_SERVICE";
135
154
  } | {
155
+ paymentGateway: "MACAU_PASS";
136
156
  config: {
137
157
  merchantId: string;
138
158
  merchantName: string;
@@ -140,44 +160,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
140
160
  storeID: string;
141
161
  storeName: string;
142
162
  };
143
- paymentGateway: "MACAU_PASS";
144
163
  } | {
164
+ paymentGateway: "DIGIO";
145
165
  config: {
146
166
  merchantId: string;
147
167
  cardMerchantId: string;
148
168
  };
149
- paymentGateway: "DIGIO";
150
169
  } | {
170
+ paymentGateway: "ADYEN";
151
171
  config: {
152
172
  hmacKey?: string | null | undefined;
153
173
  merchantAccount: string;
154
174
  username: string;
155
175
  apiKey: string;
156
- clientKey: string;
157
176
  endpoint: string;
177
+ clientKey: string;
158
178
  };
159
- paymentGateway: "ADYEN";
160
179
  } | {
180
+ paymentGateway: "KSHER";
161
181
  config: {
162
182
  privateKey: string;
163
183
  appId: string;
164
184
  };
165
- paymentGateway: "KSHER";
166
- })[] | null | undefined;
167
- enable?: boolean | null | undefined;
168
- submissionDate?: string | null | undefined;
169
- statusBy?: string | null | undefined;
170
- statusReason?: string | null | undefined;
171
- tokens?: {
172
- type: "googlePay" | "applePay";
173
- gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
185
+ } | {
186
+ paymentGateway: "TYRO";
174
187
  config: {
175
- gateway: string;
176
- gatewayMerchantId: string;
177
- } | {
178
- merchantId: string;
188
+ locationId: string;
179
189
  };
180
- }[] | null | undefined;
190
+ })[] | null | undefined;
181
191
  gatewayOverride?: {
182
192
  type?: string | null | undefined;
183
193
  conditions?: {
@@ -185,18 +195,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
185
195
  conditionValue?: any;
186
196
  }[] | null | undefined;
187
197
  value: string;
188
- gateway: "RAZER_MERCHANT_SERVICE" | "REVENUE_MONSTER" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA";
198
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "MAYBANK_QR" | "MONETAPAY" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS" | "OMA" | "TYRO";
189
199
  icon: string;
190
200
  label: string;
191
201
  }[] | null | undefined;
192
- status: "NEW" | "APPROVED" | "PENDING" | "REJECTED";
193
202
  _id: string;
194
- businessId: string;
203
+ status: "NEW" | "PENDING" | "APPROVED" | "REJECTED";
195
204
  store: {
196
205
  bank?: {
197
206
  type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
198
- holderName?: string | null | undefined;
199
207
  accountNumber?: string | null | undefined;
208
+ holderName?: string | null | undefined;
200
209
  name: string;
201
210
  } | null | undefined;
202
211
  regNo?: string | null | undefined;
@@ -206,8 +215,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
206
215
  exteriorPhoto?: string | null | undefined;
207
216
  keyPerson?: {
208
217
  name: string;
209
- email: string;
210
218
  phone: string;
219
+ email: string;
211
220
  } | null | undefined;
212
221
  id: string;
213
222
  event: "ORDERING" | "MARKETING";
@@ -223,9 +232,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
223
232
  precision: number;
224
233
  } | null | undefined;
225
234
  tPlus?: number | null | undefined;
226
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
235
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CASH" | "KBANK" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "REVOLUT";
227
236
  variant: string;
228
237
  }[];
238
+ businessId: string;
229
239
  }>;
230
240
  required: true;
231
241
  };