@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
@@ -540,9 +540,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
540
540
  } | null | undefined;
541
541
  cardNo?: string | null | undefined;
542
542
  name: string;
543
- business: string;
544
- user: string;
545
543
  _id: string;
544
+ user: string;
545
+ business: string;
546
546
  level: number;
547
547
  experience: number;
548
548
  tier: number;
@@ -637,9 +637,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
637
637
  menuVersion: string;
638
638
  } | null | undefined;
639
639
  cardNo?: string | null | undefined;
640
- business: string;
641
- user: string;
642
640
  _id: string;
641
+ user: string;
642
+ business: string;
643
643
  level: number;
644
644
  experience: number;
645
645
  tier: number;
@@ -2527,6 +2527,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2527
2527
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
2528
2528
  profile: z.ZodObject<{
2529
2529
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2530
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2530
2531
  name: z.ZodString;
2531
2532
  address: z.ZodObject<{
2532
2533
  line1: z.ZodString;
@@ -2843,6 +2844,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2843
2844
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2844
2845
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2845
2846
  }, "strip", z.ZodTypeAny, {
2847
+ code?: string | null | undefined;
2846
2848
  url?: string | null | undefined;
2847
2849
  description?: string | null | undefined;
2848
2850
  _id?: string | null | undefined;
@@ -2918,6 +2920,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
2918
2920
  phoneNo: string;
2919
2921
  regNo: string;
2920
2922
  }, {
2923
+ code?: string | null | undefined;
2921
2924
  url?: string | null | undefined;
2922
2925
  description?: string | null | undefined;
2923
2926
  _id?: string | null | undefined;
@@ -3699,17 +3702,20 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
3699
3702
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3700
3703
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3701
3704
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3705
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3702
3706
  }, "strip", z.ZodTypeAny, {
3703
3707
  instruction?: string | null | undefined;
3704
3708
  catalogId?: string | null | undefined;
3705
3709
  autoAccept?: boolean | null | undefined;
3706
3710
  term?: string | null | undefined;
3711
+ ignoreStock?: boolean | null | undefined;
3707
3712
  enable: boolean;
3708
3713
  }, {
3709
3714
  instruction?: string | null | undefined;
3710
3715
  catalogId?: string | null | undefined;
3711
3716
  autoAccept?: boolean | null | undefined;
3712
3717
  term?: string | null | undefined;
3718
+ ignoreStock?: boolean | null | undefined;
3713
3719
  enable: boolean;
3714
3720
  }>>>;
3715
3721
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -4130,111 +4136,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4130
4136
  anydeskPassword?: string | null | undefined;
4131
4137
  deviceName: string;
4132
4138
  }>, "many">>>;
4133
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4134
- enable: z.ZodBoolean;
4135
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4136
- 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"]>;
4137
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
4138
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4139
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4140
- }, "strip", z.ZodTypeAny, {
4141
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4142
- accountNumber?: string | null | undefined;
4143
- holderName?: string | null | undefined;
4144
- 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";
4145
- }, {
4146
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4147
- accountNumber?: string | null | undefined;
4148
- holderName?: string | null | undefined;
4149
- 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";
4150
- }>>>;
4151
- methods: z.ZodArray<z.ZodObject<{
4152
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
4153
- variant: z.ZodString;
4154
- rate: z.ZodObject<{
4155
- amount: z.ZodNumber;
4156
- precision: z.ZodNumber;
4157
- }, "strip", z.ZodTypeAny, {
4158
- amount: number;
4159
- precision: number;
4160
- }, {
4161
- amount: number;
4162
- precision: number;
4163
- }>;
4164
- tPlus: z.ZodDefault<z.ZodNumber>;
4165
- }, "strip", z.ZodTypeAny, {
4166
- variant: string;
4167
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4168
- rate: {
4169
- amount: number;
4170
- precision: number;
4171
- };
4172
- tPlus: number;
4173
- }, {
4174
- tPlus?: number | undefined;
4175
- variant: string;
4176
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4177
- rate: {
4178
- amount: number;
4179
- precision: number;
4180
- };
4181
- }>, "many">;
4182
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4183
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4184
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4185
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4186
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4187
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4188
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
4189
- }, "strip", z.ZodTypeAny, {
4190
- bank?: {
4191
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4192
- accountNumber?: string | null | undefined;
4193
- holderName?: string | null | undefined;
4194
- 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";
4195
- } | null | undefined;
4196
- ssm?: string | null | undefined;
4197
- bankStatement?: string | null | undefined;
4198
- exteriorPhoto?: string | null | undefined;
4199
- keyPerson?: string | null | undefined;
4200
- keyPersonPhone?: string | null | undefined;
4201
- keyPersonEmail?: string | null | undefined;
4202
- status: "NEW" | "PENDING" | "APPROVED";
4203
- enable: boolean;
4204
- methods: {
4205
- variant: string;
4206
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4207
- rate: {
4208
- amount: number;
4209
- precision: number;
4210
- };
4211
- tPlus: number;
4212
- }[];
4213
- }, {
4214
- bank?: {
4215
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4216
- accountNumber?: string | null | undefined;
4217
- holderName?: string | null | undefined;
4218
- 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";
4219
- } | null | undefined;
4220
- ssm?: string | null | undefined;
4221
- bankStatement?: string | null | undefined;
4222
- exteriorPhoto?: string | null | undefined;
4223
- keyPerson?: string | null | undefined;
4224
- keyPersonPhone?: string | null | undefined;
4225
- keyPersonEmail?: string | null | undefined;
4226
- status: "NEW" | "PENDING" | "APPROVED";
4227
- enable: boolean;
4228
- methods: {
4229
- tPlus?: number | undefined;
4230
- variant: string;
4231
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4232
- rate: {
4233
- amount: number;
4234
- precision: number;
4235
- };
4236
- }[];
4237
- }>>>;
4139
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4238
4140
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
4239
4141
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4240
4142
  enableOrder: z.ZodBoolean;
@@ -4424,6 +4326,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4424
4326
  catalogId?: string | null | undefined;
4425
4327
  autoAccept?: boolean | null | undefined;
4426
4328
  term?: string | null | undefined;
4329
+ ignoreStock?: boolean | null | undefined;
4427
4330
  enable: boolean;
4428
4331
  } | null | undefined;
4429
4332
  foodpandaDelivery?: {
@@ -4487,31 +4390,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4487
4390
  anydeskPassword?: string | null | undefined;
4488
4391
  deviceName: string;
4489
4392
  }[] | null | undefined;
4490
- payoutAccount?: {
4491
- bank?: {
4492
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4493
- accountNumber?: string | null | undefined;
4494
- holderName?: string | null | undefined;
4495
- 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";
4496
- } | null | undefined;
4497
- ssm?: string | null | undefined;
4498
- bankStatement?: string | null | undefined;
4499
- exteriorPhoto?: string | null | undefined;
4500
- keyPerson?: string | null | undefined;
4501
- keyPersonPhone?: string | null | undefined;
4502
- keyPersonEmail?: string | null | undefined;
4503
- status: "NEW" | "PENDING" | "APPROVED";
4504
- enable: boolean;
4505
- methods: {
4506
- variant: string;
4507
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4508
- rate: {
4509
- amount: number;
4510
- precision: number;
4511
- };
4512
- tPlus: number;
4513
- }[];
4514
- } | null | undefined;
4393
+ payoutAccount?: Record<string, any> | null | undefined;
4515
4394
  clearCount?: number | null | undefined;
4516
4395
  queueSetting?: {
4517
4396
  duration?: number | null | undefined;
@@ -4593,6 +4472,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4593
4472
  };
4594
4473
  businessId: string;
4595
4474
  profile: {
4475
+ code?: string | null | undefined;
4596
4476
  url?: string | null | undefined;
4597
4477
  description?: string | null | undefined;
4598
4478
  _id?: string | null | undefined;
@@ -4818,6 +4698,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4818
4698
  catalogId?: string | null | undefined;
4819
4699
  autoAccept?: boolean | null | undefined;
4820
4700
  term?: string | null | undefined;
4701
+ ignoreStock?: boolean | null | undefined;
4821
4702
  enable: boolean;
4822
4703
  } | null | undefined;
4823
4704
  foodpandaDelivery?: {
@@ -4881,31 +4762,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4881
4762
  anydeskPassword?: string | null | undefined;
4882
4763
  deviceName: string;
4883
4764
  }[] | null | undefined;
