@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App-Dd-xqK-8.js +60 -0
- package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-DqV4IW7U.js → KioskView-5I0PelUy.js} +57 -57
- package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
- package/dist/app.js +505 -4
- package/dist/dayjs.min-DMfenXNY.js +121871 -0
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -1
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +30 -35
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +155 -193
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +105 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +110 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DPl0R4fg.js → index-BghBxhGG.js} +7 -7
- package/dist/map-UJBUHidz.js +57 -0
- package/dist/package/entity/booking/booking.do.d.ts +1025 -95
- package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
- package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
- package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/order.do.d.ts +5 -5
- package/dist/package/entity/order/order.dto.d.ts +19749 -36446
- package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +241 -55
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +0 -7
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
- package/package.json +16 -16
- package/src/app.ts +3 -2
- package/dist/OrderSettingsView-CIUddOED.js +0 -70945
- package/dist/app-CuyLbKuN.js +0 -614
- package/dist/dayjs.min-BJrst4DM.js +0 -123632
|
@@ -9472,6 +9472,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9472
9472
|
precision: number;
|
|
9473
9473
|
};
|
|
9474
9474
|
}[] | null | undefined;
|
|
9475
|
+
takeawayUsed?: string | null | undefined;
|
|
9475
9476
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
9476
9477
|
addonProductBinding?: {
|
|
9477
9478
|
price?: {
|
|
@@ -9500,7 +9501,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9500
9501
|
active: boolean;
|
|
9501
9502
|
addonKey: string;
|
|
9502
9503
|
}[] | null | undefined;
|
|
9503
|
-
takeawayUsed?: string | null | undefined;
|
|
9504
9504
|
schedulerUsed?: string | null | undefined;
|
|
9505
9505
|
printDepartments?: string[] | null | undefined;
|
|
9506
9506
|
code: string;
|
|
@@ -9513,8 +9513,6 @@ 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[];
|
|
9518
9516
|
variantCombination: {
|
|
9519
9517
|
code?: string | null | undefined;
|
|
9520
9518
|
price?: {
|
|
@@ -9544,6 +9542,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9544
9542
|
active: boolean;
|
|
9545
9543
|
selectionName: string[];
|
|
9546
9544
|
}[];
|
|
9545
|
+
addonGroupUsed: string[];
|
|
9546
|
+
variantUsed: string[];
|
|
9547
9547
|
}, {
|
|
9548
9548
|
description?: string | null | undefined;
|
|
9549
9549
|
name2?: string | null | undefined;
|
|
@@ -9573,6 +9573,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9573
9573
|
precision: number;
|
|
9574
9574
|
};
|
|
9575
9575
|
}[] | null | undefined;
|
|
9576
|
+
takeawayUsed?: string | null | undefined;
|
|
9576
9577
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
9577
9578
|
addonProductBinding?: {
|
|
9578
9579
|
price?: {
|
|
@@ -9601,7 +9602,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9601
9602
|
active: boolean;
|
|
9602
9603
|
addonKey: string;
|
|
9603
9604
|
}[] | null | undefined;
|
|
9604
|
-
takeawayUsed?: string | null | undefined;
|
|
9605
9605
|
schedulerUsed?: string | null | undefined;
|
|
9606
9606
|
printDepartments?: string[] | null | undefined;
|
|
9607
9607
|
code: string;
|
|
@@ -9614,8 +9614,6 @@ 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[];
|
|
9619
9617
|
variantCombination: {
|
|
9620
9618
|
code?: string | null | undefined;
|
|
9621
9619
|
price?: {
|
|
@@ -9645,6 +9643,8 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
9645
9643
|
active: boolean;
|
|
9646
9644
|
selectionName: string[];
|
|
9647
9645
|
}[];
|
|
9646
|
+
addonGroupUsed: string[];
|
|
9647
|
+
variantUsed: string[];
|
|
9648
9648
|
}>, "many">;
|
|
9649
9649
|
category: z.ZodArray<z.ZodObject<{
|
|
9650
9650
|
_id: z.ZodString;
|
|
@@ -10073,6 +10073,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10073
10073
|
max: number;
|
|
10074
10074
|
_id: string;
|
|
10075
10075
|
name: string;
|
|
10076
|
+
stackable: boolean;
|
|
10076
10077
|
addons: {
|
|
10077
10078
|
name2?: string | null | undefined;
|
|
10078
10079
|
productId?: string | null | undefined;
|
|
@@ -10132,7 +10133,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10132
10133
|
id: string;
|
|
10133
10134
|
}[];
|
|
10134
10135
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
10135
|
-
stackable: boolean;
|
|
10136
10136
|
}, {
|
|
10137
10137
|
priority?: string | number | null | undefined;
|
|
10138
10138
|
position?: number | null | undefined;
|
|
@@ -10140,6 +10140,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10140
10140
|
max: number;
|
|
10141
10141
|
_id: string;
|
|
10142
10142
|
name: string;
|
|
10143
|
+
stackable: boolean;
|
|
10143
10144
|
addons: {
|
|
10144
10145
|
name2?: string | null | undefined;
|
|
10145
10146
|
productId?: string | null | undefined;
|
|
@@ -10199,7 +10200,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10199
10200
|
id: string;
|
|
10200
10201
|
}[];
|
|
10201
10202
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
10202
|
-
stackable: boolean;
|
|
10203
10203
|
}>, "many">;
|
|
10204
10204
|
variant: z.ZodArray<z.ZodObject<{
|
|
10205
10205
|
_id: z.ZodString;
|
|
@@ -10671,7 +10671,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10671
10671
|
}[] | null | undefined;
|
|
10672
10672
|
_id: string;
|
|
10673
10673
|
name: string;
|
|
10674
|
-
productAvailable: string[];
|
|
10675
10674
|
override: {
|
|
10676
10675
|
product: Record<string, ({
|
|
10677
10676
|
type: "PRODUCT_PRICE";
|
|
@@ -10740,6 +10739,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10740
10739
|
addonId: string;
|
|
10741
10740
|
})[]>;
|
|
10742
10741
|
};
|
|
10742
|
+
productAvailable: string[];
|
|
10743
10743
|
}, {
|
|
10744
10744
|
inclusiveTaxes?: {
|
|
10745
10745
|
inclusive: boolean;
|
|
@@ -10747,7 +10747,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10747
10747
|
}[] | null | undefined;
|
|
10748
10748
|
_id: string;
|
|
10749
10749
|
name: string;
|
|
10750
|
-
productAvailable: string[];
|
|
10751
10750
|
override: {
|
|
10752
10751
|
product: Record<string, ({
|
|
10753
10752
|
type: "PRODUCT_PRICE";
|
|
@@ -10816,6 +10815,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
10816
10815
|
addonId: string;
|
|
10817
10816
|
})[]>;
|
|
10818
10817
|
};
|
|
10818
|
+
productAvailable: string[];
|
|
10819
10819
|
}>, "many">>>;
|
|
10820
10820
|
unit: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10821
10821
|
_id: z.ZodString;
|
|
@@ -11423,7 +11423,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11423
11423
|
}[] | null | undefined;
|
|
11424
11424
|
_id: string;
|
|
11425
11425
|
name: string;
|
|
11426
|
-
productAvailable: string[];
|
|
11427
11426
|
override: {
|
|
11428
11427
|
product: Record<string, ({
|
|
11429
11428
|
type: "PRODUCT_PRICE";
|
|
@@ -11492,6 +11491,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11492
11491
|
addonId: string;
|
|
11493
11492
|
})[]>;
|
|
11494
11493
|
};
|
|
11494
|
+
productAvailable: string[];
|
|
11495
11495
|
}[] | null | undefined;
|
|
11496
11496
|
recipe?: {
|
|
11497
11497
|
_id: string;
|
|
@@ -11573,6 +11573,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11573
11573
|
precision: number;
|
|
11574
11574
|
};
|
|
11575
11575
|
}[] | null | undefined;
|
|
11576
|
+
takeawayUsed?: string | null | undefined;
|
|
11576
11577
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
11577
11578
|
addonProductBinding?: {
|
|
11578
11579
|
price?: {
|
|
@@ -11601,7 +11602,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11601
11602
|
active: boolean;
|
|
11602
11603
|
addonKey: string;
|
|
11603
11604
|
}[] | null | undefined;
|
|
11604
|
-
takeawayUsed?: string | null | undefined;
|
|
11605
11605
|
schedulerUsed?: string | null | undefined;
|
|
11606
11606
|
printDepartments?: string[] | null | undefined;
|
|
11607
11607
|
code: string;
|
|
@@ -11614,8 +11614,6 @@ 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[];
|
|
11619
11617
|
variantCombination: {
|
|
11620
11618
|
code?: string | null | undefined;
|
|
11621
11619
|
price?: {
|
|
@@ -11645,6 +11643,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11645
11643
|
active: boolean;
|
|
11646
11644
|
selectionName: string[];
|
|
11647
11645
|
}[];
|
|
11646
|
+
addonGroupUsed: string[];
|
|
11647
|
+
variantUsed: string[];
|
|
11648
|
+
}[];
|
|
11649
|
+
variant: {
|
|
11650
|
+
options: {
|
|
11651
|
+
name: string;
|
|
11652
|
+
id: string;
|
|
11653
|
+
}[];
|
|
11654
|
+
_id: string;
|
|
11655
|
+
name: string;
|
|
11648
11656
|
}[];
|
|
11649
11657
|
scheduler: {
|
|
11650
11658
|
repeat: "daily" | "weekly";
|
|
@@ -11661,14 +11669,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11661
11669
|
_id: string;
|
|
11662
11670
|
name: string;
|
|
11663
11671
|
}[];
|
|
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,6 +11676,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11676
11676
|
max: number;
|
|
11677
11677
|
_id: string;
|
|
11678
11678
|
name: string;
|
|
11679
|
+
stackable: boolean;
|
|
11679
11680
|
addons: {
|
|
11680
11681
|
name2?: string | null | undefined;
|
|
11681
11682
|
productId?: string | null | undefined;
|
|
@@ -11735,7 +11736,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11735
11736
|
id: string;
|
|
11736
11737
|
}[];
|
|
11737
11738
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
11738
|
-
stackable: boolean;
|
|
11739
11739
|
}[];
|
|
11740
11740
|
}, {
|
|
11741
11741
|
unit?: {
|
|
@@ -11801,7 +11801,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11801
11801
|
}[] | null | undefined;
|
|
11802
11802
|
_id: string;
|
|
11803
11803
|
name: string;
|
|
11804
|
-
productAvailable: string[];
|
|
11805
11804
|
override: {
|
|
11806
11805
|
product: Record<string, ({
|
|
11807
11806
|
type: "PRODUCT_PRICE";
|
|
@@ -11870,6 +11869,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11870
11869
|
addonId: string;
|
|
11871
11870
|
})[]>;
|
|
11872
11871
|
};
|
|
11872
|
+
productAvailable: string[];
|
|
11873
11873
|
}[] | null | undefined;
|
|
11874
11874
|
recipe?: {
|
|
11875
11875
|
_id: string;
|
|
@@ -11951,6 +11951,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11951
11951
|
precision: number;
|
|
11952
11952
|
};
|
|
11953
11953
|
}[] | null | undefined;
|
|
11954
|
+
takeawayUsed?: string | null | undefined;
|
|
11954
11955
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
11955
11956
|
addonProductBinding?: {
|
|
11956
11957
|
price?: {
|
|
@@ -11979,7 +11980,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
11979
11980
|
active: boolean;
|
|
11980
11981
|
addonKey: string;
|
|
11981
11982
|
}[] | null | undefined;
|
|
11982
|
-
takeawayUsed?: string | null | undefined;
|
|
11983
11983
|
schedulerUsed?: string | null | undefined;
|
|
11984
11984
|
printDepartments?: string[] | null | undefined;
|
|
11985
11985
|
code: string;
|
|
@@ -11992,8 +11992,6 @@ 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[];
|
|
11997
11995
|
variantCombination: {
|
|
11998
11996
|
code?: string | null | undefined;
|
|
11999
11997
|
price?: {
|
|
@@ -12023,6 +12021,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12023
12021
|
active: boolean;
|
|
12024
12022
|
selectionName: string[];
|
|
12025
12023
|
}[];
|
|
12024
|
+
addonGroupUsed: string[];
|
|
12025
|
+
variantUsed: string[];
|
|
12026
|
+
}[];
|
|
12027
|
+
variant: {
|
|
12028
|
+
options: {
|
|
12029
|
+
name: string;
|
|
12030
|
+
id: string;
|
|
12031
|
+
}[];
|
|
12032
|
+
_id: string;
|
|
12033
|
+
name: string;
|
|
12026
12034
|
}[];
|
|
12027
12035
|
scheduler: {
|
|
12028
12036
|
repeat: "daily" | "weekly";
|
|
@@ -12039,14 +12047,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12039
12047
|
_id: string;
|
|
12040
12048
|
name: string;
|
|
12041
12049
|
}[];
|
|
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,6 +12054,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12054
12054
|
max: number;
|
|
12055
12055
|
_id: string;
|
|
12056
12056
|
name: string;
|
|
12057
|
+
stackable: boolean;
|
|
12057
12058
|
addons: {
|
|
12058
12059
|
name2?: string | null | undefined;
|
|
12059
12060
|
productId?: string | null | undefined;
|
|
@@ -12113,7 +12114,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12113
12114
|
id: string;
|
|
12114
12115
|
}[];
|
|
12115
12116
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
12116
|
-
stackable: boolean;
|
|
12117
12117
|
}[];
|
|
12118
12118
|
}>;
|
|
12119
12119
|
masterCatalogSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -12212,7 +12212,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12212
12212
|
}[] | null | undefined;
|
|
12213
12213
|
_id: string;
|
|
12214
12214
|
name: string;
|
|
12215
|
-
productAvailable: string[];
|
|
12216
12215
|
override: {
|
|
12217
12216
|
product: Record<string, ({
|
|
12218
12217
|
type: "PRODUCT_PRICE";
|
|
@@ -12281,6 +12280,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12281
12280
|
addonId: string;
|
|
12282
12281
|
})[]>;
|
|
12283
12282
|
};
|
|
12283
|
+
productAvailable: string[];
|
|
12284
12284
|
}[] | null | undefined;
|
|
12285
12285
|
recipe?: {
|
|
12286
12286
|
_id: string;
|
|
@@ -12362,6 +12362,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12362
12362
|
precision: number;
|
|
12363
12363
|
};
|
|
12364
12364
|
}[] | null | undefined;
|
|
12365
|
+
takeawayUsed?: string | null | undefined;
|
|
12365
12366
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
12366
12367
|
addonProductBinding?: {
|
|
12367
12368
|
price?: {
|
|
@@ -12390,7 +12391,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12390
12391
|
active: boolean;
|
|
12391
12392
|
addonKey: string;
|
|
12392
12393
|
}[] | null | undefined;
|
|
12393
|
-
takeawayUsed?: string | null | undefined;
|
|
12394
12394
|
schedulerUsed?: string | null | undefined;
|
|
12395
12395
|
printDepartments?: string[] | null | undefined;
|
|
12396
12396
|
code: string;
|
|
@@ -12403,8 +12403,6 @@ 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[];
|
|
12408
12406
|
variantCombination: {
|
|
12409
12407
|
code?: string | null | undefined;
|
|
12410
12408
|
price?: {
|
|
@@ -12434,6 +12432,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12434
12432
|
active: boolean;
|
|
12435
12433
|
selectionName: string[];
|
|
12436
12434
|
}[];
|
|
12435
|
+
addonGroupUsed: string[];
|
|
12436
|
+
variantUsed: string[];
|
|
12437
|
+
}[];
|
|
12438
|
+
variant: {
|
|
12439
|
+
options: {
|
|
12440
|
+
name: string;
|
|
12441
|
+
id: string;
|
|
12442
|
+
}[];
|
|
12443
|
+
_id: string;
|
|
12444
|
+
name: string;
|
|
12437
12445
|
}[];
|
|
12438
12446
|
scheduler: {
|
|
12439
12447
|
repeat: "daily" | "weekly";
|
|
@@ -12450,14 +12458,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12450
12458
|
_id: string;
|
|
12451
12459
|
name: string;
|
|
12452
12460
|
}[];
|
|
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,6 +12465,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12465
12465
|
max: number;
|
|
12466
12466
|
_id: string;
|
|
12467
12467
|
name: string;
|
|
12468
|
+
stackable: boolean;
|
|
12468
12469
|
addons: {
|
|
12469
12470
|
name2?: string | null | undefined;
|
|
12470
12471
|
productId?: string | null | undefined;
|
|
@@ -12524,7 +12525,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12524
12525
|
id: string;
|
|
12525
12526
|
}[];
|
|
12526
12527
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
12527
|
-
stackable: boolean;
|
|
12528
12528
|
}[];
|
|
12529
12529
|
};
|
|
12530
12530
|
}, {
|
|
@@ -12600,7 +12600,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12600
12600
|
}[] | null | undefined;
|
|
12601
12601
|
_id: string;
|
|
12602
12602
|
name: string;
|
|
12603
|
-
productAvailable: string[];
|
|
12604
12603
|
override: {
|
|
12605
12604
|
product: Record<string, ({
|
|
12606
12605
|
type: "PRODUCT_PRICE";
|
|
@@ -12669,6 +12668,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12669
12668
|
addonId: string;
|
|
12670
12669
|
})[]>;
|
|
12671
12670
|
};
|
|
12671
|
+
productAvailable: string[];
|
|
12672
12672
|
}[] | null | undefined;
|
|
12673
12673
|
recipe?: {
|
|
12674
12674
|
_id: string;
|
|
@@ -12750,6 +12750,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12750
12750
|
precision: number;
|
|
12751
12751
|
};
|
|
12752
12752
|
}[] | null | undefined;
|
|
12753
|
+
takeawayUsed?: string | null | undefined;
|
|
12753
12754
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
12754
12755
|
addonProductBinding?: {
|
|
12755
12756
|
price?: {
|
|
@@ -12778,7 +12779,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12778
12779
|
active: boolean;
|
|
12779
12780
|
addonKey: string;
|
|
12780
12781
|
}[] | null | undefined;
|
|
12781
|
-
takeawayUsed?: string | null | undefined;
|
|
12782
12782
|
schedulerUsed?: string | null | undefined;
|
|
12783
12783
|
printDepartments?: string[] | null | undefined;
|
|
12784
12784
|
code: string;
|
|
@@ -12791,8 +12791,6 @@ 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[];
|
|
12796
12794
|
variantCombination: {
|
|
12797
12795
|
code?: string | null | undefined;
|
|
12798
12796
|
price?: {
|
|
@@ -12822,6 +12820,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12822
12820
|
active: boolean;
|
|
12823
12821
|
selectionName: string[];
|
|
12824
12822
|
}[];
|
|
12823
|
+
addonGroupUsed: string[];
|
|
12824
|
+
variantUsed: string[];
|
|
12825
|
+
}[];
|
|
12826
|
+
variant: {
|
|
12827
|
+
options: {
|
|
12828
|
+
name: string;
|
|
12829
|
+
id: string;
|
|
12830
|
+
}[];
|
|
12831
|
+
_id: string;
|
|
12832
|
+
name: string;
|
|
12825
12833
|
}[];
|
|
12826
12834
|
scheduler: {
|
|
12827
12835
|
repeat: "daily" | "weekly";
|
|
@@ -12838,14 +12846,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12838
12846
|
_id: string;
|
|
12839
12847
|
name: string;
|
|
12840
12848
|
}[];
|
|
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,6 +12853,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12853
12853
|
max: number;
|
|
12854
12854
|
_id: string;
|
|
12855
12855
|
name: string;
|
|
12856
|
+
stackable: boolean;
|
|
12856
12857
|
addons: {
|
|
12857
12858
|
name2?: string | null | undefined;
|
|
12858
12859
|
productId?: string | null | undefined;
|
|
@@ -12912,7 +12913,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
12912
12913
|
id: string;
|
|
12913
12914
|
}[];
|
|
12914
12915
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
12915
|
-
stackable: boolean;
|
|
12916
12916
|
}[];
|
|
12917
12917
|
};
|
|
12918
12918
|
}>>;
|
|
@@ -13596,7 +13596,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13596
13596
|
}[] | null | undefined;
|
|
13597
13597
|
_id: string;
|
|
13598
13598
|
name: string;
|
|
13599
|
-
productAvailable: string[];
|
|
13600
13599
|
override: {
|
|
13601
13600
|
product: Record<string, ({
|
|
13602
13601
|
type: "PRODUCT_PRICE";
|
|
@@ -13665,6 +13664,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13665
13664
|
addonId: string;
|
|
13666
13665
|
})[]>;
|
|
13667
13666
|
};
|
|
13667
|
+
productAvailable: string[];
|
|
13668
13668
|
}[] | null | undefined;
|
|
13669
13669
|
recipe?: {
|
|
13670
13670
|
_id: string;
|
|
@@ -13746,6 +13746,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13746
13746
|
precision: number;
|
|
13747
13747
|
};
|
|
13748
13748
|
}[] | null | undefined;
|
|
13749
|
+
takeawayUsed?: string | null | undefined;
|
|
13749
13750
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
13750
13751
|
addonProductBinding?: {
|
|
13751
13752
|
price?: {
|
|
@@ -13774,7 +13775,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13774
13775
|
active: boolean;
|
|
13775
13776
|
addonKey: string;
|
|
13776
13777
|
}[] | null | undefined;
|
|
13777
|
-
takeawayUsed?: string | null | undefined;
|
|
13778
13778
|
schedulerUsed?: string | null | undefined;
|
|
13779
13779
|
printDepartments?: string[] | null | undefined;
|
|
13780
13780
|
code: string;
|
|
@@ -13787,8 +13787,6 @@ 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[];
|
|
13792
13790
|
variantCombination: {
|
|
13793
13791
|
code?: string | null | undefined;
|
|
13794
13792
|
price?: {
|
|
@@ -13818,6 +13816,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13818
13816
|
active: boolean;
|
|
13819
13817
|
selectionName: string[];
|
|
13820
13818
|
}[];
|
|
13819
|
+
addonGroupUsed: string[];
|
|
13820
|
+
variantUsed: string[];
|
|
13821
|
+
}[];
|
|
13822
|
+
variant: {
|
|
13823
|
+
options: {
|
|
13824
|
+
name: string;
|
|
13825
|
+
id: string;
|
|
13826
|
+
}[];
|
|
13827
|
+
_id: string;
|
|
13828
|
+
name: string;
|
|
13821
13829
|
}[];
|
|
13822
13830
|
scheduler: {
|
|
13823
13831
|
repeat: "daily" | "weekly";
|
|
@@ -13834,14 +13842,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13834
13842
|
_id: string;
|
|
13835
13843
|
name: string;
|
|
13836
13844
|
}[];
|
|
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,6 +13849,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13849
13849
|
max: number;
|
|
13850
13850
|
_id: string;
|
|
13851
13851
|
name: string;
|
|
13852
|
+
stackable: boolean;
|
|
13852
13853
|
addons: {
|
|
13853
13854
|
name2?: string | null | undefined;
|
|
13854
13855
|
productId?: string | null | undefined;
|
|
@@ -13908,7 +13909,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
13908
13909
|
id: string;
|
|
13909
13910
|
}[];
|
|
13910
13911
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
13911
|
-
stackable: boolean;
|
|
13912
13912
|
}[];
|
|
13913
13913
|
};
|
|
13914
13914
|
};
|
|
@@ -14059,7 +14059,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14059
14059
|
}[] | null | undefined;
|
|
14060
14060
|
_id: string;
|
|
14061
14061
|
name: string;
|
|
14062
|
-
productAvailable: string[];
|
|
14063
14062
|
override: {
|
|
14064
14063
|
product: Record<string, ({
|
|
14065
14064
|
type: "PRODUCT_PRICE";
|
|
@@ -14128,6 +14127,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14128
14127
|
addonId: string;
|
|
14129
14128
|
})[]>;
|
|
14130
14129
|
};
|
|
14130
|
+
productAvailable: string[];
|
|
14131
14131
|
}[] | null | undefined;
|
|
14132
14132
|
recipe?: {
|
|
14133
14133
|
_id: string;
|
|
@@ -14209,6 +14209,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14209
14209
|
precision: number;
|
|
14210
14210
|
};
|
|
14211
14211
|
}[] | null | undefined;
|
|
14212
|
+
takeawayUsed?: string | null | undefined;
|
|
14212
14213
|
productType?: "ALA_CARTE" | "SET" | null | undefined;
|
|
14213
14214
|
addonProductBinding?: {
|
|
14214
14215
|
price?: {
|
|
@@ -14237,7 +14238,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14237
14238
|
active: boolean;
|
|
14238
14239
|
addonKey: string;
|
|
14239
14240
|
}[] | null | undefined;
|
|
14240
|
-
takeawayUsed?: string | null | undefined;
|
|
14241
14241
|
schedulerUsed?: string | null | undefined;
|
|
14242
14242
|
printDepartments?: string[] | null | undefined;
|
|
14243
14243
|
code: string;
|
|
@@ -14250,8 +14250,6 @@ 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[];
|
|
14255
14253
|
variantCombination: {
|
|
14256
14254
|
code?: string | null | undefined;
|
|
14257
14255
|
price?: {
|
|
@@ -14281,6 +14279,16 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14281
14279
|
active: boolean;
|
|
14282
14280
|
selectionName: string[];
|
|
14283
14281
|
}[];
|
|
14282
|
+
addonGroupUsed: string[];
|
|
14283
|
+
variantUsed: string[];
|
|
14284
|
+
}[];
|
|
14285
|
+
variant: {
|
|
14286
|
+
options: {
|
|
14287
|
+
name: string;
|
|
14288
|
+
id: string;
|
|
14289
|
+
}[];
|
|
14290
|
+
_id: string;
|
|
14291
|
+
name: string;
|
|
14284
14292
|
}[];
|
|
14285
14293
|
scheduler: {
|
|
14286
14294
|
repeat: "daily" | "weekly";
|
|
@@ -14297,14 +14305,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14297
14305
|
_id: string;
|
|
14298
14306
|
name: string;
|
|
14299
14307
|
}[];
|
|
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,6 +14312,7 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14312
14312
|
max: number;
|
|
14313
14313
|
_id: string;
|
|
14314
14314
|
name: string;
|
|
14315
|
+
stackable: boolean;
|
|
14315
14316
|
addons: {
|
|
14316
14317
|
name2?: string | null | undefined;
|
|
14317
14318
|
productId?: string | null | undefined;
|
|
@@ -14371,7 +14372,6 @@ export declare const FdtoMergeMenuReq: z.ZodObject<{
|
|
|
14371
14372
|
id: string;
|
|
14372
14373
|
}[];
|
|
14373
14374
|
addonGroupType: "DYNAMIC" | "NORMAL" | "PRODUCT";
|
|
14374
|
-
stackable: boolean;
|
|
14375
14375
|
}[];
|
|
14376
14376
|
};
|
|
14377
14377
|
};
|