@feedmepos/mf-order-setting 0.0.21-beta.1 → 0.0.21-beta.2
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-snR43qzG.js → KioskDevicesView-TgyDh8aI.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +45 -44
- package/dist/KioskSettingView-fbOxH9m8.js +649 -0
- package/dist/KioskView-C0Vn5S89.js +334 -0
- package/dist/OrderSettingsView-mYvRn7u9.js +70872 -0
- package/dist/app-A306cfER.js +644 -0
- package/dist/app.js +4 -505
- package/dist/auth.dto-C5PLip9a.js +121625 -0
- package/dist/dayjs.min-CLR5r0qf.js +2110 -0
- package/dist/frontend/mf-order/src/app.d.ts +440 -410
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +4 -14
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +35 -30
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +242 -2
- package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +750 -614
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +175 -141
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +35 -3
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +35 -3
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-BghBxhGG.js → index-BJuGDir8.js} +25 -24
- package/dist/index-DSCb3ndM.js +150 -0
- package/dist/package/entity/booking/booking.do.d.ts +95 -1025
- package/dist/package/entity/delivery/delivery.dto.d.ts +78 -264
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +51 -0
- package/dist/package/entity/food-court/order.dto.d.ts +2528 -6
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1377 -255
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +632 -129
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +1272 -244
- package/dist/package/entity/kiosk/kiosk.do.d.ts +14 -14
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +17 -17
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +105 -883
- package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
- package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
- package/dist/package/entity/order/order.do.d.ts +951 -5
- package/dist/package/entity/order/order.dto.d.ts +63375 -23687
- package/dist/package/entity/order/order.enum.d.ts +5 -1
- package/dist/package/entity/order/payment/payment.dto.d.ts +9631 -138
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +55 -241
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +29 -215
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +40 -40
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +19 -205
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
- package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +7 -0
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +226 -113
- package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
- package/package.json +17 -17
- package/src/app.ts +2 -3
- package/src/locales/en-US.json +218 -203
- package/src/locales/zh-CN.json +218 -203
- package/src/modules/order-setting/kiosk/interface.ts +25 -0
- package/src/stores/order-setting/mapper.ts +73 -51
- package/src/views/kiosk/KioskSummary.vue +36 -2
- package/src/views/kiosk/KioskView.vue +115 -96
- package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
- package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
- package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
- package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
- package/src/views/order-settings/OrderSettingsView.vue +1 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
- package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
- package/dist/App-Dd-xqK-8.js +0 -60
- package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
- package/dist/KioskView-5I0PelUy.js +0 -289
- package/dist/OrderSettingsView-CXZq8QAV.js +0 -51594
- package/dist/dayjs.min-DMfenXNY.js +0 -121871
- package/dist/index-B9mJLWE5.js +0 -70
- package/dist/map-UJBUHidz.js +0 -57
- /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
- /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
|
@@ -1017,14 +1017,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1017
1017
|
mobileOrder?: boolean | null | undefined;
|
|
1018
1018
|
webOrder?: boolean | null | undefined;
|
|
1019
1019
|
code: string;
|
|
1020
|
-
payment: {
|
|
1021
|
-
type: string;
|
|
1022
|
-
status: "pending" | "paid";
|
|
1023
|
-
remoteCode: string;
|
|
1024
|
-
requiredMoneyChange: string;
|
|
1025
|
-
vatId: string;
|
|
1026
|
-
vatName: string;
|
|
1027
|
-
};
|
|
1028
1020
|
price: {
|
|
1029
1021
|
deliveryFee?: string | null | undefined;
|
|
1030
1022
|
riderTip?: string | null | undefined;
|
|
@@ -1069,6 +1061,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1069
1061
|
name: string;
|
|
1070
1062
|
};
|
|
1071
1063
|
}[];
|
|
1064
|
+
createdAt: string;
|
|
1072
1065
|
customer: {
|
|
1073
1066
|
firstName?: string | null | undefined;
|
|
1074
1067
|
lastName?: string | null | undefined;
|
|
@@ -1078,12 +1071,19 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1078
1071
|
email: string;
|
|
1079
1072
|
mobilePhoneCountryCode: string;
|
|
1080
1073
|
};
|
|
1074
|
+
payment: {
|
|
1075
|
+
type: string;
|
|
1076
|
+
status: "pending" | "paid";
|
|
1077
|
+
remoteCode: string;
|
|
1078
|
+
requiredMoneyChange: string;
|
|
1079
|
+
vatId: string;
|
|
1080
|
+
vatName: string;
|
|
1081
|
+
};
|
|
1081
1082
|
token: string;
|
|
1082
1083
|
comments: {
|
|
1083
1084
|
customerComment?: string | null | undefined;
|
|
1084
1085
|
vendorComment: string;
|
|
1085
1086
|
};
|
|
1086
|
-
createdAt: string;
|
|
1087
1087
|
discounts: {
|
|
1088
1088
|
name: string;
|
|
1089
1089
|
type: string;
|
|
@@ -1158,14 +1158,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1158
1158
|
mobileOrder?: boolean | null | undefined;
|
|
1159
1159
|
webOrder?: boolean | null | undefined;
|
|
1160
1160
|
code: string;
|
|
1161
|
-
payment: {
|
|
1162
|
-
type: string;
|
|
1163
|
-
status: "pending" | "paid";
|
|
1164
|
-
remoteCode: string;
|
|
1165
|
-
requiredMoneyChange: string;
|
|
1166
|
-
vatId: string;
|
|
1167
|
-
vatName: string;
|
|
1168
|
-
};
|
|
1169
1161
|
price: {
|
|
1170
1162
|
deliveryFee?: string | null | undefined;
|
|
1171
1163
|
riderTip?: string | null | undefined;
|
|
@@ -1210,6 +1202,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1210
1202
|
name: string;
|
|
1211
1203
|
};
|
|
1212
1204
|
}[];
|
|
1205
|
+
createdAt: string;
|
|
1213
1206
|
customer: {
|
|
1214
1207
|
firstName?: string | null | undefined;
|
|
1215
1208
|
lastName?: string | null | undefined;
|
|
@@ -1219,12 +1212,19 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1219
1212
|
email: string;
|
|
1220
1213
|
mobilePhoneCountryCode: string;
|
|
1221
1214
|
};
|
|
1215
|
+
payment: {
|
|
1216
|
+
type: string;
|
|
1217
|
+
status: "pending" | "paid";
|
|
1218
|
+
remoteCode: string;
|
|
1219
|
+
requiredMoneyChange: string;
|
|
1220
|
+
vatId: string;
|
|
1221
|
+
vatName: string;
|
|
1222
|
+
};
|
|
1222
1223
|
token: string;
|
|
1223
1224
|
comments: {
|
|
1224
1225
|
customerComment?: string | null | undefined;
|
|
1225
1226
|
vendorComment: string;
|
|
1226
1227
|
};
|
|
1227
|
-
createdAt: string;
|
|
1228
1228
|
discounts: {
|
|
1229
1229
|
name: string;
|
|
1230
1230
|
type: string;
|
|
@@ -1748,14 +1748,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1748
1748
|
mobileOrder?: boolean | null | undefined;
|
|
1749
1749
|
webOrder?: boolean | null | undefined;
|
|
1750
1750
|
code: string;
|
|
1751
|
-
payment: {
|
|
1752
|
-
type: string;
|
|
1753
|
-
status: "pending" | "paid";
|
|
1754
|
-
remoteCode: string;
|
|
1755
|
-
requiredMoneyChange: string;
|
|
1756
|
-
vatId: string;
|
|
1757
|
-
vatName: string;
|
|
1758
|
-
};
|
|
1759
1751
|
price: {
|
|
1760
1752
|
deliveryFee?: string | null | undefined;
|
|
1761
1753
|
riderTip?: string | null | undefined;
|
|
@@ -1800,6 +1792,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1800
1792
|
name: string;
|
|
1801
1793
|
};
|
|
1802
1794
|
}[];
|
|
1795
|
+
createdAt: string;
|
|
1803
1796
|
customer: {
|
|
1804
1797
|
firstName?: string | null | undefined;
|
|
1805
1798
|
lastName?: string | null | undefined;
|
|
@@ -1809,12 +1802,19 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1809
1802
|
email: string;
|
|
1810
1803
|
mobilePhoneCountryCode: string;
|
|
1811
1804
|
};
|
|
1805
|
+
payment: {
|
|
1806
|
+
type: string;
|
|
1807
|
+
status: "pending" | "paid";
|
|
1808
|
+
remoteCode: string;
|
|
1809
|
+
requiredMoneyChange: string;
|
|
1810
|
+
vatId: string;
|
|
1811
|
+
vatName: string;
|
|
1812
|
+
};
|
|
1812
1813
|
token: string;
|
|
1813
1814
|
comments: {
|
|
1814
1815
|
customerComment?: string | null | undefined;
|
|
1815
1816
|
vendorComment: string;
|
|
1816
1817
|
};
|
|
1817
|
-
createdAt: string;
|
|
1818
1818
|
discounts: {
|
|
1819
1819
|
name: string;
|
|
1820
1820
|
type: string;
|
|
@@ -1889,14 +1889,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1889
1889
|
mobileOrder?: boolean | null | undefined;
|
|
1890
1890
|
webOrder?: boolean | null | undefined;
|
|
1891
1891
|
code: string;
|
|
1892
|
-
payment: {
|
|
1893
|
-
type: string;
|
|
1894
|
-
status: "pending" | "paid";
|
|
1895
|
-
remoteCode: string;
|
|
1896
|
-
requiredMoneyChange: string;
|
|
1897
|
-
vatId: string;
|
|
1898
|
-
vatName: string;
|
|
1899
|
-
};
|
|
1900
1892
|
price: {
|
|
1901
1893
|
deliveryFee?: string | null | undefined;
|
|
1902
1894
|
riderTip?: string | null | undefined;
|
|
@@ -1941,6 +1933,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1941
1933
|
name: string;
|
|
1942
1934
|
};
|
|
1943
1935
|
}[];
|
|
1936
|
+
createdAt: string;
|
|
1944
1937
|
customer: {
|
|
1945
1938
|
firstName?: string | null | undefined;
|
|
1946
1939
|
lastName?: string | null | undefined;
|
|
@@ -1950,12 +1943,19 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1950
1943
|
email: string;
|
|
1951
1944
|
mobilePhoneCountryCode: string;
|
|
1952
1945
|
};
|
|
1946
|
+
payment: {
|
|
1947
|
+
type: string;
|
|
1948
|
+
status: "pending" | "paid";
|
|
1949
|
+
remoteCode: string;
|
|
1950
|
+
requiredMoneyChange: string;
|
|
1951
|
+
vatId: string;
|
|
1952
|
+
vatName: string;
|
|
1953
|
+
};
|
|
1953
1954
|
token: string;
|
|
1954
1955
|
comments: {
|
|
1955
1956
|
customerComment?: string | null | undefined;
|
|
1956
1957
|
vendorComment: string;
|
|
1957
1958
|
};
|
|
1958
|
-
createdAt: string;
|
|
1959
1959
|
discounts: {
|
|
1960
1960
|
name: string;
|
|
1961
1961
|
type: string;
|
|
@@ -2037,14 +2037,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2037
2037
|
mobileOrder?: boolean | null | undefined;
|
|
2038
2038
|
webOrder?: boolean | null | undefined;
|
|
2039
2039
|
code: string;
|
|
2040
|
-
payment: {
|
|
2041
|
-
type: string;
|
|
2042
|
-
status: "pending" | "paid";
|
|
2043
|
-
remoteCode: string;
|
|
2044
|
-
requiredMoneyChange: string;
|
|
2045
|
-
vatId: string;
|
|
2046
|
-
vatName: string;
|
|
2047
|
-
};
|
|
2048
2040
|
price: {
|
|
2049
2041
|
deliveryFee?: string | null | undefined;
|
|
2050
2042
|
riderTip?: string | null | undefined;
|
|
@@ -2089,6 +2081,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2089
2081
|
name: string;
|
|
2090
2082
|
};
|
|
2091
2083
|
}[];
|
|
2084
|
+
createdAt: string;
|
|
2092
2085
|
customer: {
|
|
2093
2086
|
firstName?: string | null | undefined;
|
|
2094
2087
|
lastName?: string | null | undefined;
|
|
@@ -2098,12 +2091,19 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2098
2091
|
email: string;
|
|
2099
2092
|
mobilePhoneCountryCode: string;
|
|
2100
2093
|
};
|
|
2094
|
+
payment: {
|
|
2095
|
+
type: string;
|
|
2096
|
+
status: "pending" | "paid";
|
|
2097
|
+
remoteCode: string;
|
|
2098
|
+
requiredMoneyChange: string;
|
|
2099
|
+
vatId: string;
|
|
2100
|
+
vatName: string;
|
|
2101
|
+
};
|
|
2101
2102
|
token: string;
|
|
2102
2103
|
comments: {
|
|
2103
2104
|
customerComment?: string | null | undefined;
|
|
2104
2105
|
vendorComment: string;
|
|
2105
2106
|
};
|
|
2106
|
-
createdAt: string;
|
|
2107
2107
|
discounts: {
|
|
2108
2108
|
name: string;
|
|
2109
2109
|
type: string;
|
|
@@ -2186,14 +2186,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2186
2186
|
mobileOrder?: boolean | null | undefined;
|
|
2187
2187
|
webOrder?: boolean | null | undefined;
|
|
2188
2188
|
code: string;
|
|
2189
|
-
payment: {
|
|
2190
|
-
type: string;
|
|
2191
|
-
status: "pending" | "paid";
|
|
2192
|
-
remoteCode: string;
|
|
2193
|
-
requiredMoneyChange: string;
|
|
2194
|
-
vatId: string;
|
|
2195
|
-
vatName: string;
|
|
2196
|
-
};
|
|
2197
2189
|
price: {
|
|
2198
2190
|
deliveryFee?: string | null | undefined;
|
|
2199
2191
|
riderTip?: string | null | undefined;
|
|
@@ -2238,6 +2230,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2238
2230
|
name: string;
|
|
2239
2231
|
};
|
|
2240
2232
|
}[];
|
|
2233
|
+
createdAt: string;
|
|
2241
2234
|
customer: {
|
|
2242
2235
|
firstName?: string | null | undefined;
|
|
2243
2236
|
lastName?: string | null | undefined;
|
|
@@ -2247,12 +2240,19 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2247
2240
|
email: string;
|
|
2248
2241
|
mobilePhoneCountryCode: string;
|
|
2249
2242
|
};
|
|
2243
|
+
payment: {
|
|
2244
|
+
type: string;
|
|
2245
|
+
status: "pending" | "paid";
|
|
2246
|
+
remoteCode: string;
|
|
2247
|
+
requiredMoneyChange: string;
|
|
2248
|
+
vatId: string;
|
|
2249
|
+
vatName: string;
|
|
2250
|
+
};
|
|
2250
2251
|
token: string;
|
|
2251
2252
|
comments: {
|
|
2252
2253
|
customerComment?: string | null | undefined;
|
|
2253
2254
|
vendorComment: string;
|
|
2254
2255
|
};
|
|
2255
|
-
createdAt: string;
|
|
2256
2256
|
discounts: {
|
|
2257
2257
|
name: string;
|
|
2258
2258
|
type: string;
|
|
@@ -3386,14 +3386,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3386
3386
|
mobileOrder?: boolean | null | undefined;
|
|
3387
3387
|
webOrder?: boolean | null | undefined;
|
|
3388
3388
|
code: string;
|
|
3389
|
-
payment: {
|
|
3390
|
-
type: string;
|
|
3391
|
-
status: "pending" | "paid";
|
|
3392
|
-
remoteCode: string;
|
|
3393
|
-
requiredMoneyChange: string;
|
|
3394
|
-
vatId: string;
|
|
3395
|
-
vatName: string;
|
|
3396
|
-
};
|
|
3397
3389
|
status: "cancelled" | "pending" | "accepted";
|
|
3398
3390
|
price: {
|
|
3399
3391
|
deliveryFee?: string | null | undefined;
|
|
@@ -3439,6 +3431,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3439
3431
|
name: string;
|
|
3440
3432
|
};
|
|
3441
3433
|
}[];
|
|
3434
|
+
createdAt: string;
|
|
3442
3435
|
customer: {
|
|
3443
3436
|
firstName?: string | null | undefined;
|
|
3444
3437
|
lastName?: string | null | undefined;
|
|
@@ -3448,12 +3441,19 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3448
3441
|
email: string;
|
|
3449
3442
|
mobilePhoneCountryCode: string;
|
|
3450
3443
|
};
|
|
3444
|
+
payment: {
|
|
3445
|
+
type: string;
|
|
3446
|
+
status: "pending" | "paid";
|
|
3447
|
+
remoteCode: string;
|
|
3448
|
+
requiredMoneyChange: string;
|
|
3449
|
+
vatId: string;
|
|
3450
|
+
vatName: string;
|
|
3451
|
+
};
|
|
3451
3452
|
token: string;
|
|
3452
3453
|
comments: {
|
|
3453
3454
|
customerComment?: string | null | undefined;
|
|
3454
3455
|
vendorComment: string;
|
|
3455
3456
|
};
|
|
3456
|
-
createdAt: string;
|
|
3457
3457
|
discounts: {
|
|
3458
3458
|
name: string;
|
|
3459
3459
|
type: string;
|
|
@@ -3529,14 +3529,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3529
3529
|
mobileOrder?: boolean | null | undefined;
|
|
3530
3530
|
webOrder?: boolean | null | undefined;
|
|
3531
3531
|
code: string;
|
|
3532
|
-
payment: {
|
|
3533
|
-
type: string;
|
|
3534
|
-
status: "pending" | "paid";
|
|
3535
|
-
remoteCode: string;
|
|
3536
|
-
requiredMoneyChange: string;
|
|
3537
|
-
vatId: string;
|
|
3538
|
-
vatName: string;
|
|
3539
|
-
};
|
|
3540
3532
|
status: "cancelled" | "pending" | "accepted";
|
|
3541
3533
|
price: {
|
|
3542
3534
|
deliveryFee?: string | null | undefined;
|
|
@@ -3582,6 +3574,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3582
3574
|
name: string;
|
|
3583
3575
|
};
|
|
3584
3576
|
}[];
|
|
3577
|
+
createdAt: string;
|
|
3585
3578
|
customer: {
|
|
3586
3579
|
firstName?: string | null | undefined;
|
|
3587
3580
|
lastName?: string | null | undefined;
|
|
@@ -3591,12 +3584,19 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3591
3584
|
email: string;
|
|
3592
3585
|
mobilePhoneCountryCode: string;
|
|
3593
3586
|
};
|
|
3587
|
+
payment: {
|
|
3588
|
+
type: string;
|
|
3589
|
+
status: "pending" | "paid";
|
|
3590
|
+
remoteCode: string;
|
|
3591
|
+
requiredMoneyChange: string;
|
|
3592
|
+
vatId: string;
|
|
3593
|
+
vatName: string;
|
|
3594
|
+
};
|
|
3594
3595
|
token: string;
|
|
3595
3596
|
comments: {
|
|
3596
3597
|
customerComment?: string | null | undefined;
|
|
3597
3598
|
vendorComment: string;
|
|
3598
3599
|
};
|
|
3599
|
-
createdAt: string;
|
|
3600
3600
|
discounts: {
|
|
3601
3601
|
name: string;
|
|
3602
3602
|
type: string;
|