@feedmepos/mf-order-setting 0.0.21-beta.3 → 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.
Files changed (109) hide show
  1. package/dist/{KioskDevicesView-Cb7Rw7t8.js → KioskDevicesView-BdJCcotz.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DUPfN7ti.js} +2 -2
  3. package/dist/KioskSettingView-BChhriPk.js +782 -0
  4. package/dist/KioskView-DPU-oQ1H.js +426 -0
  5. package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-BOiflwB_.js} +34011 -32822
  6. package/dist/{app-BY258ajB.js → app-CaYWSLe1.js} +39 -17
  7. package/dist/app.js +1 -1
  8. package/dist/common/convertor/index.d.ts +2 -0
  9. package/dist/common/sms/index.d.ts +1 -1
  10. package/dist/common/util/index.d.ts +6 -0
  11. package/dist/{dayjs.min-4COVK72W.js → dayjs.min-8NyoNely.js} +36 -36
  12. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
  13. package/dist/frontend/mf-order/src/app.d.ts +22 -0
  14. package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
  15. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +13 -0
  16. package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
  17. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
  18. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +168 -12
  19. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  20. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
  21. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
  22. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +15 -0
  23. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +4 -3
  24. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
  25. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
  26. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
  27. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
  28. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
  29. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  30. package/dist/{index-t_7ThPjm.js → index-B7GFhkAE.js} +2 -2
  31. package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
  32. package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
  33. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
  34. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
  35. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
  36. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  37. package/dist/package/entity/index.d.ts +34 -22
  38. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  39. package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
  40. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
  41. package/dist/package/entity/member/member.dto.d.ts +33 -0
  42. package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
  43. package/dist/package/entity/order/order.do.d.ts +37 -0
  44. package/dist/package/entity/order/order.dto.d.ts +808 -17435
  45. package/dist/package/entity/order/order.enum.d.ts +2 -0
  46. package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
  47. package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
  48. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
  49. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
  50. package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
  51. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
  52. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
  53. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
  54. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
  55. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
  56. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +98 -98
  57. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +345 -297
  58. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  59. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
  60. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
  61. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
  62. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  63. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
  64. package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
  65. package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
  66. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  67. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
  68. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +115 -0
  69. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +225 -41
  70. package/dist/package/entity/order-setting/kiosk/kiosk.enum.d.ts +3 -0
  71. package/dist/package/entity/order-setting/order-setting.do.d.ts +138 -8
  72. package/dist/package/entity/order-setting/order-setting.dto.d.ts +276 -16
  73. package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +4 -4
  74. package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +4 -4
  75. package/dist/package/entity/payment/payment.enum.d.ts +2 -0
  76. package/dist/package/entity/printer/printer.do.d.ts +2 -2
  77. package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
  78. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
  79. package/dist/package/entity/queue/queue.do.d.ts +40 -0
  80. package/dist/package/entity/restaurant/restaurant.dto.d.ts +136 -6
  81. package/dist/package/entity/websocket/websocket.dto.d.ts +288 -0
  82. package/dist/{auth.dto-BOoRSQkS.js → queue.do-CIyIpp22.js} +30390 -29706
  83. package/package.json +4 -3
  84. package/src/api/remoteOrder/index.ts +13 -2
  85. package/src/helpers/menu.ts +2 -2
  86. package/src/locales/en-US.json +13 -2
  87. package/src/locales/zh-CN.json +12 -1
  88. package/src/modules/order-setting/kiosk/interface.ts +16 -0
  89. package/src/stores/order-setting/mapper.ts +58 -7
  90. package/src/stores/restaurant/index.ts +4 -1
  91. package/src/views/kiosk/settings/KioskDineInSection.vue +4 -5
  92. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +36 -0
  93. package/src/views/kiosk/settings/KioskInstructionSection.vue +40 -0
  94. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +30 -19
  95. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +45 -7
  96. package/src/views/kiosk/settings/KioskSettingView.vue +15 -3
  97. package/src/views/kiosk/settings/KioskTakeawaySection.vue +38 -4
  98. package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
  99. package/src/views/order-settings/delivery/delivery.data.ts +16 -1
  100. package/src/views/order-settings/delivery/delivery.ts +1 -0
  101. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
  102. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
  103. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
  104. package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
  105. package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
  106. package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +216 -165
  107. package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
  108. package/dist/KioskSettingView-BQgyeWbo.js +0 -649
  109. package/dist/KioskView-BLkuqfZ_.js +0 -371
