@feedmepos/mf-payment 1.3.20 → 1.3.21

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 (75) hide show
  1. package/dist/{OnboardForm-BXyoazh5.js → OnboardForm-UC7FlAKc.js} +4 -4
  2. package/dist/{OnboardForm-Kg41JzfR.js → OnboardForm-ZIeFW3ZH.js} +4 -4
  3. package/dist/{OnboardSubmission-DYxlgxNk.js → OnboardSubmission-CGI_T8K6.js} +2 -2
  4. package/dist/{OnboardSubmission-Dc7x4iX2.js → OnboardSubmission-CUqrOqBi.js} +5 -5
  5. package/dist/{PayoutAccount-BGp3dZty.js → PayoutAccount-D2eUU8Qa.js} +5 -5
  6. package/dist/{PayoutAccount-BsG-nuC9.js → PayoutAccount-pxoe0HM6.js} +5 -5
  7. package/dist/{PayoutAccountSetting-BbMJO09b.js → PayoutAccountSetting-yH2ZRT-A.js} +378 -296
  8. package/dist/{Restaurant-CwdFy65Q.js → Restaurant-CeH2FJRT.js} +4 -4
  9. package/dist/{RestaurantSetting-BZ_wJvh-.js → RestaurantSetting-BV1XLh-9.js} +292 -212
  10. package/dist/{Settlement-PxISyjHU.js → Settlement-DzYUTaVE.js} +3 -3
  11. package/dist/{Settlement-ByfwQDjy.js → Settlement-L8ukHWPs.js} +3 -3
  12. package/dist/{SettlementTransactions-DidiqbXG.js → SettlementTransactions-C8o5Atmc.js} +3 -3
  13. package/dist/{SettlementTransactions-D5yeeyDP.js → SettlementTransactions-DG9nJuLQ.js} +3 -3
  14. package/dist/{Status.vue_vue_type_script_setup_true_lang-kehDoQ6j.js → Status.vue_vue_type_script_setup_true_lang-B7a304Y6.js} +1 -1
  15. package/dist/{Terminal-C--amJVv.js → Terminal-DA_mJQMD.js} +5 -5
  16. package/dist/{TerminalSetting-7tjf9xaV.js → TerminalSetting-GFMILaSV.js} +4 -4
  17. package/dist/{Transaction-Bd_4iMOT.js → Transaction-CfC0yN9P.js} +5 -5
  18. package/dist/{Transaction-BMc3gQy1.js → Transaction-fhDUanwr.js} +6 -6
  19. package/dist/{TransactionOld-8-sEspIt.js → TransactionOld-CObh3uJa.js} +4 -4
  20. package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-BayIh55f.js → TransactionTable.vue_vue_type_script_setup_true_lang-DPRIp0wx.js} +3 -3
  21. package/dist/{app-CQEW3s-w.js → app-U8rab4vJ.js} +22 -22
  22. package/dist/app.js +1 -1
  23. package/dist/{assets-CTH4trdc.js → assets-D4ayW3GC.js} +1 -1
  24. package/dist/{grafana-bPLmWYzm.js → grafana-BrdrOUM4.js} +1 -1
  25. package/dist/{index-DZYRliw9.js → index-BWjmOoX3.js} +1 -1
  26. package/dist/{index-CJPiBIRm.js → index-C4FfKmPS.js} +5303 -5231
  27. package/dist/{index-B5zEwG__.js → index-C8G7ruiF.js} +1 -1
  28. package/dist/{index-BA8uBmty.js → index-DJJFmavW.js} +2 -2
  29. package/dist/{index-cU53UWIn.js → index-DJrcobek.js} +1 -1
  30. package/dist/{index-98tll3Hu.js → index-ILoz50zh.js} +1 -1
  31. package/dist/{index-DPY6iypt.js → index-j0nww2Hf.js} +1 -1
  32. package/dist/{index.vue_vue_type_script_setup_true_lang-CaVufHjO.js → index.vue_vue_type_script_setup_true_lang-v7o6C5Pg.js} +1 -1
  33. package/dist/package.json +2 -2
  34. package/dist/{payout-account-D0urRPdK.js → payout-account-OFsbgQTk.js} +3 -3
  35. package/dist/{plugins-CHAPQLQ_.js → plugins-C0WdSJxl.js} +1 -1
  36. package/dist/stores/payoutAccount.d.ts +34 -18
  37. package/dist/tsconfig.app.tsbuildinfo +1 -1
  38. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +34 -18
  39. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +38 -22
  40. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +38 -22
  41. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +34 -18
  42. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +34 -18
  43. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +38 -22
  44. package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +45 -0
  45. package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
  46. package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
  47. package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
  48. package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
  49. package/dist/views/admin/restaurant/tabs/gateway/AdyenGateway.vue.d.ts +50 -0
  50. package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +6 -6
  51. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
  52. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
  53. package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +6 -6
  54. package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +8 -8
  55. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
  56. package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -6
  57. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
  58. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +20 -20
  59. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
  60. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +20 -20
  61. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
  62. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
  63. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +20 -20
  64. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +20 -20
  65. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +20 -20
  66. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +20 -20
  67. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +20 -20
  68. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +20 -20
  69. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +20 -20
  70. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +20 -20
  71. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
  72. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +68 -36
  73. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +32 -32
  74. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +16 -16
  75. package/package.json +2 -2
