@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
@@ -9472,7 +9472,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9472
9472
  precision: number;
9473
9473
  };
9474
9474
  }[] | null | undefined;
9475
- takeawayUsed?: string | null | undefined;
9476
9475
  productType?: "ALA_CARTE" | "SET" | null | undefined;
9477
9476
  addonProductBinding?: {
9478
9477
  price?: {
@@ -9501,6 +9500,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9501
9500
  active: boolean;
9502
9501
  addonKey: string;
9503
9502
  }[] | null | undefined;
9503
+ takeawayUsed?: string | null | undefined;
9504
9504
  schedulerUsed?: string | null | undefined;
9505
9505
  printDepartments?: string[] | null | undefined;
9506
9506
  code: string;
@@ -9513,6 +9513,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9513
9513
  };
9514
9514
  category: string;
9515
9515
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
9516
+ addonGroupUsed: string[];
9517
+ variantUsed: string[];
9516
9518
  variantCombination: {
9517
9519
  code?: string | null | undefined;
9518
9520
  price?: {
@@ -9542,8 +9544,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9542
9544
  active: boolean;
9543
9545
  selectionName: string[];
9544
9546
  }[];
9545
- addonGroupUsed: string[];
9546
- variantUsed: string[];
9547
9547
  }, {
9548
9548
  description?: string | null | undefined;
9549
9549
  name2?: string | null | undefined;
@@ -9573,7 +9573,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9573
9573
  precision: number;
9574
9574
  };
9575
9575
  }[] | null | undefined;
9576
- takeawayUsed?: string | null | undefined;
9577
9576
  productType?: "ALA_CARTE" | "SET" | null | undefined;
9578
9577
  addonProductBinding?: {
9579
9578
  price?: {
@@ -9602,6 +9601,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9602
9601
  active: boolean;
9603
9602
  addonKey: string;
9604
9603
  }[] | null | undefined;
9604
+ takeawayUsed?: string | null | undefined;
9605
9605
  schedulerUsed?: string | null | undefined;
9606
9606
  printDepartments?: string[] | null | undefined;
9607
9607
  code: string;
@@ -9614,6 +9614,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9614
9614
  };
9615
9615
  category: string;
9616
9616
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
9617
+ addonGroupUsed: string[];
9618
+ variantUsed: string[];
9617
9619
  variantCombination: {
9618
9620
  code?: string | null | undefined;
9619
9621
  price?: {
@@ -9643,8 +9645,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
9643
9645
  active: boolean;
9644
9646
  selectionName: string[];
9645
9647
  }[];
9646
- addonGroupUsed: string[];
9647
- variantUsed: string[];
9648
9648
  }>, "many">;
9649
9649
  category: z.ZodArray<z.ZodObject<{
9650
9650
  _id: z.ZodString;
@@ -10073,7 +10073,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10073
10073
  max: number;
10074
10074
  _id: string;
10075
10075
  name: string;
10076
- stackable: boolean;
10077
10076
  addons: {
10078
10077
  name2?: string | null | undefined;
10079
10078
  productId?: string | null | undefined;
@@ -10133,6 +10132,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10133
10132
  id: string;
10134
10133
  }[];
10135
10134
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
10135
+ stackable: boolean;
10136
10136
  }, {
10137
10137
  priority?: string | number | null | undefined;
10138
10138
  position?: number | null | undefined;
@@ -10140,7 +10140,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10140
10140
  max: number;
10141
10141
  _id: string;
10142
10142
  name: string;
10143
- stackable: boolean;
10144
10143
  addons: {
10145
10144
  name2?: string | null | undefined;
10146
10145
  productId?: string | null | undefined;
@@ -10200,6 +10199,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10200
10199
  id: string;
10201
10200
  }[];
10202
10201
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
10202
+ stackable: boolean;
10203
10203
  }>, "many">;
10204
10204
  variant: z.ZodArray<z.ZodObject<{
10205
10205
  _id: z.ZodString;
@@ -10671,6 +10671,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10671
10671
  }[] | null | undefined;
