@feedmepos/mf-order-setting 0.0.44 → 0.0.46

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-Dd3xcM5X.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-D-epeOIx.js} +101 -96
  3. package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-D50Gh7NR.js} +1 -1
  4. package/dist/KioskView-BGiHHSjd.js +448 -0
  5. package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-DNuKMNFe.js} +33723 -34786
  6. package/dist/{app-CKeIud_f.js → app-DGT9bC4M.js} +115 -43
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-D-vfvSns.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-DAruvcri.js} +2 -2
  26. package/dist/{menu.dto-BY9dVf93.js → menu.dto-B82ITnH5.js} +54755 -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 +450 -60
  32. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +680 -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 +77 -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
@@ -1428,7 +1428,6 @@ export declare const FdoBookingBase: z.ZodObject<{
1428
1428
  taxCode: string;
1429
1429
  systemCode: string;
1430
1430
  }> | null | undefined;
1431
- autoAccept?: boolean | null | undefined;
1432
1431
  deliveryTime?: {
1433
1432
  time?: string[] | null | undefined;
1434
1433
  custom?: {
@@ -1492,6 +1491,7 @@ export declare const FdoBookingBase: z.ZodObject<{
1492
1491
  name: string;
1493
1492
  instruction: string;
1494
1493
  }[] | null | undefined;
1494
+ autoAccept?: boolean | null | undefined;
1495
1495
  autoAcceptPaidOnly?: boolean | null | undefined;
1496
1496
  ignoreStock?: boolean | null | undefined;
1497
1497
  catalogId: string | null;
@@ -1521,7 +1521,6 @@ export declare const FdoBookingBase: z.ZodObject<{
1521
1521
  taxCode: string;
1522
1522
  systemCode: string;
1523
1523
  }> | null | undefined;
1524
- autoAccept?: boolean | null | undefined;
1525
1524
  deliveryTime?: {
1526
1525
  time?: string[] | null | undefined;
1527
1526
  custom?: {
@@ -1585,6 +1584,7 @@ export declare const FdoBookingBase: z.ZodObject<{
1585
1584
  name: string;
1586
1585
  instruction: string;
1587
1586
  }[] | null | undefined;
1587
+ autoAccept?: boolean | null | undefined;
1588
1588
  autoAcceptPaidOnly?: boolean | null | undefined;
1589
1589
  ignoreStock?: boolean | null | undefined;
1590
1590
  catalogId: string | null;
@@ -1619,256 +1619,17 @@ export declare const FdoBookingBase: z.ZodObject<{
1619
1619
  }, "strip", z.ZodTypeAny, {
1620
1620
  instruction?: string | null | undefined;
1621
1621
  catalogId?: string | null | undefined;
1622
- autoAccept?: boolean | null | undefined;
1623
1622
  term?: string | null | undefined;
1623
+ autoAccept?: boolean | null | undefined;
1624
1624
  ignoreStock?: boolean | null | undefined;
1625
1625
  enable: boolean;
1626
1626
  }, {
1627
1627
  instruction?: string | null | undefined;
1628
1628
  catalogId?: string | null | undefined;
1629
- autoAccept?: boolean | null | undefined;
1630
1629
  term?: string | null | undefined;
1631
- ignoreStock?: boolean | null | undefined;
1632
- enable: boolean;
1633
- }>>>;
1634
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
1635
- enable: z.ZodBoolean;
1636
- }, {
1637
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1638
- remoteId: z.ZodString;
1639
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1640
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1641
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
1642
- autoCloseBill: z.ZodBoolean;
1643
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1644
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1645
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1646
- commissionRate: z.ZodNumber;
1647
- discountCampaigns: z.ZodArray<z.ZodObject<{
1648
- name: z.ZodString;
1649
- vendorBearPercentage: z.ZodNumber;
1650
- date: z.ZodObject<{
1651
- start: z.ZodString;
1652
- end: z.ZodString;
1653
- }, "strip", z.ZodTypeAny, {
1654
- end: string;
1655
- start: string;
1656
- }, {
1657
- end: string;
1658
- start: string;
1659
- }>;
1660
- }, "strip", z.ZodTypeAny, {
1661
- name: string;
1662
- date: {
1663
- end: string;
1664
- start: string;
1665
- };
1666
- vendorBearPercentage: number;
1667
- }, {
1668
- name: string;
1669
- date: {
1670
- end: string;
1671
- start: string;
1672
- };
1673
- vendorBearPercentage: number;
1674
- }>, "many">;
1675
- }, "strip", z.ZodTypeAny, {
1676
- commissionRate: number;
1677
- discountCampaigns: {
1678
- name: string;
1679
- date: {
1680
- end: string;
1681
- start: string;
1682
- };
1683
- vendorBearPercentage: number;
1684
- }[];
1685
- }, {
1686
- commissionRate: number;
1687
- discountCampaigns: {
1688
- name: string;
1689
- date: {
1690
- end: string;
1691
- start: string;
1692
- };
1693
- vendorBearPercentage: number;
1694
- }[];
1695
- }>>>;
1696
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1697
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1698
- }>, "strip", z.ZodTypeAny, {
1699
- _id?: string | undefined;
1700
- ignoreDiscount?: boolean | null | undefined;
1701
- catalogId?: string | null | undefined;
1702
- commissionRate?: number | null | undefined;
1703
- lastSynchronize?: string | null | undefined;
1704
- showProductAddon?: boolean | null | undefined;
1705
- autoAccept?: boolean | null | undefined;
1706
- reportConfig?: {
1707
- commissionRate: number;
1708
- discountCampaigns: {
1709
- name: string;
1710
- date: {
1711
- end: string;
1712
- start: string;
1713
- };
1714
- vendorBearPercentage: number;
1715
- }[];
1716
- } | null | undefined;
1717
- hasSst?: boolean | null | undefined;
1718
- enable: boolean;
1719
- remoteId: string;
1720
- autoCloseBill: boolean;
1721
- }, {
1722
- _id?: string | undefined;
1723
- ignoreDiscount?: boolean | null | undefined;
1724
- catalogId?: string | null | undefined;
1725
- commissionRate?: number | null | undefined;
1726
- lastSynchronize?: string | null | undefined;
1727
- showProductAddon?: boolean | null | undefined;
1728
1630
  autoAccept?: boolean | null | undefined;
1729
- reportConfig?: {
1730
- commissionRate: number;
1731
- discountCampaigns: {
1732
- name: string;
1733
- date: {
1734
- end: string;
1735
- start: string;
1736
- };
1737
- vendorBearPercentage: number;
1738
- }[];
1739
- } | null | undefined;
1740
- hasSst?: boolean | null | undefined;
1741
- enable: boolean;
1742
- remoteId: string;
1743
- autoCloseBill: boolean;
1744
- }>>>;
1745
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
1746
- enable: z.ZodBoolean;
1747
- }, {
1748
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1749
- merchantID: z.ZodString;
1750
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1751
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1752
- commissionRate: z.ZodNumber;
1753
- autoCloseBill: z.ZodBoolean;
1754
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1755
- }>, "strip", z.ZodTypeAny, {
1756
- _id?: string | undefined;
1757
- catalogId?: string | null | undefined;
1758
- lastSynchronize?: string | null | undefined;
1759
- showProductAddon?: boolean | null | undefined;
1760
- enable: boolean;
1761
- commissionRate: number;
1762
- autoCloseBill: boolean;
1763
- merchantID: string;
1764
- }, {
1765
- _id?: string | undefined;
1766
- catalogId?: string | null | undefined;
1767
- lastSynchronize?: string | null | undefined;
1768
- showProductAddon?: boolean | null | undefined;
1769
- enable: boolean;
1770
- commissionRate: number;
1771
- autoCloseBill: boolean;
1772
- merchantID: string;
1773
- }>>>;
1774
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
1775
- enable: z.ZodBoolean;
1776
- }, {
1777
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1778
- storeID: z.ZodString;
1779
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1780
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1781
- autoCloseBill: z.ZodBoolean;
1782
- reportConfig: z.ZodObject<{
1783
- commissionRate: z.ZodNumber;
1784
- discountCampaigns: z.ZodArray<z.ZodObject<{
1785
- name: z.ZodString;
1786
- vendorBearPercentage: z.ZodNumber;
1787
- date: z.ZodObject<{
1788
- start: z.ZodString;
1789
- end: z.ZodString;
1790
- }, "strip", z.ZodTypeAny, {
1791
- end: string;
1792
- start: string;
1793
- }, {
1794
- end: string;
1795
- start: string;
1796
- }>;
1797
- }, "strip", z.ZodTypeAny, {
1798
- name: string;
1799
- date: {
1800
- end: string;
1801
- start: string;
1802
- };
1803
- vendorBearPercentage: number;
1804
- }, {
1805
- name: string;
1806
- date: {
1807
- end: string;
1808
- start: string;
1809
- };
1810
- vendorBearPercentage: number;
1811
- }>, "many">;
1812
- }, "strip", z.ZodTypeAny, {
1813
- commissionRate: number;
1814
- discountCampaigns: {
1815
- name: string;
1816
- date: {
1817
- end: string;
1818
- start: string;
1819
- };
1820
- vendorBearPercentage: number;
1821
- }[];
1822
- }, {
1823
- commissionRate: number;
1824
- discountCampaigns: {
1825
- name: string;
1826
- date: {
1827
- end: string;
1828
- start: string;
1829
- };
1830
- vendorBearPercentage: number;
1831
- }[];
1832
- }>;
1833
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1834
- }>, "strip", z.ZodTypeAny, {
1835
- _id?: string | undefined;
1836
- catalogId?: string | null | undefined;
1837
- lastSynchronize?: string | null | undefined;
1838
- showProductAddon?: boolean | null | undefined;
1839
- enable: boolean;
1840
- autoCloseBill: boolean;
1841
- reportConfig: {
1842
- commissionRate: number;
1843
- discountCampaigns: {
1844
- name: string;
1845
- date: {
1846
- end: string;
1847
- start: string;
1848
- };
1849
- vendorBearPercentage: number;
1850
- }[];
1851
- };
1852
- storeID: string;
1853
- }, {
1854
- _id?: string | undefined;
1855
- catalogId?: string | null | undefined;
1856
- lastSynchronize?: string | null | undefined;
1857
- showProductAddon?: boolean | null | undefined;
1631
+ ignoreStock?: boolean | null | undefined;
1858
1632
  enable: boolean;
1859
- autoCloseBill: boolean;
1860
- reportConfig: {
1861
- commissionRate: number;
1862
- discountCampaigns: {
1863
- name: string;
1864
- date: {
1865
- end: string;
1866
- start: string;
1867
- };
1868
- vendorBearPercentage: number;
1869
- }[];
1870
- };
1871
- storeID: string;
1872
1633
  }>>>;