@@ -9,21 +9,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  type: PropType<{
10
10
  enable?: boolean | null | undefined;
11
11
  gateways?: ({
12
+ paymentGateway: "REVENUE_MONSTER";
12
13
  config: {
13
14
  clientId: string;
14
15
  clientPrivateKey: string;
15
16
  clientSecret: string;
16
17
  storeId: string;
17
18
  };
18
- paymentGateway: "REVENUE_MONSTER";
19
19
  } | {
20
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
20
21
  config: {
21
22
  merchantId: string;
22
23
  secretKey: string;
23
24
  verifyKey: string;
24
25
  };
25
- paymentGateway: "RAZER_MERCHANT_SERVICE";
26
26
  } | {
27
+ paymentGateway: "MACAU_PASS";
27
28
  config: {
28
29
  merchantId: string;
29
30
  merchantName: string;
@@ -31,17 +32,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
32
  storeID: string;
32
33
  storeName: string;
33
34
  };
34
- paymentGateway: "MACAU_PASS";
35
35
  } | {
36
+ paymentGateway: "DIGIO";
36
37
  config: {
37
38
  merchantId: string;
38
39
  cardMerchantId: string;
39
40
  };
40
- paymentGateway: "DIGIO";
41
+ } | {
42
+ paymentGateway: "ADYEN";
43
+ config: {
44
+ merchantAccount: string;
45
+ username: string;
46
+ apiKey: string;
47
+ clientKey: string;
48
+ };
41
49
  })[] | null | undefined;
42
50
  ref?: any;
43
- status: "NEW" | "PENDING" | "APPROVED";
44
51
  _id: string;
52
+ status: "NEW" | "PENDING" | "APPROVED";
53
+ notifyUrl: string;
45
54
  store: {
46
55
  bank?: {
47
56
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -49,25 +58,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
58
  holderName?: string | null | undefined;
50
59
  name: string;
51
60
  } | null | undefined;
52
- ssm?: string | null | undefined;
53
61
  bankStatement?: string | null | undefined;
62
+ ssm?: string | null | undefined;
54
63
  exteriorPhoto?: string | null | undefined;
55
64
  keyPerson?: {
56
- email: string;
57
65
  name: string;
58
66
  phone: string;
67
+ email: string;
59
68
  } | null | undefined;
60
69
  id: string;
61
70
  event: "ORDERING" | "MARKETING";
62
71
  };
63
- notifyUrl: string;
64
72
  methods: {
65
73
  rate?: {
66
74
  amount: number;
67
75
  precision: number;
68
76
  } | null | undefined;
69
77
  tPlus?: number | null | undefined;
70
- 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";
78
+ 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" | "THAIQR";
71
79
  variant: string;
72
80
  }[];
73
81
  businessId: string;
@@ -83,21 +91,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
83
91
  type: PropType<{
84
92
  enable?: boolean | null | undefined;
85
93
  gateways?: ({
94
+ paymentGateway: "REVENUE_MONSTER";
86
95
  config: {
87
96
  clientId: string;
88
97
  clientPrivateKey: string;
89
98
  clientSecret: string;
90
99
  storeId: string;
91
100
  };
92
- paymentGateway: "REVENUE_MONSTER";
93
101
  } | {
102
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
94
103
  config: {
95
104
  merchantId: string;
96
105
  secretKey: string;
97
106
  verifyKey: string;
98
107
  };
99
- paymentGateway: "RAZER_MERCHANT_SERVICE";
100
108
  } | {
109
+ paymentGateway: "MACAU_PASS";
101
110
  config: {
102
111
  merchantId: string;
103
112
  merchantName: string;
@@ -105,17 +114,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
105
114
  storeID: string;
106
115
  storeName: string;
107
116
  };
108
- paymentGateway: "MACAU_PASS";
109
117
  } | {
118
+ paymentGateway: "DIGIO";
110
119
  config: {
111
120
  merchantId: string;
112
121
  cardMerchantId: string;
113
122
  };
114
- paymentGateway: "DIGIO";
123
+ } | {
124
+ paymentGateway: "ADYEN";
125
+ config: {
126
+ merchantAccount: string;
127
+ username: string;
128
+ apiKey: string;
129
+ clientKey: string;
130
+ };
115
131
  })[] | null | undefined;
116
132
  ref?: any;
117
- status: "NEW" | "PENDING" | "APPROVED";
118
133
  _id: string;
134
+ status: "NEW" | "PENDING" | "APPROVED";
135
+ notifyUrl: string;
119
136
  store: {
120
137
  bank?: {
121
138
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -123,25 +140,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
123
140
  holderName?: string | null | undefined;
124
141
  name: string;
125
142
  } | null | undefined;
126
- ssm?: string | null | undefined;
127
143
  bankStatement?: string | null | undefined;
144
+ ssm?: string | null | undefined;
128
145
  exteriorPhoto?: string | null | undefined;
129
146
  keyPerson?: {
130
- email: string;
131
147
  name: string;
132
148
  phone: string;
149
+ email: string;
133
150
  } | null | undefined;
134
151
  id: string;
135
152
  event: "ORDERING" | "MARKETING";
136
153
  };
137
- notifyUrl: string;
138
154
  methods: {
139
155
  rate?: {
140
156
  amount: number;
141
157
  precision: number;
142
158
  } | null | undefined;
143
159
  tPlus?: number | null | undefined;
144
- 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";
160
+ 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" | "THAIQR";
145
161
  variant: string;
146
162
  }[];
147
163
  businessId: string;
@@ -4,21 +4,22 @@ 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";
7
8
  config: {
8
9
  clientId: string;
9
10
  clientPrivateKey: string;
10
11
  clientSecret: string;
11
12
  storeId: string;
12
13
  };
13
- paymentGateway: "REVENUE_MONSTER";
14
14
  } | {
15
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
15
16
  config: {
16
17
  merchantId: string;
17
18
  secretKey: string;
18
19
  verifyKey: string;
19
20
  };
20
- paymentGateway: "RAZER_MERCHANT_SERVICE";
21
21
  } | {
22
+ paymentGateway: "MACAU_PASS";
22
23
  config: {
23
24
  merchantId: string;
24
25
  merchantName: string;
@@ -26,17 +27,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
26
27
  storeID: string;
27
28
  storeName: string;
28
29
  };
29
- paymentGateway: "MACAU_PASS";
30
30
  } | {
31
+ paymentGateway: "DIGIO";
31
32
  config: {
32
33
  merchantId: string;
33
34
  cardMerchantId: string;
34
35
  };
35
- paymentGateway: "DIGIO";
36
+ } | {
37
+ paymentGateway: "ADYEN";
38
+ config: {
39
+ merchantAccount: string;
40
+ username: string;
41
+ apiKey: string;
42
+ clientKey: string;
43
+ };
36
44
  })[] | null | undefined;
