@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.2

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 (99) hide show
  1. package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-TgyDh8aI.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +4 -3
  3. package/dist/KioskSettingView-fbOxH9m8.js +649 -0
  4. package/dist/KioskView-C0Vn5S89.js +334 -0
  5. package/dist/{OrderSettingsView-CIUddOED.js → OrderSettingsView-mYvRn7u9.js} +1630 -1703
  6. package/dist/{app-CuyLbKuN.js → app-A306cfER.js} +478 -448
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-BJrst4DM.js → auth.dto-C5PLip9a.js} +34577 -36584
  9. package/dist/dayjs.min-CLR5r0qf.js +2110 -0
  10. package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
  11. package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/app.d.ts +439 -409
  13. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -1
  14. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
  15. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +240 -0
  16. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
  18. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
  19. package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
  20. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
  21. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
  22. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +17 -21
  23. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
  24. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
  26. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
  27. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
  28. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
  30. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
  34. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
  35. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
  36. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +136 -1
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
  41. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
  43. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
  44. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
  45. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +142 -15
  46. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  48. package/dist/{index-DPl0R4fg.js → index-BJuGDir8.js} +25 -24
  49. package/dist/index-DSCb3ndM.js +150 -0
  50. package/dist/package/entity/food-court/order.dto.d.ts +223 -223
  51. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +2 -2
  52. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +8 -8
  53. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  54. package/dist/package/entity/kiosk/kiosk.dto.d.ts +15 -15
  55. package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
  56. package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
  57. package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
  58. package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
  59. package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
  60. package/dist/package/entity/order/order.do.d.ts +946 -0
  61. package/dist/package/entity/order/order.dto.d.ts +25328 -2337
  62. package/dist/package/entity/order/order.enum.d.ts +5 -1
  63. package/dist/package/entity/order/payment/payment.dto.d.ts +930 -930
  64. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +10 -10
  65. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +4 -4
  66. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
  67. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
  68. package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
  69. package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
  70. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  71. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -48
  72. package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
  73. package/package.json +2 -2
  74. package/src/locales/en-US.json +218 -203
  75. package/src/locales/zh-CN.json +218 -203
  76. package/src/modules/order-setting/kiosk/interface.ts +25 -0
  77. package/src/stores/order-setting/mapper.ts +73 -51
  78. package/src/views/kiosk/KioskSummary.vue +36 -2
  79. package/src/views/kiosk/KioskView.vue +115 -96
  80. package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
  81. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
  82. package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
  83. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
  84. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
  85. package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
  86. package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
  87. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  88. package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
  89. package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
  90. package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
  91. package/dist/KioskView-DqV4IW7U.js +0 -289
  92. package/dist/index-B9mJLWE5.js +0 -70
  93. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
  94. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +0 -0
  95. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +0 -0
  96. /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
  97. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
  98. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
  99. /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
@@ -6065,12 +6065,12 @@ export declare const FdtoOrderToBill: z.ZodObject<{
6065
6065
  };
6066
6066
  };
6067
6067
  }[] | null | undefined;
6068
+ roundToNearest?: number | null | undefined;
6068
6069
  isTakeaway?: boolean | null | undefined;
6069
6070
  dynamicQrSession?: {
6070
6071
  link: boolean;
6071
6072
  id: string;
6072
6073
  } | null | undefined;
6073
- roundToNearest?: number | null | undefined;
6074
6074
  member?: {
6075
6075
  joinedAt?: string | null | undefined;
6076
6076
  pf_business?: {
@@ -6553,12 +6553,12 @@ export declare const FdtoOrderToBill: z.ZodObject<{
6553
6553
  };
6554
6554
  };
6555
6555
  }[] | null | undefined;
6556
+ roundToNearest?: number | null | undefined;
6556
6557
  isTakeaway?: boolean | null | undefined;
6557
6558
  dynamicQrSession?: {
6558
6559
  link: boolean;
6559
6560
  id: string;
6560
6561
  } | null | undefined;
6561
- roundToNearest?: number | null | undefined;
6562
6562
  member?: {
6563
6563
  joinedAt?: string | null | undefined;
6564
6564
  pf_business?: {
@@ -3481,12 +3481,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3481
3481
  };
3482
3482
  };
