@feedmepos/mf-order-setting 0.0.22 → 0.0.23
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-BdJCcotz.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DUPfN7ti.js} +2 -2
- package/dist/KioskSettingView-BChhriPk.js +782 -0
- package/dist/KioskView-DPU-oQ1H.js +426 -0
- package/dist/{OrderSettingsView-D_bGK-3J.js → OrderSettingsView-BOiflwB_.js} +14 -11
- package/dist/{app-C5qwExhL.js → app-CaYWSLe1.js} +17 -13
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-kEC9G7bx.js → dayjs.min-8NyoNely.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +4 -0
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +13 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +168 -12
- package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
- 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-B7GFhkAE.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 +115 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +225 -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 +138 -8
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +276 -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 +136 -6
- package/dist/package/entity/websocket/websocket.dto.d.ts +288 -0
- package/dist/{queue.do-Vog69wnQ.js → queue.do-CIyIpp22.js} +4536 -4517
- package/package.json +1 -1
- package/src/locales/en-US.json +3 -2
- package/src/locales/zh-CN.json +2 -0
- package/src/modules/order-setting/kiosk/interface.ts +16 -0
- package/src/stores/order-setting/mapper.ts +58 -7
- package/src/views/kiosk/settings/KioskDineInSection.vue +4 -5
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +36 -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 +15 -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-8NyoNely.js";
|
|
2
|
+
import "./queue.do-CIyIpp22.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,27 @@ 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
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
144
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
145
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
146
|
+
}, "strip", z.ZodTypeAny, {
|
|
147
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
148
|
+
paid?: Record<string, string> | null | undefined;
|
|
149
|
+
}, {
|
|
150
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
151
|
+
paid?: Record<string, string> | null | undefined;
|
|
152
|
+
}>>>;
|
|
132
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
+
submitOrderInstruction?: {
|
|
155
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
156
|
+
paid?: Record<string, string> | null | undefined;
|
|
157
|
+
} | null | undefined;
|
|
133
158
|
enabled: boolean;
|
|
134
159
|
}, {
|
|
160
|
+
submitOrderInstruction?: {
|
|
161
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
162
|
+
paid?: Record<string, string> | null | undefined;
|
|
163
|
+
} | null | undefined;
|
|
135
164
|
enabled: boolean;
|
|
136
165
|
}>>>;
|
|
137
166
|
displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -154,7 +183,21 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
154
183
|
}>;
|
|
155
184
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
156
185
|
padDigit: z.ZodNumber;
|
|
186
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
187
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
188
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
189
|
+
}, "strip", z.ZodTypeAny, {
|
|
190
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
191
|
+
paid?: Record<string, string> | null | undefined;
|
|
192
|
+
}, {
|
|
193
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
194
|
+
paid?: Record<string, string> | null | undefined;
|
|
195
|
+
}>>>;
|
|
157
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
+
submitOrderInstruction?: {
|
|
198
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
199
|
+
paid?: Record<string, string> | null | undefined;
|
|
200
|
+
} | null | undefined;
|
|
158
201
|
enabled: boolean;
|
|
159
202
|
standSlotRange: {
|
|
160
203
|
min: number;
|
|
@@ -165,6 +208,10 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
165
208
|
}, {
|
|
166
209
|
enabled?: boolean | undefined;
|
|
167
210
|
prefix?: string | null | undefined;
|
|
211
|
+
submitOrderInstruction?: {
|
|
212
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
213
|
+
paid?: Record<string, string> | null | undefined;
|
|
214
|
+
} | null | undefined;
|
|
168
215
|
standSlotRange: {
|
|
169
216
|
min: number;
|
|
170
217
|
max: number;
|
|
@@ -174,9 +221,17 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
174
221
|
}, "strip", z.ZodTypeAny, {
|
|
175
222
|
requiredSlot?: boolean | null | undefined;
|
|
176
223
|
pickUp?: {
|
|
224
|
+
submitOrderInstruction?: {
|
|
225
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
226
|
+
paid?: Record<string, string> | null | undefined;
|
|
227
|
+
} | null | undefined;
|
|
177
228
|
enabled: boolean;
|
|
178
229
|
} | null | undefined;
|
|
179
230
|
displayStand?: {
|
|
231
|
+
submitOrderInstruction?: {
|
|
232
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
233
|
+
paid?: Record<string, string> | null | undefined;
|
|
234
|
+
} | null | undefined;
|
|
180
235
|
enabled: boolean;
|
|
181
236
|
standSlotRange: {
|
|
182
237
|
min: number;
|
|
@@ -188,11 +243,19 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
188
243
|
}, {
|
|
189
244
|
requiredSlot?: boolean | null | undefined;
|
|
190
245
|
pickUp?: {
|
|
246
|
+
submitOrderInstruction?: {
|
|
247
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
248
|
+
paid?: Record<string, string> | null | undefined;
|
|
249
|
+
} | null | undefined;
|
|
191
250
|
enabled: boolean;
|
|
192
251
|
} | null | undefined;
|
|
193
252
|
displayStand?: {
|
|
194
253
|
enabled?: boolean | undefined;
|
|
195
254
|
prefix?: string | null | undefined;
|
|
255
|
+
submitOrderInstruction?: {
|
|
256
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
257
|
+
paid?: Record<string, string> | null | undefined;
|
|
258
|
+
} | null | undefined;
|
|
196
259
|
standSlotRange: {
|
|
197
260
|
min: number;
|
|
198
261
|
max: number;
|
|
@@ -201,6 +264,28 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
201
264
|
} | null | undefined;
|
|
202
265
|
}>>>;
|
|
203
266
|
canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
267
|
+
takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
268
|
+
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
269
|
+
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
270
|
+
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
271
|
+
}, "strip", z.ZodTypeAny, {
|
|
272
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
273
|
+
paid?: Record<string, string> | null | undefined;
|
|
274
|
+
}, {
|
|
275
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
276
|
+
paid?: Record<string, string> | null | undefined;
|
|
277
|
+
}>>>;
|
|
278
|
+
}, "strip", z.ZodTypeAny, {
|
|
279
|
+
submitOrderInstruction?: {
|
|
280
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
281
|
+
paid?: Record<string, string> | null | undefined;
|
|
282
|
+
} | null | undefined;
|
|
283
|
+
}, {
|
|
284
|
+
submitOrderInstruction?: {
|
|
285
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
286
|
+
paid?: Record<string, string> | null | undefined;
|
|
287
|
+
} | null | undefined;
|
|
288
|
+
}>>>;
|
|
204
289
|
paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
205
290
|
paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
|
|
206
291
|
offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -297,9 +382,17 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
297
382
|
dineIn?: {
|
|
298
383
|
requiredSlot?: boolean | null | undefined;
|
|
299
384
|
pickUp?: {
|
|
385
|
+
submitOrderInstruction?: {
|
|
386
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
387
|
+
paid?: Record<string, string> | null | undefined;
|
|
388
|
+
} | null | undefined;
|
|
300
389
|
enabled: boolean;
|
|
301
390
|
} | null | undefined;
|
|
302
391
|
displayStand?: {
|
|
392
|
+
submitOrderInstruction?: {
|
|
393
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
394
|
+
paid?: Record<string, string> | null | undefined;
|
|
395
|
+
} | null | undefined;
|
|
303
396
|
enabled: boolean;
|
|
304
397
|
standSlotRange: {
|
|
305
398
|
min: number;
|
|
@@ -310,6 +403,12 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
310
403
|
} | null | undefined;
|
|
311
404
|
} | null | undefined;
|
|
312
405
|
canTakeaway?: boolean | null | undefined;
|
|
406
|
+
takeaway?: {
|
|
407
|
+
submitOrderInstruction?: {
|
|
408
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
409
|
+
paid?: Record<string, string> | null | undefined;
|
|
410
|
+
} | null | undefined;
|
|
411
|
+
} | null | undefined;
|
|
313
412
|
paymentSetting?: {
|
|
314
413
|
paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
315
414
|
offlinePaymentTypes?: {
|
|
@@ -334,11 +433,19 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
334
433
|
dineIn?: {
|
|
335
434
|
requiredSlot?: boolean | null | undefined;
|
|
336
435
|
pickUp?: {
|
|
436
|
+
submitOrderInstruction?: {
|
|
437
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
438
|
+
paid?: Record<string, string> | null | undefined;
|
|
439
|
+
} | null | undefined;
|
|
337
440
|
enabled: boolean;
|
|
338
441
|
} | null | undefined;
|
|
339
442
|
displayStand?: {
|
|
340
443
|
enabled?: boolean | undefined;
|
|
341
444
|
prefix?: string | null | undefined;
|
|
445
|
+
submitOrderInstruction?: {
|
|
446
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
447
|
+
paid?: Record<string, string> | null | undefined;
|
|
448
|
+
} | null | undefined;
|
|
342
449
|
standSlotRange: {
|
|
343
450
|
min: number;
|
|
344
451
|
max: number;
|
|
@@ -347,6 +454,12 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
347
454
|
} | null | undefined;
|
|
348
455
|
} | null | undefined;
|
|
349
456
|
canTakeaway?: boolean | null | undefined;
|
|
457
|
+
takeaway?: {
|
|
458
|
+
submitOrderInstruction?: {
|
|
459
|
+
payAtCounter?: Record<string, string> | null | undefined;
|
|
460
|
+
paid?: Record<string, string> | null | undefined;
|
|
461
|
+
} | null | undefined;
|
|
462
|
+
} | null | undefined;
|
|
350
463
|
paymentSetting?: {
|
|
351
464
|
paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
352
465
|
offlinePaymentTypes?: {
|
|
@@ -371,3 +484,5 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
|
|
|
371
484
|
export type FdoOrderKioskSettings = z.infer<typeof FdoOrderKioskSettings>;
|
|
372
485
|
export type FdoEPaymentMethod = z.infer<typeof FdoEPaymentMethod>;
|
|
373
486
|
export type FdoOrderKioskPaymentSetting = z.infer<typeof FdoOrderKioskPaymentSetting>;
|
|
487
|
+
export type FdoKioskOrderInstructionSetting = z.infer<typeof FdoKioskOrderInstructionSetting>;
|
|
488
|
+
export type FdoKioskTextSetting = z.infer<typeof FdoKioskTextSetting>;
|