@feedmepos/mf-order-setting 0.0.72-prod → 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.
- package/.env +1 -1
- package/README.md +7 -23
- package/dist/{KioskDevicesView-DIiEVc0i.js → KioskDevicesView-Dztw-Q35.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-BD0Olm4_.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Ol419NZh.js} +3 -3
- package/dist/{KioskSettingView-Csm9he9M.js → KioskSettingView-BUHmoxyO.js} +183 -202
- package/dist/{KioskView-Ho2ts0j6.js → KioskView-B8j77zMA.js} +4 -4
- package/dist/OrderSettingsView-C5PK8CKZ.js +60009 -0
- package/dist/{app-xl2InG-H.js → app-C2_s0fkK.js} +5066 -4942
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BVqlMLNE.js → dayjs.min-B3nOmXcs.js} +1 -1
- package/dist/frontend/mf-order/src/api/menu/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +10 -3
- package/dist/frontend/mf-order/src/app.d.ts +44 -8
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/composables/useQrOrderingEnabled.d.ts +2 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/main.d.ts +44 -8
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +21 -21
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +906 -1044
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +36 -3
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +5 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +3 -8
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +3 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +5 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +21 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +28 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue.d.ts +46 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue.d.ts +57 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +23 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +27 -0
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +8 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-6PQJ07gD.js +665 -0
- package/dist/{index-B4qdL9W3.js → index-B4XxBqiV.js} +1 -1
- package/dist/lineman-settings.dto-DcYJFu0U.js +60394 -0
- package/dist/package/entity/_type-assert.d.ts +7 -0
- package/dist/package/entity/booking/booking.dto.d.ts +24 -24
- package/dist/package/entity/delivery/delivery.dto.d.ts +8 -8
- package/dist/package/entity/delivery/delivery.enum.d.ts +12 -0
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +2 -2
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +16 -16
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +4 -4
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +282 -4591
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +32 -24
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +23 -11719
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +12 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +140 -140
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +168 -168
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +63 -7
- package/dist/package/entity/marketing/marketing.dto.d.ts +4 -4
- package/dist/package/entity/member/member.dto.d.ts +6 -0
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/effects/effect.dto.d.ts +68 -16
- package/dist/package/entity/order/menu/menu.dto.d.ts +45 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +358 -3853
- package/dist/package/entity/order/order.do.d.ts +239 -42
- package/dist/package/entity/order/order.dto.d.ts +6497 -2236
- package/dist/package/entity/order/payment/payment.dto.d.ts +52 -12
- package/dist/package/entity/order-platform/base-integration.do.d.ts +8 -0
- package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +524 -524
- package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo.menu.dto.d.ts +58 -58
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +212 -284
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +331 -589
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +1 -1
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +275 -275
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +284 -284
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +40 -40
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-order.do.d.ts +18 -18
- package/dist/package/entity/order-platform/gofood/gofood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/grabfood/grabfood-edit-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +134 -115
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +187 -165
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +49 -42
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +67 -54
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/lineman/lineman-settings.do.d.ts +37 -0
- package/dist/package/entity/order-platform/lineman/lineman-settings.dto.d.ts +40 -0
- package/dist/package/entity/order-platform/menu.dto.d.ts +716 -13887
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +136 -2
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +176 -176
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +62 -62
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +8 -2
- package/dist/package/entity/order-platform/tng/tng-menu.do.d.ts +1061 -0
- package/dist/package/entity/order-platform/tng/tng-order.do.d.ts +1915 -0
- package/dist/package/entity/order-platform/tng/tng-settings.do.d.ts +379 -0
- package/dist/package/entity/order-platform/tng/tng-settings.dto.d.ts +301 -0
- package/dist/package/entity/order-platform/tng/tng.dto.d.ts +1162 -0
- package/dist/package/entity/order-platform/tng/tng.enum.d.ts +29 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.do.d.ts +12 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +11 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +9 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/order-setting/order-setting.do.d.ts +55 -4
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +110 -8
- package/dist/package/entity/order-setting/pickup/pickup.do.d.ts +12 -0
- package/dist/package/entity/order-setting/pickup/pickup.dto.d.ts +12 -0
- package/dist/package/entity/payment/transaction.d.ts +80 -8
- package/dist/package/entity/printer/printer.do.d.ts +14 -14
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +236 -1901
- package/dist/package/entity/queue/queue.dto.d.ts +743 -445
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +27 -4
- package/dist/package/entity/websocket/websocket.dto.d.ts +10 -10
- package/dist/style.css +1 -0
- package/golar.config.ts +20 -0
- package/package.json +28 -22
- package/src/Entry.vue +2 -10
- package/src/api/menu/index.ts +1 -1
- package/src/api/remoteOrder/index.ts +176 -110
- package/src/composables/useQrOrderingEnabled.ts +66 -0
- package/src/helpers/menu.ts +1 -1
- package/src/locales/en-US.json +421 -412
- package/src/locales/ja-JP.json +1769 -1760
- package/src/locales/th-TH.json +409 -400
- package/src/locales/zh-CN.json +417 -408
- package/src/main.ts +4 -44
- package/src/router/index.ts +2 -2
- package/src/stores/menu/menu.ts +48 -27
- package/src/stores/restaurant/index.ts +24 -9
- package/src/utils/firebase-storage.ts +3 -13
- package/src/views/kiosk/settings/KioskSettingView.vue +3 -2
- package/src/views/order-settings/OrderSettingsView.vue +31 -11
- package/src/views/order-settings/delivery/DeliverySetting.vue +223 -11
- package/src/views/order-settings/delivery/components/TaxInput.vue +1 -1
- package/src/views/order-settings/delivery/delivery.data.ts +31 -10
- package/src/views/order-settings/delivery/delivery.ts +60 -28
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +40 -1
- package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +1 -1
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +15 -7
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +83 -27
- package/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue +79 -0
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +2 -0
- package/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue +749 -0
- package/src/views/order-settings/dine-in/DineInSetting.vue +54 -23
- package/src/views/order-settings/general/GeneralSetting.vue +15 -6
- package/src/views/order-settings/pickup/PickUpSettingDialog.vue +31 -3
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +34 -0
- package/src/views/order-settings/pickup/Preorder.vue +13 -12
- package/src/views/order-settings/queue/QueueSetting.vue +30 -1
- package/src/views/order-settings/servicecharge/RateInput.vue +9 -7
- package/vite.config.ts +16 -16
- package/dist/OrderSettingsView-C0G8kP3v.js +0 -32222
- package/dist/frontend/mf-order/src/api/auth/index.d.ts +0 -7
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +0 -14
- package/dist/index-kCI8JdNP.js +0 -628
- package/dist/queue-transfer.dto-BLyCakS5.js +0 -45618
- package/src/api/auth/index.ts +0 -20
- package/src/stores/iframe/index.ts +0 -23
|
@@ -143,13 +143,13 @@ export declare const SFItemOption: z.ZodObject<{
|
|
|
143
143
|
price: z.ZodNumber;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
145
|
name: string;
|
|
146
|
-
id: string;
|
|
147
146
|
price: number;
|
|
147
|
+
id: string;
|
|
148
148
|
external_id: string;
|
|
149
149
|
}, {
|
|
150
150
|
name: string;
|
|
151
|
-
id: string;
|
|
152
151
|
price: number;
|
|
152
|
+
id: string;
|
|
153
153
|
external_id: string;
|
|
154
154
|
}>;
|
|
155
155
|
export declare const SFItemOptionGroup: z.ZodObject<{
|
|
@@ -163,34 +163,34 @@ export declare const SFItemOptionGroup: z.ZodObject<{
|
|
|
163
163
|
price: z.ZodNumber;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
165
|
name: string;
|
|
166
|
-
id: string;
|
|
167
166
|
price: number;
|
|
167
|
+
id: string;
|
|
168
168
|
external_id: string;
|
|
169
169
|
}, {
|
|
170
170
|
name: string;
|
|
171
|
-
id: string;
|
|
172
171
|
price: number;
|
|
172
|
+
id: string;
|
|
173
173
|
external_id: string;
|
|
174
174
|
}>, "many">;
|
|
175
175
|
}, "strip", z.ZodTypeAny, {
|
|
176
176
|
name: string;
|
|
177
|
-
id: string;
|
|
178
177
|
options: {
|
|
179
178
|
name: string;
|
|
180
|
-
id: string;
|
|
181
179
|
price: number;
|
|
180
|
+
id: string;
|
|
182
181
|
external_id: string;
|
|
183
182
|
}[];
|
|
183
|
+
id: string;
|
|
184
184
|
external_id: string;
|
|
185
185
|
}, {
|
|
186
186
|
name: string;
|
|
187
|
-
id: string;
|
|
188
187
|
options: {
|
|
189
188
|
name: string;
|
|
190
|
-
id: string;
|
|
191
189
|
price: number;
|
|
190
|
+
id: string;
|
|
192
191
|
external_id: string;
|
|
193
192
|
}[];
|
|
193
|
+
id: string;
|
|
194
194
|
external_id: string;
|
|
195
195
|
}>;
|
|
196
196
|
export declare const SFItemDetail: z.ZodObject<{
|
|
@@ -227,46 +227,46 @@ export declare const SFItemDetail: z.ZodObject<{
|
|
|
227
227
|
price: z.ZodNumber;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
name: string;
|
|
230
|
-
id: string;
|
|
231
230
|
price: number;
|
|
231
|
+
id: string;
|
|
232
232
|
external_id: string;
|
|
233
233
|
}, {
|
|
234
234
|
name: string;
|
|
235
|
-
id: string;
|
|
236
235
|
price: number;
|
|
236
|
+
id: string;
|
|
237
237
|
external_id: string;
|
|
238
238
|
}>, "many">;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
240
|
name: string;
|
|
241
|
-
id: string;
|
|
242
241
|
options: {
|
|
243
242
|
name: string;
|
|
244
|
-
id: string;
|
|
245
243
|
price: number;
|
|
244
|
+
id: string;
|
|
246
245
|
external_id: string;
|
|
247
246
|
}[];
|
|
247
|
+
id: string;
|
|
248
248
|
external_id: string;
|
|
249
249
|
}, {
|
|
250
250
|
name: string;
|
|
251
|
-
id: string;
|
|
252
251
|
options: {
|
|
253
252
|
name: string;
|
|
254
|
-
id: string;
|
|
255
253
|
price: number;
|
|
254
|
+
id: string;
|
|
256
255
|
external_id: string;
|
|
257
256
|
}[];
|
|
257
|
+
id: string;
|
|
258
258
|
external_id: string;
|
|
259
259
|
}>, "many">>>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
261
|
option_groups?: {
|
|
262
262
|
name: string;
|
|
263
|
-
id: string;
|
|
264
263
|
options: {
|
|
265
264
|
name: string;
|
|
266
|
-
id: string;
|
|
267
265
|
price: number;
|
|
266
|
+
id: string;
|
|
268
267
|
external_id: string;
|
|
269
268
|
}[];
|
|
269
|
+
id: string;
|
|
270
270
|
external_id: string;
|
|
271
271
|
}[] | null | undefined;
|
|
272
272
|
dish: {
|
|
@@ -280,13 +280,13 @@ export declare const SFItemDetail: z.ZodObject<{
|
|
|
280
280
|
}, {
|
|
281
281
|
option_groups?: {
|
|
282
282
|
name: string;
|
|
283
|
-
id: string;
|
|
284
283
|
options: {
|
|
285
284
|
name: string;
|
|
286
|
-
id: string;
|
|
287
285
|
price: number;
|
|
286
|
+
id: string;
|
|
288
287
|
external_id: string;
|
|
289
288
|
}[];
|
|
289
|
+
id: string;
|
|
290
290
|
external_id: string;
|
|
291
291
|
}[] | null | undefined;
|
|
292
292
|
dish: {
|
|
@@ -333,46 +333,46 @@ export declare const SFOrderItem: z.ZodObject<{
|
|
|
333
333
|
price: z.ZodNumber;
|
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
|
335
335
|
name: string;
|
|
336
|
-
id: string;
|
|
337
336
|
price: number;
|
|
337
|
+
id: string;
|
|
338
338
|
external_id: string;
|
|
339
339
|
}, {
|
|
340
340
|
name: string;
|
|
341
|
-
id: string;
|
|
342
341
|
price: number;
|
|
342
|
+
id: string;
|
|
343
343
|
external_id: string;
|
|
344
344
|
}>, "many">;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
346
|
name: string;
|
|
347
|
-
id: string;
|
|
348
347
|
options: {
|
|
349
348
|
name: string;
|
|
350
|
-
id: string;
|
|
351
349
|
price: number;
|
|
350
|
+
id: string;
|
|
352
351
|
external_id: string;
|
|
353
352
|
}[];
|
|
353
|
+
id: string;
|
|
354
354
|
external_id: string;
|
|
355
355
|
}, {
|
|
356
356
|
name: string;
|
|
357
|
-
id: string;
|
|
358
357
|
options: {
|
|
359
358
|
name: string;
|
|
360
|
-
id: string;
|
|
361
359
|
price: number;
|
|
360
|
+
id: string;
|
|
362
361
|
external_id: string;
|
|
363
362
|
}[];
|
|
363
|
+
id: string;
|
|
364
364
|
external_id: string;
|
|
365
365
|
}>, "many">>>;
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
367
|
option_groups?: {
|
|
368
368
|
name: string;
|
|
369
|
-
id: string;
|
|
370
369
|
options: {
|
|
371
370
|
name: string;
|
|
372
|
-
id: string;
|
|
373
371
|
price: number;
|
|
372
|
+
id: string;
|
|
374
373
|
external_id: string;
|
|
375
374
|
}[];
|
|
375
|
+
id: string;
|
|
376
376
|
external_id: string;
|
|
377
377
|
}[] | null | undefined;
|
|
378
378
|
dish: {
|
|
@@ -386,13 +386,13 @@ export declare const SFOrderItem: z.ZodObject<{
|
|
|
386
386
|
}, {
|
|
387
387
|
option_groups?: {
|
|
388
388
|
name: string;
|
|
389
|
-
id: string;
|
|
390
389
|
options: {
|
|
391
390
|
name: string;
|
|
392
|
-
id: string;
|
|
393
391
|
price: number;
|
|
392
|
+
id: string;
|
|
394
393
|
external_id: string;
|
|
395
394
|
}[];
|
|
395
|
+
id: string;
|
|
396
396
|
external_id: string;
|
|
397
397
|
}[] | null | undefined;
|
|
398
398
|
dish: {
|
|
@@ -418,13 +418,13 @@ export declare const SFOrderItem: z.ZodObject<{
|
|
|
418
418
|
detail: {
|
|
419
419
|
option_groups?: {
|
|
420
420
|
name: string;
|
|
421
|
-
id: string;
|
|
422
421
|
options: {
|
|
423
422
|
name: string;
|
|
424
|
-
id: string;
|
|
425
423
|
price: number;
|
|
424
|
+
id: string;
|
|
426
425
|
external_id: string;
|
|
427
426
|
}[];
|
|
427
|
+
id: string;
|
|
428
428
|
external_id: string;
|
|
429
429
|
}[] | null | undefined;
|
|
430
430
|
dish: {
|
|
@@ -445,13 +445,13 @@ export declare const SFOrderItem: z.ZodObject<{
|
|
|
445
445
|
detail: {
|
|
446
446
|
option_groups?: {
|
|
447
447
|
name: string;
|
|
448
|
-
id: string;
|
|
449
448
|
options: {
|
|
450
449
|
name: string;
|
|
451
|
-
id: string;
|
|
452
450
|
price: number;
|
|
451
|
+
id: string;
|
|
453
452
|
external_id: string;
|
|
454
453
|
}[];
|
|
454
|
+
id: string;
|
|
455
455
|
external_id: string;
|
|
456
456
|
}[] | null | undefined;
|
|
457
457
|
dish: {
|
|
@@ -627,46 +627,46 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
627
627
|
price: z.ZodNumber;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
629
|
name: string;
|
|
630
|
-
id: string;
|
|
631
630
|
price: number;
|
|
631
|
+
id: string;
|
|
632
632
|
external_id: string;
|
|
633
633
|
}, {
|
|
634
634
|
name: string;
|
|
635
|
-
id: string;
|
|
636
635
|
price: number;
|
|
636
|
+
id: string;
|
|
637
637
|
external_id: string;
|
|
638
638
|
}>, "many">;
|
|
639
639
|
}, "strip", z.ZodTypeAny, {
|
|
640
640
|
name: string;
|
|
641
|
-
id: string;
|
|
642
641
|
options: {
|
|
643
642
|
name: string;
|
|
644
|
-
id: string;
|
|
645
643
|
price: number;
|
|
644
|
+
id: string;
|
|
646
645
|
external_id: string;
|
|
647
646
|
}[];
|
|
647
|
+
id: string;
|
|
648
648
|
external_id: string;
|
|
649
649
|
}, {
|
|
650
650
|
name: string;
|
|
651
|
-
id: string;
|
|
652
651
|
options: {
|
|
653
652
|
name: string;
|
|
654
|
-
id: string;
|
|
655
653
|
price: number;
|
|
654
|
+
id: string;
|
|
656
655
|
external_id: string;
|
|
657
656
|
}[];
|
|
657
|
+
id: string;
|
|
658
658
|
external_id: string;
|
|
659
659
|
}>, "many">>>;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
661
|
option_groups?: {
|
|
662
662
|
name: string;
|
|
663
|
-
id: string;
|
|
664
663
|
options: {
|
|
665
664
|
name: string;
|
|
666
|
-
id: string;
|
|
667
665
|
price: number;
|
|
666
|
+
id: string;
|
|
668
667
|
external_id: string;
|
|
669
668
|
}[];
|
|
669
|
+
id: string;
|
|
670
670
|
external_id: string;
|
|
671
671
|
}[] | null | undefined;
|
|
672
672
|
dish: {
|
|
@@ -680,13 +680,13 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
680
680
|
}, {
|
|
681
681
|
option_groups?: {
|
|
682
682
|
name: string;
|
|
683
|
-
id: string;
|
|
684
683
|
options: {
|
|
685
684
|
name: string;
|
|
686
|
-
id: string;
|
|
687
685
|
price: number;
|
|
686
|
+
id: string;
|
|
688
687
|
external_id: string;
|
|
689
688
|
}[];
|
|
689
|
+
id: string;
|
|
690
690
|
external_id: string;
|
|
691
691
|
}[] | null | undefined;
|
|
692
692
|
dish: {
|
|
@@ -712,13 +712,13 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
712
712
|
detail: {
|
|
713
713
|
option_groups?: {
|
|
714
714
|
name: string;
|
|
715
|
-
id: string;
|
|
716
715
|
options: {
|
|
717
716
|
name: string;
|
|
718
|
-
id: string;
|
|
719
717
|
price: number;
|
|
718
|
+
id: string;
|
|
720
719
|
external_id: string;
|
|
721
720
|
}[];
|
|
721
|
+
id: string;
|
|
722
722
|
external_id: string;
|
|
723
723
|
}[] | null | undefined;
|
|
724
724
|
dish: {
|
|
@@ -739,13 +739,13 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
739
739
|
detail: {
|
|
740
740
|
option_groups?: {
|
|
741
741
|
name: string;
|
|
742
|
-
id: string;
|
|
743
742
|
options: {
|
|
744
743
|
name: string;
|
|
745
|
-
id: string;
|
|
746
744
|
price: number;
|
|
745
|
+
id: string;
|
|
747
746
|
external_id: string;
|
|
748
747
|
}[];
|
|
748
|
+
id: string;
|
|
749
749
|
external_id: string;
|
|
750
750
|
}[] | null | undefined;
|
|
751
751
|
dish: {
|
|
@@ -815,8 +815,7 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
815
815
|
buyer_latitude: number;
|
|
816
816
|
buyer_longitude: number;
|
|
817
817
|
} | null | undefined;
|
|
818
|
-
|
|
819
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
818
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
820
819
|
amount: {
|
|
821
820
|
subtotal: number;
|
|
822
821
|
merchant_service_fee: number;
|
|
@@ -839,6 +838,7 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
839
838
|
merchant_surcharge_fee: number;
|
|
840
839
|
unit_list_price_subtotal: number;
|
|
841
840
|
};
|
|
841
|
+
id: string;
|
|
842
842
|
currency: "MYR";
|
|
843
843
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
844
844
|
items: {
|
|
@@ -850,13 +850,13 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
850
850
|
detail: {
|
|
851
851
|
option_groups?: {
|
|
852
852
|
name: string;
|
|
853
|
-
id: string;
|
|
854
853
|
options: {
|
|
855
854
|
name: string;
|
|
856
|
-
id: string;
|
|
857
855
|
price: number;
|
|
856
|
+
id: string;
|
|
858
857
|
external_id: string;
|
|
859
858
|
}[];
|
|
859
|
+
id: string;
|
|
860
860
|
external_id: string;
|
|
861
861
|
}[] | null | undefined;
|
|
862
862
|
dish: {
|
|
@@ -891,8 +891,7 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
891
891
|
buyer_latitude: number;
|
|
892
892
|
buyer_longitude: number;
|
|
893
893
|
} | null | undefined;
|
|
894
|
-
|
|
895
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
894
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
896
895
|
amount: {
|
|
897
896
|
subtotal: number;
|
|
898
897
|
merchant_service_fee: number;
|
|
@@ -915,6 +914,7 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
915
914
|
merchant_surcharge_fee: number;
|
|
916
915
|
unit_list_price_subtotal: number;
|
|
917
916
|
};
|
|
917
|
+
id: string;
|
|
918
918
|
currency: "MYR";
|
|
919
919
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
920
920
|
items: {
|
|
@@ -926,13 +926,13 @@ export declare const SFOrder: z.ZodObject<{
|
|
|
926
926
|
detail: {
|
|
927
927
|
option_groups?: {
|
|
928
928
|
name: string;
|
|
929
|
-
id: string;
|
|
930
929
|
options: {
|
|
931
930
|
name: string;
|
|
932
|
-
id: string;
|
|
933
931
|
price: number;
|
|
932
|
+
id: string;
|
|
934
933
|
external_id: string;
|
|
935
934
|
}[];
|
|
935
|
+
id: string;
|
|
936
936
|
external_id: string;
|
|
937
937
|
}[] | null | undefined;
|
|
938
938
|
dish: {
|
|
@@ -1088,46 +1088,46 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1088
1088
|
price: z.ZodNumber;
|
|
1089
1089
|
}, "strip", z.ZodTypeAny, {
|
|
1090
1090
|
name: string;
|
|
1091
|
-
id: string;
|
|
1092
1091
|
price: number;
|
|
1092
|
+
id: string;
|
|
1093
1093
|
external_id: string;
|
|
1094
1094
|
}, {
|
|
1095
1095
|
name: string;
|
|
1096
|
-
id: string;
|
|
1097
1096
|
price: number;
|
|
1097
|
+
id: string;
|
|
1098
1098
|
external_id: string;
|
|
1099
1099
|
}>, "many">;
|
|
1100
1100
|
}, "strip", z.ZodTypeAny, {
|
|
1101
1101
|
name: string;
|
|
1102
|
-
id: string;
|
|
1103
1102
|
options: {
|
|
1104
1103
|
name: string;
|
|
1105
|
-
id: string;
|
|
1106
1104
|
price: number;
|
|
1105
|
+
id: string;
|
|
1107
1106
|
external_id: string;
|
|
1108
1107
|
}[];
|
|
1108
|
+
id: string;
|
|
1109
1109
|
external_id: string;
|
|
1110
1110
|
}, {
|
|
1111
1111
|
name: string;
|
|
1112
|
-
id: string;
|
|
1113
1112
|
options: {
|
|
1114
1113
|
name: string;
|
|
1115
|
-
id: string;
|
|
1116
1114
|
price: number;
|
|
1115
|
+
id: string;
|
|
1117
1116
|
external_id: string;
|
|
1118
1117
|
}[];
|
|
1118
|
+
id: string;
|
|
1119
1119
|
external_id: string;
|
|
1120
1120
|
}>, "many">>>;
|
|
1121
1121
|
}, "strip", z.ZodTypeAny, {
|
|
1122
1122
|
option_groups?: {
|
|
1123
1123
|
name: string;
|
|
1124
|
-
id: string;
|
|
1125
1124
|
options: {
|
|
1126
1125
|
name: string;
|
|
1127
|
-
id: string;
|
|
1128
1126
|
price: number;
|
|
1127
|
+
id: string;
|
|
1129
1128
|
external_id: string;
|
|
1130
1129
|
}[];
|
|
1130
|
+
id: string;
|
|
1131
1131
|
external_id: string;
|
|
1132
1132
|
}[] | null | undefined;
|
|
1133
1133
|
dish: {
|
|
@@ -1141,13 +1141,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1141
1141
|
}, {
|
|
1142
1142
|
option_groups?: {
|
|
1143
1143
|
name: string;
|
|
1144
|
-
id: string;
|
|
1145
1144
|
options: {
|
|
1146
1145
|
name: string;
|
|
1147
|
-
id: string;
|
|
1148
1146
|
price: number;
|
|
1147
|
+
id: string;
|
|
1149
1148
|
external_id: string;
|
|
1150
1149
|
}[];
|
|
1150
|
+
id: string;
|
|
1151
1151
|
external_id: string;
|
|
1152
1152
|
}[] | null | undefined;
|
|
1153
1153
|
dish: {
|
|
@@ -1173,13 +1173,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1173
1173
|
detail: {
|
|
1174
1174
|
option_groups?: {
|
|
1175
1175
|
name: string;
|
|
1176
|
-
id: string;
|
|
1177
1176
|
options: {
|
|
1178
1177
|
name: string;
|
|
1179
|
-
id: string;
|
|
1180
1178
|
price: number;
|
|
1179
|
+
id: string;
|
|
1181
1180
|
external_id: string;
|
|
1182
1181
|
}[];
|
|
1182
|
+
id: string;
|
|
1183
1183
|
external_id: string;
|
|
1184
1184
|
}[] | null | undefined;
|
|
1185
1185
|
dish: {
|
|
@@ -1200,13 +1200,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1200
1200
|
detail: {
|
|
1201
1201
|
option_groups?: {
|
|
1202
1202
|
name: string;
|
|
1203
|
-
id: string;
|
|
1204
1203
|
options: {
|
|
1205
1204
|
name: string;
|
|
1206
|
-
id: string;
|
|
1207
1205
|
price: number;
|
|
1206
|
+
id: string;
|
|
1208
1207
|
external_id: string;
|
|
1209
1208
|
}[];
|
|
1209
|
+
id: string;
|
|
1210
1210
|
external_id: string;
|
|
1211
1211
|
}[] | null | undefined;
|
|
1212
1212
|
dish: {
|
|
@@ -1276,8 +1276,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1276
1276
|
buyer_latitude: number;
|
|
1277
1277
|
buyer_longitude: number;
|
|
1278
1278
|
} | null | undefined;
|
|
1279
|
-
|
|
1280
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1279
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1281
1280
|
amount: {
|
|
1282
1281
|
subtotal: number;
|
|
1283
1282
|
merchant_service_fee: number;
|
|
@@ -1300,6 +1299,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1300
1299
|
merchant_surcharge_fee: number;
|
|
1301
1300
|
unit_list_price_subtotal: number;
|
|
1302
1301
|
};
|
|
1302
|
+
id: string;
|
|
1303
1303
|
currency: "MYR";
|
|
1304
1304
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
1305
1305
|
items: {
|
|
@@ -1311,13 +1311,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1311
1311
|
detail: {
|
|
1312
1312
|
option_groups?: {
|
|
1313
1313
|
name: string;
|
|
1314
|
-
id: string;
|
|
1315
1314
|
options: {
|
|
1316
1315
|
name: string;
|
|
1317
|
-
id: string;
|
|
1318
1316
|
price: number;
|
|
1317
|
+
id: string;
|
|
1319
1318
|
external_id: string;
|
|
1320
1319
|
}[];
|
|
1320
|
+
id: string;
|
|
1321
1321
|
external_id: string;
|
|
1322
1322
|
}[] | null | undefined;
|
|
1323
1323
|
dish: {
|
|
@@ -1352,8 +1352,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1352
1352
|
buyer_latitude: number;
|
|
1353
1353
|
buyer_longitude: number;
|
|
1354
1354
|
} | null | undefined;
|
|
1355
|
-
|
|
1356
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1355
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1357
1356
|
amount: {
|
|
1358
1357
|
subtotal: number;
|
|
1359
1358
|
merchant_service_fee: number;
|
|
@@ -1376,6 +1375,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1376
1375
|
merchant_surcharge_fee: number;
|
|
1377
1376
|
unit_list_price_subtotal: number;
|
|
1378
1377
|
};
|
|
1378
|
+
id: string;
|
|
1379
1379
|
currency: "MYR";
|
|
1380
1380
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
1381
1381
|
items: {
|
|
@@ -1387,13 +1387,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1387
1387
|
detail: {
|
|
1388
1388
|
option_groups?: {
|
|
1389
1389
|
name: string;
|
|
1390
|
-
id: string;
|
|
1391
1390
|
options: {
|
|
1392
1391
|
name: string;
|
|
1393
|
-
id: string;
|
|
1394
1392
|
price: number;
|
|
1393
|
+
id: string;
|
|
1395
1394
|
external_id: string;
|
|
1396
1395
|
}[];
|
|
1396
|
+
id: string;
|
|
1397
1397
|
external_id: string;
|
|
1398
1398
|
}[] | null | undefined;
|
|
1399
1399
|
dish: {
|
|
@@ -1435,8 +1435,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1435
1435
|
buyer_latitude: number;
|
|
1436
1436
|
buyer_longitude: number;
|
|
1437
1437
|
} | null | undefined;
|
|
1438
|
-
|
|
1439
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1438
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1440
1439
|
amount: {
|
|
1441
1440
|
subtotal: number;
|
|
1442
1441
|
merchant_service_fee: number;
|
|
@@ -1459,6 +1458,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1459
1458
|
merchant_surcharge_fee: number;
|
|
1460
1459
|
unit_list_price_subtotal: number;
|
|
1461
1460
|
};
|
|
1461
|
+
id: string;
|
|
1462
1462
|
currency: "MYR";
|
|
1463
1463
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
1464
1464
|
items: {
|
|
@@ -1470,13 +1470,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1470
1470
|
detail: {
|
|
1471
1471
|
option_groups?: {
|
|
1472
1472
|
name: string;
|
|
1473
|
-
id: string;
|
|
1474
1473
|
options: {
|
|
1475
1474
|
name: string;
|
|
1476
|
-
id: string;
|
|
1477
1475
|
price: number;
|
|
1476
|
+
id: string;
|
|
1478
1477
|
external_id: string;
|
|
1479
1478
|
}[];
|
|
1479
|
+
id: string;
|
|
1480
1480
|
external_id: string;
|
|
1481
1481
|
}[] | null | undefined;
|
|
1482
1482
|
dish: {
|
|
@@ -1518,8 +1518,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1518
1518
|
buyer_latitude: number;
|
|
1519
1519
|
buyer_longitude: number;
|
|
1520
1520
|
} | null | undefined;
|
|
1521
|
-
|
|
1522
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1521
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1523
1522
|
amount: {
|
|
1524
1523
|
subtotal: number;
|
|
1525
1524
|
merchant_service_fee: number;
|
|
@@ -1542,6 +1541,7 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1542
1541
|
merchant_surcharge_fee: number;
|
|
1543
1542
|
unit_list_price_subtotal: number;
|
|
1544
1543
|
};
|
|
1544
|
+
id: string;
|
|
1545
1545
|
currency: "MYR";
|
|
1546
1546
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
1547
1547
|
items: {
|
|
@@ -1553,13 +1553,13 @@ export declare const FdoShopeeFoodOrder: z.ZodObject<{
|
|
|
1553
1553
|
detail: {
|
|
1554
1554
|
option_groups?: {
|
|
1555
1555
|
name: string;
|
|
1556
|
-
id: string;
|
|
1557
1556
|
options: {
|
|
1558
1557
|
name: string;
|
|
1559
|
-
id: string;
|
|
1560
1558
|
price: number;
|
|
1559
|
+
id: string;
|
|
1561
1560
|
external_id: string;
|
|
1562
1561
|
}[];
|
|
1562
|
+
id: string;
|
|
1563
1563
|
external_id: string;
|
|
1564
1564
|
}[] | null | undefined;
|
|
1565
1565
|
dish: {
|
|
@@ -1716,46 +1716,46 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1716
1716
|
price: z.ZodNumber;
|
|
1717
1717
|
}, "strip", z.ZodTypeAny, {
|
|
1718
1718
|
name: string;
|
|
1719
|
-
id: string;
|
|
1720
1719
|
price: number;
|
|
1720
|
+
id: string;
|
|
1721
1721
|
external_id: string;
|
|
1722
1722
|
}, {
|
|
1723
1723
|
name: string;
|
|
1724
|
-
id: string;
|
|
1725
1724
|
price: number;
|
|
1725
|
+
id: string;
|
|
1726
1726
|
external_id: string;
|
|
1727
1727
|
}>, "many">;
|
|
1728
1728
|
}, "strip", z.ZodTypeAny, {
|
|
1729
1729
|
name: string;
|
|
1730
|
-
id: string;
|
|
1731
1730
|
options: {
|
|
1732
1731
|
name: string;
|
|
1733
|
-
id: string;
|
|
1734
1732
|
price: number;
|
|
1733
|
+
id: string;
|
|
1735
1734
|
external_id: string;
|
|
1736
1735
|
}[];
|
|
1736
|
+
id: string;
|
|
1737
1737
|
external_id: string;
|
|
1738
1738
|
}, {
|
|
1739
1739
|
name: string;
|
|
1740
|
-
id: string;
|
|
1741
1740
|
options: {
|
|
1742
1741
|
name: string;
|
|
1743
|
-
id: string;
|
|
1744
1742
|
price: number;
|
|
1743
|
+
id: string;
|
|
1745
1744
|
external_id: string;
|
|
1746
1745
|
}[];
|
|
1746
|
+
id: string;
|
|
1747
1747
|
external_id: string;
|
|
1748
1748
|
}>, "many">>>;
|
|
1749
1749
|
}, "strip", z.ZodTypeAny, {
|
|
1750
1750
|
option_groups?: {
|
|
1751
1751
|
name: string;
|
|
1752
|
-
id: string;
|
|
1753
1752
|
options: {
|
|
1754
1753
|
name: string;
|
|
1755
|
-
id: string;
|
|
1756
1754
|
price: number;
|
|
1755
|
+
id: string;
|
|
1757
1756
|
external_id: string;
|
|
1758
1757
|
}[];
|
|
1758
|
+
id: string;
|
|
1759
1759
|
external_id: string;
|
|
1760
1760
|
}[] | null | undefined;
|
|
1761
1761
|
dish: {
|
|
@@ -1769,13 +1769,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1769
1769
|
}, {
|
|
1770
1770
|
option_groups?: {
|
|
1771
1771
|
name: string;
|
|
1772
|
-
id: string;
|
|
1773
1772
|
options: {
|
|
1774
1773
|
name: string;
|
|
1775
|
-
id: string;
|
|
1776
1774
|
price: number;
|
|
1775
|
+
id: string;
|
|
1777
1776
|
external_id: string;
|
|
1778
1777
|
}[];
|
|
1778
|
+
id: string;
|
|
1779
1779
|
external_id: string;
|
|
1780
1780
|
}[] | null | undefined;
|
|
1781
1781
|
dish: {
|
|
@@ -1801,13 +1801,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1801
1801
|
detail: {
|
|
1802
1802
|
option_groups?: {
|
|
1803
1803
|
name: string;
|
|
1804
|
-
id: string;
|
|
1805
1804
|
options: {
|
|
1806
1805
|
name: string;
|
|
1807
|
-
id: string;
|
|
1808
1806
|
price: number;
|
|
1807
|
+
id: string;
|
|
1809
1808
|
external_id: string;
|
|
1810
1809
|
}[];
|
|
1810
|
+
id: string;
|
|
1811
1811
|
external_id: string;
|
|
1812
1812
|
}[] | null | undefined;
|
|
1813
1813
|
dish: {
|
|
@@ -1828,13 +1828,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1828
1828
|
detail: {
|
|
1829
1829
|
option_groups?: {
|
|
1830
1830
|
name: string;
|
|
1831
|
-
id: string;
|
|
1832
1831
|
options: {
|
|
1833
1832
|
name: string;
|
|
1834
|
-
id: string;
|
|
1835
1833
|
price: number;
|
|
1834
|
+
id: string;
|
|
1836
1835
|
external_id: string;
|
|
1837
1836
|
}[];
|
|
1837
|
+
id: string;
|
|
1838
1838
|
external_id: string;
|
|
1839
1839
|
}[] | null | undefined;
|
|
1840
1840
|
dish: {
|
|
@@ -1904,8 +1904,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1904
1904
|
buyer_latitude: number;
|
|
1905
1905
|
buyer_longitude: number;
|
|
1906
1906
|
} | null | undefined;
|
|
1907
|
-
|
|
1908
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1907
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1909
1908
|
amount: {
|
|
1910
1909
|
subtotal: number;
|
|
1911
1910
|
merchant_service_fee: number;
|
|
@@ -1928,6 +1927,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1928
1927
|
merchant_surcharge_fee: number;
|
|
1929
1928
|
unit_list_price_subtotal: number;
|
|
1930
1929
|
};
|
|
1930
|
+
id: string;
|
|
1931
1931
|
currency: "MYR";
|
|
1932
1932
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
1933
1933
|
items: {
|
|
@@ -1939,13 +1939,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1939
1939
|
detail: {
|
|
1940
1940
|
option_groups?: {
|
|
1941
1941
|
name: string;
|
|
1942
|
-
id: string;
|
|
1943
1942
|
options: {
|
|
1944
1943
|
name: string;
|
|
1945
|
-
id: string;
|
|
1946
1944
|
price: number;
|
|
1945
|
+
id: string;
|
|
1947
1946
|
external_id: string;
|
|
1948
1947
|
}[];
|
|
1948
|
+
id: string;
|
|
1949
1949
|
external_id: string;
|
|
1950
1950
|
}[] | null | undefined;
|
|
1951
1951
|
dish: {
|
|
@@ -1980,8 +1980,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
1980
1980
|
buyer_latitude: number;
|
|
1981
1981
|
buyer_longitude: number;
|
|
1982
1982
|
} | null | undefined;
|
|
1983
|
-
|
|
1984
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1983
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
1985
1984
|
amount: {
|
|
1986
1985
|
subtotal: number;
|
|
1987
1986
|
merchant_service_fee: number;
|
|
@@ -2004,6 +2003,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2004
2003
|
merchant_surcharge_fee: number;
|
|
2005
2004
|
unit_list_price_subtotal: number;
|
|
2006
2005
|
};
|
|
2006
|
+
id: string;
|
|
2007
2007
|
currency: "MYR";
|
|
2008
2008
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
2009
2009
|
items: {
|
|
@@ -2015,13 +2015,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
2015
2015
|
detail: {
|
|
2016
2016
|
option_groups?: {
|
|
2017
2017
|
name: string;
|
|
2018
|
-
id: string;
|
|
2019
2018
|
options: {
|
|
2020
2019
|
name: string;
|
|
2021
|
-
id: string;
|
|
2022
2020
|
price: number;
|
|
2021
|
+
id: string;
|
|
2023
2022
|
external_id: string;
|
|
2024
2023
|
}[];
|
|
2024
|
+
id: string;
|
|
2025
2025
|
external_id: string;
|
|
2026
2026
|
}[] | null | undefined;
|
|
2027
2027
|
dish: {
|
|
@@ -5006,8 +5006,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5006
5006
|
buyer_latitude: number;
|
|
5007
5007
|
buyer_longitude: number;
|
|
5008
5008
|
} | null | undefined;
|
|
5009
|
-
|
|
5010
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
5009
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
5011
5010
|
amount: {
|
|
5012
5011
|
subtotal: number;
|
|
5013
5012
|
merchant_service_fee: number;
|
|
@@ -5030,6 +5029,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5030
5029
|
merchant_surcharge_fee: number;
|
|
5031
5030
|
unit_list_price_subtotal: number;
|
|
5032
5031
|
};
|
|
5032
|
+
id: string;
|
|
5033
5033
|
currency: "MYR";
|
|
5034
5034
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
5035
5035
|
items: {
|
|
@@ -5041,13 +5041,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5041
5041
|
detail: {
|
|
5042
5042
|
option_groups?: {
|
|
5043
5043
|
name: string;
|
|
5044
|
-
id: string;
|
|
5045
5044
|
options: {
|
|
5046
5045
|
name: string;
|
|
5047
|
-
id: string;
|
|
5048
5046
|
price: number;
|
|
5047
|
+
id: string;
|
|
5049
5048
|
external_id: string;
|
|
5050
5049
|
}[];
|
|
5050
|
+
id: string;
|
|
5051
5051
|
external_id: string;
|
|
5052
5052
|
}[] | null | undefined;
|
|
5053
5053
|
dish: {
|
|
@@ -5431,8 +5431,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5431
5431
|
buyer_latitude: number;
|
|
5432
5432
|
buyer_longitude: number;
|
|
5433
5433
|
} | null | undefined;
|
|
5434
|
-
|
|
5435
|
-
status: "CANCELED" | "COMPLETED" | "DELIVERED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
5434
|
+
status: "CANCELED" | "DELIVERED" | "COMPLETED" | "DELIVERY_ACCEPTED" | "DELIVERY_ARRIVED_STORE" | "DELIVERY_PICKED_UP" | "CANCELING";
|
|
5436
5435
|
amount: {
|
|
5437
5436
|
subtotal: number;
|
|
5438
5437
|
merchant_service_fee: number;
|
|
@@ -5455,6 +5454,7 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5455
5454
|
merchant_surcharge_fee: number;
|
|
5456
5455
|
unit_list_price_subtotal: number;
|
|
5457
5456
|
};
|
|
5457
|
+
id: string;
|
|
5458
5458
|
currency: "MYR";
|
|
5459
5459
|
payment_method: "CASH_ON_DELIVERY" | "ONLINE_PAYMENT";
|
|
5460
5460
|
items: {
|
|
@@ -5466,13 +5466,13 @@ export declare const FdoShopeeFoodOrderOutput: z.ZodObject<z.extendShape<{
|
|
|
5466
5466
|
detail: {
|
|
5467
5467
|
option_groups?: {
|
|
5468
5468
|
name: string;
|
|
5469
|
-
id: string;
|
|
5470
5469
|
options: {
|
|
5471
5470
|
name: string;
|
|
5472
|
-
id: string;
|
|
5473
5471
|
price: number;
|
|
5472
|
+
id: string;
|
|
5474
5473
|
external_id: string;
|
|
5475
5474
|
}[];
|
|
5475
|
+
id: string;
|
|
5476
5476
|
external_id: string;
|
|
5477
5477
|
}[] | null | undefined;
|
|
5478
5478
|
dish: {
|
|
@@ -5500,13 +5500,13 @@ export declare const SFMenuOption: z.ZodObject<{
|
|
|
5500
5500
|
}, "strip", z.ZodTypeAny, {
|
|
5501
5501
|
available?: boolean | null | undefined;
|
|
5502
5502
|
name: string;
|
|
5503
|
-
id: string;
|
|
5504
5503
|
price: number;
|
|
5504
|
+
id: string;
|
|
5505
5505
|
}, {
|
|
5506
5506
|
available?: boolean | null | undefined;
|
|
5507
5507
|
name: string;
|
|
5508
|
-
id: string;
|
|
5509
5508
|
price: number;
|
|
5509
|
+
id: string;
|
|
5510
5510
|
}>;
|
|
5511
5511
|
export declare const SFMenuOptionGroup: z.ZodObject<{
|
|
5512
5512
|
id: z.ZodString;
|
|
@@ -5521,20 +5521,20 @@ export declare const SFMenuOptionGroup: z.ZodObject<{
|
|
|
5521
5521
|
}, "strip", z.ZodTypeAny, {
|
|
5522
5522
|
available?: boolean | null | undefined;
|
|
5523
5523
|
name: string;
|
|
5524
|
-
id: string;
|
|
5525
5524
|
price: number;
|
|
5525
|
+
id: string;
|
|
5526
5526
|
}, {
|
|
5527
5527
|
available?: boolean | null | undefined;
|
|
5528
5528
|
name: string;
|
|
5529
|
-
id: string;
|
|
5530
5529
|
price: number;
|
|
5530
|
+
id: string;
|
|
5531
5531
|
}>, "many">>>;
|
|
5532
5532
|
}, "strip", z.ZodTypeAny, {
|
|
5533
5533
|
options?: {
|
|
5534
5534
|
available?: boolean | null | undefined;
|
|
5535
5535
|
name: string;
|
|
5536
|
-
id: string;
|
|
5537
5536
|
price: number;
|
|
5537
|
+
id: string;
|
|
5538
5538
|
}[] | null | undefined;
|
|
5539
5539
|
name: string;
|
|
5540
5540
|
id: string;
|
|
@@ -5544,8 +5544,8 @@ export declare const SFMenuOptionGroup: z.ZodObject<{
|
|
|
5544
5544
|
options?: {
|
|
5545
5545
|
available?: boolean | null | undefined;
|
|
5546
5546
|
name: string;
|
|
5547
|
-
id: string;
|
|
5548
5547
|
price: number;
|
|
5548
|
+
id: string;
|
|
5549
5549
|
}[] | null | undefined;
|
|
5550
5550
|
name: string;
|
|
5551
5551
|
id: string;
|
|
@@ -5842,20 +5842,20 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
5842
5842
|
}, "strip", z.ZodTypeAny, {
|
|
5843
5843
|
available?: boolean | null | undefined;
|
|
5844
5844
|
name: string;
|
|
5845
|
-
id: string;
|
|
5846
5845
|
price: number;
|
|
5846
|
+
id: string;
|
|
5847
5847
|
}, {
|
|
5848
5848
|
available?: boolean | null | undefined;
|
|
5849
5849
|
name: string;
|
|
5850
|
-
id: string;
|
|
5851
5850
|
price: number;
|
|
5851
|
+
id: string;
|
|
5852
5852
|
}>, "many">>>;
|
|
5853
5853
|
}, "strip", z.ZodTypeAny, {
|
|
5854
5854
|
options?: {
|
|
5855
5855
|
available?: boolean | null | undefined;
|
|
5856
5856
|
name: string;
|
|
5857
|
-
id: string;
|
|
5858
5857
|
price: number;
|
|
5858
|
+
id: string;
|
|
5859
5859
|
}[] | null | undefined;
|
|
5860
5860
|
name: string;
|
|
5861
5861
|
id: string;
|
|
@@ -5865,8 +5865,8 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
5865
5865
|
options?: {
|
|
5866
5866
|
available?: boolean | null | undefined;
|
|
5867
5867
|
name: string;
|
|
5868
|
-
id: string;
|
|
5869
5868
|
price: number;
|
|
5869
|
+
id: string;
|
|
5870
5870
|
}[] | null | undefined;
|
|
5871
5871
|
name: string;
|
|
5872
5872
|
id: string;
|
|
@@ -5878,14 +5878,14 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
5878
5878
|
available?: boolean | null | undefined;
|
|
5879
5879
|
name: string;
|
|
5880
5880
|
picture: string;
|
|
5881
|
-
id: string;
|
|
5882
5881
|
price: number;
|
|
5882
|
+
id: string;
|
|
5883
5883
|
option_groups: {
|
|
5884
5884
|
options?: {
|
|
5885
5885
|
available?: boolean | null | undefined;
|
|
5886
5886
|
name: string;
|
|
5887
|
-
id: string;
|
|
5888
5887
|
price: number;
|
|
5888
|
+
id: string;
|
|
5889
5889
|
}[] | null | undefined;
|
|
5890
5890
|
name: string;
|
|
5891
5891
|
id: string;
|
|
@@ -5927,14 +5927,14 @@ export declare const SFMenuDish: z.ZodObject<{
|
|
|
5927
5927
|
available?: boolean | null | undefined;
|
|
5928
5928
|
name: string;
|
|
5929
5929
|
picture: string;
|
|
5930
|
-
id: string;
|
|
5931
5930
|
price: number;
|
|
5931
|
+
id: string;
|
|
5932
5932
|
option_groups: {
|
|
5933
5933
|
options?: {
|
|
5934
5934
|
available?: boolean | null | undefined;
|
|
5935
5935
|
name: string;
|
|
5936
|
-
id: string;
|
|
5937
5936
|
price: number;
|
|
5937
|
+
id: string;
|
|
5938
5938
|
}[] | null | undefined;
|
|
5939
5939
|
name: string;
|
|
5940
5940
|
id: string;
|
|
@@ -6125,20 +6125,20 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6125
6125
|
}, "strip", z.ZodTypeAny, {
|
|
6126
6126
|
available?: boolean | null | undefined;
|
|
6127
6127
|
name: string;
|
|
6128
|
-
id: string;
|
|
6129
6128
|
price: number;
|
|
6129
|
+
id: string;
|
|
6130
6130
|
}, {
|
|
6131
6131
|
available?: boolean | null | undefined;
|
|
6132
6132
|
name: string;
|
|
6133
|
-
id: string;
|
|
6134
6133
|
price: number;
|
|
6134
|
+
id: string;
|
|
6135
6135
|
}>, "many">>>;
|
|
6136
6136
|
}, "strip", z.ZodTypeAny, {
|
|
6137
6137
|
options?: {
|
|
6138
6138
|
available?: boolean | null | undefined;
|
|
6139
6139
|
name: string;
|
|
6140
|
-
id: string;
|
|
6141
6140
|
price: number;
|
|
6141
|
+
id: string;
|
|
6142
6142
|
}[] | null | undefined;
|
|
6143
6143
|
name: string;
|
|
6144
6144
|
id: string;
|
|
@@ -6148,8 +6148,8 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6148
6148
|
options?: {
|
|
6149
6149
|
available?: boolean | null | undefined;
|
|
6150
6150
|
name: string;
|
|
6151
|
-
id: string;
|
|
6152
6151
|
price: number;
|
|
6152
|
+
id: string;
|
|
6153
6153
|
}[] | null | undefined;
|
|
6154
6154
|
name: string;
|
|
6155
6155
|
id: string;
|
|
@@ -6161,14 +6161,14 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6161
6161
|
available?: boolean | null | undefined;
|
|
6162
6162
|
name: string;
|
|
6163
6163
|
picture: string;
|
|
6164
|
-
id: string;
|
|
6165
6164
|
price: number;
|
|
6165
|
+
id: string;
|
|
6166
6166
|
option_groups: {
|
|
6167
6167
|
options?: {
|
|
6168
6168
|
available?: boolean | null | undefined;
|
|
6169
6169
|
name: string;
|
|
6170
|
-
id: string;
|
|
6171
6170
|
price: number;
|
|
6171
|
+
id: string;
|
|
6172
6172
|
}[] | null | undefined;
|
|
6173
6173
|
name: string;
|
|
6174
6174
|
id: string;
|
|
@@ -6210,14 +6210,14 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6210
6210
|
available?: boolean | null | undefined;
|
|
6211
6211
|
name: string;
|
|
6212
6212
|
picture: string;
|
|
6213
|
-
id: string;
|
|
6214
6213
|
price: number;
|
|
6214
|
+
id: string;
|
|
6215
6215
|
option_groups: {
|
|
6216
6216
|
options?: {
|
|
6217
6217
|
available?: boolean | null | undefined;
|
|
6218
6218
|
name: string;
|
|
6219
|
-
id: string;
|
|
6220
6219
|
price: number;
|
|
6220
|
+
id: string;
|
|
6221
6221
|
}[] | null | undefined;
|
|
6222
6222
|
name: string;
|
|
6223
6223
|
id: string;
|
|
@@ -6263,14 +6263,14 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6263
6263
|
available?: boolean | null | undefined;
|
|
6264
6264
|
name: string;
|
|
6265
6265
|
picture: string;
|
|
6266
|
-
id: string;
|
|
6267
6266
|
price: number;
|
|
6267
|
+
id: string;
|
|
6268
6268
|
option_groups: {
|
|
6269
6269
|
options?: {
|
|
6270
6270
|
available?: boolean | null | undefined;
|
|
6271
6271
|
name: string;
|
|
6272
|
-
id: string;
|
|
6273
6272
|
price: number;
|
|
6273
|
+
id: string;
|
|
6274
6274
|
}[] | null | undefined;
|
|
6275
6275
|
name: string;
|
|
6276
6276
|
id: string;
|
|
@@ -6316,14 +6316,14 @@ export declare const SFMenuCatalog: z.ZodObject<{
|
|
|
6316
6316
|
available?: boolean | null | undefined;
|
|
6317
6317
|
name: string;
|
|
6318
6318
|
picture: string;
|
|
6319
|
-
id: string;
|
|
6320
6319
|
price: number;
|
|
6320
|
+
id: string;
|
|
6321
6321
|
option_groups: {
|
|
6322
6322
|
options?: {
|
|
6323
6323
|
available?: boolean | null | undefined;
|
|
6324
6324
|
name: string;
|
|
6325
|
-
id: string;
|
|
6326
6325
|
price: number;
|
|
6326
|
+
id: string;
|
|
6327
6327
|
}[] | null | undefined;
|
|
6328
6328
|
name: string;
|
|
6329
6329
|
id: string;
|
|
@@ -6516,20 +6516,20 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6516
6516
|
}, "strip", z.ZodTypeAny, {
|
|
6517
6517
|
available?: boolean | null | undefined;
|
|
6518
6518
|
name: string;
|
|
6519
|
-
id: string;
|
|
6520
6519
|
price: number;
|
|
6520
|
+
id: string;
|
|
6521
6521
|
}, {
|
|
6522
6522
|
available?: boolean | null | undefined;
|
|
6523
6523
|
name: string;
|
|
6524
|
-
id: string;
|
|
6525
6524
|
price: number;
|
|
6525
|
+
id: string;
|
|
6526
6526
|
}>, "many">>>;
|
|
6527
6527
|
}, "strip", z.ZodTypeAny, {
|
|
6528
6528
|
options?: {
|
|
6529
6529
|
available?: boolean | null | undefined;
|
|
6530
6530
|
name: string;
|
|
6531
|
-
id: string;
|
|
6532
6531
|
price: number;
|
|
6532
|
+
id: string;
|
|
6533
6533
|
}[] | null | undefined;
|
|
6534
6534
|
name: string;
|
|
6535
6535
|
id: string;
|
|
@@ -6539,8 +6539,8 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6539
6539
|
options?: {
|
|
6540
6540
|
available?: boolean | null | undefined;
|
|
6541
6541
|
name: string;
|
|
6542
|
-
id: string;
|
|
6543
6542
|
price: number;
|
|
6543
|
+
id: string;
|
|
6544
6544
|
}[] | null | undefined;
|
|
6545
6545
|
name: string;
|
|
6546
6546
|
id: string;
|
|
@@ -6552,14 +6552,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6552
6552
|
available?: boolean | null | undefined;
|
|
6553
6553
|
name: string;
|
|
6554
6554
|
picture: string;
|
|
6555
|
-
id: string;
|
|
6556
6555
|
price: number;
|
|
6556
|
+
id: string;
|
|
6557
6557
|
option_groups: {
|
|
6558
6558
|
options?: {
|
|
6559
6559
|
available?: boolean | null | undefined;
|
|
6560
6560
|
name: string;
|
|
6561
|
-
id: string;
|
|
6562
6561
|
price: number;
|
|
6562
|
+
id: string;
|
|
6563
6563
|
}[] | null | undefined;
|
|
6564
6564
|
name: string;
|
|
6565
6565
|
id: string;
|
|
@@ -6601,14 +6601,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6601
6601
|
available?: boolean | null | undefined;
|
|
6602
6602
|
name: string;
|
|
6603
6603
|
picture: string;
|
|
6604
|
-
id: string;
|
|
6605
6604
|
price: number;
|
|
6605
|
+
id: string;
|
|
6606
6606
|
option_groups: {
|
|
6607
6607
|
options?: {
|
|
6608
6608
|
available?: boolean | null | undefined;
|
|
6609
6609
|
name: string;
|
|
6610
|
-
id: string;
|
|
6611
6610
|
price: number;
|
|
6611
|
+
id: string;
|
|
6612
6612
|
}[] | null | undefined;
|
|
6613
6613
|
name: string;
|
|
6614
6614
|
id: string;
|
|
@@ -6654,14 +6654,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6654
6654
|
available?: boolean | null | undefined;
|
|
6655
6655
|
name: string;
|
|
6656
6656
|
picture: string;
|
|
6657
|
-
id: string;
|
|
6658
6657
|
price: number;
|
|
6658
|
+
id: string;
|
|
6659
6659
|
option_groups: {
|
|
6660
6660
|
options?: {
|
|
6661
6661
|
available?: boolean | null | undefined;
|
|
6662
6662
|
name: string;
|
|
6663
|
-
id: string;
|
|
6664
6663
|
price: number;
|
|
6664
|
+
id: string;
|
|
6665
6665
|
}[] | null | undefined;
|
|
6666
6666
|
name: string;
|
|
6667
6667
|
id: string;
|
|
@@ -6707,14 +6707,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6707
6707
|
available?: boolean | null | undefined;
|
|
6708
6708
|
name: string;
|
|
6709
6709
|
picture: string;
|
|
6710
|
-
id: string;
|
|
6711
6710
|
price: number;
|
|
6711
|
+
id: string;
|
|
6712
6712
|
option_groups: {
|
|
6713
6713
|
options?: {
|
|
6714
6714
|
available?: boolean | null | undefined;
|
|
6715
6715
|
name: string;
|
|
6716
|
-
id: string;
|
|
6717
6716
|
price: number;
|
|
6717
|
+
id: string;
|
|
6718
6718
|
}[] | null | undefined;
|
|
6719
6719
|
name: string;
|
|
6720
6720
|
id: string;
|
|
@@ -6762,14 +6762,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6762
6762
|
available?: boolean | null | undefined;
|
|
6763
6763
|
name: string;
|
|
6764
6764
|
picture: string;
|
|
6765
|
-
id: string;
|
|
6766
6765
|
price: number;
|
|
6766
|
+
id: string;
|
|
6767
6767
|
option_groups: {
|
|
6768
6768
|
options?: {
|
|
6769
6769
|
available?: boolean | null | undefined;
|
|
6770
6770
|
name: string;
|
|
6771
|
-
id: string;
|
|
6772
6771
|
price: number;
|
|
6772
|
+
id: string;
|
|
6773
6773
|
}[] | null | undefined;
|
|
6774
6774
|
name: string;
|
|
6775
6775
|
id: string;
|
|
@@ -6817,14 +6817,14 @@ export declare const SFMenuResData: z.ZodObject<{
|
|
|
6817
6817
|
available?: boolean | null | undefined;
|
|
6818
6818
|
name: string;
|
|
6819
6819
|
picture: string;
|
|
6820
|
-
id: string;
|
|
6821
6820
|
price: number;
|
|
6821
|
+
id: string;
|
|
6822
6822
|
option_groups: {
|
|
6823
6823
|
options?: {
|
|
6824
6824
|
available?: boolean | null | undefined;
|
|
6825
6825
|
name: string;
|
|
6826
|
-
id: string;
|
|
6827
6826
|
price: number;
|
|
6827
|
+
id: string;
|
|
6828
6828
|
}[] | null | undefined;
|
|
6829
6829
|
name: string;
|
|
6830
6830
|
id: string;
|
|
@@ -7021,20 +7021,20 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7021
7021
|
}, "strip", z.ZodTypeAny, {
|
|
7022
7022
|
available?: boolean | null | undefined;
|
|
7023
7023
|
name: string;
|
|
7024
|
-
id: string;
|
|
7025
7024
|
price: number;
|
|
7025
|
+
id: string;
|
|
7026
7026
|
}, {
|
|
7027
7027
|
available?: boolean | null | undefined;
|
|
7028
7028
|
name: string;
|
|
7029
|
-
id: string;
|
|
7030
7029
|
price: number;
|
|
7030
|
+
id: string;
|
|
7031
7031
|
}>, "many">>>;
|
|
7032
7032
|
}, "strip", z.ZodTypeAny, {
|
|
7033
7033
|
options?: {
|
|
7034
7034
|
available?: boolean | null | undefined;
|
|
7035
7035
|
name: string;
|
|
7036
|
-
id: string;
|
|
7037
7036
|
price: number;
|
|
7037
|
+
id: string;
|
|
7038
7038
|
}[] | null | undefined;
|
|
7039
7039
|
name: string;
|
|
7040
7040
|
id: string;
|
|
@@ -7044,8 +7044,8 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7044
7044
|
options?: {
|
|
7045
7045
|
available?: boolean | null | undefined;
|
|
7046
7046
|
name: string;
|
|
7047
|
-
id: string;
|
|
7048
7047
|
price: number;
|
|
7048
|
+
id: string;
|
|
7049
7049
|
}[] | null | undefined;
|
|
7050
7050
|
name: string;
|
|
7051
7051
|
id: string;
|
|
@@ -7057,14 +7057,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7057
7057
|
available?: boolean | null | undefined;
|
|
7058
7058
|
name: string;
|
|
7059
7059
|
picture: string;
|
|
7060
|
-
id: string;
|
|
7061
7060
|
price: number;
|
|
7061
|
+
id: string;
|
|
7062
7062
|
option_groups: {
|
|
7063
7063
|
options?: {
|
|
7064
7064
|
available?: boolean | null | undefined;
|
|
7065
7065
|
name: string;
|
|
7066
|
-
id: string;
|
|
7067
7066
|
price: number;
|
|
7067
|
+
id: string;
|
|
7068
7068
|
}[] | null | undefined;
|
|
7069
7069
|
name: string;
|
|
7070
7070
|
id: string;
|
|
@@ -7106,14 +7106,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7106
7106
|
available?: boolean | null | undefined;
|
|
7107
7107
|
name: string;
|
|
7108
7108
|
picture: string;
|
|
7109
|
-
id: string;
|
|
7110
7109
|
price: number;
|
|
7110
|
+
id: string;
|
|
7111
7111
|
option_groups: {
|
|
7112
7112
|
options?: {
|
|
7113
7113
|
available?: boolean | null | undefined;
|
|
7114
7114
|
name: string;
|
|
7115
|
-
id: string;
|
|
7116
7115
|
price: number;
|
|
7116
|
+
id: string;
|
|
7117
7117
|
}[] | null | undefined;
|
|
7118
7118
|
name: string;
|
|
7119
7119
|
id: string;
|
|
@@ -7159,14 +7159,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7159
7159
|
available?: boolean | null | undefined;
|
|
7160
7160
|
name: string;
|
|
7161
7161
|
picture: string;
|
|
7162
|
-
id: string;
|
|
7163
7162
|
price: number;
|
|
7163
|
+
id: string;
|
|
7164
7164
|
option_groups: {
|
|
7165
7165
|
options?: {
|
|
7166
7166
|
available?: boolean | null | undefined;
|
|
7167
7167
|
name: string;
|
|
7168
|
-
id: string;
|
|
7169
7168
|
price: number;
|
|
7169
|
+
id: string;
|
|
7170
7170
|
}[] | null | undefined;
|
|
7171
7171
|
name: string;
|
|
7172
7172
|
id: string;
|
|
@@ -7212,14 +7212,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7212
7212
|
available?: boolean | null | undefined;
|
|
7213
7213
|
name: string;
|
|
7214
7214
|
picture: string;
|
|
7215
|
-
id: string;
|
|
7216
7215
|
price: number;
|
|
7216
|
+
id: string;
|
|
7217
7217
|
option_groups: {
|
|
7218
7218
|
options?: {
|
|
7219
7219
|
available?: boolean | null | undefined;
|
|
7220
7220
|
name: string;
|
|
7221
|
-
id: string;
|
|
7222
7221
|
price: number;
|
|
7222
|
+
id: string;
|
|
7223
7223
|
}[] | null | undefined;
|
|
7224
7224
|
name: string;
|
|
7225
7225
|
id: string;
|
|
@@ -7267,14 +7267,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7267
7267
|
available?: boolean | null | undefined;
|
|
7268
7268
|
name: string;
|
|
7269
7269
|
picture: string;
|
|
7270
|
-
id: string;
|
|
7271
7270
|
price: number;
|
|
7271
|
+
id: string;
|
|
7272
7272
|
option_groups: {
|
|
7273
7273
|
options?: {
|
|
7274
7274
|
available?: boolean | null | undefined;
|
|
7275
7275
|
name: string;
|
|
7276
|
-
id: string;
|
|
7277
7276
|
price: number;
|
|
7277
|
+
id: string;
|
|
7278
7278
|
}[] | null | undefined;
|
|
7279
7279
|
name: string;
|
|
7280
7280
|
id: string;
|
|
@@ -7322,14 +7322,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7322
7322
|
available?: boolean | null | undefined;
|
|
7323
7323
|
name: string;
|
|
7324
7324
|
picture: string;
|
|
7325
|
-
id: string;
|
|
7326
7325
|
price: number;
|
|
7326
|
+
id: string;
|
|
7327
7327
|
option_groups: {
|
|
7328
7328
|
options?: {
|
|
7329
7329
|
available?: boolean | null | undefined;
|
|
7330
7330
|
name: string;
|
|
7331
|
-
id: string;
|
|
7332
7331
|
price: number;
|
|
7332
|
+
id: string;
|
|
7333
7333
|
}[] | null | undefined;
|
|
7334
7334
|
name: string;
|
|
7335
7335
|
id: string;
|
|
@@ -7379,14 +7379,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7379
7379
|
available?: boolean | null | undefined;
|
|
7380
7380
|
name: string;
|
|
7381
7381
|
picture: string;
|
|
7382
|
-
id: string;
|
|
7383
7382
|
price: number;
|
|
7383
|
+
id: string;
|
|
7384
7384
|
option_groups: {
|
|
7385
7385
|
options?: {
|
|
7386
7386
|
available?: boolean | null | undefined;
|
|
7387
7387
|
name: string;
|
|
7388
|
-
id: string;
|
|
7389
7388
|
price: number;
|
|
7389
|
+
id: string;
|
|
7390
7390
|
}[] | null | undefined;
|
|
7391
7391
|
name: string;
|
|
7392
7392
|
id: string;
|
|
@@ -7438,14 +7438,14 @@ export declare const SFMenuRes: z.ZodObject<{
|
|
|
7438
7438
|
available?: boolean | null | undefined;
|
|
7439
7439
|
name: string;
|
|
7440
7440
|
picture: string;
|
|
7441
|
-
id: string;
|
|
7442
7441
|
price: number;
|
|
7442
|
+
id: string;
|
|
7443
7443
|
option_groups: {
|
|
7444
7444
|
options?: {
|
|
7445
7445
|
available?: boolean | null | undefined;
|
|
7446
7446
|
name: string;
|
|
7447
|
-
id: string;
|
|
7448
7447
|
price: number;
|
|
7448
|
+
id: string;
|
|
7449
7449
|
}[] | null | undefined;
|
|
7450
7450
|
name: string;
|
|
7451
7451
|
id: string;
|