@feedmepos/mf-order-setting 0.0.47 → 0.0.49
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-Ch_mWJz9.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js} +19 -19
- package/dist/KioskSettingView-CaBhf48e.js +553 -0
- package/dist/{KioskView-BGiHHSjd.js → KioskView-BGm-emCw.js} +12 -8
- package/dist/OrderSettingsView-CRgoLOD2.js +51603 -0
- package/dist/app-CDTAjXj9.js +2930 -0
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-dI_j30pv.js} +49 -49
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +1785 -0
- package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
- package/dist/frontend/mf-order/src/main.d.ts +1785 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +61 -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 +23 -8
- 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/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +8 -0
- package/dist/frontend/mf-order/src/views/order-settings/drive-thru/DriveThruSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DAruvcri.js → index-B8U5Sawr.js} +2 -2
- package/dist/menu.dto-qVeqpSdz.js +101810 -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 +222 -222
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1053 -771
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +344 -344
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1302 -109
- package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +118 -110
- package/dist/package/entity/order/order.do.d.ts +20 -20
- package/dist/package/entity/order/order.dto.d.ts +23756 -40781
- package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
- package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
- package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
- 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/external/setting/external-setting.do.d.ts +6 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +6 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +5 -5
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +6 -6
- 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-platform/shopeefood/shopeefood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +2 -2
- 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.do.d.ts +12 -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 +4 -4
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/app.ts +2 -0
- package/src/composables/useDeprecationNotice.ts +52 -0
- package/src/locales/en-US.json +10 -0
- package/src/locales/ja-JP.json +1755 -0
- package/src/locales/th-TH.json +10 -0
- package/src/locales/zh-CN.json +10 -0
- package/src/main.ts +4 -2
- package/src/stores/order-setting/mapper.ts +35 -23
- package/src/stores/restaurant/index.ts +6 -0
- package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +27 -1
- package/src/views/order-settings/OrderSettingsView.vue +6 -1
- 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/ExternalSetting.vue +22 -1
- package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
- package/src/views/order-settings/drive-thru/DriveThruSetting.vue +101 -0
- 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
|
@@ -86,6 +86,8 @@ export declare const FdoExternalSetting: z.ZodObject<{
|
|
|
86
86
|
}, {
|
|
87
87
|
catalogId?: string | null | undefined;
|
|
88
88
|
}>>>;
|
|
89
|
+
updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
90
|
+
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
89
91
|
}, "strip", z.ZodTypeAny, {
|
|
90
92
|
pickup?: {
|
|
91
93
|
catalogId?: string | null | undefined;
|
|
@@ -98,6 +100,8 @@ export declare const FdoExternalSetting: z.ZodObject<{
|
|
|
98
100
|
systemCode: string;
|
|
99
101
|
} | null | undefined;
|
|
100
102
|
} | null | undefined;
|
|
103
|
+
updatedAt?: string | null | undefined;
|
|
104
|
+
lastSynchronize?: string | null | undefined;
|
|
101
105
|
_id: string;
|
|
102
106
|
enable: boolean;
|
|
103
107
|
platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
|
|
@@ -119,6 +123,8 @@ export declare const FdoExternalSetting: z.ZodObject<{
|
|
|
119
123
|
systemCode: string;
|
|
120
124
|
} | null | undefined;
|
|
121
125
|
} | null | undefined;
|
|
126
|
+
updatedAt?: string | null | undefined;
|
|
127
|
+
lastSynchronize?: string | null | undefined;
|
|
122
128
|
_id: string;
|
|
123
129
|
enable: boolean;
|
|
124
130
|
platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
|
|
@@ -56,6 +56,8 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
|
|
|
56
56
|
}, {
|
|
57
57
|
catalogId?: string | null | undefined;
|
|
58
58
|
}>>>;
|
|
59
|
+
updatedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
60
|
+
lastSynchronize: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
59
61
|
}, "_id">, "strip", z.ZodTypeAny, {
|
|
60
62
|
pickup?: {
|
|
61
63
|
catalogId?: string | null | undefined;
|
|
@@ -68,6 +70,8 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
|
|
|
68
70
|
systemCode: string;
|
|
69
71
|
} | null | undefined;
|
|
70
72
|
} | null | undefined;
|
|
73
|
+
updatedAt?: string | null | undefined;
|
|
74
|
+
lastSynchronize?: string | null | undefined;
|
|
71
75
|
enable: boolean;
|
|
72
76
|
platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
|
|
73
77
|
config: {
|
|
@@ -88,6 +92,8 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
|
|
|
88
92
|
systemCode: string;
|
|
89
93
|
} | null | undefined;
|
|
90
94
|
} | null | undefined;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
96
|
+
lastSynchronize?: string | null | undefined;
|
|
91
97
|
enable: boolean;
|
|
92
98
|
platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
|
|
93
99
|
config: {
|
|
@@ -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;
|
|
@@ -153,8 +153,9 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
153
153
|
catalogId?: string | null | undefined;
|
|
154
154
|
autoAccept?: boolean | null | undefined;
|
|
155
155
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
156
|
-
|
|
156
|
+
updatedAt?: string | null | undefined;
|
|
157
157
|
lastSynchronize?: string | null | undefined;
|
|
158
|
+
commissionRate?: number | null | undefined;
|
|
158
159
|
showProductAddon?: boolean | null | undefined;
|
|
159
160
|
reportConfig?: {
|
|
160
161
|
commissionRate: number;
|
|
@@ -169,7 +170,6 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
169
170
|
} | null | undefined;
|
|
170
171
|
hasSst?: boolean | null | undefined;
|
|
171
172
|
ignoreDiscount?: boolean | null | undefined;
|
|
172
|
-
updatedAt?: string | null | undefined;
|
|
173
173
|
menuSyncError?: string | null | undefined;
|
|
174
174
|
sstInclusive?: boolean | null | undefined;
|
|
175
175
|
enable: boolean;
|
|
@@ -181,8 +181,9 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
181
181
|
catalogId?: string | null | undefined;
|
|
182
182
|
autoAccept?: boolean | null | undefined;
|
|
183
183
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
184
|
-
|
|
184
|
+
updatedAt?: string | null | undefined;
|
|
185
185
|
lastSynchronize?: string | null | undefined;
|
|
186
|
+
commissionRate?: number | null | undefined;
|
|
186
187
|
showProductAddon?: boolean | null | undefined;
|
|
187
188
|
reportConfig?: {
|
|
188
189
|
commissionRate: number;
|
|
@@ -197,7 +198,6 @@ export declare const FdoFoodpandaSettings: z.ZodObject<z.extendShape<{
|
|
|
197
198
|
} | null | undefined;
|
|
198
199
|
hasSst?: boolean | null | undefined;
|
|
199
200
|
ignoreDiscount?: boolean | null | undefined;
|
|
200
|
-
updatedAt?: string | null | undefined;
|
|
201
201
|
menuSyncError?: string | null | undefined;
|
|
202
202
|
sstInclusive?: boolean | null | undefined;
|
|
203
203
|
enable: boolean;
|
|
@@ -5,9 +5,9 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
5
5
|
enable: z.ZodOptional<z.ZodBoolean>;
|
|
6
6
|
autoCloseBill: z.ZodOptional<z.ZodBoolean>;
|
|
7
7
|
printReceiptAfterClose: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
8
|
+
lastSynchronize: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
8
9
|
commissionRate: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNumber>>>;
|
|
9
10
|
remoteId: z.ZodOptional<z.ZodString>;
|
|
10
|
-
lastSynchronize: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
11
11
|
showProductAddon: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
12
12
|
menuSyncError: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
13
13
|
partnerMerchantID: z.ZodOptional<z.ZodString>;
|
|
@@ -73,9 +73,10 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
73
73
|
enable?: boolean | undefined;
|
|
74
74
|
autoCloseBill?: boolean | undefined;
|
|
75
75
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
76
|
+
updatedAt?: string | null | undefined;
|
|
77
|
+
lastSynchronize?: string | null | undefined;
|
|
76
78
|
commissionRate?: number | null | undefined;
|
|
77
79
|
remoteId?: string | undefined;
|
|
78
|
-
lastSynchronize?: string | null | undefined;
|
|
79
80
|
showProductAddon?: boolean | null | undefined;
|
|
80
81
|
reportConfig?: {
|
|
81
82
|
commissionRate: number;
|
|
@@ -89,7 +90,6 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
} | null | undefined;
|
|
91
92
|
ignoreDiscount?: boolean | null | undefined;
|
|
92
|
-
updatedAt?: string | null | undefined;
|
|
93
93
|
menuSyncError?: string | null | undefined;
|
|
94
94
|
sstInclusive?: boolean | null | undefined;
|
|
95
95
|
partnerMerchantID?: string | undefined;
|
|
@@ -100,9 +100,10 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
100
100
|
enable?: boolean | undefined;
|
|
101
101
|
autoCloseBill?: boolean | undefined;
|
|
102
102
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
103
|
+
updatedAt?: string | null | undefined;
|
|
104
|
+
lastSynchronize?: string | null | undefined;
|
|
103
105
|
commissionRate?: number | null | undefined;
|
|
104
106
|
remoteId?: string | undefined;
|
|
105
|
-
lastSynchronize?: string | null | undefined;
|
|
106
107
|
showProductAddon?: boolean | null | undefined;
|
|
107
108
|
reportConfig?: {
|
|
108
109
|
commissionRate: number;
|
|
@@ -116,7 +117,6 @@ export declare const FPdtoCreateOrUpdateSetting: z.ZodObject<{
|
|
|
116
117
|
}[];
|
|
117
118
|
} | null | undefined;
|
|
118
119
|
ignoreDiscount?: boolean | null | undefined;
|
|
119
|
-
updatedAt?: string | null | undefined;
|
|
120
120
|
menuSyncError?: string | null | undefined;
|
|
121
121
|
sstInclusive?: boolean | null | undefined;
|
|
122
122
|
partnerMerchantID?: string | 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;
|
|
@@ -19,9 +19,9 @@ export declare const FdoGrabfoodSettings: z.ZodObject<z.extendShape<{
|
|
|
19
19
|
_id?: string | undefined;
|
|
20
20
|
catalogId?: string | null | undefined;
|
|
21
21
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
22
|
+
updatedAt?: string | null | undefined;
|
|
22
23
|
lastSynchronize?: string | null | undefined;
|
|
23
24
|
showProductAddon?: boolean | null | undefined;
|
|
24
|
-
updatedAt?: string | null | undefined;
|
|
25
25
|
menuSyncError?: string | null | undefined;
|
|
26
26
|
syncV2?: boolean | null | undefined;
|
|
27
27
|
enable: boolean;
|
|
@@ -33,9 +33,9 @@ export declare const FdoGrabfoodSettings: z.ZodObject<z.extendShape<{
|
|
|
33
33
|
_id?: string | undefined;
|
|
34
34
|
catalogId?: string | null | undefined;
|
|
35
35
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
36
|
+
updatedAt?: string | null | undefined;
|
|
36
37
|
lastSynchronize?: string | null | undefined;
|
|
37
38
|
showProductAddon?: boolean | null | undefined;
|
|
38
|
-
updatedAt?: string | null | undefined;
|
|
39
39
|
menuSyncError?: string | null | undefined;
|
|
40
40
|
syncV2?: boolean | null | undefined;
|
|
41
41
|
enable: boolean;
|
|
@@ -1697,10 +1697,10 @@ export declare const FdtoGrabfoodCreateOrUpdateSettings: z.ZodObject<{
|
|
|
1697
1697
|
enable: z.ZodOptional<z.ZodBoolean>;
|
|
1698
1698
|
autoCloseBill: z.ZodOptional<z.ZodBoolean>;
|
|
1699
1699
|
printReceiptAfterClose: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
1700
|
-
|
|
1700
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1701
1701
|
lastSynchronize: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1702
|
+
commissionRate: z.ZodOptional<z.ZodNumber>;
|
|
1702
1703
|
showProductAddon: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
1703
|
-
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1704
1704
|
menuSyncError: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
1705
1705
|
merchantID: z.ZodOptional<z.ZodString>;
|
|
1706
1706
|
syncV2: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
@@ -1712,10 +1712,10 @@ export declare const FdtoGrabfoodCreateOrUpdateSettings: z.ZodObject<{
|
|
|
1712
1712
|
enable?: boolean | undefined;
|
|
1713
1713
|
autoCloseBill?: boolean | undefined;
|
|
1714
1714
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
1715
|
-
|
|
1715
|
+
updatedAt?: string | null | undefined;
|
|
1716
1716
|
lastSynchronize?: string | null | undefined;
|
|
1717
|
+
commissionRate?: number | undefined;
|
|
1717
1718
|
showProductAddon?: boolean | null | undefined;
|
|
1718
|
-
updatedAt?: string | null | undefined;
|
|
1719
1719
|
menuSyncError?: string | null | undefined;
|
|
1720
1720
|
partnerMerchantID?: string | undefined;
|
|
1721
1721
|
merchantID?: string | undefined;
|
|
@@ -1727,10 +1727,10 @@ export declare const FdtoGrabfoodCreateOrUpdateSettings: z.ZodObject<{
|
|
|
1727
1727
|
enable?: boolean | undefined;
|
|
1728
1728
|
autoCloseBill?: boolean | undefined;
|
|
1729
1729
|
printReceiptAfterClose?: boolean | null | undefined;
|
|
1730
|
-
|
|
1730
|
+
updatedAt?: string | null | undefined;
|
|
1731
1731
|
lastSynchronize?: string | null | undefined;
|
|
1732
|
+
commissionRate?: number | undefined;
|
|
1732
1733
|
showProductAddon?: boolean | null | undefined;
|
|
1733
|
-
updatedAt?: string | null | undefined;
|
|
1734
1734
|
menuSyncError?: string | null | undefined;
|
|
1735
1735
|
partnerMerchantID?: string | undefined;
|
|
1736
1736
|
merchantID?: string | undefined;
|