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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist/App-Dd-xqK-8.js +60 -0
  2. package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-snR43qzG.js} +1 -1
  3. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
  4. package/dist/{KioskView-DqV4IW7U.js → KioskView-5I0PelUy.js} +57 -57
  5. package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
  6. package/dist/app.js +505 -4
  7. package/dist/dayjs.min-DMfenXNY.js +121871 -0
  8. package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
  9. package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
  10. package/dist/frontend/mf-order/src/app.d.ts +1 -1
  11. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
  12. package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
  13. package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
  14. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
  15. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +30 -35
  16. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
  18. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
  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 +155 -193
  23. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
  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 +2 -2
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
  34. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
  35. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
  36. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
  41. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +105 -2
  42. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
  43. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
  44. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
  45. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
  46. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
  48. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
  49. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
  50. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
  51. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
  52. package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +1 -1
  53. package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
  54. package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +1 -1
  55. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
  56. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
  57. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
  58. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
  59. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +110 -15
  60. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
  61. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
  62. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
  63. package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
  64. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
  65. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
  66. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  67. package/dist/{index-DPl0R4fg.js → index-BghBxhGG.js} +7 -7
  68. package/dist/map-UJBUHidz.js +57 -0
  69. package/dist/package/entity/booking/booking.do.d.ts +1025 -95
  70. package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
  71. package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
  72. package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
  73. package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
  74. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
  75. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
  76. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
  77. package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
  78. package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
  79. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
  80. package/dist/package/entity/member/member.dto.d.ts +2 -2
  81. package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
  82. package/dist/package/entity/order/order.do.d.ts +5 -5
  83. package/dist/package/entity/order/order.dto.d.ts +19749 -36446
  84. package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
  85. package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
  86. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
  87. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +241 -55
  88. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
  89. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
  90. package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
  91. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
  92. package/dist/package/entity/payment/payment.dto.d.ts +13 -13
  93. package/dist/package/entity/queue/queue.do.d.ts +80 -80
  94. package/dist/package/entity/queue/queue.dto.d.ts +0 -7
  95. package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
  96. package/package.json +16 -16
  97. package/src/app.ts +3 -2
  98. package/dist/OrderSettingsView-CIUddOED.js +0 -70945
  99. package/dist/app-CuyLbKuN.js +0 -614
  100. package/dist/dayjs.min-BJrst4DM.js +0 -123632
@@ -168,6 +168,73 @@ 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;
171
238
  features?: string[] | null | undefined;
172
239
  machineOtp?: string | null | undefined;
173
240
  machineOtpExpiredAt?: string | null | undefined;
@@ -180,6 +247,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
180
247
  catalogId?: string | null | undefined;
181
248
  autoAccept?: boolean | null | undefined;
182
249
  term?: string | null | undefined;
250
+ ignoreStock?: boolean | null | undefined;
183
251
  enable: boolean;
184
252
  } | null | undefined;
185
253
  foodpandaDelivery?: {
@@ -243,31 +311,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
243
311
  anydeskPassword?: string | null | undefined;
244
312
  deviceName: string;
245
313
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
264
- rate: {
265
- amount: number;
266
- precision: number;
267
- };
268
- tPlus: number;
269
- }[];
270
- } | null | undefined;
314
+ payoutAccount?: Record<string, any> | null | undefined;
271
315
  clearCount?: number | null | undefined;
272
316
  queueSetting?: {
273
317
  duration?: number | null | undefined;
@@ -285,68 +329,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
285
329
  } | null | undefined;
286
330
  _id: string;
287
331
  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
- };
350
332
  businessId: string;
351
333
  profile: {
352
334
  code?: string | null | undefined;
@@ -425,6 +407,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
425
407
  phoneNo: string;
426
408
  regNo: string;
427
409
  };
410
+ customAttributes: Record<string, any>;
428
411
  }[];
429
412
  managableRestaurants: {
430
413
  id: string;
@@ -650,6 +633,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
650
633
  acceptQueue?: boolean | null | undefined;
651
634
  anonymousOrder: boolean;
652
635
  } | 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;