1873
1634
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1874
1635
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1940,12 +1701,12 @@ export declare const FdoBookingBase: z.ZodObject<{
1940
1701
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1941
1702
  }, "strip", z.ZodTypeAny, {
1942
1703
  catalogId?: string | null | undefined;
1943
- autoAccept?: boolean | null | undefined;
1944
1704
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
1945
1705
  offlinePaymentTypes?: {
1946
1706
  name: string;
1947
1707
  instruction: string;
1948
1708
  }[] | null | undefined;
1709
+ autoAccept?: boolean | null | undefined;
1949
1710
  autoAcceptPaidOnly?: boolean | null | undefined;
1950
1711
  ignoreStock?: boolean | null | undefined;
1951
1712
  pickupTime?: {
@@ -1964,12 +1725,12 @@ export declare const FdoBookingBase: z.ZodObject<{
1964
1725
  } | null | undefined;
1965
1726
  }, {
1966
1727
  catalogId?: string | null | undefined;
1967
- autoAccept?: boolean | null | undefined;
1968
1728
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
1969
1729
  offlinePaymentTypes?: {
1970
1730
  name: string;
1971
1731
  instruction: string;
1972
1732
  }[] | null | undefined;
1733
+ autoAccept?: boolean | null | undefined;
1973
1734
  autoAcceptPaidOnly?: boolean | null | undefined;
1974
1735
  ignoreStock?: boolean | null | undefined;
1975
1736
  pickupTime?: {
@@ -2090,6 +1851,9 @@ export declare const FdoBookingBase: z.ZodObject<{
2090
1851
  mapLineColor?: number | null | undefined;
2091
1852
  }>>>;
2092
1853
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1854
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
1855
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
1856
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
2093
1857
  }, "strip", z.ZodTypeAny, {
2094
1858
  channel?: string | null | undefined;
2095
1859
  machineId?: string | null | undefined;
@@ -2104,7 +1868,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2104
1868
  taxCode: string;
2105
1869
  systemCode: string;
2106
1870
  }> | null | undefined;
2107
- autoAccept?: boolean | null | undefined;
2108
1871
  deliveryTime?: {
2109
1872
  time?: string[] | null | undefined;
2110
1873
  custom?: {
@@ -2168,6 +1931,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2168
1931
  name: string;
2169
1932
  instruction: string;
2170
1933
  }[] | null | undefined;
1934
+ autoAccept?: boolean | null | undefined;
2171
1935
  autoAcceptPaidOnly?: boolean | null | undefined;
2172
1936
  ignoreStock?: boolean | null | undefined;
2173
1937
  catalogId: string | null;
@@ -2194,12 +1958,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2194
1958
  } | null | undefined;
2195
1959
  pickup?: {
2196
1960
  catalogId?: string | null | undefined;
2197
- autoAccept?: boolean | null | undefined;
2198
1961
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2199
1962
  offlinePaymentTypes?: {
2200
1963
  name: string;
2201
1964
  instruction: string;
2202
1965
  }[] | null | undefined;
1966
+ autoAccept?: boolean | null | undefined;
2203
1967
  autoAcceptPaidOnly?: boolean | null | undefined;
2204
1968
  ignoreStock?: boolean | null | undefined;
2205
1969
  pickupTime?: {
@@ -2307,64 +2071,10 @@ export declare const FdoBookingBase: z.ZodObject<{
2307
2071
  feedmeDelivery?: {
2308
2072
  instruction?: string | null | undefined;
2309
2073
  catalogId?: string | null | undefined;
2310
- autoAccept?: boolean | null | undefined;
2311
2074
  term?: string | null | undefined;
2312
- ignoreStock?: boolean | null | undefined;
2313
- enable: boolean;
2314
- } | null | undefined;
2315
- foodpandaDelivery?: {
2316
- _id?: string | undefined;
2317
- ignoreDiscount?: boolean | null | undefined;
2318
- catalogId?: string | null | undefined;
2319
- commissionRate?: number | null | undefined;
2320
- lastSynchronize?: string | null | undefined;
2321
- showProductAddon?: boolean | null | undefined;
2322
2075
  autoAccept?: boolean | null | undefined;
2323
- reportConfig?: {
2324
- commissionRate: number;
2325
- discountCampaigns: {
2326
- name: string;
2327
- date: {
2328
- end: string;
2329
- start: string;
2330
- };
2331
- vendorBearPercentage: number;
2332
- }[];
2333
- } | null | undefined;
2334
- hasSst?: boolean | null | undefined;
2335
- enable: boolean;
2336
- remoteId: string;
2337
- autoCloseBill: boolean;
2338
- } | null | undefined;
2339
- grabfoodDelivery?: {
2340
- _id?: string | undefined;
2341
- catalogId?: string | null | undefined;
2342
- lastSynchronize?: string | null | undefined;
2343
- showProductAddon?: boolean | null | undefined;
2344
- enable: boolean;
2345
- commissionRate: number;
2346
- autoCloseBill: boolean;
2347
- merchantID: string;
2348
- } | null | undefined;
2349
- shopeefoodDelivery?: {
2350
- _id?: string | undefined;
2351
- catalogId?: string | null | undefined;
2352
- lastSynchronize?: string | null | undefined;
2353
- showProductAddon?: boolean | null | undefined;
2076
+ ignoreStock?: boolean | null | undefined;
2354
2077
  enable: boolean;
2355
- autoCloseBill: boolean;
2356
- reportConfig: {
2357
- commissionRate: number;
2358
- discountCampaigns: {
2359
- name: string;
2360
- date: {
2361
- end: string;
2362
- start: string;
2363
- };
2364
- vendorBearPercentage: number;
2365
- }[];
2366
- };
2367
- storeID: string;
2368
2078
  } | null | undefined;
2369
2079
  couchDbPassword?: string | null | undefined;
2370
2080
  apiToken?: string | null | undefined;
@@ -2389,6 +2099,9 @@ export declare const FdoBookingBase: z.ZodObject<{
2389
2099
  mapBorderColor?: number | null | undefined;
2390
2100
  mapLineColor?: number | null | undefined;
2391
2101
  } | null | undefined;
2102
+ foodpandaDelivery?: any;
2103
+ grabfoodDelivery?: any;
2104
+ shopeefoodDelivery?: any;
2392
2105
  _id: string;
2393
2106
  expiredAt: string;
2394
2107
  businessId: string;
@@ -2483,7 +2196,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2483
2196
  taxCode: string;
2484
2197
  systemCode: string;
2485
2198
  }> | null | undefined;
2486
- autoAccept?: boolean | null | undefined;
2487
2199
  deliveryTime?: {
2488
2200
  time?: string[] | null | undefined;
2489
2201
  custom?: {
@@ -2547,6 +2259,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2547
2259
  name: string;
2548
2260
  instruction: string;
2549
2261
  }[] | null | undefined;
2262
+ autoAccept?: boolean | null | undefined;
2550
2263
  autoAcceptPaidOnly?: boolean | null | undefined;
2551
2264
  ignoreStock?: boolean | null | undefined;
2552
2265
  catalogId: string | null;
@@ -2573,12 +2286,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2573
2286
  } | null | undefined;
2574
2287
  pickup?: {
2575
2288
  catalogId?: string | null | undefined;
2576
- autoAccept?: boolean | null | undefined;
2577
2289
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2578
2290
  offlinePaymentTypes?: {
2579
2291
  name: string;
2580
2292
  instruction: string;
2581
2293
  }[] | null | undefined;
2294
+ autoAccept?: boolean | null | undefined;
2582
2295
  autoAcceptPaidOnly?: boolean | null | undefined;
2583
2296
  ignoreStock?: boolean | null | undefined;
2584
2297
  pickupTime?: {
@@ -2686,64 +2399,10 @@ export declare const FdoBookingBase: z.ZodObject<{
2686
2399
  feedmeDelivery?: {
2687
2400
  instruction?: string | null | undefined;
2688
2401
  catalogId?: string | null | undefined;
2689
- autoAccept?: boolean | null | undefined;
2690
2402
  term?: string | null | undefined;
2691
- ignoreStock?: boolean | null | undefined;
2692
- enable: boolean;
2693
- } | null | undefined;
2694
- foodpandaDelivery?: {
2695
- _id?: string | undefined;
2696
- ignoreDiscount?: boolean | null | undefined;
2697
- catalogId?: string | null | undefined;
2698
- commissionRate?: number | null | undefined;
2699
- lastSynchronize?: string | null | undefined;
2700
- showProductAddon?: boolean | null | undefined;
2701
2403
  autoAccept?: boolean | null | undefined;
2702
- reportConfig?: {
2703
- commissionRate: number;
2704
- discountCampaigns: {
2705
- name: string;
2706
- date: {
2707
- end: string;
2708
- start: string;
2709
- };
2710
- vendorBearPercentage: number;
2711
- }[];
2712
- } | null | undefined;
2713
- hasSst?: boolean | null | undefined;
2714
- enable: boolean;
2715
- remoteId: string;
2716
- autoCloseBill: boolean;
2717
- } | null | undefined;
2718
- grabfoodDelivery?: {
2719
- _id?: string | undefined;
2720
- catalogId?: string | null | undefined;
2721
- lastSynchronize?: string | null | undefined;
2722
- showProductAddon?: boolean | null | undefined;
2723
- enable: boolean;
2724
- commissionRate: number;
2725
- autoCloseBill: boolean;
2726
- merchantID: string;
2727
- } | null | undefined;
2728
- shopeefoodDelivery?: {
2729
- _id?: string | undefined;
2730
- catalogId?: string | null | undefined;
2731
- lastSynchronize?: string | null | undefined;
2732
- showProductAddon?: boolean | null | undefined;
2404
+ ignoreStock?: boolean | null | undefined;
2733
2405
  enable: boolean;
2734
- autoCloseBill: boolean;
2735
- reportConfig: {
2736
- commissionRate: number;
2737
- discountCampaigns: {
2738
- name: string;
2739
- date: {
2740
- end: string;
2741
- start: string;
2742
- };
2743
- vendorBearPercentage: number;
2744
- }[];
2745
- };
2746
- storeID: string;
2747
2406
  } | null | undefined;
2748
2407
  couchDbPassword?: string | null | undefined;
2749
2408
  apiToken?: string | null | undefined;
@@ -2768,6 +2427,9 @@ export declare const FdoBookingBase: z.ZodObject<{
2768
2427
  mapBorderColor?: number | null | undefined;
2769
2428
  mapLineColor?: number | null | undefined;
2770
2429
  } | null | undefined;
2430
+ foodpandaDelivery?: any;
2431
+ grabfoodDelivery?: any;
2432
+ shopeefoodDelivery?: any;
2771
2433
  _id: string;
2772
2434
  expiredAt: string;
2773
2435
  businessId: string;
@@ -2933,7 +2595,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2933
2595
  taxCode: string;
2934
2596
  systemCode: string;
2935
2597
  }> | null | undefined;
2936
- autoAccept?: boolean | null | undefined;
2937
2598
  deliveryTime?: {
2938
2599
  time?: string[] | null | undefined;
2939
2600
  custom?: {
@@ -2997,6 +2658,7 @@ export declare const FdoBookingBase: z.ZodObject<{
2997
2658
  name: string;
2998
2659
  instruction: string;
2999
2660
  }[] | null | undefined;
2661
+ autoAccept?: boolean | null | undefined;
3000
2662
  autoAcceptPaidOnly?: boolean | null | undefined;
3001
2663
  ignoreStock?: boolean | null | undefined;
3002
2664
  catalogId: string | null;
@@ -3023,12 +2685,12 @@ export declare const FdoBookingBase: z.ZodObject<{
3023
2685
  } | null | undefined;
3024
2686
  pickup?: {
3025
2687
  catalogId?: string | null | undefined;
3026
- autoAccept?: boolean | null | undefined;
3027
2688
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3028
2689
  offlinePaymentTypes?: {
3029
2690
  name: string;
3030
2691
  instruction: string;
3031
2692
  }[] | null | undefined;
2693
+ autoAccept?: boolean | null | undefined;
3032
2694
  autoAcceptPaidOnly?: boolean | null | undefined;
3033
2695
  ignoreStock?: boolean | null | undefined;
3034
2696
  pickupTime?: {
@@ -3136,64 +2798,10 @@ export declare const FdoBookingBase: z.ZodObject<{
3136
2798
  feedmeDelivery?: {
3137
2799
  instruction?: string | null | undefined;
3138
2800
  catalogId?: string | null | undefined;
3139
- autoAccept?: boolean | null | undefined;
3140
2801
  term?: string | null | undefined;
3141
- ignoreStock?: boolean | null | undefined;
3142
- enable: boolean;
3143
- } | null | undefined;
3144
- foodpandaDelivery?: {
3145
- _id?: string | undefined;
3146
- ignoreDiscount?: boolean | null | undefined;
3147
- catalogId?: string | null | undefined;
3148
- commissionRate?: number | null | undefined;
3149
- lastSynchronize?: string | null | undefined;
3150
- showProductAddon?: boolean | null | undefined;
3151
2802
  autoAccept?: boolean | null | undefined;
3152
- reportConfig?: {
3153
- commissionRate: number;
3154
- discountCampaigns: {
3155
- name: string;
3156
- date: {
3157
- end: string;
3158
- start: string;
3159
- };
3160
- vendorBearPercentage: number;
3161
- }[];
3162
- } | null | undefined;
3163
- hasSst?: boolean | null | undefined;
3164
- enable: boolean;
3165
- remoteId: string;
3166
- autoCloseBill: boolean;
3167
- } | null | undefined;
3168
- grabfoodDelivery?: {
3169
- _id?: string | undefined;
3170
- catalogId?: string | null | undefined;
3171
- lastSynchronize?: string | null | undefined;
3172
- showProductAddon?: boolean | null | undefined;
3173
- enable: boolean;
3174
- commissionRate: number;
3175
- autoCloseBill: boolean;
3176
- merchantID: string;
3177
- } | null | undefined;
3178
- shopeefoodDelivery?: {
3179
- _id?: string | undefined;
3180
- catalogId?: string | null | undefined;
3181
- lastSynchronize?: string | null | undefined;
3182
- showProductAddon?: boolean | null | undefined;
2803
+ ignoreStock?: boolean | null | undefined;
3183
2804
  enable: boolean;
3184
- autoCloseBill: boolean;
3185
- reportConfig: {
3186
- commissionRate: number;
3187
- discountCampaigns: {
3188
- name: string;
3189
- date: {
3190
- end: string;
3191
- start: string;
3192
- };
3193
- vendorBearPercentage: number;
3194
- }[];
3195
- };
3196
- storeID: string;
3197
2805
  } | null | undefined;
3198
2806
  couchDbPassword?: string | null | undefined;
3199
2807
  apiToken?: string | null | undefined;
@@ -3218,6 +2826,9 @@ export declare const FdoBookingBase: z.ZodObject<{
3218
2826
  mapBorderColor?: number | null | undefined;
3219
2827
  mapLineColor?: number | null | undefined;
3220
2828
  } | null | undefined;
2829
+ foodpandaDelivery?: any;
2830
+ grabfoodDelivery?: any;
2831
+ shopeefoodDelivery?: any;
3221
2832
  _id: string;
3222
2833
  expiredAt: string;
3223
2834
  businessId: string;
@@ -3339,7 +2950,6 @@ export declare const FdoBookingBase: z.ZodObject<{
3339
2950
  taxCode: string;
3340
2951
  systemCode: string;
3341
2952
  }> | null | undefined;
3342
- autoAccept?: boolean | null | undefined;
3343
2953
  deliveryTime?: {
3344
2954
  time?: string[] | null | undefined;
3345
2955
  custom?: {
@@ -3403,6 +3013,7 @@ export declare const FdoBookingBase: z.ZodObject<{
3403
3013
  name: string;
3404
3014
  instruction: string;
3405
3015
  }[] | null | undefined;
3016
+ autoAccept?: boolean | null | undefined;
3406
3017
  autoAcceptPaidOnly?: boolean | null | undefined;
3407
3018
  ignoreStock?: boolean | null | undefined;
3408
3019
  catalogId: string | null;
@@ -3429,12 +3040,12 @@ export declare const FdoBookingBase: z.ZodObject<{
3429
3040
  } | null | undefined;
3430
3041
  pickup?: {
3431
3042
  catalogId?: string | null | undefined;
3432
- autoAccept?: boolean | null | undefined;
3433
3043
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3434
3044
  offlinePaymentTypes?: {
3435
3045
  name: string;
3436
3046
  instruction: string;
3437
3047
  }[] | null | undefined;
3048
+ autoAccept?: boolean | null | undefined;
3438
3049
  autoAcceptPaidOnly?: boolean | null | undefined;
3439
3050
  ignoreStock?: boolean | null | undefined;
3440
3051
  pickupTime?: {
@@ -3542,64 +3153,10 @@ export declare const FdoBookingBase: z.ZodObject<{
3542
3153
  feedmeDelivery?: {
3543
3154
  instruction?: string | null | undefined;
3544
3155
  catalogId?: string | null | undefined;
3545
- autoAccept?: boolean | null | undefined;
3546
3156
  term?: string | null | undefined;
3547
- ignoreStock?: boolean | null | undefined;
3548
- enable: boolean;
3549
- } | null | undefined;
3550
- foodpandaDelivery?: {
3551
- _id?: string | undefined;
3552
- ignoreDiscount?: boolean | null | undefined;
3553
- catalogId?: string | null | undefined;
3554
- commissionRate?: number | null | undefined;
3555
- lastSynchronize?: string | null | undefined;
3556
- showProductAddon?: boolean | null | undefined;
3557
3157
  autoAccept?: boolean | null | undefined;
3558
- reportConfig?: {
3559
- commissionRate: number;
3560
- discountCampaigns: {
3561
- name: string;
3562
- date: {
3563
- end: string;
3564
- start: string;
3565
- };
3566
- vendorBearPercentage: number;
3567
- }[];
3568
- } | null | undefined;
3569
- hasSst?: boolean | null | undefined;
3570
- enable: boolean;
3571
- remoteId: string;
3572
- autoCloseBill: boolean;
3573
- } | null | undefined;
3574
- grabfoodDelivery?: {
3575
- _id?: string | undefined;
3576
- catalogId?: string | null | undefined;
3577
- lastSynchronize?: string | null | undefined;
3578
- showProductAddon?: boolean | null | undefined;
3579
- enable: boolean;
3580
- commissionRate: number;
3581
- autoCloseBill: boolean;
3582
- merchantID: string;
3583
- } | null | undefined;
3584
- shopeefoodDelivery?: {
3585
- _id?: string | undefined;
3586
- catalogId?: string | null | undefined;
3587
- lastSynchronize?: string | null | undefined;
3588
- showProductAddon?: boolean | null | undefined;
3158
+ ignoreStock?: boolean | null | undefined;
3589
3159
  enable: boolean;
3590
- autoCloseBill: boolean;
3591
- reportConfig: {
3592
- commissionRate: number;
3593
- discountCampaigns: {
3594
- name: string;
3595
- date: {
3596
- end: string;
3597
- start: string;
3598
- };
3599
- vendorBearPercentage: number;
3600
- }[];
3601
- };
3602
- storeID: string;
3603
3160
  } | null | undefined;
3604
3161
  couchDbPassword?: string | null | undefined;
3605
3162
  apiToken?: string | null | undefined;
@@ -3624,6 +3181,9 @@ export declare const FdoBookingBase: z.ZodObject<{
3624
3181
  mapBorderColor?: number | null | undefined;
3625
3182
  mapLineColor?: number | null | undefined;
3626
3183
  } | null | undefined;
3184
+ foodpandaDelivery?: any;
3185
+ grabfoodDelivery?: any;
3186
+ shopeefoodDelivery?: any;
3627
3187
  _id: string;
3628
3188
  expiredAt: string;
3629
3189
  businessId: string;
@@ -5157,7 +4717,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5157
4717
  taxCode: string;
5158
4718
  systemCode: string;
5159
4719
  }> | null | undefined;
5160
- autoAccept?: boolean | null | undefined;
5161
4720
  deliveryTime?: {
5162
4721
  time?: string[] | null | undefined;
5163
4722
  custom?: {
@@ -5221,6 +4780,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5221
4780
  name: string;
5222
4781
  instruction: string;
5223
4782
  }[] | null | undefined;
4783
+ autoAccept?: boolean | null | undefined;
5224
4784
  autoAcceptPaidOnly?: boolean | null | undefined;
5225
4785
  ignoreStock?: boolean | null | undefined;
5226
4786
  catalogId: string | null;
@@ -5250,7 +4810,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5250
4810
  taxCode: string;
5251
4811
  systemCode: string;
5252
4812
  }> | null | undefined;
5253
- autoAccept?: boolean | null | undefined;
5254
4813
  deliveryTime?: {
5255
4814
  time?: string[] | null | undefined;
5256
4815
  custom?: {
@@ -5314,6 +4873,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5314
4873
  name: string;
5315
4874
  instruction: string;
5316
4875
  }[] | null | undefined;
4876
+ autoAccept?: boolean | null | undefined;
5317
4877
  autoAcceptPaidOnly?: boolean | null | undefined;
5318
4878
  ignoreStock?: boolean | null | undefined;
5319
4879
  catalogId: string | null;
@@ -5348,257 +4908,18 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5348
4908
  }, "strip", z.ZodTypeAny, {
5349
4909
  instruction?: string | null | undefined;
5350
4910
  catalogId?: string | null | undefined;
5351
- autoAccept?: boolean | null | undefined;
5352
4911
  term?: string | null | undefined;
4912
+ autoAccept?: boolean | null | undefined;
5353
4913
  ignoreStock?: boolean | null | undefined;
5354
4914
  enable: boolean;
5355
4915
  }, {
5356
4916
  instruction?: string | null | undefined;
5357
4917
  catalogId?: string | null | undefined;
5358
- autoAccept?: boolean | null | undefined;
5359
4918
  term?: string | null | undefined;
4919
+ autoAccept?: boolean | null | undefined;
5360
4920
  ignoreStock?: boolean | null | undefined;
5361
4921
  enable: boolean;
5362
4922
  }>>>;
5363
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
5364
- enable: z.ZodBoolean;
5365
- }, {
5366
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
5367
- remoteId: z.ZodString;
5368
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5369
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5370
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
5371
- autoCloseBill: z.ZodBoolean;
5372
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5373
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5374
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5375
- commissionRate: z.ZodNumber;
5376
- discountCampaigns: z.ZodArray<z.ZodObject<{
5377
- name: z.ZodString;
5378
- vendorBearPercentage: z.ZodNumber;
5379
- date: z.ZodObject<{
5380
- start: z.ZodString;
5381
- end: z.ZodString;
5382
- }, "strip", z.ZodTypeAny, {
5383
- end: string;
5384
- start: string;
5385
- }, {
5386
- end: string;
5387
- start: string;
5388
- }>;
5389
- }, "strip", z.ZodTypeAny, {
5390
- name: string;
5391
- date: {
5392
- end: string;
5393
- start: string;
5394
- };
5395
- vendorBearPercentage: number;
5396
- }, {
5397
- name: string;
5398
- date: {
5399
- end: string;
5400
- start: string;
5401
- };
5402
- vendorBearPercentage: number;
5403
- }>, "many">;
5404
- }, "strip", z.ZodTypeAny, {
5405
- commissionRate: number;
5406
- discountCampaigns: {
5407
- name: string;
5408
- date: {
5409
- end: string;
5410
- start: string;
5411
- };
5412
- vendorBearPercentage: number;
5413
- }[];
5414
- }, {
5415
- commissionRate: number;
5416
- discountCampaigns: {
5417
- name: string;
5418
- date: {
5419
- end: string;
5420
- start: string;
5421
- };
5422
- vendorBearPercentage: number;
5423
- }[];
5424
- }>>>;
5425
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5426
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5427
- }>, "strip", z.ZodTypeAny, {
5428
- _id?: string | undefined;
5429
- ignoreDiscount?: boolean | null | undefined;
5430
- catalogId?: string | null | undefined;
5431
- commissionRate?: number | null | undefined;
5432
- lastSynchronize?: string | null | undefined;
5433
- showProductAddon?: boolean | null | undefined;
5434
- autoAccept?: boolean | null | undefined;
5435
- reportConfig?: {
5436
- commissionRate: number;
5437
- discountCampaigns: {
5438
- name: string;
5439
- date: {
5440
- end: string;
5441
- start: string;
5442
- };
5443
- vendorBearPercentage: number;
5444
- }[];
5445
- } | null | undefined;
5446
- hasSst?: boolean | null | undefined;
5447
- enable: boolean;
5448
- remoteId: string;
5449
- autoCloseBill: boolean;
5450
- }, {
5451
- _id?: string | undefined;
5452
- ignoreDiscount?: boolean | null | undefined;
5453
- catalogId?: string | null | undefined;
5454
- commissionRate?: number | null | undefined;
5455
- lastSynchronize?: string | null | undefined;
5456
- showProductAddon?: boolean | null | undefined;
5457
- autoAccept?: boolean | null | undefined;
5458
- reportConfig?: {
5459
- commissionRate: number;
5460
- discountCampaigns: {
5461
- name: string;
5462
- date: {
5463
- end: string;
5464
- start: string;
5465
- };
5466
- vendorBearPercentage: number;
5467
- }[];
5468
- } | null | undefined;
5469
- hasSst?: boolean | null | undefined;
5470
- enable: boolean;
5471
- remoteId: string;
5472
- autoCloseBill: boolean;
5473
- }>>>;
5474
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
5475
- enable: z.ZodBoolean;
5476
- }, {
5477
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
5478
- merchantID: z.ZodString;
5479
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5480
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5481
- commissionRate: z.ZodNumber;
5482
- autoCloseBill: z.ZodBoolean;
5483
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5484
- }>, "strip", z.ZodTypeAny, {
5485
- _id?: string | undefined;
5486
- catalogId?: string | null | undefined;
5487
- lastSynchronize?: string | null | undefined;
5488
- showProductAddon?: boolean | null | undefined;
5489
- enable: boolean;
5490
- commissionRate: number;
5491
- autoCloseBill: boolean;
5492
- merchantID: string;
5493
- }, {
5494
- _id?: string | undefined;
5495
- catalogId?: string | null | undefined;
5496
- lastSynchronize?: string | null | undefined;
5497
- showProductAddon?: boolean | null | undefined;
5498
- enable: boolean;
5499
- commissionRate: number;
5500
- autoCloseBill: boolean;
5501
- merchantID: string;
5502
- }>>>;
5503
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
5504
- enable: z.ZodBoolean;
5505
- }, {
5506
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
5507
- storeID: z.ZodString;
5508
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5509
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5510
- autoCloseBill: z.ZodBoolean;
5511
- reportConfig: z.ZodObject<{
5512
- commissionRate: z.ZodNumber;
5513
- discountCampaigns: z.ZodArray<z.ZodObject<{
5514
- name: z.ZodString;
5515
- vendorBearPercentage: z.ZodNumber;
5516
- date: z.ZodObject<{
5517
- start: z.ZodString;
5518
- end: z.ZodString;
5519
- }, "strip", z.ZodTypeAny, {
5520
- end: string;
5521
- start: string;
5522
- }, {
5523
- end: string;
5524
- start: string;
5525
- }>;
5526
- }, "strip", z.ZodTypeAny, {
5527
- name: string;
5528
- date: {
5529
- end: string;
5530
- start: string;
5531
- };
5532
- vendorBearPercentage: number;
5533
- }, {
5534
- name: string;
5535
- date: {
5536
- end: string;
5537
- start: string;
5538
- };
5539
- vendorBearPercentage: number;
5540
- }>, "many">;
5541
- }, "strip", z.ZodTypeAny, {
5542
- commissionRate: number;
5543
- discountCampaigns: {
5544
- name: string;
5545
- date: {
5546
- end: string;
5547
- start: string;
5548
- };
5549
- vendorBearPercentage: number;
5550
- }[];
5551
- }, {
5552
- commissionRate: number;
5553
- discountCampaigns: {
5554
- name: string;
5555
- date: {
5556
- end: string;
5557
- start: string;
5558
- };
5559
- vendorBearPercentage: number;
5560
- }[];
5561
- }>;
5562
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5563
- }>, "strip", z.ZodTypeAny, {
5564
- _id?: string | undefined;
5565
- catalogId?: string | null | undefined;
5566
- lastSynchronize?: string | null | undefined;
5567
- showProductAddon?: boolean | null | undefined;
5568
- enable: boolean;
5569
- autoCloseBill: boolean;
5570
- reportConfig: {
5571
- commissionRate: number;
5572
- discountCampaigns: {
5573
- name: string;
5574
- date: {
5575
- end: string;
5576
- start: string;
5577
- };
5578
- vendorBearPercentage: number;
5579
- }[];
5580
- };
5581
- storeID: string;
5582
- }, {
5583
- _id?: string | undefined;
5584
- catalogId?: string | null | undefined;
5585
- lastSynchronize?: string | null | undefined;
5586
- showProductAddon?: boolean | null | undefined;
5587
- enable: boolean;
5588
- autoCloseBill: boolean;
5589
- reportConfig: {
5590
- commissionRate: number;
5591
- discountCampaigns: {
5592
- name: string;
5593
- date: {
5594
- end: string;
5595
- start: string;
5596
- };
5597
- vendorBearPercentage: number;
5598
- }[];
5599
- };
5600
- storeID: string;
5601
- }>>>;
5602
4923
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5603
4924
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5604
4925
  day: z.ZodObject<{
@@ -5669,12 +4990,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5669
4990
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5670
4991
  }, "strip", z.ZodTypeAny, {
5671
4992
  catalogId?: string | null | undefined;
5672
- autoAccept?: boolean | null | undefined;
5673
4993
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5674
4994
  offlinePaymentTypes?: {
5675
4995
  name: string;
5676
4996
  instruction: string;
5677
4997
  }[] | null | undefined;
4998
+ autoAccept?: boolean | null | undefined;
5678
4999
  autoAcceptPaidOnly?: boolean | null | undefined;
5679
5000
  ignoreStock?: boolean | null | undefined;
5680
5001
  pickupTime?: {
@@ -5693,12 +5014,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5693
5014
  } | null | undefined;
5694
5015
  }, {
5695
5016
  catalogId?: string | null | undefined;
5696
- autoAccept?: boolean | null | undefined;
5697
5017
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5698
5018
  offlinePaymentTypes?: {
5699
5019
  name: string;
5700
5020
  instruction: string;
5701
5021
  }[] | null | undefined;
5022
+ autoAccept?: boolean | null | undefined;
5702
5023
  autoAcceptPaidOnly?: boolean | null | undefined;
5703
5024
  ignoreStock?: boolean | null | undefined;
5704
5025
  pickupTime?: {
@@ -5819,6 +5140,9 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5819
5140
  mapLineColor?: number | null | undefined;
5820
5141
  }>>>;
5821
5142
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5143
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5144
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5145
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5822
5146
  }, "strip", z.ZodTypeAny, {
5823
5147
  channel?: string | null | undefined;
5824
5148
  machineId?: string | null | undefined;
@@ -5833,7 +5157,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5833
5157
  taxCode: string;
5834
5158
  systemCode: string;
5835
5159
  }> | null | undefined;
5836
- autoAccept?: boolean | null | undefined;
5837
5160
  deliveryTime?: {
5838
5161
  time?: string[] | null | undefined;
5839
5162
  custom?: {
@@ -5897,6 +5220,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5897
5220
  name: string;
5898
5221
  instruction: string;
5899
5222
  }[] | null | undefined;
5223
+ autoAccept?: boolean | null | undefined;
5900
5224
  autoAcceptPaidOnly?: boolean | null | undefined;
5901
5225
  ignoreStock?: boolean | null | undefined;
5902
5226
  catalogId: string | null;
@@ -5923,12 +5247,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5923
5247
  } | null | undefined;
5924
5248
  pickup?: {
5925
5249
  catalogId?: string | null | undefined;
5926
- autoAccept?: boolean | null | undefined;
5927
5250
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5928
5251
  offlinePaymentTypes?: {
5929
5252
  name: string;
5930
5253
  instruction: string;
5931
5254
  }[] | null | undefined;
5255
+ autoAccept?: boolean | null | undefined;
5932
5256
  autoAcceptPaidOnly?: boolean | null | undefined;
5933
5257
  ignoreStock?: boolean | null | undefined;
5934
5258
  pickupTime?: {
@@ -6036,64 +5360,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6036
5360
  feedmeDelivery?: {
6037
5361
  instruction?: string | null | undefined;
6038
5362
  catalogId?: string | null | undefined;
6039
- autoAccept?: boolean | null | undefined;
6040
5363
  term?: string | null | undefined;
6041
- ignoreStock?: boolean | null | undefined;
6042
- enable: boolean;
6043
- } | null | undefined;
6044
- foodpandaDelivery?: {
6045
- _id?: string | undefined;
6046
- ignoreDiscount?: boolean | null | undefined;
6047
- catalogId?: string | null | undefined;
6048
- commissionRate?: number | null | undefined;
6049
- lastSynchronize?: string | null | undefined;
6050
- showProductAddon?: boolean | null | undefined;
6051
5364
  autoAccept?: boolean | null | undefined;
6052
- reportConfig?: {
6053
- commissionRate: number;
6054
- discountCampaigns: {
6055
- name: string;
6056
- date: {
6057
- end: string;
6058
- start: string;
6059
- };
6060
- vendorBearPercentage: number;
6061
- }[];
6062
- } | null | undefined;
6063
- hasSst?: boolean | null | undefined;
6064
- enable: boolean;
6065
- remoteId: string;
6066
- autoCloseBill: boolean;
6067
- } | null | undefined;
6068
- grabfoodDelivery?: {
6069
- _id?: string | undefined;
6070
- catalogId?: string | null | undefined;
6071
- lastSynchronize?: string | null | undefined;
6072
- showProductAddon?: boolean | null | undefined;
6073
- enable: boolean;
6074
- commissionRate: number;
6075
- autoCloseBill: boolean;
6076
- merchantID: string;
6077
- } | null | undefined;
6078
- shopeefoodDelivery?: {
6079
- _id?: string | undefined;
6080
- catalogId?: string | null | undefined;
6081
- lastSynchronize?: string | null | undefined;
6082
- showProductAddon?: boolean | null | undefined;
5365
+ ignoreStock?: boolean | null | undefined;
6083
5366
  enable: boolean;
6084
- autoCloseBill: boolean;
6085
- reportConfig: {
6086
- commissionRate: number;
6087
- discountCampaigns: {
6088
- name: string;
6089
- date: {
6090
- end: string;
6091
- start: string;
6092
- };
6093
- vendorBearPercentage: number;
6094
- }[];
6095
- };
6096
- storeID: string;
6097
5367
  } | null | undefined;
6098
5368
  couchDbPassword?: string | null | undefined;
6099
5369
  apiToken?: string | null | undefined;
@@ -6118,6 +5388,9 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6118
5388
  mapBorderColor?: number | null | undefined;
6119
5389
  mapLineColor?: number | null | undefined;
6120
5390
  } | null | undefined;
5391
+ foodpandaDelivery?: any;
5392
+ grabfoodDelivery?: any;
5393
+ shopeefoodDelivery?: any;
6121
5394
  _id: string;
6122
5395
  expiredAt: string;
6123
5396
  businessId: string;
@@ -6212,7 +5485,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6212
5485
  taxCode: string;
6213
5486
  systemCode: string;
6214
5487
  }> | null | undefined;
6215
- autoAccept?: boolean | null | undefined;
6216
5488
  deliveryTime?: {
6217
5489
  time?: string[] | null | undefined;
6218
5490
  custom?: {
@@ -6276,6 +5548,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6276
5548
  name: string;
6277
5549
  instruction: string;
6278
5550
  }[] | null | undefined;
5551
+ autoAccept?: boolean | null | undefined;
6279
5552
  autoAcceptPaidOnly?: boolean | null | undefined;
6280
5553
  ignoreStock?: boolean | null | undefined;
6281
5554
  catalogId: string | null;
@@ -6302,12 +5575,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6302
5575
  } | null | undefined;
6303
5576
  pickup?: {
6304
5577
  catalogId?: string | null | undefined;
6305
- autoAccept?: boolean | null | undefined;
6306
5578
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6307
5579
  offlinePaymentTypes?: {
6308
5580
  name: string;
6309
5581
  instruction: string;
6310
5582
  }[] | null | undefined;
5583
+ autoAccept?: boolean | null | undefined;
6311
5584
  autoAcceptPaidOnly?: boolean | null | undefined;
6312
5585
  ignoreStock?: boolean | null | undefined;
6313
5586
  pickupTime?: {
@@ -6415,64 +5688,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6415
5688
  feedmeDelivery?: {
6416
5689
  instruction?: string | null | undefined;
6417
5690
  catalogId?: string | null | undefined;
6418
- autoAccept?: boolean | null | undefined;
6419
5691
  term?: string | null | undefined;
6420
- ignoreStock?: boolean | null | undefined;
6421
- enable: boolean;
6422
- } | null | undefined;
6423
- foodpandaDelivery?: {
6424
- _id?: string | undefined;
6425
- ignoreDiscount?: boolean | null | undefined;
6426
- catalogId?: string | null | undefined;
6427
- commissionRate?: number | null | undefined;
6428
- lastSynchronize?: string | null | undefined;
6429
- showProductAddon?: boolean | null | undefined;
6430
5692
  autoAccept?: boolean | null | undefined;
6431
- reportConfig?: {
6432
- commissionRate: number;
6433
- discountCampaigns: {
6434
- name: string;
6435
- date: {
6436
- end: string;
6437
- start: string;
6438
- };
6439
- vendorBearPercentage: number;
6440
- }[];
6441
- } | null | undefined;
6442
- hasSst?: boolean | null | undefined;
6443
- enable: boolean;
6444
- remoteId: string;
6445
- autoCloseBill: boolean;
6446
- } | null | undefined;
6447
- grabfoodDelivery?: {
6448
- _id?: string | undefined;
6449
- catalogId?: string | null | undefined;
6450
- lastSynchronize?: string | null | undefined;
6451
- showProductAddon?: boolean | null | undefined;
6452
- enable: boolean;
6453
- commissionRate: number;
6454
- autoCloseBill: boolean;
6455
- merchantID: string;
6456
- } | null | undefined;
6457
- shopeefoodDelivery?: {
6458
- _id?: string | undefined;
6459
- catalogId?: string | null | undefined;
6460
- lastSynchronize?: string | null | undefined;
6461
- showProductAddon?: boolean | null | undefined;
5693
+ ignoreStock?: boolean | null | undefined;
6462
5694
  enable: boolean;
6463
- autoCloseBill: boolean;
6464
- reportConfig: {
6465
- commissionRate: number;
6466
- discountCampaigns: {
6467
- name: string;
6468
- date: {
6469
- end: string;
6470
- start: string;
6471
- };
6472
- vendorBearPercentage: number;
6473
- }[];
6474
- };
6475
- storeID: string;
6476
5695
  } | null | undefined;
6477
5696
  couchDbPassword?: string | null | undefined;
6478
5697
  apiToken?: string | null | undefined;
@@ -6497,6 +5716,9 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6497
5716
  mapBorderColor?: number | null | undefined;
6498
5717
  mapLineColor?: number | null | undefined;
6499
5718
  } | null | undefined;
5719
+ foodpandaDelivery?: any;
5720
+ grabfoodDelivery?: any;
5721
+ shopeefoodDelivery?: any;
6500
5722
  _id: string;
6501
5723
  expiredAt: string;
6502
5724
  businessId: string;
@@ -6664,7 +5886,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6664
5886
  taxCode: string;
6665
5887
  systemCode: string;
6666
5888
  }> | null | undefined;
6667
- autoAccept?: boolean | null | undefined;
6668
5889
  deliveryTime?: {
6669
5890
  time?: string[] | null | undefined;
6670
5891
  custom?: {
@@ -6728,6 +5949,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6728
5949
  name: string;
6729
5950
  instruction: string;
6730
5951
  }[] | null | undefined;
5952
+ autoAccept?: boolean | null | undefined;
6731
5953
  autoAcceptPaidOnly?: boolean | null | undefined;
6732
5954
  ignoreStock?: boolean | null | undefined;
6733
5955
  catalogId: string | null;
@@ -6754,12 +5976,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6754
5976
  } | null | undefined;
6755
5977
  pickup?: {
6756
5978
  catalogId?: string | null | undefined;
6757
- autoAccept?: boolean | null | undefined;
6758
5979
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6759
5980
  offlinePaymentTypes?: {
6760
5981
  name: string;
6761
5982
  instruction: string;
6762
5983
  }[] | null | undefined;
5984
+ autoAccept?: boolean | null | undefined;
6763
5985
  autoAcceptPaidOnly?: boolean | null | undefined;
6764
5986
  ignoreStock?: boolean | null | undefined;
6765
5987
  pickupTime?: {
@@ -6867,64 +6089,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6867
6089
  feedmeDelivery?: {
6868
6090
  instruction?: string | null | undefined;
6869
6091
  catalogId?: string | null | undefined;
6870
- autoAccept?: boolean | null | undefined;
6871
6092
  term?: string | null | undefined;
6872
- ignoreStock?: boolean | null | undefined;
6873
- enable: boolean;
6874
- } | null | undefined;
6875
- foodpandaDelivery?: {
6876
- _id?: string | undefined;
6877
- ignoreDiscount?: boolean | null | undefined;
6878
- catalogId?: string | null | undefined;
6879
- commissionRate?: number | null | undefined;
6880
- lastSynchronize?: string | null | undefined;
6881
- showProductAddon?: boolean | null | undefined;
6882
6093
  autoAccept?: boolean | null | undefined;
6883
- reportConfig?: {
6884
- commissionRate: number;
6885
- discountCampaigns: {
6886
- name: string;
6887
- date: {
6888
- end: string;
6889
- start: string;
6890
- };
6891
- vendorBearPercentage: number;
6892
- }[];
6893
- } | null | undefined;
6894
- hasSst?: boolean | null | undefined;
6895
- enable: boolean;
6896
- remoteId: string;
6897
- autoCloseBill: boolean;
6898
- } | null | undefined;
6899
- grabfoodDelivery?: {
6900
- _id?: string | undefined;
6901
- catalogId?: string | null | undefined;
6902
- lastSynchronize?: string | null | undefined;
6903
- showProductAddon?: boolean | null | undefined;
6904
- enable: boolean;
6905
- commissionRate: number;
6906
- autoCloseBill: boolean;
6907
- merchantID: string;
6908
- } | null | undefined;
6909
- shopeefoodDelivery?: {
6910
- _id?: string | undefined;
6911
- catalogId?: string | null | undefined;
6912
- lastSynchronize?: string | null | undefined;
6913
- showProductAddon?: boolean | null | undefined;
6094
+ ignoreStock?: boolean | null | undefined;
6914
6095
  enable: boolean;
6915
- autoCloseBill: boolean;
6916
- reportConfig: {
6917
- commissionRate: number;
6918
- discountCampaigns: {
6919
- name: string;
6920
- date: {
6921
- end: string;
6922
- start: string;
6923
- };
6924
- vendorBearPercentage: number;
6925
- }[];
6926
- };
6927
- storeID: string;
6928
6096
  } | null | undefined;
6929
6097
  couchDbPassword?: string | null | undefined;
6930
6098
  apiToken?: string | null | undefined;
@@ -6949,6 +6117,9 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6949
6117
  mapBorderColor?: number | null | undefined;
6950
6118
  mapLineColor?: number | null | undefined;
6951
6119
  } | null | undefined;
6120
+ foodpandaDelivery?: any;
6121
+ grabfoodDelivery?: any;
6122
+ shopeefoodDelivery?: any;
6952
6123
  _id: string;
6953
6124
  expiredAt: string;
6954
6125
  businessId: string;
@@ -7070,7 +6241,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7070
6241
  taxCode: string;
7071
6242
  systemCode: string;
7072
6243
  }> | null | undefined;
7073
- autoAccept?: boolean | null | undefined;
7074
6244
  deliveryTime?: {
7075
6245
  time?: string[] | null | undefined;
7076
6246
  custom?: {
@@ -7134,6 +6304,7 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7134
6304
  name: string;
7135
6305
  instruction: string;
7136
6306
  }[] | null | undefined;
6307
+ autoAccept?: boolean | null | undefined;
7137
6308
  autoAcceptPaidOnly?: boolean | null | undefined;
7138
6309
  ignoreStock?: boolean | null | undefined;
7139
6310
  catalogId: string | null;
@@ -7160,12 +6331,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7160
6331
  } | null | undefined;
7161
6332
  pickup?: {
7162
6333
  catalogId?: string | null | undefined;
7163
- autoAccept?: boolean | null | undefined;
7164
6334
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
7165
6335
  offlinePaymentTypes?: {
7166
6336
  name: string;
7167
6337
  instruction: string;
7168
6338
  }[] | null | undefined;
6339
+ autoAccept?: boolean | null | undefined;
7169
6340
  autoAcceptPaidOnly?: boolean | null | undefined;
7170
6341
  ignoreStock?: boolean | null | undefined;
7171
6342
  pickupTime?: {
@@ -7273,64 +6444,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7273
6444
  feedmeDelivery?: {
7274
6445
  instruction?: string | null | undefined;
7275
6446
  catalogId?: string | null | undefined;
7276
- autoAccept?: boolean | null | undefined;
7277
6447
  term?: string | null | undefined;
7278
- ignoreStock?: boolean | null | undefined;
7279
- enable: boolean;
7280
- } | null | undefined;
7281
- foodpandaDelivery?: {
7282
- _id?: string | undefined;
7283
- ignoreDiscount?: boolean | null | undefined;
7284
- catalogId?: string | null | undefined;
7285
- commissionRate?: number | null | undefined;
7286
- lastSynchronize?: string | null | undefined;
7287
- showProductAddon?: boolean | null | undefined;
7288
6448
  autoAccept?: boolean | null | undefined;
7289
- reportConfig?: {
7290
- commissionRate: number;
7291
- discountCampaigns: {
7292
- name: string;
7293
- date: {
7294
- end: string;
7295
- start: string;
7296
- };
7297
- vendorBearPercentage: number;
7298
- }[];
7299
- } | null | undefined;
7300
- hasSst?: boolean | null | undefined;
7301
- enable: boolean;
7302
- remoteId: string;
7303
- autoCloseBill: boolean;
7304
- } | null | undefined;
7305
- grabfoodDelivery?: {
7306
- _id?: string | undefined;
7307
- catalogId?: string | null | undefined;
7308
- lastSynchronize?: string | null | undefined;
7309
- showProductAddon?: boolean | null | undefined;
7310
- enable: boolean;
7311
- commissionRate: number;
7312
- autoCloseBill: boolean;
7313
- merchantID: string;
7314
- } | null | undefined;
7315
- shopeefoodDelivery?: {
7316
- _id?: string | undefined;
7317
- catalogId?: string | null | undefined;
7318
- lastSynchronize?: string | null | undefined;
7319
- showProductAddon?: boolean | null | undefined;
6449
+ ignoreStock?: boolean | null | undefined;
7320
6450
  enable: boolean;
7321
- autoCloseBill: boolean;
7322
- reportConfig: {
7323
- commissionRate: number;
7324
- discountCampaigns: {
7325
- name: string;
7326
- date: {
7327
- end: string;
7328
- start: string;
7329
- };
7330
- vendorBearPercentage: number;
7331
- }[];
7332
- };
7333
- storeID: string;
7334
6451
  } | null | undefined;
7335
6452
  couchDbPassword?: string | null | undefined;
7336
6453
  apiToken?: string | null | undefined;
@@ -7355,6 +6472,9 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7355
6472
  mapBorderColor?: number | null | undefined;
7356
6473
  mapLineColor?: number | null | undefined;
7357
6474
  } | null | undefined;
6475
+ foodpandaDelivery?: any;
6476
+ grabfoodDelivery?: any;
6477
+ shopeefoodDelivery?: any;
7358
6478
  _id: string;
7359
6479
  expiredAt: string;
7360
6480
  businessId: string;
@@ -8889,7 +8009,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8889
8009
  taxCode: string;
8890
8010
  systemCode: string;
8891
8011
  }> | null | undefined;
8892
- autoAccept?: boolean | null | undefined;
8893
8012
  deliveryTime?: {
8894
8013
  time?: string[] | null | undefined;
8895
8014
  custom?: {
@@ -8953,6 +8072,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8953
8072
  name: string;
8954
8073
  instruction: string;
8955
8074
  }[] | null | undefined;
8075
+ autoAccept?: boolean | null | undefined;
8956
8076
  autoAcceptPaidOnly?: boolean | null | undefined;
8957
8077
  ignoreStock?: boolean | null | undefined;
8958
8078
  catalogId: string | null;
@@ -8982,7 +8102,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8982
8102
  taxCode: string;
8983
8103
  systemCode: string;
8984
8104
  }> | null | undefined;
8985
- autoAccept?: boolean | null | undefined;
8986
8105
  deliveryTime?: {
8987
8106
  time?: string[] | null | undefined;
8988
8107
  custom?: {
@@ -9046,6 +8165,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9046
8165
  name: string;
9047
8166
  instruction: string;
9048
8167
  }[] | null | undefined;
8168
+ autoAccept?: boolean | null | undefined;
9049
8169
  autoAcceptPaidOnly?: boolean | null | undefined;
9050
8170
  ignoreStock?: boolean | null | undefined;
9051
8171
  catalogId: string | null;
@@ -9080,257 +8200,18 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9080
8200
  }, "strip", z.ZodTypeAny, {
9081
8201
  instruction?: string | null | undefined;
9082
8202
  catalogId?: string | null | undefined;
9083
- autoAccept?: boolean | null | undefined;
9084
8203
  term?: string | null | undefined;
8204
+ autoAccept?: boolean | null | undefined;
9085
8205
  ignoreStock?: boolean | null | undefined;
9086
8206
  enable: boolean;
9087
8207
  }, {
9088
8208
  instruction?: string | null | undefined;
9089
8209
  catalogId?: string | null | undefined;
9090
- autoAccept?: boolean | null | undefined;
9091
8210
  term?: string | null | undefined;
8211
+ autoAccept?: boolean | null | undefined;
9092
8212
  ignoreStock?: boolean | null | undefined;
9093
8213
  enable: boolean;
9094
8214
  }>>>;
9095
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9096
- enable: z.ZodBoolean;
9097
- }, {
9098
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9099
- remoteId: z.ZodString;
9100
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9101
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9102
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
9103
- autoCloseBill: z.ZodBoolean;
9104
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9105
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9106
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9107
- commissionRate: z.ZodNumber;
9108
- discountCampaigns: z.ZodArray<z.ZodObject<{
9109
- name: z.ZodString;
9110
- vendorBearPercentage: z.ZodNumber;
9111
- date: z.ZodObject<{
9112
- start: z.ZodString;
9113
- end: z.ZodString;
9114
- }, "strip", z.ZodTypeAny, {
9115
- end: string;
9116
- start: string;
9117
- }, {
9118
- end: string;
9119
- start: string;
9120
- }>;
9121
- }, "strip", z.ZodTypeAny, {
9122
- name: string;
9123
- date: {
9124
- end: string;
9125
- start: string;
9126
- };
9127
- vendorBearPercentage: number;
9128
- }, {
9129
- name: string;
9130
- date: {
9131
- end: string;
9132
- start: string;
9133
- };
9134
- vendorBearPercentage: number;
9135
- }>, "many">;
9136
- }, "strip", z.ZodTypeAny, {
9137
- commissionRate: number;
9138
- discountCampaigns: {
9139
- name: string;
9140
- date: {
9141
- end: string;
9142
- start: string;
9143
- };
9144
- vendorBearPercentage: number;
9145
- }[];
9146
- }, {
9147
- commissionRate: number;
9148
- discountCampaigns: {
9149
- name: string;
9150
- date: {
9151
- end: string;
9152
- start: string;
9153
- };
9154
- vendorBearPercentage: number;
9155
- }[];
9156
- }>>>;
9157
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9158
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9159
- }>, "strip", z.ZodTypeAny, {
9160
- _id?: string | undefined;
9161
- ignoreDiscount?: boolean | null | undefined;
9162
- catalogId?: string | null | undefined;
9163
- commissionRate?: number | null | undefined;
9164
- lastSynchronize?: string | null | undefined;
9165
- showProductAddon?: boolean | null | undefined;
9166
- autoAccept?: boolean | null | undefined;
9167
- reportConfig?: {
9168
- commissionRate: number;
9169
- discountCampaigns: {
9170
- name: string;
9171
- date: {
9172
- end: string;
9173
- start: string;
9174
- };
9175
- vendorBearPercentage: number;
9176
- }[];
9177
- } | null | undefined;
9178
- hasSst?: boolean | null | undefined;
9179
- enable: boolean;
9180
- remoteId: string;
9181
- autoCloseBill: boolean;
9182
- }, {
9183
- _id?: string | undefined;
9184
- ignoreDiscount?: boolean | null | undefined;
9185
- catalogId?: string | null | undefined;
9186
- commissionRate?: number | null | undefined;
9187
- lastSynchronize?: string | null | undefined;
9188
- showProductAddon?: boolean | null | undefined;
9189
- autoAccept?: boolean | null | undefined;
9190
- reportConfig?: {
9191
- commissionRate: number;
9192
- discountCampaigns: {
9193
- name: string;
9194
- date: {
9195
- end: string;
9196
- start: string;
9197
- };
9198
- vendorBearPercentage: number;
9199
- }[];
9200
- } | null | undefined;
9201
- hasSst?: boolean | null | undefined;
9202
- enable: boolean;
9203
- remoteId: string;
9204
- autoCloseBill: boolean;
9205
- }>>>;
9206
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9207
- enable: z.ZodBoolean;
9208
- }, {
9209
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9210
- merchantID: z.ZodString;
9211
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9212
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9213
- commissionRate: z.ZodNumber;
9214
- autoCloseBill: z.ZodBoolean;
9215
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9216
- }>, "strip", z.ZodTypeAny, {
9217
- _id?: string | undefined;
9218
- catalogId?: string | null | undefined;
9219
- lastSynchronize?: string | null | undefined;
9220
- showProductAddon?: boolean | null | undefined;
9221
- enable: boolean;
9222
- commissionRate: number;
9223
- autoCloseBill: boolean;
9224
- merchantID: string;
9225
- }, {
9226
- _id?: string | undefined;
9227
- catalogId?: string | null | undefined;
9228
- lastSynchronize?: string | null | undefined;
9229
- showProductAddon?: boolean | null | undefined;
9230
- enable: boolean;
9231
- commissionRate: number;
9232
- autoCloseBill: boolean;
9233
- merchantID: string;
9234
- }>>>;
9235
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
9236
- enable: z.ZodBoolean;
9237
- }, {
9238
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
9239
- storeID: z.ZodString;
9240
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9241
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9242
- autoCloseBill: z.ZodBoolean;
9243
- reportConfig: z.ZodObject<{
9244
- commissionRate: z.ZodNumber;
9245
- discountCampaigns: z.ZodArray<z.ZodObject<{
9246
- name: z.ZodString;
9247
- vendorBearPercentage: z.ZodNumber;
9248
- date: z.ZodObject<{
9249
- start: z.ZodString;
9250
- end: z.ZodString;
9251
- }, "strip", z.ZodTypeAny, {
9252
- end: string;
9253
- start: string;
9254
- }, {
9255
- end: string;
9256
- start: string;
9257
- }>;
9258
- }, "strip", z.ZodTypeAny, {
9259
- name: string;
9260
- date: {
9261
- end: string;
9262
- start: string;
9263
- };
9264
- vendorBearPercentage: number;
9265
- }, {
9266
- name: string;
9267
- date: {
9268
- end: string;
9269
- start: string;
9270
- };
9271
- vendorBearPercentage: number;
9272
- }>, "many">;
9273
- }, "strip", z.ZodTypeAny, {
9274
- commissionRate: number;
9275
- discountCampaigns: {
9276
- name: string;
9277
- date: {
9278
- end: string;
9279
- start: string;
9280
- };
9281
- vendorBearPercentage: number;
9282
- }[];
9283
- }, {
9284
- commissionRate: number;
9285
- discountCampaigns: {
9286
- name: string;
9287
- date: {
9288
- end: string;
9289
- start: string;
9290
- };
9291
- vendorBearPercentage: number;
9292
- }[];
9293
- }>;
9294
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9295
- }>, "strip", z.ZodTypeAny, {
9296
- _id?: string | undefined;
9297
- catalogId?: string | null | undefined;
9298
- lastSynchronize?: string | null | undefined;
9299
- showProductAddon?: boolean | null | undefined;
9300
- enable: boolean;
9301
- autoCloseBill: boolean;
9302
- reportConfig: {
9303
- commissionRate: number;
9304
- discountCampaigns: {
9305
- name: string;
9306
- date: {
9307
- end: string;
9308
- start: string;
9309
- };
9310
- vendorBearPercentage: number;
9311
- }[];
9312
- };
9313
- storeID: string;
9314
- }, {
9315
- _id?: string | undefined;
9316
- catalogId?: string | null | undefined;
9317
- lastSynchronize?: string | null | undefined;
9318
- showProductAddon?: boolean | null | undefined;
9319
- enable: boolean;
9320
- autoCloseBill: boolean;
9321
- reportConfig: {
9322
- commissionRate: number;
9323
- discountCampaigns: {
9324
- name: string;
9325
- date: {
9326
- end: string;
9327
- start: string;
9328
- };
9329
- vendorBearPercentage: number;
9330
- }[];
9331
- };
9332
- storeID: string;
9333
- }>>>;
9334
8215
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9335
8216
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
9336
8217
  day: z.ZodObject<{
@@ -9401,12 +8282,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9401
8282
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9402
8283
  }, "strip", z.ZodTypeAny, {
9403
8284
  catalogId?: string | null | undefined;
9404
- autoAccept?: boolean | null | undefined;
9405
8285
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9406
8286
  offlinePaymentTypes?: {
9407
8287
  name: string;
9408
8288
  instruction: string;
9409
8289
  }[] | null | undefined;
8290
+ autoAccept?: boolean | null | undefined;
9410
8291
  autoAcceptPaidOnly?: boolean | null | undefined;
9411
8292
  ignoreStock?: boolean | null | undefined;
9412
8293
  pickupTime?: {
@@ -9425,12 +8306,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9425
8306
  } | null | undefined;
9426
8307
  }, {
9427
8308
  catalogId?: string | null | undefined;
9428
- autoAccept?: boolean | null | undefined;
9429
8309
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9430
8310
  offlinePaymentTypes?: {
9431
8311
  name: string;
9432
8312
  instruction: string;
9433
8313
  }[] | null | undefined;
8314
+ autoAccept?: boolean | null | undefined;
9434
8315
  autoAcceptPaidOnly?: boolean | null | undefined;
9435
8316
  ignoreStock?: boolean | null | undefined;
9436
8317
  pickupTime?: {
@@ -9551,6 +8432,9 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9551
8432
  mapLineColor?: number | null | undefined;
9552
8433
  }>>>;
9553
8434
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
8435
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
8436
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
8437
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
9554
8438
  }, "strip", z.ZodTypeAny, {
9555
8439
  channel?: string | null | undefined;
9556
8440
  machineId?: string | null | undefined;
@@ -9565,7 +8449,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9565
8449
  taxCode: string;
9566
8450
  systemCode: string;
9567
8451
  }> | null | undefined;
9568
- autoAccept?: boolean | null | undefined;
9569
8452
  deliveryTime?: {
9570
8453
  time?: string[] | null | undefined;
9571
8454
  custom?: {
@@ -9629,6 +8512,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9629
8512
  name: string;
9630
8513
  instruction: string;
9631
8514
  }[] | null | undefined;
8515
+ autoAccept?: boolean | null | undefined;
9632
8516
  autoAcceptPaidOnly?: boolean | null | undefined;
9633
8517
  ignoreStock?: boolean | null | undefined;
9634
8518
  catalogId: string | null;
@@ -9655,12 +8539,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9655
8539
  } | null | undefined;
9656
8540
  pickup?: {
9657
8541
  catalogId?: string | null | undefined;
9658
- autoAccept?: boolean | null | undefined;
9659
8542
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9660
8543
  offlinePaymentTypes?: {
9661
8544
  name: string;
9662
8545
  instruction: string;
9663
8546
  }[] | null | undefined;
8547
+ autoAccept?: boolean | null | undefined;
9664
8548
  autoAcceptPaidOnly?: boolean | null | undefined;
9665
8549
  ignoreStock?: boolean | null | undefined;
9666
8550
  pickupTime?: {
@@ -9768,64 +8652,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9768
8652
  feedmeDelivery?: {
9769
8653
  instruction?: string | null | undefined;
9770
8654
  catalogId?: string | null | undefined;
9771
- autoAccept?: boolean | null | undefined;
9772
8655
  term?: string | null | undefined;
9773
- ignoreStock?: boolean | null | undefined;
9774
- enable: boolean;
9775
- } | null | undefined;
9776
- foodpandaDelivery?: {
9777
- _id?: string | undefined;
9778
- ignoreDiscount?: boolean | null | undefined;
9779
- catalogId?: string | null | undefined;
9780
- commissionRate?: number | null | undefined;
9781
- lastSynchronize?: string | null | undefined;
9782
- showProductAddon?: boolean | null | undefined;
9783
8656
  autoAccept?: boolean | null | undefined;
9784
- reportConfig?: {
9785
- commissionRate: number;
9786
- discountCampaigns: {
9787
- name: string;
9788
- date: {
9789
- end: string;
9790
- start: string;
9791
- };
9792
- vendorBearPercentage: number;
9793
- }[];
9794
- } | null | undefined;
9795
- hasSst?: boolean | null | undefined;
9796
- enable: boolean;
9797
- remoteId: string;
9798
- autoCloseBill: boolean;
9799
- } | null | undefined;
9800
- grabfoodDelivery?: {
9801
- _id?: string | undefined;
9802
- catalogId?: string | null | undefined;
9803
- lastSynchronize?: string | null | undefined;
9804
- showProductAddon?: boolean | null | undefined;
8657
+ ignoreStock?: boolean | null | undefined;
9805
8658
  enable: boolean;
9806
- commissionRate: number;
9807
- autoCloseBill: boolean;
9808
- merchantID: string;
9809
- } | null | undefined;
9810
- shopeefoodDelivery?: {
9811
- _id?: string | undefined;
9812
- catalogId?: string | null | undefined;
9813
- lastSynchronize?: string | null | undefined;
9814
- showProductAddon?: boolean | null | undefined;
9815
- enable: boolean;
9816
- autoCloseBill: boolean;
9817
- reportConfig: {
9818
- commissionRate: number;
9819
- discountCampaigns: {
9820
- name: string;
9821
- date: {
9822
- end: string;
9823
- start: string;
9824
- };
9825
- vendorBearPercentage: number;
9826
- }[];
9827
- };
9828
- storeID: string;
9829
8659
  } | null | undefined;
9830
8660
  couchDbPassword?: string | null | undefined;
9831
8661
  apiToken?: string | null | undefined;
@@ -9850,6 +8680,9 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9850
8680
  mapBorderColor?: number | null | undefined;
9851
8681
  mapLineColor?: number | null | undefined;
9852
8682
  } | null | undefined;
8683
+ foodpandaDelivery?: any;
8684
+ grabfoodDelivery?: any;
8685
+ shopeefoodDelivery?: any;
9853
8686
  _id: string;
9854
8687
  expiredAt: string;
9855
8688
  businessId: string;
@@ -9944,7 +8777,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9944
8777
  taxCode: string;
9945
8778
  systemCode: string;
9946
8779
  }> | null | undefined;
9947
- autoAccept?: boolean | null | undefined;
9948
8780
  deliveryTime?: {
9949
8781
  time?: string[] | null | undefined;
9950
8782
  custom?: {
@@ -10008,6 +8840,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10008
8840
  name: string;
10009
8841
  instruction: string;
10010
8842
  }[] | null | undefined;
8843
+ autoAccept?: boolean | null | undefined;
10011
8844
  autoAcceptPaidOnly?: boolean | null | undefined;
10012
8845
  ignoreStock?: boolean | null | undefined;
10013
8846
  catalogId: string | null;
@@ -10034,12 +8867,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10034
8867
  } | null | undefined;
10035
8868
  pickup?: {
10036
8869
  catalogId?: string | null | undefined;
10037
- autoAccept?: boolean | null | undefined;
10038
8870
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10039
8871
  offlinePaymentTypes?: {
10040
8872
  name: string;
10041
8873
  instruction: string;
10042
8874
  }[] | null | undefined;
8875
+ autoAccept?: boolean | null | undefined;
10043
8876
  autoAcceptPaidOnly?: boolean | null | undefined;
10044
8877
  ignoreStock?: boolean | null | undefined;
10045
8878
  pickupTime?: {
@@ -10147,64 +8980,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10147
8980
  feedmeDelivery?: {
10148
8981
  instruction?: string | null | undefined;
10149
8982
  catalogId?: string | null | undefined;
10150
- autoAccept?: boolean | null | undefined;
10151
8983
  term?: string | null | undefined;
10152
- ignoreStock?: boolean | null | undefined;
10153
- enable: boolean;
10154
- } | null | undefined;
10155
- foodpandaDelivery?: {
10156
- _id?: string | undefined;
10157
- ignoreDiscount?: boolean | null | undefined;
10158
- catalogId?: string | null | undefined;
10159
- commissionRate?: number | null | undefined;
10160
- lastSynchronize?: string | null | undefined;
10161
- showProductAddon?: boolean | null | undefined;
10162
8984
  autoAccept?: boolean | null | undefined;
10163
- reportConfig?: {
10164
- commissionRate: number;
10165
- discountCampaigns: {
10166
- name: string;
10167
- date: {
10168
- end: string;
10169
- start: string;
10170
- };
10171
- vendorBearPercentage: number;
10172
- }[];
10173
- } | null | undefined;
10174
- hasSst?: boolean | null | undefined;
10175
- enable: boolean;
10176
- remoteId: string;
10177
- autoCloseBill: boolean;
10178
- } | null | undefined;
10179
- grabfoodDelivery?: {
10180
- _id?: string | undefined;
10181
- catalogId?: string | null | undefined;
10182
- lastSynchronize?: string | null | undefined;
10183
- showProductAddon?: boolean | null | undefined;
10184
- enable: boolean;
10185
- commissionRate: number;
10186
- autoCloseBill: boolean;
10187
- merchantID: string;
10188
- } | null | undefined;
10189
- shopeefoodDelivery?: {
10190
- _id?: string | undefined;
10191
- catalogId?: string | null | undefined;
10192
- lastSynchronize?: string | null | undefined;
10193
- showProductAddon?: boolean | null | undefined;
8985
+ ignoreStock?: boolean | null | undefined;
10194
8986
  enable: boolean;
10195
- autoCloseBill: boolean;
10196
- reportConfig: {
10197
- commissionRate: number;
10198
- discountCampaigns: {
10199
- name: string;
10200
- date: {
10201
- end: string;
10202
- start: string;
10203
- };
10204
- vendorBearPercentage: number;
10205
- }[];
10206
- };
10207
- storeID: string;
10208
8987
  } | null | undefined;
10209
8988
  couchDbPassword?: string | null | undefined;
10210
8989
  apiToken?: string | null | undefined;
@@ -10229,6 +9008,9 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10229
9008
  mapBorderColor?: number | null | undefined;
10230
9009
  mapLineColor?: number | null | undefined;
10231
9010
  } | null | undefined;
9011
+ foodpandaDelivery?: any;
9012
+ grabfoodDelivery?: any;
9013
+ shopeefoodDelivery?: any;
10232
9014
  _id: string;
10233
9015
  expiredAt: string;
10234
9016
  businessId: string;
@@ -10397,7 +9179,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10397
9179
  taxCode: string;
10398
9180
  systemCode: string;
10399
9181
  }> | null | undefined;
10400
- autoAccept?: boolean | null | undefined;
10401
9182
  deliveryTime?: {
10402
9183
  time?: string[] | null | undefined;
10403
9184
  custom?: {
@@ -10461,6 +9242,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10461
9242
  name: string;
10462
9243
  instruction: string;
10463
9244
  }[] | null | undefined;
9245
+ autoAccept?: boolean | null | undefined;
10464
9246
  autoAcceptPaidOnly?: boolean | null | undefined;
10465
9247
  ignoreStock?: boolean | null | undefined;
10466
9248
  catalogId: string | null;
@@ -10487,12 +9269,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10487
9269
  } | null | undefined;
10488
9270
  pickup?: {
10489
9271
  catalogId?: string | null | undefined;
10490
- autoAccept?: boolean | null | undefined;
10491
9272
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10492
9273
  offlinePaymentTypes?: {
10493
9274
  name: string;
10494
9275
  instruction: string;
10495
9276
  }[] | null | undefined;
9277
+ autoAccept?: boolean | null | undefined;
10496
9278
  autoAcceptPaidOnly?: boolean | null | undefined;
10497
9279
  ignoreStock?: boolean | null | undefined;
10498
9280
  pickupTime?: {
@@ -10600,64 +9382,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10600
9382
  feedmeDelivery?: {
10601
9383
  instruction?: string | null | undefined;
10602
9384
  catalogId?: string | null | undefined;
10603
- autoAccept?: boolean | null | undefined;
10604
9385
  term?: string | null | undefined;
10605
- ignoreStock?: boolean | null | undefined;
10606
- enable: boolean;
10607
- } | null | undefined;
10608
- foodpandaDelivery?: {
10609
- _id?: string | undefined;
10610
- ignoreDiscount?: boolean | null | undefined;
10611
- catalogId?: string | null | undefined;
10612
- commissionRate?: number | null | undefined;
10613
- lastSynchronize?: string | null | undefined;
10614
- showProductAddon?: boolean | null | undefined;
10615
9386
  autoAccept?: boolean | null | undefined;
10616
- reportConfig?: {
10617
- commissionRate: number;
10618
- discountCampaigns: {
10619
- name: string;
10620
- date: {
10621
- end: string;
10622
- start: string;
10623
- };
10624
- vendorBearPercentage: number;
10625
- }[];
10626
- } | null | undefined;
10627
- hasSst?: boolean | null | undefined;
10628
- enable: boolean;
10629
- remoteId: string;
10630
- autoCloseBill: boolean;
10631
- } | null | undefined;
10632
- grabfoodDelivery?: {
10633
- _id?: string | undefined;
10634
- catalogId?: string | null | undefined;
10635
- lastSynchronize?: string | null | undefined;
10636
- showProductAddon?: boolean | null | undefined;
10637
- enable: boolean;
10638
- commissionRate: number;
10639
- autoCloseBill: boolean;
10640
- merchantID: string;
10641
- } | null | undefined;
10642
- shopeefoodDelivery?: {
10643
- _id?: string | undefined;
10644
- catalogId?: string | null | undefined;
10645
- lastSynchronize?: string | null | undefined;
10646
- showProductAddon?: boolean | null | undefined;
9387
+ ignoreStock?: boolean | null | undefined;
10647
9388
  enable: boolean;
10648
- autoCloseBill: boolean;
10649
- reportConfig: {
10650
- commissionRate: number;
10651
- discountCampaigns: {
10652
- name: string;
10653
- date: {
10654
- end: string;
10655
- start: string;
10656
- };
10657
- vendorBearPercentage: number;
10658
- }[];
10659
- };
10660
- storeID: string;
10661
9389
  } | null | undefined;
10662
9390
  couchDbPassword?: string | null | undefined;
10663
9391
  apiToken?: string | null | undefined;
@@ -10682,6 +9410,9 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10682
9410
  mapBorderColor?: number | null | undefined;
10683
9411
  mapLineColor?: number | null | undefined;
10684
9412
  } | null | undefined;
9413
+ foodpandaDelivery?: any;
9414
+ grabfoodDelivery?: any;
9415
+ shopeefoodDelivery?: any;
10685
9416
  _id: string;
10686
9417
  expiredAt: string;
10687
9418
  businessId: string;
@@ -10804,7 +9535,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10804
9535
  taxCode: string;
10805
9536
  systemCode: string;
10806
9537
  }> | null | undefined;
10807
- autoAccept?: boolean | null | undefined;
10808
9538
  deliveryTime?: {
10809
9539
  time?: string[] | null | undefined;
10810
9540
  custom?: {
@@ -10868,6 +9598,7 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10868
9598
  name: string;
10869
9599
  instruction: string;
10870
9600
  }[] | null | undefined;
9601
+ autoAccept?: boolean | null | undefined;
10871
9602
  autoAcceptPaidOnly?: boolean | null | undefined;
10872
9603
  ignoreStock?: boolean | null | undefined;
10873
9604
  catalogId: string | null;
@@ -10894,12 +9625,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10894
9625
  } | null | undefined;
10895
9626
  pickup?: {
10896
9627
  catalogId?: string | null | undefined;
10897
- autoAccept?: boolean | null | undefined;
10898
9628
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10899
9629
  offlinePaymentTypes?: {
10900
9630
  name: string;
10901
9631
  instruction: string;
10902
9632
  }[] | null | undefined;
9633
+ autoAccept?: boolean | null | undefined;
10903
9634
  autoAcceptPaidOnly?: boolean | null | undefined;
10904
9635
  ignoreStock?: boolean | null | undefined;
10905
9636
  pickupTime?: {
@@ -11007,64 +9738,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11007
9738
  feedmeDelivery?: {
11008
9739
  instruction?: string | null | undefined;
11009
9740
  catalogId?: string | null | undefined;
11010
- autoAccept?: boolean | null | undefined;
11011
9741
  term?: string | null | undefined;
11012
- ignoreStock?: boolean | null | undefined;
11013
- enable: boolean;
11014
- } | null | undefined;
11015
- foodpandaDelivery?: {
11016
- _id?: string | undefined;
11017
- ignoreDiscount?: boolean | null | undefined;
11018
- catalogId?: string | null | undefined;
11019
- commissionRate?: number | null | undefined;
11020
- lastSynchronize?: string | null | undefined;
11021
- showProductAddon?: boolean | null | undefined;
11022
9742
  autoAccept?: boolean | null | undefined;
11023
- reportConfig?: {
11024
- commissionRate: number;
11025
- discountCampaigns: {
11026
- name: string;
11027
- date: {
11028
- end: string;
11029
- start: string;
11030
- };
11031
- vendorBearPercentage: number;
11032
- }[];
11033
- } | null | undefined;
11034
- hasSst?: boolean | null | undefined;
11035
- enable: boolean;
11036
- remoteId: string;
11037
- autoCloseBill: boolean;
11038
- } | null | undefined;
11039
- grabfoodDelivery?: {
11040
- _id?: string | undefined;
11041
- catalogId?: string | null | undefined;
11042
- lastSynchronize?: string | null | undefined;
11043
- showProductAddon?: boolean | null | undefined;
9743
+ ignoreStock?: boolean | null | undefined;
11044
9744
  enable: boolean;
11045
- commissionRate: number;
11046
- autoCloseBill: boolean;
11047
- merchantID: string;
11048
- } | null | undefined;
11049
- shopeefoodDelivery?: {
11050
- _id?: string | undefined;
11051
- catalogId?: string | null | undefined;
11052
- lastSynchronize?: string | null | undefined;
11053
- showProductAddon?: boolean | null | undefined;
11054
- enable: boolean;
11055
- autoCloseBill: boolean;
11056
- reportConfig: {
11057
- commissionRate: number;
11058
- discountCampaigns: {
11059
- name: string;
11060
- date: {
11061
- end: string;
11062
- start: string;
11063
- };
11064
- vendorBearPercentage: number;
11065
- }[];
11066
- };
11067
- storeID: string;
11068
9745
  } | null | undefined;
11069
9746
  couchDbPassword?: string | null | undefined;
11070
9747
  apiToken?: string | null | undefined;
@@ -11089,6 +9766,9 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
11089
9766
  mapBorderColor?: number | null | undefined;
11090
9767
  mapLineColor?: number | null | undefined;
11091
9768
  } | null | undefined;
9769
+ foodpandaDelivery?: any;
9770
+ grabfoodDelivery?: any;
9771
+ shopeefoodDelivery?: any;
11092
9772
  _id: string;
11093
9773
  expiredAt: string;
11094
9774
  businessId: string;
@@ -12624,7 +11304,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12624
11304
  taxCode: string;
12625
11305
  systemCode: string;
12626
11306
  }> | null | undefined;
12627
- autoAccept?: boolean | null | undefined;
12628
11307
  deliveryTime?: {
12629
11308
  time?: string[] | null | undefined;
12630
11309
  custom?: {
@@ -12688,6 +11367,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12688
11367
  name: string;
12689
11368
  instruction: string;
12690
11369
  }[] | null | undefined;
11370
+ autoAccept?: boolean | null | undefined;
12691
11371
  autoAcceptPaidOnly?: boolean | null | undefined;
12692
11372
  ignoreStock?: boolean | null | undefined;
12693
11373
  catalogId: string | null;
@@ -12717,7 +11397,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12717
11397
  taxCode: string;
12718
11398
  systemCode: string;
12719
11399
  }> | null | undefined;
12720
- autoAccept?: boolean | null | undefined;
12721
11400
  deliveryTime?: {
12722
11401
  time?: string[] | null | undefined;
12723
11402
  custom?: {
@@ -12781,6 +11460,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12781
11460
  name: string;
12782
11461
  instruction: string;
12783
11462
  }[] | null | undefined;
11463
+ autoAccept?: boolean | null | undefined;
12784
11464
  autoAcceptPaidOnly?: boolean | null | undefined;
12785
11465
  ignoreStock?: boolean | null | undefined;
12786
11466
  catalogId: string | null;
@@ -12815,256 +11495,17 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12815
11495
  }, "strip", z.ZodTypeAny, {
12816
11496
  instruction?: string | null | undefined;
12817
11497
  catalogId?: string | null | undefined;
12818
- autoAccept?: boolean | null | undefined;
12819
11498
  term?: string | null | undefined;
11499
+ autoAccept?: boolean | null | undefined;
12820
11500
  ignoreStock?: boolean | null | undefined;
12821
11501
  enable: boolean;
12822
11502
  }, {
12823
11503
  instruction?: string | null | undefined;
12824
11504
  catalogId?: string | null | undefined;
12825
- autoAccept?: boolean | null | undefined;
12826
11505
  term?: string | null | undefined;
12827
- ignoreStock?: boolean | null | undefined;
12828
- enable: boolean;
12829
- }>>>;
12830
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12831
- enable: z.ZodBoolean;
12832
- }, {
12833
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12834
- remoteId: z.ZodString;
12835
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12836
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12837
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
12838
- autoCloseBill: z.ZodBoolean;
12839
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12840
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12841
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
12842
- commissionRate: z.ZodNumber;
12843
- discountCampaigns: z.ZodArray<z.ZodObject<{
12844
- name: z.ZodString;
12845
- vendorBearPercentage: z.ZodNumber;
12846
- date: z.ZodObject<{
12847
- start: z.ZodString;
12848
- end: z.ZodString;
12849
- }, "strip", z.ZodTypeAny, {
12850
- end: string;
12851
- start: string;
12852
- }, {
12853
- end: string;
12854
- start: string;
12855
- }>;
12856
- }, "strip", z.ZodTypeAny, {
12857
- name: string;
12858
- date: {
12859
- end: string;
12860
- start: string;
12861
- };
12862
- vendorBearPercentage: number;
12863
- }, {
12864
- name: string;
12865
- date: {
12866
- end: string;
12867
- start: string;
12868
- };
12869
- vendorBearPercentage: number;
12870
- }>, "many">;
12871
- }, "strip", z.ZodTypeAny, {
12872
- commissionRate: number;
12873
- discountCampaigns: {
12874
- name: string;
12875
- date: {
12876
- end: string;
12877
- start: string;
12878
- };
12879
- vendorBearPercentage: number;
12880
- }[];
12881
- }, {
12882
- commissionRate: number;
12883
- discountCampaigns: {
12884
- name: string;
12885
- date: {
12886
- end: string;
12887
- start: string;
12888
- };
12889
- vendorBearPercentage: number;
12890
- }[];
12891
- }>>>;
12892
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12893
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12894
- }>, "strip", z.ZodTypeAny, {
12895
- _id?: string | undefined;
12896
- ignoreDiscount?: boolean | null | undefined;
12897
- catalogId?: string | null | undefined;
12898
- commissionRate?: number | null | undefined;
12899
- lastSynchronize?: string | null | undefined;
12900
- showProductAddon?: boolean | null | undefined;
12901
11506
  autoAccept?: boolean | null | undefined;
12902
- reportConfig?: {
12903
- commissionRate: number;
12904
- discountCampaigns: {
12905
- name: string;
12906
- date: {
12907
- end: string;
12908
- start: string;
12909
- };
12910
- vendorBearPercentage: number;
12911
- }[];
12912
- } | null | undefined;
12913
- hasSst?: boolean | null | undefined;
12914
- enable: boolean;
12915
- remoteId: string;
12916
- autoCloseBill: boolean;
12917
- }, {
12918
- _id?: string | undefined;
12919
- ignoreDiscount?: boolean | null | undefined;
12920
- catalogId?: string | null | undefined;
12921
- commissionRate?: number | null | undefined;
12922
- lastSynchronize?: string | null | undefined;
12923
- showProductAddon?: boolean | null | undefined;
12924
- autoAccept?: boolean | null | undefined;
12925
- reportConfig?: {
12926
- commissionRate: number;
12927
- discountCampaigns: {
12928
- name: string;
12929
- date: {
12930
- end: string;
12931
- start: string;
12932
- };
12933
- vendorBearPercentage: number;
12934
- }[];
12935
- } | null | undefined;
12936
- hasSst?: boolean | null | undefined;
12937
- enable: boolean;
12938
- remoteId: string;
12939
- autoCloseBill: boolean;
12940
- }>>>;
12941
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12942
- enable: z.ZodBoolean;
12943
- }, {
12944
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12945
- merchantID: z.ZodString;
12946
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12947
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12948
- commissionRate: z.ZodNumber;
12949
- autoCloseBill: z.ZodBoolean;
12950
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12951
- }>, "strip", z.ZodTypeAny, {
12952
- _id?: string | undefined;
12953
- catalogId?: string | null | undefined;
12954
- lastSynchronize?: string | null | undefined;
12955
- showProductAddon?: boolean | null | undefined;
12956
- enable: boolean;
12957
- commissionRate: number;
12958
- autoCloseBill: boolean;
12959
- merchantID: string;
12960
- }, {
12961
- _id?: string | undefined;
12962
- catalogId?: string | null | undefined;
12963
- lastSynchronize?: string | null | undefined;
12964
- showProductAddon?: boolean | null | undefined;
12965
- enable: boolean;
12966
- commissionRate: number;
12967
- autoCloseBill: boolean;
12968
- merchantID: string;
12969
- }>>>;
12970
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
12971
- enable: z.ZodBoolean;
12972
- }, {
12973
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
12974
- storeID: z.ZodString;
12975
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12976
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12977
- autoCloseBill: z.ZodBoolean;
12978
- reportConfig: z.ZodObject<{
12979
- commissionRate: z.ZodNumber;
12980
- discountCampaigns: z.ZodArray<z.ZodObject<{
12981
- name: z.ZodString;
12982
- vendorBearPercentage: z.ZodNumber;
12983
- date: z.ZodObject<{
12984
- start: z.ZodString;
12985
- end: z.ZodString;
12986
- }, "strip", z.ZodTypeAny, {
12987
- end: string;
12988
- start: string;
12989
- }, {
12990
- end: string;
12991
- start: string;
12992
- }>;
12993
- }, "strip", z.ZodTypeAny, {
12994
- name: string;
12995
- date: {
12996
- end: string;
12997
- start: string;
12998
- };
12999
- vendorBearPercentage: number;
13000
- }, {
13001
- name: string;
13002
- date: {
13003
- end: string;
13004
- start: string;
13005
- };
13006
- vendorBearPercentage: number;
13007
- }>, "many">;
13008
- }, "strip", z.ZodTypeAny, {
13009
- commissionRate: number;
13010
- discountCampaigns: {
13011
- name: string;
13012
- date: {
13013
- end: string;
13014
- start: string;
13015
- };
13016
- vendorBearPercentage: number;
13017
- }[];
13018
- }, {
13019
- commissionRate: number;
13020
- discountCampaigns: {
13021
- name: string;
13022
- date: {
13023
- end: string;
13024
- start: string;
13025
- };
13026
- vendorBearPercentage: number;
13027
- }[];
13028
- }>;
13029
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
13030
- }>, "strip", z.ZodTypeAny, {
13031
- _id?: string | undefined;
13032
- catalogId?: string | null | undefined;
13033
- lastSynchronize?: string | null | undefined;
13034
- showProductAddon?: boolean | null | undefined;
13035
- enable: boolean;
13036
- autoCloseBill: boolean;
13037
- reportConfig: {
13038
- commissionRate: number;
13039
- discountCampaigns: {
13040
- name: string;
13041
- date: {
13042
- end: string;
13043
- start: string;
13044
- };
13045
- vendorBearPercentage: number;
13046
- }[];
13047
- };
13048
- storeID: string;
13049
- }, {
13050
- _id?: string | undefined;
13051
- catalogId?: string | null | undefined;
13052
- lastSynchronize?: string | null | undefined;
13053
- showProductAddon?: boolean | null | undefined;
11507
+ ignoreStock?: boolean | null | undefined;
13054
11508
  enable: boolean;
13055
- autoCloseBill: boolean;
13056
- reportConfig: {
13057
- commissionRate: number;
13058
- discountCampaigns: {
13059
- name: string;
13060
- date: {
13061
- end: string;
13062
- start: string;
13063
- };
13064
- vendorBearPercentage: number;
13065
- }[];
13066
- };
13067
- storeID: string;
13068
11509
  }>>>;
13069
11510
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
13070
11511
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -13136,12 +11577,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13136
11577
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
13137
11578
  }, "strip", z.ZodTypeAny, {
13138
11579
  catalogId?: string | null | undefined;
13139
- autoAccept?: boolean | null | undefined;
13140
11580
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13141
11581
  offlinePaymentTypes?: {
13142
11582
  name: string;
13143
11583
  instruction: string;
13144
11584
  }[] | null | undefined;
11585
+ autoAccept?: boolean | null | undefined;
13145
11586
  autoAcceptPaidOnly?: boolean | null | undefined;
13146
11587
  ignoreStock?: boolean | null | undefined;
13147
11588
  pickupTime?: {
@@ -13160,12 +11601,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13160
11601
  } | null | undefined;
13161
11602
  }, {
13162
11603
  catalogId?: string | null | undefined;
13163
- autoAccept?: boolean | null | undefined;
13164
11604
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13165
11605
  offlinePaymentTypes?: {
13166
11606
  name: string;
13167
11607
  instruction: string;
13168
11608
  }[] | null | undefined;
11609
+ autoAccept?: boolean | null | undefined;
13169
11610
  autoAcceptPaidOnly?: boolean | null | undefined;
13170
11611
  ignoreStock?: boolean | null | undefined;
13171
11612
  pickupTime?: {
@@ -13286,6 +11727,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13286
11727
  mapLineColor?: number | null | undefined;
13287
11728
  }>>>;
13288
11729
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11730
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11731
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11732
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
13289
11733
  }, "strip", z.ZodTypeAny, {
13290
11734
  channel?: string | null | undefined;
13291
11735
  machineId?: string | null | undefined;
@@ -13300,7 +11744,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13300
11744
  taxCode: string;
13301
11745
  systemCode: string;
13302
11746
  }> | null | undefined;
13303
- autoAccept?: boolean | null | undefined;
13304
11747
  deliveryTime?: {
13305
11748
  time?: string[] | null | undefined;
13306
11749
  custom?: {
@@ -13364,6 +11807,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13364
11807
  name: string;
13365
11808
  instruction: string;
13366
11809
  }[] | null | undefined;
11810
+ autoAccept?: boolean | null | undefined;
13367
11811
  autoAcceptPaidOnly?: boolean | null | undefined;
13368
11812
  ignoreStock?: boolean | null | undefined;
13369
11813
  catalogId: string | null;
@@ -13390,12 +11834,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13390
11834
  } | null | undefined;
13391
11835
  pickup?: {
13392
11836
  catalogId?: string | null | undefined;
13393
- autoAccept?: boolean | null | undefined;
13394
11837
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13395
11838
  offlinePaymentTypes?: {
13396
11839
  name: string;
13397
11840
  instruction: string;
13398
11841
  }[] | null | undefined;
11842
+ autoAccept?: boolean | null | undefined;
13399
11843
  autoAcceptPaidOnly?: boolean | null | undefined;
13400
11844
  ignoreStock?: boolean | null | undefined;
13401
11845
  pickupTime?: {
@@ -13503,64 +11947,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13503
11947
  feedmeDelivery?: {
13504
11948
  instruction?: string | null | undefined;
13505
11949
  catalogId?: string | null | undefined;
13506
- autoAccept?: boolean | null | undefined;
13507
11950
  term?: string | null | undefined;
13508
- ignoreStock?: boolean | null | undefined;
13509
- enable: boolean;
13510
- } | null | undefined;
13511
- foodpandaDelivery?: {
13512
- _id?: string | undefined;
13513
- ignoreDiscount?: boolean | null | undefined;
13514
- catalogId?: string | null | undefined;
13515
- commissionRate?: number | null | undefined;
13516
- lastSynchronize?: string | null | undefined;
13517
- showProductAddon?: boolean | null | undefined;
13518
11951
  autoAccept?: boolean | null | undefined;
13519
- reportConfig?: {
13520
- commissionRate: number;
13521
- discountCampaigns: {
13522
- name: string;
13523
- date: {
13524
- end: string;
13525
- start: string;
13526
- };
13527
- vendorBearPercentage: number;
13528
- }[];
13529
- } | null | undefined;
13530
- hasSst?: boolean | null | undefined;
13531
- enable: boolean;
13532
- remoteId: string;
13533
- autoCloseBill: boolean;
13534
- } | null | undefined;
13535
- grabfoodDelivery?: {
13536
- _id?: string | undefined;
13537
- catalogId?: string | null | undefined;
13538
- lastSynchronize?: string | null | undefined;
13539
- showProductAddon?: boolean | null | undefined;
13540
- enable: boolean;
13541
- commissionRate: number;
13542
- autoCloseBill: boolean;
13543
- merchantID: string;
13544
- } | null | undefined;
13545
- shopeefoodDelivery?: {
13546
- _id?: string | undefined;
13547
- catalogId?: string | null | undefined;
13548
- lastSynchronize?: string | null | undefined;
13549
- showProductAddon?: boolean | null | undefined;
11952
+ ignoreStock?: boolean | null | undefined;
13550
11953
  enable: boolean;
13551
- autoCloseBill: boolean;
13552
- reportConfig: {
13553
- commissionRate: number;
13554
- discountCampaigns: {
13555
- name: string;
13556
- date: {
13557
- end: string;
13558
- start: string;
13559
- };
13560
- vendorBearPercentage: number;
13561
- }[];
13562
- };
13563
- storeID: string;
13564
11954
  } | null | undefined;
13565
11955
  couchDbPassword?: string | null | undefined;
13566
11956
  apiToken?: string | null | undefined;
@@ -13585,6 +11975,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13585
11975
  mapBorderColor?: number | null | undefined;
13586
11976
  mapLineColor?: number | null | undefined;
13587
11977
  } | null | undefined;
11978
+ foodpandaDelivery?: any;
11979
+ grabfoodDelivery?: any;
11980
+ shopeefoodDelivery?: any;
13588
11981
  _id: string;
13589
11982
  expiredAt: string;
13590
11983
  businessId: string;
@@ -13679,7 +12072,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13679
12072
  taxCode: string;
13680
12073
  systemCode: string;
13681
12074
  }> | null | undefined;
13682
- autoAccept?: boolean | null | undefined;
13683
12075
  deliveryTime?: {
13684
12076
  time?: string[] | null | undefined;
13685
12077
  custom?: {
@@ -13743,6 +12135,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13743
12135
  name: string;
13744
12136
  instruction: string;
13745
12137
  }[] | null | undefined;
12138
+ autoAccept?: boolean | null | undefined;
13746
12139
  autoAcceptPaidOnly?: boolean | null | undefined;
13747
12140
  ignoreStock?: boolean | null | undefined;
13748
12141
  catalogId: string | null;
@@ -13769,12 +12162,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13769
12162
  } | null | undefined;
13770
12163
  pickup?: {
13771
12164
  catalogId?: string | null | undefined;
13772
- autoAccept?: boolean | null | undefined;
13773
12165
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13774
12166
  offlinePaymentTypes?: {
13775
12167
  name: string;
13776
12168
  instruction: string;
13777
12169
  }[] | null | undefined;
12170
+ autoAccept?: boolean | null | undefined;
13778
12171
  autoAcceptPaidOnly?: boolean | null | undefined;
13779
12172
  ignoreStock?: boolean | null | undefined;
13780
12173
  pickupTime?: {
@@ -13882,64 +12275,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13882
12275
  feedmeDelivery?: {
13883
12276
  instruction?: string | null | undefined;
13884
12277
  catalogId?: string | null | undefined;
13885
- autoAccept?: boolean | null | undefined;
13886
12278
  term?: string | null | undefined;
13887
- ignoreStock?: boolean | null | undefined;
13888
- enable: boolean;
13889
- } | null | undefined;
13890
- foodpandaDelivery?: {
13891
- _id?: string | undefined;
13892
- ignoreDiscount?: boolean | null | undefined;
13893
- catalogId?: string | null | undefined;
13894
- commissionRate?: number | null | undefined;
13895
- lastSynchronize?: string | null | undefined;
13896
- showProductAddon?: boolean | null | undefined;
13897
12279
  autoAccept?: boolean | null | undefined;
13898
- reportConfig?: {
13899
- commissionRate: number;
13900
- discountCampaigns: {
13901
- name: string;
13902
- date: {
13903
- end: string;
13904
- start: string;
13905
- };
13906
- vendorBearPercentage: number;
13907
- }[];
13908
- } | null | undefined;
13909
- hasSst?: boolean | null | undefined;
13910
- enable: boolean;
13911
- remoteId: string;
13912
- autoCloseBill: boolean;
13913
- } | null | undefined;
13914
- grabfoodDelivery?: {
13915
- _id?: string | undefined;
13916
- catalogId?: string | null | undefined;
13917
- lastSynchronize?: string | null | undefined;
13918
- showProductAddon?: boolean | null | undefined;
12280
+ ignoreStock?: boolean | null | undefined;
13919
12281
  enable: boolean;
13920
- commissionRate: number;
13921
- autoCloseBill: boolean;
13922
- merchantID: string;
13923
- } | null | undefined;
13924
- shopeefoodDelivery?: {
13925
- _id?: string | undefined;
13926
- catalogId?: string | null | undefined;
13927
- lastSynchronize?: string | null | undefined;
13928
- showProductAddon?: boolean | null | undefined;
13929
- enable: boolean;
13930
- autoCloseBill: boolean;
13931
- reportConfig: {
13932
- commissionRate: number;
13933
- discountCampaigns: {
13934
- name: string;
13935
- date: {
13936
- end: string;
13937
- start: string;
13938
- };
13939
- vendorBearPercentage: number;
13940
- }[];
13941
- };
13942
- storeID: string;
13943
12282
  } | null | undefined;
13944
12283
  couchDbPassword?: string | null | undefined;
13945
12284
  apiToken?: string | null | undefined;
@@ -13964,6 +12303,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13964
12303
  mapBorderColor?: number | null | undefined;
13965
12304
  mapLineColor?: number | null | undefined;
13966
12305
  } | null | undefined;
12306
+ foodpandaDelivery?: any;
12307
+ grabfoodDelivery?: any;
12308
+ shopeefoodDelivery?: any;
13967
12309
  _id: string;
13968
12310
  expiredAt: string;
13969
12311
  businessId: string;
@@ -14131,7 +12473,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14131
12473
  taxCode: string;
14132
12474
  systemCode: string;
14133
12475
  }> | null | undefined;
14134
- autoAccept?: boolean | null | undefined;
14135
12476
  deliveryTime?: {
14136
12477
  time?: string[] | null | undefined;
14137
12478
  custom?: {
@@ -14195,6 +12536,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14195
12536
  name: string;
14196
12537
  instruction: string;
14197
12538
  }[] | null | undefined;
12539
+ autoAccept?: boolean | null | undefined;
14198
12540
  autoAcceptPaidOnly?: boolean | null | undefined;
14199
12541
  ignoreStock?: boolean | null | undefined;
14200
12542
  catalogId: string | null;
@@ -14221,12 +12563,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14221
12563
  } | null | undefined;
14222
12564
  pickup?: {
14223
12565
  catalogId?: string | null | undefined;
14224
- autoAccept?: boolean | null | undefined;
14225
12566
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14226
12567
  offlinePaymentTypes?: {
14227
12568
  name: string;
14228
12569
  instruction: string;
14229
12570
  }[] | null | undefined;
12571
+ autoAccept?: boolean | null | undefined;
14230
12572
  autoAcceptPaidOnly?: boolean | null | undefined;
14231
12573
  ignoreStock?: boolean | null | undefined;
14232
12574
  pickupTime?: {
@@ -14334,64 +12676,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14334
12676
  feedmeDelivery?: {
14335
12677
  instruction?: string | null | undefined;
14336
12678
  catalogId?: string | null | undefined;
14337
- autoAccept?: boolean | null | undefined;
14338
12679
  term?: string | null | undefined;
14339
- ignoreStock?: boolean | null | undefined;
14340
- enable: boolean;
14341
- } | null | undefined;
14342
- foodpandaDelivery?: {
14343
- _id?: string | undefined;
14344
- ignoreDiscount?: boolean | null | undefined;
14345
- catalogId?: string | null | undefined;
14346
- commissionRate?: number | null | undefined;
14347
- lastSynchronize?: string | null | undefined;
14348
- showProductAddon?: boolean | null | undefined;
14349
12680
  autoAccept?: boolean | null | undefined;
14350
- reportConfig?: {
14351
- commissionRate: number;
14352
- discountCampaigns: {
14353
- name: string;
14354
- date: {
14355
- end: string;
14356
- start: string;
14357
- };
14358
- vendorBearPercentage: number;
14359
- }[];
14360
- } | null | undefined;
14361
- hasSst?: boolean | null | undefined;
14362
- enable: boolean;
14363
- remoteId: string;
14364
- autoCloseBill: boolean;
14365
- } | null | undefined;
14366
- grabfoodDelivery?: {
14367
- _id?: string | undefined;
14368
- catalogId?: string | null | undefined;
14369
- lastSynchronize?: string | null | undefined;
14370
- showProductAddon?: boolean | null | undefined;
14371
- enable: boolean;
14372
- commissionRate: number;
14373
- autoCloseBill: boolean;
14374
- merchantID: string;
14375
- } | null | undefined;
14376
- shopeefoodDelivery?: {
14377
- _id?: string | undefined;
14378
- catalogId?: string | null | undefined;
14379
- lastSynchronize?: string | null | undefined;
14380
- showProductAddon?: boolean | null | undefined;
12681
+ ignoreStock?: boolean | null | undefined;
14381
12682
  enable: boolean;
14382
- autoCloseBill: boolean;
14383
- reportConfig: {
14384
- commissionRate: number;
14385
- discountCampaigns: {
14386
- name: string;
14387
- date: {
14388
- end: string;
14389
- start: string;
14390
- };
14391
- vendorBearPercentage: number;
14392
- }[];
14393
- };
14394
- storeID: string;
14395
12683
  } | null | undefined;
14396
12684
  couchDbPassword?: string | null | undefined;
14397
12685
  apiToken?: string | null | undefined;
@@ -14416,6 +12704,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14416
12704
  mapBorderColor?: number | null | undefined;
14417
12705
  mapLineColor?: number | null | undefined;
14418
12706
  } | null | undefined;
12707
+ foodpandaDelivery?: any;
12708
+ grabfoodDelivery?: any;
12709
+ shopeefoodDelivery?: any;
14419
12710
  _id: string;
14420
12711
  expiredAt: string;
14421
12712
  businessId: string;
@@ -14537,7 +12828,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14537
12828
  taxCode: string;
14538
12829
  systemCode: string;
14539
12830
  }> | null | undefined;
14540
- autoAccept?: boolean | null | undefined;
14541
12831
  deliveryTime?: {
14542
12832
  time?: string[] | null | undefined;
14543
12833
  custom?: {
@@ -14601,6 +12891,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14601
12891
  name: string;
14602
12892
  instruction: string;
14603
12893
  }[] | null | undefined;
12894
+ autoAccept?: boolean | null | undefined;
14604
12895
  autoAcceptPaidOnly?: boolean | null | undefined;
14605
12896
  ignoreStock?: boolean | null | undefined;
14606
12897
  catalogId: string | null;
@@ -14627,12 +12918,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14627
12918
  } | null | undefined;
14628
12919
  pickup?: {
14629
12920
  catalogId?: string | null | undefined;
14630
- autoAccept?: boolean | null | undefined;
14631
12921
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14632
12922
  offlinePaymentTypes?: {
14633
12923
  name: string;
14634
12924
  instruction: string;
14635
12925
  }[] | null | undefined;
12926
+ autoAccept?: boolean | null | undefined;
14636
12927
  autoAcceptPaidOnly?: boolean | null | undefined;
14637
12928
  ignoreStock?: boolean | null | undefined;
14638
12929
  pickupTime?: {
@@ -14738,66 +13029,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14738
13029
  posVersionHistory?: Record<string, string> | null | undefined;
14739
13030
  additionalCatalogs?: string[] | null | undefined;
14740
13031
  feedmeDelivery?: {
14741
- instruction?: string | null | undefined;
14742
- catalogId?: string | null | undefined;
14743
- autoAccept?: boolean | null | undefined;
14744
- term?: string | null | undefined;
14745
- ignoreStock?: boolean | null | undefined;
14746
- enable: boolean;
14747
- } | null | undefined;
14748
- foodpandaDelivery?: {
14749
- _id?: string | undefined;
14750
- ignoreDiscount?: boolean | null | undefined;
14751
- catalogId?: string | null | undefined;
14752
- commissionRate?: number | null | undefined;
14753
- lastSynchronize?: string | null | undefined;
14754
- showProductAddon?: boolean | null | undefined;
14755
- autoAccept?: boolean | null | undefined;
14756
- reportConfig?: {
14757
- commissionRate: number;
14758
- discountCampaigns: {
14759
- name: string;
14760
- date: {
14761
- end: string;
14762
- start: string;
14763
- };
14764
- vendorBearPercentage: number;
14765
- }[];
14766
- } | null | undefined;
14767
- hasSst?: boolean | null | undefined;
14768
- enable: boolean;
14769
- remoteId: string;
14770
- autoCloseBill: boolean;
14771
- } | null | undefined;
14772
- grabfoodDelivery?: {
14773
- _id?: string | undefined;
14774
- catalogId?: string | null | undefined;
14775
- lastSynchronize?: string | null | undefined;
14776
- showProductAddon?: boolean | null | undefined;
14777
- enable: boolean;
14778
- commissionRate: number;
14779
- autoCloseBill: boolean;
14780
- merchantID: string;
14781
- } | null | undefined;
14782
- shopeefoodDelivery?: {
14783
- _id?: string | undefined;
13032
+ instruction?: string | null | undefined;
14784
13033
  catalogId?: string | null | undefined;
14785
- lastSynchronize?: string | null | undefined;
14786
- showProductAddon?: boolean | null | undefined;
13034
+ term?: string | null | undefined;
13035
+ autoAccept?: boolean | null | undefined;
13036
+ ignoreStock?: boolean | null | undefined;
14787
13037
  enable: boolean;
14788
- autoCloseBill: boolean;
14789
- reportConfig: {
14790
- commissionRate: number;
14791
- discountCampaigns: {
14792
- name: string;
14793
- date: {
14794
- end: string;
14795
- start: string;
14796
- };
14797
- vendorBearPercentage: number;
14798
- }[];
14799
- };
14800
- storeID: string;
14801
13038
  } | null | undefined;
14802
13039
  couchDbPassword?: string | null | undefined;
14803
13040
  apiToken?: string | null | undefined;
@@ -14822,6 +13059,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14822
13059
  mapBorderColor?: number | null | undefined;
14823
13060
  mapLineColor?: number | null | undefined;
14824
13061
  } | null | undefined;
13062
+ foodpandaDelivery?: any;
13063
+ grabfoodDelivery?: any;
13064
+ shopeefoodDelivery?: any;
14825
13065
  _id: string;
14826
13066
  expiredAt: string;
14827
13067
  businessId: string;
@@ -16354,7 +14594,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16354
14594
  taxCode: string;
16355
14595
  systemCode: string;
16356
14596
  }> | null | undefined;
16357
- autoAccept?: boolean | null | undefined;
16358
14597
  deliveryTime?: {
16359
14598
  time?: string[] | null | undefined;
16360
14599
  custom?: {
@@ -16418,6 +14657,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16418
14657
  name: string;
16419
14658
  instruction: string;
16420
14659
  }[] | null | undefined;
14660
+ autoAccept?: boolean | null | undefined;
16421
14661
  autoAcceptPaidOnly?: boolean | null | undefined;
16422
14662
  ignoreStock?: boolean | null | undefined;
16423
14663
  catalogId: string | null;
@@ -16447,7 +14687,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16447
14687
  taxCode: string;
16448
14688
  systemCode: string;
16449
14689
  }> | null | undefined;
16450
- autoAccept?: boolean | null | undefined;
16451
14690
  deliveryTime?: {
16452
14691
  time?: string[] | null | undefined;
16453
14692
  custom?: {
@@ -16511,6 +14750,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16511
14750
  name: string;
16512
14751
  instruction: string;
16513
14752
  }[] | null | undefined;
14753
+ autoAccept?: boolean | null | undefined;
16514
14754
  autoAcceptPaidOnly?: boolean | null | undefined;
16515
14755
  ignoreStock?: boolean | null | undefined;
16516
14756
  catalogId: string | null;
@@ -16545,256 +14785,17 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16545
14785
  }, "strip", z.ZodTypeAny, {
16546
14786
  instruction?: string | null | undefined;
16547
14787
  catalogId?: string | null | undefined;
16548
- autoAccept?: boolean | null | undefined;
16549
14788
  term?: string | null | undefined;
14789
+ autoAccept?: boolean | null | undefined;
16550
14790
  ignoreStock?: boolean | null | undefined;
16551
14791
  enable: boolean;
16552
14792
  }, {
16553
14793
  instruction?: string | null | undefined;
16554
14794
  catalogId?: string | null | undefined;
16555
- autoAccept?: boolean | null | undefined;
16556
14795
  term?: string | null | undefined;
16557
- ignoreStock?: boolean | null | undefined;
16558
- enable: boolean;
16559
- }>>>;
16560
- foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
16561
- enable: z.ZodBoolean;
16562
- }, {
16563
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
16564
- remoteId: z.ZodString;
16565
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16566
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16567
- commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
16568
- autoCloseBill: z.ZodBoolean;
16569
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16570
- autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16571
- reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
16572
- commissionRate: z.ZodNumber;
16573
- discountCampaigns: z.ZodArray<z.ZodObject<{
16574
- name: z.ZodString;
16575
- vendorBearPercentage: z.ZodNumber;
16576
- date: z.ZodObject<{
16577
- start: z.ZodString;
16578
- end: z.ZodString;
16579
- }, "strip", z.ZodTypeAny, {
16580
- end: string;
16581
- start: string;
16582
- }, {
16583
- end: string;
16584
- start: string;
16585
- }>;
16586
- }, "strip", z.ZodTypeAny, {
16587
- name: string;
16588
- date: {
16589
- end: string;
16590
- start: string;
16591
- };
16592
- vendorBearPercentage: number;
16593
- }, {
16594
- name: string;
16595
- date: {
16596
- end: string;
16597
- start: string;
16598
- };
16599
- vendorBearPercentage: number;
16600
- }>, "many">;
16601
- }, "strip", z.ZodTypeAny, {
16602
- commissionRate: number;
16603
- discountCampaigns: {
16604
- name: string;
16605
- date: {
16606
- end: string;
16607
- start: string;
16608
- };
16609
- vendorBearPercentage: number;
16610
- }[];
16611
- }, {
16612
- commissionRate: number;
16613
- discountCampaigns: {
16614
- name: string;
16615
- date: {
16616
- end: string;
16617
- start: string;
16618
- };
16619
- vendorBearPercentage: number;
16620
- }[];
16621
- }>>>;
16622
- hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16623
- ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16624
- }>, "strip", z.ZodTypeAny, {
16625
- _id?: string | undefined;
16626
- ignoreDiscount?: boolean | null | undefined;
16627
- catalogId?: string | null | undefined;
16628
- commissionRate?: number | null | undefined;
16629
- lastSynchronize?: string | null | undefined;
16630
- showProductAddon?: boolean | null | undefined;
16631
- autoAccept?: boolean | null | undefined;
16632
- reportConfig?: {
16633
- commissionRate: number;
16634
- discountCampaigns: {
16635
- name: string;
16636
- date: {
16637
- end: string;
16638
- start: string;
16639
- };
16640
- vendorBearPercentage: number;
16641
- }[];
16642
- } | null | undefined;
16643
- hasSst?: boolean | null | undefined;
16644
- enable: boolean;
16645
- remoteId: string;
16646
- autoCloseBill: boolean;
16647
- }, {
16648
- _id?: string | undefined;
16649
- ignoreDiscount?: boolean | null | undefined;
16650
- catalogId?: string | null | undefined;
16651
- commissionRate?: number | null | undefined;
16652
- lastSynchronize?: string | null | undefined;
16653
- showProductAddon?: boolean | null | undefined;
16654
14796
  autoAccept?: boolean | null | undefined;
16655
- reportConfig?: {
16656
- commissionRate: number;
16657
- discountCampaigns: {
16658
- name: string;
16659
- date: {
16660
- end: string;
16661
- start: string;
16662
- };
16663
- vendorBearPercentage: number;
16664
- }[];
16665
- } | null | undefined;
16666
- hasSst?: boolean | null | undefined;
16667
- enable: boolean;
16668
- remoteId: string;
16669
- autoCloseBill: boolean;
16670
- }>>>;
16671
- grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
16672
- enable: z.ZodBoolean;
16673
- }, {
16674
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
16675
- merchantID: z.ZodString;
16676
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16677
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16678
- commissionRate: z.ZodNumber;
16679
- autoCloseBill: z.ZodBoolean;
16680
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16681
- }>, "strip", z.ZodTypeAny, {
16682
- _id?: string | undefined;
16683
- catalogId?: string | null | undefined;
16684
- lastSynchronize?: string | null | undefined;
16685
- showProductAddon?: boolean | null | undefined;
16686
- enable: boolean;
16687
- commissionRate: number;
16688
- autoCloseBill: boolean;
16689
- merchantID: string;
16690
- }, {
16691
- _id?: string | undefined;
16692
- catalogId?: string | null | undefined;
16693
- lastSynchronize?: string | null | undefined;
16694
- showProductAddon?: boolean | null | undefined;
16695
- enable: boolean;
16696
- commissionRate: number;
16697
- autoCloseBill: boolean;
16698
- merchantID: string;
16699
- }>>>;
16700
- shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
16701
- enable: z.ZodBoolean;
16702
- }, {
16703
- _id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
16704
- storeID: z.ZodString;
16705
- catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16706
- lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16707
- autoCloseBill: z.ZodBoolean;
16708
- reportConfig: z.ZodObject<{
16709
- commissionRate: z.ZodNumber;
16710
- discountCampaigns: z.ZodArray<z.ZodObject<{
16711
- name: z.ZodString;
16712
- vendorBearPercentage: z.ZodNumber;
16713
- date: z.ZodObject<{
16714
- start: z.ZodString;
16715
- end: z.ZodString;
16716
- }, "strip", z.ZodTypeAny, {
16717
- end: string;
16718
- start: string;
16719
- }, {
16720
- end: string;
16721
- start: string;
16722
- }>;
16723
- }, "strip", z.ZodTypeAny, {
16724
- name: string;
16725
- date: {
16726
- end: string;
16727
- start: string;
16728
- };
16729
- vendorBearPercentage: number;
16730
- }, {
16731
- name: string;
16732
- date: {
16733
- end: string;
16734
- start: string;
16735
- };
16736
- vendorBearPercentage: number;
16737
- }>, "many">;
16738
- }, "strip", z.ZodTypeAny, {
16739
- commissionRate: number;
16740
- discountCampaigns: {
16741
- name: string;
16742
- date: {
16743
- end: string;
16744
- start: string;
16745
- };
16746
- vendorBearPercentage: number;
16747
- }[];
16748
- }, {
16749
- commissionRate: number;
16750
- discountCampaigns: {
16751
- name: string;
16752
- date: {
16753
- end: string;
16754
- start: string;
16755
- };
16756
- vendorBearPercentage: number;
16757
- }[];
16758
- }>;
16759
- showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16760
- }>, "strip", z.ZodTypeAny, {
16761
- _id?: string | undefined;
16762
- catalogId?: string | null | undefined;
16763
- lastSynchronize?: string | null | undefined;
16764
- showProductAddon?: boolean | null | undefined;
16765
- enable: boolean;
16766
- autoCloseBill: boolean;
16767
- reportConfig: {
16768
- commissionRate: number;
16769
- discountCampaigns: {
16770
- name: string;
16771
- date: {
16772
- end: string;
16773
- start: string;
16774
- };
16775
- vendorBearPercentage: number;
16776
- }[];
16777
- };
16778
- storeID: string;
16779
- }, {
16780
- _id?: string | undefined;
16781
- catalogId?: string | null | undefined;
16782
- lastSynchronize?: string | null | undefined;
16783
- showProductAddon?: boolean | null | undefined;
14797
+ ignoreStock?: boolean | null | undefined;
16784
14798
  enable: boolean;
16785
- autoCloseBill: boolean;
16786
- reportConfig: {
16787
- commissionRate: number;
16788
- discountCampaigns: {
16789
- name: string;
16790
- date: {
16791
- end: string;
16792
- start: string;
16793
- };
16794
- vendorBearPercentage: number;
16795
- }[];
16796
- };
16797
- storeID: string;
16798
14799
  }>>>;
