@feedmepos/mf-order-setting 0.0.43 → 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 (91) 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-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
  6. package/dist/{app-Db1lhCv7.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/DeliverySetting.vue +10 -5
  84. package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
  85. package/src/views/order-settings/delivery/delivery.data.ts +7 -4
  86. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  87. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  88. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  89. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  90. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  91. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -2232,7 +2232,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2232
2232
  taxCode: string;
2233
2233
  systemCode: string;
2234
2234
  }> | null | undefined;
2235
- autoAccept?: boolean | null | undefined;
2236
2235
  deliveryTime?: {
2237
2236
  time?: string[] | null | undefined;
2238
2237
  custom?: {
@@ -2296,6 +2295,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2296
2295
  name: string;
2297
2296
  instruction: string;
2298
2297
  }[] | null | undefined;
2298
+ autoAccept?: boolean | null | undefined;
2299
2299
  autoAcceptPaidOnly?: boolean | null | undefined;
2300
2300
  ignoreStock?: boolean | null | undefined;
2301
2301
  catalogId: string | null;
@@ -2325,7 +2325,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2325
2325
  taxCode: string;
2326
2326
  systemCode: string;
2327
2327
  }> | null | undefined;
2328
- autoAccept?: boolean | null | undefined;
2329
2328
  deliveryTime?: {
2330
2329
  time?: string[] | null | undefined;
2331
2330
  custom?: {
@@ -2389,6 +2388,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2389
2388
  name: string;
2390
2389
  instruction: string;
2391
2390
  }[] | null | undefined;
2391
+ autoAccept?: boolean | null | undefined;
2392
2392
  autoAcceptPaidOnly?: boolean | null | undefined;
2393
2393
  ignoreStock?: boolean | null | undefined;
2394
2394
  catalogId: string | null;
@@ -2423,256 +2423,17 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2423
2423
  }, "strip", z.ZodTypeAny, {
2424
2424
  instruction?: string | null | undefined;
2425
2425
  catalogId?: string | null | undefined;
2426
- autoAccept?: boolean | null | undefined;
2427
2426
  term?: string | null | undefined;
2427
+ autoAccept?: boolean | null | undefined;
2428
2428
  ignoreStock?: boolean | null | undefined;
2429
2429
  enable: boolean;
2430
2430
  }, {
2431
2431
  instruction?: string | null | undefined;
2432
2432
  catalogId?: string | null | undefined;
2433
- autoAccept?: boolean | null | undefined;
2434
2433
  term?: string | null | undefined;
2435
- ignoreStock?: boolean | null | undefined;
2436
- enable: boolean;
2437
- }>>>;
2438
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
2439
- enable: z.ZodBoolean;
2440
- }, {
2441
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2442
- remoteId: z.ZodString;
2443
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2444
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2445
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2446
- autoCloseBill: z.ZodBoolean;
2447
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2448
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2449
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2450
- commissionRate: z.ZodNumber;
2451
- discountCampaigns: z.ZodArray<z.ZodObject<{
2452
- name: z.ZodString;
2453
- vendorBearPercentage: z.ZodNumber;
2454
- date: z.ZodObject<{
2455
- start: z.ZodString;
2456
- end: z.ZodString;
2457
- }, "strip", z.ZodTypeAny, {
2458
- end: string;
2459
- start: string;
2460
- }, {
2461
- end: string;
2462
- start: string;
2463
- }>;
2464
- }, "strip", z.ZodTypeAny, {
2465
- name: string;
2466
- date: {
2467
- end: string;
2468
- start: string;
2469
- };
2470
- vendorBearPercentage: number;
2471
- }, {
2472
- name: string;
2473
- date: {
2474
- end: string;
2475
- start: string;
2476
- };
2477
- vendorBearPercentage: number;
2478
- }>, "many">;
2479
- }, "strip", z.ZodTypeAny, {
2480
- commissionRate: number;
2481
- discountCampaigns: {
2482
- name: string;
2483
- date: {
2484
- end: string;
2485
- start: string;
2486
- };
2487
- vendorBearPercentage: number;
2488
- }[];
2489
- }, {
2490
- commissionRate: number;
2491
- discountCampaigns: {
2492
- name: string;
2493
- date: {
2494
- end: string;
2495
- start: string;
2496
- };
2497
- vendorBearPercentage: number;
2498
- }[];
2499
- }>>>;
2500
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2501
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2502
- }>, "strip", z.ZodTypeAny, {
2503
- _id?: string | undefined;
2504
- ignoreDiscount?: boolean | null | undefined;
2505
- catalogId?: string | null | undefined;
2506
- commissionRate?: number | null | undefined;
2507
- lastSynchronize?: string | null | undefined;
2508
- showProductAddon?: boolean | null | undefined;
2509
2434
  autoAccept?: boolean | null | undefined;
2510
- reportConfig?: {
2511
- commissionRate: number;
2512
- discountCampaigns: {
2513
- name: string;
2514
- date: {
2515
- end: string;
2516
- start: string;
2517
- };
2518
- vendorBearPercentage: number;
2519
- }[];
2520
- } | null | undefined;
2521
- hasSst?: boolean | null | undefined;
2522
- enable: boolean;
2523
- remoteId: string;
2524
- autoCloseBill: boolean;
2525
- }, {
2526
- _id?: string | undefined;
2527
- ignoreDiscount?: boolean | null | undefined;
2528
- catalogId?: string | null | undefined;
2529
- commissionRate?: number | null | undefined;
2530
- lastSynchronize?: string | null | undefined;
2531
- showProductAddon?: boolean | null | undefined;
2532
- autoAccept?: boolean | null | undefined;
2533
- reportConfig?: {
2534
- commissionRate: number;
2535
- discountCampaigns: {
2536
- name: string;
2537
- date: {
2538
- end: string;
2539
- start: string;
2540
- };
2541
- vendorBearPercentage: number;
2542
- }[];
2543
- } | null | undefined;
2544
- hasSst?: boolean | null | undefined;
2545
- enable: boolean;
2546
- remoteId: string;
2547
- autoCloseBill: boolean;
2548
- }>>>;
2549
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
2550
- enable: z.ZodBoolean;
2551
- }, {
2552
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2553
- merchantID: z.ZodString;
2554
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2555
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2556
- commissionRate: z.ZodNumber;
2557
- autoCloseBill: z.ZodBoolean;
2558
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2559
- }>, "strip", z.ZodTypeAny, {
2560
- _id?: string | undefined;
2561
- catalogId?: string | null | undefined;
2562
- lastSynchronize?: string | null | undefined;
2563
- showProductAddon?: boolean | null | undefined;
2564
- enable: boolean;
2565
- commissionRate: number;
2566
- autoCloseBill: boolean;
2567
- merchantID: string;
2568
- }, {
2569
- _id?: string | undefined;
2570
- catalogId?: string | null | undefined;
2571
- lastSynchronize?: string | null | undefined;
2572
- showProductAddon?: boolean | null | undefined;
2573
- enable: boolean;
2574
- commissionRate: number;
2575
- autoCloseBill: boolean;
2576
- merchantID: string;
2577
- }>>>;
2578
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
2579
- enable: z.ZodBoolean;
2580
- }, {
2581
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
2582
- storeID: z.ZodString;
2583
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2584
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2585
- autoCloseBill: z.ZodBoolean;
2586
- reportConfig: z.ZodObject<{
2587
- commissionRate: z.ZodNumber;
2588
- discountCampaigns: z.ZodArray<z.ZodObject<{
2589
- name: z.ZodString;
2590
- vendorBearPercentage: z.ZodNumber;
2591
- date: z.ZodObject<{
2592
- start: z.ZodString;
2593
- end: z.ZodString;
2594
- }, "strip", z.ZodTypeAny, {
2595
- end: string;
2596
- start: string;
2597
- }, {
2598
- end: string;
2599
- start: string;
2600
- }>;
2601
- }, "strip", z.ZodTypeAny, {
2602
- name: string;
2603
- date: {
2604
- end: string;
2605
- start: string;
2606
- };
2607
- vendorBearPercentage: number;
2608
- }, {
2609
- name: string;
2610
- date: {
2611
- end: string;
2612
- start: string;
2613
- };
2614
- vendorBearPercentage: number;
2615
- }>, "many">;
2616
- }, "strip", z.ZodTypeAny, {
2617
- commissionRate: number;
2618
- discountCampaigns: {
2619
- name: string;
2620
- date: {
2621
- end: string;
2622
- start: string;
2623
- };
2624
- vendorBearPercentage: number;
2625
- }[];
2626
- }, {
2627
- commissionRate: number;
2628
- discountCampaigns: {
2629
- name: string;
2630
- date: {
2631
- end: string;
2632
- start: string;
2633
- };
2634
- vendorBearPercentage: number;
2635
- }[];
2636
- }>;
2637
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2638
- }>, "strip", z.ZodTypeAny, {
2639
- _id?: string | undefined;
2640
- catalogId?: string | null | undefined;
2641
- lastSynchronize?: string | null | undefined;
2642
- showProductAddon?: boolean | null | undefined;
2643
- enable: boolean;
2644
- autoCloseBill: boolean;
2645
- reportConfig: {
2646
- commissionRate: number;
2647
- discountCampaigns: {
2648
- name: string;
2649
- date: {
2650
- end: string;
2651
- start: string;
2652
- };
2653
- vendorBearPercentage: number;
2654
- }[];
2655
- };
2656
- storeID: string;
2657
- }, {
2658
- _id?: string | undefined;
2659
- catalogId?: string | null | undefined;
2660
- lastSynchronize?: string | null | undefined;
2661
- showProductAddon?: boolean | null | undefined;
2435
+ ignoreStock?: boolean | null | undefined;
2662
2436
  enable: boolean;
2663
- autoCloseBill: boolean;
2664
- reportConfig: {
2665
- commissionRate: number;
2666
- discountCampaigns: {
2667
- name: string;
2668
- date: {
2669
- end: string;
2670
- start: string;
2671
- };
2672
- vendorBearPercentage: number;
2673
- }[];
2674
- };
2675
- storeID: string;
2676
2437
  }>>>;