3483
3483
  }[] | null | undefined;
3484
+ roundToNearest?: number | null | undefined;
3484
3485
  isTakeaway?: boolean | null | undefined;
3485
3486
  dynamicQrSession?: {
3486
3487
  link: boolean;
3487
3488
  id: string;
3488
3489
  } | null | undefined;
3489
- roundToNearest?: number | null | undefined;
3490
3490
  member?: {
3491
3491
  joinedAt?: string | null | undefined;
3492
3492
  pf_business?: {
@@ -3969,12 +3969,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
3969
3969
  };
3970
3970
  };
3971
3971
  }[] | null | undefined;
3972
+ roundToNearest?: number | null | undefined;
3972
3973
  isTakeaway?: boolean | null | undefined;
3973
3974
  dynamicQrSession?: {
3974
3975
  link: boolean;
3975
3976
  id: string;
3976
3977
  } | null | undefined;
3977
- roundToNearest?: number | null | undefined;
3978
3978
  member?: {
3979
3979
  joinedAt?: string | null | undefined;
3980
3980
  pf_business?: {
@@ -4493,12 +4493,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4493
4493
  };
4494
4494
  };
4495
4495
  }[] | null | undefined;
4496
+ roundToNearest?: number | null | undefined;
4496
4497
  isTakeaway?: boolean | null | undefined;
4497
4498
  dynamicQrSession?: {
4498
4499
  link: boolean;
4499
4500
  id: string;
4500
4501
  } | null | undefined;
4501
- roundToNearest?: number | null | undefined;
4502
4502
  member?: {
4503
4503
  joinedAt?: string | null | undefined;
4504
4504
  pf_business?: {
@@ -4994,12 +4994,12 @@ export declare const FdtoCreateIncomingOrder: z.ZodObject<{
4994
4994
  };
4995
4995
  };
4996
4996
  }[] | null | undefined;
4997
+ roundToNearest?: number | null | undefined;
4997
4998
  isTakeaway?: boolean | null | undefined;
4998
4999
  dynamicQrSession?: {
4999
5000
  link: boolean;
5000
5001
  id: string;
5001
5002
  } | null | undefined;
5002
- roundToNearest?: number | null | undefined;
5003
5003
  member?: {
5004
5004
  joinedAt?: string | null | undefined;
5005
5005
  pf_business?: {
@@ -8880,12 +8880,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
8880
8880
  };
8881
8881
  };
8882
8882
  }[] | null | undefined;
8883
+ roundToNearest?: number | null | undefined;
8883
8884
  isTakeaway?: boolean | null | undefined;
8884
8885
  dynamicQrSession?: {
8885
8886
  link: boolean;
8886
8887
  id: string;
8887
8888
  } | null | undefined;
8888
- roundToNearest?: number | null | undefined;
8889
8889
  member?: {
8890
8890
  joinedAt?: string | null | undefined;
8891
8891
  pf_business?: {
@@ -9368,12 +9368,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9368
9368
  };
9369
9369
  };
9370
9370
  }[] | null | undefined;
9371
+ roundToNearest?: number | null | undefined;
9371
9372
  isTakeaway?: boolean | null | undefined;
9372
9373
  dynamicQrSession?: {
9373
9374
  link: boolean;
9374
9375
  id: string;
9375
9376
  } | null | undefined;
9376
- roundToNearest?: number | null | undefined;
9377
9377
  member?: {
9378
9378
  joinedAt?: string | null | undefined;
9379
9379
  pf_business?: {
@@ -9860,12 +9860,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
9860
9860
  };
9861
9861
  };
9862
9862
  }[] | null | undefined;
9863
+ roundToNearest?: number | null | undefined;
9863
9864
  isTakeaway?: boolean | null | undefined;
9864
9865
  dynamicQrSession?: {
9865
9866
  link: boolean;
9866
9867
  id: string;
9867
9868
  } | null | undefined;
9868
- roundToNearest?: number | null | undefined;
9869
9869
  member?: {
9870
9870
  joinedAt?: string | null | undefined;
9871
9871
  pf_business?: {
@@ -10352,12 +10352,12 @@ export declare const FdtoUpdateIncomingOrder: z.ZodObject<{
10352
10352
  };
10353
10353
  };
10354
10354
  }[] | null | undefined;
