@feedmepos/mf-order-setting 0.0.43 → 0.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
- package/dist/KioskView-CN-Dk8fn.js +448 -0
- package/dist/{OrderSettingsView-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
- package/dist/{app-Db1lhCv7.js → app-BK8d3ff5.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +72 -0
- package/dist/frontend/mf-order/src/main.d.ts +72 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
- package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
- package/dist/package/entity/booking/booking.do.d.ts +168 -2368
- package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +2 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
- package/dist/package/entity/order/order.do.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +390 -974
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
- package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
- package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
- package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
- package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
- package/dist/package/entity/queue/queue.dto.d.ts +76 -14
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
- package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
- package/package.json +3 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/locales/en-US.json +24 -0
- package/src/locales/th-TH.json +24 -0
- package/src/locales/zh-CN.json +24 -0
- package/src/modules/kiosk/interface.ts +1 -0
- package/src/stores/kiosk/mapper.ts +1 -0
- package/src/stores/order-setting/mapper.ts +20 -33
- package/src/stores/restaurant/index.ts +7 -3
- package/src/views/all-orders/FilterStatus.vue +1 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
- package/src/views/order-settings/OrderSettingsView.vue +13 -5
- package/src/views/order-settings/delivery/DeliverySetting.vue +10 -5
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
- package/src/views/order-settings/delivery/delivery.data.ts +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
- package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
- package/src/views/order-settings/general/GeneralSetting.vue +2 -2
- package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
- package/src/views/order-settings/queue/QueueSetting.vue +358 -0
- package/dist/KioskView-KNiT-upH.js +0 -453
|
@@ -3462,7 +3462,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3462
3462
|
taxCode: string;
|
|
3463
3463
|
systemCode: string;
|
|
3464
3464
|
}> | null | undefined;
|
|
3465
|
-
autoAccept?: boolean | null | undefined;
|
|
3466
3465
|
deliveryTime?: {
|
|
3467
3466
|
time?: string[] | null | undefined;
|
|
3468
3467
|
custom?: {
|
|
@@ -3526,6 +3525,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3526
3525
|
name: string;
|
|
3527
3526
|
instruction: string;
|
|
3528
3527
|
}[] | null | undefined;
|
|
3528
|
+
autoAccept?: boolean | null | undefined;
|
|
3529
3529
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3530
3530
|
ignoreStock?: boolean | null | undefined;
|
|
3531
3531
|
catalogId: string | null;
|
|
@@ -3555,7 +3555,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3555
3555
|
taxCode: string;
|
|
3556
3556
|
systemCode: string;
|
|
3557
3557
|
}> | null | undefined;
|
|
3558
|
-
autoAccept?: boolean | null | undefined;
|
|
3559
3558
|
deliveryTime?: {
|
|
3560
3559
|
time?: string[] | null | undefined;
|
|
3561
3560
|
custom?: {
|
|
@@ -3619,6 +3618,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3619
3618
|
name: string;
|
|
3620
3619
|
instruction: string;
|
|
3621
3620
|
}[] | null | undefined;
|
|
3621
|
+
autoAccept?: boolean | null | undefined;
|
|
3622
3622
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3623
3623
|
ignoreStock?: boolean | null | undefined;
|
|
3624
3624
|
catalogId: string | null;
|
|
@@ -3653,256 +3653,17 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3653
3653
|
}, "strip", z.ZodTypeAny, {
|
|
3654
3654
|
instruction?: string | null | undefined;
|
|
3655
3655
|
catalogId?: string | null | undefined;
|
|
3656
|
-
autoAccept?: boolean | null | undefined;
|
|
3657
3656
|
term?: string | null | undefined;
|
|
3657
|
+
autoAccept?: boolean | null | undefined;
|
|
3658
3658
|
ignoreStock?: boolean | null | undefined;
|
|
3659
3659
|
enable: boolean;
|
|
3660
3660
|
}, {
|
|
3661
3661
|
instruction?: string | null | undefined;
|
|
3662
3662
|
catalogId?: string | null | undefined;
|
|
3663
|
-
autoAccept?: boolean | null | undefined;
|
|
3664
3663
|
term?: string | null | undefined;
|
|
3665
|
-
ignoreStock?: boolean | null | undefined;
|
|
3666
|
-
enable: boolean;
|
|
3667
|
-
}>>>;
|
|
3668
|
-
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
3669
|
-
enable: z.ZodBoolean;
|
|
3670
|
-
}, {
|
|
3671
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
3672
|
-
remoteId: z.ZodString;
|
|
3673
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3674
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3675
|
-
commissionRate: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3676
|
-
autoCloseBill: z.ZodBoolean;
|
|
3677
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3678
|
-
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3679
|
-
reportConfig: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3680
|
-
commissionRate: z.ZodNumber;
|
|
3681
|
-
discountCampaigns: z.ZodArray<z.ZodObject<{
|
|
3682
|
-
name: z.ZodString;
|
|
3683
|
-
vendorBearPercentage: z.ZodNumber;
|
|
3684
|
-
date: z.ZodObject<{
|
|
3685
|
-
start: z.ZodString;
|
|
3686
|
-
end: z.ZodString;
|
|
3687
|
-
}, "strip", z.ZodTypeAny, {
|
|
3688
|
-
end: string;
|
|
3689
|
-
start: string;
|
|
3690
|
-
}, {
|
|
3691
|
-
end: string;
|
|
3692
|
-
start: string;
|
|
3693
|
-
}>;
|
|
3694
|
-
}, "strip", z.ZodTypeAny, {
|
|
3695
|
-
name: string;
|
|
3696
|
-
date: {
|
|
3697
|
-
end: string;
|
|
3698
|
-
start: string;
|
|
3699
|
-
};
|
|
3700
|
-
vendorBearPercentage: number;
|
|
3701
|
-
}, {
|
|
3702
|
-
name: string;
|
|
3703
|
-
date: {
|
|
3704
|
-
end: string;
|
|
3705
|
-
start: string;
|
|
3706
|
-
};
|
|
3707
|
-
vendorBearPercentage: number;
|
|
3708
|
-
}>, "many">;
|
|
3709
|
-
}, "strip", z.ZodTypeAny, {
|
|
3710
|
-
commissionRate: number;
|
|
3711
|
-
discountCampaigns: {
|
|
3712
|
-
name: string;
|
|
3713
|
-
date: {
|
|
3714
|
-
end: string;
|
|
3715
|
-
start: string;
|
|
3716
|
-
};
|
|
3717
|
-
vendorBearPercentage: number;
|
|
3718
|
-
}[];
|
|
3719
|
-
}, {
|
|
3720
|
-
commissionRate: number;
|
|
3721
|
-
discountCampaigns: {
|
|
3722
|
-
name: string;
|
|
3723
|
-
date: {
|
|
3724
|
-
end: string;
|
|
3725
|
-
start: string;
|
|
3726
|
-
};
|
|
3727
|
-
vendorBearPercentage: number;
|
|
3728
|
-
}[];
|
|
3729
|
-
}>>>;
|
|
3730
|
-
hasSst: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3731
|
-
ignoreDiscount: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3732
|
-
}>, "strip", z.ZodTypeAny, {
|
|
3733
|
-
_id?: string | undefined;
|
|
3734
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
3735
|
-
catalogId?: string | null | undefined;
|
|
3736
|
-
commissionRate?: number | null | undefined;
|
|
3737
|
-
lastSynchronize?: string | null | undefined;
|
|
3738
|
-
showProductAddon?: boolean | null | undefined;
|
|
3739
3664
|
autoAccept?: boolean | null | undefined;
|
|
3740
|
-
|
|
3741
|
-
commissionRate: number;
|
|
3742
|
-
discountCampaigns: {
|
|
3743
|
-
name: string;
|
|
3744
|
-
date: {
|
|
3745
|
-
end: string;
|
|
3746
|
-
start: string;
|
|
3747
|
-
};
|
|
3748
|
-
vendorBearPercentage: number;
|
|
3749
|
-
}[];
|
|
3750
|
-
} | null | undefined;
|
|
3751
|
-
hasSst?: boolean | null | undefined;
|
|
3752
|
-
enable: boolean;
|
|
3753
|
-
remoteId: string;
|
|
3754
|
-
autoCloseBill: boolean;
|
|
3755
|
-
}, {
|
|
3756
|
-
_id?: string | undefined;
|
|
3757
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
3758
|
-
catalogId?: string | null | undefined;
|
|
3759
|
-
commissionRate?: number | null | undefined;
|
|
3760
|
-
lastSynchronize?: string | null | undefined;
|
|
3761
|
-
showProductAddon?: boolean | null | undefined;
|
|
3762
|
-
autoAccept?: boolean | null | undefined;
|
|
3763
|
-
reportConfig?: {
|
|
3764
|
-
commissionRate: number;
|
|
3765
|
-
discountCampaigns: {
|
|
3766
|
-
name: string;
|
|
3767
|
-
date: {
|
|
3768
|
-
end: string;
|
|
3769
|
-
start: string;
|
|
3770
|
-
};
|
|
3771
|
-
vendorBearPercentage: number;
|
|
3772
|
-
}[];
|
|
3773
|
-
} | null | undefined;
|
|
3774
|
-
hasSst?: boolean | null | undefined;
|
|
3775
|
-
enable: boolean;
|
|
3776
|
-
remoteId: string;
|
|
3777
|
-
autoCloseBill: boolean;
|
|
3778
|
-
}>>>;
|
|
3779
|
-
grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
3780
|
-
enable: z.ZodBoolean;
|
|
3781
|
-
}, {
|
|
3782
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
3783
|
-
merchantID: z.ZodString;
|
|
3784
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3785
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3786
|
-
commissionRate: z.ZodNumber;
|
|
3787
|
-
autoCloseBill: z.ZodBoolean;
|
|
3788
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3789
|
-
}>, "strip", z.ZodTypeAny, {
|
|
3790
|
-
_id?: string | undefined;
|
|
3791
|
-
catalogId?: string | null | undefined;
|
|
3792
|
-
lastSynchronize?: string | null | undefined;
|
|
3793
|
-
showProductAddon?: boolean | null | undefined;
|
|
3794
|
-
enable: boolean;
|
|
3795
|
-
commissionRate: number;
|
|
3796
|
-
autoCloseBill: boolean;
|
|
3797
|
-
merchantID: string;
|
|
3798
|
-
}, {
|
|
3799
|
-
_id?: string | undefined;
|
|
3800
|
-
catalogId?: string | null | undefined;
|
|
3801
|
-
lastSynchronize?: string | null | undefined;
|
|
3802
|
-
showProductAddon?: boolean | null | undefined;
|
|
3803
|
-
enable: boolean;
|
|
3804
|
-
commissionRate: number;
|
|
3805
|
-
autoCloseBill: boolean;
|
|
3806
|
-
merchantID: string;
|
|
3807
|
-
}>>>;
|
|
3808
|
-
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
|
|
3809
|
-
enable: z.ZodBoolean;
|
|
3810
|
-
}, {
|
|
3811
|
-
_id: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
3812
|
-
storeID: z.ZodString;
|
|
3813
|
-
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3814
|
-
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3815
|
-
autoCloseBill: z.ZodBoolean;
|
|
3816
|
-
reportConfig: z.ZodObject<{
|
|
3817
|
-
commissionRate: z.ZodNumber;
|
|
3818
|
-
discountCampaigns: z.ZodArray<z.ZodObject<{
|
|
3819
|
-
name: z.ZodString;
|
|
3820
|
-
vendorBearPercentage: z.ZodNumber;
|
|
3821
|
-
date: z.ZodObject<{
|
|
3822
|
-
start: z.ZodString;
|
|
3823
|
-
end: z.ZodString;
|
|
3824
|
-
}, "strip", z.ZodTypeAny, {
|
|
3825
|
-
end: string;
|
|
3826
|
-
start: string;
|
|
3827
|
-
}, {
|
|
3828
|
-
end: string;
|
|
3829
|
-
start: string;
|
|
3830
|
-
}>;
|
|
3831
|
-
}, "strip", z.ZodTypeAny, {
|
|
3832
|
-
name: string;
|
|
3833
|
-
date: {
|
|
3834
|
-
end: string;
|
|
3835
|
-
start: string;
|
|
3836
|
-
};
|
|
3837
|
-
vendorBearPercentage: number;
|
|
3838
|
-
}, {
|
|
3839
|
-
name: string;
|
|
3840
|
-
date: {
|
|
3841
|
-
end: string;
|
|
3842
|
-
start: string;
|
|
3843
|
-
};
|
|
3844
|
-
vendorBearPercentage: number;
|
|
3845
|
-
}>, "many">;
|
|
3846
|
-
}, "strip", z.ZodTypeAny, {
|
|
3847
|
-
commissionRate: number;
|
|
3848
|
-
discountCampaigns: {
|
|
3849
|
-
name: string;
|
|
3850
|
-
date: {
|
|
3851
|
-
end: string;
|
|
3852
|
-
start: string;
|
|
3853
|
-
};
|
|
3854
|
-
vendorBearPercentage: number;
|
|
3855
|
-
}[];
|
|
3856
|
-
}, {
|
|
3857
|
-
commissionRate: number;
|
|
3858
|
-
discountCampaigns: {
|
|
3859
|
-
name: string;
|
|
3860
|
-
date: {
|
|
3861
|
-
end: string;
|
|
3862
|
-
start: string;
|
|
3863
|
-
};
|
|
3864
|
-
vendorBearPercentage: number;
|
|
3865
|
-
}[];
|
|
3866
|
-
}>;
|
|
3867
|
-
showProductAddon: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3868
|
-
}>, "strip", z.ZodTypeAny, {
|
|
3869
|
-
_id?: string | undefined;
|
|
3870
|
-
catalogId?: string | null | undefined;
|
|
3871
|
-
lastSynchronize?: string | null | undefined;
|
|
3872
|
-
showProductAddon?: boolean | null | undefined;
|
|
3873
|
-
enable: boolean;
|
|
3874
|
-
autoCloseBill: boolean;
|
|
3875
|
-
reportConfig: {
|
|
3876
|
-
commissionRate: number;
|
|
3877
|
-
discountCampaigns: {
|
|
3878
|
-
name: string;
|
|
3879
|
-
date: {
|
|
3880
|
-
end: string;
|
|
3881
|
-
start: string;
|
|
3882
|
-
};
|
|
3883
|
-
vendorBearPercentage: number;
|
|
3884
|
-
}[];
|
|
3885
|
-
};
|
|
3886
|
-
storeID: string;
|
|
3887
|
-
}, {
|
|
3888
|
-
_id?: string | undefined;
|
|
3889
|
-
catalogId?: string | null | undefined;
|
|
3890
|
-
lastSynchronize?: string | null | undefined;
|
|
3891
|
-
showProductAddon?: boolean | null | undefined;
|
|
3665
|
+
ignoreStock?: boolean | null | undefined;
|
|
3892
3666
|
enable: boolean;
|
|
3893
|
-
autoCloseBill: boolean;
|
|
3894
|
-
reportConfig: {
|
|
3895
|
-
commissionRate: number;
|
|
3896
|
-
discountCampaigns: {
|
|
3897
|
-
name: string;
|
|
3898
|
-
date: {
|
|
3899
|
-
end: string;
|
|
3900
|
-
start: string;
|
|
3901
|
-
};
|
|
3902
|
-
vendorBearPercentage: number;
|
|
3903
|
-
}[];
|
|
3904
|
-
};
|
|
3905
|
-
storeID: string;
|
|
3906
3667
|
}>>>;
|
|
3907
3668
|
pickup: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3908
3669
|
pickupTime: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -3974,12 +3735,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3974
3735
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3975
3736
|
}, "strip", z.ZodTypeAny, {
|
|
3976
3737
|
catalogId?: string | null | undefined;
|
|
3977
|
-
autoAccept?: boolean | null | undefined;
|
|
3978
3738
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
3979
3739
|
offlinePaymentTypes?: {
|
|
3980
3740
|
name: string;
|
|
3981
3741
|
instruction: string;
|
|
3982
3742
|
}[] | null | undefined;
|
|
3743
|
+
autoAccept?: boolean | null | undefined;
|
|
3983
3744
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3984
3745
|
ignoreStock?: boolean | null | undefined;
|
|
3985
3746
|
pickupTime?: {
|
|
@@ -3998,12 +3759,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3998
3759
|
} | null | undefined;
|
|
3999
3760
|
}, {
|
|
4000
3761
|
catalogId?: string | null | undefined;
|
|
4001
|
-
autoAccept?: boolean | null | undefined;
|
|
4002
3762
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4003
3763
|
offlinePaymentTypes?: {
|
|
4004
3764
|
name: string;
|
|
4005
3765
|
instruction: string;
|
|
4006
3766
|
}[] | null | undefined;
|
|
3767
|
+
autoAccept?: boolean | null | undefined;
|
|
4007
3768
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4008
3769
|
ignoreStock?: boolean | null | undefined;
|
|
4009
3770
|
pickupTime?: {
|
|
@@ -4124,6 +3885,9 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4124
3885
|
mapLineColor?: number | null | undefined;
|
|
4125
3886
|
}>>>;
|
|
4126
3887
|
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
3888
|
+
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
3889
|
+
grabfoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
3890
|
+
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
4127
3891
|
}, "strip", z.ZodTypeAny, {
|
|
4128
3892
|
channel?: string | null | undefined;
|
|
4129
3893
|
machineId?: string | null | undefined;
|
|
@@ -4138,7 +3902,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4138
3902
|
taxCode: string;
|
|
4139
3903
|
systemCode: string;
|
|
4140
3904
|
}> | null | undefined;
|
|
4141
|
-
autoAccept?: boolean | null | undefined;
|
|
4142
3905
|
deliveryTime?: {
|
|
4143
3906
|
time?: string[] | null | undefined;
|
|
4144
3907
|
custom?: {
|
|
@@ -4202,6 +3965,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4202
3965
|
name: string;
|
|
4203
3966
|
instruction: string;
|
|
4204
3967
|
}[] | null | undefined;
|
|
3968
|
+
autoAccept?: boolean | null | undefined;
|
|
4205
3969
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4206
3970
|
ignoreStock?: boolean | null | undefined;
|
|
4207
3971
|
catalogId: string | null;
|
|
@@ -4228,12 +3992,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4228
3992
|
} | null | undefined;
|
|
4229
3993
|
pickup?: {
|
|
4230
3994
|
catalogId?: string | null | undefined;
|
|
4231
|
-
autoAccept?: boolean | null | undefined;
|
|
4232
3995
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4233
3996
|
offlinePaymentTypes?: {
|
|
4234
3997
|
name: string;
|
|
4235
3998
|
instruction: string;
|
|
4236
3999
|
}[] | null | undefined;
|
|
4000
|
+
autoAccept?: boolean | null | undefined;
|
|
4237
4001
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4238
4002
|
ignoreStock?: boolean | null | undefined;
|
|
4239
4003
|
pickupTime?: {
|
|
@@ -4341,64 +4105,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4341
4105
|
feedmeDelivery?: {
|
|
4342
4106
|
instruction?: string | null | undefined;
|
|
4343
4107
|
catalogId?: string | null | undefined;
|
|
4344
|
-
autoAccept?: boolean | null | undefined;
|
|
4345
4108
|
term?: string | null | undefined;
|
|
4346
|
-
ignoreStock?: boolean | null | undefined;
|
|
4347
|
-
enable: boolean;
|
|
4348
|
-
} | null | undefined;
|
|
4349
|
-
foodpandaDelivery?: {
|
|
4350
|
-
_id?: string | undefined;
|
|
4351
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
4352
|
-
catalogId?: string | null | undefined;
|
|
4353
|
-
commissionRate?: number | null | undefined;
|
|
4354
|
-
lastSynchronize?: string | null | undefined;
|
|
4355
|
-
showProductAddon?: boolean | null | undefined;
|
|
4356
4109
|
autoAccept?: boolean | null | undefined;
|
|
4357
|
-
|
|
4358
|
-
commissionRate: number;
|
|
4359
|
-
discountCampaigns: {
|
|
4360
|
-
name: string;
|
|
4361
|
-
date: {
|
|
4362
|
-
end: string;
|
|
4363
|
-
start: string;
|
|
4364
|
-
};
|
|
4365
|
-
vendorBearPercentage: number;
|
|
4366
|
-
}[];
|
|
4367
|
-
} | null | undefined;
|
|
4368
|
-
hasSst?: boolean | null | undefined;
|
|
4369
|
-
enable: boolean;
|
|
4370
|
-
remoteId: string;
|
|
4371
|
-
autoCloseBill: boolean;
|
|
4372
|
-
} | null | undefined;
|
|
4373
|
-
grabfoodDelivery?: {
|
|
4374
|
-
_id?: string | undefined;
|
|
4375
|
-
catalogId?: string | null | undefined;
|
|
4376
|
-
lastSynchronize?: string | null | undefined;
|
|
4377
|
-
showProductAddon?: boolean | null | undefined;
|
|
4378
|
-
enable: boolean;
|
|
4379
|
-
commissionRate: number;
|
|
4380
|
-
autoCloseBill: boolean;
|
|
4381
|
-
merchantID: string;
|
|
4382
|
-
} | null | undefined;
|
|
4383
|
-
shopeefoodDelivery?: {
|
|
4384
|
-
_id?: string | undefined;
|
|
4385
|
-
catalogId?: string | null | undefined;
|
|
4386
|
-
lastSynchronize?: string | null | undefined;
|
|
4387
|
-
showProductAddon?: boolean | null | undefined;
|
|
4110
|
+
ignoreStock?: boolean | null | undefined;
|
|
4388
4111
|
enable: boolean;
|
|
4389
|
-
autoCloseBill: boolean;
|
|
4390
|
-
reportConfig: {
|
|
4391
|
-
commissionRate: number;
|
|
4392
|
-
discountCampaigns: {
|
|
4393
|
-
name: string;
|
|
4394
|
-
date: {
|
|
4395
|
-
end: string;
|
|
4396
|
-
start: string;
|
|
4397
|
-
};
|
|
4398
|
-
vendorBearPercentage: number;
|
|
4399
|
-
}[];
|
|
4400
|
-
};
|
|
4401
|
-
storeID: string;
|
|
4402
4112
|
} | null | undefined;
|
|
4403
4113
|
couchDbPassword?: string | null | undefined;
|
|
4404
4114
|
apiToken?: string | null | undefined;
|
|
@@ -4423,6 +4133,9 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4423
4133
|
mapBorderColor?: number | null | undefined;
|
|
4424
4134
|
mapLineColor?: number | null | undefined;
|
|
4425
4135
|
} | null | undefined;
|
|
4136
|
+
foodpandaDelivery?: any;
|
|
4137
|
+
grabfoodDelivery?: any;
|
|
4138
|
+
shopeefoodDelivery?: any;
|
|
4426
4139
|
_id: string;
|
|
4427
4140
|
expiredAt: string;
|
|
4428
4141
|
businessId: string;
|
|
@@ -4517,7 +4230,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4517
4230
|
taxCode: string;
|
|
4518
4231
|
systemCode: string;
|
|
4519
4232
|
}> | null | undefined;
|
|
4520
|
-
autoAccept?: boolean | null | undefined;
|
|
4521
4233
|
deliveryTime?: {
|
|
4522
4234
|
time?: string[] | null | undefined;
|
|
4523
4235
|
custom?: {
|
|
@@ -4581,6 +4293,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4581
4293
|
name: string;
|
|
4582
4294
|
instruction: string;
|
|
4583
4295
|
}[] | null | undefined;
|
|
4296
|
+
autoAccept?: boolean | null | undefined;
|
|
4584
4297
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4585
4298
|
ignoreStock?: boolean | null | undefined;
|
|
4586
4299
|
catalogId: string | null;
|
|
@@ -4607,12 +4320,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4607
4320
|
} | null | undefined;
|
|
4608
4321
|
pickup?: {
|
|
4609
4322
|
catalogId?: string | null | undefined;
|
|
4610
|
-
autoAccept?: boolean | null | undefined;
|
|
4611
4323
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4612
4324
|
offlinePaymentTypes?: {
|
|
4613
4325
|
name: string;
|
|
4614
4326
|
instruction: string;
|
|
4615
4327
|
}[] | null | undefined;
|
|
4328
|
+
autoAccept?: boolean | null | undefined;
|
|
4616
4329
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4617
4330
|
ignoreStock?: boolean | null | undefined;
|
|
4618
4331
|
pickupTime?: {
|
|
@@ -4720,64 +4433,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4720
4433
|
feedmeDelivery?: {
|
|
4721
4434
|
instruction?: string | null | undefined;
|
|
4722
4435
|
catalogId?: string | null | undefined;
|
|
4723
|
-
autoAccept?: boolean | null | undefined;
|
|
4724
4436
|
term?: string | null | undefined;
|
|
4725
|
-
ignoreStock?: boolean | null | undefined;
|
|
4726
|
-
enable: boolean;
|
|
4727
|
-
} | null | undefined;
|
|
4728
|
-
foodpandaDelivery?: {
|
|
4729
|
-
_id?: string | undefined;
|
|
4730
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
4731
|
-
catalogId?: string | null | undefined;
|
|
4732
|
-
commissionRate?: number | null | undefined;
|
|
4733
|
-
lastSynchronize?: string | null | undefined;
|
|
4734
|
-
showProductAddon?: boolean | null | undefined;
|
|
4735
4437
|
autoAccept?: boolean | null | undefined;
|
|
4736
|
-
|
|
4737
|
-
commissionRate: number;
|
|
4738
|
-
discountCampaigns: {
|
|
4739
|
-
name: string;
|
|
4740
|
-
date: {
|
|
4741
|
-
end: string;
|
|
4742
|
-
start: string;
|
|
4743
|
-
};
|
|
4744
|
-
vendorBearPercentage: number;
|
|
4745
|
-
}[];
|
|
4746
|
-
} | null | undefined;
|
|
4747
|
-
hasSst?: boolean | null | undefined;
|
|
4748
|
-
enable: boolean;
|
|
4749
|
-
remoteId: string;
|
|
4750
|
-
autoCloseBill: boolean;
|
|
4751
|
-
} | null | undefined;
|
|
4752
|
-
grabfoodDelivery?: {
|
|
4753
|
-
_id?: string | undefined;
|
|
4754
|
-
catalogId?: string | null | undefined;
|
|
4755
|
-
lastSynchronize?: string | null | undefined;
|
|
4756
|
-
showProductAddon?: boolean | null | undefined;
|
|
4438
|
+
ignoreStock?: boolean | null | undefined;
|
|
4757
4439
|
enable: boolean;
|
|
4758
|
-
commissionRate: number;
|
|
4759
|
-
autoCloseBill: boolean;
|
|
4760
|
-
merchantID: string;
|
|
4761
|
-
} | null | undefined;
|
|
4762
|
-
shopeefoodDelivery?: {
|
|
4763
|
-
_id?: string | undefined;
|
|
4764
|
-
catalogId?: string | null | undefined;
|
|
4765
|
-
lastSynchronize?: string | null | undefined;
|
|
4766
|
-
showProductAddon?: boolean | null | undefined;
|
|
4767
|
-
enable: boolean;
|
|
4768
|
-
autoCloseBill: boolean;
|
|
4769
|
-
reportConfig: {
|
|
4770
|
-
commissionRate: number;
|
|
4771
|
-
discountCampaigns: {
|
|
4772
|
-
name: string;
|
|
4773
|
-
date: {
|
|
4774
|
-
end: string;
|
|
4775
|
-
start: string;
|
|
4776
|
-
};
|
|
4777
|
-
vendorBearPercentage: number;
|
|
4778
|
-
}[];
|
|
4779
|
-
};
|
|
4780
|
-
storeID: string;
|
|
4781
4440
|
} | null | undefined;
|
|
4782
4441
|
couchDbPassword?: string | null | undefined;
|
|
4783
4442
|
apiToken?: string | null | undefined;
|
|
@@ -4802,6 +4461,9 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4802
4461
|
mapBorderColor?: number | null | undefined;
|
|
4803
4462
|
mapLineColor?: number | null | undefined;
|
|
4804
4463
|
} | null | undefined;
|
|
4464
|
+
foodpandaDelivery?: any;
|
|
4465
|
+
grabfoodDelivery?: any;
|
|
4466
|
+
shopeefoodDelivery?: any;
|
|
4805
4467
|
_id: string;
|
|
4806
4468
|
expiredAt: string;
|
|
4807
4469
|
businessId: string;
|
|
@@ -4898,7 +4560,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4898
4560
|
taxCode: string;
|
|
4899
4561
|
systemCode: string;
|
|
4900
4562
|
}> | null | undefined;
|
|
4901
|
-
autoAccept?: boolean | null | undefined;
|
|
4902
4563
|
deliveryTime?: {
|
|
4903
4564
|
time?: string[] | null | undefined;
|
|
4904
4565
|
custom?: {
|
|
@@ -4962,6 +4623,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4962
4623
|
name: string;
|
|
4963
4624
|
instruction: string;
|
|
4964
4625
|
}[] | null | undefined;
|
|
4626
|
+
autoAccept?: boolean | null | undefined;
|
|
4965
4627
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4966
4628
|
ignoreStock?: boolean | null | undefined;
|
|
4967
4629
|
catalogId: string | null;
|
|
@@ -4988,12 +4650,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4988
4650
|
} | null | undefined;
|
|
4989
4651
|
pickup?: {
|
|
4990
4652
|
catalogId?: string | null | undefined;
|
|
4991
|
-
autoAccept?: boolean | null | undefined;
|
|
4992
4653
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4993
4654
|
offlinePaymentTypes?: {
|
|
4994
4655
|
name: string;
|
|
4995
4656
|
instruction: string;
|
|
4996
4657
|
}[] | null | undefined;
|
|
4658
|
+
autoAccept?: boolean | null | undefined;
|
|
4997
4659
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4998
4660
|
ignoreStock?: boolean | null | undefined;
|
|
4999
4661
|
pickupTime?: {
|
|
@@ -5101,64 +4763,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5101
4763
|
feedmeDelivery?: {
|
|
5102
4764
|
instruction?: string | null | undefined;
|
|
5103
4765
|
catalogId?: string | null | undefined;
|
|
5104
|
-
autoAccept?: boolean | null | undefined;
|
|
5105
4766
|
term?: string | null | undefined;
|
|
5106
|
-
ignoreStock?: boolean | null | undefined;
|
|
5107
|
-
enable: boolean;
|
|
5108
|
-
} | null | undefined;
|
|
5109
|
-
foodpandaDelivery?: {
|
|
5110
|
-
_id?: string | undefined;
|
|
5111
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
5112
|
-
catalogId?: string | null | undefined;
|
|
5113
|
-
commissionRate?: number | null | undefined;
|
|
5114
|
-
lastSynchronize?: string | null | undefined;
|
|
5115
|
-
showProductAddon?: boolean | null | undefined;
|
|
5116
4767
|
autoAccept?: boolean | null | undefined;
|
|
5117
|
-
|
|
5118
|
-
commissionRate: number;
|
|
5119
|
-
discountCampaigns: {
|
|
5120
|
-
name: string;
|
|
5121
|
-
date: {
|
|
5122
|
-
end: string;
|
|
5123
|
-
start: string;
|
|
5124
|
-
};
|
|
5125
|
-
vendorBearPercentage: number;
|
|
5126
|
-
}[];
|
|
5127
|
-
} | null | undefined;
|
|
5128
|
-
hasSst?: boolean | null | undefined;
|
|
5129
|
-
enable: boolean;
|
|
5130
|
-
remoteId: string;
|
|
5131
|
-
autoCloseBill: boolean;
|
|
5132
|
-
} | null | undefined;
|
|
5133
|
-
grabfoodDelivery?: {
|
|
5134
|
-
_id?: string | undefined;
|
|
5135
|
-
catalogId?: string | null | undefined;
|
|
5136
|
-
lastSynchronize?: string | null | undefined;
|
|
5137
|
-
showProductAddon?: boolean | null | undefined;
|
|
4768
|
+
ignoreStock?: boolean | null | undefined;
|
|
5138
4769
|
enable: boolean;
|
|
5139
|
-
commissionRate: number;
|
|
5140
|
-
autoCloseBill: boolean;
|
|
5141
|
-
merchantID: string;
|
|
5142
|
-
} | null | undefined;
|
|
5143
|
-
shopeefoodDelivery?: {
|
|
5144
|
-
_id?: string | undefined;
|
|
5145
|
-
catalogId?: string | null | undefined;
|
|
5146
|
-
lastSynchronize?: string | null | undefined;
|
|
5147
|
-
showProductAddon?: boolean | null | undefined;
|
|
5148
|
-
enable: boolean;
|
|
5149
|
-
autoCloseBill: boolean;
|
|
5150
|
-
reportConfig: {
|
|
5151
|
-
commissionRate: number;
|
|
5152
|
-
discountCampaigns: {
|
|
5153
|
-
name: string;
|
|
5154
|
-
date: {
|
|
5155
|
-
end: string;
|
|
5156
|
-
start: string;
|
|
5157
|
-
};
|
|
5158
|
-
vendorBearPercentage: number;
|
|
5159
|
-
}[];
|
|
5160
|
-
};
|
|
5161
|
-
storeID: string;
|
|
5162
4770
|
} | null | undefined;
|
|
5163
4771
|
couchDbPassword?: string | null | undefined;
|
|
5164
4772
|
apiToken?: string | null | undefined;
|
|
@@ -5183,6 +4791,9 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5183
4791
|
mapBorderColor?: number | null | undefined;
|
|
5184
4792
|
mapLineColor?: number | null | undefined;
|
|
5185
4793
|
} | null | undefined;
|
|
4794
|
+
foodpandaDelivery?: any;
|
|
4795
|
+
grabfoodDelivery?: any;
|
|
4796
|
+
shopeefoodDelivery?: any;
|
|
5186
4797
|
_id: string;
|
|
5187
4798
|
expiredAt: string;
|
|
5188
4799
|
businessId: string;
|
|
@@ -5361,7 +4972,6 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5361
4972
|
taxCode: string;
|
|
5362
4973
|
systemCode: string;
|
|
5363
4974
|
}> | null | undefined;
|
|
5364
|
-
autoAccept?: boolean | null | undefined;
|
|
5365
4975
|
deliveryTime?: {
|
|
5366
4976
|
time?: string[] | null | undefined;
|
|
5367
4977
|
custom?: {
|
|
@@ -5425,6 +5035,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5425
5035
|
name: string;
|
|
5426
5036
|
instruction: string;
|
|
5427
5037
|
}[] | null | undefined;
|
|
5038
|
+
autoAccept?: boolean | null | undefined;
|
|
5428
5039
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5429
5040
|
ignoreStock?: boolean | null | undefined;
|
|
5430
5041
|
catalogId: string | null;
|
|
@@ -5451,12 +5062,12 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5451
5062
|
} | null | undefined;
|
|
5452
5063
|
pickup?: {
|
|
5453
5064
|
catalogId?: string | null | undefined;
|
|
5454
|
-
autoAccept?: boolean | null | undefined;
|
|
5455
5065
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5456
5066
|
offlinePaymentTypes?: {
|
|
5457
5067
|
name: string;
|
|
5458
5068
|
instruction: string;
|
|
5459
5069
|
}[] | null | undefined;
|
|
5070
|
+
autoAccept?: boolean | null | undefined;
|
|
5460
5071
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5461
5072
|
ignoreStock?: boolean | null | undefined;
|
|
5462
5073
|
pickupTime?: {
|
|
@@ -5564,64 +5175,10 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5564
5175
|
feedmeDelivery?: {
|
|
5565
5176
|
instruction?: string | null | undefined;
|
|
5566
5177
|
catalogId?: string | null | undefined;
|
|
5567
|
-
autoAccept?: boolean | null | undefined;
|
|
5568
5178
|
term?: string | null | undefined;
|
|
5569
|
-
ignoreStock?: boolean | null | undefined;
|
|
5570
|
-
enable: boolean;
|
|
5571
|
-
} | null | undefined;
|
|
5572
|
-
foodpandaDelivery?: {
|
|
5573
|
-
_id?: string | undefined;
|
|
5574
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
5575
|
-
catalogId?: string | null | undefined;
|
|
5576
|
-
commissionRate?: number | null | undefined;
|
|
5577
|
-
lastSynchronize?: string | null | undefined;
|
|
5578
|
-
showProductAddon?: boolean | null | undefined;
|
|
5579
5179
|
autoAccept?: boolean | null | undefined;
|
|
5580
|
-
|
|
5581
|
-
commissionRate: number;
|
|
5582
|
-
discountCampaigns: {
|
|
5583
|
-
name: string;
|
|
5584
|
-
date: {
|
|
5585
|
-
end: string;
|
|
5586
|
-
start: string;
|
|
5587
|
-
};
|
|
5588
|
-
vendorBearPercentage: number;
|
|
5589
|
-
}[];
|
|
5590
|
-
} | null | undefined;
|
|
5591
|
-
hasSst?: boolean | null | undefined;
|
|
5592
|
-
enable: boolean;
|
|
5593
|
-
remoteId: string;
|
|
5594
|
-
autoCloseBill: boolean;
|
|
5595
|
-
} | null | undefined;
|
|
5596
|
-
grabfoodDelivery?: {
|
|
5597
|
-
_id?: string | undefined;
|
|
5598
|
-
catalogId?: string | null | undefined;
|
|
5599
|
-
lastSynchronize?: string | null | undefined;
|
|
5600
|
-
showProductAddon?: boolean | null | undefined;
|
|
5601
|
-
enable: boolean;
|
|
5602
|
-
commissionRate: number;
|
|
5603
|
-
autoCloseBill: boolean;
|
|
5604
|
-
merchantID: string;
|
|
5605
|
-
} | null | undefined;
|
|
5606
|
-
shopeefoodDelivery?: {
|
|
5607
|
-
_id?: string | undefined;
|
|
5608
|
-
catalogId?: string | null | undefined;
|
|
5609
|
-
lastSynchronize?: string | null | undefined;
|
|
5610
|
-
showProductAddon?: boolean | null | undefined;
|
|
5180
|
+
ignoreStock?: boolean | null | undefined;
|
|
5611
5181
|
enable: boolean;
|
|
5612
|
-
autoCloseBill: boolean;
|
|
5613
|
-
reportConfig: {
|
|
5614
|
-
commissionRate: number;
|
|
5615
|
-
discountCampaigns: {
|
|
5616
|
-
name: string;
|
|
5617
|
-
date: {
|
|
5618
|
-
end: string;
|
|
5619
|
-
start: string;
|
|
5620
|
-
};
|
|
5621
|
-
vendorBearPercentage: number;
|
|
5622
|
-
}[];
|
|
5623
|
-
};
|
|
5624
|
-
storeID: string;
|
|
5625
5182
|
} | null | undefined;
|
|
5626
5183
|
couchDbPassword?: string | null | undefined;
|
|
5627
5184
|
apiToken?: string | null | undefined;
|
|
@@ -5646,6 +5203,9 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5646
5203
|
mapBorderColor?: number | null | undefined;
|
|
5647
5204
|
mapLineColor?: number | null | undefined;
|
|
5648
5205
|
} | null | undefined;
|
|
5206
|
+
foodpandaDelivery?: any;
|
|
5207
|
+
grabfoodDelivery?: any;
|
|
5208
|
+
shopeefoodDelivery?: any;
|
|
5649
5209
|
_id: string;
|
|
5650
5210
|
expiredAt: string;
|
|
5651
5211
|
businessId: string;
|