@feedmepos/mf-payment 1.2.11 → 1.2.12

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 (47) hide show
  1. package/dist/{PayoutAccount-DLhT0cgm.js → PayoutAccount-D-NM-_2s.js} +6 -6
  2. package/dist/{PayoutAccount-BPD8f21N.js → PayoutAccount-j4yHJfSr.js} +5 -5
  3. package/dist/{PayoutAccountSetting-Cc2XkDvW.js → PayoutAccountSetting-vzdkhXb8.js} +114 -111
  4. package/dist/{Restaurant-QmZ5m6aX.js → Restaurant-CPIy0SZJ.js} +4 -4
  5. package/dist/{RestaurantSetting-D0GFUJAg.js → RestaurantSetting-DK4GOY2d.js} +3 -3
  6. package/dist/{Settlement-MJFzi4Zt.js → Settlement-B5kQfJuQ.js} +3 -3
  7. package/dist/{Settlement-BIk63DvT.js → Settlement-BeI2ksZ3.js} +3 -3
  8. package/dist/{SettlementTransactions-MBqrZMZx.js → SettlementTransactions-CHjwajgr.js} +3 -3
  9. package/dist/{SettlementTransactions-Diz_eig2.js → SettlementTransactions-D7z5DaxO.js} +3 -3
  10. package/dist/{Terminal-DYkp1mv0.js → Terminal-Bf7VZ5Yo.js} +5 -5
  11. package/dist/{TerminalSetting-DmPRtCsa.js → TerminalSetting-pnwFHRR8.js} +3 -3
  12. package/dist/{Transaction-CimYTaB8.js → Transaction-Cbiu540w.js} +5 -5
  13. package/dist/{Transaction-Bh_Psoae.js → Transaction-Cpbte6yS.js} +7 -7
  14. package/dist/{TransactionOld-CiWIwxJ7.js → TransactionOld-Dnnz541Y.js} +4 -4
  15. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-2FzzyKdR.js → TransactionTable.vue_vue_type_script_setup_true_lang-tMjd6_k7.js} +3 -3
  16. package/dist/{app-ByopJolk.js → app-C_At3NFn.js} +155 -155
  17. package/dist/app.js +1 -1
  18. package/dist/{assets-DfdrUzgm.js → assets-DjGZEHos.js} +33 -34
  19. package/dist/{grafana-ey8F5lgL.js → grafana-D99I428B.js} +1 -1
  20. package/dist/{index-tX_6kqCz.js → index-B3IOW-oD.js} +1 -1
  21. package/dist/{index-D1HPnn1H.js → index-BI63pT6J.js} +4617 -4725
  22. package/dist/{index-C9mXyA-9.js → index-CW2tMCo9.js} +2 -2
  23. package/dist/{index-DLoPHbRf.js → index-CvPpUZR3.js} +1 -1
  24. package/dist/{index-CxUSH_LL.js → index-DXLkzCkb.js} +1 -1
  25. package/dist/{index-GqLxFyy5.js → index-DdE42RgX.js} +1 -1
  26. package/dist/{index-9HYkBEVP.js → index-DigkUnks.js} +1 -1
  27. package/dist/{index.vue_vue_type_script_setup_true_lang-xEGnd1Sr.js → index.vue_vue_type_script_setup_true_lang-Dx-Mg_Zx.js} +1 -1
  28. package/dist/package.json +2 -2
  29. package/dist/{payout-account-B7N8ePXF.js → payout-account-D7Wzxyao.js} +3 -3
  30. package/dist/stores/payoutAccount.d.ts +10 -10
  31. package/dist/tsconfig.app.tsbuildinfo +1 -1
  32. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +10 -10
  33. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +34 -28
  34. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +34 -28
  35. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +10 -10
  36. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +10 -10
  37. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +34 -28
  38. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +12 -6
  39. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +14 -14
  40. package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +14 -14
  41. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +14 -14
  42. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +14 -14
  43. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +14 -14
  44. package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +14 -14
  45. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +14 -14
  46. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +20 -20
  47. package/package.json +2 -2
@@ -3,19 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- deletedAt?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
8
9
  secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
9
11
  gateways?: {
10
12
  config?: {
11
13
  packageId: string;
12
14
  uniqueId: string;
13
15
  } | null | undefined;
14
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
15
17
  }[] | null | undefined;
