@feedmepos/mf-order-setting 0.0.21-beta.1 → 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.
- package/dist/{KioskDevicesView-snR43qzG.js → KioskDevicesView-TgyDh8aI.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +45 -44
- package/dist/KioskSettingView-fbOxH9m8.js +649 -0
- package/dist/KioskView-C0Vn5S89.js +334 -0
- package/dist/OrderSettingsView-mYvRn7u9.js +70872 -0
- package/dist/app-A306cfER.js +644 -0
- package/dist/app.js +4 -505
- package/dist/auth.dto-C5PLip9a.js +121625 -0
- package/dist/dayjs.min-CLR5r0qf.js +2110 -0
- package/dist/frontend/mf-order/src/app.d.ts +440 -410
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +4 -14
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +35 -30
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +242 -2
- package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +750 -614
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +175 -141
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +35 -3
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +35 -3
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-BghBxhGG.js → index-BJuGDir8.js} +25 -24
- package/dist/index-DSCb3ndM.js +150 -0
- package/dist/package/entity/booking/booking.do.d.ts +95 -1025
- package/dist/package/entity/delivery/delivery.dto.d.ts +78 -264
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +51 -0
- package/dist/package/entity/food-court/order.dto.d.ts +2528 -6
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1377 -255
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +632 -129
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +1272 -244
- package/dist/package/entity/kiosk/kiosk.do.d.ts +14 -14
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +17 -17
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +105 -883
- package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
- package/dist/package/entity/order/order.do.d.ts +951 -5
- package/dist/package/entity/order/order.dto.d.ts +63375 -23687
- package/dist/package/entity/order/order.enum.d.ts +5 -1
- package/dist/package/entity/order/payment/payment.dto.d.ts +9631 -138
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +55 -241
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +29 -215
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +40 -40
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +19 -205
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +7 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +226 -113
- package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
- package/package.json +17 -17
- package/src/app.ts +2 -3
- package/src/locales/en-US.json +218 -203
- package/src/locales/zh-CN.json +218 -203
- package/src/modules/order-setting/kiosk/interface.ts +25 -0
- package/src/stores/order-setting/mapper.ts +73 -51
- package/src/views/kiosk/KioskSummary.vue +36 -2
- package/src/views/kiosk/KioskView.vue +115 -96
- package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
- package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
- package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
- package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
- package/src/views/order-settings/OrderSettingsView.vue +1 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
- package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
- package/dist/App-Dd-xqK-8.js +0 -60
- package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
- package/dist/KioskView-5I0PelUy.js +0 -289
- package/dist/OrderSettingsView-CXZq8QAV.js +0 -51594
- package/dist/dayjs.min-DMfenXNY.js +0 -121871
- package/dist/index-B9mJLWE5.js +0 -70
- package/dist/map-UJBUHidz.js +0 -57
- /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
|
@@ -168,73 +168,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
168
168
|
acceptQueue?: boolean | null | undefined;
|
|
169
169
|
anonymousOrder: boolean;
|
|
170
170
|
} | null | undefined;
|
|
171
|
-
pf_business?: {
|
|
172
|
-
internal?: boolean | null | undefined;
|
|
173
|
-
url?: string | null | undefined;
|
|
174
|
-
expiredAt?: string | null | undefined;
|
|
175
|
-
agentId?: string | null | undefined;
|
|
176
|
-
attributeSettings?: {
|
|
177
|
-
type: "string" | "number" | "boolean" | "date";
|
|
178
|
-
key: string;
|
|
179
|
-
entity: "restaurant" | "item";
|
|
180
|
-
}[] | null | undefined;
|
|
181
|
-
pf_agent?: {
|
|
182
|
-
clickupId?: string | null | undefined;
|
|
183
|
-
members?: {
|
|
184
|
-
pf_user?: {
|
|
185
|
-
email?: string | null | undefined;
|
|
186
|
-
phoneNumber?: string | null | undefined;
|
|
187
|
-
birthday?: string | null | undefined;
|
|
188
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
189
|
-
addresses?: {
|
|
190
|
-
name: string;
|
|
191
|
-
address: string;
|
|
192
|
-
coordinates: number[];
|
|
193
|
-
}[] | null | undefined;
|
|
194
|
-
photoURL?: string | null | undefined;
|
|
195
|
-
displayName?: string | null | undefined;
|
|
196
|
-
imported?: {
|
|
197
|
-
raw: Record<string, any>;
|
|
198
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
199
|
-
} | null | undefined;
|
|
200
|
-
_id: string;
|
|
201
|
-
} | null | undefined;
|
|
202
|
-
role: "ADMIN";
|
|
203
|
-
userId: string;
|
|
204
|
-
}[] | null | undefined;
|
|
205
|
-
code: string;
|
|
206
|
-
name: string;
|
|
207
|
-
_id: string;
|
|
208
|
-
isReseller: boolean;
|
|
209
|
-
} | null | undefined;
|
|
210
|
-
thumbnail?: string | null | undefined;
|
|
211
|
-
billingInfos?: {
|
|
212
|
-
_id?: string | null | undefined;
|
|
213
|
-
name: string;
|
|
214
|
-
address: {
|
|
215
|
-
coordinates?: number[] | null | undefined;
|
|
216
|
-
line2?: string | null | undefined;
|
|
217
|
-
state: string;
|
|
218
|
-
country: string;
|
|
219
|
-
line1: string;
|
|
220
|
-
city: string;
|
|
221
|
-
postcode: string;
|
|
222
|
-
};
|
|
223
|
-
email: string;
|
|
224
|
-
companyName: string;
|
|
225
|
-
contact: string;
|
|
226
|
-
}[] | null | undefined;
|
|
227
|
-
customerDisplayImages?: {
|
|
228
|
-
url: string;
|
|
229
|
-
restaurantIds: string[];
|
|
230
|
-
}[] | null | undefined;
|
|
231
|
-
name: string;
|
|
232
|
-
_id: string;
|
|
233
|
-
ownerId: string;
|
|
234
|
-
restaurantQuota: number;
|
|
235
|
-
warehouseQuota: number;
|
|
236
|
-
menuVersion: string;
|
|
237
|
-
} | null | undefined;
|
|
238
171
|
features?: string[] | null | undefined;
|
|
239
172
|
machineOtp?: string | null | undefined;
|
|
240
173
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -247,7 +180,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
247
180
|
catalogId?: string | null | undefined;
|
|
248
181
|
autoAccept?: boolean | null | undefined;
|
|
249
182
|
term?: string | null | undefined;
|
|
250
|
-
ignoreStock?: boolean | null | undefined;
|
|
251
183
|
enable: boolean;
|
|
252
184
|
} | null | undefined;
|
|
253
185
|
foodpandaDelivery?: {
|
|
@@ -311,7 +243,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
311
243
|
anydeskPassword?: string | null | undefined;
|
|
312
244
|
deviceName: string;
|
|
313
245
|
}[] | null | undefined;
|
|
314
|
-
payoutAccount?:
|
|
246
|
+
payoutAccount?: {
|
|
247
|
+
bank?: {
|
|
248
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
249
|
+
accountNumber?: string | null | undefined;
|
|
250
|
+
holderName?: string | null | undefined;
|
|
251
|
+
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";
|
|
252
|
+
} | null | undefined;
|
|
253
|
+
ssm?: string | null | undefined;
|
|
254
|
+
bankStatement?: string | null | undefined;
|
|
255
|
+
exteriorPhoto?: string | null | undefined;
|
|
256
|
+
keyPerson?: string | null | undefined;
|
|
257
|
+
keyPersonPhone?: string | null | undefined;
|
|
258
|
+
keyPersonEmail?: string | null | undefined;
|
|
259
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
260
|
+
enable: boolean;
|
|
261
|
+
methods: {
|
|
262
|
+
variant: string;
|
|
263
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
264
|
+
rate: {
|
|
265
|
+
amount: number;
|
|
266
|
+
precision: number;
|
|
267
|
+
};
|
|
268
|
+
tPlus: number;
|
|
269
|
+
}[];
|
|
270
|
+
} | null | undefined;
|
|
315
271
|
clearCount?: number | null | undefined;
|
|
316
272
|
queueSetting?: {
|
|
317
273
|
duration?: number | null | undefined;
|
|
@@ -329,6 +285,68 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
329
285
|
} | null | undefined;
|
|
330
286
|
_id: string;
|
|
331
287
|
expiredAt: string;
|
|
288
|
+
pf_business: {
|
|
289
|
+
internal?: boolean | null | undefined;
|
|
290
|
+
url?: string | null | undefined;
|
|
291
|
+
expiredAt?: string | null | undefined;
|
|
292
|
+
agentId?: string | null | undefined;
|
|
293
|
+
pf_agent?: {
|
|
294
|
+
clickupId?: string | null | undefined;
|
|
295
|
+
members?: {
|
|
296
|
+
pf_user?: {
|
|
297
|
+
email?: string | null | undefined;
|
|
298
|
+
phoneNumber?: string | null | undefined;
|
|
299
|
+
birthday?: string | null | undefined;
|
|
300
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
301
|
+
addresses?: {
|
|
302
|
+
name: string;
|
|
303
|
+
address: string;
|
|
304
|
+
coordinates: number[];
|
|
305
|
+
}[] | null | undefined;
|
|
306
|
+
photoURL?: string | null | undefined;
|
|
307
|
+
displayName?: string | null | undefined;
|
|
308
|
+
imported?: {
|
|
309
|
+
raw: Record<string, any>;
|
|
310
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
311
|
+
} | null | undefined;
|
|
312
|
+
_id: string;
|
|
313
|
+
} | null | undefined;
|
|
314
|
+
role: "ADMIN";
|
|
315
|
+
userId: string;
|
|
316
|
+
}[] | null | undefined;
|
|
317
|
+
code: string;
|
|
318
|
+
name: string;
|
|
319
|
+
_id: string;
|
|
320
|
+
isReseller: boolean;
|
|
321
|
+
} | null | undefined;
|
|
322
|
+
thumbnail?: string | null | undefined;
|
|
323
|
+
billingInfos?: {
|
|
324
|
+
_id?: string | null | undefined;
|
|
325
|
+
name: string;
|
|
326
|
+
address: {
|
|
327
|
+
coordinates?: number[] | null | undefined;
|
|
328
|
+
line2?: string | null | undefined;
|
|
329
|
+
state: string;
|
|
330
|
+
country: string;
|
|
331
|
+
line1: string;
|
|
332
|
+
city: string;
|
|
333
|
+
postcode: string;
|
|
334
|
+
};
|
|
335
|
+
email: string;
|
|
336
|
+
companyName: string;
|
|
337
|
+
contact: string;
|
|
338
|
+
}[] | null | undefined;
|
|
339
|
+
customerDisplayImages?: {
|
|
340
|
+
url: string;
|
|
341
|
+
restaurantIds: string[];
|
|
342
|
+
}[] | null | undefined;
|
|
343
|
+
name: string;
|
|
344
|
+
_id: string;
|
|
345
|
+
ownerId: string;
|
|
346
|
+
restaurantQuota: number;
|
|
347
|
+
warehouseQuota: number;
|
|
348
|
+
menuVersion: string;
|
|
349
|
+
};
|
|
332
350
|
businessId: string;
|
|
333
351
|
profile: {
|
|
334
352
|
code?: string | null | undefined;
|
|
@@ -407,7 +425,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
407
425
|
phoneNo: string;
|
|
408
426
|
regNo: string;
|
|
409
427
|
};
|
|
410
|
-
customAttributes: Record<string, any>;
|
|
411
428
|
}[];
|
|
412
429
|
managableRestaurants: {
|
|
413
430
|
id: string;
|
|
@@ -633,73 +650,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
633
650
|
acceptQueue?: boolean | null | undefined;
|
|
634
651
|
anonymousOrder: boolean;
|
|
635
652
|
} | null | undefined;
|
|
636
|
-
pf_business?: {
|
|
637
|
-
internal?: boolean | null | undefined;
|
|
638
|
-
url?: string | null | undefined;
|
|
639
|
-
expiredAt?: string | null | undefined;
|
|
640
|
-
agentId?: string | null | undefined;
|
|
641
|
-
attributeSettings?: {
|
|
642
|
-
type: "string" | "number" | "boolean" | "date";
|
|
643
|
-
key: string;
|
|
644
|
-
entity: "restaurant" | "item";
|
|
645
|
-
}[] | null | undefined;
|
|
646
|
-
pf_agent?: {
|
|
647
|
-
clickupId?: string | null | undefined;
|
|
648
|
-
members?: {
|
|
649
|
-
pf_user?: {
|
|
650
|
-
email?: string | null | undefined;
|
|
651
|
-
phoneNumber?: string | null | undefined;
|
|
652
|
-
birthday?: string | null | undefined;
|
|
653
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
654
|
-
addresses?: {
|
|
655
|
-
name: string;
|
|
656
|
-
address: string;
|
|
657
|
-
coordinates: number[];
|
|
658
|
-
}[] | null | undefined;
|
|
659
|
-
photoURL?: string | null | undefined;
|
|
660
|
-
displayName?: string | null | undefined;
|
|
661
|
-
imported?: {
|
|
662
|
-
raw: Record<string, any>;
|
|
663
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
664
|
-
} | null | undefined;
|
|
665
|
-
_id: string;
|
|
666
|
-
} | null | undefined;
|
|
667
|
-
role: "ADMIN";
|
|
668
|
-
userId: string;
|
|
669
|
-
}[] | null | undefined;
|
|
670
|
-
code: string;
|
|
671
|
-
name: string;
|
|
672
|
-
_id: string;
|
|
673
|
-
isReseller: boolean;
|
|
674
|
-
} | null | undefined;
|
|
675
|
-
thumbnail?: string | null | undefined;
|
|
676
|
-
billingInfos?: {
|
|
677
|
-
_id?: string | null | undefined;
|
|
678
|
-
name: string;
|
|
679
|
-
address: {
|
|
680
|
-
coordinates?: number[] | null | undefined;
|
|
681
|
-
line2?: string | null | undefined;
|
|
682
|
-
state: string;
|
|
683
|
-
country: string;
|
|
684
|
-
line1: string;
|
|
685
|
-
city: string;
|
|
686
|
-
postcode: string;
|
|
687
|
-
};
|
|
688
|
-
email: string;
|
|
689
|
-
companyName: string;
|
|
690
|
-
contact: string;
|
|
691
|
-
}[] | null | undefined;
|
|
692
|
-
customerDisplayImages?: {
|
|
693
|
-
url: string;
|
|
694
|
-
restaurantIds: string[];
|
|
695
|
-
}[] | null | undefined;
|
|
696
|
-
name: string;
|
|
697
|
-
_id: string;
|
|
698
|
-
ownerId: string;
|
|
699
|
-
restaurantQuota: number;
|
|
700
|
-
warehouseQuota: number;
|
|
701
|
-
menuVersion: string;
|
|
702
|
-
} | null | undefined;
|
|
703
653
|
features?: string[] | null | undefined;
|
|
704
654
|
machineOtp?: string | null | undefined;
|
|
705
655
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -712,7 +662,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
712
662
|
catalogId?: string | null | undefined;
|
|
713
663
|
autoAccept?: boolean | null | undefined;
|
|
714
664
|
term?: string | null | undefined;
|
|
715
|
-
ignoreStock?: boolean | null | undefined;
|
|
716
665
|
enable: boolean;
|
|
717
666
|
} | null | undefined;
|
|
718
667
|
foodpandaDelivery?: {
|
|
@@ -776,7 +725,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
776
725
|
anydeskPassword?: string | null | undefined;
|
|
777
726
|
deviceName: string;
|
|
778
727
|
}[] | null | undefined;
|
|
779
|
-
payoutAccount?:
|
|
728
|
+
payoutAccount?: {
|
|
729
|
+
bank?: {
|
|
730
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
731
|
+
accountNumber?: string | null | undefined;
|
|
732
|
+
holderName?: string | null | undefined;
|
|
733
|
+
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";
|
|
734
|
+
} | null | undefined;
|
|
735
|
+
ssm?: string | null | undefined;
|
|
736
|
+
bankStatement?: string | null | undefined;
|
|
737
|
+
exteriorPhoto?: string | null | undefined;
|
|
738
|
+
keyPerson?: string | null | undefined;
|
|
739
|
+
keyPersonPhone?: string | null | undefined;
|
|
740
|
+
keyPersonEmail?: string | null | undefined;
|
|
741
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
742
|
+
enable: boolean;
|
|
743
|
+
methods: {
|
|
744
|
+
variant: string;
|
|
745
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
746
|
+
rate: {
|
|
747
|
+
amount: number;
|
|
748
|
+
precision: number;
|
|
749
|
+
};
|
|
750
|
+
tPlus: number;
|
|
751
|
+
}[];
|
|
752
|
+
} | null | undefined;
|
|
780
753
|
clearCount?: number | null | undefined;
|
|
781
754
|
queueSetting?: {
|
|
782
755
|
duration?: number | null | undefined;
|
|
@@ -794,62 +767,123 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
794
767
|
} | null | undefined;
|
|
795
768
|
_id: string;
|
|
796
769
|
expiredAt: string;
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
}[];
|
|
800
|
-
businessRestaurants: {
|
|
801
|
-
id: string;
|
|
802
|
-
profile: {
|
|
803
|
-
address: {
|
|
804
|
-
formatted: string;
|
|
805
|
-
isValidPostcode: boolean;
|
|
806
|
-
isValid: boolean;
|
|
807
|
-
isValidCoordinate: boolean;
|
|
808
|
-
coordinates?: number[] | null | undefined;
|
|
809
|
-
line2?: string | null | undefined;
|
|
810
|
-
state: string;
|
|
811
|
-
country: string;
|
|
812
|
-
line1: string;
|
|
813
|
-
city: string;
|
|
814
|
-
postcode: string;
|
|
815
|
-
};
|
|
816
|
-
code?: string | null | undefined;
|
|
770
|
+
pf_business: {
|
|
771
|
+
internal?: boolean | null | undefined;
|
|
817
772
|
url?: string | null | undefined;
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
773
|
+
expiredAt?: string | null | undefined;
|
|
774
|
+
agentId?: string | null | undefined;
|
|
775
|
+
pf_agent?: {
|
|
776
|
+
clickupId?: string | null | undefined;
|
|
777
|
+
members?: {
|
|
778
|
+
pf_user?: {
|
|
779
|
+
email?: string | null | undefined;
|
|
780
|
+
phoneNumber?: string | null | undefined;
|
|
781
|
+
birthday?: string | null | undefined;
|
|
782
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
783
|
+
addresses?: {
|
|
784
|
+
name: string;
|
|
785
|
+
address: string;
|
|
786
|
+
coordinates: number[];
|
|
787
|
+
}[] | null | undefined;
|
|
788
|
+
photoURL?: string | null | undefined;
|
|
789
|
+
displayName?: string | null | undefined;
|
|
790
|
+
imported?: {
|
|
791
|
+
raw: Record<string, any>;
|
|
792
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
793
|
+
} | null | undefined;
|
|
794
|
+
_id: string;
|
|
795
|
+
} | null | undefined;
|
|
796
|
+
role: "ADMIN";
|
|
797
|
+
userId: string;
|
|
798
|
+
}[] | null | undefined;
|
|
799
|
+
code: string;
|
|
800
|
+
name: string;
|
|
801
|
+
_id: string;
|
|
802
|
+
isReseller: boolean;
|
|
803
|
+
} | null | undefined;
|
|
804
|
+
thumbnail?: string | null | undefined;
|
|
805
|
+
billingInfos?: {
|
|
806
|
+
_id?: string | null | undefined;
|
|
807
|
+
name: string;
|
|
808
|
+
address: {
|
|
809
|
+
coordinates?: number[] | null | undefined;
|
|
810
|
+
line2?: string | null | undefined;
|
|
811
|
+
state: string;
|
|
812
|
+
country: string;
|
|
813
|
+
line1: string;
|
|
814
|
+
city: string;
|
|
815
|
+
postcode: string;
|
|
816
|
+
};
|
|
817
|
+
email: string;
|
|
818
|
+
companyName: string;
|
|
819
|
+
contact: string;
|
|
820
|
+
}[] | null | undefined;
|
|
821
|
+
customerDisplayImages?: {
|
|
822
|
+
url: string;
|
|
823
|
+
restaurantIds: string[];
|
|
824
|
+
}[] | null | undefined;
|
|
825
|
+
name: string;
|
|
826
|
+
_id: string;
|
|
827
|
+
ownerId: string;
|
|
828
|
+
restaurantQuota: number;
|
|
829
|
+
warehouseQuota: number;
|
|
830
|
+
menuVersion: string;
|
|
831
|
+
};
|
|
832
|
+
businessId: string;
|
|
833
|
+
}[];
|
|
834
|
+
businessRestaurants: {
|
|
835
|
+
id: string;
|
|
836
|
+
profile: {
|
|
837
|
+
address: {
|
|
838
|
+
formatted: string;
|
|
839
|
+
isValidPostcode: boolean;
|
|
840
|
+
isValid: boolean;
|
|
841
|
+
isValidCoordinate: boolean;
|
|
842
|
+
coordinates?: number[] | null | undefined;
|
|
843
|
+
line2?: string | null | undefined;
|
|
844
|
+
state: string;
|
|
845
|
+
country: string;
|
|
846
|
+
line1: string;
|
|
847
|
+
city: string;
|
|
848
|
+
postcode: string;
|
|
849
|
+
};
|
|
850
|
+
code?: string | null | undefined;
|
|
851
|
+
url?: string | null | undefined;
|
|
852
|
+
description?: string | null | undefined;
|
|
853
|
+
_id?: string | null | undefined;
|
|
854
|
+
legalName?: string | null | undefined;
|
|
855
|
+
sstRegNo?: string | null | undefined;
|
|
856
|
+
discovery?: boolean | null | undefined;
|
|
857
|
+
coverPhoto?: string | null | undefined;
|
|
858
|
+
thumbnailPhoto?: string | null | undefined;
|
|
859
|
+
photos?: string[] | null | undefined;
|
|
860
|
+
operatingHours?: {
|
|
861
|
+
0: {
|
|
862
|
+
hours: {
|
|
863
|
+
end: string;
|
|
864
|
+
start: string;
|
|
865
|
+
}[];
|
|
866
|
+
enable: boolean;
|
|
867
|
+
};
|
|
868
|
+
2: {
|
|
869
|
+
hours: {
|
|
870
|
+
end: string;
|
|
871
|
+
start: string;
|
|
872
|
+
}[];
|
|
873
|
+
enable: boolean;
|
|
874
|
+
};
|
|
875
|
+
1: {
|
|
876
|
+
hours: {
|
|
877
|
+
end: string;
|
|
878
|
+
start: string;
|
|
879
|
+
}[];
|
|
880
|
+
enable: boolean;
|
|
881
|
+
};
|
|
882
|
+
3: {
|
|
883
|
+
hours: {
|
|
884
|
+
end: string;
|
|
885
|
+
start: string;
|
|
886
|
+
}[];
|
|
853
887
|
enable: boolean;
|
|
854
888
|
};
|
|
855
889
|
4: {
|
|
@@ -1021,73 +1055,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1021
1055
|
acceptQueue?: boolean | null | undefined;
|
|
1022
1056
|
anonymousOrder: boolean;
|
|
1023
1057
|
} | null | undefined;
|
|
1024
|
-
pf_business?: {
|
|
1025
|
-
internal?: boolean | null | undefined;
|
|
1026
|
-
url?: string | null | undefined;
|
|
1027
|
-
expiredAt?: string | null | undefined;
|
|
1028
|
-
agentId?: string | null | undefined;
|
|
1029
|
-
attributeSettings?: {
|
|
1030
|
-
type: "string" | "number" | "boolean" | "date";
|
|
1031
|
-
key: string;
|
|
1032
|
-
entity: "restaurant" | "item";
|
|
1033
|
-
}[] | null | undefined;
|
|
1034
|
-
pf_agent?: {
|
|
1035
|
-
clickupId?: string | null | undefined;
|
|
1036
|
-
members?: {
|
|
1037
|
-
pf_user?: {
|
|
1038
|
-
email?: string | null | undefined;
|
|
1039
|
-
phoneNumber?: string | null | undefined;
|
|
1040
|
-
birthday?: string | null | undefined;
|
|
1041
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1042
|
-
addresses?: {
|
|
1043
|
-
name: string;
|
|
1044
|
-
address: string;
|
|
1045
|
-
coordinates: number[];
|
|
1046
|
-
}[] | null | undefined;
|
|
1047
|
-
photoURL?: string | null | undefined;
|
|
1048
|
-
displayName?: string | null | undefined;
|
|
1049
|
-
imported?: {
|
|
1050
|
-
raw: Record<string, any>;
|
|
1051
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1052
|
-
} | null | undefined;
|
|
1053
|
-
_id: string;
|
|
1054
|
-
} | null | undefined;
|
|
1055
|
-
role: "ADMIN";
|
|
1056
|
-
userId: string;
|
|
1057
|
-
}[] | null | undefined;
|
|
1058
|
-
code: string;
|
|
1059
|
-
name: string;
|
|
1060
|
-
_id: string;
|
|
1061
|
-
isReseller: boolean;
|
|
1062
|
-
} | null | undefined;
|
|
1063
|
-
thumbnail?: string | null | undefined;
|
|
1064
|
-
billingInfos?: {
|
|
1065
|
-
_id?: string | null | undefined;
|
|
1066
|
-
name: string;
|
|
1067
|
-
address: {
|
|
1068
|
-
coordinates?: number[] | null | undefined;
|
|
1069
|
-
line2?: string | null | undefined;
|
|
1070
|
-
state: string;
|
|
1071
|
-
country: string;
|
|
1072
|
-
line1: string;
|
|
1073
|
-
city: string;
|
|
1074
|
-
postcode: string;
|
|
1075
|
-
};
|
|
1076
|
-
email: string;
|
|
1077
|
-
companyName: string;
|
|
1078
|
-
contact: string;
|
|
1079
|
-
}[] | null | undefined;
|
|
1080
|
-
customerDisplayImages?: {
|
|
1081
|
-
url: string;
|
|
1082
|
-
restaurantIds: string[];
|
|
1083
|
-
}[] | null | undefined;
|
|
1084
|
-
name: string;
|
|
1085
|
-
_id: string;
|
|
1086
|
-
ownerId: string;
|
|
1087
|
-
restaurantQuota: number;
|
|
1088
|
-
warehouseQuota: number;
|
|
1089
|
-
menuVersion: string;
|
|
1090
|
-
} | null | undefined;
|
|
1091
1058
|
features?: string[] | null | undefined;
|
|
1092
1059
|
machineOtp?: string | null | undefined;
|
|
1093
1060
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -1100,7 +1067,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1100
1067
|
catalogId?: string | null | undefined;
|
|
1101
1068
|
autoAccept?: boolean | null | undefined;
|
|
1102
1069
|
term?: string | null | undefined;
|
|
1103
|
-
ignoreStock?: boolean | null | undefined;
|
|
1104
1070
|
enable: boolean;
|
|
1105
1071
|
} | null | undefined;
|
|
1106
1072
|
foodpandaDelivery?: {
|
|
@@ -1164,7 +1130,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1164
1130
|
anydeskPassword?: string | null | undefined;
|
|
1165
1131
|
deviceName: string;
|
|
1166
1132
|
}[] | null | undefined;
|
|
1167
|
-
payoutAccount?:
|
|
1133
|
+
payoutAccount?: {
|
|
1134
|
+
bank?: {
|
|
1135
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
1136
|
+
accountNumber?: string | null | undefined;
|
|
1137
|
+
holderName?: string | null | undefined;
|
|
1138
|
+
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";
|
|
1139
|
+
} | null | undefined;
|
|
1140
|
+
ssm?: string | null | undefined;
|
|
1141
|
+
bankStatement?: string | null | undefined;
|
|
1142
|
+
exteriorPhoto?: string | null | undefined;
|
|
1143
|
+
keyPerson?: string | null | undefined;
|
|
1144
|
+
keyPersonPhone?: string | null | undefined;
|
|
1145
|
+
keyPersonEmail?: string | null | undefined;
|
|
1146
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
1147
|
+
enable: boolean;
|
|
1148
|
+
methods: {
|
|
1149
|
+
variant: string;
|
|
1150
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
1151
|
+
rate: {
|
|
1152
|
+
amount: number;
|
|
1153
|
+
precision: number;
|
|
1154
|
+
};
|
|
1155
|
+
tPlus: number;
|
|
1156
|
+
}[];
|
|
1157
|
+
} | null | undefined;
|
|
1168
1158
|
clearCount?: number | null | undefined;
|
|
1169
1159
|
queueSetting?: {
|
|
1170
1160
|
duration?: number | null | undefined;
|
|
@@ -1182,8 +1172,69 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1182
1172
|
} | null | undefined;
|
|
1183
1173
|
_id: string;
|
|
1184
1174
|
expiredAt: string;
|
|
1175
|
+
pf_business: {
|
|
1176
|
+
internal?: boolean | null | undefined;
|
|
1177
|
+
url?: string | null | undefined;
|
|
1178
|
+
expiredAt?: string | null | undefined;
|
|
1179
|
+
agentId?: string | null | undefined;
|
|
1180
|
+
pf_agent?: {
|
|
1181
|
+
clickupId?: string | null | undefined;
|
|
1182
|
+
members?: {
|
|
1183
|
+
pf_user?: {
|
|
1184
|
+
email?: string | null | undefined;
|
|
1185
|
+
phoneNumber?: string | null | undefined;
|
|
1186
|
+
birthday?: string | null | undefined;
|
|
1187
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1188
|
+
addresses?: {
|
|
1189
|
+
name: string;
|
|
1190
|
+
address: string;
|
|
1191
|
+
coordinates: number[];
|
|
1192
|
+
}[] | null | undefined;
|
|
1193
|
+
photoURL?: string | null | undefined;
|
|
1194
|
+
displayName?: string | null | undefined;
|
|
1195
|
+
imported?: {
|
|
1196
|
+
raw: Record<string, any>;
|
|
1197
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1198
|
+
} | null | undefined;
|
|
1199
|
+
_id: string;
|
|
1200
|
+
} | null | undefined;
|
|
1201
|
+
role: "ADMIN";
|
|
1202
|
+
userId: string;
|
|
1203
|
+
}[] | null | undefined;
|
|
1204
|
+
code: string;
|
|
1205
|
+
name: string;
|
|
1206
|
+
_id: string;
|
|
1207
|
+
isReseller: boolean;
|
|
1208
|
+
} | null | undefined;
|
|
1209
|
+
thumbnail?: string | null | undefined;
|
|
1210
|
+
billingInfos?: {
|
|
1211
|
+
_id?: string | null | undefined;
|
|
1212
|
+
name: string;
|
|
1213
|
+
address: {
|
|
1214
|
+
coordinates?: number[] | null | undefined;
|
|
1215
|
+
line2?: string | null | undefined;
|
|
1216
|
+
state: string;
|
|
1217
|
+
country: string;
|
|
1218
|
+
line1: string;
|
|
1219
|
+
city: string;
|
|
1220
|
+
postcode: string;
|
|
1221
|
+
};
|
|
1222
|
+
email: string;
|
|
1223
|
+
companyName: string;
|
|
1224
|
+
contact: string;
|
|
1225
|
+
}[] | null | undefined;
|
|
1226
|
+
customerDisplayImages?: {
|
|
1227
|
+
url: string;
|
|
1228
|
+
restaurantIds: string[];
|
|
1229
|
+
}[] | null | undefined;
|
|
1230
|
+
name: string;
|
|
1231
|
+
_id: string;
|
|
1232
|
+
ownerId: string;
|
|
1233
|
+
restaurantQuota: number;
|
|
1234
|
+
warehouseQuota: number;
|
|
1235
|
+
menuVersion: string;
|
|
1236
|
+
};
|
|
1185
1237
|
businessId: string;
|
|
1186
|
-
customAttributes: Record<string, any>;
|
|
1187
1238
|
}[];
|
|
1188
1239
|
currentRestaurantId: string;
|
|
1189
1240
|
restaurantSettings: {
|
|
@@ -1413,73 +1464,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1413
1464
|
acceptQueue?: boolean | null | undefined;
|
|
1414
1465
|
anonymousOrder: boolean;
|
|
1415
1466
|
} | null | undefined;
|
|
1416
|
-
pf_business?: {
|
|
1417
|
-
internal?: boolean | null | undefined;
|
|
1418
|
-
url?: string | null | undefined;
|
|
1419
|
-
expiredAt?: string | null | undefined;
|
|
1420
|
-
agentId?: string | null | undefined;
|
|
1421
|
-
attributeSettings?: {
|
|
1422
|
-
type: "string" | "number" | "boolean" | "date";
|
|
1423
|
-
key: string;
|
|
1424
|
-
entity: "restaurant" | "item";
|
|
1425
|
-
}[] | null | undefined;
|
|
1426
|
-
pf_agent?: {
|
|
1427
|
-
clickupId?: string | null | undefined;
|
|
1428
|
-
members?: {
|
|
1429
|
-
pf_user?: {
|
|
1430
|
-
email?: string | null | undefined;
|
|
1431
|
-
phoneNumber?: string | null | undefined;
|
|
1432
|
-
birthday?: string | null | undefined;
|
|
1433
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1434
|
-
addresses?: {
|
|
1435
|
-
name: string;
|
|
1436
|
-
address: string;
|
|
1437
|
-
coordinates: number[];
|
|
1438
|
-
}[] | null | undefined;
|
|
1439
|
-
photoURL?: string | null | undefined;
|
|
1440
|
-
displayName?: string | null | undefined;
|
|
1441
|
-
imported?: {
|
|
1442
|
-
raw: Record<string, any>;
|
|
1443
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1444
|
-
} | null | undefined;
|
|
1445
|
-
_id: string;
|
|
1446
|
-
} | null | undefined;
|
|
1447
|
-
role: "ADMIN";
|
|
1448
|
-
userId: string;
|
|
1449
|
-
}[] | null | undefined;
|
|
1450
|
-
code: string;
|
|
1451
|
-
name: string;
|
|
1452
|
-
_id: string;
|
|
1453
|
-
isReseller: boolean;
|
|
1454
|
-
} | null | undefined;
|
|
1455
|
-
thumbnail?: string | null | undefined;
|
|
1456
|
-
billingInfos?: {
|
|
1457
|
-
_id?: string | null | undefined;
|
|
1458
|
-
name: string;
|
|
1459
|
-
address: {
|
|
1460
|
-
coordinates?: number[] | null | undefined;
|
|
1461
|
-
line2?: string | null | undefined;
|
|
1462
|
-
state: string;
|
|
1463
|
-
country: string;
|
|
1464
|
-
line1: string;
|
|
1465
|
-
city: string;
|
|
1466
|
-
postcode: string;
|
|
1467
|
-
};
|
|
1468
|
-
email: string;
|
|
1469
|
-
companyName: string;
|
|
1470
|
-
contact: string;
|
|
1471
|
-
}[] | null | undefined;
|
|
1472
|
-
customerDisplayImages?: {
|
|
1473
|
-
url: string;
|
|
1474
|
-
restaurantIds: string[];
|
|
1475
|
-
}[] | null | undefined;
|
|
1476
|
-
name: string;
|
|
1477
|
-
_id: string;
|
|
1478
|
-
ownerId: string;
|
|
1479
|
-
restaurantQuota: number;
|
|
1480
|
-
warehouseQuota: number;
|
|
1481
|
-
menuVersion: string;
|
|
1482
|
-
} | null | undefined;
|
|
1483
1467
|
features?: string[] | null | undefined;
|
|
1484
1468
|
machineOtp?: string | null | undefined;
|
|
1485
1469
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -1492,7 +1476,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1492
1476
|
catalogId?: string | null | undefined;
|
|
1493
1477
|
autoAccept?: boolean | null | undefined;
|
|
1494
1478
|
term?: string | null | undefined;
|
|
1495
|
-
ignoreStock?: boolean | null | undefined;
|
|
1496
1479
|
enable: boolean;
|
|
1497
1480
|
} | null | undefined;
|
|
1498
1481
|
foodpandaDelivery?: {
|
|
@@ -1556,7 +1539,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1556
1539
|
anydeskPassword?: string | null | undefined;
|
|
1557
1540
|
deviceName: string;
|
|
1558
1541
|
}[] | null | undefined;
|
|
1559
|
-
payoutAccount?:
|
|
1542
|
+
payoutAccount?: {
|
|
1543
|
+
bank?: {
|
|
1544
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
1545
|
+
accountNumber?: string | null | undefined;
|
|
1546
|
+
holderName?: string | null | undefined;
|
|
1547
|
+
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";
|
|
1548
|
+
} | null | undefined;
|
|
1549
|
+
ssm?: string | null | undefined;
|
|
1550
|
+
bankStatement?: string | null | undefined;
|
|
1551
|
+
exteriorPhoto?: string | null | undefined;
|
|
1552
|
+
keyPerson?: string | null | undefined;
|
|
1553
|
+
keyPersonPhone?: string | null | undefined;
|
|
1554
|
+
keyPersonEmail?: string | null | undefined;
|
|
1555
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
1556
|
+
enable: boolean;
|
|
1557
|
+
methods: {
|
|
1558
|
+
variant: string;
|
|
1559
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
1560
|
+
rate: {
|
|
1561
|
+
amount: number;
|
|
1562
|
+
precision: number;
|
|
1563
|
+
};
|
|
1564
|
+
tPlus: number;
|
|
1565
|
+
}[];
|
|
1566
|
+
} | null | undefined;
|
|
1560
1567
|
clearCount?: number | null | undefined;
|
|
1561
1568
|
queueSetting?: {
|
|
1562
1569
|
duration?: number | null | undefined;
|
|
@@ -1574,8 +1581,69 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1574
1581
|
} | null | undefined;
|
|
1575
1582
|
_id: string;
|
|
1576
1583
|
expiredAt: string;
|
|
1584
|
+
pf_business: {
|
|
1585
|
+
internal?: boolean | null | undefined;
|
|
1586
|
+
url?: string | null | undefined;
|
|
1587
|
+
expiredAt?: string | null | undefined;
|
|
1588
|
+
agentId?: string | null | undefined;
|
|
1589
|
+
pf_agent?: {
|
|
1590
|
+
clickupId?: string | null | undefined;
|
|
1591
|
+
members?: {
|
|
1592
|
+
pf_user?: {
|
|
1593
|
+
email?: string | null | undefined;
|
|
1594
|
+
phoneNumber?: string | null | undefined;
|
|
1595
|
+
birthday?: string | null | undefined;
|
|
1596
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1597
|
+
addresses?: {
|
|
1598
|
+
name: string;
|
|
1599
|
+
address: string;
|
|
1600
|
+
coordinates: number[];
|
|
1601
|
+
}[] | null | undefined;
|
|
1602
|
+
photoURL?: string | null | undefined;
|
|
1603
|
+
displayName?: string | null | undefined;
|
|
1604
|
+
imported?: {
|
|
1605
|
+
raw: Record<string, any>;
|
|
1606
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1607
|
+
} | null | undefined;
|
|
1608
|
+
_id: string;
|
|
1609
|
+
} | null | undefined;
|
|
1610
|
+
role: "ADMIN";
|
|
1611
|
+
userId: string;
|
|
1612
|
+
}[] | null | undefined;
|
|
1613
|
+
code: string;
|
|
1614
|
+
name: string;
|
|
1615
|
+
_id: string;
|
|
1616
|
+
isReseller: boolean;
|
|
1617
|
+
} | null | undefined;
|
|
1618
|
+
thumbnail?: string | null | undefined;
|
|
1619
|
+
billingInfos?: {
|
|
1620
|
+
_id?: string | null | undefined;
|
|
1621
|
+
name: string;
|
|
1622
|
+
address: {
|
|
1623
|
+
coordinates?: number[] | null | undefined;
|
|
1624
|
+
line2?: string | null | undefined;
|
|
1625
|
+
state: string;
|
|
1626
|
+
country: string;
|
|
1627
|
+
line1: string;
|
|
1628
|
+
city: string;
|
|
1629
|
+
postcode: string;
|
|
1630
|
+
};
|
|
1631
|
+
email: string;
|
|
1632
|
+
companyName: string;
|
|
1633
|
+
contact: string;
|
|
1634
|
+
}[] | null | undefined;
|
|
1635
|
+
customerDisplayImages?: {
|
|
1636
|
+
url: string;
|
|
1637
|
+
restaurantIds: string[];
|
|
1638
|
+
}[] | null | undefined;
|
|
1639
|
+
name: string;
|
|
1640
|
+
_id: string;
|
|
1641
|
+
ownerId: string;
|
|
1642
|
+
restaurantQuota: number;
|
|
1643
|
+
warehouseQuota: number;
|
|
1644
|
+
menuVersion: string;
|
|
1645
|
+
};
|
|
1577
1646
|
businessId: string;
|
|
1578
|
-
customAttributes: Record<string, any>;
|
|
1579
1647
|
} | undefined;
|
|
1580
1648
|
currentRestaurantSetting: (state: {
|
|
1581
1649
|
adminRestaurants: {
|
|
@@ -1716,73 +1784,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1716
1784
|
acceptQueue?: boolean | null | undefined;
|
|
1717
1785
|
anonymousOrder: boolean;
|
|
1718
1786
|
} | null | undefined;
|
|
1719
|
-
pf_business?: {
|
|
1720
|
-
internal?: boolean | null | undefined;
|
|
1721
|
-
url?: string | null | undefined;
|
|
1722
|
-
expiredAt?: string | null | undefined;
|
|
1723
|
-
agentId?: string | null | undefined;
|
|
1724
|
-
attributeSettings?: {
|
|
1725
|
-
type: "string" | "number" | "boolean" | "date";
|
|
1726
|
-
key: string;
|
|
1727
|
-
entity: "restaurant" | "item";
|
|
1728
|
-
}[] | null | undefined;
|
|
1729
|
-
pf_agent?: {
|
|
1730
|
-
clickupId?: string | null | undefined;
|
|
1731
|
-
members?: {
|
|
1732
|
-
pf_user?: {
|
|
1733
|
-
email?: string | null | undefined;
|
|
1734
|
-
phoneNumber?: string | null | undefined;
|
|
1735
|
-
birthday?: string | null | undefined;
|
|
1736
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1737
|
-
addresses?: {
|
|
1738
|
-
name: string;
|
|
1739
|
-
address: string;
|
|
1740
|
-
coordinates: number[];
|
|
1741
|
-
}[] | null | undefined;
|
|
1742
|
-
photoURL?: string | null | undefined;
|
|
1743
|
-
displayName?: string | null | undefined;
|
|
1744
|
-
imported?: {
|
|
1745
|
-
raw: Record<string, any>;
|
|
1746
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1747
|
-
} | null | undefined;
|
|
1748
|
-
_id: string;
|
|
1749
|
-
} | null | undefined;
|
|
1750
|
-
role: "ADMIN";
|
|
1751
|
-
userId: string;
|
|
1752
|
-
}[] | null | undefined;
|
|
1753
|
-
code: string;
|
|
1754
|
-
name: string;
|
|
1755
|
-
_id: string;
|
|
1756
|
-
isReseller: boolean;
|
|
1757
|
-
} | null | undefined;
|
|
1758
|
-
thumbnail?: string | null | undefined;
|
|
1759
|
-
billingInfos?: {
|
|
1760
|
-
_id?: string | null | undefined;
|
|
1761
|
-
name: string;
|
|
1762
|
-
address: {
|
|
1763
|
-
coordinates?: number[] | null | undefined;
|
|
1764
|
-
line2?: string | null | undefined;
|
|
1765
|
-
state: string;
|
|
1766
|
-
country: string;
|
|
1767
|
-
line1: string;
|
|
1768
|
-
city: string;
|
|
1769
|
-
postcode: string;
|
|
1770
|
-
};
|
|
1771
|
-
email: string;
|
|
1772
|
-
companyName: string;
|
|
1773
|
-
contact: string;
|
|
1774
|
-
}[] | null | undefined;
|
|
1775
|
-
customerDisplayImages?: {
|
|
1776
|
-
url: string;
|
|
1777
|
-
restaurantIds: string[];
|
|
1778
|
-
}[] | null | undefined;
|
|
1779
|
-
name: string;
|
|
1780
|
-
_id: string;
|
|
1781
|
-
ownerId: string;
|
|
1782
|
-
restaurantQuota: number;
|
|
1783
|
-
warehouseQuota: number;
|
|
1784
|
-
menuVersion: string;
|
|
1785
|
-
} | null | undefined;
|
|
1786
1787
|
features?: string[] | null | undefined;
|
|
1787
1788
|
machineOtp?: string | null | undefined;
|
|
1788
1789
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -1795,7 +1796,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1795
1796
|
catalogId?: string | null | undefined;
|
|
1796
1797
|
autoAccept?: boolean | null | undefined;
|
|
1797
1798
|
term?: string | null | undefined;
|
|
1798
|
-
ignoreStock?: boolean | null | undefined;
|
|
1799
1799
|
enable: boolean;
|
|
1800
1800
|
} | null | undefined;
|
|
1801
1801
|
foodpandaDelivery?: {
|
|
@@ -1859,7 +1859,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1859
1859
|
anydeskPassword?: string | null | undefined;
|
|
1860
1860
|
deviceName: string;
|
|
1861
1861
|
}[] | null | undefined;
|
|
1862
|
-
payoutAccount?:
|
|
1862
|
+
payoutAccount?: {
|
|
1863
|
+
bank?: {
|
|
1864
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
1865
|
+
accountNumber?: string | null | undefined;
|
|
1866
|
+
holderName?: string | null | undefined;
|
|
1867
|
+
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";
|
|
1868
|
+
} | null | undefined;
|
|
1869
|
+
ssm?: string | null | undefined;
|
|
1870
|
+
bankStatement?: string | null | undefined;
|
|
1871
|
+
exteriorPhoto?: string | null | undefined;
|
|
1872
|
+
keyPerson?: string | null | undefined;
|
|
1873
|
+
keyPersonPhone?: string | null | undefined;
|
|
1874
|
+
keyPersonEmail?: string | null | undefined;
|
|
1875
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
1876
|
+
enable: boolean;
|
|
1877
|
+
methods: {
|
|
1878
|
+
variant: string;
|
|
1879
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
1880
|
+
rate: {
|
|
1881
|
+
amount: number;
|
|
1882
|
+
precision: number;
|
|
1883
|
+
};
|
|
1884
|
+
tPlus: number;
|
|
1885
|
+
}[];
|
|
1886
|
+
} | null | undefined;
|
|
1863
1887
|
clearCount?: number | null | undefined;
|
|
1864
1888
|
queueSetting?: {
|
|
1865
1889
|
duration?: number | null | undefined;
|
|
@@ -1877,6 +1901,68 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1877
1901
|
} | null | undefined;
|
|
1878
1902
|
_id: string;
|
|
1879
1903
|
expiredAt: string;
|
|
1904
|
+
pf_business: {
|
|
1905
|
+
internal?: boolean | null | undefined;
|
|
1906
|
+
url?: string | null | undefined;
|
|
1907
|
+
expiredAt?: string | null | undefined;
|
|
1908
|
+
agentId?: string | null | undefined;
|
|
1909
|
+
pf_agent?: {
|
|
1910
|
+
clickupId?: string | null | undefined;
|
|
1911
|
+
members?: {
|
|
1912
|
+
pf_user?: {
|
|
1913
|
+
email?: string | null | undefined;
|
|
1914
|
+
phoneNumber?: string | null | undefined;
|
|
1915
|
+
birthday?: string | null | undefined;
|
|
1916
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
1917
|
+
addresses?: {
|
|
1918
|
+
name: string;
|
|
1919
|
+
address: string;
|
|
1920
|
+
coordinates: number[];
|
|
1921
|
+
}[] | null | undefined;
|
|
1922
|
+
photoURL?: string | null | undefined;
|
|
1923
|
+
displayName?: string | null | undefined;
|
|
1924
|
+
imported?: {
|
|
1925
|
+
raw: Record<string, any>;
|
|
1926
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
1927
|
+
} | null | undefined;
|
|
1928
|
+
_id: string;
|
|
1929
|
+
} | null | undefined;
|
|
1930
|
+
role: "ADMIN";
|
|
1931
|
+
userId: string;
|
|
1932
|
+
}[] | null | undefined;
|
|
1933
|
+
code: string;
|
|
1934
|
+
name: string;
|
|
1935
|
+
_id: string;
|
|
1936
|
+
isReseller: boolean;
|
|
1937
|
+
} | null | undefined;
|
|
1938
|
+
thumbnail?: string | null | undefined;
|
|
1939
|
+
billingInfos?: {
|
|
1940
|
+
_id?: string | null | undefined;
|
|
1941
|
+
name: string;
|
|
1942
|
+
address: {
|
|
1943
|
+
coordinates?: number[] | null | undefined;
|
|
1944
|
+
line2?: string | null | undefined;
|
|
1945
|
+
state: string;
|
|
1946
|
+
country: string;
|
|
1947
|
+
line1: string;
|
|
1948
|
+
city: string;
|
|
1949
|
+
postcode: string;
|
|
1950
|
+
};
|
|
1951
|
+
email: string;
|
|
1952
|
+
companyName: string;
|
|
1953
|
+
contact: string;
|
|
1954
|
+
}[] | null | undefined;
|
|
1955
|
+
customerDisplayImages?: {
|
|
1956
|
+
url: string;
|
|
1957
|
+
restaurantIds: string[];
|
|
1958
|
+
}[] | null | undefined;
|
|
1959
|
+
name: string;
|
|
1960
|
+
_id: string;
|
|
1961
|
+
ownerId: string;
|
|
1962
|
+
restaurantQuota: number;
|
|
1963
|
+
warehouseQuota: number;
|
|
1964
|
+
menuVersion: string;
|
|
1965
|
+
};
|
|
1880
1966
|
businessId: string;
|
|
1881
1967
|
profile: {
|
|
1882
1968
|
code?: string | null | undefined;
|
|
@@ -1955,7 +2041,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
1955
2041
|
phoneNo: string;
|
|
1956
2042
|
regNo: string;
|
|
1957
2043
|
};
|
|
1958
|
-
customAttributes: Record<string, any>;
|
|
1959
2044
|
}[];
|
|
1960
2045
|
managableRestaurants: {
|
|
1961
2046
|
id: string;
|
|
@@ -2181,73 +2266,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2181
2266
|
acceptQueue?: boolean | null | undefined;
|
|
2182
2267
|
anonymousOrder: boolean;
|
|
2183
2268
|
} | null | undefined;
|
|
2184
|
-
pf_business?: {
|
|
2185
|
-
internal?: boolean | null | undefined;
|
|
2186
|
-
url?: string | null | undefined;
|
|
2187
|
-
expiredAt?: string | null | undefined;
|
|
2188
|
-
agentId?: string | null | undefined;
|
|
2189
|
-
attributeSettings?: {
|
|
2190
|
-
type: "string" | "number" | "boolean" | "date";
|
|
2191
|
-
key: string;
|
|
2192
|
-
entity: "restaurant" | "item";
|
|
2193
|
-
}[] | null | undefined;
|
|
2194
|
-
pf_agent?: {
|
|
2195
|
-
clickupId?: string | null | undefined;
|
|
2196
|
-
members?: {
|
|
2197
|
-
pf_user?: {
|
|
2198
|
-
email?: string | null | undefined;
|
|
2199
|
-
phoneNumber?: string | null | undefined;
|
|
2200
|
-
birthday?: string | null | undefined;
|
|
2201
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2202
|
-
addresses?: {
|
|
2203
|
-
name: string;
|
|
2204
|
-
address: string;
|
|
2205
|
-
coordinates: number[];
|
|
2206
|
-
}[] | null | undefined;
|
|
2207
|
-
photoURL?: string | null | undefined;
|
|
2208
|
-
displayName?: string | null | undefined;
|
|
2209
|
-
imported?: {
|
|
2210
|
-
raw: Record<string, any>;
|
|
2211
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2212
|
-
} | null | undefined;
|
|
2213
|
-
_id: string;
|
|
2214
|
-
} | null | undefined;
|
|
2215
|
-
role: "ADMIN";
|
|
2216
|
-
userId: string;
|
|
2217
|
-
}[] | null | undefined;
|
|
2218
|
-
code: string;
|
|
2219
|
-
name: string;
|
|
2220
|
-
_id: string;
|
|
2221
|
-
isReseller: boolean;
|
|
2222
|
-
} | null | undefined;
|
|
2223
|
-
thumbnail?: string | null | undefined;
|
|
2224
|
-
billingInfos?: {
|
|
2225
|
-
_id?: string | null | undefined;
|
|
2226
|
-
name: string;
|
|
2227
|
-
address: {
|
|
2228
|
-
coordinates?: number[] | null | undefined;
|
|
2229
|
-
line2?: string | null | undefined;
|
|
2230
|
-
state: string;
|
|
2231
|
-
country: string;
|
|
2232
|
-
line1: string;
|
|
2233
|
-
city: string;
|
|
2234
|
-
postcode: string;
|
|
2235
|
-
};
|
|
2236
|
-
email: string;
|
|
2237
|
-
companyName: string;
|
|
2238
|
-
contact: string;
|
|
2239
|
-
}[] | null | undefined;
|
|
2240
|
-
customerDisplayImages?: {
|
|
2241
|
-
url: string;
|
|
2242
|
-
restaurantIds: string[];
|
|
2243
|
-
}[] | null | undefined;
|
|
2244
|
-
name: string;
|
|
2245
|
-
_id: string;
|
|
2246
|
-
ownerId: string;
|
|
2247
|
-
restaurantQuota: number;
|
|
2248
|
-
warehouseQuota: number;
|
|
2249
|
-
menuVersion: string;
|
|
2250
|
-
} | null | undefined;
|
|
2251
2269
|
features?: string[] | null | undefined;
|
|
2252
2270
|
machineOtp?: string | null | undefined;
|
|
2253
2271
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -2260,7 +2278,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2260
2278
|
catalogId?: string | null | undefined;
|
|
2261
2279
|
autoAccept?: boolean | null | undefined;
|
|
2262
2280
|
term?: string | null | undefined;
|
|
2263
|
-
ignoreStock?: boolean | null | undefined;
|
|
2264
2281
|
enable: boolean;
|
|
2265
2282
|
} | null | undefined;
|
|
2266
2283
|
foodpandaDelivery?: {
|
|
@@ -2324,7 +2341,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2324
2341
|
anydeskPassword?: string | null | undefined;
|
|
2325
2342
|
deviceName: string;
|
|
2326
2343
|
}[] | null | undefined;
|
|
2327
|
-
payoutAccount?:
|
|
2344
|
+
payoutAccount?: {
|
|
2345
|
+
bank?: {
|
|
2346
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2347
|
+
accountNumber?: string | null | undefined;
|
|
2348
|
+
holderName?: string | null | undefined;
|
|
2349
|
+
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";
|
|
2350
|
+
} | null | undefined;
|
|
2351
|
+
ssm?: string | null | undefined;
|
|
2352
|
+
bankStatement?: string | null | undefined;
|
|
2353
|
+
exteriorPhoto?: string | null | undefined;
|
|
2354
|
+
keyPerson?: string | null | undefined;
|
|
2355
|
+
keyPersonPhone?: string | null | undefined;
|
|
2356
|
+
keyPersonEmail?: string | null | undefined;
|
|
2357
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2358
|
+
enable: boolean;
|
|
2359
|
+
methods: {
|
|
2360
|
+
variant: string;
|
|
2361
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2362
|
+
rate: {
|
|
2363
|
+
amount: number;
|
|
2364
|
+
precision: number;
|
|
2365
|
+
};
|
|
2366
|
+
tPlus: number;
|
|
2367
|
+
}[];
|
|
2368
|
+
} | null | undefined;
|
|
2328
2369
|
clearCount?: number | null | undefined;
|
|
2329
2370
|
queueSetting?: {
|
|
2330
2371
|
duration?: number | null | undefined;
|
|
@@ -2342,8 +2383,69 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2342
2383
|
} | null | undefined;
|
|
2343
2384
|
_id: string;
|
|
2344
2385
|
expiredAt: string;
|
|
2386
|
+
pf_business: {
|
|
2387
|
+
internal?: boolean | null | undefined;
|
|
2388
|
+
url?: string | null | undefined;
|
|
2389
|
+
expiredAt?: string | null | undefined;
|
|
2390
|
+
agentId?: string | null | undefined;
|
|
2391
|
+
pf_agent?: {
|
|
2392
|
+
clickupId?: string | null | undefined;
|
|
2393
|
+
members?: {
|
|
2394
|
+
pf_user?: {
|
|
2395
|
+
email?: string | null | undefined;
|
|
2396
|
+
phoneNumber?: string | null | undefined;
|
|
2397
|
+
birthday?: string | null | undefined;
|
|
2398
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2399
|
+
addresses?: {
|
|
2400
|
+
name: string;
|
|
2401
|
+
address: string;
|
|
2402
|
+
coordinates: number[];
|
|
2403
|
+
}[] | null | undefined;
|
|
2404
|
+
photoURL?: string | null | undefined;
|
|
2405
|
+
displayName?: string | null | undefined;
|
|
2406
|
+
imported?: {
|
|
2407
|
+
raw: Record<string, any>;
|
|
2408
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2409
|
+
} | null | undefined;
|
|
2410
|
+
_id: string;
|
|
2411
|
+
} | null | undefined;
|
|
2412
|
+
role: "ADMIN";
|
|
2413
|
+
userId: string;
|
|
2414
|
+
}[] | null | undefined;
|
|
2415
|
+
code: string;
|
|
2416
|
+
name: string;
|
|
2417
|
+
_id: string;
|
|
2418
|
+
isReseller: boolean;
|
|
2419
|
+
} | null | undefined;
|
|
2420
|
+
thumbnail?: string | null | undefined;
|
|
2421
|
+
billingInfos?: {
|
|
2422
|
+
_id?: string | null | undefined;
|
|
2423
|
+
name: string;
|
|
2424
|
+
address: {
|
|
2425
|
+
coordinates?: number[] | null | undefined;
|
|
2426
|
+
line2?: string | null | undefined;
|
|
2427
|
+
state: string;
|
|
2428
|
+
country: string;
|
|
2429
|
+
line1: string;
|
|
2430
|
+
city: string;
|
|
2431
|
+
postcode: string;
|
|
2432
|
+
};
|
|
2433
|
+
email: string;
|
|
2434
|
+
companyName: string;
|
|
2435
|
+
contact: string;
|
|
2436
|
+
}[] | null | undefined;
|
|
2437
|
+
customerDisplayImages?: {
|
|
2438
|
+
url: string;
|
|
2439
|
+
restaurantIds: string[];
|
|
2440
|
+
}[] | null | undefined;
|
|
2441
|
+
name: string;
|
|
2442
|
+
_id: string;
|
|
2443
|
+
ownerId: string;
|
|
2444
|
+
restaurantQuota: number;
|
|
2445
|
+
warehouseQuota: number;
|
|
2446
|
+
menuVersion: string;
|
|
2447
|
+
};
|
|
2345
2448
|
businessId: string;
|
|
2346
|
-
customAttributes: Record<string, any>;
|
|
2347
2449
|
}[];
|
|
2348
2450
|
businessRestaurants: {
|
|
2349
2451
|
id: string;
|
|
@@ -2569,73 +2671,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2569
2671
|
acceptQueue?: boolean | null | undefined;
|
|
2570
2672
|
anonymousOrder: boolean;
|
|
2571
2673
|
} | null | undefined;
|
|
2572
|
-
pf_business?: {
|
|
2573
|
-
internal?: boolean | null | undefined;
|
|
2574
|
-
url?: string | null | undefined;
|
|
2575
|
-
expiredAt?: string | null | undefined;
|
|
2576
|
-
agentId?: string | null | undefined;
|
|
2577
|
-
attributeSettings?: {
|
|
2578
|
-
type: "string" | "number" | "boolean" | "date";
|
|
2579
|
-
key: string;
|
|
2580
|
-
entity: "restaurant" | "item";
|
|
2581
|
-
}[] | null | undefined;
|
|
2582
|
-
pf_agent?: {
|
|
2583
|
-
clickupId?: string | null | undefined;
|
|
2584
|
-
members?: {
|
|
2585
|
-
pf_user?: {
|
|
2586
|
-
email?: string | null | undefined;
|
|
2587
|
-
phoneNumber?: string | null | undefined;
|
|
2588
|
-
birthday?: string | null | undefined;
|
|
2589
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2590
|
-
addresses?: {
|
|
2591
|
-
name: string;
|
|
2592
|
-
address: string;
|
|
2593
|
-
coordinates: number[];
|
|
2594
|
-
}[] | null | undefined;
|
|
2595
|
-
photoURL?: string | null | undefined;
|
|
2596
|
-
displayName?: string | null | undefined;
|
|
2597
|
-
imported?: {
|
|
2598
|
-
raw: Record<string, any>;
|
|
2599
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2600
|
-
} | null | undefined;
|
|
2601
|
-
_id: string;
|
|
2602
|
-
} | null | undefined;
|
|
2603
|
-
role: "ADMIN";
|
|
2604
|
-
userId: string;
|
|
2605
|
-
}[] | null | undefined;
|
|
2606
|
-
code: string;
|
|
2607
|
-
name: string;
|
|
2608
|
-
_id: string;
|
|
2609
|
-
isReseller: boolean;
|
|
2610
|
-
} | null | undefined;
|
|
2611
|
-
thumbnail?: string | null | undefined;
|
|
2612
|
-
billingInfos?: {
|
|
2613
|
-
_id?: string | null | undefined;
|
|
2614
|
-
name: string;
|
|
2615
|
-
address: {
|
|
2616
|
-
coordinates?: number[] | null | undefined;
|
|
2617
|
-
line2?: string | null | undefined;
|
|
2618
|
-
state: string;
|
|
2619
|
-
country: string;
|
|
2620
|
-
line1: string;
|
|
2621
|
-
city: string;
|
|
2622
|
-
postcode: string;
|
|
2623
|
-
};
|
|
2624
|
-
email: string;
|
|
2625
|
-
companyName: string;
|
|
2626
|
-
contact: string;
|
|
2627
|
-
}[] | null | undefined;
|
|
2628
|
-
customerDisplayImages?: {
|
|
2629
|
-
url: string;
|
|
2630
|
-
restaurantIds: string[];
|
|
2631
|
-
}[] | null | undefined;
|
|
2632
|
-
name: string;
|
|
2633
|
-
_id: string;
|
|
2634
|
-
ownerId: string;
|
|
2635
|
-
restaurantQuota: number;
|
|
2636
|
-
warehouseQuota: number;
|
|
2637
|
-
menuVersion: string;
|
|
2638
|
-
} | null | undefined;
|
|
2639
2674
|
features?: string[] | null | undefined;
|
|
2640
2675
|
machineOtp?: string | null | undefined;
|
|
2641
2676
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -2648,7 +2683,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2648
2683
|
catalogId?: string | null | undefined;
|
|
2649
2684
|
autoAccept?: boolean | null | undefined;
|
|
2650
2685
|
term?: string | null | undefined;
|
|
2651
|
-
ignoreStock?: boolean | null | undefined;
|
|
2652
2686
|
enable: boolean;
|
|
2653
2687
|
} | null | undefined;
|
|
2654
2688
|
foodpandaDelivery?: {
|
|
@@ -2712,7 +2746,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2712
2746
|
anydeskPassword?: string | null | undefined;
|
|
2713
2747
|
deviceName: string;
|
|
2714
2748
|
}[] | null | undefined;
|
|
2715
|
-
payoutAccount?:
|
|
2749
|
+
payoutAccount?: {
|
|
2750
|
+
bank?: {
|
|
2751
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
2752
|
+
accountNumber?: string | null | undefined;
|
|
2753
|
+
holderName?: string | null | undefined;
|
|
2754
|
+
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";
|
|
2755
|
+
} | null | undefined;
|
|
2756
|
+
ssm?: string | null | undefined;
|
|
2757
|
+
bankStatement?: string | null | undefined;
|
|
2758
|
+
exteriorPhoto?: string | null | undefined;
|
|
2759
|
+
keyPerson?: string | null | undefined;
|
|
2760
|
+
keyPersonPhone?: string | null | undefined;
|
|
2761
|
+
keyPersonEmail?: string | null | undefined;
|
|
2762
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
2763
|
+
enable: boolean;
|
|
2764
|
+
methods: {
|
|
2765
|
+
variant: string;
|
|
2766
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
2767
|
+
rate: {
|
|
2768
|
+
amount: number;
|
|
2769
|
+
precision: number;
|
|
2770
|
+
};
|
|
2771
|
+
tPlus: number;
|
|
2772
|
+
}[];
|
|
2773
|
+
} | null | undefined;
|
|
2716
2774
|
clearCount?: number | null | undefined;
|
|
2717
2775
|
queueSetting?: {
|
|
2718
2776
|
duration?: number | null | undefined;
|
|
@@ -2730,8 +2788,69 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2730
2788
|
} | null | undefined;
|
|
2731
2789
|
_id: string;
|
|
2732
2790
|
expiredAt: string;
|
|
2791
|
+
pf_business: {
|
|
2792
|
+
internal?: boolean | null | undefined;
|
|
2793
|
+
url?: string | null | undefined;
|
|
2794
|
+
expiredAt?: string | null | undefined;
|
|
2795
|
+
agentId?: string | null | undefined;
|
|
2796
|
+
pf_agent?: {
|
|
2797
|
+
clickupId?: string | null | undefined;
|
|
2798
|
+
members?: {
|
|
2799
|
+
pf_user?: {
|
|
2800
|
+
email?: string | null | undefined;
|
|
2801
|
+
phoneNumber?: string | null | undefined;
|
|
2802
|
+
birthday?: string | null | undefined;
|
|
2803
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2804
|
+
addresses?: {
|
|
2805
|
+
name: string;
|
|
2806
|
+
address: string;
|
|
2807
|
+
coordinates: number[];
|
|
2808
|
+
}[] | null | undefined;
|
|
2809
|
+
photoURL?: string | null | undefined;
|
|
2810
|
+
displayName?: string | null | undefined;
|
|
2811
|
+
imported?: {
|
|
2812
|
+
raw: Record<string, any>;
|
|
2813
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2814
|
+
} | null | undefined;
|
|
2815
|
+
_id: string;
|
|
2816
|
+
} | null | undefined;
|
|
2817
|
+
role: "ADMIN";
|
|
2818
|
+
userId: string;
|
|
2819
|
+
}[] | null | undefined;
|
|
2820
|
+
code: string;
|
|
2821
|
+
name: string;
|
|
2822
|
+
_id: string;
|
|
2823
|
+
isReseller: boolean;
|
|
2824
|
+
} | null | undefined;
|
|
2825
|
+
thumbnail?: string | null | undefined;
|
|
2826
|
+
billingInfos?: {
|
|
2827
|
+
_id?: string | null | undefined;
|
|
2828
|
+
name: string;
|
|
2829
|
+
address: {
|
|
2830
|
+
coordinates?: number[] | null | undefined;
|
|
2831
|
+
line2?: string | null | undefined;
|
|
2832
|
+
state: string;
|
|
2833
|
+
country: string;
|
|
2834
|
+
line1: string;
|
|
2835
|
+
city: string;
|
|
2836
|
+
postcode: string;
|
|
2837
|
+
};
|
|
2838
|
+
email: string;
|
|
2839
|
+
companyName: string;
|
|
2840
|
+
contact: string;
|
|
2841
|
+
}[] | null | undefined;
|
|
2842
|
+
customerDisplayImages?: {
|
|
2843
|
+
url: string;
|
|
2844
|
+
restaurantIds: string[];
|
|
2845
|
+
}[] | null | undefined;
|
|
2846
|
+
name: string;
|
|
2847
|
+
_id: string;
|
|
2848
|
+
ownerId: string;
|
|
2849
|
+
restaurantQuota: number;
|
|
2850
|
+
warehouseQuota: number;
|
|
2851
|
+
menuVersion: string;
|
|
2852
|
+
};
|
|
2733
2853
|
businessId: string;
|
|
2734
|
-
customAttributes: Record<string, any>;
|
|
2735
2854
|
}[];
|
|
2736
2855
|
currentRestaurantId: string;
|
|
2737
2856
|
restaurantSettings: {
|
|
@@ -2883,73 +3002,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2883
3002
|
acceptQueue?: boolean | null | undefined;
|
|
2884
3003
|
anonymousOrder: boolean;
|
|
2885
3004
|
} | null | undefined;
|
|
2886
|
-
pf_business?: {
|
|
2887
|
-
internal?: boolean | null | undefined;
|
|
2888
|
-
url?: string | null | undefined;
|
|
2889
|
-
expiredAt?: string | null | undefined;
|
|
2890
|
-
agentId?: string | null | undefined;
|
|
2891
|
-
attributeSettings?: {
|
|
2892
|
-
type: "string" | "number" | "boolean" | "date";
|
|
2893
|
-
key: string;
|
|
2894
|
-
entity: "restaurant" | "item";
|
|
2895
|
-
}[] | null | undefined;
|
|
2896
|
-
pf_agent?: {
|
|
2897
|
-
clickupId?: string | null | undefined;
|
|
2898
|
-
members?: {
|
|
2899
|
-
pf_user?: {
|
|
2900
|
-
email?: string | null | undefined;
|
|
2901
|
-
phoneNumber?: string | null | undefined;
|
|
2902
|
-
birthday?: string | null | undefined;
|
|
2903
|
-
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
2904
|
-
addresses?: {
|
|
2905
|
-
name: string;
|
|
2906
|
-
address: string;
|
|
2907
|
-
coordinates: number[];
|
|
2908
|
-
}[] | null | undefined;
|
|
2909
|
-
photoURL?: string | null | undefined;
|
|
2910
|
-
displayName?: string | null | undefined;
|
|
2911
|
-
imported?: {
|
|
2912
|
-
raw: Record<string, any>;
|
|
2913
|
-
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
2914
|
-
} | null | undefined;
|
|
2915
|
-
_id: string;
|
|
2916
|
-
} | null | undefined;
|
|
2917
|
-
role: "ADMIN";
|
|
2918
|
-
userId: string;
|
|
2919
|
-
}[] | null | undefined;
|
|
2920
|
-
code: string;
|
|
2921
|
-
name: string;
|
|
2922
|
-
_id: string;
|
|
2923
|
-
isReseller: boolean;
|
|
2924
|
-
} | null | undefined;
|
|
2925
|
-
thumbnail?: string | null | undefined;
|
|
2926
|
-
billingInfos?: {
|
|
2927
|
-
_id?: string | null | undefined;
|
|
2928
|
-
name: string;
|
|
2929
|
-
address: {
|
|
2930
|
-
coordinates?: number[] | null | undefined;
|
|
2931
|
-
line2?: string | null | undefined;
|
|
2932
|
-
state: string;
|
|
2933
|
-
country: string;
|
|
2934
|
-
line1: string;
|
|
2935
|
-
city: string;
|
|
2936
|
-
postcode: string;
|
|
2937
|
-
};
|
|
2938
|
-
email: string;
|
|
2939
|
-
companyName: string;
|
|
2940
|
-
contact: string;
|
|
2941
|
-
}[] | null | undefined;
|
|
2942
|
-
customerDisplayImages?: {
|
|
2943
|
-
url: string;
|
|
2944
|
-
restaurantIds: string[];
|
|
2945
|
-
}[] | null | undefined;
|
|
2946
|
-
name: string;
|
|
2947
|
-
_id: string;
|
|
2948
|
-
ownerId: string;
|
|
2949
|
-
restaurantQuota: number;
|
|
2950
|
-
warehouseQuota: number;
|
|
2951
|
-
menuVersion: string;
|
|
2952
|
-
} | null | undefined;
|
|
2953
3005
|
features?: string[] | null | undefined;
|
|
2954
3006
|
machineOtp?: string | null | undefined;
|
|
2955
3007
|
machineOtpExpiredAt?: string | null | undefined;
|
|
@@ -2962,7 +3014,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
2962
3014
|
catalogId?: string | null | undefined;
|
|
2963
3015
|
autoAccept?: boolean | null | undefined;
|
|
2964
3016
|
term?: string | null | undefined;
|
|
2965
|
-
ignoreStock?: boolean | null | undefined;
|
|
2966
3017
|
enable: boolean;
|
|
2967
3018
|
} | null | undefined;
|
|
2968
3019
|
foodpandaDelivery?: {
|
|
@@ -3026,7 +3077,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
3026
3077
|
anydeskPassword?: string | null | undefined;
|
|
3027
3078
|
deviceName: string;
|
|
3028
3079
|
}[] | null | undefined;
|
|
3029
|
-
payoutAccount?:
|
|
3080
|
+
payoutAccount?: {
|
|
3081
|
+
bank?: {
|
|
3082
|
+
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
|
3083
|
+
accountNumber?: string | null | undefined;
|
|
3084
|
+
holderName?: string | null | undefined;
|
|
3085
|
+
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";
|
|
3086
|
+
} | null | undefined;
|
|
3087
|
+
ssm?: string | null | undefined;
|
|
3088
|
+
bankStatement?: string | null | undefined;
|
|
3089
|
+
exteriorPhoto?: string | null | undefined;
|
|
3090
|
+
keyPerson?: string | null | undefined;
|
|
3091
|
+
keyPersonPhone?: string | null | undefined;
|
|
3092
|
+
keyPersonEmail?: string | null | undefined;
|
|
3093
|
+
status: "NEW" | "PENDING" | "APPROVED";
|
|
3094
|
+
enable: boolean;
|
|
3095
|
+
methods: {
|
|
3096
|
+
variant: string;
|
|
3097
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
|
3098
|
+
rate: {
|
|
3099
|
+
amount: number;
|
|
3100
|
+
precision: number;
|
|
3101
|
+
};
|
|
3102
|
+
tPlus: number;
|
|
3103
|
+
}[];
|
|
3104
|
+
} | null | undefined;
|
|
3030
3105
|
clearCount?: number | null | undefined;
|
|
3031
3106
|
queueSetting?: {
|
|
3032
3107
|
duration?: number | null | undefined;
|
|
@@ -3044,6 +3119,68 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
3044
3119
|
} | null | undefined;
|
|
3045
3120
|
_id: string;
|
|
3046
3121
|
expiredAt: string;
|
|
3122
|
+
pf_business: {
|
|
3123
|
+
internal?: boolean | null | undefined;
|
|
3124
|
+
url?: string | null | undefined;
|
|
3125
|
+
expiredAt?: string | null | undefined;
|
|
3126
|
+
agentId?: string | null | undefined;
|
|
3127
|
+
pf_agent?: {
|
|
3128
|
+
clickupId?: string | null | undefined;
|
|
3129
|
+
members?: {
|
|
3130
|
+
pf_user?: {
|
|
3131
|
+
email?: string | null | undefined;
|
|
3132
|
+
phoneNumber?: string | null | undefined;
|
|
3133
|
+
birthday?: string | null | undefined;
|
|
3134
|
+
gender?: "MALE" | "FEMALE" | null | undefined;
|
|
3135
|
+
addresses?: {
|
|
3136
|
+
name: string;
|
|
3137
|
+
address: string;
|
|
3138
|
+
coordinates: number[];
|
|
3139
|
+
}[] | null | undefined;
|
|
3140
|
+
photoURL?: string | null | undefined;
|
|
3141
|
+
displayName?: string | null | undefined;
|
|
3142
|
+
imported?: {
|
|
3143
|
+
raw: Record<string, any>;
|
|
3144
|
+
source: "FEEDME" | "CITY_POS" | "STOREHUB" | "KERUYUn" | "QISOFT" | "WECHAT" | "TEABAR" | "NULL_MEMBER" | "UMAI_POS" | "QASHIER" | "XILNET" | "GENIUSPOS" | "YHOFOODIE";
|
|
3145
|
+
} | null | undefined;
|
|
3146
|
+
_id: string;
|
|
3147
|
+
} | null | undefined;
|
|
3148
|
+
role: "ADMIN";
|
|
3149
|
+
userId: string;
|
|
3150
|
+
}[] | null | undefined;
|
|
3151
|
+
code: string;
|
|
3152
|
+
name: string;
|
|
3153
|
+
_id: string;
|
|
3154
|
+
isReseller: boolean;
|
|
3155
|
+
} | null | undefined;
|
|
3156
|
+
thumbnail?: string | null | undefined;
|
|
3157
|
+
billingInfos?: {
|
|
3158
|
+
_id?: string | null | undefined;
|
|
3159
|
+
name: string;
|
|
3160
|
+
address: {
|
|
3161
|
+
coordinates?: number[] | null | undefined;
|
|
3162
|
+
line2?: string | null | undefined;
|
|
3163
|
+
state: string;
|
|
3164
|
+
country: string;
|
|
3165
|
+
line1: string;
|
|
3166
|
+
city: string;
|
|
3167
|
+
postcode: string;
|
|
3168
|
+
};
|
|
3169
|
+
email: string;
|
|
3170
|
+
companyName: string;
|
|
3171
|
+
contact: string;
|
|
3172
|
+
}[] | null | undefined;
|
|
3173
|
+
customerDisplayImages?: {
|
|
3174
|
+
url: string;
|
|
3175
|
+
restaurantIds: string[];
|
|
3176
|
+
}[] | null | undefined;
|
|
3177
|
+
name: string;
|
|
3178
|
+
_id: string;
|
|
3179
|
+
ownerId: string;
|
|
3180
|
+
restaurantQuota: number;
|
|
3181
|
+
warehouseQuota: number;
|
|
3182
|
+
menuVersion: string;
|
|
3183
|
+
};
|
|
3047
3184
|
businessId: string;
|
|
3048
3185
|
profile: {
|
|
3049
3186
|
code?: string | null | undefined;
|
|
@@ -3122,7 +3259,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
3122
3259
|
phoneNo: string;
|
|
3123
3260
|
regNo: string;
|
|
3124
3261
|
};
|
|
3125
|
-
customAttributes: Record<string, any>;
|
|
3126
3262
|
}>;
|
|
3127
3263
|
updateIntegratedFoodpandaDelivery(restaurantId: string, dto: FdoFoodpandaSettings): Promise<void>;
|
|
3128
3264
|
updateIntegratedGrabfoodDelivery(restaurantId: string, dto: FdoGrabfoodSettings): Promise<void>;
|