@feedmepos/mf-order-setting 0.0.21-beta.1 → 0.0.21-beta.3

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 (135) hide show
  1. package/dist/{KioskDevicesView-snR43qzG.js → KioskDevicesView-Cb7Rw7t8.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-DkpYway-.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-raPhhBpi.js} +45 -44
  3. package/dist/KioskSettingView-BQgyeWbo.js +649 -0
  4. package/dist/KioskView-BLkuqfZ_.js +371 -0
  5. package/dist/OrderSettingsView-BJ1b1Qjg.js +70873 -0
  6. package/dist/app-BY258ajB.js +644 -0
  7. package/dist/app.js +4 -505
  8. package/dist/auth.dto-BOoRSQkS.js +121725 -0
  9. package/dist/dayjs.min-4COVK72W.js +2110 -0
  10. package/dist/frontend/mf-order/src/app.d.ts +440 -410
  11. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
  13. package/dist/frontend/mf-order/src/stores/app/index.d.ts +4 -14
  14. package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +2 -2
  15. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +2 -2
  16. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +35 -30
  17. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +242 -2
  18. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  19. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +750 -614
  20. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
  21. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +1 -1
  22. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +1 -1
  23. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +175 -141
  24. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -0
  26. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
  27. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
  28. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
  30. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskSettingView.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
  34. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
  35. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/ManualIntegratedDeliverySetting.vue.d.ts +1 -1
  36. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/CurrencyInput.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryCustomTime.vue.d.ts +1 -1
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +35 -3
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryTime.vue.d.ts +1 -1
  41. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +1 -1
  43. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/ZoneDialog.vue.d.ts +1 -1
  44. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue.d.ts +1 -1
  45. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaCampaignDialog.vue.d.ts +1 -1
  46. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
  48. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +1 -1
  49. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue.d.ts +1 -1
  50. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +1 -1
  51. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
  52. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +1 -1
  53. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +1 -1
  54. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +1 -1
  55. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +1 -1
  56. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +1 -1
  57. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +35 -3
  58. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialog.vue.d.ts +1 -1
  59. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +1 -1
  60. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
  61. package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +1 -1
  62. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +1 -1
  63. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/ServiceChargeRule.vue.d.ts +1 -1
  64. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  65. package/dist/index-DSCb3ndM.js +150 -0
  66. package/dist/{index-BghBxhGG.js → index-t_7ThPjm.js} +25 -24
  67. package/dist/package/entity/booking/booking.do.d.ts +95 -1025
  68. package/dist/package/entity/delivery/delivery.dto.d.ts +78 -264
  69. package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +2 -2
  70. package/dist/package/entity/food-court/food-court.dto.d.ts +51 -0
  71. package/dist/package/entity/food-court/order.dto.d.ts +2528 -6
  72. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1377 -255
  73. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +632 -129
  74. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +1275 -244
  75. package/dist/package/entity/kiosk/kiosk.do.d.ts +14 -14
  76. package/dist/package/entity/kiosk/kiosk.dto.d.ts +17 -17
  77. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +105 -883
  78. package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
  79. package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
  80. package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
  81. package/dist/package/entity/member/member.dto.d.ts +2 -2
  82. package/dist/package/entity/order/effects/effect.dto.d.ts +6 -6
  83. package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
  84. package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
  85. package/dist/package/entity/order/order.do.d.ts +951 -5
  86. package/dist/package/entity/order/order.dto.d.ts +63375 -23687
  87. package/dist/package/entity/order/order.enum.d.ts +5 -1
  88. package/dist/package/entity/order/payment/payment.dto.d.ts +9631 -138
  89. package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +54 -54
  90. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +165 -72
  91. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +88 -241
  92. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +1 -0
  93. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +153 -215
  94. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +80 -40
  95. package/dist/package/entity/order-platform/menu.dto.d.ts +88 -88
  96. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +19 -205
  97. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
  98. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
  99. package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
  100. package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
  101. package/dist/package/entity/payment/payment.dto.d.ts +13 -13
  102. package/dist/package/entity/queue/queue.do.d.ts +80 -80
  103. package/dist/package/entity/queue/queue.dto.d.ts +7 -0
  104. package/dist/package/entity/restaurant/restaurant.dto.d.ts +226 -113
  105. package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
  106. package/package.json +17 -17
  107. package/src/app.ts +2 -3
  108. package/src/locales/en-US.json +218 -203
  109. package/src/locales/zh-CN.json +218 -203
  110. package/src/modules/order-setting/kiosk/interface.ts +25 -0
  111. package/src/stores/order-setting/mapper.ts +73 -51
  112. package/src/views/kiosk/KioskSummary.vue +40 -5
  113. package/src/views/kiosk/KioskView.vue +153 -101
  114. package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
  115. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
  116. package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
  117. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
  118. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
  119. package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
  120. package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
  121. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  122. package/src/views/order-settings/delivery/DeliverySetting.vue +9 -10
  123. package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
  124. package/dist/App-Dd-xqK-8.js +0 -60
  125. package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
  126. package/dist/KioskView-5I0PelUy.js +0 -289
  127. package/dist/OrderSettingsView-CXZq8QAV.js +0 -51594
  128. package/dist/dayjs.min-DMfenXNY.js +0 -121871
  129. package/dist/index-B9mJLWE5.js +0 -70
  130. package/dist/map-UJBUHidz.js +0 -57
  131. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
  132. /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
  133. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
  134. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
  135. /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