@@ -221,9 +221,27 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
221
221
  requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
222
222
  pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
223
223
  enabled: z.ZodBoolean;
224
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
225
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
226
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
227
+ }, "strip", z.ZodTypeAny, {
228
+ payAtCounter?: Record<string, string> | null | undefined;
229
+ paid?: Record<string, string> | null | undefined;
230
+ }, {
231
+ payAtCounter?: Record<string, string> | null | undefined;
232
+ paid?: Record<string, string> | null | undefined;
233
+ }>>>;
224
234
  }, "strip", z.ZodTypeAny, {
235
+ submitOrderInstruction?: {
236
+ payAtCounter?: Record<string, string> | null | undefined;
237
+ paid?: Record<string, string> | null | undefined;
238
+ } | null | undefined;
225
239
  enabled: boolean;
226
240
  }, {
241
+ submitOrderInstruction?: {
242
+ payAtCounter?: Record<string, string> | null | undefined;
243
+ paid?: Record<string, string> | null | undefined;
244
+ } | null | undefined;
227
245
  enabled: boolean;
228
246
  }>>>;
229
247
  displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -246,7 +264,21 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
246
264
  }>;
247
265
  prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
248
266
  padDigit: z.ZodNumber;
267
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
268
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
269
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
270
+ }, "strip", z.ZodTypeAny, {
271
+ payAtCounter?: Record<string, string> | null | undefined;
272
+ paid?: Record<string, string> | null | undefined;
273
+ }, {
274
+ payAtCounter?: Record<string, string> | null | undefined;
275
+ paid?: Record<string, string> | null | undefined;
276
+ }>>>;
249
277
  }, "strip", z.ZodTypeAny, {
278
+ submitOrderInstruction?: {
279
+ payAtCounter?: Record<string, string> | null | undefined;
280
+ paid?: Record<string, string> | null | undefined;
281
+ } | null | undefined;
250
282
  enabled: boolean;
251
283
  standSlotRange: {
252
284
  min: number;
@@ -257,6 +289,10 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
257
289
  }, {
258
290
  enabled?: boolean | undefined;
259
291
  prefix?: string | null | undefined;
292
+ submitOrderInstruction?: {
293
+ payAtCounter?: Record<string, string> | null | undefined;
294
+ paid?: Record<string, string> | null | undefined;
295
+ } | null | undefined;
260
296
  standSlotRange: {
261
297
  min: number;
262
298
  max: number;
@@ -266,9 +302,17 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
266
302
  }, "strip", z.ZodTypeAny, {
267
303
  requiredSlot?: boolean | null | undefined;
268
304
  pickUp?: {
305
+ submitOrderInstruction?: {
306
+ payAtCounter?: Record<string, string> | null | undefined;
307
+ paid?: Record<string, string> | null | undefined;
308
+ } | null | undefined;
269
309
  enabled: boolean;
270
310
  } | null | undefined;
271
311
  displayStand?: {
312
+ submitOrderInstruction?: {
313
+ payAtCounter?: Record<string, string> | null | undefined;
314
+ paid?: Record<string, string> | null | undefined;
315
+ } | null | undefined;
272
316
  enabled: boolean;
273
317
  standSlotRange: {
274
318
  min: number;
@@ -280,11 +324,19 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
280
324
  }, {
281
325
  requiredSlot?: boolean | null | undefined;
282
326
  pickUp?: {
327
+ submitOrderInstruction?: {
328
+ payAtCounter?: Record<string, string> | null | undefined;
329
+ paid?: Record<string, string> | null | undefined;
330
+ } | null | undefined;
283
331
  enabled: boolean;
284
332
  } | null | undefined;
285
333
  displayStand?: {
286
334
  enabled?: boolean | undefined;
287
335
  prefix?: string | null | undefined;
336
+ submitOrderInstruction?: {
337
+ payAtCounter?: Record<string, string> | null | undefined;
338
+ paid?: Record<string, string> | null | undefined;
339
+ } | null | undefined;
288
340
  standSlotRange: {
289
341
  min: number;
290
342
  max: number;
@@ -293,6 +345,28 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
293
345
  } | null | undefined;
294
346
  }>>>;
295
347
  canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
348
+ takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
349
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
350
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
351
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
352
+ }, "strip", z.ZodTypeAny, {
353
+ payAtCounter?: Record<string, string> | null | undefined;
354
+ paid?: Record<string, string> | null | undefined;
355
+ }, {
356
+ payAtCounter?: Record<string, string> | null | undefined;
357
+ paid?: Record<string, string> | null | undefined;
358
+ }>>>;
359
+ }, "strip", z.ZodTypeAny, {
360
+ submitOrderInstruction?: {
361
+ payAtCounter?: Record<string, string> | null | undefined;
362
+ paid?: Record<string, string> | null | undefined;
363
+ } | null | undefined;
364
+ }, {
365
+ submitOrderInstruction?: {
366
+ payAtCounter?: Record<string, string> | null | undefined;
367
+ paid?: Record<string, string> | null | undefined;
368
+ } | null | undefined;
369
+ }>>>;
296
370
  paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
297
371
  paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
298
372
  offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
@@ -389,9 +463,17 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
389
463
  dineIn?: {
390
464
  requiredSlot?: boolean | null | undefined;
391
465
  pickUp?: {
466
+ submitOrderInstruction?: {
467
+ payAtCounter?: Record<string, string> | null | undefined;
468
+ paid?: Record<string, string> | null | undefined;
469
+ } | null | undefined;
392
470
  enabled: boolean;
393
471
  } | null | undefined;
394
472
  displayStand?: {
473
+ submitOrderInstruction?: {
474
+ payAtCounter?: Record<string, string> | null | undefined;
475
+ paid?: Record<string, string> | null | undefined;
476
+ } | null | undefined;
395
477
  enabled: boolean;
396
478
  standSlotRange: {
397
479
  min: number;
@@ -402,6 +484,12 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
402
484
  } | null | undefined;
403
485
  } | null | undefined;
404
486
  canTakeaway?: boolean | null | undefined;
487
+ takeaway?: {
488
+ submitOrderInstruction?: {
489
+ payAtCounter?: Record<string, string> | null | undefined;
490
+ paid?: Record<string, string> | null | undefined;
491
+ } | null | undefined;
492
+ } | null | undefined;
405
493
  paymentSetting?: {
406
494
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
407
495
  offlinePaymentTypes?: {
@@ -426,11 +514,19 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
426
514
  dineIn?: {
427
515
  requiredSlot?: boolean | null | undefined;
428
516
  pickUp?: {
517
+ submitOrderInstruction?: {
518
+ payAtCounter?: Record<string, string> | null | undefined;
519
+ paid?: Record<string, string> | null | undefined;
520
+ } | null | undefined;
429
521
  enabled: boolean;
430
522
  } | null | undefined;
431
523
  displayStand?: {
432
524
  enabled?: boolean | undefined;
433
525
  prefix?: string | null | undefined;
526
+ submitOrderInstruction?: {
527
+ payAtCounter?: Record<string, string> | null | undefined;
528
+ paid?: Record<string, string> | null | undefined;
529
+ } | null | undefined;
434
530
  standSlotRange: {
435
531
  min: number;
436
532
  max: number;
@@ -439,6 +535,12 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
439
535
  } | null | undefined;
440
536
  } | null | undefined;
441
537
  canTakeaway?: boolean | null | undefined;
538
+ takeaway?: {
539
+ submitOrderInstruction?: {
540
+ payAtCounter?: Record<string, string> | null | undefined;
541
+ paid?: Record<string, string> | null | undefined;
542
+ } | null | undefined;
543
+ } | null | undefined;
442
544
  paymentSetting?: {
443
545
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
444
546
  offlinePaymentTypes?: {
@@ -465,9 +567,17 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
465
567
  dineIn?: {
466
568
  requiredSlot?: boolean | null | undefined;
467
569
  pickUp?: {
570
+ submitOrderInstruction?: {
571
+ payAtCounter?: Record<string, string> | null | undefined;
572
+ paid?: Record<string, string> | null | undefined;
573
+ } | null | undefined;
468
574
  enabled: boolean;
469
575
  } | null | undefined;
470
576
  displayStand?: {
577
+ submitOrderInstruction?: {
578
+ payAtCounter?: Record<string, string> | null | undefined;
579
+ paid?: Record<string, string> | null | undefined;
580
+ } | null | undefined;
471
581
  enabled: boolean;
472
582
  standSlotRange: {
473
583
  min: number;
@@ -478,6 +588,12 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
478
588
  } | null | undefined;
479
589
  } | null | undefined;
480
590
  canTakeaway?: boolean | null | undefined;
591
+ takeaway?: {
592
+ submitOrderInstruction?: {
593
+ payAtCounter?: Record<string, string> | null | undefined;
594
+ paid?: Record<string, string> | null | undefined;
595
+ } | null | undefined;
596
+ } | null | undefined;
481
597
  paymentSetting?: {
482
598
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
483
599
  offlinePaymentTypes?: {
@@ -505,11 +621,19 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
505
621
  dineIn?: {
506
622
  requiredSlot?: boolean | null | undefined;
507
623
  pickUp?: {
624
+ submitOrderInstruction?: {
625
+ payAtCounter?: Record<string, string> | null | undefined;
626
+ paid?: Record<string, string> | null | undefined;
627
+ } | null | undefined;
508
628
  enabled: boolean;
509
629
  } | null | undefined;
510
630
  displayStand?: {
511
631
  enabled?: boolean | undefined;
512
632
  prefix?: string | null | undefined;
633
+ submitOrderInstruction?: {
634
+ payAtCounter?: Record<string, string> | null | undefined;
635
+ paid?: Record<string, string> | null | undefined;
636
+ } | null | undefined;
513
637
  standSlotRange: {
514
638
  min: number;
515
639
  max: number;
@@ -518,6 +642,12 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
518
642
  } | null | undefined;
519
643
  } | null | undefined;
520
644
  canTakeaway?: boolean | null | undefined;
645
+ takeaway?: {
646
+ submitOrderInstruction?: {
647
+ payAtCounter?: Record<string, string> | null | undefined;
648
+ paid?: Record<string, string> | null | undefined;
649
+ } | null | undefined;
650
+ } | null | undefined;
521
651
  paymentSetting?: {
522
652
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
523
653
  offlinePaymentTypes?: {
@@ -728,9 +858,27 @@ export declare const WebSocketReqDto: z.ZodObject<{
728
858
  requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
729
859
  pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
730
860
  enabled: z.ZodBoolean;
861
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
862
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
863
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
864
+ }, "strip", z.ZodTypeAny, {
865
+ payAtCounter?: Record<string, string> | null | undefined;
866
+ paid?: Record<string, string> | null | undefined;
867
+ }, {
868
+ payAtCounter?: Record<string, string> | null | undefined;
869
+ paid?: Record<string, string> | null | undefined;
870
+ }>>>;
731
871
  }, "strip", z.ZodTypeAny, {
872
+ submitOrderInstruction?: {
873
+ payAtCounter?: Record<string, string> | null | undefined;
874
+ paid?: Record<string, string> | null | undefined;
875
+ } | null | undefined;
732
876
  enabled: boolean;
733
877
  }, {
878
+ submitOrderInstruction?: {
879
+ payAtCounter?: Record<string, string> | null | undefined;
880
+ paid?: Record<string, string> | null | undefined;
881
+ } | null | undefined;
734
882
  enabled: boolean;
735
883
  }>>>;
736
884
  displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -753,7 +901,21 @@ export declare const WebSocketReqDto: z.ZodObject<{
753
901
  }>;
754
902
  prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
755
903
  padDigit: z.ZodNumber;
904
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
905
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
906
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
907
+ }, "strip", z.ZodTypeAny, {
908
+ payAtCounter?: Record<string, string> | null | undefined;
909
+ paid?: Record<string, string> | null | undefined;
910
+ }, {
911
+ payAtCounter?: Record<string, string> | null | undefined;
912
+ paid?: Record<string, string> | null | undefined;
913
+ }>>>;
756
914
  }, "strip", z.ZodTypeAny, {
915
+ submitOrderInstruction?: {
916
+ payAtCounter?: Record<string, string> | null | undefined;
917
+ paid?: Record<string, string> | null | undefined;
918
+ } | null | undefined;
757
919
  enabled: boolean;
758
920
  standSlotRange: {
759
921
  min: number;
@@ -764,6 +926,10 @@ export declare const WebSocketReqDto: z.ZodObject<{
764
926
  }, {
765
927
  enabled?: boolean | undefined;
766
928
  prefix?: string | null | undefined;
929
+ submitOrderInstruction?: {
930
+ payAtCounter?: Record<string, string> | null | undefined;
931
+ paid?: Record<string, string> | null | undefined;
932
+ } | null | undefined;
767
933
  standSlotRange: {
768
934
  min: number;
769
935
  max: number;
@@ -773,9 +939,17 @@ export declare const WebSocketReqDto: z.ZodObject<{
773
939
  }, "strip", z.ZodTypeAny, {
774
940
  requiredSlot?: boolean | null | undefined;
775
941
  pickUp?: {
942
+ submitOrderInstruction?: {
943
+ payAtCounter?: Record<string, string> | null | undefined;
944
+ paid?: Record<string, string> | null | undefined;
945
+ } | null | undefined;
776
946
  enabled: boolean;
777
947
  } | null | undefined;
778
948
  displayStand?: {
949
+ submitOrderInstruction?: {
950
+ payAtCounter?: Record<string, string> | null | undefined;
951
+ paid?: Record<string, string> | null | undefined;
952
+ } | null | undefined;
779
953
  enabled: boolean;
780
954
  standSlotRange: {
781
955
  min: number;
@@ -787,11 +961,19 @@ export declare const WebSocketReqDto: z.ZodObject<{
787
961
  }, {
788
962
  requiredSlot?: boolean | null | undefined;
789
963
  pickUp?: {
964
+ submitOrderInstruction?: {
965
+ payAtCounter?: Record<string, string> | null | undefined;
966
+ paid?: Record<string, string> | null | undefined;
967
+ } | null | undefined;
790
968
  enabled: boolean;
791
969
  } | null | undefined;
792
970
  displayStand?: {
793
971
  enabled?: boolean | undefined;
794
972
  prefix?: string | null | undefined;
973
+ submitOrderInstruction?: {
974
+ payAtCounter?: Record<string, string> | null | undefined;
975
+ paid?: Record<string, string> | null | undefined;
976
+ } | null | undefined;
795
977
  standSlotRange: {
796
978
  min: number;
797
979
  max: number;
@@ -800,6 +982,28 @@ export declare const WebSocketReqDto: z.ZodObject<{
800
982
  } | null | undefined;
801
983
  }>>>;
802
984
  canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
985
+ takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
986
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
987
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
988
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
989
+ }, "strip", z.ZodTypeAny, {
990
+ payAtCounter?: Record<string, string> | null | undefined;
991
+ paid?: Record<string, string> | null | undefined;
992
+ }, {
993
+ payAtCounter?: Record<string, string> | null | undefined;
994
+ paid?: Record<string, string> | null | undefined;
995
+ }>>>;
996
+ }, "strip", z.ZodTypeAny, {
997
+ submitOrderInstruction?: {
998
+ payAtCounter?: Record<string, string> | null | undefined;
999
+ paid?: Record<string, string> | null | undefined;
1000
+ } | null | undefined;
1001
+ }, {
1002
+ submitOrderInstruction?: {
1003
+ payAtCounter?: Record<string, string> | null | undefined;
1004
+ paid?: Record<string, string> | null | undefined;
1005
+ } | null | undefined;
1006
+ }>>>;
803
1007
  paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
804
1008
  paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
805
1009
  offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
@@ -896,9 +1100,17 @@ export declare const WebSocketReqDto: z.ZodObject<{
896
1100
  dineIn?: {
897
1101
  requiredSlot?: boolean | null | undefined;
898
1102
  pickUp?: {
1103
+ submitOrderInstruction?: {
1104
+ payAtCounter?: Record<string, string> | null | undefined;
1105
+ paid?: Record<string, string> | null | undefined;
1106
+ } | null | undefined;
899
1107
  enabled: boolean;
900
1108
  } | null | undefined;
901
1109
  displayStand?: {
1110
+ submitOrderInstruction?: {
1111
+ payAtCounter?: Record<string, string> | null | undefined;
1112
+ paid?: Record<string, string> | null | undefined;
1113
+ } | null | undefined;
902
1114
  enabled: boolean;
903
1115
  standSlotRange: {
904
1116
  min: number;
@@ -909,6 +1121,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
909
1121
  } | null | undefined;
910
1122
  } | null | undefined;
911
1123
  canTakeaway?: boolean | null | undefined;
1124
+ takeaway?: {
1125
+ submitOrderInstruction?: {
1126
+ payAtCounter?: Record<string, string> | null | undefined;
1127
+ paid?: Record<string, string> | null | undefined;
1128
+ } | null | undefined;
1129
+ } | null | undefined;
912
1130
  paymentSetting?: {
913
1131
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
914
1132
  offlinePaymentTypes?: {
@@ -933,11 +1151,19 @@ export declare const WebSocketReqDto: z.ZodObject<{
933
1151
  dineIn?: {
934
1152
  requiredSlot?: boolean | null | undefined;
935
1153
  pickUp?: {
1154
+ submitOrderInstruction?: {
1155
+ payAtCounter?: Record<string, string> | null | undefined;
1156
+ paid?: Record<string, string> | null | undefined;
1157
+ } | null | undefined;
936
1158
  enabled: boolean;
937
1159
  } | null | undefined;
938
1160
  displayStand?: {
939
1161
  enabled?: boolean | undefined;
940
1162
  prefix?: string | null | undefined;
1163
+ submitOrderInstruction?: {
1164
+ payAtCounter?: Record<string, string> | null | undefined;
1165
+ paid?: Record<string, string> | null | undefined;
1166
+ } | null | undefined;
941
1167
  standSlotRange: {
942
1168
  min: number;
943
1169
  max: number;
@@ -946,6 +1172,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
946
1172
  } | null | undefined;
947
1173
  } | null | undefined;
948
1174
  canTakeaway?: boolean | null | undefined;
1175
+ takeaway?: {
1176
+ submitOrderInstruction?: {
1177
+ payAtCounter?: Record<string, string> | null | undefined;
1178
+ paid?: Record<string, string> | null | undefined;
1179
+ } | null | undefined;
1180
+ } | null | undefined;
949
1181
  paymentSetting?: {
950
1182
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
951
1183
  offlinePaymentTypes?: {
@@ -972,9 +1204,17 @@ export declare const WebSocketReqDto: z.ZodObject<{
972
1204
  dineIn?: {
973
1205
  requiredSlot?: boolean | null | undefined;
974
1206
  pickUp?: {
1207
+ submitOrderInstruction?: {
1208
+ payAtCounter?: Record<string, string> | null | undefined;
1209
+ paid?: Record<string, string> | null | undefined;
1210
+ } | null | undefined;
975
1211
  enabled: boolean;
976
1212
  } | null | undefined;
977
1213
  displayStand?: {
1214
+ submitOrderInstruction?: {
1215
+ payAtCounter?: Record<string, string> | null | undefined;
1216
+ paid?: Record<string, string> | null | undefined;
1217
+ } | null | undefined;
978
1218
  enabled: boolean;
979
1219
  standSlotRange: {
980
1220
  min: number;
@@ -985,6 +1225,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
985
1225
  } | null | undefined;
986
1226
  } | null | undefined;
987
1227
  canTakeaway?: boolean | null | undefined;
1228
+ takeaway?: {
1229
+ submitOrderInstruction?: {
1230
+ payAtCounter?: Record<string, string> | null | undefined;
1231
+ paid?: Record<string, string> | null | undefined;
1232
+ } | null | undefined;
1233
+ } | null | undefined;
988
1234
  paymentSetting?: {
989
1235
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
990
1236
  offlinePaymentTypes?: {
@@ -1012,11 +1258,19 @@ export declare const WebSocketReqDto: z.ZodObject<{
1012
1258
  dineIn?: {
1013
1259
  requiredSlot?: boolean | null | undefined;
1014
1260
  pickUp?: {
1261
+ submitOrderInstruction?: {
1262
+ payAtCounter?: Record<string, string> | null | undefined;
1263
+ paid?: Record<string, string> | null | undefined;
1264
+ } | null | undefined;
1015
1265
  enabled: boolean;
1016
1266
  } | null | undefined;
1017
1267
  displayStand?: {
1018
1268
  enabled?: boolean | undefined;
1019
1269
  prefix?: string | null | undefined;
1270
+ submitOrderInstruction?: {
1271
+ payAtCounter?: Record<string, string> | null | undefined;
1272
+ paid?: Record<string, string> | null | undefined;
1273
+ } | null | undefined;
1020
1274
  standSlotRange: {
1021
1275
  min: number;
1022
1276
  max: number;
@@ -1025,6 +1279,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
1025
1279
  } | null | undefined;
1026
1280
  } | null | undefined;
1027
1281
  canTakeaway?: boolean | null | undefined;
1282
+ takeaway?: {
1283
+ submitOrderInstruction?: {
1284
+ payAtCounter?: Record<string, string> | null | undefined;
1285
+ paid?: Record<string, string> | null | undefined;
1286
+ } | null | undefined;
1287
+ } | null | undefined;
1028
1288
  paymentSetting?: {
1029
1289
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1030
1290
  offlinePaymentTypes?: {
@@ -1100,9 +1360,17 @@ export declare const WebSocketReqDto: z.ZodObject<{
1100
1360
  dineIn?: {
1101
1361
  requiredSlot?: boolean | null | undefined;
1102
1362
  pickUp?: {
1363
+ submitOrderInstruction?: {
1364
+ payAtCounter?: Record<string, string> | null | undefined;
1365
+ paid?: Record<string, string> | null | undefined;
1366
+ } | null | undefined;
1103
1367
  enabled: boolean;
1104
1368
  } | null | undefined;
1105
1369
  displayStand?: {
1370
+ submitOrderInstruction?: {
1371
+ payAtCounter?: Record<string, string> | null | undefined;
1372
+ paid?: Record<string, string> | null | undefined;
1373
+ } | null | undefined;
1106
1374
  enabled: boolean;
1107
1375
  standSlotRange: {
1108
1376
  min: number;
@@ -1113,6 +1381,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
1113
1381
  } | null | undefined;
1114
1382
  } | null | undefined;
1115
1383
  canTakeaway?: boolean | null | undefined;
1384
+ takeaway?: {
1385
+ submitOrderInstruction?: {
1386
+ payAtCounter?: Record<string, string> | null | undefined;
1387
+ paid?: Record<string, string> | null | undefined;
1388
+ } | null | undefined;
1389
+ } | null | undefined;
1116
1390
  paymentSetting?: {
1117
1391
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1118
1392
  offlinePaymentTypes?: {
@@ -1189,11 +1463,19 @@ export declare const WebSocketReqDto: z.ZodObject<{
1189
1463
  dineIn?: {
1190
1464
  requiredSlot?: boolean | null | undefined;
1191
1465
  pickUp?: {
1466
+ submitOrderInstruction?: {
1467
+ payAtCounter?: Record<string, string> | null | undefined;
1468
+ paid?: Record<string, string> | null | undefined;
1469
+ } | null | undefined;
1192
1470
  enabled: boolean;
1193
1471
  } | null | undefined;
1194
1472
  displayStand?: {
1195
1473
  enabled?: boolean | undefined;
1196
1474
  prefix?: string | null | undefined;
1475
+ submitOrderInstruction?: {
1476
+ payAtCounter?: Record<string, string> | null | undefined;
1477
+ paid?: Record<string, string> | null | undefined;
1478
+ } | null | undefined;
1197
1479
  standSlotRange: {
1198
1480
  min: number;
1199
1481
  max: number;
@@ -1202,6 +1484,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
1202
1484
  } | null | undefined;
1203
1485
  } | null | undefined;
1204
1486
  canTakeaway?: boolean | null | undefined;
1487
+ takeaway?: {
1488
+ submitOrderInstruction?: {
1489
+ payAtCounter?: Record<string, string> | null | undefined;
1490
+ paid?: Record<string, string> | null | undefined;
1491
+ } | null | undefined;
1492
+ } | null | undefined;
1205
1493
  paymentSetting?: {
1206
1494
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1207
1495
  offlinePaymentTypes?: {