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

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 (135) hide show
  1. package/dist/{KioskDevicesView-snR43qzG.js → KioskDevicesView-Cb7Rw7t8.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js} +45 -44
  3. package/dist/KioskSettingView-BQgyeWbo.js +649 -0
  4. package/dist/KioskView-BLkuqfZ_.js +371 -0
  5. package/dist/OrderSettingsView-BJ1b1Qjg.js +70873 -0
  6. package/dist/app-BY258ajB.js +644 -0
  7. package/dist/app.js +4 -505
  8. package/dist/auth.dto-BOoRSQkS.js +121725 -0
  9. package/dist/dayjs.min-4COVK72W.js +2110 -0
  10. package/dist/frontend/mf-order/src/app.d.ts +440 -410
  11. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
  13. package/dist/frontend/mf-order/src/stores/app/index.d.ts +4 -14
  14. package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
  15. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
  16. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +35 -30
  17. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +242 -2
  18. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  19. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +750 -614
  20. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
  21. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +1 -1
  22. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +1 -1
  23. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +175 -141
  24. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -0
  26. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
  27. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
  28. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
  30. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
  34. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
  35. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
  36. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +35 -3
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
  41. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
  43. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
  44. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
  45. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
  46. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
  48. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
  49. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
  50. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +1 -1
  51. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
  52. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +1 -1
  53. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
  54. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
  55. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +1 -1
  56. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
  57. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +35 -3
  58. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
  59. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
  60. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
  61. package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
  62. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
  63. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
  64. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  65. package/dist/index-DSCb3ndM.js +150 -0
  66. package/dist/{index-BghBxhGG.js → index-t_7ThPjm.js} +25 -24
  67. package/dist/package/entity/booking/booking.do.d.ts +95 -1025
  68. package/dist/package/entity/delivery/delivery.dto.d.ts +78 -264
  69. package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
  70. package/dist/package/entity/food-court/food-court.dto.d.ts +51 -0
  71. package/dist/package/entity/food-court/order.dto.d.ts +2528 -6
  72. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1377 -255
  73. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +632 -129
  74. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +1275 -244
  75. package/dist/package/entity/kiosk/kiosk.do.d.ts +14 -14
  76. package/dist/package/entity/kiosk/kiosk.dto.d.ts +17 -17
  77. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +105 -883
  78. package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
  79. package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
  80. package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
  81. package/dist/package/entity/member/member.dto.d.ts +2 -2
  82. package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
  83. package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
  84. package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
  85. package/dist/package/entity/order/order.do.d.ts +951 -5
  86. package/dist/package/entity/order/order.dto.d.ts +63375 -23687
  87. package/dist/package/entity/order/order.enum.d.ts +5 -1
  88. package/dist/package/entity/order/payment/payment.dto.d.ts +9631 -138
  89. package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
  90. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +165 -72
  91. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +88 -241
  92. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +1 -0
  93. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +153 -215
  94. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +80 -40
  95. package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
  96. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +19 -205
  97. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
  98. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
  99. package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
  100. package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
  101. package/dist/package/entity/payment/payment.dto.d.ts +13 -13
  102. package/dist/package/entity/queue/queue.do.d.ts +80 -80
  103. package/dist/package/entity/queue/queue.dto.d.ts +7 -0
  104. package/dist/package/entity/restaurant/restaurant.dto.d.ts +226 -113
  105. package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
  106. package/package.json +17 -17
  107. package/src/app.ts +2 -3
  108. package/src/locales/en-US.json +218 -203
  109. package/src/locales/zh-CN.json +218 -203
  110. package/src/modules/order-setting/kiosk/interface.ts +25 -0
  111. package/src/stores/order-setting/mapper.ts +73 -51
  112. package/src/views/kiosk/KioskSummary.vue +40 -5
  113. package/src/views/kiosk/KioskView.vue +153 -101
  114. package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
  115. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
  116. package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
  117. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
  118. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
  119. package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
  120. package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
  121. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  122. package/src/views/order-settings/delivery/DeliverySetting.vue +9 -10
  123. package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
  124. package/dist/App-Dd-xqK-8.js +0 -60
  125. package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
  126. package/dist/KioskView-5I0PelUy.js +0 -289
  127. package/dist/OrderSettingsView-CXZq8QAV.js +0 -51594
  128. package/dist/dayjs.min-DMfenXNY.js +0 -121871
  129. package/dist/index-B9mJLWE5.js +0 -70
  130. package/dist/map-UJBUHidz.js +0 -57
  131. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
  132. /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
  133. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
  134. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
  135. /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