37
45
  ref?: any;
38
- status: "NEW" | "PENDING" | "APPROVED";
39
46
  _id: string;
47
+ status: "NEW" | "PENDING" | "APPROVED";
48
+ notifyUrl: string;
40
49
  store: {
41
50
  bank?: {
42
51
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -44,25 +53,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
53
  holderName?: string | null | undefined;
45
54
  name: string;
46
55
  } | null | undefined;
47
- ssm?: string | null | undefined;
48
56
  bankStatement?: string | null | undefined;
57
+ ssm?: string | null | undefined;
49
58
  exteriorPhoto?: string | null | undefined;
50
59
  keyPerson?: {
51
- email: string;
52
60
  name: string;
53
61
  phone: string;
62
+ email: string;
54
63
  } | null | undefined;
55
64
  id: string;
56
65
  event: "ORDERING" | "MARKETING";
57
66
  };
58
- notifyUrl: string;
59
67
  methods: {
60
68
  rate?: {
61
69
  amount: number;
62
70
  precision: number;
63
71
  } | null | undefined;
64
72
  tPlus?: number | null | undefined;
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";
73
+ 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" | "THAIQR";
66
74
  variant: string;
67
75
  }[];
68
76
  businessId: string;
@@ -74,21 +82,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
74
82
  type: PropType<{
75
83
  enable?: boolean | null | undefined;
76
84
  gateways?: ({
85
+ paymentGateway: "REVENUE_MONSTER";
77
86
  config: {
78
87
  clientId: string;
79
88
  clientPrivateKey: string;
80
89
  clientSecret: string;
81
90
  storeId: string;
82
91
  };
83
- paymentGateway: "REVENUE_MONSTER";
84
92
  } | {
93
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
85
94
  config: {
86
95
  merchantId: string;
87
96
  secretKey: string;
88
97
  verifyKey: string;
89
98
  };
90
- paymentGateway: "RAZER_MERCHANT_SERVICE";
91
99
  } | {
100
+ paymentGateway: "MACAU_PASS";
92
101
  config: {
93
102
  merchantId: string;
94
103
  merchantName: string;
@@ -96,17 +105,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
105
  storeID: string;
97
106
  storeName: string;
98
107
  };
99
- paymentGateway: "MACAU_PASS";
100
108
  } | {
109
+ paymentGateway: "DIGIO";
101
110
  config: {
102
111
  merchantId: string;
103
112
  cardMerchantId: string;
104
113
  };
105
- paymentGateway: "DIGIO";
114
+ } | {
115
+ paymentGateway: "ADYEN";
116
+ config: {
117
+ merchantAccount: string;
118
+ username: string;
119
+ apiKey: string;
120
+ clientKey: string;
121
+ };
106
122
  })[] | null | undefined;
107
123
  ref?: any;
108
- status: "NEW" | "PENDING" | "APPROVED";
109
124
  _id: string;
125
+ status: "NEW" | "PENDING" | "APPROVED";
126
+ notifyUrl: string;
110
127
  store: {
111
128
  bank?: {
112
129
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -114,25 +131,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
131
  holderName?: string | null | undefined;
115
132
  name: string;
116
133
  } | null | undefined;
117
- ssm?: string | null | undefined;
118
134
  bankStatement?: string | null | undefined;
135
+ ssm?: string | null | undefined;
119
136
  exteriorPhoto?: string | null | undefined;
120
137
  keyPerson?: {
121
- email: string;
122
138
  name: string;
123
139
  phone: string;
140
+ email: string;
124
141
  } | null | undefined;
125
142
  id: string;
126
143
  event: "ORDERING" | "MARKETING";
127
144
  };
128
- notifyUrl: string;
129
145
  methods: {
130
146
  rate?: {
131
147
  amount: number;
132
148
  precision: number;
133
149
  } | null | undefined;
134
150
  tPlus?: number | null | undefined;
135
- 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";
151
+ 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" | "THAIQR";
136
152
  variant: string;
137
153
  }[];
138
154
  businessId: string;
@@ -5,28 +5,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5
5
  enable?: boolean | null | undefined;
6
6
  tokens?: {
7
7
  type: "googlePay";
8
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
9
8
  config: {
10
9
  gateway: string;
11
10
  gatewayMerchantId: string;
12
11
  };
12
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
13
13
  }[] | null | undefined;
14
14
  gateways?: ({
15
+ paymentGateway: "REVENUE_MONSTER";
15
16
  config: {
16
17
  clientId: string;
17
18
  clientPrivateKey: string;
18
19
  clientSecret: string;
19
20
  storeId: string;
20
21
  };
21
- paymentGateway: "REVENUE_MONSTER";
22
22
  } | {
23
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
23
24
  config: {
24
25
  merchantId: string;
25
26
  secretKey: string;
26
27
  verifyKey: string;
27
28
  };
28
- paymentGateway: "RAZER_MERCHANT_SERVICE";
29
29
  } | {
30
+ paymentGateway: "MACAU_PASS";
30
31
  config: {
31
32
  merchantId: string;
32
33
  merchantName: string;
@@ -34,13 +35,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
35
  storeID: string;
35
36
  storeName: string;
36
37
  };
37
- paymentGateway: "MACAU_PASS";
38
38
  } | {
39
+ paymentGateway: "DIGIO";
39
40
  config: {
40
41
  merchantId: string;
41
42
  cardMerchantId: string;
42
43
  };
43
- paymentGateway: "DIGIO";
44
+ } | {
45
+ paymentGateway: "ADYEN";
46
+ config: {
47
+ merchantAccount: string;
48
+ username: string;
49
+ apiKey: string;
50
+ clientKey: string;
51
+ };
44
52
  })[] | null | undefined;
45
53
  gatewayOverride?: {
46
54
  type?: string | null | undefined;
@@ -49,12 +57,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
57
  conditionValue?: any;
50
58
  }[] | null | undefined;
51
59
  value: string;
52
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
53
60
  icon: string;
54
61
  label: string;
62
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
55
63
  }[] | null | undefined;