16799
14800
  pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
16800
14801
  pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -16866,12 +14867,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16866
14867
  ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
16867
14868
  }, "strip", z.ZodTypeAny, {
16868
14869
  catalogId?: string | null | undefined;
16869
- autoAccept?: boolean | null | undefined;
16870
14870
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
16871
14871
  offlinePaymentTypes?: {
16872
14872
  name: string;
16873
14873
  instruction: string;
16874
14874
  }[] | null | undefined;
14875
+ autoAccept?: boolean | null | undefined;
16875
14876
  autoAcceptPaidOnly?: boolean | null | undefined;
16876
14877
  ignoreStock?: boolean | null | undefined;
16877
14878
  pickupTime?: {
@@ -16890,12 +14891,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16890
14891
  } | null | undefined;
16891
14892
  }, {
16892
14893
  catalogId?: string | null | undefined;
16893
- autoAccept?: boolean | null | undefined;
16894
14894
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
16895
14895
  offlinePaymentTypes?: {
16896
14896
  name: string;
16897
14897
  instruction: string;
16898
14898
  }[] | null | undefined;
14899
+ autoAccept?: boolean | null | undefined;
16899
14900
  autoAcceptPaidOnly?: boolean | null | undefined;
16900
14901
  ignoreStock?: boolean | null | undefined;
16901
14902
  pickupTime?: {
@@ -17016,6 +15017,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17016
15017
  mapLineColor?: number | null | undefined;
17017
15018
  }>>>;
17018
15019
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
15020
+ foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
15021
+ grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
15022
+ shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
17019
15023
  }, "strip", z.ZodTypeAny, {
17020
15024
  channel?: string | null | undefined;
17021
15025
  machineId?: string | null | undefined;
@@ -17030,7 +15034,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17030
15034
  taxCode: string;
17031
15035
  systemCode: string;
17032
15036
  }> | null | undefined;
