@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App-Dd-xqK-8.js +60 -0
- package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-snR43qzG.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js} +43 -43
- package/dist/{KioskView-DqV4IW7U.js → KioskView-5I0PelUy.js} +57 -57
- package/dist/OrderSettingsView-CXZq8QAV.js +51594 -0
- package/dist/app.js +505 -4
- package/dist/dayjs.min-DMfenXNY.js +121871 -0
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +1 -1
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +4 -2
- package/dist/frontend/mf-order/src/stores/app/index.d.ts +14 -4
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +30 -35
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +579 -715
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +155 -193
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +105 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dinein/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +110 -15
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DPl0R4fg.js → index-BghBxhGG.js} +7 -7
- package/dist/map-UJBUHidz.js +57 -0
- package/dist/package/entity/booking/booking.do.d.ts +1025 -95
- package/dist/package/entity/delivery/delivery.dto.d.ts +264 -78
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
- package/dist/package/entity/food-court/food-court.dto.d.ts +0 -51
- package/dist/package/entity/food-court/order.dto.d.ts +3 -2525
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +267 -1389
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +130 -633
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +188 -1216
- package/dist/package/entity/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +883 -105
- package/dist/package/entity/member/member.dto.d.ts +2 -2
- package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
- package/dist/package/entity/order/order.do.d.ts +5 -5
- package/dist/package/entity/order/order.dto.d.ts +19749 -36446
- package/dist/package/entity/order/payment/payment.dto.d.ts +127 -9620
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +72 -72
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +241 -55
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +205 -19
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +36 -36
- package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +205 -19
- package/dist/package/entity/payment/payment.dto.d.ts +13 -13
- package/dist/package/entity/queue/queue.do.d.ts +80 -80
- package/dist/package/entity/queue/queue.dto.d.ts +0 -7
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +140 -81
- package/package.json +16 -16
- package/src/app.ts +3 -2
- package/dist/OrderSettingsView-CIUddOED.js +0 -70945
- package/dist/app-CuyLbKuN.js +0 -614
- package/dist/dayjs.min-BJrst4DM.js +0 -123632
|
@@ -44,7 +44,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
44
44
|
}>, "many">>>>;
|
|
45
45
|
profile: z.ZodObject<z.extendShape<{
|
|
46
46
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
47
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
48
47
|
name: z.ZodString;
|
|
49
48
|
address: z.ZodObject<{
|
|
50
49
|
line1: z.ZodString;
|
|
@@ -363,7 +362,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
363
362
|
}, {
|
|
364
363
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
365
364
|
}>, "strip", z.ZodTypeAny, {
|
|
366
|
-
code?: string | null | undefined;
|
|
367
365
|
_id?: string | null | undefined;
|
|
368
366
|
description?: string | null | undefined;
|
|
369
367
|
discovery?: boolean | null | undefined;
|
|
@@ -439,7 +437,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
439
437
|
regNo: string;
|
|
440
438
|
url: string | null;
|
|
441
439
|
}, {
|
|
442
|
-
code?: string | null | undefined;
|
|
443
440
|
_id?: string | null | undefined;
|
|
444
441
|
description?: string | null | undefined;
|
|
445
442
|
discovery?: boolean | null | undefined;
|
|
@@ -719,7 +716,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
719
716
|
expiredAt: string;
|
|
720
717
|
features: string[] | null;
|
|
721
718
|
profile: {
|
|
722
|
-
code?: string | null | undefined;
|
|
723
719
|
_id?: string | null | undefined;
|
|
724
720
|
description?: string | null | undefined;
|
|
725
721
|
discovery?: boolean | null | undefined;
|
|
@@ -840,7 +836,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
840
836
|
businessId: string;
|
|
841
837
|
expiredAt: string;
|
|
842
838
|
profile: {
|
|
843
|
-
code?: string | null | undefined;
|
|
844
839
|
_id?: string | null | undefined;
|
|
845
840
|
description?: string | null | undefined;
|
|
846
841
|
discovery?: boolean | null | undefined;
|
|
@@ -939,7 +934,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
939
934
|
}>, "many">>>>;
|
|
940
935
|
profile: z.ZodObject<z.extendShape<{
|
|
941
936
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
942
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
943
937
|
name: z.ZodString;
|
|
944
938
|
address: z.ZodObject<{
|
|
945
939
|
line1: z.ZodString;
|
|
@@ -1258,7 +1252,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1258
1252
|
}, {
|
|
1259
1253
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1260
1254
|
}>, "strip", z.ZodTypeAny, {
|
|
1261
|
-
code?: string | null | undefined;
|
|
1262
1255
|
_id?: string | null | undefined;
|
|
1263
1256
|
description?: string | null | undefined;
|
|
1264
1257
|
discovery?: boolean | null | undefined;
|
|
@@ -1334,7 +1327,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1334
1327
|
regNo: string;
|
|
1335
1328
|
url: string | null;
|
|
1336
1329
|
}, {
|
|
1337
|
-
code?: string | null | undefined;
|
|
1338
1330
|
_id?: string | null | undefined;
|
|
1339
1331
|
description?: string | null | undefined;
|
|
1340
1332
|
discovery?: boolean | null | undefined;
|
|
@@ -1611,7 +1603,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1611
1603
|
expiredAt: string;
|
|
1612
1604
|
features: string[] | null;
|
|
1613
1605
|
profile: {
|
|
1614
|
-
code?: string | null | undefined;
|
|
1615
1606
|
_id?: string | null | undefined;
|
|
1616
1607
|
description?: string | null | undefined;
|
|
1617
1608
|
discovery?: boolean | null | undefined;
|
|
@@ -1731,7 +1722,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1731
1722
|
businessId: string;
|
|
1732
1723
|
expiredAt: string;
|
|
1733
1724
|
profile: {
|
|
1734
|
-
code?: string | null | undefined;
|
|
1735
1725
|
_id?: string | null | undefined;
|
|
1736
1726
|
description?: string | null | undefined;
|
|
1737
1727
|
discovery?: boolean | null | undefined;
|
|
@@ -1855,7 +1845,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1855
1845
|
expiredAt: string;
|
|
1856
1846
|
features: string[] | null;
|
|
1857
1847
|
profile: {
|
|
1858
|
-
code?: string | null | undefined;
|
|
1859
1848
|
_id?: string | null | undefined;
|
|
1860
1849
|
description?: string | null | undefined;
|
|
1861
1850
|
discovery?: boolean | null | undefined;
|
|
@@ -1986,7 +1975,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
1986
1975
|
expiredAt: string;
|
|
1987
1976
|
features: string[] | null;
|
|
1988
1977
|
profile: {
|
|
1989
|
-
code?: string | null | undefined;
|
|
1990
1978
|
_id?: string | null | undefined;
|
|
1991
1979
|
description?: string | null | undefined;
|
|
1992
1980
|
discovery?: boolean | null | undefined;
|
|
@@ -2116,7 +2104,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2116
2104
|
businessId: string;
|
|
2117
2105
|
expiredAt: string;
|
|
2118
2106
|
profile: {
|
|
2119
|
-
code?: string | null | undefined;
|
|
2120
2107
|
_id?: string | null | undefined;
|
|
2121
2108
|
description?: string | null | undefined;
|
|
2122
2109
|
discovery?: boolean | null | undefined;
|
|
@@ -2239,7 +2226,6 @@ export declare const FoodCourtBaseDto: z.ZodObject<{
|
|
|
2239
2226
|
businessId: string;
|
|
2240
2227
|
expiredAt: string;
|
|
2241
2228
|
profile: {
|
|
2242
|
-
code?: string | null | undefined;
|
|
2243
2229
|
_id?: string | null | undefined;
|
|
2244
2230
|
description?: string | null | undefined;
|
|
2245
2231
|
discovery?: boolean | null | undefined;
|
|
@@ -2351,7 +2337,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2351
2337
|
}>, "many">>>>;
|
|
2352
2338
|
profile: z.ZodObject<z.extendShape<{
|
|
2353
2339
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2354
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2355
2340
|
name: z.ZodString;
|
|
2356
2341
|
address: z.ZodObject<{
|
|
2357
2342
|
line1: z.ZodString;
|
|
@@ -2670,7 +2655,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2670
2655
|
}, {
|
|
2671
2656
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
2672
2657
|
}>, "strip", z.ZodTypeAny, {
|
|
2673
|
-
code?: string | null | undefined;
|
|
2674
2658
|
_id?: string | null | undefined;
|
|
2675
2659
|
description?: string | null | undefined;
|
|
2676
2660
|
discovery?: boolean | null | undefined;
|
|
@@ -2746,7 +2730,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
2746
2730
|
regNo: string;
|
|
2747
2731
|
url: string | null;
|
|
2748
2732
|
}, {
|
|
2749
|
-
code?: string | null | undefined;
|
|
2750
2733
|
_id?: string | null | undefined;
|
|
2751
2734
|
description?: string | null | undefined;
|
|
2752
2735
|
discovery?: boolean | null | undefined;
|
|
@@ -3026,7 +3009,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3026
3009
|
expiredAt: string;
|
|
3027
3010
|
features: string[] | null;
|
|
3028
3011
|
profile: {
|
|
3029
|
-
code?: string | null | undefined;
|
|
3030
3012
|
_id?: string | null | undefined;
|
|
3031
3013
|
description?: string | null | undefined;
|
|
3032
3014
|
discovery?: boolean | null | undefined;
|
|
@@ -3147,7 +3129,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3147
3129
|
businessId: string;
|
|
3148
3130
|
expiredAt: string;
|
|
3149
3131
|
profile: {
|
|
3150
|
-
code?: string | null | undefined;
|
|
3151
3132
|
_id?: string | null | undefined;
|
|
3152
3133
|
description?: string | null | undefined;
|
|
3153
3134
|
discovery?: boolean | null | undefined;
|
|
@@ -3246,7 +3227,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3246
3227
|
}>, "many">>>>;
|
|
3247
3228
|
profile: z.ZodObject<z.extendShape<{
|
|
3248
3229
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3249
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3250
3230
|
name: z.ZodString;
|
|
3251
3231
|
address: z.ZodObject<{
|
|
3252
3232
|
line1: z.ZodString;
|
|
@@ -3565,7 +3545,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3565
3545
|
}, {
|
|
3566
3546
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
3567
3547
|
}>, "strip", z.ZodTypeAny, {
|
|
3568
|
-
code?: string | null | undefined;
|
|
3569
3548
|
_id?: string | null | undefined;
|
|
3570
3549
|
description?: string | null | undefined;
|
|
3571
3550
|
discovery?: boolean | null | undefined;
|
|
@@ -3641,7 +3620,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3641
3620
|
regNo: string;
|
|
3642
3621
|
url: string | null;
|
|
3643
3622
|
}, {
|
|
3644
|
-
code?: string | null | undefined;
|
|
3645
3623
|
_id?: string | null | undefined;
|
|
3646
3624
|
description?: string | null | undefined;
|
|
3647
3625
|
discovery?: boolean | null | undefined;
|
|
@@ -3918,7 +3896,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
3918
3896
|
expiredAt: string;
|
|
3919
3897
|
features: string[] | null;
|
|
3920
3898
|
profile: {
|
|
3921
|
-
code?: string | null | undefined;
|
|
3922
3899
|
_id?: string | null | undefined;
|
|
3923
3900
|
description?: string | null | undefined;
|
|
3924
3901
|
discovery?: boolean | null | undefined;
|
|
@@ -4038,7 +4015,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4038
4015
|
businessId: string;
|
|
4039
4016
|
expiredAt: string;
|
|
4040
4017
|
profile: {
|
|
4041
|
-
code?: string | null | undefined;
|
|
4042
4018
|
_id?: string | null | undefined;
|
|
4043
4019
|
description?: string | null | undefined;
|
|
4044
4020
|
discovery?: boolean | null | undefined;
|
|
@@ -4162,7 +4138,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4162
4138
|
expiredAt: string;
|
|
4163
4139
|
features: string[] | null;
|
|
4164
4140
|
profile: {
|
|
4165
|
-
code?: string | null | undefined;
|
|
4166
4141
|
_id?: string | null | undefined;
|
|
4167
4142
|
description?: string | null | undefined;
|
|
4168
4143
|
discovery?: boolean | null | undefined;
|
|
@@ -4293,7 +4268,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4293
4268
|
expiredAt: string;
|
|
4294
4269
|
features: string[] | null;
|
|
4295
4270
|
profile: {
|
|
4296
|
-
code?: string | null | undefined;
|
|
4297
4271
|
_id?: string | null | undefined;
|
|
4298
4272
|
description?: string | null | undefined;
|
|
4299
4273
|
discovery?: boolean | null | undefined;
|
|
@@ -4423,7 +4397,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4423
4397
|
businessId: string;
|
|
4424
4398
|
expiredAt: string;
|
|
4425
4399
|
profile: {
|
|
4426
|
-
code?: string | null | undefined;
|
|
4427
4400
|
_id?: string | null | undefined;
|
|
4428
4401
|
description?: string | null | undefined;
|
|
4429
4402
|
discovery?: boolean | null | undefined;
|
|
@@ -4546,7 +4519,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4546
4519
|
businessId: string;
|
|
4547
4520
|
expiredAt: string;
|
|
4548
4521
|
profile: {
|
|
4549
|
-
code?: string | null | undefined;
|
|
4550
4522
|
_id?: string | null | undefined;
|
|
4551
4523
|
description?: string | null | undefined;
|
|
4552
4524
|
discovery?: boolean | null | undefined;
|
|
@@ -4676,7 +4648,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4676
4648
|
expiredAt: string;
|
|
4677
4649
|
features: string[] | null;
|
|
4678
4650
|
profile: {
|
|
4679
|
-
code?: string | null | undefined;
|
|
4680
4651
|
_id?: string | null | undefined;
|
|
4681
4652
|
description?: string | null | undefined;
|
|
4682
4653
|
discovery?: boolean | null | undefined;
|
|
@@ -4807,7 +4778,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4807
4778
|
expiredAt: string;
|
|
4808
4779
|
features: string[] | null;
|
|
4809
4780
|
profile: {
|
|
4810
|
-
code?: string | null | undefined;
|
|
4811
4781
|
_id?: string | null | undefined;
|
|
4812
4782
|
description?: string | null | undefined;
|
|
4813
4783
|
discovery?: boolean | null | undefined;
|
|
@@ -4937,7 +4907,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
4937
4907
|
businessId: string;
|
|
4938
4908
|
expiredAt: string;
|
|
4939
4909
|
profile: {
|
|
4940
|
-
code?: string | null | undefined;
|
|
4941
4910
|
_id?: string | null | undefined;
|
|
4942
4911
|
description?: string | null | undefined;
|
|
4943
4912
|
discovery?: boolean | null | undefined;
|
|
@@ -5060,7 +5029,6 @@ export declare const FoodCourtDto: z.ZodEffects<z.ZodObject<{
|
|
|
5060
5029
|
businessId: string;
|
|
5061
5030
|
expiredAt: string;
|
|
5062
5031
|
profile: {
|
|
5063
|
-
code?: string | null | undefined;
|
|
5064
5032
|
_id?: string | null | undefined;
|
|
5065
5033
|
description?: string | null | undefined;
|
|
5066
5034
|
discovery?: boolean | null | undefined;
|
|
@@ -5174,7 +5142,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5174
5142
|
}>, "many">>>>;
|
|
5175
5143
|
profile: z.ZodObject<z.extendShape<{
|
|
5176
5144
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5177
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5178
5145
|
name: z.ZodString;
|
|
5179
5146
|
address: z.ZodObject<{
|
|
5180
5147
|
line1: z.ZodString;
|
|
@@ -5493,7 +5460,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5493
5460
|
}, {
|
|
5494
5461
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
5495
5462
|
}>, "strip", z.ZodTypeAny, {
|
|
5496
|
-
code?: string | null | undefined;
|
|
5497
5463
|
_id?: string | null | undefined;
|
|
5498
5464
|
description?: string | null | undefined;
|
|
5499
5465
|
discovery?: boolean | null | undefined;
|
|
@@ -5569,7 +5535,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5569
5535
|
regNo: string;
|
|
5570
5536
|
url: string | null;
|
|
5571
5537
|
}, {
|
|
5572
|
-
code?: string | null | undefined;
|
|
5573
5538
|
_id?: string | null | undefined;
|
|
5574
5539
|
description?: string | null | undefined;
|
|
5575
5540
|
discovery?: boolean | null | undefined;
|
|
@@ -5849,7 +5814,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5849
5814
|
expiredAt: string;
|
|
5850
5815
|
features: string[] | null;
|
|
5851
5816
|
profile: {
|
|
5852
|
-
code?: string | null | undefined;
|
|
5853
5817
|
_id?: string | null | undefined;
|
|
5854
5818
|
description?: string | null | undefined;
|
|
5855
5819
|
discovery?: boolean | null | undefined;
|
|
@@ -5970,7 +5934,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
5970
5934
|
businessId: string;
|
|
5971
5935
|
expiredAt: string;
|
|
5972
5936
|
profile: {
|
|
5973
|
-
code?: string | null | undefined;
|
|
5974
5937
|
_id?: string | null | undefined;
|
|
5975
5938
|
description?: string | null | undefined;
|
|
5976
5939
|
discovery?: boolean | null | undefined;
|
|
@@ -6069,7 +6032,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6069
6032
|
}>, "many">>>>;
|
|
6070
6033
|
profile: z.ZodObject<z.extendShape<{
|
|
6071
6034
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6072
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6073
6035
|
name: z.ZodString;
|
|
6074
6036
|
address: z.ZodObject<{
|
|
6075
6037
|
line1: z.ZodString;
|
|
@@ -6388,7 +6350,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6388
6350
|
}, {
|
|
6389
6351
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
6390
6352
|
}>, "strip", z.ZodTypeAny, {
|
|
6391
|
-
code?: string | null | undefined;
|
|
6392
6353
|
_id?: string | null | undefined;
|
|
6393
6354
|
description?: string | null | undefined;
|
|
6394
6355
|
discovery?: boolean | null | undefined;
|
|
@@ -6464,7 +6425,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6464
6425
|
regNo: string;
|
|
6465
6426
|
url: string | null;
|
|
6466
6427
|
}, {
|
|
6467
|
-
code?: string | null | undefined;
|
|
6468
6428
|
_id?: string | null | undefined;
|
|
6469
6429
|
description?: string | null | undefined;
|
|
6470
6430
|
discovery?: boolean | null | undefined;
|
|
@@ -6741,7 +6701,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6741
6701
|
expiredAt: string;
|
|
6742
6702
|
features: string[] | null;
|
|
6743
6703
|
profile: {
|
|
6744
|
-
code?: string | null | undefined;
|
|
6745
6704
|
_id?: string | null | undefined;
|
|
6746
6705
|
description?: string | null | undefined;
|
|
6747
6706
|
discovery?: boolean | null | undefined;
|
|
@@ -6861,7 +6820,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6861
6820
|
businessId: string;
|
|
6862
6821
|
expiredAt: string;
|
|
6863
6822
|
profile: {
|
|
6864
|
-
code?: string | null | undefined;
|
|
6865
6823
|
_id?: string | null | undefined;
|
|
6866
6824
|
description?: string | null | undefined;
|
|
6867
6825
|
discovery?: boolean | null | undefined;
|
|
@@ -6985,7 +6943,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
6985
6943
|
expiredAt: string;
|
|
6986
6944
|
features: string[] | null;
|
|
6987
6945
|
profile: {
|
|
6988
|
-
code?: string | null | undefined;
|
|
6989
6946
|
_id?: string | null | undefined;
|
|
6990
6947
|
description?: string | null | undefined;
|
|
6991
6948
|
discovery?: boolean | null | undefined;
|
|
@@ -7123,7 +7080,6 @@ export declare const FoodCourtCreateDto: z.ZodObject<Omit<{
|
|
|
7123
7080
|
businessId: string;
|
|
7124
7081
|
expiredAt: string;
|
|
7125
7082
|
profile: {
|
|
7126
|
-
code?: string | null | undefined;
|
|
7127
7083
|
_id?: string | null | undefined;
|
|
7128
7084
|
description?: string | null | undefined;
|
|
7129
7085
|
discovery?: boolean | null | undefined;
|
|
@@ -7237,7 +7193,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7237
7193
|
}>, "many">>>>;
|
|
7238
7194
|
profile: z.ZodObject<z.extendShape<{
|
|
7239
7195
|
_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7240
|
-
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7241
7196
|
name: z.ZodString;
|
|
7242
7197
|
address: z.ZodObject<{
|
|
7243
7198
|
line1: z.ZodString;
|
|
@@ -7556,7 +7511,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7556
7511
|
}, {
|
|
7557
7512
|
url: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
7558
7513
|
}>, "strip", z.ZodTypeAny, {
|
|
7559
|
-
code?: string | null | undefined;
|
|
7560
7514
|
_id?: string | null | undefined;
|
|
7561
7515
|
description?: string | null | undefined;
|
|
7562
7516
|
discovery?: boolean | null | undefined;
|
|
@@ -7632,7 +7586,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7632
7586
|
regNo: string;
|
|
7633
7587
|
url: string | null;
|
|
7634
7588
|
}, {
|
|
7635
|
-
code?: string | null | undefined;
|
|
7636
7589
|
_id?: string | null | undefined;
|
|
7637
7590
|
description?: string | null | undefined;
|
|
7638
7591
|
discovery?: boolean | null | undefined;
|
|
@@ -7909,7 +7862,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
7909
7862
|
expiredAt: string;
|
|
7910
7863
|
features: string[] | null;
|
|
7911
7864
|
profile: {
|
|
7912
|
-
code?: string | null | undefined;
|
|
7913
7865
|
_id?: string | null | undefined;
|
|
7914
7866
|
description?: string | null | undefined;
|
|
7915
7867
|
discovery?: boolean | null | undefined;
|
|
@@ -8029,7 +7981,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8029
7981
|
businessId: string;
|
|
8030
7982
|
expiredAt: string;
|
|
8031
7983
|
profile: {
|
|
8032
|
-
code?: string | null | undefined;
|
|
8033
7984
|
_id?: string | null | undefined;
|
|
8034
7985
|
description?: string | null | undefined;
|
|
8035
7986
|
discovery?: boolean | null | undefined;
|
|
@@ -8160,7 +8111,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8160
8111
|
expiredAt: string;
|
|
8161
8112
|
features: string[] | null;
|
|
8162
8113
|
profile: {
|
|
8163
|
-
code?: string | null | undefined;
|
|
8164
8114
|
_id?: string | null | undefined;
|
|
8165
8115
|
description?: string | null | undefined;
|
|
8166
8116
|
discovery?: boolean | null | undefined;
|
|
@@ -8291,7 +8241,6 @@ export declare const FoodCourtUpdateDto: z.ZodObject<{
|
|
|
8291
8241
|
businessId: string;
|
|
8292
8242
|
expiredAt: string;
|
|
8293
8243
|
profile: {
|
|
8294
|
-
code?: string | null | undefined;
|
|
8295
8244
|
_id?: string | null | undefined;
|
|
8296
8245
|
description?: string | null | undefined;
|
|
8297
8246
|
discovery?: boolean | null | undefined;
|