@feedmepos/mf-order-setting 0.0.19 → 0.0.21-beta.1
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/App-Dd-xqK-8.js +60 -0
- package/dist/{KioskDevicesView-BoHtjiKm.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CEEmPqnA.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-CBCeIzVp.js → KioskView-5I0PelUy.js} +57 -57
- package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
- package/dist/app.js +505 -4
- package/dist/dayjs.min-DMfenXNY.js +121871 -0
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -1
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- 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 +30 -35
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +155 -193
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- 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 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- 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 +2 -2
- 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 +105 -2
- 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 +6 -120
- 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/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
- 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 +110 -15
- 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 +2 -2
- 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-SQG-c9lu.js → index-BghBxhGG.js} +7 -7
- package/dist/map-UJBUHidz.js +57 -0
- package/dist/package/entity/booking/booking.do.d.ts +1025 -95
- package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
- package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
- package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
- 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/order.do.d.ts +5 -5
- package/dist/package/entity/order/order.dto.d.ts +19749 -36446
- package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
- 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 +241 -55
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
- 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 +0 -7
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
- package/package.json +16 -16
- package/src/app.ts +3 -2
- package/src/views/order-settings/pickup/PickUpSetting.vue +14 -14
- package/tsconfig.json +0 -8
- package/dist/OrderSettingsView-BvuzzvCp.js +0 -70951
- package/dist/app-CbCRr7mV.js +0 -614
- package/dist/dayjs.min-WEimBwWx.js +0 -123632
|
@@ -1017,6 +1017,14 @@ 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
|
+
};
|
|
1020
1028
|
price: {
|
|
1021
1029
|
deliveryFee?: string | null | undefined;
|
|
1022
1030
|
riderTip?: string | null | undefined;
|
|
@@ -1061,7 +1069,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1061
1069
|
name: string;
|
|
1062
1070
|
};
|
|
1063
1071
|
}[];
|
|
1064
|
-
createdAt: string;
|
|
1065
1072
|
customer: {
|
|
1066
1073
|
firstName?: string | null | undefined;
|
|
1067
1074
|
lastName?: string | null | undefined;
|
|
@@ -1071,19 +1078,12 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1071
1078
|
email: string;
|
|
1072
1079
|
mobilePhoneCountryCode: string;
|
|
1073
1080
|
};
|
|
1074
|
-
payment: {
|
|
1075
|
-
type: string;
|
|
1076
|
-
status: "pending" | "paid";
|
|
1077
|
-
remoteCode: string;
|
|
1078
|
-
requiredMoneyChange: string;
|
|
1079
|
-
vatId: string;
|
|
1080
|
-
vatName: string;
|
|
1081
|
-
};
|
|
1082
1081
|
token: string;
|
|
1083
1082
|
comments: {
|
|
1084
1083
|
customerComment?: string | null | undefined;
|
|
1085
1084
|
vendorComment: string;
|
|
1086
1085
|
};
|
|
1086
|
+
createdAt: string;
|
|
1087
1087
|
discounts: {
|
|
1088
1088
|
name: string;
|
|
1089
1089
|
type: string;
|
|
@@ -1158,6 +1158,14 @@ 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
|
+
};
|
|
1161
1169
|
price: {
|
|
1162
1170
|
deliveryFee?: string | null | undefined;
|
|
1163
1171
|
riderTip?: string | null | undefined;
|
|
@@ -1202,7 +1210,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1202
1210
|
name: string;
|
|
1203
1211
|
};
|
|
1204
1212
|
}[];
|
|
1205
|
-
createdAt: string;
|
|
1206
1213
|
customer: {
|
|
1207
1214
|
firstName?: string | null | undefined;
|
|
1208
1215
|
lastName?: string | null | undefined;
|
|
@@ -1212,19 +1219,12 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1212
1219
|
email: string;
|
|
1213
1220
|
mobilePhoneCountryCode: string;
|
|
1214
1221
|
};
|
|
1215
|
-
payment: {
|
|
1216
|
-
type: string;
|
|
1217
|
-
status: "pending" | "paid";
|
|
1218
|
-
remoteCode: string;
|
|
1219
|
-
requiredMoneyChange: string;
|
|
1220
|
-
vatId: string;
|
|
1221
|
-
vatName: string;
|
|
1222
|
-
};
|
|
1223
1222
|
token: string;
|
|
1224
1223
|
comments: {
|
|
1225
1224
|
customerComment?: string | null | undefined;
|
|
1226
1225
|
vendorComment: string;
|
|
1227
1226
|
};
|
|
1227
|
+
createdAt: string;
|
|
1228
1228
|
discounts: {
|
|
1229
1229
|
name: string;
|
|
1230
1230
|
type: string;
|
|
@@ -1748,6 +1748,14 @@ 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
|
+
};
|
|
1751
1759
|
price: {
|
|
1752
1760
|
deliveryFee?: string | null | undefined;
|
|
1753
1761
|
riderTip?: string | null | undefined;
|
|
@@ -1792,7 +1800,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1792
1800
|
name: string;
|
|
1793
1801
|
};
|
|
1794
1802
|
}[];
|
|
1795
|
-
createdAt: string;
|
|
1796
1803
|
customer: {
|
|
1797
1804
|
firstName?: string | null | undefined;
|
|
1798
1805
|
lastName?: string | null | undefined;
|
|
@@ -1802,19 +1809,12 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1802
1809
|
email: string;
|
|
1803
1810
|
mobilePhoneCountryCode: string;
|
|
1804
1811
|
};
|
|
1805
|
-
payment: {
|
|
1806
|
-
type: string;
|
|
1807
|
-
status: "pending" | "paid";
|
|
1808
|
-
remoteCode: string;
|
|
1809
|
-
requiredMoneyChange: string;
|
|
1810
|
-
vatId: string;
|
|
1811
|
-
vatName: string;
|
|
1812
|
-
};
|
|
1813
1812
|
token: string;
|
|
1814
1813
|
comments: {
|
|
1815
1814
|
customerComment?: string | null | undefined;
|
|
1816
1815
|
vendorComment: string;
|
|
1817
1816
|
};
|
|
1817
|
+
createdAt: string;
|
|
1818
1818
|
discounts: {
|
|
1819
1819
|
name: string;
|
|
1820
1820
|
type: string;
|
|
@@ -1889,6 +1889,14 @@ 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
|
+
};
|
|
1892
1900
|
price: {
|
|
1893
1901
|
deliveryFee?: string | null | undefined;
|
|
1894
1902
|
riderTip?: string | null | undefined;
|
|
@@ -1933,7 +1941,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1933
1941
|
name: string;
|
|
1934
1942
|
};
|
|
1935
1943
|
}[];
|
|
1936
|
-
createdAt: string;
|
|
1937
1944
|
customer: {
|
|
1938
1945
|
firstName?: string | null | undefined;
|
|
1939
1946
|
lastName?: string | null | undefined;
|
|
@@ -1943,19 +1950,12 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1943
1950
|
email: string;
|
|
1944
1951
|
mobilePhoneCountryCode: string;
|
|
1945
1952
|
};
|
|
1946
|
-
payment: {
|
|
1947
|
-
type: string;
|
|
1948
|
-
status: "pending" | "paid";
|
|
1949
|
-
remoteCode: string;
|
|
1950
|
-
requiredMoneyChange: string;
|
|
1951
|
-
vatId: string;
|
|
1952
|
-
vatName: string;
|
|
1953
|
-
};
|
|
1954
1953
|
token: string;
|
|
1955
1954
|
comments: {
|
|
1956
1955
|
customerComment?: string | null | undefined;
|
|
1957
1956
|
vendorComment: string;
|
|
1958
1957
|
};
|
|
1958
|
+
createdAt: string;
|
|
1959
1959
|
discounts: {
|
|
1960
1960
|
name: string;
|
|
1961
1961
|
type: string;
|
|
@@ -2037,6 +2037,14 @@ 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
|
+
};
|
|
2040
2048
|
price: {
|
|
2041
2049
|
deliveryFee?: string | null | undefined;
|
|
2042
2050
|
riderTip?: string | null | undefined;
|
|
@@ -2081,7 +2089,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2081
2089
|
name: string;
|
|
2082
2090
|
};
|
|
2083
2091
|
}[];
|
|
2084
|
-
createdAt: string;
|
|
2085
2092
|
customer: {
|
|
2086
2093
|
firstName?: string | null | undefined;
|
|
2087
2094
|
lastName?: string | null | undefined;
|
|
@@ -2091,19 +2098,12 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2091
2098
|
email: string;
|
|
2092
2099
|
mobilePhoneCountryCode: string;
|
|
2093
2100
|
};
|
|
2094
|
-
payment: {
|
|
2095
|
-
type: string;
|
|
2096
|
-
status: "pending" | "paid";
|
|
2097
|
-
remoteCode: string;
|
|
2098
|
-
requiredMoneyChange: string;
|
|
2099
|
-
vatId: string;
|
|
2100
|
-
vatName: string;
|
|
2101
|
-
};
|
|
2102
2101
|
token: string;
|
|
2103
2102
|
comments: {
|
|
2104
2103
|
customerComment?: string | null | undefined;
|
|
2105
2104
|
vendorComment: string;
|
|
2106
2105
|
};
|
|
2106
|
+
createdAt: string;
|
|
2107
2107
|
discounts: {
|
|
2108
2108
|
name: string;
|
|
2109
2109
|
type: string;
|
|
@@ -2186,6 +2186,14 @@ 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
|
+
};
|
|
2189
2197
|
price: {
|
|
2190
2198
|
deliveryFee?: string | null | undefined;
|
|
2191
2199
|
riderTip?: string | null | undefined;
|
|
@@ -2230,7 +2238,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2230
2238
|
name: string;
|
|
2231
2239
|
};
|
|
2232
2240
|
}[];
|
|
2233
|
-
createdAt: string;
|
|
2234
2241
|
customer: {
|
|
2235
2242
|
firstName?: string | null | undefined;
|
|
2236
2243
|
lastName?: string | null | undefined;
|
|
@@ -2240,19 +2247,12 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2240
2247
|
email: string;
|
|
2241
2248
|
mobilePhoneCountryCode: string;
|
|
2242
2249
|
};
|
|
2243
|
-
payment: {
|
|
2244
|
-
type: string;
|
|
2245
|
-
status: "pending" | "paid";
|
|
2246
|
-
remoteCode: string;
|
|
2247
|
-
requiredMoneyChange: string;
|
|
2248
|
-
vatId: string;
|
|
2249
|
-
vatName: string;
|
|
2250
|
-
};
|
|
2251
2250
|
token: string;
|
|
2252
2251
|
comments: {
|
|
2253
2252
|
customerComment?: string | null | undefined;
|
|
2254
2253
|
vendorComment: string;
|
|
2255
2254
|
};
|
|
2255
|
+
createdAt: string;
|
|
2256
2256
|
discounts: {
|
|
2257
2257
|
name: string;
|
|
2258
2258
|
type: string;
|
|
@@ -3386,6 +3386,14 @@ 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
|
+
};
|
|
3389
3397
|
status: "cancelled" | "pending" | "accepted";
|
|
3390
3398
|
price: {
|
|
3391
3399
|
deliveryFee?: string | null | undefined;
|
|
@@ -3431,7 +3439,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3431
3439
|
name: string;
|
|
3432
3440
|
};
|
|
3433
3441
|
}[];
|
|
3434
|
-
createdAt: string;
|
|
3435
3442
|
customer: {
|
|
3436
3443
|
firstName?: string | null | undefined;
|
|
3437
3444
|
lastName?: string | null | undefined;
|
|
@@ -3441,19 +3448,12 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3441
3448
|
email: string;
|
|
3442
3449
|
mobilePhoneCountryCode: string;
|
|
3443
3450
|
};
|
|
3444
|
-
payment: {
|
|
3445
|
-
type: string;
|
|
3446
|
-
status: "pending" | "paid";
|
|
3447
|
-
remoteCode: string;
|
|
3448
|
-
requiredMoneyChange: string;
|
|
3449
|
-
vatId: string;
|
|
3450
|
-
vatName: string;
|
|
3451
|
-
};
|
|
3452
3451
|
token: string;
|
|
3453
3452
|
comments: {
|
|
3454
3453
|
customerComment?: string | null | undefined;
|
|
3455
3454
|
vendorComment: string;
|
|
3456
3455
|
};
|
|
3456
|
+
createdAt: string;
|
|
3457
3457
|
discounts: {
|
|
3458
3458
|
name: string;
|
|
3459
3459
|
type: string;
|
|
@@ -3529,6 +3529,14 @@ 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
|
+
};
|
|
3532
3540
|
status: "cancelled" | "pending" | "accepted";
|
|
3533
3541
|
price: {
|
|
3534
3542
|
deliveryFee?: string | null | undefined;
|
|
@@ -3574,7 +3582,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3574
3582
|
name: string;
|
|
3575
3583
|
};
|
|
3576
3584
|
}[];
|
|
3577
|
-
createdAt: string;
|
|
3578
3585
|
customer: {
|
|
3579
3586
|
firstName?: string | null | undefined;
|
|
3580
3587
|
lastName?: string | null | undefined;
|
|
@@ -3584,19 +3591,12 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3584
3591
|
email: string;
|
|
3585
3592
|
mobilePhoneCountryCode: string;
|
|
3586
3593
|
};
|
|
3587
|
-
payment: {
|
|
3588
|
-
type: string;
|
|
3589
|
-
status: "pending" | "paid";
|
|
3590
|
-
remoteCode: string;
|
|
3591
|
-
requiredMoneyChange: string;
|
|
3592
|
-
vatId: string;
|
|
3593
|
-
vatName: string;
|
|
3594
|
-
};
|
|
3595
3594
|
token: string;
|
|
3596
3595
|
comments: {
|
|
3597
3596
|
customerComment?: string | null | undefined;
|
|
3598
3597
|
vendorComment: string;
|
|
3599
3598
|
};
|
|
3599
|
+
createdAt: string;
|
|
3600
3600
|
discounts: {
|
|
3601
3601
|
name: string;
|
|
3602
3602
|
type: string;
|