@feedmepos/mf-order-setting 0.0.44 → 0.0.45

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 (89) hide show
  1. package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
  3. package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
  4. package/dist/KioskView-CN-Dk8fn.js +448 -0
  5. package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-B0shsMTu.js} +33723 -34786
  6. package/dist/{app-CKeIud_f.js → app-BK8d3ff5.js} +115 -43
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
  10. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  11. package/dist/frontend/mf-order/src/app.d.ts +72 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +72 -0
  13. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
  14. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
  15. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
  16. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
  20. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
  21. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
  22. package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
  23. package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
  24. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
  26. package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
  27. package/dist/package/entity/booking/booking.do.d.ts +168 -2368
  28. package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
  29. package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
  30. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
  31. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
  32. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
  33. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
  34. package/dist/package/entity/index.d.ts +2 -0
  35. package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
  36. package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
  37. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
  38. package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
  39. package/dist/package/entity/order/order.do.d.ts +8 -0
  40. package/dist/package/entity/order/order.dto.d.ts +390 -974
  41. package/dist/package/entity/order/order.enum.d.ts +2 -0
  42. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
  43. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
  44. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
  46. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
  47. package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
  48. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
  49. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  50. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
  51. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
  52. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
  53. package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
  54. package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
  55. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
  56. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  57. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  58. package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
  59. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
  60. package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
  61. package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
  62. package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
  63. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
  64. package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
  65. package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
  66. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
  67. package/dist/package/entity/queue/queue.dto.d.ts +76 -14
  68. package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
  69. package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
  70. package/package.json +3 -3
  71. package/src/api/remoteOrder/index.ts +13 -2
  72. package/src/api/restaurant-setting/index.ts +6 -0
  73. package/src/locales/en-US.json +24 -0
  74. package/src/locales/th-TH.json +24 -0
  75. package/src/locales/zh-CN.json +24 -0
  76. package/src/modules/kiosk/interface.ts +1 -0
  77. package/src/stores/kiosk/mapper.ts +1 -0
  78. package/src/stores/order-setting/mapper.ts +20 -33
  79. package/src/stores/restaurant/index.ts +7 -3
  80. package/src/views/all-orders/FilterStatus.vue +1 -1
  81. package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
  82. package/src/views/order-settings/OrderSettingsView.vue +13 -5
  83. package/src/views/order-settings/delivery/delivery.data.ts +7 -4
  84. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  85. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  86. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  87. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  88. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  89. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -24,15 +24,15 @@ export declare const GFCurrency: z.ZodObject<{
24
24
  }>;
25
25
  export declare const GFOrderFeatureFlags: z.ZodObject<{
26
26
  orderAcceptedType: z.ZodEnum<["AUTO", "MANUAL"]>;
27
- orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant"]>;
27
+ orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant", "DineIn", "ScanToOrder", "TakeAwayOrder", "PosDineOutOrder"]>;
28
28
  isMexEditOrder: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
30
  isMexEditOrder?: boolean | null | undefined;
31
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
31
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
32
32
  orderAcceptedType: "MANUAL" | "AUTO";
33
33
  }, {
34
34
  isMexEditOrder?: boolean | null | undefined;
35
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
35
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
36
36
  orderAcceptedType: "MANUAL" | "AUTO";
37
37
  }>;
