@feedmepos/mf-payment 1.2.26 → 1.2.29

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 (78) hide show
  1. package/dist/OnboardForm-BwHRuUJ2.js +709 -0
  2. package/dist/OnboardForm-DtdgTAfM.js +671 -0
  3. package/dist/OnboardSubmission-Cuzay_2u.js +148 -0
  4. package/dist/OnboardSubmission-TvoVrbT8.js +146 -0
  5. package/dist/{PDFViewer-xrBtzrlR.js → PDFViewer-DlSCBBxr.js} +14 -12
  6. package/dist/{PayoutAccount-DoUb4juo.js → PayoutAccount-DM-Uh5AW.js} +8 -7
  7. package/dist/{PayoutAccount-C4zN4xMw.js → PayoutAccount-D_oz3IN_.js} +5 -5
  8. package/dist/{PayoutAccountSetting-IgBRFN0A.js → PayoutAccountSetting-CUlmHkw3.js} +4 -4
  9. package/dist/{Restaurant-CIGhOFvk.js → Restaurant-DDebeSrf.js} +4 -4
  10. package/dist/{RestaurantSetting-0CbusLcz.js → RestaurantSetting-Cf63FkWQ.js} +291 -222
  11. package/dist/{Settlement-DmG5-VSP.js → Settlement-C_V-iTDy.js} +3 -3
  12. package/dist/{Settlement-CUmpNHMN.js → Settlement-CctMzPsZ.js} +3 -3
  13. package/dist/{SettlementTransactions-DhjGSAg4.js → SettlementTransactions-9p3tYV0n.js} +3 -3
  14. package/dist/{SettlementTransactions-CcMUINyi.js → SettlementTransactions-DYvhz0Yh.js} +3 -3
  15. package/dist/Status.vue_vue_type_script_setup_true_lang-wrcEbNj3.js +29 -0
  16. package/dist/{Terminal-CRizNZ4p.js → Terminal-D3QDgPY6.js} +5 -5
  17. package/dist/{TerminalSetting-DdJl_9JJ.js → TerminalSetting-ehm_sRqf.js} +3 -3
  18. package/dist/{Transaction-E9_hSpx4.js → Transaction-DIz_ArbY.js} +6 -6
  19. package/dist/{Transaction-ykrWGKIa.js → Transaction-DzIzAIbO.js} +5 -5
  20. package/dist/{TransactionOld-lPUiTl8n.js → TransactionOld-CagUKhjR.js} +4 -4
  21. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-B03g8Jum.js → TransactionTable.vue_vue_type_script_setup_true_lang-ChuhuUKc.js} +3 -3
  22. package/dist/api/index.d.ts +1 -0
  23. package/dist/api/onboard-submission/index.d.ts +17 -0
  24. package/dist/api/payment-gateway/index.d.ts +3 -1
  25. package/dist/api/payout/index.d.ts +1 -0
  26. package/dist/{app-CU7mklRE.js → app-DB_fctP1.js} +212 -131
  27. package/dist/app.d.ts +46 -0
  28. package/dist/app.js +1 -1
  29. package/dist/{assets-Dttfej_E.js → assets-ha4XB2PU.js} +1 -1
  30. package/dist/{grafana-DCGA3gMb.js → grafana-DRZOKr8c.js} +1 -1
  31. package/dist/{index-BQtW6X1l.js → index-8Xu0hCTB.js} +1 -1
  32. package/dist/{index-CZKvrBM7.js → index-B6GVzj7l.js} +1 -1
  33. package/dist/{index-tCobqIDD.js → index-BasdAonL.js} +4930 -4857
  34. package/dist/{index-BOwfUR6x.js → index-DGF3hKwg.js} +1 -1
  35. package/dist/{index-BYLzp2JB.js → index-Dg_mEOso.js} +1 -1
  36. package/dist/{index-JCMXdVSJ.js → index-DoD23lHB.js} +8 -1
  37. package/dist/index-MqVn-IaA.js +68 -0
  38. package/dist/{index.vue_vue_type_script_setup_true_lang-HBMZ5z3-.js → index.vue_vue_type_script_setup_true_lang-D4bLM6th.js} +56 -54
  39. package/dist/modules.d.ts +1 -0
  40. package/dist/package.json +9 -8
  41. package/dist/payout-account-6yMkxM2O.js +458 -0
  42. package/dist/plugins-BLG_oAxW.js +1366 -0
  43. package/dist/stores/payoutAccount.d.ts +16 -16
  44. package/dist/style.css +1 -1
  45. package/dist/tsconfig.app.tsbuildinfo +1 -1
  46. package/dist/views/admin/onboard-submission/OnboardForm.vue.d.ts +12 -0
  47. package/dist/views/admin/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
  48. package/dist/views/admin/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
  49. package/dist/views/admin/onboard-submission/cell/Status.vue.d.ts +5 -0
  50. package/dist/views/admin/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
  51. package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +81 -0
  52. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
  53. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +20 -20
  54. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +20 -20
  55. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
  56. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
  57. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +20 -20
  58. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  59. package/dist/views/admin/restaurant/tabs/LocalIntegration.vue.d.ts +803 -0
  60. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
  61. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
  62. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
  63. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
  64. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +8 -8
  65. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +8 -8
  66. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
  67. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +8 -8
  68. package/dist/views/onboard-submission/OnboardForm.vue.d.ts +14 -0
  69. package/dist/views/onboard-submission/OnboardSubmission.vue.d.ts +2 -0
  70. package/dist/views/onboard-submission/cell/SignatureBoard.vue.d.ts +10 -0
  71. package/dist/views/onboard-submission/cell/UploadButton.vue.d.ts +11 -0
  72. package/dist/views/onboard-submission/form/SoftSpaceSubmission.vue.d.ts +5 -0
  73. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
  74. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +48 -48
  75. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +24 -24
  76. package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
  77. package/package.json +9 -8
  78. package/dist/payout-account-CdudVI6I.js +0 -1819
