@feedmepos/mf-order-setting 0.0.47 → 0.0.49

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 (85) hide show
  1. package/dist/{KioskDevicesView-Dd3xcM5X.js → KioskDevicesView-Ch_mWJz9.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js} +19 -19
  3. package/dist/KioskSettingView-CaBhf48e.js +553 -0
  4. package/dist/{KioskView-BGiHHSjd.js → KioskView-BGm-emCw.js} +12 -8
  5. package/dist/OrderSettingsView-CRgoLOD2.js +51603 -0
  6. package/dist/app-CDTAjXj9.js +2930 -0
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-dI_j30pv.js} +49 -49
  9. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  10. package/dist/frontend/mf-order/src/app.d.ts +1785 -0
  11. package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +1785 -0
  13. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +61 -0
  14. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +18 -12
  15. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +23 -8
  16. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -4
  17. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +12 -8
  18. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue.d.ts +2 -0
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +8 -0
  20. package/dist/frontend/mf-order/src/views/order-settings/drive-thru/DriveThruSetting.vue.d.ts +2 -0
  21. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  22. package/dist/{index-DAruvcri.js → index-B8U5Sawr.js} +2 -2
  23. package/dist/menu.dto-qVeqpSdz.js +101810 -0
  24. package/dist/package/entity/booking/booking.do.d.ts +170 -40
  25. package/dist/package/entity/delivery/delivery.dto.d.ts +34 -8
  26. package/dist/package/entity/food-court/order.dto.d.ts +2890 -2890
  27. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +222 -222
  28. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1053 -771
  29. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +344 -344
  30. package/dist/package/entity/index.d.ts +1 -0
  31. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1302 -109
  32. package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
  33. package/dist/package/entity/order/order-item/order-item.dto.d.ts +118 -110
  34. package/dist/package/entity/order/order.do.d.ts +20 -20
  35. package/dist/package/entity/order/order.dto.d.ts +23756 -40781
  36. package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
  37. package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
  38. package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
  39. package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
  40. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +158 -158
  41. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +196 -196
  42. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +6 -0
  43. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +6 -0
  44. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  46. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +5 -5
  47. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
  48. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  49. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +6 -6
  50. package/dist/package/entity/order-platform/menu.dto.d.ts +75 -44
  51. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +34 -8
  52. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +2 -2
  53. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +2 -2
  54. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +57 -42
  55. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +44 -32
  56. package/dist/package/entity/order-setting/order-setting.do.d.ts +31 -22
  57. package/dist/package/entity/order-setting/order-setting.dto.d.ts +62 -44
  58. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  59. package/dist/package/entity/payment/transaction.d.ts +1937 -0
  60. package/dist/package/entity/queue/queue.do.d.ts +12 -0
  61. package/dist/package/entity/queue/queue.dto.d.ts +2677 -7335
  62. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -144
  63. package/dist/package/entity/websocket/websocket.dto.d.ts +68 -48
  64. package/package.json +4 -4
  65. package/src/api/restaurant-setting/index.ts +6 -0
  66. package/src/app.ts +2 -0
  67. package/src/composables/useDeprecationNotice.ts +52 -0
  68. package/src/locales/en-US.json +10 -0
  69. package/src/locales/ja-JP.json +1755 -0
  70. package/src/locales/th-TH.json +10 -0
  71. package/src/locales/zh-CN.json +10 -0
  72. package/src/main.ts +4 -2
  73. package/src/stores/order-setting/mapper.ts +35 -23
  74. package/src/stores/restaurant/index.ts +6 -0
  75. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +27 -1
  76. package/src/views/order-settings/OrderSettingsView.vue +6 -1
  77. package/src/views/order-settings/delivery/DeliverySetting.vue +46 -2
  78. package/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue +16 -0
  79. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +22 -1
  80. package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
  81. package/src/views/order-settings/drive-thru/DriveThruSetting.vue +101 -0
  82. package/dist/KioskSettingView-D50Gh7NR.js +0 -528
  83. package/dist/OrderSettingsView-DPYYH1zL.js +0 -74512
  84. package/dist/app-CAt1JfN3.js +0 -1145
  85. package/dist/menu.dto-B82ITnH5.js +0 -124296