10672
10672
  _id: string;
10673
10673
  name: string;
10674
+ productAvailable: string[];
10674
10675
  override: {
10675
10676
  product: Record<string, ({
10676
10677
  type: "PRODUCT_PRICE";
@@ -10739,7 +10740,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10739
10740
  addonId: string;
10740
10741
  })[]>;
10741
10742
  };
10742
- productAvailable: string[];
10743
10743
  }, {
10744
10744
  inclusiveTaxes?: {
10745
10745
  inclusive: boolean;
@@ -10747,6 +10747,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10747
10747
  }[] | null | undefined;
10748
10748
  _id: string;
10749
10749
  name: string;
10750
+ productAvailable: string[];
10750
10751
  override: {
10751
10752
  product: Record<string, ({
10752
10753
  type: "PRODUCT_PRICE";
@@ -10815,7 +10816,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
10815
10816
  addonId: string;
10816
10817
  })[]>;
10817
10818
  };
10818
- productAvailable: string[];
10819
10819
  }>, "many">>>;
10820
10820
  unit: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
10821
10821
  _id: z.ZodString;
@@ -11423,6 +11423,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11423
11423
  }[] | null | undefined;
11424
11424
  _id: string;
11425
11425
  name: string;
11426
+ productAvailable: string[];
11426
11427
  override: {
11427
11428
  product: Record<string, ({
11428
11429
  type: "PRODUCT_PRICE";
@@ -11491,7 +11492,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11491
11492
  addonId: string;
11492
11493
  })[]>;
11493
11494
  };
11494
- productAvailable: string[];
11495
11495
  }[] | null | undefined;
11496
11496
  recipe?: {
11497
11497
  _id: string;
@@ -11573,7 +11573,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11573
11573
  precision: number;
11574
11574
  };
11575
11575
  }[] | null | undefined;
11576
- takeawayUsed?: string | null | undefined;
11577
11576
  productType?: "ALA_CARTE" | "SET" | null | undefined;
11578
11577
  addonProductBinding?: {
11579
11578
  price?: {
@@ -11602,6 +11601,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11602
11601
  active: boolean;
11603
11602
  addonKey: string;
11604
11603
  }[] | null | undefined;
11604
+ takeawayUsed?: string | null | undefined;
11605
11605
  schedulerUsed?: string | null | undefined;
11606
11606
  printDepartments?: string[] | null | undefined;
11607
11607
  code: string;
@@ -11614,6 +11614,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11614
11614
  };
11615
11615
  category: string;
11616
11616
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
11617
+ addonGroupUsed: string[];
11618
+ variantUsed: string[];
11617
11619
  variantCombination: {
11618
11620
  code?: string | null | undefined;
11619
11621
  price?: {
@@ -11643,16 +11645,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11643
11645
  active: boolean;
11644
11646
  selectionName: string[];
11645
11647
  }[];
11646
- addonGroupUsed: string[];
11647
- variantUsed: string[];
11648
- }[];
11649
- variant: {
11650
- options: {
11651
- name: string;
11652
- id: string;
11653
- }[];
11654
- _id: string;
11655
- name: string;
11656
11648
  }[];
11657
11649
  scheduler: {
11658
11650
  repeat: "daily" | "weekly";
@@ -11669,6 +11661,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11669
11661
  _id: string;
11670
11662
  name: string;
11671
11663
  }[];
11664
+ variant: {
11665
+ options: {
11666
+ name: string;
11667
+ id: string;
11668
+ }[];
11669
+ _id: string;
11670
+ name: string;
11671
+ }[];
11672
11672
  addonGroup: {
11673
11673
  priority?: string | number | null | undefined;
11674
11674
  position?: number | null | undefined;
@@ -11676,7 +11676,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11676
11676
  max: number;
11677
11677
  _id: string;
11678
11678
  name: string;
11679
- stackable: boolean;
11680
11679
  addons: {
11681
11680
  name2?: string | null | undefined;
11682
11681
  productId?: string | null | undefined;
@@ -11736,6 +11735,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11736
11735
  id: string;
11737
11736
  }[];
11738
11737
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
11738
+ stackable: boolean;
11739
11739
  }[];
