@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.
Files changed (146) hide show
  1. package/dist/{KioskDevicesView-BiF6v7Zj.js → KioskDevicesView-BgXkmJ7v.js} +1 -1
  2. package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-DZT0BuUN.js +301 -0
  3. package/dist/{KioskSettingView-COhGcRtP.js → KioskSettingView-DyX3Wv_2.js} +3 -3
  4. package/dist/{KioskView-C1T-n1MY.js → KioskView-Bgff7QPc.js} +5 -5
  5. package/dist/OrderSettingsView-C63s4uCD.js +74334 -0
  6. package/dist/app-Dp79Gu_F.js +1016 -0
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-BHDLv42p.js → dayjs.min-B2ZkfNUH.js} +633 -641
  9. package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
  10. package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
  11. package/dist/frontend/mf-order/src/api/business/index.d.ts +5 -0
  12. package/dist/frontend/mf-order/src/api/effects/index.d.ts +3 -0
  13. package/dist/frontend/mf-order/src/api/index.d.ts +2 -0
  14. package/dist/frontend/mf-order/src/api/kiosk/index.d.ts +2 -0
  15. package/dist/frontend/mf-order/src/app.d.ts +336 -0
  16. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -5
  17. package/dist/frontend/mf-order/src/main.d.ts +79 -0
  18. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +5 -1
  19. package/dist/frontend/mf-order/src/stores/business/index.d.ts +62 -0
  20. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +16 -1
  21. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +207 -112
  22. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +81 -78
  23. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +2 -2
  24. package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +2 -2
  26. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +2 -2
  27. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +56 -54
  28. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +2 -2
  29. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
  30. package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
  31. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
  32. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
  34. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
  35. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +2 -2
  36. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -2
  37. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +2 -2
  38. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskEnablePaxDialogSection.vue.d.ts +2 -2
  39. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskInstructionSection.vue.d.ts +2 -2
  40. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +1 -1
  41. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +2 -2
  43. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
  44. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -2
  45. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +2 -2
  46. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +2 -2
  48. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
  49. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
  50. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +6 -141
  51. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
  52. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
  53. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
  54. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
  55. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +6 -2
  56. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
  57. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
  58. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
  59. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
  60. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +5 -5
  61. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
  62. package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialog.vue.d.ts +1 -1
  63. package/dist/frontend/mf-order/src/views/order-settings/dine-in/OfflinePaymentTypeDialogContent.vue.d.ts +2 -2
  64. package/dist/frontend/mf-order/src/views/order-settings/dine-in/PaymentType.vue.d.ts +1 -1
  65. package/dist/frontend/mf-order/src/views/order-settings/discount-rule/DiscountRuleSetting.vue.d.ts +2 -0
  66. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
  67. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
  68. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +2 -2
  69. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
  70. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +2 -137
  71. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
  72. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
  73. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +2 -2
  74. package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
  75. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
  76. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
  77. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  78. package/dist/{index-DSCb3ndM.js → index-BXsnV_eO.js} +5 -5
  79. package/dist/{index-B5kfsi9C.js → index-DzQn92Tp.js} +2 -2
  80. package/dist/package/entity/booking/booking.do.d.ts +596 -551
  81. package/dist/package/entity/cursor/cursor.dto.d.ts +2 -2
  82. package/dist/package/entity/delivery/delivery.dto.d.ts +118 -109
  83. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +349 -659
  84. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +13800 -487
  85. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +746 -1245
  86. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  87. package/dist/package/entity/index.d.ts +1 -0
  88. package/dist/package/entity/kiosk/kiosk.do.d.ts +64 -0
  89. package/dist/package/entity/kiosk/kiosk.dto.d.ts +79 -0
  90. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1469 -621
  91. package/dist/package/entity/member/member.dto.d.ts +14 -7
  92. package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
  93. package/dist/package/entity/order/dine-in/dine-in.dto.d.ts +4 -4
  94. package/dist/package/entity/order/effects/effect.dto.d.ts +154 -6
  95. package/dist/package/entity/order/menu/menu.dto.d.ts +12 -12
  96. package/dist/package/entity/order/order-item/order-item.dto.d.ts +101 -42
  97. package/dist/package/entity/order/order.do.d.ts +206 -601
  98. package/dist/package/entity/order/order.dto.d.ts +1096 -1600
  99. package/dist/package/entity/order/order.enum.d.ts +2 -2
  100. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +8 -0
  101. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -0
  102. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +22 -3
  103. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
  104. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +5 -0
  105. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +5 -0
  106. package/dist/package/entity/order-platform/external/zus/zus-menu.dto.d.ts +192 -0
  107. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +104 -0
  108. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +152 -109
  109. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +3 -0
  110. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -0
  111. package/dist/package/entity/order-platform/foodpanda/foodpanda.enum.d.ts +2 -0
  112. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +139 -109
  113. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  114. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +112 -2
  115. package/dist/package/entity/order-platform/menu.dto.d.ts +31 -0
  116. package/dist/package/entity/order-platform/order-platform.dto.d.ts +6 -3
  117. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +164 -109
  118. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +22 -0
  119. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  120. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  121. package/dist/{queue.do-y-ubeoKZ.js → queue.do-BUtcyDk3.js} +53522 -50841
  122. package/package.json +4 -3
  123. package/src/api/business/index.ts +16 -0
  124. package/src/api/effects/index.ts +7 -0
  125. package/src/api/index.ts +9 -1
  126. package/src/api/kiosk/index.ts +9 -4
  127. package/src/app.ts +4 -1
  128. package/src/locales/en-US.json +24 -1
  129. package/src/locales/th-TH.json +31 -1
  130. package/src/locales/zh-CN.json +27 -1
  131. package/src/modules/kiosk/interface.ts +5 -1
  132. package/src/stores/business/index.ts +45 -0
  133. package/src/stores/kiosk/index.ts +9 -4
  134. package/src/stores/kiosk/mapper.ts +5 -1
  135. package/src/stores/restaurant/index.ts +3 -1
  136. package/src/views/kiosk/devices/KioskDeviceCard.vue +202 -80
  137. package/src/views/order-settings/OrderSettingsView.vue +17 -5
  138. package/src/views/order-settings/delivery/DeliverySetting.vue +1 -1
  139. package/src/views/order-settings/delivery/delivery.data.ts +2 -2
  140. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +14 -2
  141. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -34
  142. package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +15 -12
  143. package/src/views/order-settings/discount-rule/DiscountRuleSetting.vue +434 -0
  144. package/dist/KioskDevicesView.vue_vue_type_script_setup_true_lang-1r_DBAc-.js +0 -207
  145. package/dist/OrderSettingsView-CI5bdVXr.js +0 -72108
  146. 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
  };