@feedmepos/mf-order-setting 0.0.47 → 0.0.48
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-Dd3xcM5X.js → KioskDevicesView-iZTQ--DO.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CPDemTBj.js} +19 -19
- package/dist/KioskSettingView-mN7UPNYu.js +552 -0
- package/dist/{KioskView-BGiHHSjd.js → KioskView-NEpc7Ivb.js} +12 -8
- package/dist/OrderSettingsView-B5Nq_u9Z.js +51275 -0
- package/dist/app-B3KtJhiw.js +2914 -0
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-GjkM9dM2.js} +49 -49
- package/dist/frontend/mf-order/src/app.d.ts +1769 -0
- package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
- package/dist/frontend/mf-order/src/main.d.ts +1769 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +60 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +18 -12
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +18 -6
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -4
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +12 -8
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DAruvcri.js → index-Dwzta1U-.js} +2 -2
- package/dist/menu.dto-DgPhiIVk.js +101330 -0
- package/dist/package/entity/booking/booking.do.d.ts +170 -40
- package/dist/package/entity/delivery/delivery.dto.d.ts +34 -8
- package/dist/package/entity/food-court/order.dto.d.ts +2890 -2890
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +226 -226
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1027 -790
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +356 -356
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +213 -91
- package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +110 -110
- package/dist/package/entity/order/order.do.d.ts +20 -20
- package/dist/package/entity/order/order.dto.d.ts +23748 -40781
- package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
- package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +158 -158
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +196 -196
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
- package/dist/package/entity/order-platform/menu.dto.d.ts +75 -44
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +34 -8
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +57 -42
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +44 -32
- package/dist/package/entity/order-setting/order-setting.do.d.ts +31 -22
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +62 -44
- package/dist/package/entity/payment/payment.dto.d.ts +2 -2
- package/dist/package/entity/payment/transaction.d.ts +1937 -0
- package/dist/package/entity/queue/queue.dto.d.ts +2677 -7335
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -144
- package/dist/package/entity/websocket/websocket.dto.d.ts +68 -48
- package/package.json +3 -3
- package/src/app.ts +2 -0
- package/src/composables/useDeprecationNotice.ts +52 -0
- package/src/locales/en-US.json +6 -0
- package/src/locales/ja-JP.json +1751 -0
- package/src/locales/th-TH.json +6 -0
- package/src/locales/zh-CN.json +6 -0
- package/src/main.ts +2 -0
- package/src/stores/order-setting/mapper.ts +35 -23
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +21 -0
- package/src/views/order-settings/delivery/DeliverySetting.vue +46 -2
- package/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue +16 -0
- package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
- package/dist/KioskSettingView-D50Gh7NR.js +0 -528
- package/dist/OrderSettingsView-DPYYH1zL.js +0 -74512
- package/dist/app-CAt1JfN3.js +0 -1145
- package/dist/menu.dto-B82ITnH5.js +0 -124296
|
@@ -2599,6 +2599,16 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2599
2599
|
}, {
|
|
2600
2600
|
catalogId?: string | null | undefined;
|
|
2601
2601
|
}>>>;
|
|
2602
|
+
driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2603
|
+
enabled: z.ZodBoolean;
|
|
2604
|
+
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2605
|
+
}, "strip", z.ZodTypeAny, {
|
|
2606
|
+
catalogId?: string | null | undefined;
|
|
2607
|
+
enabled: boolean;
|
|
2608
|
+
}, {
|
|
2609
|
+
catalogId?: string | null | undefined;
|
|
2610
|
+
enabled: boolean;
|
|
2611
|
+
}>>>;
|
|
2602
2612
|
couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2603
2613
|
apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2604
2614
|
remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2660,12 +2670,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2660
2670
|
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
2661
2671
|
}, "strip", z.ZodTypeAny, {
|
|
2662
2672
|
channel?: string | null | undefined;
|
|
2663
|
-
machineId?: string | null | undefined;
|
|
2664
|
-
catalogId?: string | null | undefined;
|
|
2665
2673
|
customAttributes?: Record<string, any> | null | undefined;
|
|
2666
2674
|
takeaway?: {
|
|
2667
2675
|
catalogId?: string | null | undefined;
|
|
2668
2676
|
} | null | undefined;
|
|
2677
|
+
machineId?: string | null | undefined;
|
|
2678
|
+
catalogId?: string | null | undefined;
|
|
2669
2679
|
inHouseDelivery?: {
|
|
2670
2680
|
taxes?: Record<string, {
|
|
2671
2681
|
inclusive: boolean;
|
|
@@ -2797,6 +2807,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2797
2807
|
acceptQueue?: boolean | null | undefined;
|
|
2798
2808
|
anonymousOrder: boolean;
|
|
2799
2809
|
} | null | undefined;
|
|
2810
|
+
driveThru?: {
|
|
2811
|
+
catalogId?: string | null | undefined;
|
|
2812
|
+
enabled: boolean;
|
|
2813
|
+
} | null | undefined;
|
|
2800
2814
|
pf_business?: {
|
|
2801
2815
|
internal?: boolean | null | undefined;
|
|
2802
2816
|
url?: string | null | undefined;
|
|
@@ -2988,12 +3002,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2988
3002
|
};
|
|
2989
3003
|
}, {
|
|
2990
3004
|
channel?: string | null | undefined;
|
|
2991
|
-
machineId?: string | null | undefined;
|
|
2992
|
-
catalogId?: string | null | undefined;
|
|
2993
3005
|
customAttributes?: Record<string, any> | null | undefined;
|
|
2994
3006
|
takeaway?: {
|
|
2995
3007
|
catalogId?: string | null | undefined;
|
|
2996
3008
|
} | null | undefined;
|
|
3009
|
+
machineId?: string | null | undefined;
|
|
3010
|
+
catalogId?: string | null | undefined;
|
|
2997
3011
|
inHouseDelivery?: {
|
|
2998
3012
|
taxes?: Record<string, {
|
|
2999
3013
|
inclusive: boolean;
|
|
@@ -3125,6 +3139,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3125
3139
|
acceptQueue?: boolean | null | undefined;
|
|
3126
3140
|
anonymousOrder: boolean;
|
|
3127
3141
|
} | null | undefined;
|
|
3142
|
+
driveThru?: {
|
|
3143
|
+
catalogId?: string | null | undefined;
|
|
3144
|
+
enabled: boolean;
|
|
3145
|
+
} | null | undefined;
|
|
3128
3146
|
pf_business?: {
|
|
3129
3147
|
internal?: boolean | null | undefined;
|
|
3130
3148
|
url?: string | null | undefined;
|
|
@@ -3318,12 +3336,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3318
3336
|
}>, "strip", z.ZodTypeAny, {
|
|
3319
3337
|
pf_restaurant?: {
|
|
3320
3338
|
channel?: string | null | undefined;
|
|
3321
|
-
machineId?: string | null | undefined;
|
|
3322
|
-
catalogId?: string | null | undefined;
|
|
3323
3339
|
customAttributes?: Record<string, any> | null | undefined;
|
|
3324
3340
|
takeaway?: {
|
|
3325
3341
|
catalogId?: string | null | undefined;
|
|
3326
3342
|
} | null | undefined;
|
|
3343
|
+
machineId?: string | null | undefined;
|
|
3344
|
+
catalogId?: string | null | undefined;
|
|
3327
3345
|
inHouseDelivery?: {
|
|
3328
3346
|
taxes?: Record<string, {
|
|
3329
3347
|
inclusive: boolean;
|
|
@@ -3455,6 +3473,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3455
3473
|
acceptQueue?: boolean | null | undefined;
|
|
3456
3474
|
anonymousOrder: boolean;
|
|
3457
3475
|
} | null | undefined;
|
|
3476
|
+
driveThru?: {
|
|
3477
|
+
catalogId?: string | null | undefined;
|
|
3478
|
+
enabled: boolean;
|
|
3479
|
+
} | null | undefined;
|
|
3458
3480
|
pf_business?: {
|
|
3459
3481
|
internal?: boolean | null | undefined;
|
|
3460
3482
|
url?: string | null | undefined;
|
|
@@ -3805,12 +3827,12 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3805
3827
|
}, {
|
|
3806
3828
|
pf_restaurant?: {
|
|
3807
3829
|
channel?: string | null | undefined;
|
|
3808
|
-
machineId?: string | null | undefined;
|
|
3809
|
-
catalogId?: string | null | undefined;
|
|
3810
3830
|
customAttributes?: Record<string, any> | null | undefined;
|
|
3811
3831
|
takeaway?: {
|
|
3812
3832
|
catalogId?: string | null | undefined;
|
|
3813
3833
|
} | null | undefined;
|
|
3834
|
+
machineId?: string | null | undefined;
|
|
3835
|
+
catalogId?: string | null | undefined;
|
|
3814
3836
|
inHouseDelivery?: {
|
|
3815
3837
|
taxes?: Record<string, {
|
|
3816
3838
|
inclusive: boolean;
|
|
@@ -3942,6 +3964,10 @@ export declare const FdoFoodpandaOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
3942
3964
|
acceptQueue?: boolean | null | undefined;
|
|
3943
3965
|
anonymousOrder: boolean;
|
|
3944
3966
|
} | null | undefined;
|
|
3967
|
+
driveThru?: {
|
|
3968
|
+
catalogId?: string | null | undefined;
|
|
3969
|
+
enabled: boolean;
|
|
3970
|
+
} | null | undefined;
|
|
3945
3971
|
pf_business?: {
|
|
3946
3972
|
internal?: boolean | null | undefined;
|
|
3947
3973
|
url?: string | null | undefined;
|
|
@@ -4145,6 +4145,16 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4145
4145
|
}, {
|
|
4146
4146
|
catalogId?: string | null | undefined;
|
|
4147
4147
|
}>>>;
|
|
4148
|
+
driveThru: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4149
|
+
enabled: z.ZodBoolean;
|
|
4150
|
+
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4151
|
+
}, "strip", z.ZodTypeAny, {
|
|
4152
|
+
catalogId?: string | null | undefined;
|
|
4153
|
+
enabled: boolean;
|
|
4154
|
+
}, {
|
|
4155
|
+
catalogId?: string | null | undefined;
|
|
4156
|
+
enabled: boolean;
|
|
4157
|
+
}>>>;
|
|
4148
4158
|
couchDbPassword: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4149
4159
|
apiToken: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4150
4160
|
remoteSupports: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4206,12 +4216,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4206
4216
|
shopeefoodDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
4207
4217
|
}, "strip", z.ZodTypeAny, {
|
|
4208
4218
|
channel?: string | null | undefined;
|
|
4209
|
-
machineId?: string | null | undefined;
|
|
4210
|
-
catalogId?: string | null | undefined;
|
|
4211
4219
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4212
4220
|
takeaway?: {
|
|
4213
4221
|
catalogId?: string | null | undefined;
|
|
4214
4222
|
} | null | undefined;
|
|
4223
|
+
machineId?: string | null | undefined;
|
|
4224
|
+
catalogId?: string | null | undefined;
|
|
4215
4225
|
inHouseDelivery?: {
|
|
4216
4226
|
taxes?: Record<string, {
|
|
4217
4227
|
inclusive: boolean;
|
|
@@ -4343,6 +4353,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4343
4353
|
acceptQueue?: boolean | null | undefined;
|
|
4344
4354
|
anonymousOrder: boolean;
|
|
4345
4355
|
} | null | undefined;
|
|
4356
|
+
driveThru?: {
|
|
4357
|
+
catalogId?: string | null | undefined;
|
|
4358
|
+
enabled: boolean;
|
|
4359
|
+
} | null | undefined;
|
|
4346
4360
|
pf_business?: {
|
|
4347
4361
|
internal?: boolean | null | undefined;
|
|
4348
4362
|
url?: string | null | undefined;
|
|
@@ -4534,12 +4548,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4534
4548
|
};
|
|
4535
4549
|
}, {
|
|
4536
4550
|
channel?: string | null | undefined;
|
|
4537
|
-
machineId?: string | null | undefined;
|
|
4538
|
-
catalogId?: string | null | undefined;
|
|
4539
4551
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4540
4552
|
takeaway?: {
|
|
4541
4553
|
catalogId?: string | null | undefined;
|
|
4542
4554
|
} | null | undefined;
|
|
4555
|
+
machineId?: string | null | undefined;
|
|
4556
|
+
catalogId?: string | null | undefined;
|
|
4543
4557
|
inHouseDelivery?: {
|
|
4544
4558
|
taxes?: Record<string, {
|
|
4545
4559
|
inclusive: boolean;
|
|
@@ -4671,6 +4685,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4671
4685
|
acceptQueue?: boolean | null | undefined;
|
|
4672
4686
|
anonymousOrder: boolean;
|
|
4673
4687
|
} | null | undefined;
|
|
4688
|
+
driveThru?: {
|
|
4689
|
+
catalogId?: string | null | undefined;
|
|
4690
|
+
enabled: boolean;
|
|
4691
|
+
} | null | undefined;
|
|
4674
4692
|
pf_business?: {
|
|
4675
4693
|
internal?: boolean | null | undefined;
|
|
4676
4694
|
url?: string | null | undefined;
|
|
@@ -4864,12 +4882,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
4864
4882
|
}>, "strip", z.ZodTypeAny, {
|
|
4865
4883
|
pf_restaurant?: {
|
|
4866
4884
|
channel?: string | null | undefined;
|
|
4867
|
-
machineId?: string | null | undefined;
|
|
4868
|
-
catalogId?: string | null | undefined;
|
|
4869
4885
|
customAttributes?: Record<string, any> | null | undefined;
|
|
4870
4886
|
takeaway?: {
|
|
4871
4887
|
catalogId?: string | null | undefined;
|
|
4872
4888
|
} | null | undefined;
|
|
4889
|
+
machineId?: string | null | undefined;
|
|
4890
|
+
catalogId?: string | null | undefined;
|
|
4873
4891
|
inHouseDelivery?: {
|
|
4874
4892
|
taxes?: Record<string, {
|
|
4875
4893
|
inclusive: boolean;
|
|
@@ -5001,6 +5019,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5001
5019
|
acceptQueue?: boolean | null | undefined;
|
|
5002
5020
|
anonymousOrder: boolean;
|
|
5003
5021
|
} | null | undefined;
|
|
5022
|
+
driveThru?: {
|
|
5023
|
+
catalogId?: string | null | undefined;
|
|
5024
|
+
enabled: boolean;
|
|
5025
|
+
} | null | undefined;
|
|
5004
5026
|
pf_business?: {
|
|
5005
5027
|
internal?: boolean | null | undefined;
|
|
5006
5028
|
url?: string | null | undefined;
|
|
@@ -5303,12 +5325,12 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5303
5325
|
}, {
|
|
5304
5326
|
pf_restaurant?: {
|
|
5305
5327
|
channel?: string | null | undefined;
|
|
5306
|
-
machineId?: string | null | undefined;
|
|
5307
|
-
catalogId?: string | null | undefined;
|
|
5308
5328
|
customAttributes?: Record<string, any> | null | undefined;
|
|
5309
5329
|
takeaway?: {
|
|
5310
5330
|
catalogId?: string | null | undefined;
|
|
5311
5331
|
} | null | undefined;
|
|
5332
|
+
machineId?: string | null | undefined;
|
|
5333
|
+
catalogId?: string | null | undefined;
|
|
5312
5334
|
inHouseDelivery?: {
|
|
5313
5335
|
taxes?: Record<string, {
|
|
5314
5336
|
inclusive: boolean;
|
|
@@ -5440,6 +5462,10 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5440
5462
|
acceptQueue?: boolean | null | undefined;
|
|
5441
5463
|
anonymousOrder: boolean;
|
|
5442
5464
|
} | null | undefined;
|
|
5465
|
+
driveThru?: {
|
|
5466
|
+
catalogId?: string | null | undefined;
|
|
5467
|
+
enabled: boolean;
|
|
5468
|
+
} | null | undefined;
|
|
5443
5469
|
pf_business?: {
|
|
5444
5470
|
internal?: boolean | null | undefined;
|
|
5445
5471
|
url?: string | null | undefined;
|