38
38
  export declare const GFOrderModifier: z.ZodObject<{
@@ -200,6 +200,7 @@ export declare const GFOrderItem: z.ZodObject<{
200
200
  deductedAmount?: number | null | undefined;
201
201
  appliedItemIDs?: string[] | null | undefined;
202
202
  }>, "many">>>;
203
+ grabItemID: z.ZodNullable<z.ZodOptional<z.ZodString>>;
203
204
  }, "strip", z.ZodTypeAny, {
204
205
  specifications?: string | null | undefined;
205
206
  modifiers?: {
@@ -224,6 +225,7 @@ export declare const GFOrderItem: z.ZodObject<{
224
225
  deductedAmount?: number | null | undefined;
225
226
  appliedItemIDs?: string[] | null | undefined;
226
227
  }[] | null | undefined;
228
+ grabItemID?: string | null | undefined;
227
229
  id: string;
228
230
  quantity: number;
229
231
  price: number;
@@ -251,6 +253,7 @@ export declare const GFOrderItem: z.ZodObject<{
251
253
  deductedAmount?: number | null | undefined;
252
254
  appliedItemIDs?: string[] | null | undefined;
253
255
  }[] | null | undefined;
256
+ grabItemID?: string | null | undefined;
254
257
  id: string;
255
258
  quantity: number;
256
259
  price: number;
@@ -453,15 +456,15 @@ export declare const GFOrder: z.ZodObject<{
453
456
  }>;
454
457
  featureFlags: z.ZodObject<{
455
458
  orderAcceptedType: z.ZodEnum<["AUTO", "MANUAL"]>;
456
- orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant"]>;
459
+ orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant", "DineIn", "ScanToOrder", "TakeAwayOrder", "PosDineOutOrder"]>;
457
460
  isMexEditOrder: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
458
461
  }, "strip", z.ZodTypeAny, {
459
462
  isMexEditOrder?: boolean | null | undefined;
460
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
463
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
461
464
  orderAcceptedType: "MANUAL" | "AUTO";
462
465
  }, {
463
466
  isMexEditOrder?: boolean | null | undefined;
464
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
467
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
465
468
  orderAcceptedType: "MANUAL" | "AUTO";
466
469
  }>;
467
470
  items: z.ZodArray<z.ZodObject<{
@@ -541,6 +544,7 @@ export declare const GFOrder: z.ZodObject<{
541
544
  deductedAmount?: number | null | undefined;
542
545
  appliedItemIDs?: string[] | null | undefined;
543
546
  }>, "many">>>;
547
+ grabItemID: z.ZodNullable<z.ZodOptional<z.ZodString>>;
544
548
  }, "strip", z.ZodTypeAny, {
545
549
  specifications?: string | null | undefined;
546
550
  modifiers?: {
@@ -565,6 +569,7 @@ export declare const GFOrder: z.ZodObject<{
565
569
  deductedAmount?: number | null | undefined;
566
570
  appliedItemIDs?: string[] | null | undefined;
567
571
  }[] | null | undefined;
572
+ grabItemID?: string | null | undefined;
568
573
  id: string;
569
574
  quantity: number;
570
575
  price: number;
@@ -592,6 +597,7 @@ export declare const GFOrder: z.ZodObject<{
592
597
  deductedAmount?: number | null | undefined;
593
598
  appliedItemIDs?: string[] | null | undefined;
594
599
  }[] | null | undefined;
600
+ grabItemID?: string | null | undefined;
595
601
  id: string;
596
602
  quantity: number;
597
603
  price: number;
@@ -777,7 +783,7 @@ export declare const GFOrder: z.ZodObject<{
777
783
  estimatedOrderReadyTime: string;
778
784
  maxOrderReadyTime: string;
779
785
  }>>>;
780
- orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED"]>>>;
786
+ orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED", "COMPLETED", "REFUNDED"]>>>;
781
787
  }, "strip", z.ZodTypeAny, {
782
788
  receiver?: {
783
789
  name?: string | null | undefined;
@@ -826,7 +832,7 @@ export declare const GFOrder: z.ZodObject<{
826
832
  estimatedOrderReadyTime: string;
827
833
  maxOrderReadyTime: string;
828
834
  } | null | undefined;
829
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
835
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
830
836
  price: {
831
837
  deliveryFee?: number | null | undefined;
832
838
  tax?: number | null | undefined;
@@ -864,6 +870,7 @@ export declare const GFOrder: z.ZodObject<{
864
870
  deductedAmount?: number | null | undefined;
865
871
  appliedItemIDs?: string[] | null | undefined;
866
872
  }[] | null | undefined;
873
+ grabItemID?: string | null | undefined;
867
874
  id: string;
868
875
  quantity: number;
869
876
  price: number;
@@ -876,7 +883,7 @@ export declare const GFOrder: z.ZodObject<{
876
883
  cutlery: boolean;
877
884
  featureFlags: {
878
885
  isMexEditOrder?: boolean | null | undefined;
879
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
886
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
880
887
  orderAcceptedType: "MANUAL" | "AUTO";
881
888
  };
882
889
  }, {
@@ -927,7 +934,7 @@ export declare const GFOrder: z.ZodObject<{
927
934
  estimatedOrderReadyTime: string;
928
935
  maxOrderReadyTime: string;
929
936
  } | null | undefined;
930
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
937
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
931
938
  price: {
932
939
  deliveryFee?: number | null | undefined;
933
940
  tax?: number | null | undefined;
@@ -965,6 +972,7 @@ export declare const GFOrder: z.ZodObject<{
965
972
  deductedAmount?: number | null | undefined;
966
973
  appliedItemIDs?: string[] | null | undefined;
967
974
  }[] | null | undefined;
975
+ grabItemID?: string | null | undefined;
968
976
  id: string;
969
977
  quantity: number;
970
978
  price: number;
@@ -977,7 +985,7 @@ export declare const GFOrder: z.ZodObject<{
977
985
  cutlery: boolean;
978
986
  featureFlags: {
979
987
  isMexEditOrder?: boolean | null | undefined;
980
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
988
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
981
989
  orderAcceptedType: "MANUAL" | "AUTO";
982
990
  };
983
991
  }>;
@@ -1019,15 +1027,15 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1019
1027
  }>;
1020
1028
  featureFlags: z.ZodObject<{
1021
1029
  orderAcceptedType: z.ZodEnum<["AUTO", "MANUAL"]>;
1022
- orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant"]>;
1030
+ orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant", "DineIn", "ScanToOrder", "TakeAwayOrder", "PosDineOutOrder"]>;
1023
1031
  isMexEditOrder: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1024
1032
  }, "strip", z.ZodTypeAny, {
1025
1033
  isMexEditOrder?: boolean | null | undefined;
1026
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1034
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1027
1035
  orderAcceptedType: "MANUAL" | "AUTO";
1028
1036
  }, {
1029
1037
  isMexEditOrder?: boolean | null | undefined;
1030
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1038
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1031
1039
  orderAcceptedType: "MANUAL" | "AUTO";
1032
1040
  }>;
1033
1041
  items: z.ZodArray<z.ZodObject<{
@@ -1107,6 +1115,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1107
1115
  deductedAmount?: number | null | undefined;
1108
1116
  appliedItemIDs?: string[] | null | undefined;
1109
1117
  }>, "many">>>;
1118
+ grabItemID: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1110
1119
  }, "strip", z.ZodTypeAny, {
1111
1120
  specifications?: string | null | undefined;
1112
1121
  modifiers?: {
@@ -1131,6 +1140,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1131
1140
  deductedAmount?: number | null | undefined;
1132
1141
  appliedItemIDs?: string[] | null | undefined;
1133
1142
  }[] | null | undefined;
1143
+ grabItemID?: string | null | undefined;
1134
1144
  id: string;
1135
1145
  quantity: number;
1136
1146
  price: number;
@@ -1158,6 +1168,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1158
1168
  deductedAmount?: number | null | undefined;
1159
1169
  appliedItemIDs?: string[] | null | undefined;
1160
1170
  }[] | null | undefined;
1171
+ grabItemID?: string | null | undefined;
1161
1172
  id: string;
1162
1173
  quantity: number;
1163
1174
  price: number;
@@ -1343,7 +1354,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1343
1354
  estimatedOrderReadyTime: string;
1344
1355
  maxOrderReadyTime: string;
1345
1356
  }>>>;
1346
- orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED"]>>>;
1357
+ orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED", "COMPLETED", "REFUNDED"]>>>;
1347
1358
  }, "strip", z.ZodTypeAny, {
1348
1359
  receiver?: {
1349
1360
  name?: string | null | undefined;
@@ -1392,7 +1403,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1392
1403
  estimatedOrderReadyTime: string;
1393
1404
  maxOrderReadyTime: string;
1394
1405
  } | null | undefined;
1395
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1406
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1396
1407
  price: {
1397
1408
  deliveryFee?: number | null | undefined;
1398
1409
  tax?: number | null | undefined;
@@ -1430,6 +1441,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1430
1441
  deductedAmount?: number | null | undefined;
1431
1442
  appliedItemIDs?: string[] | null | undefined;
1432
1443
  }[] | null | undefined;
1444
+ grabItemID?: string | null | undefined;
1433
1445
  id: string;
1434
1446
  quantity: number;
1435
1447
  price: number;
@@ -1442,7 +1454,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1442
1454
  cutlery: boolean;
1443
1455
  featureFlags: {
1444
1456
  isMexEditOrder?: boolean | null | undefined;
1445
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1457
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1446
1458
  orderAcceptedType: "MANUAL" | "AUTO";
1447
1459
  };
1448
1460
  }, {
@@ -1493,7 +1505,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1493
1505
  estimatedOrderReadyTime: string;
1494
1506
  maxOrderReadyTime: string;
1495
1507
  } | null | undefined;
1496
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1508
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1497
1509
  price: {
1498
1510
  deliveryFee?: number | null | undefined;
1499
1511
  tax?: number | null | undefined;
@@ -1531,6 +1543,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1531
1543
  deductedAmount?: number | null | undefined;
1532
1544
  appliedItemIDs?: string[] | null | undefined;
1533
1545
  }[] | null | undefined;
1546
+ grabItemID?: string | null | undefined;
1534
1547
  id: string;
1535
1548
  quantity: number;
1536
1549
  price: number;
@@ -1543,7 +1556,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1543
1556
  cutlery: boolean;
1544
1557
  featureFlags: {
1545
1558
  isMexEditOrder?: boolean | null | undefined;
1546
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1559
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1547
1560
  orderAcceptedType: "MANUAL" | "AUTO";
1548
1561
  };
1549
1562
  }>;
@@ -1604,7 +1617,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1604
1617
  estimatedOrderReadyTime: string;
1605
1618
  maxOrderReadyTime: string;
1606
1619
  } | null | undefined;
1607
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1620
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1608
1621
  price: {
1609
1622
  deliveryFee?: number | null | undefined;
1610
1623
  tax?: number | null | undefined;
@@ -1642,6 +1655,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1642
1655
  deductedAmount?: number | null | undefined;
1643
1656
  appliedItemIDs?: string[] | null | undefined;
1644
1657
  }[] | null | undefined;
1658
+ grabItemID?: string | null | undefined;
1645
1659
  id: string;
1646
1660
  quantity: number;
1647
1661
  price: number;
@@ -1654,7 +1668,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1654
1668
  cutlery: boolean;
1655
1669
  featureFlags: {
1656
1670
  isMexEditOrder?: boolean | null | undefined;
1657
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1671
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1658
1672
  orderAcceptedType: "MANUAL" | "AUTO";
1659
1673
  };
1660
1674
  };
@@ -1713,7 +1727,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1713
1727
  estimatedOrderReadyTime: string;
1714
1728
  maxOrderReadyTime: string;
1715
1729
  } | null | undefined;
