@feedmepos/mf-order-setting 0.0.54 → 0.0.57

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 (46) hide show
  1. package/dist/{KioskDevicesView-CMKNjgWx.js → KioskDevicesView-CVnUSyRk.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-B1sNvlUC.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-XcAx8n.js} +2 -2
  3. package/dist/KioskSettingView-CyAxzbP1.js +744 -0
  4. package/dist/{KioskView-U-Wg8oMC.js → KioskView-DYESsVun.js} +60 -57
  5. package/dist/{OrderSettingsView-BWzaITT6.js → OrderSettingsView-BKkoSdAX.js} +4 -4
  6. package/dist/{app-CFfgPAd8.js → app-DaX8cX_Q.js} +126 -118
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-CuRr-wlf.js → dayjs.min-puCJYept.js} +1 -1
  9. package/dist/frontend/mf-order/src/app.d.ts +8 -0
  10. package/dist/frontend/mf-order/src/main.d.ts +8 -0
  11. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +2 -0
  12. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +6 -0
  13. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +4 -4
  14. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  15. package/dist/{index-Bj0bCGTm.js → index-CtMw6yZU.js} +1 -1
  16. package/dist/{menu.dto-DAh1J2ES.js → menu.dto-Csu6ZBea.js} +2 -0
  17. package/dist/package/entity/food-court/order.do.d.ts +4 -24
  18. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +1 -12341
  19. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +22443 -3
  20. package/dist/package/entity/order/order.do.d.ts +1 -1
  21. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
  22. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +32 -32
  23. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +2 -2
  24. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +2 -2
  25. package/dist/package/entity/order-platform/order-platform.dto.d.ts +2 -2
  26. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +3 -0
  27. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +3 -0
  28. package/dist/package/entity/order-setting/order-setting.do.d.ts +5 -0
  29. package/dist/package/entity/order-setting/order-setting.dto.d.ts +10 -0
  30. package/dist/package/entity/queue/queue.do.d.ts +3 -8
  31. package/dist/package/entity/restaurant/restaurant.dto.d.ts +5 -0
  32. package/dist/package/entity/websocket/websocket.dto.d.ts +12 -0
  33. package/package.json +1 -1
  34. package/src/locales/en-US.json +2 -0
  35. package/src/locales/ja-JP.json +11 -9
  36. package/src/locales/th-TH.json +2 -0
  37. package/src/locales/zh-CN.json +2 -0
  38. package/src/main.ts +5 -5
  39. package/src/modules/order-setting/kiosk/interface.ts +19 -17
  40. package/src/stores/order-setting/mapper.ts +66 -63
  41. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +19 -1
  42. package/src/views/kiosk/settings/KioskSettingView.vue +56 -34
  43. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  44. package/src/views/order-settings/drive-thru/DriveThruSetting.vue +4 -4
  45. package/src/views/order-settings/servicecharge/ServiceChargeRule.vue +1 -5
  46. package/dist/KioskSettingView-BE_pMA-i.js +0 -720
@@ -4624,7 +4624,7 @@ export declare const FdoOrderMetadata: z.ZodObject<{
4624
4624
  rawUserAgent?: string | null | undefined;
4625
4625
  orderPlatform: "UNKNOWN" | "WEB_V2_APP" | "WEB_V3_APP" | "KIOSK_APP" | "TABLET_APP";
4626
4626
  }>;
4627
- export declare const FdoOrder: z.AnyZodObject;
4627
+ export declare const FdoOrder: any;
4628
4628
  export type FdoOrderItemIs = z.infer<typeof FdoOrderItemIs>;
4629
4629
  export type FdoOrderItemVariant = z.infer<typeof FdoOrderItemVariant>;
4630
4630
  export type FdoOrderItemProduct = z.infer<typeof FdoOrderItemProduct>;
@@ -223,22 +223,22 @@ export declare const FdoExternalOrderPickup: z.ZodObject<{
223
223
  contactNumber: z.ZodString;
224
224
  customerName: z.ZodString;
225
225
  }, "strip", z.ZodTypeAny, {
226
+ contactNumber: string;
227
+ pickupAt: string;
226
228
  pickupPoint: {
227
229
  name: string;
228
230
  address: string;
229
231
  coordinates: number[];
230
232
  };
231
- contactNumber: string;
232
- pickupAt: string;
233
233
  customerName: string;
234
234
  }, {
235
+ contactNumber: string;
236
+ pickupAt: string;
235
237
  pickupPoint: {
236
238
  name: string;
237
239
  address: string;
238
240
  coordinates: number[];
239
241
  };
240
- contactNumber: string;
241
- pickupAt: string;
242
242
  customerName: string;
243
243
  }>;
