@feedmepos/mf-payment 1.0.0-beta.9 → 1.0.1-beta.1

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 (43) hide show
  1. package/dist/{AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js → AutoCopyCell.vue_vue_type_script_setup_true_lang-CdmfrBoW.js} +8 -9
  2. package/dist/{PayoutAccount-_d3TfUSc.js → PayoutAccount-CyVXI1Sx.js} +5 -5
  3. package/dist/{PayoutAccount-DgN3EHTj.js → PayoutAccount-DGUnImHC.js} +4 -4
  4. package/dist/{PayoutAccountSetting-CmgVLhdp.js → PayoutAccountSetting-BbtOFbsd.js} +161 -183
  5. package/dist/Restaurant-ewsvVw3P.js +262 -0
  6. package/dist/RestaurantSetting-BboKM1iG.js +389 -0
  7. package/dist/{Settlement-B1-WmCwC.js → Settlement-DsJlFpCC.js} +4 -4
  8. package/dist/{Settlement-BSOQRlp1.js → Settlement-Hr7jN3EL.js} +4 -4
  9. package/dist/{SettlementTransactions-Cqd2raea.js → SettlementTransactions-BncoGGQ3.js} +10 -10
  10. package/dist/{SettlementTransactions-JTwD_Vuq.js → SettlementTransactions-Bz9ZVYfq.js} +41 -41
  11. package/dist/{Terminal-De69bTKY.js → Terminal-D-U0BVTe.js} +121 -108
  12. package/dist/{TerminalSetting-DlRHaEZh.js → TerminalSetting-JD3sbXOB.js} +3 -3
  13. package/dist/{TerminalTransaction-CZCsCpEp.js → TerminalTransaction-B5iY_F-3.js} +18 -18
  14. package/dist/{TerminalTransaction-C1egvX6I.js → TerminalTransaction-DHmD5x8e.js} +12 -12
  15. package/dist/{Transaction-B3ZWKg6Q.js → Transaction-BedQtv8p.js} +64 -64
  16. package/dist/{Transaction-B_0nUmpf.js → Transaction-DA_TB9zD.js} +11 -11
  17. package/dist/api/restaurant/index.d.ts +6 -0
  18. package/dist/{app-B-XC_fSK.js → app-CpyZU23J.js} +164 -147
  19. package/dist/app.js +1 -1
  20. package/dist/{assets-BCAivOTo.js → assets-8c19wXSV.js} +22 -21
  21. package/dist/components/PagingTable/FmTableSelection.vue.d.ts +13 -0
  22. package/dist/components/PagingTable/index.vue.d.ts +48 -0
  23. package/dist/{index-4meiCsRz.js → index-1fXAFo2E.js} +31211 -31211
  24. package/dist/index-BIXuzGa9.js +19 -0
  25. package/dist/{index-BFYq3eq8.js → index-Cb1zVhcH.js} +1 -1
  26. package/dist/{index-CbsnpMWl.js → index-DEpszFWF.js} +1 -1
  27. package/dist/{index-BwFHcZlm.js → index-DdJrUqkm.js} +1 -1
  28. package/dist/{index-CBa6eapm.js → index-DeU3Qyca.js} +1 -1
  29. package/dist/{index-CETCXB6X.js → index-DoAIw4wM.js} +1 -1
  30. package/dist/index-DsLFmVsY.js +28 -0
  31. package/dist/{index.vue_vue_type_script_setup_true_lang-CKOlikHb.js → index.vue_vue_type_script_setup_true_lang-GT2x04Bn.js} +64 -61
  32. package/dist/package.json +2 -2
  33. package/dist/{payout-account-CKhGpN_d.js → payout-account-BbheLTUt.js} +2 -2
  34. package/dist/{transaction-COjHU7aN.js → transaction-W49zE8RL.js} +3 -3
  35. package/dist/tsconfig.app.tsbuildinfo +1 -1
  36. package/dist/views/admin/restaurant/Restaurant.vue.d.ts +2 -0
  37. package/dist/views/admin/restaurant/RestaurantSetting.vue.d.ts +12 -0
  38. package/dist/views/admin/restaurant/cell/IsActive.vue.d.ts +7 -0
  39. package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +803 -0
  40. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  41. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +50 -0
  42. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  43. package/package.json +2 -2