@@ -412,6 +412,7 @@ export declare const FdoBookingBase: z.ZodObject<{
412
412
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
413
413
  profile: z.ZodObject<{
414
414
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
415
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
415
416
  name: z.ZodString;
416
417
  address: z.ZodObject<{
417
418
  line1: z.ZodString;
@@ -728,6 +729,7 @@ export declare const FdoBookingBase: z.ZodObject<{
728
729
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
729
730
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
730
731
  }, "strip", z.ZodTypeAny, {
732
+ code?: string | null | undefined;
731
733
  url?: string | null | undefined;
732
734
  description?: string | null | undefined;
733
735
  _id?: string | null | undefined;
@@ -803,6 +805,7 @@ export declare const FdoBookingBase: z.ZodObject<{
803
805
  phoneNo: string;
804
806
  regNo: string;
805
807
  }, {
808
+ code?: string | null | undefined;
806
809
  url?: string | null | undefined;
807
810
  description?: string | null | undefined;
808
811
  _id?: string | null | undefined;
@@ -1584,17 +1587,20 @@ export declare const FdoBookingBase: z.ZodObject<{
1584
1587
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1585
1588
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1586
1589
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1590
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1587
1591
  }, "strip", z.ZodTypeAny, {
1588
1592
  instruction?: string | null | undefined;
1589
1593
  catalogId?: string | null | undefined;
1590
1594
  autoAccept?: boolean | null | undefined;
1591
1595
  term?: string | null | undefined;
1596
+ ignoreStock?: boolean | null | undefined;
1592
1597
  enable: boolean;
1593
1598
  }, {
1594
1599
  instruction?: string | null | undefined;
1595
1600
  catalogId?: string | null | undefined;
1596
1601
  autoAccept?: boolean | null | undefined;
1597
1602
  term?: string | null | undefined;
1603
+ ignoreStock?: boolean | null | undefined;
1598
1604
  enable: boolean;
1599
1605
  }>>>;
1600
1606
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -2015,111 +2021,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2015
2021
  anydeskPassword?: string | null | undefined;
2016
2022
  deviceName: string;
2017
2023
  }>, "many">>>;
2018
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2019
- enable: z.ZodBoolean;
2020
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2021
- name: z.ZodEnum<["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"]>;
2022
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
2023
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2024
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2025
- }, "strip", z.ZodTypeAny, {
2026
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2027
- accountNumber?: string | null | undefined;
2028
- holderName?: string | null | undefined;
2029
- 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";
2030
- }, {
2031
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2032
- accountNumber?: string | null | undefined;
2033
- holderName?: string | null | undefined;
2034
- 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";
2035
- }>>>;
2036
- methods: z.ZodArray<z.ZodObject<{
2037
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
2038
- variant: z.ZodString;
2039
- rate: z.ZodObject<{
2040
- amount: z.ZodNumber;
2041
- precision: z.ZodNumber;
2042
- }, "strip", z.ZodTypeAny, {
2043
- amount: number;
2044
- precision: number;
2045
- }, {
2046
- amount: number;
2047
- precision: number;
2048
- }>;
2049
- tPlus: z.ZodDefault<z.ZodNumber>;
2050
- }, "strip", z.ZodTypeAny, {
2051
- variant: string;
2052
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2053
- rate: {
2054
- amount: number;
2055
- precision: number;
2056
- };
2057
- tPlus: number;
2058
- }, {
2059
- tPlus?: number | undefined;
2060
- variant: string;
2061
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2062
- rate: {
2063
- amount: number;
2064
- precision: number;
2065
- };
2066
- }>, "many">;
2067
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2068
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2069
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2070
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2071
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2072
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2073
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
2074
- }, "strip", z.ZodTypeAny, {
2075
- bank?: {
2076
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2077
- accountNumber?: string | null | undefined;
2078
- holderName?: string | null | undefined;
2079
- 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";
2080
- } | null | undefined;
2081
- ssm?: string | null | undefined;
2082
- bankStatement?: string | null | undefined;
2083
- exteriorPhoto?: string | null | undefined;
2084
- keyPerson?: string | null | undefined;
2085
- keyPersonPhone?: string | null | undefined;
2086
- keyPersonEmail?: string | null | undefined;
2087
- status: "NEW" | "PENDING" | "APPROVED";
2088
- enable: boolean;
2089
- methods: {
2090
- variant: string;
2091
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2092
- rate: {
2093
- amount: number;
2094
- precision: number;
2095
- };
2096
- tPlus: number;
2097
- }[];
2098
- }, {
2099
- bank?: {
2100
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2101
- accountNumber?: string | null | undefined;
2102
- holderName?: string | null | undefined;
2103
- 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";
2104
- } | null | undefined;
2105
- ssm?: string | null | undefined;
2106
- bankStatement?: string | null | undefined;
2107
- exteriorPhoto?: string | null | undefined;
2108
- keyPerson?: string | null | undefined;
2109
- keyPersonPhone?: string | null | undefined;
2110
- keyPersonEmail?: string | null | undefined;
2111
- status: "NEW" | "PENDING" | "APPROVED";
2112
- enable: boolean;
2113
- methods: {
2114
- tPlus?: number | undefined;
2115
- variant: string;
2116
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2117
- rate: {
2118
- amount: number;
2119
- precision: number;
2120
- };
2121
- }[];
2122
- }>>>;
2024
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
2123
2025
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2124
2026
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2125
2027
  enableOrder: z.ZodBoolean;
@@ -2309,6 +2211,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2309
2211
  catalogId?: string | null | undefined;
2310
2212
  autoAccept?: boolean | null | undefined;
2311
2213
  term?: string | null | undefined;
2214
+ ignoreStock?: boolean | null | undefined;
2312
2215
  enable: boolean;
2313
2216
  } | null | undefined;
2314
2217
  foodpandaDelivery?: {
@@ -2372,31 +2275,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2372
2275
  anydeskPassword?: string | null | undefined;
2373
2276
  deviceName: string;
2374
2277
  }[] | null | undefined;
2375
- payoutAccount?: {
2376
- bank?: {
2377
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2378
- accountNumber?: string | null | undefined;
2379
- holderName?: string | null | undefined;
2380
- 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";
2381
- } | null | undefined;
2382
- ssm?: string | null | undefined;
2383
- bankStatement?: string | null | undefined;
2384
- exteriorPhoto?: string | null | undefined;
2385
- keyPerson?: string | null | undefined;
2386
- keyPersonPhone?: string | null | undefined;
2387
- keyPersonEmail?: string | null | undefined;
2388
- status: "NEW" | "PENDING" | "APPROVED";
2389
- enable: boolean;
2390
- methods: {
2391
- variant: string;
2392
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2393
- rate: {
2394
- amount: number;
2395
- precision: number;
2396
- };
2397
- tPlus: number;
2398
- }[];
2399
- } | null | undefined;
2278
+ payoutAccount?: Record<string, any> | null | undefined;
2400
2279
  clearCount?: number | null | undefined;
2401
2280
  queueSetting?: {
2402
2281
  duration?: number | null | undefined;
@@ -2478,6 +2357,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2478
2357
  };
2479
2358
  businessId: string;
2480
2359
  profile: {
2360
+ code?: string | null | undefined;
2481
2361
  url?: string | null | undefined;
2482
2362
  description?: string | null | undefined;
2483
2363
  _id?: string | null | undefined;
@@ -2703,6 +2583,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2703
2583
  catalogId?: string | null | undefined;
2704
2584
  autoAccept?: boolean | null | undefined;
2705
2585
  term?: string | null | undefined;
2586
+ ignoreStock?: boolean | null | undefined;
2706
2587
  enable: boolean;
2707
2588
  } | null | undefined;
2708
2589
  foodpandaDelivery?: {
@@ -2766,31 +2647,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2766
2647
  anydeskPassword?: string | null | undefined;
2767
2648
  deviceName: string;
2768
2649
  }[] | null | undefined;
2769
- payoutAccount?: {
2770
- bank?: {
2771
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
2772
- accountNumber?: string | null | undefined;
2773
- holderName?: string | null | undefined;
2774
- 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";
2775
- } | null | undefined;
2776
- ssm?: string | null | undefined;
2777
- bankStatement?: string | null | undefined;
2778
- exteriorPhoto?: string | null | undefined;
2779
- keyPerson?: string | null | undefined;
2780
- keyPersonPhone?: string | null | undefined;
2781
- keyPersonEmail?: string | null | undefined;
2782
- status: "NEW" | "PENDING" | "APPROVED";
2783
- enable: boolean;
2784
- methods: {
2785
- tPlus?: number | undefined;
2786
- variant: string;
2787
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
2788
- rate: {
2789
- amount: number;
2790
- precision: number;
2791
- };
2792
- }[];
2793
- } | null | undefined;
2650
+ payoutAccount?: Record<string, any> | null | undefined;
2794
2651
  clearCount?: number | null | undefined;
2795
2652
  queueSetting?: {
2796
2653
  duration?: number | null | undefined;
@@ -2872,6 +2729,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2872
2729
  };
2873
2730
  businessId: string;
2874
2731
  profile: {
2732
+ code?: string | null | undefined;
2875
2733
  url?: string | null | undefined;
2876
2734
  description?: string | null | undefined;
2877
2735
  _id?: string | null | undefined;
@@ -3168,6 +3026,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3168
3026
  catalogId?: string | null | undefined;
3169
3027
  autoAccept?: boolean | null | undefined;
3170
3028
  term?: string | null | undefined;
3029
+ ignoreStock?: boolean | null | undefined;
3171
3030
  enable: boolean;
3172
3031
  } | null | undefined;
3173
3032
  foodpandaDelivery?: {
@@ -3231,31 +3090,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3231
3090
  anydeskPassword?: string | null | undefined;
3232
3091
  deviceName: string;
3233
3092
  }[] | null | undefined;
3234
- payoutAccount?: {
3235
- bank?: {
3236
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
3237
- accountNumber?: string | null | undefined;
3238
- holderName?: string | null | undefined;
3239
- 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";
3240
- } | null | undefined;
3241
- ssm?: string | null | undefined;
3242
- bankStatement?: string | null | undefined;
3243
- exteriorPhoto?: string | null | undefined;
3244
- keyPerson?: string | null | undefined;
3245
- keyPersonPhone?: string | null | undefined;
3246
- keyPersonEmail?: string | null | undefined;
3247
- status: "NEW" | "PENDING" | "APPROVED";
3248
- enable: boolean;
3249
- methods: {
3250
- variant: string;
3251
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
3252
- rate: {
3253
- amount: number;
3254
- precision: number;
3255
- };
3256
- tPlus: number;
3257
- }[];
3258
- } | null | undefined;
3093
+ payoutAccount?: Record<string, any> | null | undefined;
3259
3094
  clearCount?: number | null | undefined;
3260
3095
  queueSetting?: {
3261
3096
  duration?: number | null | undefined;
@@ -3337,6 +3172,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3337
3172
  };
3338
3173
  businessId: string;
3339
3174
  profile: {
3175
+ code?: string | null | undefined;
3340
3176
  url?: string | null | undefined;
3341
3177
  description?: string | null | undefined;
3342
3178
  _id?: string | null | undefined;
@@ -3589,6 +3425,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3589
3425
  catalogId?: string | null | undefined;
3590
3426
  autoAccept?: boolean | null | undefined;
3591
3427
  term?: string | null | undefined;
3428
+ ignoreStock?: boolean | null | undefined;
3592
3429
  enable: boolean;
3593
3430
  } | null | undefined;
3594
3431
  foodpandaDelivery?: {
@@ -3652,31 +3489,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3652
3489
  anydeskPassword?: string | null | undefined;
3653
3490
  deviceName: string;
3654
3491
  }[] | null | undefined;
3655
- payoutAccount?: {
3656
- bank?: {
3657
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
3658
- accountNumber?: string | null | undefined;
3659
- holderName?: string | null | undefined;
3660
- 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";
3661
- } | null | undefined;
3662
- ssm?: string | null | undefined;
3663
- bankStatement?: string | null | undefined;
3664
- exteriorPhoto?: string | null | undefined;
3665
- keyPerson?: string | null | undefined;
3666
- keyPersonPhone?: string | null | undefined;
3667
- keyPersonEmail?: string | null | undefined;
3668
- status: "NEW" | "PENDING" | "APPROVED";
3669
- enable: boolean;
3670
- methods: {
3671
- tPlus?: number | undefined;
3672
- variant: string;
3673
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
3674
- rate: {
3675
- amount: number;
3676
- precision: number;
3677
- };
3678
- }[];
3679
- } | null | undefined;
3492
+ payoutAccount?: Record<string, any> | null | undefined;
3680
3493
  clearCount?: number | null | undefined;
3681
3494
  queueSetting?: {
3682
3495
  duration?: number | null | undefined;
@@ -3758,6 +3571,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3758
3571
  };
3759
3572
  businessId: string;
3760
3573
  profile: {
3574
+ code?: string | null | undefined;
3761
3575
  url?: string | null | undefined;
3762
3576
  description?: string | null | undefined;
3763
3577
  _id?: string | null | undefined;
@@ -4270,6 +4084,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
4270
4084
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
4271
4085
  profile: z.ZodObject<{
4272
4086
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4087
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4273
4088
  name: z.ZodString;
4274
4089
  address: z.ZodObject<{
4275
4090
  line1: z.ZodString;
@@ -4586,6 +4401,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
4586
4401
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4587
4402
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4588
4403
  }, "strip", z.ZodTypeAny, {
4404
+ code?: string | null | undefined;
4589
4405
  url?: string | null | undefined;
4590
4406
  description?: string | null | undefined;
4591
4407
  _id?: string | null | undefined;
@@ -4661,6 +4477,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
4661
4477
  phoneNo: string;
4662
4478
  regNo: string;
4663
4479
  }, {
4480
+ code?: string | null | undefined;
4664
4481
  url?: string | null | undefined;
4665
4482
  description?: string | null | undefined;
4666
4483
  _id?: string | null | undefined;
@@ -5442,17 +5259,20 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5442
5259
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5443
5260
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5444
5261
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5262
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5445
5263
  }, "strip", z.ZodTypeAny, {
5446
5264
  instruction?: string | null | undefined;
5447
5265
  catalogId?: string | null | undefined;
5448
5266
  autoAccept?: boolean | null | undefined;
5449
5267
  term?: string | null | undefined;
5268
+ ignoreStock?: boolean | null | undefined;
5450
5269
  enable: boolean;
5451
5270
  }, {
5452
5271
  instruction?: string | null | undefined;
5453
5272
  catalogId?: string | null | undefined;
5454
5273
  autoAccept?: boolean | null | undefined;
5455
5274
  term?: string | null | undefined;
5275
+ ignoreStock?: boolean | null | undefined;
5456
5276
  enable: boolean;
5457
5277
  }>>>;
5458
5278
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -5873,111 +5693,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5873
5693
  anydeskPassword?: string | null | undefined;
5874
5694
  deviceName: string;
5875
5695
  }>, "many">>>;
5876
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5877
- enable: z.ZodBoolean;
5878
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5879
- name: z.ZodEnum<["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"]>;
5880
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
5881
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5882
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5883
- }, "strip", z.ZodTypeAny, {
5884
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
5885
- accountNumber?: string | null | undefined;
5886
- holderName?: string | null | undefined;
5887
- 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";
5888
- }, {
5889
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
5890
- accountNumber?: string | null | undefined;
5891
- holderName?: string | null | undefined;
5892
- 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";
5893
- }>>>;
5894
- methods: z.ZodArray<z.ZodObject<{
5895
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
5896
- variant: z.ZodString;
5897
- rate: z.ZodObject<{
5898
- amount: z.ZodNumber;
5899
- precision: z.ZodNumber;
5900
- }, "strip", z.ZodTypeAny, {
5901
- amount: number;
5902
- precision: number;
5903
- }, {
5904
- amount: number;
5905
- precision: number;
5906
- }>;
5907
- tPlus: z.ZodDefault<z.ZodNumber>;
5908
- }, "strip", z.ZodTypeAny, {
5909
- variant: string;
5910
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
5911
- rate: {
5912
- amount: number;
5913
- precision: number;
5914
- };
5915
- tPlus: number;
5916
- }, {
5917
- tPlus?: number | undefined;
5918
- variant: string;
5919
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
5920
- rate: {
5921
- amount: number;
5922
- precision: number;
5923
- };
5924
- }>, "many">;
5925
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5926
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5927
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5928
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5929
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5930
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5931
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
5932
- }, "strip", z.ZodTypeAny, {
5933
- bank?: {
5934
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
5935
- accountNumber?: string | null | undefined;
5936
- holderName?: string | null | undefined;
5937
- 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";
5938
- } | null | undefined;
5939
- ssm?: string | null | undefined;
5940
- bankStatement?: string | null | undefined;
5941
- exteriorPhoto?: string | null | undefined;
5942
- keyPerson?: string | null | undefined;
5943
- keyPersonPhone?: string | null | undefined;
5944
- keyPersonEmail?: string | null | undefined;
5945
- status: "NEW" | "PENDING" | "APPROVED";
5946
- enable: boolean;
5947
- methods: {
5948
- variant: string;
5949
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
5950
- rate: {
5951
- amount: number;
5952
- precision: number;
5953
- };
5954
- tPlus: number;
5955
- }[];
5956
- }, {
5957
- bank?: {
5958
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
5959
- accountNumber?: string | null | undefined;
5960
- holderName?: string | null | undefined;
5961
- 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";
5962
- } | null | undefined;
5963
- ssm?: string | null | undefined;
5964
- bankStatement?: string | null | undefined;
5965
- exteriorPhoto?: string | null | undefined;
5966
- keyPerson?: string | null | undefined;
5967
- keyPersonPhone?: string | null | undefined;
5968
- keyPersonEmail?: string | null | undefined;
5969
- status: "NEW" | "PENDING" | "APPROVED";
5970
- enable: boolean;
5971
- methods: {
5972
- tPlus?: number | undefined;
5973
- variant: string;
5974
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
5975
- rate: {
5976
- amount: number;
5977
- precision: number;
5978
- };
5979
- }[];
5980
- }>>>;
5696
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5981
5697
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5982
5698
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5983
5699
  enableOrder: z.ZodBoolean;