653
703
  features?: string[] | null | undefined;
654
704
  machineOtp?: string | null | undefined;
655
705
  machineOtpExpiredAt?: string | null | undefined;
@@ -662,6 +712,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
662
712
  catalogId?: string | null | undefined;
663
713
  autoAccept?: boolean | null | undefined;
664
714
  term?: string | null | undefined;
715
+ ignoreStock?: boolean | null | undefined;
665
716
  enable: boolean;
666
717
  } | null | undefined;
667
718
  foodpandaDelivery?: {
@@ -725,31 +776,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
725
776
  anydeskPassword?: string | null | undefined;
726
777
  deviceName: string;
727
778
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
746
- rate: {
747
- amount: number;
748
- precision: number;
749
- };
750
- tPlus: number;
751
- }[];
752
- } | null | undefined;
779
+ payoutAccount?: Record<string, any> | null | undefined;
753
780
  clearCount?: number | null | undefined;
754
781
  queueSetting?: {
755
782
  duration?: number | null | undefined;
@@ -767,87 +794,26 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
767
794
  } | null | undefined;
768
795
  _id: string;
769
796
  expiredAt: string;
770
- pf_business: {
771
- internal?: boolean | null | undefined;
772
- url?: string | null | undefined;
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;
797
+ businessId: string;
798
+ customAttributes: Record<string, any>;
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;
851
817
  url?: string | null | undefined;
852
818
  description?: string | null | undefined;
853
819
  _id?: string | null | undefined;
@@ -1055,6 +1021,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1055
1021
  acceptQueue?: boolean | null | undefined;
1056
1022
  anonymousOrder: boolean;
1057
1023
  } | 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;
1058
1091
  features?: string[] | null | undefined;
1059
1092
  machineOtp?: string | null | undefined;
1060
1093
  machineOtpExpiredAt?: string | null | undefined;
@@ -1067,6 +1100,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1067
1100
  catalogId?: string | null | undefined;
1068
1101
  autoAccept?: boolean | null | undefined;
1069
1102
  term?: string | null | undefined;
1103
+ ignoreStock?: boolean | null | undefined;
1070
1104
  enable: boolean;
1071
1105
  } | null | undefined;
1072
1106
  foodpandaDelivery?: {
@@ -1130,31 +1164,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1130
1164
  anydeskPassword?: string | null | undefined;
1131
1165
  deviceName: string;
1132
1166
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
1151
- rate: {
1152
- amount: number;
1153
- precision: number;
1154
- };
1155
- tPlus: number;
1156
- }[];
1157
- } | null | undefined;
1167
+ payoutAccount?: Record<string, any> | null | undefined;
1158
1168
  clearCount?: number | null | undefined;
1159
1169
  queueSetting?: {
1160
1170
  duration?: number | null | undefined;
@@ -1172,69 +1182,8 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1172
1182
  } | null | undefined;
1173
1183
  _id: string;
1174
1184
  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
- };
1237
1185
  businessId: string;
1186
+ customAttributes: Record<string, any>;
1238
1187
  }[];
1239
1188
  currentRestaurantId: string;
1240
1189
  restaurantSettings: {
@@ -1464,6 +1413,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1464
1413
  acceptQueue?: boolean | null | undefined;
1465
1414
  anonymousOrder: boolean;
1466
1415
  } | 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;
1467
1483
  features?: string[] | null | undefined;
1468
1484
  machineOtp?: string | null | undefined;
1469
1485
  machineOtpExpiredAt?: string | null | undefined;
@@ -1476,6 +1492,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1476
1492
  catalogId?: string | null | undefined;
1477
1493
  autoAccept?: boolean | null | undefined;
1478
1494
  term?: string | null | undefined;
1495
+ ignoreStock?: boolean | null | undefined;
1479
1496
  enable: boolean;
1480
1497
  } | null | undefined;
