@feedmepos/mf-order-setting 0.0.21-beta.3 → 0.0.22
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-Cb7Rw7t8.js → KioskDevicesView-C6YmdLKc.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js} +2 -2
- package/dist/{KioskSettingView-BQgyeWbo.js → KioskSettingView-D-muNxlb.js} +1 -1
- package/dist/{KioskView-BLkuqfZ_.js → KioskView-kcjjk4fF.js} +4 -4
- package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-D_bGK-3J.js} +34007 -32821
- package/dist/{app-BY258ajB.js → app-C5qwExhL.js} +41 -23
- package/dist/app.js +1 -1
- package/dist/common/convertor/index.d.ts +2 -0
- package/dist/common/sms/index.d.ts +1 -1
- package/dist/common/util/index.d.ts +6 -0
- package/dist/{dayjs.min-4COVK72W.js → dayjs.min-kEC9G7bx.js} +36 -36
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
- package/dist/frontend/mf-order/src/app.d.ts +18 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-t_7ThPjm.js → index-C_53CwBa.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
- package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +34 -22
- package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
- package/dist/package/entity/member/member.dto.d.ts +33 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
- package/dist/package/entity/order/order.do.d.ts +37 -0
- package/dist/package/entity/order/order.dto.d.ts +808 -17435
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +82 -82
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +339 -291
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
- package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -41
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +40 -0
- package/dist/{auth.dto-BOoRSQkS.js → queue.do-Vog69wnQ.js} +30760 -30095
- package/package.json +4 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/helpers/menu.ts +2 -2
- package/src/locales/en-US.json +11 -1
- package/src/locales/zh-CN.json +10 -1
- package/src/stores/restaurant/index.ts +4 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
- package/src/views/order-settings/delivery/delivery.data.ts +16 -1
- package/src/views/order-settings/delivery/delivery.ts +1 -0
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
- package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +214 -158
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const F_INCOMING_ORDER_STATUS: z.ZodEnum<["PENDING", "PROCESSED", "VOIDED"]>;
|
|
3
3
|
export declare const F_INTEGRATION_ORDER_STATUS: z.ZodEnum<["REJECT", "DONE_PREPARED", "ACCEPT"]>;
|
|
4
|
-
export declare const F_INCOMING_EVENT_TYPE: z.ZodEnum<["DRIVER_INFO_CHANGED"]>;
|
|
4
|
+
export declare const F_INCOMING_EVENT_TYPE: z.ZodEnum<["DRIVER_INFO_CHANGED", "REFUND"]>;
|
|
5
5
|
export type F_INCOMING_ORDER_STATUS = z.infer<typeof F_INCOMING_ORDER_STATUS>;
|
|
6
6
|
export type F_INCOMING_EVENT_TYPE = z.infer<typeof F_INCOMING_EVENT_TYPE>;
|
|
7
7
|
export type F_INTEGRATION_ORDER_STATUS = z.infer<typeof F_INTEGRATION_ORDER_STATUS>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './auth/auth.dto';
|
|
1
2
|
export * from './booking/booking.enum';
|
|
2
3
|
export * from './business/business.dto';
|
|
3
4
|
export * from './clickup/clickup.dto';
|
|
@@ -21,8 +22,21 @@ export * from './general/number.dto';
|
|
|
21
22
|
export * from './general/search.dto';
|
|
22
23
|
export * from './incoming-order/incoming-order-to-bill.dto';
|
|
23
24
|
export * from './incoming-order/incoming-order.enum';
|
|
25
|
+
export * from './kiosk/marketing/marketing.dto';
|
|
26
|
+
export * from './kiosk/scanner/scanner.enum';
|
|
27
|
+
export * from './marketing/marketing.dto';
|
|
28
|
+
export * from './member/member.dto';
|
|
24
29
|
export * from './money/money.enum';
|
|
25
30
|
export * from './order-platform/base-integration.do';
|
|
31
|
+
export * from './order-platform/external/auth/external-auth.do';
|
|
32
|
+
export * from './order-platform/external/auth/external-auth.dto';
|
|
33
|
+
export * from './order-platform/external/menu/external-menu.dto';
|
|
34
|
+
export * from './order-platform/external/menu/external-menu.enum';
|
|
35
|
+
export * from './order-platform/external/order/external-order.do';
|
|
36
|
+
export * from './order-platform/external/order/external-order.dto';
|
|
37
|
+
export * from './order-platform/external/order/external-order.enum';
|
|
38
|
+
export * from './order-platform/external/setting/external-setting.do';
|
|
39
|
+
export * from './order-platform/external/setting/external-setting.dto';
|
|
26
40
|
export * from './order-platform/foodpanda/foodpanda-settings.do';
|
|
27
41
|
export * from './order-platform/foodpanda/foodpanda-settings.dto';
|
|
28
42
|
export * from './order-platform/foodpanda/foodpanda.enum';
|
|
@@ -34,6 +48,10 @@ export * from './order-platform/shopeefood/shopeefood-menu.do';
|
|
|
34
48
|
export * from './order-platform/shopeefood/shopeefood-settings.do';
|
|
35
49
|
export * from './order-platform/shopeefood/shopeefood-settings.dto';
|
|
36
50
|
export * from './order-platform/shopeefood/shopeefood.enum';
|
|
51
|
+
export * from './order-setting/customization/color.do';
|
|
52
|
+
export * from './order-setting/customization/color.dto';
|
|
53
|
+
export * from './order-setting/kiosk/kiosk.do';
|
|
54
|
+
export * from './order-setting/kiosk/kiosk.dto';
|
|
37
55
|
export * from './order-setting/order-setting.dto';
|
|
38
56
|
export * from './order-setting/queue/queue.do';
|
|
39
57
|
export * from './order-setting/queue/queue.dto';
|
|
@@ -48,25 +66,26 @@ export * from './order-setting/upselling/upselling.do';
|
|
|
48
66
|
export * from './order-setting/upselling/upselling.dto';
|
|
49
67
|
export * from './order-setting/v3/v3.do';
|
|
50
68
|
export * from './order-setting/v3/v3.dto';
|
|
51
|
-
export * from './order-setting/kiosk/kiosk.dto';
|
|
52
|
-
export * from './order-setting/customization/color.dto';
|
|
53
|
-
export * from './order-setting/customization/color.do';
|
|
54
69
|
export * from './order/dine-in/dine-in.dto';
|
|
55
70
|
export * from './order/dine-in/qr.do';
|
|
56
71
|
export * from './order/dine-in/reservation.do';
|
|
57
72
|
export * from './order/dine-in/reservation.dto';
|
|
58
|
-
export * from './order/effects/effect.dto';
|
|
59
73
|
export * from './order/effects/effect.enum';
|
|
60
|
-
export * from './order/
|
|
74
|
+
export * from './order/manager/manager.dto';
|
|
75
|
+
export * from './order/manager/manager.enum';
|
|
61
76
|
export * from './order/order-item/order-item.dto';
|
|
62
77
|
export * from './order/order.enum';
|
|
63
78
|
export * from './order/payment/payment.dto';
|
|
64
79
|
export * from './order/pickup/pickup.do';
|
|
65
80
|
export * from './order/pickup/pickup.dto';
|
|
66
81
|
export * from './order/timeslot/timeslot.enum';
|
|
67
|
-
export * from './order/manager/manager.enum';
|
|
68
|
-
export * from './order/manager/manager.dto';
|
|
69
82
|
export * from './pagination/pagination.dto';
|
|
83
|
+
export * from './payment/payment.dto';
|
|
84
|
+
export * from './payment/payment.enum';
|
|
85
|
+
export * from './printer/printer.do';
|
|
86
|
+
export * from './pubsub/ably/ably.do';
|
|
87
|
+
export * from './pubsub/ably/ably.enum';
|
|
88
|
+
export * from './pubsub/pubsub.enum';
|
|
70
89
|
export * from './queue/queue.enum';
|
|
71
90
|
export * from './restaurant/restaurant.dto';
|
|
72
91
|
export * from './user/user.do';
|
|
@@ -77,6 +96,9 @@ export * from './delivery/gateway/kosmo.dto';
|
|
|
77
96
|
export * from './delivery/gateway/pandago.dto';
|
|
78
97
|
export * from './incoming-order/incoming-order.do';
|
|
79
98
|
export * from './incoming-order/incoming-order.dto';
|
|
99
|
+
export * from './kiosk/scanner/scanner.do';
|
|
100
|
+
export * from './kiosk/scanner/scanner.dto';
|
|
101
|
+
export * from './order-platform/external/menu/external-menu.do';
|
|
80
102
|
export * from './order-platform/foodpanda/foodpanda-menu.dto';
|
|
81
103
|
export * from './order-platform/foodpanda/foodpanda-order.do';
|
|
82
104
|
export * from './order-platform/foodpanda/foodpanda-order.dto';
|
|
@@ -86,28 +108,18 @@ export * from './order-platform/order-platform.dto';
|
|
|
86
108
|
export * from './order-platform/shopeefood/shopeefood-order.do';
|
|
87
109
|
export * from './order-platform/shopeefood/shopeefood-order.dto';
|
|
88
110
|
export * from './order-setting/order-setting.do';
|
|
111
|
+
export * from './order/delivery/delivery.do';
|
|
89
112
|
export * from './order/dine-in/dine-in.do';
|
|
113
|
+
export * from './order/effects/effect.dto';
|
|
90
114
|
export * from './order/timeslot/timeslot.dto';
|
|
91
115
|
export * from './queue/queue.dto';
|
|
92
116
|
export * from './delivery/delivery.dto';
|
|
117
|
+
export * from './kiosk/kiosk.do';
|
|
118
|
+
export * from './kiosk/kiosk.dto';
|
|
93
119
|
export * from './order-platform/grabfood/grabfood-menu.do';
|
|
94
120
|
export * from './websocket/websocket.dto';
|
|
95
121
|
export * from './delivery/delivery.do';
|
|
96
122
|
export * from './order/order.do';
|
|
97
123
|
export * from './order/order.dto';
|
|
124
|
+
export * from './order/menu/menu.dto';
|
|
98
125
|
export * from './queue/queue.do';
|
|
99
|
-
export * from './marketing/marketing.dto';
|
|
100
|
-
export * from './member/member.dto';
|
|
101
|
-
export * from './payment/payment.enum';
|
|
102
|
-
export * from './payment/payment.dto';
|
|
103
|
-
export * from './kiosk/kiosk.do';
|
|
104
|
-
export * from './kiosk/kiosk.dto';
|
|
105
|
-
export * from './printer/printer.do';
|
|
106
|
-
export * from './kiosk/scanner/scanner.do';
|
|
107
|
-
export * from './kiosk/scanner/scanner.dto';
|
|
108
|
-
export * from './kiosk/scanner/scanner.enum';
|
|
109
|
-
export * from './kiosk/marketing/marketing.dto';
|
|
110
|
-
export * from './pubsub/pubsub.enum';
|
|
111
|
-
export * from './pubsub/ably/ably.enum';
|
|
112
|
-
export * from './pubsub/ably/ably.do';
|
|
113
|
-
export * from './auth/auth.dto';
|
|
@@ -516,8 +516,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
516
516
|
merchantId: string;
|
|
517
517
|
terminalId: string;
|
|
518
518
|
} | null | undefined;
|
|
519
|
-
token: string;
|
|
520
519
|
machineId: string;
|
|
520
|
+
token: string;
|
|
521
521
|
}, {
|
|
522
522
|
name?: string | null | undefined;
|
|
523
523
|
scannerInfo?: {
|
|
@@ -593,8 +593,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
593
593
|
merchantId: string;
|
|
594
594
|
terminalId: string;
|
|
595
595
|
} | null | undefined;
|
|
596
|
-
token: string;
|
|
597
596
|
machineId: string;
|
|
597
|
+
token: string;
|
|
598
598
|
}>;
|
|
599
599
|
export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
600
600
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1092,8 +1092,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1092
1092
|
merchantId: string;
|
|
1093
1093
|
terminalId: string;
|
|
1094
1094
|
} | null | undefined;
|
|
1095
|
-
token: string;
|
|
1096
1095
|
machineId: string;
|
|
1096
|
+
token: string;
|
|
1097
1097
|
}, {
|
|
1098
1098
|
name?: string | null | undefined;
|
|
1099
1099
|
scannerInfo?: {
|
|
@@ -1169,8 +1169,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1169
1169
|
merchantId: string;
|
|
1170
1170
|
terminalId: string;
|
|
1171
1171
|
} | null | undefined;
|
|
1172
|
-
token: string;
|
|
1173
1172
|
machineId: string;
|
|
1173
|
+
token: string;
|
|
1174
1174
|
}>, "many">>>;
|
|
1175
1175
|
otp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1176
1176
|
code: z.ZodString;
|
|
@@ -1258,8 +1258,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1258
1258
|
merchantId: string;
|
|
1259
1259
|
terminalId: string;
|
|
1260
1260
|
} | null | undefined;
|
|
1261
|
-
token: string;
|
|
1262
1261
|
machineId: string;
|
|
1262
|
+
token: string;
|
|
1263
1263
|
}[] | null | undefined;
|
|
1264
1264
|
otp?: {
|
|
1265
1265
|
code: string;
|
|
@@ -1342,8 +1342,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1342
1342
|
merchantId: string;
|
|
1343
1343
|
terminalId: string;
|
|
1344
1344
|
} | null | undefined;
|
|
1345
|
-
token: string;
|
|
1346
1345
|
machineId: string;
|
|
1346
|
+
token: string;
|
|
1347
1347
|
}[] | null | undefined;
|
|
1348
1348
|
otp?: {
|
|
1349
1349
|
code: string;
|
|
@@ -1847,8 +1847,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1847
1847
|
merchantId: string;
|
|
1848
1848
|
terminalId: string;
|
|
1849
1849
|
} | null | undefined;
|
|
1850
|
-
token: string;
|
|
1851
1850
|
machineId: string;
|
|
1851
|
+
token: string;
|
|
1852
1852
|
}, {
|
|
1853
1853
|
name?: string | null | undefined;
|
|
1854
1854
|
scannerInfo?: {
|
|
@@ -1924,8 +1924,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1924
1924
|
merchantId: string;
|
|
1925
1925
|
terminalId: string;
|
|
1926
1926
|
} | null | undefined;
|
|
1927
|
-
token: string;
|
|
1928
1927
|
machineId: string;
|
|
1928
|
+
token: string;
|
|
1929
1929
|
}>, "many">>>;
|
|
1930
1930
|
otp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1931
1931
|
code: z.ZodString;
|
|
@@ -2432,8 +2432,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2432
2432
|
merchantId: string;
|
|
2433
2433
|
terminalId: string;
|
|
2434
2434
|
} | null | undefined;
|
|
2435
|
-
token: string;
|
|
2436
2435
|
machineId: string;
|
|
2436
|
+
token: string;
|
|
2437
2437
|
}, {
|
|
2438
2438
|
name?: string | null | undefined;
|
|
2439
2439
|
scannerInfo?: {
|
|
@@ -2509,8 +2509,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2509
2509
|
merchantId: string;
|
|
2510
2510
|
terminalId: string;
|
|
2511
2511
|
} | null | undefined;
|
|
2512
|
-
token: string;
|
|
2513
2512
|
machineId: string;
|
|
2513
|
+
token: string;
|
|
2514
2514
|
}>;
|
|
2515
2515
|
}>, "strip", z.ZodTypeAny, {
|
|
2516
2516
|
_id: string;
|
|
@@ -2589,8 +2589,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2589
2589
|
merchantId: string;
|
|
2590
2590
|
terminalId: string;
|
|
2591
2591
|
} | null | undefined;
|
|
2592
|
-
token: string;
|
|
2593
2592
|
machineId: string;
|
|
2593
|
+
token: string;
|
|
2594
2594
|
};
|
|
2595
2595
|
}, {
|
|
2596
2596
|
_id: string;
|
|
@@ -2669,8 +2669,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2669
2669
|
merchantId: string;
|
|
2670
2670
|
terminalId: string;
|
|
2671
2671
|
} | null | undefined;
|
|
2672
|
-
token: string;
|
|
2673
2672
|
machineId: string;
|
|
2673
|
+
token: string;
|
|
2674
2674
|
};
|
|
2675
2675
|
}>;
|
|
2676
2676
|
export type FdoOtpInfo = z.infer<typeof FdoOtpInfo>;
|
|
@@ -512,8 +512,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
512
512
|
merchantId: string;
|
|
513
513
|
terminalId: string;
|
|
514
514
|
} | null | undefined;
|
|
515
|
-
token: string;
|
|
516
515
|
machineId: string;
|
|
516
|
+
token: string;
|
|
517
517
|
scannerInfo: {
|
|
518
518
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
519
519
|
type: "CAPACITOR";
|
|
@@ -600,8 +600,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
600
600
|
merchantId: string;
|
|
601
601
|
terminalId: string;
|
|
602
602
|
} | null | undefined;
|
|
603
|
-
token: string;
|
|
604
603
|
machineId: string;
|
|
604
|
+
token: string;
|
|
605
605
|
}>;
|
|
606
606
|
export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
607
607
|
printerInfo: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -1663,8 +1663,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1663
1663
|
merchantId: string;
|
|
1664
1664
|
terminalId: string;
|
|
1665
1665
|
} | null | undefined;
|
|
1666
|
-
token: string;
|
|
1667
1666
|
machineId: string;
|
|
1667
|
+
token: string;
|
|
1668
1668
|
scannerInfo: {
|
|
1669
1669
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
1670
1670
|
type: "CAPACITOR";
|
|
@@ -1751,8 +1751,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1751
1751
|
merchantId: string;
|
|
1752
1752
|
terminalId: string;
|
|
1753
1753
|
} | null | undefined;
|
|
1754
|
-
token: string;
|
|
1755
1754
|
machineId: string;
|
|
1755
|
+
token: string;
|
|
1756
1756
|
}>, "many">>>;
|
|
1757
1757
|
otp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1758
1758
|
code: z.ZodString;
|
|
@@ -1829,8 +1829,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1829
1829
|
merchantId: string;
|
|
1830
1830
|
terminalId: string;
|
|
1831
1831
|
} | null | undefined;
|
|
1832
|
-
token: string;
|
|
1833
1832
|
machineId: string;
|
|
1833
|
+
token: string;
|
|
1834
1834
|
scannerInfo: {
|
|
1835
1835
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
1836
1836
|
type: "CAPACITOR";
|
|
@@ -1924,8 +1924,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1924
1924
|
merchantId: string;
|
|
1925
1925
|
terminalId: string;
|
|
1926
1926
|
} | null | undefined;
|
|
1927
|
-
token: string;
|
|
1928
1927
|
machineId: string;
|
|
1928
|
+
token: string;
|
|
1929
1929
|
}[] | null | undefined;
|
|
1930
1930
|
otp?: {
|
|
1931
1931
|
code: string;
|
|
@@ -2418,8 +2418,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2418
2418
|
merchantId: string;
|
|
2419
2419
|
terminalId: string;
|
|
2420
2420
|
} | null | undefined;
|
|
2421
|
-
token: string;
|
|
2422
2421
|
machineId: string;
|
|
2422
|
+
token: string;
|
|
2423
2423
|
scannerInfo: {
|
|
2424
2424
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
2425
2425
|
type: "CAPACITOR";
|
|
@@ -2506,8 +2506,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2506
2506
|
merchantId: string;
|
|
2507
2507
|
terminalId: string;
|
|
2508
2508
|
} | null | undefined;
|
|
2509
|
-
token: string;
|
|
2510
2509
|
machineId: string;
|
|
2510
|
+
token: string;
|
|
2511
2511
|
}>, "many">>>;
|
|
2512
2512
|
otp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2513
2513
|
code: z.ZodString;
|
|
@@ -3003,8 +3003,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3003
3003
|
merchantId: string;
|
|
3004
3004
|
terminalId: string;
|
|
3005
3005
|
} | null | undefined;
|
|
3006
|
-
token: string;
|
|
3007
3006
|
machineId: string;
|
|
3007
|
+
token: string;
|
|
3008
3008
|
scannerInfo: {
|
|
3009
3009
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
3010
3010
|
type: "CAPACITOR";
|
|
@@ -3091,8 +3091,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3091
3091
|
merchantId: string;
|
|
3092
3092
|
terminalId: string;
|
|
3093
3093
|
} | null | undefined;
|
|
3094
|
-
token: string;
|
|
3095
3094
|
machineId: string;
|
|
3095
|
+
token: string;
|
|
3096
3096
|
}>;
|
|
3097
3097
|
}>, "strip", z.ZodTypeAny, {
|
|
3098
3098
|
_id: string;
|
|
@@ -3160,8 +3160,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3160
3160
|
merchantId: string;
|
|
3161
3161
|
terminalId: string;
|
|
3162
3162
|
} | null | undefined;
|
|
3163
|
-
token: string;
|
|
3164
3163
|
machineId: string;
|
|
3164
|
+
token: string;
|
|
3165
3165
|
scannerInfo: {
|
|
3166
3166
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
3167
3167
|
type: "CAPACITOR";
|
|
@@ -3251,8 +3251,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3251
3251
|
merchantId: string;
|
|
3252
3252
|
terminalId: string;
|
|
3253
3253
|
} | null | undefined;
|
|
3254
|
-
token: string;
|
|
3255
3254
|
machineId: string;
|
|
3255
|
+
token: string;
|
|
3256
3256
|
};
|
|
3257
3257
|
}>;
|
|
3258
3258
|
export declare const KioskOtpDto: z.ZodObject<{
|