@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.2

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 (99) hide show
  1. package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-TgyDh8aI.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +4 -3
  3. package/dist/KioskSettingView-fbOxH9m8.js +649 -0
  4. package/dist/KioskView-C0Vn5S89.js +334 -0
  5. package/dist/{OrderSettingsView-CIUddOED.js → OrderSettingsView-mYvRn7u9.js} +1630 -1703
  6. package/dist/{app-CuyLbKuN.js → app-A306cfER.js} +478 -448
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-BJrst4DM.js → auth.dto-C5PLip9a.js} +34577 -36584
  9. package/dist/dayjs.min-CLR5r0qf.js +2110 -0
  10. package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
  11. package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/app.d.ts +439 -409
  13. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -1
  14. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
  15. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +240 -0
  16. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
  18. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
  19. package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
  20. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
  21. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
  22. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +17 -21
  23. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
  24. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
  26. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
  27. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
  28. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
  30. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
  34. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
  35. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
  36. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +136 -1
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
  41. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
  43. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
  44. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
  45. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +142 -15
  46. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  48. package/dist/{index-DPl0R4fg.js → index-BJuGDir8.js} +25 -24
  49. package/dist/index-DSCb3ndM.js +150 -0
  50. package/dist/package/entity/food-court/order.dto.d.ts +223 -223
  51. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +2 -2
  52. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +8 -8
  53. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  54. package/dist/package/entity/kiosk/kiosk.dto.d.ts +15 -15
  55. package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
  56. package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
  57. package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
  58. package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
  59. package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
  60. package/dist/package/entity/order/order.do.d.ts +946 -0
  61. package/dist/package/entity/order/order.dto.d.ts +25328 -2337
  62. package/dist/package/entity/order/order.enum.d.ts +5 -1
  63. package/dist/package/entity/order/payment/payment.dto.d.ts +930 -930
  64. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +10 -10
  65. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +4 -4
  66. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
  67. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
  68. package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
  69. package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
  70. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  71. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -48
  72. package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
  73. package/package.json +2 -2
  74. package/src/locales/en-US.json +218 -203
  75. package/src/locales/zh-CN.json +218 -203
  76. package/src/modules/order-setting/kiosk/interface.ts +25 -0
  77. package/src/stores/order-setting/mapper.ts +73 -51
  78. package/src/views/kiosk/KioskSummary.vue +36 -2
  79. package/src/views/kiosk/KioskView.vue +115 -96
  80. package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
  81. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
  82. package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
  83. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
  84. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
  85. package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
  86. package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
  87. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  88. package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
  89. package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
  90. package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
  91. package/dist/KioskView-DqV4IW7U.js +0 -289
  92. package/dist/index-B9mJLWE5.js +0 -70
  93. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
  94. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +0 -0
  95. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +0 -0
  96. /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
  97. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
  98. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
  99. /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
