@feedmepos/mf-order-setting 0.0.34 → 0.0.36

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 (45) 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-CKGRFx_2.js +50624 -0
  6. package/dist/{app-C15xKXga.js → app-D4exdzAx.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/stores/menu/menu.ts +1 -1
  40. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +11 -1
  41. package/src/views/order-settings/delivery/DeliverySetting.vue +11 -16
  42. package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +26 -9
  43. package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +12 -1
  44. package/dist/OrderSettingsView-D3SQHET3.js +0 -74796
  45. package/dist/menu.dto-CLARGRsi.js +0 -126428
@@ -2895,31 +2895,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
2895
2895
  }>>>;
2896
2896
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
2897
2897
  }, "strip", z.ZodTypeAny, {
2898
- pickup?: {
2899
- catalogId?: string | null | undefined;
2900
- autoAccept?: boolean | null | undefined;
2901
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
2902
- offlinePaymentTypes?: {
2903
- name: string;
2904
- instruction: string;
2905
- }[] | null | undefined;
2906
- autoAcceptPaidOnly?: boolean | null | undefined;
2907
- ignoreStock?: boolean | null | undefined;
2908
- pickupTime?: {
2909
- day: {
2910
- max: number;
2911
- min: number;
2912
- };
2913
- } | null | undefined;
2914
- pickupPointConfig?: {
2915
- restaurantEnable: boolean;
2916
- points: {
2917
- name: string;
2918
- address: string;
2919
- coordinates: number[];
2920
- }[];
2921
- } | null | undefined;
2922
- } | null | undefined;
2923
2898
  channel?: string | null | undefined;
2924
2899
  machineId?: string | null | undefined;
2925
2900
  catalogId?: string | null | undefined;
@@ -3021,6 +2996,31 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3021
2996
  }[];
3022
2997
  term: string;
3023
2998
  } | null | undefined;
2999
+ pickup?: {
3000
+ catalogId?: string | null | undefined;
3001
+ autoAccept?: boolean | null | undefined;
3002
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3003
+ offlinePaymentTypes?: {
3004
+ name: string;
3005
+ instruction: string;
3006
+ }[] | null | undefined;
3007
+ autoAcceptPaidOnly?: boolean | null | undefined;
3008
+ ignoreStock?: boolean | null | undefined;
3009
+ pickupTime?: {
3010
+ day: {
3011
+ max: number;
3012
+ min: number;
3013
+ };
3014
+ } | null | undefined;
3015
+ pickupPointConfig?: {
3016
+ restaurantEnable: boolean;
3017
+ points: {
3018
+ name: string;
3019
+ address: string;
3020
+ coordinates: number[];
3021
+ }[];
3022
+ } | null | undefined;
3023
+ } | null | undefined;
3024
3024
  dineIn?: {
3025
3025
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3026
3026
  offlinePaymentTypes?: {
@@ -3274,31 +3274,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3274
3274
  regNo: string;
3275
3275
  };
3276
3276
  }, {
3277
- pickup?: {
3278
- catalogId?: string | null | undefined;
3279
- autoAccept?: boolean | null | undefined;
3280
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3281
- offlinePaymentTypes?: {
3282
- name: string;
3283
- instruction: string;
3284
- }[] | null | undefined;
3285
- autoAcceptPaidOnly?: boolean | null | undefined;
3286
- ignoreStock?: boolean | null | undefined;
3287
- pickupTime?: {
3288
- day: {
3289
- max: number;
3290
- min: number;
3291
- };
3292
- } | null | undefined;
3293
- pickupPointConfig?: {
3294
- restaurantEnable: boolean;
3295
- points: {
3296
- name: string;
3297
- address: string;
3298
- coordinates: number[];
3299
- }[];
3300
- } | null | undefined;
3301
- } | null | undefined;
3302
3277
  channel?: string | null | undefined;
3303
3278
  machineId?: string | null | undefined;
3304
3279
  catalogId?: string | null | undefined;
@@ -3400,6 +3375,31 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3400
3375
  }[];
3401
3376
  term: string;
3402
3377
  } | null | undefined;