244
244
  export declare const FdoExternalOrderPrice: z.ZodObject<{
@@ -744,22 +744,22 @@ export declare const FdoExternalOrder: z.ZodObject<{
744
744
  contactNumber: z.ZodString;
745
745
  customerName: z.ZodString;
746
746
  }, "strip", z.ZodTypeAny, {
747
+ contactNumber: string;
748
+ pickupAt: string;
747
749
  pickupPoint: {
748
750
  name: string;
749
751
  address: string;
750
752
  coordinates: number[];
751
753
  };
752
- contactNumber: string;
753
- pickupAt: string;
754
754
  customerName: string;
755
755
  }, {
756
+ contactNumber: string;
757
+ pickupAt: string;
756
758
  pickupPoint: {
757
759
  name: string;
758
760
  address: string;
759
761
  coordinates: number[];
760
762
  };
761
- contactNumber: string;
762
- pickupAt: string;
763
763
  customerName: string;
764
764
  }>>>;
765
765
  dineIn: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -1150,13 +1150,13 @@ export declare const FdoExternalOrder: z.ZodObject<{
1150
1150
  billId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1151
1151
  }, "strip", z.ZodTypeAny, {
1152
1152
  pickup?: {
1153
+ contactNumber: string;
1154
+ pickupAt: string;
1153
1155
  pickupPoint: {
1154
1156
  name: string;
1155
1157
  address: string;
1156
1158
  coordinates: number[];
1157
1159
  };
1158
- contactNumber: string;
1159
- pickupAt: string;
1160
1160
  customerName: string;
1161
1161
  } | null | undefined;
1162
1162
  remark?: string | null | undefined;
@@ -1287,13 +1287,13 @@ export declare const FdoExternalOrder: z.ZodObject<{
1287
1287
  };
1288
1288
  }, {
1289
1289
  pickup?: {
1290
+ contactNumber: string;
1291
+ pickupAt: string;
1290
1292
  pickupPoint: {
1291
1293
  name: string;
1292
1294
  address: string;
1293
1295
  coordinates: number[];
1294
1296
  };
1295
- contactNumber: string;
1296
- pickupAt: string;
1297
1297
  customerName: string;
1298
1298
  } | null | undefined;
1299
1299
  remark?: string | null | undefined;
@@ -124,22 +124,22 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
124
124
  contactNumber: z.ZodString;
125
125
  customerName: z.ZodString;
126
126
  }, "strip", z.ZodTypeAny, {
127
+ contactNumber: string;
128
+ pickupAt: string;
127
129
  pickupPoint: {
128
130
  name: string;
129
131
  address: string;
130
132
  coordinates: number[];
131
133
  };
132
- contactNumber: string;
133
- pickupAt: string;
134
134
  customerName: string;
135
135
  }, {
136
+ contactNumber: string;
137
+ pickupAt: string;
136
138
  pickupPoint: {
137
139
  name: string;
138
140
  address: string;
139
141
  coordinates: number[];
140
142
  };
141
- contactNumber: string;
142
- pickupAt: string;
143
143
  customerName: string;
144
144
  }>>>;
145
145
  dineIn: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -530,13 +530,13 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
530
530
  billId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
531
531
  }, "_id" | "orderStatus" | "billId" | "eInvoiceUrl">, "strip", z.ZodTypeAny, {
532
532
  pickup?: {
533
+ contactNumber: string;
534
+ pickupAt: string;
533
535
  pickupPoint: {
534
536
  name: string;
535
537
  address: string;
536
538
  coordinates: number[];
537
539
  };
538
- contactNumber: string;
539
- pickupAt: string;
540
540
  customerName: string;
541
541
  } | null | undefined;
542
542
  remark?: string | null | undefined;
@@ -660,13 +660,13 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
660
660
  };
