@feedmepos/mf-order-setting 0.0.27 → 0.0.29

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 (77) hide show
  1. package/dist/{KioskDevicesView-AKvyDF3w.js → KioskDevicesView-Dvr4RUmt.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-Cx8VMyNB.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CJ-xAR8i.js} +2 -2
  3. package/dist/{KioskSettingView-equ5EIvU.js → KioskSettingView-DaJz8ZZi.js} +1 -1
  4. package/dist/{KioskView-CsE7BGtA.js → KioskView-v8Yl4x4R.js} +4 -4
  5. package/dist/OrderSettingsView-CN1PFwX_.js +74545 -0
  6. package/dist/{app-D-zQN9_E.js → app-d1Lptg6A.js} +123 -30
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-CWQSmujV.js → dayjs.min-BLlPHZkl.js} +278 -267
  9. package/dist/frontend/mf-order/src/api/business/index.d.ts +5 -0
  10. package/dist/frontend/mf-order/src/api/effects/index.d.ts +3 -0
  11. package/dist/frontend/mf-order/src/api/index.d.ts +2 -0
  12. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +1 -0
  13. package/dist/frontend/mf-order/src/app.d.ts +93 -0
  14. package/dist/frontend/mf-order/src/main.d.ts +93 -0
  15. package/dist/frontend/mf-order/src/stores/business/index.d.ts +62 -0
  16. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +139 -125
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +81 -78
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +54 -52
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +4 -0
  20. package/dist/frontend/mf-order/src/views/order-settings/discount-rule/DiscountRuleSetting.vue.d.ts +2 -0
  21. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  22. package/dist/{index-BwrMcIf2.js → index-Cg9kSeyn.js} +2 -2
  23. package/dist/package/entity/booking/booking.do.d.ts +596 -551
  24. package/dist/package/entity/delivery/delivery.dto.d.ts +118 -109
  25. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +342 -652
  26. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +13778 -478
  27. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +731 -1227
  28. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
  29. package/dist/package/entity/index.d.ts +1 -0
  30. package/dist/package/entity/kiosk/kiosk.do.d.ts +32 -0
  31. package/dist/package/entity/kiosk/kiosk.dto.d.ts +14 -14
  32. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1469 -621
  33. package/dist/package/entity/member/member.dto.d.ts +14 -7
  34. package/dist/package/entity/order/effects/effect.dto.d.ts +154 -6
  35. package/dist/package/entity/order/order-item/order-item.dto.d.ts +87 -34
  36. package/dist/package/entity/order/order.do.d.ts +177 -572
  37. package/dist/package/entity/order/order.dto.d.ts +902 -1412
  38. package/dist/package/entity/order/pickup/pickup.dto.d.ts +37 -0
  39. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +8 -0
  40. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -0
  41. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +22 -3
  42. package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
  43. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +5 -0
  44. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +5 -0
  45. package/dist/package/entity/order-platform/external/zus/zus-menu.dto.d.ts +192 -0
  46. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +104 -0
  47. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +152 -109
  48. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +3 -0
  49. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -0
  50. package/dist/package/entity/order-platform/foodpanda/foodpanda.enum.d.ts +2 -0
  51. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +139 -109
  52. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  53. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +152 -2
  54. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +2 -0
  55. package/dist/package/entity/order-platform/order-platform.dto.d.ts +6 -3
  56. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +164 -109
  57. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +22 -0
  58. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  59. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  60. package/dist/package/entity/queue/queue.dto.d.ts +11446 -93
  61. package/dist/package/entity/user/user.do.d.ts +129 -18
  62. package/dist/queue.do-zk6sqriQ.js +125612 -0
  63. package/package.json +4 -3
  64. package/src/api/business/index.ts +16 -0
  65. package/src/api/effects/index.ts +7 -0
  66. package/src/api/index.ts +9 -1
  67. package/src/api/remoteOrder/index.ts +3 -0
  68. package/src/locales/en-US.json +31 -1
  69. package/src/locales/th-TH.json +31 -1
  70. package/src/locales/zh-CN.json +34 -1
  71. package/src/stores/business/index.ts +45 -0
  72. package/src/stores/restaurant/index.ts +3 -1
  73. package/src/views/order-settings/OrderSettingsView.vue +17 -5
  74. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +38 -1
  75. package/src/views/order-settings/discount-rule/DiscountRuleSetting.vue +452 -0
  76. package/dist/OrderSettingsView-BpLXyk_0.js +0 -49013
  77. package/dist/queue.do-F110q0_J.js +0 -100389