@@ -6167,6 +5883,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6167
5883
  catalogId?: string | null | undefined;
6168
5884
  autoAccept?: boolean | null | undefined;
6169
5885
  term?: string | null | undefined;
5886
+ ignoreStock?: boolean | null | undefined;
6170
5887
  enable: boolean;
6171
5888
  } | null | undefined;
6172
5889
  foodpandaDelivery?: {
@@ -6230,31 +5947,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6230
5947
  anydeskPassword?: string | null | undefined;
6231
5948
  deviceName: string;
6232
5949
  }[] | null | undefined;
6233
- payoutAccount?: {
6234
- bank?: {
6235
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
6236
- accountNumber?: string | null | undefined;
6237
- holderName?: string | null | undefined;
6238
- 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";
6239
- } | null | undefined;
6240
- ssm?: string | null | undefined;
6241
- bankStatement?: string | null | undefined;
6242
- exteriorPhoto?: string | null | undefined;
6243
- keyPerson?: string | null | undefined;
6244
- keyPersonPhone?: string | null | undefined;
6245
- keyPersonEmail?: string | null | undefined;
6246
- status: "NEW" | "PENDING" | "APPROVED";
6247
- enable: boolean;
6248
- methods: {
6249
- variant: string;
6250
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
6251
- rate: {
6252
- amount: number;
6253
- precision: number;
6254
- };
6255
- tPlus: number;
6256
- }[];
6257
- } | null | undefined;
5950
+ payoutAccount?: Record<string, any> | null | undefined;
6258
5951
  clearCount?: number | null | undefined;
6259
5952
  queueSetting?: {
6260
5953
  duration?: number | null | undefined;
@@ -6336,6 +6029,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6336
6029
  };
6337
6030
  businessId: string;
6338
6031
  profile: {
6032
+ code?: string | null | undefined;
6339
6033
  url?: string | null | undefined;
6340
6034
  description?: string | null | undefined;
6341
6035
  _id?: string | null | undefined;
@@ -6561,6 +6255,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6561
6255
  catalogId?: string | null | undefined;
6562
6256
  autoAccept?: boolean | null | undefined;
6563
6257
  term?: string | null | undefined;
6258
+ ignoreStock?: boolean | null | undefined;
6564
6259
  enable: boolean;
6565
6260
  } | null | undefined;
6566
6261
  foodpandaDelivery?: {
@@ -6624,31 +6319,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6624
6319
  anydeskPassword?: string | null | undefined;
6625
6320
  deviceName: string;
6626
6321
  }[] | null | undefined;
6627
- payoutAccount?: {
6628
- bank?: {
6629
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
6630
- accountNumber?: string | null | undefined;
6631
- holderName?: string | null | undefined;
6632
- 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";
6633
- } | null | undefined;
6634
- ssm?: string | null | undefined;
6635
- bankStatement?: string | null | undefined;
6636
- exteriorPhoto?: string | null | undefined;
6637
- keyPerson?: string | null | undefined;
6638
- keyPersonPhone?: string | null | undefined;
6639
- keyPersonEmail?: string | null | undefined;
6640
- status: "NEW" | "PENDING" | "APPROVED";
6641
- enable: boolean;
6642
- methods: {
6643
- tPlus?: number | undefined;
6644
- variant: string;
6645
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
6646
- rate: {
6647
- amount: number;
6648
- precision: number;
6649
- };
6650
- }[];
6651
- } | null | undefined;
6322
+ payoutAccount?: Record<string, any> | null | undefined;
6652
6323
  clearCount?: number | null | undefined;
