@feedmepos/mf-order-setting 0.0.44 → 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-CEh1QUZm.js → OrderSettingsView-B0shsMTu.js} +33723 -34786
- package/dist/{app-CKeIud_f.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/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
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use F_ABLY_EVENT instead. This enum will be removed in a future version.
|
|
4
|
+
* F_ABLY_CHANNEL is being replaced by F_ABLY_EVENT for better consistency.
|
|
5
|
+
*/
|
|
2
6
|
export declare const F_ABLY_CHANNEL: z.ZodEnum<["MENU:UPDATE", "KIOSK_ORDER_SETTING:UPDATE"]>;
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated Use F_ABLY_EVENT instead. This type will be removed in a future version.
|
|
9
|
+
*/
|
|
3
10
|
export type F_ABLY_CHANNEL = z.infer<typeof F_ABLY_CHANNEL>;
|
|
11
|
+
export declare const F_ABLY_EVENT: z.ZodEnum<["MENU:UPDATE", "TABLE:UPDATE", "KIOSK_ORDER_SETTING:UPDATE"]>;
|
|
12
|
+
export type F_ABLY_EVENT = z.infer<typeof F_ABLY_EVENT>;
|
|
@@ -439,6 +439,8 @@ export declare const RestaurantQueuePOSDto: z.ZodObject<{
|
|
|
439
439
|
pf_user: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodAny>>>;
|
|
440
440
|
code: z.ZodString;
|
|
441
441
|
restaurantId: z.ZodString;
|
|
442
|
+
displayName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
443
|
+
remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
442
444
|
pf_restaurant: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodAny>>>;
|
|
443
445
|
modifiedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
444
446
|
pax: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -446,10 +448,12 @@ export declare const RestaurantQueuePOSDto: z.ZodObject<{
|
|
|
446
448
|
createdAt: z.ZodString;
|
|
447
449
|
cart: z.ZodDefault<z.ZodArray<z.ZodAny, "many">>;
|
|
448
450
|
}, "strip", z.ZodTypeAny, {
|
|
451
|
+
remark?: string | null | undefined;
|
|
449
452
|
pax?: number | null | undefined;
|
|
450
453
|
userId?: string | null | undefined;
|
|
451
454
|
pf_restaurant?: any;
|
|
452
455
|
pf_user?: any;
|
|
456
|
+
displayName?: string | null | undefined;
|
|
453
457
|
modifiedAt?: string | null | undefined;
|
|
454
458
|
code: string;
|
|
455
459
|
status: "QUEUE" | "ARRIVED" | "EXPIRED" | "CALLED" | "CANCEL";
|
|
@@ -458,10 +462,12 @@ export declare const RestaurantQueuePOSDto: z.ZodObject<{
|
|
|
458
462
|
createdAt: string;
|
|
459
463
|
cart: any[];
|
|
460
464
|
}, {
|
|
465
|
+
remark?: string | null | undefined;
|
|
461
466
|
pax?: number | null | undefined;
|
|
462
467
|
userId?: string | null | undefined;
|
|
463
468
|
pf_restaurant?: any;
|
|
464
469
|
pf_user?: any;
|
|
470
|
+
displayName?: string | null | undefined;
|
|
465
471
|
modifiedAt?: string | null | undefined;
|
|
466
472
|
cart?: any[] | undefined;
|
|
467
473
|
code: string;
|
|
@@ -476,6 +482,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
476
482
|
pf_user: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodAny>>>;
|
|
477
483
|
code: z.ZodString;
|
|
478
484
|
restaurantId: z.ZodString;
|
|
485
|
+
displayName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
486
|
+
remark: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
479
487
|
pf_restaurant: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
480
488
|
_id: z.ZodString;
|
|
481
489
|
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1074,12 +1082,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1074
1082
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1075
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1076
1084
|
catalogId?: string | null | undefined;
|
|
1077
|
-
autoAccept?: boolean | null | undefined;
|
|
1078
1085
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1079
1086
|
offlinePaymentTypes?: {
|
|
1080
1087
|
name: string;
|
|
1081
1088
|
instruction: string;
|
|
1082
1089
|
}[] | null | undefined;
|
|
1090
|
+
autoAccept?: boolean | null | undefined;
|
|
1083
1091
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1084
1092
|
ignoreStock?: boolean | null | undefined;
|
|
1085
1093
|
pickupTime?: {
|
|
@@ -1098,12 +1106,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1098
1106
|
} | null | undefined;
|
|
1099
1107
|
}, {
|
|
1100
1108
|
catalogId?: string | null | undefined;
|
|
1101
|
-
autoAccept?: boolean | null | undefined;
|
|
1102
1109
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1103
1110
|
offlinePaymentTypes?: {
|
|
1104
1111
|
name: string;
|
|
1105
1112
|
instruction: string;
|
|
1106
1113
|
}[] | null | undefined;
|
|
1114
|
+
autoAccept?: boolean | null | undefined;
|
|
1107
1115
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1108
1116
|
ignoreStock?: boolean | null | undefined;
|
|
1109
1117
|
pickupTime?: {
|
|
@@ -1124,12 +1132,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1124
1132
|
}, "strip", z.ZodTypeAny, {
|
|
1125
1133
|
pickup?: {
|
|
1126
1134
|
catalogId?: string | null | undefined;
|
|
1127
|
-
autoAccept?: boolean | null | undefined;
|
|
1128
1135
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1129
1136
|
offlinePaymentTypes?: {
|
|
1130
1137
|
name: string;
|
|
1131
1138
|
instruction: string;
|
|
1132
1139
|
}[] | null | undefined;
|
|
1140
|
+
autoAccept?: boolean | null | undefined;
|
|
1133
1141
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1134
1142
|
ignoreStock?: boolean | null | undefined;
|
|
1135
1143
|
pickupTime?: {
|
|
@@ -1244,12 +1252,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1244
1252
|
}, {
|
|
1245
1253
|
pickup?: {
|
|
1246
1254
|
catalogId?: string | null | undefined;
|
|
1247
|
-
autoAccept?: boolean | null | undefined;
|
|
1248
1255
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
1249
1256
|
offlinePaymentTypes?: {
|
|
1250
1257
|
name: string;
|
|
1251
1258
|
instruction: string;
|
|
1252
1259
|
}[] | null | undefined;
|
|
1260
|
+
autoAccept?: boolean | null | undefined;
|
|
1253
1261
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
1254
1262
|
ignoreStock?: boolean | null | undefined;
|
|
1255
1263
|
pickupTime?: {
|
|
@@ -1410,6 +1418,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1410
1418
|
deliveryPrice?: any;
|
|
1411
1419
|
costing?: any;
|
|
1412
1420
|
minPrice?: any;
|
|
1421
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1422
|
+
subCategories?: string[] | null | undefined;
|
|
1413
1423
|
name: string;
|
|
1414
1424
|
} | null | undefined;
|
|
1415
1425
|
variantSelected?: {
|
|
@@ -1458,6 +1468,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1458
1468
|
deliveryPrice?: any;
|
|
1459
1469
|
costing?: any;
|
|
1460
1470
|
minPrice?: any;
|
|
1471
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1472
|
+
subCategories?: string[] | null | undefined;
|
|
1461
1473
|
name: string;
|
|
1462
1474
|
} | null | undefined;
|
|
1463
1475
|
variantSelected?: {
|
|
@@ -1506,6 +1518,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1506
1518
|
deliveryPrice?: any;
|
|
1507
1519
|
costing?: any;
|
|
1508
1520
|
minPrice?: any;
|
|
1521
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1522
|
+
subCategories?: string[] | null | undefined;
|
|
1509
1523
|
name: string;
|
|
1510
1524
|
} | null | undefined;
|
|
1511
1525
|
variantSelected?: {
|
|
@@ -1554,6 +1568,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1554
1568
|
deliveryPrice?: any;
|
|
1555
1569
|
costing?: any;
|
|
1556
1570
|
minPrice?: any;
|
|
1571
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1572
|
+
subCategories?: string[] | null | undefined;
|
|
1557
1573
|
name: string;
|
|
1558
1574
|
} | null | undefined;
|
|
1559
1575
|
variantSelected?: {
|
|
@@ -1623,6 +1639,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1623
1639
|
deliveryPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
1624
1640
|
costing: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
1625
1641
|
minPrice: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
1642
|
+
customAttributes: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1643
|
+
subCategories: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1626
1644
|
}, "strip", z.ZodTypeAny, {
|
|
1627
1645
|
code?: string | null | undefined;
|
|
1628
1646
|
unit?: string | null | undefined;
|
|
@@ -1648,6 +1666,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1648
1666
|
deliveryPrice?: any;
|
|
1649
1667
|
costing?: any;
|
|
1650
1668
|
minPrice?: any;
|
|
1669
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1670
|
+
subCategories?: string[] | null | undefined;
|
|
1651
1671
|
name: string;
|
|
1652
1672
|
price: {
|
|
1653
1673
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1679,6 +1699,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1679
1699
|
deliveryPrice?: any;
|
|
1680
1700
|
costing?: any;
|
|
1681
1701
|
minPrice?: any;
|
|
1702
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1703
|
+
subCategories?: string[] | null | undefined;
|
|
1682
1704
|
name: string;
|
|
1683
1705
|
price: {
|
|
1684
1706
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1769,6 +1791,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1769
1791
|
deliveryPrice?: any;
|
|
1770
1792
|
costing?: any;
|
|
1771
1793
|
minPrice?: any;
|
|
1794
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1795
|
+
subCategories?: string[] | null | undefined;
|
|
1772
1796
|
name: string;
|
|
1773
1797
|
price: {
|
|
1774
1798
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1813,6 +1837,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1813
1837
|
deliveryPrice?: any;
|
|
1814
1838
|
costing?: any;
|
|
1815
1839
|
minPrice?: any;
|
|
1840
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1841
|
+
subCategories?: string[] | null | undefined;
|
|
1816
1842
|
name: string;
|
|
1817
1843
|
} | null | undefined;
|
|
1818
1844
|
variantSelected?: {
|
|
@@ -1861,6 +1887,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1861
1887
|
deliveryPrice?: any;
|
|
1862
1888
|
costing?: any;
|
|
1863
1889
|
minPrice?: any;
|
|
1890
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1891
|
+
subCategories?: string[] | null | undefined;
|
|
1864
1892
|
name: string;
|
|
1865
1893
|
} | null | undefined;
|
|
1866
1894
|
variantSelected?: {
|
|
@@ -1921,6 +1949,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1921
1949
|
deliveryPrice?: any;
|
|
1922
1950
|
costing?: any;
|
|
1923
1951
|
minPrice?: any;
|
|
1952
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1953
|
+
subCategories?: string[] | null | undefined;
|
|
1924
1954
|
name: string;
|
|
1925
1955
|
price: {
|
|
1926
1956
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1965,6 +1995,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1965
1995
|
deliveryPrice?: any;
|
|
1966
1996
|
costing?: any;
|
|
1967
1997
|
minPrice?: any;
|
|
1998
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1999
|
+
subCategories?: string[] | null | undefined;
|
|
1968
2000
|
name: string;
|
|
1969
2001
|
} | null | undefined;
|
|
1970
2002
|
variantSelected?: {
|
|
@@ -2013,6 +2045,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
2013
2045
|
deliveryPrice?: any;
|
|
2014
2046
|
costing?: any;
|
|
2015
2047
|
minPrice?: any;
|
|
2048
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2049
|
+
subCategories?: string[] | null | undefined;
|
|
2016
2050
|
name: string;
|
|
2017
2051
|
} | null | undefined;
|
|
2018
2052
|
variantSelected?: {
|
|
@@ -2685,12 +2719,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
2685
2719
|
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2686
2720
|
}, "strip", z.ZodTypeAny, {
|
|
2687
2721
|
catalogId?: string | null | undefined;
|
|
2688
|
-
autoAccept?: boolean | null | undefined;
|
|
2689
2722
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2690
2723
|
offlinePaymentTypes?: {
|
|
2691
2724
|
name: string;
|
|
2692
2725
|
instruction: string;
|
|
2693
2726
|
}[] | null | undefined;
|
|
2727
|
+
autoAccept?: boolean | null | undefined;
|
|
2694
2728
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2695
2729
|
ignoreStock?: boolean | null | undefined;
|
|
2696
2730
|
pickupTime?: {
|
|
@@ -2709,12 +2743,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
2709
2743
|
} | null | undefined;
|
|
2710
2744
|
}, {
|
|
2711
2745
|
catalogId?: string | null | undefined;
|
|
2712
|
-
autoAccept?: boolean | null | undefined;
|
|
2713
2746
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2714
2747
|
offlinePaymentTypes?: {
|
|
2715
2748
|
name: string;
|
|
2716
2749
|
instruction: string;
|
|
2717
2750
|
}[] | null | undefined;
|
|
2751
|
+
autoAccept?: boolean | null | undefined;
|
|
2718
2752
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2719
2753
|
ignoreStock?: boolean | null | undefined;
|
|
2720
2754
|
pickupTime?: {
|
|
@@ -2735,12 +2769,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
2735
2769
|
}, "strip", z.ZodTypeAny, {
|
|
2736
2770
|
pickup?: {
|
|
2737
2771
|
catalogId?: string | null | undefined;
|
|
2738
|
-
autoAccept?: boolean | null | undefined;
|
|
2739
2772
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2740
2773
|
offlinePaymentTypes?: {
|
|
2741
2774
|
name: string;
|
|
2742
2775
|
instruction: string;
|
|
2743
2776
|
}[] | null | undefined;
|
|
2777
|
+
autoAccept?: boolean | null | undefined;
|
|
2744
2778
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2745
2779
|
ignoreStock?: boolean | null | undefined;
|
|
2746
2780
|
pickupTime?: {
|
|
@@ -2855,12 +2889,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
2855
2889
|
}, {
|
|
2856
2890
|
pickup?: {
|
|
2857
2891
|
catalogId?: string | null | undefined;
|
|
2858
|
-
autoAccept?: boolean | null | undefined;
|
|
2859
2892
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
2860
2893
|
offlinePaymentTypes?: {
|
|
2861
2894
|
name: string;
|
|
2862
2895
|
instruction: string;
|
|
2863
2896
|
}[] | null | undefined;
|
|
2897
|
+
autoAccept?: boolean | null | undefined;
|
|
2864
2898
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
2865
2899
|
ignoreStock?: boolean | null | undefined;
|
|
2866
2900
|
pickupTime?: {
|
|
@@ -8546,12 +8580,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
8546
8580
|
pf_restaurant?: {
|
|
8547
8581
|
pickup?: {
|
|
8548
8582
|
catalogId?: string | null | undefined;
|
|
8549
|
-
autoAccept?: boolean | null | undefined;
|
|
8550
8583
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
8551
8584
|
offlinePaymentTypes?: {
|
|
8552
8585
|
name: string;
|
|
8553
8586
|
instruction: string;
|
|
8554
8587
|
}[] | null | undefined;
|
|
8588
|
+
autoAccept?: boolean | null | undefined;
|
|
8555
8589
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
8556
8590
|
ignoreStock?: boolean | null | undefined;
|
|
8557
8591
|
pickupTime?: {
|
|
@@ -9441,6 +9475,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
9441
9475
|
deliveryPrice?: any;
|
|
9442
9476
|
costing?: any;
|
|
9443
9477
|
minPrice?: any;
|
|
9478
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
9479
|
+
subCategories?: string[] | null | undefined;
|
|
9444
9480
|
name: string;
|
|
9445
9481
|
price: {
|
|
9446
9482
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -9485,6 +9521,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
9485
9521
|
deliveryPrice?: any;
|
|
9486
9522
|
costing?: any;
|
|
9487
9523
|
minPrice?: any;
|
|
9524
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
9525
|
+
subCategories?: string[] | null | undefined;
|
|
9488
9526
|
name: string;
|
|
9489
9527
|
} | null | undefined;
|
|
9490
9528
|
variantSelected?: {
|
|
@@ -9533,6 +9571,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
9533
9571
|
deliveryPrice?: any;
|
|
9534
9572
|
costing?: any;
|
|
9535
9573
|
minPrice?: any;
|
|
9574
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
9575
|
+
subCategories?: string[] | null | undefined;
|
|
9536
9576
|
name: string;
|
|
9537
9577
|
} | null | undefined;
|
|
9538
9578
|
variantSelected?: {
|
|
@@ -9649,12 +9689,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
9649
9689
|
pf_restaurant?: {
|
|
9650
9690
|
pickup?: {
|
|
9651
9691
|
catalogId?: string | null | undefined;
|
|
9652
|
-
autoAccept?: boolean | null | undefined;
|
|
9653
9692
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
9654
9693
|
offlinePaymentTypes?: {
|
|
9655
9694
|
name: string;
|
|
9656
9695
|
instruction: string;
|
|
9657
9696
|
}[] | null | undefined;
|
|
9697
|
+
autoAccept?: boolean | null | undefined;
|
|
9658
9698
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
9659
9699
|
ignoreStock?: boolean | null | undefined;
|
|
9660
9700
|
pickupTime?: {
|
|
@@ -10529,6 +10569,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10529
10569
|
deliveryPrice?: any;
|
|
10530
10570
|
costing?: any;
|
|
10531
10571
|
minPrice?: any;
|
|
10572
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
10573
|
+
subCategories?: string[] | null | undefined;
|
|
10532
10574
|
name: string;
|
|
10533
10575
|
price: {
|
|
10534
10576
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -10573,6 +10615,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10573
10615
|
deliveryPrice?: any;
|
|
10574
10616
|
costing?: any;
|
|
10575
10617
|
minPrice?: any;
|
|
10618
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
10619
|
+
subCategories?: string[] | null | undefined;
|
|
10576
10620
|
name: string;
|
|
10577
10621
|
} | null | undefined;
|
|
10578
10622
|
variantSelected?: {
|
|
@@ -10621,6 +10665,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10621
10665
|
deliveryPrice?: any;
|
|
10622
10666
|
costing?: any;
|
|
10623
10667
|
minPrice?: any;
|
|
10668
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
10669
|
+
subCategories?: string[] | null | undefined;
|
|
10624
10670
|
name: string;
|
|
10625
10671
|
} | null | undefined;
|
|
10626
10672
|
variantSelected?: {
|
|
@@ -10640,17 +10686,18 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10640
10686
|
cart: z.ZodDefault<z.ZodArray<z.ZodAny, "many">>;
|
|
10641
10687
|
}, "strip", z.ZodTypeAny, {
|
|
10642
10688
|
orderId?: string | null | undefined;
|
|
10689
|
+
remark?: string | null | undefined;
|
|
10643
10690
|
pax?: number | null | undefined;
|
|
10644
10691
|
userId?: string | null | undefined;
|
|
10645
10692
|
pf_restaurant?: {
|
|
10646
10693
|
pickup?: {
|
|
10647
10694
|
catalogId?: string | null | undefined;
|
|
10648
|
-
autoAccept?: boolean | null | undefined;
|
|
10649
10695
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10650
10696
|
offlinePaymentTypes?: {
|
|
10651
10697
|
name: string;
|
|
10652
10698
|
instruction: string;
|
|
10653
10699
|
}[] | null | undefined;
|
|
10700
|
+
autoAccept?: boolean | null | undefined;
|
|
10654
10701
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10655
10702
|
ignoreStock?: boolean | null | undefined;
|
|
10656
10703
|
pickupTime?: {
|
|
@@ -10764,6 +10811,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10764
10811
|
};
|
|
10765
10812
|
} | null | undefined;
|
|
10766
10813
|
pf_user?: any;
|
|
10814
|
+
displayName?: string | null | undefined;
|
|
10767
10815
|
modifiedAt?: string | null | undefined;
|
|
10768
10816
|
pf_order?: {
|
|
10769
10817
|
bill?: any;
|
|
@@ -10772,12 +10820,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
10772
10820
|
pf_restaurant?: {
|
|
10773
10821
|
pickup?: {
|
|
10774
10822
|
catalogId?: string | null | undefined;
|
|
10775
|
-
autoAccept?: boolean | null | undefined;
|
|
10776
10823
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
10777
10824
|
offlinePaymentTypes?: {
|
|
10778
10825
|
name: string;
|
|
10779
10826
|
instruction: string;
|
|
10780
10827
|
}[] | null | undefined;
|
|
10828
|
+
autoAccept?: boolean | null | undefined;
|
|
10781
10829
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
10782
10830
|
ignoreStock?: boolean | null | undefined;
|
|
10783
10831
|
pickupTime?: {
|
|
@@ -11667,6 +11715,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
11667
11715
|
deliveryPrice?: any;
|
|
11668
11716
|
costing?: any;
|
|
11669
11717
|
minPrice?: any;
|
|
11718
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
11719
|
+
subCategories?: string[] | null | undefined;
|
|
11670
11720
|
name: string;
|
|
11671
11721
|
price: {
|
|
11672
11722
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -11711,6 +11761,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
11711
11761
|
deliveryPrice?: any;
|
|
11712
11762
|
costing?: any;
|
|
11713
11763
|
minPrice?: any;
|
|
11764
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
11765
|
+
subCategories?: string[] | null | undefined;
|
|
11714
11766
|
name: string;
|
|
11715
11767
|
} | null | undefined;
|
|
11716
11768
|
variantSelected?: {
|
|
@@ -11759,6 +11811,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
11759
11811
|
deliveryPrice?: any;
|
|
11760
11812
|
costing?: any;
|
|
11761
11813
|
minPrice?: any;
|
|
11814
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
11815
|
+
subCategories?: string[] | null | undefined;
|
|
11762
11816
|
name: string;
|
|
11763
11817
|
} | null | undefined;
|
|
11764
11818
|
variantSelected?: {
|
|
@@ -11877,17 +11931,18 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
11877
11931
|
cart: any[];
|
|
11878
11932
|
}, {
|
|
11879
11933
|
orderId?: string | null | undefined;
|
|
11934
|
+
remark?: string | null | undefined;
|
|
11880
11935
|
pax?: number | null | undefined;
|
|
11881
11936
|
userId?: string | null | undefined;
|
|
11882
11937
|
pf_restaurant?: {
|
|
11883
11938
|
pickup?: {
|
|
11884
11939
|
catalogId?: string | null | undefined;
|
|
11885
|
-
autoAccept?: boolean | null | undefined;
|
|
11886
11940
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
11887
11941
|
offlinePaymentTypes?: {
|
|
11888
11942
|
name: string;
|
|
11889
11943
|
instruction: string;
|
|
11890
11944
|
}[] | null | undefined;
|
|
11945
|
+
autoAccept?: boolean | null | undefined;
|
|
11891
11946
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
11892
11947
|
ignoreStock?: boolean | null | undefined;
|
|
11893
11948
|
pickupTime?: {
|
|
@@ -12001,6 +12056,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
12001
12056
|
};
|
|
12002
12057
|
} | null | undefined;
|
|
12003
12058
|
pf_user?: any;
|
|
12059
|
+
displayName?: string | null | undefined;
|
|
12004
12060
|
modifiedAt?: string | null | undefined;
|
|
12005
12061
|
cart?: any[] | undefined;
|
|
12006
12062
|
pf_order?: {
|
|
@@ -12010,12 +12066,12 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
12010
12066
|
pf_restaurant?: {
|
|
12011
12067
|
pickup?: {
|
|
12012
12068
|
catalogId?: string | null | undefined;
|
|
12013
|
-
autoAccept?: boolean | null | undefined;
|
|
12014
12069
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
12015
12070
|
offlinePaymentTypes?: {
|
|
12016
12071
|
name: string;
|
|
12017
12072
|
instruction: string;
|
|
12018
12073
|
}[] | null | undefined;
|
|
12074
|
+
autoAccept?: boolean | null | undefined;
|
|
12019
12075
|
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
12020
12076
|
ignoreStock?: boolean | null | undefined;
|
|
12021
12077
|
pickupTime?: {
|
|
@@ -12890,6 +12946,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
12890
12946
|
deliveryPrice?: any;
|
|
12891
12947
|
costing?: any;
|
|
12892
12948
|
minPrice?: any;
|
|
12949
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
12950
|
+
subCategories?: string[] | null | undefined;
|
|
12893
12951
|
name: string;
|
|
12894
12952
|
price: {
|
|
12895
12953
|
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -12934,6 +12992,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
12934
12992
|
deliveryPrice?: any;
|
|
12935
12993
|
costing?: any;
|
|
12936
12994
|
minPrice?: any;
|
|
12995
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
12996
|
+
subCategories?: string[] | null | undefined;
|
|
12937
12997
|
name: string;
|
|
12938
12998
|
} | null | undefined;
|
|
12939
12999
|
variantSelected?: {
|
|
@@ -12982,6 +13042,8 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
12982
13042
|
deliveryPrice?: any;
|
|
12983
13043
|
costing?: any;
|
|
12984
13044
|
minPrice?: any;
|
|
13045
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
13046
|
+
subCategories?: string[] | null | undefined;
|
|
12985
13047
|
name: string;
|
|
12986
13048
|
} | null | undefined;
|
|
12987
13049
|
variantSelected?: {
|