@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
@@ -12,4 +12,41 @@ export declare const OrderPickupPointDto: z.ZodObject<{
12
12
  address: string;
13
13
  coordinates: number[];
14
14
  }>;
15
+ export declare const FdtoPickupReadyNotify: z.ZodObject<{
16
+ orderNumber: z.ZodString;
17
+ customerName: z.ZodString;
18
+ phoneNumber: z.ZodString;
19
+ pickupPoint: z.ZodNullable<z.ZodOptional<z.ZodObject<{
20
+ name: z.ZodString;
21
+ address: z.ZodString;
22
+ coordinates: z.ZodArray<z.ZodNumber, "many">;
23
+ }, "strip", z.ZodTypeAny, {
24
+ name: string;
25
+ address: string;
26
+ coordinates: number[];
27
+ }, {
28
+ name: string;
29
+ address: string;
30
+ coordinates: number[];
31
+ }>>>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ pickupPoint?: {
34
+ name: string;
35
+ address: string;
36
+ coordinates: number[];
37
+ } | null | undefined;
38
+ phoneNumber: string;
39
+ orderNumber: string;
40
+ customerName: string;
41
+ }, {
42
+ pickupPoint?: {
43
+ name: string;
44
+ address: string;
45
+ coordinates: number[];
46
+ } | null | undefined;
47
+ phoneNumber: string;
48
+ orderNumber: string;
49
+ customerName: string;
50
+ }>;
15
51
  export type OrderPickupPointDto = z.infer<typeof OrderPickupPointDto>;
52
+ export type FdtoPickupReadyNotify = z.infer<typeof FdtoPickupReadyNotify>;
@@ -17,5 +17,13 @@ export declare const FdtoExternalTransformMenu: z.ZodObject<{
17
17
  catalogId?: string | null | undefined;
18
18
  menu: FdtoOverridedMenu;
19
19
  }>;
20
+ export declare const FdtoExternalMenuVerify: z.ZodObject<{
21
+ platform: z.ZodEnum<["ZUS_COFFEE"]>;
22
+ }, "strip", z.ZodTypeAny, {
23
+ platform: "ZUS_COFFEE";
24
+ }, {
25
+ platform: "ZUS_COFFEE";
26
+ }>;
20
27
  export type FdtoExternalTransformMenu = z.infer<typeof FdtoExternalTransformMenu>;
21
28
  export type FdtoExternalGetMenu = z.infer<typeof FdtoExternalGetMenu>;
29
+ export type FdtoExternalMenuVerify = z.infer<typeof FdtoExternalMenuVerify>;
@@ -326,10 +326,13 @@ export declare const FdoExternalOrderPrice: z.ZodObject<{
326
326
  export declare const FdoExternalOrderPayment: z.ZodObject<{
327
327
  paymentType: z.ZodEnum<["ePayment", "Cash"]>;
328
328
  isPaid: z.ZodBoolean;
329
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
329
330
  }, "strip", z.ZodTypeAny, {
331
+ paymentMethod?: string | null | undefined;
330
332
  paymentType: "ePayment" | "Cash";
331
333
  isPaid: boolean;
332
334
  }, {
335
+ paymentMethod?: string | null | undefined;
333
336
  paymentType: "ePayment" | "Cash";
334
337
  isPaid: boolean;
335
338
  }>;
@@ -755,10 +758,13 @@ export declare const FdoExternalOrder: z.ZodObject<{
755
758
  payment: z.ZodObject<{
756
759
  paymentType: z.ZodEnum<["ePayment", "Cash"]>;
757
760
  isPaid: z.ZodBoolean;
761
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
758
762
  }, "strip", z.ZodTypeAny, {
763
+ paymentMethod?: string | null | undefined;
759
764
  paymentType: "ePayment" | "Cash";
760
765
  isPaid: boolean;
761
766
  }, {
767
+ paymentMethod?: string | null | undefined;
762
768
  paymentType: "ePayment" | "Cash";
763
769
  isPaid: boolean;
764
770
  }>;
@@ -1202,6 +1208,7 @@ export declare const FdoExternalOrder: z.ZodObject<{
1202
1208
  }[];
1203
1209
  }[];
1204
1210
  payment: {
1211
+ paymentMethod?: string | null | undefined;
1205
1212
  paymentType: "ePayment" | "Cash";
1206
1213
  isPaid: boolean;
1207
1214
  };
@@ -1328,6 +1335,7 @@ export declare const FdoExternalOrder: z.ZodObject<{
1328
1335
  }[];
1329
1336
  }[];