56
- status: "NEW" | "PENDING" | "APPROVED";
57
64
  _id: string;
65
+ status: "NEW" | "PENDING" | "APPROVED";
66
+ notifyUrl: string;
58
67
  store: {
59
68
  bank?: {
60
69
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -62,25 +71,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
62
71
  holderName?: string | null | undefined;
63
72
  name: string;
64
73
  } | null | undefined;
65
- ssm?: string | null | undefined;
66
74
  bankStatement?: string | null | undefined;
75
+ ssm?: string | null | undefined;
67
76
  exteriorPhoto?: string | null | undefined;
68
77
  keyPerson?: {
69
- email: string;
70
78
  name: string;
71
79
  phone: string;
80
+ email: string;
72
81
  } | null | undefined;
73
82
  id: string;
74
83
  event: "ORDERING" | "MARKETING";
75
84
  };
76
- notifyUrl: string;
77
85
  methods: {
78
86
  rate?: {
79
87
  amount: number;
80
88
  precision: number;
81
89
  } | null | undefined;
82
90
  tPlus?: number | null | undefined;
83
- 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";
91
+ 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" | "THAIQR";
84
92
  variant: string;
85
93
  }[];
86
94
  businessId: string;
@@ -93,28 +101,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
101
  enable?: boolean | null | undefined;