6653
6324
  queueSetting?: {
6654
6325
  duration?: number | null | undefined;
@@ -6730,6 +6401,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6730
6401
  };
6731
6402
  businessId: string;
6732
6403
  profile: {
6404
+ code?: string | null | undefined;
6733
6405
  url?: string | null | undefined;
6734
6406
  description?: string | null | undefined;
6735
6407
  _id?: string | null | undefined;
@@ -7028,6 +6700,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7028
6700
  catalogId?: string | null | undefined;
7029
6701
  autoAccept?: boolean | null | undefined;
7030
6702
  term?: string | null | undefined;
6703
+ ignoreStock?: boolean | null | undefined;
7031
6704
  enable: boolean;
7032
6705
  } | null | undefined;
7033
6706
  foodpandaDelivery?: {
@@ -7091,31 +6764,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7091
6764
  anydeskPassword?: string | null | undefined;
7092
6765
  deviceName: string;
7093
6766
  }[] | null | undefined;
7094
- payoutAccount?: {
7095
- bank?: {
7096
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
7097
- accountNumber?: string | null | undefined;
7098
- holderName?: string | null | undefined;
7099
- 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";
7100
- } | null | undefined;
7101
- ssm?: string | null | undefined;
7102
- bankStatement?: string | null | undefined;
7103
- exteriorPhoto?: string | null | undefined;
7104
- keyPerson?: string | null | undefined;
7105
- keyPersonPhone?: string | null | undefined;
7106
- keyPersonEmail?: string | null | undefined;
7107
- status: "NEW" | "PENDING" | "APPROVED";
7108
- enable: boolean;
7109
- methods: {
7110
- variant: string;
7111
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
7112
- rate: {
7113
- amount: number;
7114
- precision: number;
7115
- };
7116
- tPlus: number;
7117
- }[];
7118
- } | null | undefined;
6767
+ payoutAccount?: Record<string, any> | null | undefined;
7119
6768
  clearCount?: number | null | undefined;
7120
6769
  queueSetting?: {
7121
6770
  duration?: number | null | undefined;
@@ -7197,6 +6846,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7197
6846
  };
7198
6847
  businessId: string;
7199
6848
  profile: {
6849
+ code?: string | null | undefined;
7200
6850
  url?: string | null | undefined;
7201
6851
  description?: string | null | undefined;
7202
6852
  _id?: string | null | undefined;
@@ -7449,6 +7099,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7449
7099
  catalogId?: string | null | undefined;
7450
7100
  autoAccept?: boolean | null | undefined;
7451
7101
  term?: string | null | undefined;
7102
+ ignoreStock?: boolean | null | undefined;
7452
7103
  enable: boolean;
7453
7104
  } | null | undefined;
7454
7105
  foodpandaDelivery?: {
@@ -7512,31 +7163,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7512
7163
  anydeskPassword?: string | null | undefined;
7513
7164
  deviceName: string;
7514
7165
  }[] | null | undefined;
7515
- payoutAccount?: {
7516
- bank?: {
7517
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
7518
- accountNumber?: string | null | undefined;
7519
- holderName?: string | null | undefined;
7520
- 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";
7521
- } | null | undefined;
7522
- ssm?: string | null | undefined;
7523
- bankStatement?: string | null | undefined;
7524
- exteriorPhoto?: string | null | undefined;
7525
- keyPerson?: string | null | undefined;
7526
- keyPersonPhone?: string | null | undefined;
7527
- keyPersonEmail?: string | null | undefined;
7528
- status: "NEW" | "PENDING" | "APPROVED";
7529
- enable: boolean;
7530
- methods: {
7531
- tPlus?: number | undefined;
7532
- variant: string;
7533
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
7534
- rate: {
7535
- amount: number;
7536
- precision: number;
7537
- };
7538
- }[];
7539
- } | null | undefined;
7166
+ payoutAccount?: Record<string, any> | null | undefined;
7540
7167
  clearCount?: number | null | undefined;
7541
7168
  queueSetting?: {
7542
7169
  duration?: number | null | undefined;
@@ -7618,6 +7245,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7618
7245
  };
7619
7246
  businessId: string;
7620
7247
  profile: {
7248
+ code?: string | null | undefined;
7621
7249
  url?: string | null | undefined;
7622
7250
  description?: string | null | undefined;
7623
7251
  _id?: string | null | undefined;
@@ -8131,6 +7759,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8131
7759
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
8132
7760
  profile: z.ZodObject<{
8133
7761
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7762
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8134
7763
  name: z.ZodString;
8135
7764
  address: z.ZodObject<{
8136
7765
  line1: z.ZodString;
@@ -8447,6 +8076,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8447
8076
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8448
8077
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8449
8078
  }, "strip", z.ZodTypeAny, {
8079
+ code?: string | null | undefined;
8450
8080
  url?: string | null | undefined;
8451
8081
  description?: string | null | undefined;
8452
8082
  _id?: string | null | undefined;
@@ -8522,6 +8152,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8522
8152
  phoneNo: string;
8523
8153
  regNo: string;
8524
8154
  }, {
8155
+ code?: string | null | undefined;
8525
8156
  url?: string | null | undefined;
8526
8157
  description?: string | null | undefined;
8527
8158
  _id?: string | null | undefined;
@@ -9303,17 +8934,20 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9303
8934
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9304
8935
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9305
8936
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
8937
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9306
8938
  }, "strip", z.ZodTypeAny, {
9307
8939
  instruction?: string | null | undefined;
9308
8940
  catalogId?: string | null | undefined;
9309
8941
  autoAccept?: boolean | null | undefined;
9310
8942
  term?: string | null | undefined;
8943
+ ignoreStock?: boolean | null | undefined;
9311
8944
  enable: boolean;
9312
8945
  }, {
9313
8946
  instruction?: string | null | undefined;
9314
8947
  catalogId?: string | null | undefined;
9315
8948
  autoAccept?: boolean | null | undefined;
9316
8949
  term?: string | null | undefined;
8950
+ ignoreStock?: boolean | null | undefined;
9317
8951
  enable: boolean;
9318
8952
  }>>>;
9319
8953
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -9734,111 +9368,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9734
9368
  anydeskPassword?: string | null | undefined;
9735
9369
  deviceName: string;
9736
9370
  }>, "many">>>;
9737
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9738
- enable: z.ZodBoolean;
9739
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9740
- name: z.ZodEnum<["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"]>;
9741
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
9742
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9743
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9744
- }, "strip", z.ZodTypeAny, {
9745
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
9746
- accountNumber?: string | null | undefined;
9747
- holderName?: string | null | undefined;
9748
- 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";
9749
- }, {
9750
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
9751
- accountNumber?: string | null | undefined;
9752
- holderName?: string | null | undefined;
9753
- 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";
9754
- }>>>;
9755
- methods: z.ZodArray<z.ZodObject<{
9756
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
9757
- variant: z.ZodString;
9758
- rate: z.ZodObject<{
9759
- amount: z.ZodNumber;
9760
- precision: z.ZodNumber;
9761
- }, "strip", z.ZodTypeAny, {
9762
- amount: number;
9763
- precision: number;
9764
- }, {
9765
- amount: number;
9766
- precision: number;
9767
- }>;
9768
- tPlus: z.ZodDefault<z.ZodNumber>;
9769
- }, "strip", z.ZodTypeAny, {
9770
- variant: string;
9771
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
9772
- rate: {
9773
- amount: number;
9774
- precision: number;
9775
- };
9776
- tPlus: number;
9777
- }, {
9778
- tPlus?: number | undefined;
9779
- variant: string;
9780
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
9781
- rate: {
9782
- amount: number;
9783
- precision: number;
9784
- };
9785
- }>, "many">;
9786
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9787
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9788
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9789
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9790
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9791
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9792
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
9793
- }, "strip", z.ZodTypeAny, {
9794
- bank?: {
9795
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
9796
- accountNumber?: string | null | undefined;
9797
- holderName?: string | null | undefined;
9798
- 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";
9799
- } | null | undefined;
9800
- ssm?: string | null | undefined;
9801
- bankStatement?: string | null | undefined;
9802
- exteriorPhoto?: string | null | undefined;
9803
- keyPerson?: string | null | undefined;
9804
- keyPersonPhone?: string | null | undefined;
9805
- keyPersonEmail?: string | null | undefined;
9806
- status: "NEW" | "PENDING" | "APPROVED";
9807
- enable: boolean;
9808
- methods: {
9809
- variant: string;
9810
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
9811
- rate: {
9812
- amount: number;
9813
- precision: number;
9814
- };
9815
- tPlus: number;
9816
- }[];
9817
- }, {
9818
- bank?: {
9819
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
9820
- accountNumber?: string | null | undefined;
9821
- holderName?: string | null | undefined;
9822
- 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";
9823
- } | null | undefined;
9824
- ssm?: string | null | undefined;
9825
- bankStatement?: string | null | undefined;
9826
- exteriorPhoto?: string | null | undefined;
9827
- keyPerson?: string | null | undefined;
9828
- keyPersonPhone?: string | null | undefined;
9829
- keyPersonEmail?: string | null | undefined;
9830
- status: "NEW" | "PENDING" | "APPROVED";
9831
- enable: boolean;
9832
- methods: {
9833
- tPlus?: number | undefined;
9834
- variant: string;
9835
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
9836
- rate: {
9837
- amount: number;
9838
- precision: number;
9839
- };
9840
- }[];
9841
- }>>>;
9371
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9842
9372
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
9843
9373
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9844
9374
  enableOrder: z.ZodBoolean;