17033
- autoAccept?: boolean | null | undefined;
17034
15037
  deliveryTime?: {
17035
15038
  time?: string[] | null | undefined;
17036
15039
  custom?: {
@@ -17094,6 +15097,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17094
15097
  name: string;
17095
15098
  instruction: string;
17096
15099
  }[] | null | undefined;
15100
+ autoAccept?: boolean | null | undefined;
17097
15101
  autoAcceptPaidOnly?: boolean | null | undefined;
17098
15102
  ignoreStock?: boolean | null | undefined;
17099
15103
  catalogId: string | null;
@@ -17120,12 +15124,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17120
15124
  } | null | undefined;
17121
15125
  pickup?: {
17122
15126
  catalogId?: string | null | undefined;
17123
- autoAccept?: boolean | null | undefined;
17124
15127
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17125
15128
  offlinePaymentTypes?: {
17126
15129
  name: string;
17127
15130
  instruction: string;
17128
15131
  }[] | null | undefined;
15132
+ autoAccept?: boolean | null | undefined;
17129
15133
  autoAcceptPaidOnly?: boolean | null | undefined;
17130
15134
  ignoreStock?: boolean | null | undefined;
17131
15135
  pickupTime?: {
@@ -17233,64 +15237,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17233
15237
  feedmeDelivery?: {
17234
15238
  instruction?: string | null | undefined;
17235
15239
  catalogId?: string | null | undefined;
17236
- autoAccept?: boolean | null | undefined;
17237
15240
  term?: string | null | undefined;
17238
- ignoreStock?: boolean | null | undefined;
17239
- enable: boolean;
17240
- } | null | undefined;
17241
- foodpandaDelivery?: {
17242
- _id?: string | undefined;
17243
- ignoreDiscount?: boolean | null | undefined;
17244
- catalogId?: string | null | undefined;
17245
- commissionRate?: number | null | undefined;
17246
- lastSynchronize?: string | null | undefined;
17247
- showProductAddon?: boolean | null | undefined;
17248
15241
  autoAccept?: boolean | null | undefined;
17249
- reportConfig?: {
17250
- commissionRate: number;
17251
- discountCampaigns: {
17252
- name: string;
17253
- date: {
17254
- end: string;
17255
- start: string;
17256
- };
17257
- vendorBearPercentage: number;
17258
- }[];
17259
- } | null | undefined;
17260
- hasSst?: boolean | null | undefined;
17261
- enable: boolean;
17262
- remoteId: string;
17263
- autoCloseBill: boolean;
17264
- } | null | undefined;
17265
- grabfoodDelivery?: {
17266
- _id?: string | undefined;
17267
- catalogId?: string | null | undefined;
17268
- lastSynchronize?: string | null | undefined;
17269
- showProductAddon?: boolean | null | undefined;
17270
- enable: boolean;
17271
- commissionRate: number;
17272
- autoCloseBill: boolean;
17273
- merchantID: string;
17274
- } | null | undefined;
17275
- shopeefoodDelivery?: {
17276
- _id?: string | undefined;
17277
- catalogId?: string | null | undefined;
17278
- lastSynchronize?: string | null | undefined;
17279
- showProductAddon?: boolean | null | undefined;
15242
+ ignoreStock?: boolean | null | undefined;
17280
15243
  enable: boolean;
17281
- autoCloseBill: boolean;
17282
- reportConfig: {
17283
- commissionRate: number;
17284
- discountCampaigns: {
17285
- name: string;
17286
- date: {
17287
- end: string;
17288
- start: string;
17289
- };
17290
- vendorBearPercentage: number;
17291
- }[];
17292
- };
17293
- storeID: string;
17294
15244
  } | null | undefined;
17295
15245
  couchDbPassword?: string | null | undefined;
17296
15246
  apiToken?: string | null | undefined;
@@ -17315,6 +15265,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17315
15265
  mapBorderColor?: number | null | undefined;
17316
15266
  mapLineColor?: number | null | undefined;
17317
15267
  } | null | undefined;
15268
+ foodpandaDelivery?: any;
15269
+ grabfoodDelivery?: any;
15270
+ shopeefoodDelivery?: any;
17318
15271
  _id: string;
17319
15272
  expiredAt: string;
17320
15273
  businessId: string;
@@ -17409,7 +15362,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17409
15362
  taxCode: string;
17410
15363
  systemCode: string;
17411
15364
  }> | null | undefined;
