@feedmepos/mf-order-setting 0.0.72-test.1 → 0.0.73-dev

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 (168) hide show
  1. package/.env +1 -1
  2. package/README.md +7 -23
  3. package/dist/{KioskDevicesView-CP_cGMXE.js → KioskDevicesView-Dztw-Q35.js} +1 -1
  4. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CiNLqFw6.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Ol419NZh.js} +3 -3
  5. package/dist/{KioskSettingView-BiKYEjfe.js → KioskSettingView-BUHmoxyO.js} +183 -202
  6. package/dist/{KioskView-BYxPrI7N.js → KioskView-B8j77zMA.js} +4 -4
  7. package/dist/OrderSettingsView-C5PK8CKZ.js +60009 -0
  8. package/dist/{app-BN02cB5o.js → app-C2_s0fkK.js} +4921 -4797
  9. package/dist/app.js +1 -1
  10. package/dist/{dayjs.min-Bml-FvS7.js → dayjs.min-B3nOmXcs.js} +1 -1
  11. package/dist/frontend/mf-order/src/api/menu/index.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +10 -3
  13. package/dist/frontend/mf-order/src/app.d.ts +44 -8
  14. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
  15. package/dist/frontend/mf-order/src/composables/useQrOrderingEnabled.d.ts +2 -0
  16. package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
  17. package/dist/frontend/mf-order/src/main.d.ts +44 -8
  18. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +21 -21
  19. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +906 -1044
  20. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +36 -3
  21. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +5 -2
  22. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
  23. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +3 -8
  24. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +3 -1
  25. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +5 -1
  26. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +21 -0
  27. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
  28. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +28 -2
  30. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue.d.ts +46 -0
  31. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue.d.ts +57 -0
  32. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +23 -1
  33. package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +27 -0
  34. package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +8 -0
  35. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  36. package/dist/index-6PQJ07gD.js +665 -0
  37. package/dist/{index-BlKeAWPk.js → index-B4XxBqiV.js} +1 -1
  38. package/dist/lineman-settings.dto-DcYJFu0U.js +60394 -0
  39. package/dist/package/entity/_type-assert.d.ts +7 -0
  40. package/dist/package/entity/booking/booking.dto.d.ts +24 -24
  41. package/dist/package/entity/delivery/delivery.dto.d.ts +8 -8
  42. package/dist/package/entity/delivery/delivery.enum.d.ts +12 -0
  43. package/dist/package/entity/delivery/gateway/grab.dto.d.ts +2 -2
  44. package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +16 -16
  45. package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +4 -4
  46. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +282 -4591
  47. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +32 -24
  48. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +23 -11719
  49. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
  50. package/dist/package/entity/index.d.ts +12 -0
  51. package/dist/package/entity/kiosk/kiosk.do.d.ts +140 -140
  52. package/dist/package/entity/kiosk/kiosk.dto.d.ts +168 -168
  53. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +63 -7
  54. package/dist/package/entity/marketing/marketing.dto.d.ts +4 -4
  55. package/dist/package/entity/member/member.dto.d.ts +6 -0
  56. package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
  57. package/dist/package/entity/order/effects/effect.dto.d.ts +68 -16
  58. package/dist/package/entity/order/menu/menu.dto.d.ts +45 -8
  59. package/dist/package/entity/order/order-item/order-item.dto.d.ts +358 -3853
  60. package/dist/package/entity/order/order.do.d.ts +239 -42
  61. package/dist/package/entity/order/order.dto.d.ts +6497 -2236
  62. package/dist/package/entity/order/payment/payment.dto.d.ts +52 -12
  63. package/dist/package/entity/order-platform/base-integration.do.d.ts +8 -0
  64. package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
  65. package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +524 -524
  66. package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
  67. package/dist/package/entity/order-platform/deliveroo/deliveroo.menu.dto.d.ts +58 -58
  68. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +212 -284
  69. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +331 -589
  70. package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +1 -1
  71. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
  72. package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +275 -275
  73. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
  74. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
  75. package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +284 -284
  76. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +40 -40
  77. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +16 -16
  78. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +2 -2
  79. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +2 -2
  80. package/dist/package/entity/order-platform/gofood/gofood-order.do.d.ts +18 -18
  81. package/dist/package/entity/order-platform/gofood/gofood-settings.do.d.ts +2 -2
  82. package/dist/package/entity/order-platform/gofood/gofood-settings.dto.d.ts +2 -2
  83. package/dist/package/entity/order-platform/gofood/gofood.dto.d.ts +32 -32
  84. package/dist/package/entity/order-platform/grabfood/grabfood-edit-order.do.d.ts +12 -12
  85. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +134 -115
  86. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +187 -165
  87. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +8 -2
  88. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +49 -42
  89. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +67 -54
  90. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +1 -1
  91. package/dist/package/entity/order-platform/lineman/lineman-settings.do.d.ts +37 -0
  92. package/dist/package/entity/order-platform/lineman/lineman-settings.dto.d.ts +40 -0
  93. package/dist/package/entity/order-platform/menu.dto.d.ts +716 -13887
  94. package/dist/package/entity/order-platform/order-platform.dto.d.ts +136 -2
  95. package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
  96. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +176 -176
  97. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +62 -62
  98. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +8 -2
  99. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +8 -2
  100. package/dist/package/entity/order-platform/tng/tng-menu.do.d.ts +1061 -0
  101. package/dist/package/entity/order-platform/tng/tng-order.do.d.ts +1915 -0
  102. package/dist/package/entity/order-platform/tng/tng-settings.do.d.ts +379 -0
  103. package/dist/package/entity/order-platform/tng/tng-settings.dto.d.ts +301 -0
  104. package/dist/package/entity/order-platform/tng/tng.dto.d.ts +1162 -0
  105. package/dist/package/entity/order-platform/tng/tng.enum.d.ts +29 -0
  106. package/dist/package/entity/order-setting/delivery/inhouse-delivery.do.d.ts +12 -0
  107. package/dist/package/entity/order-setting/delivery/inhouse-delivery.dto.d.ts +12 -0
  108. package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +11 -0
  109. package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +9 -0
  110. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +2 -2
  111. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +2 -2
  112. package/dist/package/entity/order-setting/order-setting.do.d.ts +55 -4
  113. package/dist/package/entity/order-setting/order-setting.dto.d.ts +110 -8
  114. package/dist/package/entity/order-setting/pickup/pickup.do.d.ts +12 -0
  115. package/dist/package/entity/order-setting/pickup/pickup.dto.d.ts +12 -0
  116. package/dist/package/entity/payment/transaction.d.ts +80 -8
  117. package/dist/package/entity/printer/printer.do.d.ts +14 -14
  118. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
  119. package/dist/package/entity/queue/queue.do.d.ts +236 -1901
  120. package/dist/package/entity/queue/queue.dto.d.ts +743 -445
  121. package/dist/package/entity/restaurant/restaurant.dto.d.ts +27 -4
  122. package/dist/package/entity/websocket/websocket.dto.d.ts +10 -10
  123. package/dist/style.css +1 -0
  124. package/golar.config.ts +20 -0
  125. package/package.json +9 -3
  126. package/src/Entry.vue +2 -10
  127. package/src/api/menu/index.ts +1 -1
  128. package/src/api/remoteOrder/index.ts +176 -110
  129. package/src/composables/useQrOrderingEnabled.ts +66 -0
  130. package/src/helpers/menu.ts +1 -1
  131. package/src/locales/en-US.json +421 -412
  132. package/src/locales/ja-JP.json +1769 -1760
  133. package/src/locales/th-TH.json +409 -400
  134. package/src/locales/zh-CN.json +417 -408
  135. package/src/main.ts +4 -44
  136. package/src/router/index.ts +2 -2
  137. package/src/stores/menu/menu.ts +48 -27
  138. package/src/stores/restaurant/index.ts +24 -9
  139. package/src/utils/firebase-storage.ts +3 -13
  140. package/src/views/kiosk/settings/KioskSettingView.vue +3 -2
  141. package/src/views/order-settings/OrderSettingsView.vue +31 -11
  142. package/src/views/order-settings/delivery/DeliverySetting.vue +223 -11
  143. package/src/views/order-settings/delivery/components/TaxInput.vue +1 -1
  144. package/src/views/order-settings/delivery/delivery.data.ts +31 -10
  145. package/src/views/order-settings/delivery/delivery.ts +60 -28
  146. package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +40 -1
  147. package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +1 -1
  148. package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +15 -7
  149. package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +83 -27
  150. package/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue +79 -0
  151. package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +2 -0
  152. package/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue +749 -0
  153. package/src/views/order-settings/dine-in/DineInSetting.vue +54 -23
  154. package/src/views/order-settings/dine-in/PaymentType.vue +9 -12
  155. package/src/views/order-settings/general/GeneralSetting.vue +15 -6
  156. package/src/views/order-settings/pickup/PickUpSettingDialog.vue +31 -3
  157. package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +34 -0
  158. package/src/views/order-settings/pickup/Preorder.vue +13 -12
  159. package/src/views/order-settings/queue/QueueSetting.vue +30 -1
  160. package/src/views/order-settings/servicecharge/RateInput.vue +9 -7
  161. package/vite.config.ts +16 -16
  162. package/dist/OrderSettingsView-C7Y-_y5U.js +0 -32222
  163. package/dist/frontend/mf-order/src/api/auth/index.d.ts +0 -7
  164. package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +0 -14
  165. package/dist/index-DZA8A0m4.js +0 -630
  166. package/dist/queue-transfer.dto-C7nRZOZH.js +0 -45618
  167. package/src/api/auth/index.ts +0 -20
  168. package/src/stores/iframe/index.ts +0 -23
@@ -15,11 +15,11 @@ export declare const FPBaseItemV2: z.ZodObject<{
15
15
  id: z.ZodString;
16
16
  type: z.ZodEnum<["ScheduleEntry", "Menu", "Product", "Category", "Topping", "Image"]>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- id: string;
19
18
  type: "ScheduleEntry" | "Menu" | "Product" | "Category" | "Topping" | "Image";
20
- }, {
21
19
  id: string;
20
+ }, {
22
21
  type: "ScheduleEntry" | "Menu" | "Product" | "Category" | "Topping" | "Image";
22
+ id: string;
23
23
  }>;
