@feedmepos/mf-order-setting 0.0.21-beta.3 → 0.0.22
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-Cb7Rw7t8.js → KioskDevicesView-C6YmdLKc.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DiLHpWbm.js} +2 -2
- package/dist/{KioskSettingView-BQgyeWbo.js → KioskSettingView-D-muNxlb.js} +1 -1
- package/dist/{KioskView-BLkuqfZ_.js → KioskView-kcjjk4fF.js} +4 -4
- package/dist/{OrderSettingsView-BJ1b1Qjg.js → OrderSettingsView-D_bGK-3J.js} +34007 -32821
- package/dist/{app-BY258ajB.js → app-C5qwExhL.js} +41 -23
- package/dist/app.js +1 -1
- package/dist/common/convertor/index.d.ts +2 -0
- package/dist/common/sms/index.d.ts +1 -1
- package/dist/common/util/index.d.ts +6 -0
- package/dist/{dayjs.min-4COVK72W.js → dayjs.min-kEC9G7bx.js} +36 -36
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +5 -2
- package/dist/frontend/mf-order/src/app.d.ts +18 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +45 -35
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +581 -716
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +140 -174
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +2 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +3 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +97 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +3 -3
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-t_7ThPjm.js → index-C_53CwBa.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +1516 -1276
- package/dist/package/entity/delivery/delivery.dto.d.ts +298 -251
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +539 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +114 -9
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +862 -4
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +34 -22
- package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +12 -12
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1942 -1642
- package/dist/package/entity/member/member.dto.d.ts +33 -0
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +15 -0
- package/dist/package/entity/order/order.do.d.ts +37 -0
- package/dist/package/entity/order/order.dto.d.ts +808 -17435
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.do.d.ts +12 -0
- package/dist/package/entity/order-platform/external/auth/external-auth.dto.d.ts +27 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +2868 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +21 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.enum.d.ts +3 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1373 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +2834 -0
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +9 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +127 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +95 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +82 -82
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +339 -291
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +65 -65
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +311 -263
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +7 -7
- package/dist/package/entity/order-platform/menu.dto.d.ts +126 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +4 -4
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +298 -250
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +0 -41
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/pubsub/ably/ably.do.d.ts +60 -9
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +40 -0
- package/dist/{auth.dto-BOoRSQkS.js → queue.do-Vog69wnQ.js} +30760 -30095
- package/package.json +4 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/helpers/menu.ts +2 -2
- package/src/locales/en-US.json +11 -1
- package/src/locales/zh-CN.json +10 -1
- package/src/stores/restaurant/index.ts +4 -1
- package/src/views/order-settings/delivery/DeliverySetting.vue +82 -6
- package/src/views/order-settings/delivery/delivery.data.ts +16 -1
- package/src/views/order-settings/delivery/delivery.ts +1 -0
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +114 -0
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +23 -6
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +21 -16
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +58 -59
- package/src/views/order-settings/pickup/PickUpSetting.vue +1 -1
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +214 -158
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +1 -0
|
@@ -427,6 +427,7 @@ export declare const FPPrice: z.ZodObject<{
|
|
|
427
427
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
428
428
|
vatVisible?: boolean | null | undefined;
|
|
429
429
|
vatPercent?: string | null | undefined;
|
|
430
|
+
subTotal: string;
|
|
430
431
|
deliveryFees: {
|
|
431
432
|
name: string;
|
|
432
433
|
value: number;
|
|
@@ -434,7 +435,6 @@ export declare const FPPrice: z.ZodObject<{
|
|
|
434
435
|
grandTotal: string;
|
|
435
436
|
minimumDeliveryValue: string;
|
|
436
437
|
payRestaurant: string;
|
|
437
|
-
subTotal: string;
|
|
438
438
|
vatTotal: string;
|
|
439
439
|
}, {
|
|
440
440
|
deliveryFee?: string | null | undefined;
|
|
@@ -451,6 +451,7 @@ export declare const FPPrice: z.ZodObject<{
|
|
|
451
451
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
452
452
|
vatVisible?: boolean | null | undefined;
|
|
453
453
|
vatPercent?: string | null | undefined;
|
|
454
|
+
subTotal: string;
|
|
454
455
|
deliveryFees: {
|
|
455
456
|
name: string;
|
|
456
457
|
value: number;
|
|
@@ -458,7 +459,6 @@ export declare const FPPrice: z.ZodObject<{
|
|
|
458
459
|
grandTotal: string;
|
|
459
460
|
minimumDeliveryValue: string;
|
|
460
461
|
payRestaurant: string;
|
|
461
|
-
subTotal: string;
|
|
462
462
|
vatTotal: string;
|
|
463
463
|
}>;
|
|
464
464
|
export type FPSelectedTopping = {
|
|
@@ -884,6 +884,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
884
884
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
885
885
|
vatVisible?: boolean | null | undefined;
|
|
886
886
|
vatPercent?: string | null | undefined;
|
|
887
|
+
subTotal: string;
|
|
887
888
|
deliveryFees: {
|
|
888
889
|
name: string;
|
|
889
890
|
value: number;
|
|
@@ -891,7 +892,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
891
892
|
grandTotal: string;
|
|
892
893
|
minimumDeliveryValue: string;
|
|
893
894
|
payRestaurant: string;
|
|
894
|
-
subTotal: string;
|
|
895
895
|
vatTotal: string;
|
|
896
896
|
}, {
|
|
897
897
|
deliveryFee?: string | null | undefined;
|
|
@@ -908,6 +908,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
908
908
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
909
909
|
vatVisible?: boolean | null | undefined;
|
|
910
910
|
vatPercent?: string | null | undefined;
|
|
911
|
+
subTotal: string;
|
|
911
912
|
deliveryFees: {
|
|
912
913
|
name: string;
|
|
913
914
|
value: number;
|
|
@@ -915,7 +916,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
915
916
|
grandTotal: string;
|
|
916
917
|
minimumDeliveryValue: string;
|
|
917
918
|
payRestaurant: string;
|
|
918
|
-
subTotal: string;
|
|
919
919
|
vatTotal: string;
|
|
920
920
|
}>;
|
|
921
921
|
products: z.ZodArray<z.ZodObject<{
|
|
@@ -1035,11 +1035,11 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1035
1035
|
riderPickupTime?: string | null | undefined;
|
|
1036
1036
|
expressDelivery: boolean;
|
|
1037
1037
|
} | null | undefined;
|
|
1038
|
-
extraParameters?: unknown;
|
|
1039
1038
|
shortCode?: string | null | undefined;
|
|
1039
|
+
integrationInfo?: unknown;
|
|
1040
|
+
extraParameters?: unknown;
|
|
1040
1041
|
corporateTaxId?: string | null | undefined;
|
|
1041
1042
|
corporateOrder?: boolean | null | undefined;
|
|
1042
|
-
integrationInfo?: unknown;
|
|
1043
1043
|
mobileOrder?: boolean | null | undefined;
|
|
1044
1044
|
webOrder?: boolean | null | undefined;
|
|
1045
1045
|
callbackUrls?: {
|
|
@@ -1063,6 +1063,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1063
1063
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1064
1064
|
vatVisible?: boolean | null | undefined;
|
|
1065
1065
|
vatPercent?: string | null | undefined;
|
|
1066
|
+
subTotal: string;
|
|
1066
1067
|
deliveryFees: {
|
|
1067
1068
|
name: string;
|
|
1068
1069
|
value: number;
|
|
@@ -1070,7 +1071,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1070
1071
|
grandTotal: string;
|
|
1071
1072
|
minimumDeliveryValue: string;
|
|
1072
1073
|
payRestaurant: string;
|
|
1073
|
-
subTotal: string;
|
|
1074
1074
|
vatTotal: string;
|
|
1075
1075
|
};
|
|
1076
1076
|
products: {
|
|
@@ -1110,16 +1110,17 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1110
1110
|
vatId: string;
|
|
1111
1111
|
vatName: string;
|
|
1112
1112
|
};
|
|
1113
|
-
|
|
1114
|
-
comments: {
|
|
1115
|
-
customerComment?: string | null | undefined;
|
|
1116
|
-
vendorComment: string;
|
|
1117
|
-
};
|
|
1113
|
+
vouchers: string[];
|
|
1118
1114
|
discounts: {
|
|
1119
1115
|
name: string;
|
|
1120
1116
|
type: string;
|
|
1121
1117
|
amount: string;
|
|
1122
1118
|
}[];
|
|
1119
|
+
token: string;
|
|
1120
|
+
comments: {
|
|
1121
|
+
customerComment?: string | null | undefined;
|
|
1122
|
+
vendorComment: string;
|
|
1123
|
+
};
|
|
1123
1124
|
expeditionType: "pickup" | "delivery";
|
|
1124
1125
|
expiryDate: string;
|
|
1125
1126
|
localInfo: {
|
|
@@ -1141,7 +1142,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1141
1142
|
platformRestaurant: {
|
|
1142
1143
|
id: string;
|
|
1143
1144
|
};
|
|
1144
|
-
vouchers: string[];
|
|
1145
1145
|
}, {
|
|
1146
1146
|
pickup?: {
|
|
1147
1147
|
pickupTime?: string | null | undefined;
|
|
@@ -1181,11 +1181,11 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1181
1181
|
riderPickupTime?: string | null | undefined;
|
|
1182
1182
|
expressDelivery: boolean;
|
|
1183
1183
|
} | null | undefined;
|
|
1184
|
-
extraParameters?: unknown;
|
|
1185
1184
|
shortCode?: string | null | undefined;
|
|
1185
|
+
integrationInfo?: unknown;
|
|
1186
|
+
extraParameters?: unknown;
|
|
1186
1187
|
corporateTaxId?: string | null | undefined;
|
|
1187
1188
|
corporateOrder?: boolean | null | undefined;
|
|
1188
|
-
integrationInfo?: unknown;
|
|
1189
1189
|
mobileOrder?: boolean | null | undefined;
|
|
1190
1190
|
webOrder?: boolean | null | undefined;
|
|
1191
1191
|
callbackUrls?: {
|
|
@@ -1209,6 +1209,7 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1209
1209
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1210
1210
|
vatVisible?: boolean | null | undefined;
|
|
1211
1211
|
vatPercent?: string | null | undefined;
|
|
1212
|
+
subTotal: string;
|
|
1212
1213
|
deliveryFees: {
|
|
1213
1214
|
name: string;
|
|
1214
1215
|
value: number;
|
|
@@ -1216,7 +1217,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1216
1217
|
grandTotal: string;
|
|
1217
1218
|
minimumDeliveryValue: string;
|
|
1218
1219
|
payRestaurant: string;
|
|
1219
|
-
subTotal: string;
|
|
1220
1220
|
vatTotal: string;
|
|
1221
1221
|
};
|
|
1222
1222
|
products: {
|
|
@@ -1256,16 +1256,17 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1256
1256
|
vatId: string;
|
|
1257
1257
|
vatName: string;
|
|
1258
1258
|
};
|
|
1259
|
-
|
|
1260
|
-
comments: {
|
|
1261
|
-
customerComment?: string | null | undefined;
|
|
1262
|
-
vendorComment: string;
|
|
1263
|
-
};
|
|
1259
|
+
vouchers: string[];
|
|
1264
1260
|
discounts: {
|
|
1265
1261
|
name: string;
|
|
1266
1262
|
type: string;
|
|
1267
1263
|
amount: string;
|
|
1268
1264
|
}[];
|
|
1265
|
+
token: string;
|
|
1266
|
+
comments: {
|
|
1267
|
+
customerComment?: string | null | undefined;
|
|
1268
|
+
vendorComment: string;
|
|
1269
|
+
};
|
|
1269
1270
|
expeditionType: "pickup" | "delivery";
|
|
1270
1271
|
expiryDate: string;
|
|
1271
1272
|
localInfo: {
|
|
@@ -1287,7 +1288,6 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1287
1288
|
platformRestaurant: {
|
|
1288
1289
|
id: string;
|
|
1289
1290
|
};
|
|
1290
|
-
vouchers: string[];
|
|
1291
1291
|
}>;
|
|
1292
1292
|
export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
1293
1293
|
_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1638,6 +1638,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1638
1638
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1639
1639
|
vatVisible?: boolean | null | undefined;
|
|
1640
1640
|
vatPercent?: string | null | undefined;
|
|
1641
|
+
subTotal: string;
|
|
1641
1642
|
deliveryFees: {
|
|
1642
1643
|
name: string;
|
|
1643
1644
|
value: number;
|
|
@@ -1645,7 +1646,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1645
1646
|
grandTotal: string;
|
|
1646
1647
|
minimumDeliveryValue: string;
|
|
1647
1648
|
payRestaurant: string;
|
|
1648
|
-
subTotal: string;
|
|
1649
1649
|
vatTotal: string;
|
|
1650
1650
|
}, {
|
|
1651
1651
|
deliveryFee?: string | null | undefined;
|
|
@@ -1662,6 +1662,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1662
1662
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1663
1663
|
vatVisible?: boolean | null | undefined;
|
|
1664
1664
|
vatPercent?: string | null | undefined;
|
|
1665
|
+
subTotal: string;
|
|
1665
1666
|
deliveryFees: {
|
|
1666
1667
|
name: string;
|
|
1667
1668
|
value: number;
|
|
@@ -1669,7 +1670,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1669
1670
|
grandTotal: string;
|
|
1670
1671
|
minimumDeliveryValue: string;
|
|
1671
1672
|
payRestaurant: string;
|
|
1672
|
-
subTotal: string;
|
|
1673
1673
|
vatTotal: string;
|
|
1674
1674
|
}>;
|
|
1675
1675
|
products: z.ZodArray<z.ZodObject<{
|
|
@@ -1789,11 +1789,11 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1789
1789
|
riderPickupTime?: string | null | undefined;
|
|
1790
1790
|
expressDelivery: boolean;
|
|
1791
1791
|
} | null | undefined;
|
|
1792
|
-
extraParameters?: unknown;
|
|
1793
1792
|
shortCode?: string | null | undefined;
|
|
1793
|
+
integrationInfo?: unknown;
|
|
1794
|
+
extraParameters?: unknown;
|
|
1794
1795
|
corporateTaxId?: string | null | undefined;
|
|
1795
1796
|
corporateOrder?: boolean | null | undefined;
|
|
1796
|
-
integrationInfo?: unknown;
|
|
1797
1797
|
mobileOrder?: boolean | null | undefined;
|
|
1798
1798
|
webOrder?: boolean | null | undefined;
|
|
1799
1799
|
callbackUrls?: {
|
|
@@ -1817,6 +1817,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1817
1817
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1818
1818
|
vatVisible?: boolean | null | undefined;
|
|
1819
1819
|
vatPercent?: string | null | undefined;
|
|
1820
|
+
subTotal: string;
|
|
1820
1821
|
deliveryFees: {
|
|
1821
1822
|
name: string;
|
|
1822
1823
|
value: number;
|
|
@@ -1824,7 +1825,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1824
1825
|
grandTotal: string;
|
|
1825
1826
|
minimumDeliveryValue: string;
|
|
1826
1827
|
payRestaurant: string;
|
|
1827
|
-
subTotal: string;
|
|
1828
1828
|
vatTotal: string;
|
|
1829
1829
|
};
|
|
1830
1830
|
products: {
|
|
@@ -1864,16 +1864,17 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1864
1864
|
vatId: string;
|
|
1865
1865
|
vatName: string;
|
|
1866
1866
|
};
|
|
1867
|
-
|
|
1868
|
-
comments: {
|
|
1869
|
-
customerComment?: string | null | undefined;
|
|
1870
|
-
vendorComment: string;
|
|
1871
|
-
};
|
|
1867
|
+
vouchers: string[];
|
|
1872
1868
|
discounts: {
|
|
1873
1869
|
name: string;
|
|
1874
1870
|
type: string;
|
|
1875
1871
|
amount: string;
|
|
1876
1872
|
}[];
|
|
1873
|
+
token: string;
|
|
1874
|
+
comments: {
|
|
1875
|
+
customerComment?: string | null | undefined;
|
|
1876
|
+
vendorComment: string;
|
|
1877
|
+
};
|
|
1877
1878
|
expeditionType: "pickup" | "delivery";
|
|
1878
1879
|
expiryDate: string;
|
|
1879
1880
|
localInfo: {
|
|
@@ -1895,7 +1896,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1895
1896
|
platformRestaurant: {
|
|
1896
1897
|
id: string;
|
|
1897
1898
|
};
|
|
1898
|
-
vouchers: string[];
|
|
1899
1899
|
}, {
|
|
1900
1900
|
pickup?: {
|
|
1901
1901
|
pickupTime?: string | null | undefined;
|
|
@@ -1935,11 +1935,11 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1935
1935
|
riderPickupTime?: string | null | undefined;
|
|
1936
1936
|
expressDelivery: boolean;
|
|
1937
1937
|
} | null | undefined;
|
|
1938
|
-
extraParameters?: unknown;
|
|
1939
1938
|
shortCode?: string | null | undefined;
|
|
1939
|
+
integrationInfo?: unknown;
|
|
1940
|
+
extraParameters?: unknown;
|
|
1940
1941
|
corporateTaxId?: string | null | undefined;
|
|
1941
1942
|
corporateOrder?: boolean | null | undefined;
|
|
1942
|
-
integrationInfo?: unknown;
|
|
1943
1943
|
mobileOrder?: boolean | null | undefined;
|
|
1944
1944
|
webOrder?: boolean | null | undefined;
|
|
1945
1945
|
callbackUrls?: {
|
|
@@ -1963,6 +1963,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1963
1963
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
1964
1964
|
vatVisible?: boolean | null | undefined;
|
|
1965
1965
|
vatPercent?: string | null | undefined;
|
|
1966
|
+
subTotal: string;
|
|
1966
1967
|
deliveryFees: {
|
|
1967
1968
|
name: string;
|
|
1968
1969
|
value: number;
|
|
@@ -1970,7 +1971,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1970
1971
|
grandTotal: string;
|
|
1971
1972
|
minimumDeliveryValue: string;
|
|
1972
1973
|
payRestaurant: string;
|
|
1973
|
-
subTotal: string;
|
|
1974
1974
|
vatTotal: string;
|
|
1975
1975
|
};
|
|
1976
1976
|
products: {
|
|
@@ -2010,16 +2010,17 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2010
2010
|
vatId: string;
|
|
2011
2011
|
vatName: string;
|
|
2012
2012
|
};
|
|
2013
|
-
|
|
2014
|
-
comments: {
|
|
2015
|
-
customerComment?: string | null | undefined;
|
|
2016
|
-
vendorComment: string;
|
|
2017
|
-
};
|
|
2013
|
+
vouchers: string[];
|
|
2018
2014
|
discounts: {
|
|
2019
2015
|
name: string;
|
|
2020
2016
|
type: string;
|
|
2021
2017
|
amount: string;
|
|
2022
2018
|
}[];
|
|
2019
|
+
token: string;
|
|
2020
|
+
comments: {
|
|
2021
|
+
customerComment?: string | null | undefined;
|
|
2022
|
+
vendorComment: string;
|
|
2023
|
+
};
|
|
2023
2024
|
expeditionType: "pickup" | "delivery";
|
|
2024
2025
|
expiryDate: string;
|
|
2025
2026
|
localInfo: {
|
|
@@ -2041,7 +2042,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2041
2042
|
platformRestaurant: {
|
|
2042
2043
|
id: string;
|
|
2043
2044
|
};
|
|
2044
|
-
vouchers: string[];
|
|
2045
2045
|
}>;
|
|
2046
2046
|
}, "strip", z.ZodTypeAny, {
|
|
2047
2047
|
_id: string;
|
|
@@ -2088,11 +2088,11 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2088
2088
|
riderPickupTime?: string | null | undefined;
|
|
2089
2089
|
expressDelivery: boolean;
|
|
2090
2090
|
} | null | undefined;
|
|
2091
|
-
extraParameters?: unknown;
|
|
2092
2091
|
shortCode?: string | null | undefined;
|
|
2092
|
+
integrationInfo?: unknown;
|
|
2093
|
+
extraParameters?: unknown;
|
|
2093
2094
|
corporateTaxId?: string | null | undefined;
|
|
2094
2095
|
corporateOrder?: boolean | null | undefined;
|
|
2095
|
-
integrationInfo?: unknown;
|
|
2096
2096
|
mobileOrder?: boolean | null | undefined;
|
|
2097
2097
|
webOrder?: boolean | null | undefined;
|
|
2098
2098
|
callbackUrls?: {
|
|
@@ -2116,6 +2116,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2116
2116
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
2117
2117
|
vatVisible?: boolean | null | undefined;
|
|
2118
2118
|
vatPercent?: string | null | undefined;
|
|
2119
|
+
subTotal: string;
|
|
2119
2120
|
deliveryFees: {
|
|
2120
2121
|
name: string;
|
|
2121
2122
|
value: number;
|
|
@@ -2123,7 +2124,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2123
2124
|
grandTotal: string;
|
|
2124
2125
|
minimumDeliveryValue: string;
|
|
2125
2126
|
payRestaurant: string;
|
|
2126
|
-
subTotal: string;
|
|
2127
2127
|
vatTotal: string;
|
|
2128
2128
|
};
|
|
2129
2129
|
products: {
|
|
@@ -2163,16 +2163,17 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2163
2163
|
vatId: string;
|
|
2164
2164
|
vatName: string;
|
|
2165
2165
|
};
|
|
2166
|
-
|
|
2167
|
-
comments: {
|
|
2168
|
-
customerComment?: string | null | undefined;
|
|
2169
|
-
vendorComment: string;
|
|
2170
|
-
};
|
|
2166
|
+
vouchers: string[];
|
|
2171
2167
|
discounts: {
|
|
2172
2168
|
name: string;
|
|
2173
2169
|
type: string;
|
|
2174
2170
|
amount: string;
|
|
2175
2171
|
}[];
|
|
2172
|
+
token: string;
|
|
2173
|
+
comments: {
|
|
2174
|
+
customerComment?: string | null | undefined;
|
|
2175
|
+
vendorComment: string;
|
|
2176
|
+
};
|
|
2176
2177
|
expeditionType: "pickup" | "delivery";
|
|
2177
2178
|
expiryDate: string;
|
|
2178
2179
|
localInfo: {
|
|
@@ -2194,7 +2195,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2194
2195
|
platformRestaurant: {
|
|
2195
2196
|
id: string;
|
|
2196
2197
|
};
|
|
2197
|
-
vouchers: string[];
|
|
2198
2198
|
};
|
|
2199
2199
|
remoteId: string;
|
|
2200
2200
|
}, {
|
|
@@ -2242,11 +2242,11 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2242
2242
|
riderPickupTime?: string | null | undefined;
|
|
2243
2243
|
expressDelivery: boolean;
|
|
2244
2244
|
} | null | undefined;
|
|
2245
|
-
extraParameters?: unknown;
|
|
2246
2245
|
shortCode?: string | null | undefined;
|
|
2246
|
+
integrationInfo?: unknown;
|
|
2247
|
+
extraParameters?: unknown;
|
|
2247
2248
|
corporateTaxId?: string | null | undefined;
|
|
2248
2249
|
corporateOrder?: boolean | null | undefined;
|
|
2249
|
-
integrationInfo?: unknown;
|
|
2250
2250
|
mobileOrder?: boolean | null | undefined;
|
|
2251
2251
|
webOrder?: boolean | null | undefined;
|
|
2252
2252
|
callbackUrls?: {
|
|
@@ -2270,6 +2270,7 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2270
2270
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
2271
2271
|
vatVisible?: boolean | null | undefined;
|
|
2272
2272
|
vatPercent?: string | null | undefined;
|
|
2273
|
+
subTotal: string;
|
|
2273
2274
|
deliveryFees: {
|
|
2274
2275
|
name: string;
|
|
2275
2276
|
value: number;
|
|
@@ -2277,7 +2278,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2277
2278
|
grandTotal: string;
|
|
2278
2279
|
minimumDeliveryValue: string;
|
|
2279
2280
|
payRestaurant: string;
|
|
2280
|
-
subTotal: string;
|
|
2281
2281
|
vatTotal: string;
|
|
2282
2282
|
};
|
|
2283
2283
|
products: {
|
|
@@ -2317,16 +2317,17 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2317
2317
|
vatId: string;
|
|
2318
2318
|
vatName: string;
|
|
2319
2319
|
};
|
|
2320
|
-
|
|
2321
|
-
comments: {
|
|
2322
|
-
customerComment?: string | null | undefined;
|
|
2323
|
-
vendorComment: string;
|
|
2324
|
-
};
|
|
2320
|
+
vouchers: string[];
|
|
2325
2321
|
discounts: {
|
|
2326
2322
|
name: string;
|
|
2327
2323
|
type: string;
|
|
2328
2324
|
amount: string;
|
|
2329
2325
|
}[];
|
|
2326
|
+
token: string;
|
|
2327
|
+
comments: {
|
|
2328
|
+
customerComment?: string | null | undefined;
|
|
2329
|
+
vendorComment: string;
|
|
2330
|
+
};
|
|
2330
2331
|
expeditionType: "pickup" | "delivery";
|
|
2331
2332
|
expiryDate: string;
|
|
2332
2333
|
localInfo: {
|
|
@@ -2348,7 +2349,6 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2348
2349
|
platformRestaurant: {
|
|
2349
2350
|
id: string;
|
|
2350
2351
|
};
|
|
2351
|
-
vouchers: string[];
|
|
2352
2352
|
};
|
|
2353
2353
|
remoteId: string;
|
|
2354
2354
|
}>;
|
|
@@ -3305,6 +3305,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3305
3305
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
3306
3306
|
vatVisible?: boolean | null | undefined;
|
|
3307
3307
|
vatPercent?: string | null | undefined;
|
|
3308
|
+
subTotal: string;
|
|
3308
3309
|
deliveryFees: {
|
|
3309
3310
|
name: string;
|
|
3310
3311
|
value: number;
|
|
@@ -3312,7 +3313,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3312
3313
|
grandTotal: string;
|
|
3313
3314
|
minimumDeliveryValue: string;
|
|
3314
3315
|
payRestaurant: string;
|
|
3315
|
-
subTotal: string;
|
|
3316
3316
|
vatTotal: string;
|
|
3317
3317
|
}, {
|
|
3318
3318
|
deliveryFee?: string | null | undefined;
|
|
@@ -3329,6 +3329,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3329
3329
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
3330
3330
|
vatVisible?: boolean | null | undefined;
|
|
3331
3331
|
vatPercent?: string | null | undefined;
|
|
3332
|
+
subTotal: string;
|
|
3332
3333
|
deliveryFees: {
|
|
3333
3334
|
name: string;
|
|
3334
3335
|
value: number;
|
|
@@ -3336,7 +3337,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3336
3337
|
grandTotal: string;
|
|
3337
3338
|
minimumDeliveryValue: string;
|
|
3338
3339
|
payRestaurant: string;
|
|
3339
|
-
subTotal: string;
|
|
3340
3340
|
vatTotal: string;
|
|
3341
3341
|
}>;
|
|
3342
3342
|
products: z.ZodArray<z.ZodObject<{
|
|
@@ -3460,11 +3460,11 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3460
3460
|
riderPickupTime?: string | null | undefined;
|
|
3461
3461
|
expressDelivery: boolean;
|
|
3462
3462
|
} | null | undefined;
|
|
3463
|
-
extraParameters?: unknown;
|
|
3464
3463
|
shortCode?: string | null | undefined;
|
|
3464
|
+
integrationInfo?: unknown;
|
|
3465
|
+
extraParameters?: unknown;
|
|
3465
3466
|
corporateTaxId?: string | null | undefined;
|
|
3466
3467
|
corporateOrder?: boolean | null | undefined;
|
|
3467
|
-
integrationInfo?: unknown;
|
|
3468
3468
|
mobileOrder?: boolean | null | undefined;
|
|
3469
3469
|
webOrder?: boolean | null | undefined;
|
|
3470
3470
|
callbackUrls?: {
|
|
@@ -3489,6 +3489,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3489
3489
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
3490
3490
|
vatVisible?: boolean | null | undefined;
|
|
3491
3491
|
vatPercent?: string | null | undefined;
|
|
3492
|
+
subTotal: string;
|
|
3492
3493
|
deliveryFees: {
|
|
3493
3494
|
name: string;
|
|
3494
3495
|
value: number;
|
|
@@ -3496,7 +3497,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3496
3497
|
grandTotal: string;
|
|
3497
3498
|
minimumDeliveryValue: string;
|
|
3498
3499
|
payRestaurant: string;
|
|
3499
|
-
subTotal: string;
|
|
3500
3500
|
vatTotal: string;
|
|
3501
3501
|
};
|
|
3502
3502
|
products: {
|
|
@@ -3536,16 +3536,17 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3536
3536
|
vatId: string;
|
|
3537
3537
|
vatName: string;
|
|
3538
3538
|
};
|
|
3539
|
-
|
|
3540
|
-
comments: {
|
|
3541
|
-
customerComment?: string | null | undefined;
|
|
3542
|
-
vendorComment: string;
|
|
3543
|
-
};
|
|
3539
|
+
vouchers: string[];
|
|
3544
3540
|
discounts: {
|
|
3545
3541
|
name: string;
|
|
3546
3542
|
type: string;
|
|
3547
3543
|
amount: string;
|
|
3548
3544
|
}[];
|
|
3545
|
+
token: string;
|
|
3546
|
+
comments: {
|
|
3547
|
+
customerComment?: string | null | undefined;
|
|
3548
|
+
vendorComment: string;
|
|
3549
|
+
};
|
|
3549
3550
|
expeditionType: "pickup" | "delivery";
|
|
3550
3551
|
expiryDate: string;
|
|
3551
3552
|
localInfo: {
|
|
@@ -3567,7 +3568,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3567
3568
|
platformRestaurant: {
|
|
3568
3569
|
id: string;
|
|
3569
3570
|
};
|
|
3570
|
-
vouchers: string[];
|
|
3571
3571
|
}, {
|
|
3572
3572
|
pickup?: {
|
|
3573
3573
|
pickupTime?: string | null | undefined;
|
|
@@ -3608,11 +3608,11 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3608
3608
|
riderPickupTime?: string | null | undefined;
|
|
3609
3609
|
expressDelivery: boolean;
|
|
3610
3610
|
} | null | undefined;
|
|
3611
|
-
extraParameters?: unknown;
|
|
3612
3611
|
shortCode?: string | null | undefined;
|
|
3612
|
+
integrationInfo?: unknown;
|
|
3613
|
+
extraParameters?: unknown;
|
|
3613
3614
|
corporateTaxId?: string | null | undefined;
|
|
3614
3615
|
corporateOrder?: boolean | null | undefined;
|
|
3615
|
-
integrationInfo?: unknown;
|
|
3616
3616
|
mobileOrder?: boolean | null | undefined;
|
|
3617
3617
|
webOrder?: boolean | null | undefined;
|
|
3618
3618
|
callbackUrls?: {
|
|
@@ -3637,6 +3637,7 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3637
3637
|
differenceToMinimumDeliveryValue?: string | null | undefined;
|
|
3638
3638
|
vatVisible?: boolean | null | undefined;
|
|
3639
3639
|
vatPercent?: string | null | undefined;
|
|
3640
|
+
subTotal: string;
|
|
3640
3641
|
deliveryFees: {
|
|
3641
3642
|
name: string;
|
|
3642
3643
|
value: number;
|
|
@@ -3644,7 +3645,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3644
3645
|
grandTotal: string;
|
|
3645
3646
|
minimumDeliveryValue: string;
|
|
3646
3647
|
payRestaurant: string;
|
|
3647
|
-
subTotal: string;
|
|
3648
3648
|
vatTotal: string;
|
|
3649
3649
|
};
|
|
3650
3650
|
products: {
|
|
@@ -3684,16 +3684,17 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3684
3684
|
vatId: string;
|
|
3685
3685
|
vatName: string;
|
|
3686
3686
|
};
|
|
3687
|
-
|
|
3688
|
-
comments: {
|
|
3689
|
-
customerComment?: string | null | undefined;
|
|
3690
|
-
vendorComment: string;
|
|
3691
|
-
};
|
|
3687
|
+
vouchers: string[];
|
|
3692
3688
|
discounts: {
|
|
3693
3689
|
name: string;
|
|
3694
3690
|
type: string;
|
|
3695
3691
|
amount: string;
|
|
3696
3692
|
}[];
|
|
3693
|
+
token: string;
|
|
3694
|
+
comments: {
|
|
3695
|
+
customerComment?: string | null | undefined;
|
|
3696
|
+
vendorComment: string;
|
|
3697
|
+
};
|
|
3697
3698
|
expeditionType: "pickup" | "delivery";
|
|
3698
3699
|
expiryDate: string;
|
|
3699
3700
|
localInfo: {
|
|
@@ -3715,7 +3716,6 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3715
3716
|
platformRestaurant: {
|
|
3716
3717
|
id: string;
|
|
3717
3718
|
};
|
|
3718
|
-
vouchers: string[];
|
|
3719
3719
|
}>;
|
|
3720
3720
|
declare const FPConfig: z.ZodObject<{
|
|
3721
3721
|
username: z.ZodString;
|
|
@@ -3723,14 +3723,14 @@ declare const FPConfig: z.ZodObject<{
|
|
|
3723
3723
|
grant_type: z.ZodString;
|
|
3724
3724
|
chainCode: z.ZodString;
|
|
3725
3725
|
}, "strip", z.ZodTypeAny, {
|
|
3726
|
+
password: string;
|
|
3726
3727
|
grant_type: string;
|
|
3727
3728
|
username: string;
|
|
3728
|
-
password: string;
|
|
3729
3729
|
chainCode: string;
|
|
3730
3730
|
}, {
|
|
3731
|
+
password: string;
|
|
3731
3732
|
grant_type: string;
|
|
3732
3733
|
username: string;
|
|
3733
|
-
password: string;
|
|
3734
3734
|
chainCode: string;
|
|
3735
3735
|
}>;
|
|
3736
3736
|
declare const FPLoginRes: z.ZodObject<{
|