4884
- payoutAccount?: {
4885
- bank?: {
4886
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
4887
- accountNumber?: string | null | undefined;
4888
- holderName?: string | null | undefined;
4889
- 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";
4890
- } | null | undefined;
4891
- ssm?: string | null | undefined;
4892
- bankStatement?: string | null | undefined;
4893
- exteriorPhoto?: string | null | undefined;
4894
- keyPerson?: string | null | undefined;
4895
- keyPersonPhone?: string | null | undefined;
4896
- keyPersonEmail?: string | null | undefined;
4897
- status: "NEW" | "PENDING" | "APPROVED";
4898
- enable: boolean;
4899
- methods: {
4900
- tPlus?: number | undefined;
4901
- variant: string;
4902
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
4903
- rate: {
4904
- amount: number;
4905
- precision: number;
4906
- };
4907
- }[];
4908
- } | null | undefined;
4765
+ payoutAccount?: Record<string, any> | null | undefined;
4909
4766
  clearCount?: number | null | undefined;
4910
4767
  queueSetting?: {
4911
4768
  duration?: number | null | undefined;
@@ -4987,6 +4844,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
4987
4844
  };
4988
4845
  businessId: string;
4989
4846
  profile: {
4847
+ code?: string | null | undefined;
4990
4848
  url?: string | null | undefined;
4991
4849
  description?: string | null | undefined;
4992
4850
  _id?: string | null | undefined;
@@ -5658,6 +5516,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5658
5516
  catalogId?: string | null | undefined;
5659
5517
  autoAccept?: boolean | null | undefined;
5660
5518
  term?: string | null | undefined;
5519
+ ignoreStock?: boolean | null | undefined;
5661
5520
  enable: boolean;
5662
5521
  } | null | undefined;
5663
5522
  foodpandaDelivery?: {
@@ -5721,31 +5580,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5721
5580
  anydeskPassword?: string | null | undefined;
5722
5581
  deviceName: string;
5723
5582
  }[] | null | undefined;
5724
- payoutAccount?: {
5725
- bank?: {
5726
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
5727
- accountNumber?: string | null | undefined;
5728
- holderName?: string | null | undefined;
5729
- 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";
5730
- } | null | undefined;
5731
- ssm?: string | null | undefined;
5732
- bankStatement?: string | null | undefined;
5733
- exteriorPhoto?: string | null | undefined;
5734
- keyPerson?: string | null | undefined;
5735
- keyPersonPhone?: string | null | undefined;
5736
- keyPersonEmail?: string | null | undefined;
5737
- status: "NEW" | "PENDING" | "APPROVED";
5738
- enable: boolean;
5739
- methods: {
5740
- variant: string;
5741
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
5742
- rate: {
5743
- amount: number;
5744
- precision: number;
5745
- };
5746
- tPlus: number;
5747
- }[];
5748
- } | null | undefined;
5583
+ payoutAccount?: Record<string, any> | null | undefined;
5749
5584
  clearCount?: number | null | undefined;
5750
5585
  queueSetting?: {
5751
5586
  duration?: number | null | undefined;
@@ -5827,6 +5662,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
5827
5662
  };
5828
5663
  businessId: string;
5829
5664
  profile: {
5665
+ code?: string | null | undefined;
5830
5666
  url?: string | null | undefined;
5831
5667
  description?: string | null | undefined;
5832
5668
  _id?: string | null | undefined;
@@ -6213,6 +6049,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6213
6049
  catalogId?: string | null | undefined;
6214
6050
  autoAccept?: boolean | null | undefined;
6215
6051
  term?: string | null | undefined;
6052
+ ignoreStock?: boolean | null | undefined;
6216
6053
  enable: boolean;
6217
6054
  } | null | undefined;
6218
6055
  foodpandaDelivery?: {
@@ -6276,31 +6113,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6276
6113
  anydeskPassword?: string | null | undefined;
6277
6114
  deviceName: string;
6278
6115
  }[] | null | undefined;
6279
- payoutAccount?: {
6280
- bank?: {
6281
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
6282
- accountNumber?: string | null | undefined;
6283
- holderName?: string | null | undefined;
6284
- 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";
6285
- } | null | undefined;
6286
- ssm?: string | null | undefined;
6287
- bankStatement?: string | null | undefined;
6288
- exteriorPhoto?: string | null | undefined;
6289
- keyPerson?: string | null | undefined;
6290
- keyPersonPhone?: string | null | undefined;
6291
- keyPersonEmail?: string | null | undefined;
6292
- status: "NEW" | "PENDING" | "APPROVED";
6293
- enable: boolean;
6294
- methods: {
6295
- tPlus?: number | undefined;
6296
- variant: string;
6297
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
6298
- rate: {
6299
- amount: number;
6300
- precision: number;
6301
- };
6302
- }[];
6303
- } | null | undefined;
6116
+ payoutAccount?: Record<string, any> | null | undefined;
6304
6117
  clearCount?: number | null | undefined;
6305
6118
  queueSetting?: {
6306
6119
  duration?: number | null | undefined;
@@ -6382,6 +6195,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6382
6195
  };
6383
6196
  businessId: string;
6384
6197
  profile: {
6198
+ code?: string | null | undefined;
6385
6199
  url?: string | null | undefined;
6386
6200
  description?: string | null | undefined;
6387
6201
  _id?: string | null | undefined;
@@ -6964,6 +6778,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
6964
6778
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
6965
6779
  profile: z.ZodObject<{
6966
6780
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6781
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6967
6782
  name: z.ZodString;
6968
6783
  address: z.ZodObject<{
6969
6784
  line1: z.ZodString;
@@ -7280,6 +7095,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7280
7095
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7281
7096
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7282
7097
  }, "strip", z.ZodTypeAny, {
7098
+ code?: string | null | undefined;
7283
7099
  url?: string | null | undefined;
7284
7100
  description?: string | null | undefined;
7285
7101
  _id?: string | null | undefined;
@@ -7355,6 +7171,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
7355
7171
  phoneNo: string;
7356
7172
  regNo: string;
7357
7173
  }, {
7174
+ code?: string | null | undefined;
7358
7175
  url?: string | null | undefined;
7359
7176
  description?: string | null | undefined;
7360
7177
  _id?: string | null | undefined;
@@ -8136,17 +7953,20 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8136
7953
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8137
7954
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8138
7955
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
7956
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
8139
7957
  }, "strip", z.ZodTypeAny, {
8140
7958
  instruction?: string | null | undefined;
8141
7959
  catalogId?: string | null | undefined;
8142
7960
  autoAccept?: boolean | null | undefined;
8143
7961
  term?: string | null | undefined;
7962
+ ignoreStock?: boolean | null | undefined;
8144
7963
  enable: boolean;
8145
7964
  }, {
8146
7965
  instruction?: string | null | undefined;
8147
7966
  catalogId?: string | null | undefined;
8148
7967
  autoAccept?: boolean | null | undefined;
8149
7968
  term?: string | null | undefined;
7969
+ ignoreStock?: boolean | null | undefined;
8150
7970
  enable: boolean;
8151
7971
  }>>>;
8152
7972
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -8567,111 +8387,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8567
8387
  anydeskPassword?: string | null | undefined;
8568
8388
  deviceName: string;
8569
8389
  }>, "many">>>;
8570
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8571
- enable: z.ZodBoolean;
8572
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8573
- 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"]>;
8574
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
8575
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8576
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8577
- }, "strip", z.ZodTypeAny, {
8578
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
8579
- accountNumber?: string | null | undefined;
8580
- holderName?: string | null | undefined;
8581
- 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";
8582
- }, {
8583
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
8584
- accountNumber?: string | null | undefined;
8585
- holderName?: string | null | undefined;
8586
- 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";
8587
- }>>>;
8588
- methods: z.ZodArray<z.ZodObject<{
8589
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
8590
- variant: z.ZodString;
8591
- rate: z.ZodObject<{
8592
- amount: z.ZodNumber;
8593
- precision: z.ZodNumber;
8594
- }, "strip", z.ZodTypeAny, {
8595
- amount: number;
8596
- precision: number;
8597
- }, {
8598
- amount: number;
8599
- precision: number;
8600
- }>;
8601
- tPlus: z.ZodDefault<z.ZodNumber>;
8602
- }, "strip", z.ZodTypeAny, {
8603
- variant: string;
8604
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
8605
- rate: {
8606
- amount: number;
8607
- precision: number;
8608
- };
8609
- tPlus: number;
8610
- }, {
8611
- tPlus?: number | undefined;
8612
- variant: string;
8613
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
8614
- rate: {
8615
- amount: number;
8616
- precision: number;
8617
- };
8618
- }>, "many">;
8619
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8620
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8621
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8622
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8623
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8624
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8625
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
8626
- }, "strip", z.ZodTypeAny, {
8627
- bank?: {
8628
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
8629
- accountNumber?: string | null | undefined;
8630
- holderName?: string | null | undefined;
8631
- 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";
8632
- } | null | undefined;
8633
- ssm?: string | null | undefined;
8634
- bankStatement?: string | null | undefined;
8635
- exteriorPhoto?: string | null | undefined;
8636
- keyPerson?: string | null | undefined;
8637
- keyPersonPhone?: string | null | undefined;
8638
- keyPersonEmail?: string | null | undefined;
8639
- status: "NEW" | "PENDING" | "APPROVED";
8640
- enable: boolean;
8641
- methods: {
8642
- variant: string;
8643
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
8644
- rate: {
8645
- amount: number;
8646
- precision: number;
8647
- };
8648
- tPlus: number;
8649
- }[];
8650
- }, {
8651
- bank?: {
8652
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
8653
- accountNumber?: string | null | undefined;
8654
- holderName?: string | null | undefined;
8655
- 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";
8656
- } | null | undefined;
8657
- ssm?: string | null | undefined;
8658
- bankStatement?: string | null | undefined;
8659
- exteriorPhoto?: string | null | undefined;
8660
- keyPerson?: string | null | undefined;
8661
- keyPersonPhone?: string | null | undefined;
8662
- keyPersonEmail?: string | null | undefined;
8663
- status: "NEW" | "PENDING" | "APPROVED";
8664
- enable: boolean;
8665
- methods: {
8666
- tPlus?: number | undefined;
8667
- variant: string;
8668
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
8669
- rate: {
8670
- amount: number;
8671
- precision: number;
8672
- };
8673
- }[];
8674
- }>>>;
8390
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8675
8391
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
8676
8392
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8677
8393
  enableOrder: z.ZodBoolean;