2677
2438
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2678
2439
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -2744,12 +2505,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2744
2505
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2745
2506
  }, "strip", z.ZodTypeAny, {
2746
2507
  catalogId?: string | null | undefined;
2747
- autoAccept?: boolean | null | undefined;
2748
2508
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2749
2509
  offlinePaymentTypes?: {
2750
2510
  name: string;
2751
2511
  instruction: string;
2752
2512
  }[] | null | undefined;
2513
+ autoAccept?: boolean | null | undefined;
2753
2514
  autoAcceptPaidOnly?: boolean | null | undefined;
2754
2515
  ignoreStock?: boolean | null | undefined;
2755
2516
  pickupTime?: {
@@ -2768,12 +2529,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2768
2529
  } | null | undefined;
2769
2530
  }, {
2770
2531
  catalogId?: string | null | undefined;
2771
- autoAccept?: boolean | null | undefined;
2772
2532
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2773
2533
  offlinePaymentTypes?: {
2774
2534
  name: string;
2775
2535
  instruction: string;
2776
2536
  }[] | null | undefined;
2537
+ autoAccept?: boolean | null | undefined;
2777
2538
  autoAcceptPaidOnly?: boolean | null | undefined;
2778
2539
  ignoreStock?: boolean | null | undefined;
2779
2540
  pickupTime?: {
@@ -2894,6 +2655,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2894
2655
  mapLineColor?: number | null | undefined;
2895
2656
  }>>>;
2896
2657
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
2658
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
2659
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
2660
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
2897
2661
  }, "strip", z.ZodTypeAny, {
2898
2662
  channel?: string | null | undefined;
2899
2663
  machineId?: string | null | undefined;
@@ -2908,7 +2672,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2908
2672
  taxCode: string;
2909
2673
  systemCode: string;
2910
2674
  }> | null | undefined;
