@feedmepos/mf-payment 0.0.0-beta.4 → 0.0.0-beta.41

Sign up to get free protection for your applications and to get access to all the features.
Files changed (523) hide show
  1. package/dist/{AdminLayout.vue_vue_type_script_setup_true_lang-oPYFBeEo.js → AdminLayout.vue_vue_type_script_setup_true_lang-1DSAdvX7.js} +1 -1
  2. package/dist/AsyncButton.vue_vue_type_script_setup_true_lang-DcjzvYwT.js +42 -0
  3. package/dist/AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js +40 -0
  4. package/dist/{Layout.vue_vue_type_script_setup_true_lang-DJm5br5a.js → Layout.vue_vue_type_script_setup_true_lang-C38PTqO5.js} +9 -9
  5. package/dist/Modal-DB8M9o1T.js +13 -0
  6. package/dist/{PayoutAccount-CAFAjyuW.js → PDFViewer-CjH_C1uT.js} +10851 -14329
  7. package/dist/PayoutAccount-CKz74wC_.js +612 -0
  8. package/dist/PayoutAccount-E2Ga-nhL.js +272 -0
  9. package/dist/PayoutAccountSetting-CywVFXxL.js +776 -0
  10. package/dist/RestaurantSelector.vue_vue_type_script_setup_true_lang-CY4ttpKj.js +33 -0
  11. package/dist/Settlement-CwdBiElJ.js +150 -0
  12. package/dist/Settlement-ID4SKZQU.js +144 -0
  13. package/dist/{SettlementTransactions-C3dnWHkD.js → SettlementTransactions-CZc3gg2W.js} +99 -105
  14. package/dist/SettlementTransactions-Cva0BhNe.js +334 -0
  15. package/dist/Terminal-CD2HjTZ6.js +372 -0
  16. package/dist/TerminalSetting-1bqfLfaT.js +379 -0
  17. package/dist/TerminalTransaction-DYrFWTIb.js +418 -0
  18. package/dist/TerminalTransaction-jVoZHvia.js +242 -0
  19. package/dist/Transaction-CjUdHN9-.js +242 -0
  20. package/dist/Transaction-D1RHJmuR.js +405 -0
  21. package/dist/api/index.d.ts +12 -0
  22. package/dist/api/pagination.d.ts +20 -0
  23. package/dist/api/payment-gateway/index.d.ts +9 -0
  24. package/dist/api/payout/index.d.ts +2 -1
  25. package/dist/api/settlement/index.d.ts +7 -13
  26. package/dist/api/terminal/index.d.ts +13 -1
  27. package/dist/api/terminal-transaction/index.d.ts +12 -1
  28. package/dist/api/transaction/index.d.ts +7 -2
  29. package/dist/app.d.ts +3 -0
  30. package/dist/app.js +124 -95
  31. package/dist/assets/icons/index.d.ts +1 -3
  32. package/dist/assets-BhBS0p9e.js +44 -0
  33. package/dist/clipboard-4jh1WteU.js +10 -0
  34. package/dist/components/AsyncButton.vue.d.ts +21 -0
  35. package/dist/components/AutoCopyCell.vue.d.ts +6 -0
  36. package/dist/components/CursorTable/index.vue.d.ts +24 -5
  37. package/dist/components/PDFViewer.vue.d.ts +0 -2
  38. package/dist/components/RestaurantSelector.vue.d.ts +2 -0
  39. package/dist/components/RouteCell.vue.d.ts +8 -0
  40. package/dist/error-K1CakhA9.js +6 -0
  41. package/dist/helpers/assets.d.ts +2 -0
  42. package/dist/index-9ujJCGqe.js +55911 -0
  43. package/dist/index-BlGpdOEP.js +40 -0
  44. package/dist/{index-CjCiGW2Y.js → index-C074LfUa.js} +13 -23
  45. package/dist/{index-B8_4waUa.js → index-C5AZUa6M.js} +1 -1
  46. package/dist/index-CM83utfE.js +45 -0
  47. package/dist/index-DuCv6dOI.js +47 -0
  48. package/dist/index.vue_vue_type_script_setup_true_lang-DcbfY6SQ.js +167 -0
  49. package/dist/model/transaction.d.ts +2 -1
  50. package/dist/package.json +8 -8
  51. package/dist/{index-IE-8HK_2.js → payout-account-QG7y2gxQ.js} +781 -794
  52. package/dist/plugins.d.ts +1 -1
  53. package/dist/style.css +1 -1
  54. package/dist/transaction-D5lnozQA.js +87 -0
  55. package/dist/tsconfig.app.tsbuildinfo +1 -1
  56. package/dist/validator-D5jtpt9A.js +2877 -0
  57. package/dist/views/admin/payout-account/PayoutAccountSetting.vue.d.ts +11 -1
  58. package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +8 -0
  59. package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +8 -0
  60. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +81 -0
  61. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +81 -0
  62. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +90 -0
  63. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +81 -0
  64. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  65. package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +50 -0
  66. package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  67. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +83 -0
  68. package/dist/views/admin/terminal/TerminalSetting.vue.d.ts +12 -0
  69. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +80 -9
  70. package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +94 -0
  71. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +94 -0
  72. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +85 -0
  73. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +94 -0
  74. package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +7 -0
  75. package/dist/views/admin/transaction/TransactionTable.vue.d.ts +6 -2
  76. package/dist/views/admin/transaction/cell/Actions.vue.d.ts +7 -0
  77. package/dist/views/terminal-transaction/TerminalTransaction.vue.d.ts +2 -0
  78. package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +9 -0
  79. package/dist/views/terminal-transaction/cell/Status.vue.d.ts +9 -0
  80. package/package.json +20 -20
  81. package/dist/PayoutAccount-CcKzwrCh.js +0 -266
  82. package/dist/Settlement-C4IEccV6.js +0 -136
  83. package/dist/Settlement-D4gdbOE0.js +0 -132
  84. package/dist/SettlementTransactions-DYelInkD.js +0 -351
  85. package/dist/Terminal-Co7KPrrb.js +0 -204
  86. package/dist/TerminalTransaction-CtVBUTMg.js +0 -240
  87. package/dist/Transaction-CvDEP2Uq.js +0 -242
  88. package/dist/Transaction-Rk0g5_Gn.js +0 -241
  89. package/dist/api/auth/index.d.ts +0 -7
  90. package/dist/assets-CZ2m5tCN.js +0 -43
  91. package/dist/favicon.ico +0 -0
  92. package/dist/icons/anydesk.svg +0 -1
  93. package/dist/icons/sort.svg +0 -3
  94. package/dist/images/gateway/ccdc.svg +0 -44
  95. package/dist/images/gateway/fiuu.jpg +0 -0
  96. package/dist/images/gateway/fm.svg +0 -44
  97. package/dist/images/gateway/rm.jpg +0 -0
  98. package/dist/images/method/BNPL/Ablr/Ablr_SVG.svg +0 -7
  99. package/dist/images/method/BNPL/Ablr/Ablr_V1_ROU.svg +0 -4
  100. package/dist/images/method/BNPL/Ablr/Ablr_V1_SQU.svg +0 -4
  101. package/dist/images/method/BNPL/Ablr/Ablr_V2_ROU.svg +0 -7
  102. package/dist/images/method/BNPL/Ablr/Ablr_V2_SQU.svg +0 -7
  103. package/dist/images/method/BNPL/Atome/Atome_SVG.svg +0 -4
  104. package/dist/images/method/BNPL/Atome/Atome_V1_ROU.svg +0 -4
  105. package/dist/images/method/BNPL/Atome/Atome_V1_SQU.svg +0 -4
  106. package/dist/images/method/BNPL/Atome/Atome_V2_ROU.svg +0 -4
  107. package/dist/images/method/BNPL/Atome/Atome_V2_SQU.svg +0 -4
  108. package/dist/images/method/BNPL/Atome/Atome_V3_ROU.svg +0 -5
  109. package/dist/images/method/BNPL/Atome/Atome_V3_SQU.svg +0 -5
  110. package/dist/images/method/BNPL/IOUPay/IOUPay_SVG.svg +0 -12
  111. package/dist/images/method/BNPL/IOUPay/IOUPay_V1_ROU.svg +0 -7
  112. package/dist/images/method/BNPL/IOUPay/IOUPay_V1_SQU.svg +0 -7
  113. package/dist/images/method/BNPL/IOUPay/IOUPay_V2_ROU.svg +0 -13
  114. package/dist/images/method/BNPL/IOUPay/IOUPay_V2_SQU.svg +0 -13
  115. package/dist/images/method/BNPL/ShopBack/ShopBack_SVG.svg +0 -6
  116. package/dist/images/method/BNPL/ShopBack/ShopBack_V1_ROU.svg +0 -6
  117. package/dist/images/method/BNPL/ShopBack/ShopBack_V1_SQU.svg +0 -6
  118. package/dist/images/method/BNPL/ShopBack/ShopBack_V2_ROU.svg +0 -4
  119. package/dist/images/method/BNPL/ShopBack/ShopBack_V2_SQU.svg +0 -4
  120. package/dist/images/method/BNPL/Split/Split_SVG.svg +0 -4
  121. package/dist/images/method/BNPL/Split/Split_V1_ROU.svg +0 -5
  122. package/dist/images/method/BNPL/Split/Split_V1_SQU.svg +0 -5
  123. package/dist/images/method/BNPL/Split/Split_V2_ROU.svg +0 -5
  124. package/dist/images/method/BNPL/Split/Split_V2_SQU.svg +0 -5
  125. package/dist/images/method/BNPL/Split/Split_V3_ROU.svg +0 -4
  126. package/dist/images/method/BNPL/Split/Split_V3_SQU.svg +0 -4
  127. package/dist/images/method/BNPL/Split/Split_V4_ROU.svg +0 -4
  128. package/dist/images/method/BNPL/Split/Split_V4_SQU.svg +0 -4
  129. package/dist/images/method/Banks/AEONBank/AEONBank_SVG.svg +0 -16
  130. package/dist/images/method/Banks/AEONBank/AEONBank_V1_BSQU.svg +0 -17
  131. package/dist/images/method/Banks/AEONBank/AEONBank_V1_LG.svg +0 -17
  132. package/dist/images/method/Banks/AEONBank/AEONBank_V1_ROU.svg +0 -6
  133. package/dist/images/method/Banks/AEONBank/AEONBank_V1_SQU.svg +0 -6
  134. package/dist/images/method/Banks/AEONBank/AEONBank_V2_BSQU.svg +0 -17
  135. package/dist/images/method/Banks/AEONBank/AEONBank_V2_LG.svg +0 -17
  136. package/dist/images/method/Banks/AEONBank/AEONBank_V2_ROU.svg +0 -6
  137. package/dist/images/method/Banks/AEONBank/AEONBank_V2_SQU.svg +0 -6
  138. package/dist/images/method/Banks/AffinBank/AffinBank_SVG.svg +0 -56
  139. package/dist/images/method/Banks/AffinBank/AffinBank_V1_BSQU.svg +0 -57
  140. package/dist/images/method/Banks/AffinBank/AffinBank_V1_LG.svg +0 -57
  141. package/dist/images/method/Banks/AffinBank/AffinBank_V1_ROU.svg +0 -10
  142. package/dist/images/method/Banks/AffinBank/AffinBank_V1_SQU.svg +0 -10
  143. package/dist/images/method/Banks/AffinBank/AffinBank_V2_BSQU.svg +0 -57
  144. package/dist/images/method/Banks/AffinBank/AffinBank_V2_LG.svg +0 -57
  145. package/dist/images/method/Banks/AffinBank/AffinBank_V2_ROU.svg +0 -10
  146. package/dist/images/method/Banks/AffinBank/AffinBank_V2_SQU.svg +0 -10
  147. package/dist/images/method/Banks/AllianceBank/AllianceBank_SVG.svg +0 -45
  148. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_BSQU.svg +0 -46
  149. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_LG.svg +0 -46
  150. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_ROU.svg +0 -34
  151. package/dist/images/method/Banks/AllianceBank/AllianceBank_V1_SQU.svg +0 -34
  152. package/dist/images/method/Banks/AmBank/AmBank_SVG.svg +0 -18
  153. package/dist/images/method/Banks/AmBank/AmBank_V1_BSQU.svg +0 -13
  154. package/dist/images/method/Banks/AmBank/AmBank_V1_LG.svg +0 -13
  155. package/dist/images/method/Banks/AmBank/AmBank_V1_ROU.svg +0 -7
  156. package/dist/images/method/Banks/AmBank/AmBank_V1_SQU.svg +0 -7
  157. package/dist/images/method/Banks/AmBank/AmBank_V2_BSQU.svg +0 -13
  158. package/dist/images/method/Banks/AmBank/AmBank_V2_LG.svg +0 -13
  159. package/dist/images/method/Banks/AmBank/AmBank_V2_ROU.svg +0 -7
  160. package/dist/images/method/Banks/AmBank/AmBank_V2_SQU.svg +0 -7
  161. package/dist/images/method/Banks/AmBank/AmBank_V3_BSQU.svg +0 -13
  162. package/dist/images/method/Banks/AmBank/AmBank_V3_LG.svg +0 -13
  163. package/dist/images/method/Banks/AmBank/AmBank_V3_ROU.svg +0 -7
  164. package/dist/images/method/Banks/AmBank/AmBank_V3_SQU.svg +0 -7
  165. package/dist/images/method/Banks/AmBank/AmBank_V4_BSQU.svg +0 -18
  166. package/dist/images/method/Banks/AmBank/AmBank_V4_LG.svg +0 -18
  167. package/dist/images/method/Banks/AmBank/AmBank_V5_BSQU.svg +0 -18
  168. package/dist/images/method/Banks/AmBank/AmBank_V5_LG.svg +0 -18
  169. package/dist/images/method/Banks/ArgoBank/ArgoBank_SVG.svg +0 -12
  170. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_BSQU.svg +0 -13
  171. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_LG.svg +0 -13
  172. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_ROU.svg +0 -4
  173. package/dist/images/method/Banks/ArgoBank/ArgoBank_V1_SQU.svg +0 -4
  174. package/dist/images/method/Banks/BSN/BSN_SVG.svg +0 -7
  175. package/dist/images/method/Banks/BSN/BSN_V1_BSQU.svg +0 -7
  176. package/dist/images/method/Banks/BSN/BSN_V1_LG.svg +0 -7
  177. package/dist/images/method/Banks/BSN/BSN_V1_ROU.svg +0 -4
  178. package/dist/images/method/Banks/BSN/BSN_V1_SQU.svg +0 -4
  179. package/dist/images/method/Banks/BankIslam/BankIslam_SVG.svg +0 -13
  180. package/dist/images/method/Banks/BankIslam/BankIslam_V1_BSQU.svg +0 -14
  181. package/dist/images/method/Banks/BankIslam/BankIslam_V1_LG.svg +0 -14
  182. package/dist/images/method/Banks/BankIslam/BankIslam_V1_ROU.svg +0 -14
  183. package/dist/images/method/Banks/BankIslam/BankIslam_V1_SQU.svg +0 -14
  184. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_SVG.svg +0 -26
  185. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_BSQU.svg +0 -24
  186. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_LG.svg +0 -24
  187. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_ROU.svg +0 -12
  188. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V1_SQU.svg +0 -12
  189. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_BSQU.svg +0 -26
  190. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_LG.svg +0 -27
  191. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_ROU.svg +0 -14
  192. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V2_SQU.svg +0 -14
  193. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_ROU.svg +0 -12
  194. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V3_SQU.svg +0 -12
  195. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_ROU.svg +0 -4
  196. package/dist/images/method/Banks/BankMuamalat/BankMuamalat_V4_SQU.svg +0 -4
  197. package/dist/images/method/Banks/BankRakyat/BankRakyat_SVG.svg +0 -18
  198. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_BSQU.svg +0 -18
  199. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_LG.svg +0 -18
  200. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_ROU.svg +0 -6
  201. package/dist/images/method/Banks/BankRakyat/BankRakyat_V1_SQU.svg +0 -6
  202. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_BSQU.svg +0 -18
  203. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_LG.svg +0 -18
  204. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_ROU.svg +0 -6
  205. package/dist/images/method/Banks/BankRakyat/BankRakyat_V2_SQU.svg +0 -6
  206. package/dist/images/method/Banks/Cimb/Cimb_SVG.svg +0 -16
  207. package/dist/images/method/Banks/Cimb/Cimb_V1_BSQU.svg +0 -13
  208. package/dist/images/method/Banks/Cimb/Cimb_V1_LG.svg +0 -13
  209. package/dist/images/method/Banks/Cimb/Cimb_V1_ROU.svg +0 -5
  210. package/dist/images/method/Banks/Cimb/Cimb_V1_SQU.svg +0 -5
  211. package/dist/images/method/Banks/Cimb/Cimb_V2_BSQU.svg +0 -13
  212. package/dist/images/method/Banks/Cimb/Cimb_V2_LG.svg +0 -13
  213. package/dist/images/method/Banks/Cimb/Cimb_V2_ROU.svg +0 -5
  214. package/dist/images/method/Banks/Cimb/Cimb_V2_SQU.svg +0 -5
  215. package/dist/images/method/Banks/Cimb/Cimb_V3_BSQU.svg +0 -19
  216. package/dist/images/method/Banks/Cimb/Cimb_V3_LG.svg +0 -19
  217. package/dist/images/method/Banks/Cimb/Cimb_V3_ROU.svg +0 -11
  218. package/dist/images/method/Banks/Cimb/Cimb_V3_SQU.svg +0 -11
  219. package/dist/images/method/Banks/Cimb/Cimb_V4_BSQU.svg +0 -14
  220. package/dist/images/method/Banks/Cimb/Cimb_V4_LG.svg +0 -14
  221. package/dist/images/method/Banks/Cimb/Cimb_V5_LG.svg +0 -14
  222. package/dist/images/method/Banks/CitiBank/CitiBank_SVG.svg +0 -4
  223. package/dist/images/method/Banks/CitiBank/CitiBank_V1_BSQU.svg +0 -5
  224. package/dist/images/method/Banks/CitiBank/CitiBank_V1_LG.svg +0 -5
  225. package/dist/images/method/Banks/CitiBank/CitiBank_V1_ROU.svg +0 -5
  226. package/dist/images/method/Banks/CitiBank/CitiBank_V1_SQU.svg +0 -5
  227. package/dist/images/method/Banks/CitiBank/CitiBank_V2_BSQU.svg +0 -5
  228. package/dist/images/method/Banks/CitiBank/CitiBank_V2_LG.svg +0 -5
  229. package/dist/images/method/Banks/CitiBank/CitiBank_V2_ROU.svg +0 -5
  230. package/dist/images/method/Banks/CitiBank/CitiBank_V2_SQU.svg +0 -5
  231. package/dist/images/method/Banks/GXBank/GXBank_SVG.svg +0 -10
  232. package/dist/images/method/Banks/GXBank/GXBank_V1_BSQU.svg +0 -4
  233. package/dist/images/method/Banks/GXBank/GXBank_V1_LG.svg +0 -4
  234. package/dist/images/method/Banks/GXBank/GXBank_V1_ROU.svg +0 -4
  235. package/dist/images/method/Banks/GXBank/GXBank_V1_SQU.svg +0 -4
  236. package/dist/images/method/Banks/GXBank/GXBank_V2_BSQU.svg +0 -4
  237. package/dist/images/method/Banks/GXBank/GXBank_V2_LG.svg +0 -4
  238. package/dist/images/method/Banks/GXBank/GXBank_V2_ROU.svg +0 -4
  239. package/dist/images/method/Banks/GXBank/GXBank_V2_SQU.svg +0 -4
  240. package/dist/images/method/Banks/GXBank/GXBank_V3_BSQU.svg +0 -10
  241. package/dist/images/method/Banks/GXBank/GXBank_V3_LG.svg +0 -10
  242. package/dist/images/method/Banks/GXBank/GXBank_V3_ROU.svg +0 -10
  243. package/dist/images/method/Banks/GXBank/GXBank_V3_SQU.svg +0 -10
  244. package/dist/images/method/Banks/GXBank/GXBank_V4_BSQU.svg +0 -10
  245. package/dist/images/method/Banks/GXBank/GXBank_V4_LG.svg +0 -10
  246. package/dist/images/method/Banks/GXBank/GXBank_V4_ROU.svg +0 -10
  247. package/dist/images/method/Banks/GXBank/GXBank_V4_SQU.svg +0 -10
  248. package/dist/images/method/Banks/GXBank/GXBank_V5_BSQU.svg +0 -10
  249. package/dist/images/method/Banks/GXBank/GXBank_V5_LG.svg +0 -10
  250. package/dist/images/method/Banks/GXBank/GXBank_V5_ROU.svg +0 -10
  251. package/dist/images/method/Banks/GXBank/GXBank_V5_SQU.svg +0 -10
  252. package/dist/images/method/Banks/HSBC/HSBC_SVG.svg +0 -11
  253. package/dist/images/method/Banks/HSBC/HSBC_V1_BSQU.svg +0 -12
  254. package/dist/images/method/Banks/HSBC/HSBC_V1_LG.svg +0 -12
  255. package/dist/images/method/Banks/HSBC/HSBC_V1_ROU.svg +0 -8
  256. package/dist/images/method/Banks/HSBC/HSBC_V1_SQU.svg +0 -8
  257. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_SVG.svg +0 -27
  258. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_BSQU.svg +0 -22
  259. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_LG.svg +0 -22
  260. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_ROU.svg +0 -9
  261. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V1_SQU.svg +0 -9
  262. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_BSQU.svg +0 -18
  263. package/dist/images/method/Banks/HongLeongBank/HongLeongBank_V2_LG.svg +0 -18
  264. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_SVG.svg +0 -5
  265. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_BSQU.svg +0 -5
  266. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_LG.svg +0 -5
  267. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_ROU.svg +0 -4
  268. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V1_SQU.svg +0 -4
  269. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_BSQU.svg +0 -5
  270. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_LG.svg +0 -5
  271. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_ROU.svg +0 -4
  272. package/dist/images/method/Banks/KuwaitFinanceHouse/KuwaitFinanceHouse_V2_SQU.svg +0 -4
  273. package/dist/images/method/Banks/Maybank/MayBank_SVG.svg +0 -22
  274. package/dist/images/method/Banks/Maybank/MayBank_V1_BSQU.svg +0 -22
  275. package/dist/images/method/Banks/Maybank/MayBank_V1_LG.svg +0 -22
  276. package/dist/images/method/Banks/Maybank/MayBank_V1_ROU.svg +0 -15
  277. package/dist/images/method/Banks/Maybank/MayBank_V1_SQU.svg +0 -15
  278. package/dist/images/method/Banks/OCBC/OCBC_SVG.svg +0 -11
  279. package/dist/images/method/Banks/OCBC/OCBC_V1_BSQU.svg +0 -12
  280. package/dist/images/method/Banks/OCBC/OCBC_V1_LG.svg +0 -12
  281. package/dist/images/method/Banks/OCBC/OCBC_V1_ROU.svg +0 -4
  282. package/dist/images/method/Banks/OCBC/OCBC_V1_SQU.svg +0 -4
  283. package/dist/images/method/Banks/OCBC/OCBC_V2_BSQU.svg +0 -12
  284. package/dist/images/method/Banks/OCBC/OCBC_V2_LG.svg +0 -12
  285. package/dist/images/method/Banks/OCBC/OCBC_V2_ROU.svg +0 -4
  286. package/dist/images/method/Banks/OCBC/OCBC_V2_SQU.svg +0 -4
  287. package/dist/images/method/Banks/PublicBank/PublicBank_SVG.svg +0 -13
  288. package/dist/images/method/Banks/PublicBank/PublicBank_V1_BSQU.svg +0 -14
  289. package/dist/images/method/Banks/PublicBank/PublicBank_V1_LG.svg +0 -14
  290. package/dist/images/method/Banks/PublicBank/PublicBank_V1_ROU.svg +0 -4
  291. package/dist/images/method/Banks/PublicBank/PublicBank_V1_SQU.svg +0 -4
  292. package/dist/images/method/Banks/RHB/RHB_SVG.svg +0 -4
  293. package/dist/images/method/Banks/RHB/RHB_V1_BSQU.svg +0 -5
  294. package/dist/images/method/Banks/RHB/RHB_V1_LG.svg +0 -5
  295. package/dist/images/method/Banks/RHB/RHB_V1_ROU.svg +0 -5
  296. package/dist/images/method/Banks/RHB/RHB_V1_SQU.svg +0 -5
  297. package/dist/images/method/Banks/RHB/RHB_V2_BSQU.svg +0 -5
  298. package/dist/images/method/Banks/RHB/RHB_V2_LG.svg +0 -5
  299. package/dist/images/method/Banks/RHB/RHB_V2_ROU.svg +0 -5
  300. package/dist/images/method/Banks/RHB/RHB_V2_SQU.svg +0 -5
  301. package/dist/images/method/Banks/StandardChartered/StandardChartered_SVG.svg +0 -26
  302. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_BSQU.svg +0 -27
  303. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_LG.svg +0 -27
  304. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_ROU.svg +0 -10
  305. package/dist/images/method/Banks/StandardChartered/StandardChartered_V1_SQU.svg +0 -10
  306. package/dist/images/method/Banks/UOB/UOB_SVG.svg +0 -15
  307. package/dist/images/method/Banks/UOB/UOB_V1_BSQU.svg +0 -16
  308. package/dist/images/method/Banks/UOB/UOB_V1_LG.svg +0 -16
  309. package/dist/images/method/Banks/UOB/UOB_V1_ROU.svg +0 -4
  310. package/dist/images/method/Banks/UOB/UOB_V1_SQU.svg +0 -4
  311. package/dist/images/method/Banks/UOB/UOB_V2_BSQU.svg +0 -16
  312. package/dist/images/method/Banks/UOB/UOB_V2_LG.svg +0 -16
  313. package/dist/images/method/Banks/UOB/UOB_V2_ROU.svg +0 -4
  314. package/dist/images/method/Banks/UOB/UOB_V2_SQU.svg +0 -4
  315. package/dist/images/method/Banks/UOB/UOB_V3_ROU.svg +0 -5
  316. package/dist/images/method/Banks/UOB/UOB_V3_SQU.svg +0 -5
  317. package/dist/images/method/Banks/UOB/UOB_V4_ROU.svg +0 -5
  318. package/dist/images/method/Banks/UOB/UOB_V4_SQU.svg +0 -5
  319. package/dist/images/method/Card/Gobiz/Gobiz_SVG.svg +0 -10
  320. package/dist/images/method/Card/Gobiz/Gobiz_V1_ROU.svg +0 -11
  321. package/dist/images/method/Card/Gobiz/Gobiz_V1_SQU.svg +0 -11
  322. package/dist/images/method/Card/Gobiz/Gobiz_V2_ROU.svg +0 -11
  323. package/dist/images/method/Card/Gobiz/Gobiz_V2_SQU.svg +0 -11
  324. package/dist/images/method/Card/Master/MASTER_SVG.svg +0 -6
  325. package/dist/images/method/Card/Master/MASTER_V1_ROU.svg +0 -7
  326. package/dist/images/method/Card/Master/MASTER_V1_SQU.svg +0 -7
  327. package/dist/images/method/Card/Master/MASTER_V1_TRSP.svg +0 -6
  328. package/dist/images/method/Card/Master/MASTER_V2_ROU.svg +0 -7
  329. package/dist/images/method/Card/Master/MASTER_V2_SQU.svg +0 -7
  330. package/dist/images/method/Card/Paydee/Paydee_SVG.svg +0 -8
  331. package/dist/images/method/Card/Paydee/Paydee_V1_ROU.svg +0 -9
  332. package/dist/images/method/Card/Paydee/Paydee_V1_SQU.svg +0 -9
  333. package/dist/images/method/Card/Paydee/Paydee_V2_ROU.svg +0 -9
  334. package/dist/images/method/Card/Paydee/Paydee_V2_SQU.svg +0 -9
  335. package/dist/images/method/Card/UnionPay/UNIONPAY_SVG.svg +0 -17
  336. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_ROU.svg +0 -18
  337. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_SQU.svg +0 -18
  338. package/dist/images/method/Card/UnionPay/UNIONPAY_V1_TRSP.svg +0 -17
  339. package/dist/images/method/Card/Visa/VISA_SVG.svg +0 -3
  340. package/dist/images/method/Card/Visa/VISA_V1_ROU.svg +0 -4
  341. package/dist/images/method/Card/Visa/VISA_V1_SQU.svg +0 -4
  342. package/dist/images/method/Card/Visa/VISA_V1_TRSP.svg +0 -3
  343. package/dist/images/method/Card/Visa/VISA_V2_ROU.svg +0 -4
  344. package/dist/images/method/Card/Visa/VISA_V2_SQU.svg +0 -4
  345. package/dist/images/method/Card/Visa/VISA_V2_TRSP.svg +0 -3
  346. package/dist/images/method/Mobile/ApplePay/ApplePay_SVG.svg +0 -3
  347. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_ROU.svg +0 -4
  348. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_SQU.svg +0 -4
  349. package/dist/images/method/Mobile/ApplePay/ApplePay_V1_TRSP.svg +0 -3
  350. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_ROU.svg +0 -4
  351. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_SQU.svg +0 -4
  352. package/dist/images/method/Mobile/ApplePay/ApplePay_V2_TRSP.svg +0 -3
  353. package/dist/images/method/Mobile/GooglePay/GooglePay_SVG.svg +0 -7
  354. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_ROU.svg +0 -8
  355. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_SQU.svg +0 -8
  356. package/dist/images/method/Mobile/GooglePay/GooglePay_V1_TRSP.svg +0 -7
  357. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_ROU.svg +0 -8
  358. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_SQU.svg +0 -8
  359. package/dist/images/method/Mobile/GooglePay/GooglePay_V2_TRSP.svg +0 -7
  360. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_ROU.svg +0 -7
  361. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_SQU.svg +0 -7
  362. package/dist/images/method/Mobile/GooglePay/GooglePay_V3_TRSP.svg +0 -6
  363. package/dist/images/method/Mobile/SamsungPay/SamsungPay_SVG.svg +0 -12
  364. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_ROU.svg +0 -13
  365. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V1_SQU.svg +0 -13
  366. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_ROU.svg +0 -13
  367. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V2_SQU.svg +0 -13
  368. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_ROU.svg +0 -6
  369. package/dist/images/method/Mobile/SamsungPay/SamsungPay_V3_SQU.svg +0 -6
  370. package/dist/images/method/Other/DuitNow/DuitNow_SVG.svg +0 -11
  371. package/dist/images/method/Other/DuitNow/DuitNow_V1_ROU.svg +0 -12
  372. package/dist/images/method/Other/DuitNow/DuitNow_V1_SQU.svg +0 -12
  373. package/dist/images/method/Other/DuitNow/DuitNow_V2_ROU.svg +0 -12
  374. package/dist/images/method/Other/DuitNow/DuitNow_V2_SQU.svg +0 -12
  375. package/dist/images/method/Other/DuitNow/DuitNow_V3_ROU.svg +0 -5
  376. package/dist/images/method/Other/DuitNow/DuitNow_V3_SQU.svg +0 -5
  377. package/dist/images/method/Other/DuitNow/DuitNow_V4_ROU.svg +0 -5
  378. package/dist/images/method/Other/DuitNow/DuitNow_V4_SQU.svg +0 -5
  379. package/dist/images/method/Other/FPX/FPX_SVG.svg +0 -28
  380. package/dist/images/method/Other/FPX/FPX_V1_ROU.svg +0 -29
  381. package/dist/images/method/Other/FPX/FPX_V1_SQU.svg +0 -29
  382. package/dist/images/method/Other/FPX/FPX_V2_ROU.svg +0 -8
  383. package/dist/images/method/Other/FPX/FPX_V2_SQU.svg +0 -8
  384. package/dist/images/method/Other/FPX/FPX_V3_ROU.svg +0 -5
  385. package/dist/images/method/Other/FPX/FPX_V3_SQU.svg +0 -5
  386. package/dist/images/method/Other/MaybankQR/MaybankQR_V1_ROU.svg +0 -35
  387. package/dist/images/method/Other/MaybankQR/MaybankQR_V1_SQU.svg +0 -35
  388. package/dist/images/method/Other/MaybankQR/Maybank_SVG.svg +0 -49
  389. package/dist/images/method/Other/NetsPay/NetsPay_SVG.svg +0 -5
  390. package/dist/images/method/Other/NetsPay/NetsPay_V1_ROU.svg +0 -6
  391. package/dist/images/method/Other/NetsPay/NetsPay_V1_SQU.svg +0 -6
  392. package/dist/images/method/Wallet/Alipay/Alipay_SVG.svg +0 -4
  393. package/dist/images/method/Wallet/Alipay/Alipay_V1_ROU.svg +0 -6
  394. package/dist/images/method/Wallet/Alipay/Alipay_V1_SQU.svg +0 -5
  395. package/dist/images/method/Wallet/Alipay/Alipay_V2_ROU.svg +0 -6
  396. package/dist/images/method/Wallet/Alipay/Alipay_V2_SQU.svg +0 -5
  397. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_SVG.svg +0 -7
  398. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_ROU.svg +0 -8
  399. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V1_SQU.svg +0 -8
  400. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_ROU.svg +0 -6
  401. package/dist/images/method/Wallet/AlipayPlus/AlipayPlus_V2_SQU.svg +0 -6
  402. package/dist/images/method/Wallet/Binfinite/Binfinite_SVG.svg +0 -14
  403. package/dist/images/method/Wallet/Binfinite/Binfinite_V1_ROU.svg +0 -7
  404. package/dist/images/method/Wallet/Binfinite/Binfinite_V1_SQU.svg +0 -7
  405. package/dist/images/method/Wallet/Binfinite/Binfinite_V2_ROU.svg +0 -15
  406. package/dist/images/method/Wallet/Binfinite/Binfinite_V2_SQU.svg +0 -15
  407. package/dist/images/method/Wallet/Binfinite/Binfinite_V3_ROU.svg +0 -15
  408. package/dist/images/method/Wallet/Binfinite/Binfinite_V3_SQU.svg +0 -15
  409. package/dist/images/method/Wallet/Boost/Boost_SVG.svg +0 -10
  410. package/dist/images/method/Wallet/Boost/Boost_V1_ROU.svg +0 -6
  411. package/dist/images/method/Wallet/Boost/Boost_V1_SQU.svg +0 -6
  412. package/dist/images/method/Wallet/Boost/Boost_V2_ROU.svg +0 -11
  413. package/dist/images/method/Wallet/Boost/Boost_V2_SQU.svg +0 -11
  414. package/dist/images/method/Wallet/Boost/Boost_V3_ROU.svg +0 -11
  415. package/dist/images/method/Wallet/Boost/Boost_V3_SQU.svg +0 -11
  416. package/dist/images/method/Wallet/FavePay/FavePay_SVG.svg +0 -12
  417. package/dist/images/method/Wallet/FavePay/FavePay_V1_ROU.svg +0 -16
  418. package/dist/images/method/Wallet/FavePay/FavePay_V1_SQU.svg +0 -16
  419. package/dist/images/method/Wallet/FavePay/FavePay_V2_ROU.svg +0 -13
  420. package/dist/images/method/Wallet/FavePay/FavePay_V2_SQU.svg +0 -13
  421. package/dist/images/method/Wallet/GoPayz/GoPayz_SVG.svg +0 -12
  422. package/dist/images/method/Wallet/GoPayz/GoPayz_V1_ROU.svg +0 -11
  423. package/dist/images/method/Wallet/GoPayz/GoPayz_V1_SQU.svg +0 -11
  424. package/dist/images/method/Wallet/GoPayz/GoPayz_V2_ROU.svg +0 -5
  425. package/dist/images/method/Wallet/GoPayz/GoPayz_V2_SQU.svg +0 -5
  426. package/dist/images/method/Wallet/GrabPay/GrabPay_SVG.svg +0 -15
  427. package/dist/images/method/Wallet/GrabPay/GrabPay_V1_ROU.svg +0 -13
  428. package/dist/images/method/Wallet/GrabPay/GrabPay_V1_SQU.svg +0 -13
  429. package/dist/images/method/Wallet/GrabPay/GrabPay_V2_ROU.svg +0 -13
  430. package/dist/images/method/Wallet/GrabPay/GrabPay_V2_SQU.svg +0 -13
  431. package/dist/images/method/Wallet/GrabPay/GrabPay_V3_ROU.svg +0 -16
  432. package/dist/images/method/Wallet/GrabPay/GrabPay_V3_SQU.svg +0 -16
  433. package/dist/images/method/Wallet/GrabPay/GrabPay_V4_ROU.svg +0 -16
  434. package/dist/images/method/Wallet/GrabPay/GrabPay_V4_SQU.svg +0 -16
  435. package/dist/images/method/Wallet/Lazada/Lazada_SVG.svg +0 -44
  436. package/dist/images/method/Wallet/Lazada/Lazada_V1_ROU.svg +0 -39
  437. package/dist/images/method/Wallet/Lazada/Lazada_V1_SQU.svg +0 -39
  438. package/dist/images/method/Wallet/Lazada/Lazada_V2_ROU.svg +0 -45
  439. package/dist/images/method/Wallet/Lazada/Lazada_V2_SQU.svg +0 -45
  440. package/dist/images/method/Wallet/MAE/MAE_SVG.svg +0 -4
  441. package/dist/images/method/Wallet/MAE/MAE_V1_ROU.svg +0 -11
  442. package/dist/images/method/Wallet/MAE/MAE_V1_SQU.svg +0 -11
  443. package/dist/images/method/Wallet/MCash/MCash_SVG.svg +0 -7
  444. package/dist/images/method/Wallet/MCash/MCash_V1_ROU.svg +0 -8
  445. package/dist/images/method/Wallet/MCash/MCash_V1_SQU.svg +0 -8
  446. package/dist/images/method/Wallet/MCash/MCash_V2_ROU.svg +0 -8
  447. package/dist/images/method/Wallet/MCash/MCash_V2_SQU.svg +0 -8
  448. package/dist/images/method/Wallet/Presto/Presto_SVG.svg +0 -10
  449. package/dist/images/method/Wallet/Presto/Presto_V1_ROU.svg +0 -11
  450. package/dist/images/method/Wallet/Presto/Presto_V1_SQU.svg +0 -11
  451. package/dist/images/method/Wallet/Presto/Presto_V2_ROU.svg +0 -11
  452. package/dist/images/method/Wallet/Presto/Presto_V2_SQU.svg +0 -11
  453. package/dist/images/method/Wallet/Presto/Presto_V3_ROU.svg +0 -11
  454. package/dist/images/method/Wallet/Presto/Presto_V3_SQU.svg +0 -11
  455. package/dist/images/method/Wallet/Presto/Presto_V4_ROU.svg +0 -5
  456. package/dist/images/method/Wallet/Presto/Presto_V4_SQU.svg +0 -5
  457. package/dist/images/method/Wallet/Presto/Presto_V5_ROU.svg +0 -5
  458. package/dist/images/method/Wallet/Presto/Presto_V5_SQU.svg +0 -5
  459. package/dist/images/method/Wallet/Razer/RazerPay_SVG.svg +0 -11
  460. package/dist/images/method/Wallet/Razer/RazerPay_V1_ROU.svg +0 -12
  461. package/dist/images/method/Wallet/Razer/RazerPay_V1_SQU.svg +0 -12
  462. package/dist/images/method/Wallet/SarawakPay/SarawakPay_SVG.svg +0 -9
  463. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_ROU.svg +0 -10
  464. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V1_SQU.svg +0 -11
  465. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_ROU.svg +0 -4
  466. package/dist/images/method/Wallet/SarawakPay/SarawakPay_V2_SQU.svg +0 -4
  467. package/dist/images/method/Wallet/Senheng/Senheng_SVG.svg +0 -9
  468. package/dist/images/method/Wallet/Senheng/Senheng_V1_ROU.svg +0 -4
  469. package/dist/images/method/Wallet/Senheng/Senheng_V1_SQU.svg +0 -4
  470. package/dist/images/method/Wallet/Senheng/Senheng_V2_ROU.svg +0 -4
  471. package/dist/images/method/Wallet/Senheng/Senheng_V2_SQU.svg +0 -4
  472. package/dist/images/method/Wallet/Setel/Setel_SVG.svg +0 -10
  473. package/dist/images/method/Wallet/Setel/Setel_V1_ROU.svg +0 -11
  474. package/dist/images/method/Wallet/Setel/Setel_V1_SQU.svg +0 -11
  475. package/dist/images/method/Wallet/Setel/Setel_V2_ROU.svg +0 -6
  476. package/dist/images/method/Wallet/Setel/Setel_V2_SQU.svg +0 -6
  477. package/dist/images/method/Wallet/ShopeePay/ShopeePay_SVG.svg +0 -13
  478. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_ROU.svg +0 -14
  479. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V1_SQU.svg +0 -14
  480. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_ROU.svg +0 -12
  481. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V2_SQU.svg +0 -12
  482. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_ROU.svg +0 -5
  483. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V3_SQU.svg +0 -5
  484. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_ROU.svg +0 -5
  485. package/dist/images/method/Wallet/ShopeePay/ShopeePay_V4_SQU.svg +0 -5
  486. package/dist/images/method/Wallet/TNG/TNG_SVG.svg +0 -27
  487. package/dist/images/method/Wallet/TNG/TNG_V1_ROU.svg +0 -27
  488. package/dist/images/method/Wallet/TNG/TNG_V1_SQU.svg +0 -27
  489. package/dist/images/method/Wallet/TaPay/TaPay_SVG.svg +0 -25
  490. package/dist/images/method/Wallet/TaPay/TaPay_V1_ROU.svg +0 -25
  491. package/dist/images/method/Wallet/TaPay/TaPay_V1_SQU.svg +0 -25
  492. package/dist/images/method/Wallet/TaPay/TaPay_V2_ROU.svg +0 -25
  493. package/dist/images/method/Wallet/TaPay/TaPay_V2_SQU.svg +0 -25
  494. package/dist/images/method/Wallet/Truemoney/Truemoney_SVG.svg +0 -42
  495. package/dist/images/method/Wallet/Truemoney/Truemoney_V1_ROU.svg +0 -8
  496. package/dist/images/method/Wallet/Truemoney/Truemoney_V1_SQU.svg +0 -8
  497. package/dist/images/method/Wallet/Truemoney/Truemoney_V2_ROU.svg +0 -17
  498. package/dist/images/method/Wallet/Truemoney/Truemoney_V2_SQU.svg +0 -17
  499. package/dist/images/method/Wallet/WechatPay/WeChat_SVG.svg +0 -4
  500. package/dist/images/method/Wallet/WechatPay/WeChat_V1_ROU.svg +0 -4
  501. package/dist/images/method/Wallet/WechatPay/WeChat_V1_SQU.svg +0 -4
  502. package/dist/images/method/Wallet/WechatPay/WeChat_V2_ROU.svg +0 -4
  503. package/dist/images/method/Wallet/WechatPay/WeChat_V2_SQU.svg +0 -4
  504. package/dist/images/method/Wallet/WechatPay/WeChat_V3_ROU.svg +0 -5
  505. package/dist/images/method/Wallet/WechatPay/WeChat_V3_SQU.svg +0 -5
  506. package/dist/images/method/Wallet/Zapp/Zapp_SVG.svg +0 -6
  507. package/dist/images/method/Wallet/Zapp/Zapp_V1_ROU.svg +0 -7
  508. package/dist/images/method/Wallet/Zapp/Zapp_V1_SQU.svg +0 -7
  509. package/dist/index-DvzXwr90.js +0 -40075
  510. package/dist/index.vue_vue_type_script_setup_true_lang-y4tchjya.js +0 -150
  511. package/dist/locales/en/business.json +0 -4
  512. package/dist/locales/en/common.json +0 -272
  513. package/dist/locales/en/country.json +0 -4
  514. package/dist/locales/en/payment.json +0 -27
  515. package/dist/locales/en/transaction.json +0 -25
  516. package/dist/locales/en/user.json +0 -61
  517. package/dist/locales/zh/business.json +0 -4
  518. package/dist/locales/zh/common.json +0 -272
  519. package/dist/locales/zh/country.json +0 -6
  520. package/dist/locales/zh/payment.json +0 -27
  521. package/dist/locales/zh/transaction.json +0 -25
  522. package/dist/locales/zh/user.json +0 -61
  523. package/dist/transaction-fdJNol6A.js +0 -64