@@ -27,7 +27,7 @@ export declare const FdoKioskDevice: z.ZodObject<{
27
27
  machineId: z.ZodString;
28
28
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29
29
  scannerInfo: z.ZodNullable<z.ZodOptional<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
30
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
30
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
31
31
  }, {
32
32
  type: z.ZodLiteral<"CAPACITOR">;
33
33
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -38,7 +38,7 @@ export declare const FdoKioskDevice: z.ZodObject<{
38
38
  lensFacing?: "FRONT" | "BACK" | null | undefined;
39
39
  type: "CAPACITOR";
40
40
  }> | z.ZodObject<z.extendShape<{
41
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
41
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
42
42
  }, {
43
43
  type: z.ZodLiteral<"IMIN">;
44
44
  }>, "strip", z.ZodTypeAny, {
@@ -46,7 +46,7 @@ export declare const FdoKioskDevice: z.ZodObject<{
46
46
  }, {
47
47
  type: "IMIN";
48
48
  }> | z.ZodObject<z.extendShape<{
49
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
49
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
50
50
  }, {
51
51
  type: z.ZodLiteral<"SUNMI">;
52
52
  connection: z.ZodObject<{
@@ -603,7 +603,7 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
603
603
  machineId: z.ZodString;
604
604
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
605
605
  scannerInfo: z.ZodNullable<z.ZodOptional<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
606
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
606
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
607
607
  }, {
608
608
  type: z.ZodLiteral<"CAPACITOR">;
609
609
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -614,7 +614,7 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
614
614
  lensFacing?: "FRONT" | "BACK" | null | undefined;
615
615
  type: "CAPACITOR";
616
616
  }> | z.ZodObject<z.extendShape<{
617
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
617
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
618
618
  }, {
619
619
  type: z.ZodLiteral<"IMIN">;
620
620
  }>, "strip", z.ZodTypeAny, {
@@ -622,7 +622,7 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
622
622
  }, {
623
623
  type: "IMIN";
624
624
  }> | z.ZodObject<z.extendShape<{
625
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
625
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
626
626
  }, {
627
627
  type: z.ZodLiteral<"SUNMI">;
628
628
  connection: z.ZodObject<{
@@ -1358,7 +1358,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1358
1358
  machineId: z.ZodString;
1359
1359
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1360
1360
  scannerInfo: z.ZodNullable<z.ZodOptional<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1361
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1361
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1362
1362
  }, {
1363
1363
  type: z.ZodLiteral<"CAPACITOR">;
1364
1364
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -1369,7 +1369,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1369
1369
  lensFacing?: "FRONT" | "BACK" | null | undefined;
1370
1370
  type: "CAPACITOR";
1371
1371
  }> | z.ZodObject<z.extendShape<{
1372
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1372
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1373
1373
  }, {
1374
1374
  type: z.ZodLiteral<"IMIN">;
1375
1375
  }>, "strip", z.ZodTypeAny, {
@@ -1377,7 +1377,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1377
1377
  }, {
1378
1378
  type: "IMIN";
1379
1379
  }> | z.ZodObject<z.extendShape<{
1380
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1380
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1381
1381
  }, {
1382
1382
  type: z.ZodLiteral<"SUNMI">;
1383
1383
  connection: z.ZodObject<{
@@ -1943,7 +1943,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1943
1943
  machineId: z.ZodString;
1944
1944
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1945
1945
  scannerInfo: z.ZodNullable<z.ZodOptional<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1946
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1946
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1947
1947
  }, {
1948
1948
  type: z.ZodLiteral<"CAPACITOR">;
1949
1949
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -1954,7 +1954,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1954
1954
  lensFacing?: "FRONT" | "BACK" | null | undefined;
1955
1955
  type: "CAPACITOR";
1956
1956
  }> | z.ZodObject<z.extendShape<{
1957
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1957
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1958
1958
  }, {
1959
1959
  type: z.ZodLiteral<"IMIN">;
1960
1960
  }>, "strip", z.ZodTypeAny, {
@@ -1962,7 +1962,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1962
1962
  }, {
1963
1963
  type: "IMIN";
1964
1964
  }> | z.ZodObject<z.extendShape<{
1965
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1965
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1966
1966
  }, {
1967
1967
  type: z.ZodLiteral<"SUNMI">;
1968
1968
  connection: z.ZodObject<{
@@ -2513,6 +2513,7 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2513
2513
  machineId: string;
2514
2514
  }>;
2515
2515
  }>, "strip", z.ZodTypeAny, {
2516
+ _id: string;
2516
2517
  device: {
2517
2518
  name?: string | null | undefined;
2518
2519
  scannerInfo?: {
@@ -2591,8 +2592,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2591
2592
  token: string;
2592
2593
  machineId: string;
2593
2594
  };
2594
- _id: string;
2595
2595
  }, {
2596
+ _id: string;
2596
2597
  device: {
2597
2598
  name?: string | null | undefined;
2598
2599
  scannerInfo?: {
@@ -2671,7 +2672,6 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2671
2672
  token: string;
2672
2673
  machineId: string;
2673
2674
  };
2674
- _id: string;
2675
2675
  }>;
2676
2676
  export type FdoOtpInfo = z.infer<typeof FdoOtpInfo>;
2677
2677
  export type FdoRestaurantKioskSettings = z.infer<typeof FdoRestaurantKioskSettings>;
@@ -34,7 +34,7 @@ export declare const KioskDeviceDto: z.ZodObject<{
34
34
  machineId: z.ZodString;
35
35
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
36
36
  scannerInfo: z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
37
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
37
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
38
38
  }, {
39
39
  type: z.ZodLiteral<"CAPACITOR">;
40
40
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -45,7 +45,7 @@ export declare const KioskDeviceDto: z.ZodObject<{
45
45
  lensFacing?: "FRONT" | "BACK" | null | undefined;
46
46
  type: "CAPACITOR";
47
47
  }> | z.ZodObject<z.extendShape<{
48
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
48
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
49
49
  }, {
50
50
  type: z.ZodLiteral<"IMIN">;
51
51
  }>, "strip", z.ZodTypeAny, {
@@ -53,7 +53,7 @@ export declare const KioskDeviceDto: z.ZodObject<{
53
53
  }, {
54
54
  type: "IMIN";
55
55
  }> | z.ZodObject<z.extendShape<{
56
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
56
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
57
57
  }, {
58
58
  type: z.ZodLiteral<"SUNMI">;
59
59
  connection: z.ZodDefault<z.ZodObject<{
@@ -966,7 +966,7 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
966
966
  };
967
967
  }>>>;
968
968
  scannerInfo: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
969
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
969
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
970
970
  }, {
971
971
  type: z.ZodLiteral<"CAPACITOR">;
972
972
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -977,7 +977,7 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
977
977
  lensFacing?: "FRONT" | "BACK" | null | undefined;
978
978
  type: "CAPACITOR";
979
979
  }> | z.ZodObject<z.extendShape<{
980
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
980
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
981
981
  }, {
982
982
  type: z.ZodLiteral<"IMIN">;
983
983
  }>, "strip", z.ZodTypeAny, {
@@ -985,7 +985,7 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
985
985
  }, {
986
986
  type: "IMIN";
987
987
  }> | z.ZodObject<z.extendShape<{
988
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
988
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
989
989
  }, {
990
990
  type: z.ZodLiteral<"SUNMI">;
991
991
  connection: z.ZodDefault<z.ZodObject<{
@@ -1185,7 +1185,7 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1185
1185
  machineId: z.ZodString;
1186
1186
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1187
1187
  scannerInfo: z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1188
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1188
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1189
1189
  }, {
1190
1190
  type: z.ZodLiteral<"CAPACITOR">;
1191
1191
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -1196,7 +1196,7 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1196
1196
  lensFacing?: "FRONT" | "BACK" | null | undefined;
1197
1197
  type: "CAPACITOR";
1198
1198
  }> | z.ZodObject<z.extendShape<{
1199
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1199
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1200
1200
  }, {
1201
1201
  type: z.ZodLiteral<"IMIN">;
1202
1202
  }>, "strip", z.ZodTypeAny, {
@@ -1204,7 +1204,7 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1204
1204
  }, {
1205
1205
  type: "IMIN";
1206
1206
  }> | z.ZodObject<z.extendShape<{
1207
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1207
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1208
1208
  }, {
1209
1209
  type: z.ZodLiteral<"SUNMI">;
1210
1210
  connection: z.ZodDefault<z.ZodObject<{
@@ -1940,7 +1940,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
1940
1940
  machineId: z.ZodString;
1941
1941
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1942
1942
  scannerInfo: z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
1943
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1943
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1944
1944
  }, {
1945
1945
  type: z.ZodLiteral<"CAPACITOR">;
1946
1946
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -1951,7 +1951,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
1951
1951
  lensFacing?: "FRONT" | "BACK" | null | undefined;
1952
1952
  type: "CAPACITOR";
1953
1953
  }> | z.ZodObject<z.extendShape<{
1954
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1954
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1955
1955
  }, {
1956
1956
  type: z.ZodLiteral<"IMIN">;
1957
1957
  }>, "strip", z.ZodTypeAny, {
@@ -1959,7 +1959,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
1959
1959
  }, {
1960
1960
  type: "IMIN";
1961
1961
  }> | z.ZodObject<z.extendShape<{
1962
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
1962
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
1963
1963
  }, {
1964
1964
  type: z.ZodLiteral<"SUNMI">;
1965
1965
  connection: z.ZodDefault<z.ZodObject<{
@@ -2525,7 +2525,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
2525
2525
  machineId: z.ZodString;
2526
2526
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2527
2527
  scannerInfo: z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
2528
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
2528
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
2529
2529
  }, {
2530
2530
  type: z.ZodLiteral<"CAPACITOR">;
2531
2531
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -2536,7 +2536,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
2536
2536
  lensFacing?: "FRONT" | "BACK" | null | undefined;
2537
2537
  type: "CAPACITOR";
2538
2538
  }> | z.ZodObject<z.extendShape<{
2539
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
2539
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
2540
2540
  }, {
2541
2541
  type: z.ZodLiteral<"IMIN">;
2542
2542
  }>, "strip", z.ZodTypeAny, {
@@ -2544,7 +2544,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
2544
2544
  }, {
2545
2545
  type: "IMIN";
2546
2546
  }> | z.ZodObject<z.extendShape<{
2547
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
2547
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
2548
2548
  }, {
2549
2549
  type: z.ZodLiteral<"SUNMI">;
2550
2550
  connection: z.ZodDefault<z.ZodObject<{
@@ -3095,6 +3095,7 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3095
3095
  machineId: string;
3096
3096
  }>;
3097
3097
  }>, "strip", z.ZodTypeAny, {
3098
+ _id: string;
3098
3099
  device: {
3099
3100
  name?: string | null | undefined;
3100
3101
  printerInfo?: {
@@ -3173,8 +3174,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3173
3174
  };
3174
3175
  };
3175
3176
  };
3176
- _id: string;
3177
3177
  }, {
3178
+ _id: string;
3178
3179
  device: {
3179
3180
  name?: string | null | undefined;
3180
3181
  scannerInfo?: {
@@ -3253,7 +3254,6 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3253
3254
  token: string;
3254
3255
  machineId: string;
3255
3256
  };
3256
- _id: string;
3257
3257
  }>;
3258
3258
  export declare const KioskOtpDto: z.ZodObject<{
3259
3259
  _id: z.ZodString;