11740
11740
  }, {
11741
11741
  unit?: {
@@ -11801,6 +11801,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11801
11801
  }[] | null | undefined;
11802
11802
  _id: string;
11803
11803
  name: string;
11804
+ productAvailable: string[];
11804
11805
  override: {
11805
11806
  product: Record<string, ({
11806
11807
  type: "PRODUCT_PRICE";
@@ -11869,7 +11870,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11869
11870
  addonId: string;
11870
11871
  })[]>;
11871
11872
  };
11872
- productAvailable: string[];
11873
11873
  }[] | null | undefined;
11874
11874
  recipe?: {
11875
11875
  _id: string;
@@ -11951,7 +11951,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11951
11951
  precision: number;
11952
11952
  };
11953
11953
  }[] | null | undefined;
11954
- takeawayUsed?: string | null | undefined;
11955
11954
  productType?: "ALA_CARTE" | "SET" | null | undefined;
11956
11955
  addonProductBinding?: {
11957
11956
  price?: {
@@ -11980,6 +11979,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11980
11979
  active: boolean;
11981
11980
  addonKey: string;
11982
11981
  }[] | null | undefined;
11982
+ takeawayUsed?: string | null | undefined;
11983
11983
  schedulerUsed?: string | null | undefined;
11984
11984
  printDepartments?: string[] | null | undefined;
11985
11985
  code: string;
@@ -11992,6 +11992,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
11992
11992
  };
11993
11993
  category: string;
11994
11994
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
11995
+ addonGroupUsed: string[];
11996
+ variantUsed: string[];
11995
11997
  variantCombination: {
11996
11998
  code?: string | null | undefined;
11997
11999
  price?: {
@@ -12021,16 +12023,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12021
12023
  active: boolean;
12022
12024
  selectionName: string[];
12023
12025
  }[];
12024
- addonGroupUsed: string[];
12025
- variantUsed: string[];
12026
- }[];
12027
- variant: {
12028
- options: {
12029
- name: string;
12030
- id: string;
12031
- }[];
12032
- _id: string;
12033
- name: string;
12034
12026
  }[];
12035
12027
  scheduler: {
12036
12028
  repeat: "daily" | "weekly";
@@ -12047,6 +12039,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12047
12039
  _id: string;
12048
12040
  name: string;
12049
12041
  }[];
12042
+ variant: {
12043
+ options: {
12044
+ name: string;
12045
+ id: string;
12046
+ }[];
12047
+ _id: string;
12048
+ name: string;
12049
+ }[];
12050
12050
  addonGroup: {
12051
12051
  priority?: string | number | null | undefined;
12052
12052
  position?: number | null | undefined;
@@ -12054,7 +12054,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12054
12054
  max: number;
12055
12055
  _id: string;
12056
12056
  name: string;
12057
- stackable: boolean;
12058
12057
  addons: {
12059
12058
  name2?: string | null | undefined;
12060
12059
  productId?: string | null | undefined;
@@ -12114,6 +12113,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12114
12113
  id: string;
12115
12114
  }[];
12116
12115
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
12116
+ stackable: boolean;
12117
12117
  }[];
12118
12118
  }>;
12119
12119
  masterCatalogSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -12212,6 +12212,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12212
12212
  }[] | null | undefined;
12213
12213
  _id: string;
12214
12214
  name: string;
12215
+ productAvailable: string[];
12215
12216
  override: {
12216
12217
  product: Record<string, ({
12217
12218
  type: "PRODUCT_PRICE";
@@ -12280,7 +12281,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12280
12281
  addonId: string;
12281
12282
  })[]>;
12282
12283
  };
12283
- productAvailable: string[];
12284
12284
  }[] | null | undefined;
