@feedmepos/mf-order-setting 0.0.34 → 0.0.35

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 (44) hide show
  1. package/dist/{KioskDevicesView-BHzBoF_O.js → KioskDevicesView-wPKewwAS.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-C5JpMDP_.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BCJPU2la.js} +2 -2
  3. package/dist/{KioskSettingView-i8tgH3dF.js → KioskSettingView-CV54HpY2.js} +142 -140
  4. package/dist/{KioskView-DW7vX6rJ.js → KioskView-B4mggCt0.js} +4 -4
  5. package/dist/OrderSettingsView-Cp3aV3Ps.js +50624 -0
  6. package/dist/{app-C15xKXga.js → app-DlQj6ZP0.js} +20 -15
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-KE7XM_kc.js → dayjs.min-C_sCJHuD.js} +1 -1
  9. package/dist/frontend/mf-order/src/app.d.ts +5 -0
  10. package/dist/frontend/mf-order/src/main.d.ts +5 -0
  11. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +393 -393
  12. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +75 -75
  13. package/dist/frontend/mf-order/src/stores/table-settings.d.ts +2 -0
  14. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +50 -50
  15. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +5 -0
  16. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +2 -0
  17. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  18. package/dist/{index-DGfFxIZo.js → index-Cvhc_ltu.js} +2 -2
  19. package/dist/menu.dto-CeUdKgTW.js +103445 -0
  20. package/dist/package/entity/booking/booking.do.d.ts +502 -502
  21. package/dist/package/entity/delivery/delivery.dto.d.ts +100 -100
  22. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +17 -0
  23. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1973 -836
  24. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +32 -0
  25. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +555 -555
  26. package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
  27. package/dist/package/entity/order/order.do.d.ts +5 -0
  28. package/dist/package/entity/order/order.dto.d.ts +208 -200
  29. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +4 -4
  30. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +100 -100
  31. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +100 -100
  32. package/dist/package/entity/order-platform/menu.dto.d.ts +410 -410
  33. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +100 -100
  34. package/dist/package/entity/queue/queue.do.d.ts +34 -34
  35. package/package.json +3 -3
  36. package/src/locales/en-US.json +2 -0
  37. package/src/locales/th-TH.json +2 -0
  38. package/src/locales/zh-CN.json +1 -0
  39. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +11 -1
  40. package/src/views/order-settings/delivery/DeliverySetting.vue +11 -16
  41. package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +26 -9
  42. package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +12 -1
  43. package/dist/OrderSettingsView-D3SQHET3.js +0 -74796
  44. package/dist/menu.dto-CLARGRsi.js +0 -126428
@@ -2091,31 +2091,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2091
2091
  }>>>;
2092
2092
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
2093
2093
  }, "strip", z.ZodTypeAny, {
2094
- pickup?: {
2095
- catalogId?: string | null | undefined;
2096
- autoAccept?: boolean | null | undefined;
2097
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2098
- offlinePaymentTypes?: {
2099
- name: string;
2100
- instruction: string;
2101
- }[] | null | undefined;
2102
- autoAcceptPaidOnly?: boolean | null | undefined;
2103
- ignoreStock?: boolean | null | undefined;
2104
- pickupTime?: {
2105
- day: {
2106
- max: number;
2107
- min: number;
2108
- };
2109
- } | null | undefined;
2110
- pickupPointConfig?: {
2111
- restaurantEnable: boolean;
2112
- points: {
2113
- name: string;
2114
- address: string;
2115
- coordinates: number[];
2116
- }[];
2117
- } | null | undefined;
2118
- } | null | undefined;
2119
2094
  channel?: string | null | undefined;
2120
2095
  machineId?: string | null | undefined;
2121
2096
  catalogId?: string | null | undefined;
@@ -2217,6 +2192,31 @@ export declare const FdoBookingBase: z.ZodObject<{
2217
2192
  }[];
2218
2193
  term: string;
2219
2194
  } | null | undefined;
2195
+ pickup?: {
2196
+ catalogId?: string | null | undefined;
2197
+ autoAccept?: boolean | null | undefined;
2198
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2199
+ offlinePaymentTypes?: {
2200
+ name: string;
2201
+ instruction: string;
2202
+ }[] | null | undefined;
2203
+ autoAcceptPaidOnly?: boolean | null | undefined;
2204
+ ignoreStock?: boolean | null | undefined;
2205
+ pickupTime?: {
2206
+ day: {
2207
+ max: number;
2208
+ min: number;
2209
+ };
2210
+ } | null | undefined;
2211
+ pickupPointConfig?: {
2212
+ restaurantEnable: boolean;
2213
+ points: {
2214
+ name: string;
2215
+ address: string;
2216
+ coordinates: number[];
2217
+ }[];
2218
+ } | null | undefined;
2219
+ } | null | undefined;
2220
2220
  dineIn?: {
2221
2221
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2222
2222
  offlinePaymentTypes?: {
@@ -2470,31 +2470,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2470
2470
  regNo: string;
2471
2471
  };
2472
2472
  }, {
2473
- pickup?: {
2474
- catalogId?: string | null | undefined;
2475
- autoAccept?: boolean | null | undefined;
2476
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2477
- offlinePaymentTypes?: {
2478
- name: string;
2479
- instruction: string;
2480
- }[] | null | undefined;
2481
- autoAcceptPaidOnly?: boolean | null | undefined;
2482
- ignoreStock?: boolean | null | undefined;
2483
- pickupTime?: {
2484
- day: {
2485
- max: number;
2486
- min: number;
2487
- };
2488
- } | null | undefined;
2489
- pickupPointConfig?: {
2490
- restaurantEnable: boolean;
2491
- points: {
2492
- name: string;
2493
- address: string;
2494
- coordinates: number[];
2495
- }[];
2496
- } | null | undefined;
2497
- } | null | undefined;
2498
2473
  channel?: string | null | undefined;
2499
2474
  machineId?: string | null | undefined;
2500
2475
  catalogId?: string | null | undefined;
@@ -2596,6 +2571,31 @@ export declare const FdoBookingBase: z.ZodObject<{
2596
2571
  }[];
2597
2572
  term: string;
2598
2573
  } | null | undefined;
