@feedmepos/mf-order-setting 0.0.43 → 0.0.45
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-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
- package/dist/KioskView-CN-Dk8fn.js +448 -0
- package/dist/{OrderSettingsView-CoAGawQi.js → OrderSettingsView-B0shsMTu.js} +33664 -34726
- package/dist/{app-Db1lhCv7.js → app-BK8d3ff5.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +72 -0
- package/dist/frontend/mf-order/src/main.d.ts +72 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
- package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
- package/dist/package/entity/booking/booking.do.d.ts +168 -2368
- package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +2 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
- package/dist/package/entity/order/order.do.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +390 -974
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
- package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
- package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
- package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
- package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
- package/dist/package/entity/queue/queue.dto.d.ts +76 -14
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
- package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
- package/package.json +3 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/locales/en-US.json +24 -0
- package/src/locales/th-TH.json +24 -0
- package/src/locales/zh-CN.json +24 -0
- package/src/modules/kiosk/interface.ts +1 -0
- package/src/stores/kiosk/mapper.ts +1 -0
- package/src/stores/order-setting/mapper.ts +20 -33
- package/src/stores/restaurant/index.ts +7 -3
- package/src/views/all-orders/FilterStatus.vue +1 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
- package/src/views/order-settings/OrderSettingsView.vue +13 -5
- package/src/views/order-settings/delivery/DeliverySetting.vue +10 -5
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +9 -7
- package/src/views/order-settings/delivery/delivery.data.ts +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
- package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
- package/src/views/order-settings/general/GeneralSetting.vue +2 -2
- package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
- package/src/views/order-settings/queue/QueueSetting.vue +358 -0
- package/dist/KioskView-KNiT-upH.js +0 -453
|
@@ -997,7 +997,6 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
997
997
|
taxCode: string;
|
|
998
998
|
systemCode: string;
|
|
999
999
|
}> | null | undefined;
|
|
1000
|
-
autoAccept?: boolean | null | undefined;
|
|
1001
1000
|
deliveryTime?: {
|
|
1002
1001
|
time?: string[] | null | undefined;
|
|
1003
1002
|
custom?: {
|
|
@@ -1061,6 +1060,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1061
1060
|
name: string;
|
|
1062
1061
|
instruction: string;
|
|
1063
1062
|
}[] | null | undefined;
|
|
1063
|
+
autoAccept?: boolean | null | undefined;
|
|
1064
1064
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1065
1065
|
ignoreStock?: boolean | null | undefined;
|
|
1066
1066
|
catalogId: string | null;
|
|
@@ -1090,7 +1090,6 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1090
1090
|
taxCode: string;
|
|
1091
1091
|
systemCode: string;
|
|
1092
1092
|
}> | null | undefined;
|
|
1093
|
-
autoAccept?: boolean | null | undefined;
|
|
1094
1093
|
deliveryTime?: {
|
|
1095
1094
|
time?: string[] | null | undefined;
|
|
1096
1095
|
custom?: {
|
|
@@ -1154,6 +1153,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1154
1153
|
name: string;
|
|
1155
1154
|
instruction: string;
|
|
1156
1155
|
}[] | null | undefined;
|
|
1156
|
+
autoAccept?: boolean | null | undefined;
|
|
1157
1157
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1158
1158
|
ignoreStock?: boolean | null | undefined;
|
|
1159
1159
|
catalogId: string | null;
|
|
@@ -1188,15 +1188,15 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1188
1188
|
}, "strip", z.ZodTypeAny, {
|
|
1189
1189
|
instruction?: string | null | undefined;
|
|
1190
1190
|
catalogId?: string | null | undefined;
|
|
1191
|
-
autoAccept?: boolean | null | undefined;
|
|
1192
1191
|
term?: string | null | undefined;
|
|
1192
|
+
autoAccept?: boolean | null | undefined;
|
|
1193
1193
|
ignoreStock?: boolean | null | undefined;
|
|
1194
1194
|
enable: boolean;
|
|
1195
1195
|
}, {
|
|
1196
1196
|
instruction?: string | null | undefined;
|
|
1197
1197
|
catalogId?: string | null | undefined;
|
|
1198
|
-
autoAccept?: boolean | null | undefined;
|
|
1199
1198
|
term?: string | null | undefined;
|
|
1199
|
+
autoAccept?: boolean | null | undefined;
|
|
1200
1200
|
ignoreStock?: boolean | null | undefined;
|
|
1201
1201
|
enable: boolean;
|
|
1202
1202
|
}>>>>;
|
|
@@ -1273,12 +1273,12 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1273
1273
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1274
1274
|
}, "strip", z.ZodTypeAny, {
|
|
1275
1275
|
catalogId?: string | null | undefined;
|
|
1276
|
-
autoAccept?: boolean | null | undefined;
|
|
1277
1276
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1278
1277
|
offlinePaymentTypes?: {
|
|
1279
1278
|
name: string;
|
|
1280
1279
|
instruction: string;
|
|
1281
1280
|
}[] | null | undefined;
|
|
1281
|
+
autoAccept?: boolean | null | undefined;
|
|
1282
1282
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1283
1283
|
ignoreStock?: boolean | null | undefined;
|
|
1284
1284
|
pickupTime?: {
|
|
@@ -1297,12 +1297,12 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1297
1297
|
} | null | undefined;
|
|
1298
1298
|
}, {
|
|
1299
1299
|
catalogId?: string | null | undefined;
|
|
1300
|
-
autoAccept?: boolean | null | undefined;
|
|
1301
1300
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1302
1301
|
offlinePaymentTypes?: {
|
|
1303
1302
|
name: string;
|
|
1304
1303
|
instruction: string;
|
|
1305
1304
|
}[] | null | undefined;
|
|
1305
|
+
autoAccept?: boolean | null | undefined;
|
|
1306
1306
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1307
1307
|
ignoreStock?: boolean | null | undefined;
|
|
1308
1308
|
pickupTime?: {
|
|
@@ -1406,6 +1406,9 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1406
1406
|
current: number;
|
|
1407
1407
|
}>, "many">>>;
|
|
1408
1408
|
disableRemoteQueue: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1409
|
+
disableSMS: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1410
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1411
|
+
autoSendKitchen: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1409
1412
|
}, "strip", z.ZodTypeAny, {
|
|
1410
1413
|
codeSettings?: {
|
|
1411
1414
|
prefix?: string | null | undefined;
|
|
@@ -1418,6 +1421,9 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1418
1421
|
current: number;
|
|
1419
1422
|
}[] | null | undefined;
|
|
1420
1423
|
disableRemoteQueue?: boolean | null | undefined;
|
|
1424
|
+
disableSMS?: boolean | null | undefined;
|
|
1425
|
+
printChecklist?: boolean | null | undefined;
|
|
1426
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1421
1427
|
enableOrder: boolean;
|
|
1422
1428
|
autoCalledLimit: number;
|
|
1423
1429
|
duration: number;
|
|
@@ -1434,6 +1440,9 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1434
1440
|
current: number;
|
|
1435
1441
|
}[] | null | undefined;
|
|
1436
1442
|
disableRemoteQueue?: boolean | null | undefined;
|
|
1443
|
+
disableSMS?: boolean | null | undefined;
|
|
1444
|
+
printChecklist?: boolean | null | undefined;
|
|
1445
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1437
1446
|
enableOrder: boolean;
|
|
1438
1447
|
autoCalledLimit: number;
|
|
1439
1448
|
}>>>;
|
|
@@ -1584,12 +1593,12 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1584
1593
|
}, "strip", z.ZodTypeAny, {
|
|
1585
1594
|
pickup?: {
|
|
1586
1595
|
catalogId?: string | null | undefined;
|
|
1587
|
-
autoAccept?: boolean | null | undefined;
|
|
1588
1596
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1589
1597
|
offlinePaymentTypes?: {
|
|
1590
1598
|
name: string;
|
|
1591
1599
|
instruction: string;
|
|
1592
1600
|
}[] | null | undefined;
|
|
1601
|
+
autoAccept?: boolean | null | undefined;
|
|
1593
1602
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1594
1603
|
ignoreStock?: boolean | null | undefined;
|
|
1595
1604
|
pickupTime?: {
|
|
@@ -1631,7 +1640,6 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1631
1640
|
taxCode: string;
|
|
1632
1641
|
systemCode: string;
|
|
1633
1642
|
}> | null | undefined;
|
|
1634
|
-
autoAccept?: boolean | null | undefined;
|
|
1635
1643
|
deliveryTime?: {
|
|
1636
1644
|
time?: string[] | null | undefined;
|
|
1637
1645
|
custom?: {
|
|
@@ -1695,6 +1703,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1695
1703
|
name: string;
|
|
1696
1704
|
instruction: string;
|
|
1697
1705
|
}[] | null | undefined;
|
|
1706
|
+
autoAccept?: boolean | null | undefined;
|
|
1698
1707
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1699
1708
|
ignoreStock?: boolean | null | undefined;
|
|
1700
1709
|
catalogId: string | null;
|
|
@@ -1722,8 +1731,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1722
1731
|
feedmeDelivery?: {
|
|
1723
1732
|
instruction?: string | null | undefined;
|
|
1724
1733
|
catalogId?: string | null | undefined;
|
|
1725
|
-
autoAccept?: boolean | null | undefined;
|
|
1726
1734
|
term?: string | null | undefined;
|
|
1735
|
+
autoAccept?: boolean | null | undefined;
|
|
1727
1736
|
ignoreStock?: boolean | null | undefined;
|
|
1728
1737
|
enable: boolean;
|
|
1729
1738
|
} | null | undefined;
|
|
@@ -1742,6 +1751,9 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1742
1751
|
current: number;
|
|
1743
1752
|
}[] | null | undefined;
|
|
1744
1753
|
disableRemoteQueue?: boolean | null | undefined;
|
|
1754
|
+
disableSMS?: boolean | null | undefined;
|
|
1755
|
+
printChecklist?: boolean | null | undefined;
|
|
1756
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
1745
1757
|
enableOrder: boolean;
|
|
1746
1758
|
autoCalledLimit: number;
|
|
1747
1759
|
duration: number;
|
|
@@ -1868,12 +1880,12 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1868
1880
|
}, {
|
|
1869
1881
|
pickup?: {
|
|
1870
1882
|
catalogId?: string | null | undefined;
|
|
1871
|
-
autoAccept?: boolean | null | undefined;
|
|
1872
1883
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1873
1884
|
offlinePaymentTypes?: {
|
|
1874
1885
|
name: string;
|
|
1875
1886
|
instruction: string;
|
|
1876
1887
|
}[] | null | undefined;
|
|
1888
|
+
autoAccept?: boolean | null | undefined;
|
|
1877
1889
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1878
1890
|
ignoreStock?: boolean | null | undefined;
|
|
1879
1891
|
pickupTime?: {
|
|
@@ -1915,7 +1927,6 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1915
1927
|
taxCode: string;
|
|
1916
1928
|
systemCode: string;
|
|
1917
1929
|
}> | null | undefined;
|
|
1918
|
-
autoAccept?: boolean | null | undefined;
|
|
1919
1930
|
deliveryTime?: {
|
|
1920
1931
|
time?: string[] | null | undefined;
|
|
1921
1932
|
custom?: {
|
|
@@ -1979,6 +1990,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1979
1990
|
name: string;
|
|
1980
1991
|
instruction: string;
|
|
1981
1992
|
}[] | null | undefined;
|
|
1993
|
+
autoAccept?: boolean | null | undefined;
|
|
1982
1994
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1983
1995
|
ignoreStock?: boolean | null | undefined;
|
|
1984
1996
|
catalogId: string | null;
|
|
@@ -2006,8 +2018,8 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
2006
2018
|
feedmeDelivery?: {
|
|
2007
2019
|
instruction?: string | null | undefined;
|
|
2008
2020
|
catalogId?: string | null | undefined;
|
|
2009
|
-
autoAccept?: boolean | null | undefined;
|
|
2010
2021
|
term?: string | null | undefined;
|
|
2022
|
+
autoAccept?: boolean | null | undefined;
|
|
2011
2023
|
ignoreStock?: boolean | null | undefined;
|
|
2012
2024
|
enable: boolean;
|
|
2013
2025
|
} | null | undefined;
|
|
@@ -2027,6 +2039,9 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
2027
2039
|
current: number;
|
|
2028
2040
|
}[] | null | undefined;
|
|
2029
2041
|
disableRemoteQueue?: boolean | null | undefined;
|
|
2042
|
+
disableSMS?: boolean | null | undefined;
|
|
2043
|
+
printChecklist?: boolean | null | undefined;
|
|
2044
|
+
autoSendKitchen?: boolean | null | undefined;
|
|
2030
2045
|
enableOrder: boolean;
|
|
2031
2046
|
autoCalledLimit: number;
|
|
2032
2047
|
} | null | undefined;
|
|
@@ -2749,12 +2764,12 @@ export declare const RestaurantDto: z.ZodObject<{
|
|
|
2749
2764
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2750
2765
|
}, "strip", z.ZodTypeAny, {
|
|
2751
2766
|
catalogId?: string | null | undefined;
|
|
2752
|
-
autoAccept?: boolean | null | undefined;
|
|
2753
2767
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2754
2768
|
offlinePaymentTypes?: {
|
|
2755
2769
|
name: string;
|
|
2756
2770
|
instruction: string;
|
|
2757
2771
|
}[] | null | undefined;
|
|
2772
|
+
autoAccept?: boolean | null | undefined;
|
|
2758
2773
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2759
2774
|
ignoreStock?: boolean | null | undefined;
|
|
2760
2775
|
pickupTime?: {
|
|
@@ -2773,12 +2788,12 @@ export declare const RestaurantDto: z.ZodObject<{
|
|
|
2773
2788
|
} | null | undefined;
|
|
2774
2789
|
}, {
|
|
2775
2790
|
catalogId?: string | null | undefined;
|
|
2776
|
-
autoAccept?: boolean | null | undefined;
|
|
2777
2791
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2778
2792
|
offlinePaymentTypes?: {
|
|
2779
2793
|
name: string;
|
|
2780
2794
|
instruction: string;
|
|
2781
2795
|
}[] | null | undefined;
|
|
2796
|
+
autoAccept?: boolean | null | undefined;
|
|
2782
2797
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2783
2798
|
ignoreStock?: boolean | null | undefined;
|
|
2784
2799
|
pickupTime?: {
|
|
@@ -2799,12 +2814,12 @@ export declare const RestaurantDto: z.ZodObject<{
|
|
|
2799
2814
|
}, "strip", z.ZodTypeAny, {
|
|
2800
2815
|
pickup?: {
|
|
2801
2816
|
catalogId?: string | null | undefined;
|
|
2802
|
-
autoAccept?: boolean | null | undefined;
|
|
2803
2817
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2804
2818
|
offlinePaymentTypes?: {
|
|
2805
2819
|
name: string;
|
|
2806
2820
|
instruction: string;
|
|
2807
2821
|
}[] | null | undefined;
|
|
2822
|
+
autoAccept?: boolean | null | undefined;
|
|
2808
2823
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2809
2824
|
ignoreStock?: boolean | null | undefined;
|
|
2810
2825
|
pickupTime?: {
|
|
@@ -2919,12 +2934,12 @@ export declare const RestaurantDto: z.ZodObject<{
|
|
|
2919
2934
|
}, {
|
|
2920
2935
|
pickup?: {
|
|
2921
2936
|
catalogId?: string | null | undefined;
|
|
2922
|
-
autoAccept?: boolean | null | undefined;
|
|
2923
2937
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2924
2938
|
offlinePaymentTypes?: {
|
|
2925
2939
|
name: string;
|
|
2926
2940
|
instruction: string;
|
|
2927
2941
|
}[] | null | undefined;
|
|
2942
|
+
autoAccept?: boolean | null | undefined;
|
|
2928
2943
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2929
2944
|
ignoreStock?: boolean | null | undefined;
|
|
2930
2945
|
pickupTime?: {
|
|
@@ -3579,7 +3594,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3579
3594
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3580
3595
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3581
3596
|
enabled: z.ZodBoolean;
|
|
3582
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
3597
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
3583
3598
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3584
3599
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3585
3600
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -3591,12 +3606,12 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3591
3606
|
paid?: Record<string, string> | null | undefined;
|
|
3592
3607
|
}>>>;
|
|
3593
3608
|
}, "strip", z.ZodTypeAny, {
|
|
3594
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3595
3609
|
submitOrderInstruction?: {
|
|
3596
3610
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3597
3611
|
paid?: Record<string, string> | null | undefined;
|
|
3598
3612
|
} | null | undefined;
|
|
3599
3613
|
enabled: boolean;
|
|
3614
|
+
enablePaxDialog: boolean | null;
|
|
3600
3615
|
}, {
|
|
3601
3616
|
enablePaxDialog?: boolean | null | undefined;
|
|
3602
3617
|
submitOrderInstruction?: {
|
|
@@ -3625,7 +3640,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3625
3640
|
}>;
|
|
3626
3641
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
3627
3642
|
padDigit: z.ZodNumber;
|
|
3628
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
3643
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
3629
3644
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3630
3645
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
3631
3646
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -3637,7 +3652,6 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3637
3652
|
paid?: Record<string, string> | null | undefined;
|
|
3638
3653
|
}>>>;
|
|
3639
3654
|
}, "strip", z.ZodTypeAny, {
|
|
3640
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3641
3655
|
submitOrderInstruction?: {
|
|
3642
3656
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3643
3657
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -3649,6 +3663,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3649
3663
|
};
|
|
3650
3664
|
prefix: string | null;
|
|
3651
3665
|
padDigit: number;
|
|
3666
|
+
enablePaxDialog: boolean | null;
|
|
3652
3667
|
}, {
|
|
3653
3668
|
enabled?: boolean | undefined;
|
|
3654
3669
|
prefix?: string | null | undefined;
|
|
@@ -3666,15 +3681,14 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3666
3681
|
}, "strip", z.ZodTypeAny, {
|
|
3667
3682
|
requiredSlot?: boolean | null | undefined;
|
|
3668
3683
|
pickUp?: {
|
|
3669
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3670
3684
|
submitOrderInstruction?: {
|
|
3671
3685
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3672
3686
|
paid?: Record<string, string> | null | undefined;
|
|
3673
3687
|
} | null | undefined;
|
|
3674
3688
|
enabled: boolean;
|
|
3689
|
+
enablePaxDialog: boolean | null;
|
|
3675
3690
|
} | null | undefined;
|
|
3676
3691
|
displayStand?: {
|
|
3677
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3678
3692
|
submitOrderInstruction?: {
|
|
3679
3693
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3680
3694
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -3686,6 +3700,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3686
3700
|
};
|
|
3687
3701
|
prefix: string | null;
|
|
3688
3702
|
padDigit: number;
|
|
3703
|
+
enablePaxDialog: boolean | null;
|
|
3689
3704
|
} | null | undefined;
|
|
3690
3705
|
}, {
|
|
3691
3706
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -3845,15 +3860,14 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3845
3860
|
dineIn?: {
|
|
3846
3861
|
requiredSlot?: boolean | null | undefined;
|
|
3847
3862
|
pickUp?: {
|
|
3848
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3849
3863
|
submitOrderInstruction?: {
|
|
3850
3864
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3851
3865
|
paid?: Record<string, string> | null | undefined;
|
|
3852
3866
|
} | null | undefined;
|
|
3853
3867
|
enabled: boolean;
|
|
3868
|
+
enablePaxDialog: boolean | null;
|
|
3854
3869
|
} | null | undefined;
|
|
3855
3870
|
displayStand?: {
|
|
3856
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
3857
3871
|
submitOrderInstruction?: {
|
|
3858
3872
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
3859
3873
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -3865,6 +3879,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
3865
3879
|
};
|
|
3866
3880
|
prefix: string | null;
|
|
3867
3881
|
padDigit: number;
|
|
3882
|
+
enablePaxDialog: boolean | null;
|
|
3868
3883
|
} | null | undefined;
|
|
3869
3884
|
} | null | undefined;
|
|
3870
3885
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -4306,15 +4321,14 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
4306
4321
|
dineIn?: {
|
|
4307
4322
|
requiredSlot?: boolean | null | undefined;
|
|
4308
4323
|
pickUp?: {
|
|
4309
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
4310
4324
|
submitOrderInstruction?: {
|
|
4311
4325
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
4312
4326
|
paid?: Record<string, string> | null | undefined;
|
|
4313
4327
|
} | null | undefined;
|
|
4314
4328
|
enabled: boolean;
|
|
4329
|
+
enablePaxDialog: boolean | null;
|
|
4315
4330
|
} | null | undefined;
|
|
4316
4331
|
displayStand?: {
|
|
4317
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
4318
4332
|
submitOrderInstruction?: {
|
|
4319
4333
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
4320
4334
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -4326,6 +4340,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
|
|
|
4326
4340
|
};
|
|
4327
4341
|
prefix: string | null;
|
|
4328
4342
|
padDigit: number;
|
|
4343
|
+
enablePaxDialog: boolean | null;
|
|
4329
4344
|
} | null | undefined;
|
|
4330
4345
|
} | null | undefined;
|
|
4331
4346
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
221
221
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
222
222
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
223
223
|
enabled: z.ZodBoolean;
|
|
224
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
224
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
225
225
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
226
226
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
227
227
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -233,12 +233,12 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
233
233
|
paid?: Record<string, string> | null | undefined;
|
|
234
234
|
}>>>;
|
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
|
236
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
237
236
|
submitOrderInstruction?: {
|
|
238
237
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
239
238
|
paid?: Record<string, string> | null | undefined;
|
|
240
239
|
} | null | undefined;
|
|
241
240
|
enabled: boolean;
|
|
241
|
+
enablePaxDialog: boolean | null;
|
|
242
242
|
}, {
|
|
243
243
|
enablePaxDialog?: boolean | null | undefined;
|
|
244
244
|
submitOrderInstruction?: {
|
|
@@ -267,7 +267,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
267
267
|
}>;
|
|
268
268
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
269
269
|
padDigit: z.ZodNumber;
|
|
270
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
270
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
271
271
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
272
272
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
273
273
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -279,7 +279,6 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
279
279
|
paid?: Record<string, string> | null | undefined;
|
|
280
280
|
}>>>;
|
|
281
281
|
}, "strip", z.ZodTypeAny, {
|
|
282
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
283
282
|
submitOrderInstruction?: {
|
|
284
283
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
285
284
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -291,6 +290,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
291
290
|
};
|
|
292
291
|
prefix: string | null;
|
|
293
292
|
padDigit: number;
|
|
293
|
+
enablePaxDialog: boolean | null;
|
|
294
294
|
}, {
|
|
295
295
|
enabled?: boolean | undefined;
|
|
296
296
|
prefix?: string | null | undefined;
|
|
@@ -308,15 +308,14 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
308
308
|
}, "strip", z.ZodTypeAny, {
|
|
309
309
|
requiredSlot?: boolean | null | undefined;
|
|
310
310
|
pickUp?: {
|
|
311
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
312
311
|
submitOrderInstruction?: {
|
|
313
312
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
314
313
|
paid?: Record<string, string> | null | undefined;
|
|
315
314
|
} | null | undefined;
|
|
316
315
|
enabled: boolean;
|
|
316
|
+
enablePaxDialog: boolean | null;
|
|
317
317
|
} | null | undefined;
|
|
318
318
|
displayStand?: {
|
|
319
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
320
319
|
submitOrderInstruction?: {
|
|
321
320
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
322
321
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -328,6 +327,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
328
327
|
};
|
|
329
328
|
prefix: string | null;
|
|
330
329
|
padDigit: number;
|
|
330
|
+
enablePaxDialog: boolean | null;
|
|
331
331
|
} | null | undefined;
|
|
332
332
|
}, {
|
|
333
333
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -487,15 +487,14 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
487
487
|
dineIn?: {
|
|
488
488
|
requiredSlot?: boolean | null | undefined;
|
|
489
489
|
pickUp?: {
|
|
490
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
491
490
|
submitOrderInstruction?: {
|
|
492
491
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
493
492
|
paid?: Record<string, string> | null | undefined;
|
|
494
493
|
} | null | undefined;
|
|
495
494
|
enabled: boolean;
|
|
495
|
+
enablePaxDialog: boolean | null;
|
|
496
496
|
} | null | undefined;
|
|
497
497
|
displayStand?: {
|
|
498
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
499
498
|
submitOrderInstruction?: {
|
|
500
499
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
501
500
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -507,6 +506,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
507
506
|
};
|
|
508
507
|
prefix: string | null;
|
|
509
508
|
padDigit: number;
|
|
509
|
+
enablePaxDialog: boolean | null;
|
|
510
510
|
} | null | undefined;
|
|
511
511
|
} | null | undefined;
|
|
512
512
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -599,15 +599,14 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
599
599
|
dineIn?: {
|
|
600
600
|
requiredSlot?: boolean | null | undefined;
|
|
601
601
|
pickUp?: {
|
|
602
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
603
602
|
submitOrderInstruction?: {
|
|
604
603
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
605
604
|
paid?: Record<string, string> | null | undefined;
|
|
606
605
|
} | null | undefined;
|
|
607
606
|
enabled: boolean;
|
|
607
|
+
enablePaxDialog: boolean | null;
|
|
608
608
|
} | null | undefined;
|
|
609
609
|
displayStand?: {
|
|
610
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
611
610
|
submitOrderInstruction?: {
|
|
612
611
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
613
612
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -619,6 +618,7 @@ export declare const WebSocketEventDto: z.ZodDiscriminatedUnion<"type", z.Primit
|
|
|
619
618
|
};
|
|
620
619
|
prefix: string | null;
|
|
621
620
|
padDigit: number;
|
|
621
|
+
enablePaxDialog: boolean | null;
|
|
622
622
|
} | null | undefined;
|
|
623
623
|
} | null | undefined;
|
|
624
624
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -898,7 +898,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
898
898
|
requiredSlot: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
899
899
|
pickUp: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
900
900
|
enabled: z.ZodBoolean;
|
|
901
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
901
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
902
902
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
903
903
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
904
904
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -910,12 +910,12 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
910
910
|
paid?: Record<string, string> | null | undefined;
|
|
911
911
|
}>>>;
|
|
912
912
|
}, "strip", z.ZodTypeAny, {
|
|
913
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
914
913
|
submitOrderInstruction?: {
|
|
915
914
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
916
915
|
paid?: Record<string, string> | null | undefined;
|
|
917
916
|
} | null | undefined;
|
|
918
917
|
enabled: boolean;
|
|
918
|
+
enablePaxDialog: boolean | null;
|
|
919
919
|
}, {
|
|
920
920
|
enablePaxDialog?: boolean | null | undefined;
|
|
921
921
|
submitOrderInstruction?: {
|
|
@@ -944,7 +944,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
944
944
|
}>;
|
|
945
945
|
prefix: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
946
946
|
padDigit: z.ZodNumber;
|
|
947
|
-
enablePaxDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean
|
|
947
|
+
enablePaxDialog: z.ZodDefault<z.ZodNullable<z.ZodOptional<z.ZodBoolean>>>;
|
|
948
948
|
submitOrderInstruction: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
949
949
|
payAtCounter: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
950
950
|
paid: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
|
@@ -956,7 +956,6 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
956
956
|
paid?: Record<string, string> | null | undefined;
|
|
957
957
|
}>>>;
|
|
958
958
|
}, "strip", z.ZodTypeAny, {
|
|
959
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
960
959
|
submitOrderInstruction?: {
|
|
961
960
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
962
961
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -968,6 +967,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
968
967
|
};
|
|
969
968
|
prefix: string | null;
|
|
970
969
|
padDigit: number;
|
|
970
|
+
enablePaxDialog: boolean | null;
|
|
971
971
|
}, {
|
|
972
972
|
enabled?: boolean | undefined;
|
|
973
973
|
prefix?: string | null | undefined;
|
|
@@ -985,15 +985,14 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
985
985
|
}, "strip", z.ZodTypeAny, {
|
|
986
986
|
requiredSlot?: boolean | null | undefined;
|
|
987
987
|
pickUp?: {
|
|
988
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
989
988
|
submitOrderInstruction?: {
|
|
990
989
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
991
990
|
paid?: Record<string, string> | null | undefined;
|
|
992
991
|
} | null | undefined;
|
|
993
992
|
enabled: boolean;
|
|
993
|
+
enablePaxDialog: boolean | null;
|
|
994
994
|
} | null | undefined;
|
|
995
995
|
displayStand?: {
|
|
996
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
997
996
|
submitOrderInstruction?: {
|
|
998
997
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
999
998
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -1005,6 +1004,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1005
1004
|
};
|
|
1006
1005
|
prefix: string | null;
|
|
1007
1006
|
padDigit: number;
|
|
1007
|
+
enablePaxDialog: boolean | null;
|
|
1008
1008
|
} | null | undefined;
|
|
1009
1009
|
}, {
|
|
1010
1010
|
requiredSlot?: boolean | null | undefined;
|
|
@@ -1164,15 +1164,14 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1164
1164
|
dineIn?: {
|
|
1165
1165
|
requiredSlot?: boolean | null | undefined;
|
|
1166
1166
|
pickUp?: {
|
|
1167
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1168
1167
|
submitOrderInstruction?: {
|
|
1169
1168
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1170
1169
|
paid?: Record<string, string> | null | undefined;
|
|
1171
1170
|
} | null | undefined;
|
|
1172
1171
|
enabled: boolean;
|
|
1172
|
+
enablePaxDialog: boolean | null;
|
|
1173
1173
|
} | null | undefined;
|
|
1174
1174
|
displayStand?: {
|
|
1175
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1176
1175
|
submitOrderInstruction?: {
|
|
1177
1176
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1178
1177
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -1184,6 +1183,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1184
1183
|
};
|
|
1185
1184
|
prefix: string | null;
|
|
1186
1185
|
padDigit: number;
|
|
1186
|
+
enablePaxDialog: boolean | null;
|
|
1187
1187
|
} | null | undefined;
|
|
1188
1188
|
} | null | undefined;
|
|
1189
1189
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -1276,15 +1276,14 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1276
1276
|
dineIn?: {
|
|
1277
1277
|
requiredSlot?: boolean | null | undefined;
|
|
1278
1278
|
pickUp?: {
|
|
1279
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1280
1279
|
submitOrderInstruction?: {
|
|
1281
1280
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1282
1281
|
paid?: Record<string, string> | null | undefined;
|
|
1283
1282
|
} | null | undefined;
|
|
1284
1283
|
enabled: boolean;
|
|
1284
|
+
enablePaxDialog: boolean | null;
|
|
1285
1285
|
} | null | undefined;
|
|
1286
1286
|
displayStand?: {
|
|
1287
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1288
1287
|
submitOrderInstruction?: {
|
|
1289
1288
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1290
1289
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -1296,6 +1295,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1296
1295
|
};
|
|
1297
1296
|
prefix: string | null;
|
|
1298
1297
|
padDigit: number;
|
|
1298
|
+
enablePaxDialog: boolean | null;
|
|
1299
1299
|
} | null | undefined;
|
|
1300
1300
|
} | null | undefined;
|
|
1301
1301
|
canTakeaway?: boolean | null | undefined;
|
|
@@ -1440,15 +1440,14 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1440
1440
|
dineIn?: {
|
|
1441
1441
|
requiredSlot?: boolean | null | undefined;
|
|
1442
1442
|
pickUp?: {
|
|
1443
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1444
1443
|
submitOrderInstruction?: {
|
|
1445
1444
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1446
1445
|
paid?: Record<string, string> | null | undefined;
|
|
1447
1446
|
} | null | undefined;
|
|
1448
1447
|
enabled: boolean;
|
|
1448
|
+
enablePaxDialog: boolean | null;
|
|
1449
1449
|
} | null | undefined;
|
|
1450
1450
|
displayStand?: {
|
|
1451
|
-
enablePaxDialog?: boolean | null | undefined;
|
|
1452
1451
|
submitOrderInstruction?: {
|
|
1453
1452
|
payAtCounter?: Record<string, string> | null | undefined;
|
|
1454
1453
|
paid?: Record<string, string> | null | undefined;
|
|
@@ -1460,6 +1459,7 @@ export declare const WebSocketReqDto: z.ZodObject<{
|
|
|
1460
1459
|
};
|
|
1461
1460
|
prefix: string | null;
|
|
1462
1461
|
padDigit: number;
|
|
1462
|
+
enablePaxDialog: boolean | null;
|
|
1463
1463
|
} | null | undefined;
|
|
1464
1464
|
} | null | undefined;
|
|
1465
1465
|
canTakeaway?: boolean | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-order-setting",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/app.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"format": "prettier --write src/"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@feedmepos/core": "^2.14.
|
|
30
|
-
"@feedmepos/menu": "^1.7.
|
|
29
|
+
"@feedmepos/core": "^2.14.52",
|
|
30
|
+
"@feedmepos/menu": "^1.7.24",
|
|
31
31
|
"@feedmepos/mf-common": "1.20.0-beta.2",
|
|
32
32
|
"@feedmepos/ordering": "^0.0.3",
|
|
33
33
|
"@feedmepos/ui-library": "1.5.2-beta.1",
|