24
24
  export declare const FPProductRef: z.ZodObject<z.extendShape<{
25
25
  id: z.ZodString;
@@ -27,11 +27,11 @@ export declare const FPProductRef: z.ZodObject<z.extendShape<{
27
27
  }, {
28
28
  type: z.ZodLiteral<"Product">;
29
29
  }>, "strip", z.ZodTypeAny, {
30
- id: string;
31
30
  type: "Product";
32
- }, {
33
31
  id: string;
32
+ }, {
34
33
  type: "Product";
34
+ id: string;
35
35
  }>;
36
36
  /**
37
37
  * Used to set the arrangement order sequence
@@ -44,12 +44,12 @@ export declare const FPBaseOrderedItem: z.ZodObject<z.extendShape<{
44
44
  order: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
45
45
  }>, "strip", z.ZodTypeAny, {
46
46
  order?: number | null | undefined;
47
- id: string;
48
47
  type: "ScheduleEntry" | "Menu" | "Product" | "Category" | "Topping" | "Image";
48
+ id: string;
49
49
  }, {
50
50
  order?: number | null | undefined;
51
- id: string;
52
51
  type: "ScheduleEntry" | "Menu" | "Product" | "Category" | "Topping" | "Image";
52
+ id: string;
53
53
  }>;
54
54
  export declare const FPOrderedImageRef: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
55
55
  id: z.ZodString;
@@ -60,12 +60,12 @@ export declare const FPOrderedImageRef: z.ZodRecord<z.ZodString, z.ZodObject<z.e
60
60
  type: z.ZodLiteral<"Image">;
61
61
  }>, "strip", z.ZodTypeAny, {
62
62
  order?: number | null | undefined;
63
- id: string;
64
63
  type: "Image";
64
+ id: string;
65
65
  }, {
66
66
  order?: number | null | undefined;
67
- id: string;
68
67
  type: "Image";
68
+ id: string;
69
69
  }>>;
70
70
  export declare const FPOrderedProductRef: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
71
71
  id: z.ZodString;
@@ -79,12 +79,12 @@ export declare const FPOrderedProductRef: z.ZodRecord<z.ZodString, z.ZodObject<z
79
79
  type: z.ZodLiteral<"Product">;
80
80
  }>>, "strip", z.ZodTypeAny, {
81
81
  order?: number | null | undefined;
82
- id: string;
83
82
  type: "Product";
83
+ id: string;
84
84
  }, {
85
85
  order?: number | null | undefined;
86
- id: string;
87
86
  type: "Product";
87
+ id: string;
88
88
  }>>;
89
89
  export declare const FPOrderedToppingRef: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
90
90
  id: z.ZodString;
@@ -95,12 +95,12 @@ export declare const FPOrderedToppingRef: z.ZodRecord<z.ZodString, z.ZodObject<z
95
95
  type: z.ZodLiteral<"Topping">;
96
96
  }>, "strip", z.ZodTypeAny, {
97
97
  order?: number | null | undefined;
98
- id: string;
99
98
  type: "Topping";
99
+ id: string;
100
100
  }, {
101
101
  order?: number | null | undefined;
102
- id: string;
103
102
  type: "Topping";
103
+ id: string;
104
104
  }>>;
105
105
  export declare const FPOrderedScheduleEntryRef: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
106
106
  id: z.ZodString;
@@ -111,12 +111,12 @@ export declare const FPOrderedScheduleEntryRef: z.ZodRecord<z.ZodString, z.ZodOb
111
111
  type: z.ZodLiteral<"ScheduleEntry">;
112
112
  }>, "strip", z.ZodTypeAny, {
113
113
  order?: number | null | undefined;
114
- id: string;
115
114
  type: "ScheduleEntry";
115
+ id: string;
116
116
  }, {
117
117
  order?: number | null | undefined;
118
- id: string;
119
118
  type: "ScheduleEntry";
119
+ id: string;
120
120
  }>>;
121
121
  export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
122
122
  id: z.ZodString;
@@ -147,12 +147,12 @@ export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
147
147
  type: z.ZodLiteral<"Image">;
148
148
  }>, "strip", z.ZodTypeAny, {
149
149
  order?: number | null | undefined;
150
- id: string;
151
150
  type: "Image";
151
+ id: string;
152
152
  }, {
153
153
  order?: number | null | undefined;
154
- id: string;
155
154
  type: "Image";
155
+ id: string;
156
156
  }>>>>;
157
157
  type: z.ZodLiteral<"Menu">;
158
158
  menuType: z.ZodEnum<["DELIVERY", "DINE_IN", "PICK_UP"]>;
@@ -162,11 +162,11 @@ export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
162
162
  }, {
163
163
  type: z.ZodLiteral<"Product">;
164
164
  }>, "strip", z.ZodTypeAny, {
165
- id: string;
166
165
  type: "Product";
167
- }, {
168
166
  id: string;
167
+ }, {
169
168
  type: "Product";
169
+ id: string;
170
170
  }>>;
171
171
  schedule: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
172
172
  id: z.ZodString;
@@ -177,12 +177,12 @@ export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
177
177
  type: z.ZodLiteral<"ScheduleEntry">;
178
178
  }>, "strip", z.ZodTypeAny, {
179
179
  order?: number | null | undefined;
180
- id: string;
181
180
  type: "ScheduleEntry";
181
+ id: string;
182
182
  }, {
183
183
  order?: number | null | undefined;
184
- id: string;
185
184
  type: "ScheduleEntry";
185
+ id: string;
186
186
  }>>>>;
187
187
  }>, "strip", z.ZodTypeAny, {
188
188
  description?: ({
@@ -190,23 +190,23 @@ export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
190
190
  } & Record<string, string>) | null | undefined;
191
191
  schedule?: Record<string, {
192
192
  order?: number | null | undefined;
193
- id: string;
194
193
  type: "ScheduleEntry";
194
+ id: string;
195
195
  }> | null | undefined;
196
196
  order?: number | null | undefined;
197
197
  images?: Record<string, {
198
198
  order?: number | null | undefined;
199
- id: string;
200
199
  type: "Image";
200
+ id: string;
201
201
  }> | null | undefined;
202
202
  title: {
203
203
  default: string;
204
204
  } & Record<string, string>;
205
- id: string;
206
205
  type: "Menu";
206
+ id: string;
207
207
  products: Record<string, {
208
- id: string;
209
208
  type: "Product";
209
+ id: string;
210
210
  }>;
211
211
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
212
212
  }, {
@@ -215,23 +215,23 @@ export declare const FPCatalogMenuV2: z.ZodObject<z.extendShape<z.extendShape<{
215
215
  } & Record<string, string>) | null | undefined;
216
216
  schedule?: Record<string, {
217
217
  order?: number | null | undefined;
218
- id: string;
219
218
  type: "ScheduleEntry";
219
+ id: string;
220
220
  }> | null | undefined;
221
221
  order?: number | null | undefined;
222
222
  images?: Record<string, {
223
223
  order?: number | null | undefined;
224
- id: string;
225
224
  type: "Image";
225
+ id: string;
226
226
  }> | null | undefined;
227
227
  title: {
228
228
  default: string;
229
229
  } & Record<string, string>;
230
- id: string;
231
230
  type: "Menu";
231
+ id: string;
232
232
  products: Record<string, {
233
- id: string;
234
233
  type: "Product";
234
+ id: string;
235
235
  }>;
236
236
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
237
237
  }>;
@@ -264,12 +264,12 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
264
264
  type: z.ZodLiteral<"Image">;
265
265
  }>, "strip", z.ZodTypeAny, {
266
266
  order?: number | null | undefined;
267
- id: string;
268
267
  type: "Image";
268
+ id: string;
269
269
  }, {
270
270
  order?: number | null | undefined;
271
- id: string;
272
271
  type: "Image";
272
+ id: string;
273
273
  }>>>>;
274
274
  parent: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
275
275
  id: z.ZodString;
@@ -277,11 +277,11 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
277
277
  }, {
278
278
  type: z.ZodLiteral<"Product">;
279
279
  }>, "strip", z.ZodTypeAny, {
280
- id: string;
281
280
  type: "Product";
282
- }, {
283
281
  id: string;
282
+ }, {
284
283
  type: "Product";
284
+ id: string;
285
285
  }>>>;
286
286
  active: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
287
287
  isPrepackedItem: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
@@ -303,12 +303,12 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
303
303
  type: z.ZodLiteral<"Product">;
304
304
  }>>, "strip", z.ZodTypeAny, {
305
305
  order?: number | null | undefined;
306
- id: string;
307
306
  type: "Product";
307
+ id: string;
308
308
  }, {
309
309
  order?: number | null | undefined;
310
- id: string;
311
310
  type: "Product";
311
+ id: string;
312
312
  }>>>>;
313
313
  toppings: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
314
314
  id: z.ZodString;
@@ -319,12 +319,12 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
319
319
  type: z.ZodLiteral<"Topping">;
320
320
  }>, "strip", z.ZodTypeAny, {
321
321
  order?: number | null | undefined;
322
- id: string;
323
322
  type: "Topping";
323
+ id: string;
324
324
  }, {
325
325
  order?: number | null | undefined;
326
- id: string;
327
326
  type: "Topping";
327
+ id: string;
328
328
  }>>>>;
329
329
  }>, "strip", z.ZodTypeAny, {
330
330
  description?: ({
@@ -334,12 +334,12 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
334
334
  active?: boolean | null | undefined;
335
335
  images?: Record<string, {
336
336
  order?: number | null | undefined;
337
- id: string;
338
337
  type: "Image";
338
+ id: string;
339
339
  }> | null | undefined;
340
340
  parent?: {
341
- id: string;
342
341
  type: "Product";
342
+ id: string;
343
343
  } | null | undefined;
344
344
  isPrepackedItem?: boolean | null | undefined;
345
345
  isExpressItem?: boolean | null | undefined;
@@ -348,19 +348,19 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
348
348
  containerPrice?: string | null | undefined;
349
349
  variants?: Record<string, {
350
350
  order?: number | null | undefined;
351
- id: string;
352
351
  type: "Product";
352
+ id: string;
353
353
  }> | null | undefined;
354
354
  toppings?: Record<string, {
355
355
  order?: number | null | undefined;
356
- id: string;
357
356
  type: "Topping";
357
+ id: string;
358
358
  }> | null | undefined;
359
359
  title: {
360
360
  default: string;
361
361
  } & Record<string, string>;
362
- id: string;
363
362
  type: "Product";
363
+ id: string;
364
364
  }, {
365
365
  description?: ({
366
366
  default: string;
@@ -369,12 +369,12 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
369
369
  active?: boolean | null | undefined;
370
370
  images?: Record<string, {
371
371
  order?: number | null | undefined;
372
- id: string;
373
372
  type: "Image";
373
+ id: string;
374
374
  }> | null | undefined;
375
375
  parent?: {
376
- id: string;
377
376
  type: "Product";
377
+ id: string;
378
378
  } | null | undefined;
379
379
  isPrepackedItem?: boolean | null | undefined;
380
380
  isExpressItem?: boolean | null | undefined;
@@ -383,19 +383,19 @@ export declare const FPCatalogProductV2: z.ZodObject<z.extendShape<z.extendShape
383
383
  containerPrice?: string | null | undefined;
384
384
  variants?: Record<string, {
385
385
  order?: number | null | undefined;
386
- id: string;
387
386
  type: "Product";
387
+ id: string;
388
388
  }> | null | undefined;
389
389
  toppings?: Record<string, {
390
390
  order?: number | null | undefined;
391
- id: string;
392
391
  type: "Topping";
392
+ id: string;
393
393
  }> | null | undefined;
394
394
  title: {
395
395
  default: string;
396
396
  } & Record<string, string>;
397
- id: string;
398
397
  type: "Product";
398
+ id: string;
399
399
  }>;
400
400
  export declare const FPCatalogCategoryV2: z.ZodObject<z.extendShape<z.extendShape<{
401
401
  id: z.ZodString;
@@ -426,12 +426,12 @@ export declare const FPCatalogCategoryV2: z.ZodObject<z.extendShape<z.extendShap
426
426
  type: z.ZodLiteral<"Image">;
427
427
  }>, "strip", z.ZodTypeAny, {
428
428
  order?: number | null | undefined;
429
- id: string;
430
429
  type: "Image";
430
+ id: string;
431
431
  }, {
432
432
  order?: number | null | undefined;
433
- id: string;
434
433
  type: "Image";
434
+ id: string;
435
435
  }>>>>;
436
436
  type: z.ZodLiteral<"Category">;
437
437
  products: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
@@ -446,12 +446,12 @@ export declare const FPCatalogCategoryV2: z.ZodObject<z.extendShape<z.extendShap
446
446
  type: z.ZodLiteral<"Product">;
447
447
  }>>, "strip", z.ZodTypeAny, {
448
448
  order?: number | null | undefined;
449
- id: string;
450
449
  type: "Product";
450
+ id: string;
451
451
  }, {
452
452
  order?: number | null | undefined;
453
- id: string;
454
453
  type: "Product";
454
+ id: string;
455
455
  }>>;
456
456
  }>, "strip", z.ZodTypeAny, {
457
457
  description?: ({
@@ -460,18 +460,18 @@ export declare const FPCatalogCategoryV2: z.ZodObject<z.extendShape<z.extendShap
460
460
  order?: number | null | undefined;
461
461
  images?: Record<string, {
462
462
  order?: number | null | undefined;
463
- id: string;
464
463
  type: "Image";
464
+ id: string;
465
465
  }> | null | undefined;
466
466
  title: {
467
467
  default: string;
468
468
  } & Record<string, string>;
469
- id: string;
470
469
  type: "Category";
470
+ id: string;
471
471
  products: Record<string, {
472
472
  order?: number | null | undefined;
473
- id: string;
474
473
  type: "Product";
474
+ id: string;
475
475
  }>;
476
476
  }, {
477
477
  description?: ({
@@ -480,18 +480,18 @@ export declare const FPCatalogCategoryV2: z.ZodObject<z.extendShape<z.extendShap
480
480
  order?: number | null | undefined;
481
481
  images?: Record<string, {
482
482
  order?: number | null | undefined;
483
- id: string;
484
483
  type: "Image";
484
+ id: string;
485
485
  }> | null | undefined;
486
486
  title: {
487
487
  default: string;
488
488
  } & Record<string, string>;
489
- id: string;
490
489
  type: "Category";
490
+ id: string;
491
491
  products: Record<string, {
492
492
  order?: number | null | undefined;
493
- id: string;
494
493
  type: "Product";
494
+ id: string;
495
495
  }>;
496
496
  }>;
497
497
  export declare const FPCatalogToppingV2: z.ZodObject<z.extendShape<z.extendShape<{
@@ -523,12 +523,12 @@ export declare const FPCatalogToppingV2: z.ZodObject<z.extendShape<z.extendShape
523
523
  type: z.ZodLiteral<"Image">;
524
524
  }>, "strip", z.ZodTypeAny, {
525
525
  order?: number | null | undefined;
526
- id: string;
527
526
  type: "Image";
527
+ id: string;
528
528
  }, {
529
529
  order?: number | null | undefined;
530
- id: string;
531
530
  type: "Image";
531
+ id: string;
532
532
  }>>>>;
533
533
  type: z.ZodLiteral<"Topping">;
534
534
  quantity: z.ZodObject<{
@@ -552,13 +552,13 @@ export declare const FPCatalogToppingV2: z.ZodObject<z.extendShape<z.extendShape
552
552
  }>, "strip", z.ZodTypeAny, {
553
553
  price?: string | null | undefined;
554
554
  order?: number | null | undefined;
555
- id: string;
556
555
  type: "Product";
556
+ id: string;
557
557
  }, {
558
558
  price?: string | null | undefined;
559
559
  order?: number | null | undefined;
560
- id: string;
561
560
  type: "Product";
561
+ id: string;
562
562
  }>>;
563
563
  }>, "strip", z.ZodTypeAny, {
564
564
  description?: ({
@@ -567,23 +567,23 @@ export declare const FPCatalogToppingV2: z.ZodObject<z.extendShape<z.extendShape
567
567
  order?: number | null | undefined;
568
568
  images?: Record<string, {
569
569
  order?: number | null | undefined;
570
- id: string;
571
570
  type: "Image";
571
+ id: string;
572
572
  }> | null | undefined;
573
573
  title: {
574
574
  default: string;
575
575
  } & Record<string, string>;
576
- id: string;
577
576
  type: "Topping";
578
577
  quantity: {
579
578
  minimum?: number | null | undefined;
580
579
  maximum: number;
581
580
  };
581
+ id: string;
582
582
  products: Record<string, {
583
583
  price?: string | null | undefined;
584
584
  order?: number | null | undefined;
585
- id: string;
586
585
  type: "Product";
586
+ id: string;
587
587
  }>;
588
588
  }, {
589
589
  description?: ({
@@ -592,23 +592,23 @@ export declare const FPCatalogToppingV2: z.ZodObject<z.extendShape<z.extendShape
592
592
  order?: number | null | undefined;
593
593
  images?: Record<string, {
594
594
  order?: number | null | undefined;
595
- id: string;
596
595
  type: "Image";
596
+ id: string;
597
597
  }> | null | undefined;
598
598
  title: {
599
599
  default: string;
600
600
  } & Record<string, string>;
601
- id: string;
602
601
  type: "Topping";
603
602
  quantity: {
604
603
  minimum?: number | null | undefined;
605
604
  maximum: number;
606
605
  };
606
+ id: string;
607
607
  products: Record<string, {
608
608
  price?: string | null | undefined;
609
609
  order?: number | null | undefined;
610
- id: string;
611
610
  type: "Product";
611
+ id: string;
612
612
  }>;
613
613
  }>;
614
614
  export declare const FPCatalogImageV2: z.ZodObject<z.extendShape<{
@@ -628,15 +628,15 @@ export declare const FPCatalogImageV2: z.ZodObject<z.extendShape<{
628
628
  alt?: ({
629
629
  default: string;
630
630
  } & Record<string, string>) | null | undefined;
631
- id: string;
632
631
  type: "Image";
632
+ id: string;
633
633
  url: string;
634
634
  }, {
635
635
  alt?: ({
636
636
  default: string;
637
637
  } & Record<string, string>) | null | undefined;
638
- id: string;
639
638
  type: "Image";
639
+ id: string;
640
640
  url: string;
641
641
  }>;
642
642
  export declare const FPCatalogScheduleEntryV2: z.ZodObject<z.extendShape<{
@@ -653,16 +653,16 @@ export declare const FPCatalogScheduleEntryV2: z.ZodObject<z.extendShape<{
653
653
  startDate?: string | null | undefined;
654
654
  endDate?: string | null | undefined;
655
655
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
656
- id: string;
657
656
  type: "ScheduleEntry";
657
+ id: string;
658
658
  startTime: string;
659
659
  endTime: string;
660
660
  }, {
661
661
  startDate?: string | null | undefined;
662
662
  endDate?: string | null | undefined;
663
663
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
664
- id: string;
665
664
  type: "ScheduleEntry";
665
+ id: string;
666
666
  startTime: string;
667
667
  endTime: string;
668
668
  }>;
@@ -696,12 +696,12 @@ declare const FPCatalogV2: z.ZodObject<{
696
696
  type: z.ZodLiteral<"Image">;
697
697
  }>, "strip", z.ZodTypeAny, {
698
698
  order?: number | null | undefined;
699
- id: string;
700
699
  type: "Image";
700
+ id: string;
701
701
  }, {
702
702
  order?: number | null | undefined;
703
- id: string;
704
703
  type: "Image";
704
+ id: string;
705
705
  }>>>>;
706
706
  type: z.ZodLiteral<"Menu">;
707
707
  menuType: z.ZodEnum<["DELIVERY", "DINE_IN", "PICK_UP"]>;
@@ -711,11 +711,11 @@ declare const FPCatalogV2: z.ZodObject<{
711
711
  }, {
712
712
  type: z.ZodLiteral<"Product">;
713
713
  }>, "strip", z.ZodTypeAny, {
714
- id: string;
715
714
  type: "Product";
716
- }, {
717
715
  id: string;
716
+ }, {
718
717
  type: "Product";
718
+ id: string;
719
719
  }>>;
720
720
  schedule: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
721
721
  id: z.ZodString;
@@ -726,12 +726,12 @@ declare const FPCatalogV2: z.ZodObject<{
726
726
  type: z.ZodLiteral<"ScheduleEntry">;
727
727
  }>, "strip", z.ZodTypeAny, {
728
728
  order?: number | null | undefined;
729
- id: string;
730
729
  type: "ScheduleEntry";
730
+ id: string;
731
731
  }, {
732
732
  order?: number | null | undefined;
733
- id: string;
734
733
  type: "ScheduleEntry";
734
+ id: string;
735
735
  }>>>>;
736
736
  }>, "strip", z.ZodTypeAny, {
737
737
  description?: ({
@@ -739,23 +739,23 @@ declare const FPCatalogV2: z.ZodObject<{
739
739
  } & Record<string, string>) | null | undefined;
740
740
  schedule?: Record<string, {
741
741
  order?: number | null | undefined;
742
- id: string;
743
742
  type: "ScheduleEntry";
743
+ id: string;
744
744
  }> | null | undefined;
745
745
  order?: number | null | undefined;
746
746
  images?: Record<string, {
747
747
  order?: number | null | undefined;
748
- id: string;
749
748
  type: "Image";
749
+ id: string;
750
750
  }> | null | undefined;
751
751
  title: {
752
752
  default: string;
753
753
  } & Record<string, string>;
754
- id: string;
755
754
  type: "Menu";
755
+ id: string;
756
756
  products: Record<string, {
757
- id: string;
758
757
  type: "Product";
758
+ id: string;
759
759
  }>;
760
760
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
761
761
  }, {
@@ -764,23 +764,23 @@ declare const FPCatalogV2: z.ZodObject<{
764
764
  } & Record<string, string>) | null | undefined;
765
765
  schedule?: Record<string, {
766
766
  order?: number | null | undefined;
767
- id: string;
768
767
  type: "ScheduleEntry";
768
+ id: string;
769
769
  }> | null | undefined;
770
770
  order?: number | null | undefined;
771
771
  images?: Record<string, {
772
772
  order?: number | null | undefined;
773
- id: string;
774
773
  type: "Image";
774
+ id: string;
775
775
  }> | null | undefined;
776
776
  title: {
777
777
  default: string;
778
778
  } & Record<string, string>;
779
- id: string;
780
779
  type: "Menu";
780
+ id: string;
781
781
  products: Record<string, {
782
- id: string;
783
782
  type: "Product";
783
+ id: string;
784
784
  }>;
785
785
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
786
786
  }> | z.ZodObject<z.extendShape<z.extendShape<{
@@ -812,12 +812,12 @@ declare const FPCatalogV2: z.ZodObject<{
812
812
  type: z.ZodLiteral<"Image">;
813
813
  }>, "strip", z.ZodTypeAny, {
814
814
  order?: number | null | undefined;
815
- id: string;
816
815
  type: "Image";
816
+ id: string;
817
817
  }, {
818
818
  order?: number | null | undefined;
819
- id: string;
820
819
  type: "Image";
820
+ id: string;
821
821
  }>>>>;
822
822
  parent: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
823
823
  id: z.ZodString;
@@ -825,11 +825,11 @@ declare const FPCatalogV2: z.ZodObject<{
825
825
  }, {
826
826
  type: z.ZodLiteral<"Product">;
827
827
  }>, "strip", z.ZodTypeAny, {
828
- id: string;
829
828
  type: "Product";
830
- }, {
831
829
  id: string;
830
+ }, {
832
831
  type: "Product";
832
+ id: string;
833
833
  }>>>;
834
834
  active: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
835
835
  isPrepackedItem: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
@@ -851,12 +851,12 @@ declare const FPCatalogV2: z.ZodObject<{
851
851
  type: z.ZodLiteral<"Product">;
852
852
  }>>, "strip", z.ZodTypeAny, {
853
853
  order?: number | null | undefined;
854
- id: string;
855
854
  type: "Product";
855
+ id: string;
856
856
  }, {
857
857
  order?: number | null | undefined;
858
- id: string;
859
858
  type: "Product";
859
+ id: string;
860
860
  }>>>>;
861
861
  toppings: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
862
862
  id: z.ZodString;
@@ -867,12 +867,12 @@ declare const FPCatalogV2: z.ZodObject<{
867
867
  type: z.ZodLiteral<"Topping">;
868
868
  }>, "strip", z.ZodTypeAny, {
869
869
  order?: number | null | undefined;
870
- id: string;
871
870
  type: "Topping";
871
+ id: string;
872
872
  }, {
873
873
  order?: number | null | undefined;
874
- id: string;
875
874
  type: "Topping";
875
+ id: string;
876
876
  }>>>>;
877
877
  }>, "strip", z.ZodTypeAny, {
878
878
  description?: ({
@@ -882,12 +882,12 @@ declare const FPCatalogV2: z.ZodObject<{
882
882
  active?: boolean | null | undefined;
883
883
  images?: Record<string, {
884
884
  order?: number | null | undefined;
885
- id: string;
886
885
  type: "Image";
886
+ id: string;
887
887
  }> | null | undefined;
888
888
  parent?: {
889
- id: string;
890
889
  type: "Product";
890
+ id: string;
891
891
  } | null | undefined;
892
892
  isPrepackedItem?: boolean | null | undefined;
893
893
  isExpressItem?: boolean | null | undefined;
@@ -896,19 +896,19 @@ declare const FPCatalogV2: z.ZodObject<{
896
896
  containerPrice?: string | null | undefined;
897
897
  variants?: Record<string, {
898
898
  order?: number | null | undefined;
899
- id: string;
900
899
  type: "Product";
900
+ id: string;
901
901
  }> | null | undefined;
902
902
  toppings?: Record<string, {
903
903
  order?: number | null | undefined;
904
- id: string;
905
904
  type: "Topping";
905
+ id: string;
906
906
  }> | null | undefined;
907
907
  title: {
908
908
  default: string;
909
909
  } & Record<string, string>;
910
- id: string;
911
910
  type: "Product";
911
+ id: string;
912
912
  }, {
913
913
  description?: ({
914
914
  default: string;
@@ -917,12 +917,12 @@ declare const FPCatalogV2: z.ZodObject<{
917
917
  active?: boolean | null | undefined;
918
918
  images?: Record<string, {
919
919
  order?: number | null | undefined;
920
- id: string;
921
920
  type: "Image";
921
+ id: string;
922
922
  }> | null | undefined;
923
923
  parent?: {
924
- id: string;
925
924
  type: "Product";
925
+ id: string;
926
926
  } | null | undefined;
927
927
  isPrepackedItem?: boolean | null | undefined;
928
928
  isExpressItem?: boolean | null | undefined;
@@ -931,19 +931,19 @@ declare const FPCatalogV2: z.ZodObject<{
931
931
  containerPrice?: string | null | undefined;
932
932
  variants?: Record<string, {
933
933
  order?: number | null | undefined;
934
- id: string;
935
934
  type: "Product";
935
+ id: string;
936
936
  }> | null | undefined;
937
937
  toppings?: Record<string, {
938
938
  order?: number | null | undefined;
939
- id: string;
940
939
  type: "Topping";
940
+ id: string;
941
941
  }> | null | undefined;
942
942
  title: {
943
943
  default: string;
944
944
  } & Record<string, string>;
945
- id: string;
946
945
  type: "Product";
946
+ id: string;
947
947
  }> | z.ZodObject<z.extendShape<z.extendShape<{
948
948
  id: z.ZodString;
949
949
  type: z.ZodEnum<["ScheduleEntry", "Menu", "Product", "Category", "Topping", "Image"]>;
@@ -973,12 +973,12 @@ declare const FPCatalogV2: z.ZodObject<{
973
973
  type: z.ZodLiteral<"Image">;
974
974
  }>, "strip", z.ZodTypeAny, {
975
975
  order?: number | null | undefined;
976
- id: string;
977
976
  type: "Image";
977
+ id: string;
978
978
  }, {
979
979
  order?: number | null | undefined;
980
- id: string;
981
980
  type: "Image";
981
+ id: string;
982
982
  }>>>>;
983
983
  type: z.ZodLiteral<"Category">;
984
984
  products: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
@@ -993,12 +993,12 @@ declare const FPCatalogV2: z.ZodObject<{
993
993
  type: z.ZodLiteral<"Product">;
994
994
  }>>, "strip", z.ZodTypeAny, {
995
995
  order?: number | null | undefined;
996
- id: string;
997
996
  type: "Product";
997
+ id: string;
998
998
  }, {
999
999
  order?: number | null | undefined;
1000
- id: string;
1001
1000
  type: "Product";
1001
+ id: string;
1002
1002
  }>>;
1003
1003
  }>, "strip", z.ZodTypeAny, {
1004
1004
  description?: ({
@@ -1007,18 +1007,18 @@ declare const FPCatalogV2: z.ZodObject<{
1007
1007
  order?: number | null | undefined;
1008
1008
  images?: Record<string, {
1009
1009
  order?: number | null | undefined;
1010
- id: string;
1011
1010
  type: "Image";
1011
+ id: string;
1012
1012
  }> | null | undefined;
1013
1013
  title: {
1014
1014
  default: string;
1015
1015
  } & Record<string, string>;
1016
- id: string;
1017
1016
  type: "Category";
1017
+ id: string;
1018
1018
  products: Record<string, {
1019
1019
  order?: number | null | undefined;
1020
- id: string;
1021
1020
  type: "Product";
1021
+ id: string;
1022
1022
  }>;
1023
1023
  }, {
1024
1024
  description?: ({
@@ -1027,18 +1027,18 @@ declare const FPCatalogV2: z.ZodObject<{
1027
1027
  order?: number | null | undefined;
1028
1028
  images?: Record<string, {
1029
1029
  order?: number | null | undefined;
1030
- id: string;
1031
1030
  type: "Image";
1031
+ id: string;
1032
1032
  }> | null | undefined;
1033
1033
  title: {
1034
1034
  default: string;
1035
1035
  } & Record<string, string>;
1036
- id: string;
1037
1036
  type: "Category";
1037
+ id: string;
1038
1038
  products: Record<string, {
1039
1039
  order?: number | null | undefined;
1040
- id: string;
1041
1040
  type: "Product";
1041
+ id: string;
1042
1042
  }>;
1043
1043
  }> | z.ZodObject<z.extendShape<z.extendShape<{
1044
1044
  id: z.ZodString;
@@ -1069,12 +1069,12 @@ declare const FPCatalogV2: z.ZodObject<{
1069
1069
  type: z.ZodLiteral<"Image">;
1070
1070
  }>, "strip", z.ZodTypeAny, {
1071
1071
  order?: number | null | undefined;
1072
- id: string;
1073
1072
  type: "Image";
1073
+ id: string;
1074
1074
  }, {
1075
1075
  order?: number | null | undefined;
1076
- id: string;
1077
1076
  type: "Image";
1077
+ id: string;
1078
1078
  }>>>>;
1079
1079
  type: z.ZodLiteral<"Topping">;
1080
1080
  quantity: z.ZodObject<{
@@ -1098,13 +1098,13 @@ declare const FPCatalogV2: z.ZodObject<{
1098
1098
  }>, "strip", z.ZodTypeAny, {
1099
1099
  price?: string | null | undefined;
1100
1100
  order?: number | null | undefined;
1101
- id: string;
1102
1101
  type: "Product";
1102
+ id: string;
1103
1103
  }, {
1104
1104
  price?: string | null | undefined;
1105
1105
  order?: number | null | undefined;
1106
- id: string;
1107
1106
  type: "Product";
1107
+ id: string;
1108
1108
  }>>;
1109
1109
  }>, "strip", z.ZodTypeAny, {
1110
1110
  description?: ({
@@ -1113,23 +1113,23 @@ declare const FPCatalogV2: z.ZodObject<{
1113
1113
  order?: number | null | undefined;
1114
1114
  images?: Record<string, {
1115
1115
  order?: number | null | undefined;
1116
- id: string;
1117
1116
  type: "Image";
1117
+ id: string;
1118
1118
  }> | null | undefined;
1119
1119
  title: {
1120
1120
  default: string;
1121
1121
  } & Record<string, string>;
1122
- id: string;
1123
1122
  type: "Topping";
1124
1123
  quantity: {
1125
1124
  minimum?: number | null | undefined;
1126
1125
  maximum: number;
1127
1126
  };
1127
+ id: string;
1128
1128
  products: Record<string, {
1129
1129
  price?: string | null | undefined;
1130
1130
  order?: number | null | undefined;
1131
- id: string;
1132
1131
  type: "Product";
1132
+ id: string;
1133
1133
  }>;
1134
1134
  }, {
1135
1135
  description?: ({
@@ -1138,23 +1138,23 @@ declare const FPCatalogV2: z.ZodObject<{
1138
1138
  order?: number | null | undefined;
1139
1139
  images?: Record<string, {
1140
1140
  order?: number | null | undefined;
1141
- id: string;
1142
1141
  type: "Image";
1142
+ id: string;
1143
1143
  }> | null | undefined;
1144
1144
  title: {
1145
1145
  default: string;
1146
1146
  } & Record<string, string>;
1147
- id: string;
1148
1147
  type: "Topping";
1149
1148
  quantity: {
1150
1149
  minimum?: number | null | undefined;
1151
1150
  maximum: number;
1152
1151
  };
1152
+ id: string;
1153
1153
  products: Record<string, {
1154
1154
  price?: string | null | undefined;
1155
1155
  order?: number | null | undefined;
1156
- id: string;
1157
1156
  type: "Product";
1157
+ id: string;
1158
1158
  }>;
1159
1159
  }> | z.ZodObject<z.extendShape<{
1160
1160
  id: z.ZodString;
@@ -1173,15 +1173,15 @@ declare const FPCatalogV2: z.ZodObject<{
1173
1173
  alt?: ({
1174
1174
  default: string;
1175
1175
  } & Record<string, string>) | null | undefined;
1176
- id: string;
1177
1176
  type: "Image";
1177
+ id: string;
1178
1178
  url: string;
1179
1179
  }, {
1180
1180
  alt?: ({
1181
1181
  default: string;
1182
1182
  } & Record<string, string>) | null | undefined;
1183
- id: string;
1184
1183
  type: "Image";
1184
+ id: string;
1185
1185
  url: string;
1186
1186
  }> | z.ZodObject<z.extendShape<{
1187
1187
  id: z.ZodString;
@@ -1197,16 +1197,16 @@ declare const FPCatalogV2: z.ZodObject<{
1197
1197
  startDate?: string | null | undefined;
1198
1198
  endDate?: string | null | undefined;
1199
1199
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
1200
- id: string;
1201
1200
  type: "ScheduleEntry";
1201
+ id: string;
1202
1202
  startTime: string;
1203
1203
  endTime: string;
1204
1204
  }, {
1205
1205
  startDate?: string | null | undefined;
1206
1206
  endDate?: string | null | undefined;
1207
1207
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
1208
- id: string;
1209
1208
  type: "ScheduleEntry";
1209
+ id: string;
1210
1210
  startTime: string;
1211
1211
  endTime: string;
1212
1212
  }>>>;
@@ -1217,23 +1217,23 @@ declare const FPCatalogV2: z.ZodObject<{
1217
1217
  } & Record<string, string>) | null | undefined;
1218
1218
  schedule?: Record<string, {
1219
1219
  order?: number | null | undefined;
1220
- id: string;
1221
1220
  type: "ScheduleEntry";
1221
+ id: string;
1222
1222
  }> | null | undefined;
1223
1223
  order?: number | null | undefined;
1224
1224
  images?: Record<string, {
1225
1225
  order?: number | null | undefined;
1226
- id: string;
1227
1226
  type: "Image";
1227
+ id: string;
1228
1228
  }> | null | undefined;
1229
1229
  title: {
1230
1230
  default: string;
1231
1231
  } & Record<string, string>;
1232
- id: string;
1233
1232
  type: "Menu";
1233
+ id: string;
1234
1234
  products: Record<string, {
1235
- id: string;
1236
1235
  type: "Product";
1236
+ id: string;
1237
1237
  }>;
1238
1238
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
1239
1239
  } | {
@@ -1244,12 +1244,12 @@ declare const FPCatalogV2: z.ZodObject<{
1244
1244
  active?: boolean | null | undefined;
1245
1245
  images?: Record<string, {
1246
1246
  order?: number | null | undefined;
1247
- id: string;
1248
1247
  type: "Image";
1248
+ id: string;
1249
1249
  }> | null | undefined;
1250
1250
  parent?: {
1251
- id: string;
1252
1251
  type: "Product";
1252
+ id: string;
1253
1253
  } | null | undefined;
1254
1254
  isPrepackedItem?: boolean | null | undefined;
1255
1255
  isExpressItem?: boolean | null | undefined;
@@ -1258,19 +1258,19 @@ declare const FPCatalogV2: z.ZodObject<{
1258
1258
  containerPrice?: string | null | undefined;
1259
1259
  variants?: Record<string, {
1260
1260
  order?: number | null | undefined;
1261
- id: string;
1262
1261
  type: "Product";
1262
+ id: string;
1263
1263
  }> | null | undefined;
1264
1264
  toppings?: Record<string, {
1265
1265
  order?: number | null | undefined;
1266
- id: string;
1267
1266
  type: "Topping";
1267
+ id: string;
1268
1268
  }> | null | undefined;
1269
1269
  title: {
1270
1270
  default: string;
1271
1271
  } & Record<string, string>;
1272
- id: string;
1273
1272
  type: "Product";
1273
+ id: string;
1274
1274
  } | {
1275
1275
  description?: ({
1276
1276
  default: string;
@@ -1278,18 +1278,18 @@ declare const FPCatalogV2: z.ZodObject<{
1278
1278
  order?: number | null | undefined;
1279
1279
  images?: Record<string, {
1280
1280
  order?: number | null | undefined;
1281
- id: string;
1282
1281
  type: "Image";
1282
+ id: string;
1283
1283
  }> | null | undefined;
1284
1284
  title: {
1285
1285
  default: string;
1286
1286
  } & Record<string, string>;
1287
- id: string;
1288
1287
  type: "Category";
1288
+ id: string;
1289
1289
  products: Record<string, {
1290
1290
  order?: number | null | undefined;
1291
- id: string;
1292
1291
  type: "Product";
1292
+ id: string;
1293
1293
  }>;
1294
1294
  } | {
1295
1295
  description?: ({
@@ -1298,37 +1298,37 @@ declare const FPCatalogV2: z.ZodObject<{
1298
1298
  order?: number | null | undefined;
1299
1299
  images?: Record<string, {
1300
1300
  order?: number | null | undefined;
1301
- id: string;
1302
1301
  type: "Image";
1302
+ id: string;
1303
1303
  }> | null | undefined;
1304
1304
  title: {
1305
1305
  default: string;
1306
1306
  } & Record<string, string>;
1307
- id: string;
1308
1307
  type: "Topping";
1309
1308
  quantity: {
1310
1309
  minimum?: number | null | undefined;
1311
1310
  maximum: number;
1312
1311
  };
1312
+ id: string;
1313
1313
  products: Record<string, {
1314
1314
  price?: string | null | undefined;
1315
1315
  order?: number | null | undefined;
1316
- id: string;
1317
1316
  type: "Product";
1317
+ id: string;
1318
1318
  }>;
1319
1319
  } | {
1320
1320
  alt?: ({
1321
1321
  default: string;
1322
1322
  } & Record<string, string>) | null | undefined;
1323
- id: string;
1324
1323
  type: "Image";
1324
+ id: string;
1325
1325
  url: string;
1326
1326
  } | {
1327
1327
  startDate?: string | null | undefined;
1328
1328
  endDate?: string | null | undefined;
1329
1329
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
1330
- id: string;
1331
1330
  type: "ScheduleEntry";
1331
+ id: string;
1332
1332
  startTime: string;
1333
1333
  endTime: string;
1334
1334
  }>;
@@ -1339,23 +1339,23 @@ declare const FPCatalogV2: z.ZodObject<{
1339
1339
  } & Record<string, string>) | null | undefined;
1340
1340
  schedule?: Record<string, {
1341
1341
  order?: number | null | undefined;
1342
- id: string;
1343
1342
  type: "ScheduleEntry";
1343
+ id: string;
1344
1344
  }> | null | undefined;
1345
1345
  order?: number | null | undefined;
1346
1346
  images?: Record<string, {
1347
1347
  order?: number | null | undefined;
1348
- id: string;
1349
1348
  type: "Image";
1349
+ id: string;
1350
1350
  }> | null | undefined;
1351
1351
  title: {
1352
1352
  default: string;
1353
1353
  } & Record<string, string>;
1354
- id: string;
1355
1354
  type: "Menu";
1355
+ id: string;
1356
1356
  products: Record<string, {
1357
- id: string;
1358
1357
  type: "Product";
1358
+ id: string;
1359
1359
  }>;
1360
1360
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
1361
1361
  } | {
@@ -1366,12 +1366,12 @@ declare const FPCatalogV2: z.ZodObject<{
1366
1366
  active?: boolean | null | undefined;
1367
1367
  images?: Record<string, {
1368
1368
  order?: number | null | undefined;
1369
- id: string;
1370
1369
  type: "Image";
1370
+ id: string;
1371
1371
  }> | null | undefined;
1372
1372
  parent?: {
1373
- id: string;
1374
1373
  type: "Product";
1374
+ id: string;
1375
1375
  } | null | undefined;
1376
1376
  isPrepackedItem?: boolean | null | undefined;
1377
1377
  isExpressItem?: boolean | null | undefined;
@@ -1380,19 +1380,19 @@ declare const FPCatalogV2: z.ZodObject<{
1380
1380
  containerPrice?: string | null | undefined;
1381
1381
  variants?: Record<string, {
1382
1382
  order?: number | null | undefined;
1383
- id: string;
1384
1383
  type: "Product";
1384
+ id: string;
1385
1385
  }> | null | undefined;
1386
1386
  toppings?: Record<string, {
1387
1387
  order?: number | null | undefined;
1388
- id: string;
1389
1388
  type: "Topping";
1389
+ id: string;
1390
1390
  }> | null | undefined;
1391
1391
  title: {
1392
1392
  default: string;
1393
1393
  } & Record<string, string>;
1394
- id: string;
1395
1394
  type: "Product";
1395
+ id: string;
1396
1396
  } | {
1397
1397
  description?: ({
1398
1398
  default: string;
@@ -1400,18 +1400,18 @@ declare const FPCatalogV2: z.ZodObject<{
1400
1400
  order?: number | null | undefined;
1401
1401
  images?: Record<string, {
1402
1402
  order?: number | null | undefined;
1403
- id: string;
1404
1403
  type: "Image";
1404
+ id: string;
1405
1405
  }> | null | undefined;
1406
1406
  title: {
1407
1407
  default: string;
1408
1408
  } & Record<string, string>;
1409
- id: string;
1410
1409
  type: "Category";
1410
+ id: string;
1411
1411
  products: Record<string, {
1412
1412
  order?: number | null | undefined;
1413
- id: string;
1414
1413
  type: "Product";
1414
+ id: string;
1415
1415
  }>;
1416
1416
  } | {
1417
1417
  description?: ({
@@ -1420,37 +1420,37 @@ declare const FPCatalogV2: z.ZodObject<{
1420
1420
  order?: number | null | undefined;
1421
1421
  images?: Record<string, {
1422
1422
  order?: number | null | undefined;
1423
- id: string;
1424
1423
  type: "Image";
1424
+ id: string;
1425
1425
  }> | null | undefined;
1426
1426
  title: {
1427
1427
  default: string;
1428
1428
  } & Record<string, string>;
1429
- id: string;
1430
1429
  type: "Topping";
1431
1430
  quantity: {
1432
1431
  minimum?: number | null | undefined;
1433
1432
  maximum: number;
1434
1433
  };
1434
+ id: string;
1435
1435
  products: Record<string, {
1436
1436
  price?: string | null | undefined;
1437
1437
  order?: number | null | undefined;
1438
- id: string;
1439
1438
  type: "Product";
1439
+ id: string;
1440
1440
  }>;
1441
1441
  } | {
1442
1442
  alt?: ({
1443
1443
  default: string;
1444
1444
  } & Record<string, string>) | null | undefined;
1445
- id: string;
1446
1445
  type: "Image";
1446
+ id: string;
1447
1447
  url: string;
1448
1448
  } | {
1449
1449
  startDate?: string | null | undefined;
1450
1450
  endDate?: string | null | undefined;
1451
1451
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
1452
- id: string;
1453
1452
  type: "ScheduleEntry";
1453
+ id: string;
1454
1454
  startTime: string;
1455
1455
  endTime: string;
1456
1456
  }>;
@@ -1488,12 +1488,12 @@ declare const FPMenuV2: z.ZodObject<{
1488
1488
  type: z.ZodLiteral<"Image">;
1489
1489
  }>, "strip", z.ZodTypeAny, {
1490
1490
  order?: number | null | undefined;
1491
- id: string;
1492
1491
  type: "Image";
1492
+ id: string;
1493
1493
  }, {
1494
1494
  order?: number | null | undefined;
1495
- id: string;
1496
1495
  type: "Image";
1496
+ id: string;
1497
1497
  }>>>>;
1498
1498
  type: z.ZodLiteral<"Menu">;
1499
1499
  menuType: z.ZodEnum<["DELIVERY", "DINE_IN", "PICK_UP"]>;
@@ -1503,11 +1503,11 @@ declare const FPMenuV2: z.ZodObject<{
1503
1503
  }, {
1504
1504
  type: z.ZodLiteral<"Product">;
1505
1505
  }>, "strip", z.ZodTypeAny, {
1506
- id: string;
1507
1506
  type: "Product";
1508
- }, {
1509
1507
  id: string;
1508
+ }, {
1510
1509
  type: "Product";
1510
+ id: string;
1511
1511
  }>>;
1512
1512
  schedule: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
1513
1513
  id: z.ZodString;
@@ -1518,12 +1518,12 @@ declare const FPMenuV2: z.ZodObject<{
1518
1518
  type: z.ZodLiteral<"ScheduleEntry">;
1519
1519
  }>, "strip", z.ZodTypeAny, {
1520
1520
  order?: number | null | undefined;
1521
- id: string;
1522
1521
  type: "ScheduleEntry";
1522
+ id: string;
1523
1523
  }, {
1524
1524
  order?: number | null | undefined;
1525
- id: string;
1526
1525
  type: "ScheduleEntry";
1526
+ id: string;
1527
1527
  }>>>>;
1528
1528
  }>, "strip", z.ZodTypeAny, {
1529
1529
  description?: ({
@@ -1531,23 +1531,23 @@ declare const FPMenuV2: z.ZodObject<{
1531
1531
  } & Record<string, string>) | null | undefined;
1532
1532
  schedule?: Record<string, {
1533
1533
  order?: number | null | undefined;
1534
- id: string;
1535
1534
  type: "ScheduleEntry";
1535
+ id: string;
1536
1536
  }> | null | undefined;
1537
1537
  order?: number | null | undefined;
1538
1538
  images?: Record<string, {
1539
1539
  order?: number | null | undefined;
1540
- id: string;
1541
1540
  type: "Image";
1541
+ id: string;
1542
1542
  }> | null | undefined;
1543
1543
  title: {
1544
1544
  default: string;
1545
1545
  } & Record<string, string>;
1546
- id: string;
1547
1546
  type: "Menu";
1547
+ id: string;
1548
1548
  products: Record<string, {
1549
- id: string;
1550
1549
  type: "Product";
1550
+ id: string;
1551
1551
  }>;
1552
1552
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
1553
1553
  }, {
@@ -1556,23 +1556,23 @@ declare const FPMenuV2: z.ZodObject<{
1556
1556
  } & Record<string, string>) | null | undefined;
1557
1557
  schedule?: Record<string, {
1558
1558
  order?: number | null | undefined;
1559
- id: string;
1560
1559
  type: "ScheduleEntry";
1560
+ id: string;
1561
1561
  }> | null | undefined;
1562
1562
  order?: number | null | undefined;
1563
1563
  images?: Record<string, {
1564
1564
  order?: number | null | undefined;
1565
- id: string;
1566
1565
  type: "Image";
1566
+ id: string;
1567
1567
  }> | null | undefined;
1568
1568
  title: {
1569
1569
  default: string;
1570
1570
  } & Record<string, string>;
1571
- id: string;
1572
1571
  type: "Menu";
1572
+ id: string;
1573
1573
  products: Record<string, {
1574
- id: string;
1575
1574
  type: "Product";
1575
+ id: string;
1576
1576
  }>;
1577
1577
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
1578
1578
  }> | z.ZodObject<z.extendShape<z.extendShape<{
@@ -1604,12 +1604,12 @@ declare const FPMenuV2: z.ZodObject<{
1604
1604
  type: z.ZodLiteral<"Image">;
1605
1605
  }>, "strip", z.ZodTypeAny, {
1606
1606
  order?: number | null | undefined;
1607
- id: string;
1608
1607
  type: "Image";
1608
+ id: string;
1609
1609
  }, {
1610
1610
  order?: number | null | undefined;
1611
- id: string;
1612
1611
  type: "Image";
1612
+ id: string;
1613
1613
  }>>>>;
1614
1614
  parent: z.ZodNullable<z.ZodOptional<z.ZodObject<z.extendShape<{
1615
1615
  id: z.ZodString;
@@ -1617,11 +1617,11 @@ declare const FPMenuV2: z.ZodObject<{
1617
1617
  }, {
1618
1618
  type: z.ZodLiteral<"Product">;
1619
1619
  }>, "strip", z.ZodTypeAny, {
1620
- id: string;
1621
1620
  type: "Product";
1622
- }, {
1623
1621
  id: string;
1622
+ }, {
1624
1623
  type: "Product";
1624
+ id: string;
1625
1625
  }>>>;
1626
1626
  active: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
1627
1627
  isPrepackedItem: z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodBoolean>>>;
@@ -1643,12 +1643,12 @@ declare const FPMenuV2: z.ZodObject<{
1643
1643
  type: z.ZodLiteral<"Product">;
1644
1644
  }>>, "strip", z.ZodTypeAny, {
1645
1645
  order?: number | null | undefined;
1646
- id: string;
1647
1646
  type: "Product";
1647
+ id: string;
1648
1648
  }, {
1649
1649
  order?: number | null | undefined;
1650
- id: string;
1651
1650
  type: "Product";
1651
+ id: string;
1652
1652
  }>>>>;
1653
1653
  toppings: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
1654
1654
  id: z.ZodString;
@@ -1659,12 +1659,12 @@ declare const FPMenuV2: z.ZodObject<{
1659
1659
  type: z.ZodLiteral<"Topping">;
1660
1660
  }>, "strip", z.ZodTypeAny, {
1661
1661
  order?: number | null | undefined;
1662
- id: string;
1663
1662
  type: "Topping";
1663
+ id: string;
1664
1664
  }, {
1665
1665
  order?: number | null | undefined;
1666
- id: string;
1667
1666
  type: "Topping";
1667
+ id: string;
1668
1668
  }>>>>;
1669
1669
  }>, "strip", z.ZodTypeAny, {
1670
1670
  description?: ({
@@ -1674,12 +1674,12 @@ declare const FPMenuV2: z.ZodObject<{
1674
1674
  active?: boolean | null | undefined;
1675
1675
  images?: Record<string, {
1676
1676
  order?: number | null | undefined;
1677
- id: string;
1678
1677
  type: "Image";
1678
+ id: string;
1679
1679
  }> | null | undefined;
1680
1680
  parent?: {
1681
- id: string;
1682
1681
  type: "Product";
1682
+ id: string;
1683
1683
  } | null | undefined;
1684
1684
  isPrepackedItem?: boolean | null | undefined;
1685
1685
  isExpressItem?: boolean | null | undefined;
@@ -1688,19 +1688,19 @@ declare const FPMenuV2: z.ZodObject<{
1688
1688
  containerPrice?: string | null | undefined;
1689
1689
  variants?: Record<string, {
1690
1690
  order?: number | null | undefined;
1691
- id: string;
1692
1691
  type: "Product";
1692
+ id: string;
1693
1693
  }> | null | undefined;
1694
1694
  toppings?: Record<string, {
1695
1695
  order?: number | null | undefined;
1696
- id: string;
1697
1696
  type: "Topping";
1697
+ id: string;
1698
1698
  }> | null | undefined;
1699
1699
  title: {
1700
1700
  default: string;
1701
1701
  } & Record<string, string>;
1702
- id: string;
1703
1702
  type: "Product";
1703
+ id: string;
1704
1704
  }, {
1705
1705
  description?: ({
1706
1706
  default: string;
@@ -1709,12 +1709,12 @@ declare const FPMenuV2: z.ZodObject<{
1709
1709
  active?: boolean | null | undefined;
1710
1710
  images?: Record<string, {
1711
1711
  order?: number | null | undefined;
1712
- id: string;
1713
1712
  type: "Image";
1713
+ id: string;
1714
1714
  }> | null | undefined;
1715
1715
  parent?: {
1716
- id: string;
1717
1716
  type: "Product";
1717
+ id: string;
1718
1718
  } | null | undefined;
1719
1719
  isPrepackedItem?: boolean | null | undefined;
1720
1720
  isExpressItem?: boolean | null | undefined;
@@ -1723,19 +1723,19 @@ declare const FPMenuV2: z.ZodObject<{
1723
1723
  containerPrice?: string | null | undefined;
1724
1724
  variants?: Record<string, {
1725
1725
  order?: number | null | undefined;
1726
- id: string;
1727
1726
  type: "Product";
1727
+ id: string;
1728
1728
  }> | null | undefined;
1729
1729
  toppings?: Record<string, {
1730
1730
  order?: number | null | undefined;
1731
- id: string;
1732
1731
  type: "Topping";
1732
+ id: string;
1733
1733
  }> | null | undefined;
1734
1734
  title: {
1735
1735
  default: string;
1736
1736
  } & Record<string, string>;
1737
- id: string;
1738
1737
  type: "Product";
1738
+ id: string;
1739
1739
  }> | z.ZodObject<z.extendShape<z.extendShape<{
1740
1740
  id: z.ZodString;
1741
1741
  type: z.ZodEnum<["ScheduleEntry", "Menu", "Product", "Category", "Topping", "Image"]>;
@@ -1765,12 +1765,12 @@ declare const FPMenuV2: z.ZodObject<{
1765
1765
  type: z.ZodLiteral<"Image">;
1766
1766
  }>, "strip", z.ZodTypeAny, {
1767
1767
  order?: number | null | undefined;
1768
- id: string;
1769
1768
  type: "Image";
1769
+ id: string;
1770
1770
  }, {
1771
1771
  order?: number | null | undefined;
1772
- id: string;
1773
1772
  type: "Image";
1773
+ id: string;
1774
1774
  }>>>>;
1775
1775
  type: z.ZodLiteral<"Category">;
1776
1776
  products: z.ZodRecord<z.ZodString, z.ZodObject<z.extendShape<z.extendShape<{
@@ -1785,12 +1785,12 @@ declare const FPMenuV2: z.ZodObject<{
1785
1785
  type: z.ZodLiteral<"Product">;
1786
1786
  }>>, "strip", z.ZodTypeAny, {
1787
1787
  order?: number | null | undefined;
1788
- id: string;
1789
1788
  type: "Product";
1789
+ id: string;
1790
1790
  }, {
1791
1791
  order?: number | null | undefined;
1792
- id: string;
1793
1792
  type: "Product";
1793
+ id: string;
1794
1794
  }>>;
1795
1795
  }>, "strip", z.ZodTypeAny, {
1796
1796
  description?: ({
@@ -1799,18 +1799,18 @@ declare const FPMenuV2: z.ZodObject<{
1799
1799
  order?: number | null | undefined;
1800
1800
  images?: Record<string, {
1801
1801
  order?: number | null | undefined;
1802
- id: string;
1803
1802
  type: "Image";
1803
+ id: string;
1804
1804
  }> | null | undefined;
1805
1805
  title: {
1806
1806
  default: string;
1807
1807
  } & Record<string, string>;
1808
- id: string;
1809
1808
  type: "Category";
1809
+ id: string;
1810
1810
  products: Record<string, {
1811
1811
  order?: number | null | undefined;
1812
- id: string;
1813
1812
  type: "Product";
1813
+ id: string;
1814
1814
  }>;
1815
1815
  }, {
1816
1816
  description?: ({
@@ -1819,18 +1819,18 @@ declare const FPMenuV2: z.ZodObject<{
1819
1819
  order?: number | null | undefined;
1820
1820
  images?: Record<string, {
1821
1821
  order?: number | null | undefined;
1822
- id: string;
1823
1822
  type: "Image";
1823
+ id: string;
1824
1824
  }> | null | undefined;
1825
1825
  title: {
1826
1826
  default: string;
1827
1827
  } & Record<string, string>;
1828
- id: string;
1829
1828
  type: "Category";
1829
+ id: string;
1830
1830
  products: Record<string, {
1831
1831
  order?: number | null | undefined;
1832
- id: string;
1833
1832
  type: "Product";
1833
+ id: string;
1834
1834
  }>;
1835
1835
  }> | z.ZodObject<z.extendShape<z.extendShape<{
1836
1836
  id: z.ZodString;
@@ -1861,12 +1861,12 @@ declare const FPMenuV2: z.ZodObject<{
1861
1861
  type: z.ZodLiteral<"Image">;
1862
1862
  }>, "strip", z.ZodTypeAny, {
1863
1863
  order?: number | null | undefined;
1864
- id: string;
1865
1864
  type: "Image";
1865
+ id: string;
1866
1866
  }, {
1867
1867
  order?: number | null | undefined;
1868
- id: string;
1869
1868
  type: "Image";
1869
+ id: string;
1870
1870
  }>>>>;
1871
1871
  type: z.ZodLiteral<"Topping">;
1872
1872
  quantity: z.ZodObject<{
@@ -1890,13 +1890,13 @@ declare const FPMenuV2: z.ZodObject<{
1890
1890
  }>, "strip", z.ZodTypeAny, {
1891
1891
  price?: string | null | undefined;
1892
1892
  order?: number | null | undefined;
1893
- id: string;
1894
1893
  type: "Product";
1894
+ id: string;
1895
1895
  }, {
1896
1896
  price?: string | null | undefined;
1897
1897
  order?: number | null | undefined;
1898
- id: string;
1899
1898
  type: "Product";
1899
+ id: string;
1900
1900
  }>>;
1901
1901
  }>, "strip", z.ZodTypeAny, {
1902
1902
  description?: ({
@@ -1905,23 +1905,23 @@ declare const FPMenuV2: z.ZodObject<{
1905
1905
  order?: number | null | undefined;
1906
1906
  images?: Record<string, {
1907
1907
  order?: number | null | undefined;
1908
- id: string;
1909
1908
  type: "Image";
1909
+ id: string;
1910
1910
  }> | null | undefined;
1911
1911
  title: {
1912
1912
  default: string;
1913
1913
  } & Record<string, string>;
1914
- id: string;
1915
1914
  type: "Topping";
1916
1915
  quantity: {
1917
1916
  minimum?: number | null | undefined;
1918
1917
  maximum: number;
1919
1918
  };
1919
+ id: string;
1920
1920
  products: Record<string, {
1921
1921
  price?: string | null | undefined;
1922
1922
  order?: number | null | undefined;
1923
- id: string;
1924
1923
  type: "Product";
1924
+ id: string;
1925
1925
  }>;
1926
1926
  }, {
1927
1927
  description?: ({
@@ -1930,23 +1930,23 @@ declare const FPMenuV2: z.ZodObject<{
1930
1930
  order?: number | null | undefined;
1931
1931
  images?: Record<string, {
1932
1932
  order?: number | null | undefined;
1933
- id: string;
1934
1933
  type: "Image";
1934
+ id: string;
1935
1935
  }> | null | undefined;
1936
1936
  title: {
1937
1937
  default: string;
1938
1938
  } & Record<string, string>;
1939
- id: string;
1940
1939
  type: "Topping";
1941
1940
  quantity: {
1942
1941
  minimum?: number | null | undefined;
1943
1942
  maximum: number;
1944
1943
  };
1944
+ id: string;
1945
1945
  products: Record<string, {
1946
1946
  price?: string | null | undefined;
1947
1947
  order?: number | null | undefined;
1948
- id: string;
1949
1948
  type: "Product";
1949
+ id: string;
1950
1950
  }>;
1951
1951
  }> | z.ZodObject<z.extendShape<{
1952
1952
  id: z.ZodString;
@@ -1965,15 +1965,15 @@ declare const FPMenuV2: z.ZodObject<{
1965
1965
  alt?: ({
1966
1966
  default: string;
1967
1967
  } & Record<string, string>) | null | undefined;
1968
- id: string;
1969
1968
  type: "Image";
1969
+ id: string;
1970
1970
  url: string;
1971
1971
  }, {
1972
1972
  alt?: ({
1973
1973
  default: string;
1974
1974
  } & Record<string, string>) | null | undefined;
1975
- id: string;
1976
1975
  type: "Image";
1976
+ id: string;
1977
1977
  url: string;
1978
1978
  }> | z.ZodObject<z.extendShape<{
1979
1979
  id: z.ZodString;
@@ -1989,16 +1989,16 @@ declare const FPMenuV2: z.ZodObject<{
1989
1989
  startDate?: string | null | undefined;
1990
1990
  endDate?: string | null | undefined;
1991
1991
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
1992
- id: string;
1993
1992
  type: "ScheduleEntry";
1993
+ id: string;
1994
1994
  startTime: string;
1995
1995
  endTime: string;
1996
1996
  }, {
1997
1997
  startDate?: string | null | undefined;
1998
1998
  endDate?: string | null | undefined;
1999
1999
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
2000
- id: string;
2001
2000
  type: "ScheduleEntry";
2001
+ id: string;
2002
2002
  startTime: string;
2003
2003
  endTime: string;
2004
2004
  }>>>;
@@ -2009,23 +2009,23 @@ declare const FPMenuV2: z.ZodObject<{
2009
2009
  } & Record<string, string>) | null | undefined;
2010
2010
  schedule?: Record<string, {
2011
2011
  order?: number | null | undefined;
2012
- id: string;
2013
2012
  type: "ScheduleEntry";
2013
+ id: string;
2014
2014
  }> | null | undefined;
2015
2015
  order?: number | null | undefined;
2016
2016
  images?: Record<string, {
2017
2017
  order?: number | null | undefined;
2018
- id: string;
2019
2018
  type: "Image";
2019
+ id: string;
2020
2020
  }> | null | undefined;
2021
2021
  title: {
2022
2022
  default: string;
2023
2023
  } & Record<string, string>;
2024
- id: string;
2025
2024
  type: "Menu";
2025
+ id: string;
2026
2026
  products: Record<string, {
2027
- id: string;
2028
2027
  type: "Product";
2028
+ id: string;
2029
2029
  }>;
2030
2030
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
2031
2031
  } | {
@@ -2036,12 +2036,12 @@ declare const FPMenuV2: z.ZodObject<{
2036
2036
  active?: boolean | null | undefined;
2037
2037
  images?: Record<string, {
2038
2038
  order?: number | null | undefined;
2039
- id: string;
2040
2039
  type: "Image";
2040
+ id: string;
2041
2041
  }> | null | undefined;
2042
2042
  parent?: {
2043
- id: string;
2044
2043
  type: "Product";
2044
+ id: string;
2045
2045
  } | null | undefined;
2046
2046
  isPrepackedItem?: boolean | null | undefined;
2047
2047
  isExpressItem?: boolean | null | undefined;
@@ -2050,19 +2050,19 @@ declare const FPMenuV2: z.ZodObject<{
2050
2050
  containerPrice?: string | null | undefined;
2051
2051
  variants?: Record<string, {
2052
2052
  order?: number | null | undefined;
2053
- id: string;
2054
2053
  type: "Product";
2054
+ id: string;
2055
2055
  }> | null | undefined;
2056
2056
  toppings?: Record<string, {
2057
2057
  order?: number | null | undefined;
2058
- id: string;
2059
2058
  type: "Topping";
2059
+ id: string;
2060
2060
  }> | null | undefined;
2061
2061
  title: {
2062
2062
  default: string;
2063
2063
  } & Record<string, string>;
2064
- id: string;
2065
2064
  type: "Product";
2065
+ id: string;
2066
2066
  } | {
2067
2067
  description?: ({
2068
2068
  default: string;
@@ -2070,18 +2070,18 @@ declare const FPMenuV2: z.ZodObject<{
2070
2070
  order?: number | null | undefined;
2071
2071
  images?: Record<string, {
2072
2072
  order?: number | null | undefined;
2073
- id: string;
2074
2073
  type: "Image";
2074
+ id: string;
2075
2075
  }> | null | undefined;
2076
2076
  title: {
2077
2077
  default: string;
2078
2078
  } & Record<string, string>;
2079
- id: string;
2080
2079
  type: "Category";
2080
+ id: string;
2081
2081
  products: Record<string, {
2082
2082
  order?: number | null | undefined;
2083
- id: string;
2084
2083
  type: "Product";
2084
+ id: string;
2085
2085
  }>;
2086
2086
  } | {
2087
2087
  description?: ({
@@ -2090,37 +2090,37 @@ declare const FPMenuV2: z.ZodObject<{
2090
2090
  order?: number | null | undefined;
2091
2091
  images?: Record<string, {
2092
2092
  order?: number | null | undefined;
2093
- id: string;
2094
2093
  type: "Image";
2094
+ id: string;
2095
2095
  }> | null | undefined;
2096
2096
  title: {
2097
2097
  default: string;
2098
2098
  } & Record<string, string>;
2099
- id: string;
2100
2099
  type: "Topping";
2101
2100
  quantity: {
2102
2101
  minimum?: number | null | undefined;
2103
2102
  maximum: number;
2104
2103
  };
2104
+ id: string;
2105
2105
  products: Record<string, {
2106
2106
  price?: string | null | undefined;
2107
2107
  order?: number | null | undefined;
2108
- id: string;
2109
2108
  type: "Product";
2109
+ id: string;
2110
2110
  }>;
2111
2111
  } | {
2112
2112
  alt?: ({
2113
2113
  default: string;
2114
2114
  } & Record<string, string>) | null | undefined;
2115
- id: string;
2116
2115
  type: "Image";
2116
+ id: string;
2117
2117
  url: string;
2118
2118
  } | {
2119
2119
  startDate?: string | null | undefined;
2120
2120
  endDate?: string | null | undefined;
2121
2121
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
2122
- id: string;
2123
2122
  type: "ScheduleEntry";
2123
+ id: string;
2124
2124
  startTime: string;
2125
2125
  endTime: string;
2126
2126
  }>;
@@ -2131,23 +2131,23 @@ declare const FPMenuV2: z.ZodObject<{
2131
2131
  } & Record<string, string>) | null | undefined;
2132
2132
  schedule?: Record<string, {
2133
2133
  order?: number | null | undefined;
2134
- id: string;
2135
2134
  type: "ScheduleEntry";
2135
+ id: string;
2136
2136
  }> | null | undefined;
2137
2137
  order?: number | null | undefined;
2138
2138
  images?: Record<string, {
2139
2139
  order?: number | null | undefined;
2140
- id: string;
2141
2140
  type: "Image";
2141
+ id: string;
2142
2142
  }> | null | undefined;
2143
2143
  title: {
2144
2144
  default: string;
2145
2145
  } & Record<string, string>;
2146
- id: string;
2147
2146
  type: "Menu";
2147
+ id: string;
2148
2148
  products: Record<string, {
2149
- id: string;
2150
2149
  type: "Product";
2150
+ id: string;
2151
2151
  }>;
2152
2152
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
2153
2153
  } | {
@@ -2158,12 +2158,12 @@ declare const FPMenuV2: z.ZodObject<{
2158
2158
  active?: boolean | null | undefined;
2159
2159
  images?: Record<string, {
2160
2160
  order?: number | null | undefined;
2161
- id: string;
2162
2161
  type: "Image";
2162
+ id: string;
2163
2163
  }> | null | undefined;
2164
2164
  parent?: {
2165
- id: string;
2166
2165
  type: "Product";
2166
+ id: string;
2167
2167
  } | null | undefined;
2168
2168
  isPrepackedItem?: boolean | null | undefined;
2169
2169
  isExpressItem?: boolean | null | undefined;
@@ -2172,19 +2172,19 @@ declare const FPMenuV2: z.ZodObject<{
2172
2172
  containerPrice?: string | null | undefined;
2173
2173
  variants?: Record<string, {
2174
2174
  order?: number | null | undefined;
2175
- id: string;
2176
2175
  type: "Product";
2176
+ id: string;
2177
2177
  }> | null | undefined;
2178
2178
  toppings?: Record<string, {
2179
2179
  order?: number | null | undefined;
2180
- id: string;
2181
2180
  type: "Topping";
2181
+ id: string;
2182
2182
  }> | null | undefined;
2183
2183
  title: {
2184
2184
  default: string;
2185
2185
  } & Record<string, string>;
2186
- id: string;
2187
2186
  type: "Product";
2187
+ id: string;
2188
2188
  } | {
2189
2189
  description?: ({
2190
2190
  default: string;
@@ -2192,18 +2192,18 @@ declare const FPMenuV2: z.ZodObject<{
2192
2192
  order?: number | null | undefined;
2193
2193
  images?: Record<string, {
2194
2194
  order?: number | null | undefined;
2195
- id: string;
2196
2195
  type: "Image";
2196
+ id: string;
2197
2197
  }> | null | undefined;
2198
2198
  title: {
2199
2199
  default: string;
2200
2200
  } & Record<string, string>;
2201
- id: string;
2202
2201
  type: "Category";
2202
+ id: string;
2203
2203
  products: Record<string, {
2204
2204
  order?: number | null | undefined;
2205
- id: string;
2206
2205
  type: "Product";
2206
+ id: string;
2207
2207
  }>;
2208
2208
  } | {
2209
2209
  description?: ({
@@ -2212,37 +2212,37 @@ declare const FPMenuV2: z.ZodObject<{
2212
2212
  order?: number | null | undefined;
2213
2213
  images?: Record<string, {
2214
2214
  order?: number | null | undefined;
2215
- id: string;
2216
2215
  type: "Image";
2216
+ id: string;
2217
2217
  }> | null | undefined;
2218
2218
  title: {
2219
2219
  default: string;
2220
2220
  } & Record<string, string>;
2221
- id: string;
2222
2221
  type: "Topping";
2223
2222
  quantity: {
2224
2223
  minimum?: number | null | undefined;
2225
2224
  maximum: number;
2226
2225
  };
2226
+ id: string;
2227
2227
  products: Record<string, {
2228
2228
  price?: string | null | undefined;
2229
2229
  order?: number | null | undefined;
2230
- id: string;
2231
2230
  type: "Product";
2231
+ id: string;
2232
2232
  }>;
2233
2233
  } | {
2234
2234
  alt?: ({
2235
2235
  default: string;
2236
2236
  } & Record<string, string>) | null | undefined;
2237
- id: string;
2238
2237
  type: "Image";
2238
+ id: string;
2239
2239
  url: string;
2240
2240
  } | {
2241
2241
  startDate?: string | null | undefined;
2242
2242
  endDate?: string | null | undefined;
2243
2243
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
2244
- id: string;
2245
2244
  type: "ScheduleEntry";
2245
+ id: string;
2246
2246
  startTime: string;
2247
2247
  endTime: string;
2248
2248
  }>;
@@ -2257,23 +2257,23 @@ declare const FPMenuV2: z.ZodObject<{
2257
2257
  } & Record<string, string>) | null | undefined;
2258
2258
  schedule?: Record<string, {
2259
2259
  order?: number | null | undefined;
2260
- id: string;
2261
2260
  type: "ScheduleEntry";
2261
+ id: string;
2262
2262
  }> | null | undefined;
2263
2263
  order?: number | null | undefined;
2264
2264
  images?: Record<string, {
2265
2265
  order?: number | null | undefined;
2266
- id: string;
2267
2266
  type: "Image";
2267
+ id: string;
2268
2268
  }> | null | undefined;
2269
2269
  title: {
2270
2270
  default: string;
2271
2271
  } & Record<string, string>;
2272
- id: string;
2273
2272
  type: "Menu";
2273
+ id: string;
2274
2274
  products: Record<string, {
2275
- id: string;
2276
2275
  type: "Product";
2276
+ id: string;
2277
2277
  }>;
2278
2278
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
2279
2279
  } | {
@@ -2284,12 +2284,12 @@ declare const FPMenuV2: z.ZodObject<{
2284
2284
  active?: boolean | null | undefined;
2285
2285
  images?: Record<string, {
2286
2286
  order?: number | null | undefined;
2287
- id: string;
2288
2287
  type: "Image";
2288
+ id: string;
2289
2289
  }> | null | undefined;
2290
2290
  parent?: {
2291
- id: string;
2292
2291
  type: "Product";
2292
+ id: string;
2293
2293
  } | null | undefined;
2294
2294
  isPrepackedItem?: boolean | null | undefined;
2295
2295
  isExpressItem?: boolean | null | undefined;
@@ -2298,19 +2298,19 @@ declare const FPMenuV2: z.ZodObject<{
2298
2298
  containerPrice?: string | null | undefined;
2299
2299
  variants?: Record<string, {
2300
2300
  order?: number | null | undefined;
2301
- id: string;
2302
2301
  type: "Product";
2302
+ id: string;
2303
2303
  }> | null | undefined;
2304
2304
  toppings?: Record<string, {
2305
2305
  order?: number | null | undefined;
2306
- id: string;
2307
2306
  type: "Topping";
2307
+ id: string;
2308
2308
  }> | null | undefined;
2309
2309
  title: {
2310
2310
  default: string;
2311
2311
  } & Record<string, string>;
2312
- id: string;
2313
2312
  type: "Product";
2313
+ id: string;
2314
2314
  } | {
2315
2315
  description?: ({
2316
2316
  default: string;
@@ -2318,18 +2318,18 @@ declare const FPMenuV2: z.ZodObject<{
2318
2318
  order?: number | null | undefined;
2319
2319
  images?: Record<string, {
2320
2320
  order?: number | null | undefined;
2321
- id: string;
2322
2321
  type: "Image";
2322
+ id: string;
2323
2323
  }> | null | undefined;
2324
2324
  title: {
2325
2325
  default: string;
2326
2326
  } & Record<string, string>;
2327
- id: string;
2328
2327
  type: "Category";
2328
+ id: string;
2329
2329
  products: Record<string, {
2330
2330
  order?: number | null | undefined;
2331
- id: string;
2332
2331
  type: "Product";
2332
+ id: string;
2333
2333
  }>;
2334
2334
  } | {
2335
2335
  description?: ({
@@ -2338,37 +2338,37 @@ declare const FPMenuV2: z.ZodObject<{
2338
2338
  order?: number | null | undefined;
2339
2339
  images?: Record<string, {
2340
2340
  order?: number | null | undefined;
2341
- id: string;
2342
2341
  type: "Image";
2342
+ id: string;
2343
2343
  }> | null | undefined;
2344
2344
  title: {
2345
2345
  default: string;
2346
2346
  } & Record<string, string>;
2347
- id: string;
2348
2347
  type: "Topping";
2349
2348
  quantity: {
2350
2349
  minimum?: number | null | undefined;
2351
2350
  maximum: number;
2352
2351
  };
2352
+ id: string;
2353
2353
  products: Record<string, {
2354
2354
  price?: string | null | undefined;
2355
2355
  order?: number | null | undefined;
2356
- id: string;
2357
2356
  type: "Product";
2357
+ id: string;
2358
2358
  }>;
2359
2359
  } | {
2360
2360
  alt?: ({
2361
2361
  default: string;
2362
2362
  } & Record<string, string>) | null | undefined;
2363
- id: string;
2364
2363
  type: "Image";
2364
+ id: string;
2365
2365
  url: string;
2366
2366
  } | {
2367
2367
  startDate?: string | null | undefined;
2368
2368
  endDate?: string | null | undefined;
2369
2369
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
2370
- id: string;
2371
2370
  type: "ScheduleEntry";
2371
+ id: string;
2372
2372
  startTime: string;
2373
2373
  endTime: string;
2374
2374
  }>;
@@ -2383,23 +2383,23 @@ declare const FPMenuV2: z.ZodObject<{
2383
2383
  } & Record<string, string>) | null | undefined;
2384
2384
  schedule?: Record<string, {
2385
2385
  order?: number | null | undefined;
2386
- id: string;
2387
2386
  type: "ScheduleEntry";
2387
+ id: string;
2388
2388
  }> | null | undefined;
2389
2389
  order?: number | null | undefined;
2390
2390
  images?: Record<string, {
2391
2391
  order?: number | null | undefined;
2392
- id: string;
2393
2392
  type: "Image";
2393
+ id: string;
2394
2394
  }> | null | undefined;
2395
2395
  title: {
2396
2396
  default: string;
2397
2397
  } & Record<string, string>;
2398
- id: string;
2399
2398
  type: "Menu";
2399
+ id: string;
2400
2400
  products: Record<string, {
2401
- id: string;
2402
2401
  type: "Product";
2402
+ id: string;
2403
2403
  }>;
2404
2404
  menuType: "DINE_IN" | "DELIVERY" | "PICK_UP";
2405
2405
  } | {
@@ -2410,12 +2410,12 @@ declare const FPMenuV2: z.ZodObject<{
2410
2410
  active?: boolean | null | undefined;
2411
2411
  images?: Record<string, {
2412
2412
  order?: number | null | undefined;
2413
- id: string;
2414
2413
  type: "Image";
2414
+ id: string;
2415
2415
  }> | null | undefined;
2416
2416
  parent?: {
2417
- id: string;
2418
2417
  type: "Product";
2418
+ id: string;
2419
2419
  } | null | undefined;
2420
2420
  isPrepackedItem?: boolean | null | undefined;
2421
2421
  isExpressItem?: boolean | null | undefined;
@@ -2424,19 +2424,19 @@ declare const FPMenuV2: z.ZodObject<{
2424
2424
  containerPrice?: string | null | undefined;
2425
2425
  variants?: Record<string, {
2426
2426
  order?: number | null | undefined;
2427
- id: string;
2428
2427
  type: "Product";
2428
+ id: string;
2429
2429
  }> | null | undefined;
2430
2430
  toppings?: Record<string, {
2431
2431
  order?: number | null | undefined;
2432
- id: string;
2433
2432
  type: "Topping";
2433
+ id: string;
2434
2434
  }> | null | undefined;
2435
2435
  title: {
2436
2436
  default: string;
2437
2437
  } & Record<string, string>;
2438
- id: string;
2439
2438
  type: "Product";
2439
+ id: string;
2440
2440
  } | {
2441
2441
  description?: ({
2442
2442
  default: string;
@@ -2444,18 +2444,18 @@ declare const FPMenuV2: z.ZodObject<{
2444
2444
  order?: number | null | undefined;
2445
2445
  images?: Record<string, {
2446
2446
  order?: number | null | undefined;
2447
- id: string;
2448
2447
  type: "Image";
2448
+ id: string;
2449
2449
  }> | null | undefined;
2450
2450
  title: {
2451
2451
  default: string;
2452
2452
  } & Record<string, string>;
2453
- id: string;
2454
2453
  type: "Category";
2454
+ id: string;
2455
2455
  products: Record<string, {
2456
2456
  order?: number | null | undefined;
2457
- id: string;
2458
2457
  type: "Product";
2458
+ id: string;
2459
2459
  }>;
2460
2460
  } | {
2461
2461
  description?: ({
@@ -2464,37 +2464,37 @@ declare const FPMenuV2: z.ZodObject<{
2464
2464
  order?: number | null | undefined;
2465
2465
  images?: Record<string, {
2466
2466
  order?: number | null | undefined;
2467
- id: string;
2468
2467
  type: "Image";
2468
+ id: string;
2469
2469
  }> | null | undefined;
2470
2470
  title: {
2471
2471
  default: string;
2472
2472
  } & Record<string, string>;
2473
- id: string;
2474
2473
  type: "Topping";
2475
2474
  quantity: {
2476
2475
  minimum?: number | null | undefined;
2477
2476
  maximum: number;
2478
2477
  };
2478
+ id: string;
2479
2479
  products: Record<string, {
2480
2480
  price?: string | null | undefined;
2481
2481
  order?: number | null | undefined;
2482
- id: string;
2483
2482
  type: "Product";
2483
+ id: string;
2484
2484
  }>;
2485
2485
  } | {
2486
2486
  alt?: ({
2487
2487
  default: string;
2488
2488
  } & Record<string, string>) | null | undefined;
2489
- id: string;
2490
2489
  type: "Image";
2490
+ id: string;
2491
2491
  url: string;
2492
2492
  } | {
2493
2493
  startDate?: string | null | undefined;
2494
2494
  endDate?: string | null | undefined;
2495
2495
  weekDays?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
2496
- id: string;
2497
2496
  type: "ScheduleEntry";
2497
+ id: string;
2498
2498
  startTime: string;
2499
2499
  endTime: string;
2500
2500
  }>;