@feedmepos/mf-order-setting 0.0.44 → 0.0.46
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-Dd3xcM5X.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-D50Gh7NR.js} +1 -1
- package/dist/KioskView-BGiHHSjd.js +448 -0
- package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-DNuKMNFe.js} +33723 -34786
- package/dist/{app-CKeIud_f.js → app-DGT9bC4M.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-D-vfvSns.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-DAruvcri.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-B82ITnH5.js} +54755 -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 +450 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +680 -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 +77 -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/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,16 @@ 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
|
+
overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
printChecklist?: boolean | null | undefined;
|
|
11
|
+
overridePax?: boolean | null | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
printChecklist?: boolean | null | undefined;
|
|
14
|
+
overridePax?: boolean | null | undefined;
|
|
15
|
+
}>>>;
|
|
6
16
|
v3Settings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
7
17
|
dineInCanTakeaway: z.ZodBoolean;
|
|
8
18
|
anonymousLoginDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -29,7 +39,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
29
39
|
item: boolean;
|
|
30
40
|
checkout: boolean;
|
|
31
41
|
}>>>;
|
|
32
|
-
reservationSettings: z.ZodNullable<z.ZodOptional<z.
|
|
42
|
+
reservationSettings: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
43
|
+
enableIdx: z.ZodOptional<z.ZodNumber>;
|
|
33
44
|
options: z.ZodEffects<z.ZodArray<z.ZodObject<{
|
|
34
45
|
enable: z.ZodBoolean;
|
|
35
46
|
catalogId: z.ZodOptional<z.ZodString>;
|
|
@@ -221,6 +232,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
221
232
|
};
|
|
222
233
|
}[]>;
|
|
223
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
|
+
enableIdx?: number | undefined;
|
|
224
236
|
options: {
|
|
225
237
|
id: number;
|
|
226
238
|
catalogId?: string | undefined;
|
|
@@ -246,56 +258,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
246
258
|
};
|
|
247
259
|
}[];
|
|
248
260
|
}, {
|
|
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
|
-
}, {
|
|
261
|
+
enableIdx?: number | undefined;
|
|
299
262
|
options: {
|
|
300
263
|
catalogId?: string | undefined;
|
|
301
264
|
times?: any;
|
|
@@ -905,6 +868,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
905
868
|
}>, "many">>>;
|
|
906
869
|
disableRemoteQueue: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
907
870
|
disableSMS: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
871
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
872
|
+
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
908
873
|
}, "strip", z.ZodTypeAny, {
|
|
909
874
|
codeSettings?: {
|
|
910
875
|
prefix?: string | null | undefined;
|
|
@@ -918,6 +883,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
918
883
|
}[] | null | undefined;
|
|
919
884
|
disableRemoteQueue?: boolean | null | undefined;
|
|
920
885
|
disableSMS?: boolean | null | undefined;
|
|
886
|
+
printChecklist?: boolean | null | undefined;
|
|
887
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
921
888
|
enableOrder: boolean;
|
|
922
889
|
autoCalledLimit: number;
|
|
923
890
|
duration: number;
|
|
@@ -934,6 +901,8 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
934
901
|
}[] | null | undefined;
|
|
935
902
|
disableRemoteQueue?: boolean | null | undefined;
|
|
936
903
|
disableSMS?: boolean | null | undefined;
|
|
904
|
+
printChecklist?: boolean | null | undefined;
|
|
905
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
937
906
|
enableOrder: boolean;
|
|
938
907
|
autoCalledLimit: number;
|
|
939
908
|
duration: number;
|
|
@@ -976,6 +945,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
976
945
|
dark: z.ZodString;
|
|
977
946
|
backgroundColor: z.ZodString;
|
|
978
947
|
baseColor: z.ZodString;
|
|
948
|
+
bannerColor: z.ZodString;
|
|
979
949
|
typoPrimary: z.ZodString;
|
|
980
950
|
typoSecondary: z.ZodString;
|
|
981
951
|
typoTertiary: z.ZodString;
|
|
@@ -997,6 +967,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
997
967
|
dark: string;
|
|
998
968
|
backgroundColor: string;
|
|
999
969
|
baseColor: string;
|
|
970
|
+
bannerColor: string;
|
|
1000
971
|
typoPrimary: string;
|
|
1001
972
|
typoSecondary: string;
|
|
1002
973
|
typoTertiary: string;
|
|
@@ -1018,6 +989,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1018
989
|
dark: string;
|
|
1019
990
|
backgroundColor: string;
|
|
1020
991
|
baseColor: string;
|
|
992
|
+
bannerColor: string;
|
|
1021
993
|
typoPrimary: string;
|
|
1022
994
|
typoSecondary: string;
|
|
1023
995
|
typoTertiary: string;
|
|
@@ -1041,6 +1013,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1041
1013
|
dark: string;
|
|
1042
1014
|
backgroundColor: string;
|
|
1043
1015
|
baseColor: string;
|
|
1016
|
+
bannerColor: string;
|
|
1044
1017
|
typoPrimary: string;
|
|
1045
1018
|
typoSecondary: string;
|
|
1046
1019
|
typoTertiary: string;
|
|
@@ -1064,6 +1037,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1064
1037
|
dark: string;
|
|
1065
1038
|
backgroundColor: string;
|
|
1066
1039
|
baseColor: string;
|
|
1040
|
+
bannerColor: string;
|
|
1067
1041
|
typoPrimary: string;
|
|
1068
1042
|
typoSecondary: string;
|
|
1069
1043
|
typoTertiary: string;
|
|
@@ -1083,6 +1057,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1083
1057
|
}>>>;
|
|
1084
1058
|
lastOrderMinutesBeforeClose: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1085
1059
|
}, "strip", z.ZodTypeAny, {
|
|
1060
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1086
1061
|
customization?: {
|
|
1087
1062
|
colorScheme?: {
|
|
1088
1063
|
base: string;
|
|
@@ -1090,6 +1065,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1090
1065
|
dark: string;
|
|
1091
1066
|
backgroundColor: string;
|
|
1092
1067
|
baseColor: string;
|
|
1068
|
+
bannerColor: string;
|
|
1093
1069
|
typoPrimary: string;
|
|
1094
1070
|
typoSecondary: string;
|
|
1095
1071
|
typoTertiary: string;
|
|
@@ -1169,14 +1145,17 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1169
1145
|
} | null | undefined;
|
|
1170
1146
|
} | null | undefined;
|
|
1171
1147
|
enableV3?: boolean | null | undefined;
|
|
1172
|
-
|
|
1148
|
+
dineInSettings?: {
|
|
1149
|
+
printChecklist?: boolean | null | undefined;
|
|
1150
|
+
overridePax?: boolean | null | undefined;
|
|
1151
|
+
} | null | undefined;
|
|
1173
1152
|
v3Settings?: {
|
|
1174
1153
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
1175
1154
|
subItemDisplayMode?: "LIST" | null | undefined;
|
|
1176
1155
|
dineInCanTakeaway: boolean;
|
|
1177
1156
|
} | null | undefined;
|
|
1178
1157
|
reservationSettings?: {
|
|
1179
|
-
enableIdx
|
|
1158
|
+
enableIdx?: number | undefined;
|
|
1180
1159
|
options: {
|
|
1181
1160
|
id: number;
|
|
1182
1161
|
catalogId?: string | undefined;
|
|
@@ -1202,6 +1181,25 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1202
1181
|
};
|
|
1203
1182
|
}[];
|
|
1204
1183
|
} | null | undefined;
|
|
1184
|
+
queueSettings?: {
|
|
1185
|
+
codeSettings?: {
|
|
1186
|
+
prefix?: string | null | undefined;
|
|
1187
|
+
end?: number | null | undefined;
|
|
1188
|
+
pax: {
|
|
1189
|
+
min: number;
|
|
1190
|
+
max: number;
|
|
1191
|
+
};
|
|
1192
|
+
start: number;
|
|
1193
|
+
current: number;
|
|
1194
|
+
}[] | null | undefined;
|
|
1195
|
+
disableRemoteQueue?: boolean | null | undefined;
|
|
1196
|
+
disableSMS?: boolean | null | undefined;
|
|
1197
|
+
printChecklist?: boolean | null | undefined;
|
|
1198
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1199
|
+
enableOrder: boolean;
|
|
1200
|
+
autoCalledLimit: number;
|
|
1201
|
+
duration: number;
|
|
1202
|
+
} | null | undefined;
|
|
1205
1203
|
sequenceSettings?: {
|
|
1206
1204
|
pickup?: {
|
|
1207
1205
|
digit?: number | null | undefined;
|
|
@@ -1247,25 +1245,9 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1247
1245
|
action: "ACCEPT" | "SERVE";
|
|
1248
1246
|
}[] | null | undefined;
|
|
1249
1247
|
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
1248
|
_id: string;
|
|
1268
1249
|
}, {
|
|
1250
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1269
1251
|
customization?: {
|
|
1270
1252
|
colorScheme?: {
|
|
1271
1253
|
base: string;
|
|
@@ -1273,6 +1255,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1273
1255
|
dark: string;
|
|
1274
1256
|
backgroundColor: string;
|
|
1275
1257
|
baseColor: string;
|
|
1258
|
+
bannerColor: string;
|
|
1276
1259
|
typoPrimary: string;
|
|
1277
1260
|
typoSecondary: string;
|
|
1278
1261
|
typoTertiary: string;
|
|
@@ -1352,13 +1335,17 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1352
1335
|
} | null | undefined;
|
|
1353
1336
|
} | null | undefined;
|
|
1354
1337
|
enableV3?: boolean | null | undefined;
|
|
1355
|
-
|
|
1338
|
+
dineInSettings?: {
|
|
1339
|
+
printChecklist?: boolean | null | undefined;
|
|
1340
|
+
overridePax?: boolean | null | undefined;
|
|
1341
|
+
} | null | undefined;
|
|
1356
1342
|
v3Settings?: {
|
|
1357
1343
|
anonymousLoginDialog?: boolean | null | undefined;
|
|
1358
1344
|
subItemDisplayMode?: "LIST" | null | undefined;
|
|
1359
1345
|
dineInCanTakeaway: boolean;
|
|
1360
1346
|
} | null | undefined;
|
|
1361
1347
|
reservationSettings?: {
|
|
1348
|
+
enableIdx?: number | undefined;
|
|
1362
1349
|
options: {
|
|
1363
1350
|
catalogId?: string | undefined;
|
|
1364
1351
|
times?: any;
|
|
@@ -1383,6 +1370,25 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1383
1370
|
};
|
|
1384
1371
|
}[];
|
|
1385
1372
|
} | null | undefined;
|
|
1373
|
+
queueSettings?: {
|
|
1374
|
+
codeSettings?: {
|
|
1375
|
+
prefix?: string | null | undefined;
|
|
1376
|
+
end?: number | null | undefined;
|
|
1377
|
+
pax: {
|
|
1378
|
+
min: number;
|
|
1379
|
+
max: number;
|
|
1380
|
+
};
|
|
1381
|
+
start: number;
|
|
1382
|
+
current: number;
|
|
1383
|
+
}[] | null | undefined;
|
|
1384
|
+
disableRemoteQueue?: boolean | null | undefined;
|
|
1385
|
+
disableSMS?: boolean | null | undefined;
|
|
1386
|
+
printChecklist?: boolean | null | undefined;
|
|
1387
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1388
|
+
enableOrder: boolean;
|
|
1389
|
+
autoCalledLimit: number;
|
|
1390
|
+
duration: number;
|
|
1391
|
+
} | null | undefined;
|
|
1386
1392
|
sequenceSettings?: {
|
|
1387
1393
|
pickup?: {
|
|
1388
1394
|
prefix?: string | undefined;
|
|
@@ -1428,23 +1434,6 @@ export declare const FdoOrderSettings: z.ZodObject<{
|
|
|
1428
1434
|
action: "ACCEPT" | "SERVE";
|
|
1429
1435
|
}[] | null | undefined;
|
|
1430
1436
|
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
1437
|
_id: string;
|
|
1449
1438
|
}>;
|
|
1450
1439
|
export type FdoOrderSettings = z.infer<typeof FdoOrderSettings>;
|