@@ -0,0 +1,803 @@
1
+ import { type PropType } from 'vue';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ restaurant: {
4
+ type: PropType<{
5
+ channel?: string | null | undefined;
6
+ machineId?: string | null | undefined;
7
+ catalogId?: string | null | undefined;
8
+ takeaway?: {
9
+ catalogId?: string | null | undefined;
10
+ } | null | undefined;
11
+ inHouseDelivery?: {
12
+ taxes?: Record<string, {
13
+ inclusive: boolean;
14
+ taxCode: string;
15
+ systemCode: string;
16
+ }> | null | undefined;
17
+ autoAccept?: boolean | null | undefined;
18
+ deliveryTime?: {
19
+ time?: string[] | null | undefined;
20
+ custom?: {
21
+ 0: {
22
+ hours: {
23
+ end: string;
24
+ start: string;
25
+ }[];
26
+ enable: boolean;
27
+ };
28
+ 2: {
29
+ hours: {
30
+ end: string;
31
+ start: string;
32
+ }[];
33
+ enable: boolean;
34
+ };
35
+ 1: {
36
+ hours: {
37
+ end: string;
38
+ start: string;
39
+ }[];
40
+ enable: boolean;
41
+ };
42
+ 3: {
43
+ hours: {
44
+ end: string;
45
+ start: string;
46
+ }[];
47
+ enable: boolean;
48
+ };
49
+ 4: {
50
+ hours: {
51
+ end: string;
52
+ start: string;
53
+ }[];
54
+ enable: boolean;
55
+ };
56
+ 5: {
57
+ hours: {
58
+ end: string;
59
+ start: string;
60
+ }[];
61
+ enable: boolean;
62
+ };
63
+ 6: {
64
+ hours: {
65
+ end: string;
66
+ start: string;
67
+ }[];
68
+ enable: boolean;
69
+ };
70
+ } | null | undefined;
71
+ day: {
72
+ max: number;
73
+ min: number;
74
+ };
75
+ } | null | undefined;
76
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
77
+ offlinePaymentTypes?: {
78
+ name: string;
79
+ instruction: string;
80
+ }[] | null | undefined;
81
+ autoAcceptPaidOnly?: boolean | null | undefined;
82
+ ignoreStock?: boolean | null | undefined;
83
+ catalogId: string | null;
84
+ enable: boolean;
85
+ areas: {
86
+ minPurchase?: {
87
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
88
+ amount: number;
89
+ precision: number;
90
+ } | null | undefined;
91
+ freeAfterTotal?: {
92
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
93
+ amount: number;
94
+ precision: number;
95
+ } | null | undefined;
96
+ polygon: number[][];
97
+ deliveryFee: {
98
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
99
+ amount: number;
100
+ precision: number;
101
+ };
102
+ }[];
103
+ term: string;
104
+ } | null | undefined;
105
+ pickup?: {
106
+ catalogId?: string | null | undefined;
107
+ autoAccept?: boolean | null | undefined;
108
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
109
+ offlinePaymentTypes?: {
110
+ name: string;
111
+ instruction: string;
112
+ }[] | null | undefined;
113
+ autoAcceptPaidOnly?: boolean | null | undefined;
114
+ ignoreStock?: boolean | null | undefined;
115
+ pickupTime?: {
116
+ day: {
117
+ max: number;
118
+ min: number;
119
+ };
120
+ } | null | undefined;
121
+ pickupPointConfig?: {
122
+ restaurantEnable: boolean;
123
+ points: {
124
+ name: string;
125
+ address: string;
126
+ coordinates: number[];
127
+ }[];
128
+ } | null | undefined;
129
+ } | null | undefined;
130
+ dineIn?: {
131
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
132
+ offlinePaymentTypes?: {
133
+ name: string;
134
+ instruction: string;
135
+ }[] | null | undefined;
136
+ ignoreStock?: boolean | null | undefined;
137
+ staticQr?: boolean | null | undefined;
138
+ disableItemRemark?: boolean | null | undefined;
139
+ acceptQueue?: boolean | null | undefined;
140
+ anonymousOrder: boolean;
141
+ } | null | undefined;
142
+ features?: string[] | null | undefined;
143
+ machineOtp?: string | null | undefined;
144
+ machineOtpExpiredAt?: string | null | undefined;
145
+ posVersion?: string | null | undefined;
146
+ posHeartbeat?: string | null | undefined;
147
+ posVersionHistory?: Record<string, string> | null | undefined;
148
+ additionalCatalogs?: string[] | null | undefined;
149
+ feedmeDelivery?: {
150
+ instruction?: string | null | undefined;
151
+ catalogId?: string | null | undefined;
152
+ autoAccept?: boolean | null | undefined;
153
+ term?: string | null | undefined;
154
+ enable: boolean;
155
+ } | null | undefined;
156
+ foodpandaDelivery?: {
157
+ _id?: string | undefined;
158
+ ignoreDiscount?: boolean | null | undefined;
159
+ catalogId?: string | null | undefined;
160
+ commissionRate?: number | null | undefined;
161
+ lastSynchronize?: string | null | undefined;
162
+ showProductAddon?: boolean | null | undefined;
163
+ autoAccept?: boolean | null | undefined;
164
+ reportConfig?: {
165
+ commissionRate: number;
166
+ discountCampaigns: {
167
+ name: string;
168
+ date: {
169
+ end: string;
170
+ start: string;
171
+ };
172
+ vendorBearPercentage: number;
173
+ }[];
174
+ } | null | undefined;
175
+ hasSst?: boolean | null | undefined;
176
+ enable: boolean;
177
+ remoteId: string;
178
+ autoCloseBill: boolean;
179
+ } | null | undefined;
180
+ grabfoodDelivery?: {
181
+ _id?: string | undefined;
182
+ catalogId?: string | null | undefined;
183
+ lastSynchronize?: string | null | undefined;
184
+ showProductAddon?: boolean | null | undefined;
185
+ enable: boolean;
186
+ commissionRate: number;
187
+ autoCloseBill: boolean;
188
+ merchantID: string;
189
+ } | null | undefined;
190
+ shopeefoodDelivery?: {
191
+ _id?: string | undefined;
192
+ catalogId?: string | null | undefined;
193
+ lastSynchronize?: string | null | undefined;
194
+ showProductAddon?: boolean | null | undefined;
195
+ enable: boolean;
196
+ autoCloseBill: boolean;
197
+ reportConfig: {
198
+ commissionRate: number;
199
+ discountCampaigns: {
200
+ name: string;
201
+ date: {
202
+ end: string;
203
+ start: string;
204
+ };
205
+ vendorBearPercentage: number;
206
+ }[];
207
+ };
208
+ storeID: string;
209
+ } | null | undefined;
210
+ couchDbPassword?: string | null | undefined;
211
+ apiToken?: string | null | undefined;
212
+ remoteSupports?: {
213
+ anydeskId?: string | null | undefined;
214
+ anydeskPassword?: string | null | undefined;
215
+ deviceName: string;
216
+ }[] | null | undefined;
217
+ payoutAccount?: {
218
+ bank?: {
219
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
220
+ accountNumber?: string | null | undefined;
221
+ holderName?: string | null | undefined;
222
+ name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
223
+ } | null | undefined;
224
+ ssm?: string | null | undefined;
225
+ bankStatement?: string | null | undefined;
226
+ exteriorPhoto?: string | null | undefined;
227
+ keyPerson?: string | null | undefined;
228
+ keyPersonPhone?: string | null | undefined;
229
+ keyPersonEmail?: string | null | undefined;
230
+ status: "NEW" | "PENDING" | "APPROVED";
231
+ enable: boolean;
232
+ methods: {
233
+ variant: string;
234
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
235
+ rate: {
236
+ amount: number;
237
+ precision: number;
238
+ };
239
+ tPlus: number;
240
+ }[];
241
+ } | null | undefined;
242
+ clearCount?: number | null | undefined;
243
+ queueSetting?: {
244
+ duration?: number | null | undefined;
245
+ enableOrder: boolean;
246
+ initialNumber: number;
247
+ endNumber: number;
248
+ currentNumber: number;
249
+ autoCalledLimit: number;
250
+ } | null | undefined;
251
+ tableMappingSetting?: {
252
+ enable?: boolean | null | undefined;
253
+ showSeat?: boolean | null | undefined;
254
+ mapBorderColor?: number | null | undefined;
255
+ mapLineColor?: number | null | undefined;
256
+ } | null | undefined;
257
+ _id: string;
258
+ expiredAt: string;
259
+ pf_business: {
260
+ internal?: boolean | null | undefined;
261
+ url?: string | null | undefined;
262
+ expiredAt?: string | null | undefined;
263
+ agentId?: string | null | undefined;
264
+ pf_agent?: {
265
+ clickupId?: string | null | undefined;
266
+ members?: {
267
+ pf_user?: {
268
+ email?: string | null | undefined;
269
+ phoneNumber?: string | null | undefined;
270
+ birthday?: string | null | undefined;
271
+ gender?: "MALE" | "FEMALE" | null | undefined;
272
+ addresses?: {
273
+ name: string;
274
+ address: string;
275
+ coordinates: number[];
276
+ }[] | null | undefined;
277
+ photoURL?: string | null | undefined;
278
+ displayName?: string | null | undefined;
279
+ imported?: {
280
+ raw: Record<string, any>;
281
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
282
+ } | null | undefined;
283
+ _id: string;
284
+ } | null | undefined;
285
+ role: "ADMIN";
286
+ userId: string;
287
+ }[] | null | undefined;
288
+ code: string;
289
+ name: string;
290
+ _id: string;
291
+ isReseller: boolean;
292
+ } | null | undefined;
293
+ thumbnail?: string | null | undefined;
294
+ billingInfos?: {
295
+ _id?: string | null | undefined;
296
+ name: string;
297
+ address: {
298
+ coordinates?: number[] | null | undefined;
299
+ line2?: string | null | undefined;
300
+ state: string;
301
+ country: string;
302
+ line1: string;
303
+ city: string;
304
+ postcode: string;
305
+ };
306
+ email: string;
307
+ companyName: string;
308
+ contact: string;
309
+ }[] | null | undefined;
310
+ customerDisplayImages?: {
311
+ url: string;
312
+ restaurantIds: string[];
313
+ }[] | null | undefined;
314
+ name: string;
315
+ _id: string;
316
+ ownerId: string;
317
+ restaurantQuota: number;
318
+ warehouseQuota: number;
319
+ menuVersion: string;
320
+ };
321
+ businessId: string;
322
+ profile: {
323
+ code?: string | null | undefined;
324
+ url?: string | null | undefined;
325
+ description?: string | null | undefined;
326
+ _id?: string | null | undefined;
327
+ legalName?: string | null | undefined;
328
+ sstRegNo?: string | null | undefined;
329
+ discovery?: boolean | null | undefined;
330
+ coverPhoto?: string | null | undefined;
331
+ thumbnailPhoto?: string | null | undefined;
332
+ photos?: string[] | null | undefined;
333
+ operatingHours?: {
334
+ 0: {
335
+ hours: {
336
+ end: string;
337
+ start: string;
338
+ }[];
339
+ enable: boolean;
340
+ };
341
+ 2: {
342
+ hours: {
343
+ end: string;
344
+ start: string;
345
+ }[];
346
+ enable: boolean;
347
+ };
348
+ 1: {
349
+ hours: {
350
+ end: string;
351
+ start: string;
352
+ }[];
353
+ enable: boolean;
354
+ };
355
+ 3: {
356
+ hours: {
357
+ end: string;
358
+ start: string;
359
+ }[];
360
+ enable: boolean;
361
+ };
362
+ 4: {
363
+ hours: {
364
+ end: string;
365
+ start: string;
366
+ }[];
367
+ enable: boolean;
368
+ };
369
+ 5: {
370
+ hours: {
371
+ end: string;
372
+ start: string;
373
+ }[];
374
+ enable: boolean;
375
+ };
376
+ 6: {
377
+ hours: {
378
+ end: string;
379
+ start: string;
380
+ }[];
381
+ enable: boolean;
382
+ };
383
+ } | null | undefined;
384
+ tags?: string[] | null | undefined;
385
+ name: string;
386
+ address: {
387
+ coordinates?: number[] | null | undefined;
388
+ line2?: string | null | undefined;
389
+ state: string;
390
+ country: string;
391
+ line1: string;
392
+ city: string;
393
+ postcode: string;
394
+ };
395
+ email: string;
396
+ phoneNo: string;
397
+ regNo: string;
398
+ };
399
+ }>;
400
+ required: true;
401
+ };
402
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
403
+ restaurant: {
404
+ type: PropType<{
405
+ channel?: string | null | undefined;
406
+ machineId?: string | null | undefined;
407
+ catalogId?: string | null | undefined;
408
+ takeaway?: {
409
+ catalogId?: string | null | undefined;
410
+ } | null | undefined;
411
+ inHouseDelivery?: {
412
+ taxes?: Record<string, {
413
+ inclusive: boolean;
414
+ taxCode: string;
415
+ systemCode: string;
416
+ }> | null | undefined;
417
+ autoAccept?: boolean | null | undefined;
418
+ deliveryTime?: {
419
+ time?: string[] | null | undefined;
420
+ custom?: {
421
+ 0: {
422
+ hours: {
423
+ end: string;
424
+ start: string;
425
+ }[];
426
+ enable: boolean;
427
+ };
428
+ 2: {
429
+ hours: {
430
+ end: string;
431
+ start: string;
432
+ }[];
433
+ enable: boolean;
434
+ };
435
+ 1: {
436
+ hours: {
437
+ end: string;
438
+ start: string;
439
+ }[];
440
+ enable: boolean;
441
+ };
442
+ 3: {
443
+ hours: {
444
+ end: string;
445
+ start: string;
446
+ }[];
447
+ enable: boolean;
448
+ };
449
+ 4: {
450
+ hours: {
451
+ end: string;
452
+ start: string;
453
+ }[];
454
+ enable: boolean;
455
+ };
456
+ 5: {
457
+ hours: {
458
+ end: string;
459
+ start: string;
460
+ }[];
461
+ enable: boolean;
462
+ };
463
+ 6: {
464
+ hours: {
465
+ end: string;
466
+ start: string;
467
+ }[];
468
+ enable: boolean;
469
+ };
470
+ } | null | undefined;
471
+ day: {
472
+ max: number;
473
+ min: number;
474
+ };
475
+ } | null | undefined;
476
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
477
+ offlinePaymentTypes?: {
478
+ name: string;
479
+ instruction: string;
480
+ }[] | null | undefined;
481
+ autoAcceptPaidOnly?: boolean | null | undefined;
482
+ ignoreStock?: boolean | null | undefined;
483
+ catalogId: string | null;
484
+ enable: boolean;
485
+ areas: {
486
+ minPurchase?: {
487
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
488
+ amount: number;
489
+ precision: number;
490
+ } | null | undefined;
491
+ freeAfterTotal?: {
492
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
493
+ amount: number;
494
+ precision: number;
495
+ } | null | undefined;
496
+ polygon: number[][];
497
+ deliveryFee: {
498
+ currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
499
+ amount: number;
500
+ precision: number;
501
+ };
502
+ }[];
503
+ term: string;
504
+ } | null | undefined;
505
+ pickup?: {
506
+ catalogId?: string | null | undefined;
507
+ autoAccept?: boolean | null | undefined;
508
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
509
+ offlinePaymentTypes?: {
510
+ name: string;
511
+ instruction: string;
512
+ }[] | null | undefined;
513
+ autoAcceptPaidOnly?: boolean | null | undefined;
514
+ ignoreStock?: boolean | null | undefined;
515
+ pickupTime?: {
516
+ day: {
517
+ max: number;
518
+ min: number;
519
+ };
520
+ } | null | undefined;
521
+ pickupPointConfig?: {
522
+ restaurantEnable: boolean;
523
+ points: {
524
+ name: string;
525
+ address: string;
526
+ coordinates: number[];
527
+ }[];
528
+ } | null | undefined;
529
+ } | null | undefined;
530
+ dineIn?: {
531
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
532
+ offlinePaymentTypes?: {
533
+ name: string;
534
+ instruction: string;
535
+ }[] | null | undefined;
536
+ ignoreStock?: boolean | null | undefined;
537
+ staticQr?: boolean | null | undefined;
538
+ disableItemRemark?: boolean | null | undefined;
539
+ acceptQueue?: boolean | null | undefined;
540
+ anonymousOrder: boolean;
541
+ } | null | undefined;
542
+ features?: string[] | null | undefined;
543
+ machineOtp?: string | null | undefined;
544
+ machineOtpExpiredAt?: string | null | undefined;
545
+ posVersion?: string | null | undefined;
546
+ posHeartbeat?: string | null | undefined;
547
+ posVersionHistory?: Record<string, string> | null | undefined;
548
+ additionalCatalogs?: string[] | null | undefined;
549
+ feedmeDelivery?: {
550
+ instruction?: string | null | undefined;
551
+ catalogId?: string | null | undefined;
552
+ autoAccept?: boolean | null | undefined;
553
+ term?: string | null | undefined;
554
+ enable: boolean;
555
+ } | null | undefined;
556
+ foodpandaDelivery?: {
557
+ _id?: string | undefined;
558
+ ignoreDiscount?: boolean | null | undefined;
559
+ catalogId?: string | null | undefined;
560
+ commissionRate?: number | null | undefined;
561
+ lastSynchronize?: string | null | undefined;
562
+ showProductAddon?: boolean | null | undefined;
563
+ autoAccept?: boolean | null | undefined;
564
+ reportConfig?: {
565
+ commissionRate: number;
566
+ discountCampaigns: {
567
+ name: string;
568
+ date: {
569
+ end: string;
570
+ start: string;
571
+ };
572
+ vendorBearPercentage: number;
573
+ }[];
574
+ } | null | undefined;
575
+ hasSst?: boolean | null | undefined;
576
+ enable: boolean;
577
+ remoteId: string;
578
+ autoCloseBill: boolean;
579
+ } | null | undefined;
580
+ grabfoodDelivery?: {
581
+ _id?: string | undefined;
582
+ catalogId?: string | null | undefined;
583
+ lastSynchronize?: string | null | undefined;
584
+ showProductAddon?: boolean | null | undefined;
585
+ enable: boolean;
586
+ commissionRate: number;
587
+ autoCloseBill: boolean;
588
+ merchantID: string;
589
+ } | null | undefined;
590
+ shopeefoodDelivery?: {
591
+ _id?: string | undefined;
592
+ catalogId?: string | null | undefined;
593
+ lastSynchronize?: string | null | undefined;
594
+ showProductAddon?: boolean | null | undefined;
595
+ enable: boolean;
596
+ autoCloseBill: boolean;
597
+ reportConfig: {
598
+ commissionRate: number;
599
+ discountCampaigns: {
600
+ name: string;
601
+ date: {
602
+ end: string;
603
+ start: string;
604
+ };
605
+ vendorBearPercentage: number;
606
+ }[];
607
+ };
608
+ storeID: string;
609
+ } | null | undefined;
610
+ couchDbPassword?: string | null | undefined;
611
+ apiToken?: string | null | undefined;
612
+ remoteSupports?: {
613
+ anydeskId?: string | null | undefined;
614
+ anydeskPassword?: string | null | undefined;
615
+ deviceName: string;
616
+ }[] | null | undefined;
617
+ payoutAccount?: {
618
+ bank?: {
619
+ type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
620
+ accountNumber?: string | null | undefined;
621
+ holderName?: string | null | undefined;
622
+ name: "MAYBANK" | "CIMB_BANK" | "RHB_BANK" | "BANK_ISLAM" | "BANK_MUAMALAT" | "BANK_RAKYAT" | "BANK_SIMPANAN_NASIONAL" | "CITIBANK" | "HONG_LEONG_BANK" | "HSBC_BANK" | "OCBC_BANK" | "PUBLIC_BANK" | "AFFIN_BANK" | "AMBANK" | "AGRO_BANK" | "ALLIANCE_BANK" | "AL_RAJHI_BANK" | "BANK_OF_CHINA" | "BANK_OF_AMERICA" | "BANK_OF_TOKYO_MITSUBISHI_UFJ" | "BNP_PARIBAS" | "DEUTSCHE_BANK" | "INDUSTRIAL_COMMERCIAL_BANK_OF_CHINA" | "JP_MORGAN_CHASE_BANK" | "KUWAIT_FINANCE_HOUSE" | "MIZUHO_BANK" | "STANDARD_CHARTERED_BANK" | "SUMITOMO_MITSUI_BANKING_CORPORATION" | "THE_ROYAL_BANK_OF_SCOTLAND" | "UNITED_OVERSEAS_BANK";
623
+ } | null | undefined;
624
+ ssm?: string | null | undefined;
625
+ bankStatement?: string | null | undefined;
626
+ exteriorPhoto?: string | null | undefined;
627
+ keyPerson?: string | null | undefined;
628
+ keyPersonPhone?: string | null | undefined;
629
+ keyPersonEmail?: string | null | undefined;
630
+ status: "NEW" | "PENDING" | "APPROVED";
631
+ enable: boolean;
632
+ methods: {
633
+ variant: string;
634
+ issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
635
+ rate: {
636
+ amount: number;
637
+ precision: number;
638
+ };
639
+ tPlus: number;
640
+ }[];
641
+ } | null | undefined;
642
+ clearCount?: number | null | undefined;
643
+ queueSetting?: {
644
+ duration?: number | null | undefined;
645
+ enableOrder: boolean;
646
+ initialNumber: number;
647
+ endNumber: number;
648
+ currentNumber: number;
649
+ autoCalledLimit: number;
650
+ } | null | undefined;
651
+ tableMappingSetting?: {
652
+ enable?: boolean | null | undefined;
653
+ showSeat?: boolean | null | undefined;
654
+ mapBorderColor?: number | null | undefined;
655
+ mapLineColor?: number | null | undefined;
656
+ } | null | undefined;
657
+ _id: string;
658
+ expiredAt: string;
659
+ pf_business: {
660
+ internal?: boolean | null | undefined;
661
+ url?: string | null | undefined;
662
+ expiredAt?: string | null | undefined;
663
+ agentId?: string | null | undefined;
664
+ pf_agent?: {
665
+ clickupId?: string | null | undefined;
666
+ members?: {
667
+ pf_user?: {
668
+ email?: string | null | undefined;
669
+ phoneNumber?: string | null | undefined;
670
+ birthday?: string | null | undefined;
671
+ gender?: "MALE" | "FEMALE" | null | undefined;
672
+ addresses?: {
673
+ name: string;
674
+ address: string;
675
+ coordinates: number[];
676
+ }[] | null | undefined;
677
+ photoURL?: string | null | undefined;
678
+ displayName?: string | null | undefined;
679
+ imported?: {
680
+ raw: Record<string, any>;
681
+ source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
682
+ } | null | undefined;
683
+ _id: string;
684
+ } | null | undefined;
685
+ role: "ADMIN";
686
+ userId: string;
687
+ }[] | null | undefined;
688
+ code: string;
689
+ name: string;
690
+ _id: string;
691
+ isReseller: boolean;
692
+ } | null | undefined;
693
+ thumbnail?: string | null | undefined;
694
+ billingInfos?: {
695
+ _id?: string | null | undefined;
696
+ name: string;
697
+ address: {
698
+ coordinates?: number[] | null | undefined;
699
+ line2?: string | null | undefined;
700
+ state: string;
701
+ country: string;
702
+ line1: string;
703
+ city: string;
704
+ postcode: string;
705
+ };
706
+ email: string;
707
+ companyName: string;
708
+ contact: string;
709
+ }[] | null | undefined;
710
+ customerDisplayImages?: {
711
+ url: string;
712
+ restaurantIds: string[];
713
+ }[] | null | undefined;
714
+ name: string;
715
+ _id: string;
716
+ ownerId: string;
717
+ restaurantQuota: number;
718
+ warehouseQuota: number;
719
+ menuVersion: string;
720
+ };
721
+ businessId: string;
722
+ profile: {
723
+ code?: string | null | undefined;
724
+ url?: string | null | undefined;
725
+ description?: string | null | undefined;
726
+ _id?: string | null | undefined;
727
+ legalName?: string | null | undefined;
728
+ sstRegNo?: string | null | undefined;
729
+ discovery?: boolean | null | undefined;
730
+ coverPhoto?: string | null | undefined;
731
+ thumbnailPhoto?: string | null | undefined;
732
+ photos?: string[] | null | undefined;
733
+ operatingHours?: {
734
+ 0: {
735
+ hours: {
736
+ end: string;
737
+ start: string;
738
+ }[];
739
+ enable: boolean;
740
+ };
741
+ 2: {
742
+ hours: {
743
+ end: string;
744
+ start: string;
745
+ }[];
746
+ enable: boolean;
747
+ };
748
+ 1: {
749
+ hours: {
750
+ end: string;
751
+ start: string;
752
+ }[];
753
+ enable: boolean;
754
+ };
755
+ 3: {
756
+ hours: {
757
+ end: string;
758
+ start: string;
759
+ }[];
760
+ enable: boolean;
761
+ };
762
+ 4: {
763
+ hours: {
764
+ end: string;
765
+ start: string;
766
+ }[];
767
+ enable: boolean;
768
+ };
769
+ 5: {
770
+ hours: {
771
+ end: string;
772
+ start: string;
773
+ }[];
774
+ enable: boolean;
775
+ };
776
+ 6: {
777
+ hours: {
778
+ end: string;
779
+ start: string;
780
+ }[];
781
+ enable: boolean;
782
+ };
783
+ } | null | undefined;
784
+ tags?: string[] | null | undefined;
785
+ name: string;
786
+ address: {
787
+ coordinates?: number[] | null | undefined;
788
+ line2?: string | null | undefined;
789
+ state: string;
790
+ country: string;
791
+ line1: string;
792
+ city: string;
793
+ postcode: string;
794
+ };
795
+ email: string;
796
+ phoneNo: string;
797
+ regNo: string;
798
+ };
799
+ }>;
800
+ required: true;
801
+ };
802
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
803
+ export default _default;