@feedmepos/mf-order-setting 0.0.16 → 0.0.18
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-CuHZd6_9.js +4 -0
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-5mr80TnE.js +206 -0
- package/dist/KioskSettingView-6Q0qwSTl.js +345 -0
- package/dist/KioskView-Dy1o-gJs.js +289 -0
- package/dist/OrderSettingsView-B-uga-ib.js +70943 -0
- package/dist/app-DOZsphNG.js +614 -0
- package/dist/app.js +1 -1
- package/dist/dayjs.min-7bYz19Mt.js +123632 -0
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/helpers/map.d.ts +3 -2
- 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/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-B0G4vTU2.js +86 -0
- package/dist/index-B9mJLWE5.js +70 -0
- package/dist/package/entity/delivery/delivery.dto.d.ts +12 -12
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +8 -8
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +6 -6
- package/dist/package/entity/delivery/linked-delivery.do.d.ts +2 -2
- package/dist/package/entity/delivery/linked-delivery.dto.d.ts +8 -8
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/food-court/order.dto.d.ts +38 -38
- package/dist/package/entity/order/order.dto.d.ts +356 -356
- package/dist/package/entity/order/payment/payment.dto.d.ts +152 -152
- package/dist/package/entity/order/pickup/pickup.do.d.ts +2 -2
- package/dist/package/entity/order/pickup/pickup.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +8 -8
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +18 -18
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +6 -6
- package/dist/package/entity/order-platform/menu.dto.d.ts +28 -28
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +22 -22
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +8 -8
- package/dist/package/entity/payment/payment.dto.d.ts +2 -2
- package/dist/package/entity/queue/queue.dto.d.ts +6 -6
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +4 -4
- package/dist/package/entity/websocket/websocket.dto.d.ts +2 -2
- package/package.json +1 -1
- package/src/App.vue +20 -0
- package/src/Entry.vue +0 -9
- package/src/api/restaurant-setting/index.ts +3 -2
- package/src/app.ts +1 -1
- 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
|
@@ -424,6 +424,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
424
424
|
};
|
|
425
425
|
} | null | undefined;
|
|
426
426
|
tags?: string[] | null | undefined;
|
|
427
|
+
name: string;
|
|
427
428
|
address: {
|
|
428
429
|
coordinates?: number[] | null | undefined;
|
|
429
430
|
line2?: string | null | undefined;
|
|
@@ -433,7 +434,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
433
434
|
city: string;
|
|
434
435
|
postcode: string;
|
|
435
436
|
};
|
|
436
|
-
name: string;
|
|
437
437
|
email: string;
|
|
438
438
|
phoneNo: string;
|
|
439
439
|
regNo: string;
|
|
@@ -501,6 +501,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
501
501
|
} | null | undefined;
|
|
502
502
|
tags?: string[] | null | undefined;
|
|
503
503
|
url?: string | null | undefined;
|
|
504
|
+
name: string;
|
|
504
505
|
address: {
|
|
505
506
|
coordinates?: number[] | null | undefined;
|
|
506
507
|
line2?: string | null | undefined;
|
|
@@ -510,7 +511,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
510
511
|
city: string;
|
|
511
512
|
postcode: string;
|
|
512
513
|
};
|
|
513
|
-
name: string;
|
|
514
514
|
email: string;
|
|
515
515
|
phoneNo: string;
|
|
516
516
|
regNo: string;
|
|
@@ -780,6 +780,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
780
780
|
};
|
|
781
781
|
} | null | undefined;
|
|
782
782
|
tags?: string[] | null | undefined;
|
|
783
|
+
name: string;
|
|
783
784
|
address: {
|
|
784
785
|
coordinates?: number[] | null | undefined;
|
|
785
786
|
line2?: string | null | undefined;
|
|
@@ -789,7 +790,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
789
790
|
city: string;
|
|
790
791
|
postcode: string;
|
|
791
792
|
};
|
|
792
|
-
name: string;
|
|
793
793
|
email: string;
|
|
794
794
|
phoneNo: string;
|
|
795
795
|
regNo: string;
|
|
@@ -902,6 +902,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
902
902
|
} | null | undefined;
|
|
903
903
|
tags?: string[] | null | undefined;
|
|
904
904
|
url?: string | null | undefined;
|
|
905
|
+
name: string;
|
|
905
906
|
address: {
|
|
906
907
|
coordinates?: number[] | null | undefined;
|
|
907
908
|
line2?: string | null | undefined;
|
|
@@ -911,7 +912,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
911
912
|
city: string;
|
|
912
913
|
postcode: string;
|
|
913
914
|
};
|
|
914
|
-
name: string;
|
|
915
915
|
email: string;
|
|
916
916
|
phoneNo: string;
|
|
917
917
|
regNo: string;
|
|
@@ -1319,6 +1319,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1319
1319
|
};
|
|
1320
1320
|
} | null | undefined;
|
|
1321
1321
|
tags?: string[] | null | undefined;
|
|
1322
|
+
name: string;
|
|
1322
1323
|
address: {
|
|
1323
1324
|
coordinates?: number[] | null | undefined;
|
|
1324
1325
|
line2?: string | null | undefined;
|
|
@@ -1328,7 +1329,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1328
1329
|
city: string;
|
|
1329
1330
|
postcode: string;
|
|
1330
1331
|
};
|
|
1331
|
-
name: string;
|
|
1332
1332
|
email: string;
|
|
1333
1333
|
phoneNo: string;
|
|
1334
1334
|
regNo: string;
|
|
@@ -1396,6 +1396,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1396
1396
|
} | null | undefined;
|
|
1397
1397
|
tags?: string[] | null | undefined;
|
|
1398
1398
|
url?: string | null | undefined;
|
|
1399
|
+
name: string;
|
|
1399
1400
|
address: {
|
|
1400
1401
|
coordinates?: number[] | null | undefined;
|
|
1401
1402
|
line2?: string | null | undefined;
|
|
@@ -1405,7 +1406,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1405
1406
|
city: string;
|
|
1406
1407
|
postcode: string;
|
|
1407
1408
|
};
|
|
1408
|
-
name: string;
|
|
1409
1409
|
email: string;
|
|
1410
1410
|
phoneNo: string;
|
|
1411
1411
|
regNo: string;
|
|
@@ -1672,6 +1672,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1672
1672
|
};
|
|
1673
1673
|
} | null | undefined;
|
|
1674
1674
|
tags?: string[] | null | undefined;
|
|
1675
|
+
name: string;
|
|
1675
1676
|
address: {
|
|
1676
1677
|
coordinates?: number[] | null | undefined;
|
|
1677
1678
|
line2?: string | null | undefined;
|
|
@@ -1681,7 +1682,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1681
1682
|
city: string;
|
|
1682
1683
|
postcode: string;
|
|
1683
1684
|
};
|
|
1684
|
-
name: string;
|
|
1685
1685
|
email: string;
|
|
1686
1686
|
phoneNo: string;
|
|
1687
1687
|
regNo: string;
|
|
@@ -1793,6 +1793,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1793
1793
|
} | null | undefined;
|
|
1794
1794
|
tags?: string[] | null | undefined;
|
|
1795
1795
|
url?: string | null | undefined;
|
|
1796
|
+
name: string;
|
|
1796
1797
|
address: {
|
|
1797
1798
|
coordinates?: number[] | null | undefined;
|
|
1798
1799
|
line2?: string | null | undefined;
|
|
@@ -1802,7 +1803,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1802
1803
|
city: string;
|
|
1803
1804
|
postcode: string;
|
|
1804
1805
|
};
|
|
1805
|
-
name: string;
|
|
1806
1806
|
email: string;
|
|
1807
1807
|
phoneNo: string;
|
|
1808
1808
|
regNo: string;
|
|
@@ -1916,6 +1916,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1916
1916
|
};
|
|
1917
1917
|
} | null | undefined;
|
|
1918
1918
|
tags?: string[] | null | undefined;
|
|
1919
|
+
name: string;
|
|
1919
1920
|
address: {
|
|
1920
1921
|
coordinates?: number[] | null | undefined;
|
|
1921
1922
|
line2?: string | null | undefined;
|
|
@@ -1925,7 +1926,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1925
1926
|
city: string;
|
|
1926
1927
|
postcode: string;
|
|
1927
1928
|
};
|
|
1928
|
-
name: string;
|
|
1929
1929
|
email: string;
|
|
1930
1930
|
phoneNo: string;
|
|
1931
1931
|
regNo: string;
|
|
@@ -2047,6 +2047,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2047
2047
|
};
|
|
2048
2048
|
} | null | undefined;
|
|
2049
2049
|
tags?: string[] | null | undefined;
|
|
2050
|
+
name: string;
|
|
2050
2051
|
address: {
|
|
2051
2052
|
coordinates?: number[] | null | undefined;
|
|
2052
2053
|
line2?: string | null | undefined;
|
|
@@ -2056,7 +2057,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2056
2057
|
city: string;
|
|
2057
2058
|
postcode: string;
|
|
2058
2059
|
};
|
|
2059
|
-
name: string;
|
|
2060
2060
|
email: string;
|
|
2061
2061
|
phoneNo: string;
|
|
2062
2062
|
regNo: string;
|
|
@@ -2178,6 +2178,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2178
2178
|
} | null | undefined;
|
|
2179
2179
|
tags?: string[] | null | undefined;
|
|
2180
2180
|
url?: string | null | undefined;
|
|
2181
|
+
name: string;
|
|
2181
2182
|
address: {
|
|
2182
2183
|
coordinates?: number[] | null | undefined;
|
|
2183
2184
|
line2?: string | null | undefined;
|
|
@@ -2187,7 +2188,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2187
2188
|
city: string;
|
|
2188
2189
|
postcode: string;
|
|
2189
2190
|
};
|
|
2190
|
-
name: string;
|
|
2191
2191
|
email: string;
|
|
2192
2192
|
phoneNo: string;
|
|
2193
2193
|
regNo: string;
|
|
@@ -2301,6 +2301,7 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2301
2301
|
} | null | undefined;
|
|
2302
2302
|
tags?: string[] | null | undefined;
|
|
2303
2303
|
url?: string | null | undefined;
|
|
2304
|
+
name: string;
|
|
2304
2305
|
address: {
|
|
2305
2306
|
coordinates?: number[] | null | undefined;
|
|
2306
2307
|
line2?: string | null | undefined;
|
|
@@ -2310,7 +2311,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2310
2311
|
city: string;
|
|
2311
2312
|
postcode: string;
|
|
2312
2313
|
};
|
|
2313
|
-
name: string;
|
|
2314
2314
|
email: string;
|
|
2315
2315
|
phoneNo: string;
|
|
2316
2316
|
regNo: string;
|
|
@@ -2731,6 +2731,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2731
2731
|
};
|
|
2732
2732
|
} | null | undefined;
|
|
2733
2733
|
tags?: string[] | null | undefined;
|
|
2734
|
+
name: string;
|
|
2734
2735
|
address: {
|
|
2735
2736
|
coordinates?: number[] | null | undefined;
|
|
2736
2737
|
line2?: string | null | undefined;
|
|
@@ -2740,7 +2741,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2740
2741
|
city: string;
|
|
2741
2742
|
postcode: string;
|
|
2742
2743
|
};
|
|
2743
|
-
name: string;
|
|
2744
2744
|
email: string;
|
|
2745
2745
|
phoneNo: string;
|
|
2746
2746
|
regNo: string;
|
|
@@ -2808,6 +2808,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2808
2808
|
} | null | undefined;
|
|
2809
2809
|
tags?: string[] | null | undefined;
|
|
2810
2810
|
url?: string | null | undefined;
|
|
2811
|
+
name: string;
|
|
2811
2812
|
address: {
|
|
2812
2813
|
coordinates?: number[] | null | undefined;
|
|
2813
2814
|
line2?: string | null | undefined;
|
|
@@ -2817,7 +2818,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2817
2818
|
city: string;
|
|
2818
2819
|
postcode: string;
|
|
2819
2820
|
};
|
|
2820
|
-
name: string;
|
|
2821
2821
|
email: string;
|
|
2822
2822
|
phoneNo: string;
|
|
2823
2823
|
regNo: string;
|
|
@@ -3087,6 +3087,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3087
3087
|
};
|
|
3088
3088
|
} | null | undefined;
|
|
3089
3089
|
tags?: string[] | null | undefined;
|
|
3090
|
+
name: string;
|
|
3090
3091
|
address: {
|
|
3091
3092
|
coordinates?: number[] | null | undefined;
|
|
3092
3093
|
line2?: string | null | undefined;
|
|
@@ -3096,7 +3097,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3096
3097
|
city: string;
|
|
3097
3098
|
postcode: string;
|
|
3098
3099
|
};
|
|
3099
|
-
name: string;
|
|
3100
3100
|
email: string;
|
|
3101
3101
|
phoneNo: string;
|
|
3102
3102
|
regNo: string;
|
|
@@ -3209,6 +3209,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3209
3209
|
} | null | undefined;
|
|
3210
3210
|
tags?: string[] | null | undefined;
|
|
3211
3211
|
url?: string | null | undefined;
|
|
3212
|
+
name: string;
|
|
3212
3213
|
address: {
|
|
3213
3214
|
coordinates?: number[] | null | undefined;
|
|
3214
3215
|
line2?: string | null | undefined;
|
|
@@ -3218,7 +3219,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3218
3219
|
city: string;
|
|
3219
3220
|
postcode: string;
|
|
3220
3221
|
};
|
|
3221
|
-
name: string;
|
|
3222
3222
|
email: string;
|
|
3223
3223
|
phoneNo: string;
|
|
3224
3224
|
regNo: string;
|
|
@@ -3626,6 +3626,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3626
3626
|
};
|
|
3627
3627
|
} | null | undefined;
|
|
3628
3628
|
tags?: string[] | null | undefined;
|
|
3629
|
+
name: string;
|
|
3629
3630
|
address: {
|
|
3630
3631
|
coordinates?: number[] | null | undefined;
|
|
3631
3632
|
line2?: string | null | undefined;
|
|
@@ -3635,7 +3636,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3635
3636
|
city: string;
|
|
3636
3637
|
postcode: string;
|
|
3637
3638
|
};
|
|
3638
|
-
name: string;
|
|
3639
3639
|
email: string;
|
|
3640
3640
|
phoneNo: string;
|
|
3641
3641
|
regNo: string;
|
|
@@ -3703,6 +3703,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3703
3703
|
} | null | undefined;
|
|
3704
3704
|
tags?: string[] | null | undefined;
|
|
3705
3705
|
url?: string | null | undefined;
|
|
3706
|
+
name: string;
|
|
3706
3707
|
address: {
|
|
3707
3708
|
coordinates?: number[] | null | undefined;
|
|
3708
3709
|
line2?: string | null | undefined;
|
|
@@ -3712,7 +3713,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3712
3713
|
city: string;
|
|
3713
3714
|
postcode: string;
|
|
3714
3715
|
};
|
|
3715
|
-
name: string;
|
|
3716
3716
|
email: string;
|
|
3717
3717
|
phoneNo: string;
|
|
3718
3718
|
regNo: string;
|
|
@@ -3979,6 +3979,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3979
3979
|
};
|
|
3980
3980
|
} | null | undefined;
|
|
3981
3981
|
tags?: string[] | null | undefined;
|
|
3982
|
+
name: string;
|
|
3982
3983
|
address: {
|
|
3983
3984
|
coordinates?: number[] | null | undefined;
|
|
3984
3985
|
line2?: string | null | undefined;
|
|
@@ -3988,7 +3989,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3988
3989
|
city: string;
|
|
3989
3990
|
postcode: string;
|
|
3990
3991
|
};
|
|
3991
|
-
name: string;
|
|
3992
3992
|
email: string;
|
|
3993
3993
|
phoneNo: string;
|
|
3994
3994
|
regNo: string;
|
|
@@ -4100,6 +4100,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4100
4100
|
} | null | undefined;
|
|
4101
4101
|
tags?: string[] | null | undefined;
|
|
4102
4102
|
url?: string | null | undefined;
|
|
4103
|
+
name: string;
|
|
4103
4104
|
address: {
|
|
4104
4105
|
coordinates?: number[] | null | undefined;
|
|
4105
4106
|
line2?: string | null | undefined;
|
|
@@ -4109,7 +4110,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4109
4110
|
city: string;
|
|
4110
4111
|
postcode: string;
|
|
4111
4112
|
};
|
|
4112
|
-
name: string;
|
|
4113
4113
|
email: string;
|
|
4114
4114
|
phoneNo: string;
|
|
4115
4115
|
regNo: string;
|
|
@@ -4223,6 +4223,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4223
4223
|
};
|
|
4224
4224
|
} | null | undefined;
|
|
4225
4225
|
tags?: string[] | null | undefined;
|
|
4226
|
+
name: string;
|
|
4226
4227
|
address: {
|
|
4227
4228
|
coordinates?: number[] | null | undefined;
|
|
4228
4229
|
line2?: string | null | undefined;
|
|
@@ -4232,7 +4233,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4232
4233
|
city: string;
|
|
4233
4234
|
postcode: string;
|
|
4234
4235
|
};
|
|
4235
|
-
name: string;
|
|
4236
4236
|
email: string;
|
|
4237
4237
|
phoneNo: string;
|
|
4238
4238
|
regNo: string;
|
|
@@ -4354,6 +4354,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4354
4354
|
};
|
|
4355
4355
|
} | null | undefined;
|
|
4356
4356
|
tags?: string[] | null | undefined;
|
|
4357
|
+
name: string;
|
|
4357
4358
|
address: {
|
|
4358
4359
|
coordinates?: number[] | null | undefined;
|
|
4359
4360
|
line2?: string | null | undefined;
|
|
@@ -4363,7 +4364,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4363
4364
|
city: string;
|
|
4364
4365
|
postcode: string;
|
|
4365
4366
|
};
|
|
4366
|
-
name: string;
|
|
4367
4367
|
email: string;
|
|
4368
4368
|
phoneNo: string;
|
|
4369
4369
|
regNo: string;
|
|
@@ -4485,6 +4485,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4485
4485
|
} | null | undefined;
|
|
4486
4486
|
tags?: string[] | null | undefined;
|
|
4487
4487
|
url?: string | null | undefined;
|
|
4488
|
+
name: string;
|
|
4488
4489
|
address: {
|
|
4489
4490
|
coordinates?: number[] | null | undefined;
|
|
4490
4491
|
line2?: string | null | undefined;
|
|
@@ -4494,7 +4495,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4494
4495
|
city: string;
|
|
4495
4496
|
postcode: string;
|
|
4496
4497
|
};
|
|
4497
|
-
name: string;
|
|
4498
4498
|
email: string;
|
|
4499
4499
|
phoneNo: string;
|
|
4500
4500
|
regNo: string;
|
|
@@ -4608,6 +4608,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4608
4608
|
} | null | undefined;
|
|
4609
4609
|
tags?: string[] | null | undefined;
|
|
4610
4610
|
url?: string | null | undefined;
|
|
4611
|
+
name: string;
|
|
4611
4612
|
address: {
|
|
4612
4613
|
coordinates?: number[] | null | undefined;
|
|
4613
4614
|
line2?: string | null | undefined;
|
|
@@ -4617,7 +4618,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4617
4618
|
city: string;
|
|
4618
4619
|
postcode: string;
|
|
4619
4620
|
};
|
|
4620
|
-
name: string;
|
|
4621
4621
|
email: string;
|
|
4622
4622
|
phoneNo: string;
|
|
4623
4623
|
regNo: string;
|
|
@@ -4737,6 +4737,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4737
4737
|
};
|
|
4738
4738
|
} | null | undefined;
|
|
4739
4739
|
tags?: string[] | null | undefined;
|
|
4740
|
+
name: string;
|
|
4740
4741
|
address: {
|
|
4741
4742
|
coordinates?: number[] | null | undefined;
|
|
4742
4743
|
line2?: string | null | undefined;
|
|
@@ -4746,7 +4747,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4746
4747
|
city: string;
|
|
4747
4748
|
postcode: string;
|
|
4748
4749
|
};
|
|
4749
|
-
name: string;
|
|
4750
4750
|
email: string;
|
|
4751
4751
|
phoneNo: string;
|
|
4752
4752
|
regNo: string;
|
|
@@ -4868,6 +4868,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4868
4868
|
};
|
|
4869
4869
|
} | null | undefined;
|
|
4870
4870
|
tags?: string[] | null | undefined;
|
|
4871
|
+
name: string;
|
|
4871
4872
|
address: {
|
|
4872
4873
|
coordinates?: number[] | null | undefined;
|
|
4873
4874
|
line2?: string | null | undefined;
|
|
@@ -4877,7 +4878,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4877
4878
|
city: string;
|
|
4878
4879
|
postcode: string;
|
|
4879
4880
|
};
|
|
4880
|
-
name: string;
|
|
4881
4881
|
email: string;
|
|
4882
4882
|
phoneNo: string;
|
|
4883
4883
|
regNo: string;
|
|
@@ -4999,6 +4999,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4999
4999
|
} | null | undefined;
|
|
5000
5000
|
tags?: string[] | null | undefined;
|
|
5001
5001
|
url?: string | null | undefined;
|
|
5002
|
+
name: string;
|
|
5002
5003
|
address: {
|
|
5003
5004
|
coordinates?: number[] | null | undefined;
|
|
5004
5005
|
line2?: string | null | undefined;
|
|
@@ -5008,7 +5009,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
5008
5009
|
city: string;
|
|
5009
5010
|
postcode: string;
|
|
5010
5011
|
};
|
|
5011
|
-
name: string;
|
|
5012
5012
|
email: string;
|
|
5013
5013
|
phoneNo: string;
|
|
5014
5014
|
regNo: string;
|
|
@@ -5122,6 +5122,7 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
5122
5122
|
} | null | undefined;
|
|
5123
5123
|
tags?: string[] | null | undefined;
|
|
5124
5124
|
url?: string | null | undefined;
|
|
5125
|
+
name: string;
|
|
5125
5126
|
address: {
|
|
5126
5127
|
coordinates?: number[] | null | undefined;
|
|
5127
5128
|
line2?: string | null | undefined;
|
|
@@ -5131,7 +5132,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
5131
5132
|
city: string;
|
|
5132
5133
|
postcode: string;
|
|
5133
5134
|
};
|
|
5134
|
-
name: string;
|
|
5135
5135
|
email: string;
|
|
5136
5136
|
phoneNo: string;
|
|
5137
5137
|
regNo: string;
|
|
@@ -5554,6 +5554,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5554
5554
|
};
|
|
5555
5555
|
} | null | undefined;
|
|
5556
5556
|
tags?: string[] | null | undefined;
|
|
5557
|
+
name: string;
|
|
5557
5558
|
address: {
|
|
5558
5559
|
coordinates?: number[] | null | undefined;
|
|
5559
5560
|
line2?: string | null | undefined;
|
|
@@ -5563,7 +5564,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5563
5564
|
city: string;
|
|
5564
5565
|
postcode: string;
|
|
5565
5566
|
};
|
|
5566
|
-
name: string;
|
|
5567
5567
|
email: string;
|
|
5568
5568
|
phoneNo: string;
|
|
5569
5569
|
regNo: string;
|
|
@@ -5631,6 +5631,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5631
5631
|
} | null | undefined;
|
|
5632
5632
|
tags?: string[] | null | undefined;
|
|
5633
5633
|
url?: string | null | undefined;
|
|
5634
|
+
name: string;
|
|
5634
5635
|
address: {
|
|
5635
5636
|
coordinates?: number[] | null | undefined;
|
|
5636
5637
|
line2?: string | null | undefined;
|
|
@@ -5640,7 +5641,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5640
5641
|
city: string;
|
|
5641
5642
|
postcode: string;
|
|
5642
5643
|
};
|
|
5643
|
-
name: string;
|
|
5644
5644
|
email: string;
|
|
5645
5645
|
phoneNo: string;
|
|
5646
5646
|
regNo: string;
|
|
@@ -5910,6 +5910,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5910
5910
|
};
|
|
5911
5911
|
} | null | undefined;
|
|
5912
5912
|
tags?: string[] | null | undefined;
|
|
5913
|
+
name: string;
|
|
5913
5914
|
address: {
|
|
5914
5915
|
coordinates?: number[] | null | undefined;
|
|
5915
5916
|
line2?: string | null | undefined;
|
|
@@ -5919,7 +5920,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5919
5920
|
city: string;
|
|
5920
5921
|
postcode: string;
|
|
5921
5922
|
};
|
|
5922
|
-
name: string;
|
|
5923
5923
|
email: string;
|
|
5924
5924
|
phoneNo: string;
|
|
5925
5925
|
regNo: string;
|
|
@@ -6032,6 +6032,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6032
6032
|
} | null | undefined;
|
|
6033
6033
|
tags?: string[] | null | undefined;
|
|
6034
6034
|
url?: string | null | undefined;
|
|
6035
|
+
name: string;
|
|
6035
6036
|
address: {
|
|
6036
6037
|
coordinates?: number[] | null | undefined;
|
|
6037
6038
|
line2?: string | null | undefined;
|
|
@@ -6041,7 +6042,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6041
6042
|
city: string;
|
|
6042
6043
|
postcode: string;
|
|
6043
6044
|
};
|
|
6044
|
-
name: string;
|
|
6045
6045
|
email: string;
|
|
6046
6046
|
phoneNo: string;
|
|
6047
6047
|
regNo: string;
|
|
@@ -6449,6 +6449,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6449
6449
|
};
|
|
6450
6450
|
} | null | undefined;
|
|
6451
6451
|
tags?: string[] | null | undefined;
|
|
6452
|
+
name: string;
|
|
6452
6453
|
address: {
|
|
6453
6454
|
coordinates?: number[] | null | undefined;
|
|
6454
6455
|
line2?: string | null | undefined;
|
|
@@ -6458,7 +6459,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6458
6459
|
city: string;
|
|
6459
6460
|
postcode: string;
|
|
6460
6461
|
};
|
|
6461
|
-
name: string;
|
|
6462
6462
|
email: string;
|
|
6463
6463
|
phoneNo: string;
|
|
6464
6464
|
regNo: string;
|
|
@@ -6526,6 +6526,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6526
6526
|
} | null | undefined;
|
|
6527
6527
|
tags?: string[] | null | undefined;
|
|
6528
6528
|
url?: string | null | undefined;
|
|
6529
|
+
name: string;
|
|
6529
6530
|
address: {
|
|
6530
6531
|
coordinates?: number[] | null | undefined;
|
|
6531
6532
|
line2?: string | null | undefined;
|
|
@@ -6535,7 +6536,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6535
6536
|
city: string;
|
|
6536
6537
|
postcode: string;
|
|
6537
6538
|
};
|
|
6538
|
-
name: string;
|
|
6539
6539
|
email: string;
|
|
6540
6540
|
phoneNo: string;
|
|
6541
6541
|
regNo: string;
|
|
@@ -6802,6 +6802,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6802
6802
|
};
|
|
6803
6803
|
} | null | undefined;
|
|
6804
6804
|
tags?: string[] | null | undefined;
|
|
6805
|
+
name: string;
|
|
6805
6806
|
address: {
|
|
6806
6807
|
coordinates?: number[] | null | undefined;
|
|
6807
6808
|
line2?: string | null | undefined;
|
|
@@ -6811,7 +6812,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6811
6812
|
city: string;
|
|
6812
6813
|
postcode: string;
|
|
6813
6814
|
};
|
|
6814
|
-
name: string;
|
|
6815
6815
|
email: string;
|
|
6816
6816
|
phoneNo: string;
|
|
6817
6817
|
regNo: string;
|
|
@@ -6923,6 +6923,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6923
6923
|
} | null | undefined;
|
|
6924
6924
|
tags?: string[] | null | undefined;
|
|
6925
6925
|
url?: string | null | undefined;
|
|
6926
|
+
name: string;
|
|
6926
6927
|
address: {
|
|
6927
6928
|
coordinates?: number[] | null | undefined;
|
|
6928
6929
|
line2?: string | null | undefined;
|
|
@@ -6932,7 +6933,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6932
6933
|
city: string;
|
|
6933
6934
|
postcode: string;
|
|
6934
6935
|
};
|
|
6935
|
-
name: string;
|
|
6936
6936
|
email: string;
|
|
6937
6937
|
phoneNo: string;
|
|
6938
6938
|
regNo: string;
|
|
@@ -7046,6 +7046,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7046
7046
|
};
|
|
7047
7047
|
} | null | undefined;
|
|
7048
7048
|
tags?: string[] | null | undefined;
|
|
7049
|
+
name: string;
|
|
7049
7050
|
address: {
|
|
7050
7051
|
coordinates?: number[] | null | undefined;
|
|
7051
7052
|
line2?: string | null | undefined;
|
|
@@ -7055,7 +7056,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7055
7056
|
city: string;
|
|
7056
7057
|
postcode: string;
|
|
7057
7058
|
};
|
|
7058
|
-
name: string;
|
|
7059
7059
|
email: string;
|
|
7060
7060
|
phoneNo: string;
|
|
7061
7061
|
regNo: string;
|
|
@@ -7185,6 +7185,7 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7185
7185
|
} | null | undefined;
|
|
7186
7186
|
tags?: string[] | null | undefined;
|
|
7187
7187
|
url?: string | null | undefined;
|
|
7188
|
+
name: string;
|
|
7188
7189
|
address: {
|
|
7189
7190
|
coordinates?: number[] | null | undefined;
|
|
7190
7191
|
line2?: string | null | undefined;
|
|
@@ -7194,7 +7195,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7194
7195
|
city: string;
|
|
7195
7196
|
postcode: string;
|
|
7196
7197
|
};
|
|
7197
|
-
name: string;
|
|
7198
7198
|
email: string;
|
|
7199
7199
|
phoneNo: string;
|
|
7200
7200
|
regNo: string;
|
|
@@ -7617,6 +7617,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7617
7617
|
};
|
|
7618
7618
|
} | null | undefined;
|
|
7619
7619
|
tags?: string[] | null | undefined;
|
|
7620
|
+
name: string;
|
|
7620
7621
|
address: {
|
|
7621
7622
|
coordinates?: number[] | null | undefined;
|
|
7622
7623
|
line2?: string | null | undefined;
|
|
@@ -7626,7 +7627,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7626
7627
|
city: string;
|
|
7627
7628
|
postcode: string;
|
|
7628
7629
|
};
|
|
7629
|
-
name: string;
|
|
7630
7630
|
email: string;
|
|
7631
7631
|
phoneNo: string;
|
|
7632
7632
|
regNo: string;
|
|
@@ -7694,6 +7694,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7694
7694
|
} | null | undefined;
|
|
7695
7695
|
tags?: string[] | null | undefined;
|
|
7696
7696
|
url?: string | null | undefined;
|
|
7697
|
+
name: string;
|
|
7697
7698
|
address: {
|
|
7698
7699
|
coordinates?: number[] | null | undefined;
|
|
7699
7700
|
line2?: string | null | undefined;
|
|
@@ -7703,7 +7704,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7703
7704
|
city: string;
|
|
7704
7705
|
postcode: string;
|
|
7705
7706
|
};
|
|
7706
|
-
name: string;
|
|
7707
7707
|
email: string;
|
|
7708
7708
|
phoneNo: string;
|
|
7709
7709
|
regNo: string;
|
|
@@ -7970,6 +7970,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7970
7970
|
};
|
|
7971
7971
|
} | null | undefined;
|
|
7972
7972
|
tags?: string[] | null | undefined;
|
|
7973
|
+
name: string;
|
|
7973
7974
|
address: {
|
|
7974
7975
|
coordinates?: number[] | null | undefined;
|
|
7975
7976
|
line2?: string | null | undefined;
|
|
@@ -7979,7 +7980,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7979
7980
|
city: string;
|
|
7980
7981
|
postcode: string;
|
|
7981
7982
|
};
|
|
7982
|
-
name: string;
|
|
7983
7983
|
email: string;
|
|
7984
7984
|
phoneNo: string;
|
|
7985
7985
|
regNo: string;
|
|
@@ -8091,6 +8091,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8091
8091
|
} | null | undefined;
|
|
8092
8092
|
tags?: string[] | null | undefined;
|
|
8093
8093
|
url?: string | null | undefined;
|
|
8094
|
+
name: string;
|
|
8094
8095
|
address: {
|
|
8095
8096
|
coordinates?: number[] | null | undefined;
|
|
8096
8097
|
line2?: string | null | undefined;
|
|
@@ -8100,7 +8101,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8100
8101
|
city: string;
|
|
8101
8102
|
postcode: string;
|
|
8102
8103
|
};
|
|
8103
|
-
name: string;
|
|
8104
8104
|
email: string;
|
|
8105
8105
|
phoneNo: string;
|
|
8106
8106
|
regNo: string;
|
|
@@ -8221,6 +8221,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8221
8221
|
};
|
|
8222
8222
|
} | null | undefined;
|
|
8223
8223
|
tags?: string[] | null | undefined;
|
|
8224
|
+
name: string;
|
|
8224
8225
|
address: {
|
|
8225
8226
|
coordinates?: number[] | null | undefined;
|
|
8226
8227
|
line2?: string | null | undefined;
|
|
@@ -8230,7 +8231,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8230
8231
|
city: string;
|
|
8231
8232
|
postcode: string;
|
|
8232
8233
|
};
|
|
8233
|
-
name: string;
|
|
8234
8234
|
email: string;
|
|
8235
8235
|
phoneNo: string;
|
|
8236
8236
|
regNo: string;
|
|
@@ -8353,6 +8353,7 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8353
8353
|
} | null | undefined;
|
|
8354
8354
|
tags?: string[] | null | undefined;
|
|
8355
8355
|
url?: string | null | undefined;
|
|
8356
|
+
name: string;
|
|
8356
8357
|
address: {
|
|
8357
8358
|
coordinates?: number[] | null | undefined;
|
|
8358
8359
|
line2?: string | null | undefined;
|
|
@@ -8362,7 +8363,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8362
8363
|
city: string;
|
|
8363
8364
|
postcode: string;
|
|
8364
8365
|
};
|
|
8365
|
-
name: string;
|
|
8366
8366
|
email: string;
|
|
8367
8367
|
phoneNo: string;
|
|
8368
8368
|
regNo: string;
|