@@ -8861,6 +8577,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8861
8577
  catalogId?: string | null | undefined;
8862
8578
  autoAccept?: boolean | null | undefined;
8863
8579
  term?: string | null | undefined;
8580
+ ignoreStock?: boolean | null | undefined;
8864
8581
  enable: boolean;
8865
8582
  } | null | undefined;
8866
8583
  foodpandaDelivery?: {
@@ -8924,31 +8641,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
8924
8641
  anydeskPassword?: string | null | undefined;
8925
8642
  deviceName: string;
8926
8643
  }[] | null | undefined;
8927
- payoutAccount?: {
8928
- bank?: {
8929
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
8930
- accountNumber?: string | null | undefined;
8931
- holderName?: string | null | undefined;
8932
- 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";
8933
- } | null | undefined;
8934
- ssm?: string | null | undefined;
8935
- bankStatement?: string | null | undefined;
8936
- exteriorPhoto?: string | null | undefined;
8937
- keyPerson?: string | null | undefined;
8938
- keyPersonPhone?: string | null | undefined;
8939
- keyPersonEmail?: string | null | undefined;
8940
- status: "NEW" | "PENDING" | "APPROVED";
8941
- enable: boolean;
8942
- methods: {
8943
- variant: string;
8944
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
8945
- rate: {
8946
- amount: number;
8947
- precision: number;
8948
- };
8949
- tPlus: number;
8950
- }[];
8951
- } | null | undefined;
8644
+ payoutAccount?: Record<string, any> | null | undefined;
8952
8645
  clearCount?: number | null | undefined;
8953
8646
  queueSetting?: {
8954
8647
  duration?: number | null | undefined;
@@ -9030,6 +8723,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9030
8723
  };
9031
8724
  businessId: string;
9032
8725
  profile: {
8726
+ code?: string | null | undefined;
9033
8727
  url?: string | null | undefined;
9034
8728
  description?: string | null | undefined;
9035
8729
  _id?: string | null | undefined;
@@ -9255,6 +8949,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9255
8949
  catalogId?: string | null | undefined;
9256
8950
  autoAccept?: boolean | null | undefined;
9257
8951
  term?: string | null | undefined;
8952
+ ignoreStock?: boolean | null | undefined;
9258
8953
  enable: boolean;
9259
8954
  } | null | undefined;
9260
8955
  foodpandaDelivery?: {
@@ -9318,31 +9013,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9318
9013
  anydeskPassword?: string | null | undefined;
9319
9014
  deviceName: string;
9320
9015
  }[] | null | undefined;
9321
- payoutAccount?: {
9322
- bank?: {
9323
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
9324
- accountNumber?: string | null | undefined;
9325
- holderName?: string | null | undefined;
9326
- 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";
9327
- } | null | undefined;
9328
- ssm?: string | null | undefined;
9329
- bankStatement?: string | null | undefined;
9330
- exteriorPhoto?: string | null | undefined;
9331
- keyPerson?: string | null | undefined;
9332
- keyPersonPhone?: string | null | undefined;
9333
- keyPersonEmail?: string | null | undefined;
9334
- status: "NEW" | "PENDING" | "APPROVED";
9335
- enable: boolean;
9336
- methods: {
9337
- tPlus?: number | undefined;
9338
- variant: string;
9339
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
9340
- rate: {
9341
- amount: number;
9342
- precision: number;
9343
- };
9344
- }[];
9345
- } | null | undefined;
9016
+ payoutAccount?: Record<string, any> | null | undefined;
9346
9017
  clearCount?: number | null | undefined;
9347
9018
  queueSetting?: {
9348
9019
  duration?: number | null | undefined;
@@ -9424,6 +9095,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9424
9095
  };
9425
9096
  businessId: string;