1481
1498
  foodpandaDelivery?: {
@@ -1539,31 +1556,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1539
1556
  anydeskPassword?: string | null | undefined;
1540
1557
  deviceName: string;
1541
1558
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
1560
- rate: {
1561
- amount: number;
1562
- precision: number;
1563
- };
1564
- tPlus: number;
1565
- }[];
1566
- } | null | undefined;
1559
+ payoutAccount?: Record<string, any> | null | undefined;
1567
1560
  clearCount?: number | null | undefined;
1568
1561
  queueSetting?: {
1569
1562
  duration?: number | null | undefined;
@@ -1581,69 +1574,8 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1581
1574
  } | null | undefined;
1582
1575
  _id: string;
1583
1576
  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
- };
1646
1577
  businessId: string;
1578
+ customAttributes: Record<string, any>;
1647
1579
  } | undefined;
1648
1580
  currentRestaurantSetting: (state: {
1649
1581
  adminRestaurants: {
@@ -1784,6 +1716,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1784
1716
  acceptQueue?: boolean | null | undefined;
1785
1717
  anonymousOrder: boolean;
1786
1718
  } | 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;
1787
1786
  features?: string[] | null | undefined;
1788
1787
  machineOtp?: string | null | undefined;
1789
1788
  machineOtpExpiredAt?: string | null | undefined;
@@ -1796,6 +1795,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1796
1795
  catalogId?: string | null | undefined;
1797
1796
  autoAccept?: boolean | null | undefined;
1798
1797
  term?: string | null | undefined;
1798
+ ignoreStock?: boolean | null | undefined;
1799
1799
  enable: boolean;
1800
1800
  } | null | undefined;
1801
1801
  foodpandaDelivery?: {
@@ -1859,31 +1859,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1859
1859
  anydeskPassword?: string | null | undefined;
1860
1860
  deviceName: string;
1861
1861
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
1880
- rate: {
1881
- amount: number;
1882
- precision: number;
1883
- };
1884
- tPlus: number;
1885
- }[];
1886
- } | null | undefined;
1862
+ payoutAccount?: Record<string, any> | null | undefined;
1887
1863
  clearCount?: number | null | undefined;
1888
1864
  queueSetting?: {
1889
1865
  duration?: number | null | undefined;
@@ -1901,68 +1877,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
1901
1877
  } | null | undefined;
1902
1878
  _id: string;
1903
1879
  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
- };
1966
1880
  businessId: string;
1967
1881
  profile: {
1968
1882
  code?: string | null | undefined;
@@ -2041,6 +1955,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2041
1955
  phoneNo: string;
2042
1956
  regNo: string;
2043
1957
  };
1958
+ customAttributes: Record<string, any>;
2044
1959
  }[];
2045
1960
  managableRestaurants: {
2046
1961
  id: string;
@@ -2266,6 +2181,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2266
2181
  acceptQueue?: boolean | null | undefined;
2267
2182
  anonymousOrder: boolean;
2268
2183
  } | 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;
2269
2251
  features?: string[] | null | undefined;
2270
2252
  machineOtp?: string | null | undefined;
2271
2253
  machineOtpExpiredAt?: string | null | undefined;
@@ -2278,6 +2260,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2278
2260
  catalogId?: string | null | undefined;
2279
2261
  autoAccept?: boolean | null | undefined;
2280
2262
  term?: string | null | undefined;
2263
+ ignoreStock?: boolean | null | undefined;
2281
2264
  enable: boolean;
2282
2265
  } | null | undefined;
2283
2266
  foodpandaDelivery?: {
@@ -2341,31 +2324,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2341
2324
  anydeskPassword?: string | null | undefined;
2342
2325
  deviceName: string;
2343
2326
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2362
- rate: {
2363
- amount: number;
2364
- precision: number;
2365
- };
2366
- tPlus: number;
2367
- }[];
2368
- } | null | undefined;
2327
+ payoutAccount?: Record<string, any> | null | undefined;
2369
2328
  clearCount?: number | null | undefined;
2370
2329
  queueSetting?: {
2371
2330
  duration?: number | null | undefined;
@@ -2383,69 +2342,8 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2383
2342
  } | null | undefined;