1716
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1730
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
1717
1731
  price: {
1718
1732
  deliveryFee?: number | null | undefined;
1719
1733
  tax?: number | null | undefined;
@@ -1751,6 +1765,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1751
1765
  deductedAmount?: number | null | undefined;
1752
1766
  appliedItemIDs?: string[] | null | undefined;
1753
1767
  }[] | null | undefined;
1768
+ grabItemID?: string | null | undefined;
1754
1769
  id: string;
1755
1770
  quantity: number;
1756
1771
  price: number;
@@ -1763,7 +1778,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1763
1778
  cutlery: boolean;
1764
1779
  featureFlags: {
1765
1780
  isMexEditOrder?: boolean | null | undefined;
1766
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1781
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1767
1782
  orderAcceptedType: "MANUAL" | "AUTO";
1768
1783
  };
1769
1784
  };
@@ -1806,15 +1821,15 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1806
1821
  }>;
1807
1822
  featureFlags: z.ZodObject<{
1808
1823
  orderAcceptedType: z.ZodEnum<["AUTO", "MANUAL"]>;
1809
- orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant"]>;
1824
+ orderType: z.ZodEnum<["TakeAway", "DeliveredByGrab", "DeliveredByRestaurant", "DineIn", "ScanToOrder", "TakeAwayOrder", "PosDineOutOrder"]>;
1810
1825
  isMexEditOrder: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1811
1826
  }, "strip", z.ZodTypeAny, {
1812
1827
  isMexEditOrder?: boolean | null | undefined;
1813
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1828
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1814
1829
  orderAcceptedType: "MANUAL" | "AUTO";
1815
1830
  }, {
1816
1831
  isMexEditOrder?: boolean | null | undefined;
1817
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
1832
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
1818
1833
  orderAcceptedType: "MANUAL" | "AUTO";
1819
1834
  }>;
1820
1835
  items: z.ZodArray<z.ZodObject<{
@@ -1894,6 +1909,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1894
1909
  deductedAmount?: number | null | undefined;
1895
1910
  appliedItemIDs?: string[] | null | undefined;
1896
1911
  }>, "many">>>;
1912
+ grabItemID: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1897
1913
  }, "strip", z.ZodTypeAny, {
1898
1914
  specifications?: string | null | undefined;
1899
1915
  modifiers?: {
@@ -1918,6 +1934,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1918
1934
  deductedAmount?: number | null | undefined;
1919
1935
  appliedItemIDs?: string[] | null | undefined;
1920
1936
  }[] | null | undefined;
1937
+ grabItemID?: string | null | undefined;
1921
1938
  id: string;
1922
1939
  quantity: number;
1923
1940
  price: number;
@@ -1945,6 +1962,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1945
1962
  deductedAmount?: number | null | undefined;
1946
1963
  appliedItemIDs?: string[] | null | undefined;
1947
1964
  }[] | null | undefined;
1965
+ grabItemID?: string | null | undefined;
1948
1966
  id: string;
1949
1967
  quantity: number;
1950
1968
  price: number;
@@ -2130,7 +2148,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2130
2148
  estimatedOrderReadyTime: string;
2131
2149
  maxOrderReadyTime: string;
2132
2150
  }>>>;
2133
- orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED"]>>>;
2151
+ orderState: z.ZodNullable<z.ZodOptional<z.ZodEnum<["ACCEPTED", "DRIVER_ALLOCATED", "DRIVER_ARRIVED", "COLLECTED", "DELIVERED", "FAILED", "CANCELLED", "COMPLETED", "REFUNDED"]>>>;
2134
2152
  }, "strip", z.ZodTypeAny, {
2135
2153
  receiver?: {
2136
2154
  name?: string | null | undefined;
@@ -2179,7 +2197,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2179
2197
  estimatedOrderReadyTime: string;
2180
2198
  maxOrderReadyTime: string;
2181
2199
  } | null | undefined;
2182
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
2200
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
2183
2201
  price: {
2184
2202
  deliveryFee?: number | null | undefined;
2185
2203
  tax?: number | null | undefined;
@@ -2217,6 +2235,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2217
2235
  deductedAmount?: number | null | undefined;
2218
2236
  appliedItemIDs?: string[] | null | undefined;
2219
2237
  }[] | null | undefined;
2238
+ grabItemID?: string | null | undefined;
2220
2239
  id: string;
2221
2240
  quantity: number;
2222
2241
  price: number;
@@ -2229,7 +2248,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2229
2248
  cutlery: boolean;
2230
2249
  featureFlags: {
2231
2250
  isMexEditOrder?: boolean | null | undefined;
2232
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
2251
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
2233
2252
  orderAcceptedType: "MANUAL" | "AUTO";
2234
2253
  };
2235
2254
  }, {
@@ -2280,7 +2299,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2280
2299
  estimatedOrderReadyTime: string;
2281
2300
  maxOrderReadyTime: string;
2282
2301
  } | null | undefined;