9426
9097
  profile: {
9098
+ code?: string | null | undefined;
9427
9099
  url?: string | null | undefined;
9428
9100
  description?: string | null | undefined;
9429
9101
  _id?: string | null | undefined;
@@ -9922,6 +9594,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
9922
9594
  posVersionHistory: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
9923
9595
  profile: z.ZodObject<{
9924
9596
  _id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9597
+ code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9925
9598
  name: z.ZodString;
9926
9599
  address: z.ZodObject<{
9927
9600
  line1: z.ZodString;
@@ -10238,6 +9911,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10238
9911
  tags: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10239
9912
  url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10240
9913
  }, "strip", z.ZodTypeAny, {
9914
+ code?: string | null | undefined;
10241
9915
  url?: string | null | undefined;
10242
9916
  description?: string | null | undefined;
10243
9917
  _id?: string | null | undefined;
@@ -10313,6 +9987,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
10313
9987
  phoneNo: string;
10314
9988
  regNo: string;
10315
9989
  }, {
9990
+ code?: string | null | undefined;
10316
9991
  url?: string | null | undefined;
10317
9992
  description?: string | null | undefined;
10318
9993
  _id?: string | null | undefined;
@@ -11094,17 +10769,20 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11094
10769
  term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11095
10770
  instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11096
10771
  autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
10772
+ ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
11097
10773
  }, "strip", z.ZodTypeAny, {
11098
10774
  instruction?: string | null | undefined;
11099
10775
  catalogId?: string | null | undefined;
11100
10776
  autoAccept?: boolean | null | undefined;
11101
10777
  term?: string | null | undefined;
10778
+ ignoreStock?: boolean | null | undefined;
11102
10779
  enable: boolean;
11103
10780
  }, {
11104
10781
  instruction?: string | null | undefined;
11105
10782
  catalogId?: string | null | undefined;
11106
10783
  autoAccept?: boolean | null | undefined;
11107
10784
  term?: string | null | undefined;
10785
+ ignoreStock?: boolean | null | undefined;
11108
10786
  enable: boolean;
11109
10787
  }>>>;
11110
10788
  foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
@@ -11525,111 +11203,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11525
11203
  anydeskPassword?: string | null | undefined;
11526
11204
  deviceName: string;
11527
11205
  }>, "many">>>;
11528
- payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11529
- enable: z.ZodBoolean;
11530
- bank: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11531
- 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"]>;
11532
- type: z.ZodNullable<z.ZodOptional<z.ZodEnum<["CURRENT_ACCOUNT", "SAVING_ACCOUNT"]>>>;
11533
- accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11534
- holderName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11535
- }, "strip", z.ZodTypeAny, {
11536
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11537
- accountNumber?: string | null | undefined;
11538
- holderName?: string | null | undefined;
11539
- 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";
11540
- }, {
11541
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11542
- accountNumber?: string | null | undefined;
11543
- holderName?: string | null | undefined;
11544
- 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";
11545
- }>>>;
11546
- methods: z.ZodArray<z.ZodObject<{
11547
- issuer: z.ZodEnum<["ALIPAY", "BOOST", "GRABPAY", "MAYBANKQRPAY", "PRESTOPAY", "RAZERPAY", "SHOPEEPAY", "TOUCHNGO", "WECHATPAY", "CARD", "OTHER", "FEEDME", "DUITNOW", "FPX", "DEBITCARD", "CREDITCARD", "UNIONPAY", "ATOME"]>;
11548
- variant: z.ZodString;
11549
- rate: z.ZodObject<{
11550
- amount: z.ZodNumber;
11551
- precision: z.ZodNumber;
11552
- }, "strip", z.ZodTypeAny, {
11553
- amount: number;
11554
- precision: number;
11555
- }, {
11556
- amount: number;
11557
- precision: number;
11558
- }>;
11559
- tPlus: z.ZodDefault<z.ZodNumber>;
11560
- }, "strip", z.ZodTypeAny, {
11561
- variant: string;
11562
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11563
- rate: {
11564
- amount: number;
11565
- precision: number;
11566
- };
11567
- tPlus: number;
11568
- }, {
11569
- tPlus?: number | undefined;
11570
- variant: string;
11571
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11572
- rate: {
11573
- amount: number;
11574
- precision: number;
11575
- };
11576
- }>, "many">;
11577
- ssm: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11578
- bankStatement: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11579
- exteriorPhoto: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11580
- keyPerson: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11581
- keyPersonPhone: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11582
- keyPersonEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11583
- status: z.ZodEnum<["NEW", "PENDING", "APPROVED"]>;
11584
- }, "strip", z.ZodTypeAny, {
11585
- bank?: {
11586
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11587
- accountNumber?: string | null | undefined;
11588
- holderName?: string | null | undefined;
11589
- 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";
11590
- } | null | undefined;
11591
- ssm?: string | null | undefined;
11592
- bankStatement?: string | null | undefined;
11593
- exteriorPhoto?: string | null | undefined;
11594
- keyPerson?: string | null | undefined;
11595
- keyPersonPhone?: string | null | undefined;
11596
- keyPersonEmail?: string | null | undefined;
11597
- status: "NEW" | "PENDING" | "APPROVED";
11598
- enable: boolean;
11599
- methods: {
11600
- variant: string;
11601
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11602
- rate: {
11603
- amount: number;
11604
- precision: number;
11605
- };
11606
- tPlus: number;
11607
- }[];
11608
- }, {
11609
- bank?: {
11610
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11611
- accountNumber?: string | null | undefined;
11612
- holderName?: string | null | undefined;
11613
- 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";
11614
- } | null | undefined;
11615
- ssm?: string | null | undefined;
11616
- bankStatement?: string | null | undefined;
11617
- exteriorPhoto?: string | null | undefined;
11618
- keyPerson?: string | null | undefined;
11619
- keyPersonPhone?: string | null | undefined;
11620
- keyPersonEmail?: string | null | undefined;
11621
- status: "NEW" | "PENDING" | "APPROVED";
11622
- enable: boolean;
11623
- methods: {
11624
- tPlus?: number | undefined;
11625
- variant: string;
11626
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11627
- rate: {
11628
- amount: number;
11629
- precision: number;
11630
- };
11631
- }[];
11632
- }>>>;
11206
+ payoutAccount: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11633
11207
  clearCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
11634
11208
  queueSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11635
11209
  enableOrder: z.ZodBoolean;
@@ -11819,6 +11393,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11819
11393
  catalogId?: string | null | undefined;
11820
11394
  autoAccept?: boolean | null | undefined;
11821
11395
  term?: string | null | undefined;
11396
+ ignoreStock?: boolean | null | undefined;
11822
11397
  enable: boolean;
11823
11398
  } | null | undefined;
11824
11399
  foodpandaDelivery?: {
@@ -11882,31 +11457,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11882
11457
  anydeskPassword?: string | null | undefined;
11883
11458
  deviceName: string;
11884
11459
  }[] | null | undefined;
11885
- payoutAccount?: {
11886
- bank?: {
11887
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
11888
- accountNumber?: string | null | undefined;
11889
- holderName?: string | null | undefined;
11890
- 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";
11891
- } | null | undefined;
11892
- ssm?: string | null | undefined;
11893
- bankStatement?: string | null | undefined;
11894
- exteriorPhoto?: string | null | undefined;
11895
- keyPerson?: string | null | undefined;
11896
- keyPersonPhone?: string | null | undefined;
11897
- keyPersonEmail?: string | null | undefined;
11898
- status: "NEW" | "PENDING" | "APPROVED";
11899
- enable: boolean;
11900
- methods: {
11901
- variant: string;
11902
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
11903
- rate: {
11904
- amount: number;
11905
- precision: number;
11906
- };
11907
- tPlus: number;
11908
- }[];
11909
- } | null | undefined;
11460
+ payoutAccount?: Record<string, any> | null | undefined;
11910
11461
  clearCount?: number | null | undefined;
11911
11462
  queueSetting?: {
11912
11463
  duration?: number | null | undefined;
@@ -11988,6 +11539,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
11988
11539
  };
11989
11540
  businessId: string;
11990
11541
  profile: {
11542
+ code?: string | null | undefined;
11991
11543
  url?: string | null | undefined;
11992
11544
  description?: string | null | undefined;
11993
11545
  _id?: string | null | undefined;
@@ -12213,6 +11765,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12213
11765
  catalogId?: string | null | undefined;
12214
11766
  autoAccept?: boolean | null | undefined;
12215
11767
  term?: string | null | undefined;
11768
+ ignoreStock?: boolean | null | undefined;
12216
11769
  enable: boolean;
12217
11770
  } | null | undefined;
12218
11771
  foodpandaDelivery?: {
@@ -12276,31 +11829,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12276
11829
  anydeskPassword?: string | null | undefined;
12277
11830
  deviceName: string;
12278
11831
  }[] | null | undefined;
12279
- payoutAccount?: {
12280
- bank?: {
12281
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12282
- accountNumber?: string | null | undefined;
12283
- holderName?: string | null | undefined;
12284
- 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";
12285
- } | null | undefined;
12286
- ssm?: string | null | undefined;
12287
- bankStatement?: string | null | undefined;
12288
- exteriorPhoto?: string | null | undefined;
12289
- keyPerson?: string | null | undefined;
12290
- keyPersonPhone?: string | null | undefined;
12291
- keyPersonEmail?: string | null | undefined;
12292
- status: "NEW" | "PENDING" | "APPROVED";
12293
- enable: boolean;
12294
- methods: {
12295
- tPlus?: number | undefined;
12296
- variant: string;
12297
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
12298
- rate: {
12299
- amount: number;
12300
- precision: number;
12301
- };
12302
- }[];
12303
- } | null | undefined;
11832
+ payoutAccount?: Record<string, any> | null | undefined;
12304
11833
  clearCount?: number | null | undefined;
12305
11834
  queueSetting?: {
12306
11835
  duration?: number | null | undefined;
@@ -12382,6 +11911,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12382
11911
  };
12383
11912
  businessId: string;
12384
11913
  profile: {
11914
+ code?: string | null | undefined;
12385
11915
  url?: string | null | undefined;
12386
11916
  description?: string | null | undefined;
12387
11917
  _id?: string | null | undefined;
@@ -12460,6 +11990,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12460
11990
  }>>>>;
12461
11991
  billId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12462
