@feedmepos/mf-payment 1.5.18-dev → 1.5.20-dev

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 (73) hide show
  1. package/dist/{Actions.vue_vue_type_script_setup_true_lang-BVJmo7yZ.js → Actions.vue_vue_type_script_setup_true_lang-DbsSsOek.js} +2 -2
  2. package/dist/{Chargeback-tB9aRc32.js → Chargeback-Bds2iEV5.js} +5 -5
  3. package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-DVeP7_1A.js → DocumentViewer.vue_vue_type_script_setup_true_lang-BgL6Nuvr.js} +1 -1
  4. package/dist/{OnboardForm-CFjqDHUQ.js → OnboardForm-BbRipw6v.js} +5 -5
  5. package/dist/{OnboardForm-lzWPdRnK.js → OnboardForm-Bjdtix8t.js} +5 -5
  6. package/dist/{OnboardSubmission-BF3Wq8xe.js → OnboardSubmission-CBXLX9vB.js} +5 -5
  7. package/dist/{OnboardSubmission-JGk9_ODn.js → OnboardSubmission-CNjQNirx.js} +2 -2
  8. package/dist/{PayoutAccount-kUXbY4SV.js → PayoutAccount-CnHSjAFn.js} +181 -155
  9. package/dist/{PayoutAccount-C3dLv3vp.js → PayoutAccount-DtUTEyVW.js} +87 -79
  10. package/dist/{PayoutAccountSetting-BGqJyEP-.js → PayoutAccountSetting-CUJtxE8n.js} +502 -467
  11. package/dist/{Restaurant-BQUb95tS.js → Restaurant-DVSk4KFB.js} +4 -4
  12. package/dist/{RestaurantSetting-DC0f4Ucf.js → RestaurantSetting-CPa7CFaW.js} +3 -3
  13. package/dist/{Settlement-DnPXVtTO.js → Settlement-BOS0NVhn.js} +3 -3
  14. package/dist/{Settlement-zgU3INW2.js → Settlement-CMEBmvhn.js} +3 -3
  15. package/dist/{SettlementTransactions-BeeHTBBa.js → SettlementTransactions-BKCPfMDs.js} +4 -4
  16. package/dist/{SettlementTransactions-CgDzvPcF.js → SettlementTransactions-BwVjsFCT.js} +4 -4
  17. package/dist/{Status.vue_vue_type_script_setup_true_lang-DiLHaz81.js → Status.vue_vue_type_script_setup_true_lang-BiTeDpBk.js} +1 -1
  18. package/dist/{Terminal-Dp4YfQLn.js → Terminal-DJSDtUUp.js} +5 -5
  19. package/dist/{TerminalSetting-22VMhd8q.js → TerminalSetting-CGGpemW8.js} +3 -3
  20. package/dist/{Transaction-DgrEw-tG.js → Transaction-BASuO5u4.js} +6 -6
  21. package/dist/{Transaction-CwxShg0E.js → Transaction-DA3HSvt8.js} +9 -9
  22. package/dist/{TransactionOld-DPF3VYZ7.js → TransactionOld-CmjVUkD9.js} +6 -6
  23. package/dist/{app-Fj7JOZst.js → app-Csm7YQgx.js} +32 -26
  24. package/dist/app.js +1 -1
  25. package/dist/{assets-lFgK3KQx.js → assets-BqyjGcBE.js} +1 -1
  26. package/dist/{grafana-BRpcfaCo.js → grafana-DecAHDp-.js} +1 -1
  27. package/dist/{index-CHX0p0Dm.js → index-B5j5U-Da.js} +1 -1
  28. package/dist/{index-COi73LGz.js → index-BKXccERQ.js} +1 -1
  29. package/dist/{index-DTD9SWXp.js → index-CylkiU8i.js} +1 -1
  30. package/dist/{index-QTsd1BO1.js → index-DQany4ND.js} +1413 -1447
  31. package/dist/{index-9ABD__aA.js → index-DklLFCf5.js} +1 -1
  32. package/dist/{index-hKHpA30o.js → index-DtIipWj2.js} +1 -1
  33. package/dist/{index-CFxxPCNY.js → index-HvRabCwb.js} +1 -1
  34. package/dist/{index-VWqgxrIV.js → index-lkMlxXDI.js} +1 -1
  35. package/dist/{index-Ur-VjIjX.js → index-pBoJWBgh.js} +2 -2
  36. package/dist/{index.vue_vue_type_script_setup_true_lang-QCvHWbIq.js → index.vue_vue_type_script_setup_true_lang-0YY23afw.js} +1 -1
  37. package/dist/package.json +2 -2
  38. package/dist/{payout-account-tKvh4Q7G.js → payout-account-CrbSns2O.js} +3 -3
  39. package/dist/stores/payoutAccount.d.ts +20 -16
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/dist/views/admin/onboard-submission/forms/NTTSubmission.vue.d.ts +20 -20
  42. package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +20 -20
  43. package/dist/views/admin/payout-account/cell/DisplayName.vue.d.ts +6 -0
  44. package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +20 -16
  45. package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +40 -36
  46. package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +40 -36
  47. package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +20 -16
  48. package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +20 -16
  49. package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +40 -36
  50. package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +12 -136
  51. package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +12 -136
  52. package/dist/views/admin/terminal/tabs/Information.vue.d.ts +12 -136
  53. package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +12 -136
  54. package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +12 -136
  55. package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +12 -136
  56. package/dist/views/admin/terminal/tabs/ecr/Ghl2Gateway.vue.d.ts +12 -136
  57. package/dist/views/admin/terminal/tabs/ecr/Ghl3Gateway.vue.d.ts +12 -136
  58. package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +12 -136
  59. package/dist/views/admin/terminal/tabs/ecr/GlobalPaymentsGateway.vue.d.ts +12 -136
  60. package/dist/views/admin/terminal/tabs/ecr/HlbbGateway.vue.d.ts +12 -136
  61. package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +12 -136
  62. package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +12 -136
  63. package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +12 -136
  64. package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +12 -136
  65. package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +12 -136
  66. package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +12 -136
  67. package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +12 -136
  68. package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +12 -136
  69. package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +41 -33
  70. package/dist/views/payout-account/cell/DisplayName.vue.d.ts +6 -0
  71. package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +64 -64
  72. package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +32 -32
  73. package/package.json +2 -2