3378
+ pickup?: {
3379
+ catalogId?: string | null | undefined;
3380
+ autoAccept?: boolean | null | undefined;
3381
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3382
+ offlinePaymentTypes?: {
3383
+ name: string;
3384
+ instruction: string;
3385
+ }[] | null | undefined;
3386
+ autoAcceptPaidOnly?: boolean | null | undefined;
3387
+ ignoreStock?: boolean | null | undefined;
3388
+ pickupTime?: {
3389
+ day: {
3390
+ max: number;
3391
+ min: number;
3392
+ };
3393
+ } | null | undefined;
3394
+ pickupPointConfig?: {
3395
+ restaurantEnable: boolean;
3396
+ points: {
3397
+ name: string;
3398
+ address: string;
3399
+ coordinates: number[];
3400
+ }[];
3401
+ } | null | undefined;
3402
+ } | null | undefined;
3403
3403
  dineIn?: {
3404
3404
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3405
3405
  offlinePaymentTypes?: {
@@ -3655,31 +3655,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3655
3655
  }>>>;
3656
3656
  }>, "strip", z.ZodTypeAny, {
3657
3657
  pf_restaurant?: {
3658
- pickup?: {
3659
- catalogId?: string | null | undefined;
3660
- autoAccept?: boolean | null | undefined;
3661
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3662
- offlinePaymentTypes?: {
3663
- name: string;
3664
- instruction: string;
3665
- }[] | null | undefined;
3666
- autoAcceptPaidOnly?: boolean | null | undefined;
3667
- ignoreStock?: boolean | null | undefined;
3668
- pickupTime?: {
3669
- day: {
3670
- max: number;
3671
- min: number;
3672
- };
3673
- } | null | undefined;
3674
- pickupPointConfig?: {
3675
- restaurantEnable: boolean;
3676
- points: {
3677
- name: string;
3678
- address: string;
3679
- coordinates: number[];
3680
- }[];
3681
- } | null | undefined;
3682
- } | null | undefined;
3683
3658
  channel?: string | null | undefined;
3684
3659
  machineId?: string | null | undefined;
3685
3660
  catalogId?: string | null | undefined;
@@ -3781,6 +3756,31 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
3781
3756
  }[];
3782
3757
  term: string;
3783
3758
  } | null | undefined;
3759
+ pickup?: {
3760
+ catalogId?: string | null | undefined;
3761
+ autoAccept?: boolean | null | undefined;
3762
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3763
+ offlinePaymentTypes?: {
3764
+ name: string;
3765
+ instruction: string;
3766
+ }[] | null | undefined;
3767
+ autoAcceptPaidOnly?: boolean | null | undefined;
3768
+ ignoreStock?: boolean | null | undefined;
3769
+ pickupTime?: {
3770
+ day: {
3771
+ max: number;
3772
+ min: number;
3773
+ };
3774
+ } | null | undefined;
3775
+ pickupPointConfig?: {
3776
+ restaurantEnable: boolean;
3777
+ points: {
3778
+ name: string;
3779
+ address: string;
3780
+ coordinates: number[];
3781
+ }[];
3782
+ } | null | undefined;
3783
+ } | null | undefined;
3784
3784
  dineIn?: {
3785
3785
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
3786
3786
  offlinePaymentTypes?: {
@@ -4193,31 +4193,6 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4193
4193
  remoteId: string;
4194
4194
  }, {
4195
4195
  pf_restaurant?: {
4196
- pickup?: {
4197
- catalogId?: string | null | undefined;
4198
- autoAccept?: boolean | null | undefined;
4199
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4200
- offlinePaymentTypes?: {
4201
- name: string;
4202
- instruction: string;
4203
- }[] | null | undefined;
4204
- autoAcceptPaidOnly?: boolean | null | undefined;
4205
- ignoreStock?: boolean | null | undefined;
4206
- pickupTime?: {
4207
- day: {
4208
- max: number;
4209
- min: number;
4210
- };
4211
- } | null | undefined;
4212
- pickupPointConfig?: {
4213
- restaurantEnable: boolean;
4214
- points: {
4215
- name: string;
4216
- address: string;
4217
- coordinates: number[];
4218
- }[];
4219
- } | null | undefined;
4220
- } | null | undefined;
4221
4196
  channel?: string | null | undefined;
4222
4197
  machineId?: string | null | undefined;
4223
4198
  catalogId?: string | null | undefined;
@@ -4319,6 +4294,31 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
4319
4294
  }[];
4320
4295
  term: string;
4321
4296
  } | null | undefined;
4297
+ pickup?: {
4298
+ catalogId?: string | null | undefined;
4299
+ autoAccept?: boolean | null | undefined;
4300
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4301
+ offlinePaymentTypes?: {
4302
+ name: string;
4303
+ instruction: string;
4304
+ }[] | null | undefined;
4305
+ autoAcceptPaidOnly?: boolean | null | undefined;
4306
+ ignoreStock?: boolean | null | undefined;
4307
+ pickupTime?: {
4308
+ day: {
4309
+ max: number;
4310
+ min: number;
4311
+ };
4312
+ } | null | undefined;
4313
+ pickupPointConfig?: {
4314
+ restaurantEnable: boolean;
4315
+ points: {
4316
+ name: string;
4317
+ address: string;
4318
+ coordinates: number[];
4319
+ }[];
4320
+ } | null | undefined;
4321
+ } | null | undefined;
4322
4322
  dineIn?: {
4323
4323
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4324
4324
  offlinePaymentTypes?: {
@@ -4421,31 +4421,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4421
4421
  }>>>;
4422
4422
  customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
4423
4423
  }, "strip", z.ZodTypeAny, {
4424
- pickup?: {
4425
- catalogId?: string | null | undefined;
4426
- autoAccept?: boolean | null | undefined;
4427
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4428
- offlinePaymentTypes?: {
4429
- name: string;
4430
- instruction: string;
4431
- }[] | null | undefined;
4432
- autoAcceptPaidOnly?: boolean | null | undefined;
4433
- ignoreStock?: boolean | null | undefined;
4434
- pickupTime?: {
4435
- day: {
4436
- max: number;
4437
- min: number;
4438
- };
4439
- } | null | undefined;
4440
- pickupPointConfig?: {
4441
- restaurantEnable: boolean;
4442
- points: {
4443
- name: string;
4444
- address: string;
4445
- coordinates: number[];
4446
- }[];
4447
- } | null | undefined;
4448
- } | null | undefined;
4449
4424
  channel?: string | null | undefined;
4450
4425
  machineId?: string | null | undefined;
4451
4426
  catalogId?: string | null | undefined;
@@ -4547,6 +4522,31 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4547
4522
  }[];
4548
4523
  term: string;
4549
4524
  } | null | undefined;