11992
  }, "strip", z.ZodTypeAny, {
11993
+ billId?: string | null | undefined;
12463
11994
  restaurant?: string | null | undefined;
12464
11995
  pf_restaurant?: {
12465
11996
  channel?: string | null | undefined;
@@ -12611,6 +12142,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12611
12142
  catalogId?: string | null | undefined;
12612
12143
  autoAccept?: boolean | null | undefined;
12613
12144
  term?: string | null | undefined;
12145
+ ignoreStock?: boolean | null | undefined;
12614
12146
  enable: boolean;
12615
12147
  } | null | undefined;
12616
12148
  foodpandaDelivery?: {
@@ -12674,31 +12206,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12674
12206
  anydeskPassword?: string | null | undefined;
12675
12207
  deviceName: string;
12676
12208
  }[] | null | undefined;
12677
- payoutAccount?: {
12678
- bank?: {
12679
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
12680
- accountNumber?: string | null | undefined;
12681
- holderName?: string | null | undefined;
12682
- 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";
12683
- } | null | undefined;
12684
- ssm?: string | null | undefined;
12685
- bankStatement?: string | null | undefined;
12686
- exteriorPhoto?: string | null | undefined;
12687
- keyPerson?: string | null | undefined;
12688
- keyPersonPhone?: string | null | undefined;
12689
- keyPersonEmail?: string | null | undefined;
12690
- status: "NEW" | "PENDING" | "APPROVED";
12691
- enable: boolean;
12692
- methods: {
12693
- variant: string;
12694
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
12695
- rate: {
12696
- amount: number;
12697
- precision: number;
12698
- };
12699
- tPlus: number;
12700
- }[];
12701
- } | null | undefined;
12209
+ payoutAccount?: Record<string, any> | null | undefined;
12702
12210
  clearCount?: number | null | undefined;
12703
12211
  queueSetting?: {
12704
12212
  duration?: number | null | undefined;
@@ -12780,6 +12288,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12780
12288
  };
12781
12289
  businessId: string;
12782
12290
  profile: {
12291
+ code?: string | null | undefined;
12783
12292
  url?: string | null | undefined;
12784
12293
  description?: string | null | undefined;
12785
12294
  _id?: string | null | undefined;
@@ -12856,9 +12365,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
12856
12365
  regNo: string;
12857
12366
  };
12858
12367
  } | null | undefined;
12859
- billId?: string | null | undefined;
12860
12368
  appliedAt: string;
12861
12369
  }, {
12370
+ billId?: string | null | undefined;
12862
12371
  restaurant?: string | null | undefined;
12863
12372
  pf_restaurant?: {
12864
12373
  channel?: string | null | undefined;
@@ -13010,6 +12519,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13010
12519
  catalogId?: string | null | undefined;
13011
12520
  autoAccept?: boolean | null | undefined;
13012
12521
  term?: string | null | undefined;
12522
+ ignoreStock?: boolean | null | undefined;
13013
12523
  enable: boolean;
13014
12524
  } | null | undefined;
13015
12525
  foodpandaDelivery?: {
@@ -13073,31 +12583,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13073
12583
  anydeskPassword?: string | null | undefined;
13074
12584
  deviceName: string;
13075
12585
  }[] | null | undefined;
13076
- payoutAccount?: {
13077
- bank?: {
13078
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13079
- accountNumber?: string | null | undefined;
13080
- holderName?: string | null | undefined;
13081
- 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";
13082
- } | null | undefined;
13083
- ssm?: string | null | undefined;
13084
- bankStatement?: string | null | undefined;
13085
- exteriorPhoto?: string | null | undefined;
13086
- keyPerson?: string | null | undefined;
13087
- keyPersonPhone?: string | null | undefined;
13088
- keyPersonEmail?: string | null | undefined;
13089
- status: "NEW" | "PENDING" | "APPROVED";
13090
- enable: boolean;
13091
- methods: {
13092
- tPlus?: number | undefined;
13093
- variant: string;
13094
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13095
- rate: {
13096
- amount: number;
13097
- precision: number;
13098
- };
13099
- }[];
13100
- } | null | undefined;
12586
+ payoutAccount?: Record<string, any> | null | undefined;
13101
12587
  clearCount?: number | null | undefined;
13102
12588
  queueSetting?: {
13103
12589
  duration?: number | null | undefined;
@@ -13179,6 +12665,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13179
12665
  };
13180
12666
  businessId: string;
13181
12667
  profile: {
12668
+ code?: string | null | undefined;
13182
12669
  url?: string | null | undefined;
13183
12670
  description?: string | null | undefined;
13184
12671
  _id?: string | null | undefined;
@@ -13255,7 +12742,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13255
12742
  regNo: string;
13256
12743
  };
13257
12744
  } | null | undefined;
13258
- billId?: string | null | undefined;
13259
12745
  appliedAt: string;
13260
12746
  }>, "many">>>;
13261
12747
  transferExpiredAt: z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
@@ -13478,6 +12964,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13478
12964
  }>, "many">>>;
13479
12965
  }, "strip", z.ZodTypeAny, {
13480
12966
  history?: {
12967
+ billId?: string | null | undefined;
13481
12968
  restaurant?: string | null | undefined;
13482
12969
  pf_restaurant?: {
13483
12970
  channel?: string | null | undefined;
@@ -13629,6 +13116,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13629
13116
  catalogId?: string | null | undefined;
13630
13117
  autoAccept?: boolean | null | undefined;
13631
13118
  term?: string | null | undefined;
13119
+ ignoreStock?: boolean | null | undefined;
13632
13120
  enable: boolean;
13633
13121
  } | null | undefined;
13634
13122
  foodpandaDelivery?: {
@@ -13692,31 +13180,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13692
13180
  anydeskPassword?: string | null | undefined;
13693
13181
  deviceName: string;
13694
13182
  }[] | null | undefined;
13695
- payoutAccount?: {
13696
- bank?: {
13697
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
13698
- accountNumber?: string | null | undefined;
13699
- holderName?: string | null | undefined;
13700
- 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";
13701
- } | null | undefined;
13702
- ssm?: string | null | undefined;
13703
- bankStatement?: string | null | undefined;
13704
- exteriorPhoto?: string | null | undefined;
13705
- keyPerson?: string | null | undefined;
13706
- keyPersonPhone?: string | null | undefined;
13707
- keyPersonEmail?: string | null | undefined;
13708
- status: "NEW" | "PENDING" | "APPROVED";
13709
- enable: boolean;
13710
- methods: {
13711
- variant: string;
13712
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
13713
- rate: {
13714
- amount: number;
13715
- precision: number;
13716
- };
13717
- tPlus: number;
13718
- }[];
13719
- } | null | undefined;
13183
+ payoutAccount?: Record<string, any> | null | undefined;
13720
13184
  clearCount?: number | null | undefined;
13721
13185
  queueSetting?: {
13722
13186
  duration?: number | null | undefined;
@@ -13798,6 +13262,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13798
13262
  };
13799
13263
  businessId: string;
13800
13264
  profile: {
13265
+ code?: string | null | undefined;
13801
13266
  url?: string | null | undefined;
13802
13267
  description?: string | null | undefined;
13803
13268
  _id?: string | null | undefined;
@@ -13874,9 +13339,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
13874
13339
  regNo: string;
13875
13340
  };
13876
13341
  } | null | undefined;
13877
- billId?: string | null | undefined;
13878
13342
  appliedAt: string;
13879
13343
  }[] | null | undefined;
13344
+ billId?: string | null | undefined;
13880
13345
  frontend?: {
13881
13346
  reason: string;
13882
13347
  hide: boolean;
@@ -14052,6 +13517,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14052
13517
  catalogId?: string | null | undefined;
14053
13518
  autoAccept?: boolean | null | undefined;
14054
13519
  term?: string | null | undefined;
13520
+ ignoreStock?: boolean | null | undefined;
14055
13521
  enable: boolean;
14056
13522
  } | null | undefined;
14057
13523
  foodpandaDelivery?: {
@@ -14115,31 +13581,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14115
13581
  anydeskPassword?: string | null | undefined;
14116
13582
  deviceName: string;
14117
13583
  }[] | null | undefined;
14118
- payoutAccount?: {
14119
- bank?: {
14120
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
14121
- accountNumber?: string | null | undefined;
14122
- holderName?: string | null | undefined;
14123
- 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";
14124
- } | null | undefined;
14125
- ssm?: string | null | undefined;
14126
- bankStatement?: string | null | undefined;
14127
- exteriorPhoto?: string | null | undefined;
14128
- keyPerson?: string | null | undefined;
14129
- keyPersonPhone?: string | null | undefined;
14130
- keyPersonEmail?: string | null | undefined;
14131
- status: "NEW" | "PENDING" | "APPROVED";
14132
- enable: boolean;
14133
- methods: {
14134
- variant: string;
14135
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
14136
- rate: {
14137
- amount: number;
14138
- precision: number;
14139
- };
14140
- tPlus: number;
14141
- }[];
14142
- } | null | undefined;
13584
+ payoutAccount?: Record<string, any> | null | undefined;
14143
13585
  clearCount?: number | null | undefined;
