@feedmepos/mf-payment 1.2.5 → 1.2.6

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 (60) hide show
  1. package/dist/{PayoutAccount-D9LY7i1J.js → PayoutAccount-CFFgQ_65.js} +6 -6
  2. package/dist/{PayoutAccount-DEoI6K0j.js → PayoutAccount-CSm0Ldg9.js} +5 -5
  3. package/dist/{PayoutAccountSetting-5lrvWFIz.js → PayoutAccountSetting-rO11Afiw.js} +3 -3
  4. package/dist/{Restaurant-AxoM-AsE.js → Restaurant-CoNFB1rk.js} +4 -4
  5. package/dist/RestaurantSetting-BQvg8S_p.js +628 -0
  6. package/dist/{Settlement-D4CsP3fg.js → Settlement-DEKvU0zP.js} +3 -3
  7. package/dist/{Settlement-DDwe_w3m.js → Settlement-DpmBq0V9.js} +3 -3
  8. package/dist/{SettlementTransactions-Cmv7dqVI.js → SettlementTransactions-3alZwucT.js} +3 -3
  9. package/dist/{SettlementTransactions-Dp3nN442.js → SettlementTransactions-DugNdpd2.js} +3 -3
  10. package/dist/{Terminal-B8UQH6ga.js → Terminal-Dv7zS_te.js} +5 -5
  11. package/dist/{TerminalSetting-yRok1Iuc.js → TerminalSetting-ChM9jB-O.js} +3 -3
  12. package/dist/{Transaction-KkfCz4Cu.js → Transaction-CT8Be7FS.js} +7 -7
  13. package/dist/{Transaction-BZ7H6oB_.js → Transaction-DCKhuoVw.js} +5 -5
  14. package/dist/{TransactionOld-BLpQHFH1.js → TransactionOld-jkTy7Aeb.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-C4Bb203Q.js → TransactionTable.vue_vue_type_script_setup_true_lang-B_By7BvK.js} +3 -3
  16. package/dist/api/payment-gateway/index.d.ts +3 -0
  17. package/dist/{app-I2TNuZCs.js → app-CiHNgoQY.js} +181 -181
  18. package/dist/app.js +1 -1
  19. package/dist/{assets-D5Qc4r7j.js → assets-BqjaEXmB.js} +2 -2
  20. package/dist/{grafana-BAbIv4CF.js → grafana-Bwx9Kj61.js} +1 -1
  21. package/dist/{index-D209n4gS.js → index-1q4ZbRix.js} +4203 -4162
  22. package/dist/{index-CnGVTtwu.js → index-BIDuwnm_.js} +1 -1
  23. package/dist/{index-Cc0abuxv.js → index-C3fxBVdz.js} +1 -1
  24. package/dist/{index-DGcRvKvr.js → index-CCIVpogO.js} +1 -1
  25. package/dist/{index-CguRXKmG.js → index-CN50SqVG.js} +1 -1
  26. package/dist/{index-bOlAWIVP.js → index-CZrwq9oF.js} +1 -1
  27. package/dist/{index-1NP0WkxZ.js → index-CyMElhGL.js} +2 -2
  28. package/dist/{index.vue_vue_type_script_setup_true_lang-HYqCCZsZ.js → index.vue_vue_type_script_setup_true_lang-DT8A92zR.js} +1 -1
  29. package/dist/package.json +2 -2
  30. package/dist/{payout-account-DNGKjfY1.js → payout-account-cg0CKkbk.js} +3 -3
  31. package/dist/stores/payoutAccount.d.ts +18 -18
  32. package/dist/tsconfig.app.tsbuildinfo +1 -1
  33. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +18 -18
  34. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +44 -44
  35. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +44 -44
  36. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +18 -18
  37. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +18 -18
  38. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +44 -44
  39. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
  40. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  41. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  42. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +10 -10
  43. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +10 -10
  44. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +46 -0
  45. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +10 -10
  46. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +8 -8
  47. package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
  48. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +18 -18
  49. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +18 -18
  50. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +18 -18
  51. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +18 -18
  52. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +18 -18
  53. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +18 -18
  54. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +18 -18
  55. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +36 -36
  56. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +36 -36
  57. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +18 -18
  58. package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
  59. package/package.json +2 -2
  60. package/dist/RestaurantSetting-B6LQF664.js +0 -501