@@ -10028,6 +9558,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10028
9558
  catalogId?: string | null | undefined;
10029
9559
  autoAccept?: boolean | null | undefined;
10030
9560
  term?: string | null | undefined;
9561
+ ignoreStock?: boolean | null | undefined;
10031
9562
  enable: boolean;
10032
9563
  } | null | undefined;
10033
9564
  foodpandaDelivery?: {
@@ -10091,31 +9622,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10091
9622
  anydeskPassword?: string | null | undefined;
10092
9623
  deviceName: string;
10093
9624
  }[] | null | undefined;
10094
- payoutAccount?: {
10095
- bank?: {
10096
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
10097
- accountNumber?: string | null | undefined;
10098
- holderName?: string | null | undefined;
10099
- 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";
10100
- } | null | undefined;
10101
- ssm?: string | null | undefined;
10102
- bankStatement?: string | null | undefined;
10103
- exteriorPhoto?: string | null | undefined;
10104
- keyPerson?: string | null | undefined;
10105
- keyPersonPhone?: string | null | undefined;
10106
- keyPersonEmail?: string | null | undefined;
10107
- status: "NEW" | "PENDING" | "APPROVED";
10108
- enable: boolean;
10109
- methods: {
10110
- variant: string;
10111
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
10112
- rate: {
10113
- amount: number;
10114
- precision: number;
10115
- };
10116
- tPlus: number;
10117
- }[];
10118
- } | null | undefined;
9625
+ payoutAccount?: Record<string, any> | null | undefined;
10119
9626
  clearCount?: number | null | undefined;
10120
9627
  queueSetting?: {
10121
9628
  duration?: number | null | undefined;
@@ -10197,6 +9704,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10197
9704
  };
10198
9705
  businessId: string;
10199
9706
  profile: {
9707
+ code?: string | null | undefined;
10200
9708
  url?: string | null | undefined;
10201
9709
  description?: string | null | undefined;
10202
9710
  _id?: string | null | undefined;
@@ -10422,6 +9930,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10422
9930
  catalogId?: string | null | undefined;
10423
9931
  autoAccept?: boolean | null | undefined;
10424
9932
  term?: string | null | undefined;
9933
+ ignoreStock?: boolean | null | undefined;
10425
9934
  enable: boolean;
10426
9935
  } | null | undefined;
10427
9936
  foodpandaDelivery?: {
@@ -10485,31 +9994,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10485
9994
  anydeskPassword?: string | null | undefined;
10486
9995
  deviceName: string;
10487
9996
  }[] | null | undefined;
10488
- payoutAccount?: {
10489
- bank?: {
10490
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
10491
- accountNumber?: string | null | undefined;
10492
- holderName?: string | null | undefined;
10493
- 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";
10494
- } | null | undefined;
10495
- ssm?: string | null | undefined;
10496
- bankStatement?: string | null | undefined;
10497
- exteriorPhoto?: string | null | undefined;
10498
- keyPerson?: string | null | undefined;
10499
- keyPersonPhone?: string | null | undefined;
10500
- keyPersonEmail?: string | null | undefined;
10501
- status: "NEW" | "PENDING" | "APPROVED";
10502
- enable: boolean;
10503
- methods: {
10504
- tPlus?: number | undefined;
10505
- variant: string;
10506
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
10507
- rate: {
10508
- amount: number;
10509
- precision: number;
10510
- };
10511
- }[];
10512
- } | null | undefined;
9997
+ payoutAccount?: Record<string, any> | null | undefined;
10513
9998
  clearCount?: number | null | undefined;
10514
9999
  queueSetting?: {
10515
10000
  duration?: number | null | undefined;
@@ -10591,6 +10076,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10591
10076
  };
10592
10077
  businessId: string;
10593
10078
  profile: {
10079
+ code?: string | null | undefined;
10594
10080
  url?: string | null | undefined;
10595
10081
  description?: string | null | undefined;
10596
10082
  _id?: string | null | undefined;
@@ -10890,6 +10376,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10890
10376
  catalogId?: string | null | undefined;
10891
10377
  autoAccept?: boolean | null | undefined;
10892
10378
  term?: string | null | undefined;
10379
+ ignoreStock?: boolean | null | undefined;
10893
10380
  enable: boolean;
10894
10381
  } | null | undefined;
10895
10382
  foodpandaDelivery?: {
@@ -10953,31 +10440,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10953
10440
  anydeskPassword?: string | null | undefined;
10954
10441
  deviceName: string;
10955
10442
  }[] | null | undefined;
10956
- payoutAccount?: {
10957
- bank?: {
10958
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
10959
- accountNumber?: string | null | undefined;
10960
- holderName?: string | null | undefined;
10961
- 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";
10962
- } | null | undefined;
10963
- ssm?: string | null | undefined;
10964
- bankStatement?: string | null | undefined;
10965
- exteriorPhoto?: string | null | undefined;
10966
- keyPerson?: string | null | undefined;
10967
- keyPersonPhone?: string | null | undefined;
10968
- keyPersonEmail?: string | null | undefined;
10969
- status: "NEW" | "PENDING" | "APPROVED";
10970
- enable: boolean;
10971
- methods: {
10972
- variant: string;
10973
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
10974
- rate: {
10975
- amount: number;
10976
- precision: number;
10977
- };
10978
- tPlus: number;
10979
- }[];
10980
- } | null | undefined;
10443
+ payoutAccount?: Record<string, any> | null | undefined;
10981
10444
  clearCount?: number | null | undefined;
10982
10445
  queueSetting?: {
10983
10446
  duration?: number | null | undefined;
@@ -11059,6 +10522,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11059
10522
  };
11060
10523
  businessId: string;
11061
10524
  profile: {
10525
+ code?: string | null | undefined;
11062
10526
  url?: string | null | undefined;
11063
10527
  description?: string | null | undefined;
11064
10528
  _id?: string | null | undefined;
@@ -11312,6 +10776,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11312
10776
  catalogId?: string | null | undefined;
11313
10777
  autoAccept?: boolean | null | undefined;
11314
10778
  term?: string | null | undefined;
10779
+ ignoreStock?: boolean | null | undefined;
11315
10780
  enable: boolean;
11316
10781
  } | null | undefined;
11317
10782
  foodpandaDelivery?: {
@@ -11375,31 +10840,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11375
10840
  anydeskPassword?: string | null | undefined;
11376
10841
  deviceName: string;
11377
10842
  }[] | null | undefined;
11378
- payoutAccount?: {
11379
- bank?: {
11380
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11381
- accountNumber?: string | null | undefined;
11382
- holderName?: string | null | undefined;
11383
- 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";
11384
- } | null | undefined;
11385
- ssm?: string | null | undefined;
11386
- bankStatement?: string | null | undefined;
11387
- exteriorPhoto?: string | null | undefined;
11388
- keyPerson?: string | null | undefined;
11389
- keyPersonPhone?: string | null | undefined;
11390
- keyPersonEmail?: string | null | undefined;
11391
- status: "NEW" | "PENDING" | "APPROVED";
11392
- enable: boolean;
11393
- methods: {
11394
- tPlus?: number | undefined;
11395
- variant: string;
11396
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11397
- rate: {
11398
- amount: number;
11399
- precision: number;
11400
- };
11401
- }[];
11402
- } | null | undefined;
10843
+ payoutAccount?: Record<string, any> | null | undefined;
11403
10844
  clearCount?: number | null | undefined;
11404
10845
  queueSetting?: {
11405
10846
  duration?: number | null | undefined;
@@ -11481,6 +10922,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11481
10922
  };
11482
10923
  businessId: string;
