@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
@@ -479,9 +479,27 @@ export declare const OrderSettingsDto: z.ZodObject<{
479
479
  requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
480
480
  pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
481
481
  enabled: z.ZodBoolean;
482
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
483
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
484
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
485
+ }, "strip", z.ZodTypeAny, {
486
+ payAtCounter?: Record<string, string> | null | undefined;
487
+ paid?: Record<string, string> | null | undefined;
488
+ }, {
489
+ payAtCounter?: Record<string, string> | null | undefined;
490
+ paid?: Record<string, string> | null | undefined;
491
+ }>>>;
482
492
  }, "strip", z.ZodTypeAny, {
493
+ submitOrderInstruction?: {
494
+ payAtCounter?: Record<string, string> | null | undefined;
495
+ paid?: Record<string, string> | null | undefined;
496
+ } | null | undefined;
483
497
  enabled: boolean;
484
498
  }, {
499
+ submitOrderInstruction?: {
500
+ payAtCounter?: Record<string, string> | null | undefined;
501
+ paid?: Record<string, string> | null | undefined;
502
+ } | null | undefined;
485
503
  enabled: boolean;
486
504
  }>>>;
487
505
  displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -504,7 +522,21 @@ export declare const OrderSettingsDto: z.ZodObject<{
504
522
  }>;
505
523
  prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
506
524
  padDigit: z.ZodNumber;