2283
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
2302
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
2284
2303
  price: {
2285
2304
  deliveryFee?: number | null | undefined;
2286
2305
  tax?: number | null | undefined;
@@ -2318,6 +2337,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2318
2337
  deductedAmount?: number | null | undefined;
2319
2338
  appliedItemIDs?: string[] | null | undefined;
2320
2339
  }[] | null | undefined;
2340
+ grabItemID?: string | null | undefined;
2321
2341
  id: string;
2322
2342
  quantity: number;
2323
2343
  price: number;
@@ -2330,7 +2350,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2330
2350
  cutlery: boolean;
2331
2351
  featureFlags: {
2332
2352
  isMexEditOrder?: boolean | null | undefined;
2333
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
2353
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
2334
2354
  orderAcceptedType: "MANUAL" | "AUTO";
2335
2355
  };
2336
2356
  }>;
@@ -3758,7 +3778,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
3758
3778
  taxCode: string;
3759
3779
  systemCode: string;
3760
3780
  }> | null | undefined;
3761
- autoAccept?: boolean | null | undefined;
3762
3781
  deliveryTime?: {
3763
3782
  time?: string[] | null | undefined;
3764
3783
  custom?: {
@@ -3822,6 +3841,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
3822
3841
  name: string;
3823
3842
  instruction: string;
3824
3843
  }[] | null | undefined;
3844
+ autoAccept?: boolean | null | undefined;
3825
3845
  autoAcceptPaidOnly?: boolean | null | undefined;
3826
3846
  ignoreStock?: boolean | null | undefined;
3827
3847
  catalogId: string | null;
@@ -3851,7 +3871,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
3851
3871
  taxCode: string;
3852
3872
  systemCode: string;
3853
3873
  }> | null | undefined;