94
102
  tokens?: {
95
103
  type: "googlePay";
96
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
97
104
  config: {
98
105
  gateway: string;
99
106
  gatewayMerchantId: string;
100
107
  };
108
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
101
109
  }[] | null | undefined;
102
110
  gateways?: ({
111
+ paymentGateway: "REVENUE_MONSTER";
103
112
  config: {
104
113
  clientId: string;
105
114
  clientPrivateKey: string;
106
115
  clientSecret: string;
107
116
  storeId: string;
108
117
  };
109
- paymentGateway: "REVENUE_MONSTER";
110
118
  } | {
119
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
111
120
  config: {
112
121
  merchantId: string;
113
122
  secretKey: string;
114
123
  verifyKey: string;
115
124
  };
116
- paymentGateway: "RAZER_MERCHANT_SERVICE";
117
125
  } | {
126
+ paymentGateway: "MACAU_PASS";
118
127
  config: {
119
128
  merchantId: string;
120
129
  merchantName: string;
@@ -122,13 +131,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
131
  storeID: string;
123
132
  storeName: string;
124
133
  };
125
- paymentGateway: "MACAU_PASS";
126
134
  } | {
135
+ paymentGateway: "DIGIO";
127
136
  config: {
128
137
  merchantId: string;
129
138
  cardMerchantId: string;
130
139
  };
131
- paymentGateway: "DIGIO";
140
+ } | {
141
+ paymentGateway: "ADYEN";
142
+ config: {
143
+ merchantAccount: string;
144
+ username: string;
145
+ apiKey: string;
146
+ clientKey: string;
147
+ };
132
148
  })[] | null | undefined;
133
149
  gatewayOverride?: {
134
150
  type?: string | null | undefined;
@@ -137,12 +153,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
153
  conditionValue?: any;
138
154
  }[] | null | undefined;