661
661
  }, {
662
662
  pickup?: {
663
+ contactNumber: string;
664
+ pickupAt: string;
663
665
  pickupPoint: {
664
666
  name: string;
665
667
  address: string;
666
668
  coordinates: number[];
667
669
  };
668
- contactNumber: string;
669
- pickupAt: string;
670
670
  customerName: string;
671
671
  } | null | undefined;
672
672
  remark?: string | null | undefined;
@@ -915,22 +915,22 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
915
915
  contactNumber: z.ZodString;
916
916
  customerName: z.ZodString;
917
917
  }, "strip", z.ZodTypeAny, {
918
+ contactNumber: string;
919
+ pickupAt: string;
918
920
  pickupPoint: {
919
921
  name: string;
920
922
  address: string;
921
923
  coordinates: number[];
922
924
  };
923
- contactNumber: string;
924
- pickupAt: string;
925
925
  customerName: string;
926
926
  }, {
927
+ contactNumber: string;
928
+ pickupAt: string;
927
929
  pickupPoint: {
928
930
  name: string;
929
931
  address: string;
930
932
  coordinates: number[];
931
933
  };
932
- contactNumber: string;
933
- pickupAt: string;
934
934
  customerName: string;
935
935
  }>>>>;
936
936
  orderId: z.ZodOptional<z.ZodString>;
@@ -1340,13 +1340,13 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1340
1340
  };
1341
1341
  } | undefined;
1342
1342
  pickup?: {
1343
+ contactNumber: string;
1344
+ pickupAt: string;
1343
1345
  pickupPoint: {
1344
1346
  name: string;
1345
1347
  address: string;
1346
1348
  coordinates: number[];
1347
1349
  };
1348
- contactNumber: string;
1349
- pickupAt: string;
1350
1350
  customerName: string;
1351
1351
  } | null | undefined;
1352
1352
  orderId?: string | undefined;
@@ -1470,13 +1470,13 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1470
1470
  };
1471
1471
  } | undefined;
1472
1472
  pickup?: {
1473
+ contactNumber: string;
1474
+ pickupAt: string;
1473
1475
  pickupPoint: {
1474
1476
  name: string;
1475
1477
  address: string;
1476
1478
  coordinates: number[];
1477
1479
  };
1478
- contactNumber: string;
1479
- pickupAt: string;
1480
1480
  customerName: string;
1481
1481
  } | null | undefined;
1482
1482
  orderId?: string | undefined;
@@ -1603,13 +1603,13 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1603
1603
  };
1604
1604
  } | undefined;
1605
1605
  pickup?: {
1606
+ contactNumber: string;
1607
+ pickupAt: string;
1606
1608
  pickupPoint: {
1607
1609
  name: string;
1608
1610
  address: string;
1609
1611
  coordinates: number[];
1610
1612
  };
1611
- contactNumber: string;
1612
- pickupAt: string;
1613
1613
  customerName: string;
1614
1614
  } | null | undefined;
1615
1615
  orderId?: string | undefined;
@@ -1736,13 +1736,13 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1736
1736
  };
1737
1737
  } | undefined;
1738
1738
  pickup?: {
1739
+ contactNumber: string;
1740
+ pickupAt: string;
1739
1741
  pickupPoint: {
1740
1742
  name: string;
1741
1743
  address: string;
1742
1744
  coordinates: number[];
1743
1745
  };
1744
- contactNumber: string;
1745
- pickupAt: string;
1746
1746
  customerName: string;
1747
1747
  } | null | undefined;
1748
1748
  orderId?: string | undefined;
@@ -2029,22 +2029,22 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2029
2029
  contactNumber: z.ZodString;
2030
2030
  customerName: z.ZodString;
2031
2031
  }, "strip", z.ZodTypeAny, {
2032
+ contactNumber: string;
2033
+ pickupAt: string;
2032
2034
  pickupPoint: {
2033
2035
  name: string;
2034
2036
  address: string;
2035
2037
  coordinates: number[];
2036
2038
  };
2037
- contactNumber: string;
2038
- pickupAt: string;
2039
2039
  customerName: string;
2040
2040
  }, {
2041
+ contactNumber: string;
2042
+ pickupAt: string;
2041
2043
  pickupPoint: {
2042
2044
  name: string;
2043
2045
  address: string;
2044
2046
  coordinates: number[];
2045
2047
  };
2046
- contactNumber: string;
2047
- pickupAt: string;
2048
2048
  customerName: string;
2049
2049
  }>>>;
