@feedmepos/mf-order-setting 0.0.54 → 0.0.57-prod
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-CMKNjgWx.js → KioskDevicesView-CVnUSyRk.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-B1sNvlUC.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-XcAx8n.js} +2 -2
- package/dist/KioskSettingView-69arsdyn.js +744 -0
- package/dist/{KioskView-U-Wg8oMC.js → KioskView-hndM6pEn.js} +60 -57
- package/dist/{OrderSettingsView-BWzaITT6.js → OrderSettingsView-BBOKp6kp.js} +4 -4
- package/dist/{app-CFfgPAd8.js → app-SgEu0Zl4.js} +77 -69
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CuRr-wlf.js → dayjs.min-puCJYept.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +8 -0
- package/dist/frontend/mf-order/src/main.d.ts +8 -0
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +2 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +6 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +4 -4
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-Bj0bCGTm.js → index-CtMw6yZU.js} +1 -1
- package/dist/{menu.dto-DAh1J2ES.js → menu.dto-Csu6ZBea.js} +2 -0
- package/dist/package/entity/food-court/order.do.d.ts +4 -24
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1 -12341
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +22443 -3
- package/dist/package/entity/order/order.do.d.ts +1 -1
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +2 -2
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +2 -2
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +5 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +10 -0
- package/dist/package/entity/queue/queue.do.d.ts +3 -8
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +5 -0
- package/dist/package/entity/websocket/websocket.dto.d.ts +12 -0
- package/package.json +1 -1
- package/src/locales/en-US.json +2 -0
- package/src/locales/ja-JP.json +11 -9
- package/src/locales/th-TH.json +2 -0
- package/src/locales/zh-CN.json +2 -0
- package/src/main.ts +5 -5
- package/src/modules/order-setting/kiosk/interface.ts +19 -17
- package/src/stores/order-setting/mapper.ts +66 -63
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +19 -1
- package/src/views/kiosk/settings/KioskSettingView.vue +56 -34
- package/src/views/order-settings/OrderSettingsView.vue +1 -1
- package/src/views/order-settings/drive-thru/DriveThruSetting.vue +4 -4
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +1 -5
- package/dist/KioskSettingView-BE_pMA-i.js +0 -720
|
@@ -67418,6 +67418,7 @@ const Sn = g.string().length(7).regex(/^#/), ik = g.object({
|
|
|
67418
67418
|
takeaway: CW.nullish(),
|
|
67419
67419
|
paymentSetting: AW.nullish(),
|
|
67420
67420
|
menuItem: jW.nullish(),
|
|
67421
|
+
otaChannel: g.string().nullish(),
|
|
67421
67422
|
coverImageLandscape: g.string().nullish(),
|
|
67422
67423
|
coverImagePortrait: g.string().nullish()
|
|
67423
67424
|
}), lM = g.record(ok, g.string()), ZI = g.object({
|
|
@@ -67453,6 +67454,7 @@ const Sn = g.string().length(7).regex(/^#/), ik = g.object({
|
|
|
67453
67454
|
takeaway: qW.nullish(),
|
|
67454
67455
|
paymentSetting: DW.nullish(),
|
|
67455
67456
|
menuItem: BW.nullish(),
|
|
67457
|
+
otaChannel: g.string().nullish(),
|
|
67456
67458
|
coverImageLandscape: g.string().nullish(),
|
|
67457
67459
|
coverImagePortrait: g.string().nullish()
|
|
67458
67460
|
}).default({
|
|
@@ -1,36 +1,17 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const F_FOOD_COURT_CUSTOMER_STATUS: z.ZodEnum<["DRAFT", "COMPLETE"]>;
|
|
3
|
-
export declare const FdoFoodCourtOrderPayment: z.
|
|
4
|
-
type: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
|
|
5
|
-
transactions: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>>;
|
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
transactions?: string[] | null | undefined;
|
|
8
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
9
|
-
}, {
|
|
10
|
-
transactions?: string[] | null | undefined;
|
|
11
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
12
|
-
}>;
|
|
3
|
+
export declare const FdoFoodCourtOrderPayment: z.AnyZodObject;
|
|
13
4
|
export declare const FdoFoodCourtOrder: z.ZodObject<{
|
|
14
5
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
15
6
|
foodCourtId: z.ZodEffects<z.ZodString, string, string>;
|
|
16
7
|
orderIds: z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">;
|
|
17
|
-
payment: z.ZodOptional<z.
|
|
18
|
-
type: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
|
|
19
|
-
transactions: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
transactions?: string[] | null | undefined;
|
|
22
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
23
|
-
}, {
|
|
24
|
-
transactions?: string[] | null | undefined;
|
|
25
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
26
|
-
}>>;
|
|
8
|
+
payment: z.ZodOptional<z.AnyZodObject>;
|
|
27
9
|
customerStatus: z.ZodDefault<z.ZodEnum<["DRAFT", "COMPLETE"]>>;
|
|
28
10
|
lastUpdatedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
29
11
|
}, "strip", z.ZodTypeAny, {
|
|
30
12
|
lastUpdatedAt?: Date | null | undefined;
|
|
31
13
|
payment?: {
|
|
32
|
-
|
|
33
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
14
|
+
[x: string]: any;
|
|
34
15
|
} | undefined;
|
|
35
16
|
_id: string;
|
|
36
17
|
foodCourtId: string;
|
|
@@ -39,8 +20,7 @@ export declare const FdoFoodCourtOrder: z.ZodObject<{
|
|
|
39
20
|
}, {
|
|
40
21
|
lastUpdatedAt?: Date | null | undefined;
|
|
41
22
|
payment?: {
|
|
42
|
-
|
|
43
|
-
type: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
|
|
23
|
+
[x: string]: any;
|
|
44
24
|
} | undefined;
|
|
45
25
|
customerStatus?: "COMPLETE" | "DRAFT" | undefined;
|
|
46
26
|
_id: string;
|