1330
1337
  payment: {
1338
+ paymentMethod?: string | null | undefined;
1331
1339
  paymentType: "ePayment" | "Cash";
1332
1340
  isPaid: boolean;
1333
1341
  };
@@ -155,10 +155,13 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
155
155
  payment: z.ZodObject<{
156
156
  paymentType: z.ZodEnum<["ePayment", "Cash"]>;
157
157
  isPaid: z.ZodBoolean;
158
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
158
159
  }, "strip", z.ZodTypeAny, {
160
+ paymentMethod?: string | null | undefined;
159
161
  paymentType: "ePayment" | "Cash";
160
162
  isPaid: boolean;
161
163
  }, {
164
+ paymentMethod?: string | null | undefined;
162
165
  paymentType: "ePayment" | "Cash";
163
166
  isPaid: boolean;
164
167
  }>;
@@ -595,6 +598,7 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
595
598
  }[];
596
599
  }[];
597
600
  payment: {
601
+ paymentMethod?: string | null | undefined;
598
602
  paymentType: "ePayment" | "Cash";
599
603
  isPaid: boolean;
600
604
  };
@@ -714,6 +718,7 @@ export declare const FdtoExternalOrderCreate: z.ZodObject<Omit<{
714
718
  }[];
715
719
  }[];
716
720
  payment: {
721
+ paymentMethod?: string | null | undefined;
717
722
  paymentType: "ePayment" | "Cash";
718
723
  isPaid: boolean;
719
724
  };
@@ -1158,10 +1163,13 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1158
1163
  payment: z.ZodOptional<z.ZodObject<{
1159
1164
  paymentType: z.ZodEnum<["ePayment", "Cash"]>;
1160
1165
  isPaid: z.ZodBoolean;
1166
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1161
1167
  }, "strip", z.ZodTypeAny, {
1168
+ paymentMethod?: string | null | undefined;
1162
1169
  paymentType: "ePayment" | "Cash";
1163
1170
  isPaid: boolean;
1164
1171
  }, {
1172
+ paymentMethod?: string | null | undefined;
1165
1173
  paymentType: "ePayment" | "Cash";
1166
1174
  isPaid: boolean;
1167
1175
  }>>;
@@ -1330,6 +1338,7 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1330
1338
  }[];
1331
1339
  }[] | undefined;
1332
1340
  payment?: {
1341
+ paymentMethod?: string | null | undefined;
1333
1342
  paymentType: "ePayment" | "Cash";
1334
1343
  isPaid: boolean;
1335
1344
  } | undefined;
@@ -1449,6 +1458,7 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1449
1458
  }[];
1450
1459
  }[] | undefined;
1451
1460
  payment?: {
1461
+ paymentMethod?: string | null | undefined;
1452
1462
  paymentType: "ePayment" | "Cash";
1453
1463
  isPaid: boolean;
1454
1464
  } | undefined;
@@ -1571,6 +1581,7 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1571
1581
  }[];
1572
1582
  }[] | undefined;
1573
1583
  payment?: {
1584
+ paymentMethod?: string | null | undefined;
1574
1585
  paymentType: "ePayment" | "Cash";
1575
1586
  isPaid: boolean;
1576
1587
  } | undefined;
@@ -1693,6 +1704,7 @@ export declare const FdtoExternalOrderUpdate: z.ZodObject<{
1693
1704
  }[];
1694
1705
  }[] | undefined;
1695
1706
  payment?: {
1707
+ paymentMethod?: string | null | undefined;
1696
1708
  paymentType: "ePayment" | "Cash";
1697
1709
  isPaid: boolean;
1698
1710
  } | undefined;