2384
2343
  _id: string;
2385
2344
  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
- };
2448
2345
  businessId: string;
2346
+ customAttributes: Record<string, any>;
2449
2347
  }[];
2450
2348
  businessRestaurants: {
2451
2349
  id: string;
@@ -2671,6 +2569,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2671
2569
  acceptQueue?: boolean | null | undefined;
2672
2570
  anonymousOrder: boolean;
2673
2571
  } | 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;
2674
2639
  features?: string[] | null | undefined;
2675
2640
  machineOtp?: string | null | undefined;
2676
2641
  machineOtpExpiredAt?: string | null | undefined;
@@ -2683,6 +2648,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2683
2648
  catalogId?: string | null | undefined;
2684
2649
  autoAccept?: boolean | null | undefined;
2685
2650
  term?: string | null | undefined;
2651
+ ignoreStock?: boolean | null | undefined;
2686
2652
  enable: boolean;
2687
2653
  } | null | undefined;
2688
2654
  foodpandaDelivery?: {
@@ -2746,31 +2712,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2746
2712
  anydeskPassword?: string | null | undefined;
2747
2713
  deviceName: string;
2748
2714
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2767
- rate: {
2768
- amount: number;
2769
- precision: number;
2770
- };
2771
- tPlus: number;
2772
- }[];
2773
- } | null | undefined;
2715
+ payoutAccount?: Record<string, any> | null | undefined;
2774
2716
  clearCount?: number | null | undefined;
2775
2717
  queueSetting?: {
2776
2718
  duration?: number | null | undefined;
@@ -2788,69 +2730,8 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
2788
2730
  } | null | undefined;
2789
2731
  _id: string;
2790
2732
  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
- };
2853
2733
  businessId: string;
2734
+ customAttributes: Record<string, any>;
2854
2735
  }[];
2855
2736
  currentRestaurantId: string;
2856
2737
  restaurantSettings: {
@@ -3002,6 +2883,73 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
3002
2883
  acceptQueue?: boolean | null | undefined;
3003
2884
  anonymousOrder: boolean;
3004
2885
  } | 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;
3005
2953
  features?: string[] | null | undefined;
3006
2954
  machineOtp?: string | null | undefined;
3007
2955
  machineOtpExpiredAt?: string | null | undefined;
@@ -3014,6 +2962,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
3014
2962
  catalogId?: string | null | undefined;
3015
2963
  autoAccept?: boolean | null | undefined;
3016
2964
  term?: string | null | undefined;
2965
+ ignoreStock?: boolean | null | undefined;
3017
2966
  enable: boolean;
3018
2967
  } | null | undefined;
3019
2968
  foodpandaDelivery?: {
@@ -3077,31 +3026,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
3077
3026
  anydeskPassword?: string | null | undefined;
3078
3027
  deviceName: string;
3079
3028
  }[] | null | undefined;
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" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
3098
- rate: {
3099
- amount: number;
3100
- precision: number;
3101
- };
3102
- tPlus: number;
3103
- }[];
3104
- } | null | undefined;
3029
+ payoutAccount?: Record<string, any> | null | undefined;
3105
3030
  clearCount?: number | null | undefined;
3106
3031
  queueSetting?: {
3107
3032
  duration?: number | null | undefined;
@@ -3119,68 +3044,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
3119
3044
  } | null | undefined;
3120
3045
  _id: string;
3121
3046
  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
- };
3184
3047
  businessId: string;
3185
3048
  profile: {
3186
3049
  code?: string | null | undefined;
@@ -3259,6 +3122,7 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
3259
3122
  phoneNo: string;
3260
3123
  regNo: string;
3261
3124
  };
3125
+ customAttributes: Record<string, any>;
3262
3126
  }>;
3263
3127
  updateIntegratedFoodpandaDelivery(restaurantId: string, dto: FdoFoodpandaSettings): Promise<void>;
3264
3128
  updateIntegratedGrabfoodDelivery(restaurantId: string, dto: FdoGrabfoodSettings): Promise<void>;