@@ -2,6 +2,17 @@ import { type PropType } from "vue";
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  payoutAccount: {
4
4
  type: PropType<{
5
+ enable?: boolean | null | undefined;
6
+ tokens?: {
7
+ type: "googlePay" | "applePay";
8
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
9
+ config: {
10
+ gateway: string;
11
+ gatewayMerchantId: string;
12
+ } | {
13
+ merchantId: string;
14
+ };
15
+ }[] | null | undefined;
5
16
  gateways?: ({
6
17
  config: {
7
18
  clientId: string;
@@ -12,17 +23,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
23
  paymentGateway: "REVENUE_MONSTER";
13
24
  } | {
14
25
  config: {
15
- secretKey: string;
16
26
  merchantId: string;
27
+ secretKey: string;
17
28
  verifyKey: string;
18
29
  };
19
30
  paymentGateway: "RAZER_MERCHANT_SERVICE";
20
31
  } | {
21
32
  config: {
22
33
  merchantId: string;
23
- storeID: string;
24
34
  merchantName: string;
25
35
  merchantCategoryCode: string;
36
+ storeID: string;
26
37
  storeName: string;
27
38
  };
28
39
  paymentGateway: "MACAU_PASS";
@@ -44,22 +55,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
55
  paymentGateway: "ADYEN";
45
56
  } | {
46
57
  config: {
47
- privateKey: string;
48
58
  appId: string;
59
+ privateKey: string;
49
60
  };
50
61
  paymentGateway: "KSHER";
51
62
  })[] | null | undefined;
52
- enable?: boolean | null | undefined;
53
- tokens?: {
54
- type: "googlePay" | "applePay";
55
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
56
- config: {
57
- gateway: string;
58
- gatewayMerchantId: string;
59
- } | {
60
- merchantId: string;
61
- };
62
- }[] | null | undefined;
63
63
  gatewayOverride?: {
64
64
  type?: string | null | undefined;
65
65
  conditions?: {
@@ -72,7 +72,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  label: string;
73
73
  }[] | null | undefined;
74
74
  status: "NEW" | "PENDING" | "APPROVED";
75
- notifyUrl: string;
76
75
  _id: string;
77
76
  store: {
78
77
  bank?: {
@@ -81,8 +80,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
81
80
  holderName?: string | null | undefined;
82
81
  name: string;
83
82
  } | null | undefined;
84
- bankStatement?: string | null | undefined;
83
+ regNo?: string | null | undefined;
84
+ companyName?: string | null | undefined;
85
85
  ssm?: string | null | undefined;
86
+ bankStatement?: string | null | undefined;
86
87
  exteriorPhoto?: string | null | undefined;
87
88
  keyPerson?: {
88
89
  name: string;
@@ -92,7 +93,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
93
  id: string;
93
94
  event: "ORDERING" | "MARKETING";
94
95
  };
95
- businessId: string;
96
+ notifyUrl: string;
96
97
  methods: {
97
98
  rate?: {
98
99
  amount: number;
@@ -103,15 +104,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
103
104
  precision: number;
104
105
  } | null | undefined;
105
106
  tPlus?: number | null | undefined;
106
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
107
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
107
108
  variant: string;
108
109
  }[];
110
+ businessId: string;
109
111
  }>;
110
112
  required: true;
111
113
  };
112
114
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
113
115
  payoutAccount: {
114
116
  type: PropType<{
117
+ enable?: boolean | null | undefined;
118
+ tokens?: {
119
+ type: "googlePay" | "applePay";
120
+ gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
121
+ config: {
122
+ gateway: string;
123
+ gatewayMerchantId: string;
124
+ } | {
125
+ merchantId: string;
126
+ };
127
+ }[] | null | undefined;
115
128
  gateways?: ({
116
129
  config: {
117
130
  clientId: string;
@@ -122,17 +135,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
135
  paymentGateway: "REVENUE_MONSTER";
123
136
  } | {
124
137
  config: {
125
- secretKey: string;
126
138
  merchantId: string;
139
+ secretKey: string;
127
140
  verifyKey: string;
128
141
  };
129
142
  paymentGateway: "RAZER_MERCHANT_SERVICE";
130
143
  } | {
131
144
  config: {
132
145
  merchantId: string;
133
- storeID: string;
134
146
  merchantName: string;
135
147
  merchantCategoryCode: string;
148
+ storeID: string;
136
149
  storeName: string;
137
150
  };
138
151
  paymentGateway: "MACAU_PASS";
@@ -154,22 +167,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
154
167
  paymentGateway: "ADYEN";
155
168
  } | {
156
169
  config: {
157
- privateKey: string;
158
170
  appId: string;
171
+ privateKey: string;
159
172
  };
160
173
  paymentGateway: "KSHER";
161
174
  })[] | null | undefined;
162
- enable?: boolean | null | undefined;
163
- tokens?: {
164
- type: "googlePay" | "applePay";
165
- gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "FEEDME" | "CASH" | "KBANK" | "FEEDME_TERMINAL" | "GHL2" | "GHL3" | "MAYBANK" | "MAYBANK2" | "MAYBANK3" | "NETS" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY" | "HLBB" | "GLOBAL_PAYMENTS";
166
- config: {
167
- gateway: string;
168
- gatewayMerchantId: string;
169
- } | {
170
- merchantId: string;
171
- };
172
- }[] | null | undefined;
173
175
  gatewayOverride?: {
174
176
  type?: string | null | undefined;
175
177
  conditions?: {
@@ -182,7 +184,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
182
184
  label: string;
183
185
  }[] | null | undefined;
184
186
  status: "NEW" | "PENDING" | "APPROVED";
185
- notifyUrl: string;
186
187
  _id: string;
187
188
  store: {
188
189
  bank?: {
@@ -191,8 +192,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
191
192
  holderName?: string | null | undefined;
192
193
  name: string;
193
194
  } | null | undefined;
194
- bankStatement?: string | null | undefined;
195
+ regNo?: string | null | undefined;
196
+ companyName?: string | null | undefined;
195
197
  ssm?: string | null | undefined;
198
+ bankStatement?: string | null | undefined;
196
199
  exteriorPhoto?: string | null | undefined;
197
200
  keyPerson?: {
198
201
  name: string;
@@ -202,7 +205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
202
205
  id: string;
203
206
  event: "ORDERING" | "MARKETING";
204
207
  };
205
- businessId: string;
208
+ notifyUrl: string;
206
209
  methods: {
207
210
  rate?: {
208
211
  amount: number;
@@ -213,9 +216,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
213
216
  precision: number;
214
217
  } | null | undefined;
215
218
  tPlus?: number | null | undefined;
216
- issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "CARD" | "CASH" | "KBANK" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY";
219
+ issuer: "MACAU_PASS" | "FEEDME" | "OTHER" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "PAYNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "CASH" | "JCB" | "DISCOVER" | "DINERS" | "THAIQR" | "TRUEMONEY" | "LINEPAY" | "KBANK";
217
220
  variant: string;
218
221
  }[];
222
+ businessId: string;
219
223
  }>;
220
224
  required: true;
221
225
  };
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  packageId: string;
13
13
  uniqueId: string;
14
14
  } | null | undefined;
15
- gateway: "Fiuu" | "Digio" | "Maybank" | "Maybank2" | "Maybank3" | "Nets" | "Ghl" | "Ghl2" | "Ghl3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
15
+ gateway: "Fiuu" | "Digio" | "Ghl" | "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
16
16
  }[] | null | undefined;
17
17
  ecrs?: ({
18
18
  config?: {
@@ -27,80 +27,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
27
27
  } | null | undefined;
28
28
  gateway: "Ghl";
29
29
  })[] | null | undefined;
30
- ecrIntegrations?: ({
31
- config?: {
32
- ip?: string | null | undefined;
33
- } | null | undefined;
34
- receiptName?: string | null | undefined;
35
- dialogConfig?: Record<string, any> | null | undefined;
36
- gateway: "Maybank";
37
- } | {
38
- config?: {
39
- ip?: string | null | undefined;
40
- } | null | undefined;
41
- receiptName?: string | null | undefined;
42
- dialogConfig?: Record<string, any> | null | undefined;
43
- gateway: "Maybank2";
44
- } | {
30
+ ecrIntegrations?: {
45
31
  config?: {
32
+ [x: string]: any;
46
33
  type?: string | null | undefined;
47
34
  ip?: string | null | undefined;
48
- pid?: string | null | undefined;
49
35
  vid?: string | null | undefined;
50
- } | null | undefined;
51
- receiptName?: string | null | undefined;
52
- dialogConfig?: Record<string, any> | null | undefined;
53
- gateway: "Maybank3";
54
- } | {
55
- config?: {
56
- ip?: string | null | undefined;
57
- } | null | undefined;
58
- receiptName?: string | null | undefined;
59
- dialogConfig?: Record<string, any> | null | undefined;
60
- gateway: "Nets";
61
- } | {
62
- config?: {
63
36
  pid?: string | null | undefined;
64
- vid?: string | null | undefined;
65
37
  } | null | undefined;
66
38
  receiptName?: string | null | undefined;
67
39
  dialogConfig?: Record<string, any> | null | undefined;
68
- gateway: "Kbank";
69
- } | {
70
- config?: {
71
- ip?: string | null | undefined;
72
- } | null | undefined;
73
- receiptName?: string | null | undefined;
74
- dialogConfig?: Record<string, any> | null | undefined;
75
- gateway: "Ghl2";
76
- } | {
77
- config?: {
78
- type?: string | null | undefined;
79
- ip?: string | null | undefined;
80
- pid?: string | null | undefined;
81
- vid?: string | null | undefined;
82
- } | null | undefined;
83
- receiptName?: string | null | undefined;
84
- dialogConfig?: Record<string, any> | null | undefined;
85
- gateway: "Ghl3";
86
- } | {
87
- config?: {
88
- type?: string | null | undefined;
89
- ip?: string | null | undefined;
90
- pid?: string | null | undefined;
91
- vid?: string | null | undefined;
92
- } | null | undefined;
93
- receiptName?: string | null | undefined;
94
- dialogConfig?: Record<string, any> | null | undefined;
95
- gateway: "Hlbb";
96
- } | {
97
- config?: {
98
- ip?: string | null | undefined;
99
- } | null | undefined;
100
- receiptName?: string | null | undefined;
101
- dialogConfig?: Record<string, any> | null | undefined;
102
- gateway: "GlobalPayments";
103
- })[] | null | undefined;
40
+ gateway: "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "Hlbb" | "GlobalPayments";
41
+ }[] | null | undefined;
104
42
  qrIntegrations?: ({
105
43
  config?: {
106
44
  account: string;
@@ -116,8 +54,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
116
54
  })[] | null | undefined;
117
55
  deletedAt?: string | null | undefined;
118
56
  status: "Active" | "Inactive";
119
- referenceId: string;
120
57
  _id: string;
58
+ referenceId: string;
121
59
  securityCode: string;
122
60
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
123
61
  createdAt: string;
@@ -137,7 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
75
  packageId: string;
138
76
  uniqueId: string;
139
77
  } | null | undefined;
140
- gateway: "Fiuu" | "Digio" | "Maybank" | "Maybank2" | "Maybank3" | "Nets" | "Ghl" | "Ghl2" | "Ghl3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
78
+ gateway: "Fiuu" | "Digio" | "Ghl" | "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
141
79
  }[] | null | undefined;
142
80
  ecrs?: ({
143
81
  config?: {
@@ -152,80 +90,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
152
90
  } | null | undefined;
153
91
  gateway: "Ghl";
154
92
  })[] | null | undefined;
155
- ecrIntegrations?: ({
156
- config?: {
157
- ip?: string | null | undefined;
158
- } | null | undefined;
159
- receiptName?: string | null | undefined;
160
- dialogConfig?: Record<string, any> | null | undefined;
161
- gateway: "Maybank";
162
- } | {
163
- config?: {
164
- ip?: string | null | undefined;
165
- } | null | undefined;
166
- receiptName?: string | null | undefined;
167
- dialogConfig?: Record<string, any> | null | undefined;
168
- gateway: "Maybank2";
169
- } | {
93
+ ecrIntegrations?: {
170
94
  config?: {
95
+ [x: string]: any;
171
96
  type?: string | null | undefined;
172
97
  ip?: string | null | undefined;
173
- pid?: string | null | undefined;
174
98
  vid?: string | null | undefined;
175
- } | null | undefined;
176
- receiptName?: string | null | undefined;
177
- dialogConfig?: Record<string, any> | null | undefined;
178
- gateway: "Maybank3";
179
- } | {
180
- config?: {
181
- ip?: string | null | undefined;
182
- } | null | undefined;
183
- receiptName?: string | null | undefined;
184
- dialogConfig?: Record<string, any> | null | undefined;
185
- gateway: "Nets";
186
- } | {
187
- config?: {
188
99
  pid?: string | null | undefined;
189
- vid?: string | null | undefined;
190
100
  } | null | undefined;
191
101
  receiptName?: string | null | undefined;
192
102
  dialogConfig?: Record<string, any> | null | undefined;
193
- gateway: "Kbank";
194
- } | {
195
- config?: {
196
- ip?: string | null | undefined;
197
- } | null | undefined;
198
- receiptName?: string | null | undefined;
199
- dialogConfig?: Record<string, any> | null | undefined;
200
- gateway: "Ghl2";
201
- } | {
202
- config?: {
203
- type?: string | null | undefined;
204
- ip?: string | null | undefined;
205
- pid?: string | null | undefined;
206
- vid?: string | null | undefined;
207
- } | null | undefined;
208
- receiptName?: string | null | undefined;
209
- dialogConfig?: Record<string, any> | null | undefined;
210
- gateway: "Ghl3";
211
- } | {
212
- config?: {
213
- type?: string | null | undefined;
214
- ip?: string | null | undefined;
215
- pid?: string | null | undefined;
216
- vid?: string | null | undefined;
217
- } | null | undefined;
218
- receiptName?: string | null | undefined;
219
- dialogConfig?: Record<string, any> | null | undefined;
220
- gateway: "Hlbb";
221
- } | {
222
- config?: {
223
- ip?: string | null | undefined;
224
- } | null | undefined;
225
- receiptName?: string | null | undefined;
226
- dialogConfig?: Record<string, any> | null | undefined;
227
- gateway: "GlobalPayments";
228
- })[] | null | undefined;
103
+ gateway: "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "Hlbb" | "GlobalPayments";
104
+ }[] | null | undefined;
229
105
  qrIntegrations?: ({
230
106
  config?: {
231
107
  account: string;
@@ -241,8 +117,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
241
117
  })[] | null | undefined;
242
118
  deletedAt?: string | null | undefined;
243
119
  status: "Active" | "Inactive";
244
- referenceId: string;
245
120
  _id: string;
121
+ referenceId: string;
246
122
  securityCode: string;
247
123
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
248
124
  createdAt: string;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  packageId: string;
14
14
  uniqueId: string;
15
15
  } | null | undefined;
16
- gateway: "Fiuu" | "Digio" | "Maybank" | "Maybank2" | "Maybank3" | "Nets" | "Ghl" | "Ghl2" | "Ghl3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
16
+ gateway: "Fiuu" | "Digio" | "Ghl" | "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
17
17
  }[] | null | undefined;
18
18
  ecrs?: ({
19
19
  config?: {
@@ -28,80 +28,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
28
28
  } | null | undefined;
29
29
  gateway: "Ghl";
30
30
  })[] | null | undefined;
31
- ecrIntegrations?: ({
32
- config?: {
33
- ip?: string | null | undefined;
34
- } | null | undefined;
35
- receiptName?: string | null | undefined;
36
- dialogConfig?: Record<string, any> | null | undefined;
37
- gateway: "Maybank";
38
- } | {
39
- config?: {
40
- ip?: string | null | undefined;
41
- } | null | undefined;
42
- receiptName?: string | null | undefined;
43
- dialogConfig?: Record<string, any> | null | undefined;
44
- gateway: "Maybank2";
45
- } | {
31
+ ecrIntegrations?: {
46
32
  config?: {
33
+ [x: string]: any;
47
34
  type?: string | null | undefined;
48
35
  ip?: string | null | undefined;
49
- pid?: string | null | undefined;
50
36
  vid?: string | null | undefined;
51
- } | null | undefined;
52
- receiptName?: string | null | undefined;
53
- dialogConfig?: Record<string, any> | null | undefined;
54
- gateway: "Maybank3";
55
- } | {
56
- config?: {
57
- ip?: string | null | undefined;
58
- } | null | undefined;
59
- receiptName?: string | null | undefined;
60
- dialogConfig?: Record<string, any> | null | undefined;
61
- gateway: "Nets";
62
- } | {
63
- config?: {
64
37
  pid?: string | null | undefined;
65
- vid?: string | null | undefined;
66
38
  } | null | undefined;
67
39
  receiptName?: string | null | undefined;
68
40
  dialogConfig?: Record<string, any> | null | undefined;
69
- gateway: "Kbank";
70
- } | {
71
- config?: {
72
- ip?: string | null | undefined;
73
- } | null | undefined;
74
- receiptName?: string | null | undefined;
75
- dialogConfig?: Record<string, any> | null | undefined;
76
- gateway: "Ghl2";
77
- } | {
78
- config?: {
79
- type?: string | null | undefined;
80
- ip?: string | null | undefined;
81
- pid?: string | null | undefined;
82
- vid?: string | null | undefined;
83
- } | null | undefined;
84
- receiptName?: string | null | undefined;
85
- dialogConfig?: Record<string, any> | null | undefined;
86
- gateway: "Ghl3";
87
- } | {
88
- config?: {
89
- type?: string | null | undefined;
90
- ip?: string | null | undefined;
91
- pid?: string | null | undefined;
92
- vid?: string | null | undefined;
93
- } | null | undefined;
94
- receiptName?: string | null | undefined;
95
- dialogConfig?: Record<string, any> | null | undefined;
96
- gateway: "Hlbb";
97
- } | {
98
- config?: {
99
- ip?: string | null | undefined;
100
- } | null | undefined;
101
- receiptName?: string | null | undefined;
102
- dialogConfig?: Record<string, any> | null | undefined;
103
- gateway: "GlobalPayments";
104
- })[] | null | undefined;
41
+ gateway: "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "Hlbb" | "GlobalPayments";
42
+ }[] | null | undefined;
105
43
  qrIntegrations?: ({
106
44
  config?: {
107
45
  account: string;
@@ -117,8 +55,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
117
55
  })[] | null | undefined;
118
56
  deletedAt?: string | null | undefined;
119
57
  status: "Active" | "Inactive";
120
- referenceId: string;
121
58
  _id: string;
59
+ referenceId: string;
122
60
  securityCode: string;
123
61
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
124
62
  createdAt: string;
@@ -143,7 +81,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
143
81
  packageId: string;
144
82
  uniqueId: string;
145
83
  } | null | undefined;
146
- gateway: "Fiuu" | "Digio" | "Maybank" | "Maybank2" | "Maybank3" | "Nets" | "Ghl" | "Ghl2" | "Ghl3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
84
+ gateway: "Fiuu" | "Digio" | "Ghl" | "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Cash" | "Softspace" | "Kbank" | "Hlbb" | "GlobalPayments";
147
85
  }[] | null | undefined;
148
86
  ecrs?: ({
149
87
  config?: {
@@ -158,80 +96,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
158
96
  } | null | undefined;
159
97
  gateway: "Ghl";
160
98
  })[] | null | undefined;
161
- ecrIntegrations?: ({
162
- config?: {
163
- ip?: string | null | undefined;
164
- } | null | undefined;
165
- receiptName?: string | null | undefined;
166
- dialogConfig?: Record<string, any> | null | undefined;
167
- gateway: "Maybank";
168
- } | {
169
- config?: {
170
- ip?: string | null | undefined;
171
- } | null | undefined;
172
- receiptName?: string | null | undefined;
173
- dialogConfig?: Record<string, any> | null | undefined;
174
- gateway: "Maybank2";
175
- } | {
99
+ ecrIntegrations?: {
176
100
  config?: {
101
+ [x: string]: any;
177
102
  type?: string | null | undefined;
178
103
  ip?: string | null | undefined;
179
- pid?: string | null | undefined;
180
104
  vid?: string | null | undefined;
181
- } | null | undefined;
182
- receiptName?: string | null | undefined;
183
- dialogConfig?: Record<string, any> | null | undefined;
184
- gateway: "Maybank3";
185
- } | {
186
- config?: {
187
- ip?: string | null | undefined;
188
- } | null | undefined;
189
- receiptName?: string | null | undefined;
190
- dialogConfig?: Record<string, any> | null | undefined;
191
- gateway: "Nets";
192
- } | {
193
- config?: {
194
105
  pid?: string | null | undefined;
195
- vid?: string | null | undefined;
196
106
  } | null | undefined;
197
107
  receiptName?: string | null | undefined;
198
108
  dialogConfig?: Record<string, any> | null | undefined;
199
- gateway: "Kbank";
200
- } | {
201
- config?: {
202
- ip?: string | null | undefined;
203
- } | null | undefined;
204
- receiptName?: string | null | undefined;
205
- dialogConfig?: Record<string, any> | null | undefined;
206
- gateway: "Ghl2";
207
- } | {
208
- config?: {
209
- type?: string | null | undefined;
210
- ip?: string | null | undefined;
211
- pid?: string | null | undefined;
212
- vid?: string | null | undefined;
213
- } | null | undefined;
214
- receiptName?: string | null | undefined;
215
- dialogConfig?: Record<string, any> | null | undefined;
216
- gateway: "Ghl3";
217
- } | {
218
- config?: {
219
- type?: string | null | undefined;
220
- ip?: string | null | undefined;
221
- pid?: string | null | undefined;
222
- vid?: string | null | undefined;
223
- } | null | undefined;
224
- receiptName?: string | null | undefined;
225
- dialogConfig?: Record<string, any> | null | undefined;
226
- gateway: "Hlbb";
227
- } | {
228
- config?: {
229
- ip?: string | null | undefined;
230
- } | null | undefined;
231
- receiptName?: string | null | undefined;
232
- dialogConfig?: Record<string, any> | null | undefined;
233
- gateway: "GlobalPayments";
234
- })[] | null | undefined;
109
+ gateway: "Ghl2" | "Ghl3" | "Nets" | "Maybank" | "Maybank2" | "Maybank3" | "Kbank" | "Hlbb" | "GlobalPayments";
110
+ }[] | null | undefined;
235
111
  qrIntegrations?: ({
236
112
  config?: {
237
113
  account: string;
@@ -247,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
247
123
  })[] | null | undefined;
248
124
  deletedAt?: string | null | undefined;
249
125
  status: "Active" | "Inactive";
250
- referenceId: string;
251
126
  _id: string;
127
+ referenceId: string;
252
128
  securityCode: string;
253
129
  deviceType: "TERMINAL" | "POS" | "KIOSK" | "FOODCOURT";
254
130
  createdAt: string;