2050
2050
  dineIn: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -2435,13 +2435,13 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2435
2435
  billId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2436
2436
  }, "strip", z.ZodTypeAny, {
2437
2437
  pickup?: {
2438
+ contactNumber: string;
2439
+ pickupAt: string;
2438
2440
  pickupPoint: {
2439
2441
  name: string;
2440
2442
  address: string;
2441
2443
  coordinates: number[];
2442
2444
  };
2443
- contactNumber: string;
2444
- pickupAt: string;
2445
2445
  customerName: string;
2446
2446
  } | null | undefined;
2447
2447
  remark?: string | null | undefined;
@@ -2572,13 +2572,13 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2572
2572
  };
2573
2573
  }, {
2574
2574
  pickup?: {
2575
+ contactNumber: string;
2576
+ pickupAt: string;
2575
2577
  pickupPoint: {
2576
2578
  name: string;
2577
2579
  address: string;
2578
2580
  coordinates: number[];
2579
2581
  };
2580
- contactNumber: string;
2581
- pickupAt: string;
2582
2582
  customerName: string;
2583
2583
  } | null | undefined;
2584
2584
  remark?: string | null | undefined;
@@ -2712,13 +2712,13 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2712
2712
  }, "strip", z.ZodTypeAny, {
2713
2713
  orders: {
2714
2714
  pickup?: {
2715
+ contactNumber: string;
2716
+ pickupAt: string;
2715
2717
  pickupPoint: {
2716
2718
  name: string;
2717
2719
  address: string;
2718
2720
  coordinates: number[];
2719
2721
  };
2720
- contactNumber: string;
2721
- pickupAt: string;
2722
2722
  customerName: string;
2723
2723
  } | null | undefined;
2724
2724
  remark?: string | null | undefined;
@@ -2852,13 +2852,13 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2852
2852
  }, {
2853
2853
  orders: {
2854
2854
  pickup?: {
2855
+ contactNumber: string;
2856
+ pickupAt: string;
2855
2857
  pickupPoint: {
2856
2858
  name: string;
2857
2859
  address: string;
2858
2860
  coordinates: number[];
2859
2861
  };
2860
- contactNumber: string;
2861
- pickupAt: string;
2862
2862
  customerName: string;
2863
2863
  } | null | undefined;
2864
2864
  remark?: string | null | undefined;
@@ -104,13 +104,13 @@ export declare const FdoExternalSetting: z.ZodObject<{
104
104
  lastSynchronize?: string | null | undefined;
105
105
  _id: string;
106
106
  enable: boolean;
107
- platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
108
107
  config: {
109
108
  printReceiptAfterClose?: boolean | null | undefined;
110
109
  autoAccept: boolean;
111
110
  autoSend: boolean;
112
111
  autoCloseBill: boolean;
113
112
  };
113
+ platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
114
114
  }, {
115
115
  pickup?: {
116
116
  catalogId?: string | null | undefined;
@@ -127,12 +127,12 @@ export declare const FdoExternalSetting: z.ZodObject<{
127
127
  lastSynchronize?: string | null | undefined;
128
128
  _id: string;
129
129
  enable: boolean;
130
- platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
131
130
  config: {
132
131
  printReceiptAfterClose?: boolean | null | undefined;
133
132
  autoAccept: boolean;
134
133
  autoSend: boolean;
135
134
  autoCloseBill: boolean;
136
135
  };
136
+ platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
137
137
  }>;
138
138
  export type FdoExternalSetting = z.infer<typeof FdoExternalSetting>;
@@ -73,13 +73,13 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
73
73
  updatedAt?: string | null | undefined;
74
74
  lastSynchronize?: string | null | undefined;
75
75
  enable: boolean;
76
- platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
77
76
  config: {
78
77
  printReceiptAfterClose?: boolean | null | undefined;
79
78
  autoAccept: boolean;
80
79
  autoSend: boolean;
81
80
  autoCloseBill: boolean;
82
81
  };
82
+ platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
83
83
  }, {
84
84
  pickup?: {
85
85
  catalogId?: string | null | undefined;
@@ -95,12 +95,12 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
95
95
  updatedAt?: string | null | undefined;
96
96
  lastSynchronize?: string | null | undefined;
97
97
  enable: boolean;
98
- platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
99
98
  config: {
100
99
  printReceiptAfterClose?: boolean | null | undefined;
101
100
  autoAccept: boolean;
102
101
  autoSend: boolean;
103
102
  autoCloseBill: boolean;
104
103
  };
104
+ platform: "IN_HOUSE" | "FEEDME" | "DELIVEROO" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
105
105
  }>;
106
106
  export type FdtoExternalSettingCreateOrUpdate = z.infer<typeof FdtoExternalSettingCreateOrUpdate>;
@@ -6464,8 +6464,8 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
6464
6464
  status: "COMPLETED" | "CANCELLED" | "ACCEPT" | "REJECT" | "DONE_PREPARED" | "COLLECTED" | "REFUND";
6465
6465
  orderId: string;
6466
6466
  action: "SYNC_MENU" | "UPDATE_ORDER" | "GET_OR_UPDATE_SETTING";
6467
- platform: string;
6468
6467
  billId: string;
6468
+ platform: string;
6469
6469
  }, {
6470
6470
  reason?: string | null | undefined;
6471
6471
  bill?: {
@@ -7335,8 +7335,8 @@ export declare const FdtoIntegrationUpdateOrderRequest: z.ZodObject<z.extendShap
7335
7335
  status: "COMPLETED" | "CANCELLED" | "ACCEPT" | "REJECT" | "DONE_PREPARED" | "COLLECTED" | "REFUND";
7336
7336
  orderId: string;
7337
7337
  action: "SYNC_MENU" | "UPDATE_ORDER" | "GET_OR_UPDATE_SETTING";
7338
- platform: string;
7339
7338
  billId: string;
7339
+ platform: string;
7340
7340
  }>;
7341
7341
  export declare const FdtoUpdateOrderPlatformSettingReq: z.ZodObject<z.extendShape<{
7342
7342
  platform: z.ZodString;
@@ -439,6 +439,7 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
439
439
  }, {
440
440
  showAllOnly: boolean;
441
441
  }>>>;
442
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
442
443
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
443
444
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
444
445
  }, "strip", z.ZodTypeAny, {
@@ -497,6 +498,7 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
497
498
  menuItem?: {
498
499
  showAllOnly: boolean;
499
500
  } | null | undefined;
501
+ otaChannel?: string | null | undefined;
500
502
  coverImageLandscape?: string | null | undefined;
501
503
  coverImagePortrait?: string | null | undefined;
502
504
  }, {
@@ -555,6 +557,7 @@ export declare const FdoOrderKioskSettings: z.ZodObject<{
555
557
  menuItem?: {
556
558
  showAllOnly: boolean;
557
559
  } | null | undefined;
560
+ otaChannel?: string | null | undefined;
558
561
  coverImageLandscape?: string | null | undefined;
559
562
  coverImagePortrait?: string | null | undefined;
560
563
  }>;
@@ -638,6 +638,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
638
638
  }, {
639
639
  showAllOnly: boolean;
640
640
  }>>>;
641
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
641
642
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
642
643
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
643
644
  }, "strip", z.ZodTypeAny, {
@@ -696,6 +697,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
696
697
  menuItem?: {
697
698
  showAllOnly: boolean;
698
699
  } | null | undefined;
700
+ otaChannel?: string | null | undefined;
699
701
  coverImageLandscape?: string | null | undefined;
700
702
  coverImagePortrait?: string | null | undefined;
701
703
  }, {
@@ -754,6 +756,7 @@ export declare const OrderKioskSettings: z.ZodDefault<z.ZodObject<{
754
756
  menuItem?: {
755
757
  showAllOnly: boolean;
756
758
  } | null | undefined;
759
+ otaChannel?: string | null | undefined;
757
760
  coverImageLandscape?: string | null | undefined;
758
761
  coverImagePortrait?: string | null | undefined;
759
762
  }>>;
@@ -722,6 +722,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
722
722
  }, {
723
723
  showAllOnly: boolean;
724
724
  }>>>;
725
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
725
726
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
726
727
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
727
728
  }, "strip", z.ZodTypeAny, {
@@ -780,6 +781,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
780
781
  menuItem?: {
781
782
  showAllOnly: boolean;
782
783
  } | null | undefined;
784
+ otaChannel?: string | null | undefined;
783
785
  coverImageLandscape?: string | null | undefined;
784
786
  coverImagePortrait?: string | null | undefined;
785
787
  }, {
@@ -838,6 +840,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
838
840
  menuItem?: {
839
841
  showAllOnly: boolean;
840
842
  } | null | undefined;
843
+ otaChannel?: string | null | undefined;
841
844
  coverImageLandscape?: string | null | undefined;
842
845
  coverImagePortrait?: string | null | undefined;
843
846
  }>>>;
@@ -1157,6 +1160,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
1157
1160
  menuItem?: {
1158
1161
  showAllOnly: boolean;
1159
1162
  } | null | undefined;
1163
+ otaChannel?: string | null | undefined;
1160
1164
  coverImageLandscape?: string | null | undefined;
1161
1165
  coverImagePortrait?: string | null | undefined;
1162
1166
  } | null | undefined;
@@ -1350,6 +1354,7 @@ export declare const FdoOrderSettings: z.ZodObject<{
1350
1354
  menuItem?: {
1351
1355
  showAllOnly: boolean;
1352
1356
  } | null | undefined;
1357
+ otaChannel?: string | null | undefined;
1353
1358
  coverImageLandscape?: string | null | undefined;
1354
1359
  coverImagePortrait?: string | null | undefined;
1355
1360
  } | null | undefined;
@@ -514,6 +514,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
514
514
  }, {
515
515
  showAllOnly: boolean;
516
516
  }>>>;