@@ -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,17 +26,17 @@ 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
  cardMerchantId: string;
35
34
  };
35
+ paymentGateway: "DIGIO";
36
36
  })[] | null | undefined;
37
37
  ref?: any;
38
38
  status: "NEW" | "PENDING" | "APPROVED";
39
39
  _id: string;
40
- notifyUrl: string;
41
40
  store: {
42
41
  bank?: {
43
42
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -45,24 +44,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
45
44
  holderName?: string | null | undefined;
46
45
  name: string;
47
46
  } | null | undefined;
48
- bankStatement?: string | null | undefined;
49
47
  ssm?: string | null | undefined;
48
+ bankStatement?: string | null | undefined;
50
49
  exteriorPhoto?: string | null | undefined;
51
50
  keyPerson?: {
51
+ email: string;
52
52
  name: string;
53
53
  phone: string;
54
- email: string;
55
54
  } | null | undefined;
56
55
  id: string;
57
56
  event: "ORDERING" | "MARKETING";
58
57
  };
58
+ notifyUrl: string;
59
59
  methods: {
60
60
  rate?: {
61
61
  amount: number;
62
62
  precision: number;
63
63
  } | null | undefined;
64
64
  tPlus?: number | null | undefined;
65
- issuer: "MACAU_PASS" | "DIGIO" | "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";
65
+ issuer: "MACAU_PASS" | "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" | "THAIQR";
66
66
  variant: string;
67
67
  }[];
68
68
  businessId: string;