2574
+ pickup?: {
2575
+ catalogId?: string | null | undefined;
2576
+ autoAccept?: boolean | null | undefined;
2577
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2578
+ offlinePaymentTypes?: {
2579
+ name: string;
2580
+ instruction: string;
2581
+ }[] | null | undefined;
2582
+ autoAcceptPaidOnly?: boolean | null | undefined;
2583
+ ignoreStock?: boolean | null | undefined;
2584
+ pickupTime?: {
2585
+ day: {
2586
+ max: number;
2587
+ min: number;
2588
+ };
2589
+ } | null | undefined;
2590
+ pickupPointConfig?: {
2591
+ restaurantEnable: boolean;
2592
+ points: {
2593
+ name: string;
2594
+ address: string;
2595
+ coordinates: number[];
2596
+ }[];
2597
+ } | null | undefined;
2598
+ } | null | undefined;
2599
2599
  dineIn?: {
2600
2600
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2601
2601
  offlinePaymentTypes?: {
@@ -2920,31 +2920,6 @@ export declare const FdoBookingBase: z.ZodObject<{
2920
2920
  userId?: string | undefined;
2921
2921
  rejectReason?: string | undefined;
2922
2922
  pf_restaurant?: {
2923
- pickup?: {
2924
- catalogId?: string | null | undefined;
2925
- autoAccept?: boolean | null | undefined;
2926
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2927
- offlinePaymentTypes?: {
2928
- name: string;
2929
- instruction: string;
2930
- }[] | null | undefined;
2931
- autoAcceptPaidOnly?: boolean | null | undefined;
2932
- ignoreStock?: boolean | null | undefined;
2933
- pickupTime?: {
2934
- day: {
2935
- max: number;
2936
- min: number;
2937
- };
2938
- } | null | undefined;
2939
- pickupPointConfig?: {
2940
- restaurantEnable: boolean;
2941
- points: {
2942
- name: string;
2943
- address: string;
2944
- coordinates: number[];
2945
- }[];
2946
- } | null | undefined;
2947
- } | null | undefined;
2948
2923
  channel?: string | null | undefined;
2949
2924
  machineId?: string | null | undefined;
2950
2925
  catalogId?: string | null | undefined;
@@ -3046,6 +3021,31 @@ export declare const FdoBookingBase: z.ZodObject<{
3046
3021
  }[];
3047
3022
  term: string;
3048
3023
  } | null | undefined;
3024
+ pickup?: {
3025
+ catalogId?: string | null | undefined;
3026
+ autoAccept?: boolean | null | undefined;
3027
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3028
+ offlinePaymentTypes?: {
3029
+ name: string;
3030
+ instruction: string;
3031
+ }[] | null | undefined;
3032
+ autoAcceptPaidOnly?: boolean | null | undefined;
3033
+ ignoreStock?: boolean | null | undefined;
3034
+ pickupTime?: {
3035
+ day: {
3036
+ max: number;
3037
+ min: number;
3038
+ };
3039
+ } | null | undefined;
3040
+ pickupPointConfig?: {
3041
+ restaurantEnable: boolean;
3042
+ points: {
3043
+ name: string;
3044
+ address: string;
3045
+ coordinates: number[];
3046
+ }[];
3047
+ } | null | undefined;
3048
+ } | null | undefined;
3049
3049
  dineIn?: {
3050
3050
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3051
3051
  offlinePaymentTypes?: {
@@ -3326,31 +3326,6 @@ export declare const FdoBookingBase: z.ZodObject<{
3326
3326
  userId?: string | undefined;
3327
3327
  rejectReason?: string | undefined;
3328
3328
  pf_restaurant?: {
3329
- pickup?: {
3330
- catalogId?: string | null | undefined;
3331
- autoAccept?: boolean | null | undefined;
3332
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3333
- offlinePaymentTypes?: {
3334
- name: string;
3335
- instruction: string;
3336
- }[] | null | undefined;
3337
- autoAcceptPaidOnly?: boolean | null | undefined;
3338
- ignoreStock?: boolean | null | undefined;
3339
- pickupTime?: {
3340
- day: {
3341
- max: number;
3342
- min: number;
3343
- };
3344
- } | null | undefined;
3345
- pickupPointConfig?: {
3346
- restaurantEnable: boolean;
3347
- points: {
3348
- name: string;
3349
- address: string;
3350
- coordinates: number[];
3351
- }[];
3352
- } | null | undefined;
3353
- } | null | undefined;
3354
3329
  channel?: string | null | undefined;
3355
3330
  machineId?: string | null | undefined;
3356
3331
  catalogId?: string | null | undefined;
@@ -3452,6 +3427,31 @@ export declare const FdoBookingBase: z.ZodObject<{
3452
3427
  }[];
3453
3428
  term: string;
3454
3429
  } | null | undefined;
3430
+ pickup?: {
3431
+ catalogId?: string | null | undefined;
3432
+ autoAccept?: boolean | null | undefined;
3433
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3434
+ offlinePaymentTypes?: {
3435
+ name: string;
3436
+ instruction: string;
3437
+ }[] | null | undefined;
3438
+ autoAcceptPaidOnly?: boolean | null | undefined;
3439
+ ignoreStock?: boolean | null | undefined;
3440
+ pickupTime?: {
3441
+ day: {
3442
+ max: number;
3443
+ min: number;
3444
+ };
3445
+ } | null | undefined;
3446
+ pickupPointConfig?: {
3447
+ restaurantEnable: boolean;
3448
+ points: {
3449
+ name: string;
3450
+ address: string;
3451
+ coordinates: number[];
3452
+ }[];
3453
+ } | null | undefined;
3454
+ } | null | undefined;
3455
3455
  dineIn?: {
3456
3456
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3457
3457
  offlinePaymentTypes?: {
@@ -5820,31 +5820,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5820
5820
  }>>>;
5821
5821
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5822
5822
  }, "strip", z.ZodTypeAny, {
5823
- pickup?: {
5824
- catalogId?: string | null | undefined;
5825
- autoAccept?: boolean | null | undefined;
5826
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5827
- offlinePaymentTypes?: {
5828
- name: string;
5829
- instruction: string;
5830
- }[] | null | undefined;
5831
- autoAcceptPaidOnly?: boolean | null | undefined;
5832
- ignoreStock?: boolean | null | undefined;
5833
- pickupTime?: {
5834
- day: {
5835
- max: number;
5836
- min: number;
5837
- };
5838
- } | null | undefined;
5839
- pickupPointConfig?: {
5840
- restaurantEnable: boolean;
5841
- points: {
5842
- name: string;
5843
- address: string;
5844
- coordinates: number[];
5845
- }[];
5846
- } | null | undefined;
5847
- } | null | undefined;
5848
5823
  channel?: string | null | undefined;
5849
5824
  machineId?: string | null | undefined;
5850
5825
  catalogId?: string | null | undefined;
@@ -5946,6 +5921,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
5946
5921
  }[];
5947
5922
  term: string;
5948
5923
  } | null | undefined;
5924
+ pickup?: {
5925
+ catalogId?: string | null | undefined;
5926
+ autoAccept?: boolean | null | undefined;
5927
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5928
+ offlinePaymentTypes?: {
5929
+ name: string;
5930
+ instruction: string;
5931
+ }[] | null | undefined;
5932
+ autoAcceptPaidOnly?: boolean | null | undefined;
5933
+ ignoreStock?: boolean | null | undefined;
5934
+ pickupTime?: {
5935
+ day: {
5936
+ max: number;
5937
+ min: number;
5938
+ };
5939
+ } | null | undefined;
5940
+ pickupPointConfig?: {
5941
+ restaurantEnable: boolean;
5942
+ points: {
5943
+ name: string;
5944
+ address: string;
5945
+ coordinates: number[];
5946
+ }[];
5947
+ } | null | undefined;
5948
+ } | null | undefined;
5949
5949
  dineIn?: {
5950
5950
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5951
5951
  offlinePaymentTypes?: {
@@ -6199,31 +6199,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6199
6199
  regNo: string;
6200
6200
  };
6201
6201
  }, {
6202
- pickup?: {
6203
- catalogId?: string | null | undefined;
6204
- autoAccept?: boolean | null | undefined;
6205
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6206
- offlinePaymentTypes?: {
6207
- name: string;
6208
- instruction: string;
6209
- }[] | null | undefined;
6210
- autoAcceptPaidOnly?: boolean | null | undefined;
6211
- ignoreStock?: boolean | null | undefined;
6212
- pickupTime?: {
6213
- day: {
6214
- max: number;
6215
- min: number;
6216
- };
6217
- } | null | undefined;
6218
- pickupPointConfig?: {
6219
- restaurantEnable: boolean;
6220
- points: {
6221
- name: string;
6222
- address: string;
6223
- coordinates: number[];
6224
- }[];
6225
- } | null | undefined;
6226
- } | null | undefined;
6227
6202
  channel?: string | null | undefined;
6228
6203
  machineId?: string | null | undefined;
6229
6204
  catalogId?: string | null | undefined;
@@ -6325,6 +6300,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6325
6300
  }[];
6326
6301
  term: string;
6327
6302
  } | null | undefined;
6303
+ pickup?: {
6304
+ catalogId?: string | null | undefined;
6305
+ autoAccept?: boolean | null | undefined;
6306
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6307
+ offlinePaymentTypes?: {
6308
+ name: string;
6309
+ instruction: string;
6310
+ }[] | null | undefined;
6311
+ autoAcceptPaidOnly?: boolean | null | undefined;
6312
+ ignoreStock?: boolean | null | undefined;
6313
+ pickupTime?: {
6314
+ day: {
6315
+ max: number;
6316
+ min: number;
6317
+ };
6318
+ } | null | undefined;
6319
+ pickupPointConfig?: {
6320
+ restaurantEnable: boolean;
6321
+ points: {
6322
+ name: string;
6323
+ address: string;
6324
+ coordinates: number[];
6325
+ }[];
6326
+ } | null | undefined;
6327
+ } | null | undefined;
6328
6328
  dineIn?: {
6329
6329
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6330
6330
  offlinePaymentTypes?: {
@@ -6651,31 +6651,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6651
6651
  userId?: string | undefined;
6652
6652
  rejectReason?: string | undefined;
6653
6653
  pf_restaurant?: {
6654
- pickup?: {
6655
- catalogId?: string | null | undefined;
6656
- autoAccept?: boolean | null | undefined;
6657
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6658
- offlinePaymentTypes?: {
6659
- name: string;
6660
- instruction: string;
6661
- }[] | null | undefined;
6662
- autoAcceptPaidOnly?: boolean | null | undefined;
6663
- ignoreStock?: boolean | null | undefined;
6664
- pickupTime?: {
6665
- day: {
6666
- max: number;
6667
- min: number;
6668
- };
6669
- } | null | undefined;
6670
- pickupPointConfig?: {
6671
- restaurantEnable: boolean;
6672
- points: {
6673
- name: string;
6674
- address: string;
6675
- coordinates: number[];
6676
- }[];
6677
- } | null | undefined;
6678
- } | null | undefined;
6679
6654
  channel?: string | null | undefined;
6680
6655
  machineId?: string | null | undefined;
6681
6656
  catalogId?: string | null | undefined;
@@ -6777,6 +6752,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
6777
6752
  }[];
6778
6753
  term: string;
6779
6754
  } | null | undefined;
6755
+ pickup?: {
6756
+ catalogId?: string | null | undefined;
6757
+ autoAccept?: boolean | null | undefined;
6758
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6759
+ offlinePaymentTypes?: {
6760
+ name: string;
6761
+ instruction: string;
6762
+ }[] | null | undefined;
6763
+ autoAcceptPaidOnly?: boolean | null | undefined;
6764
+ ignoreStock?: boolean | null | undefined;
6765
+ pickupTime?: {
6766
+ day: {
6767
+ max: number;
6768
+ min: number;
6769
+ };
6770
+ } | null | undefined;
6771
+ pickupPointConfig?: {
6772
+ restaurantEnable: boolean;
6773
+ points: {
6774
+ name: string;
6775
+ address: string;
6776
+ coordinates: number[];
6777
+ }[];
6778
+ } | null | undefined;
6779
+ } | null | undefined;
6780
6780
  dineIn?: {
6781
6781
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
6782
6782
  offlinePaymentTypes?: {
@@ -7057,31 +7057,6 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7057
7057
  userId?: string | undefined;
7058
7058
  rejectReason?: string | undefined;
7059
7059
  pf_restaurant?: {
7060
- pickup?: {
7061
- catalogId?: string | null | undefined;
7062
- autoAccept?: boolean | null | undefined;
7063
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
7064
- offlinePaymentTypes?: {
7065
- name: string;
7066
- instruction: string;
7067
- }[] | null | undefined;
7068
- autoAcceptPaidOnly?: boolean | null | undefined;
7069
- ignoreStock?: boolean | null | undefined;
7070
- pickupTime?: {
7071
- day: {
7072
- max: number;
7073
- min: number;
7074
- };
7075
- } | null | undefined;
7076
- pickupPointConfig?: {
7077
- restaurantEnable: boolean;
7078
- points: {
7079
- name: string;
7080
- address: string;
7081
- coordinates: number[];
7082
- }[];
7083
- } | null | undefined;
7084
- } | null | undefined;
7085
7060
  channel?: string | null | undefined;
7086
7061
  machineId?: string | null | undefined;
7087
7062
  catalogId?: string | null | undefined;
@@ -7183,6 +7158,31 @@ export declare const FdoBookingQueue: z.ZodObject<z.extendShape<{
7183
7158
  }[];
7184
7159
  term: string;
7185
7160
  } | null | undefined;
7161
+ pickup?: {
7162
+ catalogId?: string | null | undefined;
7163
+ autoAccept?: boolean | null | undefined;
7164
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
7165
+ offlinePaymentTypes?: {
7166
+ name: string;
7167
+ instruction: string;
7168
+ }[] | null | undefined;
7169
+ autoAcceptPaidOnly?: boolean | null | undefined;
7170
+ ignoreStock?: boolean | null | undefined;
7171
+ pickupTime?: {
7172
+ day: {
7173
+ max: number;
7174
+ min: number;
7175
+ };
7176
+ } | null | undefined;
7177
+ pickupPointConfig?: {
7178
+ restaurantEnable: boolean;
7179
+ points: {
7180
+ name: string;
7181
+ address: string;
7182
+ coordinates: number[];
7183
+ }[];
7184
+ } | null | undefined;
7185
+ } | null | undefined;
7186
7186
  dineIn?: {
7187
7187
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
7188
7188
  offlinePaymentTypes?: {
@@ -9552,31 +9552,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9552
9552
  }>>>;
9553
9553
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
9554
9554
  }, "strip", z.ZodTypeAny, {
9555
- pickup?: {
9556
- catalogId?: string | null | undefined;
9557
- autoAccept?: boolean | null | undefined;
9558
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9559
- offlinePaymentTypes?: {
9560
- name: string;
9561
- instruction: string;
9562
- }[] | null | undefined;
9563
- autoAcceptPaidOnly?: boolean | null | undefined;
9564
- ignoreStock?: boolean | null | undefined;
9565
- pickupTime?: {
9566
- day: {
9567
- max: number;
9568
- min: number;
9569
- };
9570
- } | null | undefined;
9571
- pickupPointConfig?: {
9572
- restaurantEnable: boolean;
9573
- points: {
9574
- name: string;
9575
- address: string;
9576
- coordinates: number[];
9577
- }[];
9578
- } | null | undefined;
9579
- } | null | undefined;
9580
9555
  channel?: string | null | undefined;
9581
9556
  machineId?: string | null | undefined;
9582
9557
  catalogId?: string | null | undefined;
@@ -9678,6 +9653,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9678
9653
  }[];
9679
9654
  term: string;
9680
9655
  } | null | undefined;
9656
+ pickup?: {
9657
+ catalogId?: string | null | undefined;
9658
+ autoAccept?: boolean | null | undefined;
9659
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9660
+ offlinePaymentTypes?: {
9661
+ name: string;
9662
+ instruction: string;
9663
+ }[] | null | undefined;
9664
+ autoAcceptPaidOnly?: boolean | null | undefined;
9665
+ ignoreStock?: boolean | null | undefined;
9666
+ pickupTime?: {
9667
+ day: {
9668
+ max: number;
9669
+ min: number;
9670
+ };
9671
+ } | null | undefined;
9672
+ pickupPointConfig?: {
9673
+ restaurantEnable: boolean;
9674
+ points: {
9675
+ name: string;
9676
+ address: string;
9677
+ coordinates: number[];
9678
+ }[];
9679
+ } | null | undefined;
9680
+ } | null | undefined;
9681
9681
  dineIn?: {
9682
9682
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9683
9683
  offlinePaymentTypes?: {
@@ -9931,31 +9931,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
9931
9931
  regNo: string;
9932
9932
  };
9933
9933
  }, {
9934
- pickup?: {
9935
- catalogId?: string | null | undefined;
9936
- autoAccept?: boolean | null | undefined;
9937
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
9938
- offlinePaymentTypes?: {
9939
- name: string;
9940
- instruction: string;
9941
- }[] | null | undefined;
9942
- autoAcceptPaidOnly?: boolean | null | undefined;
9943
- ignoreStock?: boolean | null | undefined;
9944
- pickupTime?: {
9945
- day: {
9946
- max: number;
9947
- min: number;
9948
- };
9949
- } | null | undefined;
9950
- pickupPointConfig?: {
9951
- restaurantEnable: boolean;
9952
- points: {
9953
- name: string;
9954
- address: string;
9955
- coordinates: number[];
9956
- }[];
9957
- } | null | undefined;
9958
- } | null | undefined;
9959
9934
  channel?: string | null | undefined;
9960
9935
  machineId?: string | null | undefined;
9961
9936
  catalogId?: string | null | undefined;
@@ -10054,8 +10029,33 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10054
10029
  amount: number;
10055
10030
  precision: number;
10056
10031
  };
10057
- }[];
10058
- term: string;
10032
+ }[];
10033
+ term: string;
10034
+ } | null | undefined;
10035
+ pickup?: {
10036
+ catalogId?: string | null | undefined;
10037
+ autoAccept?: boolean | null | undefined;
10038
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10039
+ offlinePaymentTypes?: {
10040
+ name: string;
10041
+ instruction: string;
10042
+ }[] | null | undefined;
10043
+ autoAcceptPaidOnly?: boolean | null | undefined;
10044
+ ignoreStock?: boolean | null | undefined;
10045
+ pickupTime?: {
10046
+ day: {
10047
+ max: number;
10048
+ min: number;
10049
+ };
10050
+ } | null | undefined;
10051
+ pickupPointConfig?: {
10052
+ restaurantEnable: boolean;
10053
+ points: {
10054
+ name: string;
10055
+ address: string;
10056
+ coordinates: number[];
10057
+ }[];
10058
+ } | null | undefined;
10059
10059
  } | null | undefined;
10060
10060
  dineIn?: {
10061
10061
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
@@ -10384,31 +10384,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10384
10384
  userId?: string | undefined;
10385
10385
  rejectReason?: string | undefined;
10386
10386
  pf_restaurant?: {
10387
- pickup?: {
10388
- catalogId?: string | null | undefined;
10389
- autoAccept?: boolean | null | undefined;
10390
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10391
- offlinePaymentTypes?: {
10392
- name: string;
10393
- instruction: string;
10394
- }[] | null | undefined;
10395
- autoAcceptPaidOnly?: boolean | null | undefined;
10396
- ignoreStock?: boolean | null | undefined;
10397
- pickupTime?: {
10398
- day: {
10399
- max: number;
10400
- min: number;
10401
- };
10402
- } | null | undefined;
10403
- pickupPointConfig?: {
10404
- restaurantEnable: boolean;
10405
- points: {
10406
- name: string;
10407
- address: string;
10408
- coordinates: number[];
10409
- }[];
10410
- } | null | undefined;
10411
- } | null | undefined;
10412
10387
  channel?: string | null | undefined;
10413
10388
  machineId?: string | null | undefined;
10414
10389
  catalogId?: string | null | undefined;
@@ -10510,6 +10485,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10510
10485
  }[];
10511
10486
  term: string;
10512
10487
  } | null | undefined;
10488
+ pickup?: {
10489
+ catalogId?: string | null | undefined;
10490
+ autoAccept?: boolean | null | undefined;
10491
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10492
+ offlinePaymentTypes?: {
10493
+ name: string;
10494
+ instruction: string;
10495
+ }[] | null | undefined;
10496
+ autoAcceptPaidOnly?: boolean | null | undefined;
10497
+ ignoreStock?: boolean | null | undefined;
10498
+ pickupTime?: {
10499
+ day: {
10500
+ max: number;
10501
+ min: number;
10502
+ };
10503
+ } | null | undefined;
10504
+ pickupPointConfig?: {
10505
+ restaurantEnable: boolean;
10506
+ points: {
10507
+ name: string;
10508
+ address: string;
10509
+ coordinates: number[];
10510
+ }[];
10511
+ } | null | undefined;
10512
+ } | null | undefined;
10513
10513
  dineIn?: {
10514
10514
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10515
10515
  offlinePaymentTypes?: {
@@ -10791,31 +10791,6 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10791
10791
  userId?: string | undefined;
10792
10792
  rejectReason?: string | undefined;
10793
10793
  pf_restaurant?: {
10794
- pickup?: {
10795
- catalogId?: string | null | undefined;
10796
- autoAccept?: boolean | null | undefined;
10797
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10798
- offlinePaymentTypes?: {
10799
- name: string;
10800
- instruction: string;
10801
- }[] | null | undefined;
10802
- autoAcceptPaidOnly?: boolean | null | undefined;
10803
- ignoreStock?: boolean | null | undefined;
10804
- pickupTime?: {
10805
- day: {
10806
- max: number;
10807
- min: number;
10808
- };
10809
- } | null | undefined;
10810
- pickupPointConfig?: {
10811
- restaurantEnable: boolean;
10812
- points: {
10813
- name: string;
10814
- address: string;
10815
- coordinates: number[];
10816
- }[];
10817
- } | null | undefined;
10818
- } | null | undefined;
10819
10794
  channel?: string | null | undefined;
10820
10795
  machineId?: string | null | undefined;
10821
10796
  catalogId?: string | null | undefined;
@@ -10917,6 +10892,31 @@ export declare const FdoBookingReservation: z.ZodObject<z.extendShape<{
10917
10892
  }[];
10918
10893
  term: string;
10919
10894
  } | null | undefined;
10895
+ pickup?: {
10896
+ catalogId?: string | null | undefined;
10897
+ autoAccept?: boolean | null | undefined;
10898
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10899
+ offlinePaymentTypes?: {
10900
+ name: string;
10901
+ instruction: string;
10902
+ }[] | null | undefined;
10903
+ autoAcceptPaidOnly?: boolean | null | undefined;
10904
+ ignoreStock?: boolean | null | undefined;
10905
+ pickupTime?: {
10906
+ day: {
10907
+ max: number;
10908
+ min: number;
10909
+ };
10910
+ } | null | undefined;
10911
+ pickupPointConfig?: {
10912
+ restaurantEnable: boolean;
10913
+ points: {
10914
+ name: string;
10915
+ address: string;
10916
+ coordinates: number[];
10917
+ }[];
10918
+ } | null | undefined;
10919
+ } | null | undefined;
10920
10920
  dineIn?: {
10921
10921
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
10922
10922
  offlinePaymentTypes?: {
@@ -13287,31 +13287,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13287
13287
  }>>>;
13288
13288
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
13289
13289
  }, "strip", z.ZodTypeAny, {
13290
- pickup?: {
13291
- catalogId?: string | null | undefined;
13292
- autoAccept?: boolean | null | undefined;
13293
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13294
- offlinePaymentTypes?: {
13295
- name: string;
13296
- instruction: string;
13297
- }[] | null | undefined;
13298
- autoAcceptPaidOnly?: boolean | null | undefined;
13299
- ignoreStock?: boolean | null | undefined;
13300
- pickupTime?: {
13301
- day: {
13302
- max: number;
13303
- min: number;
13304
- };
13305
- } | null | undefined;
13306
- pickupPointConfig?: {
13307
- restaurantEnable: boolean;
13308
- points: {
13309
- name: string;
13310
- address: string;
13311
- coordinates: number[];
13312
- }[];
13313
- } | null | undefined;
13314
- } | null | undefined;
13315
13290
  channel?: string | null | undefined;
13316
13291
  machineId?: string | null | undefined;
13317
13292
  catalogId?: string | null | undefined;
@@ -13413,6 +13388,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13413
13388
  }[];
13414
13389
  term: string;
13415
13390
  } | null | undefined;
13391
+ pickup?: {
13392
+ catalogId?: string | null | undefined;
13393
+ autoAccept?: boolean | null | undefined;
13394
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13395
+ offlinePaymentTypes?: {
13396
+ name: string;
13397
+ instruction: string;
13398
+ }[] | null | undefined;
13399
+ autoAcceptPaidOnly?: boolean | null | undefined;
13400
+ ignoreStock?: boolean | null | undefined;
13401
+ pickupTime?: {
13402
+ day: {
13403
+ max: number;
13404
+ min: number;
13405
+ };
13406
+ } | null | undefined;
13407
+ pickupPointConfig?: {
13408
+ restaurantEnable: boolean;
13409
+ points: {
13410
+ name: string;
13411
+ address: string;
13412
+ coordinates: number[];
13413
+ }[];
13414
+ } | null | undefined;
13415
+ } | null | undefined;
13416
13416
  dineIn?: {
13417
13417
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13418
13418
  offlinePaymentTypes?: {
@@ -13666,31 +13666,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13666
13666
  regNo: string;
13667
13667
  };
13668
13668
  }, {
13669
- pickup?: {
13670
- catalogId?: string | null | undefined;
13671
- autoAccept?: boolean | null | undefined;
13672
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13673
- offlinePaymentTypes?: {
13674
- name: string;
13675
- instruction: string;
13676
- }[] | null | undefined;
13677
- autoAcceptPaidOnly?: boolean | null | undefined;
13678
- ignoreStock?: boolean | null | undefined;
13679
- pickupTime?: {
13680
- day: {
13681
- max: number;
13682
- min: number;
13683
- };
13684
- } | null | undefined;
13685
- pickupPointConfig?: {
13686
- restaurantEnable: boolean;
13687
- points: {
13688
- name: string;
13689
- address: string;
13690
- coordinates: number[];
13691
- }[];
13692
- } | null | undefined;
13693
- } | null | undefined;
13694
13669
  channel?: string | null | undefined;
13695
13670
  machineId?: string | null | undefined;
13696
13671
  catalogId?: string | null | undefined;
@@ -13792,6 +13767,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
13792
13767
  }[];
13793
13768
  term: string;
13794
13769
  } | null | undefined;
13770
+ pickup?: {
13771
+ catalogId?: string | null | undefined;
13772
+ autoAccept?: boolean | null | undefined;
13773
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13774
+ offlinePaymentTypes?: {
13775
+ name: string;
13776
+ instruction: string;
13777
+ }[] | null | undefined;
13778
+ autoAcceptPaidOnly?: boolean | null | undefined;
13779
+ ignoreStock?: boolean | null | undefined;
13780
+ pickupTime?: {
13781
+ day: {
13782
+ max: number;
13783
+ min: number;
13784
+ };
13785
+ } | null | undefined;
13786
+ pickupPointConfig?: {
13787
+ restaurantEnable: boolean;
13788
+ points: {
13789
+ name: string;
13790
+ address: string;
13791
+ coordinates: number[];
13792
+ }[];
13793
+ } | null | undefined;
13794
+ } | null | undefined;
13795
13795
  dineIn?: {
13796
13796
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
13797
13797
  offlinePaymentTypes?: {
@@ -14118,31 +14118,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14118
14118
  userId?: string | undefined;
14119
14119
  rejectReason?: string | undefined;
14120
14120
  pf_restaurant?: {
14121
- pickup?: {
14122
- catalogId?: string | null | undefined;
14123
- autoAccept?: boolean | null | undefined;
14124
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14125
- offlinePaymentTypes?: {
14126
- name: string;
14127
- instruction: string;
14128
- }[] | null | undefined;
14129
- autoAcceptPaidOnly?: boolean | null | undefined;
14130
- ignoreStock?: boolean | null | undefined;
14131
- pickupTime?: {
14132
- day: {
14133
- max: number;
14134
- min: number;
14135
- };
14136
- } | null | undefined;
14137
- pickupPointConfig?: {
14138
- restaurantEnable: boolean;
14139
- points: {
14140
- name: string;
14141
- address: string;
14142
- coordinates: number[];
14143
- }[];
14144
- } | null | undefined;
14145
- } | null | undefined;
14146
14121
  channel?: string | null | undefined;
14147
14122
  machineId?: string | null | undefined;
14148
14123
  catalogId?: string | null | undefined;
@@ -14244,6 +14219,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14244
14219
  }[];
14245
14220
  term: string;
14246
14221
  } | null | undefined;
14222
+ pickup?: {
14223
+ catalogId?: string | null | undefined;
14224
+ autoAccept?: boolean | null | undefined;
14225
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14226
+ offlinePaymentTypes?: {
14227
+ name: string;
14228
+ instruction: string;
14229
+ }[] | null | undefined;
14230
+ autoAcceptPaidOnly?: boolean | null | undefined;
14231
+ ignoreStock?: boolean | null | undefined;
14232
+ pickupTime?: {
14233
+ day: {
14234
+ max: number;
14235
+ min: number;
14236
+ };
14237
+ } | null | undefined;
14238
+ pickupPointConfig?: {
14239
+ restaurantEnable: boolean;
14240
+ points: {
14241
+ name: string;
14242
+ address: string;
14243
+ coordinates: number[];
14244
+ }[];
14245
+ } | null | undefined;
14246
+ } | null | undefined;
14247
14247
  dineIn?: {
14248
14248
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14249
14249
  offlinePaymentTypes?: {
@@ -14524,31 +14524,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14524
14524
  userId?: string | undefined;
14525
14525
  rejectReason?: string | undefined;
14526
14526
  pf_restaurant?: {
14527
- pickup?: {
14528
- catalogId?: string | null | undefined;
14529
- autoAccept?: boolean | null | undefined;
14530
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14531
- offlinePaymentTypes?: {
14532
- name: string;
14533
- instruction: string;
14534
- }[] | null | undefined;
14535
- autoAcceptPaidOnly?: boolean | null | undefined;
14536
- ignoreStock?: boolean | null | undefined;
14537
- pickupTime?: {
14538
- day: {
14539
- max: number;
14540
- min: number;
14541
- };
14542
- } | null | undefined;
14543
- pickupPointConfig?: {
14544
- restaurantEnable: boolean;
14545
- points: {
14546
- name: string;
14547
- address: string;
14548
- coordinates: number[];
14549
- }[];
14550
- } | null | undefined;
14551
- } | null | undefined;
14552
14527
  channel?: string | null | undefined;
14553
14528
  machineId?: string | null | undefined;
14554
14529
  catalogId?: string | null | undefined;
@@ -14650,6 +14625,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
14650
14625
  }[];
14651
14626
  term: string;
14652
14627
  } | null | undefined;
14628
+ pickup?: {
14629
+ catalogId?: string | null | undefined;
14630
+ autoAccept?: boolean | null | undefined;
14631
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14632
+ offlinePaymentTypes?: {
14633
+ name: string;
14634
+ instruction: string;
14635
+ }[] | null | undefined;
14636
+ autoAcceptPaidOnly?: boolean | null | undefined;
14637
+ ignoreStock?: boolean | null | undefined;
14638
+ pickupTime?: {
14639
+ day: {
14640
+ max: number;
14641
+ min: number;
14642
+ };
14643
+ } | null | undefined;
14644
+ pickupPointConfig?: {
14645
+ restaurantEnable: boolean;
14646
+ points: {
14647
+ name: string;
14648
+ address: string;
14649
+ coordinates: number[];
14650
+ }[];
14651
+ } | null | undefined;
14652
+ } | null | undefined;
14653
14653
  dineIn?: {
14654
14654
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
14655
14655
  offlinePaymentTypes?: {
@@ -17017,31 +17017,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17017
17017
  }>>>;
17018
17018
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
17019
17019
  }, "strip", z.ZodTypeAny, {
17020
- pickup?: {
17021
- catalogId?: string | null | undefined;
17022
- autoAccept?: boolean | null | undefined;
17023
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17024
- offlinePaymentTypes?: {
17025
- name: string;
17026
- instruction: string;
17027
- }[] | null | undefined;
17028
- autoAcceptPaidOnly?: boolean | null | undefined;
17029
- ignoreStock?: boolean | null | undefined;
17030
- pickupTime?: {
17031
- day: {
17032
- max: number;
17033
- min: number;
17034
- };
17035
- } | null | undefined;
17036
- pickupPointConfig?: {
17037
- restaurantEnable: boolean;
17038
- points: {
17039
- name: string;
17040
- address: string;
17041
- coordinates: number[];
17042
- }[];
17043
- } | null | undefined;
17044
- } | null | undefined;
17045
17020
  channel?: string | null | undefined;
17046
17021
  machineId?: string | null | undefined;
17047
17022
  catalogId?: string | null | undefined;
@@ -17143,6 +17118,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17143
17118
  }[];
17144
17119
  term: string;
17145
17120
  } | null | undefined;
17121
+ pickup?: {
17122
+ catalogId?: string | null | undefined;
17123
+ autoAccept?: boolean | null | undefined;
17124
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17125
+ offlinePaymentTypes?: {
17126
+ name: string;
17127
+ instruction: string;
17128
+ }[] | null | undefined;
17129
+ autoAcceptPaidOnly?: boolean | null | undefined;
17130
+ ignoreStock?: boolean | null | undefined;
17131
+ pickupTime?: {
17132
+ day: {
17133
+ max: number;
17134
+ min: number;
17135
+ };
17136
+ } | null | undefined;
17137
+ pickupPointConfig?: {
17138
+ restaurantEnable: boolean;
17139
+ points: {
17140
+ name: string;
17141
+ address: string;
17142
+ coordinates: number[];
17143
+ }[];
17144
+ } | null | undefined;
17145
+ } | null | undefined;
17146
17146
  dineIn?: {
17147
17147
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17148
17148
  offlinePaymentTypes?: {
@@ -17396,31 +17396,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17396
17396
  regNo: string;
17397
17397
  };
17398
17398
  }, {
17399
- pickup?: {
17400
- catalogId?: string | null | undefined;
17401
- autoAccept?: boolean | null | undefined;
17402
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17403
- offlinePaymentTypes?: {
17404
- name: string;
17405
- instruction: string;
17406
- }[] | null | undefined;
17407
- autoAcceptPaidOnly?: boolean | null | undefined;
17408
- ignoreStock?: boolean | null | undefined;
17409
- pickupTime?: {
17410
- day: {
17411
- max: number;
17412
- min: number;
17413
- };
17414
- } | null | undefined;
17415
- pickupPointConfig?: {
17416
- restaurantEnable: boolean;
17417
- points: {
17418
- name: string;
17419
- address: string;
17420
- coordinates: number[];
17421
- }[];
17422
- } | null | undefined;
17423
- } | null | undefined;
17424
17399
  channel?: string | null | undefined;
17425
17400
  machineId?: string | null | undefined;
17426
17401
  catalogId?: string | null | undefined;
@@ -17522,6 +17497,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17522
17497
  }[];
17523
17498
  term: string;
17524
17499
  } | null | undefined;
17500
+ pickup?: {
17501
+ catalogId?: string | null | undefined;
17502
+ autoAccept?: boolean | null | undefined;
17503
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17504
+ offlinePaymentTypes?: {
17505
+ name: string;
17506
+ instruction: string;
17507
+ }[] | null | undefined;
17508
+ autoAcceptPaidOnly?: boolean | null | undefined;
17509
+ ignoreStock?: boolean | null | undefined;
17510
+ pickupTime?: {
17511
+ day: {
17512
+ max: number;
17513
+ min: number;
17514
+ };
17515
+ } | null | undefined;
17516
+ pickupPointConfig?: {
17517
+ restaurantEnable: boolean;
17518
+ points: {
17519
+ name: string;
17520
+ address: string;
17521
+ coordinates: number[];
17522
+ }[];
17523
+ } | null | undefined;
17524
+ } | null | undefined;
17525
17525
  dineIn?: {
17526
17526
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17527
17527
  offlinePaymentTypes?: {
@@ -17849,31 +17849,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17849
17849
  userId?: string | undefined;
17850
17850
  rejectReason?: string | undefined;
17851
17851
  pf_restaurant?: {
17852
- pickup?: {
17853
- catalogId?: string | null | undefined;
17854
- autoAccept?: boolean | null | undefined;
17855
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17856
- offlinePaymentTypes?: {
17857
- name: string;
17858
- instruction: string;
17859
- }[] | null | undefined;
17860
- autoAcceptPaidOnly?: boolean | null | undefined;
17861
- ignoreStock?: boolean | null | undefined;
17862
- pickupTime?: {
17863
- day: {
17864
- max: number;
17865
- min: number;
17866
- };
17867
- } | null | undefined;
17868
- pickupPointConfig?: {
17869
- restaurantEnable: boolean;
17870
- points: {
17871
- name: string;
17872
- address: string;
17873
- coordinates: number[];
17874
- }[];
17875
- } | null | undefined;
17876
- } | null | undefined;
17877
17852
  channel?: string | null | undefined;
17878
17853
  machineId?: string | null | undefined;
17879
17854
  catalogId?: string | null | undefined;
@@ -17975,6 +17950,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
17975
17950
  }[];
17976
17951
  term: string;
17977
17952
  } | null | undefined;
17953
+ pickup?: {
17954
+ catalogId?: string | null | undefined;
17955
+ autoAccept?: boolean | null | undefined;
17956
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17957
+ offlinePaymentTypes?: {
17958
+ name: string;
17959
+ instruction: string;
17960
+ }[] | null | undefined;
17961
+ autoAcceptPaidOnly?: boolean | null | undefined;
17962
+ ignoreStock?: boolean | null | undefined;
17963
+ pickupTime?: {
17964
+ day: {
17965
+ max: number;
17966
+ min: number;
17967
+ };
17968
+ } | null | undefined;
17969
+ pickupPointConfig?: {
17970
+ restaurantEnable: boolean;
17971
+ points: {
17972
+ name: string;
17973
+ address: string;
17974
+ coordinates: number[];
17975
+ }[];
17976
+ } | null | undefined;
17977
+ } | null | undefined;
17978
17978
  dineIn?: {
17979
17979
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
17980
17980
  offlinePaymentTypes?: {
@@ -18256,31 +18256,6 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18256
18256
  userId?: string | undefined;
18257
18257
  rejectReason?: string | undefined;
18258
18258
  pf_restaurant?: {
18259
- pickup?: {
18260
- catalogId?: string | null | undefined;
18261
- autoAccept?: boolean | null | undefined;
18262
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
18263
- offlinePaymentTypes?: {
18264
- name: string;
18265
- instruction: string;
18266
- }[] | null | undefined;
18267
- autoAcceptPaidOnly?: boolean | null | undefined;
18268
- ignoreStock?: boolean | null | undefined;
18269
- pickupTime?: {
18270
- day: {
18271
- max: number;
18272
- min: number;
18273
- };
18274
- } | null | undefined;
18275
- pickupPointConfig?: {
18276
- restaurantEnable: boolean;
18277
- points: {
18278
- name: string;
18279
- address: string;
18280
- coordinates: number[];
18281
- }[];
18282
- } | null | undefined;
18283
- } | null | undefined;
18284
18259
  channel?: string | null | undefined;
18285
18260
  machineId?: string | null | undefined;
18286
18261
  catalogId?: string | null | undefined;
@@ -18382,6 +18357,31 @@ export declare const FdoBooking: z.ZodDiscriminatedUnion<"type", z.Primitive, z.
18382
18357
  }[];
18383
18358
  term: string;
18384
18359
  } | null | undefined;
18360
+ pickup?: {
18361
+ catalogId?: string | null | undefined;
18362
+ autoAccept?: boolean | null | undefined;
18363
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
18364
+ offlinePaymentTypes?: {
18365
+ name: string;
18366
+ instruction: string;
18367
+ }[] | null | undefined;
18368
+ autoAcceptPaidOnly?: boolean | null | undefined;
18369
+ ignoreStock?: boolean | null | undefined;
18370
+ pickupTime?: {
18371
+ day: {
18372
+ max: number;
18373
+ min: number;
18374
+ };
18375
+ } | null | undefined;
18376
+ pickupPointConfig?: {
18377
+ restaurantEnable: boolean;
18378
+ points: {
18379
+ name: string;
18380
+ address: string;
18381
+ coordinates: number[];
18382
+ }[];
18383
+ } | null | undefined;
18384
+ } | null | undefined;
18385
18385
  dineIn?: {
18386
18386
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
18387
18387
  offlinePaymentTypes?: {