14144
13586
  queueSetting?: {
14145
13587
  duration?: number | null | undefined;
@@ -14221,6 +13663,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14221
13663
  };
14222
13664
  businessId: string;
14223
13665
  profile: {
13666
+ code?: string | null | undefined;
14224
13667
  url?: string | null | undefined;
14225
13668
  description?: string | null | undefined;
14226
13669
  _id?: string | null | undefined;
@@ -14297,7 +13740,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14297
13740
  regNo: string;
14298
13741
  };
14299
13742
  } | null | undefined;
14300
- billId?: string | null | undefined;
14301
13743
  claimedAt?: string | null | undefined;
14302
13744
  redeemedAt?: string | null | undefined;
14303
13745
  redeemCode?: string | null | undefined;
@@ -14562,6 +14004,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14562
14004
  catalogId?: string | null | undefined;
14563
14005
  autoAccept?: boolean | null | undefined;
14564
14006
  term?: string | null | undefined;
14007
+ ignoreStock?: boolean | null | undefined;
14565
14008
  enable: boolean;
14566
14009
  } | null | undefined;
14567
14010
  foodpandaDelivery?: {
@@ -14625,31 +14068,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14625
14068
  anydeskPassword?: string | null | undefined;
14626
14069
  deviceName: string;
14627
14070
  }[] | null | undefined;
14628
- payoutAccount?: {
14629
- bank?: {
14630
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
14631
- accountNumber?: string | null | undefined;
14632
- holderName?: string | null | undefined;
14633
- 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";
14634
- } | null | undefined;
14635
- ssm?: string | null | undefined;
14636
- bankStatement?: string | null | undefined;
14637
- exteriorPhoto?: string | null | undefined;
14638
- keyPerson?: string | null | undefined;
14639
- keyPersonPhone?: string | null | undefined;
14640
- keyPersonEmail?: string | null | undefined;
14641
- status: "NEW" | "PENDING" | "APPROVED";
14642
- enable: boolean;
14643
- methods: {
14644
- variant: string;
14645
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
14646
- rate: {
14647
- amount: number;
14648
- precision: number;
14649
- };
14650
- tPlus: number;
14651
- }[];
14652
- } | null | undefined;
14071
+ payoutAccount?: Record<string, any> | null | undefined;
14653
14072
  clearCount?: number | null | undefined;
14654
14073
  queueSetting?: {
14655
14074
  duration?: number | null | undefined;
@@ -14731,6 +14150,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14731
14150
  };
14732
14151
  businessId: string;
14733
14152
  profile: {
14153
+ code?: string | null | undefined;
14734
14154
  url?: string | null | undefined;
14735
14155
  description?: string | null | undefined;
14736
14156
  _id?: string | null | undefined;
@@ -14904,6 +14324,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
14904
14324
  };
14905
14325
  }, {
14906
14326
  history?: {
14327
+ billId?: string | null | undefined;
14907
14328
  restaurant?: string | null | undefined;
14908
14329
  pf_restaurant?: {
14909
14330
  channel?: string | null | undefined;
@@ -15055,6 +14476,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15055
14476
  catalogId?: string | null | undefined;
15056
14477
  autoAccept?: boolean | null | undefined;
15057
14478
  term?: string | null | undefined;
14479
+ ignoreStock?: boolean | null | undefined;
15058
14480
  enable: boolean;
15059
14481
  } | null | undefined;
15060
14482
  foodpandaDelivery?: {
@@ -15118,31 +14540,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15118
14540
  anydeskPassword?: string | null | undefined;
15119
14541
  deviceName: string;
15120
14542
  }[] | null | undefined;
15121
- payoutAccount?: {
15122
- bank?: {
15123
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
15124
- accountNumber?: string | null | undefined;
15125
- holderName?: string | null | undefined;
15126
- 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";
15127
- } | null | undefined;
15128
- ssm?: string | null | undefined;
15129
- bankStatement?: string | null | undefined;
15130
- exteriorPhoto?: string | null | undefined;
15131
- keyPerson?: string | null | undefined;
15132
- keyPersonPhone?: string | null | undefined;
15133
- keyPersonEmail?: string | null | undefined;
15134
- status: "NEW" | "PENDING" | "APPROVED";
15135
- enable: boolean;
15136
- methods: {
15137
- tPlus?: number | undefined;
15138
- variant: string;
15139
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
15140
- rate: {
15141
- amount: number;
15142
- precision: number;
15143
- };
15144
- }[];
15145
- } | null | undefined;
14543
+ payoutAccount?: Record<string, any> | null | undefined;
15146
14544
  clearCount?: number | null | undefined;
15147
14545
  queueSetting?: {
15148
14546
  duration?: number | null | undefined;
@@ -15224,6 +14622,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15224
14622
  };
15225
14623
  businessId: string;
15226
14624
  profile: {
14625
+ code?: string | null | undefined;
15227
14626
  url?: string | null | undefined;
15228
14627
  description?: string | null | undefined;
15229
14628
  _id?: string | null | undefined;
@@ -15300,9 +14699,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15300
14699
  regNo: string;
15301
14700
  };
15302
14701
  } | null | undefined;
15303
- billId?: string | null | undefined;
15304
14702
  appliedAt: string;
15305
14703
  }[] | null | undefined;
14704
+ billId?: string | null | undefined;
15306
14705
  frontend?: {
15307
14706
  reason: string;
15308
14707
  hide: boolean;
@@ -15478,6 +14877,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15478
14877
  catalogId?: string | null | undefined;
15479
14878
  autoAccept?: boolean | null | undefined;
15480
14879
  term?: string | null | undefined;
14880
+ ignoreStock?: boolean | null | undefined;
15481
14881
  enable: boolean;
15482
14882
  } | null | undefined;
15483
14883
  foodpandaDelivery?: {
@@ -15541,31 +14941,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15541
14941
  anydeskPassword?: string | null | undefined;
15542
14942
  deviceName: string;
15543
14943
  }[] | null | undefined;
15544
- payoutAccount?: {
15545
- bank?: {
15546
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
15547
- accountNumber?: string | null | undefined;
15548
- holderName?: string | null | undefined;
15549
- 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";
15550
- } | null | undefined;
15551
- ssm?: string | null | undefined;
15552
- bankStatement?: string | null | undefined;
15553
- exteriorPhoto?: string | null | undefined;
15554
- keyPerson?: string | null | undefined;
15555
- keyPersonPhone?: string | null | undefined;
15556
- keyPersonEmail?: string | null | undefined;
15557
- status: "NEW" | "PENDING" | "APPROVED";
15558
- enable: boolean;
15559
- methods: {
15560
- tPlus?: number | undefined;
15561
- variant: string;
15562
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
15563
- rate: {
15564
- amount: number;
15565
- precision: number;
15566
- };
15567
- }[];
15568
- } | null | undefined;
14944
+ payoutAccount?: Record<string, any> | null | undefined;
15569
14945
  clearCount?: number | null | undefined;
15570
14946
  queueSetting?: {
15571
14947
  duration?: number | null | undefined;
@@ -15647,6 +15023,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15647
15023
  };
15648
15024
  businessId: string;
15649
15025
  profile: {
15026
+ code?: string | null | undefined;
15650
15027
  url?: string | null | undefined;
15651
15028
  description?: string | null | undefined;
15652
15029
  _id?: string | null | undefined;
@@ -15723,7 +15100,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15723
15100
  regNo: string;
15724
15101
  };
15725
15102
  } | null | undefined;
15726
- billId?: string | null | undefined;
15727
15103
  claimedAt?: string | null | undefined;
15728
15104
  redeemedAt?: string | null | undefined;
15729
15105
  redeemCode?: string | null | undefined;
@@ -15988,6 +15364,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
15988
15364
  catalogId?: string | null | undefined;
15989
15365
  autoAccept?: boolean | null | undefined;
15990
15366
  term?: string | null | undefined;