4525
+ pickup?: {
4526
+ catalogId?: string | null | undefined;
4527
+ autoAccept?: boolean | null | undefined;
4528
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4529
+ offlinePaymentTypes?: {
4530
+ name: string;
4531
+ instruction: string;
4532
+ }[] | null | undefined;
4533
+ autoAcceptPaidOnly?: boolean | null | undefined;
4534
+ ignoreStock?: boolean | null | undefined;
4535
+ pickupTime?: {
4536
+ day: {
4537
+ max: number;
4538
+ min: number;
4539
+ };
4540
+ } | null | undefined;
4541
+ pickupPointConfig?: {
4542
+ restaurantEnable: boolean;
4543
+ points: {
4544
+ name: string;
4545
+ address: string;
4546
+ coordinates: number[];
4547
+ }[];
4548
+ } | null | undefined;
4549
+ } | null | undefined;
4550
4550
  dineIn?: {
4551
4551
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4552
4552
  offlinePaymentTypes?: {
@@ -4800,31 +4800,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4800
4800
  regNo: string;
4801
4801
  };
4802
4802
  }, {
4803
- pickup?: {
4804
- catalogId?: string | null | undefined;
4805
- autoAccept?: boolean | null | undefined;
4806
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4807
- offlinePaymentTypes?: {
4808
- name: string;
4809
- instruction: string;
4810
- }[] | null | undefined;
4811
- autoAcceptPaidOnly?: boolean | null | undefined;
4812
- ignoreStock?: boolean | null | undefined;
4813
- pickupTime?: {
4814
- day: {
4815
- max: number;
4816
- min: number;
4817
- };
4818
- } | null | undefined;
4819
- pickupPointConfig?: {
4820
- restaurantEnable: boolean;
4821
- points: {
4822
- name: string;
4823
- address: string;
4824
- coordinates: number[];
4825
- }[];
4826
- } | null | undefined;
4827
- } | null | undefined;
4828
4803
  channel?: string | null | undefined;
4829
4804
  machineId?: string | null | undefined;
4830
4805
  catalogId?: string | null | undefined;
@@ -4926,6 +4901,31 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
4926
4901
  }[];
4927
4902
  term: string;
4928
4903
  } | null | undefined;
