@feedmepos/mf-order-setting 0.0.16 → 0.0.17
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-DkDKK-o-.js +4 -0
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-uz5kCfDz.js +206 -0
- package/dist/KioskSettingView-6Q0qwSTl.js +345 -0
- package/dist/KioskView-dXsAOdRK.js +289 -0
- package/dist/OrderSettingsView-mw8PFd0W.js +70943 -0
- package/dist/app-BsFGRC2y.js +620 -0
- package/dist/app.js +5 -4
- package/dist/dayjs.min-vPr9KJUN.js +123632 -0
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -0
- package/dist/frontend/mf-order/src/helpers/map.d.ts +3 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +6 -6
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-B9mJLWE5.js +70 -0
- package/dist/index-CpFXjGaf.js +86 -0
- package/dist/package/entity/delivery/delivery.dto.d.ts +6 -6
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +10 -10
- package/dist/package/entity/food-court/order.dto.d.ts +38 -38
- package/dist/package/entity/kiosk/kiosk.do.d.ts +20 -20
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +24 -24
- package/dist/package/entity/order/order.dto.d.ts +278 -278
- package/dist/package/entity/order/payment/payment.dto.d.ts +152 -152
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +24 -24
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +74 -74
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +106 -106
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +238 -238
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +64 -64
- package/dist/package/entity/payment/payment.dto.d.ts +2 -2
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/websocket/websocket.dto.d.ts +2 -2
- package/package.json +1 -1
- package/src/Entry.vue +2 -8
- package/src/api/restaurant-setting/index.ts +3 -2
- package/src/app.ts +17 -0
- package/src/components/GoogleMap.vue +102 -104
- package/src/helpers/map.ts +23 -15
- package/src/router/routes.ts +4 -8
- package/src/stores/restaurant/index.ts +1 -1
- package/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue +3 -2
- package/src/views/order-settings/pickup/AddressInput.vue +3 -2
- package/src/views/order-settings/pickup/PickUpSetting.vue +34 -25
- package/dist/KioskSettingView-DGfS1NzO.js +0 -4
- package/dist/app-9Q-zRVKD.js +0 -196056
|
@@ -499,8 +499,8 @@ export declare const FPProduct: z.ZodObject<{
|
|
|
499
499
|
}>;
|
|
500
500
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
501
501
|
}, "strip", z.ZodTypeAny, {
|
|
502
|
-
name?: string | null | undefined;
|
|
503
502
|
id?: string | null | undefined;
|
|
503
|
+
name?: string | null | undefined;
|
|
504
504
|
description?: string | null | undefined;
|
|
505
505
|
quantity?: string | null | undefined;
|
|
506
506
|
categoryName?: string | null | undefined;
|
|
@@ -517,8 +517,8 @@ export declare const FPProduct: z.ZodObject<{
|
|
|
517
517
|
name: string;
|
|
518
518
|
};
|
|
519
519
|
}, {
|
|
520
|
-
name?: string | null | undefined;
|
|
521
520
|
id?: string | null | undefined;
|
|
521
|
+
name?: string | null | undefined;
|
|
522
522
|
description?: string | null | undefined;
|
|
523
523
|
quantity?: string | null | undefined;
|
|
524
524
|
categoryName?: string | null | undefined;
|
|
@@ -928,8 +928,8 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
928
928
|
}>;
|
|
929
929
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
930
930
|
}, "strip", z.ZodTypeAny, {
|
|
931
|
-
name?: string | null | undefined;
|
|
932
931
|
id?: string | null | undefined;
|
|
932
|
+
name?: string | null | undefined;
|
|
933
933
|
description?: string | null | undefined;
|
|
934
934
|
quantity?: string | null | undefined;
|
|
935
935
|
categoryName?: string | null | undefined;
|
|
@@ -946,8 +946,8 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
946
946
|
name: string;
|
|
947
947
|
};
|
|
948
948
|
}, {
|
|
949
|
-
name?: string | null | undefined;
|
|
950
949
|
id?: string | null | undefined;
|
|
950
|
+
name?: string | null | undefined;
|
|
951
951
|
description?: string | null | undefined;
|
|
952
952
|
quantity?: string | null | undefined;
|
|
953
953
|
categoryName?: string | null | undefined;
|
|
@@ -1043,8 +1043,8 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1043
1043
|
vatTotal: string;
|
|
1044
1044
|
};
|
|
1045
1045
|
products: {
|
|
1046
|
-
name?: string | null | undefined;
|
|
1047
1046
|
id?: string | null | undefined;
|
|
1047
|
+
name?: string | null | undefined;
|
|
1048
1048
|
description?: string | null | undefined;
|
|
1049
1049
|
quantity?: string | null | undefined;
|
|
1050
1050
|
categoryName?: string | null | undefined;
|
|
@@ -1184,8 +1184,8 @@ export declare const FPOrder: z.ZodObject<{
|
|
|
1184
1184
|
vatTotal: string;
|
|
1185
1185
|
};
|
|
1186
1186
|
products: {
|
|
1187
|
-
name?: string | null | undefined;
|
|
1188
1187
|
id?: string | null | undefined;
|
|
1188
|
+
name?: string | null | undefined;
|
|
1189
1189
|
description?: string | null | undefined;
|
|
1190
1190
|
quantity?: string | null | undefined;
|
|
1191
1191
|
categoryName?: string | null | undefined;
|
|
@@ -1659,8 +1659,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1659
1659
|
}>;
|
|
1660
1660
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1661
1661
|
}, "strip", z.ZodTypeAny, {
|
|
1662
|
-
name?: string | null | undefined;
|
|
1663
1662
|
id?: string | null | undefined;
|
|
1663
|
+
name?: string | null | undefined;
|
|
1664
1664
|
description?: string | null | undefined;
|
|
1665
1665
|
quantity?: string | null | undefined;
|
|
1666
1666
|
categoryName?: string | null | undefined;
|
|
@@ -1677,8 +1677,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1677
1677
|
name: string;
|
|
1678
1678
|
};
|
|
1679
1679
|
}, {
|
|
1680
|
-
name?: string | null | undefined;
|
|
1681
1680
|
id?: string | null | undefined;
|
|
1681
|
+
name?: string | null | undefined;
|
|
1682
1682
|
description?: string | null | undefined;
|
|
1683
1683
|
quantity?: string | null | undefined;
|
|
1684
1684
|
categoryName?: string | null | undefined;
|
|
@@ -1774,8 +1774,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1774
1774
|
vatTotal: string;
|
|
1775
1775
|
};
|
|
1776
1776
|
products: {
|
|
1777
|
-
name?: string | null | undefined;
|
|
1778
1777
|
id?: string | null | undefined;
|
|
1778
|
+
name?: string | null | undefined;
|
|
1779
1779
|
description?: string | null | undefined;
|
|
1780
1780
|
quantity?: string | null | undefined;
|
|
1781
1781
|
categoryName?: string | null | undefined;
|
|
@@ -1915,8 +1915,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
1915
1915
|
vatTotal: string;
|
|
1916
1916
|
};
|
|
1917
1917
|
products: {
|
|
1918
|
-
name?: string | null | undefined;
|
|
1919
1918
|
id?: string | null | undefined;
|
|
1919
|
+
name?: string | null | undefined;
|
|
1920
1920
|
description?: string | null | undefined;
|
|
1921
1921
|
quantity?: string | null | undefined;
|
|
1922
1922
|
categoryName?: string | null | undefined;
|
|
@@ -2063,8 +2063,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2063
2063
|
vatTotal: string;
|
|
2064
2064
|
};
|
|
2065
2065
|
products: {
|
|
2066
|
-
name?: string | null | undefined;
|
|
2067
2066
|
id?: string | null | undefined;
|
|
2067
|
+
name?: string | null | undefined;
|
|
2068
2068
|
description?: string | null | undefined;
|
|
2069
2069
|
quantity?: string | null | undefined;
|
|
2070
2070
|
categoryName?: string | null | undefined;
|
|
@@ -2212,8 +2212,8 @@ export declare const FdoFoodpandaOrder: z.ZodObject<{
|
|
|
2212
2212
|
vatTotal: string;
|
|
2213
2213
|
};
|
|
2214
2214
|
products: {
|
|
2215
|
-
name?: string | null | undefined;
|
|
2216
2215
|
id?: string | null | undefined;
|
|
2216
|
+
name?: string | null | undefined;
|
|
2217
2217
|
description?: string | null | undefined;
|
|
2218
2218
|
quantity?: string | null | undefined;
|
|
2219
2219
|
categoryName?: string | null | undefined;
|
|
@@ -3293,8 +3293,8 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3293
3293
|
}>;
|
|
3294
3294
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3295
3295
|
}, "strip", z.ZodTypeAny, {
|
|
3296
|
-
name?: string | null | undefined;
|
|
3297
3296
|
id?: string | null | undefined;
|
|
3297
|
+
name?: string | null | undefined;
|
|
3298
3298
|
description?: string | null | undefined;
|
|
3299
3299
|
quantity?: string | null | undefined;
|
|
3300
3300
|
categoryName?: string | null | undefined;
|
|
@@ -3311,8 +3311,8 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3311
3311
|
name: string;
|
|
3312
3312
|
};
|
|
3313
3313
|
}, {
|
|
3314
|
-
name?: string | null | undefined;
|
|
3315
3314
|
id?: string | null | undefined;
|
|
3315
|
+
name?: string | null | undefined;
|
|
3316
3316
|
description?: string | null | undefined;
|
|
3317
3317
|
quantity?: string | null | undefined;
|
|
3318
3318
|
categoryName?: string | null | undefined;
|
|
@@ -3413,8 +3413,8 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3413
3413
|
vatTotal: string;
|
|
3414
3414
|
};
|
|
3415
3415
|
products: {
|
|
3416
|
-
name?: string | null | undefined;
|
|
3417
3416
|
id?: string | null | undefined;
|
|
3417
|
+
name?: string | null | undefined;
|
|
3418
3418
|
description?: string | null | undefined;
|
|
3419
3419
|
quantity?: string | null | undefined;
|
|
3420
3420
|
categoryName?: string | null | undefined;
|
|
@@ -3556,8 +3556,8 @@ declare const FPOrderDetailRes: z.ZodObject<z.extendShape<{
|
|
|
3556
3556
|
vatTotal: string;
|
|
3557
3557
|
};
|
|
3558
3558
|
products: {
|
|
3559
|
-
name?: string | null | undefined;
|
|
3560
3559
|
id?: string | null | undefined;
|
|
3560
|
+
name?: string | null | undefined;
|
|
3561
3561
|
description?: string | null | undefined;
|
|
3562
3562
|
quantity?: string | null | undefined;
|
|
3563
3563
|
categoryName?: string | null | undefined;
|
|
@@ -3677,10 +3677,10 @@ export declare const FPPosAvailabilityRes: z.ZodObject<{
|
|
|
3677
3677
|
platformId?: string | undefined;
|
|
3678
3678
|
platformType?: boolean | undefined;
|
|
3679
3679
|
closingMinutes?: number[] | undefined;
|
|
3680
|
-
availabilityState: "
|
|
3681
|
-
closedReason: "
|
|
3682
|
-
availabilityStates: ("
|
|
3683
|
-
closingReasons: ("
|
|
3680
|
+
availabilityState: "UNKNOWN" | "CLOSED" | "INACTIVE" | "CLOSED_UNTIL" | "OPEN" | "CLOSED_TODAY";
|
|
3681
|
+
closedReason: "OTHER" | "BAD_WEATHER" | "CLOSED" | "TECHNICAL_PROBLEM" | "UNREACHABLE" | "TOO_BUSY_NO_DRIVERS" | "TOO_BUSY_KITCHEN" | "UPDATES_IN_MENU" | "CHECK_IN_REQUIRED" | "ORDER_FAILURE" | "TOO_MANY_REJECTED_ORDERS" | "COURIER_DELAYED_AT_PICKUP" | "RESTRICTED_VISIBILITY" | "HOLIDAY_SPECIAL_DAY" | "ONBOARDING" | "OFFBOARDING" | "RETENTION" | "COMPLIANCE_ISSUES" | "OWNERSHIP_CHANGE" | "REFURBISHMENT" | "FOOD_HYGIENE" | "FRAUD" | "RELIGIOUS_OBSERVANCE" | "CHECK_IN_FAILED" | "AREA_DISRUPTION";
|
|
3682
|
+
availabilityStates: ("UNKNOWN" | "CLOSED" | "INACTIVE" | "CLOSED_UNTIL" | "OPEN" | "CLOSED_TODAY")[];
|
|
3683
|
+
closingReasons: ("OTHER" | "BAD_WEATHER" | "CLOSED" | "TECHNICAL_PROBLEM" | "UNREACHABLE" | "TOO_BUSY_NO_DRIVERS" | "TOO_BUSY_KITCHEN" | "UPDATES_IN_MENU" | "CHECK_IN_REQUIRED" | "ORDER_FAILURE" | "TOO_MANY_REJECTED_ORDERS" | "COURIER_DELAYED_AT_PICKUP" | "RESTRICTED_VISIBILITY" | "HOLIDAY_SPECIAL_DAY" | "ONBOARDING" | "OFFBOARDING" | "RETENTION" | "COMPLIANCE_ISSUES" | "OWNERSHIP_CHANGE" | "REFURBISHMENT" | "FOOD_HYGIENE" | "FRAUD" | "RELIGIOUS_OBSERVANCE" | "CHECK_IN_FAILED" | "AREA_DISRUPTION")[];
|
|
3684
3684
|
changeable: boolean;
|
|
3685
3685
|
}, {
|
|
3686
3686
|
platformKey?: string | undefined;
|
|
@@ -3691,10 +3691,10 @@ export declare const FPPosAvailabilityRes: z.ZodObject<{
|
|
|
3691
3691
|
platformId?: string | undefined;
|
|
3692
3692
|
platformType?: boolean | undefined;
|
|
3693
3693
|
closingMinutes?: number[] | undefined;
|
|
3694
|
-
availabilityState: "
|
|
3695
|
-
closedReason: "
|
|
3696
|
-
availabilityStates: ("
|
|
3697
|
-
closingReasons: ("
|
|
3694
|
+
availabilityState: "UNKNOWN" | "CLOSED" | "INACTIVE" | "CLOSED_UNTIL" | "OPEN" | "CLOSED_TODAY";
|
|
3695
|
+
closedReason: "OTHER" | "BAD_WEATHER" | "CLOSED" | "TECHNICAL_PROBLEM" | "UNREACHABLE" | "TOO_BUSY_NO_DRIVERS" | "TOO_BUSY_KITCHEN" | "UPDATES_IN_MENU" | "CHECK_IN_REQUIRED" | "ORDER_FAILURE" | "TOO_MANY_REJECTED_ORDERS" | "COURIER_DELAYED_AT_PICKUP" | "RESTRICTED_VISIBILITY" | "HOLIDAY_SPECIAL_DAY" | "ONBOARDING" | "OFFBOARDING" | "RETENTION" | "COMPLIANCE_ISSUES" | "OWNERSHIP_CHANGE" | "REFURBISHMENT" | "FOOD_HYGIENE" | "FRAUD" | "RELIGIOUS_OBSERVANCE" | "CHECK_IN_FAILED" | "AREA_DISRUPTION";
|
|
3696
|
+
availabilityStates: ("UNKNOWN" | "CLOSED" | "INACTIVE" | "CLOSED_UNTIL" | "OPEN" | "CLOSED_TODAY")[];
|
|
3697
|
+
closingReasons: ("OTHER" | "BAD_WEATHER" | "CLOSED" | "TECHNICAL_PROBLEM" | "UNREACHABLE" | "TOO_BUSY_NO_DRIVERS" | "TOO_BUSY_KITCHEN" | "UPDATES_IN_MENU" | "CHECK_IN_REQUIRED" | "ORDER_FAILURE" | "TOO_MANY_REJECTED_ORDERS" | "COURIER_DELAYED_AT_PICKUP" | "RESTRICTED_VISIBILITY" | "HOLIDAY_SPECIAL_DAY" | "ONBOARDING" | "OFFBOARDING" | "RETENTION" | "COMPLIANCE_ISSUES" | "OWNERSHIP_CHANGE" | "REFURBISHMENT" | "FOOD_HYGIENE" | "FRAUD" | "RELIGIOUS_OBSERVANCE" | "CHECK_IN_FAILED" | "AREA_DISRUPTION")[];
|
|
3698
3698
|
changeable: boolean;
|
|
3699
3699
|
}>;
|
|
3700
3700
|
declare const _FPUpdatePosAvailabilityData: z.ZodObject<{
|
|
@@ -436,8 +436,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
436
436
|
}>;
|
|
437
437
|
vatPercentage: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
438
438
|
}, "strip", z.ZodTypeAny, {
|
|
439
|
-
name?: string | null | undefined;
|
|
440
439
|
id?: string | null | undefined;
|
|
440
|
+
name?: string | null | undefined;
|
|
441
441
|
description?: string | null | undefined;
|
|
442
442
|
quantity?: string | null | undefined;
|
|
443
443
|
categoryName?: string | null | undefined;
|
|
@@ -454,8 +454,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
454
454
|
name: string;
|
|
455
455
|
};
|
|
456
456
|
}, {
|
|
457
|
-
name?: string | null | undefined;
|
|
458
457
|
id?: string | null | undefined;
|
|
458
|
+
name?: string | null | undefined;
|
|
459
459
|
description?: string | null | undefined;
|
|
460
460
|
quantity?: string | null | undefined;
|
|
461
461
|
categoryName?: string | null | undefined;
|
|
@@ -551,8 +551,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
551
551
|
vatTotal: string;
|
|
552
552
|
};
|
|
553
553
|
products: {
|
|
554
|
-
name?: string | null | undefined;
|
|
555
554
|
id?: string | null | undefined;
|
|
555
|
+
name?: string | null | undefined;
|
|
556
556
|
description?: string | null | undefined;
|
|
557
557
|
quantity?: string | null | undefined;
|
|
558
558
|
categoryName?: string | null | undefined;
|
|
@@ -692,8 +692,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
692
692
|
vatTotal: string;
|
|
693
693
|
};
|
|
694
694
|
products: {
|
|
695
|
-
name?: string | null | undefined;
|
|
696
695
|
id?: string | null | undefined;
|
|
696
|
+
name?: string | null | undefined;
|
|
697
697
|
description?: string | null | undefined;
|
|
698
698
|
quantity?: string | null | undefined;
|
|
699
699
|
categoryName?: string | null | undefined;
|
|
@@ -4013,8 +4013,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4013
4013
|
vatTotal: string;
|
|
4014
4014
|
};
|
|
4015
4015
|
products: {
|
|
4016
|
-
name?: string | null | undefined;
|
|
4017
4016
|
id?: string | null | undefined;
|
|
4017
|
+
name?: string | null | undefined;
|
|
4018
4018
|
description?: string | null | undefined;
|
|
4019
4019
|
quantity?: string | null | undefined;
|
|
4020
4020
|
categoryName?: string | null | undefined;
|
|
@@ -4535,8 +4535,8 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4535
4535
|
vatTotal: string;
|
|
4536
4536
|
};
|
|
4537
4537
|
products: {
|
|
4538
|
-
name?: string | null | undefined;
|
|
4539
4538
|
id?: string | null | undefined;
|
|
4539
|
+
name?: string | null | undefined;
|
|
4540
4540
|
description?: string | null | undefined;
|
|
4541
4541
|
quantity?: string | null | undefined;
|
|
4542
4542
|
categoryName?: string | null | undefined;
|