15367
+ ignoreStock?: boolean | null | undefined;
15991
15368
  enable: boolean;
15992
15369
  } | null | undefined;
15993
15370
  foodpandaDelivery?: {
@@ -16051,31 +15428,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16051
15428
  anydeskPassword?: string | null | undefined;
16052
15429
  deviceName: string;
16053
15430
  }[] | null | undefined;
16054
- payoutAccount?: {
16055
- bank?: {
16056
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
16057
- accountNumber?: string | null | undefined;
16058
- holderName?: string | null | undefined;
16059
- 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";
16060
- } | null | undefined;
16061
- ssm?: string | null | undefined;
16062
- bankStatement?: string | null | undefined;
16063
- exteriorPhoto?: string | null | undefined;
16064
- keyPerson?: string | null | undefined;
16065
- keyPersonPhone?: string | null | undefined;
16066
- keyPersonEmail?: string | null | undefined;
16067
- status: "NEW" | "PENDING" | "APPROVED";
16068
- enable: boolean;
16069
- methods: {
16070
- tPlus?: number | undefined;
16071
- variant: string;
16072
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
16073
- rate: {
16074
- amount: number;
16075
- precision: number;
16076
- };
16077
- }[];
16078
- } | null | undefined;
15431
+ payoutAccount?: Record<string, any> | null | undefined;
16079
15432
  clearCount?: number | null | undefined;
16080
15433
  queueSetting?: {
16081
15434
  duration?: number | null | undefined;
@@ -16157,6 +15510,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16157
15510
  };
16158
15511
  businessId: string;
16159
15512
  profile: {
15513
+ code?: string | null | undefined;
16160
15514
  url?: string | null | undefined;
16161
15515
  description?: string | null | undefined;
16162
15516
  _id?: string | null | undefined;
@@ -16396,9 +15750,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16396
15750
  } | null | undefined;
16397
15751
  cardNo?: string | null | undefined;
16398
15752
  name: string;
16399
- business: string;
16400
- user: string;
16401
15753
  _id: string;
15754
+ user: string;
15755
+ business: string;
16402
15756
  level: number;
16403
15757
  experience: number;
16404
15758
  tier: number;
@@ -16430,6 +15784,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16430
15784
  };
16431
15785
  vouchers: {
16432
15786
  history?: {
15787
+ billId?: string | null | undefined;
16433
15788
  restaurant?: string | null | undefined;
16434
15789
  pf_restaurant?: {
16435
15790
  channel?: string | null | undefined;
@@ -16581,6 +15936,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16581
15936
  catalogId?: string | null | undefined;
16582
15937
  autoAccept?: boolean | null | undefined;
16583
15938
  term?: string | null | undefined;
15939
+ ignoreStock?: boolean | null | undefined;
16584
15940
  enable: boolean;
16585
15941
  } | null | undefined;
16586
15942
  foodpandaDelivery?: {
@@ -16644,31 +16000,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16644
16000
  anydeskPassword?: string | null | undefined;
16645
16001
  deviceName: string;
16646
16002
  }[] | null | undefined;
16647
- payoutAccount?: {
16648
- bank?: {
16649
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
16650
- accountNumber?: string | null | undefined;
16651
- holderName?: string | null | undefined;
16652
- 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";
16653
- } | null | undefined;
16654
- ssm?: string | null | undefined;
16655
- bankStatement?: string | null | undefined;
16656
- exteriorPhoto?: string | null | undefined;
16657
- keyPerson?: string | null | undefined;
16658
- keyPersonPhone?: string | null | undefined;
16659
- keyPersonEmail?: string | null | undefined;
16660
- status: "NEW" | "PENDING" | "APPROVED";
16661
- enable: boolean;
16662
- methods: {
16663
- variant: string;
16664
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
16665
- rate: {
16666
- amount: number;
16667
- precision: number;
16668
- };
16669
- tPlus: number;
16670
- }[];
16671
- } | null | undefined;
16003
+ payoutAccount?: Record<string, any> | null | undefined;
16672
16004
  clearCount?: number | null | undefined;
16673
16005
  queueSetting?: {
16674
16006
  duration?: number | null | undefined;
@@ -16750,6 +16082,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16750
16082
  };
16751
16083
  businessId: string;
16752
16084
  profile: {
16085
+ code?: string | null | undefined;
16753
16086
  url?: string | null | undefined;
16754
16087
  description?: string | null | undefined;
16755
16088
  _id?: string | null | undefined;
@@ -16826,9 +16159,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
16826
16159
  regNo: string;
16827
16160
  };
16828
16161
  } | null | undefined;
16829
- billId?: string | null | undefined;
16830
16162
  appliedAt: string;
16831
16163
  }[] | null | undefined;
16164
+ billId?: string | null | undefined;
16832
16165
  frontend?: {
16833
16166
  reason: string;
16834
16167
  hide: boolean;
@@ -17004,6 +16337,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17004
16337
  catalogId?: string | null | undefined;
17005
16338
  autoAccept?: boolean | null | undefined;
17006
16339
  term?: string | null | undefined;
16340
+ ignoreStock?: boolean | null | undefined;
17007
16341
  enable: boolean;
17008
16342
  } | null | undefined;
17009
16343
  foodpandaDelivery?: {
@@ -17067,31 +16401,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17067
16401
  anydeskPassword?: string | null | undefined;
17068
16402
  deviceName: string;
17069
16403
  }[] | null | undefined;
17070
- payoutAccount?: {
17071
- bank?: {
17072
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17073
- accountNumber?: string | null | undefined;
17074
- holderName?: string | null | undefined;
17075
- 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";
17076
- } | null | undefined;
17077
- ssm?: string | null | undefined;
17078
- bankStatement?: string | null | undefined;
17079
- exteriorPhoto?: string | null | undefined;
17080
- keyPerson?: string | null | undefined;
17081
- keyPersonPhone?: string | null | undefined;
17082
- keyPersonEmail?: string | null | undefined;
17083
- status: "NEW" | "PENDING" | "APPROVED";
17084
- enable: boolean;
17085
- methods: {
17086
- variant: string;
17087
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17088
- rate: {
17089
- amount: number;
17090
- precision: number;
17091
- };
17092
- tPlus: number;
17093
- }[];
17094
- } | null | undefined;
16404
+ payoutAccount?: Record<string, any> | null | undefined;
17095
16405
  clearCount?: number | null | undefined;
17096
16406
  queueSetting?: {
17097
16407
  duration?: number | null | undefined;
@@ -17173,6 +16483,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17173
16483
  };
17174
16484
  businessId: string;
17175
16485
  profile: {
16486
+ code?: string | null | undefined;
17176
16487
  url?: string | null | undefined;
17177
16488
  description?: string | null | undefined;
17178
16489
  _id?: string | null | undefined;
@@ -17249,7 +16560,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17249
16560
  regNo: string;
17250
16561
  };
17251
16562
  } | null | undefined;
17252
- billId?: string | null | undefined;
17253
16563
  claimedAt?: string | null | undefined;
17254
16564
  redeemedAt?: string | null | undefined;
17255
16565
  redeemCode?: string | null | undefined;
@@ -17514,6 +16824,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17514
16824
  catalogId?: string | null | undefined;
17515
16825
  autoAccept?: boolean | null | undefined;
17516
16826
  term?: string | null | undefined;
16827
+ ignoreStock?: boolean | null | undefined;
17517
16828
  enable: boolean;
17518
16829
  } | null | undefined;
17519
16830
  foodpandaDelivery?: {
@@ -17577,31 +16888,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17577
16888
  anydeskPassword?: string | null | undefined;
17578
16889
  deviceName: string;
17579
16890
  }[] | null | undefined;
17580
- payoutAccount?: {
17581
- bank?: {
17582
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
17583
- accountNumber?: string | null | undefined;
17584
- holderName?: string | null | undefined;
17585
- 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";
17586
- } | null | undefined;
17587
- ssm?: string | null | undefined;
17588
- bankStatement?: string | null | undefined;
17589
- exteriorPhoto?: string | null | undefined;
17590
- keyPerson?: string | null | undefined;
17591
- keyPersonPhone?: string | null | undefined;
17592
- keyPersonEmail?: string | null | undefined;
17593
- status: "NEW" | "PENDING" | "APPROVED";
17594
- enable: boolean;
17595
- methods: {
17596
- variant: string;
17597
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
17598
- rate: {
17599
- amount: number;
17600
- precision: number;
17601
- };
17602
- tPlus: number;
17603
- }[];
17604
- } | null | undefined;
16891
+ payoutAccount?: Record<string, any> | null | undefined;
17605
16892
  clearCount?: number | null | undefined;