12285
12285
  recipe?: {
12286
12286
  _id: string;
@@ -12362,7 +12362,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12362
12362
  precision: number;
12363
12363
  };
12364
12364
  }[] | null | undefined;
12365
- takeawayUsed?: string | null | undefined;
12366
12365
  productType?: "ALA_CARTE" | "SET" | null | undefined;
12367
12366
  addonProductBinding?: {
12368
12367
  price?: {
@@ -12391,6 +12390,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12391
12390
  active: boolean;
12392
12391
  addonKey: string;
12393
12392
  }[] | null | undefined;
12393
+ takeawayUsed?: string | null | undefined;
12394
12394
  schedulerUsed?: string | null | undefined;
12395
12395
  printDepartments?: string[] | null | undefined;
12396
12396
  code: string;
@@ -12403,6 +12403,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12403
12403
  };
12404
12404
  category: string;
12405
12405
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
12406
+ addonGroupUsed: string[];
12407
+ variantUsed: string[];
12406
12408
  variantCombination: {
12407
12409
  code?: string | null | undefined;
12408
12410
  price?: {
@@ -12432,16 +12434,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12432
12434
  active: boolean;
12433
12435
  selectionName: string[];
12434
12436
  }[];
12435
- addonGroupUsed: string[];
12436
- variantUsed: string[];
12437
- }[];
12438
- variant: {
12439
- options: {
12440
- name: string;
12441
- id: string;
12442
- }[];
12443
- _id: string;
12444
- name: string;
12445
12437
  }[];
12446
12438
  scheduler: {
12447
12439
  repeat: "daily" | "weekly";
@@ -12458,6 +12450,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12458
12450
  _id: string;
12459
12451
  name: string;
12460
12452
  }[];
12453
+ variant: {
12454
+ options: {
12455
+ name: string;
12456
+ id: string;
12457
+ }[];
12458
+ _id: string;
12459
+ name: string;
12460
+ }[];
12461
12461
  addonGroup: {
12462
12462
  priority?: string | number | null | undefined;
12463
12463
  position?: number | null | undefined;
@@ -12465,7 +12465,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12465
12465
  max: number;
12466
12466
  _id: string;
12467
12467
  name: string;
12468
- stackable: boolean;
12469
12468
  addons: {
12470
12469
  name2?: string | null | undefined;
12471
12470
  productId?: string | null | undefined;
@@ -12525,6 +12524,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12525
12524
  id: string;
12526
12525
  }[];
12527
12526
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
12527
+ stackable: boolean;
12528
12528
  }[];
12529
12529
  };
12530
12530
  }, {
@@ -12600,6 +12600,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12600
12600
  }[] | null | undefined;
12601
12601
  _id: string;
12602
12602
  name: string;
12603
+ productAvailable: string[];
12603
12604
  override: {
12604
12605
  product: Record<string, ({
12605
12606
  type: "PRODUCT_PRICE";
@@ -12668,7 +12669,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12668
12669
  addonId: string;
12669
12670
  })[]>;
12670
12671
  };
12671
- productAvailable: string[];
12672
12672
  }[] | null | undefined;
12673
12673
  recipe?: {
12674
12674
  _id: string;
@@ -12750,7 +12750,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12750
12750
  precision: number;
12751
12751
  };
12752
12752
  }[] | null | undefined;
12753
- takeawayUsed?: string | null | undefined;
12754
12753
  productType?: "ALA_CARTE" | "SET" | null | undefined;
12755
12754
  addonProductBinding?: {
12756
12755
  price?: {
@@ -12779,6 +12778,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12779
12778
  active: boolean;
12780
12779
  addonKey: string;
12781
12780
  }[] | null | undefined;
12781
+ takeawayUsed?: string | null | undefined;
12782
12782
  schedulerUsed?: string | null | undefined;
12783
12783
  printDepartments?: string[] | null | undefined;
12784
12784
  code: string;
@@ -12791,6 +12791,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12791
12791
  };
12792
12792
  category: string;
