@feedmepos/mf-order-setting 0.0.25 → 0.0.27
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/{KioskDevicesView-gzH9-zL_.js → KioskDevicesView-AKvyDF3w.js} +1 -1
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-Cx8VMyNB.js +301 -0
- package/dist/{KioskSettingView-D1WdpaQN.js → KioskSettingView-equ5EIvU.js} +3 -3
- package/dist/{KioskView-D6-1bn1n.js → KioskView-CsE7BGtA.js} +5 -5
- package/dist/OrderSettingsView-BpLXyk_0.js +49013 -0
- package/dist/{app-i4N2c7ms.js → app-D-zQN9_E.js} +293 -31
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CA-XbgTY.js → dayjs.min-CWQSmujV.js} +600 -619
- 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/api/kiosk/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/app.d.ts +264 -0
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -5
- package/dist/frontend/mf-order/src/main.d.ts +7 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +5 -1
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +16 -1
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +82 -0
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +21 -1158
- 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 +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- 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/KioskEnablePaxDialogSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +1 -1
- 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 +6 -141
- 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 +1 -1
- 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/ExternalSetting.vue.d.ts +2 -2
- 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 +5 -5
- 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/dine-in/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -2
- 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 +2 -137
- 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-DSCb3ndM.js → index-BXsnV_eO.js} +5 -5
- package/dist/{index-C4HI1NS4.js → index-BwrMcIf2.js} +2 -2
- package/dist/package/entity/cursor/cursor.dto.d.ts +2 -2
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +7 -7
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +22 -9
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +18 -18
- package/dist/package/entity/kiosk/kiosk.do.d.ts +32 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +79 -0
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
- package/dist/package/entity/order/menu/menu.dto.d.ts +12 -12
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +14 -8
- package/dist/package/entity/order/order.do.d.ts +19 -19
- package/dist/package/entity/order/order.dto.d.ts +134 -128
- package/dist/package/entity/order/order.enum.d.ts +2 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +31 -0
- package/dist/queue.do-F110q0_J.js +100389 -0
- package/package.json +3 -3
- package/src/api/kiosk/index.ts +9 -4
- package/src/app.ts +4 -1
- package/src/locales/th-TH.json +8 -1
- package/src/modules/kiosk/interface.ts +5 -1
- package/src/stores/kiosk/index.ts +9 -4
- package/src/stores/kiosk/mapper.ts +5 -1
- package/src/stores/restaurant/index.ts +4 -17
- package/src/views/kiosk/devices/KioskDeviceCard.vue +202 -80
- package/src/views/order-settings/delivery/DeliverySetting.vue +4 -4
- package/src/views/order-settings/delivery/delivery.data.ts +2 -2
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +14 -2
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -34
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +15 -12
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +0 -2
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +5 -2
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-CLpClo-r.js +0 -207
- package/dist/OrderSettingsView-CqZREmjo.js +0 -72121
- package/dist/queue.do-DcOVgeUq.js +0 -122897
|
@@ -15,12 +15,12 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
15
15
|
slot: z.ZodString;
|
|
16
16
|
}>, "strip", z.ZodTypeAny, {
|
|
17
17
|
session?: string | null | undefined;
|
|
18
|
-
type: "QR";
|
|
19
18
|
slot: string;
|
|
19
|
+
type: "QR";
|
|
20
20
|
}, {
|
|
21
21
|
session?: string | null | undefined;
|
|
22
|
-
type: "QR";
|
|
23
22
|
slot: string;
|
|
23
|
+
type: "QR";
|
|
24
24
|
}> | z.ZodObject<z.extendShape<{
|
|
25
25
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
26
26
|
}, {
|
|
@@ -57,20 +57,20 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
57
57
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
58
58
|
}>, "strip", z.ZodTypeAny, {
|
|
59
59
|
seqNumber?: string | null | undefined;
|
|
60
|
-
type: "TAKEAWAY";
|
|
61
60
|
slot: string;
|
|
61
|
+
type: "TAKEAWAY";
|
|
62
62
|
}, {
|
|
63
63
|
seqNumber?: string | null | undefined;
|
|
64
|
-
type: "TAKEAWAY";
|
|
65
64
|
slot: string;
|
|
65
|
+
type: "TAKEAWAY";
|
|
66
66
|
}>>;
|
|
67
67
|
}>, "strip", z.ZodTypeAny, {
|
|
68
68
|
remark?: string | null | undefined;
|
|
69
69
|
pax?: number | null | undefined;
|
|
70
70
|
sub: {
|
|
71
71
|
session?: string | null | undefined;
|
|
72
|
-
type: "QR";
|
|
73
72
|
slot: string;
|
|
73
|
+
type: "QR";
|
|
74
74
|
} | {
|
|
75
75
|
slot?: string | null | undefined;
|
|
76
76
|
type: "QUEUE";
|
|
@@ -81,8 +81,8 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
81
81
|
reservationId: string;
|
|
82
82
|
} | {
|
|
83
83
|
seqNumber?: string | null | undefined;
|
|
84
|
-
type: "TAKEAWAY";
|
|
85
84
|
slot: string;
|
|
85
|
+
type: "TAKEAWAY";
|
|
86
86
|
};
|
|
87
87
|
type: "DINE_IN";
|
|
88
88
|
}, {
|
|
@@ -90,8 +90,8 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
90
90
|
pax?: number | null | undefined;
|
|
91
91
|
sub: {
|
|
92
92
|
session?: string | null | undefined;
|
|
93
|
-
type: "QR";
|
|
94
93
|
slot: string;
|
|
94
|
+
type: "QR";
|
|
95
95
|
} | {
|
|
96
96
|
slot?: string | null | undefined;
|
|
97
97
|
type: "QUEUE";
|
|
@@ -102,8 +102,8 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
102
102
|
reservationId: string;
|
|
103
103
|
} | {
|
|
104
104
|
seqNumber?: string | null | undefined;
|
|
105
|
-
type: "TAKEAWAY";
|
|
106
105
|
slot: string;
|
|
106
|
+
type: "TAKEAWAY";
|
|
107
107
|
};
|
|
108
108
|
type: "DINE_IN";
|
|
109
109
|
}>;
|
|
@@ -117,17 +117,17 @@ export declare const OrderDineInOptionPosDto: z.ZodObject<z.extendShape<{
|
|
|
117
117
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
118
118
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
119
119
|
}>, "strip", z.ZodTypeAny, {
|
|
120
|
+
slot?: string | null | undefined;
|
|
120
121
|
remark?: string | null | undefined;
|
|
121
122
|
pax?: number | null | undefined;
|
|
122
123
|
session?: string | null | undefined;
|
|
123
|
-
slot?: string | null | undefined;
|
|
124
124
|
isTakeaway?: boolean | null | undefined;
|
|
125
125
|
type: "DINE_IN";
|
|
126
126
|
}, {
|
|
127
|
+
slot?: string | null | undefined;
|
|
127
128
|
remark?: string | null | undefined;
|
|
128
129
|
pax?: number | null | undefined;
|
|
129
130
|
session?: string | null | undefined;
|
|
130
|
-
slot?: string | null | undefined;
|
|
131
131
|
isTakeaway?: boolean | null | undefined;
|
|
132
132
|
type: "DINE_IN";
|
|
133
133
|
}>;
|
|
@@ -1458,12 +1458,12 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1458
1458
|
slot: z.ZodString;
|
|
1459
1459
|
}>, "strip", z.ZodTypeAny, {
|
|
1460
1460
|
session?: string | null | undefined;
|
|
1461
|
-
type: "QR";
|
|
1462
1461
|
slot: string;
|
|
1462
|
+
type: "QR";
|
|
1463
1463
|
}, {
|
|
1464
1464
|
session?: string | null | undefined;
|
|
1465
|
-
type: "QR";
|
|
1466
1465
|
slot: string;
|
|
1466
|
+
type: "QR";
|
|
1467
1467
|
}> | z.ZodObject<z.extendShape<{
|
|
1468
1468
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1469
1469
|
}, {
|
|
@@ -1500,20 +1500,20 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1500
1500
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1501
1501
|
}>, "strip", z.ZodTypeAny, {
|
|
1502
1502
|
seqNumber?: string | null | undefined;
|
|
1503
|
-
type: "TAKEAWAY";
|
|
1504
1503
|
slot: string;
|
|
1504
|
+
type: "TAKEAWAY";
|
|
1505
1505
|
}, {
|
|
1506
1506
|
seqNumber?: string | null | undefined;
|
|
1507
|
-
type: "TAKEAWAY";
|
|
1508
1507
|
slot: string;
|
|
1508
|
+
type: "TAKEAWAY";
|
|
1509
1509
|
}>>;
|
|
1510
1510
|
}>, "strip", z.ZodTypeAny, {
|
|
1511
1511
|
remark?: string | null | undefined;
|
|
1512
1512
|
pax?: number | null | undefined;
|
|
1513
1513
|
sub: {
|
|
1514
1514
|
session?: string | null | undefined;
|
|
1515
|
-
type: "QR";
|
|
1516
1515
|
slot: string;
|
|
1516
|
+
type: "QR";
|
|
1517
1517
|
} | {
|
|
1518
1518
|
slot?: string | null | undefined;
|
|
1519
1519
|
type: "QUEUE";
|
|
@@ -1524,8 +1524,8 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1524
1524
|
reservationId: string;
|
|
1525
1525
|
} | {
|
|
1526
1526
|
seqNumber?: string | null | undefined;
|
|
1527
|
-
type: "TAKEAWAY";
|
|
1528
1527
|
slot: string;
|
|
1528
|
+
type: "TAKEAWAY";
|
|
1529
1529
|
};
|
|
1530
1530
|
type: "DINE_IN";
|
|
1531
1531
|
}, {
|
|
@@ -1533,8 +1533,8 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1533
1533
|
pax?: number | null | undefined;
|
|
1534
1534
|
sub: {
|
|
1535
1535
|
session?: string | null | undefined;
|
|
1536
|
-
type: "QR";
|
|
1537
1536
|
slot: string;
|
|
1537
|
+
type: "QR";
|
|
1538
1538
|
} | {
|
|
1539
1539
|
slot?: string | null | undefined;
|
|
1540
1540
|
type: "QUEUE";
|
|
@@ -1545,8 +1545,8 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1545
1545
|
reservationId: string;
|
|
1546
1546
|
} | {
|
|
1547
1547
|
seqNumber?: string | null | undefined;
|
|
1548
|
-
type: "TAKEAWAY";
|
|
1549
1548
|
slot: string;
|
|
1549
|
+
type: "TAKEAWAY";
|
|
1550
1550
|
};
|
|
1551
1551
|
type: "DINE_IN";
|
|
1552
1552
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -2871,17 +2871,17 @@ export declare const OrderOptionPosDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
2871
2871
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2872
2872
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2873
2873
|
}>, "strip", z.ZodTypeAny, {
|
|
2874
|
+
slot?: string | null | undefined;
|
|
2874
2875
|
remark?: string | null | undefined;
|
|
2875
2876
|
pax?: number | null | undefined;
|
|
2876
2877
|
session?: string | null | undefined;
|
|
2877
|
-
slot?: string | null | undefined;
|
|
2878
2878
|
isTakeaway?: boolean | null | undefined;
|
|
2879
2879
|
type: "DINE_IN";
|
|
2880
2880
|
}, {
|
|
2881
|
+
slot?: string | null | undefined;
|
|
2881
2882
|
remark?: string | null | undefined;
|
|
2882
2883
|
pax?: number | null | undefined;
|
|
2883
2884
|
session?: string | null | undefined;
|
|
2884
|
-
slot?: string | null | undefined;
|
|
2885
2885
|
isTakeaway?: boolean | null | undefined;
|
|
2886
2886
|
type: "DINE_IN";
|
|
2887
2887
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -4207,14 +4207,14 @@ export declare const OrderReadDto: z.ZodDiscriminatedUnion<"type", z.Primitive,
|
|
|
4207
4207
|
userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4208
4208
|
}>, "strip", z.ZodTypeAny, {
|
|
4209
4209
|
userId?: string | null | undefined;
|
|
4210
|
+
slot: string;
|
|
4210
4211
|
type: "DINE_IN";
|
|
4211
4212
|
restaurantId: string;
|
|
4212
|
-
slot: string;
|
|
4213
4213
|
}, {
|
|
4214
4214
|
userId?: string | null | undefined;
|
|
4215
|
+
slot: string;
|
|
4215
4216
|
type: "DINE_IN";
|
|
4216
4217
|
restaurantId: string;
|
|
4217
|
-
slot: string;
|
|
4218
4218
|
}> | z.ZodObject<z.extendShape<z.extendShape<Omit<{
|
|
4219
4219
|
type: z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>;
|
|
4220
4220
|
remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -4252,11 +4252,11 @@ export declare const OrderReadSlotBillDto: z.ZodObject<{
|
|
|
4252
4252
|
restaurantId: z.ZodString;
|
|
4253
4253
|
slot: z.ZodString;
|
|
4254
4254
|
}, "strip", z.ZodTypeAny, {
|
|
4255
|
-
restaurantId: string;
|
|
4256
4255
|
slot: string;
|
|
4257
|
-
}, {
|
|
4258
4256
|
restaurantId: string;
|
|
4257
|
+
}, {
|
|
4259
4258
|
slot: string;
|
|
4259
|
+
restaurantId: string;
|
|
4260
4260
|
}>;
|
|
4261
4261
|
export declare const OrderQueryDto: z.ZodObject<{
|
|
4262
4262
|
orderAt: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -4282,13 +4282,13 @@ export declare const OrderQueryDto: z.ZodObject<{
|
|
|
4282
4282
|
slot: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4283
4283
|
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>>>;
|
|
4284
4284
|
}, "strip", z.ZodTypeAny, {
|
|
4285
|
+
slot?: string | null | undefined;
|
|
4285
4286
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
4286
4287
|
status?: ("NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED")[] | null | undefined;
|
|
4287
4288
|
limit?: number | null | undefined;
|
|
4288
4289
|
skip?: number | null | undefined;
|
|
4289
4290
|
deliveryType?: ("GRAB_EXPRESS" | "PANDA_GO" | "KOSMO" | "MANUAL" | "IN_HOUSE")[] | null | undefined;
|
|
4290
4291
|
restaurant?: string | null | undefined;
|
|
4291
|
-
slot?: string | null | undefined;
|
|
4292
4292
|
userId?: string | null | undefined;
|
|
4293
4293
|
orderAt?: {
|
|
4294
4294
|
start: string;
|
|
@@ -4299,13 +4299,13 @@ export declare const OrderQueryDto: z.ZodObject<{
|
|
|
4299
4299
|
ascending?: number | null | undefined;
|
|
4300
4300
|
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
4301
4301
|
}, {
|
|
4302
|
+
slot?: string | null | undefined;
|
|
4302
4303
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
4303
4304
|
status?: ("NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED")[] | null | undefined;
|
|
4304
4305
|
limit?: number | null | undefined;
|
|
4305
4306
|
skip?: number | null | undefined;
|
|
4306
4307
|
deliveryType?: ("GRAB_EXPRESS" | "PANDA_GO" | "KOSMO" | "MANUAL" | "IN_HOUSE")[] | null | undefined;
|
|
4307
4308
|
restaurant?: string | null | undefined;
|
|
4308
|
-
slot?: string | null | undefined;
|
|
4309
4309
|
userId?: string | null | undefined;
|
|
4310
4310
|
orderAt?: {
|
|
4311
4311
|
start: string;
|
|
@@ -5009,12 +5009,12 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5009
5009
|
slot: z.ZodString;
|
|
5010
5010
|
}>, "strip", z.ZodTypeAny, {
|
|
5011
5011
|
session?: string | null | undefined;
|
|
5012
|
-
type: "QR";
|
|
5013
5012
|
slot: string;
|
|
5013
|
+
type: "QR";
|
|
5014
5014
|
}, {
|
|
5015
5015
|
session?: string | null | undefined;
|
|
5016
|
-
type: "QR";
|
|
5017
5016
|
slot: string;
|
|
5017
|
+
type: "QR";
|
|
5018
5018
|
}> | z.ZodObject<z.extendShape<{
|
|
5019
5019
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
5020
5020
|
}, {
|
|
@@ -5051,20 +5051,20 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5051
5051
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5052
5052
|
}>, "strip", z.ZodTypeAny, {
|
|
5053
5053
|
seqNumber?: string | null | undefined;
|
|
5054
|
-
type: "TAKEAWAY";
|
|
5055
5054
|
slot: string;
|
|
5055
|
+
type: "TAKEAWAY";
|
|
5056
5056
|
}, {
|
|
5057
5057
|
seqNumber?: string | null | undefined;
|
|
5058
|
-
type: "TAKEAWAY";
|
|
5059
5058
|
slot: string;
|
|
5059
|
+
type: "TAKEAWAY";
|
|
5060
5060
|
}>>;
|
|
5061
5061
|
}>, "strip", z.ZodTypeAny, {
|
|
5062
5062
|
remark?: string | null | undefined;
|
|
5063
5063
|
pax?: number | null | undefined;
|
|
5064
5064
|
sub: {
|
|
5065
5065
|
session?: string | null | undefined;
|
|
5066
|
-
type: "QR";
|
|
5067
5066
|
slot: string;
|
|
5067
|
+
type: "QR";
|
|
5068
5068
|
} | {
|
|
5069
5069
|
slot?: string | null | undefined;
|
|
5070
5070
|
type: "QUEUE";
|
|
@@ -5075,8 +5075,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5075
5075
|
reservationId: string;
|
|
5076
5076
|
} | {
|
|
5077
5077
|
seqNumber?: string | null | undefined;
|
|
5078
|
-
type: "TAKEAWAY";
|
|
5079
5078
|
slot: string;
|
|
5079
|
+
type: "TAKEAWAY";
|
|
5080
5080
|
};
|
|
5081
5081
|
type: "DINE_IN";
|
|
5082
5082
|
}, {
|
|
@@ -5084,8 +5084,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5084
5084
|
pax?: number | null | undefined;
|
|
5085
5085
|
sub: {
|
|
5086
5086
|
session?: string | null | undefined;
|
|
5087
|
-
type: "QR";
|
|
5088
5087
|
slot: string;
|
|
5088
|
+
type: "QR";
|
|
5089
5089
|
} | {
|
|
5090
5090
|
slot?: string | null | undefined;
|
|
5091
5091
|
type: "QUEUE";
|
|
@@ -5096,8 +5096,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5096
5096
|
reservationId: string;
|
|
5097
5097
|
} | {
|
|
5098
5098
|
seqNumber?: string | null | undefined;
|
|
5099
|
-
type: "TAKEAWAY";
|
|
5100
5099
|
slot: string;
|
|
5100
|
+
type: "TAKEAWAY";
|
|
5101
5101
|
};
|
|
5102
5102
|
type: "DINE_IN";
|
|
5103
5103
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -9233,8 +9233,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
9233
9233
|
pax?: number | null | undefined;
|
|
9234
9234
|
sub: {
|
|
9235
9235
|
session?: string | null | undefined;
|
|
9236
|
-
type: "QR";
|
|
9237
9236
|
slot: string;
|
|
9237
|
+
type: "QR";
|
|
9238
9238
|
} | {
|
|
9239
9239
|
slot?: string | null | undefined;
|
|
9240
9240
|
type: "QUEUE";
|
|
@@ -9245,8 +9245,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
9245
9245
|
reservationId: string;
|
|
9246
9246
|
} | {
|
|
9247
9247
|
seqNumber?: string | null | undefined;
|
|
9248
|
-
type: "TAKEAWAY";
|
|
9249
9248
|
slot: string;
|
|
9249
|
+
type: "TAKEAWAY";
|
|
9250
9250
|
};
|
|
9251
9251
|
type: "DINE_IN";
|
|
9252
9252
|
} | {
|
|
@@ -9797,8 +9797,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
9797
9797
|
pax?: number | null | undefined;
|
|
9798
9798
|
sub: {
|
|
9799
9799
|
session?: string | null | undefined;
|
|
9800
|
-
type: "QR";
|
|
9801
9800
|
slot: string;
|
|
9801
|
+
type: "QR";
|
|
9802
9802
|
} | {
|
|
9803
9803
|
slot?: string | null | undefined;
|
|
9804
9804
|
type: "QUEUE";
|
|
@@ -9809,8 +9809,8 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
9809
9809
|
reservationId: string;
|
|
9810
9810
|
} | {
|
|
9811
9811
|
seqNumber?: string | null | undefined;
|
|
9812
|
-
type: "TAKEAWAY";
|
|
9813
9812
|
slot: string;
|
|
9813
|
+
type: "TAKEAWAY";
|
|
9814
9814
|
};
|
|
9815
9815
|
type: "DINE_IN";
|
|
9816
9816
|
} | {
|
|
@@ -10018,7 +10018,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10018
10018
|
restaurant: z.ZodString;
|
|
10019
10019
|
orderMetadata: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10020
10020
|
appVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10021
|
-
orderPlatform: z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "UNKNOWN"]>;
|
|
10021
|
+
orderPlatform: z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>;
|
|
10022
10022
|
os: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10023
10023
|
browser: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10024
10024
|
orderType: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -10033,7 +10033,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10033
10033
|
kioskMachineId?: string | null | undefined;
|
|
10034
10034
|
device?: string | null | undefined;
|
|
10035
10035
|
rawUserAgent?: string | null | undefined;
|
|
10036
|
-
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP";
|
|
10036
|
+
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP";
|
|
10037
10037
|
}, {
|
|
10038
10038
|
appVersion?: string | null | undefined;
|
|
10039
10039
|
os?: string | null | undefined;
|
|
@@ -10042,7 +10042,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10042
10042
|
kioskMachineId?: string | null | undefined;
|
|
10043
10043
|
device?: string | null | undefined;
|
|
10044
10044
|
rawUserAgent?: string | null | undefined;
|
|
10045
|
-
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP";
|
|
10045
|
+
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP";
|
|
10046
10046
|
}>>>;
|
|
10047
10047
|
}, {
|
|
10048
10048
|
draft: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -10715,12 +10715,12 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10715
10715
|
slot: z.ZodString;
|
|
10716
10716
|
}>, "strip", z.ZodTypeAny, {
|
|
10717
10717
|
session?: string | null | undefined;
|
|
10718
|
-
type: "QR";
|
|
10719
10718
|
slot: string;
|
|
10719
|
+
type: "QR";
|
|
10720
10720
|
}, {
|
|
10721
10721
|
session?: string | null | undefined;
|
|
10722
|
-
type: "QR";
|
|
10723
10722
|
slot: string;
|
|
10723
|
+
type: "QR";
|
|
10724
10724
|
}> | z.ZodObject<z.extendShape<{
|
|
10725
10725
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
10726
10726
|
}, {
|
|
@@ -10757,20 +10757,20 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10757
10757
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10758
10758
|
}>, "strip", z.ZodTypeAny, {
|
|
10759
10759
|
seqNumber?: string | null | undefined;
|
|
10760
|
-
type: "TAKEAWAY";
|
|
10761
10760
|
slot: string;
|
|
10761
|
+
type: "TAKEAWAY";
|
|
10762
10762
|
}, {
|
|
10763
10763
|
seqNumber?: string | null | undefined;
|
|
10764
|
-
type: "TAKEAWAY";
|
|
10765
10764
|
slot: string;
|
|
10765
|
+
type: "TAKEAWAY";
|
|
10766
10766
|
}>>;
|
|
10767
10767
|
}>, "strip", z.ZodTypeAny, {
|
|
10768
10768
|
remark?: string | null | undefined;
|
|
10769
10769
|
pax?: number | null | undefined;
|
|
10770
10770
|
sub: {
|
|
10771
10771
|
session?: string | null | undefined;
|
|
10772
|
-
type: "QR";
|
|
10773
10772
|
slot: string;
|
|
10773
|
+
type: "QR";
|
|
10774
10774
|
} | {
|
|
10775
10775
|
slot?: string | null | undefined;
|
|
10776
10776
|
type: "QUEUE";
|
|
@@ -10781,8 +10781,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10781
10781
|
reservationId: string;
|
|
10782
10782
|
} | {
|
|
10783
10783
|
seqNumber?: string | null | undefined;
|
|
10784
|
-
type: "TAKEAWAY";
|
|
10785
10784
|
slot: string;
|
|
10785
|
+
type: "TAKEAWAY";
|
|
10786
10786
|
};
|
|
10787
10787
|
type: "DINE_IN";
|
|
10788
10788
|
}, {
|
|
@@ -10790,8 +10790,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10790
10790
|
pax?: number | null | undefined;
|
|
10791
10791
|
sub: {
|
|
10792
10792
|
session?: string | null | undefined;
|
|
10793
|
-
type: "QR";
|
|
10794
10793
|
slot: string;
|
|
10794
|
+
type: "QR";
|
|
10795
10795
|
} | {
|
|
10796
10796
|
slot?: string | null | undefined;
|
|
10797
10797
|
type: "QUEUE";
|
|
@@ -10802,8 +10802,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10802
10802
|
reservationId: string;
|
|
10803
10803
|
} | {
|
|
10804
10804
|
seqNumber?: string | null | undefined;
|
|
10805
|
-
type: "TAKEAWAY";
|
|
10806
10805
|
slot: string;
|
|
10806
|
+
type: "TAKEAWAY";
|
|
10807
10807
|
};
|
|
10808
10808
|
type: "DINE_IN";
|
|
10809
10809
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -14942,15 +14942,15 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
14942
14942
|
kioskMachineId?: string | null | undefined;
|
|
14943
14943
|
device?: string | null | undefined;
|
|
14944
14944
|
rawUserAgent?: string | null | undefined;
|
|
14945
|
-
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP";
|
|
14945
|
+
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP";
|
|
14946
14946
|
} | null | undefined;
|
|
14947
14947
|
option: {
|
|
14948
14948
|
remark?: string | null | undefined;
|
|
14949
14949
|
pax?: number | null | undefined;
|
|
14950
14950
|
sub: {
|
|
14951
14951
|
session?: string | null | undefined;
|
|
14952
|
-
type: "QR";
|
|
14953
14952
|
slot: string;
|
|
14953
|
+
type: "QR";
|
|
14954
14954
|
} | {
|
|
14955
14955
|
slot?: string | null | undefined;
|
|
14956
14956
|
type: "QUEUE";
|
|
@@ -14961,8 +14961,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
14961
14961
|
reservationId: string;
|
|
14962
14962
|
} | {
|
|
14963
14963
|
seqNumber?: string | null | undefined;
|
|
14964
|
-
type: "TAKEAWAY";
|
|
14965
14964
|
slot: string;
|
|
14965
|
+
type: "TAKEAWAY";
|
|
14966
14966
|
};
|
|
14967
14967
|
type: "DINE_IN";
|
|
14968
14968
|
} | {
|
|
@@ -15517,15 +15517,15 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
15517
15517
|
kioskMachineId?: string | null | undefined;
|
|
15518
15518
|
device?: string | null | undefined;
|
|
15519
15519
|
rawUserAgent?: string | null | undefined;
|
|
15520
|
-
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP";
|
|
15520
|
+
orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP";
|
|
15521
15521
|
} | null | undefined;
|
|
15522
15522
|
option: {
|
|
15523
15523
|
remark?: string | null | undefined;
|
|
15524
15524
|
pax?: number | null | undefined;
|
|
15525
15525
|
sub: {
|
|
15526
15526
|
session?: string | null | undefined;
|
|
15527
|
-
type: "QR";
|
|
15528
15527
|
slot: string;
|
|
15528
|
+
type: "QR";
|
|
15529
15529
|
} | {
|
|
15530
15530
|
slot?: string | null | undefined;
|
|
15531
15531
|
type: "QUEUE";
|
|
@@ -15536,8 +15536,8 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
15536
15536
|
reservationId: string;
|
|
15537
15537
|
} | {
|
|
15538
15538
|
seqNumber?: string | null | undefined;
|
|
15539
|
-
type: "TAKEAWAY";
|
|
15540
15539
|
slot: string;
|
|
15540
|
+
type: "TAKEAWAY";
|
|
15541
15541
|
};
|
|
15542
15542
|
type: "DINE_IN";
|
|
15543
15543
|
} | {
|
|
@@ -21949,12 +21949,12 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21949
21949
|
slot: z.ZodString;
|
|
21950
21950
|
}>, "strip", z.ZodTypeAny, {
|
|
21951
21951
|
session?: string | null | undefined;
|
|
21952
|
-
type: "QR";
|
|
21953
21952
|
slot: string;
|
|
21953
|
+
type: "QR";
|
|
21954
21954
|
}, {
|
|
21955
21955
|
session?: string | null | undefined;
|
|
21956
|
-
type: "QR";
|
|
21957
21956
|
slot: string;
|
|
21957
|
+
type: "QR";
|
|
21958
21958
|
}> | z.ZodObject<z.extendShape<{
|
|
21959
21959
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
21960
21960
|
}, {
|
|
@@ -21991,20 +21991,20 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21991
21991
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21992
21992
|
}>, "strip", z.ZodTypeAny, {
|
|
21993
21993
|
seqNumber?: string | null | undefined;
|
|
21994
|
-
type: "TAKEAWAY";
|
|
21995
21994
|
slot: string;
|
|
21995
|
+
type: "TAKEAWAY";
|
|
21996
21996
|
}, {
|
|
21997
21997
|
seqNumber?: string | null | undefined;
|
|
21998
|
-
type: "TAKEAWAY";
|
|
21999
21998
|
slot: string;
|
|
21999
|
+
type: "TAKEAWAY";
|
|
22000
22000
|
}>>;
|
|
22001
22001
|
}>, "strip", z.ZodTypeAny, {
|
|
22002
22002
|
remark?: string | null | undefined;
|
|
22003
22003
|
pax?: number | null | undefined;
|
|
22004
22004
|
sub: {
|
|
22005
22005
|
session?: string | null | undefined;
|
|
22006
|
-
type: "QR";
|
|
22007
22006
|
slot: string;
|
|
22007
|
+
type: "QR";
|
|
22008
22008
|
} | {
|
|
22009
22009
|
slot?: string | null | undefined;
|
|
22010
22010
|
type: "QUEUE";
|
|
@@ -22015,8 +22015,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
22015
22015
|
reservationId: string;
|
|
22016
22016
|
} | {
|
|
22017
22017
|
seqNumber?: string | null | undefined;
|
|
22018
|
-
type: "TAKEAWAY";
|
|
22019
22018
|
slot: string;
|
|
22019
|
+
type: "TAKEAWAY";
|
|
22020
22020
|
};
|
|
22021
22021
|
type: "DINE_IN";
|
|
22022
22022
|
}, {
|
|
@@ -22024,8 +22024,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
22024
22024
|
pax?: number | null | undefined;
|
|
22025
22025
|
sub: {
|
|
22026
22026
|
session?: string | null | undefined;
|
|
22027
|
-
type: "QR";
|
|
22028
22027
|
slot: string;
|
|
22028
|
+
type: "QR";
|
|
22029
22029
|
} | {
|
|
22030
22030
|
slot?: string | null | undefined;
|
|
22031
22031
|
type: "QUEUE";
|
|
@@ -22036,8 +22036,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
22036
22036
|
reservationId: string;
|
|
22037
22037
|
} | {
|
|
22038
22038
|
seqNumber?: string | null | undefined;
|
|
22039
|
-
type: "TAKEAWAY";
|
|
22040
22039
|
slot: string;
|
|
22040
|
+
type: "TAKEAWAY";
|
|
22041
22041
|
};
|
|
22042
22042
|
type: "DINE_IN";
|
|
22043
22043
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -23986,8 +23986,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
23986
23986
|
pax?: number | null | undefined;
|
|
23987
23987
|
sub: {
|
|
23988
23988
|
session?: string | null | undefined;
|
|
23989
|
-
type: "QR";
|
|
23990
23989
|
slot: string;
|
|
23990
|
+
type: "QR";
|
|
23991
23991
|
} | {
|
|
23992
23992
|
slot?: string | null | undefined;
|
|
23993
23993
|
type: "QUEUE";
|
|
@@ -23998,8 +23998,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
23998
23998
|
reservationId: string;
|
|
23999
23999
|
} | {
|
|
24000
24000
|
seqNumber?: string | null | undefined;
|
|
24001
|
-
type: "TAKEAWAY";
|
|
24002
24001
|
slot: string;
|
|
24002
|
+
type: "TAKEAWAY";
|
|
24003
24003
|
};
|
|
24004
24004
|
type: "DINE_IN";
|
|
24005
24005
|
} | {
|
|
@@ -25044,8 +25044,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
25044
25044
|
pax?: number | null | undefined;
|
|
25045
25045
|
sub: {
|
|
25046
25046
|
session?: string | null | undefined;
|
|
25047
|
-
type: "QR";
|
|
25048
25047
|
slot: string;
|
|
25048
|
+
type: "QR";
|
|
25049
25049
|
} | {
|
|
25050
25050
|
slot?: string | null | undefined;
|
|
25051
25051
|
type: "QUEUE";
|
|
@@ -25056,8 +25056,8 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
25056
25056
|
reservationId: string;
|
|
25057
25057
|
} | {
|
|
25058
25058
|
seqNumber?: string | null | undefined;
|
|
25059
|
-
type: "TAKEAWAY";
|
|
25060
25059
|
slot: string;
|
|
25060
|
+
type: "TAKEAWAY";
|
|
25061
25061
|
};
|
|
25062
25062
|
type: "DINE_IN";
|
|
25063
25063
|
} | {
|
|
@@ -31600,12 +31600,12 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
31600
31600
|
slot: z.ZodString;
|
|
31601
31601
|
}>, "strip", z.ZodTypeAny, {
|
|
31602
31602
|
session?: string | null | undefined;
|
|
31603
|
-
type: "QR";
|
|
31604
31603
|
slot: string;
|
|
31604
|
+
type: "QR";
|
|
31605
31605
|
}, {
|
|
31606
31606
|
session?: string | null | undefined;
|
|
31607
|
-
type: "QR";
|
|
31608
31607
|
slot: string;
|
|
31608
|
+
type: "QR";
|
|
31609
31609
|
}> | z.ZodObject<z.extendShape<{
|
|
31610
31610
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
31611
31611
|
}, {
|
|
@@ -31642,20 +31642,20 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
31642
31642
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
31643
31643
|
}>, "strip", z.ZodTypeAny, {
|
|
31644
31644
|
seqNumber?: string | null | undefined;
|
|
31645
|
-
type: "TAKEAWAY";
|
|
31646
31645
|
slot: string;
|
|
31646
|
+
type: "TAKEAWAY";
|
|
31647
31647
|
}, {
|
|
31648
31648
|
seqNumber?: string | null | undefined;
|
|
31649
|
-
type: "TAKEAWAY";
|
|
31650
31649
|
slot: string;
|
|
31650
|
+
type: "TAKEAWAY";
|
|
31651
31651
|
}>>;
|
|
31652
31652
|
}>, "strip", z.ZodTypeAny, {
|
|
31653
31653
|
remark?: string | null | undefined;
|
|
31654
31654
|
pax?: number | null | undefined;
|
|
31655
31655
|
sub: {
|
|
31656
31656
|
session?: string | null | undefined;
|
|
31657
|
-
type: "QR";
|
|
31658
31657
|
slot: string;
|
|
31658
|
+
type: "QR";
|
|
31659
31659
|
} | {
|
|
31660
31660
|
slot?: string | null | undefined;
|
|
31661
31661
|
type: "QUEUE";
|
|
@@ -31666,8 +31666,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
31666
31666
|
reservationId: string;
|
|
31667
31667
|
} | {
|
|
31668
31668
|
seqNumber?: string | null | undefined;
|
|
31669
|
-
type: "TAKEAWAY";
|
|
31670
31669
|
slot: string;
|
|
31670
|
+
type: "TAKEAWAY";
|
|
31671
31671
|
};
|
|
31672
31672
|
type: "DINE_IN";
|
|
31673
31673
|
}, {
|
|
@@ -31675,8 +31675,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
31675
31675
|
pax?: number | null | undefined;
|
|
31676
31676
|
sub: {
|
|
31677
31677
|
session?: string | null | undefined;
|
|
31678
|
-
type: "QR";
|
|
31679
31678
|
slot: string;
|
|
31679
|
+
type: "QR";
|
|
31680
31680
|
} | {
|
|
31681
31681
|
slot?: string | null | undefined;
|
|
31682
31682
|
type: "QUEUE";
|
|
@@ -31687,8 +31687,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
31687
31687
|
reservationId: string;
|
|
31688
31688
|
} | {
|
|
31689
31689
|
seqNumber?: string | null | undefined;
|
|
31690
|
-
type: "TAKEAWAY";
|
|
31691
31690
|
slot: string;
|
|
31691
|
+
type: "TAKEAWAY";
|
|
31692
31692
|
};
|
|
31693
31693
|
type: "DINE_IN";
|
|
31694
31694
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -33639,8 +33639,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
33639
33639
|
pax?: number | null | undefined;
|
|
33640
33640
|
sub: {
|
|
33641
33641
|
session?: string | null | undefined;
|
|
33642
|
-
type: "QR";
|
|
33643
33642
|
slot: string;
|
|
33643
|
+
type: "QR";
|
|
33644
33644
|
} | {
|
|
33645
33645
|
slot?: string | null | undefined;
|
|
33646
33646
|
type: "QUEUE";
|
|
@@ -33651,8 +33651,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
33651
33651
|
reservationId: string;
|
|
33652
33652
|
} | {
|
|
33653
33653
|
seqNumber?: string | null | undefined;
|
|
33654
|
-
type: "TAKEAWAY";
|
|
33655
33654
|
slot: string;
|
|
33655
|
+
type: "TAKEAWAY";
|
|
33656
33656
|
};
|
|
33657
33657
|
type: "DINE_IN";
|
|
33658
33658
|
} | {
|
|
@@ -34699,8 +34699,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
34699
34699
|
pax?: number | null | undefined;
|
|
34700
34700
|
sub: {
|
|
34701
34701
|
session?: string | null | undefined;
|
|
34702
|
-
type: "QR";
|
|
34703
34702
|
slot: string;
|
|
34703
|
+
type: "QR";
|
|
34704
34704
|
} | {
|
|
34705
34705
|
slot?: string | null | undefined;
|
|
34706
34706
|
type: "QUEUE";
|
|
@@ -34711,8 +34711,8 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
34711
34711
|
reservationId: string;
|
|
34712
34712
|
} | {
|
|
34713
34713
|
seqNumber?: string | null | undefined;
|
|
34714
|
-
type: "TAKEAWAY";
|
|
34715
34714
|
slot: string;
|
|
34715
|
+
type: "TAKEAWAY";
|
|
34716
34716
|
};
|
|
34717
34717
|
type: "DINE_IN";
|
|
34718
34718
|
} | {
|
|
@@ -35379,17 +35379,17 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
35379
35379
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35380
35380
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
35381
35381
|
}>, "strip", z.ZodTypeAny, {
|
|
35382
|
+
slot?: string | null | undefined;
|
|
35382
35383
|
remark?: string | null | undefined;
|
|
35383
35384
|
pax?: number | null | undefined;
|
|
35384
35385
|
session?: string | null | undefined;
|
|
35385
|
-
slot?: string | null | undefined;
|
|
35386
35386
|
isTakeaway?: boolean | null | undefined;
|
|
35387
35387
|
type: "DINE_IN";
|
|
35388
35388
|
}, {
|
|
35389
|
+
slot?: string | null | undefined;
|
|
35389
35390
|
remark?: string | null | undefined;
|
|
35390
35391
|
pax?: number | null | undefined;
|
|
35391
35392
|
session?: string | null | undefined;
|
|
35392
|
-
slot?: string | null | undefined;
|
|
35393
35393
|
isTakeaway?: boolean | null | undefined;
|
|
35394
35394
|
type: "DINE_IN";
|
|
35395
35395
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -37149,10 +37149,10 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
37149
37149
|
} | null | undefined;
|
|
37150
37150
|
effects?: any[] | null | undefined;
|
|
37151
37151
|
option: {
|
|
37152
|
+
slot?: string | null | undefined;
|
|
37152
37153
|
remark?: string | null | undefined;
|
|
37153
37154
|
pax?: number | null | undefined;
|
|
37154
37155
|
session?: string | null | undefined;
|
|
37155
|
-
slot?: string | null | undefined;
|
|
37156
37156
|
isTakeaway?: boolean | null | undefined;
|
|
37157
37157
|
type: "DINE_IN";
|
|
37158
37158
|
} | {
|
|
@@ -37470,10 +37470,10 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
37470
37470
|
} | null | undefined;
|
|
37471
37471
|
effects?: any[] | null | undefined;
|
|
37472
37472
|
option: {
|
|
37473
|
+
slot?: string | null | undefined;
|
|
37473
37474
|
remark?: string | null | undefined;
|
|
37474
37475
|
pax?: number | null | undefined;
|
|
37475
37476
|
session?: string | null | undefined;
|
|
37476
|
-
slot?: string | null | undefined;
|
|
37477
37477
|
isTakeaway?: boolean | null | undefined;
|
|
37478
37478
|
type: "DINE_IN";
|
|
37479
37479
|
} | {
|
|
@@ -37799,10 +37799,10 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
37799
37799
|
} | null | undefined;
|
|
37800
37800
|
effects?: any[] | null | undefined;
|
|
37801
37801
|
option: {
|
|
37802
|
+
slot?: string | null | undefined;
|
|
37802
37803
|
remark?: string | null | undefined;
|
|
37803
37804
|
pax?: number | null | undefined;
|
|
37804
37805
|
session?: string | null | undefined;
|
|
37805
|
-
slot?: string | null | undefined;
|
|
37806
37806
|
isTakeaway?: boolean | null | undefined;
|
|
37807
37807
|
type: "DINE_IN";
|
|
37808
37808
|
} | {
|
|
@@ -38120,10 +38120,10 @@ export declare const OrderPOSDto: z.ZodEffects<z.ZodObject<{
|
|
|
38120
38120
|
} | null | undefined;
|
|
38121
38121
|
effects?: any[] | null | undefined;
|
|
38122
38122
|
option: {
|
|
38123
|
+
slot?: string | null | undefined;
|
|
38123
38124
|
remark?: string | null | undefined;
|
|
38124
38125
|
pax?: number | null | undefined;
|
|
38125
38126
|
session?: string | null | undefined;
|
|
38126
|
-
slot?: string | null | undefined;
|
|
38127
38127
|
isTakeaway?: boolean | null | undefined;
|
|
38128
38128
|
type: "DINE_IN";
|
|
38129
38129
|
} | {
|
|
@@ -41525,17 +41525,17 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
41525
41525
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41526
41526
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
41527
41527
|
}>, "strip", z.ZodTypeAny, {
|
|
41528
|
+
slot?: string | null | undefined;
|
|
41528
41529
|
remark?: string | null | undefined;
|
|
41529
41530
|
pax?: number | null | undefined;
|
|
41530
41531
|
session?: string | null | undefined;
|
|
41531
|
-
slot?: string | null | undefined;
|
|
41532
41532
|
isTakeaway?: boolean | null | undefined;
|
|
41533
41533
|
type: "DINE_IN";
|
|
41534
41534
|
}, {
|
|
41535
|
+
slot?: string | null | undefined;
|
|
41535
41536
|
remark?: string | null | undefined;
|
|
41536
41537
|
pax?: number | null | undefined;
|
|
41537
41538
|
session?: string | null | undefined;
|
|
41538
|
-
slot?: string | null | undefined;
|
|
41539
41539
|
isTakeaway?: boolean | null | undefined;
|
|
41540
41540
|
type: "DINE_IN";
|
|
41541
41541
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -43293,10 +43293,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
43293
43293
|
} | null | undefined;
|
|
43294
43294
|
effects?: any[] | null | undefined;
|
|
43295
43295
|
option: {
|
|
43296
|
+
slot?: string | null | undefined;
|
|
43296
43297
|
remark?: string | null | undefined;
|
|
43297
43298
|
pax?: number | null | undefined;
|
|
43298
43299
|
session?: string | null | undefined;
|
|
43299
|
-
slot?: string | null | undefined;
|
|
43300
43300
|
isTakeaway?: boolean | null | undefined;
|
|
43301
43301
|
type: "DINE_IN";
|
|
43302
43302
|
} | {
|
|
@@ -43993,10 +43993,10 @@ export declare const OrderPOSGetDto: z.ZodObject<{
|
|
|
43993
43993
|
} | null | undefined;
|
|
43994
43994
|
effects?: any[] | null | undefined;
|
|
43995
43995
|
option: {
|
|
43996
|
+
slot?: string | null | undefined;
|
|
43996
43997
|
remark?: string | null | undefined;
|
|
43997
43998
|
pax?: number | null | undefined;
|
|
43998
43999
|
session?: string | null | undefined;
|
|
43999
|
-
slot?: string | null | undefined;
|
|
44000
44000
|
isTakeaway?: boolean | null | undefined;
|
|
44001
44001
|
type: "DINE_IN";
|
|
44002
44002
|
} | {
|
|
@@ -44645,17 +44645,17 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
44645
44645
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
44646
44646
|
isTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
44647
44647
|
}>, "strip", z.ZodTypeAny, {
|
|
44648
|
+
slot?: string | null | undefined;
|
|
44648
44649
|
remark?: string | null | undefined;
|
|
44649
44650
|
pax?: number | null | undefined;
|
|
44650
44651
|
session?: string | null | undefined;
|
|
44651
|
-
slot?: string | null | undefined;
|
|
44652
44652
|
isTakeaway?: boolean | null | undefined;
|
|
44653
44653
|
type: "DINE_IN";
|
|
44654
44654
|
}, {
|
|
44655
|
+
slot?: string | null | undefined;
|
|
44655
44656
|
remark?: string | null | undefined;
|
|
44656
44657
|
pax?: number | null | undefined;
|
|
44657
44658
|
session?: string | null | undefined;
|
|
44658
|
-
slot?: string | null | undefined;
|
|
44659
44659
|
isTakeaway?: boolean | null | undefined;
|
|
44660
44660
|
type: "DINE_IN";
|
|
44661
44661
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -46288,10 +46288,10 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
46288
46288
|
userName?: string | null | undefined;
|
|
46289
46289
|
effects?: any[] | null | undefined;
|
|
46290
46290
|
option: {
|
|
46291
|
+
slot?: string | null | undefined;
|
|
46291
46292
|
remark?: string | null | undefined;
|
|
46292
46293
|
pax?: number | null | undefined;
|
|
46293
46294
|
session?: string | null | undefined;
|
|
46294
|
-
slot?: string | null | undefined;
|
|
46295
46295
|
isTakeaway?: boolean | null | undefined;
|
|
46296
46296
|
type: "DINE_IN";
|
|
46297
46297
|
} | {
|
|
@@ -46565,10 +46565,10 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
46565
46565
|
userName?: string | null | undefined;
|
|
46566
46566
|
effects?: any[] | null | undefined;
|
|
46567
46567
|
option: {
|
|
46568
|
+
slot?: string | null | undefined;
|
|
46568
46569
|
remark?: string | null | undefined;
|
|
46569
46570
|
pax?: number | null | undefined;
|
|
46570
46571
|
session?: string | null | undefined;
|
|
46571
|
-
slot?: string | null | undefined;
|
|
46572
46572
|
isTakeaway?: boolean | null | undefined;
|
|
46573
46573
|
type: "DINE_IN";
|
|
46574
46574
|
} | {
|
|
@@ -46838,10 +46838,10 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
46838
46838
|
userName?: string | null | undefined;
|
|
46839
46839
|
effects?: any[] | null | undefined;
|
|
46840
46840
|
option: {
|
|
46841
|
+
slot?: string | null | undefined;
|
|
46841
46842
|
remark?: string | null | undefined;
|
|
46842
46843
|
pax?: number | null | undefined;
|
|
46843
46844
|
session?: string | null | undefined;
|
|
46844
|
-
slot?: string | null | undefined;
|
|
46845
46845
|
isTakeaway?: boolean | null | undefined;
|
|
46846
46846
|
type: "DINE_IN";
|
|
46847
46847
|
} | {
|
|
@@ -47115,10 +47115,10 @@ export declare const OrderPOSUpdateDto: z.ZodEffects<z.ZodObject<{
|
|
|
47115
47115
|
userName?: string | null | undefined;
|
|
47116
47116
|
effects?: any[] | null | undefined;
|
|
47117
47117
|
option: {
|
|
47118
|
+
slot?: string | null | undefined;
|
|
47118
47119
|
remark?: string | null | undefined;
|
|
47119
47120
|
pax?: number | null | undefined;
|
|
47120
47121
|
session?: string | null | undefined;
|
|
47121
|
-
slot?: string | null | undefined;
|
|
47122
47122
|
isTakeaway?: boolean | null | undefined;
|
|
47123
47123
|
type: "DINE_IN";
|
|
47124
47124
|
} | {
|
|
@@ -48269,12 +48269,12 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
48269
48269
|
slot: z.ZodString;
|
|
48270
48270
|
}>, "strip", z.ZodTypeAny, {
|
|
48271
48271
|
session?: string | null | undefined;
|
|
48272
|
-
type: "QR";
|
|
48273
48272
|
slot: string;
|
|
48273
|
+
type: "QR";
|
|
48274
48274
|
}, {
|
|
48275
48275
|
session?: string | null | undefined;
|
|
48276
|
-
type: "QR";
|
|
48277
48276
|
slot: string;
|
|
48277
|
+
type: "QR";
|
|
48278
48278
|
}> | z.ZodObject<z.extendShape<{
|
|
48279
48279
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
48280
48280
|
}, {
|
|
@@ -48311,20 +48311,20 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
48311
48311
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
48312
48312
|
}>, "strip", z.ZodTypeAny, {
|
|
48313
48313
|
seqNumber?: string | null | undefined;
|
|
48314
|
-
type: "TAKEAWAY";
|
|
48315
48314
|
slot: string;
|
|
48315
|
+
type: "TAKEAWAY";
|
|
48316
48316
|
}, {
|
|
48317
48317
|
seqNumber?: string | null | undefined;
|
|
48318
|
-
type: "TAKEAWAY";
|
|
48319
48318
|
slot: string;
|
|
48319
|
+
type: "TAKEAWAY";
|
|
48320
48320
|
}>>;
|
|
48321
48321
|
}>, "strip", z.ZodTypeAny, {
|
|
48322
48322
|
remark?: string | null | undefined;
|
|
48323
48323
|
pax?: number | null | undefined;
|
|
48324
48324
|
sub: {
|
|
48325
48325
|
session?: string | null | undefined;
|
|
48326
|
-
type: "QR";
|
|
48327
48326
|
slot: string;
|
|
48327
|
+
type: "QR";
|
|
48328
48328
|
} | {
|
|
48329
48329
|
slot?: string | null | undefined;
|
|
48330
48330
|
type: "QUEUE";
|
|
@@ -48335,8 +48335,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
48335
48335
|
reservationId: string;
|
|
48336
48336
|
} | {
|
|
48337
48337
|
seqNumber?: string | null | undefined;
|
|
48338
|
-
type: "TAKEAWAY";
|
|
48339
48338
|
slot: string;
|
|
48339
|
+
type: "TAKEAWAY";
|
|
48340
48340
|
};
|
|
48341
48341
|
type: "DINE_IN";
|
|
48342
48342
|
}, {
|
|
@@ -48344,8 +48344,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
48344
48344
|
pax?: number | null | undefined;
|
|
48345
48345
|
sub: {
|
|
48346
48346
|
session?: string | null | undefined;
|
|
48347
|
-
type: "QR";
|
|
48348
48347
|
slot: string;
|
|
48348
|
+
type: "QR";
|
|
48349
48349
|
} | {
|
|
48350
48350
|
slot?: string | null | undefined;
|
|
48351
48351
|
type: "QUEUE";
|
|
@@ -48356,8 +48356,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
48356
48356
|
reservationId: string;
|
|
48357
48357
|
} | {
|
|
48358
48358
|
seqNumber?: string | null | undefined;
|
|
48359
|
-
type: "TAKEAWAY";
|
|
48360
48359
|
slot: string;
|
|
48360
|
+
type: "TAKEAWAY";
|
|
48361
48361
|
};
|
|
48362
48362
|
type: "DINE_IN";
|
|
48363
48363
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -49693,8 +49693,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
49693
49693
|
pax?: number | null | undefined;
|
|
49694
49694
|
sub: {
|
|
49695
49695
|
session?: string | null | undefined;
|
|
49696
|
-
type: "QR";
|
|
49697
49696
|
slot: string;
|
|
49697
|
+
type: "QR";
|
|
49698
49698
|
} | {
|
|
49699
49699
|
slot?: string | null | undefined;
|
|
49700
49700
|
type: "QUEUE";
|
|
@@ -49705,8 +49705,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
49705
49705
|
reservationId: string;
|
|
49706
49706
|
} | {
|
|
49707
49707
|
seqNumber?: string | null | undefined;
|
|
49708
|
-
type: "TAKEAWAY";
|
|
49709
49708
|
slot: string;
|
|
49709
|
+
type: "TAKEAWAY";
|
|
49710
49710
|
};
|
|
49711
49711
|
type: "DINE_IN";
|
|
49712
49712
|
} | {
|
|
@@ -50087,8 +50087,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
50087
50087
|
pax?: number | null | undefined;
|
|
50088
50088
|
sub: {
|
|
50089
50089
|
session?: string | null | undefined;
|
|
50090
|
-
type: "QR";
|
|
50091
50090
|
slot: string;
|
|
50091
|
+
type: "QR";
|
|
50092
50092
|
} | {
|
|
50093
50093
|
slot?: string | null | undefined;
|
|
50094
50094
|
type: "QUEUE";
|
|
@@ -50099,8 +50099,8 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
50099
50099
|
reservationId: string;
|
|
50100
50100
|
} | {
|
|
50101
50101
|
seqNumber?: string | null | undefined;
|
|
50102
|
-
type: "TAKEAWAY";
|
|
50103
50102
|
slot: string;
|
|
50103
|
+
type: "TAKEAWAY";
|
|
50104
50104
|
};
|
|
50105
50105
|
type: "DINE_IN";
|
|
50106
50106
|
} | {
|
|
@@ -50500,12 +50500,12 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
50500
50500
|
slot: z.ZodString;
|
|
50501
50501
|
}>, "strip", z.ZodTypeAny, {
|
|
50502
50502
|
session?: string | null | undefined;
|
|
50503
|
-
type: "QR";
|
|
50504
50503
|
slot: string;
|
|
50504
|
+
type: "QR";
|
|
50505
50505
|
}, {
|
|
50506
50506
|
session?: string | null | undefined;
|
|
50507
|
-
type: "QR";
|
|
50508
50507
|
slot: string;
|
|
50508
|
+
type: "QR";
|
|
50509
50509
|
}> | z.ZodObject<z.extendShape<{
|
|
50510
50510
|
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
50511
50511
|
}, {
|
|
@@ -50542,20 +50542,20 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
50542
50542
|
seqNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50543
50543
|
}>, "strip", z.ZodTypeAny, {
|
|
50544
50544
|
seqNumber?: string | null | undefined;
|
|
50545
|
-
type: "TAKEAWAY";
|
|
50546
50545
|
slot: string;
|
|
50546
|
+
type: "TAKEAWAY";
|
|
50547
50547
|
}, {
|
|
50548
50548
|
seqNumber?: string | null | undefined;
|
|
50549
|
-
type: "TAKEAWAY";
|
|
50550
50549
|
slot: string;
|
|
50550
|
+
type: "TAKEAWAY";
|
|
50551
50551
|
}>>;
|
|
50552
50552
|
}>, "strip", z.ZodTypeAny, {
|
|
50553
50553
|
remark?: string | null | undefined;
|
|
50554
50554
|
pax?: number | null | undefined;
|
|
50555
50555
|
sub: {
|
|
50556
50556
|
session?: string | null | undefined;
|
|
50557
|
-
type: "QR";
|
|
50558
50557
|
slot: string;
|
|
50558
|
+
type: "QR";
|
|
50559
50559
|
} | {
|
|
50560
50560
|
slot?: string | null | undefined;
|
|
50561
50561
|
type: "QUEUE";
|
|
@@ -50566,8 +50566,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
50566
50566
|
reservationId: string;
|
|
50567
50567
|
} | {
|
|
50568
50568
|
seqNumber?: string | null | undefined;
|
|
50569
|
-
type: "TAKEAWAY";
|
|
50570
50569
|
slot: string;
|
|
50570
|
+
type: "TAKEAWAY";
|
|
50571
50571
|
};
|
|
50572
50572
|
type: "DINE_IN";
|
|
50573
50573
|
}, {
|
|
@@ -50575,8 +50575,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
50575
50575
|
pax?: number | null | undefined;
|
|
50576
50576
|
sub: {
|
|
50577
50577
|
session?: string | null | undefined;
|
|
50578
|
-
type: "QR";
|
|
50579
50578
|
slot: string;
|
|
50579
|
+
type: "QR";
|
|
50580
50580
|
} | {
|
|
50581
50581
|
slot?: string | null | undefined;
|
|
50582
50582
|
type: "QUEUE";
|
|
@@ -50587,8 +50587,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
50587
50587
|
reservationId: string;
|
|
50588
50588
|
} | {
|
|
50589
50589
|
seqNumber?: string | null | undefined;
|
|
50590
|
-
type: "TAKEAWAY";
|
|
50591
50590
|
slot: string;
|
|
50591
|
+
type: "TAKEAWAY";
|
|
50592
50592
|
};
|
|
50593
50593
|
type: "DINE_IN";
|
|
50594
50594
|
}> | z.ZodObject<z.extendShape<{
|
|
@@ -56662,8 +56662,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
56662
56662
|
pax?: number | null | undefined;
|
|
56663
56663
|
sub: {
|
|
56664
56664
|
session?: string | null | undefined;
|
|
56665
|
-
type: "QR";
|
|
56666
56665
|
slot: string;
|
|
56666
|
+
type: "QR";
|
|
56667
56667
|
} | {
|
|
56668
56668
|
slot?: string | null | undefined;
|
|
56669
56669
|
type: "QUEUE";
|
|
@@ -56674,8 +56674,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
56674
56674
|
reservationId: string;
|
|
56675
56675
|
} | {
|
|
56676
56676
|
seqNumber?: string | null | undefined;
|
|
56677
|
-
type: "TAKEAWAY";
|
|
56678
56677
|
slot: string;
|
|
56678
|
+
type: "TAKEAWAY";
|
|
56679
56679
|
};
|
|
56680
56680
|
type: "DINE_IN";
|
|
56681
56681
|
} | {
|
|
@@ -57440,8 +57440,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
57440
57440
|
pax?: number | null | undefined;
|
|
57441
57441
|
sub: {
|
|
57442
57442
|
session?: string | null | undefined;
|
|
57443
|
-
type: "QR";
|
|
57444
57443
|
slot: string;
|
|
57444
|
+
type: "QR";
|
|
57445
57445
|
} | {
|
|
57446
57446
|
slot?: string | null | undefined;
|
|
57447
57447
|
type: "QUEUE";
|
|
@@ -57452,8 +57452,8 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
57452
57452
|
reservationId: string;
|
|
57453
57453
|
} | {
|
|
57454
57454
|
seqNumber?: string | null | undefined;
|
|
57455
|
-
type: "TAKEAWAY";
|
|
57456
57455
|
slot: string;
|
|
57456
|
+
type: "TAKEAWAY";
|
|
57457
57457
|
};
|
|
57458
57458
|
type: "DINE_IN";
|
|
57459
57459
|
} | {
|
|
@@ -57846,11 +57846,11 @@ export declare const FdtoOrderReadSlotBill: z.ZodObject<{
|
|
|
57846
57846
|
restaurantId: z.ZodString;
|
|
57847
57847
|
slot: z.ZodString;
|
|
57848
57848
|
}, "strip", z.ZodTypeAny, {
|
|
57849
|
-
restaurantId: string;
|
|
57850
57849
|
slot: string;
|
|
57851
|
-
}, {
|
|
57852
57850
|
restaurantId: string;
|
|
57851
|
+
}, {
|
|
57853
57852
|
slot: string;
|
|
57853
|
+
restaurantId: string;
|
|
57854
57854
|
}>;
|
|
57855
57855
|
export declare const FdtoOrderEffect: z.ZodObject<{
|
|
57856
57856
|
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -57918,13 +57918,13 @@ export declare const FdtoOrderQuery: z.ZodObject<{
|
|
|
57918
57918
|
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>>>;
|
|
57919
57919
|
billIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
57920
57920
|
}, "strip", z.ZodTypeAny, {
|
|
57921
|
+
slot?: string | null | undefined;
|
|
57921
57922
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
57922
57923
|
status?: ("NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED")[] | null | undefined;
|
|
57923
57924
|
limit?: number | null | undefined;
|
|
57924
57925
|
skip?: number | null | undefined;
|
|
57925
57926
|
deliveryType?: ("GRAB_EXPRESS" | "PANDA_GO" | "KOSMO" | "MANUAL" | "IN_HOUSE")[] | null | undefined;
|
|
57926
57927
|
restaurant?: string | string[] | null | undefined;
|
|
57927
|
-
slot?: string | null | undefined;
|
|
57928
57928
|
userId?: string | null | undefined;
|
|
57929
57929
|
orderAt?: {
|
|
57930
57930
|
start: string;
|
|
@@ -57936,13 +57936,13 @@ export declare const FdtoOrderQuery: z.ZodObject<{
|
|
|
57936
57936
|
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
57937
57937
|
billIds?: string[] | null | undefined;
|
|
57938
57938
|
}, {
|
|
57939
|
+
slot?: string | null | undefined;
|
|
57939
57940
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
57940
57941
|
status?: ("NEW" | "DRAFT" | "PENDING_PAYMENT" | "ALLOCATING_DELIVERY" | "ACCEPTED" | "DECLINED")[] | null | undefined;
|
|
57941
57942
|
limit?: number | null | undefined;
|
|
57942
57943
|
skip?: number | null | undefined;
|
|
57943
57944
|
deliveryType?: ("GRAB_EXPRESS" | "PANDA_GO" | "KOSMO" | "MANUAL" | "IN_HOUSE")[] | null | undefined;
|
|
57944
57945
|
restaurant?: string | string[] | null | undefined;
|
|
57945
|
-
slot?: string | null | undefined;
|
|
57946
57946
|
userId?: string | null | undefined;
|
|
57947
57947
|
orderAt?: {
|
|
57948
57948
|
start: string;
|
|
@@ -57976,14 +57976,14 @@ export declare const FdtoOrderRead: z.ZodDiscriminatedUnion<"type", z.Primitive,
|
|
|
57976
57976
|
userId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
57977
57977
|
}>, "strip", z.ZodTypeAny, {
|
|
57978
57978
|
userId?: string | null | undefined;
|
|
57979
|
+
slot: string;
|
|
57979
57980
|
type: "DINE_IN";
|
|
57980
57981
|
restaurantId: string;
|
|
57981
|
-
slot: string;
|
|
57982
57982
|
}, {
|
|
57983
57983
|
userId?: string | null | undefined;
|
|
57984
|
+
slot: string;
|
|
57984
57985
|
type: "DINE_IN";
|
|
57985
57986
|
restaurantId: string;
|
|
57986
|
-
slot: string;
|
|
57987
57987
|
}> | z.ZodObject<z.extendShape<z.extendShape<Omit<{
|
|
57988
57988
|
type: z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>;
|
|
57989
57989
|
remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -61849,7 +61849,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
61849
61849
|
}[];
|
|
61850
61850
|
}>;
|
|
61851
61851
|
roundToNearest: z.ZodOptional<z.ZodNumber>;
|
|
61852
|
-
menu: z.ZodType<FdtoOverridedMenu, z.ZodTypeDef, FdtoOverridedMenu
|
|
61852
|
+
menu: z.ZodNullable<z.ZodOptional<z.ZodType<FdtoOverridedMenu, z.ZodTypeDef, FdtoOverridedMenu>>>;
|
|
61853
61853
|
effects: z.ZodArray<z.ZodObject<{
|
|
61854
61854
|
raw: z.ZodObject<{
|
|
61855
61855
|
adjustment: z.ZodObject<{
|
|
@@ -62613,6 +62613,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
62613
62613
|
completedAt?: string | null | undefined;
|
|
62614
62614
|
}>>>>;
|
|
62615
62615
|
servedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
62616
|
+
collectedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
62616
62617
|
printReceiptAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
62617
62618
|
printBy: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
62618
62619
|
user: z.ZodObject<{
|
|
@@ -63155,6 +63156,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63155
63156
|
}> | null | undefined;
|
|
63156
63157
|
productId?: string | null | undefined;
|
|
63157
63158
|
servedAt?: string | null | undefined;
|
|
63159
|
+
collectedAt?: string | null | undefined;
|
|
63158
63160
|
variantSelected?: {
|
|
63159
63161
|
name: string[];
|
|
63160
63162
|
combinationKey: string;
|
|
@@ -63387,6 +63389,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63387
63389
|
}> | null | undefined;
|
|
63388
63390
|
productId?: string | null | undefined;
|
|
63389
63391
|
servedAt?: string | null | undefined;
|
|
63392
|
+
collectedAt?: string | null | undefined;
|
|
63390
63393
|
variantSelected?: {
|
|
63391
63394
|
name: string[];
|
|
63392
63395
|
combinationKey: string;
|
|
@@ -63604,6 +63607,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63604
63607
|
} & any) | null | undefined;
|
|
63605
63608
|
}>>], z.ZodUnknown>, z.ZodVoid>;
|
|
63606
63609
|
}, "strip", z.ZodTypeAny, {
|
|
63610
|
+
menu?: FdtoOverridedMenu | null | undefined;
|
|
63607
63611
|
user?: {
|
|
63608
63612
|
email?: string | null | undefined;
|
|
63609
63613
|
phoneNumber?: string | null | undefined;
|
|
@@ -63623,7 +63627,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
63623
63627
|
_id: string;
|
|
63624
63628
|
} | undefined;
|
|
63625
63629
|
roundToNearest?: number | undefined;
|
|
63626
|
-
menu: FdtoOverridedMenu;
|
|
63627
63630
|
order: {
|
|
63628
63631
|
[x: string]: any;
|
|
63629
63632
|
};
|
|
@@ -64157,6 +64160,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64157
64160
|
completedAt?: string | null | undefined;
|
|
64158
64161
|
}> | null | undefined;
|
|
64159
64162
|
servedAt?: string | null | undefined;
|
|
64163
|
+
collectedAt?: string | null | undefined;
|
|
64160
64164
|
printReceiptAt?: string | null | undefined;
|
|
64161
64165
|
printBy?: {
|
|
64162
64166
|
user: {
|
|
@@ -64343,6 +64347,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64343
64347
|
};
|
|
64344
64348
|
}>, ...args_2: unknown[]) => void;
|
|
64345
64349
|
}, {
|
|
64350
|
+
menu?: FdtoOverridedMenu | null | undefined;
|
|
64346
64351
|
user?: {
|
|
64347
64352
|
email?: string | null | undefined;
|
|
64348
64353
|
phoneNumber?: string | null | undefined;
|
|
@@ -64362,7 +64367,6 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64362
64367
|
_id: string;
|
|
64363
64368
|
} | undefined;
|
|
64364
64369
|
roundToNearest?: number | undefined;
|
|
64365
|
-
menu: FdtoOverridedMenu;
|
|
64366
64370
|
order: {
|
|
64367
64371
|
[x: string]: any;
|
|
64368
64372
|
};
|
|
@@ -64866,6 +64870,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
64866
64870
|
}> | null | undefined;
|
|
64867
64871
|
productId?: string | null | undefined;
|
|
64868
64872
|
servedAt?: string | null | undefined;
|
|
64873
|
+
collectedAt?: string | null | undefined;
|
|
64869
64874
|
variantSelected?: {
|
|
64870
64875
|
name: string[];
|
|
64871
64876
|
combinationKey: string;
|
|
@@ -65098,6 +65103,7 @@ export declare const FdtoRerunOrderRequest: z.ZodObject<{
|
|
|
65098
65103
|
}> | null | undefined;
|
|
65099
65104
|
productId?: string | null | undefined;
|
|
65100
65105
|
servedAt?: string | null | undefined;
|
|
65106
|
+
collectedAt?: string | null | undefined;
|
|
65101
65107
|
variantSelected?: {
|
|
65102
65108
|
name: string[];
|
|
65103
65109
|
combinationKey: string;
|