@feedmepos/mf-order-setting 0.0.26 → 0.0.28
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-BiF6v7Zj.js → KioskDevicesView-BgXkmJ7v.js} +1 -1
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-DZT0BuUN.js +301 -0
- package/dist/{KioskSettingView-COhGcRtP.js → KioskSettingView-DyX3Wv_2.js} +3 -3
- package/dist/{KioskView-C1T-n1MY.js → KioskView-Bgff7QPc.js} +5 -5
- package/dist/OrderSettingsView-C63s4uCD.js +74334 -0
- package/dist/app-Dp79Gu_F.js +1016 -0
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BHDLv42p.js → dayjs.min-B2ZkfNUH.js} +633 -641
- package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/business/index.d.ts +5 -0
- package/dist/frontend/mf-order/src/api/effects/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/api/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/api/kiosk/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/app.d.ts +336 -0
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -5
- package/dist/frontend/mf-order/src/main.d.ts +79 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +5 -1
- package/dist/frontend/mf-order/src/stores/business/index.d.ts +62 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +16 -1
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +207 -112
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +81 -78
- package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +56 -54
- package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +6 -141
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +6 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +5 -5
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/dine-in/PaymentType.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/discount-rule/DiscountRuleSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +2 -137
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-DSCb3ndM.js → index-BXsnV_eO.js} +5 -5
- package/dist/{index-B5kfsi9C.js → index-DzQn92Tp.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +596 -551
- package/dist/package/entity/cursor/cursor.dto.d.ts +2 -2
- package/dist/package/entity/delivery/delivery.dto.d.ts +118 -109
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +349 -659
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +13800 -487
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +746 -1245
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +64 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +79 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1469 -621
- package/dist/package/entity/member/member.dto.d.ts +14 -7
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
- package/dist/package/entity/order/effects/effect.dto.d.ts +154 -6
- package/dist/package/entity/order/menu/menu.dto.d.ts +12 -12
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +101 -42
- package/dist/package/entity/order/order.do.d.ts +206 -601
- package/dist/package/entity/order/order.dto.d.ts +1096 -1600
- package/dist/package/entity/order/order.enum.d.ts +2 -2
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +22 -3
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +5 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +5 -0
- package/dist/package/entity/order-platform/external/zus/zus-menu.dto.d.ts +192 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +104 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +152 -109
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +139 -109
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +112 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +31 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +6 -3
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +164 -109
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +22 -0
- 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/{queue.do-y-ubeoKZ.js → queue.do-BUtcyDk3.js} +53522 -50841
- package/package.json +4 -3
- package/src/api/business/index.ts +16 -0
- package/src/api/effects/index.ts +7 -0
- package/src/api/index.ts +9 -1
- package/src/api/kiosk/index.ts +9 -4
- package/src/app.ts +4 -1
- package/src/locales/en-US.json +24 -1
- package/src/locales/th-TH.json +31 -1
- package/src/locales/zh-CN.json +27 -1
- package/src/modules/kiosk/interface.ts +5 -1
- package/src/stores/business/index.ts +45 -0
- package/src/stores/kiosk/index.ts +9 -4
- package/src/stores/kiosk/mapper.ts +5 -1
- package/src/stores/restaurant/index.ts +3 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +202 -80
- package/src/views/order-settings/OrderSettingsView.vue +17 -5
- package/src/views/order-settings/delivery/DeliverySetting.vue +1 -1
- package/src/views/order-settings/delivery/delivery.data.ts +2 -2
- package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +14 -2
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -34
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +15 -12
- package/src/views/order-settings/discount-rule/DiscountRuleSetting.vue +434 -0
- package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-1r_DBAc-.js +0 -207
- package/dist/OrderSettingsView-CI5bdVXr.js +0 -72108
- package/dist/app-BfWp4ow3.js +0 -682
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const F_INCOMING_ORDER_STATUS: z.ZodEnum<["PENDING", "PROCESSED", "VOIDED"]>;
|
|
3
|
-
export declare const F_INTEGRATION_ORDER_STATUS: z.ZodEnum<["REJECT", "DONE_PREPARED", "ACCEPT"]>;
|
|
3
|
+
export declare const F_INTEGRATION_ORDER_STATUS: z.ZodEnum<["REJECT", "DONE_PREPARED", "ACCEPT", "COLLECTED"]>;
|
|
4
4
|
export declare const F_INCOMING_EVENT_TYPE: z.ZodEnum<["DRIVER_INFO_CHANGED", "REFUND"]>;
|
|
5
5
|
export type F_INCOMING_ORDER_STATUS = z.infer<typeof F_INCOMING_ORDER_STATUS>;
|
|
6
6
|
export type F_INCOMING_EVENT_TYPE = z.infer<typeof F_INCOMING_EVENT_TYPE>;
|
|
@@ -32,6 +32,7 @@ export * from './order-platform/external/auth/external-auth.do';
|
|
|
32
32
|
export * from './order-platform/external/auth/external-auth.dto';
|
|
33
33
|
export * from './order-platform/external/menu/external-menu.dto';
|
|
34
34
|
export * from './order-platform/external/menu/external-menu.enum';
|
|
35
|
+
export * from './order-platform/external/zus/zus-menu.dto';
|
|
35
36
|
export * from './order-platform/external/order/external-order.do';
|
|
36
37
|
export * from './order-platform/external/order/external-order.dto';
|
|
37
38
|
export * from './order-platform/external/order/external-order.enum';
|
|
@@ -441,6 +441,10 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
441
441
|
merchantId: string;
|
|
442
442
|
terminalId: string;
|
|
443
443
|
}>>>;
|
|
444
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
445
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
446
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
447
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
444
448
|
}, "strip", z.ZodTypeAny, {
|
|
445
449
|
name?: string | null | undefined;
|
|
446
450
|
scannerInfo?: {
|
|
@@ -516,6 +520,10 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
516
520
|
merchantId: string;
|
|
517
521
|
terminalId: string;
|
|
518
522
|
} | null | undefined;
|
|
523
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
524
|
+
slotInfo?: string | null | undefined;
|
|
525
|
+
pinInfo?: string | null | undefined;
|
|
526
|
+
deviceAppVersion?: string | null | undefined;
|
|
519
527
|
machineId: string;
|
|
520
528
|
token: string;
|
|
521
529
|
}, {
|
|
@@ -593,6 +601,10 @@ export declare const FdoKioskDevice: z.ZodObject<{
|
|
|
593
601
|
merchantId: string;
|
|
594
602
|
terminalId: string;
|
|
595
603
|
} | null | undefined;
|
|
604
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
605
|
+
slotInfo?: string | null | undefined;
|
|
606
|
+
pinInfo?: string | null | undefined;
|
|
607
|
+
deviceAppVersion?: string | null | undefined;
|
|
596
608
|
machineId: string;
|
|
597
609
|
token: string;
|
|
598
610
|
}>;
|
|
@@ -1017,6 +1029,10 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1017
1029
|
merchantId: string;
|
|
1018
1030
|
terminalId: string;
|
|
1019
1031
|
}>>>;
|
|
1032
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
1033
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1034
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1035
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1020
1036
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1037
|
name?: string | null | undefined;
|
|
1022
1038
|
scannerInfo?: {
|
|
@@ -1092,6 +1108,10 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1092
1108
|
merchantId: string;
|
|
1093
1109
|
terminalId: string;
|
|
1094
1110
|
} | null | undefined;
|
|
1111
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1112
|
+
slotInfo?: string | null | undefined;
|
|
1113
|
+
pinInfo?: string | null | undefined;
|
|
1114
|
+
deviceAppVersion?: string | null | undefined;
|
|
1095
1115
|
machineId: string;
|
|
1096
1116
|
token: string;
|
|
1097
1117
|
}, {
|
|
@@ -1169,6 +1189,10 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1169
1189
|
merchantId: string;
|
|
1170
1190
|
terminalId: string;
|
|
1171
1191
|
} | null | undefined;
|
|
1192
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1193
|
+
slotInfo?: string | null | undefined;
|
|
1194
|
+
pinInfo?: string | null | undefined;
|
|
1195
|
+
deviceAppVersion?: string | null | undefined;
|
|
1172
1196
|
machineId: string;
|
|
1173
1197
|
token: string;
|
|
1174
1198
|
}>, "many">>>;
|
|
@@ -1258,6 +1282,10 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1258
1282
|
merchantId: string;
|
|
1259
1283
|
terminalId: string;
|
|
1260
1284
|
} | null | undefined;
|
|
1285
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1286
|
+
slotInfo?: string | null | undefined;
|
|
1287
|
+
pinInfo?: string | null | undefined;
|
|
1288
|
+
deviceAppVersion?: string | null | undefined;
|
|
1261
1289
|
machineId: string;
|
|
1262
1290
|
token: string;
|
|
1263
1291
|
}[] | null | undefined;
|
|
@@ -1342,6 +1370,10 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
|
|
|
1342
1370
|
merchantId: string;
|
|
1343
1371
|
terminalId: string;
|
|
1344
1372
|
} | null | undefined;
|
|
1373
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1374
|
+
slotInfo?: string | null | undefined;
|
|
1375
|
+
pinInfo?: string | null | undefined;
|
|
1376
|
+
deviceAppVersion?: string | null | undefined;
|
|
1345
1377
|
machineId: string;
|
|
1346
1378
|
token: string;
|
|
1347
1379
|
}[] | null | undefined;
|
|
@@ -1772,6 +1804,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1772
1804
|
merchantId: string;
|
|
1773
1805
|
terminalId: string;
|
|
1774
1806
|
}>>>;
|
|
1807
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
1808
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1809
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1810
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1775
1811
|
}, "strip", z.ZodTypeAny, {
|
|
1776
1812
|
name?: string | null | undefined;
|
|
1777
1813
|
scannerInfo?: {
|
|
@@ -1847,6 +1883,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1847
1883
|
merchantId: string;
|
|
1848
1884
|
terminalId: string;
|
|
1849
1885
|
} | null | undefined;
|
|
1886
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1887
|
+
slotInfo?: string | null | undefined;
|
|
1888
|
+
pinInfo?: string | null | undefined;
|
|
1889
|
+
deviceAppVersion?: string | null | undefined;
|
|
1850
1890
|
machineId: string;
|
|
1851
1891
|
token: string;
|
|
1852
1892
|
}, {
|
|
@@ -1924,6 +1964,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
1924
1964
|
merchantId: string;
|
|
1925
1965
|
terminalId: string;
|
|
1926
1966
|
} | null | undefined;
|
|
1967
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1968
|
+
slotInfo?: string | null | undefined;
|
|
1969
|
+
pinInfo?: string | null | undefined;
|
|
1970
|
+
deviceAppVersion?: string | null | undefined;
|
|
1927
1971
|
machineId: string;
|
|
1928
1972
|
token: string;
|
|
1929
1973
|
}>, "many">>>;
|
|
@@ -2357,6 +2401,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2357
2401
|
merchantId: string;
|
|
2358
2402
|
terminalId: string;
|
|
2359
2403
|
}>>>;
|
|
2404
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
2405
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2406
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2407
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2360
2408
|
}, "strip", z.ZodTypeAny, {
|
|
2361
2409
|
name?: string | null | undefined;
|
|
2362
2410
|
scannerInfo?: {
|
|
@@ -2432,6 +2480,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2432
2480
|
merchantId: string;
|
|
2433
2481
|
terminalId: string;
|
|
2434
2482
|
} | null | undefined;
|
|
2483
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2484
|
+
slotInfo?: string | null | undefined;
|
|
2485
|
+
pinInfo?: string | null | undefined;
|
|
2486
|
+
deviceAppVersion?: string | null | undefined;
|
|
2435
2487
|
machineId: string;
|
|
2436
2488
|
token: string;
|
|
2437
2489
|
}, {
|
|
@@ -2509,6 +2561,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2509
2561
|
merchantId: string;
|
|
2510
2562
|
terminalId: string;
|
|
2511
2563
|
} | null | undefined;
|
|
2564
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2565
|
+
slotInfo?: string | null | undefined;
|
|
2566
|
+
pinInfo?: string | null | undefined;
|
|
2567
|
+
deviceAppVersion?: string | null | undefined;
|
|
2512
2568
|
machineId: string;
|
|
2513
2569
|
token: string;
|
|
2514
2570
|
}>;
|
|
@@ -2589,6 +2645,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2589
2645
|
merchantId: string;
|
|
2590
2646
|
terminalId: string;
|
|
2591
2647
|
} | null | undefined;
|
|
2648
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2649
|
+
slotInfo?: string | null | undefined;
|
|
2650
|
+
pinInfo?: string | null | undefined;
|
|
2651
|
+
deviceAppVersion?: string | null | undefined;
|
|
2592
2652
|
machineId: string;
|
|
2593
2653
|
token: string;
|
|
2594
2654
|
};
|
|
@@ -2669,6 +2729,10 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
|
|
|
2669
2729
|
merchantId: string;
|
|
2670
2730
|
terminalId: string;
|
|
2671
2731
|
} | null | undefined;
|
|
2732
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2733
|
+
slotInfo?: string | null | undefined;
|
|
2734
|
+
pinInfo?: string | null | undefined;
|
|
2735
|
+
deviceAppVersion?: string | null | undefined;
|
|
2672
2736
|
machineId: string;
|
|
2673
2737
|
token: string;
|
|
2674
2738
|
};
|
|
@@ -2,11 +2,17 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const KioskBindDto: z.ZodObject<{
|
|
3
3
|
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4
4
|
otp: z.ZodString;
|
|
5
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
6
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5
7
|
}, "strip", z.ZodTypeAny, {
|
|
6
8
|
name?: string | null | undefined;
|
|
9
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
10
|
+
deviceAppVersion?: string | null | undefined;
|
|
7
11
|
otp: string;
|
|
8
12
|
}, {
|
|
9
13
|
name?: string | null | undefined;
|
|
14
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
15
|
+
deviceAppVersion?: string | null | undefined;
|
|
10
16
|
otp: string;
|
|
11
17
|
}>;
|
|
12
18
|
export declare const KioskBindResultDto: z.ZodObject<{
|
|
@@ -448,6 +454,10 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
448
454
|
merchantId: string;
|
|
449
455
|
terminalId: string;
|
|
450
456
|
}>>>;
|
|
457
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
458
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
459
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
460
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
451
461
|
}, "strip", z.ZodTypeAny, {
|
|
452
462
|
name?: string | null | undefined;
|
|
453
463
|
printerInfo?: {
|
|
@@ -512,6 +522,10 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
512
522
|
merchantId: string;
|
|
513
523
|
terminalId: string;
|
|
514
524
|
} | null | undefined;
|
|
525
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
526
|
+
slotInfo?: string | null | undefined;
|
|
527
|
+
pinInfo?: string | null | undefined;
|
|
528
|
+
deviceAppVersion?: string | null | undefined;
|
|
515
529
|
machineId: string;
|
|
516
530
|
token: string;
|
|
517
531
|
scannerInfo: {
|
|
@@ -600,6 +614,10 @@ export declare const KioskDeviceDto: z.ZodObject<{
|
|
|
600
614
|
merchantId: string;
|
|
601
615
|
terminalId: string;
|
|
602
616
|
} | null | undefined;
|
|
617
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
618
|
+
slotInfo?: string | null | undefined;
|
|
619
|
+
pinInfo?: string | null | undefined;
|
|
620
|
+
deviceAppVersion?: string | null | undefined;
|
|
603
621
|
machineId: string;
|
|
604
622
|
token: string;
|
|
605
623
|
}>;
|
|
@@ -1019,6 +1037,9 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
1019
1037
|
merchantId: string;
|
|
1020
1038
|
terminalId: string;
|
|
1021
1039
|
}>>>;
|
|
1040
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1041
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1042
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1022
1043
|
}, "strip", z.ZodTypeAny, {
|
|
1023
1044
|
scannerInfo?: {
|
|
1024
1045
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
@@ -1093,6 +1114,9 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
1093
1114
|
merchantId: string;
|
|
1094
1115
|
terminalId: string;
|
|
1095
1116
|
} | null | undefined;
|
|
1117
|
+
slotInfo?: string | null | undefined;
|
|
1118
|
+
pinInfo?: string | null | undefined;
|
|
1119
|
+
deviceAppVersion?: string | null | undefined;
|
|
1096
1120
|
}, {
|
|
1097
1121
|
scannerInfo?: {
|
|
1098
1122
|
lensFacing?: "FRONT" | "BACK" | null | undefined;
|
|
@@ -1167,6 +1191,9 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
|
|
|
1167
1191
|
merchantId: string;
|
|
1168
1192
|
terminalId: string;
|
|
1169
1193
|
} | null | undefined;
|
|
1194
|
+
slotInfo?: string | null | undefined;
|
|
1195
|
+
pinInfo?: string | null | undefined;
|
|
1196
|
+
deviceAppVersion?: string | null | undefined;
|
|
1170
1197
|
}>;
|
|
1171
1198
|
export declare const KioskOtpInfoDto: z.ZodObject<{
|
|
1172
1199
|
code: z.ZodString;
|
|
@@ -1599,6 +1626,10 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1599
1626
|
merchantId: string;
|
|
1600
1627
|
terminalId: string;
|
|
1601
1628
|
}>>>;
|
|
1629
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
1630
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1631
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1632
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1602
1633
|
}, "strip", z.ZodTypeAny, {
|
|
1603
1634
|
name?: string | null | undefined;
|
|
1604
1635
|
printerInfo?: {
|
|
@@ -1663,6 +1694,10 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1663
1694
|
merchantId: string;
|
|
1664
1695
|
terminalId: string;
|
|
1665
1696
|
} | null | undefined;
|
|
1697
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1698
|
+
slotInfo?: string | null | undefined;
|
|
1699
|
+
pinInfo?: string | null | undefined;
|
|
1700
|
+
deviceAppVersion?: string | null | undefined;
|
|
1666
1701
|
machineId: string;
|
|
1667
1702
|
token: string;
|
|
1668
1703
|
scannerInfo: {
|
|
@@ -1751,6 +1786,10 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1751
1786
|
merchantId: string;
|
|
1752
1787
|
terminalId: string;
|
|
1753
1788
|
} | null | undefined;
|
|
1789
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1790
|
+
slotInfo?: string | null | undefined;
|
|
1791
|
+
pinInfo?: string | null | undefined;
|
|
1792
|
+
deviceAppVersion?: string | null | undefined;
|
|
1754
1793
|
machineId: string;
|
|
1755
1794
|
token: string;
|
|
1756
1795
|
}>, "many">>>;
|
|
@@ -1829,6 +1868,10 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1829
1868
|
merchantId: string;
|
|
1830
1869
|
terminalId: string;
|
|
1831
1870
|
} | null | undefined;
|
|
1871
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1872
|
+
slotInfo?: string | null | undefined;
|
|
1873
|
+
pinInfo?: string | null | undefined;
|
|
1874
|
+
deviceAppVersion?: string | null | undefined;
|
|
1832
1875
|
machineId: string;
|
|
1833
1876
|
token: string;
|
|
1834
1877
|
scannerInfo: {
|
|
@@ -1924,6 +1967,10 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
|
|
|
1924
1967
|
merchantId: string;
|
|
1925
1968
|
terminalId: string;
|
|
1926
1969
|
} | null | undefined;
|
|
1970
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
1971
|
+
slotInfo?: string | null | undefined;
|
|
1972
|
+
pinInfo?: string | null | undefined;
|
|
1973
|
+
deviceAppVersion?: string | null | undefined;
|
|
1927
1974
|
machineId: string;
|
|
1928
1975
|
token: string;
|
|
1929
1976
|
}[] | null | undefined;
|
|
@@ -2354,6 +2401,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2354
2401
|
merchantId: string;
|
|
2355
2402
|
terminalId: string;
|
|
2356
2403
|
}>>>;
|
|
2404
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
2405
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2406
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2407
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2357
2408
|
}, "strip", z.ZodTypeAny, {
|
|
2358
2409
|
name?: string | null | undefined;
|
|
2359
2410
|
printerInfo?: {
|
|
@@ -2418,6 +2469,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2418
2469
|
merchantId: string;
|
|
2419
2470
|
terminalId: string;
|
|
2420
2471
|
} | null | undefined;
|
|
2472
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2473
|
+
slotInfo?: string | null | undefined;
|
|
2474
|
+
pinInfo?: string | null | undefined;
|
|
2475
|
+
deviceAppVersion?: string | null | undefined;
|
|
2421
2476
|
machineId: string;
|
|
2422
2477
|
token: string;
|
|
2423
2478
|
scannerInfo: {
|
|
@@ -2506,6 +2561,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2506
2561
|
merchantId: string;
|
|
2507
2562
|
terminalId: string;
|
|
2508
2563
|
} | null | undefined;
|
|
2564
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
2565
|
+
slotInfo?: string | null | undefined;
|
|
2566
|
+
pinInfo?: string | null | undefined;
|
|
2567
|
+
deviceAppVersion?: string | null | undefined;
|
|
2509
2568
|
machineId: string;
|
|
2510
2569
|
token: string;
|
|
2511
2570
|
}>, "many">>>;
|
|
@@ -2939,6 +2998,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
2939
2998
|
merchantId: string;
|
|
2940
2999
|
terminalId: string;
|
|
2941
3000
|
}>>>;
|
|
3001
|
+
deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
|
|
3002
|
+
slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3003
|
+
pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3004
|
+
deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2942
3005
|
}, "strip", z.ZodTypeAny, {
|
|
2943
3006
|
name?: string | null | undefined;
|
|
2944
3007
|
printerInfo?: {
|
|
@@ -3003,6 +3066,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3003
3066
|
merchantId: string;
|
|
3004
3067
|
terminalId: string;
|
|
3005
3068
|
} | null | undefined;
|
|
3069
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
3070
|
+
slotInfo?: string | null | undefined;
|
|
3071
|
+
pinInfo?: string | null | undefined;
|
|
3072
|
+
deviceAppVersion?: string | null | undefined;
|
|
3006
3073
|
machineId: string;
|
|
3007
3074
|
token: string;
|
|
3008
3075
|
scannerInfo: {
|
|
@@ -3091,6 +3158,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3091
3158
|
merchantId: string;
|
|
3092
3159
|
terminalId: string;
|
|
3093
3160
|
} | null | undefined;
|
|
3161
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
3162
|
+
slotInfo?: string | null | undefined;
|
|
3163
|
+
pinInfo?: string | null | undefined;
|
|
3164
|
+
deviceAppVersion?: string | null | undefined;
|
|
3094
3165
|
machineId: string;
|
|
3095
3166
|
token: string;
|
|
3096
3167
|
}>;
|
|
@@ -3160,6 +3231,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3160
3231
|
merchantId: string;
|
|
3161
3232
|
terminalId: string;
|
|
3162
3233
|
} | null | undefined;
|
|
3234
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
3235
|
+
slotInfo?: string | null | undefined;
|
|
3236
|
+
pinInfo?: string | null | undefined;
|
|
3237
|
+
deviceAppVersion?: string | null | undefined;
|
|
3163
3238
|
machineId: string;
|
|
3164
3239
|
token: string;
|
|
3165
3240
|
scannerInfo: {
|
|
@@ -3251,6 +3326,10 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
|
|
|
3251
3326
|
merchantId: string;
|
|
3252
3327
|
terminalId: string;
|
|
3253
3328
|
} | null | undefined;
|
|
3329
|
+
deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
|
|
3330
|
+
slotInfo?: string | null | undefined;
|
|
3331
|
+
pinInfo?: string | null | undefined;
|
|
3332
|
+
deviceAppVersion?: string | null | undefined;
|
|
3254
3333
|
machineId: string;
|
|
3255
3334
|
token: string;
|
|
3256
3335
|
};
|