@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
|
@@ -625,12 +625,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
625
625
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
626
626
|
}, "strip", z.ZodTypeAny, {
|
|
627
627
|
catalogId?: string | null | undefined;
|
|
628
|
-
autoAccept?: boolean | null | undefined;
|
|
629
628
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
630
629
|
offlinePaymentTypes?: {
|
|
631
630
|
name: string;
|
|
632
631
|
instruction: string;
|
|
633
632
|
}[] | null | undefined;
|
|
633
|
+
autoAccept?: boolean | null | undefined;
|
|
634
634
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
635
635
|
ignoreStock?: boolean | null | undefined;
|
|
636
636
|
pickupTime?: {
|
|
@@ -649,12 +649,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
649
649
|
} | null | undefined;
|
|
650
650
|
}, {
|
|
651
651
|
catalogId?: string | null | undefined;
|
|
652
|
-
autoAccept?: boolean | null | undefined;
|
|
653
652
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
654
653
|
offlinePaymentTypes?: {
|
|
655
654
|
name: string;
|
|
656
655
|
instruction: string;
|
|
657
656
|
}[] | null | undefined;
|
|
657
|
+
autoAccept?: boolean | null | undefined;
|
|
658
658
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
659
659
|
ignoreStock?: boolean | null | undefined;
|
|
660
660
|
pickupTime?: {
|
|
@@ -677,12 +677,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
677
677
|
}>, "strip", z.ZodTypeAny, {
|
|
678
678
|
pickup?: {
|
|
679
679
|
catalogId?: string | null | undefined;
|
|
680
|
-
autoAccept?: boolean | null | undefined;
|
|
681
680
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
682
681
|
offlinePaymentTypes?: {
|
|
683
682
|
name: string;
|
|
684
683
|
instruction: string;
|
|
685
684
|
}[] | null | undefined;
|
|
685
|
+
autoAccept?: boolean | null | undefined;
|
|
686
686
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
687
687
|
ignoreStock?: boolean | null | undefined;
|
|
688
688
|
pickupTime?: {
|
|
@@ -798,12 +798,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
798
798
|
}, {
|
|
799
799
|
pickup?: {
|
|
800
800
|
catalogId?: string | null | undefined;
|
|
801
|
-
autoAccept?: boolean | null | undefined;
|
|
802
801
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
803
802
|
offlinePaymentTypes?: {
|
|
804
803
|
name: string;
|
|
805
804
|
instruction: string;
|
|
806
805
|
}[] | null | undefined;
|
|
806
|
+
autoAccept?: boolean | null | undefined;
|
|
807
807
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
808
808
|
ignoreStock?: boolean | null | undefined;
|
|
809
809
|
pickupTime?: {
|
|
@@ -1520,12 +1520,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1520
1520
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1521
1521
|
}, "strip", z.ZodTypeAny, {
|
|
1522
1522
|
catalogId?: string | null | undefined;
|
|
1523
|
-
autoAccept?: boolean | null | undefined;
|
|
1524
1523
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1525
1524
|
offlinePaymentTypes?: {
|
|
1526
1525
|
name: string;
|
|
1527
1526
|
instruction: string;
|
|
1528
1527
|
}[] | null | undefined;
|
|
1528
|
+
autoAccept?: boolean | null | undefined;
|
|
1529
1529
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1530
1530
|
ignoreStock?: boolean | null | undefined;
|
|
1531
1531
|
pickupTime?: {
|
|
@@ -1544,12 +1544,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1544
1544
|
} | null | undefined;
|
|
1545
1545
|
}, {
|
|
1546
1546
|
catalogId?: string | null | undefined;
|
|
1547
|
-
autoAccept?: boolean | null | undefined;
|
|
1548
1547
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1549
1548
|
offlinePaymentTypes?: {
|
|
1550
1549
|
name: string;
|
|
1551
1550
|
instruction: string;
|
|
1552
1551
|
}[] | null | undefined;
|
|
1552
|
+
autoAccept?: boolean | null | undefined;
|
|
1553
1553
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1554
1554
|
ignoreStock?: boolean | null | undefined;
|
|
1555
1555
|
pickupTime?: {
|
|
@@ -1570,12 +1570,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1570
1570
|
}, "strip", z.ZodTypeAny, {
|
|
1571
1571
|
pickup?: {
|
|
1572
1572
|
catalogId?: string | null | undefined;
|
|
1573
|
-
autoAccept?: boolean | null | undefined;
|
|
1574
1573
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1575
1574
|
offlinePaymentTypes?: {
|
|
1576
1575
|
name: string;
|
|
1577
1576
|
instruction: string;
|
|
1578
1577
|
}[] | null | undefined;
|
|
1578
|
+
autoAccept?: boolean | null | undefined;
|
|
1579
1579
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1580
1580
|
ignoreStock?: boolean | null | undefined;
|
|
1581
1581
|
pickupTime?: {
|
|
@@ -1690,12 +1690,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1690
1690
|
}, {
|
|
1691
1691
|
pickup?: {
|
|
1692
1692
|
catalogId?: string | null | undefined;
|
|
1693
|
-
autoAccept?: boolean | null | undefined;
|
|
1694
1693
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1695
1694
|
offlinePaymentTypes?: {
|
|
1696
1695
|
name: string;
|
|
1697
1696
|
instruction: string;
|
|
1698
1697
|
}[] | null | undefined;
|
|
1698
|
+
autoAccept?: boolean | null | undefined;
|
|
1699
1699
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1700
1700
|
ignoreStock?: boolean | null | undefined;
|
|
1701
1701
|
pickupTime?: {
|
|
@@ -1814,12 +1814,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1814
1814
|
pf_owner?: {
|
|
1815
1815
|
pickup?: {
|
|
1816
1816
|
catalogId?: string | null | undefined;
|
|
1817
|
-
autoAccept?: boolean | null | undefined;
|
|
1818
1817
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1819
1818
|
offlinePaymentTypes?: {
|
|
1820
1819
|
name: string;
|
|
1821
1820
|
instruction: string;
|
|
1822
1821
|
}[] | null | undefined;
|
|
1822
|
+
autoAccept?: boolean | null | undefined;
|
|
1823
1823
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1824
1824
|
ignoreStock?: boolean | null | undefined;
|
|
1825
1825
|
pickupTime?: {
|
|
@@ -1944,12 +1944,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1944
1944
|
pf_restaurants: {
|
|
1945
1945
|
pickup?: {
|
|
1946
1946
|
catalogId?: string | null | undefined;
|
|
1947
|
-
autoAccept?: boolean | null | undefined;
|
|
1948
1947
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1949
1948
|
offlinePaymentTypes?: {
|
|
1950
1949
|
name: string;
|
|
1951
1950
|
instruction: string;
|
|
1952
1951
|
}[] | null | undefined;
|
|
1952
|
+
autoAccept?: boolean | null | undefined;
|
|
1953
1953
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1954
1954
|
ignoreStock?: boolean | null | undefined;
|
|
1955
1955
|
pickupTime?: {
|
|
@@ -2074,12 +2074,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2074
2074
|
pf_restaurants?: {
|
|
2075
2075
|
pickup?: {
|
|
2076
2076
|
catalogId?: string | null | undefined;
|
|
2077
|
-
autoAccept?: boolean | null | undefined;
|
|
2078
2077
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2079
2078
|
offlinePaymentTypes?: {
|
|
2080
2079
|
name: string;
|
|
2081
2080
|
instruction: string;
|
|
2082
2081
|
}[] | null | undefined;
|
|
2082
|
+
autoAccept?: boolean | null | undefined;
|
|
2083
2083
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2084
2084
|
ignoreStock?: boolean | null | undefined;
|
|
2085
2085
|
pickupTime?: {
|
|
@@ -2198,12 +2198,12 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2198
2198
|
pf_owner?: {
|
|
2199
2199
|
pickup?: {
|
|
2200
2200
|
catalogId?: string | null | undefined;
|
|
2201
|
-
autoAccept?: boolean | null | undefined;
|
|
2202
2201
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2203
2202
|
offlinePaymentTypes?: {
|
|
2204
2203
|
name: string;
|
|
2205
2204
|
instruction: string;
|
|
2206
2205
|
}[] | null | undefined;
|
|
2206
|
+
autoAccept?: boolean | null | undefined;
|
|
2207
2207
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2208
2208
|
ignoreStock?: boolean | null | undefined;
|
|
2209
2209
|
pickupTime?: {
|
|
@@ -2932,12 +2932,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2932
2932
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2933
2933
|
}, "strip", z.ZodTypeAny, {
|
|
2934
2934
|
catalogId?: string | null | undefined;
|
|
2935
|
-
autoAccept?: boolean | null | undefined;
|
|
2936
2935
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2937
2936
|
offlinePaymentTypes?: {
|
|
2938
2937
|
name: string;
|
|
2939
2938
|
instruction: string;
|
|
2940
2939
|
}[] | null | undefined;
|
|
2940
|
+
autoAccept?: boolean | null | undefined;
|
|
2941
2941
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2942
2942
|
ignoreStock?: boolean | null | undefined;
|
|
2943
2943
|
pickupTime?: {
|
|
@@ -2956,12 +2956,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2956
2956
|
} | null | undefined;
|
|
2957
2957
|
}, {
|
|
2958
2958
|
catalogId?: string | null | undefined;
|
|
2959
|
-
autoAccept?: boolean | null | undefined;
|
|
2960
2959
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2961
2960
|
offlinePaymentTypes?: {
|
|
2962
2961
|
name: string;
|
|
2963
2962
|
instruction: string;
|
|
2964
2963
|
}[] | null | undefined;
|
|
2964
|
+
autoAccept?: boolean | null | undefined;
|
|
2965
2965
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2966
2966
|
ignoreStock?: boolean | null | undefined;
|
|
2967
2967
|
pickupTime?: {
|
|
@@ -2984,12 +2984,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2984
2984
|
}>, "strip", z.ZodTypeAny, {
|
|
2985
2985
|
pickup?: {
|
|
2986
2986
|
catalogId?: string | null | undefined;
|
|
2987
|
-
autoAccept?: boolean | null | undefined;
|
|
2988
2987
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2989
2988
|
offlinePaymentTypes?: {
|
|
2990
2989
|
name: string;
|
|
2991
2990
|
instruction: string;
|
|
2992
2991
|
}[] | null | undefined;
|
|
2992
|
+
autoAccept?: boolean | null | undefined;
|
|
2993
2993
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2994
2994
|
ignoreStock?: boolean | null | undefined;
|
|
2995
2995
|
pickupTime?: {
|
|
@@ -3105,12 +3105,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3105
3105
|
}, {
|
|
3106
3106
|
pickup?: {
|
|
3107
3107
|
catalogId?: string | null | undefined;
|
|
3108
|
-
autoAccept?: boolean | null | undefined;
|
|
3109
3108
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
3110
3109
|
offlinePaymentTypes?: {
|
|
3111
3110
|
name: string;
|
|
3112
3111
|
instruction: string;
|
|
3113
3112
|
}[] | null | undefined;
|
|
3113
|
+
autoAccept?: boolean | null | undefined;
|
|
3114
3114
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3115
3115
|
ignoreStock?: boolean | null | undefined;
|
|
3116
3116
|
pickupTime?: {
|
|
@@ -3827,12 +3827,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3827
3827
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3828
3828
|
}, "strip", z.ZodTypeAny, {
|
|
3829
3829
|
catalogId?: string | null | undefined;
|
|
3830
|
-
autoAccept?: boolean | null | undefined;
|
|
3831
3830
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
3832
3831
|
offlinePaymentTypes?: {
|
|
3833
3832
|
name: string;
|
|
3834
3833
|
instruction: string;
|
|
3835
3834
|
}[] | null | undefined;
|
|
3835
|
+
autoAccept?: boolean | null | undefined;
|
|
3836
3836
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3837
3837
|
ignoreStock?: boolean | null | undefined;
|
|
3838
3838
|
pickupTime?: {
|
|
@@ -3851,12 +3851,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3851
3851
|
} | null | undefined;
|
|
3852
3852
|
}, {
|
|
3853
3853
|
catalogId?: string | null | undefined;
|
|
3854
|
-
autoAccept?: boolean | null | undefined;
|
|
3855
3854
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
3856
3855
|
offlinePaymentTypes?: {
|
|
3857
3856
|
name: string;
|
|
3858
3857
|
instruction: string;
|
|
3859
3858
|
}[] | null | undefined;
|
|
3859
|
+
autoAccept?: boolean | null | undefined;
|
|
3860
3860
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3861
3861
|
ignoreStock?: boolean | null | undefined;
|
|
3862
3862
|
pickupTime?: {
|
|
@@ -3877,12 +3877,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3877
3877
|
}, "strip", z.ZodTypeAny, {
|
|
3878
3878
|
pickup?: {
|
|
3879
3879
|
catalogId?: string | null | undefined;
|
|
3880
|
-
autoAccept?: boolean | null | undefined;
|
|
3881
3880
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
3882
3881
|
offlinePaymentTypes?: {
|
|
3883
3882
|
name: string;
|
|
3884
3883
|
instruction: string;
|
|
3885
3884
|
}[] | null | undefined;
|
|
3885
|
+
autoAccept?: boolean | null | undefined;
|
|
3886
3886
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
3887
3887
|
ignoreStock?: boolean | null | undefined;
|
|
3888
3888
|
pickupTime?: {
|
|
@@ -3997,12 +3997,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3997
3997
|
}, {
|
|
3998
3998
|
pickup?: {
|
|
3999
3999
|
catalogId?: string | null | undefined;
|
|
4000
|
-
autoAccept?: boolean | null | undefined;
|
|
4001
4000
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4002
4001
|
offlinePaymentTypes?: {
|
|
4003
4002
|
name: string;
|
|
4004
4003
|
instruction: string;
|
|
4005
4004
|
}[] | null | undefined;
|
|
4005
|
+
autoAccept?: boolean | null | undefined;
|
|
4006
4006
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4007
4007
|
ignoreStock?: boolean | null | undefined;
|
|
4008
4008
|
pickupTime?: {
|
|
@@ -4121,12 +4121,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4121
4121
|
pf_owner?: {
|
|
4122
4122
|
pickup?: {
|
|
4123
4123
|
catalogId?: string | null | undefined;
|
|
4124
|
-
autoAccept?: boolean | null | undefined;
|
|
4125
4124
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4126
4125
|
offlinePaymentTypes?: {
|
|
4127
4126
|
name: string;
|
|
4128
4127
|
instruction: string;
|
|
4129
4128
|
}[] | null | undefined;
|
|
4129
|
+
autoAccept?: boolean | null | undefined;
|
|
4130
4130
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4131
4131
|
ignoreStock?: boolean | null | undefined;
|
|
4132
4132
|
pickupTime?: {
|
|
@@ -4251,12 +4251,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4251
4251
|
pf_restaurants: {
|
|
4252
4252
|
pickup?: {
|
|
4253
4253
|
catalogId?: string | null | undefined;
|
|
4254
|
-
autoAccept?: boolean | null | undefined;
|
|
4255
4254
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4256
4255
|
offlinePaymentTypes?: {
|
|
4257
4256
|
name: string;
|
|
4258
4257
|
instruction: string;
|
|
4259
4258
|
}[] | null | undefined;
|
|
4259
|
+
autoAccept?: boolean | null | undefined;
|
|
4260
4260
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4261
4261
|
ignoreStock?: boolean | null | undefined;
|
|
4262
4262
|
pickupTime?: {
|
|
@@ -4381,12 +4381,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4381
4381
|
pf_restaurants?: {
|
|
4382
4382
|
pickup?: {
|
|
4383
4383
|
catalogId?: string | null | undefined;
|
|
4384
|
-
autoAccept?: boolean | null | undefined;
|
|
4385
4384
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4386
4385
|
offlinePaymentTypes?: {
|
|
4387
4386
|
name: string;
|
|
4388
4387
|
instruction: string;
|
|
4389
4388
|
}[] | null | undefined;
|
|
4389
|
+
autoAccept?: boolean | null | undefined;
|
|
4390
4390
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4391
4391
|
ignoreStock?: boolean | null | undefined;
|
|
4392
4392
|
pickupTime?: {
|
|
@@ -4505,12 +4505,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4505
4505
|
pf_owner?: {
|
|
4506
4506
|
pickup?: {
|
|
4507
4507
|
catalogId?: string | null | undefined;
|
|
4508
|
-
autoAccept?: boolean | null | undefined;
|
|
4509
4508
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4510
4509
|
offlinePaymentTypes?: {
|
|
4511
4510
|
name: string;
|
|
4512
4511
|
instruction: string;
|
|
4513
4512
|
}[] | null | undefined;
|
|
4513
|
+
autoAccept?: boolean | null | undefined;
|
|
4514
4514
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4515
4515
|
ignoreStock?: boolean | null | undefined;
|
|
4516
4516
|
pickupTime?: {
|
|
@@ -4635,12 +4635,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4635
4635
|
pf_owner?: {
|
|
4636
4636
|
pickup?: {
|
|
4637
4637
|
catalogId?: string | null | undefined;
|
|
4638
|
-
autoAccept?: boolean | null | undefined;
|
|
4639
4638
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4640
4639
|
offlinePaymentTypes?: {
|
|
4641
4640
|
name: string;
|
|
4642
4641
|
instruction: string;
|
|
4643
4642
|
}[] | null | undefined;
|
|
4643
|
+
autoAccept?: boolean | null | undefined;
|
|
4644
4644
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4645
4645
|
ignoreStock?: boolean | null | undefined;
|
|
4646
4646
|
pickupTime?: {
|
|
@@ -4765,12 +4765,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4765
4765
|
pf_restaurants: {
|
|
4766
4766
|
pickup?: {
|
|
4767
4767
|
catalogId?: string | null | undefined;
|
|
4768
|
-
autoAccept?: boolean | null | undefined;
|
|
4769
4768
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4770
4769
|
offlinePaymentTypes?: {
|
|
4771
4770
|
name: string;
|
|
4772
4771
|
instruction: string;
|
|
4773
4772
|
}[] | null | undefined;
|
|
4773
|
+
autoAccept?: boolean | null | undefined;
|
|
4774
4774
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4775
4775
|
ignoreStock?: boolean | null | undefined;
|
|
4776
4776
|
pickupTime?: {
|
|
@@ -4895,12 +4895,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4895
4895
|
pf_restaurants?: {
|
|
4896
4896
|
pickup?: {
|
|
4897
4897
|
catalogId?: string | null | undefined;
|
|
4898
|
-
autoAccept?: boolean | null | undefined;
|
|
4899
4898
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
4900
4899
|
offlinePaymentTypes?: {
|
|
4901
4900
|
name: string;
|
|
4902
4901
|
instruction: string;
|
|
4903
4902
|
}[] | null | undefined;
|
|
4903
|
+
autoAccept?: boolean | null | undefined;
|
|
4904
4904
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
4905
4905
|
ignoreStock?: boolean | null | undefined;
|
|
4906
4906
|
pickupTime?: {
|
|
@@ -5019,12 +5019,12 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
5019
5019
|
pf_owner?: {
|
|
5020
5020
|
pickup?: {
|
|
5021
5021
|
catalogId?: string | null | undefined;
|
|
5022
|
-
autoAccept?: boolean | null | undefined;
|
|
5023
5022
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5024
5023
|
offlinePaymentTypes?: {
|
|
5025
5024
|
name: string;
|
|
5026
5025
|
instruction: string;
|
|
5027
5026
|
}[] | null | undefined;
|
|
5027
|
+
autoAccept?: boolean | null | undefined;
|
|
5028
5028
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5029
5029
|
ignoreStock?: boolean | null | undefined;
|
|
5030
5030
|
pickupTime?: {
|
|
@@ -5755,12 +5755,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5755
5755
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5756
5756
|
}, "strip", z.ZodTypeAny, {
|
|
5757
5757
|
catalogId?: string | null | undefined;
|
|
5758
|
-
autoAccept?: boolean | null | undefined;
|
|
5759
5758
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5760
5759
|
offlinePaymentTypes?: {
|
|
5761
5760
|
name: string;
|
|
5762
5761
|
instruction: string;
|
|
5763
5762
|
}[] | null | undefined;
|
|
5763
|
+
autoAccept?: boolean | null | undefined;
|
|
5764
5764
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5765
5765
|
ignoreStock?: boolean | null | undefined;
|
|
5766
5766
|
pickupTime?: {
|
|
@@ -5779,12 +5779,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5779
5779
|
} | null | undefined;
|
|
5780
5780
|
}, {
|
|
5781
5781
|
catalogId?: string | null | undefined;
|
|
5782
|
-
autoAccept?: boolean | null | undefined;
|
|
5783
5782
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5784
5783
|
offlinePaymentTypes?: {
|
|
5785
5784
|
name: string;
|
|
5786
5785
|
instruction: string;
|
|
5787
5786
|
}[] | null | undefined;
|
|
5787
|
+
autoAccept?: boolean | null | undefined;
|
|
5788
5788
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5789
5789
|
ignoreStock?: boolean | null | undefined;
|
|
5790
5790
|
pickupTime?: {
|
|
@@ -5807,12 +5807,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5807
5807
|
}>, "strip", z.ZodTypeAny, {
|
|
5808
5808
|
pickup?: {
|
|
5809
5809
|
catalogId?: string | null | undefined;
|
|
5810
|
-
autoAccept?: boolean | null | undefined;
|
|
5811
5810
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5812
5811
|
offlinePaymentTypes?: {
|
|
5813
5812
|
name: string;
|
|
5814
5813
|
instruction: string;
|
|
5815
5814
|
}[] | null | undefined;
|
|
5815
|
+
autoAccept?: boolean | null | undefined;
|
|
5816
5816
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5817
5817
|
ignoreStock?: boolean | null | undefined;
|
|
5818
5818
|
pickupTime?: {
|
|
@@ -5928,12 +5928,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5928
5928
|
}, {
|
|
5929
5929
|
pickup?: {
|
|
5930
5930
|
catalogId?: string | null | undefined;
|
|
5931
|
-
autoAccept?: boolean | null | undefined;
|
|
5932
5931
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
5933
5932
|
offlinePaymentTypes?: {
|
|
5934
5933
|
name: string;
|
|
5935
5934
|
instruction: string;
|
|
5936
5935
|
}[] | null | undefined;
|
|
5936
|
+
autoAccept?: boolean | null | undefined;
|
|
5937
5937
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
5938
5938
|
ignoreStock?: boolean | null | undefined;
|
|
5939
5939
|
pickupTime?: {
|
|
@@ -6650,12 +6650,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6650
6650
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
6651
6651
|
}, "strip", z.ZodTypeAny, {
|
|
6652
6652
|
catalogId?: string | null | undefined;
|
|
6653
|
-
autoAccept?: boolean | null | undefined;
|
|
6654
6653
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6655
6654
|
offlinePaymentTypes?: {
|
|
6656
6655
|
name: string;
|
|
6657
6656
|
instruction: string;
|
|
6658
6657
|
}[] | null | undefined;
|
|
6658
|
+
autoAccept?: boolean | null | undefined;
|
|
6659
6659
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6660
6660
|
ignoreStock?: boolean | null | undefined;
|
|
6661
6661
|
pickupTime?: {
|
|
@@ -6674,12 +6674,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6674
6674
|
} | null | undefined;
|
|
6675
6675
|
}, {
|
|
6676
6676
|
catalogId?: string | null | undefined;
|
|
6677
|
-
autoAccept?: boolean | null | undefined;
|
|
6678
6677
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6679
6678
|
offlinePaymentTypes?: {
|
|
6680
6679
|
name: string;
|
|
6681
6680
|
instruction: string;
|
|
6682
6681
|
}[] | null | undefined;
|
|
6682
|
+
autoAccept?: boolean | null | undefined;
|
|
6683
6683
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6684
6684
|
ignoreStock?: boolean | null | undefined;
|
|
6685
6685
|
pickupTime?: {
|
|
@@ -6700,12 +6700,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6700
6700
|
}, "strip", z.ZodTypeAny, {
|
|
6701
6701
|
pickup?: {
|
|
6702
6702
|
catalogId?: string | null | undefined;
|
|
6703
|
-
autoAccept?: boolean | null | undefined;
|
|
6704
6703
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6705
6704
|
offlinePaymentTypes?: {
|
|
6706
6705
|
name: string;
|
|
6707
6706
|
instruction: string;
|
|
6708
6707
|
}[] | null | undefined;
|
|
6708
|
+
autoAccept?: boolean | null | undefined;
|
|
6709
6709
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6710
6710
|
ignoreStock?: boolean | null | undefined;
|
|
6711
6711
|
pickupTime?: {
|
|
@@ -6820,12 +6820,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6820
6820
|
}, {
|
|
6821
6821
|
pickup?: {
|
|
6822
6822
|
catalogId?: string | null | undefined;
|
|
6823
|
-
autoAccept?: boolean | null | undefined;
|
|
6824
6823
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6825
6824
|
offlinePaymentTypes?: {
|
|
6826
6825
|
name: string;
|
|
6827
6826
|
instruction: string;
|
|
6828
6827
|
}[] | null | undefined;
|
|
6828
|
+
autoAccept?: boolean | null | undefined;
|
|
6829
6829
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6830
6830
|
ignoreStock?: boolean | null | undefined;
|
|
6831
6831
|
pickupTime?: {
|
|
@@ -6944,12 +6944,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6944
6944
|
pf_owner?: {
|
|
6945
6945
|
pickup?: {
|
|
6946
6946
|
catalogId?: string | null | undefined;
|
|
6947
|
-
autoAccept?: boolean | null | undefined;
|
|
6948
6947
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
6949
6948
|
offlinePaymentTypes?: {
|
|
6950
6949
|
name: string;
|
|
6951
6950
|
instruction: string;
|
|
6952
6951
|
}[] | null | undefined;
|
|
6952
|
+
autoAccept?: boolean | null | undefined;
|
|
6953
6953
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
6954
6954
|
ignoreStock?: boolean | null | undefined;
|
|
6955
6955
|
pickupTime?: {
|
|
@@ -7082,12 +7082,12 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7082
7082
|
pf_owner?: {
|
|
7083
7083
|
pickup?: {
|
|
7084
7084
|
catalogId?: string | null | undefined;
|
|
7085
|
-
autoAccept?: boolean | null | undefined;
|
|
7086
7085
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7087
7086
|
offlinePaymentTypes?: {
|
|
7088
7087
|
name: string;
|
|
7089
7088
|
instruction: string;
|
|
7090
7089
|
}[] | null | undefined;
|
|
7090
|
+
autoAccept?: boolean | null | undefined;
|
|
7091
7091
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7092
7092
|
ignoreStock?: boolean | null | undefined;
|
|
7093
7093
|
pickupTime?: {
|
|
@@ -7818,12 +7818,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7818
7818
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
7819
7819
|
}, "strip", z.ZodTypeAny, {
|
|
7820
7820
|
catalogId?: string | null | undefined;
|
|
7821
|
-
autoAccept?: boolean | null | undefined;
|
|
7822
7821
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7823
7822
|
offlinePaymentTypes?: {
|
|
7824
7823
|
name: string;
|
|
7825
7824
|
instruction: string;
|
|
7826
7825
|
}[] | null | undefined;
|
|
7826
|
+
autoAccept?: boolean | null | undefined;
|
|
7827
7827
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7828
7828
|
ignoreStock?: boolean | null | undefined;
|
|
7829
7829
|
pickupTime?: {
|
|
@@ -7842,12 +7842,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7842
7842
|
} | null | undefined;
|
|
7843
7843
|
}, {
|
|
7844
7844
|
catalogId?: string | null | undefined;
|
|
7845
|
-
autoAccept?: boolean | null | undefined;
|
|
7846
7845
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7847
7846
|
offlinePaymentTypes?: {
|
|
7848
7847
|
name: string;
|
|
7849
7848
|
instruction: string;
|
|
7850
7849
|
}[] | null | undefined;
|
|
7850
|
+
autoAccept?: boolean | null | undefined;
|
|
7851
7851
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7852
7852
|
ignoreStock?: boolean | null | undefined;
|
|
7853
7853
|
pickupTime?: {
|
|
@@ -7868,12 +7868,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7868
7868
|
}, "strip", z.ZodTypeAny, {
|
|
7869
7869
|
pickup?: {
|
|
7870
7870
|
catalogId?: string | null | undefined;
|
|
7871
|
-
autoAccept?: boolean | null | undefined;
|
|
7872
7871
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7873
7872
|
offlinePaymentTypes?: {
|
|
7874
7873
|
name: string;
|
|
7875
7874
|
instruction: string;
|
|
7876
7875
|
}[] | null | undefined;
|
|
7876
|
+
autoAccept?: boolean | null | undefined;
|
|
7877
7877
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7878
7878
|
ignoreStock?: boolean | null | undefined;
|
|
7879
7879
|
pickupTime?: {
|
|
@@ -7988,12 +7988,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7988
7988
|
}, {
|
|
7989
7989
|
pickup?: {
|
|
7990
7990
|
catalogId?: string | null | undefined;
|
|
7991
|
-
autoAccept?: boolean | null | undefined;
|
|
7992
7991
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
7993
7992
|
offlinePaymentTypes?: {
|
|
7994
7993
|
name: string;
|
|
7995
7994
|
instruction: string;
|
|
7996
7995
|
}[] | null | undefined;
|
|
7996
|
+
autoAccept?: boolean | null | undefined;
|
|
7997
7997
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
7998
7998
|
ignoreStock?: boolean | null | undefined;
|
|
7999
7999
|
pickupTime?: {
|
|
@@ -8119,12 +8119,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8119
8119
|
pf_owner?: {
|
|
8120
8120
|
pickup?: {
|
|
8121
8121
|
catalogId?: string | null | undefined;
|
|
8122
|
-
autoAccept?: boolean | null | undefined;
|
|
8123
8122
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
8124
8123
|
offlinePaymentTypes?: {
|
|
8125
8124
|
name: string;
|
|
8126
8125
|
instruction: string;
|
|
8127
8126
|
}[] | null | undefined;
|
|
8127
|
+
autoAccept?: boolean | null | undefined;
|
|
8128
8128
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
8129
8129
|
ignoreStock?: boolean | null | undefined;
|
|
8130
8130
|
pickupTime?: {
|
|
@@ -8250,12 +8250,12 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8250
8250
|
pf_owner?: {
|
|
8251
8251
|
pickup?: {
|
|
8252
8252
|
catalogId?: string | null | undefined;
|
|
8253
|
-
autoAccept?: boolean | null | undefined;
|
|
8254
8253
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
8255
8254
|
offlinePaymentTypes?: {
|
|
8256
8255
|
name: string;
|
|
8257
8256
|
instruction: string;
|
|
8258
8257
|
}[] | null | undefined;
|
|
8258
|
+
autoAccept?: boolean | null | undefined;
|
|
8259
8259
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
8260
8260
|
ignoreStock?: boolean | null | undefined;
|
|
8261
8261
|
pickupTime?: {
|