@@ -1,2 +1,12 @@
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>;
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ accountId: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ accountId: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
12
  export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: number;
3
+ onChange: (val: number) => void;
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
+ data: number;
6
+ onChange: (val: number) => void;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ data: number;
3
+ onChange: (val: number) => void;
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
+ data: number;
6
+ onChange: (val: number) => void;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import { type PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,90 @@
1
+ import type { PayoutAccountWithRefDto } from '@feedmepos/payment-entity';
2
+ import { type PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
6
+ required: true;
7
+ };
8
+ payoutAccount: {
9
+ type: PropType<{
10
+ enable?: boolean | null | undefined;
11
+ ref?: any;
12
+ status: "NEW" | "PENDING" | "APPROVED";
13
+ _id: string;
14
+ store: {
15
+ bank?: {
16
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17
+ accountNumber?: string | null | undefined;
18
+ holderName?: string | null | undefined;
19
+ name: string;
20
+ } | null | undefined;
21
+ ssm?: string | null | undefined;
22
+ bankStatement?: string | null | undefined;
23
+ exteriorPhoto?: string | null | undefined;
24
+ keyPerson?: {
25
+ name: string;
26
+ phone: string;
27
+ email: string;
28
+ } | null | undefined;
29
+ id: string;
30
+ event: "ORDERING" | "MARKETING";
31
+ };
32
+ notifyUrl: string;
33
+ methods: {
34
+ rate?: {
35
+ amount: number;
36
+ precision: number;
37
+ } | null | undefined;
38
+ tPlus?: number | null | undefined;
39
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
40
+ variant: string;
41
+ }[];
42
+ businessId: string;
43
+ }>;
44
+ required: true;
45
+ };
46
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
+ onUpdate: {
48
+ type: PropType<(account: PayoutAccountWithRefDto) => Promise<void>>;
49
+ required: true;
50
+ };
51
+ payoutAccount: {
52
+ type: PropType<{
53
+ enable?: boolean | null | undefined;
54
+ ref?: any;
55
+ status: "NEW" | "PENDING" | "APPROVED";
56
+ _id: string;
57
+ store: {
58
+ bank?: {
59
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
60
+ accountNumber?: string | null | undefined;
61
+ holderName?: string | null | undefined;
62
+ name: string;
63
+ } | null | undefined;
64
+ ssm?: string | null | undefined;
65
+ bankStatement?: string | null | undefined;
66
+ exteriorPhoto?: string | null | undefined;
67
+ keyPerson?: {
68
+ name: string;
69
+ phone: string;
70
+ email: string;
71
+ } | null | undefined;
72
+ id: string;
73
+ event: "ORDERING" | "MARKETING";
74
+ };
75
+ notifyUrl: string;
76
+ methods: {
77
+ rate?: {
78
+ amount: number;
79
+ precision: number;
80
+ } | null | undefined;
81
+ tPlus?: number | null | undefined;
82
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
83
+ variant: string;
84
+ }[];
85
+ businessId: string;
86
+ }>;
87
+ required: true;
88
+ };
89
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
90
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ payoutAccount: {
4
+ type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ ref?: any;
7
+ status: "NEW" | "PENDING" | "APPROVED";
8
+ _id: string;
9
+ store: {
10
+ bank?: {
11
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12
+ accountNumber?: string | null | undefined;
13
+ holderName?: string | null | undefined;
14
+ name: string;
15
+ } | null | undefined;
16
+ ssm?: string | null | undefined;
17
+ bankStatement?: string | null | undefined;
18
+ exteriorPhoto?: string | null | undefined;
19
+ keyPerson?: {
20
+ name: string;
21
+ phone: string;
22
+ email: string;
23
+ } | null | undefined;
24
+ id: string;
25
+ event: "ORDERING" | "MARKETING";
26
+ };
27
+ notifyUrl: string;
28
+ methods: {
29
+ rate?: {
30
+ amount: number;
31
+ precision: number;
32
+ } | null | undefined;
33
+ tPlus?: number | null | undefined;
34
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
35
+ variant: string;
36
+ }[];
37
+ businessId: string;
38
+ }>;
39
+ required: true;
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ payoutAccount: {
43
+ type: PropType<{
44
+ enable?: boolean | null | undefined;
45
+ ref?: any;
46
+ status: "NEW" | "PENDING" | "APPROVED";
47
+ _id: string;
48
+ store: {
49
+ bank?: {
50
+ type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
51
+ accountNumber?: string | null | undefined;
52
+ holderName?: string | null | undefined;
53
+ name: string;
54
+ } | null | undefined;
55
+ ssm?: string | null | undefined;
56
+ bankStatement?: string | null | undefined;
57
+ exteriorPhoto?: string | null | undefined;
58
+ keyPerson?: {
59
+ name: string;
60
+ phone: string;
61
+ email: string;
62
+ } | null | undefined;
63
+ id: string;
64
+ event: "ORDERING" | "MARKETING";
65
+ };
66
+ notifyUrl: string;
67
+ methods: {
68
+ rate?: {
69
+ amount: number;
70
+ precision: number;
71
+ } | null | undefined;
72
+ tPlus?: number | null | undefined;
73
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT";
74
+ variant: string;
75
+ }[];
76
+ businessId: string;
77
+ }>;
78
+ required: true;
79
+ };
80
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
81
+ export default _default;
@@ -0,0 +1,56 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
17
+ active: boolean;
18
+ config: {
19
+ applicationCode?: string | null | undefined;
20
+ offlineSecret?: string | null | undefined;
21
+ uniqueId: string;
22
+ merchantId: string;
23
+ secretKey: string;
24
+ verifyKey: string;
25
+ };
26
+ } | undefined>;
27
+ required: true;
28
+ };
29
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ onUpdate: {
31
+ type: PropType<(g: any) => void>;
32
+ required: true;
33
+ };
34
+ onDelete: {
35
+ type: PropType<(g: FdoPaymentGateway) => void>;
36
+ required: true;
37
+ };
38
+ gateway: {
39
+ type: PropType<{
40
+ _id: string;
41
+ _rev: string;
42
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
43
+ active: boolean;
44
+ config: {
45
+ applicationCode?: string | null | undefined;
46
+ offlineSecret?: string | null | undefined;
47
+ uniqueId: string;
48
+ merchantId: string;
49
+ secretKey: string;
50
+ verifyKey: string;
51
+ };
52
+ } | undefined>;
53
+ required: true;
54
+ };
55
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
+ export default _default;
@@ -0,0 +1,50 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "E_GHL";
17
+ active: boolean;
18
+ config: {
19
+ merchantId: string;
20
+ terminalId: string;
21
+ privateKey: string;
22
+ };
23
+ } | undefined>;
24
+ required: true;
25
+ };
26
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
+ onUpdate: {
28
+ type: PropType<(g: any) => void>;
29
+ required: true;
30
+ };
31
+ onDelete: {
32
+ type: PropType<(g: FdoPaymentGateway) => void>;
33
+ required: true;
34
+ };
35
+ gateway: {
36
+ type: PropType<{
37
+ _id: string;
38
+ _rev: string;
39
+ paymentGateway: "E_GHL";
40
+ active: boolean;
41
+ config: {
42
+ merchantId: string;
43
+ terminalId: string;
44
+ privateKey: string;
45
+ };
46
+ } | undefined>;
47
+ required: true;
48
+ };
49
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
+ export default _default;
@@ -0,0 +1,52 @@
1
+ import type { FdoPaymentGateway } from '@feedmepos/payment-entity';
2
+ import type { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ onUpdate: {
5
+ type: PropType<(g: any) => void>;
6
+ required: true;
7
+ };
8
+ onDelete: {
9
+ type: PropType<(g: FdoPaymentGateway) => void>;
10
+ required: true;
11
+ };
12
+ gateway: {
13
+ type: PropType<{
14
+ _id: string;
15
+ _rev: string;
16
+ paymentGateway: "REVENUE_MONSTER";
17
+ active: boolean;
18
+ config: {
19
+ clientId: string;
20
+ clientPrivateKey: string;
21
+ clientSecret: string;
22
+ storeId: string;
23
+ };
24
+ } | undefined>;
25
+ required: true;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ onUpdate: {
29
+ type: PropType<(g: any) => void>;
30
+ required: true;
31
+ };
32
+ onDelete: {
33
+ type: PropType<(g: FdoPaymentGateway) => void>;
34
+ required: true;
35
+ };
36
+ gateway: {
37
+ type: PropType<{
38
+ _id: string;
39
+ _rev: string;
40
+ paymentGateway: "REVENUE_MONSTER";
41
+ active: boolean;
42
+ config: {
43
+ clientId: string;
44
+ clientPrivateKey: string;
45
+ clientSecret: string;
46
+ storeId: string;
47
+ };
48
+ } | undefined>;
49
+ required: true;
50
+ };
51
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
+ export default _default;
@@ -0,0 +1,83 @@
1
+ import { type PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ terminal: {
4
+ type: PropType<{
5
+ name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
8
+ secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
10
+ gateways?: ({
11
+ config?: {
12
+ packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
13
+ uniqueId: string;
14
+ } | null | undefined;
15
+ gateway: "Fiuu";
16
+ } | {
17
+ config?: any;
18
+ gateway: "ScanPay";
19
+ })[] | null | undefined;
20
+ ecrs?: ({
21
+ config?: {
22
+ terminalId: string;
23
+ } | null | undefined;
24
+ gateway: "FeedMe";
25
+ } | {
26
+ config?: {
27
+ terminalId: string;
28
+ merchantId: string;
29
+ privateKey: string;
30
+ } | null | undefined;
31
+ gateway: "Ghl";
32
+ })[] | null | undefined;
33
+ status: "Active" | "Inactive";
34
+ _id: string;
35
+ referenceId: string;
36
+ securityCode: string;
37
+ deviceType: "KIOSK" | "TERMINAL" | "POS";
38
+ createdAt: string;
39
+ updatedAt: string;
40
+ }>;
41
+ };
42
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
43
+ terminal: {
44
+ type: PropType<{
45
+ name?: string | null | undefined;
46
+ deviceId?: string | null | undefined;
47
+ bindCode?: string | null | undefined;
48
+ secretKey?: string | null | undefined;
49
+ token?: string | null | undefined;
50
+ gateways?: ({
51
+ config?: {
52
+ packageId: "cc.feedme.payment.rms" | "cc.feedme.payment.fiuu_my" | "cc.feedme.payment.fiuu_sg";
53
+ uniqueId: string;
54
+ } | null | undefined;
55
+ gateway: "Fiuu";
56
+ } | {
57
+ config?: any;
58
+ gateway: "ScanPay";
59
+ })[] | null | undefined;
60
+ ecrs?: ({
61
+ config?: {
62
+ terminalId: string;
63
+ } | null | undefined;
64
+ gateway: "FeedMe";
65
+ } | {
66
+ config?: {
67
+ terminalId: string;
68
+ merchantId: string;
69
+ privateKey: string;
70
+ } | null | undefined;
71
+ gateway: "Ghl";
72
+ })[] | null | undefined;
73
+ status: "Active" | "Inactive";
74
+ _id: string;
75
+ referenceId: string;
76
+ securityCode: string;
77
+ deviceType: "KIOSK" | "TERMINAL" | "POS";
78
+ createdAt: string;
79
+ updatedAt: string;
80
+ }>;
81
+ };
82
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
83
+ export default _default;
@@ -0,0 +1,12 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ terminalId: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ terminalId: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ export default _default;