11483
10924
  profile: {
10925
+ code?: string | null | undefined;
11484
10926
  url?: string | null | undefined;
11485
10927
  description?: string | null | undefined;
11486
10928
  _id?: string | null | undefined;
@@ -11995,6 +11437,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11995
11437
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
11996
11438
  profile: z.ZodObject<{
11997
11439
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11440
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11998
11441
  name: z.ZodString;
11999
11442
  address: z.ZodObject<{
12000
11443
  line1: z.ZodString;
@@ -12311,6 +11754,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12311
11754
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12312
11755
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12313
11756
  }, "strip", z.ZodTypeAny, {
11757
+ code?: string | null | undefined;
12314
11758
  url?: string | null | undefined;
12315
11759
  description?: string | null | undefined;
12316
11760
  _id?: string | null | undefined;
@@ -12386,6 +11830,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12386
11830
  phoneNo: string;
12387
11831
  regNo: string;
12388
11832
  }, {
11833
+ code?: string | null | undefined;
12389
11834
  url?: string | null | undefined;
12390
11835
  description?: string | null | undefined;
12391
11836
  _id?: string | null | undefined;
@@ -13167,17 +12612,20 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13167
12612
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13168
12613
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13169
12614
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12615
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
13170
12616
  }, "strip", z.ZodTypeAny, {
13171
12617
  instruction?: string | null | undefined;
13172
12618
  catalogId?: string | null | undefined;
13173
12619
  autoAccept?: boolean | null | undefined;
13174
12620
  term?: string | null | undefined;
12621
+ ignoreStock?: boolean | null | undefined;
13175
12622
  enable: boolean;
13176
12623
  }, {
13177
12624
  instruction?: string | null | undefined;
13178
12625
  catalogId?: string | null | undefined;
13179
12626
  autoAccept?: boolean | null | undefined;
13180
12627
  term?: string | null | undefined;
12628
+ ignoreStock?: boolean | null | undefined;
13181
12629
  enable: boolean;
13182
12630
  }>>>;
13183
12631
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -13598,111 +13046,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13598
13046
  anydeskPassword?: string | null | undefined;
13599
13047
  deviceName: string;
13600
13048
  }>, "many">>>;
13601
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
13602
- enable: z.ZodBoolean;
13603
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
13604
- name: z.ZodEnum<["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"]>;
13605
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
13606
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13607
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13608
- }, "strip", z.ZodTypeAny, {
13609
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13610
- accountNumber?: string | null | undefined;
13611
- holderName?: string | null | undefined;
13612
- 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";
13613
- }, {
13614
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13615
- accountNumber?: string | null | undefined;
13616
- holderName?: string | null | undefined;
13617
- 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";
13618
- }>>>;
13619
- methods: z.ZodArray<z.ZodObject<{
13620
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
13621
- variant: z.ZodString;
13622
- rate: z.ZodObject<{
13623
- amount: z.ZodNumber;
13624
- precision: z.ZodNumber;
13625
- }, "strip", z.ZodTypeAny, {
13626
- amount: number;
13627
- precision: number;
13628
- }, {
13629
- amount: number;
13630
- precision: number;
13631
- }>;
13632
- tPlus: z.ZodDefault<z.ZodNumber>;
13633
- }, "strip", z.ZodTypeAny, {
13634
- variant: string;
13635
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13636
- rate: {
13637
- amount: number;
13638
- precision: number;
13639
- };
13640
- tPlus: number;
13641
- }, {
13642
- tPlus?: number | undefined;
13643
- variant: string;
13644
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13645
- rate: {
13646
- amount: number;
13647
- precision: number;
13648
- };
13649
- }>, "many">;
13650
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13651
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13652
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13653
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13654
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13655
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13656
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
13657
- }, "strip", z.ZodTypeAny, {
13658
- bank?: {
13659
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13660
- accountNumber?: string | null | undefined;
13661
- holderName?: string | null | undefined;
13662
- 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";
13663
- } | null | undefined;
13664
- ssm?: string | null | undefined;
13665
- bankStatement?: string | null | undefined;
13666
- exteriorPhoto?: string | null | undefined;
13667
- keyPerson?: string | null | undefined;
13668
- keyPersonPhone?: string | null | undefined;
13669
- keyPersonEmail?: string | null | undefined;
13670
- status: "NEW" | "PENDING" | "APPROVED";
13671
- enable: boolean;
13672
- methods: {
13673
- variant: string;
13674
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13675
- rate: {
13676
- amount: number;
13677
- precision: number;
13678
- };
13679
- tPlus: number;
13680
- }[];
13681
- }, {
13682
- bank?: {
13683
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13684
- accountNumber?: string | null | undefined;
13685
- holderName?: string | null | undefined;
13686
- 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";
13687
- } | null | undefined;
13688
- ssm?: string | null | undefined;
13689
- bankStatement?: string | null | undefined;
13690
- exteriorPhoto?: string | null | undefined;
13691
- keyPerson?: string | null | undefined;
13692
- keyPersonPhone?: string | null | undefined;
13693
- keyPersonEmail?: string | null | undefined;
13694
- status: "NEW" | "PENDING" | "APPROVED";
13695
- enable: boolean;
13696
- methods: {
13697
- tPlus?: number | undefined;
13698
- variant: string;
13699
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13700
- rate: {
13701
- amount: number;
13702
- precision: number;
13703
- };
13704
- }[];
13705
- }>>>;
13049
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13706
13050
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
13707
13051
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
13708
13052
  enableOrder: z.ZodBoolean;
@@ -13892,6 +13236,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13892
13236
  catalogId?: string | null | undefined;
13893
13237
  autoAccept?: boolean | null | undefined;
13894
13238
  term?: string | null | undefined;
13239
+ ignoreStock?: boolean | null | undefined;
13895
13240
  enable: boolean;
13896
13241
  } | null | undefined;
13897
13242
  foodpandaDelivery?: {
@@ -13955,31 +13300,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13955
13300
  anydeskPassword?: string | null | undefined;
13956
13301
  deviceName: string;
13957
13302
  }[] | null | undefined;
13958
- payoutAccount?: {
13959
- bank?: {
13960
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13961
- accountNumber?: string | null | undefined;
13962
- holderName?: string | null | undefined;
13963
- 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";
13964
- } | null | undefined;
13965
- ssm?: string | null | undefined;
13966
- bankStatement?: string | null | undefined;
13967
- exteriorPhoto?: string | null | undefined;
13968
- keyPerson?: string | null | undefined;
13969
- keyPersonPhone?: string | null | undefined;
13970
- keyPersonEmail?: string | null | undefined;
13971
- status: "NEW" | "PENDING" | "APPROVED";
13972
- enable: boolean;
13973
- methods: {
13974
- variant: string;
13975
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13976
- rate: {
13977
- amount: number;
13978
- precision: number;
13979
- };
13980
- tPlus: number;
13981
- }[];
13982
- } | null | undefined;
13303
+ payoutAccount?: Record<string, any> | null | undefined;
13983
13304
  clearCount?: number | null | undefined;
13984
13305
  queueSetting?: {
13985
13306
  duration?: number | null | undefined;
@@ -14061,6 +13382,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14061
13382
  };
14062
13383
  businessId: string;
14063
13384
  profile: {
13385
+ code?: string | null | undefined;
14064
13386
  url?: string | null | undefined;
14065
13387
  description?: string | null | undefined;
14066
13388
  _id?: string | null | undefined;
@@ -14286,6 +13608,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14286
13608
  catalogId?: string | null | undefined;
14287
13609
  autoAccept?: boolean | null | undefined;
14288
13610
  term?: string | null | undefined;
13611
+ ignoreStock?: boolean | null | undefined;
14289
13612
  enable: boolean;
14290
13613
  } | null | undefined;
14291
13614
  foodpandaDelivery?: {
@@ -14349,31 +13672,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14349
13672
  anydeskPassword?: string | null | undefined;
14350
13673
  deviceName: string;
14351
13674
  }[] | null | undefined;
14352
- payoutAccount?: {
14353
- bank?: {
14354
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
14355
- accountNumber?: string | null | undefined;
14356
- holderName?: string | null | undefined;
14357
- 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";
14358
- } | null | undefined;
14359
- ssm?: string | null | undefined;
14360
- bankStatement?: string | null | undefined;
14361
- exteriorPhoto?: string | null | undefined;
14362
- keyPerson?: string | null | undefined;
14363
- keyPersonPhone?: string | null | undefined;
14364
- keyPersonEmail?: string | null | undefined;
14365
- status: "NEW" | "PENDING" | "APPROVED";
14366
- enable: boolean;
14367
- methods: {
14368
- tPlus?: number | undefined;
14369
- variant: string;
14370
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
14371
- rate: {
14372
- amount: number;
14373
- precision: number;
14374
- };
14375
- }[];
14376
- } | null | undefined;
13675
+ payoutAccount?: Record<string, any> | null | undefined;
14377
13676
  clearCount?: number | null | undefined;