2911
- autoAccept?: boolean | null | undefined;
2912
2675
  deliveryTime?: {
2913
2676
  time?: string[] | null | undefined;
2914
2677
  custom?: {
@@ -2972,6 +2735,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2972
2735
  name: string;
2973
2736
  instruction: string;
2974
2737
  }[] | null | undefined;
2738
+ autoAccept?: boolean | null | undefined;
2975
2739
  autoAcceptPaidOnly?: boolean | null | undefined;
2976
2740
  ignoreStock?: boolean | null | undefined;
2977
2741
  catalogId: string | null;
@@ -2998,12 +2762,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2998
2762
  } | null | undefined;
2999
2763
  pickup?: {
3000
2764
  catalogId?: string | null | undefined;
3001
- autoAccept?: boolean | null | undefined;
3002
2765
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3003
2766
  offlinePaymentTypes?: {
3004
2767
  name: string;
3005
2768
  instruction: string;
3006
2769
  }[] | null | undefined;
2770
+ autoAccept?: boolean | null | undefined;
3007
2771
  autoAcceptPaidOnly?: boolean | null | undefined;
3008
2772
  ignoreStock?: boolean | null | undefined;
3009
2773
  pickupTime?: {
@@ -3111,64 +2875,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3111
2875
  feedmeDelivery?: {
3112
2876
  instruction?: string | null | undefined;
3113
2877
  catalogId?: string | null | undefined;
3114
- autoAccept?: boolean | null | undefined;
3115
2878
  term?: string | null | undefined;
3116
- ignoreStock?: boolean | null | undefined;
3117
- enable: boolean;
3118
- } | null | undefined;
3119
- foodpandaDelivery?: {
3120
- _id?: string | undefined;
3121
- ignoreDiscount?: boolean | null | undefined;
3122
- catalogId?: string | null | undefined;
3123
- commissionRate?: number | null | undefined;
3124
- lastSynchronize?: string | null | undefined;
3125
- showProductAddon?: boolean | null | undefined;
3126
2879
  autoAccept?: boolean | null | undefined;
3127
- reportConfig?: {
3128
- commissionRate: number;
3129
- discountCampaigns: {
3130
- name: string;
3131
- date: {
3132
- end: string;
3133
- start: string;
3134
- };
3135
- vendorBearPercentage: number;
3136
- }[];
3137
- } | null | undefined;
3138
- hasSst?: boolean | null | undefined;
3139
- enable: boolean;
3140
- remoteId: string;
3141
- autoCloseBill: boolean;
3142
- } | null | undefined;
3143
- grabfoodDelivery?: {
3144
- _id?: string | undefined;
3145
- catalogId?: string | null | undefined;
3146
- lastSynchronize?: string | null | undefined;
3147
- showProductAddon?: boolean | null | undefined;
3148
- enable: boolean;
3149
- commissionRate: number;
3150
- autoCloseBill: boolean;
3151
- merchantID: string;
3152
- } | null | undefined;
3153
- shopeefoodDelivery?: {
3154
- _id?: string | undefined;
3155
- catalogId?: string | null | undefined;
3156
- lastSynchronize?: string | null | undefined;
3157
- showProductAddon?: boolean | null | undefined;
2880
+ ignoreStock?: boolean | null | undefined;
3158
2881
  enable: boolean;
3159
- autoCloseBill: boolean;
3160
- reportConfig: {
3161
- commissionRate: number;
3162
- discountCampaigns: {
3163
- name: string;
3164
- date: {
3165
- end: string;
3166
- start: string;
3167
- };
3168
- vendorBearPercentage: number;
3169
- }[];
3170
- };
3171
- storeID: string;
3172
2882
  } | null | undefined;
3173
2883
  couchDbPassword?: string | null | undefined;
3174
2884
  apiToken?: string | null | undefined;
@@ -3193,6 +2903,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3193
2903
  mapBorderColor?: number | null | undefined;
3194
2904
  mapLineColor?: number | null | undefined;
3195
2905
  } | null | undefined;
2906
+ foodpandaDelivery?: any;
2907
+ grabfoodDelivery?: any;
2908
+ shopeefoodDelivery?: any;
3196
2909
  _id: string;
3197
2910
  expiredAt: string;
3198
2911
  businessId: string;
@@ -3287,7 +3000,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3287
3000
  taxCode: string;
3288
3001
  systemCode: string;
3289
3002
  }> | null | undefined;
