@feedmepos/mf-order-setting 0.0.15 → 0.0.16-alpha
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/KioskSettingView-CLLklQtJ.js +4 -0
- package/dist/{app-CoLf05s5.js → app-DHq9VPij.js} +11871 -11818
- package/dist/app.js +5 -5
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +5 -4
- 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 +403 -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/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 +42 -36273
- 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-item/order-item.dto.d.ts +52 -0
- package/dist/package/entity/order/order.dto.d.ts +734 -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 +3 -9
- package/src/api/restaurant-setting/index.ts +3 -2
- package/src/app.ts +17 -4
- package/src/components/GoogleMap.vue +102 -104
- package/src/helpers/map.ts +23 -15
- package/src/main.ts +5 -6
- package/src/stores/restaurant/index.ts +3 -3
- package/src/views/order-settings/delivery/DeliverySetting.vue +11 -12
- 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/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +4 -1
- package/vite.config.ts +3 -3
- package/dist/KioskSettingView-D75QMFoF.js +0 -4
|
@@ -594,8 +594,8 @@ declare const GFSellingTimeV2: z.ZodObject<{
|
|
|
594
594
|
};
|
|
595
595
|
}>;
|
|
596
596
|
}, "strip", z.ZodTypeAny, {
|
|
597
|
-
name: string;
|
|
598
597
|
id: string;
|
|
598
|
+
name: string;
|
|
599
599
|
startTime: string;
|
|
600
600
|
endTime: string;
|
|
601
601
|
serviceHours: {
|
|
@@ -650,8 +650,8 @@ declare const GFSellingTimeV2: z.ZodObject<{
|
|
|
650
650
|
};
|
|
651
651
|
};
|
|
652
652
|
}, {
|
|
653
|
-
name: string;
|
|
654
653
|
id: string;
|
|
654
|
+
name: string;
|
|
655
655
|
startTime: string;
|
|
656
656
|
endTime: string;
|
|
657
657
|
serviceHours: {
|
|
@@ -749,8 +749,8 @@ export declare const GFModifierV2: z.ZodObject<{
|
|
|
749
749
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
750
750
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
751
751
|
} | null | undefined;
|
|
752
|
-
name: string;
|
|
753
752
|
id: string;
|
|
753
|
+
name: string;
|
|
754
754
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
755
755
|
}, {
|
|
756
756
|
price?: number | null | undefined;
|
|
@@ -764,8 +764,8 @@ export declare const GFModifierV2: z.ZodObject<{
|
|
|
764
764
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
765
765
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
766
766
|
} | null | undefined;
|
|
767
|
-
name: string;
|
|
768
767
|
id: string;
|
|
768
|
+
name: string;
|
|
769
769
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
770
770
|
}>;
|
|
771
771
|
export declare const GFModifierGroupV2: z.ZodObject<{
|
|
@@ -817,8 +817,8 @@ export declare const GFModifierGroupV2: z.ZodObject<{
|
|
|
817
817
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
818
818
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
819
819
|
} | null | undefined;
|
|
820
|
-
name: string;
|
|
821
820
|
id: string;
|
|
821
|
+
name: string;
|
|
822
822
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
823
823
|
}, {
|
|
824
824
|
price?: number | null | undefined;
|
|
@@ -832,13 +832,13 @@ export declare const GFModifierGroupV2: z.ZodObject<{
|
|
|
832
832
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
833
833
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
834
834
|
} | null | undefined;
|
|
835
|
-
name: string;
|
|
836
835
|
id: string;
|
|
836
|
+
name: string;
|
|
837
837
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
838
838
|
}>, "many">;
|
|
839
839
|
}, "strip", z.ZodTypeAny, {
|
|
840
|
-
name: string;
|
|
841
840
|
id: string;
|
|
841
|
+
name: string;
|
|
842
842
|
modifiers: {
|
|
843
843
|
price?: number | null | undefined;
|
|
844
844
|
barcode?: string | null | undefined;
|
|
@@ -851,16 +851,16 @@ export declare const GFModifierGroupV2: z.ZodObject<{
|
|
|
851
851
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
852
852
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
853
853
|
} | null | undefined;
|
|
854
|
-
name: string;
|
|
855
854
|
id: string;
|
|
855
|
+
name: string;
|
|
856
856
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
857
857
|
}[];
|
|
858
858
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
859
859
|
selectionRangeMin: number;
|
|
860
860
|
selectionRangeMax: number;
|
|
861
861
|
}, {
|
|
862
|
-
name: string;
|
|
863
862
|
id: string;
|
|
863
|
+
name: string;
|
|
864
864
|
modifiers: {
|
|
865
865
|
price?: number | null | undefined;
|
|
866
866
|
barcode?: string | null | undefined;
|
|
@@ -873,8 +873,8 @@ export declare const GFModifierGroupV2: z.ZodObject<{
|
|
|
873
873
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
874
874
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
875
875
|
} | null | undefined;
|
|
876
|
-
name: string;
|
|
877
876
|
id: string;
|
|
877
|
+
name: string;
|
|
878
878
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
879
879
|
}[];
|
|
880
880
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -992,8 +992,8 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
992
992
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
993
993
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
994
994
|
} | null | undefined;
|
|
995
|
-
name: string;
|
|
996
995
|
id: string;
|
|
996
|
+
name: string;
|
|
997
997
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
998
998
|
}, {
|
|
999
999
|
price?: number | null | undefined;
|
|
@@ -1007,13 +1007,13 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1007
1007
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1008
1008
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1009
1009
|
} | null | undefined;
|
|
1010
|
-
name: string;
|
|
1011
1010
|
id: string;
|
|
1011
|
+
name: string;
|
|
1012
1012
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1013
1013
|
}>, "many">;
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
|
-
name: string;
|
|
1016
1015
|
id: string;
|
|
1016
|
+
name: string;
|
|
1017
1017
|
modifiers: {
|
|
1018
1018
|
price?: number | null | undefined;
|
|
1019
1019
|
barcode?: string | null | undefined;
|
|
@@ -1026,16 +1026,16 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1026
1026
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1027
1027
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1028
1028
|
} | null | undefined;
|
|
1029
|
-
name: string;
|
|
1030
1029
|
id: string;
|
|
1030
|
+
name: string;
|
|
1031
1031
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1032
1032
|
}[];
|
|
1033
1033
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1034
1034
|
selectionRangeMin: number;
|
|
1035
1035
|
selectionRangeMax: number;
|
|
1036
1036
|
}, {
|
|
1037
|
-
name: string;
|
|
1038
1037
|
id: string;
|
|
1038
|
+
name: string;
|
|
1039
1039
|
modifiers: {
|
|
1040
1040
|
price?: number | null | undefined;
|
|
1041
1041
|
barcode?: string | null | undefined;
|
|
@@ -1048,8 +1048,8 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1048
1048
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1049
1049
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1050
1050
|
} | null | undefined;
|
|
1051
|
-
name: string;
|
|
1052
1051
|
id: string;
|
|
1052
|
+
name: string;
|
|
1053
1053
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1054
1054
|
}[];
|
|
1055
1055
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1081,12 +1081,12 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1081
1081
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1082
1082
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1083
1083
|
} | null | undefined;
|
|
1084
|
-
name: string;
|
|
1085
1084
|
id: string;
|
|
1085
|
+
name: string;
|
|
1086
1086
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1087
1087
|
modifierGroups: {
|
|
1088
|
-
name: string;
|
|
1089
1088
|
id: string;
|
|
1089
|
+
name: string;
|
|
1090
1090
|
modifiers: {
|
|
1091
1091
|
price?: number | null | undefined;
|
|
1092
1092
|
barcode?: string | null | undefined;
|
|
@@ -1099,8 +1099,8 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1099
1099
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1100
1100
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1101
1101
|
} | null | undefined;
|
|
1102
|
-
name: string;
|
|
1103
1102
|
id: string;
|
|
1103
|
+
name: string;
|
|
1104
1104
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1105
1105
|
}[];
|
|
1106
1106
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1132,12 +1132,12 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1132
1132
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1133
1133
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1134
1134
|
} | null | undefined;
|
|
1135
|
-
name: string;
|
|
1136
1135
|
id: string;
|
|
1136
|
+
name: string;
|
|
1137
1137
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1138
1138
|
modifierGroups: {
|
|
1139
|
-
name: string;
|
|
1140
1139
|
id: string;
|
|
1140
|
+
name: string;
|
|
1141
1141
|
modifiers: {
|
|
1142
1142
|
price?: number | null | undefined;
|
|
1143
1143
|
barcode?: string | null | undefined;
|
|
@@ -1150,8 +1150,8 @@ export declare const GFItemV2: z.ZodObject<{
|
|
|
1150
1150
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1151
1151
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1152
1152
|
} | null | undefined;
|
|
1153
|
-
name: string;
|
|
1154
1153
|
id: string;
|
|
1154
|
+
name: string;
|
|
1155
1155
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1156
1156
|
}[];
|
|
1157
1157
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1276,8 +1276,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1276
1276
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1277
1277
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1278
1278
|
} | null | undefined;
|
|
1279
|
-
name: string;
|
|
1280
1279
|
id: string;
|
|
1280
|
+
name: string;
|
|
1281
1281
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1282
1282
|
}, {
|
|
1283
1283
|
price?: number | null | undefined;
|
|
@@ -1291,13 +1291,13 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1291
1291
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1292
1292
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1293
1293
|
} | null | undefined;
|
|
1294
|
-
name: string;
|
|
1295
1294
|
id: string;
|
|
1295
|
+
name: string;
|
|
1296
1296
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1297
1297
|
}>, "many">;
|
|
1298
1298
|
}, "strip", z.ZodTypeAny, {
|
|
1299
|
-
name: string;
|
|
1300
1299
|
id: string;
|
|
1300
|
+
name: string;
|
|
1301
1301
|
modifiers: {
|
|
1302
1302
|
price?: number | null | undefined;
|
|
1303
1303
|
barcode?: string | null | undefined;
|
|
@@ -1310,16 +1310,16 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1310
1310
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1311
1311
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1312
1312
|
} | null | undefined;
|
|
1313
|
-
name: string;
|
|
1314
1313
|
id: string;
|
|
1314
|
+
name: string;
|
|
1315
1315
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1316
1316
|
}[];
|
|
1317
1317
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1318
1318
|
selectionRangeMin: number;
|
|
1319
1319
|
selectionRangeMax: number;
|
|
1320
1320
|
}, {
|
|
1321
|
-
name: string;
|
|
1322
1321
|
id: string;
|
|
1322
|
+
name: string;
|
|
1323
1323
|
modifiers: {
|
|
1324
1324
|
price?: number | null | undefined;
|
|
1325
1325
|
barcode?: string | null | undefined;
|
|
@@ -1332,8 +1332,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1332
1332
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1333
1333
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1334
1334
|
} | null | undefined;
|
|
1335
|
-
name: string;
|
|
1336
1335
|
id: string;
|
|
1336
|
+
name: string;
|
|
1337
1337
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1338
1338
|
}[];
|
|
1339
1339
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1365,12 +1365,12 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1365
1365
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1366
1366
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1367
1367
|
} | null | undefined;
|
|
1368
|
-
name: string;
|
|
1369
1368
|
id: string;
|
|
1369
|
+
name: string;
|
|
1370
1370
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1371
1371
|
modifierGroups: {
|
|
1372
|
-
name: string;
|
|
1373
1372
|
id: string;
|
|
1373
|
+
name: string;
|
|
1374
1374
|
modifiers: {
|
|
1375
1375
|
price?: number | null | undefined;
|
|
1376
1376
|
barcode?: string | null | undefined;
|
|
@@ -1383,8 +1383,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1383
1383
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1384
1384
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1385
1385
|
} | null | undefined;
|
|
1386
|
-
name: string;
|
|
1387
1386
|
id: string;
|
|
1387
|
+
name: string;
|
|
1388
1388
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1389
1389
|
}[];
|
|
1390
1390
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1416,12 +1416,12 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1416
1416
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1417
1417
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1418
1418
|
} | null | undefined;
|
|
1419
|
-
name: string;
|
|
1420
1419
|
id: string;
|
|
1420
|
+
name: string;
|
|
1421
1421
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1422
1422
|
modifierGroups: {
|
|
1423
|
-
name: string;
|
|
1424
1423
|
id: string;
|
|
1424
|
+
name: string;
|
|
1425
1425
|
modifiers: {
|
|
1426
1426
|
price?: number | null | undefined;
|
|
1427
1427
|
barcode?: string | null | undefined;
|
|
@@ -1434,8 +1434,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1434
1434
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1435
1435
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1436
1436
|
} | null | undefined;
|
|
1437
|
-
name: string;
|
|
1438
1437
|
id: string;
|
|
1438
|
+
name: string;
|
|
1439
1439
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1440
1440
|
}[];
|
|
1441
1441
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1444,8 +1444,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1444
1444
|
}[];
|
|
1445
1445
|
}>, "many">;
|
|
1446
1446
|
}, "strip", z.ZodTypeAny, {
|
|
1447
|
-
name: string;
|
|
1448
1447
|
id: string;
|
|
1448
|
+
name: string;
|
|
1449
1449
|
items: {
|
|
1450
1450
|
description?: string | null | undefined;
|
|
1451
1451
|
price?: number | null | undefined;
|
|
@@ -1471,12 +1471,12 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1471
1471
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1472
1472
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1473
1473
|
} | null | undefined;
|
|
1474
|
-
name: string;
|
|
1475
1474
|
id: string;
|
|
1475
|
+
name: string;
|
|
1476
1476
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1477
1477
|
modifierGroups: {
|
|
1478
|
-
name: string;
|
|
1479
1478
|
id: string;
|
|
1479
|
+
name: string;
|
|
1480
1480
|
modifiers: {
|
|
1481
1481
|
price?: number | null | undefined;
|
|
1482
1482
|
barcode?: string | null | undefined;
|
|
@@ -1489,8 +1489,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1489
1489
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1490
1490
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1491
1491
|
} | null | undefined;
|
|
1492
|
-
name: string;
|
|
1493
1492
|
id: string;
|
|
1493
|
+
name: string;
|
|
1494
1494
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1495
1495
|
}[];
|
|
1496
1496
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1502,8 +1502,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1502
1502
|
sellingTimeID: string;
|
|
1503
1503
|
sequence: number;
|
|
1504
1504
|
}, {
|
|
1505
|
-
name: string;
|
|
1506
1505
|
id: string;
|
|
1506
|
+
name: string;
|
|
1507
1507
|
items: {
|
|
1508
1508
|
description?: string | null | undefined;
|
|
1509
1509
|
price?: number | null | undefined;
|
|
@@ -1529,12 +1529,12 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1529
1529
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
1530
1530
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
1531
1531
|
} | null | undefined;
|
|
1532
|
-
name: string;
|
|
1533
1532
|
id: string;
|
|
1533
|
+
name: string;
|
|
1534
1534
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
1535
1535
|
modifierGroups: {
|
|
1536
|
-
name: string;
|
|
1537
1536
|
id: string;
|
|
1537
|
+
name: string;
|
|
1538
1538
|
modifiers: {
|
|
1539
1539
|
price?: number | null | undefined;
|
|
1540
1540
|
barcode?: string | null | undefined;
|
|
@@ -1547,8 +1547,8 @@ export declare const GFMenuCategoryV2: z.ZodObject<{
|
|
|
1547
1547
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
1548
1548
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
1549
1549
|
} | null | undefined;
|
|
1550
|
-
name: string;
|
|
1551
1550
|
id: string;
|
|
1551
|
+
name: string;
|
|
1552
1552
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
1553
1553
|
}[];
|
|
1554
1554
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -1858,8 +1858,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
1858
1858
|
};
|
|
1859
1859
|
}>;
|
|
1860
1860
|
}, "strip", z.ZodTypeAny, {
|
|
1861
|
-
name: string;
|
|
1862
1861
|
id: string;
|
|
1862
|
+
name: string;
|
|
1863
1863
|
startTime: string;
|
|
1864
1864
|
endTime: string;
|
|
1865
1865
|
serviceHours: {
|
|
@@ -1914,8 +1914,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
1914
1914
|
};
|
|
1915
1915
|
};
|
|
1916
1916
|
}, {
|
|
1917
|
-
name: string;
|
|
1918
1917
|
id: string;
|
|
1918
|
+
name: string;
|
|
1919
1919
|
startTime: string;
|
|
1920
1920
|
endTime: string;
|
|
1921
1921
|
serviceHours: {
|
|
@@ -2087,8 +2087,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2087
2087
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2088
2088
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2089
2089
|
} | null | undefined;
|
|
2090
|
-
name: string;
|
|
2091
2090
|
id: string;
|
|
2091
|
+
name: string;
|
|
2092
2092
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2093
2093
|
}, {
|
|
2094
2094
|
price?: number | null | undefined;
|
|
@@ -2102,13 +2102,13 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2102
2102
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2103
2103
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2104
2104
|
} | null | undefined;
|
|
2105
|
-
name: string;
|
|
2106
2105
|
id: string;
|
|
2106
|
+
name: string;
|
|
2107
2107
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2108
2108
|
}>, "many">;
|
|
2109
2109
|
}, "strip", z.ZodTypeAny, {
|
|
2110
|
-
name: string;
|
|
2111
2110
|
id: string;
|
|
2111
|
+
name: string;
|
|
2112
2112
|
modifiers: {
|
|
2113
2113
|
price?: number | null | undefined;
|
|
2114
2114
|
barcode?: string | null | undefined;
|
|
@@ -2121,16 +2121,16 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2121
2121
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2122
2122
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2123
2123
|
} | null | undefined;
|
|
2124
|
-
name: string;
|
|
2125
2124
|
id: string;
|
|
2125
|
+
name: string;
|
|
2126
2126
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2127
2127
|
}[];
|
|
2128
2128
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2129
2129
|
selectionRangeMin: number;
|
|
2130
2130
|
selectionRangeMax: number;
|
|
2131
2131
|
}, {
|
|
2132
|
-
name: string;
|
|
2133
2132
|
id: string;
|
|
2133
|
+
name: string;
|
|
2134
2134
|
modifiers: {
|
|
2135
2135
|
price?: number | null | undefined;
|
|
2136
2136
|
barcode?: string | null | undefined;
|
|
@@ -2143,8 +2143,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2143
2143
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2144
2144
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2145
2145
|
} | null | undefined;
|
|
2146
|
-
name: string;
|
|
2147
2146
|
id: string;
|
|
2147
|
+
name: string;
|
|
2148
2148
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2149
2149
|
}[];
|
|
2150
2150
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2176,12 +2176,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2176
2176
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2177
2177
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2178
2178
|
} | null | undefined;
|
|
2179
|
-
name: string;
|
|
2180
2179
|
id: string;
|
|
2180
|
+
name: string;
|
|
2181
2181
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2182
2182
|
modifierGroups: {
|
|
2183
|
-
name: string;
|
|
2184
2183
|
id: string;
|
|
2184
|
+
name: string;
|
|
2185
2185
|
modifiers: {
|
|
2186
2186
|
price?: number | null | undefined;
|
|
2187
2187
|
barcode?: string | null | undefined;
|
|
@@ -2194,8 +2194,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2194
2194
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2195
2195
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2196
2196
|
} | null | undefined;
|
|
2197
|
-
name: string;
|
|
2198
2197
|
id: string;
|
|
2198
|
+
name: string;
|
|
2199
2199
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2200
2200
|
}[];
|
|
2201
2201
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2227,12 +2227,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2227
2227
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2228
2228
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2229
2229
|
} | null | undefined;
|
|
2230
|
-
name: string;
|
|
2231
2230
|
id: string;
|
|
2231
|
+
name: string;
|
|
2232
2232
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2233
2233
|
modifierGroups: {
|
|
2234
|
-
name: string;
|
|
2235
2234
|
id: string;
|
|
2235
|
+
name: string;
|
|
2236
2236
|
modifiers: {
|
|
2237
2237
|
price?: number | null | undefined;
|
|
2238
2238
|
barcode?: string | null | undefined;
|
|
@@ -2245,8 +2245,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2245
2245
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2246
2246
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2247
2247
|
} | null | undefined;
|
|
2248
|
-
name: string;
|
|
2249
2248
|
id: string;
|
|
2249
|
+
name: string;
|
|
2250
2250
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2251
2251
|
}[];
|
|
2252
2252
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2255,8 +2255,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2255
2255
|
}[];
|
|
2256
2256
|
}>, "many">;
|
|
2257
2257
|
}, "strip", z.ZodTypeAny, {
|
|
2258
|
-
name: string;
|
|
2259
2258
|
id: string;
|
|
2259
|
+
name: string;
|
|
2260
2260
|
items: {
|
|
2261
2261
|
description?: string | null | undefined;
|
|
2262
2262
|
price?: number | null | undefined;
|
|
@@ -2282,12 +2282,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2282
2282
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2283
2283
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2284
2284
|
} | null | undefined;
|
|
2285
|
-
name: string;
|
|
2286
2285
|
id: string;
|
|
2286
|
+
name: string;
|
|
2287
2287
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2288
2288
|
modifierGroups: {
|
|
2289
|
-
name: string;
|
|
2290
2289
|
id: string;
|
|
2290
|
+
name: string;
|
|
2291
2291
|
modifiers: {
|
|
2292
2292
|
price?: number | null | undefined;
|
|
2293
2293
|
barcode?: string | null | undefined;
|
|
@@ -2300,8 +2300,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2300
2300
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2301
2301
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2302
2302
|
} | null | undefined;
|
|
2303
|
-
name: string;
|
|
2304
2303
|
id: string;
|
|
2304
|
+
name: string;
|
|
2305
2305
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2306
2306
|
}[];
|
|
2307
2307
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2313,8 +2313,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2313
2313
|
sellingTimeID: string;
|
|
2314
2314
|
sequence: number;
|
|
2315
2315
|
}, {
|
|
2316
|
-
name: string;
|
|
2317
2316
|
id: string;
|
|
2317
|
+
name: string;
|
|
2318
2318
|
items: {
|
|
2319
2319
|
description?: string | null | undefined;
|
|
2320
2320
|
price?: number | null | undefined;
|
|
@@ -2340,12 +2340,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2340
2340
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2341
2341
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2342
2342
|
} | null | undefined;
|
|
2343
|
-
name: string;
|
|
2344
2343
|
id: string;
|
|
2344
|
+
name: string;
|
|
2345
2345
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2346
2346
|
modifierGroups: {
|
|
2347
|
-
name: string;
|
|
2348
2347
|
id: string;
|
|
2348
|
+
name: string;
|
|
2349
2349
|
modifiers: {
|
|
2350
2350
|
price?: number | null | undefined;
|
|
2351
2351
|
barcode?: string | null | undefined;
|
|
@@ -2358,8 +2358,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2358
2358
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2359
2359
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2360
2360
|
} | null | undefined;
|
|
2361
|
-
name: string;
|
|
2362
2361
|
id: string;
|
|
2362
|
+
name: string;
|
|
2363
2363
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2364
2364
|
}[];
|
|
2365
2365
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2381,8 +2381,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2381
2381
|
};
|
|
2382
2382
|
merchantID: string;
|
|
2383
2383
|
sellingTimes: {
|
|
2384
|
-
name: string;
|
|
2385
2384
|
id: string;
|
|
2385
|
+
name: string;
|
|
2386
2386
|
startTime: string;
|
|
2387
2387
|
endTime: string;
|
|
2388
2388
|
serviceHours: {
|
|
@@ -2438,8 +2438,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2438
2438
|
};
|
|
2439
2439
|
}[];
|
|
2440
2440
|
categories: {
|
|
2441
|
-
name: string;
|
|
2442
2441
|
id: string;
|
|
2442
|
+
name: string;
|
|
2443
2443
|
items: {
|
|
2444
2444
|
description?: string | null | undefined;
|
|
2445
2445
|
price?: number | null | undefined;
|
|
@@ -2465,12 +2465,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2465
2465
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2466
2466
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2467
2467
|
} | null | undefined;
|
|
2468
|
-
name: string;
|
|
2469
2468
|
id: string;
|
|
2469
|
+
name: string;
|
|
2470
2470
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2471
2471
|
modifierGroups: {
|
|
2472
|
-
name: string;
|
|
2473
2472
|
id: string;
|
|
2473
|
+
name: string;
|
|
2474
2474
|
modifiers: {
|
|
2475
2475
|
price?: number | null | undefined;
|
|
2476
2476
|
barcode?: string | null | undefined;
|
|
@@ -2483,8 +2483,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2483
2483
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2484
2484
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2485
2485
|
} | null | undefined;
|
|
2486
|
-
name: string;
|
|
2487
2486
|
id: string;
|
|
2487
|
+
name: string;
|
|
2488
2488
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2489
2489
|
}[];
|
|
2490
2490
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
@@ -2505,8 +2505,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2505
2505
|
};
|
|
2506
2506
|
merchantID: string;
|
|
2507
2507
|
sellingTimes: {
|
|
2508
|
-
name: string;
|
|
2509
2508
|
id: string;
|
|
2509
|
+
name: string;
|
|
2510
2510
|
startTime: string;
|
|
2511
2511
|
endTime: string;
|
|
2512
2512
|
serviceHours: {
|
|
@@ -2562,8 +2562,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2562
2562
|
};
|
|
2563
2563
|
}[];
|
|
2564
2564
|
categories: {
|
|
2565
|
-
name: string;
|
|
2566
2565
|
id: string;
|
|
2566
|
+
name: string;
|
|
2567
2567
|
items: {
|
|
2568
2568
|
description?: string | null | undefined;
|
|
2569
2569
|
price?: number | null | undefined;
|
|
@@ -2589,12 +2589,12 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2589
2589
|
Delivery_Scheduled_StoreFront?: boolean | null | undefined;
|
|
2590
2590
|
SelfPickUp_OnDemand_StoreFront?: boolean | null | undefined;
|
|
2591
2591
|
} | null | undefined;
|
|
2592
|
-
name: string;
|
|
2593
2592
|
id: string;
|
|
2593
|
+
name: string;
|
|
2594
2594
|
availableStatus: "AVAILABLE" | "UNAVAILABLE" | "HIDE";
|
|
2595
2595
|
modifierGroups: {
|
|
2596
|
-
name: string;
|
|
2597
2596
|
id: string;
|
|
2597
|
+
name: string;
|
|
2598
2598
|
modifiers: {
|
|
2599
2599
|
price?: number | null | undefined;
|
|
2600
2600
|
barcode?: string | null | undefined;
|
|
@@ -2607,8 +2607,8 @@ declare const GFMenuV2: z.ZodObject<{
|
|
|
2607
2607
|
Delivery_Scheduled_StoreFront?: number | null | undefined;
|
|
2608
2608
|
SelfPickUp_OnDemand_StoreFront?: number | null | undefined;
|
|
2609
2609
|
} | null | undefined;
|
|
2610
|
-
name: string;
|
|
2611
2610
|
id: string;
|
|
2611
|
+
name: string;
|
|
2612
2612
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|
|
2613
2613
|
}[];
|
|
2614
2614
|
availableStatus: "AVAILABLE" | "UNAVAILABLE";
|