@@ -2,18 +2,18 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  terminal: {
4
4
  type: PropType<{
5
- secretKey?: string | null | undefined;
6
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;
7
10
  gateways?: {
8
11
  config?: {
9
- uniqueId: string;
10
12
  packageId: string;
13
+ uniqueId: string;
11
14
  } | null | undefined;
12
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
13
16
  }[] | null | undefined;
14
- deviceId?: string | null | undefined;
15
- bindCode?: string | null | undefined;
16
- token?: string | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
19
19
  terminalId: string;
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  gateway: "FeedMe";
22
22
  } | {
23
23
  config?: {
24
- merchantId: string;
25
24
  terminalId: string;
25
+ merchantId: string;
26
26
  privateKey: string;
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
@@ -31,28 +31,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  _id: string;
32
32
  status: "Active" | "Inactive";
33
33
  referenceId: string;
34
- createdAt: string;
35
- updatedAt: string;
36
34
  securityCode: string;
37
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
36
+ createdAt: string;
37
+ updatedAt: string;
38
38
  }>;
39
39
  required: true;
40
40
  };
41
41
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  terminal: {
43
43
  type: PropType<{
44
- secretKey?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
47
+ secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
46
49
  gateways?: {
47
50
  config?: {
48
- uniqueId: string;
49
51
  packageId: string;
52
+ uniqueId: string;
50
53
  } | null | undefined;
51
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace";
52
55
  }[] | null | undefined;
53
- deviceId?: string | null | undefined;
54
- bindCode?: string | null | undefined;
55
- token?: string | null | undefined;
56
56
  ecrs?: ({
57
57
  config?: {
58
58
  terminalId: string;
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
60
  gateway: "FeedMe";
61
61
  } | {
62
62
  config?: {
63
- merchantId: string;
64
63
  terminalId: string;
64
+ merchantId: string;
65
65
  privateKey: string;
66
66
  } | null | undefined;
67
67
  gateway: "Ghl";
@@ -70,10 +70,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
70
70
  _id: string;
71
71
  status: "Active" | "Inactive";
72
72
  referenceId: string;
73
- createdAt: string;
74
- updatedAt: string;
75
73
  securityCode: string;
76
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
75
+ createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -2,36 +2,35 @@ import { type PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  data: {
4
4
  type: PropType<{
5
- enable?: boolean | null | undefined;
6
5
  gateways?: ({
7
- paymentGateway: "REVENUE_MONSTER";
8
6
  config: {
9
7
  clientId: string;
10
8
  clientPrivateKey: string;
11
9
  clientSecret: string;
12
10
  storeId: string;
13
11
  };
12
+ paymentGateway: "REVENUE_MONSTER";
14
13
  } | {
15
- paymentGateway: "RAZER_MERCHANT_SERVICE";
16
14
  config: {
17
- merchantId: string;
18
15
  secretKey: string;
16
+ merchantId: string;
19
17
  verifyKey: string;
20
18
  };
19
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
21
20
  } | {
22
- paymentGateway: "MACAU_PASS";
23
21
  config: {
24
22
  merchantId: string;
23
+ storeID: string;
25
24
  merchantName: string;
26
25
  merchantCategoryCode: string;
27
- storeID: string;
28
26
  storeName: string;
29
27
  };
28
+ paymentGateway: "MACAU_PASS";
30
29
  })[] | null | undefined;
30
+ enable?: boolean | null | undefined;
31
31
  ref?: any;
32
- status: "NEW" | "PENDING" | "APPROVED";
33
32
  _id: string;
34
- notifyUrl: string;
33
+ status: "NEW" | "PENDING" | "APPROVED";
35
34
  store: {
36
35
  bank?: {
37
36
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -50,6 +49,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
50
49
  id: string;
51
50
  event: "ORDERING" | "MARKETING";
52
51
  };
52
+ notifyUrl: string;
53
+ businessId: string;
53
54
  methods: {
54
55
  rate?: {
55
56
  amount: number;
@@ -59,7 +60,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
60
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
60
61
  variant: string;
61
62
  }[];
62
- businessId: string;
63
63
  }[]>;
64
64
  required: true;
65
65
  };
@@ -69,36 +69,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
69
  };
70
70
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
71
71
  "row-click": (payment: {
72
- enable?: boolean | null | undefined;
73
72
  gateways?: ({
74
- paymentGateway: "REVENUE_MONSTER";
75
73
  config: {
76
74
  clientId: string;
77
75
  clientPrivateKey: string;
78
76
  clientSecret: string;
79
77
  storeId: string;
80
78
  };
79
+ paymentGateway: "REVENUE_MONSTER";
81
80
  } | {
82
- paymentGateway: "RAZER_MERCHANT_SERVICE";
83
81
  config: {
84
- merchantId: string;
85
82
  secretKey: string;
83
+ merchantId: string;
86
84
  verifyKey: string;
87
85
  };
86
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
88
87
  } | {
89
- paymentGateway: "MACAU_PASS";
90
88
  config: {
91
89
  merchantId: string;
90
+ storeID: string;
92
91
  merchantName: string;
93
92
  merchantCategoryCode: string;
94
- storeID: string;
95
93
  storeName: string;
96
94
  };
95
+ paymentGateway: "MACAU_PASS";
97
96
  })[] | null | undefined;
97
+ enable?: boolean | null | undefined;
98
98
  ref?: any;
99
- status: "NEW" | "PENDING" | "APPROVED";
100
99
  _id: string;
101
- notifyUrl: string;
100
+ status: "NEW" | "PENDING" | "APPROVED";
102
101
  store: {
103
102
  bank?: {
104
103
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -117,6 +116,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
117
116
  id: string;
118
117
  event: "ORDERING" | "MARKETING";
119
118
  };
119
+ notifyUrl: string;
120
+ businessId: string;
120
121
  methods: {
121
122
  rate?: {
122
123
  amount: number;
@@ -126,41 +127,39 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
126
127
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
127
128
  variant: string;
128
129
  }[];
129
- businessId: string;
130
130
  }) => any;
131
131
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
132
132
  data: {
133
133
  type: PropType<{
134
- enable?: boolean | null | undefined;
135
134
  gateways?: ({
136
- paymentGateway: "REVENUE_MONSTER";
137
135
  config: {
138
136
  clientId: string;
139
137
  clientPrivateKey: string;
140
138
  clientSecret: string;
141
139
  storeId: string;
142
140
  };
141
+ paymentGateway: "REVENUE_MONSTER";
143
142
  } | {
144
- paymentGateway: "RAZER_MERCHANT_SERVICE";
145
143
  config: {
146
- merchantId: string;
147
144
  secretKey: string;
145
+ merchantId: string;
148
146
  verifyKey: string;
149
147
  };
148
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
150
149
  } | {
151
- paymentGateway: "MACAU_PASS";
152
150
  config: {
153
151
  merchantId: string;
152
+ storeID: string;
154
153
  merchantName: string;
155
154
  merchantCategoryCode: string;
156
- storeID: string;
157
155
  storeName: string;
158
156
  };
157
+ paymentGateway: "MACAU_PASS";
159
158
  })[] | null | undefined;
159
+ enable?: boolean | null | undefined;
160
160
  ref?: any;
161
- status: "NEW" | "PENDING" | "APPROVED";
162
161
  _id: string;
163
- notifyUrl: string;
162
+ status: "NEW" | "PENDING" | "APPROVED";
164
163
  store: {
165
164
  bank?: {
166
165
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -179,6 +178,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
179
178
  id: string;
180
179
  event: "ORDERING" | "MARKETING";
181
180
  };
181
+ notifyUrl: string;
182
+ businessId: string;
182
183
  methods: {
183
184
  rate?: {
184
185
  amount: number;
@@ -188,7 +189,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
188
189
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
189
190
  variant: string;
190
191
  }[];
191
- businessId: string;
192
192
  }[]>;
193
193
  required: true;
194
194
  };
@@ -198,36 +198,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
198
198
  };
199
199
  }>> & Readonly<{
200
200
  "onRow-click"?: ((payment: {
201
- enable?: boolean | null | undefined;
202
201
  gateways?: ({
203
- paymentGateway: "REVENUE_MONSTER";
204
202
  config: {
205
203
  clientId: string;
206
204
  clientPrivateKey: string;
207
205
  clientSecret: string;
208
206
  storeId: string;
209
207
  };
208
+ paymentGateway: "REVENUE_MONSTER";
210
209
  } | {
211
- paymentGateway: "RAZER_MERCHANT_SERVICE";
212
210
  config: {
213
- merchantId: string;
214
211
  secretKey: string;
212
+ merchantId: string;
215
213
  verifyKey: string;
216
214
  };
215
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
217
216
  } | {
218
- paymentGateway: "MACAU_PASS";
219
217
  config: {
220
218
  merchantId: string;
219
+ storeID: string;
221
220
  merchantName: string;
222
221
  merchantCategoryCode: string;
223
- storeID: string;
224
222
  storeName: string;
225
223
  };
224
+ paymentGateway: "MACAU_PASS";
226
225
  })[] | null | undefined;
226
+ enable?: boolean | null | undefined;
227
227
  ref?: any;
228
- status: "NEW" | "PENDING" | "APPROVED";
229
228
  _id: string;
230
- notifyUrl: string;
229
+ status: "NEW" | "PENDING" | "APPROVED";
231
230
  store: {
232
231
  bank?: {
233
232
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -246,6 +245,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
246
245
  id: string;
247
246
  event: "ORDERING" | "MARKETING";
248
247
  };
248
+ notifyUrl: string;
249
+ businessId: string;
249
250
  methods: {
250
251
  rate?: {
251
252
  amount: number;
@@ -255,7 +256,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
255
256
  issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
256
257
  variant: string;
257
258
  }[];
258
- businessId: string;
259
259
  }) => any) | undefined;
260
260
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
261
261
  export default _default;