3854
- autoAccept?: boolean | null | undefined;
3855
3874
  deliveryTime?: {
3856
3875
  time?: string[] | null | undefined;
3857
3876
  custom?: {
@@ -3915,6 +3934,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
3915
3934
  name: string;
3916
3935
  instruction: string;
3917
3936
  }[] | null | undefined;
3937
+ autoAccept?: boolean | null | undefined;
3918
3938
  autoAcceptPaidOnly?: boolean | null | undefined;
3919
3939
  ignoreStock?: boolean | null | undefined;
3920
3940
  catalogId: string | null;
@@ -3949,256 +3969,17 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
3949
3969
  }, "strip", z.ZodTypeAny, {
3950
3970
  instruction?: string | null | undefined;
3951
3971
  catalogId?: string | null | undefined;
3952
- autoAccept?: boolean | null | undefined;
3953
3972
  term?: string | null | undefined;
3973
+ autoAccept?: boolean | null | undefined;
3954
3974
  ignoreStock?: boolean | null | undefined;
3955
3975
  enable: boolean;
3956
3976
  }, {
3957
3977
  instruction?: string | null | undefined;
3958
3978
  catalogId?: string | null | undefined;
3959
- autoAccept?: boolean | null | undefined;
3960
3979
  term?: string | null | undefined;
3961
- ignoreStock?: boolean | null | undefined;
3962
- enable: boolean;
3963
- }>>>;
3964
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
3965
- enable: z.ZodBoolean;
3966
- }, {
3967
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
3968
- remoteId: z.ZodString;
3969
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3970
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3971
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3972
- autoCloseBill: z.ZodBoolean;
3973
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3974
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3975
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3976
- commissionRate: z.ZodNumber;
3977
- discountCampaigns: z.ZodArray<z.ZodObject<{
3978
- name: z.ZodString;
3979
- vendorBearPercentage: z.ZodNumber;
3980
- date: z.ZodObject<{
3981
- start: z.ZodString;
3982
- end: z.ZodString;
3983
- }, "strip", z.ZodTypeAny, {
3984
- end: string;
3985
- start: string;
3986
- }, {
3987
- end: string;
3988
- start: string;
3989
- }>;
3990
- }, "strip", z.ZodTypeAny, {
3991
- name: string;
3992
- date: {
3993
- end: string;
3994
- start: string;
3995
- };
3996
- vendorBearPercentage: number;
3997
- }, {
3998
- name: string;
3999
- date: {
4000
- end: string;
4001
- start: string;
4002
- };
4003
- vendorBearPercentage: number;
4004
- }>, "many">;
4005
- }, "strip", z.ZodTypeAny, {
4006
- commissionRate: number;
4007
- discountCampaigns: {
4008
- name: string;
4009
- date: {
4010
- end: string;
4011
- start: string;
4012
- };
4013
- vendorBearPercentage: number;
4014
- }[];
4015
- }, {
4016
- commissionRate: number;
4017
- discountCampaigns: {
4018
- name: string;
4019
- date: {
4020
- end: string;
4021
- start: string;
4022
- };
4023
- vendorBearPercentage: number;
4024
- }[];
4025
- }>>>;
4026
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4027
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4028
- }>, "strip", z.ZodTypeAny, {
4029
- _id?: string | undefined;
4030
- ignoreDiscount?: boolean | null | undefined;
4031
- catalogId?: string | null | undefined;
4032
- commissionRate?: number | null | undefined;
4033
- lastSynchronize?: string | null | undefined;
4034
- showProductAddon?: boolean | null | undefined;
4035
3980
  autoAccept?: boolean | null | undefined;
4036
- reportConfig?: {
4037
- commissionRate: number;
4038
- discountCampaigns: {
4039
- name: string;
4040
- date: {
4041
- end: string;
4042
- start: string;
4043
- };
4044
- vendorBearPercentage: number;
4045
- }[];
4046
- } | null | undefined;
4047
- hasSst?: boolean | null | undefined;
4048
- enable: boolean;
4049
- remoteId: string;
4050
- autoCloseBill: boolean;
4051
- }, {
4052
- _id?: string | undefined;
4053
- ignoreDiscount?: boolean | null | undefined;
4054
- catalogId?: string | null | undefined;
4055
- commissionRate?: number | null | undefined;
4056
- lastSynchronize?: string | null | undefined;
4057
- showProductAddon?: boolean | null | undefined;
4058
- autoAccept?: boolean | null | undefined;
4059
- reportConfig?: {
4060
- commissionRate: number;
4061
- discountCampaigns: {
4062
- name: string;
4063
- date: {
4064
- end: string;
4065
- start: string;
4066
- };
4067
- vendorBearPercentage: number;
4068
- }[];
4069
- } | null | undefined;
4070
- hasSst?: boolean | null | undefined;
4071
- enable: boolean;
4072
- remoteId: string;
4073
- autoCloseBill: boolean;
4074
- }>>>;
4075
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
4076
- enable: z.ZodBoolean;
4077
- }, {
4078
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4079
- merchantID: z.ZodString;
4080
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4081
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4082
- commissionRate: z.ZodNumber;
4083
- autoCloseBill: z.ZodBoolean;
4084
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4085
- }>, "strip", z.ZodTypeAny, {
4086
- _id?: string | undefined;
4087
- catalogId?: string | null | undefined;
4088
- lastSynchronize?: string | null | undefined;
4089
- showProductAddon?: boolean | null | undefined;
4090
- enable: boolean;
4091
- commissionRate: number;
4092
- autoCloseBill: boolean;
4093
- merchantID: string;
4094
- }, {
4095
- _id?: string | undefined;
4096
- catalogId?: string | null | undefined;
4097
- lastSynchronize?: string | null | undefined;
4098
- showProductAddon?: boolean | null | undefined;
4099
- enable: boolean;
4100
- commissionRate: number;
4101
- autoCloseBill: boolean;
4102
- merchantID: string;
4103
- }>>>;
4104
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
4105
- enable: z.ZodBoolean;
4106
- }, {
4107
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
4108
- storeID: z.ZodString;
4109
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4110
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4111
- autoCloseBill: z.ZodBoolean;
4112
- reportConfig: z.ZodObject<{
4113
- commissionRate: z.ZodNumber;
4114
- discountCampaigns: z.ZodArray<z.ZodObject<{
4115
- name: z.ZodString;
4116
- vendorBearPercentage: z.ZodNumber;
4117
- date: z.ZodObject<{
4118
- start: z.ZodString;
4119
- end: z.ZodString;
4120
- }, "strip", z.ZodTypeAny, {
4121
- end: string;
4122
- start: string;
4123
- }, {
4124
- end: string;
4125
- start: string;
4126
- }>;
4127
- }, "strip", z.ZodTypeAny, {
4128
- name: string;
4129
- date: {
4130
- end: string;
4131
- start: string;
4132
- };
4133
- vendorBearPercentage: number;
4134
- }, {
4135
- name: string;
4136
- date: {
4137
- end: string;
4138
- start: string;
4139
- };
4140
- vendorBearPercentage: number;
4141
- }>, "many">;
4142
- }, "strip", z.ZodTypeAny, {
4143
- commissionRate: number;
4144
- discountCampaigns: {
4145
- name: string;
4146
- date: {
4147
- end: string;
4148
- start: string;
4149
- };
4150
- vendorBearPercentage: number;
4151
- }[];
4152
- }, {
4153
- commissionRate: number;
4154
- discountCampaigns: {
4155
- name: string;
4156
- date: {
4157
- end: string;
4158
- start: string;
4159
- };
4160
- vendorBearPercentage: number;
4161
- }[];
4162
- }>;
4163
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4164
- }>, "strip", z.ZodTypeAny, {
4165
- _id?: string | undefined;
4166
- catalogId?: string | null | undefined;
4167
- lastSynchronize?: string | null | undefined;
4168
- showProductAddon?: boolean | null | undefined;
4169
- enable: boolean;
4170
- autoCloseBill: boolean;
4171
- reportConfig: {
4172
- commissionRate: number;
4173
- discountCampaigns: {
4174
- name: string;
4175
- date: {
4176
- end: string;
4177
- start: string;
4178
- };
4179
- vendorBearPercentage: number;
4180
- }[];
4181
- };
4182
- storeID: string;
4183
- }, {
4184
- _id?: string | undefined;
4185
- catalogId?: string | null | undefined;
4186
- lastSynchronize?: string | null | undefined;
4187
- showProductAddon?: boolean | null | undefined;
3981
+ ignoreStock?: boolean | null | undefined;
4188
3982
  enable: boolean;
4189
- autoCloseBill: boolean;
4190
- reportConfig: {
4191
- commissionRate: number;
4192
- discountCampaigns: {
4193
- name: string;
4194
- date: {
4195
- end: string;
4196
- start: string;
4197
- };
4198
- vendorBearPercentage: number;
4199
- }[];
4200
- };
4201
- storeID: string;
4202
3983
  }>>>;
4203
3984
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4204
3985
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -4270,12 +4051,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4270
4051
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
4271
4052
  }, "strip", z.ZodTypeAny, {
4272
4053
  catalogId?: string | null | undefined;
4273
- autoAccept?: boolean | null | undefined;
4274
4054
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4275
4055
  offlinePaymentTypes?: {
4276
4056
  name: string;
4277
4057
  instruction: string;
4278
4058
  }[] | null | undefined;
4059
+ autoAccept?: boolean | null | undefined;
4279
4060
  autoAcceptPaidOnly?: boolean | null | undefined;
4280
4061
  ignoreStock?: boolean | null | undefined;
4281
4062
  pickupTime?: {
@@ -4294,12 +4075,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4294
4075
  } | null | undefined;
4295
4076
  }, {
4296
4077
  catalogId?: string | null | undefined;
4297
- autoAccept?: boolean | null | undefined;
4298
4078
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4299
4079
  offlinePaymentTypes?: {
4300
4080
  name: string;
4301
4081
  instruction: string;
4302
4082
  }[] | null | undefined;
4083
+ autoAccept?: boolean | null | undefined;
4303
4084
  autoAcceptPaidOnly?: boolean | null | undefined;
4304
4085
  ignoreStock?: boolean | null | undefined;
4305
4086
  pickupTime?: {
@@ -4420,6 +4201,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4420
4201
  mapLineColor?: number | null | undefined;
4421
4202
  }>>>;
4422
4203
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4204
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4205
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4206
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
4423
4207
  }, "strip", z.ZodTypeAny, {
4424
4208
  channel?: string | null | undefined;
4425
4209
  machineId?: string | null | undefined;
@@ -4434,7 +4218,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4434
4218
  taxCode: string;
4435
4219
  systemCode: string;
4436
4220
  }> | null | undefined;