@@ -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';
@@ -443,6 +443,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
443
443
  }>>>;
444
444
  deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
445
445
  slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
446
+ pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
447
+ deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
446
448
  }, "strip", z.ZodTypeAny, {
447
449
  name?: string | null | undefined;
448
450
  scannerInfo?: {
@@ -520,6 +522,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
520
522
  } | null | undefined;
521
523
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
522
524
  slotInfo?: string | null | undefined;
525
+ pinInfo?: string | null | undefined;
526
+ deviceAppVersion?: string | null | undefined;
523
527
  machineId: string;
524
528
  token: string;
525
529
  }, {
@@ -599,6 +603,8 @@ export declare const FdoKioskDevice: z.ZodObject<{
599
603
  } | null | undefined;
600
604
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
601
605
  slotInfo?: string | null | undefined;
606
+ pinInfo?: string | null | undefined;
607
+ deviceAppVersion?: string | null | undefined;
602
608
  machineId: string;
603
609
  token: string;
604
610
  }>;
@@ -1025,6 +1031,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
1025
1031
  }>>>;
1026
1032
  deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
1027
1033
  slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1034
+ pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1035
+ deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1028
1036
  }, "strip", z.ZodTypeAny, {
1029
1037
  name?: string | null | undefined;
1030
1038
  scannerInfo?: {
@@ -1102,6 +1110,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
1102
1110
  } | null | undefined;
1103
1111
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1104
1112
  slotInfo?: string | null | undefined;
1113
+ pinInfo?: string | null | undefined;
1114
+ deviceAppVersion?: string | null | undefined;
1105
1115
  machineId: string;
1106
1116
  token: string;
1107
1117
  }, {
@@ -1181,6 +1191,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
1181
1191
  } | null | undefined;
1182
1192
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1183
1193
  slotInfo?: string | null | undefined;
1194
+ pinInfo?: string | null | undefined;
1195
+ deviceAppVersion?: string | null | undefined;
1184
1196
  machineId: string;
1185
1197
  token: string;
1186
1198
  }>, "many">>>;
@@ -1272,6 +1284,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
1272
1284
  } | null | undefined;
1273
1285
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1274
1286
  slotInfo?: string | null | undefined;
1287
+ pinInfo?: string | null | undefined;
1288
+ deviceAppVersion?: string | null | undefined;
1275
1289
  machineId: string;
1276
1290
  token: string;
1277
1291
  }[] | null | undefined;
@@ -1358,6 +1372,8 @@ export declare const FdoRestaurantKioskSettings: z.ZodObject<{
1358
1372
  } | null | undefined;
1359
1373
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1360
1374
  slotInfo?: string | null | undefined;
1375
+ pinInfo?: string | null | undefined;
1376
+ deviceAppVersion?: string | null | undefined;
1361
1377
  machineId: string;
1362
1378
  token: string;
1363
1379
  }[] | null | undefined;
@@ -1790,6 +1806,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1790
1806
  }>>>;
1791
1807
  deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
1792
1808
  slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1809
+ pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1810
+ deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1793
1811
  }, "strip", z.ZodTypeAny, {
1794
1812
  name?: string | null | undefined;
1795
1813
  scannerInfo?: {
@@ -1867,6 +1885,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1867
1885
  } | null | undefined;
1868
1886
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1869
1887
  slotInfo?: string | null | undefined;
1888
+ pinInfo?: string | null | undefined;
1889
+ deviceAppVersion?: string | null | undefined;
1870
1890
  machineId: string;
1871
1891
  token: string;
1872
1892
  }, {
@@ -1946,6 +1966,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
1946
1966
  } | null | undefined;
1947
1967
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1948
1968
  slotInfo?: string | null | undefined;
1969
+ pinInfo?: string | null | undefined;
1970
+ deviceAppVersion?: string | null | undefined;
1949
1971
  machineId: string;
1950
1972
  token: string;
1951
1973
  }>, "many">>>;
@@ -2381,6 +2403,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2381
2403
  }>>>;
