@feedmepos/mf-order-setting 0.0.22 → 0.0.24
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-C6YmdLKc.js → KioskDevicesView-DGkvW2mH.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BGZLd8T_.js} +2 -2
- package/dist/KioskSettingView-DLb5nnCu.js +821 -0
- package/dist/KioskView-kZZYSfUh.js +430 -0
- package/dist/{OrderSettingsView-D_bGK-3J.js → OrderSettingsView-Cil4j9G5.js} +14 -11
- package/dist/{app-C5qwExhL.js → app-D47VRl5B.js} +47 -39
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-kEC9G7bx.js → dayjs.min-R4180ukF.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +8 -0
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +17 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +192 -12
- package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +4 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +9 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +15 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +4 -3
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-C_53CwBa.js → index-DgLlDwJK.js} +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +129 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +255 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.enum.d.ts +3 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +156 -8
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +312 -16
- package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +4 -4
- package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +4 -4
- package/dist/package/entity/payment/payment.enum.d.ts +2 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +154 -6
- package/dist/package/entity/websocket/websocket.dto.d.ts +328 -0
- package/dist/{queue.do-Vog69wnQ.js → queue.do-CNMuossU.js} +4540 -4517
- package/package.json +1 -1
- package/src/locales/en-US.json +5 -2
- package/src/locales/zh-CN.json +4 -0
- package/src/modules/order-setting/kiosk/interface.ts +20 -0
- package/src/stores/order-setting/mapper.ts +68 -11
- package/src/views/kiosk/settings/KioskDineInSection.vue +4 -5
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +36 -0
- package/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue +33 -0
- package/src/views/kiosk/settings/KioskInstructionSection.vue +40 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +30 -19
- package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +45 -7
- package/src/views/kiosk/settings/KioskSettingView.vue +41 -3
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +38 -4
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +3 -8
- package/dist/KioskSettingView-D-muNxlb.js +0 -649
- package/dist/KioskView-kcjjk4fF.js +0 -371
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as i, s as _, S as p, r as o } from "./dayjs.min-
|
|
2
|
-
import "./queue.do-
|
|
1
|
+
import { g as i, s as _, S as p, r as o } from "./dayjs.min-R4180ukF.js";
|
|
2
|
+
import "./queue.do-CNMuossU.js";
|
|
3
3
|
async function C() {
|
|
4
4
|
const r = await o().get("/order-settings");
|
|
5
5
|
return i(r);
|
|
@@ -339,14 +339,14 @@ export declare const FPPayment: z.ZodObject<{
|
|
|
339
339
|
vatName: z.ZodString;
|
|
340
340
|
}, "strip", z.ZodTypeAny, {
|
|
341
341
|
type: string;
|
|
342
|
-
status: "
|
|
342
|
+
status: "paid" | "pending";
|
|
343
343
|
remoteCode: string;
|
|
344
344
|
requiredMoneyChange: string;
|
|
345
345
|
vatId: string;
|
|
346
346
|
vatName: string;
|
|
347
347
|
}, {
|
|
348
348
|
type: string;
|
|
349
|
-
status: "
|
|
349
|
+
status: "paid" | "pending";
|
|
350
350
|
remoteCode: string;
|
|
351
351
|
requiredMoneyChange: string;
|
|
352
352
|
vatId: string;
|
|
@@ -803,14 +803,14 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
803
803
|
vatName: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
805
|
type: string;
|
|
806
|
-
status: "
|
|
806
|
+
status: "paid" | "pending";
|
|
807
807
|
remoteCode: string;
|
|
808
808
|
requiredMoneyChange: string;
|
|
809
809
|
vatId: string;
|
|
810
810
|
vatName: string;
|
|
811
811
|
}, {
|
|
812
812
|
type: string;
|
|
813
|
-
status: "
|
|
813
|
+
status: "paid" | "pending";
|
|
814
814
|
remoteCode: string;
|
|
815
815
|
requiredMoneyChange: string;
|
|
816
816
|
vatId: string;
|
|
@@ -1104,7 +1104,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1104
1104
|
};
|
|
1105
1105
|
payment: {
|
|
1106
1106
|
type: string;
|
|
1107
|
-
status: "
|
|
1107
|
+
status: "paid" | "pending";
|
|
1108
1108
|
remoteCode: string;
|
|
1109
1109
|
requiredMoneyChange: string;
|
|
1110
1110
|
vatId: string;
|
|
@@ -1250,7 +1250,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1250
1250
|
};
|
|
1251
1251
|
payment: {
|
|
1252
1252
|
type: string;
|
|
1253
|
-
status: "
|
|
1253
|
+
status: "paid" | "pending";
|
|
1254
1254
|
remoteCode: string;
|
|
1255
1255
|
requiredMoneyChange: string;
|
|
1256
1256
|
vatId: string;
|
|
@@ -1557,14 +1557,14 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1557
1557
|
vatName: z.ZodString;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
1559
|
type: string;
|
|
1560
|
-
status: "
|
|
1560
|
+
status: "paid" | "pending";
|
|
1561
1561
|
remoteCode: string;
|
|
1562
1562
|
requiredMoneyChange: string;
|
|
1563
1563
|
vatId: string;
|
|
1564
1564
|
vatName: string;
|
|
1565
1565
|
}, {
|
|
1566
1566
|
type: string;
|
|
1567
|
-
status: "
|
|
1567
|
+
status: "paid" | "pending";
|
|
1568
1568
|
remoteCode: string;
|
|
1569
1569
|
requiredMoneyChange: string;
|
|
1570
1570
|
vatId: string;
|
|
@@ -1858,7 +1858,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1858
1858
|
};
|
|
1859
1859
|
payment: {
|
|
1860
1860
|
type: string;
|
|
1861
|
-
status: "
|
|
1861
|
+
status: "paid" | "pending";
|
|
1862
1862
|
remoteCode: string;
|
|
1863
1863
|
requiredMoneyChange: string;
|
|
1864
1864
|
vatId: string;
|
|
@@ -2004,7 +2004,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2004
2004
|
};
|
|
2005
2005
|
payment: {
|
|
2006
2006
|
type: string;
|
|
2007
|
-
status: "
|
|
2007
|
+
status: "paid" | "pending";
|
|
2008
2008
|
remoteCode: string;
|
|
2009
2009
|
requiredMoneyChange: string;
|
|
2010
2010
|
vatId: string;
|
|
@@ -2157,7 +2157,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2157
2157
|
};
|
|
2158
2158
|
payment: {
|
|
2159
2159
|
type: string;
|
|
2160
|
-
status: "
|
|
2160
|
+
status: "paid" | "pending";
|
|
2161
2161
|
remoteCode: string;
|
|
2162
2162
|
requiredMoneyChange: string;
|
|
2163
2163
|
vatId: string;
|
|
@@ -2311,7 +2311,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2311
2311
|
};
|
|
2312
2312
|
payment: {
|
|
2313
2313
|
type: string;
|
|
2314
|
-
status: "
|
|
2314
|
+
status: "paid" | "pending";
|
|
2315
2315
|
remoteCode: string;
|
|
2316
2316
|
requiredMoneyChange: string;
|
|
2317
2317
|
vatId: string;
|
|
@@ -3224,14 +3224,14 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3224
3224
|
vatName: z.ZodString;
|
|
3225
3225
|
}, "strip", z.ZodTypeAny, {
|
|
3226
3226
|
type: string;
|
|
3227
|
-
status: "
|
|
3227
|
+
status: "paid" | "pending";
|
|
3228
3228
|
remoteCode: string;
|
|
3229
3229
|
requiredMoneyChange: string;
|
|
3230
3230
|
vatId: string;
|
|
3231
3231
|
vatName: string;
|
|
3232
3232
|
}, {
|
|
3233
3233
|
type: string;
|
|
3234
|
-
status: "
|
|
3234
|
+
status: "paid" | "pending";
|
|
3235
3235
|
remoteCode: string;
|
|
3236
3236
|
requiredMoneyChange: string;
|
|
3237
3237
|
vatId: string;
|
|
@@ -3530,7 +3530,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3530
3530
|
};
|
|
3531
3531
|
payment: {
|
|
3532
3532
|
type: string;
|
|
3533
|
-
status: "
|
|
3533
|
+
status: "paid" | "pending";
|
|
3534
3534
|
remoteCode: string;
|
|
3535
3535
|
requiredMoneyChange: string;
|
|
3536
3536
|
vatId: string;
|
|
@@ -3678,7 +3678,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3678
3678
|
};
|
|
3679
3679
|
payment: {
|
|
3680
3680
|
type: string;
|
|
3681
|
-
status: "
|
|
3681
|
+
status: "paid" | "pending";
|
|
3682
3682
|
remoteCode: string;
|
|
3683
3683
|
requiredMoneyChange: string;
|
|
3684
3684
|
vatId: string;
|
|
@@ -298,14 +298,14 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
298
298
|
vatName: z.ZodString;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
300
|
type: string;
|
|
301
|
-
status: "
|
|
301
|
+
status: "paid" | "pending";
|
|
302
302
|
remoteCode: string;
|
|
303
303
|
requiredMoneyChange: string;
|
|
304
304
|
vatId: string;
|
|
305
305
|
vatName: string;
|
|
306
306
|
}, {
|
|
307
307
|
type: string;
|
|
308
|
-
status: "
|
|
308
|
+
status: "paid" | "pending";
|
|
309
309
|
remoteCode: string;
|
|
310
310
|
requiredMoneyChange: string;
|
|
311
311
|
vatId: string;
|
|
@@ -599,7 +599,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
599
599
|
};
|
|
600
600
|
payment: {
|
|
601
601
|
type: string;
|
|
602
|
-
status: "
|
|
602
|
+
status: "paid" | "pending";
|
|
603
603
|
remoteCode: string;
|
|
604
604
|
requiredMoneyChange: string;
|
|
605
605
|
vatId: string;
|
|
@@ -745,7 +745,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
745
745
|
};
|
|
746
746
|
payment: {
|
|
747
747
|
type: string;
|
|
748
|
-
status: "
|
|
748
|
+
status: "paid" | "pending";
|
|
749
749
|
remoteCode: string;
|
|
750
750
|
requiredMoneyChange: string;
|
|
751
751
|
vatId: string;
|
|
@@ -4113,7 +4113,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4113
4113
|
};
|
|
4114
4114
|
payment: {
|
|
4115
4115
|
type: string;
|
|
4116
|
-
status: "
|
|
4116
|
+
status: "paid" | "pending";
|
|
4117
4117
|
remoteCode: string;
|
|
4118
4118
|
requiredMoneyChange: string;
|
|
4119
4119
|
vatId: string;
|
|
@@ -4646,7 +4646,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4646
4646
|
};
|
|
4647
4647
|
payment: {
|
|
4648
4648
|
type: string;
|
|
4649
|
-
status: "
|
|
4649
|
+
status: "paid" | "pending";
|
|
4650
4650
|
remoteCode: string;
|
|
4651
4651
|
requiredMoneyChange: string;
|
|
4652
4652
|
vatId: string;
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
export declare const FdoKioskTextSetting: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3
|
+
export declare const FdoKioskOrderInstructionSetting: z.ZodObject<{
|
|
4
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
5
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
8
|
+
paid?: Record<string, string> | null | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
11
|
+
paid?: Record<string, string> | null | undefined;
|
|
12
|
+
}>;
|
|
2
13
|
export declare const FdoEPaymentMethod: z.ZodObject<{
|
|
3
14
|
card: z.ZodObject<{
|
|
4
15
|
terminal: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -129,9 +140,30 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
129
140
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
130
141
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
131
142
|
enabled: z.ZodBoolean;
|
|
143
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
144
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
145
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
146
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
147
|
+
}, "strip", z.ZodTypeAny, {
|
|
148
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
149
|
+
paid?: Record<string, string> | null | undefined;
|
|
150
|
+
}, {
|
|
151
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
152
|
+
paid?: Record<string, string> | null | undefined;
|
|
153
|
+
}>>>;
|
|
132
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
+
submitOrderInstruction?: {
|
|
156
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
157
|
+
paid?: Record<string, string> | null | undefined;
|
|
158
|
+
} | null | undefined;
|
|
133
159
|
enabled: boolean;
|
|
160
|
+
enablePaxDialog: boolean | null;
|
|
134
161
|
}, {
|
|
162
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
163
|
+
submitOrderInstruction?: {
|
|
164
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
165
|
+
paid?: Record<string, string> | null | undefined;
|
|
166
|
+
} | null | undefined;
|
|
135
167
|
enabled: boolean;
|
|
136
168
|
}>>>;
|
|
137
169
|
displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -154,7 +186,22 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
154
186
|
}>;
|
|
155
187
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
156
188
|
padDigit: z.ZodNumber;
|
|
189
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
190
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
191
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
192
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
193
|
+
}, "strip", z.ZodTypeAny, {
|
|
194
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
195
|
+
paid?: Record<string, string> | null | undefined;
|
|
196
|
+
}, {
|
|
197
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
198
|
+
paid?: Record<string, string> | null | undefined;
|
|
199
|
+
}>>>;
|
|
157
200
|
}, "strip", z.ZodTypeAny, {
|
|
201
|
+
submitOrderInstruction?: {
|
|
202
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
203
|
+
paid?: Record<string, string> | null | undefined;
|
|
204
|
+
} | null | undefined;
|
|
158
205
|
enabled: boolean;
|
|
159
206
|
standSlotRange: {
|
|
160
207
|
min: number;
|
|
@@ -162,9 +209,15 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
162
209
|
};
|
|
163
210
|
prefix: string | null;
|
|
164
211
|
padDigit: number;
|
|
212
|
+
enablePaxDialog: boolean | null;
|
|
165
213
|
}, {
|
|
166
214
|
enabled?: boolean | undefined;
|
|
167
215
|
prefix?: string | null | undefined;
|
|
216
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
217
|
+
submitOrderInstruction?: {
|
|
218
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
219
|
+
paid?: Record<string, string> | null | undefined;
|
|
220
|
+
} | null | undefined;
|
|
168
221
|
standSlotRange: {
|
|
169
222
|
min: number;
|
|
170
223
|
max: number;
|
|
@@ -174,9 +227,18 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
174
227
|
}, "strip", z.ZodTypeAny, {
|
|
175
228
|
requiredSlot?: boolean | null | undefined;
|
|
176
229
|
pickUp?: {
|
|
230
|
+
submitOrderInstruction?: {
|
|
231
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
232
|
+
paid?: Record<string, string> | null | undefined;
|
|
233
|
+
} | null | undefined;
|
|
177
234
|
enabled: boolean;
|
|
235
|
+
enablePaxDialog: boolean | null;
|
|
178
236
|
} | null | undefined;
|
|
179
237
|
displayStand?: {
|
|
238
|
+
submitOrderInstruction?: {
|
|
239
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
240
|
+
paid?: Record<string, string> | null | undefined;
|
|
241
|
+
} | null | undefined;
|
|
180
242
|
enabled: boolean;
|
|
181
243
|
standSlotRange: {
|
|
182
244
|
min: number;
|
|
@@ -184,15 +246,26 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
184
246
|
};
|
|
185
247
|
prefix: string | null;
|
|
186
248
|
padDigit: number;
|
|
249
|
+
enablePaxDialog: boolean | null;
|
|
187
250
|
} | null | undefined;
|
|
188
251
|
}, {
|
|
189
252
|
requiredSlot?: boolean | null | undefined;
|
|
190
253
|
pickUp?: {
|
|
254
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
255
|
+
submitOrderInstruction?: {
|
|
256
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
257
|
+
paid?: Record<string, string> | null | undefined;
|
|
258
|
+
} | null | undefined;
|
|
191
259
|
enabled: boolean;
|
|
192
260
|
} | null | undefined;
|
|
193
261
|
displayStand?: {
|
|
194
262
|
enabled?: boolean | undefined;
|
|
195
263
|
prefix?: string | null | undefined;
|
|
264
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
265
|
+
submitOrderInstruction?: {
|
|
266
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
267
|
+
paid?: Record<string, string> | null | undefined;
|
|
268
|
+
} | null | undefined;
|
|
196
269
|
standSlotRange: {
|
|
197
270
|
min: number;
|
|
198
271
|
max: number;
|
|
@@ -201,6 +274,28 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
201
274
|
} | null | undefined;
|
|
202
275
|
}>>>;
|
|
203
276
|
canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
277
|
+
takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
278
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
279
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
280
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
281
|
+
}, "strip", z.ZodTypeAny, {
|
|
282
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
283
|
+
paid?: Record<string, string> | null | undefined;
|
|
284
|
+
}, {
|
|
285
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
286
|
+
paid?: Record<string, string> | null | undefined;
|
|
287
|
+
}>>>;
|
|
288
|
+
}, "strip", z.ZodTypeAny, {
|
|
289
|
+
submitOrderInstruction?: {
|
|
290
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
291
|
+
paid?: Record<string, string> | null | undefined;
|
|
292
|
+
} | null | undefined;
|
|
293
|
+
}, {
|
|
294
|
+
submitOrderInstruction?: {
|
|
295
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
296
|
+
paid?: Record<string, string> | null | undefined;
|
|
297
|
+
} | null | undefined;
|
|
298
|
+
}>>>;
|
|
204
299
|
paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
205
300
|
paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
|
|
206
301
|
offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -297,9 +392,18 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
297
392
|
dineIn?: {
|
|
298
393
|
requiredSlot?: boolean | null | undefined;
|
|
299
394
|
pickUp?: {
|
|
395
|
+
submitOrderInstruction?: {
|
|
396
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
397
|
+
paid?: Record<string, string> | null | undefined;
|
|
398
|
+
} | null | undefined;
|
|
300
399
|
enabled: boolean;
|
|
400
|
+
enablePaxDialog: boolean | null;
|
|
301
401
|
} | null | undefined;
|
|
302
402
|
displayStand?: {
|
|
403
|
+
submitOrderInstruction?: {
|
|
404
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
405
|
+
paid?: Record<string, string> | null | undefined;
|
|
406
|
+
} | null | undefined;
|
|
303
407
|
enabled: boolean;
|
|
304
408
|
standSlotRange: {
|
|
305
409
|
min: number;
|
|
@@ -307,9 +411,16 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
307
411
|
};
|
|
308
412
|
prefix: string | null;
|
|
309
413
|
padDigit: number;
|
|
414
|
+
enablePaxDialog: boolean | null;
|
|
310
415
|
} | null | undefined;
|
|
311
416
|
} | null | undefined;
|
|
312
417
|
canTakeaway?: boolean | null | undefined;
|
|
418
|
+
takeaway?: {
|
|
419
|
+
submitOrderInstruction?: {
|
|
420
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
421
|
+
paid?: Record<string, string> | null | undefined;
|
|
422
|
+
} | null | undefined;
|
|
423
|
+
} | null | undefined;
|
|
313
424
|
paymentSetting?: {
|
|
314
425
|
paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
315
426
|
offlinePaymentTypes?: {
|
|
@@ -334,11 +445,21 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
334
445
|
dineIn?: {
|
|
335
446
|
requiredSlot?: boolean | null | undefined;
|
|
336
447
|
pickUp?: {
|
|
448
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
449
|
+
submitOrderInstruction?: {
|
|
450
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
451
|
+
paid?: Record<string, string> | null | undefined;
|
|
452
|
+
} | null | undefined;
|
|
337
453
|
enabled: boolean;
|
|
338
454
|
} | null | undefined;
|
|
339
455
|
displayStand?: {
|
|
340
456
|
enabled?: boolean | undefined;
|
|
341
457
|
prefix?: string | null | undefined;
|
|
458
|
+
enablePaxDialog?: boolean | null | undefined;
|
|
459
|
+
submitOrderInstruction?: {
|
|
460
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
461
|
+
paid?: Record<string, string> | null | undefined;
|
|
462
|
+
} | null | undefined;
|
|
342
463
|
standSlotRange: {
|
|
343
464
|
min: number;
|
|
344
465
|
max: number;
|
|
@@ -347,6 +468,12 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
347
468
|
} | null | undefined;
|
|
348
469
|
} | null | undefined;
|
|
349
470
|
canTakeaway?: boolean | null | undefined;
|
|
471
|
+
takeaway?: {
|
|
472
|
+
submitOrderInstruction?: {
|
|
473
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
474
|
+
paid?: Record<string, string> | null | undefined;
|
|
475
|
+
} | null | undefined;
|
|
476
|
+
} | null | undefined;
|
|
350
477
|
paymentSetting?: {
|
|
351
478
|
paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
352
479
|
offlinePaymentTypes?: {
|
|
@@ -371,3 +498,5 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
371
498
|
export type FdoOrderKioskSettings = z.infer<typeof FdoOrderKioskSettings>;
|
|
372
499
|
export type FdoEPaymentMethod = z.infer<typeof FdoEPaymentMethod>;
|
|
373
500
|
export type FdoOrderKioskPaymentSetting = z.infer<typeof FdoOrderKioskPaymentSetting>;
|
|
501
|
+
export type FdoKioskOrderInstructionSetting = z.infer<typeof FdoKioskOrderInstructionSetting>;
|
|
502
|
+
export type FdoKioskTextSetting = z.infer<typeof FdoKioskTextSetting>;
|