@@ -1769,13 +1781,13 @@ export declare const FdtoExternalOrderRefund: z.ZodObject<{
1769
1781
  export declare const FdtoUpdateOrderStatus: z.ZodObject<{
1770
1782
  restaurantId: z.ZodString;
1771
1783
  orderId: z.ZodString;
1772
- state: z.ZodEnum<["READY"]>;
1784
+ state: z.ZodEnum<["READY", "COLLECTED"]>;
1773
1785
  }, "strip", z.ZodTypeAny, {
1774
- state: "READY";
1786
+ state: "COLLECTED" | "READY";
1775
1787
  orderId: string;
1776
1788
  restaurantId: string;
1777
1789
  }, {
1778
- state: "READY";
1790
+ state: "COLLECTED" | "READY";
1779
1791
  orderId: string;
1780
1792
  restaurantId: string;
1781
1793
  }>;
@@ -1936,10 +1948,13 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
1936
1948
  payment: z.ZodObject<{
1937
1949
  paymentType: z.ZodEnum<["ePayment", "Cash"]>;
1938
1950
  isPaid: z.ZodBoolean;
1951
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1939
1952
  }, "strip", z.ZodTypeAny, {
1953
+ paymentMethod?: string | null | undefined;
1940
1954
  paymentType: "ePayment" | "Cash";
1941
1955
  isPaid: boolean;
1942
1956
  }, {
1957
+ paymentMethod?: string | null | undefined;
1943
1958
  paymentType: "ePayment" | "Cash";
1944
1959
  isPaid: boolean;
1945
1960
  }>;
@@ -2383,6 +2398,7 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2383
2398
  }[];
2384
2399
  }[];
2385
2400
  payment: {
2401
+ paymentMethod?: string | null | undefined;
2386
2402
  paymentType: "ePayment" | "Cash";
2387
2403
  isPaid: boolean;
2388
2404
  };
@@ -2509,6 +2525,7 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2509
2525
  }[];
2510
2526
  }[];
2511
2527
  payment: {
2528
+ paymentMethod?: string | null | undefined;
2512
2529
  paymentType: "ePayment" | "Cash";
2513
2530
  isPaid: boolean;
2514
2531
  };
@@ -2638,6 +2655,7 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2638
2655
  }[];
2639
2656
  }[];
2640
2657
  payment: {
2658
+ paymentMethod?: string | null | undefined;
2641
2659
  paymentType: "ePayment" | "Cash";
2642
2660
  isPaid: boolean;
2643
2661
  };
@@ -2767,6 +2785,7 @@ export declare const FdtoExternalOrderGetRes: z.ZodObject<{
2767
2785
  }[];
2768
2786
  }[];
2769
2787
  payment: {
2788
+ paymentMethod?: string | null | undefined;
2770
2789
  paymentType: "ePayment" | "Cash";
2771
2790
  isPaid: boolean;
2772
2791
  };
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const F_EXTERNAL_PAYMENT_TYPE: z.ZodEnum<["ePayment", "Cash"]>;
3
3
  export declare const F_EXTERNAL_ORDER_PLATFORM: z.ZodEnum<["ZUS_COFFEE"]>;
4
- export declare const F_EXTERNAL_ORDER_STATE: z.ZodEnum<["READY"]>;
4
+ export declare const F_EXTERNAL_ORDER_STATE: z.ZodEnum<["READY", "COLLECTED"]>;
5
5
  export declare const F_EXTERNAL_ORDER_STATUS: z.ZodEnum<["PENDING", "ACCEPTED", "REJECTED"]>;
6
6
  export type F_EXTERNAL_ORDER_PLATFORM = z.infer<typeof F_EXTERNAL_ORDER_PLATFORM>;
7
7
  export type F_EXTERNAL_PAYMENT_TYPE = z.infer<typeof F_EXTERNAL_PAYMENT_TYPE>;
