@feedmepos/mf-order-setting 0.0.17 → 0.0.18
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/dist/{KioskDevicesView-DkDKK-o-.js → KioskDevicesView-CuHZd6_9.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-uz5kCfDz.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-5mr80TnE.js} +1 -1
- package/dist/{KioskView-dXsAOdRK.js → KioskView-Dy1o-gJs.js} +3 -3
- package/dist/{OrderSettingsView-mw8PFd0W.js → OrderSettingsView-B-uga-ib.js} +3 -3
- package/dist/{app-BsFGRC2y.js → app-DOZsphNG.js} +103 -109
- package/dist/app.js +4 -5
- package/dist/{dayjs.min-vPr9KJUN.js → dayjs.min-7bYz19Mt.js} +1 -1
- package/dist/frontend/mf-order/src/app.d.ts +0 -1
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +6 -6
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +2 -2
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-CpFXjGaf.js → index-B0G4vTU2.js} +1 -1
- package/dist/package/entity/delivery/delivery.dto.d.ts +18 -18
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +8 -8
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +16 -16
- package/dist/package/entity/delivery/linked-delivery.do.d.ts +2 -2
- package/dist/package/entity/delivery/linked-delivery.dto.d.ts +8 -8
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/kiosk/kiosk.do.d.ts +20 -20
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +24 -24
- package/dist/package/entity/order/order.dto.d.ts +86 -86
- package/dist/package/entity/order/pickup/pickup.do.d.ts +2 -2
- package/dist/package/entity/order/pickup/pickup.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
- package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +74 -74
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +124 -124
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +38 -38
- package/dist/package/entity/order-platform/menu.dto.d.ts +82 -82
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +240 -240
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +72 -72
- package/dist/package/entity/printer/printer.do.d.ts +2 -2
- package/dist/package/entity/queue/queue.dto.d.ts +6 -6
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +4 -4
- package/package.json +1 -1
- package/src/App.vue +20 -0
- package/src/Entry.vue +0 -3
- package/src/app.ts +1 -18
|
@@ -39,18 +39,18 @@ export declare const SFLoginRes: z.ZodObject<{
|
|
|
39
39
|
expires_in: number;
|
|
40
40
|
}>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
code: number;
|
|
43
42
|
data: {
|
|
44
43
|
access_token: string;
|
|
45
44
|
expires_in: number;
|
|
46
45
|
};
|
|
46
|
+
code: number;
|
|
47
47
|
msg: string;
|
|
48
48
|
}, {
|
|
49
|
-
code: number;
|
|
50
49
|
data: {
|
|
51
50
|
access_token: string;
|
|
52
51
|
expires_in: number;
|
|
53
52
|
};
|
|
53
|
+
code: number;
|
|
54
54
|
msg: string;
|
|
55
55
|
}>;
|
|
56
56
|
export declare const SFLoginReq: z.ZodObject<{
|
|
@@ -155,14 +155,14 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
155
155
|
unit_list_price: z.ZodNumber;
|
|
156
156
|
unit_price: z.ZodNumber;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
id: string;
|
|
159
158
|
name: string;
|
|
159
|
+
id: string;
|
|
160
160
|
external_id: string;
|
|
161
161
|
unit_list_price: number;
|
|
162
162
|
unit_price: number;
|
|
163
163
|
}, {
|
|
164
|
-
id: string;
|
|
165
164
|
name: string;
|
|
165
|
+
id: string;
|
|
166
166
|
external_id: string;
|
|
167
167
|
unit_list_price: number;
|
|
168
168
|
unit_price: number;
|
|
@@ -177,32 +177,32 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
177
177
|
name: z.ZodString;
|
|
178
178
|
price: z.ZodNumber;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
id: string;
|
|
181
180
|
name: string;
|
|
181
|
+
id: string;
|
|
182
182
|
price: number;
|
|
183
183
|
external_id: string;
|
|
184
184
|
}, {
|
|
185
|
-
id: string;
|
|
186
185
|
name: string;
|
|
186
|
+
id: string;
|
|
187
187
|
price: number;
|
|
188
188
|
external_id: string;
|
|
189
189
|
}>, "many">;
|
|
190
190
|
}, "strip", z.ZodTypeAny, {
|
|
191
|
-
id: string;
|
|
192
191
|
name: string;
|
|
192
|
+
id: string;
|
|
193
193
|
options: {
|
|
194
|
-
id: string;
|
|
195
194
|
name: string;
|
|
195
|
+
id: string;
|
|
196
196
|
price: number;
|
|
197
197
|
external_id: string;
|
|
198
198
|
}[];
|
|
199
199
|
external_id: string;
|
|
200
200
|
}, {
|
|
201
|
-
id: string;
|
|
202
201
|
name: string;
|
|
202
|
+
id: string;
|
|
203
203
|
options: {
|
|
204
|
-
id: string;
|
|
205
204
|
name: string;
|
|
205
|
+
id: string;
|
|
206
206
|
price: number;
|
|
207
207
|
external_id: string;
|
|
208
208
|
}[];
|
|
@@ -210,38 +210,38 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
210
210
|
}>, "many">>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
option_groups?: {
|
|
213
|
-
id: string;
|
|
214
213
|
name: string;
|
|
214
|
+
id: string;
|
|
215
215
|
options: {
|
|
216
|
-
id: string;
|
|
217
216
|
name: string;
|
|
217
|
+
id: string;
|
|
218
218
|
price: number;
|
|
219
219
|
external_id: string;
|
|
220
220
|
}[];
|
|
221
221
|
external_id: string;
|
|
222
222
|
}[] | null | undefined;
|
|
223
223
|
dish: {
|
|
224
|
-
id: string;
|
|
225
224
|
name: string;
|
|
225
|
+
id: string;
|
|
226
226
|
external_id: string;
|
|
227
227
|
unit_list_price: number;
|
|
228
228
|
unit_price: number;
|
|
229
229
|
};
|
|
230
230
|
}, {
|
|
231
231
|
option_groups?: {
|
|
232
|
-
id: string;
|
|
233
232
|
name: string;
|
|
233
|
+
id: string;
|
|
234
234
|
options: {
|
|
235
|
-
id: string;
|
|
236
235
|
name: string;
|
|
236
|
+
id: string;
|
|
237
237
|
price: number;
|
|
238
238
|
external_id: string;
|
|
239
239
|
}[];
|
|
240
240
|
external_id: string;
|
|
241
241
|
}[] | null | undefined;
|
|
242
242
|
dish: {
|
|
243
|
-
id: string;
|
|
244
243
|
name: string;
|
|
244
|
+
id: string;
|
|
245
245
|
external_id: string;
|
|
246
246
|
unit_list_price: number;
|
|
247
247
|
unit_price: number;
|
|
@@ -260,19 +260,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
260
260
|
unit_price: number;
|
|
261
261
|
detail: {
|
|
262
262
|
option_groups?: {
|
|
263
|
-
id: string;
|
|
264
263
|
name: string;
|
|
264
|
+
id: string;
|
|
265
265
|
options: {
|
|
266
|
-
id: string;
|
|
267
266
|
name: string;
|
|
267
|
+
id: string;
|
|
268
268
|
price: number;
|
|
269
269
|
external_id: string;
|
|
270
270
|
}[];
|
|
271
271
|
external_id: string;
|
|
272
272
|
}[] | null | undefined;
|
|
273
273
|
dish: {
|
|
274
|
-
id: string;
|
|
275
274
|
name: string;
|
|
275
|
+
id: string;
|
|
276
276
|
external_id: string;
|
|
277
277
|
unit_list_price: number;
|
|
278
278
|
unit_price: number;
|
|
@@ -286,19 +286,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
286
286
|
unit_price: number;
|
|
287
287
|
detail: {
|
|
288
288
|
option_groups?: {
|
|
289
|
-
id: string;
|
|
290
289
|
name: string;
|
|
290
|
+
id: string;
|
|
291
291
|
options: {
|
|
292
|
-
id: string;
|
|
293
292
|
name: string;
|
|
293
|
+
id: string;
|
|
294
294
|
price: number;
|
|
295
295
|
external_id: string;
|
|
296
296
|
}[];
|
|
297
297
|
external_id: string;
|
|
298
298
|
}[] | null | undefined;
|
|
299
299
|
dish: {
|
|
300
|
-
id: string;
|
|
301
300
|
name: string;
|
|
301
|
+
id: string;
|
|
302
302
|
external_id: string;
|
|
303
303
|
unit_list_price: number;
|
|
304
304
|
unit_price: number;
|
|
@@ -393,19 +393,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
393
393
|
unit_price: number;
|
|
394
394
|
detail: {
|
|
395
395
|
option_groups?: {
|
|
396
|
-
id: string;
|
|
397
396
|
name: string;
|
|
397
|
+
id: string;
|
|
398
398
|
options: {
|
|
399
|
-
id: string;
|
|
400
399
|
name: string;
|
|
400
|
+
id: string;
|
|
401
401
|
price: number;
|
|
402
402
|
external_id: string;
|
|
403
403
|
}[];
|
|
404
404
|
external_id: string;
|
|
405
405
|
}[] | null | undefined;
|
|
406
406
|
dish: {
|
|
407
|
-
id: string;
|
|
408
407
|
name: string;
|
|
408
|
+
id: string;
|
|
409
409
|
external_id: string;
|
|
410
410
|
unit_list_price: number;
|
|
411
411
|
unit_price: number;
|
|
@@ -465,19 +465,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
465
465
|
unit_price: number;
|
|
466
466
|
detail: {
|
|
467
467
|
option_groups?: {
|
|
468
|
-
id: string;
|
|
469
468
|
name: string;
|
|
469
|
+
id: string;
|
|
470
470
|
options: {
|
|
471
|
-
id: string;
|
|
472
471
|
name: string;
|
|
472
|
+
id: string;
|
|
473
473
|
price: number;
|
|
474
474
|
external_id: string;
|
|
475
475
|
}[];
|
|
476
476
|
external_id: string;
|
|
477
477
|
}[] | null | undefined;
|
|
478
478
|
dish: {
|
|
479
|
-
id: string;
|
|
480
479
|
name: string;
|
|
480
|
+
id: string;
|
|
481
481
|
external_id: string;
|
|
482
482
|
unit_list_price: number;
|
|
483
483
|
unit_price: number;
|
|
@@ -491,7 +491,6 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
491
491
|
update_time: number;
|
|
492
492
|
}>;
|
|
493
493
|
}, "strip", z.ZodTypeAny, {
|
|
494
|
-
code: number;
|
|
495
494
|
data: {
|
|
496
495
|
cancel?: {
|
|
497
496
|
cancel_reason?: string | null | undefined;
|
|
@@ -540,19 +539,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
540
539
|
unit_price: number;
|
|
541
540
|
detail: {
|
|
542
541
|
option_groups?: {
|
|
543
|
-
id: string;
|
|
544
542
|
name: string;
|
|
543
|
+
id: string;
|
|
545
544
|
options: {
|
|
546
|
-
id: string;
|
|
547
545
|
name: string;
|
|
546
|
+
id: string;
|
|
548
547
|
price: number;
|
|
549
548
|
external_id: string;
|
|
550
549
|
}[];
|
|
551
550
|
external_id: string;
|
|
552
551
|
}[] | null | undefined;
|
|
553
552
|
dish: {
|
|
554
|
-
id: string;
|
|
555
553
|
name: string;
|
|
554
|
+
id: string;
|
|
556
555
|
external_id: string;
|
|
557
556
|
unit_list_price: number;
|
|
558
557
|
unit_price: number;
|
|
@@ -565,9 +564,9 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
565
564
|
create_time: number;
|
|
566
565
|
update_time: number;
|
|
567
566
|
};
|
|
567
|
+
code: number;
|
|
568
568
|
msg: string;
|
|
569
569
|
}, {
|
|
570
|
-
code: number;
|
|
571
570
|
data: {
|
|
572
571
|
cancel?: {
|
|
573
572
|
cancel_reason?: string | null | undefined;
|
|
@@ -616,19 +615,19 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
616
615
|
unit_price: number;
|
|
617
616
|
detail: {
|
|
618
617
|
option_groups?: {
|
|
619
|
-
id: string;
|
|
620
618
|
name: string;
|
|
619
|
+
id: string;
|
|
621
620
|
options: {
|
|
622
|
-
id: string;
|
|
623
621
|
name: string;
|
|
622
|
+
id: string;
|
|
624
623
|
price: number;
|
|
625
624
|
external_id: string;
|
|
626
625
|
}[];
|
|
627
626
|
external_id: string;
|
|
628
627
|
}[] | null | undefined;
|
|
629
628
|
dish: {
|
|
630
|
-
id: string;
|
|
631
629
|
name: string;
|
|
630
|
+
id: string;
|
|
632
631
|
external_id: string;
|
|
633
632
|
unit_list_price: number;
|
|
634
633
|
unit_price: number;
|
|
@@ -641,6 +640,7 @@ export declare const FdtoShopeefoodGetOrderRes: z.ZodObject<{
|
|
|
641
640
|
create_time: number;
|
|
642
641
|
update_time: number;
|
|
643
642
|
};
|
|
643
|
+
code: number;
|
|
644
644
|
msg: string;
|
|
645
645
|
}>;
|
|
646
646
|
export declare const SFGetOrderDto: z.ZodObject<{
|
|
@@ -658,12 +658,12 @@ export declare const SFNotifyMenuRes: z.ZodObject<{
|
|
|
658
658
|
msg: z.ZodString;
|
|
659
659
|
data: z.ZodNull;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
-
code: number;
|
|
662
661
|
data: null;
|
|
662
|
+
code: number;
|
|
663
663
|
msg: string;
|
|
664
664
|
}, {
|
|
665
|
-
code: number;
|
|
666
665
|
data: null;
|
|
666
|
+
code: number;
|
|
667
667
|
msg: string;
|
|
668
668
|
}>;
|
|
669
669
|
export declare const SFGetOrderRes: z.ZodObject<{
|
|
@@ -755,14 +755,14 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
755
755
|
unit_list_price: z.ZodNumber;
|
|
756
756
|
unit_price: z.ZodNumber;
|
|
757
757
|
}, "strip", z.ZodTypeAny, {
|
|
758
|
-
id: string;
|
|
759
758
|
name: string;
|
|
759
|
+
id: string;
|
|
760
760
|
external_id: string;
|
|
761
761
|
unit_list_price: number;
|
|
762
762
|
unit_price: number;
|
|
763
763
|
}, {
|
|
764
|
-
id: string;
|
|
765
764
|
name: string;
|
|
765
|
+
id: string;
|
|
766
766
|
external_id: string;
|
|
767
767
|
unit_list_price: number;
|
|
768
768
|
unit_price: number;
|
|
@@ -777,32 +777,32 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
777
777
|
name: z.ZodString;
|
|
778
778
|
price: z.ZodNumber;
|
|
779
779
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
id: string;
|
|
781
780
|
name: string;
|
|
781
|
+
id: string;
|
|
782
782
|
price: number;
|
|
783
783
|
external_id: string;
|
|
784
784
|
}, {
|
|
785
|
-
id: string;
|
|
786
785
|
name: string;
|
|
786
|
+
id: string;
|
|
787
787
|
price: number;
|
|
788
788
|
external_id: string;
|
|
789
789
|
}>, "many">;
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
|
-
id: string;
|
|
792
791
|
name: string;
|
|
792
|
+
id: string;
|
|
793
793
|
options: {
|
|
794
|
-
id: string;
|
|
795
794
|
name: string;
|
|
795
|
+
id: string;
|
|
796
796
|
price: number;
|
|
797
797
|
external_id: string;
|
|
798
798
|
}[];
|
|
799
799
|
external_id: string;
|
|
800
800
|
}, {
|
|
801
|
-
id: string;
|
|
802
801
|
name: string;
|
|
802
|
+
id: string;
|
|
803
803
|
options: {
|
|
804
|
-
id: string;
|
|
805
804
|
name: string;
|
|
805
|
+
id: string;
|
|
806
806
|
price: number;
|
|
807
807
|
external_id: string;
|
|
808
808
|
}[];
|
|
@@ -810,38 +810,38 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
810
810
|
}>, "many">>>;
|
|
811
811
|
}, "strip", z.ZodTypeAny, {
|
|
812
812
|
option_groups?: {
|
|
813
|
-
id: string;
|
|
814
813
|
name: string;
|
|
814
|
+
id: string;
|
|
815
815
|
options: {
|
|
816
|
-
id: string;
|
|
817
816
|
name: string;
|
|
817
|
+
id: string;
|
|
818
818
|
price: number;
|
|
819
819
|
external_id: string;
|
|
820
820
|
}[];
|
|
821
821
|
external_id: string;
|
|
822
822
|
}[] | null | undefined;
|
|
823
823
|
dish: {
|
|
824
|
-
id: string;
|
|
825
824
|
name: string;
|
|
825
|
+
id: string;
|
|
826
826
|
external_id: string;
|
|
827
827
|
unit_list_price: number;
|
|
828
828
|
unit_price: number;
|
|
829
829
|
};
|
|
830
830
|
}, {
|
|
831
831
|
option_groups?: {
|
|
832
|
-
id: string;
|
|
833
832
|
name: string;
|
|
833
|
+
id: string;
|
|
834
834
|
options: {
|
|
835
|
-
id: string;
|
|
836
835
|
name: string;
|
|
836
|
+
id: string;
|
|
837
837
|
price: number;
|
|
838
838
|
external_id: string;
|
|
839
839
|
}[];
|
|
840
840
|
external_id: string;
|
|
841
841
|
}[] | null | undefined;
|
|
842
842
|
dish: {
|
|
843
|
-
id: string;
|
|
844
843
|
name: string;
|
|
844
|
+
id: string;
|
|
845
845
|
external_id: string;
|
|
846
846
|
unit_list_price: number;
|
|
847
847
|
unit_price: number;
|
|
@@ -860,19 +860,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
860
860
|
unit_price: number;
|
|
861
861
|
detail: {
|
|
862
862
|
option_groups?: {
|
|
863
|
-
id: string;
|
|
864
863
|
name: string;
|
|
864
|
+
id: string;
|
|
865
865
|
options: {
|
|
866
|
-
id: string;
|
|
867
866
|
name: string;
|
|
867
|
+
id: string;
|
|
868
868
|
price: number;
|
|
869
869
|
external_id: string;
|
|
870
870
|
}[];
|
|
871
871
|
external_id: string;
|
|
872
872
|
}[] | null | undefined;
|
|
873
873
|
dish: {
|
|
874
|
-
id: string;
|
|
875
874
|
name: string;
|
|
875
|
+
id: string;
|
|
876
876
|
external_id: string;
|
|
877
877
|
unit_list_price: number;
|
|
878
878
|
unit_price: number;
|
|
@@ -886,19 +886,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
886
886
|
unit_price: number;
|
|
887
887
|
detail: {
|
|
888
888
|
option_groups?: {
|
|
889
|
-
id: string;
|
|
890
889
|
name: string;
|
|
890
|
+
id: string;
|
|
891
891
|
options: {
|
|
892
|
-
id: string;
|
|
893
892
|
name: string;
|
|
893
|
+
id: string;
|
|
894
894
|
price: number;
|
|
895
895
|
external_id: string;
|
|
896
896
|
}[];
|
|
897
897
|
external_id: string;
|
|
898
898
|
}[] | null | undefined;
|
|
899
899
|
dish: {
|
|
900
|
-
id: string;
|
|
901
900
|
name: string;
|
|
901
|
+
id: string;
|
|
902
902
|
external_id: string;
|
|
903
903
|
unit_list_price: number;
|
|
904
904
|
unit_price: number;
|
|
@@ -993,19 +993,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
993
993
|
unit_price: number;
|
|
994
994
|
detail: {
|
|
995
995
|
option_groups?: {
|
|
996
|
-
id: string;
|
|
997
996
|
name: string;
|
|
997
|
+
id: string;
|
|
998
998
|
options: {
|
|
999
|
-
id: string;
|
|
1000
999
|
name: string;
|
|
1000
|
+
id: string;
|
|
1001
1001
|
price: number;
|
|
1002
1002
|
external_id: string;
|
|
1003
1003
|
}[];
|
|
1004
1004
|
external_id: string;
|
|
1005
1005
|
}[] | null | undefined;
|
|
1006
1006
|
dish: {
|
|
1007
|
-
id: string;
|
|
1008
1007
|
name: string;
|
|
1008
|
+
id: string;
|
|
1009
1009
|
external_id: string;
|
|
1010
1010
|
unit_list_price: number;
|
|
1011
1011
|
unit_price: number;
|
|
@@ -1065,19 +1065,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1065
1065
|
unit_price: number;
|
|
1066
1066
|
detail: {
|
|
1067
1067
|
option_groups?: {
|
|
1068
|
-
id: string;
|
|
1069
1068
|
name: string;
|
|
1069
|
+
id: string;
|
|
1070
1070
|
options: {
|
|
1071
|
-
id: string;
|
|
1072
1071
|
name: string;
|
|
1072
|
+
id: string;
|
|
1073
1073
|
price: number;
|
|
1074
1074
|
external_id: string;
|
|
1075
1075
|
}[];
|
|
1076
1076
|
external_id: string;
|
|
1077
1077
|
}[] | null | undefined;
|
|
1078
1078
|
dish: {
|
|
1079
|
-
id: string;
|
|
1080
1079
|
name: string;
|
|
1080
|
+
id: string;
|
|
1081
1081
|
external_id: string;
|
|
1082
1082
|
unit_list_price: number;
|
|
1083
1083
|
unit_price: number;
|
|
@@ -1091,7 +1091,6 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1091
1091
|
update_time: number;
|
|
1092
1092
|
}>;
|
|
1093
1093
|
}, "strip", z.ZodTypeAny, {
|
|
1094
|
-
code: number;
|
|
1095
1094
|
data: {
|
|
1096
1095
|
cancel?: {
|
|
1097
1096
|
cancel_reason?: string | null | undefined;
|
|
@@ -1140,19 +1139,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1140
1139
|
unit_price: number;
|
|
1141
1140
|
detail: {
|
|
1142
1141
|
option_groups?: {
|
|
1143
|
-
id: string;
|
|
1144
1142
|
name: string;
|
|
1143
|
+
id: string;
|
|
1145
1144
|
options: {
|
|
1146
|
-
id: string;
|
|
1147
1145
|
name: string;
|
|
1146
|
+
id: string;
|
|
1148
1147
|
price: number;
|
|
1149
1148
|
external_id: string;
|
|
1150
1149
|
}[];
|
|
1151
1150
|
external_id: string;
|
|
1152
1151
|
}[] | null | undefined;
|
|
1153
1152
|
dish: {
|
|
1154
|
-
id: string;
|
|
1155
1153
|
name: string;
|
|
1154
|
+
id: string;
|
|
1156
1155
|
external_id: string;
|
|
1157
1156
|
unit_list_price: number;
|
|
1158
1157
|
unit_price: number;
|
|
@@ -1165,9 +1164,9 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1165
1164
|
create_time: number;
|
|
1166
1165
|
update_time: number;
|
|
1167
1166
|
};
|
|
1167
|
+
code: number;
|
|
1168
1168
|
msg: string;
|
|
1169
1169
|
}, {
|
|
1170
|
-
code: number;
|
|
1171
1170
|
data: {
|
|
1172
1171
|
cancel?: {
|
|
1173
1172
|
cancel_reason?: string | null | undefined;
|
|
@@ -1216,19 +1215,19 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1216
1215
|
unit_price: number;
|
|
1217
1216
|
detail: {
|
|
1218
1217
|
option_groups?: {
|
|
1219
|
-
id: string;
|
|
1220
1218
|
name: string;
|
|
1219
|
+
id: string;
|
|
1221
1220
|
options: {
|
|
1222
|
-
id: string;
|
|
1223
1221
|
name: string;
|
|
1222
|
+
id: string;
|
|
1224
1223
|
price: number;
|
|
1225
1224
|
external_id: string;
|
|
1226
1225
|
}[];
|
|
1227
1226
|
external_id: string;
|
|
1228
1227
|
}[] | null | undefined;
|
|
1229
1228
|
dish: {
|
|
1230
|
-
id: string;
|
|
1231
1229
|
name: string;
|
|
1230
|
+
id: string;
|
|
1232
1231
|
external_id: string;
|
|
1233
1232
|
unit_list_price: number;
|
|
1234
1233
|
unit_price: number;
|
|
@@ -1241,6 +1240,7 @@ export declare const SFGetOrderRes: z.ZodObject<{
|
|
|
1241
1240
|
create_time: number;
|
|
1242
1241
|
update_time: number;
|
|
1243
1242
|
};
|
|
1243
|
+
code: number;
|
|
1244
1244
|
msg: string;
|
|
1245
1245
|
}>;
|
|
1246
1246
|
export declare const SFRejectMessage: z.ZodObject<{
|
|
@@ -803,8 +803,8 @@ export declare const Printer: z.ZodObject<{
|
|
|
803
803
|
type: "PRINTER_ID";
|
|
804
804
|
printerId: string;
|
|
805
805
|
} | null | undefined;
|
|
806
|
-
id: string;
|
|
807
806
|
name: string;
|
|
807
|
+
id: string;
|
|
808
808
|
hardware: {
|
|
809
809
|
machineId?: string | null | undefined;
|
|
810
810
|
chunkSize?: number | null | undefined;
|
|
@@ -859,8 +859,8 @@ export declare const Printer: z.ZodObject<{
|
|
|
859
859
|
type: "PRINTER_ID";
|
|
860
860
|
printerId: string;
|
|
861
861
|
} | null | undefined;
|
|
862
|
-
id: string;
|
|
863
862
|
name: string;
|
|
863
|
+
id: string;
|
|
864
864
|
hardware: {
|
|
865
865
|
machineId?: string | null | undefined;
|
|
866
866
|
chunkSize?: number | null | undefined;
|
|
@@ -873,6 +873,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
873
873
|
};
|
|
874
874
|
} | null | undefined;
|
|
875
875
|
tags?: string[] | null | undefined;
|
|
876
|
+
name: string;
|
|
876
877
|
address: {
|
|
877
878
|
coordinates?: number[] | null | undefined;
|
|
878
879
|
line2?: string | null | undefined;
|
|
@@ -882,7 +883,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
882
883
|
city: string;
|
|
883
884
|
postcode: string;
|
|
884
885
|
};
|
|
885
|
-
name: string;
|
|
886
886
|
email: string;
|
|
887
887
|
phoneNo: string;
|
|
888
888
|
regNo: string;
|
|
@@ -950,6 +950,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
950
950
|
} | null | undefined;
|
|
951
951
|
tags?: string[] | null | undefined;
|
|
952
952
|
url?: string | null | undefined;
|
|
953
|
+
name: string;
|
|
953
954
|
address: {
|
|
954
955
|
coordinates?: number[] | null | undefined;
|
|
955
956
|
line2?: string | null | undefined;
|
|
@@ -959,7 +960,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
959
960
|
city: string;
|
|
960
961
|
postcode: string;
|
|
961
962
|
};
|
|
962
|
-
name: string;
|
|
963
963
|
email: string;
|
|
964
964
|
phoneNo: string;
|
|
965
965
|
regNo: string;
|
|
@@ -1226,6 +1226,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1226
1226
|
};
|
|
1227
1227
|
} | null | undefined;
|
|
1228
1228
|
tags?: string[] | null | undefined;
|
|
1229
|
+
name: string;
|
|
1229
1230
|
address: {
|
|
1230
1231
|
coordinates?: number[] | null | undefined;
|
|
1231
1232
|
line2?: string | null | undefined;
|
|
@@ -1235,7 +1236,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1235
1236
|
city: string;
|
|
1236
1237
|
postcode: string;
|
|
1237
1238
|
};
|
|
1238
|
-
name: string;
|
|
1239
1239
|
email: string;
|
|
1240
1240
|
phoneNo: string;
|
|
1241
1241
|
regNo: string;
|
|
@@ -1347,6 +1347,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1347
1347
|
} | null | undefined;
|
|
1348
1348
|
tags?: string[] | null | undefined;
|
|
1349
1349
|
url?: string | null | undefined;
|
|
1350
|
+
name: string;
|
|
1350
1351
|
address: {
|
|
1351
1352
|
coordinates?: number[] | null | undefined;
|
|
1352
1353
|
line2?: string | null | undefined;
|
|
@@ -1356,7 +1357,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1356
1357
|
city: string;
|
|
1357
1358
|
postcode: string;
|
|
1358
1359
|
};
|
|
1359
|
-
name: string;
|
|
1360
1360
|
email: string;
|
|
1361
1361
|
phoneNo: string;
|
|
1362
1362
|
regNo: string;
|
|
@@ -1477,6 +1477,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1477
1477
|
};
|
|
1478
1478
|
} | null | undefined;
|
|
1479
1479
|
tags?: string[] | null | undefined;
|
|
1480
|
+
name: string;
|
|
1480
1481
|
address: {
|
|
1481
1482
|
coordinates?: number[] | null | undefined;
|
|
1482
1483
|
line2?: string | null | undefined;
|
|
@@ -1486,7 +1487,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1486
1487
|
city: string;
|
|
1487
1488
|
postcode: string;
|
|
1488
1489
|
};
|
|
1489
|
-
name: string;
|
|
1490
1490
|
email: string;
|
|
1491
1491
|
phoneNo: string;
|
|
1492
1492
|
regNo: string;
|
|
@@ -1611,6 +1611,7 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1611
1611
|
} | null | undefined;
|
|
1612
1612
|
tags?: string[] | null | undefined;
|
|
1613
1613
|
url?: string | null | undefined;
|
|
1614
|
+
name: string;
|
|
1614
1615
|
address: {
|
|
1615
1616
|
coordinates?: number[] | null | undefined;
|
|
1616
1617
|
line2?: string | null | undefined;
|
|
@@ -1620,7 +1621,6 @@ export declare const RestaurantQueueDto: z.ZodObject<{
|
|
|
1620
1621
|
city: string;
|
|
1621
1622
|
postcode: string;
|
|
1622
1623
|
};
|
|
1623
|
-
name: string;
|
|
1624
1624
|
email: string;
|
|
1625
1625
|
phoneNo: string;
|
|
1626
1626
|
regNo: string;
|