14378
13677
  queueSetting?: {
14379
13678
  duration?: number | null | undefined;
@@ -14455,6 +13754,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14455
13754
  };
14456
13755
  businessId: string;
14457
13756
  profile: {
13757
+ code?: string | null | undefined;
14458
13758
  url?: string | null | undefined;
14459
13759
  description?: string | null | undefined;
14460
13760
  _id?: string | null | undefined;
@@ -14753,6 +14053,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14753
14053
  catalogId?: string | null | undefined;
14754
14054
  autoAccept?: boolean | null | undefined;
14755
14055
  term?: string | null | undefined;
14056
+ ignoreStock?: boolean | null | undefined;
14756
14057
  enable: boolean;
14757
14058
  } | null | undefined;
14758
14059
  foodpandaDelivery?: {
@@ -14816,31 +14117,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14816
14117
  anydeskPassword?: string | null | undefined;
14817
14118
  deviceName: string;
14818
14119
  }[] | null | undefined;
14819
- payoutAccount?: {
14820
- bank?: {
14821
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
14822
- accountNumber?: string | null | undefined;
14823
- holderName?: string | null | undefined;
14824
- 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";
14825
- } | null | undefined;
14826
- ssm?: string | null | undefined;
14827
- bankStatement?: string | null | undefined;
14828
- exteriorPhoto?: string | null | undefined;
14829
- keyPerson?: string | null | undefined;
14830
- keyPersonPhone?: string | null | undefined;
14831
- keyPersonEmail?: string | null | undefined;
14832
- status: "NEW" | "PENDING" | "APPROVED";
14833
- enable: boolean;
14834
- methods: {
14835
- variant: string;
14836
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
14837
- rate: {
14838
- amount: number;
14839
- precision: number;
14840
- };
14841
- tPlus: number;
14842
- }[];
14843
- } | null | undefined;
14120
+ payoutAccount?: Record<string, any> | null | undefined;
14844
14121
  clearCount?: number | null | undefined;
14845
14122
  queueSetting?: {
14846
14123
  duration?: number | null | undefined;
@@ -14922,6 +14199,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14922
14199
  };
14923
14200
  businessId: string;
14924
14201
  profile: {
14202
+ code?: string | null | undefined;
14925
14203
  url?: string | null | undefined;
14926
14204
  description?: string | null | undefined;
14927
14205
  _id?: string | null | undefined;
@@ -15174,6 +14452,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15174
14452
  catalogId?: string | null | undefined;
15175
14453
  autoAccept?: boolean | null | undefined;
15176
14454
  term?: string | null | undefined;
14455
+ ignoreStock?: boolean | null | undefined;
15177
14456
  enable: boolean;
15178
14457
  } | null | undefined;
15179
14458
  foodpandaDelivery?: {
@@ -15237,31 +14516,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15237
14516
  anydeskPassword?: string | null | undefined;
15238
14517
  deviceName: string;
15239
14518
  }[] | null | undefined;
15240
- payoutAccount?: {
15241
- bank?: {
15242
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
15243
- accountNumber?: string | null | undefined;
15244
- holderName?: string | null | undefined;
15245
- 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";
15246
- } | null | undefined;
15247
- ssm?: string | null | undefined;
15248
- bankStatement?: string | null | undefined;
15249
- exteriorPhoto?: string | null | undefined;
15250
- keyPerson?: string | null | undefined;
15251
- keyPersonPhone?: string | null | undefined;
15252
- keyPersonEmail?: string | null | undefined;
15253
- status: "NEW" | "PENDING" | "APPROVED";
15254
- enable: boolean;
15255
- methods: {
15256
- tPlus?: number | undefined;
15257
- variant: string;
15258
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
15259
- rate: {
15260
- amount: number;
15261
- precision: number;
15262
- };
15263
- }[];
15264
- } | null | undefined;
14519
+ payoutAccount?: Record<string, any> | null | undefined;
15265
14520
  clearCount?: number | null | undefined;
15266
14521
  queueSetting?: {
15267
14522
  duration?: number | null | undefined;
@@ -15343,6 +14598,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15343
14598
  };
15344
14599
  businessId: string;
15345
14600
  profile: {
14601
+ code?: string | null | undefined;
15346
14602
  url?: string | null | undefined;
15347
14603
  description?: string | null | undefined;
15348
14604
  _id?: string | null | undefined;
@@ -15854,6 +15110,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15854
15110
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
15855
15111
  profile: z.ZodObject<{
15856
15112
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
15113
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
15857
15114
  name: z.ZodString;
15858
15115
  address: z.ZodObject<{
15859
15116
  line1: z.ZodString;
@@ -16170,6 +15427,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16170
15427
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16171
15428
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16172
15429
  }, "strip", z.ZodTypeAny, {
15430
+ code?: string | null | undefined;
16173
15431
  url?: string | null | undefined;
16174
15432
  description?: string | null | undefined;
16175
15433
  _id?: string | null | undefined;
@@ -16245,6 +15503,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16245
15503
  phoneNo: string;
16246
15504
  regNo: string;
16247
15505
  }, {
15506
+ code?: string | null | undefined;
16248
15507
  url?: string | null | undefined;
16249
15508
  description?: string | null | undefined;
16250
15509
  _id?: string | null | undefined;
@@ -17026,17 +16285,20 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17026
16285
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17027
16286
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17028
16287
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16288
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
17029
16289
  }, "strip", z.ZodTypeAny, {
17030
16290
  instruction?: string | null | undefined;
17031
16291
  catalogId?: string | null | undefined;
17032
16292
  autoAccept?: boolean | null | undefined;
17033
16293
  term?: string | null | undefined;
16294
+ ignoreStock?: boolean | null | undefined;
17034
16295
  enable: boolean;
17035
16296
  }, {
17036
16297
  instruction?: string | null | undefined;
17037
16298
  catalogId?: string | null | undefined;
17038
16299
  autoAccept?: boolean | null | undefined;
17039
16300
  term?: string | null | undefined;
16301
+ ignoreStock?: boolean | null | undefined;
17040
16302
  enable: boolean;
17041
16303
  }>>>;
17042
16304
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -17457,111 +16719,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17457
16719
  anydeskPassword?: string | null | undefined;
17458
16720
  deviceName: string;
17459
16721
  }>, "many">>>;
17460
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
17461
- enable: z.ZodBoolean;
17462
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
17463
- name: z.ZodEnum<["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"]>;
17464
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
17465
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17466
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17467
- }, "strip", z.ZodTypeAny, {
17468
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17469
- accountNumber?: string | null | undefined;
17470
- holderName?: string | null | undefined;
17471
- 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";
17472
- }, {
17473
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17474
- accountNumber?: string | null | undefined;
17475
- holderName?: string | null | undefined;
17476
- 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";
17477
- }>>>;
17478
- methods: z.ZodArray<z.ZodObject<{
17479
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
17480
- variant: z.ZodString;
17481
- rate: z.ZodObject<{
17482
- amount: z.ZodNumber;
17483
- precision: z.ZodNumber;
17484
- }, "strip", z.ZodTypeAny, {
17485
- amount: number;
17486
- precision: number;
17487
- }, {
17488
- amount: number;
17489
- precision: number;
17490
- }>;
17491
- tPlus: z.ZodDefault<z.ZodNumber>;
17492
- }, "strip", z.ZodTypeAny, {
17493
- variant: string;
17494
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17495
- rate: {
17496
- amount: number;
17497
- precision: number;
17498
- };
17499
- tPlus: number;
17500
- }, {
17501
- tPlus?: number | undefined;
17502
- variant: string;
17503
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17504
- rate: {
17505
- amount: number;
17506
- precision: number;
17507
- };
17508
- }>, "many">;
17509
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17510
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17511
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17512
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17513
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17514
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
17515
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
17516
- }, "strip", z.ZodTypeAny, {
17517
- bank?: {
17518
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17519
- accountNumber?: string | null | undefined;
17520
- holderName?: string | null | undefined;
17521
- 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";
17522
- } | null | undefined;
17523
- ssm?: string | null | undefined;
17524
- bankStatement?: string | null | undefined;
17525
- exteriorPhoto?: string | null | undefined;
17526
- keyPerson?: string | null | undefined;
17527
- keyPersonPhone?: string | null | undefined;
17528
- keyPersonEmail?: string | null | undefined;
17529
- status: "NEW" | "PENDING" | "APPROVED";
17530
- enable: boolean;
17531
- methods: {
17532
- variant: string;
17533
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17534
- rate: {
17535
- amount: number;
17536
- precision: number;
17537
- };
17538
- tPlus: number;
17539
- }[];
17540
- }, {
17541
- bank?: {
17542
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17543
- accountNumber?: string | null | undefined;
17544
- holderName?: string | null | undefined;
17545
- 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";
17546
- } | null | undefined;
17547
- ssm?: string | null | undefined;
17548
- bankStatement?: string | null | undefined;
17549
- exteriorPhoto?: string | null | undefined;
17550
- keyPerson?: string | null | undefined;
17551
- keyPersonPhone?: string | null | undefined;
17552
- keyPersonEmail?: string | null | undefined;
17553
- status: "NEW" | "PENDING" | "APPROVED";
17554
- enable: boolean;
17555
- methods: {
17556
- tPlus?: number | undefined;
17557
- variant: string;
17558
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17559
- rate: {
17560
- amount: number;
17561
- precision: number;
17562
- };
17563
- }[];
17564
- }>>>;
16722
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17565
16723
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
17566
16724
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
17567
16725
  enableOrder: z.ZodBoolean;