525
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
526
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
527
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
528
+ }, "strip", z.ZodTypeAny, {
529
+ payAtCounter?: Record<string, string> | null | undefined;
530
+ paid?: Record<string, string> | null | undefined;
531
+ }, {
532
+ payAtCounter?: Record<string, string> | null | undefined;
533
+ paid?: Record<string, string> | null | undefined;
534
+ }>>>;
507
535
  }, "strip", z.ZodTypeAny, {
536
+ submitOrderInstruction?: {
537
+ payAtCounter?: Record<string, string> | null | undefined;
538
+ paid?: Record<string, string> | null | undefined;
539
+ } | null | undefined;
508
540
  enabled: boolean;
509
541
  standSlotRange: {
510
542
  min: number;
@@ -515,6 +547,10 @@ export declare const OrderSettingsDto: z.ZodObject<{
515
547
  }, {
516
548
  enabled?: boolean | undefined;
517
549
  prefix?: string | null | undefined;
550
+ submitOrderInstruction?: {
551
+ payAtCounter?: Record<string, string> | null | undefined;
552
+ paid?: Record<string, string> | null | undefined;
553
+ } | null | undefined;
518
554
  standSlotRange: {
519
555
  min: number;
520
556
  max: number;
@@ -524,9 +560,17 @@ export declare const OrderSettingsDto: z.ZodObject<{
524
560
  }, "strip", z.ZodTypeAny, {
525
561
  requiredSlot?: boolean | null | undefined;
526
562
  pickUp?: {
563
+ submitOrderInstruction?: {
564
+ payAtCounter?: Record<string, string> | null | undefined;
565
+ paid?: Record<string, string> | null | undefined;
566
+ } | null | undefined;
527
567
  enabled: boolean;
528
568
  } | null | undefined;
529
569
  displayStand?: {
570
+ submitOrderInstruction?: {
571
+ payAtCounter?: Record<string, string> | null | undefined;
572
+ paid?: Record<string, string> | null | undefined;
573
+ } | null | undefined;
530
574
  enabled: boolean;
531
575
  standSlotRange: {
532
576
  min: number;
@@ -538,11 +582,19 @@ export declare const OrderSettingsDto: z.ZodObject<{
538
582
  }, {
539
583
  requiredSlot?: boolean | null | undefined;
540
584
  pickUp?: {
585
+ submitOrderInstruction?: {
586
+ payAtCounter?: Record<string, string> | null | undefined;
587
+ paid?: Record<string, string> | null | undefined;
588
+ } | null | undefined;
541
589
  enabled: boolean;
542
590
  } | null | undefined;
543
591
  displayStand?: {
544
592
  enabled?: boolean | undefined;
545
593
  prefix?: string | null | undefined;
594
+ submitOrderInstruction?: {
595
+ payAtCounter?: Record<string, string> | null | undefined;
596
+ paid?: Record<string, string> | null | undefined;
597
+ } | null | undefined;
546
598
  standSlotRange: {
547
599
  min: number;
548
600
  max: number;
@@ -551,6 +603,28 @@ export declare const OrderSettingsDto: z.ZodObject<{
551
603
  } | null | undefined;
552
604
  }>>>;
553
605
  canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
606
+ takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
607
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
608
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
609
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
610
+ }, "strip", z.ZodTypeAny, {
611
+ payAtCounter?: Record<string, string> | null | undefined;
612
+ paid?: Record<string, string> | null | undefined;
613
+ }, {
614
+ payAtCounter?: Record<string, string> | null | undefined;
615
+ paid?: Record<string, string> | null | undefined;
616
+ }>>>;
617
+ }, "strip", z.ZodTypeAny, {
618
+ submitOrderInstruction?: {
619
+ payAtCounter?: Record<string, string> | null | undefined;
620
+ paid?: Record<string, string> | null | undefined;
621
+ } | null | undefined;
622
+ }, {
623
+ submitOrderInstruction?: {
624
+ payAtCounter?: Record<string, string> | null | undefined;
625
+ paid?: Record<string, string> | null | undefined;
626
+ } | null | undefined;
627
+ }>>>;
554
628
  paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
555
629
  paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
556
630
  offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
@@ -647,9 +721,17 @@ export declare const OrderSettingsDto: z.ZodObject<{
647
721
  dineIn?: {
648
722
  requiredSlot?: boolean | null | undefined;
649
723
  pickUp?: {
724
+ submitOrderInstruction?: {
725
+ payAtCounter?: Record<string, string> | null | undefined;
726
+ paid?: Record<string, string> | null | undefined;
727
+ } | null | undefined;
650
728
  enabled: boolean;
651
729
  } | null | undefined;
652
730
  displayStand?: {
731
+ submitOrderInstruction?: {
732
+ payAtCounter?: Record<string, string> | null | undefined;
733
+ paid?: Record<string, string> | null | undefined;
734
+ } | null | undefined;
653
735
  enabled: boolean;
654
736
  standSlotRange: {
655
737
  min: number;
@@ -660,6 +742,12 @@ export declare const OrderSettingsDto: z.ZodObject<{
660
742
  } | null | undefined;
661
743
  } | null | undefined;
662
744
  canTakeaway?: boolean | null | undefined;
745
+ takeaway?: {
746
+ submitOrderInstruction?: {
747
+ payAtCounter?: Record<string, string> | null | undefined;
748
+ paid?: Record<string, string> | null | undefined;
749
+ } | null | undefined;
750
+ } | null | undefined;
663
751
  paymentSetting?: {
664
752
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
665
753
  offlinePaymentTypes?: {
@@ -684,11 +772,19 @@ export declare const OrderSettingsDto: z.ZodObject<{
684
772
  dineIn?: {
685
773
  requiredSlot?: boolean | null | undefined;
686
774
  pickUp?: {
775
+ submitOrderInstruction?: {
776
+ payAtCounter?: Record<string, string> | null | undefined;
777
+ paid?: Record<string, string> | null | undefined;
778
+ } | null | undefined;
687
779
  enabled: boolean;
688
780
  } | null | undefined;
689
781
  displayStand?: {
690
782
  enabled?: boolean | undefined;
691
783
  prefix?: string | null | undefined;
784
+ submitOrderInstruction?: {
785
+ payAtCounter?: Record<string, string> | null | undefined;
786
+ paid?: Record<string, string> | null | undefined;
787
+ } | null | undefined;
692
788
  standSlotRange: {
693
789
  min: number;
694
790
  max: number;
@@ -697,6 +793,12 @@ export declare const OrderSettingsDto: z.ZodObject<{
697
793
  } | null | undefined;
698
794
  } | null | undefined;
699
795
  canTakeaway?: boolean | null | undefined;
796
+ takeaway?: {
797
+ submitOrderInstruction?: {
798
+ payAtCounter?: Record<string, string> | null | undefined;
799
+ paid?: Record<string, string> | null | undefined;
800
+ } | null | undefined;
801
+ } | null | undefined;
700
802
  paymentSetting?: {
701
803
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
702
804
  offlinePaymentTypes?: {
@@ -796,11 +898,11 @@ export declare const OrderSettingsDto: z.ZodObject<{
796
898
  prefix: string;
797
899
  current: number;
798
900
  } | undefined;
799
- inHouseDelivery?: {
901
+ takeaway?: {
800
902
  prefix: string;
801
903
  current: number;
802
904
  } | undefined;
803
- takeaway?: {
905
+ inHouseDelivery?: {
804
906
  prefix: string;
805
907
  current: number;
806
908
  } | undefined;
@@ -821,11 +923,11 @@ export declare const OrderSettingsDto: z.ZodObject<{
821
923
  prefix?: string | undefined;
822
924
  current?: number | undefined;
823
925
  } | undefined;
824
- inHouseDelivery?: {
926
+ takeaway?: {
825
927
  prefix?: string | undefined;
826
928
  current?: number | undefined;
827
929
  } | undefined;
828
- takeaway?: {
930
+ inHouseDelivery?: {
829
931
  prefix?: string | undefined;
830
932
  current?: number | undefined;
831
933
  } | undefined;
@@ -1070,11 +1172,11 @@ export declare const OrderSettingsDto: z.ZodObject<{
1070
1172
  prefix: string;
1071
1173
  current: number;
1072
1174
  } | undefined;
1073
- inHouseDelivery?: {
1175
+ takeaway?: {
1074
1176
  prefix: string;
1075
1177
  current: number;
1076
1178
  } | undefined;
1077
- takeaway?: {
1179
+ inHouseDelivery?: {
1078
1180
  prefix: string;
1079
1181
  current: number;
1080
1182
  } | undefined;
@@ -1110,9 +1212,17 @@ export declare const OrderSettingsDto: z.ZodObject<{
1110
1212
  dineIn?: {
1111
1213
  requiredSlot?: boolean | null | undefined;
1112
1214
  pickUp?: {
1215
+ submitOrderInstruction?: {
1216
+ payAtCounter?: Record<string, string> | null | undefined;
1217
+ paid?: Record<string, string> | null | undefined;
1218
+ } | null | undefined;
1113
1219
  enabled: boolean;
1114
1220
  } | null | undefined;
1115
1221
  displayStand?: {
1222
+ submitOrderInstruction?: {
1223
+ payAtCounter?: Record<string, string> | null | undefined;
1224
+ paid?: Record<string, string> | null | undefined;
1225
+ } | null | undefined;
1116
1226
  enabled: boolean;
1117
1227
  standSlotRange: {
1118
1228
  min: number;
@@ -1123,6 +1233,12 @@ export declare const OrderSettingsDto: z.ZodObject<{
1123
1233
  } | null | undefined;
1124
1234
  } | null | undefined;
1125
1235
  canTakeaway?: boolean | null | undefined;
1236
+ takeaway?: {
1237
+ submitOrderInstruction?: {
1238
+ payAtCounter?: Record<string, string> | null | undefined;
1239
+ paid?: Record<string, string> | null | undefined;
1240
+ } | null | undefined;
1241
+ } | null | undefined;
1126
1242
  paymentSetting?: {
1127
1243
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1128
1244
  offlinePaymentTypes?: {
@@ -1184,11 +1300,19 @@ export declare const OrderSettingsDto: z.ZodObject<{
1184
1300
  dineIn?: {
1185
1301
  requiredSlot?: boolean | null | undefined;
1186
1302
  pickUp?: {
1303
+ submitOrderInstruction?: {
1304
+ payAtCounter?: Record<string, string> | null | undefined;
1305
+ paid?: Record<string, string> | null | undefined;
1306
+ } | null | undefined;
1187
1307
  enabled: boolean;
1188
1308
  } | null | undefined;
1189
1309
  displayStand?: {
1190
1310
  enabled?: boolean | undefined;
1191
1311
  prefix?: string | null | undefined;
1312
+ submitOrderInstruction?: {
1313
+ payAtCounter?: Record<string, string> | null | undefined;
1314
+ paid?: Record<string, string> | null | undefined;
1315
+ } | null | undefined;
1192
1316
  standSlotRange: {
1193
1317
  min: number;
1194
1318
  max: number;
@@ -1197,6 +1321,12 @@ export declare const OrderSettingsDto: z.ZodObject<{
1197
1321
  } | null | undefined;
1198
1322
  } | null | undefined;
1199
1323
  canTakeaway?: boolean | null | undefined;
1324
+ takeaway?: {
1325
+ submitOrderInstruction?: {
1326
+ payAtCounter?: Record<string, string> | null | undefined;
1327
+ paid?: Record<string, string> | null | undefined;
1328
+ } | null | undefined;
1329
+ } | null | undefined;
1200
1330
  paymentSetting?: {
1201
1331
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1202
1332
  offlinePaymentTypes?: {
@@ -1276,11 +1406,11 @@ export declare const OrderSettingsDto: z.ZodObject<{
1276
1406
  prefix?: string | undefined;
1277
1407
  current?: number | undefined;
1278
1408
  } | undefined;
1279
- inHouseDelivery?: {
1409
+ takeaway?: {
1280
1410
  prefix?: string | undefined;
1281
1411
  current?: number | undefined;
1282
1412
  } | undefined;
1283
- takeaway?: {
1413
+ inHouseDelivery?: {
1284
1414
  prefix?: string | undefined;
1285
1415
  current?: number | undefined;
1286
1416
  } | undefined;
@@ -1789,9 +1919,27 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1789
1919
  requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1790
1920
  pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1791
1921
  enabled: z.ZodBoolean;
1922
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1923
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
1924
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
1925
+ }, "strip", z.ZodTypeAny, {
1926
+ payAtCounter?: Record<string, string> | null | undefined;
1927
+ paid?: Record<string, string> | null | undefined;
1928
+ }, {
1929
+ payAtCounter?: Record<string, string> | null | undefined;
1930
+ paid?: Record<string, string> | null | undefined;
1931
+ }>>>;
1792
1932
  }, "strip", z.ZodTypeAny, {
1933
+ submitOrderInstruction?: {
1934
+ payAtCounter?: Record<string, string> | null | undefined;
1935
+ paid?: Record<string, string> | null | undefined;
1936
+ } | null | undefined;
1793
1937
  enabled: boolean;
1794
1938
  }, {
1939
+ submitOrderInstruction?: {
1940
+ payAtCounter?: Record<string, string> | null | undefined;
1941
+ paid?: Record<string, string> | null | undefined;
1942
+ } | null | undefined;
1795
1943
  enabled: boolean;
1796
1944
  }>>>;
1797
1945
  displayStand: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1814,7 +1962,21 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1814
1962
  }>;
1815
1963
  prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1816
1964
  padDigit: z.ZodNumber;
1965
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1966
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
1967
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
1968
+ }, "strip", z.ZodTypeAny, {
1969
+ payAtCounter?: Record<string, string> | null | undefined;
1970
+ paid?: Record<string, string> | null | undefined;
1971
+ }, {
1972
+ payAtCounter?: Record<string, string> | null | undefined;
1973
+ paid?: Record<string, string> | null | undefined;
1974
+ }>>>;
1817
1975
  }, "strip", z.ZodTypeAny, {
1976
+ submitOrderInstruction?: {
1977
+ payAtCounter?: Record<string, string> | null | undefined;
1978
+ paid?: Record<string, string> | null | undefined;
1979
+ } | null | undefined;
1818
1980
  enabled: boolean;
1819
1981
  standSlotRange: {
1820
1982
  min: number;
@@ -1825,6 +1987,10 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1825
1987
  }, {
1826
1988
  enabled?: boolean | undefined;
1827
1989
  prefix?: string | null | undefined;
1990
+ submitOrderInstruction?: {
1991
+ payAtCounter?: Record<string, string> | null | undefined;
1992
+ paid?: Record<string, string> | null | undefined;
1993
+ } | null | undefined;
1828
1994
  standSlotRange: {
1829
1995
  min: number;
1830
1996
  max: number;
@@ -1834,9 +2000,17 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1834
2000
  }, "strip", z.ZodTypeAny, {
1835
2001
  requiredSlot?: boolean | null | undefined;
1836
2002
  pickUp?: {
2003
+ submitOrderInstruction?: {
2004
+ payAtCounter?: Record<string, string> | null | undefined;
2005
+ paid?: Record<string, string> | null | undefined;
2006
+ } | null | undefined;
1837
2007
  enabled: boolean;
1838
2008
  } | null | undefined;
1839
2009
  displayStand?: {
2010
+ submitOrderInstruction?: {
2011
+ payAtCounter?: Record<string, string> | null | undefined;
2012
+ paid?: Record<string, string> | null | undefined;
2013
+ } | null | undefined;
1840
2014
  enabled: boolean;
1841
2015
  standSlotRange: {
1842
2016
  min: number;
@@ -1848,11 +2022,19 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1848
2022
  }, {
1849
2023
  requiredSlot?: boolean | null | undefined;
1850
2024
  pickUp?: {
2025
+ submitOrderInstruction?: {
2026
+ payAtCounter?: Record<string, string> | null | undefined;
2027
+ paid?: Record<string, string> | null | undefined;
2028
+ } | null | undefined;
1851
2029
  enabled: boolean;
1852
2030
  } | null | undefined;
1853
2031
  displayStand?: {
1854
2032
  enabled?: boolean | undefined;
1855
2033
  prefix?: string | null | undefined;
2034
+ submitOrderInstruction?: {
2035
+ payAtCounter?: Record<string, string> | null | undefined;
2036
+ paid?: Record<string, string> | null | undefined;
2037
+ } | null | undefined;
1856
2038
  standSlotRange: {
1857
2039
  min: number;
1858
2040
  max: number;
@@ -1861,6 +2043,28 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1861
2043
  } | null | undefined;
1862
2044
  }>>>;
1863
2045
  canTakeaway: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2046
+ takeaway: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2047
+ submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2048
+ payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
2049
+ paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
2050
+ }, "strip", z.ZodTypeAny, {
2051
+ payAtCounter?: Record<string, string> | null | undefined;
2052
+ paid?: Record<string, string> | null | undefined;
2053
+ }, {
2054
+ payAtCounter?: Record<string, string> | null | undefined;
2055
+ paid?: Record<string, string> | null | undefined;
2056
+ }>>>;
2057
+ }, "strip", z.ZodTypeAny, {
2058
+ submitOrderInstruction?: {
2059
+ payAtCounter?: Record<string, string> | null | undefined;
2060
+ paid?: Record<string, string> | null | undefined;
2061
+ } | null | undefined;
2062
+ }, {
2063
+ submitOrderInstruction?: {
2064
+ payAtCounter?: Record<string, string> | null | undefined;
2065
+ paid?: Record<string, string> | null | undefined;
2066
+ } | null | undefined;
2067
+ }>>>;
1864
2068
  paymentSetting: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1865
2069
  paymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>>, "many">>>;
1866
2070
  offlinePaymentTypes: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
@@ -1957,9 +2161,17 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1957
2161
  dineIn?: {
1958
2162
  requiredSlot?: boolean | null | undefined;
1959
2163
  pickUp?: {
2164
+ submitOrderInstruction?: {
2165
+ payAtCounter?: Record<string, string> | null | undefined;
2166
+ paid?: Record<string, string> | null | undefined;
2167
+ } | null | undefined;
1960
2168
  enabled: boolean;
1961
2169
  } | null | undefined;
1962
2170
  displayStand?: {
2171
+ submitOrderInstruction?: {
2172
+ payAtCounter?: Record<string, string> | null | undefined;
2173
+ paid?: Record<string, string> | null | undefined;
2174
+ } | null | undefined;
1963
2175
  enabled: boolean;
1964
2176
  standSlotRange: {
1965
2177
  min: number;
@@ -1970,6 +2182,12 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1970
2182
  } | null | undefined;
1971
2183
  } | null | undefined;
1972
2184
  canTakeaway?: boolean | null | undefined;
2185
+ takeaway?: {
2186
+ submitOrderInstruction?: {
2187
+ payAtCounter?: Record<string, string> | null | undefined;
2188
+ paid?: Record<string, string> | null | undefined;
2189
+ } | null | undefined;
2190
+ } | null | undefined;
1973
2191
  paymentSetting?: {
1974
2192
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
1975
2193
  offlinePaymentTypes?: {
@@ -1994,11 +2212,19 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1994
2212
  dineIn?: {
1995
2213
  requiredSlot?: boolean | null | undefined;
1996
2214
  pickUp?: {
2215
+ submitOrderInstruction?: {
2216
+ payAtCounter?: Record<string, string> | null | undefined;
2217
+ paid?: Record<string, string> | null | undefined;
2218
+ } | null | undefined;
1997
2219
  enabled: boolean;
1998
2220
  } | null | undefined;
1999
2221
  displayStand?: {
2000
2222
  enabled?: boolean | undefined;
2001
2223
  prefix?: string | null | undefined;
2224
+ submitOrderInstruction?: {
2225
+ payAtCounter?: Record<string, string> | null | undefined;
2226
+ paid?: Record<string, string> | null | undefined;
2227
+ } | null | undefined;
2002
2228
  standSlotRange: {
2003
2229
  min: number;
2004
2230
  max: number;
@@ -2007,6 +2233,12 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2007
2233
  } | null | undefined;
2008
2234
  } | null | undefined;
2009
2235
  canTakeaway?: boolean | null | undefined;
2236
+ takeaway?: {
2237
+ submitOrderInstruction?: {
2238
+ payAtCounter?: Record<string, string> | null | undefined;
2239
+ paid?: Record<string, string> | null | undefined;
2240
+ } | null | undefined;
2241
+ } | null | undefined;
2010
2242
  paymentSetting?: {
2011
2243
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
2012
2244
  offlinePaymentTypes?: {
@@ -2106,11 +2338,11 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2106
2338
  prefix: string;
2107
2339
  current: number;
2108
2340
  } | undefined;
2109
- inHouseDelivery?: {
2341
+ takeaway?: {
2110
2342
  prefix: string;
2111
2343
  current: number;
2112
2344
  } | undefined;
2113
- takeaway?: {
2345
+ inHouseDelivery?: {
2114
2346
  prefix: string;
2115
2347
  current: number;
2116
2348
  } | undefined;
@@ -2131,11 +2363,11 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2131
2363
  prefix?: string | undefined;
2132
2364
  current?: number | undefined;
2133
2365
  } | undefined;
2134
- inHouseDelivery?: {
2366
+ takeaway?: {
2135
2367
  prefix?: string | undefined;
2136
2368
  current?: number | undefined;
2137
2369
  } | undefined;
2138
- takeaway?: {
2370
+ inHouseDelivery?: {
2139
2371
  prefix?: string | undefined;
2140
2372
  current?: number | undefined;
2141
2373
  } | undefined;
@@ -2380,11 +2612,11 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2380
2612
  prefix: string;
2381
2613
  current: number;
2382
2614
  } | undefined;
2383
- inHouseDelivery?: {
2615
+ takeaway?: {
2384
2616
  prefix: string;
2385
2617
  current: number;
2386
2618
  } | undefined;
2387
- takeaway?: {
2619
+ inHouseDelivery?: {
2388
2620
  prefix: string;
2389
2621
  current: number;
2390
2622
  } | undefined;
@@ -2419,9 +2651,17 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2419
2651
  dineIn?: {
2420
2652
  requiredSlot?: boolean | null | undefined;
2421
2653
  pickUp?: {
2654
+ submitOrderInstruction?: {
2655
+ payAtCounter?: Record<string, string> | null | undefined;
2656
+ paid?: Record<string, string> | null | undefined;
2657
+ } | null | undefined;
2422
2658
  enabled: boolean;
2423
2659
  } | null | undefined;
2424
2660
  displayStand?: {
2661
+ submitOrderInstruction?: {
2662
+ payAtCounter?: Record<string, string> | null | undefined;
2663
+ paid?: Record<string, string> | null | undefined;
2664
+ } | null | undefined;
2425
2665
  enabled: boolean;
2426
2666
  standSlotRange: {
2427
2667
  min: number;
@@ -2432,6 +2672,12 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2432
2672
  } | null | undefined;
2433
2673
  } | null | undefined;
2434
2674
  canTakeaway?: boolean | null | undefined;
2675
+ takeaway?: {
2676
+ submitOrderInstruction?: {
2677
+ payAtCounter?: Record<string, string> | null | undefined;
2678
+ paid?: Record<string, string> | null | undefined;
2679
+ } | null | undefined;
2680
+ } | null | undefined;
2435
2681
  paymentSetting?: {
2436
2682
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
2437
2683
  offlinePaymentTypes?: {
@@ -2493,11 +2739,19 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2493
2739
  dineIn?: {
2494
2740
  requiredSlot?: boolean | null | undefined;
2495
2741
  pickUp?: {
2742
+ submitOrderInstruction?: {
2743
+ payAtCounter?: Record<string, string> | null | undefined;
2744
+ paid?: Record<string, string> | null | undefined;
2745
+ } | null | undefined;
2496
2746
  enabled: boolean;
2497
2747
  } | null | undefined;
2498
2748
  displayStand?: {
2499
2749
  enabled?: boolean | undefined;
2500
2750
  prefix?: string | null | undefined;
2751
+ submitOrderInstruction?: {
2752
+ payAtCounter?: Record<string, string> | null | undefined;
2753
+ paid?: Record<string, string> | null | undefined;
2754
+ } | null | undefined;
2501
2755
  standSlotRange: {
2502
2756
  min: number;
2503
2757
  max: number;
@@ -2506,6 +2760,12 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2506
2760
  } | null | undefined;
2507
2761
  } | null | undefined;
2508
2762
  canTakeaway?: boolean | null | undefined;
2763
+ takeaway?: {
2764
+ submitOrderInstruction?: {
2765
+ payAtCounter?: Record<string, string> | null | undefined;
2766
+ paid?: Record<string, string> | null | undefined;
2767
+ } | null | undefined;
2768
+ } | null | undefined;
2509
2769
  paymentSetting?: {
2510
2770
  paymentTypes?: ("cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox")[] | null | undefined;
2511
2771
  offlinePaymentTypes?: {
@@ -2585,11 +2845,11 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2585
2845
  prefix?: string | undefined;
2586
2846
  current?: number | undefined;
2587
2847
  } | undefined;
2588
- inHouseDelivery?: {
2848
+ takeaway?: {
2589
2849
  prefix?: string | undefined;
2590
2850
  current?: number | undefined;
2591
2851
  } | undefined;
2592
- takeaway?: {
2852
+ inHouseDelivery?: {
2593
2853
  prefix?: string | undefined;
2594
2854
  current?: number | undefined;
2595
2855
  } | undefined;
@@ -157,11 +157,11 @@ export declare const FdoOrderSequenceSettings: z.ZodObject<{
157
157
  prefix: string;
158
158
  current: number;
159
159
  } | undefined;
160
- inHouseDelivery?: {
160
+ takeaway?: {
161
161
  prefix: string;
162
162
  current: number;
163
163
  } | undefined;
164
- takeaway?: {
164
+ inHouseDelivery?: {
165
165
  prefix: string;
166
166
  current: number;
167
167
  } | undefined;
@@ -182,11 +182,11 @@ export declare const FdoOrderSequenceSettings: z.ZodObject<{
182
182
  prefix?: string | undefined;
183
183
  current?: number | undefined;
184
184
  } | undefined;
185
- inHouseDelivery?: {
185
+ takeaway?: {
186
186
  prefix?: string | undefined;
187
187
  current?: number | undefined;
188
188
  } | undefined;
189
- takeaway?: {
189
+ inHouseDelivery?: {
190
190
  prefix?: string | undefined;
191
191
  current?: number | undefined;
192
192
  } | undefined;
@@ -149,11 +149,11 @@ export declare const OrderSequenceSettingsDto: z.ZodObject<{
149
149
  prefix: string;
150
150
  current: number;
151
151
  } | undefined;
152
- inHouseDelivery?: {
152
+ takeaway?: {
153
153
  prefix: string;
154
154
  current: number;
155
155
  } | undefined;
156
- takeaway?: {
156
+ inHouseDelivery?: {
157
157
  prefix: string;
158
158
  current: number;
159
159
  } | undefined;
@@ -174,11 +174,11 @@ export declare const OrderSequenceSettingsDto: z.ZodObject<{
174
174
  prefix?: string | undefined;
175
175
  current?: number | undefined;
176
176
  } | undefined;
177
- inHouseDelivery?: {
177
+ takeaway?: {
178
178
  prefix?: string | undefined;
179
179
  current?: number | undefined;
180
180
  } | undefined;
181
- takeaway?: {
181
+ inHouseDelivery?: {
182
182
  prefix?: string | undefined;
183
183
  current?: number | undefined;
184
184
  } | undefined;
@@ -1,3 +1,5 @@
1
1
  import { z } from "zod";
2
2
  export declare const F_PAYMENT_TYPE_LABEL: z.ZodEnum<["DEBIT_CARD", "CREDIT_CARD", "E_WALLET", "OTHER"]>;
3
+ export declare const F_COMBINED_CARD_QR_TERMINAL_TYPE: z.ZodEnum<["GHL"]>;
3
4
  export type F_PAYMENT_TYPE_LABEL = z.infer<typeof F_PAYMENT_TYPE_LABEL>;
5
+ export type F_COMBINED_CARD_QR_TERMINAL_TYPE = z.infer<typeof F_COMBINED_CARD_QR_TERMINAL_TYPE>;