139
155
  value: string;
140
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
141
156
  icon: string;
142
157
  label: string;
158
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK";
143
159
  }[] | null | undefined;
144
- status: "NEW" | "PENDING" | "APPROVED";
145
160
  _id: string;
161
+ status: "NEW" | "PENDING" | "APPROVED";
162
+ notifyUrl: string;
146
163
  store: {
147
164
  bank?: {
148
165
  type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
@@ -150,25 +167,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
167
  holderName?: string | null | undefined;
151
168
  name: string;
152
169
  } | null | undefined;
153
- ssm?: string | null | undefined;
154
170
  bankStatement?: string | null | undefined;
171
+ ssm?: string | null | undefined;
155
172
  exteriorPhoto?: string | null | undefined;
156
173
  keyPerson?: {
157
- email: string;
158
174
  name: string;
159
175
  phone: string;
176
+ email: string;
160
177
  } | null | undefined;
161
178
  id: string;
162
179
  event: "ORDERING" | "MARKETING";
163
180
  };
164
- notifyUrl: string;
165
181
  methods: {
166
182
  rate?: {
167
183
  amount: number;
168
184
  precision: number;
169
185
  } | null | undefined;
170
186
  tPlus?: number | null | undefined;
171
- 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";
187
+ 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" | "THAIQR";
172
188
  variant: string;
173
189
  }[];
174
190
  businessId: string;
@@ -0,0 +1,45 @@
1
+ import type { PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ gateway: {
4
+ type: PropType<{
5
+ paymentGateway: "ADYEN";
6
+ config: {
7
+ merchantAccount: string;
8
+ username: string;
9
+ apiKey: string;
10
+ clientKey: string;
11
+ };
12
+ } | undefined>;
13
+ required: true;
14
+ };
15
+ onUpdate: {
16
+ type: PropType<(g: any) => void>;
17
+ required: true;
18
+ };
19
+ onDelete: {
20
+ type: PropType<() => void>;
21
+ required: true;
22
+ };
23
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
+ gateway: {
25
+ type: PropType<{
26
+ paymentGateway: "ADYEN";
27
+ config: {
28
+ merchantAccount: string;
29
+ username: string;
30
+ apiKey: string;
31
+ clientKey: string;
32
+ };
33
+ } | undefined>;
34
+ required: true;
35
+ };
36
+ onUpdate: {
37
+ type: PropType<(g: any) => void>;
38
+ required: true;
39
+ };
40
+ onDelete: {
41
+ type: PropType<() => void>;
42
+ required: true;
43
+ };
44
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
+ export default _default;
@@ -2,11 +2,11 @@ import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  gateway: {
4
4
  type: PropType<{
5
+ paymentGateway: "DIGIO";
5
6
  config: {
6
7
  merchantId: string;
7
8
  cardMerchantId: string;
8
9
  };
9
- paymentGateway: "DIGIO";
10
10
  } | undefined>;
11
11
  required: true;
12
12
  };
@@ -21,11 +21,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  gateway: {
23
23
  type: PropType<{
24
+ paymentGateway: "DIGIO";
24
25
  config: {
25
26
  merchantId: string;
26
27
  cardMerchantId: string;
27
28
  };
28
- paymentGateway: "DIGIO";
29
29
  } | undefined>;
30
30
  required: true;
31
31
  };
@@ -2,12 +2,12 @@ import type { PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  gateway: {
4
4
  type: PropType<{
5
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
5
6
  config: {
6
- secretKey: string;
7
7
  merchantId: string;
8
+ secretKey: string;
8
9
  verifyKey: string;
9
10
  };
10
- paymentGateway: "RAZER_MERCHANT_SERVICE";
11
11
  } | undefined>;
12
12
  required: true;
13
13
  };
@@ -22,12 +22,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
22
22
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
23
23
  gateway: {
24
24
  type: PropType<{
25
+ paymentGateway: "RAZER_MERCHANT_SERVICE";
25
26
  config: {
26
- secretKey: string;
27
27
  merchantId: string;
28
+ secretKey: string;
28
29
  verifyKey: string;
29
30
  };
30
- paymentGateway: "RAZER_MERCHANT_SERVICE";
31
31
  } | undefined>;
32
32
  required: true;
33
33
  };