10355
+ roundToNearest?: number | null | undefined;
10355
10356
  isTakeaway?: boolean | null | undefined;
10356
10357
  dynamicQrSession?: {
10357
10358
  link: boolean;
10358
10359
  id: string;
10359
10360
  } | null | undefined;
10360
- roundToNearest?: number | null | undefined;
10361
10361
  member?: {
10362
10362
  joinedAt?: string | null | undefined;
10363
10363
  pf_business?: {
@@ -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<{
@@ -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<{
@@ -1,13 +1,13 @@
1
1
  import { z } from 'zod';
2
2
  export declare const FdoBaseScannerInfo: z.ZodObject<{
3
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
3
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
4
4
  }, "strip", z.ZodTypeAny, {
5
- type: "CAPACITOR" | "IMIN" | "SUNMI";
5
+ type: "CAPACITOR" | "IMIN" | "SUNMI" | "KEYBOARD";
6
6
  }, {
7
- type: "CAPACITOR" | "IMIN" | "SUNMI";
7
+ type: "CAPACITOR" | "IMIN" | "SUNMI" | "KEYBOARD";
8
8
  }>;
9
9
  export declare const FdoCapacitorScannerInfo: z.ZodObject<z.extendShape<{
10
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
10
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
11
11
  }, {
12
12
  type: z.ZodLiteral<"CAPACITOR">;
13
13
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -19,7 +19,7 @@ export declare const FdoCapacitorScannerInfo: z.ZodObject<z.extendShape<{
19
19
  type: "CAPACITOR";
20
20
  }>;
21
21
  export declare const FdoIminScannnerInfo: z.ZodObject<z.extendShape<{
22
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
22
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
23
23
  }, {
24
24
  type: z.ZodLiteral<"IMIN">;
25
25
  }>, "strip", z.ZodTypeAny, {
@@ -28,7 +28,7 @@ export declare const FdoIminScannnerInfo: z.ZodObject<z.extendShape<{
28
28
  type: "IMIN";
29
29
  }>;
30
30
  export declare const FdoSunmiScannerInfo: z.ZodObject<z.extendShape<{
31
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
31
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
32
32
  }, {
33
33
  type: z.ZodLiteral<"SUNMI">;
34
34
  connection: z.ZodObject<{
@@ -50,7 +50,7 @@ export declare const FdoSunmiScannerInfo: z.ZodObject<z.extendShape<{
50
50
  };
51
51
  }>;
52
52
  export declare const FdoScannerInfo: z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
53
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
53
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
54
54
  }, {
55
55
  type: z.ZodLiteral<"CAPACITOR">;
56
56
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -61,7 +61,7 @@ export declare const FdoScannerInfo: z.ZodDiscriminatedUnion<"type", z.Primitive
61
61
  lensFacing?: "FRONT" | "BACK" | null | undefined;
62
62
  type: "CAPACITOR";
63
63
  }> | z.ZodObject<z.extendShape<{
64
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
64
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
65
65
  }, {
66
66
  type: z.ZodLiteral<"IMIN">;
67
67
  }>, "strip", z.ZodTypeAny, {
@@ -69,7 +69,7 @@ export declare const FdoScannerInfo: z.ZodDiscriminatedUnion<"type", z.Primitive
69
69
  }, {
70
70
  type: "IMIN";
71
71
  }> | z.ZodObject<z.extendShape<{
72
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
72
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
73
73
  }, {
74
74
  type: z.ZodLiteral<"SUNMI">;
75
75
  connection: z.ZodObject<{
@@ -1,13 +1,13 @@
1
1
  import { z } from 'zod';
2
2
  export declare const BaseScannerInfoDto: z.ZodObject<{
3
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
3
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
4
4
  }, "strip", z.ZodTypeAny, {
5
- type: "CAPACITOR" | "IMIN" | "SUNMI";
5
+ type: "CAPACITOR" | "IMIN" | "SUNMI" | "KEYBOARD";
6
6
  }, {
7
- type: "CAPACITOR" | "IMIN" | "SUNMI";
7
+ type: "CAPACITOR" | "IMIN" | "SUNMI" | "KEYBOARD";
8
8
  }>;
9
9
  export declare const CapacitorScannerInfoDto: z.ZodObject<z.extendShape<{
10
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
10
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
11
11
  }, {
12
12
  type: z.ZodLiteral<"CAPACITOR">;
13
13
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -19,7 +19,7 @@ export declare const CapacitorScannerInfoDto: z.ZodObject<z.extendShape<{
19
19
  type: "CAPACITOR";
20
20
  }>;
21
21
  export declare const IminScannerInfoDto: z.ZodObject<z.extendShape<{
22
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
22
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
23
23
  }, {
24
24
  type: z.ZodLiteral<"IMIN">;
25
25
  }>, "strip", z.ZodTypeAny, {
@@ -28,7 +28,7 @@ export declare const IminScannerInfoDto: z.ZodObject<z.extendShape<{
28
28
  type: "IMIN";
29
29
  }>;
30
30
  export declare const SunmiScannerInfoDto: z.ZodObject<z.extendShape<{
31
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
31
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
32
32
  }, {
33
33
  type: z.ZodLiteral<"SUNMI">;
34
34
  connection: z.ZodDefault<z.ZodObject<{
@@ -50,7 +50,7 @@ export declare const SunmiScannerInfoDto: z.ZodObject<z.extendShape<{
50
50
  type: "SUNMI";
51
51
  }>;
52
52
  export declare const ScannerInfoDto: z.ZodDefault<z.ZodDiscriminatedUnion<"type", z.Primitive, z.ZodObject<z.extendShape<{
53
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
53
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
54
54
  }, {
55
55
  type: z.ZodLiteral<"CAPACITOR">;
56
56
  lensFacing: z.ZodNullable<z.ZodOptional<z.ZodEnum<["FRONT", "BACK"]>>>;
@@ -61,7 +61,7 @@ export declare const ScannerInfoDto: z.ZodDefault<z.ZodDiscriminatedUnion<"type"
61
61
  lensFacing?: "FRONT" | "BACK" | null | undefined;
62
62
  type: "CAPACITOR";
63
63
  }> | z.ZodObject<z.extendShape<{
64
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
64
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
65
65
  }, {
66
66
  type: z.ZodLiteral<"IMIN">;
67
67
  }>, "strip", z.ZodTypeAny, {
@@ -69,7 +69,7 @@ export declare const ScannerInfoDto: z.ZodDefault<z.ZodDiscriminatedUnion<"type"
69
69
  }, {
70
70
  type: "IMIN";
71
71
  }> | z.ZodObject<z.extendShape<{
72
- type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
72
+ type: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
73
73
  }, {
74
74
  type: z.ZodLiteral<"SUNMI">;
75
75
  connection: z.ZodDefault<z.ZodObject<{
@@ -1,5 +1,5 @@
1
1
  import { z } from "zod";
2
- export declare const F_SCANNER_TYPE: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI"]>;
2
+ export declare const F_SCANNER_TYPE: z.ZodEnum<["CAPACITOR", "IMIN", "SUNMI", "KEYBOARD"]>;
3
3
  export declare const F_SUNMI_SCANNER_CONNECTION_TYPE: z.ZodEnum<["USB", "SERIAL"]>;
4
4
  export declare const F_LENS_FACING: z.ZodEnum<["FRONT", "BACK"]>;
5
5
  export type F_SCANNER_TYPE = z.infer<typeof F_SCANNER_TYPE>;
@@ -70,13 +70,13 @@ declare const FdtoCanSubmitOrderErrorPayload: z.ZodDiscriminatedUnion<"type", z.
70
70
  type: z.ZodEnum<["INSUFFICIENT_STOCK", "INVALID_ORDER_STATUS", "MIN_PURCHASE_REQUIRED", "ORDER_TYPE_UNSUPPORT", "SESSION_EXPIRED", "POS_OFFLINE", "POS_VERSION_UNSUPPORT", "PREORDER_UNSUPPORT", "ORDER_TIME_EXPIRED", "OUT_OF_PAYMENT_PERIOD", "PAYMENT_TYPE_UNSUPPORT"]>;
71
71
  }, {
72
72
  type: z.ZodLiteral<"PAYMENT_TYPE_UNSUPPORT">;
73
- paymentType: z.ZodEnum<["cash", "ePayment", "credit", "ePaymentSandbox"]>;
73
+ paymentType: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
74
74
  }>, "strip", z.ZodTypeAny, {
75
75
  type: "PAYMENT_TYPE_UNSUPPORT";
76
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
76
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
77
77
  }, {
78
78
  type: "PAYMENT_TYPE_UNSUPPORT";
79
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
79
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
80
80
  }> | z.ZodObject<z.extendShape<{
81
81
  type: z.ZodEnum<["INSUFFICIENT_STOCK", "INVALID_ORDER_STATUS", "MIN_PURCHASE_REQUIRED", "ORDER_TYPE_UNSUPPORT", "SESSION_EXPIRED", "POS_OFFLINE", "POS_VERSION_UNSUPPORT", "PREORDER_UNSUPPORT", "ORDER_TIME_EXPIRED", "OUT_OF_PAYMENT_PERIOD", "PAYMENT_TYPE_UNSUPPORT"]>;
82
82
  }, {
@@ -212,13 +212,13 @@ export declare const FdtoCanSubmitOrderResult: z.ZodDiscriminatedUnion<"success"
212
212
  type: z.ZodEnum<["INSUFFICIENT_STOCK", "INVALID_ORDER_STATUS", "MIN_PURCHASE_REQUIRED", "ORDER_TYPE_UNSUPPORT", "SESSION_EXPIRED", "POS_OFFLINE", "POS_VERSION_UNSUPPORT", "PREORDER_UNSUPPORT", "ORDER_TIME_EXPIRED", "OUT_OF_PAYMENT_PERIOD", "PAYMENT_TYPE_UNSUPPORT"]>;
213
213
  }, {
214
214
  type: z.ZodLiteral<"PAYMENT_TYPE_UNSUPPORT">;
215
- paymentType: z.ZodEnum<["cash", "ePayment", "credit", "ePaymentSandbox"]>;
215
+ paymentType: z.ZodEnum<["cash", "ePayment", "ePaymentNonPayout", "credit", "ePaymentSandbox"]>;
216
216
  }>, "strip", z.ZodTypeAny, {
217
217
  type: "PAYMENT_TYPE_UNSUPPORT";
218
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
218
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
219
219
  }, {
220
220
  type: "PAYMENT_TYPE_UNSUPPORT";
221
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
221
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
222
222
  }> | z.ZodObject<z.extendShape<{
223
223
  type: z.ZodEnum<["INSUFFICIENT_STOCK", "INVALID_ORDER_STATUS", "MIN_PURCHASE_REQUIRED", "ORDER_TYPE_UNSUPPORT", "SESSION_EXPIRED", "POS_OFFLINE", "POS_VERSION_UNSUPPORT", "PREORDER_UNSUPPORT", "ORDER_TIME_EXPIRED", "OUT_OF_PAYMENT_PERIOD", "PAYMENT_TYPE_UNSUPPORT"]>;
224
224
  }, {
@@ -291,7 +291,7 @@ export declare const FdtoCanSubmitOrderResult: z.ZodDiscriminatedUnion<"success"
291
291
  orderType: "IN_HOUSE" | "FEEDME" | "DINE_IN" | "PICKUP" | "DELIVERY" | "STATIC_QR";
292
292
  } | {
293
293
  type: "PAYMENT_TYPE_UNSUPPORT";
294
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
294
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
295
295
  } | {
296
296
  type: "SESSION_EXPIRED";
297
297
  } | {
@@ -327,7 +327,7 @@ export declare const FdtoCanSubmitOrderResult: z.ZodDiscriminatedUnion<"success"
327
327
  orderType: "IN_HOUSE" | "FEEDME" | "DINE_IN" | "PICKUP" | "DELIVERY" | "STATIC_QR";
328
328
  } | {
329
329
  type: "PAYMENT_TYPE_UNSUPPORT";
330
- paymentType: "cash" | "ePayment" | "credit" | "ePaymentSandbox";
330
+ paymentType: "cash" | "ePayment" | "ePaymentNonPayout" | "credit" | "ePaymentSandbox";
331
331
  } | {
332
332
  type: "SESSION_EXPIRED";
333
333
  } | {