4437
- autoAccept?: boolean | null | undefined;
4438
4221
  deliveryTime?: {
4439
4222
  time?: string[] | null | undefined;
4440
4223
  custom?: {
@@ -4498,6 +4281,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4498
4281
  name: string;
4499
4282
  instruction: string;
4500
4283
  }[] | null | undefined;
4284
+ autoAccept?: boolean | null | undefined;
4501
4285
  autoAcceptPaidOnly?: boolean | null | undefined;
4502
4286
  ignoreStock?: boolean | null | undefined;
4503
4287
  catalogId: string | null;
@@ -4524,12 +4308,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4524
4308
  } | null | undefined;
4525
4309
  pickup?: {
4526
4310
  catalogId?: string | null | undefined;
4527
- autoAccept?: boolean | null | undefined;
4528
4311
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4529
4312
  offlinePaymentTypes?: {
4530
4313
  name: string;
4531
4314
  instruction: string;
4532
4315
  }[] | null | undefined;
4316
+ autoAccept?: boolean | null | undefined;
4533
4317
  autoAcceptPaidOnly?: boolean | null | undefined;
4534
4318
  ignoreStock?: boolean | null | undefined;
4535
4319
  pickupTime?: {
@@ -4637,64 +4421,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4637
4421
  feedmeDelivery?: {
4638
4422
  instruction?: string | null | undefined;
4639
4423
  catalogId?: string | null | undefined;
4640
- autoAccept?: boolean | null | undefined;
4641
4424
  term?: string | null | undefined;
4642
- ignoreStock?: boolean | null | undefined;
4643
- enable: boolean;
4644
- } | null | undefined;
4645
- foodpandaDelivery?: {
4646
- _id?: string | undefined;
4647
- ignoreDiscount?: boolean | null | undefined;
4648
- catalogId?: string | null | undefined;
4649
- commissionRate?: number | null | undefined;
4650
- lastSynchronize?: string | null | undefined;
4651
- showProductAddon?: boolean | null | undefined;
4652
4425
  autoAccept?: boolean | null | undefined;
4653
- reportConfig?: {
4654
- commissionRate: number;
4655
- discountCampaigns: {
4656
- name: string;
4657
- date: {
4658
- end: string;
4659
- start: string;
4660
- };
4661
- vendorBearPercentage: number;
4662
- }[];
4663
- } | null | undefined;
4664
- hasSst?: boolean | null | undefined;
4665
- enable: boolean;
4666
- remoteId: string;
4667
- autoCloseBill: boolean;
4668
- } | null | undefined;
4669
- grabfoodDelivery?: {
4670
- _id?: string | undefined;
4671
- catalogId?: string | null | undefined;
4672
- lastSynchronize?: string | null | undefined;
4673
- showProductAddon?: boolean | null | undefined;
4674
- enable: boolean;
4675
- commissionRate: number;
4676
- autoCloseBill: boolean;
4677
- merchantID: string;
4678
- } | null | undefined;
4679
- shopeefoodDelivery?: {
4680
- _id?: string | undefined;
4681
- catalogId?: string | null | undefined;
4682
- lastSynchronize?: string | null | undefined;
4683
- showProductAddon?: boolean | null | undefined;
4426
+ ignoreStock?: boolean | null | undefined;
4684
4427
  enable: boolean;
4685
- autoCloseBill: boolean;
4686
- reportConfig: {
4687
- commissionRate: number;
4688
- discountCampaigns: {
4689
- name: string;
4690
- date: {
4691
- end: string;
4692
- start: string;
4693
- };
4694
- vendorBearPercentage: number;
4695
- }[];
4696
- };
4697
- storeID: string;
4698
4428
  } | null | undefined;
4699
4429
  couchDbPassword?: string | null | undefined;
4700
4430
  apiToken?: string | null | undefined;
@@ -4719,6 +4449,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4719
4449
  mapBorderColor?: number | null | undefined;
4720
4450
  mapLineColor?: number | null | undefined;
4721
4451
  } | null | undefined;
4452
+ foodpandaDelivery?: any;
4453
+ grabfoodDelivery?: any;
4454
+ shopeefoodDelivery?: any;
4722
4455
  _id: string;
4723
4456
  expiredAt: string;
4724
4457
  businessId: string;
@@ -4813,7 +4546,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4813
4546
  taxCode: string;
4814
4547
  systemCode: string;
4815
4548
  }> | null | undefined;
4816
- autoAccept?: boolean | null | undefined;
4817
4549
  deliveryTime?: {
4818
4550
  time?: string[] | null | undefined;
4819
4551
  custom?: {
@@ -4877,6 +4609,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4877
4609
  name: string;
4878
4610
  instruction: string;
4879
4611
  }[] | null | undefined;
4612
+ autoAccept?: boolean | null | undefined;
4880
4613
  autoAcceptPaidOnly?: boolean | null | undefined;
4881
4614
  ignoreStock?: boolean | null | undefined;
4882
4615
  catalogId: string | null;
@@ -4903,12 +4636,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4903
4636
  } | null | undefined;