17412
- autoAccept?: boolean | null | undefined;
17413
15365
  deliveryTime?: {
17414
15366
  time?: string[] | null | undefined;
17415
15367
  custom?: {
@@ -17473,6 +15425,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17473
15425
  name: string;
17474
15426
  instruction: string;
17475
15427
  }[] | null | undefined;
15428
+ autoAccept?: boolean | null | undefined;
17476
15429
  autoAcceptPaidOnly?: boolean | null | undefined;
17477
15430
  ignoreStock?: boolean | null | undefined;
17478
15431
  catalogId: string | null;
@@ -17499,12 +15452,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17499
15452
  } | null | undefined;
17500
15453
  pickup?: {
17501
15454
  catalogId?: string | null | undefined;
17502
- autoAccept?: boolean | null | undefined;
17503
15455
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17504
15456
  offlinePaymentTypes?: {
17505
15457
  name: string;
17506
15458
  instruction: string;
17507
15459
  }[] | null | undefined;
15460
+ autoAccept?: boolean | null | undefined;
17508
15461
  autoAcceptPaidOnly?: boolean | null | undefined;
17509
15462
  ignoreStock?: boolean | null | undefined;
17510
15463
  pickupTime?: {
@@ -17612,64 +15565,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17612
15565
  feedmeDelivery?: {
17613
15566
  instruction?: string | null | undefined;
17614
15567
  catalogId?: string | null | undefined;
17615
- autoAccept?: boolean | null | undefined;
17616
15568
  term?: string | null | undefined;
17617
- ignoreStock?: boolean | null | undefined;
17618
- enable: boolean;
17619
- } | null | undefined;
17620
- foodpandaDelivery?: {
17621
- _id?: string | undefined;
17622
- ignoreDiscount?: boolean | null | undefined;
17623
- catalogId?: string | null | undefined;
17624
- commissionRate?: number | null | undefined;
17625
- lastSynchronize?: string | null | undefined;
17626
- showProductAddon?: boolean | null | undefined;
17627
15569
  autoAccept?: boolean | null | undefined;
17628
- reportConfig?: {
17629
- commissionRate: number;
17630
- discountCampaigns: {
17631
- name: string;
17632
- date: {
17633
- end: string;
17634
- start: string;
17635
- };
17636
- vendorBearPercentage: number;
17637
- }[];
17638
- } | null | undefined;
17639
- hasSst?: boolean | null | undefined;
17640
- enable: boolean;
17641
- remoteId: string;
17642
- autoCloseBill: boolean;
17643
- } | null | undefined;
17644
- grabfoodDelivery?: {
17645
- _id?: string | undefined;
17646
- catalogId?: string | null | undefined;
17647
- lastSynchronize?: string | null | undefined;
17648
- showProductAddon?: boolean | null | undefined;
17649
- enable: boolean;
17650
- commissionRate: number;
17651
- autoCloseBill: boolean;
17652
- merchantID: string;
17653
- } | null | undefined;
17654
- shopeefoodDelivery?: {
17655
- _id?: string | undefined;
17656
- catalogId?: string | null | undefined;
17657
- lastSynchronize?: string | null | undefined;
17658
- showProductAddon?: boolean | null | undefined;
15570
+ ignoreStock?: boolean | null | undefined;
17659
15571
  enable: boolean;
17660
- autoCloseBill: boolean;
17661
- reportConfig: {
17662
- commissionRate: number;
17663
- discountCampaigns: {
17664
- name: string;
17665
- date: {
17666
- end: string;
17667
- start: string;
17668
- };
17669
- vendorBearPercentage: number;
17670
- }[];
17671
- };
17672
- storeID: string;
17673
15572
  } | null | undefined;
17674
15573
  couchDbPassword?: string | null | undefined;
17675
15574
  apiToken?: string | null | undefined;
@@ -17694,6 +15593,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17694
15593
  mapBorderColor?: number | null | undefined;
17695
15594
  mapLineColor?: number | null | undefined;
17696
15595
  } | null | undefined;
15596
+ foodpandaDelivery?: any;
15597
+ grabfoodDelivery?: any;
15598
+ shopeefoodDelivery?: any;
17697
15599
  _id: string;
17698
15600
  expiredAt: string;
17699
15601
  businessId: string;
@@ -17862,7 +15764,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17862
15764
  taxCode: string;
17863
15765
  systemCode: string;
17864
15766
  }> | null | undefined;