3290
- autoAccept?: boolean | null | undefined;
3291
3003
  deliveryTime?: {
3292
3004
  time?: string[] | null | undefined;
3293
3005
  custom?: {
@@ -3351,6 +3063,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3351
3063
  name: string;
3352
3064
  instruction: string;
3353
3065
  }[] | null | undefined;
3066
+ autoAccept?: boolean | null | undefined;
3354
3067
  autoAcceptPaidOnly?: boolean | null | undefined;
3355
3068
  ignoreStock?: boolean | null | undefined;
3356
3069
  catalogId: string | null;
@@ -3377,12 +3090,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3377
3090
  } | null | undefined;
3378
3091
  pickup?: {
3379
3092
  catalogId?: string | null | undefined;
3380
- autoAccept?: boolean | null | undefined;
3381
3093
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3382
3094
  offlinePaymentTypes?: {
3383
3095
  name: string;
3384
3096
  instruction: string;
3385
3097
  }[] | null | undefined;
3098
+ autoAccept?: boolean | null | undefined;
3386
3099
  autoAcceptPaidOnly?: boolean | null | undefined;
3387
3100
  ignoreStock?: boolean | null | undefined;
3388
3101
  pickupTime?: {
@@ -3490,64 +3203,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3490
3203
  feedmeDelivery?: {
3491
3204
  instruction?: string | null | undefined;
3492
3205
  catalogId?: string | null | undefined;
3493
- autoAccept?: boolean | null | undefined;
3494
3206
  term?: string | null | undefined;
3495
- ignoreStock?: boolean | null | undefined;
3496
- enable: boolean;
3497
- } | null | undefined;
3498
- foodpandaDelivery?: {
3499
- _id?: string | undefined;
3500
- ignoreDiscount?: boolean | null | undefined;
3501
- catalogId?: string | null | undefined;
3502
- commissionRate?: number | null | undefined;
3503
- lastSynchronize?: string | null | undefined;
3504
- showProductAddon?: boolean | null | undefined;
3505
3207
  autoAccept?: boolean | null | undefined;
3506
- reportConfig?: {
3507
- commissionRate: number;
3508
- discountCampaigns: {
3509
- name: string;
3510
- date: {
3511
- end: string;
3512
- start: string;
3513
- };
3514
- vendorBearPercentage: number;
3515
- }[];
3516
- } | null | undefined;
3517
- hasSst?: boolean | null | undefined;
3518
- enable: boolean;
3519
- remoteId: string;
3520
- autoCloseBill: boolean;
3521
- } | null | undefined;
3522
- grabfoodDelivery?: {
3523
- _id?: string | undefined;
3524
- catalogId?: string | null | undefined;
3525
- lastSynchronize?: string | null | undefined;
3526
- showProductAddon?: boolean | null | undefined;
3208
+ ignoreStock?: boolean | null | undefined;
3527
3209
  enable: boolean;
3528
- commissionRate: number;
3529
- autoCloseBill: boolean;
3530
- merchantID: string;
3531
- } | null | undefined;
3532
- shopeefoodDelivery?: {
3533
- _id?: string | undefined;
3534
- catalogId?: string | null | undefined;
3535
- lastSynchronize?: string | null | undefined;
3536
- showProductAddon?: boolean | null | undefined;
3537
- enable: boolean;
3538
- autoCloseBill: boolean;
3539
- reportConfig: {
3540
- commissionRate: number;
3541
- discountCampaigns: {
3542
- name: string;
3543
- date: {
3544
- end: string;
3545
- start: string;
3546
- };
3547
- vendorBearPercentage: number;
3548
- }[];
3549
- };
3550
- storeID: string;
3551
3210
  } | null | undefined;
3552
3211
  couchDbPassword?: string | null | undefined;
3553
3212
  apiToken?: string | null | undefined;
@@ -3572,6 +3231,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3572
3231
  mapBorderColor?: number | null | undefined;
3573
3232
  mapLineColor?: number | null | undefined;
3574
3233
  } | null | undefined;
3234
+ foodpandaDelivery?: any;
3235
+ grabfoodDelivery?: any;
3236
+ shopeefoodDelivery?: any;
3575
3237
  _id: string;
3576
3238
  expiredAt: string;
3577
3239
  businessId: string;
@@ -3668,7 +3330,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3668
3330
  taxCode: string;
3669
3331
  systemCode: string;
3670
3332
  }> | null | undefined;