@@ -17751,6 +16909,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17751
16909
  catalogId?: string | null | undefined;
17752
16910
  autoAccept?: boolean | null | undefined;
17753
16911
  term?: string | null | undefined;
16912
+ ignoreStock?: boolean | null | undefined;
17754
16913
  enable: boolean;
17755
16914
  } | null | undefined;
17756
16915
  foodpandaDelivery?: {
@@ -17814,31 +16973,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17814
16973
  anydeskPassword?: string | null | undefined;
17815
16974
  deviceName: string;
17816
16975
  }[] | null | undefined;
17817
- payoutAccount?: {
17818
- bank?: {
17819
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17820
- accountNumber?: string | null | undefined;
17821
- holderName?: string | null | undefined;
17822
- 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";
17823
- } | null | undefined;
17824
- ssm?: string | null | undefined;
17825
- bankStatement?: string | null | undefined;
17826
- exteriorPhoto?: string | null | undefined;
17827
- keyPerson?: string | null | undefined;
17828
- keyPersonPhone?: string | null | undefined;
17829
- keyPersonEmail?: string | null | undefined;
17830
- status: "NEW" | "PENDING" | "APPROVED";
17831
- enable: boolean;
17832
- methods: {
17833
- variant: string;
17834
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17835
- rate: {
17836
- amount: number;
17837
- precision: number;
17838
- };
17839
- tPlus: number;
17840
- }[];
17841
- } | null | undefined;
16976
+ payoutAccount?: Record<string, any> | null | undefined;
17842
16977
  clearCount?: number | null | undefined;
17843
16978
  queueSetting?: {
17844
16979
  duration?: number | null | undefined;
@@ -17920,6 +17055,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17920
17055
  };
17921
17056
  businessId: string;
17922
17057
  profile: {
17058
+ code?: string | null | undefined;
17923
17059
  url?: string | null | undefined;
17924
17060
  description?: string | null | undefined;
17925
17061
  _id?: string | null | undefined;
@@ -18145,6 +17281,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18145
17281
  catalogId?: string | null | undefined;
18146
17282
  autoAccept?: boolean | null | undefined;
18147
17283
  term?: string | null | undefined;
17284
+ ignoreStock?: boolean | null | undefined;
18148
17285
  enable: boolean;
18149
17286
  } | null | undefined;
18150
17287
  foodpandaDelivery?: {
@@ -18208,31 +17345,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18208
17345
  anydeskPassword?: string | null | undefined;
18209
17346
  deviceName: string;
18210
17347
  }[] | null | undefined;
18211
- payoutAccount?: {
18212
- bank?: {
18213
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
18214
- accountNumber?: string | null | undefined;
18215
- holderName?: string | null | undefined;
18216
- 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";
18217
- } | null | undefined;
18218
- ssm?: string | null | undefined;
18219
- bankStatement?: string | null | undefined;
18220
- exteriorPhoto?: string | null | undefined;
18221
- keyPerson?: string | null | undefined;
18222
- keyPersonPhone?: string | null | undefined;
18223
- keyPersonEmail?: string | null | undefined;
18224
- status: "NEW" | "PENDING" | "APPROVED";
18225
- enable: boolean;
18226
- methods: {
18227
- tPlus?: number | undefined;
18228
- variant: string;
18229
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
18230
- rate: {
18231
- amount: number;
18232
- precision: number;
18233
- };
18234
- }[];
18235
- } | null | undefined;
17348
+ payoutAccount?: Record<string, any> | null | undefined;
18236
17349
  clearCount?: number | null | undefined;
18237
17350
  queueSetting?: {
18238
17351
  duration?: number | null | undefined;
@@ -18314,6 +17427,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18314
17427
  };
18315
17428
  businessId: string;
18316
17429
  profile: {
17430
+ code?: string | null | undefined;
18317
17431
  url?: string | null | undefined;
18318
17432
  description?: string | null | undefined;
18319
17433
  _id?: string | null | undefined;
@@ -18613,6 +17727,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18613
17727
  catalogId?: string | null | undefined;
18614
17728
  autoAccept?: boolean | null | undefined;
18615
17729
  term?: string | null | undefined;
17730
+ ignoreStock?: boolean | null | undefined;
18616
17731
  enable: boolean;
18617
17732
  } | null | undefined;
18618
17733
  foodpandaDelivery?: {
@@ -18676,31 +17791,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18676
17791
  anydeskPassword?: string | null | undefined;
18677
17792
  deviceName: string;
18678
17793
  }[] | null | undefined;
18679
- payoutAccount?: {
18680
- bank?: {
18681
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
18682
- accountNumber?: string | null | undefined;
18683
- holderName?: string | null | undefined;
18684
- 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";
18685
- } | null | undefined;
18686
- ssm?: string | null | undefined;
18687
- bankStatement?: string | null | undefined;
18688
- exteriorPhoto?: string | null | undefined;
18689
- keyPerson?: string | null | undefined;
18690
- keyPersonPhone?: string | null | undefined;
18691
- keyPersonEmail?: string | null | undefined;
18692
- status: "NEW" | "PENDING" | "APPROVED";
18693
- enable: boolean;
18694
- methods: {
18695
- variant: string;
18696
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
18697
- rate: {
18698
- amount: number;
18699
- precision: number;
18700
- };
18701
- tPlus: number;
18702
- }[];
18703
- } | null | undefined;
17794
+ payoutAccount?: Record<string, any> | null | undefined;
18704
17795
  clearCount?: number | null | undefined;
18705
17796
  queueSetting?: {
18706
17797
  duration?: number | null | undefined;
@@ -18782,6 +17873,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18782
17873
  };
18783
17874
  businessId: string;
18784
17875
  profile: {
17876
+ code?: string | null | undefined;
18785
17877
  url?: string | null | undefined;
18786
17878
  description?: string | null | undefined;
18787
17879
  _id?: string | null | undefined;
@@ -19035,6 +18127,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
19035
18127
  catalogId?: string | null | undefined;
19036
18128
  autoAccept?: boolean | null | undefined;
19037
18129
  term?: string | null | undefined;
18130
+ ignoreStock?: boolean | null | undefined;
19038
18131
  enable: boolean;
19039
18132
  } | null | undefined;
19040
18133
  foodpandaDelivery?: {
@@ -19098,31 +18191,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
19098
18191
  anydeskPassword?: string | null | undefined;
19099
18192
  deviceName: string;
19100
18193
  }[] | null | undefined;
19101
- payoutAccount?: {
19102
- bank?: {
19103
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
19104
- accountNumber?: string | null | undefined;
19105
- holderName?: string | null | undefined;
19106
- 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";
19107
- } | null | undefined;
19108
- ssm?: string | null | undefined;
19109
- bankStatement?: string | null | undefined;
19110
- exteriorPhoto?: string | null | undefined;
19111
- keyPerson?: string | null | undefined;
19112
- keyPersonPhone?: string | null | undefined;
19113
- keyPersonEmail?: string | null | undefined;
19114
- status: "NEW" | "PENDING" | "APPROVED";
19115
- enable: boolean;
19116
- methods: {
19117
- tPlus?: number | undefined;
19118
- variant: string;
19119
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
19120
- rate: {
19121
- amount: number;
19122
- precision: number;
19123
- };
19124
- }[];
19125
- } | null | undefined;
18194
+ payoutAccount?: Record<string, any> | null | undefined;
19126
18195
  clearCount?: number | null | undefined;
19127
18196
  queueSetting?: {
19128
18197
  duration?: number | null | undefined;
@@ -19204,6 +18273,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
19204
18273
  };
19205
18274
  businessId: string;
19206
18275
  profile: {
18276
+ code?: string | null | undefined;
19207
18277
  url?: string | null | undefined;
19208
18278
  description?: string | null | undefined;
19209
18279
  _id?: string | null | undefined;