17865
- autoAccept?: boolean | null | undefined;
17866
15767
  deliveryTime?: {
17867
15768
  time?: string[] | null | undefined;
17868
15769
  custom?: {
@@ -17926,6 +15827,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17926
15827
  name: string;
17927
15828
  instruction: string;
17928
15829
  }[] | null | undefined;
15830
+ autoAccept?: boolean | null | undefined;
17929
15831
  autoAcceptPaidOnly?: boolean | null | undefined;
17930
15832
  ignoreStock?: boolean | null | undefined;
17931
15833
  catalogId: string | null;
@@ -17952,12 +15854,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17952
15854
  } | null | undefined;
17953
15855
  pickup?: {
17954
15856
  catalogId?: string | null | undefined;
17955
- autoAccept?: boolean | null | undefined;
17956
15857
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17957
15858
  offlinePaymentTypes?: {
17958
15859
  name: string;
17959
15860
  instruction: string;
17960
15861
  }[] | null | undefined;
15862
+ autoAccept?: boolean | null | undefined;
17961
15863
  autoAcceptPaidOnly?: boolean | null | undefined;
17962
15864
  ignoreStock?: boolean | null | undefined;
17963
15865
  pickupTime?: {
@@ -18065,64 +15967,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18065
15967
  feedmeDelivery?: {
18066
15968
  instruction?: string | null | undefined;
18067
15969
  catalogId?: string | null | undefined;
18068
- autoAccept?: boolean | null | undefined;
18069
15970
  term?: string | null | undefined;
18070
- ignoreStock?: boolean | null | undefined;
18071
- enable: boolean;
18072
- } | null | undefined;
18073
- foodpandaDelivery?: {
18074
- _id?: string | undefined;
18075
- ignoreDiscount?: boolean | null | undefined;
18076
- catalogId?: string | null | undefined;
18077
- commissionRate?: number | null | undefined;
18078
- lastSynchronize?: string | null | undefined;
18079
- showProductAddon?: boolean | null | undefined;
18080
15971
  autoAccept?: boolean | null | undefined;
18081
- reportConfig?: {
18082
- commissionRate: number;
18083
- discountCampaigns: {
18084
- name: string;
18085
- date: {
18086
- end: string;
18087
- start: string;
18088
- };
18089
- vendorBearPercentage: number;
18090
- }[];
18091
- } | null | undefined;
18092
- hasSst?: boolean | null | undefined;
18093
- enable: boolean;
18094
- remoteId: string;
18095
- autoCloseBill: boolean;
18096
- } | null | undefined;
18097
- grabfoodDelivery?: {
18098
- _id?: string | undefined;
18099
- catalogId?: string | null | undefined;
18100
- lastSynchronize?: string | null | undefined;
18101
- showProductAddon?: boolean | null | undefined;
18102
- enable: boolean;
18103
- commissionRate: number;
18104
- autoCloseBill: boolean;
18105
- merchantID: string;
18106
- } | null | undefined;
18107
- shopeefoodDelivery?: {
18108
- _id?: string | undefined;
18109
- catalogId?: string | null | undefined;
18110
- lastSynchronize?: string | null | undefined;
18111
- showProductAddon?: boolean | null | undefined;
15972
+ ignoreStock?: boolean | null | undefined;
18112
15973
  enable: boolean;
18113
- autoCloseBill: boolean;
18114
- reportConfig: {
18115
- commissionRate: number;
18116
- discountCampaigns: {
18117
- name: string;
18118
- date: {
18119
- end: string;
18120
- start: string;
18121
- };
18122
- vendorBearPercentage: number;
18123
- }[];
18124
- };
18125
- storeID: string;
18126
15974
  } | null | undefined;
18127
15975
  couchDbPassword?: string | null | undefined;
18128
15976
  apiToken?: string | null | undefined;
@@ -18147,6 +15995,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18147
15995
  mapBorderColor?: number | null | undefined;
18148
15996
  mapLineColor?: number | null | undefined;
18149
15997
  } | null | undefined;
15998
+ foodpandaDelivery?: any;
15999
+ grabfoodDelivery?: any;
16000
+ shopeefoodDelivery?: any;
18150
16001
  _id: string;
18151
16002
  expiredAt: string;
18152
16003
  businessId: string;
@@ -18269,7 +16120,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18269
16120
  taxCode: string;
18270
16121
  systemCode: string;
18271
16122
  }> | null | undefined;