@@ -1,1600 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ import { FdoRestaurant } from '@feedmepos/core/entity';
2
+ type __VLS_Props = {
2
3
  menuItems: {
3
4
  label: string;
4
- value: {
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: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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
- };
5
+ value: FdoRestaurant;
400
6
  }[];
401
7
  label: string;
402
- modelValue: {
403
- channel?: string | null | undefined;
404
- machineId?: string | null | undefined;
405
- catalogId?: string | null | undefined;
406
- takeaway?: {
407
- catalogId?: string | null | undefined;
408
- } | null | undefined;
409
- inHouseDelivery?: {
410
- taxes?: Record<string, {
411
- inclusive: boolean;
412
- taxCode: string;
413
- systemCode: string;
414
- }> | null | undefined;
415
- autoAccept?: boolean | null | undefined;
416
- deliveryTime?: {
417
- time?: string[] | null | undefined;
418
- custom?: {
419
- 0: {
420
- hours: {
421
- end: string;
422
- start: string;
423
- }[];
424
- enable: boolean;
425
- };
426
- 2: {
427
- hours: {
428
- end: string;
429
- start: string;
430
- }[];
431
- enable: boolean;
432
- };
433
- 1: {
434
- hours: {
435
- end: string;
436
- start: string;
437
- }[];
438
- enable: boolean;
439
- };
440
- 3: {
441
- hours: {
442
- end: string;
443
- start: string;
444
- }[];
445
- enable: boolean;
446
- };
447
- 4: {
448
- hours: {
449
- end: string;
450
- start: string;
451
- }[];
452
- enable: boolean;
453
- };
454
- 5: {
455
- hours: {
456
- end: string;
457
- start: string;
458
- }[];
459
- enable: boolean;
460
- };
461
- 6: {
462
- hours: {
463
- end: string;
464
- start: string;
465
- }[];
466
- enable: boolean;
467
- };
468
- } | null | undefined;
469
- day: {
470
- max: number;
471
- min: number;
472
- };
473
- } | null | undefined;
474
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
475
- offlinePaymentTypes?: {
476
- name: string;
477
- instruction: string;
478
- }[] | null | undefined;
479
- autoAcceptPaidOnly?: boolean | null | undefined;
480
- ignoreStock?: boolean | null | undefined;
481
- catalogId: string | null;
482
- enable: boolean;
483
- areas: {
484
- minPurchase?: {
485
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
486
- amount: number;
487
- precision: number;
488
- } | null | undefined;
489
- freeAfterTotal?: {
490
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
491
- amount: number;
492
- precision: number;
493
- } | null | undefined;
494
- polygon: number[][];
495
- deliveryFee: {
496
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
497
- amount: number;
498
- precision: number;
499
- };
500
- }[];
501
- term: string;
502
- } | null | undefined;
503
- pickup?: {
504
- catalogId?: string | null | undefined;
505
- autoAccept?: boolean | null | undefined;
506
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
507
- offlinePaymentTypes?: {
508
- name: string;
509
- instruction: string;
510
- }[] | null | undefined;
511
- autoAcceptPaidOnly?: boolean | null | undefined;
512
- ignoreStock?: boolean | null | undefined;
513
- pickupTime?: {
514
- day: {
515
- max: number;
516
- min: number;
517
- };
518
- } | null | undefined;
519
- pickupPointConfig?: {
520
- restaurantEnable: boolean;
521
- points: {
522
- name: string;
523
- address: string;
524
- coordinates: number[];
525
- }[];
526
- } | null | undefined;
527
- } | null | undefined;
528
- dineIn?: {
529
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
530
- offlinePaymentTypes?: {
531
- name: string;
532
- instruction: string;
533
- }[] | null | undefined;
534
- ignoreStock?: boolean | null | undefined;
535
- staticQr?: boolean | null | undefined;
536
- disableItemRemark?: boolean | null | undefined;
537
- acceptQueue?: boolean | null | undefined;
538
- anonymousOrder: boolean;
539
- } | null | undefined;
540
- features?: string[] | null | undefined;
541
- machineOtp?: string | null | undefined;
542
- machineOtpExpiredAt?: string | null | undefined;
543
- posVersion?: string | null | undefined;
544
- posHeartbeat?: string | null | undefined;
545
- posVersionHistory?: Record<string, string> | null | undefined;
546
- additionalCatalogs?: string[] | null | undefined;
547
- feedmeDelivery?: {
548
- instruction?: string | null | undefined;
549
- catalogId?: string | null | undefined;
550
- autoAccept?: boolean | null | undefined;
551
- term?: string | null | undefined;
552
- enable: boolean;
553
- } | null | undefined;
554
- foodpandaDelivery?: {
555
- _id?: string | undefined;
556
- ignoreDiscount?: boolean | null | undefined;
557
- catalogId?: string | null | undefined;
558
- commissionRate?: number | null | undefined;
559
- lastSynchronize?: string | null | undefined;
560
- showProductAddon?: boolean | null | undefined;
561
- autoAccept?: boolean | null | undefined;
562
- reportConfig?: {
563
- commissionRate: number;
564
- discountCampaigns: {
565
- name: string;
566
- date: {
567
- end: string;
568
- start: string;
569
- };
570
- vendorBearPercentage: number;
571
- }[];
572
- } | null | undefined;
573
- hasSst?: boolean | null | undefined;
574
- enable: boolean;
575
- remoteId: string;
576
- autoCloseBill: boolean;
577
- } | null | undefined;
578
- grabfoodDelivery?: {
579
- _id?: string | undefined;
580
- catalogId?: string | null | undefined;
581
- lastSynchronize?: string | null | undefined;
582
- showProductAddon?: boolean | null | undefined;
583
- enable: boolean;
584
- commissionRate: number;
585
- autoCloseBill: boolean;
586
- merchantID: string;
587
- } | null | undefined;
588
- shopeefoodDelivery?: {
589
- _id?: string | undefined;
590
- catalogId?: string | null | undefined;
591
- lastSynchronize?: string | null | undefined;
592
- showProductAddon?: boolean | null | undefined;
593
- enable: boolean;
594
- autoCloseBill: boolean;
595
- reportConfig: {
596
- commissionRate: number;
597
- discountCampaigns: {
598
- name: string;
599
- date: {
600
- end: string;
601
- start: string;
602
- };
603
- vendorBearPercentage: number;
604
- }[];
605
- };
606
- storeID: string;
607
- } | null | undefined;
608
- couchDbPassword?: string | null | undefined;
609
- apiToken?: string | null | undefined;
610
- remoteSupports?: {
611
- anydeskId?: string | null | undefined;
612
- anydeskPassword?: string | null | undefined;
613
- deviceName: string;
614
- }[] | null | undefined;
615
- payoutAccount?: {
616
- bank?: {
617
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
618
- accountNumber?: string | null | undefined;
619
- holderName?: string | null | undefined;
620
- 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";
621
- } | null | undefined;
622
- ssm?: string | null | undefined;
623
- bankStatement?: string | null | undefined;
624
- exteriorPhoto?: string | null | undefined;
625
- keyPerson?: string | null | undefined;
626
- keyPersonPhone?: string | null | undefined;
627
- keyPersonEmail?: string | null | undefined;
628
- status: "NEW" | "PENDING" | "APPROVED";
629
- enable: boolean;
630
- methods: {
631
- variant: string;
632
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
633
- rate: {
634
- amount: number;
635
- precision: number;
636
- };
637
- tPlus: number;
638
- }[];
639
- } | null | undefined;
640
- clearCount?: number | null | undefined;
641
- queueSetting?: {
642
- duration?: number | null | undefined;
643
- enableOrder: boolean;
644
- initialNumber: number;
645
- endNumber: number;
646
- currentNumber: number;
647
- autoCalledLimit: number;
648
- } | null | undefined;
649
- tableMappingSetting?: {
650
- enable?: boolean | null | undefined;
651
- showSeat?: boolean | null | undefined;
652
- mapBorderColor?: number | null | undefined;
653
- mapLineColor?: number | null | undefined;
654
- } | null | undefined;
655
- _id: string;
656
- expiredAt: string;
657
- pf_business: {
658
- internal?: boolean | null | undefined;
659
- url?: string | null | undefined;
660
- expiredAt?: string | null | undefined;
661
- agentId?: string | null | undefined;
662
- pf_agent?: {
663
- clickupId?: string | null | undefined;
664
- members?: {
665
- pf_user?: {
666
- email?: string | null | undefined;
667
- phoneNumber?: string | null | undefined;
668
- birthday?: string | null | undefined;
669
- gender?: "MALE" | "FEMALE" | null | undefined;
670
- addresses?: {
671
- name: string;
672
- address: string;
673
- coordinates: number[];
674
- }[] | null | undefined;
675
- photoURL?: string | null | undefined;
676
- displayName?: string | null | undefined;
677
- imported?: {
678
- raw: Record<string, any>;
679
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
680
- } | null | undefined;
681
- _id: string;
682
- } | null | undefined;
683
- role: "ADMIN";
684
- userId: string;
685
- }[] | null | undefined;
686
- code: string;
687
- name: string;
688
- _id: string;
689
- isReseller: boolean;
690
- } | null | undefined;
691
- thumbnail?: string | null | undefined;
692
- billingInfos?: {
693
- _id?: string | null | undefined;
694
- name: string;
695
- address: {
696
- coordinates?: number[] | null | undefined;
697
- line2?: string | null | undefined;
698
- state: string;
699
- country: string;
700
- line1: string;
701
- city: string;
702
- postcode: string;
703
- };
704
- email: string;
705
- companyName: string;
706
- contact: string;
707
- }[] | null | undefined;
708
- customerDisplayImages?: {
709
- url: string;
710
- restaurantIds: string[];
711
- }[] | null | undefined;
712
- name: string;
713
- _id: string;
714
- ownerId: string;
715
- restaurantQuota: number;
716
- warehouseQuota: number;
717
- menuVersion: string;
718
- };
719
- businessId: string;
720
- profile: {
721
- code?: string | null | undefined;
722
- url?: string | null | undefined;
723
- description?: string | null | undefined;
724
- _id?: string | null | undefined;
725
- legalName?: string | null | undefined;
726
- sstRegNo?: string | null | undefined;
727
- discovery?: boolean | null | undefined;
728
- coverPhoto?: string | null | undefined;
729
- thumbnailPhoto?: string | null | undefined;
730
- photos?: string[] | null | undefined;
731
- operatingHours?: {
732
- 0: {
733
- hours: {
734
- end: string;
735
- start: string;
736
- }[];
737
- enable: boolean;
738
- };
739
- 2: {
740
- hours: {
741
- end: string;
742
- start: string;
743
- }[];
744
- enable: boolean;
745
- };
746
- 1: {
747
- hours: {
748
- end: string;
749
- start: string;
750
- }[];
751
- enable: boolean;
752
- };
753
- 3: {
754
- hours: {
755
- end: string;
756
- start: string;
757
- }[];
758
- enable: boolean;
759
- };
760
- 4: {
761
- hours: {
762
- end: string;
763
- start: string;
764
- }[];
765
- enable: boolean;
766
- };
767
- 5: {
768
- hours: {
769
- end: string;
770
- start: string;
771
- }[];
772
- enable: boolean;
773
- };
774
- 6: {
775
- hours: {
776
- end: string;
777
- start: string;
778
- }[];
779
- enable: boolean;
780
- };
781
- } | null | undefined;
782
- tags?: string[] | null | undefined;
783
- name: string;
784
- address: {
785
- coordinates?: number[] | null | undefined;
786
- line2?: string | null | undefined;
787
- state: string;
788
- country: string;
789
- line1: string;
790
- city: string;
791
- postcode: string;
792
- };
793
- email: string;
794
- phoneNo: string;
795
- regNo: string;
796
- };
797
- } | null;
798
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ modelValue: FdoRestaurant | null;
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
799
11
  "restaurant-selected": (...args: any[]) => void;
800
- }, string, import("vue").PublicProps, Readonly<{
801
- menuItems: {
802
- label: string;
803
- value: {
804
- channel?: string | null | undefined;
805
- machineId?: string | null | undefined;
806
- catalogId?: string | null | undefined;
807
- takeaway?: {
808
- catalogId?: string | null | undefined;
809
- } | null | undefined;
810
- inHouseDelivery?: {
811
- taxes?: Record<string, {
812
- inclusive: boolean;
813
- taxCode: string;
814
- systemCode: string;
815
- }> | null | undefined;
816
- autoAccept?: boolean | null | undefined;
817
- deliveryTime?: {
818
- time?: string[] | null | undefined;
819
- custom?: {
820
- 0: {
821
- hours: {
822
- end: string;
823
- start: string;
824
- }[];
825
- enable: boolean;
826
- };
827
- 2: {
828
- hours: {
829
- end: string;
830
- start: string;
831
- }[];
832
- enable: boolean;
833
- };
834
- 1: {
835
- hours: {
836
- end: string;
837
- start: string;
838
- }[];
839
- enable: boolean;
840
- };
841
- 3: {
842
- hours: {
843
- end: string;
844
- start: string;
845
- }[];
846
- enable: boolean;
847
- };
848
- 4: {
849
- hours: {
850
- end: string;
851
- start: string;
852
- }[];
853
- enable: boolean;
854
- };
855
- 5: {
856
- hours: {
857
- end: string;
858
- start: string;
859
- }[];
860
- enable: boolean;
861
- };
862
- 6: {
863
- hours: {
864
- end: string;
865
- start: string;
866
- }[];
867
- enable: boolean;
868
- };
869
- } | null | undefined;
870
- day: {
871
- max: number;
872
- min: number;
873
- };
874
- } | null | undefined;
875
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
876
- offlinePaymentTypes?: {
877
- name: string;
878
- instruction: string;
879
- }[] | null | undefined;
880
- autoAcceptPaidOnly?: boolean | null | undefined;
881
- ignoreStock?: boolean | null | undefined;
882
- catalogId: string | null;
883
- enable: boolean;
884
- areas: {
885
- minPurchase?: {
886
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
887
- amount: number;
888
- precision: number;
889
- } | null | undefined;
890
- freeAfterTotal?: {
891
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
892
- amount: number;
893
- precision: number;
894
- } | null | undefined;
895
- polygon: number[][];
896
- deliveryFee: {
897
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
898
- amount: number;
899
- precision: number;
900
- };
901
- }[];
902
- term: string;
903
- } | null | undefined;
904
- pickup?: {
905
- catalogId?: string | null | undefined;
906
- autoAccept?: boolean | null | undefined;
907
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
908
- offlinePaymentTypes?: {
909
- name: string;
910
- instruction: string;
911
- }[] | null | undefined;
912
- autoAcceptPaidOnly?: boolean | null | undefined;
913
- ignoreStock?: boolean | null | undefined;
914
- pickupTime?: {
915
- day: {
916
- max: number;
917
- min: number;
918
- };
919
- } | null | undefined;
920
- pickupPointConfig?: {
921
- restaurantEnable: boolean;
922
- points: {
923
- name: string;
924
- address: string;
925
- coordinates: number[];
926
- }[];
927
- } | null | undefined;
928
- } | null | undefined;
929
- dineIn?: {
930
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
931
- offlinePaymentTypes?: {
932
- name: string;
933
- instruction: string;
934
- }[] | null | undefined;
935
- ignoreStock?: boolean | null | undefined;
936
- staticQr?: boolean | null | undefined;
937
- disableItemRemark?: boolean | null | undefined;
938
- acceptQueue?: boolean | null | undefined;
939
- anonymousOrder: boolean;
940
- } | null | undefined;
941
- features?: string[] | null | undefined;
942
- machineOtp?: string | null | undefined;
943
- machineOtpExpiredAt?: string | null | undefined;
944
- posVersion?: string | null | undefined;
945
- posHeartbeat?: string | null | undefined;
946
- posVersionHistory?: Record<string, string> | null | undefined;
947
- additionalCatalogs?: string[] | null | undefined;
948
- feedmeDelivery?: {
949
- instruction?: string | null | undefined;
950
- catalogId?: string | null | undefined;
951
- autoAccept?: boolean | null | undefined;
952
- term?: string | null | undefined;
953
- enable: boolean;
954
- } | null | undefined;
955
- foodpandaDelivery?: {
956
- _id?: string | undefined;
957
- ignoreDiscount?: boolean | null | undefined;
958
- catalogId?: string | null | undefined;
959
- commissionRate?: number | null | undefined;
960
- lastSynchronize?: string | null | undefined;
961
- showProductAddon?: boolean | null | undefined;
962
- autoAccept?: boolean | null | undefined;
963
- reportConfig?: {
964
- commissionRate: number;
965
- discountCampaigns: {
966
- name: string;
967
- date: {
968
- end: string;
969
- start: string;
970
- };
971
- vendorBearPercentage: number;
972
- }[];
973
- } | null | undefined;
974
- hasSst?: boolean | null | undefined;
975
- enable: boolean;
976
- remoteId: string;
977
- autoCloseBill: boolean;
978
- } | null | undefined;
979
- grabfoodDelivery?: {
980
- _id?: string | undefined;
981
- catalogId?: string | null | undefined;
982
- lastSynchronize?: string | null | undefined;
983
- showProductAddon?: boolean | null | undefined;
984
- enable: boolean;
985
- commissionRate: number;
986
- autoCloseBill: boolean;
987
- merchantID: string;
988
- } | null | undefined;
989
- shopeefoodDelivery?: {
990
- _id?: string | undefined;
991
- catalogId?: string | null | undefined;
992
- lastSynchronize?: string | null | undefined;
993
- showProductAddon?: boolean | null | undefined;
994
- enable: boolean;
995
- autoCloseBill: boolean;
996
- reportConfig: {
997
- commissionRate: number;
998
- discountCampaigns: {
999
- name: string;
1000
- date: {
1001
- end: string;
1002
- start: string;
1003
- };
1004
- vendorBearPercentage: number;
1005
- }[];
1006
- };
1007
- storeID: string;
1008
- } | null | undefined;
1009
- couchDbPassword?: string | null | undefined;
1010
- apiToken?: string | null | undefined;
1011
- remoteSupports?: {
1012
- anydeskId?: string | null | undefined;
1013
- anydeskPassword?: string | null | undefined;
1014
- deviceName: string;
1015
- }[] | null | undefined;
1016
- payoutAccount?: {
1017
- bank?: {
1018
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
1019
- accountNumber?: string | null | undefined;
1020
- holderName?: string | null | undefined;
1021
- 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";
1022
- } | null | undefined;
1023
- ssm?: string | null | undefined;
1024
- bankStatement?: string | null | undefined;
1025
- exteriorPhoto?: string | null | undefined;
1026
- keyPerson?: string | null | undefined;
1027
- keyPersonPhone?: string | null | undefined;
1028
- keyPersonEmail?: string | null | undefined;
1029
- status: "NEW" | "PENDING" | "APPROVED";
1030
- enable: boolean;
1031
- methods: {
1032
- variant: string;
1033
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
1034
- rate: {
1035
- amount: number;
1036
- precision: number;
1037
- };
1038
- tPlus: number;
1039
- }[];
1040
- } | null | undefined;
1041
- clearCount?: number | null | undefined;
1042
- queueSetting?: {
1043
- duration?: number | null | undefined;
1044
- enableOrder: boolean;
1045
- initialNumber: number;
1046
- endNumber: number;
1047
- currentNumber: number;
1048
- autoCalledLimit: number;
1049
- } | null | undefined;
1050
- tableMappingSetting?: {
1051
- enable?: boolean | null | undefined;
1052
- showSeat?: boolean | null | undefined;
1053
- mapBorderColor?: number | null | undefined;
1054
- mapLineColor?: number | null | undefined;
1055
- } | null | undefined;
1056
- _id: string;
1057
- expiredAt: string;
1058
- pf_business: {
1059
- internal?: boolean | null | undefined;
1060
- url?: string | null | undefined;
1061
- expiredAt?: string | null | undefined;
1062
- agentId?: string | null | undefined;
1063
- pf_agent?: {
1064
- clickupId?: string | null | undefined;
1065
- members?: {
1066
- pf_user?: {
1067
- email?: string | null | undefined;
1068
- phoneNumber?: string | null | undefined;
1069
- birthday?: string | null | undefined;
1070
- gender?: "MALE" | "FEMALE" | null | undefined;
1071
- addresses?: {
1072
- name: string;
1073
- address: string;
1074
- coordinates: number[];
1075
- }[] | null | undefined;
1076
- photoURL?: string | null | undefined;
1077
- displayName?: string | null | undefined;
1078
- imported?: {
1079
- raw: Record<string, any>;
1080
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1081
- } | null | undefined;
1082
- _id: string;
1083
- } | null | undefined;
1084
- role: "ADMIN";
1085
- userId: string;
1086
- }[] | null | undefined;
1087
- code: string;
1088
- name: string;
1089
- _id: string;
1090
- isReseller: boolean;
1091
- } | null | undefined;
1092
- thumbnail?: string | null | undefined;
1093
- billingInfos?: {
1094
- _id?: string | null | undefined;
1095
- name: string;
1096
- address: {
1097
- coordinates?: number[] | null | undefined;
1098
- line2?: string | null | undefined;
1099
- state: string;
1100
- country: string;
1101
- line1: string;
1102
- city: string;
1103
- postcode: string;
1104
- };
1105
- email: string;
1106
- companyName: string;
1107
- contact: string;
1108
- }[] | null | undefined;
1109
- customerDisplayImages?: {
1110
- url: string;
1111
- restaurantIds: string[];
1112
- }[] | null | undefined;
1113
- name: string;
1114
- _id: string;
1115
- ownerId: string;
1116
- restaurantQuota: number;
1117
- warehouseQuota: number;
1118
- menuVersion: string;
1119
- };
1120
- businessId: string;
1121
- profile: {
1122
- code?: string | null | undefined;
1123
- url?: string | null | undefined;
1124
- description?: string | null | undefined;
1125
- _id?: string | null | undefined;
1126
- legalName?: string | null | undefined;
1127
- sstRegNo?: string | null | undefined;
1128
- discovery?: boolean | null | undefined;
1129
- coverPhoto?: string | null | undefined;
1130
- thumbnailPhoto?: string | null | undefined;
1131
- photos?: string[] | null | undefined;
1132
- operatingHours?: {
1133
- 0: {
1134
- hours: {
1135
- end: string;
1136
- start: string;
1137
- }[];
1138
- enable: boolean;
1139
- };
1140
- 2: {
1141
- hours: {
1142
- end: string;
1143
- start: string;
1144
- }[];
1145
- enable: boolean;
1146
- };
1147
- 1: {
1148
- hours: {
1149
- end: string;
1150
- start: string;
1151
- }[];
1152
- enable: boolean;
1153
- };
1154
- 3: {
1155
- hours: {
1156
- end: string;
1157
- start: string;
1158
- }[];
1159
- enable: boolean;
1160
- };
1161
- 4: {
1162
- hours: {
1163
- end: string;
1164
- start: string;
1165
- }[];
1166
- enable: boolean;
1167
- };
1168
- 5: {
1169
- hours: {
1170
- end: string;
1171
- start: string;
1172
- }[];
1173
- enable: boolean;
1174
- };
1175
- 6: {
1176
- hours: {
1177
- end: string;
1178
- start: string;
1179
- }[];
1180
- enable: boolean;
1181
- };
1182
- } | null | undefined;
1183
- tags?: string[] | null | undefined;
1184
- name: string;
1185
- address: {
1186
- coordinates?: number[] | null | undefined;
1187
- line2?: string | null | undefined;
1188
- state: string;
1189
- country: string;
1190
- line1: string;
1191
- city: string;
1192
- postcode: string;
1193
- };
1194
- email: string;
1195
- phoneNo: string;
1196
- regNo: string;
1197
- };
1198
- };
1199
- }[];
1200
- label: string;
1201
- modelValue: {
1202
- channel?: string | null | undefined;
1203
- machineId?: string | null | undefined;
1204
- catalogId?: string | null | undefined;
1205
- takeaway?: {
1206
- catalogId?: string | null | undefined;
1207
- } | null | undefined;
1208
- inHouseDelivery?: {
1209
- taxes?: Record<string, {
1210
- inclusive: boolean;
1211
- taxCode: string;
1212
- systemCode: string;
1213
- }> | null | undefined;
1214
- autoAccept?: boolean | null | undefined;
1215
- deliveryTime?: {
1216
- time?: string[] | null | undefined;
1217
- custom?: {
1218
- 0: {
1219
- hours: {
1220
- end: string;
1221
- start: string;
1222
- }[];
1223
- enable: boolean;
1224
- };
1225
- 2: {
1226
- hours: {
1227
- end: string;
1228
- start: string;
1229
- }[];
1230
- enable: boolean;
1231
- };
1232
- 1: {
1233
- hours: {
1234
- end: string;
1235
- start: string;
1236
- }[];
1237
- enable: boolean;
1238
- };
1239
- 3: {
1240
- hours: {
1241
- end: string;
1242
- start: string;
1243
- }[];
1244
- enable: boolean;
1245
- };
1246
- 4: {
1247
- hours: {
1248
- end: string;
1249
- start: string;
1250
- }[];
1251
- enable: boolean;
1252
- };
1253
- 5: {
1254
- hours: {
1255
- end: string;
1256
- start: string;
1257
- }[];
1258
- enable: boolean;
1259
- };
1260
- 6: {
1261
- hours: {
1262
- end: string;
1263
- start: string;
1264
- }[];
1265
- enable: boolean;
1266
- };
1267
- } | null | undefined;
1268
- day: {
1269
- max: number;
1270
- min: number;
1271
- };
1272
- } | null | undefined;
1273
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
1274
- offlinePaymentTypes?: {
1275
- name: string;
1276
- instruction: string;
1277
- }[] | null | undefined;
1278
- autoAcceptPaidOnly?: boolean | null | undefined;
1279
- ignoreStock?: boolean | null | undefined;
1280
- catalogId: string | null;
1281
- enable: boolean;
1282
- areas: {
1283
- minPurchase?: {
1284
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
1285
- amount: number;
1286
- precision: number;
1287
- } | null | undefined;
1288
- freeAfterTotal?: {
1289
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
1290
- amount: number;
1291
- precision: number;
1292
- } | null | undefined;
1293
- polygon: number[][];
1294
- deliveryFee: {
1295
- currency: "ALL" | "MYR" | "AED" | "AFN" | "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" | "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";
1296
- amount: number;
1297
- precision: number;
1298
- };
1299
- }[];
1300
- term: string;
1301
- } | null | undefined;
1302
- pickup?: {
1303
- catalogId?: string | null | undefined;
1304
- autoAccept?: boolean | null | undefined;
1305
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
1306
- offlinePaymentTypes?: {
1307
- name: string;
1308
- instruction: string;
1309
- }[] | null | undefined;
1310
- autoAcceptPaidOnly?: boolean | null | undefined;
1311
- ignoreStock?: boolean | null | undefined;
1312
- pickupTime?: {
1313
- day: {
1314
- max: number;
1315
- min: number;
1316
- };
1317
- } | null | undefined;
1318
- pickupPointConfig?: {
1319
- restaurantEnable: boolean;
1320
- points: {
1321
- name: string;
1322
- address: string;
1323
- coordinates: number[];
1324
- }[];
1325
- } | null | undefined;
1326
- } | null | undefined;
1327
- dineIn?: {
1328
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
1329
- offlinePaymentTypes?: {
1330
- name: string;
1331
- instruction: string;
1332
- }[] | null | undefined;
1333
- ignoreStock?: boolean | null | undefined;
1334
- staticQr?: boolean | null | undefined;
1335
- disableItemRemark?: boolean | null | undefined;
1336
- acceptQueue?: boolean | null | undefined;
1337
- anonymousOrder: boolean;
1338
- } | null | undefined;
1339
- features?: string[] | null | undefined;
1340
- machineOtp?: string | null | undefined;
1341
- machineOtpExpiredAt?: string | null | undefined;
1342
- posVersion?: string | null | undefined;
1343
- posHeartbeat?: string | null | undefined;
1344
- posVersionHistory?: Record<string, string> | null | undefined;
1345
- additionalCatalogs?: string[] | null | undefined;
1346
- feedmeDelivery?: {
1347
- instruction?: string | null | undefined;
1348
- catalogId?: string | null | undefined;
1349
- autoAccept?: boolean | null | undefined;
1350
- term?: string | null | undefined;
1351
- enable: boolean;
1352
- } | null | undefined;
1353
- foodpandaDelivery?: {
1354
- _id?: string | undefined;
1355
- ignoreDiscount?: boolean | null | undefined;
1356
- catalogId?: string | null | undefined;
1357
- commissionRate?: number | null | undefined;
1358
- lastSynchronize?: string | null | undefined;
1359
- showProductAddon?: boolean | null | undefined;
1360
- autoAccept?: boolean | null | undefined;
1361
- reportConfig?: {
1362
- commissionRate: number;
1363
- discountCampaigns: {
1364
- name: string;
1365
- date: {
1366
- end: string;
1367
- start: string;
1368
- };
1369
- vendorBearPercentage: number;
1370
- }[];
1371
- } | null | undefined;
1372
- hasSst?: boolean | null | undefined;
1373
- enable: boolean;
1374
- remoteId: string;
1375
- autoCloseBill: boolean;
1376
- } | null | undefined;
1377
- grabfoodDelivery?: {
1378
- _id?: string | undefined;
1379
- catalogId?: string | null | undefined;
1380
- lastSynchronize?: string | null | undefined;
1381
- showProductAddon?: boolean | null | undefined;
1382
- enable: boolean;
1383
- commissionRate: number;
1384
- autoCloseBill: boolean;
1385
- merchantID: string;
1386
- } | null | undefined;
1387
- shopeefoodDelivery?: {
1388
- _id?: string | undefined;
1389
- catalogId?: string | null | undefined;
1390
- lastSynchronize?: string | null | undefined;
1391
- showProductAddon?: boolean | null | undefined;
1392
- enable: boolean;
1393
- autoCloseBill: boolean;
1394
- reportConfig: {
1395
- commissionRate: number;
1396
- discountCampaigns: {
1397
- name: string;
1398
- date: {
1399
- end: string;
1400
- start: string;
1401
- };
1402
- vendorBearPercentage: number;
1403
- }[];
1404
- };
1405
- storeID: string;
1406
- } | null | undefined;
1407
- couchDbPassword?: string | null | undefined;
1408
- apiToken?: string | null | undefined;
1409
- remoteSupports?: {
1410
- anydeskId?: string | null | undefined;
1411
- anydeskPassword?: string | null | undefined;
1412
- deviceName: string;
1413
- }[] | null | undefined;
1414
- payoutAccount?: {
1415
- bank?: {
1416
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
1417
- accountNumber?: string | null | undefined;
1418
- holderName?: string | null | undefined;
1419
- 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";
1420
- } | null | undefined;
1421
- ssm?: string | null | undefined;
1422
- bankStatement?: string | null | undefined;
1423
- exteriorPhoto?: string | null | undefined;
1424
- keyPerson?: string | null | undefined;
1425
- keyPersonPhone?: string | null | undefined;
1426
- keyPersonEmail?: string | null | undefined;
1427
- status: "NEW" | "PENDING" | "APPROVED";
1428
- enable: boolean;
1429
- methods: {
1430
- variant: string;
1431
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
1432
- rate: {
1433
- amount: number;
1434
- precision: number;
1435
- };
1436
- tPlus: number;
1437
- }[];
1438
- } | null | undefined;
1439
- clearCount?: number | null | undefined;
1440
- queueSetting?: {
1441
- duration?: number | null | undefined;
1442
- enableOrder: boolean;
1443
- initialNumber: number;
1444
- endNumber: number;
1445
- currentNumber: number;
1446
- autoCalledLimit: number;
1447
- } | null | undefined;
1448
- tableMappingSetting?: {
1449
- enable?: boolean | null | undefined;
1450
- showSeat?: boolean | null | undefined;
1451
- mapBorderColor?: number | null | undefined;
1452
- mapLineColor?: number | null | undefined;
1453
- } | null | undefined;
1454
- _id: string;
1455
- expiredAt: string;
1456
- pf_business: {
1457
- internal?: boolean | null | undefined;
1458
- url?: string | null | undefined;
1459
- expiredAt?: string | null | undefined;
1460
- agentId?: string | null | undefined;
1461
- pf_agent?: {
1462
- clickupId?: string | null | undefined;
1463
- members?: {
1464
- pf_user?: {
1465
- email?: string | null | undefined;
1466
- phoneNumber?: string | null | undefined;
1467
- birthday?: string | null | undefined;
1468
- gender?: "MALE" | "FEMALE" | null | undefined;
1469
- addresses?: {
1470
- name: string;
1471
- address: string;
1472
- coordinates: number[];
1473
- }[] | null | undefined;
1474
- photoURL?: string | null | undefined;
1475
- displayName?: string | null | undefined;
1476
- imported?: {
1477
- raw: Record<string, any>;
1478
- source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
1479
- } | null | undefined;
1480
- _id: string;
1481
- } | null | undefined;
1482
- role: "ADMIN";
1483
- userId: string;
1484
- }[] | null | undefined;
1485
- code: string;
1486
- name: string;
1487
- _id: string;
1488
- isReseller: boolean;
1489
- } | null | undefined;
1490
- thumbnail?: string | null | undefined;
1491
- billingInfos?: {
1492
- _id?: string | null | undefined;
1493
- name: string;
1494
- address: {
1495
- coordinates?: number[] | null | undefined;
1496
- line2?: string | null | undefined;
1497
- state: string;
1498
- country: string;
1499
- line1: string;
1500
- city: string;
1501
- postcode: string;
1502
- };
1503
- email: string;
1504
- companyName: string;
1505
- contact: string;
1506
- }[] | null | undefined;
1507
- customerDisplayImages?: {
1508
- url: string;
1509
- restaurantIds: string[];
1510
- }[] | null | undefined;
1511
- name: string;
1512
- _id: string;
1513
- ownerId: string;
1514
- restaurantQuota: number;
1515
- warehouseQuota: number;
1516
- menuVersion: string;
1517
- };
1518
- businessId: string;
1519
- profile: {
1520
- code?: string | null | undefined;
1521
- url?: string | null | undefined;
1522
- description?: string | null | undefined;
1523
- _id?: string | null | undefined;
1524
- legalName?: string | null | undefined;
1525
- sstRegNo?: string | null | undefined;
1526
- discovery?: boolean | null | undefined;
1527
- coverPhoto?: string | null | undefined;
1528
- thumbnailPhoto?: string | null | undefined;
1529
- photos?: string[] | null | undefined;
1530
- operatingHours?: {
1531
- 0: {
1532
- hours: {
1533
- end: string;
1534
- start: string;
1535
- }[];
1536
- enable: boolean;
1537
- };
1538
- 2: {
1539
- hours: {
1540
- end: string;
1541
- start: string;
1542
- }[];
1543
- enable: boolean;
1544
- };
1545
- 1: {
1546
- hours: {
1547
- end: string;
1548
- start: string;
1549
- }[];
1550
- enable: boolean;
1551
- };
1552
- 3: {
1553
- hours: {
1554
- end: string;
1555
- start: string;
1556
- }[];
1557
- enable: boolean;
1558
- };
1559
- 4: {
1560
- hours: {
1561
- end: string;
1562
- start: string;
1563
- }[];
1564
- enable: boolean;
1565
- };
1566
- 5: {
1567
- hours: {
1568
- end: string;
1569
- start: string;
1570
- }[];
1571
- enable: boolean;
1572
- };
1573
- 6: {
1574
- hours: {
1575
- end: string;
1576
- start: string;
1577
- }[];
1578
- enable: boolean;
1579
- };
1580
- } | null | undefined;
1581
- tags?: string[] | null | undefined;
1582
- name: string;
1583
- address: {
1584
- coordinates?: number[] | null | undefined;
1585
- line2?: string | null | undefined;
1586
- state: string;
1587
- country: string;
1588
- line1: string;
1589
- city: string;
1590
- postcode: string;
1591
- };
1592
- email: string;
1593
- phoneNo: string;
1594
- regNo: string;
1595
- };
1596
- } | null;
1597
- }> & Readonly<{
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
1598
13
  "onRestaurant-selected"?: ((...args: any[]) => any) | undefined;
1599
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
1600
15
  export default _default;