517
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
517
518
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
518
519
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
519
520
  }, "strip", z.ZodTypeAny, {
@@ -572,6 +573,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
572
573
  menuItem?: {
573
574
  showAllOnly: boolean;
574
575
  } | null | undefined;
576
+ otaChannel?: string | null | undefined;
575
577
  coverImageLandscape?: string | null | undefined;
576
578
  coverImagePortrait?: string | null | undefined;
577
579
  }, {
@@ -630,6 +632,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
630
632
  menuItem?: {
631
633
  showAllOnly: boolean;
632
634
  } | null | undefined;
635
+ otaChannel?: string | null | undefined;
633
636
  coverImageLandscape?: string | null | undefined;
634
637
  coverImagePortrait?: string | null | undefined;
635
638
  }>>>>;
@@ -1122,6 +1125,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
1122
1125
  menuItem?: {
1123
1126
  showAllOnly: boolean;
1124
1127
  } | null | undefined;
1128
+ otaChannel?: string | null | undefined;
1125
1129
  coverImageLandscape?: string | null | undefined;
1126
1130
  coverImagePortrait?: string | null | undefined;
1127
1131
  } | null | undefined;
@@ -1315,6 +1319,7 @@ export declare const OrderSettingsDto: z.ZodObject<{
1315
1319
  menuItem?: {
1316
1320
  showAllOnly: boolean;
1317
1321
  } | null | undefined;
1322
+ otaChannel?: string | null | undefined;
1318
1323
  coverImageLandscape?: string | null | undefined;
1319
1324
  coverImagePortrait?: string | null | undefined;
1320
1325
  } | null | undefined;
