@feedmepos/mf-order-setting 0.0.38 → 0.0.44
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-DoTQRyXe.js → KioskDevicesView-KBpXQJmy.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DB0dvpBG.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js} +2 -2
- package/dist/KioskSettingView-DG12ZvfT.js +528 -0
- package/dist/{KioskView-4-s6RwC6.js → KioskView-KNiT-upH.js} +125 -119
- package/dist/{OrderSettingsView-BqgGXVhY.js → OrderSettingsView-CEh1QUZm.js} +11407 -12610
- package/dist/{app-BbOgWoeI.js → app-CKeIud_f.js} +14 -11
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-COLd3dVw.js → dayjs.min-D9bsUd57.js} +232 -242
- package/dist/frontend/mf-order/src/app.d.ts +6 -3
- package/dist/frontend/mf-order/src/main.d.ts +6 -3
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +3 -3
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +5 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-BewBuJGi.js → index-D_Tmm1qL.js} +2 -2
- package/dist/{menu.dto-Bf0Evx6J.js → menu.dto-BY9dVf93.js} +8216 -8201
- package/dist/package/entity/delivery/linked-delivery.do.d.ts +9 -0
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +17 -17
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +21 -21
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +18 -18
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +11 -11
- package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
- package/dist/package/entity/order/menu/menu.dto.d.ts +4 -4
- package/dist/package/entity/order/order.do.d.ts +8 -8
- package/dist/package/entity/order/order.dto.d.ts +38 -38
- package/dist/package/entity/order/order.enum.d.ts +1 -1
- package/dist/package/entity/order-setting/order-setting.do.d.ts +5 -5
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +10 -10
- package/dist/package/entity/order-setting/sms/sms.do.d.ts +3 -3
- package/dist/package/entity/order-setting/sms/sms.dto.d.ts +3 -3
- package/dist/package/entity/queue/queue.dto.d.ts +4 -4
- package/package.json +2 -2
- package/src/locales/en-US.json +2 -1
- package/src/locales/th-TH.json +2 -1
- package/src/locales/zh-CN.json +2 -1
- package/src/views/kiosk/KioskView.vue +16 -4
- package/src/views/kiosk/settings/KioskSettingView.vue +193 -122
- package/src/views/order-settings/OrderSettingsView.vue +10 -10
- package/src/views/order-settings/delivery/DeliverySetting.vue +22 -22
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +28 -7
- package/src/views/order-settings/delivery/delivery.ts +9 -5
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +3 -17
- package/dist/KioskSettingView-DRpVR7Ij.js +0 -843
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +0 -10
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +0 -9
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +0 -9
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +0 -10
- package/src/views/kiosk/settings/KioskDineInSection.vue +0 -68
- package/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue +0 -33
- package/src/views/kiosk/settings/KioskMenuItemSection.vue +0 -27
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +0 -66
|
@@ -8,7 +8,7 @@ export declare const FdtoOrderReadMenu: z.ZodObject<{
|
|
|
8
8
|
type: z.ZodLiteral<"DINE_IN">;
|
|
9
9
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10
10
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
11
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
11
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
12
12
|
}, {
|
|
13
13
|
type: z.ZodLiteral<"QR">;
|
|
14
14
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -22,7 +22,7 @@ export declare const FdtoOrderReadMenu: z.ZodObject<{
|
|
|
22
22
|
slot: string;
|
|
23
23
|
type: "QR";
|
|
24
24
|
}> | z.ZodObject<z.extendShape<{
|
|
25
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
25
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
26
26
|
}, {
|
|
27
27
|
type: z.ZodLiteral<"QUEUE">;
|
|
28
28
|
queueId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -36,7 +36,7 @@ export declare const FdtoOrderReadMenu: z.ZodObject<{
|
|
|
36
36
|
type: "QUEUE";
|
|
37
37
|
queueId: string;
|
|
38
38
|
}> | z.ZodObject<z.extendShape<{
|
|
39
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
39
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
40
40
|
}, {
|
|
41
41
|
type: z.ZodLiteral<"RESERVATION">;
|
|
42
42
|
reservationId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -110,7 +110,7 @@ export declare const FdtoOrderReadMenu: z.ZodObject<{
|
|
|
110
110
|
type: "RESERVATION";
|
|
111
111
|
reservationId: string;
|
|
112
112
|
}> | z.ZodObject<z.extendShape<{
|
|
113
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
113
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
114
114
|
}, {
|
|
115
115
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
116
116
|
slot: z.ZodString;
|
|
@@ -1039,7 +1039,7 @@ export declare const FdoDineInOption: z.ZodObject<z.extendShape<{
|
|
|
1039
1039
|
type: z.ZodLiteral<"DINE_IN">;
|
|
1040
1040
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1041
1041
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
1042
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1042
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1043
1043
|
}, {
|
|
1044
1044
|
type: z.ZodLiteral<"QR">;
|
|
1045
1045
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1053,7 +1053,7 @@ export declare const FdoDineInOption: z.ZodObject<z.extendShape<{
|
|
|
1053
1053
|
slot: string;
|
|
1054
1054
|
type: "QR";
|
|
1055
1055
|
}> | z.ZodObject<z.extendShape<{
|
|
1056
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1056
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1057
1057
|
}, {
|
|
1058
1058
|
type: z.ZodLiteral<"QUEUE">;
|
|
1059
1059
|
queueId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1067,7 +1067,7 @@ export declare const FdoDineInOption: z.ZodObject<z.extendShape<{
|
|
|
1067
1067
|
type: "QUEUE";
|
|
1068
1068
|
queueId: string;
|
|
1069
1069
|
}> | z.ZodObject<z.extendShape<{
|
|
1070
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1070
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1071
1071
|
}, {
|
|
1072
1072
|
type: z.ZodLiteral<"RESERVATION">;
|
|
1073
1073
|
reservationId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1141,7 +1141,7 @@ export declare const FdoDineInOption: z.ZodObject<z.extendShape<{
|
|
|
1141
1141
|
type: "RESERVATION";
|
|
1142
1142
|
reservationId: string;
|
|
1143
1143
|
}> | z.ZodObject<z.extendShape<{
|
|
1144
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1144
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1145
1145
|
}, {
|
|
1146
1146
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
1147
1147
|
slot: z.ZodString;
|
|
@@ -2548,7 +2548,7 @@ export declare const FdoOrderOption: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
2548
2548
|
type: z.ZodLiteral<"DINE_IN">;
|
|
2549
2549
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2550
2550
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
2551
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
2551
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
2552
2552
|
}, {
|
|
2553
2553
|
type: z.ZodLiteral<"QR">;
|
|
2554
2554
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2562,7 +2562,7 @@ export declare const FdoOrderOption: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
2562
2562
|
slot: string;
|
|
2563
2563
|
type: "QR";
|
|
2564
2564
|
}> | z.ZodObject<z.extendShape<{
|
|
2565
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
2565
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
2566
2566
|
}, {
|
|
2567
2567
|
type: z.ZodLiteral<"QUEUE">;
|
|
2568
2568
|
queueId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2576,7 +2576,7 @@ export declare const FdoOrderOption: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
2576
2576
|
type: "QUEUE";
|
|
2577
2577
|
queueId: string;
|
|
2578
2578
|
}> | z.ZodObject<z.extendShape<{
|
|
2579
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
2579
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
2580
2580
|
}, {
|
|
2581
2581
|
type: z.ZodLiteral<"RESERVATION">;
|
|
2582
2582
|
reservationId: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -2650,7 +2650,7 @@ export declare const FdoOrderOption: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
2650
2650
|
type: "RESERVATION";
|
|
2651
2651
|
reservationId: string;
|
|
2652
2652
|
}> | z.ZodObject<z.extendShape<{
|
|
2653
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
2653
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
2654
2654
|
}, {
|
|
2655
2655
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
2656
2656
|
slot: z.ZodString;
|
|
@@ -8,7 +8,7 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
8
8
|
type: z.ZodLiteral<"DINE_IN">;
|
|
9
9
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10
10
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
11
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
11
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
12
12
|
}, {
|
|
13
13
|
type: z.ZodLiteral<"QR">;
|
|
14
14
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -22,7 +22,7 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
22
22
|
slot: string;
|
|
23
23
|
type: "QR";
|
|
24
24
|
}> | z.ZodObject<z.extendShape<{
|
|
25
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
25
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
26
26
|
}, {
|
|
27
27
|
type: z.ZodLiteral<"QUEUE">;
|
|
28
28
|
queueId: z.ZodString;
|
|
@@ -36,7 +36,7 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
36
36
|
type: "QUEUE";
|
|
37
37
|
queueId: string;
|
|
38
38
|
}> | z.ZodObject<z.extendShape<{
|
|
39
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
39
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
40
40
|
}, {
|
|
41
41
|
type: z.ZodLiteral<"RESERVATION">;
|
|
42
42
|
reservationId: z.ZodString;
|
|
@@ -50,7 +50,7 @@ export declare const OrderDineInOptionDto: z.ZodObject<z.extendShape<{
|
|
|
50
50
|
type: "RESERVATION";
|
|
51
51
|
reservationId: string;
|
|
52
52
|
}> | z.ZodObject<z.extendShape<{
|
|
53
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
53
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
54
54
|
}, {
|
|
55
55
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
56
56
|
slot: z.ZodString;
|
|
@@ -1457,7 +1457,7 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1457
1457
|
type: z.ZodLiteral<"DINE_IN">;
|
|
1458
1458
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1459
1459
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
1460
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1460
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1461
1461
|
}, {
|
|
1462
1462
|
type: z.ZodLiteral<"QR">;
|
|
1463
1463
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1471,7 +1471,7 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1471
1471
|
slot: string;
|
|
1472
1472
|
type: "QR";
|
|
1473
1473
|
}> | z.ZodObject<z.extendShape<{
|
|
1474
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1474
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1475
1475
|
}, {
|
|
1476
1476
|
type: z.ZodLiteral<"QUEUE">;
|
|
1477
1477
|
queueId: z.ZodString;
|
|
@@ -1485,7 +1485,7 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1485
1485
|
type: "QUEUE";
|
|
1486
1486
|
queueId: string;
|
|
1487
1487
|
}> | z.ZodObject<z.extendShape<{
|
|
1488
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1488
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1489
1489
|
}, {
|
|
1490
1490
|
type: z.ZodLiteral<"RESERVATION">;
|
|
1491
1491
|
reservationId: z.ZodString;
|
|
@@ -1499,7 +1499,7 @@ export declare const OrderOptionDto: z.ZodDiscriminatedUnion<"type", z.Primitive
|
|
|
1499
1499
|
type: "RESERVATION";
|
|
1500
1500
|
reservationId: string;
|
|
1501
1501
|
}> | z.ZodObject<z.extendShape<{
|
|
1502
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
1502
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
1503
1503
|
}, {
|
|
1504
1504
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
1505
1505
|
slot: z.ZodString;
|
|
@@ -4298,7 +4298,7 @@ export declare const OrderQueryDto: z.ZodObject<{
|
|
|
4298
4298
|
excludeDeliveryStatus: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["CREATING", "NEW", "IN_DELIVER", "PICKING_UP", "IN_RETURN", "CANCELED", "RETURNED", "COMPLETE", "FAILED", "REFUSED"]>, "many">>>;
|
|
4299
4299
|
ascending: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4300
4300
|
slot: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4301
|
-
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>>>;
|
|
4301
|
+
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>>>;
|
|
4302
4302
|
}, "strip", z.ZodTypeAny, {
|
|
4303
4303
|
slot?: string | null | undefined;
|
|
4304
4304
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
@@ -4315,7 +4315,7 @@ export declare const OrderQueryDto: z.ZodObject<{
|
|
|
4315
4315
|
deliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
4316
4316
|
excludeDeliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
4317
4317
|
ascending?: number | null | undefined;
|
|
4318
|
-
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
4318
|
+
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | null | undefined;
|
|
4319
4319
|
}, {
|
|
4320
4320
|
slot?: string | null | undefined;
|
|
4321
4321
|
type?: ("DINE_IN" | "PICKUP" | "DELIVERY")[] | null | undefined;
|
|
@@ -4332,7 +4332,7 @@ export declare const OrderQueryDto: z.ZodObject<{
|
|
|
4332
4332
|
deliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
4333
4333
|
excludeDeliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
4334
4334
|
ascending?: number | null | undefined;
|
|
4335
|
-
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
4335
|
+
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | null | undefined;
|
|
4336
4336
|
}>;
|
|
4337
4337
|
export declare const OrderEffectDto: z.ZodObject<{
|
|
4338
4338
|
id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -5020,7 +5020,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5020
5020
|
type: z.ZodLiteral<"DINE_IN">;
|
|
5021
5021
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
5022
5022
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
5023
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
5023
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
5024
5024
|
}, {
|
|
5025
5025
|
type: z.ZodLiteral<"QR">;
|
|
5026
5026
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -5034,7 +5034,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5034
5034
|
slot: string;
|
|
5035
5035
|
type: "QR";
|
|
5036
5036
|
}> | z.ZodObject<z.extendShape<{
|
|
5037
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
5037
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
5038
5038
|
}, {
|
|
5039
5039
|
type: z.ZodLiteral<"QUEUE">;
|
|
5040
5040
|
queueId: z.ZodString;
|
|
@@ -5048,7 +5048,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5048
5048
|
type: "QUEUE";
|
|
5049
5049
|
queueId: string;
|
|
5050
5050
|
}> | z.ZodObject<z.extendShape<{
|
|
5051
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
5051
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
5052
5052
|
}, {
|
|
5053
5053
|
type: z.ZodLiteral<"RESERVATION">;
|
|
5054
5054
|
reservationId: z.ZodString;
|
|
@@ -5062,7 +5062,7 @@ export declare const OrderUpdateDto: z.ZodObject<{
|
|
|
5062
5062
|
type: "RESERVATION";
|
|
5063
5063
|
reservationId: string;
|
|
5064
5064
|
}> | z.ZodObject<z.extendShape<{
|
|
5065
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
5065
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
5066
5066
|
}, {
|
|
5067
5067
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
5068
5068
|
slot: z.ZodString;
|
|
@@ -10736,7 +10736,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10736
10736
|
type: z.ZodLiteral<"DINE_IN">;
|
|
10737
10737
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10738
10738
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
10739
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
10739
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
10740
10740
|
}, {
|
|
10741
10741
|
type: z.ZodLiteral<"QR">;
|
|
10742
10742
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -10750,7 +10750,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10750
10750
|
slot: string;
|
|
10751
10751
|
type: "QR";
|
|
10752
10752
|
}> | z.ZodObject<z.extendShape<{
|
|
10753
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
10753
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
10754
10754
|
}, {
|
|
10755
10755
|
type: z.ZodLiteral<"QUEUE">;
|
|
10756
10756
|
queueId: z.ZodString;
|
|
@@ -10764,7 +10764,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10764
10764
|
type: "QUEUE";
|
|
10765
10765
|
queueId: string;
|
|
10766
10766
|
}> | z.ZodObject<z.extendShape<{
|
|
10767
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
10767
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
10768
10768
|
}, {
|
|
10769
10769
|
type: z.ZodLiteral<"RESERVATION">;
|
|
10770
10770
|
reservationId: z.ZodString;
|
|
@@ -10778,7 +10778,7 @@ export declare const OrderCreateDto: z.ZodObject<z.extendShape<{
|
|
|
10778
10778
|
type: "RESERVATION";
|
|
10779
10779
|
reservationId: string;
|
|
10780
10780
|
}> | z.ZodObject<z.extendShape<{
|
|
10781
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
10781
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
10782
10782
|
}, {
|
|
10783
10783
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
10784
10784
|
slot: z.ZodString;
|
|
@@ -21566,7 +21566,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21566
21566
|
type: z.ZodLiteral<"DINE_IN">;
|
|
21567
21567
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
21568
21568
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
21569
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
21569
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
21570
21570
|
}, {
|
|
21571
21571
|
type: z.ZodLiteral<"QR">;
|
|
21572
21572
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -21580,7 +21580,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21580
21580
|
slot: string;
|
|
21581
21581
|
type: "QR";
|
|
21582
21582
|
}> | z.ZodObject<z.extendShape<{
|
|
21583
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
21583
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
21584
21584
|
}, {
|
|
21585
21585
|
type: z.ZodLiteral<"QUEUE">;
|
|
21586
21586
|
queueId: z.ZodString;
|
|
@@ -21594,7 +21594,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21594
21594
|
type: "QUEUE";
|
|
21595
21595
|
queueId: string;
|
|
21596
21596
|
}> | z.ZodObject<z.extendShape<{
|
|
21597
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
21597
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
21598
21598
|
}, {
|
|
21599
21599
|
type: z.ZodLiteral<"RESERVATION">;
|
|
21600
21600
|
reservationId: z.ZodString;
|
|
@@ -21608,7 +21608,7 @@ export declare const OrderDto: z.ZodObject<{
|
|
|
21608
21608
|
type: "RESERVATION";
|
|
21609
21609
|
reservationId: string;
|
|
21610
21610
|
}> | z.ZodObject<z.extendShape<{
|
|
21611
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
21611
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
21612
21612
|
}, {
|
|
21613
21613
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
21614
21614
|
slot: z.ZodString;
|
|
@@ -30845,7 +30845,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
30845
30845
|
type: z.ZodLiteral<"DINE_IN">;
|
|
30846
30846
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
30847
30847
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
30848
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
30848
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
30849
30849
|
}, {
|
|
30850
30850
|
type: z.ZodLiteral<"QR">;
|
|
30851
30851
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -30859,7 +30859,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
30859
30859
|
slot: string;
|
|
30860
30860
|
type: "QR";
|
|
30861
30861
|
}> | z.ZodObject<z.extendShape<{
|
|
30862
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
30862
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
30863
30863
|
}, {
|
|
30864
30864
|
type: z.ZodLiteral<"QUEUE">;
|
|
30865
30865
|
queueId: z.ZodString;
|
|
@@ -30873,7 +30873,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
30873
30873
|
type: "QUEUE";
|
|
30874
30874
|
queueId: string;
|
|
30875
30875
|
}> | z.ZodObject<z.extendShape<{
|
|
30876
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
30876
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
30877
30877
|
}, {
|
|
30878
30878
|
type: z.ZodLiteral<"RESERVATION">;
|
|
30879
30879
|
reservationId: z.ZodString;
|
|
@@ -30887,7 +30887,7 @@ export declare const OrderKioskDto: z.ZodObject<{
|
|
|
30887
30887
|
type: "RESERVATION";
|
|
30888
30888
|
reservationId: string;
|
|
30889
30889
|
}> | z.ZodObject<z.extendShape<{
|
|
30890
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
30890
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
30891
30891
|
}, {
|
|
30892
30892
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
30893
30893
|
slot: z.ZodString;
|
|
@@ -47603,7 +47603,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
47603
47603
|
type: z.ZodLiteral<"DINE_IN">;
|
|
47604
47604
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
47605
47605
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
47606
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
47606
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
47607
47607
|
}, {
|
|
47608
47608
|
type: z.ZodLiteral<"QR">;
|
|
47609
47609
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -47617,7 +47617,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
47617
47617
|
slot: string;
|
|
47618
47618
|
type: "QR";
|
|
47619
47619
|
}> | z.ZodObject<z.extendShape<{
|
|
47620
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
47620
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
47621
47621
|
}, {
|
|
47622
47622
|
type: z.ZodLiteral<"QUEUE">;
|
|
47623
47623
|
queueId: z.ZodString;
|
|
@@ -47631,7 +47631,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
47631
47631
|
type: "QUEUE";
|
|
47632
47632
|
queueId: string;
|
|
47633
47633
|
}> | z.ZodObject<z.extendShape<{
|
|
47634
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
47634
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
47635
47635
|
}, {
|
|
47636
47636
|
type: z.ZodLiteral<"RESERVATION">;
|
|
47637
47637
|
reservationId: z.ZodString;
|
|
@@ -47645,7 +47645,7 @@ export declare const OrderCustomerV1Dto: z.ZodObject<{
|
|
|
47645
47645
|
type: "RESERVATION";
|
|
47646
47646
|
reservationId: string;
|
|
47647
47647
|
}> | z.ZodObject<z.extendShape<{
|
|
47648
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
47648
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
47649
47649
|
}, {
|
|
47650
47650
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
47651
47651
|
slot: z.ZodString;
|
|
@@ -49844,7 +49844,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
49844
49844
|
type: z.ZodLiteral<"DINE_IN">;
|
|
49845
49845
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
49846
49846
|
sub: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
|
|
49847
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
49847
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
49848
49848
|
}, {
|
|
49849
49849
|
type: z.ZodLiteral<"QR">;
|
|
49850
49850
|
session: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -49858,7 +49858,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
49858
49858
|
slot: string;
|
|
49859
49859
|
type: "QR";
|
|
49860
49860
|
}> | z.ZodObject<z.extendShape<{
|
|
49861
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
49861
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
49862
49862
|
}, {
|
|
49863
49863
|
type: z.ZodLiteral<"QUEUE">;
|
|
49864
49864
|
queueId: z.ZodString;
|
|
@@ -49872,7 +49872,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
49872
49872
|
type: "QUEUE";
|
|
49873
49873
|
queueId: string;
|
|
49874
49874
|
}> | z.ZodObject<z.extendShape<{
|
|
49875
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
49875
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
49876
49876
|
}, {
|
|
49877
49877
|
type: z.ZodLiteral<"RESERVATION">;
|
|
49878
49878
|
reservationId: z.ZodString;
|
|
@@ -49886,7 +49886,7 @@ export declare const OrderPortalDto: z.ZodObject<{
|
|
|
49886
49886
|
type: "RESERVATION";
|
|
49887
49887
|
reservationId: string;
|
|
49888
49888
|
}> | z.ZodObject<z.extendShape<{
|
|
49889
|
-
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
49889
|
+
type: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
49890
49890
|
}, {
|
|
49891
49891
|
type: z.ZodLiteral<"TAKEAWAY">;
|
|
49892
49892
|
slot: z.ZodString;
|
|
@@ -57276,7 +57276,7 @@ export declare const FdtoOrderQuery: z.ZodObject<{
|
|
|
57276
57276
|
excludeDeliveryStatus: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["CREATING", "NEW", "IN_DELIVER", "PICKING_UP", "IN_RETURN", "CANCELED", "RETURNED", "COMPLETE", "FAILED", "REFUSED"]>, "many">>>;
|
|
57277
57277
|
ascending: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
57278
57278
|
slot: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
57279
|
-
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>>>;
|
|
57279
|
+
subType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>>>;
|
|
57280
57280
|
billIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
57281
57281
|
}, "strip", z.ZodTypeAny, {
|
|
57282
57282
|
slot?: string | null | undefined;
|
|
@@ -57294,7 +57294,7 @@ export declare const FdtoOrderQuery: z.ZodObject<{
|
|
|
57294
57294
|
deliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
57295
57295
|
excludeDeliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
57296
57296
|
ascending?: number | null | undefined;
|
|
57297
|
-
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
57297
|
+
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | null | undefined;
|
|
57298
57298
|
billIds?: string[] | null | undefined;
|
|
57299
57299
|
}, {
|
|
57300
57300
|
slot?: string | null | undefined;
|
|
@@ -57312,7 +57312,7 @@ export declare const FdtoOrderQuery: z.ZodObject<{
|
|
|
57312
57312
|
deliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
57313
57313
|
excludeDeliveryStatus?: ("CREATING" | "NEW" | "IN_DELIVER" | "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "COMPLETE" | "FAILED" | "REFUSED")[] | null | undefined;
|
|
57314
57314
|
ascending?: number | null | undefined;
|
|
57315
|
-
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | null | undefined;
|
|
57315
|
+
subType?: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | null | undefined;
|
|
57316
57316
|
billIds?: string[] | null | undefined;
|
|
57317
57317
|
}>;
|
|
57318
57318
|
export declare const FdtoOrderUpdate: z.AnyZodObject;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const F_ORDER_PAYMENT_TYPE: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
|
|
3
3
|
export declare const F_ORDER_STATUS: z.ZodEnum<["DRAFT", "PENDING_PAYMENT", "ALLOCATING_DELIVERY", "NEW", "ACCEPTED", "DECLINED"]>;
|
|
4
|
-
export declare const F_ORDER_DINE_IN_TYPE: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>;
|
|
4
|
+
export declare const F_ORDER_DINE_IN_TYPE: z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>;
|
|
5
5
|
export declare const F_ORDER_OFFLINE_PAYMENT_TYPE: z.ZodEnum<["QRPAY", "SCANPAY", "SOFTPOS", "TERMINAL"]>;
|
|
6
6
|
export declare const F_ORDER_E_PAYMENT_TYPE: z.ZodEnum<["SCANPAY", "QRPAY", "TERMINAL", "NFC", "TERMINAL_SCAN_PAY", "TERMINAL_QR_PAY"]>;
|
|
7
7
|
export declare const F_ORDER_DELIVERY_TYPE: z.ZodEnum<["IN_HOUSE", "FEEDME"]>;
|
|
@@ -941,7 +941,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
941
941
|
smsSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
942
942
|
enable: z.ZodBoolean;
|
|
943
943
|
action: z.ZodEnum<["ACCEPT", "SERVE"]>;
|
|
944
|
-
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>]>;
|
|
944
|
+
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>]>;
|
|
945
945
|
message: z.ZodObject<{
|
|
946
946
|
raw: z.ZodString;
|
|
947
947
|
keys: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["Bill Receipt Number", "Bill Receipt Total Amount (Net)", "Order Type", "Order Slot", "Order Datetime", "Order Delivery Type", "Restaurant Name", "Restaurant Email", "Restaurant Address", "Restaurant Contact Number"]>>>;
|
|
@@ -957,7 +957,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
957
957
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
958
958
|
raw: string;
|
|
959
959
|
};
|
|
960
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
960
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
961
961
|
enable: boolean;
|
|
962
962
|
action: "ACCEPT" | "SERVE";
|
|
963
963
|
}, {
|
|
@@ -965,7 +965,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
965
965
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
966
966
|
raw: string;
|
|
967
967
|
};
|
|
968
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
968
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
969
969
|
enable: boolean;
|
|
970
970
|
action: "ACCEPT" | "SERVE";
|
|
971
971
|
}>, "many">>>;
|
|
@@ -1242,7 +1242,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1242
1242
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
1243
1243
|
raw: string;
|
|
1244
1244
|
};
|
|
1245
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1245
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1246
1246
|
enable: boolean;
|
|
1247
1247
|
action: "ACCEPT" | "SERVE";
|
|
1248
1248
|
}[] | null | undefined;
|
|
@@ -1423,7 +1423,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1423
1423
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
1424
1424
|
raw: string;
|
|
1425
1425
|
};
|
|
1426
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1426
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1427
1427
|
enable: boolean;
|
|
1428
1428
|
action: "ACCEPT" | "SERVE";
|
|
1429
1429
|
}[] | null | undefined;
|
|
@@ -1031,7 +1031,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1031
1031
|
smsSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1032
1032
|
enable: z.ZodBoolean;
|
|
1033
1033
|
action: z.ZodEnum<["ACCEPT", "SERVE"]>;
|
|
1034
|
-
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>]>;
|
|
1034
|
+
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>]>;
|
|
1035
1035
|
message: z.ZodObject<{
|
|
1036
1036
|
raw: z.ZodString;
|
|
1037
1037
|
keys: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["Bill Receipt Number", "Bill Receipt Total Amount (Net)", "Order Type", "Order Slot", "Order Datetime", "Order Delivery Type", "Restaurant Name", "Restaurant Email", "Restaurant Address", "Restaurant Contact Number"]>>>;
|
|
@@ -1047,7 +1047,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1047
1047
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
1048
1048
|
raw: string;
|
|
1049
1049
|
};
|
|
1050
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1050
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1051
1051
|
enable: boolean;
|
|
1052
1052
|
action: "ACCEPT" | "SERVE";
|
|
1053
1053
|
}, {
|
|
@@ -1055,7 +1055,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1055
1055
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
1056
1056
|
raw: string;
|
|
1057
1057
|
};
|
|
1058
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1058
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1059
1059
|
enable: boolean;
|
|
1060
1060
|
action: "ACCEPT" | "SERVE";
|
|
1061
1061
|
}>, "many">>>;
|
|
@@ -1292,7 +1292,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1292
1292
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
1293
1293
|
raw: string;
|
|
1294
1294
|
};
|
|
1295
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1295
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1296
1296
|
enable: boolean;
|
|
1297
1297
|
action: "ACCEPT" | "SERVE";
|
|
1298
1298
|
}[] | null | undefined;
|
|
@@ -1546,7 +1546,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
|
|
|
1546
1546
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
1547
1547
|
raw: string;
|
|
1548
1548
|
};
|
|
1549
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1549
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
1550
1550
|
enable: boolean;
|
|
1551
1551
|
action: "ACCEPT" | "SERVE";
|
|
1552
1552
|
}[] | null | undefined;
|
|
@@ -2586,7 +2586,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2586
2586
|
smsSettings: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2587
2587
|
enable: z.ZodBoolean;
|
|
2588
2588
|
action: z.ZodEnum<["ACCEPT", "SERVE"]>;
|
|
2589
|
-
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>]>;
|
|
2589
|
+
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>]>;
|
|
2590
2590
|
message: z.ZodObject<{
|
|
2591
2591
|
raw: z.ZodString;
|
|
2592
2592
|
keys: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["Bill Receipt Number", "Bill Receipt Total Amount (Net)", "Order Type", "Order Slot", "Order Datetime", "Order Delivery Type", "Restaurant Name", "Restaurant Email", "Restaurant Address", "Restaurant Contact Number"]>>>;
|
|
@@ -2602,7 +2602,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2602
2602
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
2603
2603
|
raw: string;
|
|
2604
2604
|
};
|
|
2605
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2605
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2606
2606
|
enable: boolean;
|
|
2607
2607
|
action: "ACCEPT" | "SERVE";
|
|
2608
2608
|
}, {
|
|
@@ -2610,7 +2610,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2610
2610
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
2611
2611
|
raw: string;
|
|
2612
2612
|
};
|
|
2613
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2613
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2614
2614
|
enable: boolean;
|
|
2615
2615
|
action: "ACCEPT" | "SERVE";
|
|
2616
2616
|
}>, "many">>>;
|
|
@@ -2847,7 +2847,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
2847
2847
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
2848
2848
|
raw: string;
|
|
2849
2849
|
};
|
|
2850
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2850
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
2851
2851
|
enable: boolean;
|
|
2852
2852
|
action: "ACCEPT" | "SERVE";
|
|
2853
2853
|
}[] | null | undefined;
|
|
@@ -3100,7 +3100,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
|
|
|
3100
3100
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
3101
3101
|
raw: string;
|
|
3102
3102
|
};
|
|
3103
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
3103
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
3104
3104
|
enable: boolean;
|
|
3105
3105
|
action: "ACCEPT" | "SERVE";
|
|
3106
3106
|
}[] | null | undefined;
|
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const FdoOrderSmsSettings: z.ZodObject<{
|
|
3
3
|
enable: z.ZodBoolean;
|
|
4
4
|
action: z.ZodEnum<["ACCEPT", "SERVE"]>;
|
|
5
|
-
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY"]>]>;
|
|
5
|
+
type: z.ZodUnion<[z.ZodEnum<["DINE_IN", "PICKUP", "DELIVERY"]>, z.ZodEnum<["QR", "QUEUE", "RESERVATION", "TAKEAWAY", "KIOSK", "COUNTER"]>]>;
|
|
6
6
|
message: z.ZodObject<{
|
|
7
7
|
raw: z.ZodString;
|
|
8
8
|
keys: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodEnum<["Bill Receipt Number", "Bill Receipt Total Amount (Net)", "Order Type", "Order Slot", "Order Datetime", "Order Delivery Type", "Restaurant Name", "Restaurant Email", "Restaurant Address", "Restaurant Contact Number"]>>>;
|
|
@@ -18,7 +18,7 @@ export declare const FdoOrderSmsSettings: z.ZodObject<{
|
|
|
18
18
|
keys: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number">;
|
|
19
19
|
raw: string;
|
|
20
20
|
};
|
|
21
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
21
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
22
22
|
enable: boolean;
|
|
23
23
|
action: "ACCEPT" | "SERVE";
|
|
24
24
|
}, {
|
|
@@ -26,7 +26,7 @@ export declare const FdoOrderSmsSettings: z.ZodObject<{
|
|
|
26
26
|
keys?: Record<string, "Bill Receipt Number" | "Bill Receipt Total Amount (Net)" | "Order Type" | "Order Slot" | "Order Datetime" | "Order Delivery Type" | "Restaurant Name" | "Restaurant Email" | "Restaurant Address" | "Restaurant Contact Number"> | undefined;
|
|
27
27
|
raw: string;
|
|
28
28
|
};
|
|
29
|
-
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
29
|
+
type: "QUEUE" | "RESERVATION" | "QR" | "TAKEAWAY" | "KIOSK" | "COUNTER" | "DINE_IN" | "PICKUP" | "DELIVERY";
|
|
30
30
|
enable: boolean;
|
|
31
31
|
action: "ACCEPT" | "SERVE";
|
|
32
32
|
}>;
|