3671
- autoAccept?: boolean | null | undefined;
3672
3333
  deliveryTime?: {
3673
3334
  time?: string[] | null | undefined;
3674
3335
  custom?: {
@@ -3732,6 +3393,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3732
3393
  name: string;
3733
3394
  instruction: string;
3734
3395
  }[] | null | undefined;
3396
+ autoAccept?: boolean | null | undefined;
3735
3397
  autoAcceptPaidOnly?: boolean | null | undefined;
3736
3398
  ignoreStock?: boolean | null | undefined;
3737
3399
  catalogId: string | null;
@@ -3758,12 +3420,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3758
3420
  } | null | undefined;
3759
3421
  pickup?: {
3760
3422
  catalogId?: string | null | undefined;
3761
- autoAccept?: boolean | null | undefined;
3762
3423
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3763
3424
  offlinePaymentTypes?: {
3764
3425
  name: string;
3765
3426
  instruction: string;
3766
3427
  }[] | null | undefined;
3428
+ autoAccept?: boolean | null | undefined;
3767
3429
  autoAcceptPaidOnly?: boolean | null | undefined;
3768
3430
  ignoreStock?: boolean | null | undefined;
3769
3431
  pickupTime?: {
@@ -3871,64 +3533,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3871
3533
  feedmeDelivery?: {
3872
3534
  instruction?: string | null | undefined;
3873
3535
  catalogId?: string | null | undefined;
3874
- autoAccept?: boolean | null | undefined;
3875
3536
  term?: string | null | undefined;
3876
- ignoreStock?: boolean | null | undefined;
3877
- enable: boolean;
3878
- } | null | undefined;
3879
- foodpandaDelivery?: {
3880
- _id?: string | undefined;
3881
- ignoreDiscount?: boolean | null | undefined;
3882
- catalogId?: string | null | undefined;
3883
- commissionRate?: number | null | undefined;
3884
- lastSynchronize?: string | null | undefined;
3885
- showProductAddon?: boolean | null | undefined;
3886
3537
  autoAccept?: boolean | null | undefined;
3887
- reportConfig?: {
3888
- commissionRate: number;
3889
- discountCampaigns: {
3890
- name: string;
3891
- date: {
3892
- end: string;
3893
- start: string;
3894
- };
3895
- vendorBearPercentage: number;
3896
- }[];
3897
- } | null | undefined;
3898
- hasSst?: boolean | null | undefined;
3899
- enable: boolean;
3900
- remoteId: string;
3901
- autoCloseBill: boolean;
3902
- } | null | undefined;
3903
- grabfoodDelivery?: {
3904
- _id?: string | undefined;
3905
- catalogId?: string | null | undefined;
3906
- lastSynchronize?: string | null | undefined;
3907
- showProductAddon?: boolean | null | undefined;
3538
+ ignoreStock?: boolean | null | undefined;
3908
3539
  enable: boolean;
3909
- commissionRate: number;
3910
- autoCloseBill: boolean;
3911
- merchantID: string;
3912
- } | null | undefined;
3913
- shopeefoodDelivery?: {
3914
- _id?: string | undefined;
3915
- catalogId?: string | null | undefined;
3916
- lastSynchronize?: string | null | undefined;
3917
- showProductAddon?: boolean | null | undefined;
3918
- enable: boolean;
3919
- autoCloseBill: boolean;
3920
- reportConfig: {
3921
- commissionRate: number;
3922
- discountCampaigns: {
3923
- name: string;
3924
- date: {
3925
- end: string;
3926
- start: string;
3927
- };
3928
- vendorBearPercentage: number;
3929
- }[];
3930
- };
3931
- storeID: string;
3932
3540
  } | null | undefined;
3933
3541
  couchDbPassword?: string | null | undefined;
3934
3542
  apiToken?: string | null | undefined;
@@ -3953,6 +3561,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3953
3561
  mapBorderColor?: number | null | undefined;
3954
3562
  mapLineColor?: number | null | undefined;
3955
3563
  } | null | undefined;
3564
+ foodpandaDelivery?: any;
3565
+ grabfoodDelivery?: any;
3566
+ shopeefoodDelivery?: any;
3956
3567
  _id: string;
3957
3568
  expiredAt: string;
3958
3569
  businessId: string;
@@ -4206,7 +3817,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4206
3817
  taxCode: string;
4207
3818
  systemCode: string;
4208
3819
  }> | null | undefined;