@@ -1937,6 +1942,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1937
1942
  }, {
1938
1943
  showAllOnly: boolean;
1939
1944
  }>>>;
1945
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1940
1946
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1941
1947
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1942
1948
  }, "strip", z.ZodTypeAny, {
@@ -1995,6 +2001,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
1995
2001
  menuItem?: {
1996
2002
  showAllOnly: boolean;
1997
2003
  } | null | undefined;
2004
+ otaChannel?: string | null | undefined;
1998
2005
  coverImageLandscape?: string | null | undefined;
1999
2006
  coverImagePortrait?: string | null | undefined;
2000
2007
  }, {
@@ -2053,6 +2060,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2053
2060
  menuItem?: {
2054
2061
  showAllOnly: boolean;
2055
2062
  } | null | undefined;
2063
+ otaChannel?: string | null | undefined;
2056
2064
  coverImageLandscape?: string | null | undefined;
2057
2065
  coverImagePortrait?: string | null | undefined;
2058
2066
  }>>>>;
@@ -2545,6 +2553,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2545
2553
  menuItem?: {
2546
2554
  showAllOnly: boolean;
2547
2555
  } | null | undefined;
2556
+ otaChannel?: string | null | undefined;
2548
2557
  coverImageLandscape?: string | null | undefined;