12793
12793
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
12794
+ addonGroupUsed: string[];
12795
+ variantUsed: string[];
12794
12796
  variantCombination: {
12795
12797
  code?: string | null | undefined;
12796
12798
  price?: {
@@ -12820,16 +12822,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12820
12822
  active: boolean;
12821
12823
  selectionName: string[];
12822
12824
  }[];
12823
- addonGroupUsed: string[];
12824
- variantUsed: string[];
12825
- }[];
12826
- variant: {
12827
- options: {
12828
- name: string;
12829
- id: string;
12830
- }[];
12831
- _id: string;
12832
- name: string;
12833
12825
  }[];
12834
12826
  scheduler: {
12835
12827
  repeat: "daily" | "weekly";
@@ -12846,6 +12838,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12846
12838
  _id: string;
12847
12839
  name: string;
12848
12840
  }[];
12841
+ variant: {
12842
+ options: {
12843
+ name: string;
12844
+ id: string;
12845
+ }[];
12846
+ _id: string;
12847
+ name: string;
12848
+ }[];
12849
12849
  addonGroup: {
12850
12850
  priority?: string | number | null | undefined;
12851
12851
  position?: number | null | undefined;
@@ -12853,7 +12853,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12853
12853
  max: number;
12854
12854
  _id: string;
12855
12855
  name: string;
12856
- stackable: boolean;
12857
12856
  addons: {
12858
12857
  name2?: string | null | undefined;
12859
12858
  productId?: string | null | undefined;
@@ -12913,6 +12912,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
12913
12912
  id: string;
12914
12913
  }[];
12915
12914
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
12915
+ stackable: boolean;
12916
12916
  }[];
12917
12917
  };
12918
12918
  }>>;
@@ -13596,6 +13596,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13596
13596
  }[] | null | undefined;
13597
13597
  _id: string;
13598
13598
  name: string;
13599
+ productAvailable: string[];
13599
13600
  override: {
13600
13601
  product: Record<string, ({
13601
13602
  type: "PRODUCT_PRICE";
@@ -13664,7 +13665,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13664
13665
  addonId: string;
13665
13666
  })[]>;
13666
13667
  };
13667
- productAvailable: string[];
13668
13668
  }[] | null | undefined;
13669
13669
  recipe?: {
13670
13670
  _id: string;
@@ -13746,7 +13746,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13746
13746
  precision: number;
13747
13747
  };
13748
13748
  }[] | null | undefined;
13749
- takeawayUsed?: string | null | undefined;
13750
13749
  productType?: "ALA_CARTE" | "SET" | null | undefined;
13751
13750
  addonProductBinding?: {
13752
13751
  price?: {
@@ -13775,6 +13774,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13775
13774
  active: boolean;
13776
13775
  addonKey: string;
13777
13776
  }[] | null | undefined;
13777
+ takeawayUsed?: string | null | undefined;
13778
13778
  schedulerUsed?: string | null | undefined;
13779
13779
  printDepartments?: string[] | null | undefined;
13780
13780
  code: string;
@@ -13787,6 +13787,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13787
13787
  };
13788
13788
  category: string;
13789
13789
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
13790
+ addonGroupUsed: string[];
13791
+ variantUsed: string[];
13790
13792
  variantCombination: {
13791
13793
  code?: string | null | undefined;
13792
13794
  price?: {
@@ -13816,16 +13818,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13816
13818
  active: boolean;
13817
13819
  selectionName: string[];
13818
13820
  }[];
13819
- addonGroupUsed: string[];
13820
- variantUsed: string[];
13821
- }[];
13822
- variant: {
13823
- options: {
13824
- name: string;
13825
- id: string;
13826
- }[];
13827
- _id: string;
13828
- name: string;
13829
13821
  }[];
13830
13822
  scheduler: {
13831
13823
  repeat: "daily" | "weekly";
@@ -13842,6 +13834,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13842
13834
  _id: string;
13843
13835
  name: string;
13844
13836
  }[];