2382
2404
  deviceAppType: z.ZodNullable<z.ZodOptional<z.ZodEnum<["WEB_V2_APP", "WEB_V3_APP", "KIOSK_APP", "TABLET_APP", "UNKNOWN"]>>>;
2383
2405
  slotInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2406
+ pinInfo: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2407
+ deviceAppVersion: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2384
2408
  }, "strip", z.ZodTypeAny, {
2385
2409
  name?: string | null | undefined;
2386
2410
  scannerInfo?: {
@@ -2458,6 +2482,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2458
2482
  } | null | undefined;
2459
2483
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2460
2484
  slotInfo?: string | null | undefined;
2485
+ pinInfo?: string | null | undefined;
2486
+ deviceAppVersion?: string | null | undefined;
2461
2487
  machineId: string;
2462
2488
  token: string;
2463
2489
  }, {
@@ -2537,6 +2563,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2537
2563
  } | null | undefined;
2538
2564
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2539
2565
  slotInfo?: string | null | undefined;
2566
+ pinInfo?: string | null | undefined;
2567
+ deviceAppVersion?: string | null | undefined;
2540
2568
  machineId: string;
2541
2569
  token: string;
2542
2570
  }>;
@@ -2619,6 +2647,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2619
2647
  } | null | undefined;
2620
2648
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2621
2649
  slotInfo?: string | null | undefined;
2650
+ pinInfo?: string | null | undefined;
2651
+ deviceAppVersion?: string | null | undefined;
2622
2652
  machineId: string;
2623
2653
  token: string;
2624
2654
  };
@@ -2701,6 +2731,8 @@ export declare const FdoRestaurantKioskSettingByToken: z.ZodObject<z.extendShape
2701
2731
  } | null | undefined;
2702
2732
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2703
2733
  slotInfo?: string | null | undefined;
2734
+ pinInfo?: string | null | undefined;
2735
+ deviceAppVersion?: string | null | undefined;
2704
2736
  machineId: string;
2705
2737
  token: string;
2706
2738
  };
@@ -524,8 +524,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
524
524
  } | null | undefined;
525
525
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
526
526
  slotInfo?: string | null | undefined;
527
- deviceAppVersion?: string | null | undefined;
528
527
  pinInfo?: string | null | undefined;
528
+ deviceAppVersion?: string | null | undefined;
529
529
  machineId: string;
530
530
  token: string;
531
531
  scannerInfo: {
@@ -616,8 +616,8 @@ export declare const KioskDeviceDto: z.ZodObject<{
616
616
  } | null | undefined;
617
617
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
618
618
  slotInfo?: string | null | undefined;
619
- deviceAppVersion?: string | null | undefined;
620
619
  pinInfo?: string | null | undefined;
620
+ deviceAppVersion?: string | null | undefined;
621
621
  machineId: string;
622
622
  token: string;
623
623
  }>;
@@ -1115,8 +1115,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
1115
1115
  terminalId: string;
1116
1116
  } | null | undefined;
1117
1117
  slotInfo?: string | null | undefined;
1118
- deviceAppVersion?: string | null | undefined;
1119
1118
  pinInfo?: string | null | undefined;
1119
+ deviceAppVersion?: string | null | undefined;
1120
1120
  }, {
1121
1121
  scannerInfo?: {
1122
1122
  lensFacing?: "FRONT" | "BACK" | null | undefined;
@@ -1192,8 +1192,8 @@ export declare const KioskDeviceUpdateDto: z.ZodObject<{
1192
1192
  terminalId: string;
1193
1193
  } | null | undefined;
1194
1194
  slotInfo?: string | null | undefined;
1195
- deviceAppVersion?: string | null | undefined;
1196
1195
  pinInfo?: string | null | undefined;
1196
+ deviceAppVersion?: string | null | undefined;
1197
1197
  }>;
1198
1198
  export declare const KioskOtpInfoDto: z.ZodObject<{
1199
1199
  code: z.ZodString;
@@ -1696,8 +1696,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1696
1696
  } | null | undefined;
1697
1697
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1698
1698
  slotInfo?: string | null | undefined;
1699
- deviceAppVersion?: string | null | undefined;
1700
1699
  pinInfo?: string | null | undefined;
1700
+ deviceAppVersion?: string | null | undefined;
1701
1701
  machineId: string;
1702
1702
  token: string;
1703
1703
  scannerInfo: {
@@ -1788,8 +1788,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1788
1788
  } | null | undefined;
1789
1789
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1790
1790
  slotInfo?: string | null | undefined;
1791
- deviceAppVersion?: string | null | undefined;
1792
1791
  pinInfo?: string | null | undefined;
1792
+ deviceAppVersion?: string | null | undefined;
1793
1793
  machineId: string;
1794
1794
  token: string;
1795
1795
  }>, "many">>>;