4904
4637
  pickup?: {
4905
4638
  catalogId?: string | null | undefined;
4906
- autoAccept?: boolean | null | undefined;
4907
4639
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4908
4640
  offlinePaymentTypes?: {
4909
4641
  name: string;
4910
4642
  instruction: string;
4911
4643
  }[] | null | undefined;
4644
+ autoAccept?: boolean | null | undefined;
4912
4645
  autoAcceptPaidOnly?: boolean | null | undefined;
4913
4646
  ignoreStock?: boolean | null | undefined;
4914
4647
  pickupTime?: {
@@ -5016,64 +4749,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5016
4749
  feedmeDelivery?: {
5017
4750
  instruction?: string | null | undefined;
5018
4751
  catalogId?: string | null | undefined;
5019
- autoAccept?: boolean | null | undefined;
5020
4752
  term?: string | null | undefined;
5021
- ignoreStock?: boolean | null | undefined;
5022
- enable: boolean;
5023
- } | null | undefined;
5024
- foodpandaDelivery?: {
5025
- _id?: string | undefined;
5026
- ignoreDiscount?: boolean | null | undefined;
5027
- catalogId?: string | null | undefined;
5028
- commissionRate?: number | null | undefined;
5029
- lastSynchronize?: string | null | undefined;
5030
- showProductAddon?: boolean | null | undefined;
5031
4753
  autoAccept?: boolean | null | undefined;
5032
- reportConfig?: {
5033
- commissionRate: number;
5034
- discountCampaigns: {
5035
- name: string;
5036
- date: {
5037
- end: string;
5038
- start: string;
5039
- };
5040
- vendorBearPercentage: number;
5041
- }[];
5042
- } | null | undefined;
5043
- hasSst?: boolean | null | undefined;
5044
- enable: boolean;
5045
- remoteId: string;
5046
- autoCloseBill: boolean;
5047
- } | null | undefined;
5048
- grabfoodDelivery?: {
5049
- _id?: string | undefined;
5050
- catalogId?: string | null | undefined;
5051
- lastSynchronize?: string | null | undefined;
5052
- showProductAddon?: boolean | null | undefined;
4754
+ ignoreStock?: boolean | null | undefined;
5053
4755
  enable: boolean;
5054
- commissionRate: number;
5055
- autoCloseBill: boolean;
5056
- merchantID: string;
5057
- } | null | undefined;
5058
- shopeefoodDelivery?: {
5059
- _id?: string | undefined;
5060
- catalogId?: string | null | undefined;
5061
- lastSynchronize?: string | null | undefined;
5062
- showProductAddon?: boolean | null | undefined;
5063
- enable: boolean;
5064
- autoCloseBill: boolean;
5065
- reportConfig: {
5066
- commissionRate: number;
5067
- discountCampaigns: {
5068
- name: string;
5069
- date: {
5070
- end: string;
5071
- start: string;
5072
- };
5073
- vendorBearPercentage: number;
5074
- }[];
5075
- };
5076
- storeID: string;
5077
4756
  } | null | undefined;
5078
4757
  couchDbPassword?: string | null | undefined;
5079
4758
  apiToken?: string | null | undefined;
@@ -5098,6 +4777,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5098
4777
  mapBorderColor?: number | null | undefined;
5099
4778
  mapLineColor?: number | null | undefined;
5100
4779
  } | null | undefined;
4780
+ foodpandaDelivery?: any;
4781
+ grabfoodDelivery?: any;
4782
+ shopeefoodDelivery?: any;
5101
4783
  _id: string;
5102
4784
  expiredAt: string;
5103
4785
  businessId: string;
@@ -5194,7 +4876,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5194
4876
  taxCode: string;
5195
4877
  systemCode: string;
5196
4878
  }> | null | undefined;
5197
- autoAccept?: boolean | null | undefined;
5198
4879
  deliveryTime?: {
5199
4880
  time?: string[] | null | undefined;
5200
4881
  custom?: {
@@ -5258,6 +4939,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5258
4939
  name: string;
5259
4940
  instruction: string;
5260
4941
  }[] | null | undefined;
4942
+ autoAccept?: boolean | null | undefined;
5261
4943
  autoAcceptPaidOnly?: boolean | null | undefined;
5262
4944
  ignoreStock?: boolean | null | undefined;
5263
4945
  catalogId: string | null;
@@ -5284,12 +4966,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5284
4966
  } | null | undefined;
5285
4967
  pickup?: {
5286
4968
  catalogId?: string | null | undefined;
5287
- autoAccept?: boolean | null | undefined;
5288
4969
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5289
4970
  offlinePaymentTypes?: {
5290
4971
  name: string;
5291
4972
  instruction: string;
5292
4973
  }[] | null | undefined;
4974
+ autoAccept?: boolean | null | undefined;
5293
4975
  autoAcceptPaidOnly?: boolean | null | undefined;
5294
4976
  ignoreStock?: boolean | null | undefined;
5295
4977
  pickupTime?: {
@@ -5397,64 +5079,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5397
5079
  feedmeDelivery?: {
5398
5080
  instruction?: string | null | undefined;
5399
5081
  catalogId?: string | null | undefined;
5400
- autoAccept?: boolean | null | undefined;
5401
5082
  term?: string | null | undefined;
5402
- ignoreStock?: boolean | null | undefined;
5403
- enable: boolean;
5404
- } | null | undefined;
5405
- foodpandaDelivery?: {
5406
- _id?: string | undefined;
5407
- ignoreDiscount?: boolean | null | undefined;
5408
- catalogId?: string | null | undefined;
5409
- commissionRate?: number | null | undefined;
5410
- lastSynchronize?: string | null | undefined;
5411
- showProductAddon?: boolean | null | undefined;
5412
5083
  autoAccept?: boolean | null | undefined;
5413
- reportConfig?: {
5414
- commissionRate: number;
5415
- discountCampaigns: {
5416
- name: string;
5417
- date: {
5418
- end: string;
5419
- start: string;
5420
- };
5421
- vendorBearPercentage: number;
5422
- }[];
5423
- } | null | undefined;
5424
- hasSst?: boolean | null | undefined;
5425
- enable: boolean;
5426
- remoteId: string;
5427
- autoCloseBill: boolean;
5428
- } | null | undefined;
5429
- grabfoodDelivery?: {
5430
- _id?: string | undefined;
5431
- catalogId?: string | null | undefined;
5432
- lastSynchronize?: string | null | undefined;
5433
- showProductAddon?: boolean | null | undefined;
5084
+ ignoreStock?: boolean | null | undefined;
5434
5085
  enable: boolean;
5435
- commissionRate: number;
5436
- autoCloseBill: boolean;
5437
- merchantID: string;
5438
- } | null | undefined;
5439
- shopeefoodDelivery?: {
5440
- _id?: string | undefined;
5441
- catalogId?: string | null | undefined;
5442
- lastSynchronize?: string | null | undefined;
5443
- showProductAddon?: boolean | null | undefined;
5444
- enable: boolean;
5445
- autoCloseBill: boolean;
5446
- reportConfig: {
5447
- commissionRate: number;
5448
- discountCampaigns: {
5449
- name: string;
5450
- date: {
5451
- end: string;
5452
- start: string;
5453
- };
5454
- vendorBearPercentage: number;
5455
- }[];
5456
- };
5457
- storeID: string;
5458
5086
  } | null | undefined;
5459
5087
  couchDbPassword?: string | null | undefined;
5460
5088
  apiToken?: string | null | undefined;
@@ -5479,6 +5107,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5479
5107
  mapBorderColor?: number | null | undefined;
5480
5108
  mapLineColor?: number | null | undefined;
5481
5109
  } | null | undefined;
5110
+ foodpandaDelivery?: any;
5111
+ grabfoodDelivery?: any;
5112
+ shopeefoodDelivery?: any;
5482
5113
  _id: string;
5483
5114
  expiredAt: string;
5484
5115
  businessId: string;
@@ -5614,7 +5245,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5614
5245
  estimatedOrderReadyTime: string;
5615
5246
  maxOrderReadyTime: string;
5616
5247
  } | null | undefined;
5617
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
5248
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
5618
5249
  price: {
5619
5250
  deliveryFee?: number | null | undefined;
5620
5251
  tax?: number | null | undefined;
@@ -5652,6 +5283,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5652
5283
  deductedAmount?: number | null | undefined;
5653
5284
  appliedItemIDs?: string[] | null | undefined;
5654
5285
  }[] | null | undefined;