2549
2558
  coverImagePortrait?: string | null | undefined;
2550
2559
  } | null | undefined;
@@ -2737,6 +2746,7 @@ export declare const OrderSettingUpdateDto: z.ZodObject<Omit<{
2737
2746
  menuItem?: {
2738
2747
  showAllOnly: boolean;
2739
2748
  } | null | undefined;
2749
+ otaChannel?: string | null | undefined;
2740
2750
  coverImageLandscape?: string | null | undefined;
2741
2751
  coverImagePortrait?: string | null | undefined;
2742
2752
  } | null | undefined;
@@ -51,9 +51,6 @@ export declare const FdoTimeSetting: z.ZodObject<{
51
51
  }>, "many">;
52
52
  }, "strip", z.ZodTypeAny, {
53
53
  hours: {
54
- /**
55
- * @deprecated
56
- */
57
54
  end: string;
58
55
  start: string;
59
56
  }[];
@@ -1709,9 +1706,7 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
1709
1706
  coordinates: number[];
1710
1707
  }>, "many">>>;
1711
1708
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1712
- photoURL: z.ZodNullable<z.ZodOptional<z.ZodString>>; /**
1713
- * @deprecated
1714
- */
1709
+ photoURL: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1715
1710
  displayName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1716
1711
  phoneNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1717
1712
  imported: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -3455,7 +3450,7 @@ export declare const FdoRestaurantQueueCart: z.ZodObject<{
3455
3450
  };
3456
3451
  }>;
3457
3452
  export type FdoRestaurantQueueCart = z.infer<typeof FdoRestaurantQueueCart>;
3458
- export declare const FdoRestaurantQueue: z.AnyZodObject;
3459
- export declare const FdoRestaurantQueues: z.AnyZodObject;
3453
+ export declare const FdoRestaurantQueue: any;
3454
+ export declare const FdoRestaurantQueues: any;
3460
3455
  export type FdoRestaurantQueue = z.infer<typeof FdoRestaurantQueue>;
3461
3456
  export type FdoRestaurantQueues = z.infer<typeof FdoRestaurantQueues>;
@@ -3861,6 +3861,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
3861
3861
  }, {
3862
3862
  showAllOnly: boolean;
3863
3863
  }>>>;
3864
+ otaChannel: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3864
3865
  coverImageLandscape: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3865
3866
  coverImagePortrait: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3866
3867
  }, "strip", z.ZodTypeAny, {
@@ -3919,6 +3920,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
3919
3920
  menuItem?: {
3920
3921
  showAllOnly: boolean;
3921
3922
  } | null | undefined;
3923
+ otaChannel?: string | null | undefined;
3922
3924
  coverImageLandscape?: string | null | undefined;
3923
3925
  coverImagePortrait?: string | null | undefined;
3924
3926
  }, {
@@ -3977,6 +3979,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
3977
3979
  menuItem?: {
3978
3980
  showAllOnly: boolean;
3979
3981
  } | null | undefined;
3982
+ otaChannel?: string | null | undefined;
3980
3983
  coverImageLandscape?: string | null | undefined;
3981
3984
  coverImagePortrait?: string | null | undefined;
3982
3985
  }>>>>;
@@ -4431,6 +4434,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
4431
4434
  menuItem?: {
4432
4435
  showAllOnly: boolean;
4433
4436
  } | null | undefined;
4437
+ otaChannel?: string | null | undefined;
4434
4438
  coverImageLandscape?: string | null | undefined;
4435
4439
  coverImagePortrait?: string | null | undefined;
4436
4440
  } | null | undefined;
@@ -4687,6 +4691,7 @@ export declare const RestaurantCustomerKioskDto: z.ZodObject<{
4687
4691
  menuItem?: {
4688
4692
  showAllOnly: boolean;
4689
4693
  } | null | undefined;
4694
+ otaChannel?: string | null | undefined;
4690
4695
  coverImageLandscape?: string | null | undefined;
4691
4696
  coverImagePortrait?: string | null | undefined;
4692
4697
  } | null | undefined;