@feedmepos/mf-order-setting 0.0.13 → 0.0.14
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/KioskSettingView-BYv2A8Xy.js +4 -0
- package/dist/{app-E2uM-UYx.js → app-vuQcAuTZ.js} +42464 -41973
- package/dist/app.js +1 -1
- package/dist/frontend/mf-order/src/main.d.ts +472 -0
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +12 -0
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +1 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +0 -8
- package/dist/frontend/mf-order/src/views/order-settings/general/GeneralSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -16
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/package/entity/booking/booking.do.d.ts +60 -1025
- package/dist/package/entity/delivery/delivery.dto.d.ts +39 -208
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +6 -6
- package/dist/package/entity/food-court/order.dto.d.ts +1607 -13450
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1413 -291
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +602 -99
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +1182 -154
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +66 -875
- package/dist/package/entity/order/delivery/delivery.do.d.ts +12 -0
- package/dist/package/entity/order/menu/menu.dto.d.ts +6 -1
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +847 -40
- package/dist/package/entity/order/order.do.d.ts +9 -3
- package/dist/package/entity/order/order.dto.d.ts +2639 -8399
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +12 -205
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +12 -205
- package/dist/package/entity/order-platform/menu.dto.d.ts +48 -48
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +12 -205
- package/dist/package/entity/order-setting/order-setting.do.d.ts +8 -0
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +16 -0
- package/dist/package/entity/order-setting/v3/v3.do.d.ts +3 -0
- package/dist/package/entity/order-setting/v3/v3.dto.d.ts +3 -0
- package/dist/package/entity/queue/queue.do.d.ts +50 -50
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +10 -0
- package/package.json +3 -2
- package/src/i18n.d.ts +11 -0
- package/src/locales/en-US.json +235 -0
- package/src/locales/zh-CN.json +235 -0
- package/src/main.ts +23 -1
- package/src/stores/restaurant/index.ts +31 -3
- package/src/stores/table-settings.ts +0 -5
- package/src/views/kiosk/KioskSummary.vue +16 -13
- package/src/views/kiosk/KioskView.vue +13 -10
- package/src/views/kiosk/devices/KioskDeviceCard.vue +10 -7
- package/src/views/kiosk/devices/KioskDevicesView.vue +6 -4
- package/src/views/kiosk/devices/KioskOtpDialog.vue +4 -1
- package/src/views/kiosk/devices/KioskUnbindConfirm.vue +3 -1
- package/src/views/kiosk/settings/KioskDineInSection.vue +4 -1
- package/src/views/kiosk/settings/KioskDisplayStandSection.vue +14 -11
- package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +4 -1
- package/src/views/kiosk/settings/KioskSettingView.vue +8 -5
- package/src/views/kiosk/settings/KioskTakeawaySection.vue +4 -1
- package/src/views/order-settings/OrderSettingsView.vue +13 -7
- package/src/views/order-settings/components/RestaurantSelector.vue +5 -2
- package/src/views/order-settings/delivery/DeliverySetting.vue +113 -60
- package/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue +11 -8
- package/src/views/order-settings/delivery/components/TaxInput.vue +1 -1
- package/src/views/order-settings/delivery/inhouse/CurrencyInput.vue +2 -2
- package/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue +31 -0
- package/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue +12 -9
- package/src/views/order-settings/delivery/inhouse/DeliveryTime.vue +9 -6
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +63 -68
- package/src/views/order-settings/delivery/inhouse/TimePicker.vue +4 -1
- package/src/views/order-settings/delivery/inhouse/ZoneDialog.vue +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +38 -15
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +99 -41
- package/src/views/order-settings/dinein/DineInSetting.vue +15 -12
- package/src/views/order-settings/dinein/OfflinePaymentTypeDialog.vue +9 -6
- package/src/views/order-settings/dinein/OfflinePaymentTypeDialogContent.vue +6 -3
- package/src/views/order-settings/dinein/PaymentType.vue +9 -6
- package/src/views/order-settings/general/GeneralSetting.vue +103 -0
- package/src/views/order-settings/pickup/AddressInput.vue +5 -2
- package/src/views/order-settings/pickup/CustomPayment.vue +10 -8
- package/src/views/order-settings/pickup/PaymentSidesheet.vue +114 -63
- package/src/views/order-settings/pickup/PickUpPointDialog.vue +7 -4
- package/src/views/order-settings/pickup/PickUpPointDialogContent.vue +7 -4
- package/src/views/order-settings/pickup/PickUpSetting.vue +13 -10
- package/src/views/order-settings/pickup/PickUpSettingDialog.vue +13 -8
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +37 -37
- package/src/views/order-settings/pickup/Preorder.vue +10 -8
- package/src/views/order-settings/servicecharge/RateInput.vue +12 -5
- package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +44 -24
- package/src/views/order-settings/servicecharge/ServiceChargeSetting.vue +16 -13
- package/src/views/order-settings/sms/SmsSetting.vue +105 -29
- package/tsconfig.app.json +3 -1
- package/tsconfig.json +2 -1
- package/tsconfig.node.json +3 -1
- package/vite.config.ts +2 -1
- package/dist/KioskSettingView-_h6R-Crz.js +0 -4
|
@@ -1176,11 +1176,6 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1176
1176
|
unit: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1177
1177
|
}, "strip", z.ZodTypeAny, {
|
|
1178
1178
|
unit?: string | null | undefined;
|
|
1179
|
-
taxes?: {
|
|
1180
|
-
inclusive?: boolean | null | undefined;
|
|
1181
|
-
taxCode: string;
|
|
1182
|
-
systemCode: string;
|
|
1183
|
-
}[] | null | undefined;
|
|
1184
1179
|
categoryName?: string | null | undefined;
|
|
1185
1180
|
cost?: {
|
|
1186
1181
|
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";
|
|
@@ -1218,6 +1213,11 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1218
1213
|
amount: number;
|
|
1219
1214
|
precision: number;
|
|
1220
1215
|
} | null | undefined;
|
|
1216
|
+
taxes?: {
|
|
1217
|
+
inclusive?: boolean | null | undefined;
|
|
1218
|
+
taxCode: string;
|
|
1219
|
+
systemCode: string;
|
|
1220
|
+
}[] | null | undefined;
|
|
1221
1221
|
code: string;
|
|
1222
1222
|
name: string;
|
|
1223
1223
|
price: {
|
|
@@ -1227,11 +1227,6 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1227
1227
|
};
|
|
1228
1228
|
}, {
|
|
1229
1229
|
unit?: string | null | undefined;
|
|
1230
|
-
taxes?: {
|
|
1231
|
-
inclusive?: boolean | null | undefined;
|
|
1232
|
-
taxCode: string;
|
|
1233
|
-
systemCode: string;
|
|
1234
|
-
}[] | null | undefined;
|
|
1235
1230
|
categoryName?: string | null | undefined;
|
|
1236
1231
|
cost?: {
|
|
1237
1232
|
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";
|
|
@@ -1269,6 +1264,11 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1269
1264
|
amount: number;
|
|
1270
1265
|
precision: number;
|
|
1271
1266
|
} | null | undefined;
|
|
1267
|
+
taxes?: {
|
|
1268
|
+
inclusive?: boolean | null | undefined;
|
|
1269
|
+
taxCode: string;
|
|
1270
|
+
systemCode: string;
|
|
1271
|
+
}[] | null | undefined;
|
|
1272
1272
|
code: string;
|
|
1273
1273
|
name: string;
|
|
1274
1274
|
price: {
|
|
@@ -1322,11 +1322,6 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1322
1322
|
};
|
|
1323
1323
|
product: {
|
|
1324
1324
|
unit?: string | null | undefined;
|
|
1325
|
-
taxes?: {
|
|
1326
|
-
inclusive?: boolean | null | undefined;
|
|
1327
|
-
taxCode: string;
|
|
1328
|
-
systemCode: string;
|
|
1329
|
-
}[] | null | undefined;
|
|
1330
1325
|
categoryName?: string | null | undefined;
|
|
1331
1326
|
cost?: {
|
|
1332
1327
|
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";
|
|
@@ -1364,6 +1359,11 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1364
1359
|
amount: number;
|
|
1365
1360
|
precision: number;
|
|
1366
1361
|
} | null | undefined;
|
|
1362
|
+
taxes?: {
|
|
1363
|
+
inclusive?: boolean | null | undefined;
|
|
1364
|
+
taxCode: string;
|
|
1365
|
+
systemCode: string;
|
|
1366
|
+
}[] | null | undefined;
|
|
1367
1367
|
code: string;
|
|
1368
1368
|
name: string;
|
|
1369
1369
|
price: {
|
|
@@ -1502,11 +1502,6 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1502
1502
|
};
|
|
1503
1503
|
product: {
|
|
1504
1504
|
unit?: string | null | undefined;
|
|
1505
|
-
taxes?: {
|
|
1506
|
-
inclusive?: boolean | null | undefined;
|
|
1507
|
-
taxCode: string;
|
|
1508
|
-
systemCode: string;
|
|
1509
|
-
}[] | null | undefined;
|
|
1510
1505
|
categoryName?: string | null | undefined;
|
|
1511
1506
|
cost?: {
|
|
1512
1507
|
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";
|
|
@@ -1544,6 +1539,11 @@ export declare const FdoRestaurantQueueProduct: z.ZodObject<{
|
|
|
1544
1539
|
amount: number;
|
|
1545
1540
|
precision: number;
|
|
1546
1541
|
} | null | undefined;
|
|
1542
|
+
taxes?: {
|
|
1543
|
+
inclusive?: boolean | null | undefined;
|
|
1544
|
+
taxCode: string;
|
|
1545
|
+
systemCode: string;
|
|
1546
|
+
}[] | null | undefined;
|
|
1547
1547
|
code: string;
|
|
1548
1548
|
name: string;
|
|
1549
1549
|
price: {
|
|
@@ -2501,11 +2501,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2501
2501
|
unit: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2502
2502
|
}, "strip", z.ZodTypeAny, {
|
|
2503
2503
|
unit?: string | null | undefined;
|
|
2504
|
-
taxes?: {
|
|
2505
|
-
inclusive?: boolean | null | undefined;
|
|
2506
|
-
taxCode: string;
|
|
2507
|
-
systemCode: string;
|
|
2508
|
-
}[] | null | undefined;
|
|
2509
2504
|
categoryName?: string | null | undefined;
|
|
2510
2505
|
cost?: {
|
|
2511
2506
|
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";
|
|
@@ -2543,6 +2538,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2543
2538
|
amount: number;
|
|
2544
2539
|
precision: number;
|
|
2545
2540
|
} | null | undefined;
|
|
2541
|
+
taxes?: {
|
|
2542
|
+
inclusive?: boolean | null | undefined;
|
|
2543
|
+
taxCode: string;
|
|
2544
|
+
systemCode: string;
|
|
2545
|
+
}[] | null | undefined;
|
|
2546
2546
|
code: string;
|
|
2547
2547
|
name: string;
|
|
2548
2548
|
price: {
|
|
@@ -2552,11 +2552,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2552
2552
|
};
|
|
2553
2553
|
}, {
|
|
2554
2554
|
unit?: string | null | undefined;
|
|
2555
|
-
taxes?: {
|
|
2556
|
-
inclusive?: boolean | null | undefined;
|
|
2557
|
-
taxCode: string;
|
|
2558
|
-
systemCode: string;
|
|
2559
|
-
}[] | null | undefined;
|
|
2560
2555
|
categoryName?: string | null | undefined;
|
|
2561
2556
|
cost?: {
|
|
2562
2557
|
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";
|
|
@@ -2594,6 +2589,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2594
2589
|
amount: number;
|
|
2595
2590
|
precision: number;
|
|
2596
2591
|
} | null | undefined;
|
|
2592
|
+
taxes?: {
|
|
2593
|
+
inclusive?: boolean | null | undefined;
|
|
2594
|
+
taxCode: string;
|
|
2595
|
+
systemCode: string;
|
|
2596
|
+
}[] | null | undefined;
|
|
2597
2597
|
code: string;
|
|
2598
2598
|
name: string;
|
|
2599
2599
|
price: {
|
|
@@ -2647,11 +2647,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2647
2647
|
};
|
|
2648
2648
|
product: {
|
|
2649
2649
|
unit?: string | null | undefined;
|
|
2650
|
-
taxes?: {
|
|
2651
|
-
inclusive?: boolean | null | undefined;
|
|
2652
|
-
taxCode: string;
|
|
2653
|
-
systemCode: string;
|
|
2654
|
-
}[] | null | undefined;
|
|
2655
2650
|
categoryName?: string | null | undefined;
|
|
2656
2651
|
cost?: {
|
|
2657
2652
|
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";
|
|
@@ -2689,6 +2684,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2689
2684
|
amount: number;
|
|
2690
2685
|
precision: number;
|
|
2691
2686
|
} | null | undefined;
|
|
2687
|
+
taxes?: {
|
|
2688
|
+
inclusive?: boolean | null | undefined;
|
|
2689
|
+
taxCode: string;
|
|
2690
|
+
systemCode: string;
|
|
2691
|
+
}[] | null | undefined;
|
|
2692
2692
|
code: string;
|
|
2693
2693
|
name: string;
|
|
2694
2694
|
price: {
|
|
@@ -2827,11 +2827,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2827
2827
|
};
|
|
2828
2828
|
product: {
|
|
2829
2829
|
unit?: string | null | undefined;
|
|
2830
|
-
taxes?: {
|
|
2831
|
-
inclusive?: boolean | null | undefined;
|
|
2832
|
-
taxCode: string;
|
|
2833
|
-
systemCode: string;
|
|
2834
|
-
}[] | null | undefined;
|
|
2835
2830
|
categoryName?: string | null | undefined;
|
|
2836
2831
|
cost?: {
|
|
2837
2832
|
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";
|
|
@@ -2869,6 +2864,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
2869
2864
|
amount: number;
|
|
2870
2865
|
precision: number;
|
|
2871
2866
|
} | null | undefined;
|
|
2867
|
+
taxes?: {
|
|
2868
|
+
inclusive?: boolean | null | undefined;
|
|
2869
|
+
taxCode: string;
|
|
2870
|
+
systemCode: string;
|
|
2871
|
+
}[] | null | undefined;
|
|
2872
2872
|
code: string;
|
|
2873
2873
|
name: string;
|
|
2874
2874
|
price: {
|
|
@@ -3028,11 +3028,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
3028
3028
|
};
|
|
3029
3029
|
product: {
|
|
3030
3030
|
unit?: string | null | undefined;
|
|
3031
|
-
taxes?: {
|
|
3032
|
-
inclusive?: boolean | null | undefined;
|
|
3033
|
-
taxCode: string;
|
|
3034
|
-
systemCode: string;
|
|
3035
|
-
}[] | null | undefined;
|
|
3036
3031
|
categoryName?: string | null | undefined;
|
|
3037
3032
|
cost?: {
|
|
3038
3033
|
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";
|
|
@@ -3070,6 +3065,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
3070
3065
|
amount: number;
|
|
3071
3066
|
precision: number;
|
|
3072
3067
|
} | null | undefined;
|
|
3068
|
+
taxes?: {
|
|
3069
|
+
inclusive?: boolean | null | undefined;
|
|
3070
|
+
taxCode: string;
|
|
3071
|
+
systemCode: string;
|
|
3072
|
+
}[] | null | undefined;
|
|
3073
3073
|
code: string;
|
|
3074
3074
|
name: string;
|
|
3075
3075
|
price: {
|
|
@@ -3229,11 +3229,6 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
3229
3229
|
};
|
|
3230
3230
|
product: {
|
|
3231
3231
|
unit?: string | null | undefined;
|
|
3232
|
-
taxes?: {
|
|
3233
|
-
inclusive?: boolean | null | undefined;
|
|
3234
|
-
taxCode: string;
|
|
3235
|
-
systemCode: string;
|
|
3236
|
-
}[] | null | undefined;
|
|
3237
3232
|
categoryName?: string | null | undefined;
|
|
3238
3233
|
cost?: {
|
|
3239
3234
|
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";
|
|
@@ -3271,6 +3266,11 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
|
|
|
3271
3266
|
amount: number;
|
|
3272
3267
|
precision: number;
|
|
3273
3268
|
} | null | undefined;
|
|
3269
|
+
taxes?: {
|
|
3270
|
+
inclusive?: boolean | null | undefined;
|
|
3271
|
+
taxCode: string;
|
|
3272
|
+
systemCode: string;
|
|
3273
|
+
}[] | null | undefined;
|
|
3274
3274
|
code: string;
|
|
3275
3275
|
name: string;
|
|
3276
3276
|
price: {
|
|
@@ -1183,17 +1183,20 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1183
1183
|
term: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1184
1184
|
instruction: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1185
1185
|
autoAccept: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1186
|
+
ignoreStock: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1186
1187
|
}, "strip", z.ZodTypeAny, {
|
|
1187
1188
|
instruction?: string | null | undefined;
|
|
1188
1189
|
catalogId?: string | null | undefined;
|
|
1189
1190
|
autoAccept?: boolean | null | undefined;
|
|
1190
1191
|
term?: string | null | undefined;
|
|
1192
|
+
ignoreStock?: boolean | null | undefined;
|
|
1191
1193
|
enable: boolean;
|
|
1192
1194
|
}, {
|
|
1193
1195
|
instruction?: string | null | undefined;
|
|
1194
1196
|
catalogId?: string | null | undefined;
|
|
1195
1197
|
autoAccept?: boolean | null | undefined;
|
|
1196
1198
|
term?: string | null | undefined;
|
|
1199
|
+
ignoreStock?: boolean | null | undefined;
|
|
1197
1200
|
enable: boolean;
|
|
1198
1201
|
}>>>>;
|
|
1199
1202
|
foodpandaDelivery: z.ZodNullable<z.ZodOptional<z.ZodAny>>;
|
|
@@ -1400,9 +1403,12 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1400
1403
|
}>>>>;
|
|
1401
1404
|
v3Setting: z.ZodDefault<z.ZodDefault<z.ZodObject<{
|
|
1402
1405
|
dineInCanTakeaway: z.ZodBoolean;
|
|
1406
|
+
anonymousLoginDialog: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1403
1407
|
}, "strip", z.ZodTypeAny, {
|
|
1408
|
+
anonymousLoginDialog?: boolean | null | undefined;
|
|
1404
1409
|
dineInCanTakeaway: boolean;
|
|
1405
1410
|
}, {
|
|
1411
|
+
anonymousLoginDialog?: boolean | null | undefined;
|
|
1406
1412
|
dineInCanTakeaway: boolean;
|
|
1407
1413
|
}>>>;
|
|
1408
1414
|
isMembershipEnabled: z.ZodBoolean;
|
|
@@ -1662,6 +1668,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1662
1668
|
catalogId?: string | null | undefined;
|
|
1663
1669
|
autoAccept?: boolean | null | undefined;
|
|
1664
1670
|
term?: string | null | undefined;
|
|
1671
|
+
ignoreStock?: boolean | null | undefined;
|
|
1665
1672
|
enable: boolean;
|
|
1666
1673
|
} | null | undefined;
|
|
1667
1674
|
foodpandaDelivery?: any;
|
|
@@ -1792,6 +1799,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1792
1799
|
acceptDelivery: boolean;
|
|
1793
1800
|
acceptPickup: boolean;
|
|
1794
1801
|
v3Setting: {
|
|
1802
|
+
anonymousLoginDialog?: boolean | null | undefined;
|
|
1795
1803
|
dineInCanTakeaway: boolean;
|
|
1796
1804
|
};
|
|
1797
1805
|
isMembershipEnabled: boolean;
|
|
@@ -1934,6 +1942,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1934
1942
|
catalogId?: string | null | undefined;
|
|
1935
1943
|
autoAccept?: boolean | null | undefined;
|
|
1936
1944
|
term?: string | null | undefined;
|
|
1945
|
+
ignoreStock?: boolean | null | undefined;
|
|
1937
1946
|
enable: boolean;
|
|
1938
1947
|
} | null | undefined;
|
|
1939
1948
|
foodpandaDelivery?: any;
|
|
@@ -1956,6 +1965,7 @@ export declare const RestaurantCustomerV2Dto: z.ZodObject<{
|
|
|
1956
1965
|
checkout: boolean;
|
|
1957
1966
|
} | null | undefined;
|
|
1958
1967
|
v3Setting?: {
|
|
1968
|
+
anonymousLoginDialog?: boolean | null | undefined;
|
|
1959
1969
|
dineInCanTakeaway: boolean;
|
|
1960
1970
|
} | undefined;
|
|
1961
1971
|
customization?: {
|
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.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/app.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@feedmepos/core": "^2.12.14",
|
|
29
29
|
"@feedmepos/menu": "^1.2.4",
|
|
30
|
-
"@feedmepos/mf-common": "^1.
|
|
30
|
+
"@feedmepos/mf-common": "^1.11.6",
|
|
31
31
|
"@feedmepos/ordering": "^0.0.3",
|
|
32
32
|
"@feedmepos/ui-library": "^1.2.27",
|
|
33
33
|
"@types/googlemaps": "^3.43.3",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"moment": "^2.30.1",
|
|
43
43
|
"pinia": "^2.1.7",
|
|
44
44
|
"vue": "^3.3.8",
|
|
45
|
+
"vue-i18n": "^10.0.5",
|
|
45
46
|
"vue-router": "^4.2.5"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
package/src/i18n.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import {
|
|
2
|
+
type DefineLocaleMessage,
|
|
3
|
+
type CommonMessagesSchema
|
|
4
|
+
} from '@feedmepos/mf-common'
|
|
5
|
+
import type { AppMessagesSchema } from './app'
|
|
6
|
+
// combined your type with types from mf-common
|
|
7
|
+
type I18nSchema = CommonMessagesSchema & AppMessagesSchema
|
|
8
|
+
declare module 'vue-i18n' {
|
|
9
|
+
export interface DefineLocaleMessage extends I18nSchema {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
{
|
|
2
|
+
"order": {
|
|
3
|
+
"integratedDeliveryCompany": "Integrated delivery company",
|
|
4
|
+
"delivery": "Delivery",
|
|
5
|
+
"pickup": "Pickup",
|
|
6
|
+
"dineIn": "Dine In",
|
|
7
|
+
"serviceCharge": "Service Charge",
|
|
8
|
+
"sms": "SMS",
|
|
9
|
+
"deliveryDescription": "We integrated with these deliveries with your POS system. You can deliver meal to your customers in faster and more secure way.",
|
|
10
|
+
"search": "Search",
|
|
11
|
+
"searchRestaurant": "Search restaurants",
|
|
12
|
+
"noRestaurantSelected": "No Restaurant Selected",
|
|
13
|
+
"company": "Company",
|
|
14
|
+
"catalog": "Catalog",
|
|
15
|
+
"paymentType": "Payment Type",
|
|
16
|
+
"status": "Status",
|
|
17
|
+
"manual": "Manual",
|
|
18
|
+
"auto": "Auto",
|
|
19
|
+
"active": "Active",
|
|
20
|
+
"inactive": "Inactive",
|
|
21
|
+
"deliveryTitle": "{company} delivery",
|
|
22
|
+
"inHouseDelivery": "In house delivery",
|
|
23
|
+
"feedMeExpress": "FeedMe express",
|
|
24
|
+
"localDeliveryCompany": "Local delivery company",
|
|
25
|
+
"localDeliveryDescription": "Activate the delivery companise to create new order at POS system.",
|
|
26
|
+
"activateDeliveryCompany": "Activate {company} Delivery",
|
|
27
|
+
"inhouseSwitchSublabel": "Accept In house Delivery with POS",
|
|
28
|
+
"generalSetting": "General setting",
|
|
29
|
+
"ignoreStock": "Ignore stock",
|
|
30
|
+
"ignoreStockSublabel": "Customer can order even product out of stocks",
|
|
31
|
+
"deliveryTerm": "Delivery term",
|
|
32
|
+
"taxSetting": "Tax settings",
|
|
33
|
+
"taxSettingTerm": "(Tax setting only applicable for POS after {validatePosVersion})",
|
|
34
|
+
"manageDelivery": "Manage {company} delivery",
|
|
35
|
+
"feedmeExpressTitle": "Update FeedMe express",
|
|
36
|
+
"inhouseDeliveryTitle": "Manage in-house delivery",
|
|
37
|
+
"inhouseDeliveryTaxLabel": "Delivery fee charge tax",
|
|
38
|
+
"inhouseDeliveryTaxSublabel": "Accecpt In house Delivery with POS",
|
|
39
|
+
"inhouseDeliveryInputLabel": "(applicable if restaurant profile SST is set)",
|
|
40
|
+
"inhouseDeliveryTaxCalculation": "Tax calculation",
|
|
41
|
+
"taxInclusive": "Inclusive",
|
|
42
|
+
"taxExclusive": "Exclusive",
|
|
43
|
+
"acceptedPayment": "Accepted Payment",
|
|
44
|
+
"offlinePayment": "Offline Payment",
|
|
45
|
+
"ePayment": "E-Payment",
|
|
46
|
+
"cash": "Cash",
|
|
47
|
+
"all": "All",
|
|
48
|
+
"customOfflinePayment": "Custom Offline Payment",
|
|
49
|
+
"customOfflinePaymentHeader": "Custom offline payments",
|
|
50
|
+
"addOfflinePayment": "Add offline payment",
|
|
51
|
+
"addCustomPayment": "Add custom payment",
|
|
52
|
+
"editOfflinePayment": "Edit offline payment",
|
|
53
|
+
"enterPaymentName": "Enter payment name",
|
|
54
|
+
"enterPaymentInstruction": "Enter payment instruction",
|
|
55
|
+
"general": "General",
|
|
56
|
+
"instruction": "Instruction",
|
|
57
|
+
"offlinePaymentName": "Offline Payment Name",
|
|
58
|
+
"fieldCannotBeEmpty": "Field cannot be empty",
|
|
59
|
+
"orderType": "Order Type",
|
|
60
|
+
"orderFrom": "Order from",
|
|
61
|
+
"daysTo": "days to",
|
|
62
|
+
"days": "days",
|
|
63
|
+
"preOrderHint": "Order on {today}, Customer can order between {start} and {end}. Max 7 days.",
|
|
64
|
+
"asap": "ASAP",
|
|
65
|
+
"preOrder": "Pre-order",
|
|
66
|
+
"deliveryTime": "Delivery Time",
|
|
67
|
+
"deliveryOrder": "Delivery order",
|
|
68
|
+
"operatingHour": "Operating hour",
|
|
69
|
+
"fixedTime": "Fixed time",
|
|
70
|
+
"customTime": "Custom time",
|
|
71
|
+
"timeSlot": "Time Slots",
|
|
72
|
+
"addTimeSlot": "Add Time Slot",
|
|
73
|
+
"monday": "Monday",
|
|
74
|
+
"tuesday": "Tuesday",
|
|
75
|
+
"wednesday": "Wednesday",
|
|
76
|
+
"thursday": "Thursday",
|
|
77
|
+
"friday": "Friday",
|
|
78
|
+
"saturday": "Saturday",
|
|
79
|
+
"sunday": "Sunday",
|
|
80
|
+
"addDeliveryZone": "Add Delivery Zone",
|
|
81
|
+
"save": "Save",
|
|
82
|
+
"cancel": "Cancel",
|
|
83
|
+
"deliveryFee": "Delivery Fee",
|
|
84
|
+
"minPurchase": "Min Purchase",
|
|
85
|
+
"minSpendForFreeDelivery": "Min spend for free Delivery",
|
|
86
|
+
"deliveryZone": "Delivery Zone",
|
|
87
|
+
"actiavteFeedmeExpress": "Activate FeedMe Express",
|
|
88
|
+
"activateFeedmeExpressSublabel": "Customer can select FeedMe express to delivery their meal",
|
|
89
|
+
"generalInfo": "General Info",
|
|
90
|
+
"term": "Term",
|
|
91
|
+
"deliveryInstruction": "Delivery Instruction",
|
|
92
|
+
"activateIntegration": "Activate {integrationType} Integration",
|
|
93
|
+
"integrationDescription": "POS system can add delivery order with {name} company",
|
|
94
|
+
"default": "Default",
|
|
95
|
+
"orderSetting": "Order Setting",
|
|
96
|
+
"billRounding": "Bill Rounding",
|
|
97
|
+
"remoteId": "Remote ID",
|
|
98
|
+
"allowedAutoCloseBill": "Allowed auto closed bill",
|
|
99
|
+
"allowedAutoAcceptOrder": "Allowed auto accept order",
|
|
100
|
+
"ignoreDiscount": "Ignore Discount",
|
|
101
|
+
"sstInclusive": "SST Inclusive",
|
|
102
|
+
"commission": "Commission",
|
|
103
|
+
"syncMenu": "Sync Menu",
|
|
104
|
+
"selectItem": "Select item",
|
|
105
|
+
"processing": "PROCESSING",
|
|
106
|
+
"success": "SUCCESS",
|
|
107
|
+
"failed": "FAILED",
|
|
108
|
+
"updatedAt": "Updated at",
|
|
109
|
+
"lastSync": "Last synchronize",
|
|
110
|
+
"createTestOrder": "Create Test Order",
|
|
111
|
+
"create": "Create",
|
|
112
|
+
"updateDeliveryCompany": "Update Delivery Company",
|
|
113
|
+
"updatePickupSetting": "Update Pickup Setting",
|
|
114
|
+
"restaurant": "Restaurant",
|
|
115
|
+
"paymentMethod": "Payment Method",
|
|
116
|
+
"online": "Online",
|
|
117
|
+
"pickupPoint": "Pickup point",
|
|
118
|
+
"activated": "Activated",
|
|
119
|
+
"deactivated": "Deactivated",
|
|
120
|
+
"day": "Day",
|
|
121
|
+
"to": "to",
|
|
122
|
+
"multiplePickupPoint": "Multiple Pickup Point",
|
|
123
|
+
"allowMultiplePickupSublabel": "Allow customer pickup at multiple address instead of restaurant only",
|
|
124
|
+
"restaurantAsPickupPoint": "Restaurant as pickup point",
|
|
125
|
+
"addPickupPoint": "Add pickup Point",
|
|
126
|
+
"editPickupPoint": "Edit pickup Point",
|
|
127
|
+
"name": "Name",
|
|
128
|
+
"address": "Address",
|
|
129
|
+
"enterName": "Enter Name",
|
|
130
|
+
"enterAddress": "Enter Address",
|
|
131
|
+
"add": "Add",
|
|
132
|
+
"apply": "Apply",
|
|
133
|
+
"anonymousOrder": "Anonymous Order",
|
|
134
|
+
"anonymousOrderSublabel": "Customer can order without login",
|
|
135
|
+
"staticQRcode": "Static QR code",
|
|
136
|
+
"staticQRcodeSublabel": "Customer can order with static QR code",
|
|
137
|
+
"customerItemRemark": "Customer item remark",
|
|
138
|
+
"customerItemRemarkSublabel": "Customer can attach remark to item",
|
|
139
|
+
"acceptQueue": "Accept queue",
|
|
140
|
+
"acceptQueueSublabel": "Customer can use queue in FeedMe app",
|
|
141
|
+
"saveSetting": "Save Setting",
|
|
142
|
+
"enableServiceCharge": "Enable Service Charge",
|
|
143
|
+
"serviceChargeSublabel": "Make your own rules to omit change based on different conditions such as restaurant, dining option, items, slot, etc.",
|
|
144
|
+
"serviceChargeRule": "* Service Charge required POS version 4.0.0 or higher",
|
|
145
|
+
"chargeWhen": "Charge When",
|
|
146
|
+
"beforeBillDiscount": "Before bill discount",
|
|
147
|
+
"afterBillDiscount": "After bill discount",
|
|
148
|
+
"rate": "Rate",
|
|
149
|
+
"selectServiceChargeType": "Select service charge type",
|
|
150
|
+
"inclusive": "Inclusive",
|
|
151
|
+
"exclusive": "Exclulsive",
|
|
152
|
+
"customServiceCharge": "Custom Servive Charge",
|
|
153
|
+
"delete": "delete",
|
|
154
|
+
"loadingMenu": "Loading Menu",
|
|
155
|
+
"noAvailableItem": "No available item",
|
|
156
|
+
"table": "Table",
|
|
157
|
+
"item": "Item",
|
|
158
|
+
"loadingTable": "Loading table",
|
|
159
|
+
"noAvailableTable": "No available table",
|
|
160
|
+
"productSelected": "product(s) selected",
|
|
161
|
+
"confirm": "Confirm",
|
|
162
|
+
"selectTable": "Select table",
|
|
163
|
+
"tableSelected": "table(s) selected",
|
|
164
|
+
"applyFor": "Apply for",
|
|
165
|
+
"takeaway": "Takeaway",
|
|
166
|
+
"deliveryCompany": "Delivery Company",
|
|
167
|
+
"addServiceCharge": "Add service charge",
|
|
168
|
+
"credit": "Credit",
|
|
169
|
+
"balance": "Balance",
|
|
170
|
+
"pricePerMessage": "Price per message",
|
|
171
|
+
"setting": "Setting",
|
|
172
|
+
"serve": "serve",
|
|
173
|
+
"accept": "accept",
|
|
174
|
+
"edit": "Edit",
|
|
175
|
+
"feedmeExpressPosVersionIssue": "Min POS version {minVersion} required for FeedMe Express",
|
|
176
|
+
"feedmeExpressPayoutAccIssue": "Payout account is required to enable FeedMe Express",
|
|
177
|
+
"feedmeExpressNotApproved": "Your payout account is under review. Please contact our staff for further assistant.",
|
|
178
|
+
"invalidRestaurant": "Invalid restaurant",
|
|
179
|
+
"contact": "contact",
|
|
180
|
+
"pleaseCompleteProfile": "please complete your restaurant profile to enable FeedMe Express",
|
|
181
|
+
"discountCampaign": "Discount Campaign",
|
|
182
|
+
"addNewCampaign": "Add new campaign",
|
|
183
|
+
"addCampaign": "Add campaign",
|
|
184
|
+
"vendorBearPercentage": "Vendor bear percentage",
|
|
185
|
+
"enterANumber": "Enter a number",
|
|
186
|
+
"kiosk": "Kiosk",
|
|
187
|
+
"deviceBinding": "Device Binding",
|
|
188
|
+
"bindDevice": "Bind device",
|
|
189
|
+
"settings": "Settings",
|
|
190
|
+
"activateLocation": "Activate location",
|
|
191
|
+
"selectRestaurant": "Select Restaurant",
|
|
192
|
+
"kioskDisplay": "Kiosk Display",
|
|
193
|
+
"kioskDisplayDescription": "Click \"Bind device\" to receive a special code for device binding.",
|
|
194
|
+
"activatedDate": "Activated date",
|
|
195
|
+
"deviceDetails": "Device Details",
|
|
196
|
+
"unbind": "Unbind",
|
|
197
|
+
"unbindKioskDevice": "Unbind Kiosk Device",
|
|
198
|
+
"unbindKioskDeviceWarning": "Are you sure want to unbind device? If yes, please enter {machineId} inside the textfield",
|
|
199
|
+
"unbindSuccess": "Kiosk display successfully unbinded.",
|
|
200
|
+
"unbindWarning": "Please enter the machine ID to confirm unbind.",
|
|
201
|
+
"bindDeviceMessage": "Enter this code to your kiosk device to bind.",
|
|
202
|
+
"kioskSummary": "Kiosk Summary",
|
|
203
|
+
"dineInType": "Dine In Type",
|
|
204
|
+
"tableService": "Table Service",
|
|
205
|
+
"pickAtCounter": "Pick at counter",
|
|
206
|
+
"unknown": "Unknown",
|
|
207
|
+
"kioskSettingSuccess": "Kiosk order setting updated",
|
|
208
|
+
"kioskSettingFailed": "Failed to update kiosk order setting",
|
|
209
|
+
"displayStand": "Display Stand",
|
|
210
|
+
"tableServiceSetting": "Table service setting",
|
|
211
|
+
"prefix": "Prefix",
|
|
212
|
+
"start": "Start",
|
|
213
|
+
"end": "End",
|
|
214
|
+
"nonNegativeRule": "Value should be positive value",
|
|
215
|
+
"greaterThanMinRule": "Max should be exceed to Min",
|
|
216
|
+
"padDigit": "Pad Digit",
|
|
217
|
+
"takeawayTitle": "Take Away",
|
|
218
|
+
"updateSetting": "Update setting",
|
|
219
|
+
"pleaseSelectRestaurant": "Please select a restaurant.",
|
|
220
|
+
"failedToUpdateSetting": "Failed to update setting",
|
|
221
|
+
"updatePayoutAccount": "Update payout account",
|
|
222
|
+
"updateNow": "Update now",
|
|
223
|
+
"autoIntegration": "Auto Integration",
|
|
224
|
+
"autoIntegrationWarning": "Auto delivery integration not available, contact our staff for more information. Reason: {reason}",
|
|
225
|
+
"restaurantHaveNotPurchase": "Restaurant have not purchase {featureKey} feature",
|
|
226
|
+
"invalidPosVersion": "Invalid POS version",
|
|
227
|
+
"notAllowed": "Not allowed",
|
|
228
|
+
"autoSendKitchen": "Auto Send Kitchen",
|
|
229
|
+
"promptAnonymousLoginDialog": "Prompt Login Dialog For Anonymous Order",
|
|
230
|
+
"autoSendKitchenSublabel": "Required POS version 7 or above",
|
|
231
|
+
"payoutAccountIsRequired": "Payout account is required",
|
|
232
|
+
"payoutAccountUnderReview": "Payout account under review",
|
|
233
|
+
"payoutPosVersion": "For POS {version} or above"
|
|
234
|
+
}
|
|
235
|
+
}
|