4904
+ pickup?: {
4905
+ catalogId?: string | null | undefined;
4906
+ autoAccept?: boolean | null | undefined;
4907
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4908
+ offlinePaymentTypes?: {
4909
+ name: string;
4910
+ instruction: string;
4911
+ }[] | null | undefined;
4912
+ autoAcceptPaidOnly?: boolean | null | undefined;
4913
+ ignoreStock?: boolean | null | undefined;
4914
+ pickupTime?: {
4915
+ day: {
4916
+ max: number;
4917
+ min: number;
4918
+ };
4919
+ } | null | undefined;
4920
+ pickupPointConfig?: {
4921
+ restaurantEnable: boolean;
4922
+ points: {
4923
+ name: string;
4924
+ address: string;
4925
+ coordinates: number[];
4926
+ }[];
4927
+ } | null | undefined;
4928
+ } | null | undefined;
4929
4929
  dineIn?: {
4930
4930
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
4931
4931
  offlinePaymentTypes?: {
@@ -5181,31 +5181,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5181
5181
  }>>>;
5182
5182
  }>, "strip", z.ZodTypeAny, {
5183
5183
  pf_restaurant?: {
5184
- pickup?: {
5185
- catalogId?: string | null | undefined;
5186
- autoAccept?: boolean | null | undefined;
5187
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5188
- offlinePaymentTypes?: {
5189
- name: string;
5190
- instruction: string;
5191
- }[] | null | undefined;
5192
- autoAcceptPaidOnly?: boolean | null | undefined;
5193
- ignoreStock?: boolean | null | undefined;
5194
- pickupTime?: {
5195
- day: {
5196
- max: number;
5197
- min: number;
5198
- };
5199
- } | null | undefined;
5200
- pickupPointConfig?: {
5201
- restaurantEnable: boolean;
5202
- points: {
5203
- name: string;
5204
- address: string;
5205
- coordinates: number[];
5206
- }[];
5207
- } | null | undefined;
5208
- } | null | undefined;
5209
5184
  channel?: string | null | undefined;
5210
5185
  machineId?: string | null | undefined;
5211
5186
  catalogId?: string | null | undefined;
@@ -5307,6 +5282,31 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5307
5282
  }[];
5308
5283
  term: string;
5309
5284
  } | null | undefined;
5285
+ pickup?: {
5286
+ catalogId?: string | null | undefined;
5287
+ autoAccept?: boolean | null | undefined;
5288
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5289
+ offlinePaymentTypes?: {
5290
+ name: string;
5291
+ instruction: string;
5292
+ }[] | null | undefined;
5293
+ autoAcceptPaidOnly?: boolean | null | undefined;
5294
+ ignoreStock?: boolean | null | undefined;
5295
+ pickupTime?: {
5296
+ day: {
5297
+ max: number;
5298
+ min: number;
5299
+ };
5300
+ } | null | undefined;
5301
+ pickupPointConfig?: {
5302
+ restaurantEnable: boolean;
5303
+ points: {
5304
+ name: string;
5305
+ address: string;
5306
+ coordinates: number[];
5307
+ }[];
5308
+ } | null | undefined;
5309
+ } | null | undefined;
5310
5310
  dineIn?: {
5311
5311
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5312
5312
  offlinePaymentTypes?: {
@@ -5670,31 +5670,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5670
5670
  };
5671
5671
  }, {
5672
5672
  pf_restaurant?: {
5673
- pickup?: {
5674
- catalogId?: string | null | undefined;
5675
- autoAccept?: boolean | null | undefined;
5676
- paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5677
- offlinePaymentTypes?: {
5678
- name: string;
5679
- instruction: string;
5680
- }[] | null | undefined;
5681
- autoAcceptPaidOnly?: boolean | null | undefined;
5682
- ignoreStock?: boolean | null | undefined;
5683
- pickupTime?: {
5684
- day: {
5685
- max: number;
5686
- min: number;
5687
- };
5688
- } | null | undefined;
5689
- pickupPointConfig?: {
5690
- restaurantEnable: boolean;
5691
- points: {
5692
- name: string;
5693
- address: string;
5694
- coordinates: number[];
5695
- }[];
5696
- } | null | undefined;
5697
- } | null | undefined;
5698
5673
  channel?: string | null | undefined;
5699
5674
  machineId?: string | null | undefined;
5700
5675
  catalogId?: string | null | undefined;
@@ -5796,6 +5771,31 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5796
5771
  }[];
5797
5772
  term: string;
5798
5773
  } | null | undefined;
5774
+ pickup?: {
5775
+ catalogId?: string | null | undefined;
5776
+ autoAccept?: boolean | null | undefined;
5777
+ paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5778
+ offlinePaymentTypes?: {
5779
+ name: string;
5780
+ instruction: string;
5781
+ }[] | null | undefined;
5782
+ autoAcceptPaidOnly?: boolean | null | undefined;
5783
+ ignoreStock?: boolean | null | undefined;
5784
+ pickupTime?: {
5785
+ day: {
5786
+ max: number;
5787
+ min: number;
5788
+ };
5789
+ } | null | undefined;
5790
+ pickupPointConfig?: {
5791
+ restaurantEnable: boolean;
5792
+ points: {
5793
+ name: string;
5794
+ address: string;
5795
+ coordinates: number[];
5796
+ }[];
5797
+ } | null | undefined;
5798
+ } | null | undefined;
5799
5799
  dineIn?: {
5800
5800
  paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
5801
5801
  offlinePaymentTypes?: {