4209
- autoAccept?: boolean | null | undefined;
4210
3820
  deliveryTime?: {
4211
3821
  time?: string[] | null | undefined;
4212
3822
  custom?: {
@@ -4270,6 +3880,7 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4270
3880
  name: string;
4271
3881
  instruction: string;
4272
3882
  }[] | null | undefined;
3883
+ autoAccept?: boolean | null | undefined;
4273
3884
  autoAcceptPaidOnly?: boolean | null | undefined;
4274
3885
  ignoreStock?: boolean | null | undefined;
4275
3886
  catalogId: string | null;
@@ -4296,12 +3907,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4296
3907
  } | null | undefined;
4297
3908
  pickup?: {
4298
3909
  catalogId?: string | null | undefined;
4299
- autoAccept?: boolean | null | undefined;
4300
3910
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4301
3911
  offlinePaymentTypes?: {
4302
3912
  name: string;
4303
3913
  instruction: string;
4304
3914
  }[] | null | undefined;
3915
+ autoAccept?: boolean | null | undefined;
4305
3916
  autoAcceptPaidOnly?: boolean | null | undefined;
4306
3917
  ignoreStock?: boolean | null | undefined;
4307
3918
  pickupTime?: {
@@ -4409,64 +4020,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4409
4020
  feedmeDelivery?: {
4410
4021
  instruction?: string | null | undefined;
4411
4022
  catalogId?: string | null | undefined;
4412
- autoAccept?: boolean | null | undefined;
4413
4023
  term?: string | null | undefined;
4414
- ignoreStock?: boolean | null | undefined;
4415
- enable: boolean;
4416
- } | null | undefined;
4417
- foodpandaDelivery?: {
4418
- _id?: string | undefined;
4419
- ignoreDiscount?: boolean | null | undefined;
4420
- catalogId?: string | null | undefined;
4421
- commissionRate?: number | null | undefined;
4422
- lastSynchronize?: string | null | undefined;
4423
- showProductAddon?: boolean | null | undefined;
4424
4024
  autoAccept?: boolean | null | undefined;
4425
- reportConfig?: {
4426
- commissionRate: number;
4427
- discountCampaigns: {
4428
- name: string;
4429
- date: {
4430
- end: string;
4431
- start: string;
4432
- };
4433
- vendorBearPercentage: number;
4434
- }[];
4435
- } | null | undefined;
4436
- hasSst?: boolean | null | undefined;
4437
- enable: boolean;
4438
- remoteId: string;
4439
- autoCloseBill: boolean;
4440
- } | null | undefined;
4441
- grabfoodDelivery?: {
4442
- _id?: string | undefined;
4443
- catalogId?: string | null | undefined;
4444
- lastSynchronize?: string | null | undefined;
4445
- showProductAddon?: boolean | null | undefined;
4446
- enable: boolean;
4447
- commissionRate: number;
4448
- autoCloseBill: boolean;
4449
- merchantID: string;
4450
- } | null | undefined;
4451
- shopeefoodDelivery?: {
4452
- _id?: string | undefined;
4453
- catalogId?: string | null | undefined;
4454
- lastSynchronize?: string | null | undefined;
4455
- showProductAddon?: boolean | null | undefined;
4025
+ ignoreStock?: boolean | null | undefined;
4456
4026
  enable: boolean;
4457
- autoCloseBill: boolean;
4458
- reportConfig: {
4459
- commissionRate: number;
4460
- discountCampaigns: {
4461
- name: string;
4462
- date: {
4463
- end: string;
4464
- start: string;
4465
- };
4466
- vendorBearPercentage: number;
4467
- }[];
4468
- };
4469
- storeID: string;
4470
4027
  } | null | undefined;
4471
4028
  couchDbPassword?: string | null | undefined;
4472
4029
  apiToken?: string | null | undefined;
@@ -4491,6 +4048,9 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4491
4048
  mapBorderColor?: number | null | undefined;
4492
4049
  mapLineColor?: number | null | undefined;
4493
4050
  } | null | undefined;
4051
+ foodpandaDelivery?: any;
4052
+ grabfoodDelivery?: any;
4053
+ shopeefoodDelivery?: any;
4494
4054
  _id: string;
4495
4055
  expiredAt: string;
4496
4056
  businessId: string;