@@ -1870,8 +1870,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1870
1870
  } | null | undefined;
1871
1871
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1872
1872
  slotInfo?: string | null | undefined;
1873
- deviceAppVersion?: string | null | undefined;
1874
1873
  pinInfo?: string | null | undefined;
1874
+ deviceAppVersion?: string | null | undefined;
1875
1875
  machineId: string;
1876
1876
  token: string;
1877
1877
  scannerInfo: {
@@ -1969,8 +1969,8 @@ export declare const KioskRestaurantSettingDto: z.ZodObject<{
1969
1969
  } | null | undefined;
1970
1970
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
1971
1971
  slotInfo?: string | null | undefined;
1972
- deviceAppVersion?: string | null | undefined;
1973
1972
  pinInfo?: string | null | undefined;
1973
+ deviceAppVersion?: string | null | undefined;
1974
1974
  machineId: string;
1975
1975
  token: string;
1976
1976
  }[] | null | undefined;
@@ -2471,8 +2471,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
2471
2471
  } | null | undefined;
2472
2472
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2473
2473
  slotInfo?: string | null | undefined;
2474
- deviceAppVersion?: string | null | undefined;
2475
2474
  pinInfo?: string | null | undefined;
2475
+ deviceAppVersion?: string | null | undefined;
2476
2476
  machineId: string;
2477
2477
  token: string;
2478
2478
  scannerInfo: {
@@ -2563,8 +2563,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
2563
2563
  } | null | undefined;
2564
2564
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
2565
2565
  slotInfo?: string | null | undefined;
2566
- deviceAppVersion?: string | null | undefined;
2567
2566
  pinInfo?: string | null | undefined;
2567
+ deviceAppVersion?: string | null | undefined;
2568
2568
  machineId: string;
2569
2569
  token: string;
2570
2570
  }>, "many">>>;
@@ -3068,8 +3068,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3068
3068
  } | null | undefined;
3069
3069
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
3070
3070
  slotInfo?: string | null | undefined;
3071
- deviceAppVersion?: string | null | undefined;
3072
3071
  pinInfo?: string | null | undefined;
3072
+ deviceAppVersion?: string | null | undefined;
3073
3073
  machineId: string;
3074
3074
  token: string;
3075
3075
  scannerInfo: {
@@ -3160,8 +3160,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3160
3160
  } | null | undefined;
3161
3161
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
3162
3162
  slotInfo?: string | null | undefined;
3163
- deviceAppVersion?: string | null | undefined;
3164
3163
  pinInfo?: string | null | undefined;
3164
+ deviceAppVersion?: string | null | undefined;
3165
3165
  machineId: string;
3166
3166
  token: string;
3167
3167
  }>;
@@ -3233,8 +3233,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3233
3233
  } | null | undefined;
3234
3234
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
3235
3235
  slotInfo?: string | null | undefined;
3236
- deviceAppVersion?: string | null | undefined;
3237
3236
  pinInfo?: string | null | undefined;
3237
+ deviceAppVersion?: string | null | undefined;
3238
3238
  machineId: string;
3239
3239
  token: string;
3240
3240
  scannerInfo: {
@@ -3328,8 +3328,8 @@ export declare const KioskRestaurantSettingByTokenDto: z.ZodObject<z.extendShape
3328
3328
  } | null | undefined;
3329
3329
  deviceAppType?: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP" | null | undefined;
3330
3330
  slotInfo?: string | null | undefined;
3331
- deviceAppVersion?: string | null | undefined;
3332
3331
  pinInfo?: string | null | undefined;
3332
+ deviceAppVersion?: string | null | undefined;
3333
3333
  machineId: string;
3334
3334
  token: string;
3335
3335
  };