@feedmepos/mf-order-setting 0.0.35 → 0.0.37

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 (41) hide show
  1. package/dist/{KioskDevicesView-wPKewwAS.js → KioskDevicesView-D9PQ22G6.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-BCJPU2la.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-BuwHk_0a.js} +2 -2
  3. package/dist/{KioskSettingView-CV54HpY2.js → KioskSettingView-C98iSa7q.js} +1 -1
  4. package/dist/{KioskView-B4mggCt0.js → KioskView-C6s4u6vt.js} +7 -7
  5. package/dist/{OrderSettingsView-Cp3aV3Ps.js → OrderSettingsView-DFB_C-VO.js} +6031 -5898
  6. package/dist/{app-DlQj6ZP0.js → app-86WCOyBO.js} +21 -9
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-C_sCJHuD.js → dayjs.min-BiuO1l2_.js} +1 -1
  9. package/dist/frontend/mf-order/src/app.d.ts +12 -0
  10. package/dist/frontend/mf-order/src/helpers/order-setting.d.ts +6 -0
  11. package/dist/frontend/mf-order/src/main.d.ts +12 -0
  12. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +27 -0
  13. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  14. package/dist/{index-Cvhc_ltu.js → index-DZKSDqn_.js} +2 -2
  15. package/dist/menu.dto-CT1XwUKO.js +127978 -0
  16. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +24 -24
  17. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +48 -48
  18. package/dist/package/entity/order/menu/menu.dto.d.ts +10 -0
  19. package/dist/package/entity/order/order-item/order-item.dto.d.ts +48 -48
  20. package/dist/package/entity/order/order.do.d.ts +20 -8
  21. package/dist/package/entity/order/order.dto.d.ts +280 -164
  22. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -0
  23. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +18 -0
  24. package/dist/package/entity/order-setting/order-setting.do.d.ts +168 -0
  25. package/dist/package/entity/order-setting/order-setting.dto.d.ts +134 -0
  26. package/dist/package/entity/order-setting/queue/queue.do.d.ts +95 -1613
  27. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +62 -110
  28. package/dist/package/entity/order-setting/sequence/sequence.do.d.ts +72 -0
  29. package/dist/package/entity/order-setting/sequence/sequence.dto.d.ts +101 -0
  30. package/dist/package/entity/queue/queue.do.d.ts +18 -6
  31. package/dist/package/entity/queue/queue.dto.d.ts +52 -38
  32. package/dist/package/entity/restaurant/restaurant.dto.d.ts +81 -17
  33. package/package.json +1 -1
  34. package/src/helpers/order-setting.ts +20 -0
  35. package/src/locales/en-US.json +4 -0
  36. package/src/locales/th-TH.json +4 -0
  37. package/src/locales/zh-CN.json +4 -0
  38. package/src/stores/menu/menu.ts +1 -1
  39. package/src/stores/order-setting/mapper.ts +56 -56
  40. package/src/views/order-settings/general/GeneralSetting.vue +159 -4
  41. package/dist/menu.dto-CeUdKgTW.js +0 -103445