18272
- autoAccept?: boolean | null | undefined;
18273
16123
  deliveryTime?: {
18274
16124
  time?: string[] | null | undefined;
18275
16125
  custom?: {
@@ -18333,6 +16183,7 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18333
16183
  name: string;
18334
16184
  instruction: string;
18335
16185
  }[] | null | undefined;
16186
+ autoAccept?: boolean | null | undefined;
18336
16187
  autoAcceptPaidOnly?: boolean | null | undefined;
18337
16188
  ignoreStock?: boolean | null | undefined;
18338
16189
  catalogId: string | null;
@@ -18359,12 +16210,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18359
16210
  } | null | undefined;
18360
16211
  pickup?: {
18361
16212
  catalogId?: string | null | undefined;
18362
- autoAccept?: boolean | null | undefined;
18363
16213
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
18364
16214
  offlinePaymentTypes?: {
18365
16215
  name: string;
18366
16216
  instruction: string;
18367
16217
  }[] | null | undefined;
16218
+ autoAccept?: boolean | null | undefined;
18368
16219
  autoAcceptPaidOnly?: boolean | null | undefined;
18369
16220
  ignoreStock?: boolean | null | undefined;
18370
16221
  pickupTime?: {
@@ -18472,64 +16323,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18472
16323
  feedmeDelivery?: {
18473
16324
  instruction?: string | null | undefined;
18474
16325
  catalogId?: string | null | undefined;
18475
- autoAccept?: boolean | null | undefined;
18476
16326
  term?: string | null | undefined;
18477
- ignoreStock?: boolean | null | undefined;
18478
- enable: boolean;
18479
- } | null | undefined;
18480
- foodpandaDelivery?: {
18481
- _id?: string | undefined;
18482
- ignoreDiscount?: boolean | null | undefined;
18483
- catalogId?: string | null | undefined;
18484
- commissionRate?: number | null | undefined;
18485
- lastSynchronize?: string | null | undefined;
18486
- showProductAddon?: boolean | null | undefined;
18487
16327
  autoAccept?: boolean | null | undefined;
18488
- reportConfig?: {
18489
- commissionRate: number;
18490
- discountCampaigns: {
18491
- name: string;
18492
- date: {
18493
- end: string;
18494
- start: string;
18495
- };
18496
- vendorBearPercentage: number;
18497
- }[];
18498
- } | null | undefined;
18499
- hasSst?: boolean | null | undefined;
18500
- enable: boolean;
18501
- remoteId: string;
18502
- autoCloseBill: boolean;
18503
- } | null | undefined;
18504
- grabfoodDelivery?: {
18505
- _id?: string | undefined;
18506
- catalogId?: string | null | undefined;
18507
- lastSynchronize?: string | null | undefined;
18508
- showProductAddon?: boolean | null | undefined;
18509
- enable: boolean;
18510
- commissionRate: number;
18511
- autoCloseBill: boolean;
18512
- merchantID: string;
18513
- } | null | undefined;
18514
- shopeefoodDelivery?: {
18515
- _id?: string | undefined;
18516
- catalogId?: string | null | undefined;
18517
- lastSynchronize?: string | null | undefined;
18518
- showProductAddon?: boolean | null | undefined;
16328
+ ignoreStock?: boolean | null | undefined;
18519
16329
  enable: boolean;
18520
- autoCloseBill: boolean;
18521
- reportConfig: {
18522
- commissionRate: number;
18523
- discountCampaigns: {
18524
- name: string;
18525
- date: {
18526
- end: string;
18527
- start: string;
18528
- };
18529
- vendorBearPercentage: number;
18530
- }[];
18531
- };
18532
- storeID: string;
18533
16330
  } | null | undefined;
18534
16331
  couchDbPassword?: string | null | undefined;
18535
16332
  apiToken?: string | null | undefined;
@@ -18554,6 +16351,9 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18554
16351
  mapBorderColor?: number | null | undefined;
18555
16352
  mapLineColor?: number | null | undefined;
18556
16353
  } | null | undefined;
16354
+ foodpandaDelivery?: any;
16355
+ grabfoodDelivery?: any;
16356
+ shopeefoodDelivery?: any;
18557
16357
  _id: string;
18558
16358
  expiredAt: string;
18559
16359
  businessId: string;