@feedmepos/mf-order-setting 0.0.43 → 0.0.45
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-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
- package/dist/KioskView-CN-Dk8fn.js +448 -0
- package/dist/{OrderSettingsView-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
- package/dist/{app-Db1lhCv7.js → app-BK8d3ff5.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +72 -0
- package/dist/frontend/mf-order/src/main.d.ts +72 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
- package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
- package/dist/package/entity/booking/booking.do.d.ts +168 -2368
- package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +2 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
- package/dist/package/entity/order/order.do.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +390 -974
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
- package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
- package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
- package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
- package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
- package/dist/package/entity/queue/queue.dto.d.ts +76 -14
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
- package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
- package/package.json +3 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/locales/en-US.json +24 -0
- package/src/locales/th-TH.json +24 -0
- package/src/locales/zh-CN.json +24 -0
- package/src/modules/kiosk/interface.ts +1 -0
- package/src/stores/kiosk/mapper.ts +1 -0
- package/src/stores/order-setting/mapper.ts +20 -33
- package/src/stores/restaurant/index.ts +7 -3
- package/src/views/all-orders/FilterStatus.vue +1 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
- package/src/views/order-settings/OrderSettingsView.vue +13 -5
- package/src/views/order-settings/delivery/DeliverySetting.vue +10 -5
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
- package/src/views/order-settings/delivery/delivery.data.ts +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
- package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
- package/src/views/order-settings/general/GeneralSetting.vue +2 -2
- package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
- package/src/views/order-settings/queue/QueueSetting.vue +358 -0
- package/dist/KioskView-KNiT-upH.js +0 -453
|
@@ -142,6 +142,7 @@ export declare const FdoShopeeFoodSettings: z.ZodObject<z.extendShape<{
|
|
|
142
142
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
143
143
|
updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
144
144
|
menuSyncError: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
145
|
+
syncV2: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
145
146
|
}>, "strip", z.ZodTypeAny, {
|
|
146
147
|
status?: string | null | undefined;
|
|
147
148
|
_id?: string | undefined;
|
|
@@ -151,6 +152,7 @@ export declare const FdoShopeeFoodSettings: z.ZodObject<z.extendShape<{
|
|
|
151
152
|
showProductAddon?: boolean | null | undefined;
|
|
152
153
|
updatedAt?: string | null | undefined;
|
|
153
154
|
menuSyncError?: string | null | undefined;
|
|
155
|
+
syncV2?: boolean | null | undefined;
|
|
154
156
|
enable: boolean;
|
|
155
157
|
autoCloseBill: boolean;
|
|
156
158
|
reportConfig: {
|
|
@@ -174,6 +176,7 @@ export declare const FdoShopeeFoodSettings: z.ZodObject<z.extendShape<{
|
|
|
174
176
|
showProductAddon?: boolean | null | undefined;
|
|
175
177
|
updatedAt?: string | null | undefined;
|
|
176
178
|
menuSyncError?: string | null | undefined;
|
|
179
|
+
syncV2?: boolean | null | undefined;
|
|
177
180
|
enable: boolean;
|
|
178
181
|
autoCloseBill: boolean;
|
|
179
182
|
reportConfig: {
|
|
@@ -63,6 +63,7 @@ export declare const FdtoCreateOrUpdateShopeeFoodSettings: z.ZodObject<Omit<z.ex
|
|
|
63
63
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
64
64
|
updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
65
65
|
menuSyncError: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
66
|
+
syncV2: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
66
67
|
}>, never>, "strip", z.ZodTypeAny, {
|
|
67
68
|
status?: string | null | undefined;
|
|
68
69
|
_id?: string | undefined;
|
|
@@ -72,6 +73,7 @@ export declare const FdtoCreateOrUpdateShopeeFoodSettings: z.ZodObject<Omit<z.ex
|
|
|
72
73
|
showProductAddon?: boolean | null | undefined;
|
|
73
74
|
updatedAt?: string | null | undefined;
|
|
74
75
|
menuSyncError?: string | null | undefined;
|
|
76
|
+
syncV2?: boolean | null | undefined;
|
|
75
77
|
enable: boolean;
|
|
76
78
|
autoCloseBill: boolean;
|
|
77
79
|
reportConfig: {
|
|
@@ -95,6 +97,7 @@ export declare const FdtoCreateOrUpdateShopeeFoodSettings: z.ZodObject<Omit<z.ex
|
|
|
95
97
|
showProductAddon?: boolean | null | undefined;
|
|
96
98
|
updatedAt?: string | null | undefined;
|
|
97
99
|
menuSyncError?: string | null | undefined;
|
|
100
|
+
syncV2?: boolean | null | undefined;
|
|
98
101
|
enable: boolean;
|
|
99
102
|
autoCloseBill: boolean;
|
|
100
103
|
reportConfig: {
|
|
@@ -5,6 +5,7 @@ export declare const FdoColorSchemeSettings: z.ZodObject<{
|
|
|
5
5
|
dark: z.ZodString;
|
|
6
6
|
backgroundColor: z.ZodString;
|
|
7
7
|
baseColor: z.ZodString;
|
|
8
|
+
bannerColor: z.ZodString;
|
|
8
9
|
typoPrimary: z.ZodString;
|
|
9
10
|
typoSecondary: z.ZodString;
|
|
10
11
|
typoTertiary: z.ZodString;
|
|
@@ -26,6 +27,7 @@ export declare const FdoColorSchemeSettings: z.ZodObject<{
|
|
|
26
27
|
dark: string;
|
|
27
28
|
backgroundColor: string;
|
|
28
29
|
baseColor: string;
|
|
30
|
+
bannerColor: string;
|
|
29
31
|
typoPrimary: string;
|
|
30
32
|
typoSecondary: string;
|
|
31
33
|
typoTertiary: string;
|
|
@@ -47,6 +49,7 @@ export declare const FdoColorSchemeSettings: z.ZodObject<{
|
|
|
47
49
|
dark: string;
|
|
48
50
|
backgroundColor: string;
|
|
49
51
|
baseColor: string;
|
|
52
|
+
bannerColor: string;
|
|
50
53
|
typoPrimary: string;
|
|
51
54
|
typoSecondary: string;
|
|
52
55
|
typoTertiary: string;
|
|
@@ -30,7 +30,7 @@ export declare const DisplayStandSettingDto: z.ZodObject<{
|
|
|
30
30
|
}>;
|
|
31
31
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
32
32
|
padDigit: z.ZodNumber;
|
|
33
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
33
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
34
34
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
35
35
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
36
36
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -42,7 +42,6 @@ export declare const DisplayStandSettingDto: z.ZodObject<{
|
|
|
42
42
|
paid?: Record<string, string> | null | undefined;
|
|
43
43
|
}>>>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
46
45
|
submitOrderInstruction?: {
|
|
47
46
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
48
47
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -54,6 +53,7 @@ export declare const DisplayStandSettingDto: z.ZodObject<{
|
|
|
54
53
|
};
|
|
55
54
|
prefix: string | null;
|
|
56
55
|
padDigit: number;
|
|
56
|
+
enablePaxDialog: boolean | null;
|
|
57
57
|
}, {
|
|
58
58
|
enabled?: boolean | undefined;
|
|
59
59
|
prefix?: string | null | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const DisplayStandSettingDto: z.ZodObject<{
|
|
|
70
70
|
}>;
|
|
71
71
|
export declare const KioskPickAtCounterSettingDto: z.ZodObject<{
|
|
72
72
|
enabled: z.ZodBoolean;
|
|
73
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
73
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
74
74
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
75
75
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
76
76
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -82,12 +82,12 @@ export declare const KioskPickAtCounterSettingDto: z.ZodObject<{
|
|
|
82
82
|
paid?: Record<string, string> | null | undefined;
|
|
83
83
|
}>>>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
86
85
|
submitOrderInstruction?: {
|
|
87
86
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
88
87
|
paid?: Record<string, string> | null | undefined;
|
|
89
88
|
} | null | undefined;
|
|
90
89
|
enabled: boolean;
|
|
90
|
+
enablePaxDialog: boolean | null;
|
|
91
91
|
}, {
|
|
92
92
|
enablePaxDialog?: boolean | null | undefined;
|
|
93
93
|
submitOrderInstruction?: {
|
|
@@ -100,7 +100,7 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
100
100
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
101
101
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
102
102
|
enabled: z.ZodBoolean;
|
|
103
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
103
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
104
104
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
105
105
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
106
106
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -112,12 +112,12 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
112
112
|
paid?: Record<string, string> | null | undefined;
|
|
113
113
|
}>>>;
|
|
114
114
|
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
116
115
|
submitOrderInstruction?: {
|
|
117
116
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
118
117
|
paid?: Record<string, string> | null | undefined;
|
|
119
118
|
} | null | undefined;
|
|
120
119
|
enabled: boolean;
|
|
120
|
+
enablePaxDialog: boolean | null;
|
|
121
121
|
}, {
|
|
122
122
|
enablePaxDialog?: boolean | null | undefined;
|
|
123
123
|
submitOrderInstruction?: {
|
|
@@ -146,7 +146,7 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
146
146
|
}>;
|
|
147
147
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
148
148
|
padDigit: z.ZodNumber;
|
|
149
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
149
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
150
150
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
151
151
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
152
152
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -158,7 +158,6 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
158
158
|
paid?: Record<string, string> | null | undefined;
|
|
159
159
|
}>>>;
|
|
160
160
|
}, "strip", z.ZodTypeAny, {
|
|
161
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
162
161
|
submitOrderInstruction?: {
|
|
163
162
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
164
163
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -170,6 +169,7 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
170
169
|
};
|
|
171
170
|
prefix: string | null;
|
|
172
171
|
padDigit: number;
|
|
172
|
+
enablePaxDialog: boolean | null;
|
|
173
173
|
}, {
|
|
174
174
|
enabled?: boolean | undefined;
|
|
175
175
|
prefix?: string | null | undefined;
|
|
@@ -187,15 +187,14 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
requiredSlot?: boolean | null | undefined;
|
|
189
189
|
pickUp?: {
|
|
190
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
191
190
|
submitOrderInstruction?: {
|
|
192
191
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
193
192
|
paid?: Record<string, string> | null | undefined;
|
|
194
193
|
} | null | undefined;
|
|
195
194
|
enabled: boolean;
|
|
195
|
+
enablePaxDialog: boolean | null;
|
|
196
196
|
} | null | undefined;
|
|
197
197
|
displayStand?: {
|
|
198
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
199
198
|
submitOrderInstruction?: {
|
|
200
199
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
201
200
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -207,6 +206,7 @@ export declare const OrderKioskDineIn: z.ZodObject<{
|
|
|
207
206
|
};
|
|
208
207
|
prefix: string | null;
|
|
209
208
|
padDigit: number;
|
|
209
|
+
enablePaxDialog: boolean | null;
|
|
210
210
|
} | null | undefined;
|
|
211
211
|
}, {
|
|
212
212
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -366,7 +366,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
366
366
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
367
367
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
368
368
|
enabled: z.ZodBoolean;
|
|
369
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
369
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
370
370
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
371
371
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
372
372
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -378,12 +378,12 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
378
378
|
paid?: Record<string, string> | null | undefined;
|
|
379
379
|
}>>>;
|
|
380
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
382
381
|
submitOrderInstruction?: {
|
|
383
382
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
384
383
|
paid?: Record<string, string> | null | undefined;
|
|
385
384
|
} | null | undefined;
|
|
386
385
|
enabled: boolean;
|
|
386
|
+
enablePaxDialog: boolean | null;
|
|
387
387
|
}, {
|
|
388
388
|
enablePaxDialog?: boolean | null | undefined;
|
|
389
389
|
submitOrderInstruction?: {
|
|
@@ -412,7 +412,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
412
412
|
}>;
|
|
413
413
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
414
414
|
padDigit: z.ZodNumber;
|
|
415
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
415
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
416
416
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
417
417
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
418
418
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -424,7 +424,6 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
424
424
|
paid?: Record<string, string> | null | undefined;
|
|
425
425
|
}>>>;
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
428
427
|
submitOrderInstruction?: {
|
|
429
428
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
430
429
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -436,6 +435,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
436
435
|
};
|
|
437
436
|
prefix: string | null;
|
|
438
437
|
padDigit: number;
|
|
438
|
+
enablePaxDialog: boolean | null;
|
|
439
439
|
}, {
|
|
440
440
|
enabled?: boolean | undefined;
|
|
441
441
|
prefix?: string | null | undefined;
|
|
@@ -453,15 +453,14 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
453
453
|
}, "strip", z.ZodTypeAny, {
|
|
454
454
|
requiredSlot?: boolean | null | undefined;
|
|
455
455
|
pickUp?: {
|
|
456
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
457
456
|
submitOrderInstruction?: {
|
|
458
457
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
459
458
|
paid?: Record<string, string> | null | undefined;
|
|
460
459
|
} | null | undefined;
|
|
461
460
|
enabled: boolean;
|
|
461
|
+
enablePaxDialog: boolean | null;
|
|
462
462
|
} | null | undefined;
|
|
463
463
|
displayStand?: {
|
|
464
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
465
464
|
submitOrderInstruction?: {
|
|
466
465
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
467
466
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -473,6 +472,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
473
472
|
};
|
|
474
473
|
prefix: string | null;
|
|
475
474
|
padDigit: number;
|
|
475
|
+
enablePaxDialog: boolean | null;
|
|
476
476
|
} | null | undefined;
|
|
477
477
|
}, {
|
|
478
478
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -632,15 +632,14 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
632
632
|
dineIn?: {
|
|
633
633
|
requiredSlot?: boolean | null | undefined;
|
|
634
634
|
pickUp?: {
|
|
635
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
636
635
|
submitOrderInstruction?: {
|
|
637
636
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
638
637
|
paid?: Record<string, string> | null | undefined;
|
|
639
638
|
} | null | undefined;
|
|
640
639
|
enabled: boolean;
|
|
640
|
+
enablePaxDialog: boolean | null;
|
|
641
641
|
} | null | undefined;
|
|
642
642
|
displayStand?: {
|
|
643
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
644
643
|
submitOrderInstruction?: {
|
|
645
644
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
646
645
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -652,6 +651,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
|
|
|
652
651
|
};
|
|
653
652
|
prefix: string | null;
|
|
654
653
|
padDigit: number;
|
|
654
|
+
enablePaxDialog: boolean | null;
|
|
655
655
|
} | null | undefined;
|
|
656
656
|
} | null | undefined;
|
|
657
657
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -3,6 +3,13 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
3
3
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4
4
|
enableV3: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5
5
|
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6
|
+
dineInSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
printChecklist?: boolean | null | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
printChecklist?: boolean | null | undefined;
|
|
12
|
+
}>>>;
|
|
6
13
|
v3Settings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7
14
|
dineInCanTakeaway: z.ZodBoolean;
|
|
8
15
|
anonymousLoginDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -29,7 +36,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
29
36
|
item: boolean;
|
|
30
37
|
checkout: boolean;
|
|
31
38
|
}>>>;
|
|
32
|
-
reservationSettings: z.ZodNullable<z.ZodOptional<z.
|
|
39
|
+
reservationSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
40
|
+
enableIdx: z.ZodOptional<z.ZodNumber>;
|
|
33
41
|
options: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
34
42
|
enable: z.ZodBoolean;
|
|
35
43
|
catalogId: z.ZodOptional<z.ZodString>;
|
|
@@ -221,6 +229,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
221
229
|
};
|
|
222
230
|
}[]>;
|
|
223
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
|
+
enableIdx?: number | undefined;
|
|
224
233
|
options: {
|
|
225
234
|
id: number;
|
|
226
235
|
catalogId?: string | undefined;
|
|
@@ -246,56 +255,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
246
255
|
};
|
|
247
256
|
}[];
|
|
248
257
|
}, {
|
|
249
|
-
|
|
250
|
-
catalogId?: string | undefined;
|
|
251
|
-
times?: any;
|
|
252
|
-
enable: boolean;
|
|
253
|
-
charges: {
|
|
254
|
-
deposit: {
|
|
255
|
-
rate?: number | undefined;
|
|
256
|
-
fixed: {
|
|
257
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
258
|
-
amount: number;
|
|
259
|
-
precision: number;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
serviceCharge: {
|
|
263
|
-
rate?: number | undefined;
|
|
264
|
-
fixed: {
|
|
265
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
266
|
-
amount: number;
|
|
267
|
-
precision: number;
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
};
|
|
271
|
-
}[];
|
|
272
|
-
}>, {
|
|
273
|
-
enableIdx: number | undefined;
|
|
274
|
-
options: {
|
|
275
|
-
id: number;
|
|
276
|
-
catalogId?: string | undefined;
|
|
277
|
-
times?: any;
|
|
278
|
-
enable: boolean;
|
|
279
|
-
charges: {
|
|
280
|
-
deposit: {
|
|
281
|
-
rate?: number | undefined;
|
|
282
|
-
fixed: {
|
|
283
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
284
|
-
amount: number;
|
|
285
|
-
precision: number;
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
serviceCharge: {
|
|
289
|
-
rate?: number | undefined;
|
|
290
|
-
fixed: {
|
|
291
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
292
|
-
amount: number;
|
|
293
|
-
precision: number;
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
};
|
|
297
|
-
}[];
|
|
298
|
-
}, {
|
|
258
|
+
enableIdx?: number | undefined;
|
|
299
259
|
options: {
|
|
300
260
|
catalogId?: string | undefined;
|
|
301
261
|
times?: any;
|
|
@@ -905,6 +865,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
905
865
|
}>, "many">>>;
|
|
906
866
|
disableRemoteQueue: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
907
867
|
disableSMS: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
868
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
869
|
+
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
908
870
|
}, "strip", z.ZodTypeAny, {
|
|
909
871
|
codeSettings?: {
|
|
910
872
|
prefix?: string | null | undefined;
|
|
@@ -918,6 +880,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
918
880
|
}[] | null | undefined;
|
|
919
881
|
disableRemoteQueue?: boolean | null | undefined;
|
|
920
882
|
disableSMS?: boolean | null | undefined;
|
|
883
|
+
printChecklist?: boolean | null | undefined;
|
|
884
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
921
885
|
enableOrder: boolean;
|
|
922
886
|
autoCalledLimit: number;
|
|
923
887
|
duration: number;
|
|
@@ -934,6 +898,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
934
898
|
}[] | null | undefined;
|
|
935
899
|
disableRemoteQueue?: boolean | null | undefined;
|
|
936
900
|
disableSMS?: boolean | null | undefined;
|
|
901
|
+
printChecklist?: boolean | null | undefined;
|
|
902
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
937
903
|
enableOrder: boolean;
|
|
938
904
|
autoCalledLimit: number;
|
|
939
905
|
duration: number;
|
|
@@ -976,6 +942,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
976
942
|
dark: z.ZodString;
|
|
977
943
|
backgroundColor: z.ZodString;
|
|
978
944
|
baseColor: z.ZodString;
|
|
945
|
+
bannerColor: z.ZodString;
|
|
979
946
|
typoPrimary: z.ZodString;
|
|
980
947
|
typoSecondary: z.ZodString;
|
|
981
948
|
typoTertiary: z.ZodString;
|
|
@@ -997,6 +964,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
997
964
|
dark: string;
|
|
998
965
|
backgroundColor: string;
|
|
999
966
|
baseColor: string;
|
|
967
|
+
bannerColor: string;
|
|
1000
968
|
typoPrimary: string;
|
|
1001
969
|
typoSecondary: string;
|
|
1002
970
|
typoTertiary: string;
|
|
@@ -1018,6 +986,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1018
986
|
dark: string;
|
|
1019
987
|
backgroundColor: string;
|
|
1020
988
|
baseColor: string;
|
|
989
|
+
bannerColor: string;
|
|
1021
990
|
typoPrimary: string;
|
|
1022
991
|
typoSecondary: string;
|
|
1023
992
|
typoTertiary: string;
|
|
@@ -1041,6 +1010,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1041
1010
|
dark: string;
|
|
1042
1011
|
backgroundColor: string;
|
|
1043
1012
|
baseColor: string;
|
|
1013
|
+
bannerColor: string;
|
|
1044
1014
|
typoPrimary: string;
|
|
1045
1015
|
typoSecondary: string;
|
|
1046
1016
|
typoTertiary: string;
|
|
@@ -1064,6 +1034,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1064
1034
|
dark: string;
|
|
1065
1035
|
backgroundColor: string;
|
|
1066
1036
|
baseColor: string;
|
|
1037
|
+
bannerColor: string;
|
|
1067
1038
|
typoPrimary: string;
|
|
1068
1039
|
typoSecondary: string;
|
|
1069
1040
|
typoTertiary: string;
|
|
@@ -1083,6 +1054,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1083
1054
|
}>>>;
|
|
1084
1055
|
lastOrderMinutesBeforeClose: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1085
1056
|
}, "strip", z.ZodTypeAny, {
|
|
1057
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1086
1058
|
customization?: {
|
|
1087
1059
|
colorScheme?: {
|
|
1088
1060
|
base: string;
|
|
@@ -1090,6 +1062,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1090
1062
|
dark: string;
|
|
1091
1063
|
backgroundColor: string;
|
|
1092
1064
|
baseColor: string;
|
|
1065
|
+
bannerColor: string;
|
|
1093
1066
|
typoPrimary: string;
|
|
1094
1067
|
typoSecondary: string;
|
|
1095
1068
|
typoTertiary: string;
|
|
@@ -1169,14 +1142,16 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1169
1142
|
} | null | undefined;
|
|
1170
1143
|
} | null | undefined;
|
|
1171
1144
|
enableV3?: boolean | null | undefined;
|
|
1172
|
-
|
|
1145
|
+
dineInSettings?: {
|
|
1146
|
+
printChecklist?: boolean | null | undefined;
|
|
1147
|
+
} | null | undefined;
|
|
1173
1148
|
v3Settings?: {
|
|
1174
1149
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
1175
1150
|
subItemDisplayMode?: "LIST" | null | undefined;
|
|
1176
1151
|
dineInCanTakeaway: boolean;
|
|
1177
1152
|
} | null | undefined;
|
|
1178
1153
|
reservationSettings?: {
|
|
1179
|
-
enableIdx
|
|
1154
|
+
enableIdx?: number | undefined;
|
|
1180
1155
|
options: {
|
|
1181
1156
|
id: number;
|
|
1182
1157
|
catalogId?: string | undefined;
|
|
@@ -1202,6 +1177,25 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1202
1177
|
};
|
|
1203
1178
|
}[];
|
|
1204
1179
|
} | null | undefined;
|
|
1180
|
+
queueSettings?: {
|
|
1181
|
+
codeSettings?: {
|
|
1182
|
+
prefix?: string | null | undefined;
|
|
1183
|
+
end?: number | null | undefined;
|
|
1184
|
+
pax: {
|
|
1185
|
+
min: number;
|
|
1186
|
+
max: number;
|
|
1187
|
+
};
|
|
1188
|
+
start: number;
|
|
1189
|
+
current: number;
|
|
1190
|
+
}[] | null | undefined;
|
|
1191
|
+
disableRemoteQueue?: boolean | null | undefined;
|
|
1192
|
+
disableSMS?: boolean | null | undefined;
|
|
1193
|
+
printChecklist?: boolean | null | undefined;
|
|
1194
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1195
|
+
enableOrder: boolean;
|
|
1196
|
+
autoCalledLimit: number;
|
|
1197
|
+
duration: number;
|
|
1198
|
+
} | null | undefined;
|
|
1205
1199
|
sequenceSettings?: {
|
|
1206
1200
|
pickup?: {
|
|
1207
1201
|
digit?: number | null | undefined;
|
|
@@ -1247,25 +1241,9 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1247
1241
|
action: "ACCEPT" | "SERVE";
|
|
1248
1242
|
}[] | null | undefined;
|
|
1249
1243
|
lastOrderMinutesBeforeClose?: number | null | undefined;
|
|
1250
|
-
queueSettings?: {
|
|
1251
|
-
codeSettings?: {
|
|
1252
|
-
prefix?: string | null | undefined;
|
|
1253
|
-
end?: number | null | undefined;
|
|
1254
|
-
pax: {
|
|
1255
|
-
min: number;
|
|
1256
|
-
max: number;
|
|
1257
|
-
};
|
|
1258
|
-
start: number;
|
|
1259
|
-
current: number;
|
|
1260
|
-
}[] | null | undefined;
|
|
1261
|
-
disableRemoteQueue?: boolean | null | undefined;
|
|
1262
|
-
disableSMS?: boolean | null | undefined;
|
|
1263
|
-
enableOrder: boolean;
|
|
1264
|
-
autoCalledLimit: number;
|
|
1265
|
-
duration: number;
|
|
1266
|
-
} | null | undefined;
|
|
1267
1244
|
_id: string;
|
|
1268
1245
|
}, {
|
|
1246
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1269
1247
|
customization?: {
|
|
1270
1248
|
colorScheme?: {
|
|
1271
1249
|
base: string;
|
|
@@ -1273,6 +1251,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1273
1251
|
dark: string;
|
|
1274
1252
|
backgroundColor: string;
|
|
1275
1253
|
baseColor: string;
|
|
1254
|
+
bannerColor: string;
|
|
1276
1255
|
typoPrimary: string;
|
|
1277
1256
|
typoSecondary: string;
|
|
1278
1257
|
typoTertiary: string;
|
|
@@ -1352,13 +1331,16 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1352
1331
|
} | null | undefined;
|
|
1353
1332
|
} | null | undefined;
|
|
1354
1333
|
enableV3?: boolean | null | undefined;
|
|
1355
|
-
|
|
1334
|
+
dineInSettings?: {
|
|
1335
|
+
printChecklist?: boolean | null | undefined;
|
|
1336
|
+
} | null | undefined;
|
|
1356
1337
|
v3Settings?: {
|
|
1357
1338
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
1358
1339
|
subItemDisplayMode?: "LIST" | null | undefined;
|
|
1359
1340
|
dineInCanTakeaway: boolean;
|
|
1360
1341
|
} | null | undefined;
|
|
1361
1342
|
reservationSettings?: {
|
|
1343
|
+
enableIdx?: number | undefined;
|
|
1362
1344
|
options: {
|
|
1363
1345
|
catalogId?: string | undefined;
|
|
1364
1346
|
times?: any;
|
|
@@ -1383,6 +1365,25 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1383
1365
|
};
|
|
1384
1366
|
}[];
|
|
1385
1367
|
} | null | undefined;
|
|
1368
|
+
queueSettings?: {
|
|
1369
|
+
codeSettings?: {
|
|
1370
|
+
prefix?: string | null | undefined;
|
|
1371
|
+
end?: number | null | undefined;
|
|
1372
|
+
pax: {
|
|
1373
|
+
min: number;
|
|
1374
|
+
max: number;
|
|
1375
|
+
};
|
|
1376
|
+
start: number;
|
|
1377
|
+
current: number;
|
|
1378
|
+
}[] | null | undefined;
|
|
1379
|
+
disableRemoteQueue?: boolean | null | undefined;
|
|
1380
|
+
disableSMS?: boolean | null | undefined;
|
|
1381
|
+
printChecklist?: boolean | null | undefined;
|
|
1382
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1383
|
+
enableOrder: boolean;
|
|
1384
|
+
autoCalledLimit: number;
|
|
1385
|
+
duration: number;
|
|
1386
|
+
} | null | undefined;
|
|
1386
1387
|
sequenceSettings?: {
|
|
1387
1388
|
pickup?: {
|
|
1388
1389
|
prefix?: string | undefined;
|
|
@@ -1428,23 +1429,6 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1428
1429
|
action: "ACCEPT" | "SERVE";
|
|
1429
1430
|
}[] | null | undefined;
|
|
1430
1431
|
lastOrderMinutesBeforeClose?: number | null | undefined;
|
|
1431
|
-
queueSettings?: {
|
|
1432
|
-
codeSettings?: {
|
|
1433
|
-
prefix?: string | null | undefined;
|
|
1434
|
-
end?: number | null | undefined;
|
|
1435
|
-
pax: {
|
|
1436
|
-
min: number;
|
|
1437
|
-
max: number;
|
|
1438
|
-
};
|
|
1439
|
-
start: number;
|
|
1440
|
-
current: number;
|
|
1441
|
-
}[] | null | undefined;
|
|
1442
|
-
disableRemoteQueue?: boolean | null | undefined;
|
|
1443
|
-
disableSMS?: boolean | null | undefined;
|
|
1444
|
-
enableOrder: boolean;
|
|
1445
|
-
autoCalledLimit: number;
|
|
1446
|
-
duration: number;
|
|
1447
|
-
} | null | undefined;
|
|
1448
1432
|
_id: string;
|
|
1449
1433
|
}>;
|
|
1450
1434
|
export type FdoOrderSettings = z.infer<typeof FdoOrderSettings>;
|