@@ -35,6 +35,7 @@ const k = {
35
35
  asap: "ASAP",
36
36
  auto: "Auto",
37
37
  autoIntegration: "Auto Integration",
38
+ autoResetOrderNumber: "Auto reset order number",
38
39
  autoIntegrationWarning: "Auto delivery integration not available, contact our staff for more information. Reason: {reason}",
39
40
  autoIntegrationCountryNotSupport: "Platform not support auto integration in current country.",
40
41
  autoSendKitchen: "Auto Send Kitchen",
@@ -58,6 +59,7 @@ const k = {
58
59
  create: "Create",
59
60
  createTestOrder: "Create Test Order",
60
61
  credit: "Credit",
62
+ currentNumber: "Current Number",
61
63
  customerItemRemark: "Customer item remark",
62
64
  customerItemRemarkSublabel: "Customer can attach remark to item",
63
65
  customOfflinePayment: "Custom Offline Payment",
@@ -171,6 +173,7 @@ const k = {
171
173
  online: "Online",
172
174
  operatingHour: "Operating hour",
173
175
  orderFrom: "Order from",
176
+ orderNumberSettings: "Order Number Settings",
174
177
  orderSetting: "Order Setting",
175
178
  orderType: "Order Type",
176
179
  padDigit: "Pad Digit",
@@ -220,6 +223,7 @@ const k = {
220
223
  learnMore: "learn more"
221
224
  },
222
225
  serve: "serve",
226
+ sequenceSettingRules: "Cannot be less than 1 and more than 4",
223
227
  serviceCharge: "Service Charge",
224
228
  serviceChargeRule: "* Service Charge required POS version 4.0.0 or higher",
225
229
  serviceChargeSublabel: "Make your own rules to omit change based on different conditions such as restaurant, dining option, items, slot, etc.",
@@ -339,6 +343,7 @@ const k = {
339
343
  asap: "尽快配送",
340
344
  auto: "自动",
341
345
  autoIntegration: "自动对接",
346
+ autoResetOrderNumber: "自动重置订单号",
342
347
  autoIntegrationWarning: "自动配送对接不可用, 请联络我们的工作人员了解更多信息。 原因: {reason}",
343
348
  autoIntegrationCountryNotSupport: "平台不支持当前国家/地区的自动配送对接。",
344
349
  autoSendKitchen: "自动发送至厨房",
@@ -363,6 +368,7 @@ const k = {
363
368
  create: "创建",
364
369
  createTestOrder: "创建测试订单",
365
370
  credit: "可用余额",
371
+ currentNumber: "当前号码",
366
372
  customerItemRemark: "客户商品备注",
367
373
  customerItemRemarkSublabel: "客户可以为商品添加备注",
368
374
  customOfflinePayment: "自定义线下付款方式",
@@ -477,6 +483,7 @@ const k = {
477
483
  online: "在线",
478
484
  operatingHour: "营业时间",
479
485
  orderFrom: "预订从",
486
+ orderNumberSettings: "订单号设置",
480
487
  orderSetting: "订单设置",
481
488
  orderType: "订单类型",
482
489
  padDigit: "位数",
@@ -526,6 +533,7 @@ const k = {
526
533
  learnMore: "了解更多"
527
534
  },
528
535
  serve: "服务",
536
+ sequenceSettingRules: "不能小于 1 且不能大于 4",
529
537
  serviceCharge: "服务费",
530
538
  serviceChargeRule: "* 服务费功能仅适用于POS版本4.0.0或更高版本。",
531
539
  serviceChargeSublabel: "根据不同的情况,如餐厅,就餐选项,商品,时间段等,自定义规则。",
@@ -646,6 +654,7 @@ const k = {
646
654
  asap: "ทันที",
647
655
  auto: "อัตโนมัติ",
648
656
  autoIntegration: "รวมอัตโนมัติ",
657
+ autoResetOrderNumber: "รีเซ็ตหมายเลขคำสั่งซื้ออัตโนมัติ",
649
658
  autoIntegrationWarning: "การรวมระบบการจัดส่งอัตโนมัติไม่พร้อมใช้งาน โปรดติดต่อเจ้าหน้าที่ของเราเพื่อขอข้อมูลเพิ่มเติม เหตุผล: {reason}",
650
659
  autoIntegrationCountryNotSupport: "แพลตฟอร์มไม่รองรับการเชื่อมต่อการจัดส่งแบบไดนามิกในประเทศ/ภูมิภาคปัจจุบัน",
651
660
  autoSendKitchen: "ส่งอัตโนมัติครัว",
@@ -669,6 +678,7 @@ const k = {
669
678
  create: "สร้าง",
670
679
  createTestOrder: "สร้างคำสั่งซื้อทดสอบ",
671
680
  credit: "เครดิต",
681
+ currentNumber: "หมายเลขปัจจุบัน",
672
682
  customerItemRemark: "หมายเหตุรายการลูกค้า",
673
683
  customerItemRemarkSublabel: "ลูกค้าสามารถแนบหมายเหตุกับรายการได้",
674
684
  customOfflinePayment: "การชำระเงินออฟไลน์แบบกำหนดเอง",
@@ -780,6 +790,7 @@ const k = {
780
790
  online: "ออนไลน์",
781
791
  operatingHour: "เวลาทำการ",
782
792
  orderFrom: "คำสั่งซื้อจาก",
793
+ orderNumberSettings: "การตั้งค่าหมายเลขคำสั่งซื้อ",
783
794
  orderSetting: "การตั้งค่าคำสั่งซื้อ",
784
795
  orderType: "ประเภทคำสั่งซื้อ",
785
796
  padDigit: "ตัวเลขบนแป้น",
@@ -827,6 +838,7 @@ const k = {
827
838
  learnMore: "เรียนรู้เพิ่มเติม"
828
839
  },
829
840
  serve: "เสิร์ฟ",
841
+ sequenceSettingRules: "ไม่สามารถน้อยกว่า 1 และมากกว่า 4 ได้",
830
842
  serviceCharge: "ค่าบริการ",
831
843
  serviceChargeRule: "* ค่าบริการจำเป็นต้องใช้ POS เวอร์ชัน 4.0.0 ขึ้นไป",
832
844
  serviceChargeSublabel: "สร้างกฎเกณฑ์ของคุณเองเพื่อหลีกเลี่ยงการเปลี่ยนแปลงตามเงื่อนไขที่แตกต่างกัน เช่น ร้านอาหาร ตัวเลือกการรับประทานอาหาร รายการ ช่อง ฯลฯ",
@@ -1011,33 +1023,33 @@ const w = { class: "flex-1 overflow-auto" }, Q = /* @__PURE__ */ S({
1011
1023
  ]);
1012
1024
  };
1013
1025
  }
1014
- }), R = "/kiosk", E = "/kiosk/device", F = "/kiosk/order-setting", N = "/order-settings", u = {
1026
+ }), R = "/kiosk", E = "/kiosk/device", N = "/kiosk/order-setting", F = "/order-settings", u = {
1015
1027
  KioskRoute: R,
1016
1028
  KioskDeviceRoute: E,
1017
- KioskOrderSettingRoute: F,
1018
- OrderSettingView: N
1029
+ KioskOrderSettingRoute: N,
1030
+ OrderSettingView: F
1019
1031
  }, _ = [
1020
1032
  {
1021
1033
  path: u.KioskRoute,
1022
1034
  name: "Kiosk",
1023
- component: () => import("./KioskView-B4mggCt0.js")
1035
+ component: () => import("./KioskView-C6s4u6vt.js")
1024
1036
  },
1025
1037
  {
1026
1038
  path: u.KioskDeviceRoute,
1027
1039
  name: "Kiosk Device",
1028
- component: () => import("./KioskDevicesView-wPKewwAS.js")
1040
+ component: () => import("./KioskDevicesView-D9PQ22G6.js")
1029
1041
  },
1030
1042
  {
1031
1043
  path: u.KioskOrderSettingRoute,
1032
1044
  name: "Kiosk Order Setting",
1033
- component: () => import("./KioskSettingView-CV54HpY2.js")
1045
+ component: () => import("./KioskSettingView-C98iSa7q.js")
1034
1046
  },
1035
1047
  {
1036
1048
  path: u.OrderSettingView,
1037
1049
  name: "Order Setting View",
1038
- component: () => import("./OrderSettingsView-Cp3aV3Ps.js")
1050
+ component: () => import("./OrderSettingsView-DFB_C-VO.js")
1039
1051
  }
1040
- ], H = {
1052
+ ], q = {
1041
1053
  "en-US": C,
1042
1054
  "zh-CN": I,
1043
1055
  "th-TH": T
@@ -1050,6 +1062,6 @@ export {
1050
1062
  U as d,
1051
1063
  W as e,
1052
1064
  v as g,
1053
- H as i,
1065
+ q as i,
1054
1066
  _ as r
1055
1067
  };
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as a, i as e, r as o } from "./app-DlQj6ZP0.js";
1
+ import { _ as a, i as e, r as o } from "./app-86WCOyBO.js";
2
2
  export {
3
3
  a as FmApp,
4
4
  e as i18nMessages,
@@ -1,4 +1,4 @@
1
- import { g as nt, q as kt, j as Dt } from "./menu.dto-CeUdKgTW.js";
1
+ import { g as nt, t as kt, j as Dt } from "./menu.dto-CT1XwUKO.js";
2
2
  import { useCoreStore as Q } from "@feedmepos/mf-common";
3
3
  function rt(e, t) {
4
4
  return function() {
@@ -37,6 +37,7 @@ export declare const i18nMessages: {
37
37
  asap: string;
38
38
  auto: string;
39
39
  autoIntegration: string;
40
+ autoResetOrderNumber: string;
40
41
  autoIntegrationWarning: string;
41
42
  autoIntegrationCountryNotSupport: string;
42
43
  autoSendKitchen: string;
@@ -60,6 +61,7 @@ export declare const i18nMessages: {
60
61
  create: string;
61
62
  createTestOrder: string;
62
63
  credit: string;
64
+ currentNumber: string;
63
65
  customerItemRemark: string;
64
66
  customerItemRemarkSublabel: string;
65
67
  customOfflinePayment: string;
@@ -173,6 +175,7 @@ export declare const i18nMessages: {
173
175
  online: string;
174
176
  operatingHour: string;
175
177
  orderFrom: string;
178
+ orderNumberSettings: string;
176
179
  orderSetting: string;
177
180
  orderType: string;
178
181
  padDigit: string;
@@ -222,6 +225,7 @@ export declare const i18nMessages: {
222
225
  learnMore: string;
223
226
  };
224
227
  serve: string;
228
+ sequenceSettingRules: string;
225
229
  serviceCharge: string;
226
230
  serviceChargeRule: string;
227
231
  serviceChargeSublabel: string;
@@ -342,6 +346,7 @@ export declare const i18nMessages: {
342
346
  asap: string;
343
347
  auto: string;
344
348
  autoIntegration: string;
349
+ autoResetOrderNumber: string;
345
350
  autoIntegrationWarning: string;
346
351
  autoIntegrationCountryNotSupport: string;
347
352
  autoSendKitchen: string;
@@ -366,6 +371,7 @@ export declare const i18nMessages: {
366
371
  create: string;
367
372
  createTestOrder: string;
368
373
  credit: string;
374
+ currentNumber: string;
369
375
  customerItemRemark: string;
370
376
  customerItemRemarkSublabel: string;
371
377
  customOfflinePayment: string;
@@ -480,6 +486,7 @@ export declare const i18nMessages: {
480
486
  online: string;
481
487
  operatingHour: string;
482
488
  orderFrom: string;
489
+ orderNumberSettings: string;
483
490
  orderSetting: string;
484
491
  orderType: string;
485
492
  padDigit: string;
@@ -529,6 +536,7 @@ export declare const i18nMessages: {
529
536
  learnMore: string;
530
537
  };
531
538
  serve: string;
539
+ sequenceSettingRules: string;
532
540
  serviceCharge: string;
533
541
  serviceChargeRule: string;
534
542
  serviceChargeSublabel: string;
@@ -650,6 +658,7 @@ export declare const i18nMessages: {
650
658
  asap: string;
651
659
  auto: string;
652
660
  autoIntegration: string;
661
+ autoResetOrderNumber: string;
653
662
  autoIntegrationWarning: string;
654
663
  autoIntegrationCountryNotSupport: string;
655
664
  autoSendKitchen: string;
@@ -673,6 +682,7 @@ export declare const i18nMessages: {
673
682
  create: string;
674
683
  createTestOrder: string;
675
684
  credit: string;
685
+ currentNumber: string;
676
686
  customerItemRemark: string;
677
687
  customerItemRemarkSublabel: string;
678
688
  customOfflinePayment: string;
@@ -784,6 +794,7 @@ export declare const i18nMessages: {
784
794
  online: string;
785
795
  operatingHour: string;
786
796
  orderFrom: string;
797
+ orderNumberSettings: string;
787
798
  orderSetting: string;
788
799
  orderType: string;
789
800
  padDigit: string;
@@ -831,6 +842,7 @@ export declare const i18nMessages: {
831
842
  learnMore: string;
832
843
  };
833
844
  serve: string;
845
+ sequenceSettingRules: string;
834
846
  serviceCharge: string;
835
847
  serviceChargeRule: string;
836
848
  serviceChargeSublabel: string;
@@ -0,0 +1,6 @@
1
+ import { type BaseOrderNumberSettings } from '@entity';
2
+ export declare function getSequenceStartEndLabel(sequence: BaseOrderNumberSettings): {
3
+ start: string;
4
+ end: string;
5
+ };
6
+ export declare function sequenceSettingRules(errMsg: string, digit?: number | null): (() => string | true)[];
@@ -36,6 +36,7 @@ export declare const i18nMessages: {
36
36
  asap: string;
37
37
  auto: string;
38
38
  autoIntegration: string;
39
+ autoResetOrderNumber: string;
39
40
  autoIntegrationWarning: string;
40
41
  autoIntegrationCountryNotSupport: string;
41
42
  autoSendKitchen: string;
@@ -59,6 +60,7 @@ export declare const i18nMessages: {
59
60
  create: string;
60
61
  createTestOrder: string;
61
62
  credit: string;
63
+ currentNumber: string;
62
64
  customerItemRemark: string;
63
65
  customerItemRemarkSublabel: string;
64
66
  customOfflinePayment: string;
@@ -172,6 +174,7 @@ export declare const i18nMessages: {
172
174
  online: string;
173
175
  operatingHour: string;
174
176
  orderFrom: string;
177
+ orderNumberSettings: string;
175
178
  orderSetting: string;
176
179
  orderType: string;
177
180
  padDigit: string;
@@ -221,6 +224,7 @@ export declare const i18nMessages: {
221
224
  learnMore: string;
222
225
  };
223
226
  serve: string;
227
+ sequenceSettingRules: string;
224
228
  serviceCharge: string;
225
229
  serviceChargeRule: string;
226
230
  serviceChargeSublabel: string;
@@ -341,6 +345,7 @@ export declare const i18nMessages: {
341
345
  asap: string;
342
346
  auto: string;
343
347
  autoIntegration: string;
348
+ autoResetOrderNumber: string;
344
349
  autoIntegrationWarning: string;
345
350
  autoIntegrationCountryNotSupport: string;
346
351
  autoSendKitchen: string;
@@ -365,6 +370,7 @@ export declare const i18nMessages: {
365
370
  create: string;
366
371
  createTestOrder: string;
367
372
  credit: string;
373
+ currentNumber: string;
368
374
  customerItemRemark: string;
369
375
  customerItemRemarkSublabel: string;
370
376
  customOfflinePayment: string;
@@ -479,6 +485,7 @@ export declare const i18nMessages: {
479
485
  online: string;
480
486
  operatingHour: string;
481
487
  orderFrom: string;
488
+ orderNumberSettings: string;
482
489
  orderSetting: string;
483
490
  orderType: string;
484
491
  padDigit: string;
@@ -528,6 +535,7 @@ export declare const i18nMessages: {
528
535
  learnMore: string;
529
536
  };
530
537
  serve: string;
538
+ sequenceSettingRules: string;
531
539
  serviceCharge: string;
532
540
  serviceChargeRule: string;
533
541
  serviceChargeSublabel: string;
@@ -649,6 +657,7 @@ export declare const i18nMessages: {
649
657
  asap: string;
650
658
  auto: string;
651
659
  autoIntegration: string;
660
+ autoResetOrderNumber: string;
652
661
  autoIntegrationWarning: string;
653
662
  autoIntegrationCountryNotSupport: string;
654
663
  autoSendKitchen: string;
@@ -672,6 +681,7 @@ export declare const i18nMessages: {
672
681
  create: string;
673
682
  createTestOrder: string;
674
683
  credit: string;
684
+ currentNumber: string;
675
685
  customerItemRemark: string;
676
686
  customerItemRemarkSublabel: string;
677
687
  customOfflinePayment: string;
@@ -783,6 +793,7 @@ export declare const i18nMessages: {
783
793
  online: string;
784
794
  operatingHour: string;
785
795
  orderFrom: string;
796
+ orderNumberSettings: string;
786
797
  orderSetting: string;
787
798
  orderType: string;
788
799
  padDigit: string;
@@ -830,6 +841,7 @@ export declare const i18nMessages: {
830
841
  learnMore: string;
831
842
  };
832
843
  serve: string;
844
+ sequenceSettingRules: string;
833
845
  serviceCharge: string;
834
846
  serviceChargeRule: string;
835
847
  serviceChargeSublabel: string;
@@ -138,26 +138,35 @@ export declare const useOrderSettings: import("pinia").StoreDefinition<"orderSet
138
138
  } | null | undefined;
139
139
  sequenceSettings?: {
140
140
  pickup?: {
141
+ digit?: number | null | undefined;
141
142
  prefix: string;
142
143
  current: number;
143
144
  } | undefined;
144
145
  takeaway?: {
146
+ digit?: number | null | undefined;
145
147
  prefix: string;
146
148
  current: number;
147
149
  } | undefined;
148
150
  inHouseDelivery?: {
151
+ digit?: number | null | undefined;
149
152
  prefix: string;
150
153
  current: number;
151
154
  } | undefined;
155
+ autoReset?: {
156
+ resetTime: string;
157
+ } | null | undefined;
152
158
  feedMeDelivery?: {
159
+ digit?: number | null | undefined;
153
160
  prefix: string;
154
161
  current: number;
155
162
  } | undefined;
156
163
  reservation?: {
164
+ digit?: number | null | undefined;
157
165
  prefix: string;
158
166
  current: number;
159
167
  } | undefined;
160
168
  kioskDineIn?: {
169
+ digit?: number | null | undefined;
161
170
  prefix: string;
162
171
  current: number;
163
172
  } | undefined;
@@ -384,26 +393,35 @@ export declare const useOrderSettings: import("pinia").StoreDefinition<"orderSet
384
393
  } | null | undefined;
385
394
  sequenceSettings?: {
386
395
  pickup?: {
396
+ digit?: number | null | undefined;
387
397
  prefix: string;
388
398
  current: number;
389
399
  } | undefined;
390
400
  takeaway?: {
401
+ digit?: number | null | undefined;
391
402
  prefix: string;
392
403
  current: number;
393
404
  } | undefined;
394
405
  inHouseDelivery?: {
406
+ digit?: number | null | undefined;
395
407
  prefix: string;
396
408
  current: number;
397
409
  } | undefined;
410
+ autoReset?: {
411
+ resetTime: string;
412
+ } | null | undefined;
398
413
  feedMeDelivery?: {
414
+ digit?: number | null | undefined;
399
415
  prefix: string;
400
416
  current: number;
401
417
  } | undefined;
402
418
  reservation?: {
419
+ digit?: number | null | undefined;
403
420
  prefix: string;
404
421
  current: number;
405
422
  } | undefined;
406
423
  kioskDineIn?: {
424
+ digit?: number | null | undefined;
407
425
  prefix: string;
408
426
  current: number;
409
427
  } | undefined;
@@ -630,26 +648,35 @@ export declare const useOrderSettings: import("pinia").StoreDefinition<"orderSet
630
648
  } | null | undefined;
631
649
  sequenceSettings?: {
632
650
  pickup?: {
651
+ digit?: number | null | undefined;
633
652
  prefix: string;
634
653
  current: number;
635
654
  } | undefined;
636
655
  takeaway?: {
656
+ digit?: number | null | undefined;
637
657
  prefix: string;
638
658
  current: number;
639
659
  } | undefined;
640
660
  inHouseDelivery?: {
661
+ digit?: number | null | undefined;
641
662
  prefix: string;
642
663
  current: number;
643
664
  } | undefined;
665
+ autoReset?: {
666
+ resetTime: string;
667
+ } | null | undefined;
644
668
  feedMeDelivery?: {
669
+ digit?: number | null | undefined;
645
670
  prefix: string;
646
671
  current: number;
647
672
  } | undefined;
648
673
  reservation?: {
674
+ digit?: number | null | undefined;
649
675
  prefix: string;
650
676
  current: number;
651
677
  } | undefined;
652
678
  kioskDineIn?: {
679
+ digit?: number | null | undefined;
653
680
  prefix: string;
654
681
  current: number;
655
682
  } | undefined;