5286
+ grabItemID?: string | null | undefined;
5655
5287
  id: string;
5656
5288
  quantity: number;
5657
5289
  price: number;
@@ -5664,7 +5296,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5664
5296
  cutlery: boolean;
5665
5297
  featureFlags: {
5666
5298
  isMexEditOrder?: boolean | null | undefined;
5667
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
5299
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
5668
5300
  orderAcceptedType: "MANUAL" | "AUTO";
5669
5301
  };
5670
5302
  };
@@ -5683,7 +5315,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5683
5315
  taxCode: string;
5684
5316
  systemCode: string;
5685
5317
  }> | null | undefined;
5686
- autoAccept?: boolean | null | undefined;
5687
5318
  deliveryTime?: {
5688
5319
  time?: string[] | null | undefined;
5689
5320
  custom?: {
@@ -5747,6 +5378,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5747
5378
  name: string;
5748
5379
  instruction: string;
5749
5380
  }[] | null | undefined;
5381
+ autoAccept?: boolean | null | undefined;
5750
5382
  autoAcceptPaidOnly?: boolean | null | undefined;
5751
5383
  ignoreStock?: boolean | null | undefined;
5752
5384
  catalogId: string | null;
@@ -5773,12 +5405,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5773
5405
  } | null | undefined;
5774
5406
  pickup?: {
5775
5407
  catalogId?: string | null | undefined;
5776
- autoAccept?: boolean | null | undefined;
5777
5408
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5778
5409
  offlinePaymentTypes?: {
5779
5410
  name: string;
5780
5411
  instruction: string;
5781
5412
  }[] | null | undefined;
5413
+ autoAccept?: boolean | null | undefined;
5782
5414
  autoAcceptPaidOnly?: boolean | null | undefined;
5783
5415
  ignoreStock?: boolean | null | undefined;
5784
5416
  pickupTime?: {
@@ -5886,64 +5518,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5886
5518
  feedmeDelivery?: {
5887
5519
  instruction?: string | null | undefined;
5888
5520
  catalogId?: string | null | undefined;
5889
- autoAccept?: boolean | null | undefined;
5890
5521
  term?: string | null | undefined;
5891
- ignoreStock?: boolean | null | undefined;
5892
- enable: boolean;
5893
- } | null | undefined;
5894
- foodpandaDelivery?: {
5895
- _id?: string | undefined;
5896
- ignoreDiscount?: boolean | null | undefined;
5897
- catalogId?: string | null | undefined;
5898
- commissionRate?: number | null | undefined;
5899
- lastSynchronize?: string | null | undefined;
5900
- showProductAddon?: boolean | null | undefined;
5901
5522
  autoAccept?: boolean | null | undefined;
5902
- reportConfig?: {
5903
- commissionRate: number;
5904
- discountCampaigns: {
5905
- name: string;
5906
- date: {
5907
- end: string;
5908
- start: string;
5909
- };
5910
- vendorBearPercentage: number;
5911
- }[];
5912
- } | null | undefined;
5913
- hasSst?: boolean | null | undefined;
5914
- enable: boolean;
5915
- remoteId: string;
5916
- autoCloseBill: boolean;
5917
- } | null | undefined;
5918
- grabfoodDelivery?: {
5919
- _id?: string | undefined;
5920
- catalogId?: string | null | undefined;
5921
- lastSynchronize?: string | null | undefined;
5922
- showProductAddon?: boolean | null | undefined;
5923
- enable: boolean;
5924
- commissionRate: number;
5925
- autoCloseBill: boolean;
5926
- merchantID: string;
5927
- } | null | undefined;
5928
- shopeefoodDelivery?: {
5929
- _id?: string | undefined;
5930
- catalogId?: string | null | undefined;
5931
- lastSynchronize?: string | null | undefined;
5932
- showProductAddon?: boolean | null | undefined;
5523
+ ignoreStock?: boolean | null | undefined;
5933
5524
  enable: boolean;
5934
- autoCloseBill: boolean;
5935
- reportConfig: {
5936
- commissionRate: number;
5937
- discountCampaigns: {
5938
- name: string;
5939
- date: {
5940
- end: string;
5941
- start: string;
5942
- };
5943
- vendorBearPercentage: number;
5944
- }[];
5945
- };
5946
- storeID: string;
5947
5525
  } | null | undefined;
5948
5526
  couchDbPassword?: string | null | undefined;
5949
5527
  apiToken?: string | null | undefined;
@@ -5968,6 +5546,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5968
5546
  mapBorderColor?: number | null | undefined;
5969
5547
  mapLineColor?: number | null | undefined;
5970
5548
  } | null | undefined;
5549
+ foodpandaDelivery?: any;
5550
+ grabfoodDelivery?: any;
5551
+ shopeefoodDelivery?: any;
5971
5552
  _id: string;
5972
5553
  expiredAt: string;
5973
5554
  businessId: string;
@@ -6103,7 +5684,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
6103
5684
  estimatedOrderReadyTime: string;
6104
5685
  maxOrderReadyTime: string;
6105
5686
  } | null | undefined;
6106
- orderState?: "FAILED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
5687
+ orderState?: "FAILED" | "COMPLETED" | "DELIVERED" | "CANCELLED" | "ACCEPTED" | "REFUNDED" | "COLLECTED" | "DRIVER_ALLOCATED" | "DRIVER_ARRIVED" | null | undefined;
6107
5688
  price: {
6108
5689
  deliveryFee?: number | null | undefined;
6109
5690
  tax?: number | null | undefined;
@@ -6141,6 +5722,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
6141
5722
  deductedAmount?: number | null | undefined;
6142
5723
  appliedItemIDs?: string[] | null | undefined;
6143
5724
  }[] | null | undefined;
5725
+ grabItemID?: string | null | undefined;
6144
5726
  id: string;
6145
5727
  quantity: number;
6146
5728
  price: number;
@@ -6153,7 +5735,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
6153
5735
  cutlery: boolean;
6154
5736
  featureFlags: {
6155
5737
  isMexEditOrder?: boolean | null | undefined;
6156
- orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant";
5738
+ orderType: "TakeAway" | "DeliveredByGrab" | "DeliveredByRestaurant" | "DineIn" | "ScanToOrder" | "TakeAwayOrder" | "PosDineOutOrder";
6157
5739
  orderAcceptedType: "MANUAL" | "AUTO";
6158
5740
  };
6159
5741
  };