@@ -36,11 +36,14 @@ export declare const FdoExternalSetting: z.ZodObject<{
36
36
  autoAccept: z.ZodBoolean;
37
37
  autoSend: z.ZodBoolean;
38
38
  autoCloseBill: z.ZodBoolean;
39
+ printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
39
40
  }, "strip", z.ZodTypeAny, {
41
+ printReceiptAfterClose?: boolean | null | undefined;
40
42
  autoAccept: boolean;
41
43
  autoSend: boolean;
42
44
  autoCloseBill: boolean;
43
45
  }, {
46
+ printReceiptAfterClose?: boolean | null | undefined;
44
47
  autoAccept: boolean;
45
48
  autoSend: boolean;
46
49
  autoCloseBill: boolean;
@@ -99,6 +102,7 @@ export declare const FdoExternalSetting: z.ZodObject<{
99
102
  enable: boolean;
100
103
  platform: "IN_HOUSE" | "FEEDME" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
101
104
  config: {
105
+ printReceiptAfterClose?: boolean | null | undefined;
102
106
  autoAccept: boolean;
103
107
  autoSend: boolean;
104
108
  autoCloseBill: boolean;
@@ -119,6 +123,7 @@ export declare const FdoExternalSetting: z.ZodObject<{
119
123
  enable: boolean;
120
124
  platform: "IN_HOUSE" | "FEEDME" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
121
125
  config: {
126
+ printReceiptAfterClose?: boolean | null | undefined;
122
127
  autoAccept: boolean;
123
128
  autoSend: boolean;
124
129
  autoCloseBill: boolean;
@@ -6,11 +6,14 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
6
6
  autoAccept: z.ZodBoolean;
7
7
  autoSend: z.ZodBoolean;
8
8
  autoCloseBill: z.ZodBoolean;
9
+ printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
9
10
  }, "strip", z.ZodTypeAny, {
11
+ printReceiptAfterClose?: boolean | null | undefined;
10
12
  autoAccept: boolean;
11
13
  autoSend: boolean;
12
14
  autoCloseBill: boolean;
13
15
  }, {
16
+ printReceiptAfterClose?: boolean | null | undefined;
14
17
  autoAccept: boolean;
15
18
  autoSend: boolean;
16
19
  autoCloseBill: boolean;
@@ -68,6 +71,7 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
68
71
  enable: boolean;
69
72
  platform: "IN_HOUSE" | "FEEDME" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
70
73
  config: {
74
+ printReceiptAfterClose?: boolean | null | undefined;
71
75
  autoAccept: boolean;
72
76
  autoSend: boolean;
73
77
  autoCloseBill: boolean;
@@ -87,6 +91,7 @@ export declare const FdtoExternalSettingCreateOrUpdate: z.ZodObject<Omit<{
87
91
  enable: boolean;
88
92
  platform: "IN_HOUSE" | "FEEDME" | "FOOD_PANDA" | "GRAB_FOOD" | "SHOPEE_FOOD" | "ZUS";
89
93
  config: {
94
+ printReceiptAfterClose?: boolean | null | undefined;
90
95
  autoAccept: boolean;
91
96
  autoSend: boolean;
92
97
  autoCloseBill: boolean;
@@ -0,0 +1,192 @@
1
+ import { z } from "zod";
2
+ declare const ZusMenuGroup: z.ZodObject<{
3
+ group_id: z.ZodString;
4
+ items: z.ZodArray<z.ZodObject<{
5
+ name: z.ZodString;
6
+ sku: z.ZodString;
7
+ feedme_id: z.ZodString;
8
+ }, "strip", z.ZodTypeAny, {
9
+ name: string;
10
+ sku: string;
11
+ feedme_id: string;
12
+ }, {
13
+ name: string;
14
+ sku: string;
15
+ feedme_id: string;
16
+ }>, "many">;
17
+ }, "strip", z.ZodTypeAny, {
18
+ items: {
19
+ name: string;
20
+ sku: string;
21
+ feedme_id: string;
22
+ }[];
23
+ group_id: string;
24
+ }, {
25
+ items: {
26
+ name: string;
27
+ sku: string;
28
+ feedme_id: string;
29
+ }[];
30
+ group_id: string;
31
+ }>;
32
+ declare const ZusMenuItem: z.ZodObject<{
33
+ name: z.ZodString;
34
+ sku: z.ZodString;
35
+ feedme_id: z.ZodString;
36
+ groups: z.ZodArray<z.ZodObject<{
37
+ group_id: z.ZodString;
38
+ items: z.ZodArray<z.ZodObject<{
39
+ name: z.ZodString;
40
+ sku: z.ZodString;
41
+ feedme_id: z.ZodString;
42
+ }, "strip", z.ZodTypeAny, {
43
+ name: string;
44
+ sku: string;
45
+ feedme_id: string;
46
+ }, {
47
+ name: string;
48
+ sku: string;
49
+ feedme_id: string;
50
+ }>, "many">;
51
+ }, "strip", z.ZodTypeAny, {
52
+ items: {
53
+ name: string;
54
+ sku: string;
55
+ feedme_id: string;
56
+ }[];
57
+ group_id: string;
58
+ }, {
59
+ items: {
60
+ name: string;
61
+ sku: string;
62
+ feedme_id: string;
63
+ }[];
64
+ group_id: string;
65
+ }>, "many">;
66
+ }, "strip", z.ZodTypeAny, {
67
+ name: string;
68
+ groups: {
69
+ items: {
70
+ name: string;
71
+ sku: string;
72
+ feedme_id: string;
73
+ }[];
74
+ group_id: string;
75
+ }[];
76
+ sku: string;
77
+ feedme_id: string;
78
+ }, {
79
+ name: string;
80
+ groups: {
81
+ items: {
82
+ name: string;
83
+ sku: string;
84
+ feedme_id: string;
85
+ }[];
86
+ group_id: string;
87
+ }[];
88
+ sku: string;
89
+ feedme_id: string;
90
+ }>;
91
+ declare const ZusMenu: z.ZodObject<{
92
+ success: z.ZodBoolean;
93
+ status_code: z.ZodNumber;
94
+ message: z.ZodString;
95
+ data: z.ZodArray<z.ZodObject<{
96
+ name: z.ZodString;
97
+ sku: z.ZodString;
98
+ feedme_id: z.ZodString;
99
+ groups: z.ZodArray<z.ZodObject<{
100
+ group_id: z.ZodString;
101
+ items: z.ZodArray<z.ZodObject<{
102
+ name: z.ZodString;
103
+ sku: z.ZodString;
104
+ feedme_id: z.ZodString;
105
+ }, "strip", z.ZodTypeAny, {
106
+ name: string;
107
+ sku: string;
108
+ feedme_id: string;
109
+ }, {
110
+ name: string;
111
+ sku: string;
112
+ feedme_id: string;
113
+ }>, "many">;
114
+ }, "strip", z.ZodTypeAny, {
115
+ items: {
116
+ name: string;
117
+ sku: string;
118
+ feedme_id: string;
119
+ }[];
120
+ group_id: string;
121
+ }, {
122
+ items: {
123
+ name: string;
124
+ sku: string;
125
+ feedme_id: string;
126
+ }[];
127
+ group_id: string;
128
+ }>, "many">;
129
+ }, "strip", z.ZodTypeAny, {
130
+ name: string;
131
+ groups: {
132
+ items: {
133
+ name: string;
134
+ sku: string;
135
+ feedme_id: string;
136
+ }[];
137
+ group_id: string;
138
+ }[];
139
+ sku: string;
140
+ feedme_id: string;
141
+ }, {
142
+ name: string;
143
+ groups: {
144
+ items: {
145
+ name: string;
146
+ sku: string;
147
+ feedme_id: string;
148
+ }[];
149
+ group_id: string;
150
+ }[];
151
+ sku: string;
152
+ feedme_id: string;
153
+ }>, "many">;
154
+ }, "strip", z.ZodTypeAny, {
155
+ data: {
156
+ name: string;
157
+ groups: {
158
+ items: {
159
+ name: string;
160
+ sku: string;
161
+ feedme_id: string;
162
+ }[];
163
+ group_id: string;
164
+ }[];
165
+ sku: string;
166
+ feedme_id: string;
167
+ }[];
168
+ message: string;
169
+ success: boolean;
170
+ status_code: number;
171
+ }, {
172
+ data: {
173
+ name: string;
174
+ groups: {
175
+ items: {
176
+ name: string;
177
+ sku: string;
178
+ feedme_id: string;
179
+ }[];
180
+ group_id: string;
181
+ }[];
182
+ sku: string;
183
+ feedme_id: string;
184
+ }[];
185
+ message: string;
186
+ success: boolean;
187
+ status_code: number;
188
+ }>;
189
+ export type ZusMenuGroup = z.infer<typeof ZusMenuGroup>;
190
+ export type ZusMenuItem = z.infer<typeof ZusMenuItem>;
191
+ export type ZusMenu = z.infer<typeof ZusMenu>;
192
+ export {};