@@ -1795,6 +1795,16 @@ export declare const FdoBookingBase: z.ZodObject<{
1795
1795
  }, {
1796
1796
  catalogId?: string | null | undefined;
1797
1797
  }>>>;
1798
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1799
+ enabled: z.ZodBoolean;
1800
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1801
+ }, "strip", z.ZodTypeAny, {
1802
+ catalogId?: string | null | undefined;
1803
+ enabled: boolean;
1804
+ }, {
1805
+ catalogId?: string | null | undefined;
1806
+ enabled: boolean;
1807
+ }>>>;
1798
1808
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1799
1809
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1800
1810
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1856,12 +1866,12 @@ export declare const FdoBookingBase: z.ZodObject<{
1856
1866
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
1857
1867
  }, "strip", z.ZodTypeAny, {
1858
1868
  channel?: string | null | undefined;
1859
- machineId?: string | null | undefined;
1860
- catalogId?: string | null | undefined;
1861
1869
  customAttributes?: Record<string, any> | null | undefined;
1862
1870
  takeaway?: {
1863
1871
  catalogId?: string | null | undefined;
1864
1872
  } | null | undefined;
1873
+ machineId?: string | null | undefined;
1874
+ catalogId?: string | null | undefined;
1865
1875
  inHouseDelivery?: {
1866
1876
  taxes?: Record<string, {
1867
1877
  inclusive: boolean;
@@ -1993,6 +2003,10 @@ export declare const FdoBookingBase: z.ZodObject<{
1993
2003
  acceptQueue?: boolean | null | undefined;
1994
2004
  anonymousOrder: boolean;
1995
2005
  } | null | undefined;
2006
+ driveThru?: {
2007
+ catalogId?: string | null | undefined;
2008
+ enabled: boolean;
2009
+ } | null | undefined;
1996
2010
  pf_business?: {
1997
2011
  internal?: boolean | null | undefined;
1998
2012
  url?: string | null | undefined;
@@ -2184,12 +2198,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2184
2198
  };
2185
2199
  }, {
2186
2200
  channel?: string | null | undefined;
2187
- machineId?: string | null | undefined;
2188
- catalogId?: string | null | undefined;
2189
2201
  customAttributes?: Record<string, any> | null | undefined;
2190
2202
  takeaway?: {
2191
2203
  catalogId?: string | null | undefined;
2192
2204
  } | null | undefined;
2205
+ machineId?: string | null | undefined;
2206
+ catalogId?: string | null | undefined;
2193
2207
  inHouseDelivery?: {
2194
2208
  taxes?: Record<string, {
2195
2209
  inclusive: boolean;
@@ -2321,6 +2335,10 @@ export declare const FdoBookingBase: z.ZodObject<{
2321
2335
  acceptQueue?: boolean | null | undefined;
2322
2336
  anonymousOrder: boolean;
2323
2337
  } | null | undefined;
2338
+ driveThru?: {
2339
+ catalogId?: string | null | undefined;
2340
+ enabled: boolean;
2341
+ } | null | undefined;
2324
2342
  pf_business?: {
2325
2343
  internal?: boolean | null | undefined;
2326
2344
  url?: string | null | undefined;
@@ -2583,12 +2601,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2583
2601
  rejectReason?: string | undefined;
2584
2602
  pf_restaurant?: {
2585
2603
  channel?: string | null | undefined;
2586
- machineId?: string | null | undefined;
2587
- catalogId?: string | null | undefined;
2588
2604
  customAttributes?: Record<string, any> | null | undefined;
2589
2605
  takeaway?: {
2590
2606
  catalogId?: string | null | undefined;
2591
2607
  } | null | undefined;
2608
+ machineId?: string | null | undefined;
2609
+ catalogId?: string | null | undefined;
2592
2610
  inHouseDelivery?: {
2593
2611
  taxes?: Record<string, {
2594
2612
  inclusive: boolean;
@@ -2720,6 +2738,10 @@ export declare const FdoBookingBase: z.ZodObject<{
2720
2738
  acceptQueue?: boolean | null | undefined;
2721
2739
  anonymousOrder: boolean;
2722
2740
  } | null | undefined;
2741
+ driveThru?: {
2742
+ catalogId?: string | null | undefined;
2743
+ enabled: boolean;
2744
+ } | null | undefined;
2723
2745
  pf_business?: {
2724
2746
  internal?: boolean | null | undefined;
2725
2747
  url?: string | null | undefined;
@@ -2938,12 +2960,12 @@ export declare const FdoBookingBase: z.ZodObject<{
2938
2960
  rejectReason?: string | undefined;
2939
2961
  pf_restaurant?: {
2940
2962
  channel?: string | null | undefined;
2941
- machineId?: string | null | undefined;
2942
- catalogId?: string | null | undefined;
2943
2963
  customAttributes?: Record<string, any> | null | undefined;
2944
2964
  takeaway?: {
2945
2965
  catalogId?: string | null | undefined;
2946
2966
  } | null | undefined;
2967
+ machineId?: string | null | undefined;
2968
+ catalogId?: string | null | undefined;
2947
2969
  inHouseDelivery?: {
2948
2970
  taxes?: Record<string, {
2949
2971
  inclusive: boolean;
@@ -3075,6 +3097,10 @@ export declare const FdoBookingBase: z.ZodObject<{
3075
3097
  acceptQueue?: boolean | null | undefined;
3076
3098
  anonymousOrder: boolean;
3077
3099
  } | null | undefined;
3100
+ driveThru?: {
3101
+ catalogId?: string | null | undefined;
3102
+ enabled: boolean;
3103
+ } | null | undefined;
3078
3104
  pf_business?: {
3079
3105
  internal?: boolean | null | undefined;
3080
3106
  url?: string | null | undefined;
@@ -5084,6 +5110,16 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5084
5110
  }, {
5085
5111
  catalogId?: string | null | undefined;
5086
5112
  }>>>;
5113
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5114
+ enabled: z.ZodBoolean;
5115
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5116
+ }, "strip", z.ZodTypeAny, {
5117
+ catalogId?: string | null | undefined;
5118
+ enabled: boolean;
5119
+ }, {
5120
+ catalogId?: string | null | undefined;
5121
+ enabled: boolean;
5122
+ }>>>;
5087
5123
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5088
5124
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5089
5125
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -5145,12 +5181,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5145
5181
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
5146
5182
  }, "strip", z.ZodTypeAny, {
5147
5183
  channel?: string | null | undefined;
5148
- machineId?: string | null | undefined;
5149
- catalogId?: string | null | undefined;
5150
5184
  customAttributes?: Record<string, any> | null | undefined;
5151
5185
  takeaway?: {
5152
5186
  catalogId?: string | null | undefined;
5153
5187
  } | null | undefined;
5188
+ machineId?: string | null | undefined;
5189
+ catalogId?: string | null | undefined;
5154
5190
  inHouseDelivery?: {
5155
5191
  taxes?: Record<string, {
5156
5192
  inclusive: boolean;
@@ -5282,6 +5318,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5282
5318
  acceptQueue?: boolean | null | undefined;
5283
5319
  anonymousOrder: boolean;
5284
5320
  } | null | undefined;
5321
+ driveThru?: {
5322
+ catalogId?: string | null | undefined;
5323
+ enabled: boolean;
5324
+ } | null | undefined;
5285
5325
  pf_business?: {
5286
5326
  internal?: boolean | null | undefined;
5287
5327
  url?: string | null | undefined;
@@ -5473,12 +5513,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5473
5513
  };
5474
5514
  }, {
5475
5515
  channel?: string | null | undefined;
5476
- machineId?: string | null | undefined;
5477
- catalogId?: string | null | undefined;
5478
5516
  customAttributes?: Record<string, any> | null | undefined;
5479
5517
  takeaway?: {
5480
5518
  catalogId?: string | null | undefined;
5481
5519
  } | null | undefined;
5520
+ machineId?: string | null | undefined;
5521
+ catalogId?: string | null | undefined;
5482
5522
  inHouseDelivery?: {
5483
5523
  taxes?: Record<string, {
5484
5524
  inclusive: boolean;
@@ -5610,6 +5650,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5610
5650
  acceptQueue?: boolean | null | undefined;
5611
5651
  anonymousOrder: boolean;
5612
5652
  } | null | undefined;
5653
+ driveThru?: {
5654
+ catalogId?: string | null | undefined;
5655
+ enabled: boolean;
5656
+ } | null | undefined;
5613
5657
  pf_business?: {
5614
5658
  internal?: boolean | null | undefined;
5615
5659
  url?: string | null | undefined;
@@ -5874,12 +5918,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5874
5918
  rejectReason?: string | undefined;
5875
5919
  pf_restaurant?: {
5876
5920
  channel?: string | null | undefined;
5877
- machineId?: string | null | undefined;
5878
- catalogId?: string | null | undefined;
5879
5921
  customAttributes?: Record<string, any> | null | undefined;
5880
5922
  takeaway?: {
5881
5923
  catalogId?: string | null | undefined;
5882
5924
  } | null | undefined;
5925
+ machineId?: string | null | undefined;
5926
+ catalogId?: string | null | undefined;
5883
5927
  inHouseDelivery?: {
5884
5928
  taxes?: Record<string, {
5885
5929
  inclusive: boolean;
@@ -6011,6 +6055,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6011
6055
  acceptQueue?: boolean | null | undefined;
6012
6056
  anonymousOrder: boolean;
6013
6057
  } | null | undefined;
6058
+ driveThru?: {
6059
+ catalogId?: string | null | undefined;
6060
+ enabled: boolean;
6061
+ } | null | undefined;
6014
6062
  pf_business?: {
6015
6063
  internal?: boolean | null | undefined;
6016
6064
  url?: string | null | undefined;
@@ -6229,12 +6277,12 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6229
6277
  rejectReason?: string | undefined;
6230
6278
  pf_restaurant?: {
6231
6279
  channel?: string | null | undefined;
6232
- machineId?: string | null | undefined;
6233
- catalogId?: string | null | undefined;
6234
6280
  customAttributes?: Record<string, any> | null | undefined;
6235
6281
  takeaway?: {
6236
6282
  catalogId?: string | null | undefined;
6237
6283
  } | null | undefined;
6284
+ machineId?: string | null | undefined;
6285
+ catalogId?: string | null | undefined;
6238
6286
  inHouseDelivery?: {
6239
6287
  taxes?: Record<string, {
6240
6288
  inclusive: boolean;
@@ -6366,6 +6414,10 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6366
6414
  acceptQueue?: boolean | null | undefined;
6367
6415
  anonymousOrder: boolean;
6368
6416
  } | null | undefined;
6417
+ driveThru?: {
6418
+ catalogId?: string | null | undefined;
6419
+ enabled: boolean;
6420
+ } | null | undefined;
6369
6421
  pf_business?: {
6370
6422
  internal?: boolean | null | undefined;
6371
6423
  url?: string | null | undefined;
@@ -8376,6 +8428,16 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8376
8428
  }, {
8377
8429
  catalogId?: string | null | undefined;
8378
8430
  }>>>;
8431
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
8432
+ enabled: z.ZodBoolean;
8433
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8434
+ }, "strip", z.ZodTypeAny, {
8435
+ catalogId?: string | null | undefined;
8436
+ enabled: boolean;
8437
+ }, {
8438
+ catalogId?: string | null | undefined;
8439
+ enabled: boolean;
8440
+ }>>>;
8379
8441
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8380
8442
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8381
8443
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -8437,12 +8499,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8437
8499
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
8438
8500
  }, "strip", z.ZodTypeAny, {
8439
8501
  channel?: string | null | undefined;
8440
- machineId?: string | null | undefined;
8441
- catalogId?: string | null | undefined;
8442
8502
  customAttributes?: Record<string, any> | null | undefined;
8443
8503
  takeaway?: {
8444
8504
  catalogId?: string | null | undefined;
8445
8505
  } | null | undefined;
8506
+ machineId?: string | null | undefined;
8507
+ catalogId?: string | null | undefined;
8446
8508
  inHouseDelivery?: {
8447
8509
  taxes?: Record<string, {
8448
8510
  inclusive: boolean;
@@ -8574,6 +8636,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8574
8636
  acceptQueue?: boolean | null | undefined;
8575
8637
  anonymousOrder: boolean;
8576
8638
  } | null | undefined;
8639
+ driveThru?: {
8640
+ catalogId?: string | null | undefined;
8641
+ enabled: boolean;
8642
+ } | null | undefined;
8577
8643
  pf_business?: {
8578
8644
  internal?: boolean | null | undefined;
8579
8645
  url?: string | null | undefined;
@@ -8765,12 +8831,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8765
8831
  };
8766
8832
  }, {
8767
8833
  channel?: string | null | undefined;
8768
- machineId?: string | null | undefined;
8769
- catalogId?: string | null | undefined;
8770
8834
  customAttributes?: Record<string, any> | null | undefined;
8771
8835
  takeaway?: {
8772
8836
  catalogId?: string | null | undefined;
8773
8837
  } | null | undefined;
8838
+ machineId?: string | null | undefined;
8839
+ catalogId?: string | null | undefined;
8774
8840
  inHouseDelivery?: {
8775
8841
  taxes?: Record<string, {
8776
8842
  inclusive: boolean;
@@ -8902,6 +8968,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
8902
8968
  acceptQueue?: boolean | null | undefined;
8903
8969
  anonymousOrder: boolean;
8904
8970
  } | null | undefined;
8971
+ driveThru?: {
8972
+ catalogId?: string | null | undefined;
8973
+ enabled: boolean;
8974
+ } | null | undefined;
8905
8975
  pf_business?: {
8906
8976
  internal?: boolean | null | undefined;
8907
8977
  url?: string | null | undefined;
@@ -9167,12 +9237,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9167
9237
  rejectReason?: string | undefined;
9168
9238
  pf_restaurant?: {
9169
9239
  channel?: string | null | undefined;
9170
- machineId?: string | null | undefined;
9171
- catalogId?: string | null | undefined;
9172
9240
  customAttributes?: Record<string, any> | null | undefined;
9173
9241
  takeaway?: {
9174
9242
  catalogId?: string | null | undefined;
9175
9243
  } | null | undefined;
9244
+ machineId?: string | null | undefined;
9245
+ catalogId?: string | null | undefined;
9176
9246
  inHouseDelivery?: {
9177
9247
  taxes?: Record<string, {
9178
9248
  inclusive: boolean;
@@ -9304,6 +9374,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9304
9374
  acceptQueue?: boolean | null | undefined;
9305
9375
  anonymousOrder: boolean;
9306
9376
  } | null | undefined;
9377
+ driveThru?: {
9378
+ catalogId?: string | null | undefined;
9379
+ enabled: boolean;
9380
+ } | null | undefined;
9307
9381
  pf_business?: {
9308
9382
  internal?: boolean | null | undefined;
9309
9383
  url?: string | null | undefined;
@@ -9523,12 +9597,12 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9523
9597
  rejectReason?: string | undefined;
9524
9598
  pf_restaurant?: {
9525
9599
  channel?: string | null | undefined;
9526
- machineId?: string | null | undefined;
9527
- catalogId?: string | null | undefined;
9528
9600
  customAttributes?: Record<string, any> | null | undefined;
9529
9601
  takeaway?: {
9530
9602
  catalogId?: string | null | undefined;
9531
9603
  } | null | undefined;
9604
+ machineId?: string | null | undefined;
9605
+ catalogId?: string | null | undefined;
9532
9606
  inHouseDelivery?: {
9533
9607
  taxes?: Record<string, {
9534
9608
  inclusive: boolean;
@@ -9660,6 +9734,10 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9660
9734
  acceptQueue?: boolean | null | undefined;
9661
9735
  anonymousOrder: boolean;
9662
9736
  } | null | undefined;
9737
+ driveThru?: {
9738
+ catalogId?: string | null | undefined;
9739
+ enabled: boolean;
9740
+ } | null | undefined;
9663
9741
  pf_business?: {
9664
9742
  internal?: boolean | null | undefined;
9665
9743
  url?: string | null | undefined;
@@ -11671,6 +11749,16 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11671
11749
  }, {
11672
11750
  catalogId?: string | null | undefined;
11673
11751
  }>>>;
11752
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11753
+ enabled: z.ZodBoolean;
11754
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11755
+ }, "strip", z.ZodTypeAny, {
11756
+ catalogId?: string | null | undefined;
11757
+ enabled: boolean;
11758
+ }, {
11759
+ catalogId?: string | null | undefined;
11760
+ enabled: boolean;
11761
+ }>>>;
11674
11762
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11675
11763
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11676
11764
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -11732,12 +11820,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11732
11820
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
11733
11821
  }, "strip", z.ZodTypeAny, {
11734
11822
  channel?: string | null | undefined;
11735
- machineId?: string | null | undefined;
11736
- catalogId?: string | null | undefined;
11737
11823
  customAttributes?: Record<string, any> | null | undefined;
11738
11824
  takeaway?: {
11739
11825
  catalogId?: string | null | undefined;
11740
11826
  } | null | undefined;
11827
+ machineId?: string | null | undefined;
11828
+ catalogId?: string | null | undefined;
11741
11829
  inHouseDelivery?: {
11742
11830
  taxes?: Record<string, {
11743
11831
  inclusive: boolean;
@@ -11869,6 +11957,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
11869
11957
  acceptQueue?: boolean | null | undefined;
11870
11958
  anonymousOrder: boolean;
11871
11959
  } | null | undefined;
11960
+ driveThru?: {
11961
+ catalogId?: string | null | undefined;
11962
+ enabled: boolean;
11963
+ } | null | undefined;
11872
11964
  pf_business?: {
11873
11965
  internal?: boolean | null | undefined;
11874
11966
  url?: string | null | undefined;
@@ -12060,12 +12152,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12060
12152
  };
12061
12153
  }, {
12062
12154
  channel?: string | null | undefined;
12063
- machineId?: string | null | undefined;
12064
- catalogId?: string | null | undefined;
12065
12155
  customAttributes?: Record<string, any> | null | undefined;
12066
12156
  takeaway?: {
12067
12157
  catalogId?: string | null | undefined;
12068
12158
  } | null | undefined;
12159
+ machineId?: string | null | undefined;
12160
+ catalogId?: string | null | undefined;
12069
12161
  inHouseDelivery?: {
12070
12162
  taxes?: Record<string, {
12071
12163
  inclusive: boolean;
@@ -12197,6 +12289,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12197
12289
  acceptQueue?: boolean | null | undefined;
12198
12290
  anonymousOrder: boolean;
12199
12291
  } | null | undefined;
12292
+ driveThru?: {
12293
+ catalogId?: string | null | undefined;
12294
+ enabled: boolean;
12295
+ } | null | undefined;
12200
12296
  pf_business?: {
12201
12297
  internal?: boolean | null | undefined;
12202
12298
  url?: string | null | undefined;
@@ -12461,12 +12557,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12461
12557
  rejectReason?: string | undefined;
12462
12558
  pf_restaurant?: {
12463
12559
  channel?: string | null | undefined;
12464
- machineId?: string | null | undefined;
12465
- catalogId?: string | null | undefined;
12466
12560
  customAttributes?: Record<string, any> | null | undefined;
12467
12561
  takeaway?: {
12468
12562
  catalogId?: string | null | undefined;
12469
12563
  } | null | undefined;
12564
+ machineId?: string | null | undefined;
12565
+ catalogId?: string | null | undefined;
12470
12566
  inHouseDelivery?: {
12471
12567
  taxes?: Record<string, {
12472
12568
  inclusive: boolean;
@@ -12598,6 +12694,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12598
12694
  acceptQueue?: boolean | null | undefined;
12599
12695
  anonymousOrder: boolean;
12600
12696
  } | null | undefined;
12697
+ driveThru?: {
12698
+ catalogId?: string | null | undefined;
12699
+ enabled: boolean;
12700
+ } | null | undefined;
12601
12701
  pf_business?: {
12602
12702
  internal?: boolean | null | undefined;
12603
12703
  url?: string | null | undefined;
@@ -12816,12 +12916,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12816
12916
  rejectReason?: string | undefined;
12817
12917
  pf_restaurant?: {
12818
12918
  channel?: string | null | undefined;
12819
- machineId?: string | null | undefined;
12820
- catalogId?: string | null | undefined;
12821
12919
  customAttributes?: Record<string, any> | null | undefined;
12822
12920
  takeaway?: {
12823
12921
  catalogId?: string | null | undefined;
12824
12922
  } | null | undefined;
12923
+ machineId?: string | null | undefined;
12924
+ catalogId?: string | null | undefined;
12825
12925
  inHouseDelivery?: {
12826
12926
  taxes?: Record<string, {
12827
12927
  inclusive: boolean;
@@ -12953,6 +13053,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
12953
13053
  acceptQueue?: boolean | null | undefined;
12954
13054
  anonymousOrder: boolean;
12955
13055
  } | null | undefined;
13056
+ driveThru?: {
13057
+ catalogId?: string | null | undefined;
13058
+ enabled: boolean;
13059
+ } | null | undefined;
12956
13060
  pf_business?: {
12957
13061
  internal?: boolean | null | undefined;
12958
13062
  url?: string | null | undefined;
@@ -14961,6 +15065,16 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14961
15065
  }, {
14962
15066
  catalogId?: string | null | undefined;
14963
15067
  }>>>;
15068
+ driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
15069
+ enabled: z.ZodBoolean;
15070
+ catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
15071
+ }, "strip", z.ZodTypeAny, {
15072
+ catalogId?: string | null | undefined;
15073
+ enabled: boolean;
15074
+ }, {
15075
+ catalogId?: string | null | undefined;
15076
+ enabled: boolean;
15077
+ }>>>;
14964
15078
  couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14965
15079
  apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14966
15080
  remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -15022,12 +15136,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15022
15136
  shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
15023
15137
  }, "strip", z.ZodTypeAny, {
15024
15138
  channel?: string | null | undefined;
15025
- machineId?: string | null | undefined;
15026
- catalogId?: string | null | undefined;
15027
15139
  customAttributes?: Record<string, any> | null | undefined;
15028
15140
  takeaway?: {
15029
15141
  catalogId?: string | null | undefined;
15030
15142
  } | null | undefined;
15143
+ machineId?: string | null | undefined;
15144
+ catalogId?: string | null | undefined;
15031
15145
  inHouseDelivery?: {
15032
15146
  taxes?: Record<string, {
15033
15147
  inclusive: boolean;
@@ -15159,6 +15273,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15159
15273
  acceptQueue?: boolean | null | undefined;
15160
15274
  anonymousOrder: boolean;
15161
15275
  } | null | undefined;
15276
+ driveThru?: {
15277
+ catalogId?: string | null | undefined;
15278
+ enabled: boolean;
15279
+ } | null | undefined;
15162
15280
  pf_business?: {
15163
15281
  internal?: boolean | null | undefined;
15164
15282
  url?: string | null | undefined;
@@ -15350,12 +15468,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15350
15468
  };
15351
15469
  }, {
15352
15470
  channel?: string | null | undefined;
15353
- machineId?: string | null | undefined;
15354
- catalogId?: string | null | undefined;
15355
15471
  customAttributes?: Record<string, any> | null | undefined;
15356
15472
  takeaway?: {
15357
15473
  catalogId?: string | null | undefined;
15358
15474
  } | null | undefined;
15475
+ machineId?: string | null | undefined;
15476
+ catalogId?: string | null | undefined;
15359
15477
  inHouseDelivery?: {
15360
15478
  taxes?: Record<string, {
15361
15479
  inclusive: boolean;
@@ -15487,6 +15605,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15487
15605
  acceptQueue?: boolean | null | undefined;
15488
15606
  anonymousOrder: boolean;
15489
15607
  } | null | undefined;
15608
+ driveThru?: {
15609
+ catalogId?: string | null | undefined;
15610
+ enabled: boolean;
15611
+ } | null | undefined;
15490
15612
  pf_business?: {
15491
15613
  internal?: boolean | null | undefined;
15492
15614
  url?: string | null | undefined;
@@ -15752,12 +15874,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15752
15874
  rejectReason?: string | undefined;
15753
15875
  pf_restaurant?: {
15754
15876
  channel?: string | null | undefined;
15755
- machineId?: string | null | undefined;
15756
- catalogId?: string | null | undefined;
15757
15877
  customAttributes?: Record<string, any> | null | undefined;
15758
15878
  takeaway?: {
15759
15879
  catalogId?: string | null | undefined;
15760
15880
  } | null | undefined;
15881
+ machineId?: string | null | undefined;
15882
+ catalogId?: string | null | undefined;
15761
15883
  inHouseDelivery?: {
15762
15884
  taxes?: Record<string, {
15763
15885
  inclusive: boolean;
@@ -15889,6 +16011,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
15889
16011
  acceptQueue?: boolean | null | undefined;
15890
16012
  anonymousOrder: boolean;
15891
16013
  } | null | undefined;
16014
+ driveThru?: {
16015
+ catalogId?: string | null | undefined;
16016
+ enabled: boolean;
16017
+ } | null | undefined;
15892
16018
  pf_business?: {
15893
16019
  internal?: boolean | null | undefined;
15894
16020
  url?: string | null | undefined;
@@ -16108,12 +16234,12 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16108
16234
  rejectReason?: string | undefined;
16109
16235
  pf_restaurant?: {
16110
16236
  channel?: string | null | undefined;
16111
- machineId?: string | null | undefined;
16112
- catalogId?: string | null | undefined;
16113
16237
  customAttributes?: Record<string, any> | null | undefined;
16114
16238
  takeaway?: {
16115
16239
  catalogId?: string | null | undefined;
16116
16240
  } | null | undefined;
16241
+ machineId?: string | null | undefined;
16242
+ catalogId?: string | null | undefined;
16117
16243
  inHouseDelivery?: {
16118
16244
  taxes?: Record<string, {
16119
16245
  inclusive: boolean;
@@ -16245,6 +16371,10 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
16245
16371
  acceptQueue?: boolean | null | undefined;
16246
16372
  anonymousOrder: boolean;
16247
16373
  } | null | undefined;
16374
+ driveThru?: {
16375
+ catalogId?: string | null | undefined;
16376
+ enabled: boolean;
16377
+ } | null | undefined;
16248
16378
  pf_business?: {
16249
16379
  internal?: boolean | null | undefined;
16250
16380
  url?: string | null | undefined;