@@ -77,22 +77,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
77
77
  "row-click": (payment: {
78
78
  enable?: boolean | null | undefined;
79
79
  gateways?: ({
80
- paymentGateway: "REVENUE_MONSTER";
81
80
  config: {
82
81
  clientId: string;
83
82
  clientPrivateKey: string;
84
83
  clientSecret: string;
85
84
  storeId: string;
86
85
  };
86
+ paymentGateway: "REVENUE_MONSTER";
87
87
  } | {
88
- paymentGateway: "RAZER_MERCHANT_SERVICE";
89
88
  config: {
90
89
  merchantId: string;
91
90
  secretKey: string;
92
91
  verifyKey: string;
93
92
  };
93
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
94
94
  } | {
95
- paymentGateway: "MACAU_PASS";
96
95
  config: {
97
96
  merchantId: string;
98
97
  merchantName: string;
@@ -100,17 +99,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
100
99
  storeID: string;
101
100
  storeName: string;
102
101
  };
102
+ paymentGateway: "MACAU_PASS";
103
103
  } | {
104
- paymentGateway: "DIGIO";
105
104
  config: {
106
105
  merchantId: string;
107
106
  cardMerchantId: string;
108
107
  };
108
+ paymentGateway: "DIGIO";
109
109
  })[] | null | undefined;
110
110
  ref?: any;
111
111
  status: "NEW" | "PENDING" | "APPROVED";
112
112
  _id: string;
113
- notifyUrl: string;
114
113
  store: {
115
114
  bank?: {
116
115
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -118,24 +117,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
118
117
  holderName?: string | null | undefined;
119
118
  name: string;
120
119
  } | null | undefined;
121
- bankStatement?: string | null | undefined;
122
120
  ssm?: string | null | undefined;
121
+ bankStatement?: string | null | undefined;
123
122
  exteriorPhoto?: string | null | undefined;
124
123
  keyPerson?: {
124
+ email: string;
125
125
  name: string;
126
126
  phone: string;
127
- email: string;
128
127
  } | null | undefined;
129
128
  id: string;
130
129
  event: "ORDERING" | "MARKETING";
131
130
  };
131
+ notifyUrl: string;
132
132
  methods: {
133
133
  rate?: {
134
134
  amount: number;
135
135
  precision: number;
136
136
  } | null | undefined;
137
137
  tPlus?: number | null | undefined;
138
- issuer: "MACAU_PASS" | "DIGIO" | "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";
138
+ issuer: "MACAU_PASS" | "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" | "THAIQR";
139
139
  variant: string;
140
140
  }[];
141
141
  businessId: string;
@@ -145,22 +145,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
145
145
  type: PropType<{
146
146
  enable?: boolean | null | undefined;
147
147
  gateways?: ({
148
- paymentGateway: "REVENUE_MONSTER";
149
148
  config: {
150
149
  clientId: string;
151
150
  clientPrivateKey: string;
152
151
  clientSecret: string;
153
152
  storeId: string;
154
153
  };
154
+ paymentGateway: "REVENUE_MONSTER";
155
155
  } | {
156
- paymentGateway: "RAZER_MERCHANT_SERVICE";
157
156
  config: {
158
157
  merchantId: string;
159
158
  secretKey: string;
160
159
  verifyKey: string;
161
160
  };
161
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
162
162
  } | {
163
- paymentGateway: "MACAU_PASS";
164
163
  config: {
165
164
  merchantId: string;
166
165
  merchantName: string;
@@ -168,17 +167,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
168
167
  storeID: string;
169
168
  storeName: string;
170
169
  };
170
+ paymentGateway: "MACAU_PASS";
171
171
  } | {
172
- paymentGateway: "DIGIO";
173
172
  config: {
174
173
  merchantId: string;
175
174
  cardMerchantId: string;
176
175
  };
176
+ paymentGateway: "DIGIO";
177
177
  })[] | null | undefined;
178
178
  ref?: any;
179
179
  status: "NEW" | "PENDING" | "APPROVED";
180
180
  _id: string;
181
- notifyUrl: string;
182
181
  store: {
183
182
  bank?: {
184
183
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -186,24 +185,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
186
185
  holderName?: string | null | undefined;
187
186
  name: string;
188
187
  } | null | undefined;
189
- bankStatement?: string | null | undefined;
190
188
  ssm?: string | null | undefined;
189
+ bankStatement?: string | null | undefined;
191
190
  exteriorPhoto?: string | null | undefined;
192
191
  keyPerson?: {
192
+ email: string;
193
193
  name: string;
194
194
  phone: string;
195
- email: string;
196
195
  } | null | undefined;
197
196
  id: string;
198
197
  event: "ORDERING" | "MARKETING";
199
198
  };
199
+ notifyUrl: string;
200
200
  methods: {
201
201
  rate?: {
202
202
  amount: number;
203
203
  precision: number;
204
204
  } | null | undefined;
205
205
  tPlus?: number | null | undefined;
206
- issuer: "MACAU_PASS" | "DIGIO" | "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";
206
+ issuer: "MACAU_PASS" | "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" | "THAIQR";
207
207
  variant: string;
208
208
  }[];
209
209
  businessId: string;
@@ -218,22 +218,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
218
218
  "onRow-click"?: ((payment: {
219
219
  enable?: boolean | null | undefined;
220
220
  gateways?: ({
221
- paymentGateway: "REVENUE_MONSTER";
222
221
  config: {
223
222
  clientId: string;
224
223
  clientPrivateKey: string;
225
224
  clientSecret: string;
226
225
  storeId: string;
227
226
  };
227
+ paymentGateway: "REVENUE_MONSTER";
228
228
  } | {
229
- paymentGateway: "RAZER_MERCHANT_SERVICE";
230
229
  config: {
231
230
  merchantId: string;
232
231
  secretKey: string;
233
232
  verifyKey: string;
234
233
  };
234
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
235
235
  } | {
236
- paymentGateway: "MACAU_PASS";
237
236
  config: {
238
237
  merchantId: string;
239
238
  merchantName: string;
@@ -241,17 +240,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
241
240
  storeID: string;
242
241
  storeName: string;
243
242
  };
243
+ paymentGateway: "MACAU_PASS";
244
244
  } | {
245
- paymentGateway: "DIGIO";
246
245
  config: {
247
246
  merchantId: string;
248
247
  cardMerchantId: string;
249
248
  };
249
+ paymentGateway: "DIGIO";
250
250
  })[] | null | undefined;
251
251
  ref?: any;
252
252
  status: "NEW" | "PENDING" | "APPROVED";
253
253
  _id: string;
254
- notifyUrl: string;
255
254
  store: {
256
255
  bank?: {
257
256
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -259,24 +258,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
259
258
  holderName?: string | null | undefined;
260
259
  name: string;
261
260
  } | null | undefined;
262
- bankStatement?: string | null | undefined;
263
261
  ssm?: string | null | undefined;
262
+ bankStatement?: string | null | undefined;
264
263
  exteriorPhoto?: string | null | undefined;
265
264
  keyPerson?: {
265
+ email: string;
266
266
  name: string;
267
267
  phone: string;
268
- email: string;
269
268
  } | null | undefined;
270
269
  id: string;
271
270
  event: "ORDERING" | "MARKETING";
272
271
  };
272
+ notifyUrl: string;
273
273
  methods: {
274
274
  rate?: {
275
275
  amount: number;
276
276
  precision: number;
277
277
  } | null | undefined;
278
278
  tPlus?: number | null | undefined;
279
- issuer: "MACAU_PASS" | "DIGIO" | "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";
279
+ issuer: "MACAU_PASS" | "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" | "THAIQR";
280
280
  variant: string;
281
281
  }[];
282
282
  businessId: string;