17606
16893
  queueSetting?: {
17607
16894
  duration?: number | null | undefined;
@@ -17683,6 +16970,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
17683
16970
  };
17684
16971
  businessId: string;
17685
16972
  profile: {
16973
+ code?: string | null | undefined;
17686
16974
  url?: string | null | undefined;
17687
16975
  description?: string | null | undefined;
17688
16976
  _id?: string | null | undefined;
@@ -18029,9 +17317,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18029
17317
  menuVersion: string;
18030
17318
  } | null | undefined;
18031
17319
  cardNo?: string | null | undefined;
18032
- business: string;
18033
- user: string;
18034
17320
  _id: string;
17321
+ user: string;
17322
+ business: string;
18035
17323
  level: number;
18036
17324
  experience: number;
18037
17325
  tier: number;
@@ -18063,6 +17351,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18063
17351
  };
18064
17352
  vouchers: {
18065
17353
  history?: {
17354
+ billId?: string | null | undefined;
18066
17355
  restaurant?: string | null | undefined;
18067
17356
  pf_restaurant?: {
18068
17357
  channel?: string | null | undefined;
@@ -18214,6 +17503,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18214
17503
  catalogId?: string | null | undefined;
18215
17504
  autoAccept?: boolean | null | undefined;
18216
17505
  term?: string | null | undefined;
17506
+ ignoreStock?: boolean | null | undefined;
18217
17507
  enable: boolean;
18218
17508
  } | null | undefined;
18219
17509
  foodpandaDelivery?: {
@@ -18277,31 +17567,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18277
17567
  anydeskPassword?: string | null | undefined;
18278
17568
  deviceName: string;
18279
17569
  }[] | null | undefined;
18280
- payoutAccount?: {
18281
- bank?: {
18282
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
18283
- accountNumber?: string | null | undefined;
18284
- holderName?: string | null | undefined;
18285
- 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";
18286
- } | null | undefined;
18287
- ssm?: string | null | undefined;
18288
- bankStatement?: string | null | undefined;
18289
- exteriorPhoto?: string | null | undefined;
18290
- keyPerson?: string | null | undefined;
18291
- keyPersonPhone?: string | null | undefined;
18292
- keyPersonEmail?: string | null | undefined;
18293
- status: "NEW" | "PENDING" | "APPROVED";
18294
- enable: boolean;
18295
- methods: {
18296
- tPlus?: number | undefined;
18297
- variant: string;
18298
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
18299
- rate: {
18300
- amount: number;
18301
- precision: number;
18302
- };
18303
- }[];
18304
- } | null | undefined;
17570
+ payoutAccount?: Record<string, any> | null | undefined;
18305
17571
  clearCount?: number | null | undefined;
18306
17572
  queueSetting?: {
18307
17573
  duration?: number | null | undefined;
@@ -18383,6 +17649,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18383
17649
  };
18384
17650
  businessId: string;
18385
17651
  profile: {
17652
+ code?: string | null | undefined;
18386
17653
  url?: string | null | undefined;
18387
17654
  description?: string | null | undefined;
18388
17655
  _id?: string | null | undefined;
@@ -18459,9 +17726,9 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18459
17726
  regNo: string;
18460
17727
  };
18461
17728
  } | null | undefined;
18462
- billId?: string | null | undefined;
18463
17729
  appliedAt: string;
18464
17730
  }[] | null | undefined;
17731
+ billId?: string | null | undefined;
18465
17732
  frontend?: {
18466
17733
  reason: string;
18467
17734
  hide: boolean;
@@ -18637,6 +17904,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18637
17904
  catalogId?: string | null | undefined;
18638
17905
  autoAccept?: boolean | null | undefined;
18639
17906
  term?: string | null | undefined;
17907
+ ignoreStock?: boolean | null | undefined;
18640
17908
  enable: boolean;
18641
17909
  } | null | undefined;
18642
17910
  foodpandaDelivery?: {
@@ -18700,31 +17968,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18700
17968
  anydeskPassword?: string | null | undefined;
18701
17969
  deviceName: string;
18702
17970
  }[] | null | undefined;
18703
- payoutAccount?: {
18704
- bank?: {
18705
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
18706
- accountNumber?: string | null | undefined;
18707
- holderName?: string | null | undefined;
18708
- 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";
18709
- } | null | undefined;
18710
- ssm?: string | null | undefined;
18711
- bankStatement?: string | null | undefined;
18712
- exteriorPhoto?: string | null | undefined;
18713
- keyPerson?: string | null | undefined;
18714
- keyPersonPhone?: string | null | undefined;
18715
- keyPersonEmail?: string | null | undefined;
18716
- status: "NEW" | "PENDING" | "APPROVED";
18717
- enable: boolean;
18718
- methods: {
18719
- tPlus?: number | undefined;
18720
- variant: string;
18721
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
18722
- rate: {
18723
- amount: number;
18724
- precision: number;
18725
- };
18726
- }[];
18727
- } | null | undefined;
17971
+ payoutAccount?: Record<string, any> | null | undefined;
18728
17972
  clearCount?: number | null | undefined;
18729
17973
  queueSetting?: {
18730
17974
  duration?: number | null | undefined;
@@ -18806,6 +18050,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18806
18050
  };
18807
18051
  businessId: string;
18808
18052
  profile: {
18053
+ code?: string | null | undefined;
18809
18054
  url?: string | null | undefined;
18810
18055
  description?: string | null | undefined;
18811
18056
  _id?: string | null | undefined;
@@ -18882,7 +18127,6 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
18882
18127
  regNo: string;
18883
18128
  };
18884
18129
  } | null | undefined;
18885
- billId?: string | null | undefined;
18886
18130
  claimedAt?: string | null | undefined;
18887
18131
  redeemedAt?: string | null | undefined;
18888
18132
  redeemCode?: string | null | undefined;
@@ -19147,6 +18391,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19147
18391
  catalogId?: string | null | undefined;
19148
18392
  autoAccept?: boolean | null | undefined;
19149
18393
  term?: string | null | undefined;
18394
+ ignoreStock?: boolean | null | undefined;
19150
18395
  enable: boolean;
19151
18396
  } | null | undefined;
19152
18397
  foodpandaDelivery?: {
@@ -19210,31 +18455,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19210
18455
  anydeskPassword?: string | null | undefined;
19211
18456
  deviceName: string;
19212
18457
  }[] | null | undefined;
19213
- payoutAccount?: {
19214
- bank?: {
19215
- type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
19216
- accountNumber?: string | null | undefined;
19217
- holderName?: string | null | undefined;
19218
- 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";
19219
- } | null | undefined;
19220
- ssm?: string | null | undefined;
19221
- bankStatement?: string | null | undefined;
19222
- exteriorPhoto?: string | null | undefined;
19223
- keyPerson?: string | null | undefined;
19224
- keyPersonPhone?: string | null | undefined;
19225
- keyPersonEmail?: string | null | undefined;
19226
- status: "NEW" | "PENDING" | "APPROVED";
19227
- enable: boolean;
19228
- methods: {
19229
- tPlus?: number | undefined;
19230
- variant: string;
19231
- issuer: "OTHER" | "FEEDME" | "ALIPAY" | "BOOST" | "GRABPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "RAZERPAY" | "SHOPEEPAY" | "TOUCHNGO" | "WECHATPAY" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
19232
- rate: {
19233
- amount: number;
19234
- precision: number;
19235
- };
19236
- }[];
19237
- } | null | undefined;
18458
+ payoutAccount?: Record<string, any> | null | undefined;
19238
18459
  clearCount?: number | null | undefined;
19239
18460
  queueSetting?: {
19240
18461
  duration?: number | null | undefined;
@@ -19316,6 +18537,7 @@ export declare const KioskVerifyMemberDto: z.ZodObject<{
19316
18537
  };
19317
18538
  businessId: string;
19318
18539
  profile: {
18540
+ code?: string | null | undefined;
19319
18541
  url?: string | null | undefined;
19320
18542
  description?: string | null | undefined;
19321
18543
  _id?: string | null | undefined;