13837
+ variant: {
13838
+ options: {
13839
+ name: string;
13840
+ id: string;
13841
+ }[];
13842
+ _id: string;
13843
+ name: string;
13844
+ }[];
13845
13845
  addonGroup: {
13846
13846
  priority?: string | number | null | undefined;
13847
13847
  position?: number | null | undefined;
@@ -13849,7 +13849,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13849
13849
  max: number;
13850
13850
  _id: string;
13851
13851
  name: string;
13852
- stackable: boolean;
13853
13852
  addons: {
13854
13853
  name2?: string | null | undefined;
13855
13854
  productId?: string | null | undefined;
@@ -13909,6 +13908,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
13909
13908
  id: string;
13910
13909
  }[];
13911
13910
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
13911
+ stackable: boolean;
13912
13912
  }[];
13913
13913
  };
13914
13914
  };
@@ -14059,6 +14059,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14059
14059
  }[] | null | undefined;
14060
14060
  _id: string;
14061
14061
  name: string;
14062
+ productAvailable: string[];
14062
14063
  override: {
14063
14064
  product: Record<string, ({
14064
14065
  type: "PRODUCT_PRICE";
@@ -14127,7 +14128,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14127
14128
  addonId: string;
14128
14129
  })[]>;
14129
14130
  };
14130
- productAvailable: string[];
14131
14131
  }[] | null | undefined;
14132
14132
  recipe?: {
14133
14133
  _id: string;
@@ -14209,7 +14209,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14209
14209
  precision: number;
14210
14210
  };
14211
14211
  }[] | null | undefined;
14212
- takeawayUsed?: string | null | undefined;
14213
14212
  productType?: "ALA_CARTE" | "SET" | null | undefined;
14214
14213
  addonProductBinding?: {
14215
14214
  price?: {
@@ -14238,6 +14237,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14238
14237
  active: boolean;
14239
14238
  addonKey: string;
14240
14239
  }[] | null | undefined;
14240
+ takeawayUsed?: string | null | undefined;
14241
14241
  schedulerUsed?: string | null | undefined;
14242
14242
  printDepartments?: string[] | null | undefined;
14243
14243
  code: string;
@@ -14250,6 +14250,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14250
14250
  };
14251
14251
  category: string;
14252
14252
  orderFrom: "ALL" | "POS_ONLY" | "NONE";
14253
+ addonGroupUsed: string[];
14254
+ variantUsed: string[];
14253
14255
  variantCombination: {
14254
14256
  code?: string | null | undefined;
14255
14257
  price?: {
@@ -14279,16 +14281,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14279
14281
  active: boolean;
14280
14282
  selectionName: string[];
14281
14283
  }[];
14282
- addonGroupUsed: string[];
14283
- variantUsed: string[];
14284
- }[];
14285
- variant: {
14286
- options: {
14287
- name: string;
14288
- id: string;
14289
- }[];
14290
- _id: string;
14291
- name: string;
14292
14284
  }[];
14293
14285
  scheduler: {
14294
14286
  repeat: "daily" | "weekly";
@@ -14305,6 +14297,14 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14305
14297
  _id: string;
14306
14298
  name: string;
14307
14299
  }[];
14300
+ variant: {
14301
+ options: {
14302
+ name: string;
14303
+ id: string;
14304
+ }[];
14305
+ _id: string;
14306
+ name: string;
14307
+ }[];
14308
14308
  addonGroup: {
14309
14309
  priority?: string | number | null | undefined;
14310
14310
  position?: number | null | undefined;
@@ -14312,7 +14312,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14312
14312
  max: number;
14313
14313
  _id: string;
14314
14314
  name: string;
14315
- stackable: boolean;
14316
14315
  addons: {
14317
14316
  name2?: string | null | undefined;
14318
14317
  productId?: string | null | undefined;
@@ -14372,6 +14371,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
14372
14371
  id: string;
14373
14372
  }[];
14374
14373
  addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
14374
+ stackable: boolean;
14375
14375
  }[];
14376
14376
  };
14377
14377
  };