16
- deviceId?: string | null | undefined;
17
- bindCode?: string | null | undefined;
18
- token?: string | null | undefined;
19
18
  ecrs?: ({
20
19
  config?: {
21
20
  terminalId: string;
@@ -23,19 +22,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
22
  gateway: "FeedMe";
24
23
  } | {
25
24
  config?: {
26
- merchantId: string;
27
25
  terminalId: string;
26
+ merchantId: string;
28
27
  privateKey: string;
29
28
  } | null | undefined;
30
29
  gateway: "Ghl";
31
30
  })[] | null | undefined;
31
+ deletedAt?: string | null | undefined;
32
32
  status: "Active" | "Inactive";
33
33
  _id: string;
34
- updatedAt: string;
35
34
  referenceId: string;
36
35
  securityCode: string;
37
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
38
37
  createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,19 +46,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  terminal: {
48
48
  type: PropType<{
49
- deletedAt?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
51
52
  secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
52
54
  gateways?: {
53
55
  config?: {
54
56
  packageId: string;
55
57
  uniqueId: string;
56
58
  } | null | undefined;
57
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
58
60
  }[] | null | undefined;
59
- deviceId?: string | null | undefined;
60
- bindCode?: string | null | undefined;
61
- token?: string | null | undefined;
62
61
  ecrs?: ({
63
62
  config?: {
64
63
  terminalId: string;
@@ -66,19 +65,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
65
  gateway: "FeedMe";
67
66
  } | {
68
67
  config?: {
69
- merchantId: string;
70
68
  terminalId: string;
69
+ merchantId: string;
71
70
  privateKey: string;
72
71
  } | null | undefined;
73
72
  gateway: "Ghl";
74
73
  })[] | null | undefined;
74
+ deletedAt?: string | null | undefined;
75
75
  status: "Active" | "Inactive";
76
76
  _id: string;
77
- updatedAt: string;
78
77
  referenceId: string;
79
78
  securityCode: string;
80
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
81
80
  createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -3,19 +3,18 @@ import { type PropType } from 'vue';
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  terminal: {
5
5
  type: PropType<{
6
- deletedAt?: string | null | undefined;
7
6
  name?: string | null | undefined;
7
+ deviceId?: string | null | undefined;
8
+ bindCode?: string | null | undefined;
8
9
  secretKey?: string | null | undefined;
10
+ token?: string | null | undefined;
9
11
  gateways?: {
10
12
  config?: {
11
13
  packageId: string;
12
14
  uniqueId: string;
13
15
  } | null | undefined;
14
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
16
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
15
17
  }[] | null | undefined;
16
- deviceId?: string | null | undefined;
17
- bindCode?: string | null | undefined;
18
- token?: string | null | undefined;
19
18
  ecrs?: ({
20
19
  config?: {
21
20
  terminalId: string;
@@ -23,19 +22,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
22
  gateway: "FeedMe";
24
23
  } | {
25
24
  config?: {
26
- merchantId: string;
27
25
  terminalId: string;
26
+ merchantId: string;
28
27
  privateKey: string;
29
28
  } | null | undefined;
30
29
  gateway: "Ghl";
31
30
  })[] | null | undefined;
31
+ deletedAt?: string | null | undefined;
32
32
  status: "Active" | "Inactive";
33
33
  _id: string;
34
- updatedAt: string;
35
34
  referenceId: string;
36
35
  securityCode: string;
37
36
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
38
37
  createdAt: string;
38
+ updatedAt: string;
39
39
  }>;
40
40
  required: true;
41
41
  };
@@ -46,19 +46,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
46
46
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  terminal: {
48
48
  type: PropType<{
49
- deletedAt?: string | null | undefined;
50
49
  name?: string | null | undefined;
50
+ deviceId?: string | null | undefined;
51
+ bindCode?: string | null | undefined;
51
52
  secretKey?: string | null | undefined;
53
+ token?: string | null | undefined;
52
54
  gateways?: {
53
55
  config?: {
54
56
  packageId: string;
55
57
  uniqueId: string;
56
58
  } | null | undefined;
57
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
59
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
58
60
  }[] | null | undefined;
59
- deviceId?: string | null | undefined;
60
- bindCode?: string | null | undefined;
61
- token?: string | null | undefined;
62
61
  ecrs?: ({
63
62
  config?: {
64
63
  terminalId: string;
@@ -66,19 +65,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
66
65
  gateway: "FeedMe";
67
66
  } | {
68
67
  config?: {
69
- merchantId: string;
70
68
  terminalId: string;
69
+ merchantId: string;
71
70
  privateKey: string;
72
71
  } | null | undefined;
73
72
  gateway: "Ghl";
74
73
  })[] | null | undefined;
74
+ deletedAt?: string | null | undefined;
75
75
  status: "Active" | "Inactive";
76
76
  _id: string;
77
- updatedAt: string;
78
77
  referenceId: string;
79
78
  securityCode: string;
80
79
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
81
80
  createdAt: string;
81
+ updatedAt: string;
82
82
  }>;
83
83
  required: true;
84
84
  };
@@ -2,19 +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
- deletedAt?: string | null | undefined;
6
5
  name?: string | null | undefined;
6
+ deviceId?: string | null | undefined;
7
+ bindCode?: string | null | undefined;
7
8
  secretKey?: string | null | undefined;
9
+ token?: string | null | undefined;
8
10
  gateways?: {
9
11
  config?: {
10
12
  packageId: string;
11
13
  uniqueId: string;
12
14
  } | null | undefined;
13
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
15
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
14
16
  }[] | null | undefined;
15
- deviceId?: string | null | undefined;
16
- bindCode?: string | null | undefined;
17
- token?: string | null | undefined;
18
17
  ecrs?: ({
19
18
  config?: {
20
19
  terminalId: string;
@@ -22,38 +21,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
21
  gateway: "FeedMe";
23
22
  } | {
24
23
  config?: {
25
- merchantId: string;
26
24
  terminalId: string;
25
+ merchantId: string;
27
26
  privateKey: string;
28
27
  } | null | undefined;
29
28
  gateway: "Ghl";
30
29
  })[] | null | undefined;
30
+ deletedAt?: string | null | undefined;
31
31
  status: "Active" | "Inactive";
32
32
  _id: string;
33
- updatedAt: string;
34
33
  referenceId: string;
35
34
  securityCode: string;
36
35
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
37
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
- deletedAt?: string | null | undefined;
45
44
  name?: string | null | undefined;
45
+ deviceId?: string | null | undefined;
46
+ bindCode?: string | null | undefined;
46
47
  secretKey?: string | null | undefined;
48
+ token?: string | null | undefined;
47
49
  gateways?: {
48
50
  config?: {
49
51
  packageId: string;
50
52
  uniqueId: string;
51
53
  } | null | undefined;
52
- gateway: "Fiuu" | "Ghl" | "Nets" | "Maybank" | "ScanPay" | "QrPay" | "Cash" | "Softspace" | "Digio";
54
+ gateway: "Fiuu" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Cash" | "Softspace" | "Digio";
53
55
  }[] | null | undefined;
54
- deviceId?: string | null | undefined;
55
- bindCode?: string | null | undefined;
56
- token?: string | null | undefined;
57
56
  ecrs?: ({
58
57
  config?: {
59
58
  terminalId: string;
@@ -61,19 +60,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
60
  gateway: "FeedMe";
62
61
  } | {
63
62
  config?: {
64
- merchantId: string;
65
63
  terminalId: string;
64
+ merchantId: string;
66
65
  privateKey: string;
67
66
  } | null | undefined;
68
67
  gateway: "Ghl";
69
68
  })[] | null | undefined;
69
+ deletedAt?: string | null | undefined;
70
70
  status: "Active" | "Inactive";
71
71
  _id: string;
72
- updatedAt: string;
73
72
  referenceId: string;
74
73
  securityCode: string;
75
74
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
76
75
  createdAt: string;
76
+ updatedAt: string;
77
77
  }>;
78
78
  required: true;
79
79
  };
@@ -2,7 +2,6 @@ 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
6
  config: {
8
7
  clientId: string;
@@ -13,25 +12,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
12
  paymentGateway: "REVENUE_MONSTER";
14
13
  } | {
15
14
  config: {
16
- merchantId: string;
17
15
  secretKey: string;
16
+ merchantId: string;
18
17
  verifyKey: string;
19
18
  };
20
19
  paymentGateway: "RAZER_MERCHANT_SERVICE";
21
20
  } | {
22
21
  config: {
23
22
  merchantId: string;
23
+ storeID: string;
24
24
  merchantName: string;
25
25
  merchantCategoryCode: string;
26
- storeID: string;
27
26
  storeName: string;
28
27
  };
29
28
  paymentGateway: "MACAU_PASS";
30
29
  })[] | null | undefined;
30
+ enable?: boolean | null | undefined;
31
31
  ref?: any;
32
32
  status: "NEW" | "PENDING" | "APPROVED";
33
33
  _id: string;
34
- notifyUrl: string;
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,7 +69,6 @@ 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
73
  config: {
75
74
  clientId: string;
@@ -80,25 +79,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
80
79
  paymentGateway: "REVENUE_MONSTER";
81
80
  } | {
82
81
  config: {
83
- merchantId: string;
84
82
  secretKey: string;
83
+ merchantId: string;
85
84
  verifyKey: string;
86
85
  };
87
86
  paymentGateway: "RAZER_MERCHANT_SERVICE";
88
87
  } | {
89
88
  config: {
90
89
  merchantId: string;
90
+ storeID: string;
91
91
  merchantName: string;
92
92
  merchantCategoryCode: string;
93
- storeID: string;
94
93
  storeName: string;
95
94
  };
96
95
  paymentGateway: "MACAU_PASS";
97
96
  })[] | null | undefined;
97
+ enable?: boolean | null | undefined;
98
98
  ref?: any;
99
99
  status: "NEW" | "PENDING" | "APPROVED";
100
100
  _id: string;
101
- notifyUrl: string;
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,12 +127,10 @@ 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
135
  config: {
137
136
  clientId: string;
@@ -142,25 +141,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
142
141
  paymentGateway: "REVENUE_MONSTER";
143
142
  } | {
144
143
  config: {
145
- merchantId: string;
146
144
  secretKey: string;
145
+ merchantId: string;
147
146
  verifyKey: string;
148
147
  };
149
148
  paymentGateway: "RAZER_MERCHANT_SERVICE";
150
149
  } | {
151
150
  config: {
152
151
  merchantId: string;
152
+ storeID: string;
153
153
  merchantName: string;
154
154
  merchantCategoryCode: string;
155
- storeID: string;
156
155
  storeName: string;
157
156
  };
158
157
  paymentGateway: "MACAU_PASS";
159
158
  })[] | null | undefined;
159
+ enable?: boolean | null | undefined;
160
160
  ref?: any;
161
161
  status: "NEW" | "PENDING" | "APPROVED";
162
162
  _id: string;
163
- notifyUrl: string;
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,7 +198,6 @@ 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
202
  config: {
204
203
  clientId: string;
@@ -209,25 +208,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
209
208
  paymentGateway: "REVENUE_MONSTER";
210
209
  } | {
211
210
  config: {
212
- merchantId: string;
213
211
  secretKey: string;
212
+ merchantId: string;
214
213
  verifyKey: string;
215
214
  };
216
215
  paymentGateway: "RAZER_MERCHANT_SERVICE";
217
216
  } | {
218
217
  config: {
219
218
  merchantId: string;
219
+ storeID: string;
220
220
  merchantName: string;
221
221
  merchantCategoryCode: string;
222
- storeID: string;
223
222
  storeName: string;
224
223
  };
225
224
  paymentGateway: "MACAU_PASS";
226
225
  })[] | null | undefined;
226
+ enable?: boolean | null | undefined;
227
227
  ref?: any;
228
228
  status: "NEW" | "PENDING" | "APPROVED";
229
229
  _id: string;
230
- notifyUrl: string;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -34,7 +34,7 @@
34
34
  "@feedmepos/core": "^2.6.0",
35
35
  "@feedmepos/mf-common": "^1.26.8",
36
36
  "vue-i18n": "10.0.5",
37
- "@feedmepos/payment-entity": "^0.1.11",
37
+ "@feedmepos/payment-entity": "^0.1.10",
38
38
  "@feedmepos/ui-library": "^1.6.8",
39
39
  "axios": "^0.27.2",
40
40
  "buffer": "^6.0.3",