@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.
Files changed (38) hide show
  1. package/dist/{KioskDevicesView-DkDKK-o-.js → KioskDevicesView-CuHZd6_9.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-uz5kCfDz.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-5mr80TnE.js} +1 -1
  3. package/dist/{KioskView-dXsAOdRK.js → KioskView-Dy1o-gJs.js} +3 -3
  4. package/dist/{OrderSettingsView-mw8PFd0W.js → OrderSettingsView-B-uga-ib.js} +3 -3
  5. package/dist/{app-BsFGRC2y.js → app-DOZsphNG.js} +103 -109
  6. package/dist/app.js +4 -5
  7. package/dist/{dayjs.min-vPr9KJUN.js → dayjs.min-7bYz19Mt.js} +1 -1
  8. package/dist/frontend/mf-order/src/app.d.ts +0 -1
  9. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +6 -6
  10. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialog.vue.d.ts +2 -2
  11. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  12. package/dist/{index-CpFXjGaf.js → index-B0G4vTU2.js} +1 -1
  13. package/dist/package/entity/delivery/delivery.dto.d.ts +18 -18
  14. package/dist/package/entity/delivery/gateway/grab.dto.d.ts +8 -8
  15. package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +16 -16
  16. package/dist/package/entity/delivery/linked-delivery.do.d.ts +2 -2
  17. package/dist/package/entity/delivery/linked-delivery.dto.d.ts +8 -8
  18. package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
  19. package/dist/package/entity/kiosk/kiosk.do.d.ts +20 -20
  20. package/dist/package/entity/kiosk/kiosk.dto.d.ts +24 -24
  21. package/dist/package/entity/order/order.dto.d.ts +86 -86
  22. package/dist/package/entity/order/pickup/pickup.do.d.ts +2 -2
  23. package/dist/package/entity/order/pickup/pickup.dto.d.ts +2 -2
  24. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +16 -16
  25. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +6 -6
  26. package/dist/package/entity/order-platform/grabfood/grabfood-menu.do.d.ts +74 -74
  27. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +124 -124
  28. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +38 -38
  29. package/dist/package/entity/order-platform/menu.dto.d.ts +82 -82
  30. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +240 -240
  31. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +72 -72
  32. package/dist/package/entity/printer/printer.do.d.ts +2 -2
  33. package/dist/package/entity/queue/queue.dto.d.ts +6 -6
  34. package/dist/package/entity/restaurant/restaurant.dto.d.ts +4 -4
  35. package/package.json +1 -1
  36. package/src/App.vue +20 -0
  37. package/src/Entry.vue +0 -3
  38. package/src/app.ts +1 -18
@@ -54,13 +54,13 @@ export declare const GFOrderFreeItem: z.ZodObject<{
54
54
  quantity: z.ZodNumber;
55
55
  price: z.ZodNumber;
56
56
  }, "strip", z.ZodTypeAny, {
57
- id: string;
58
57
  name: string;
58
+ id: string;
59
59
  quantity: number;
60
60
  price: number;
61
61
  }, {
62
- id: string;
63
62
  name: string;
63
+ id: string;
64
64
  quantity: number;
65
65
  price: number;
66
66
  }>;
@@ -80,24 +80,24 @@ export declare const GFOrderCampaign: z.ZodObject<{
80
80
  quantity: z.ZodNumber;
81
81
  price: z.ZodNumber;
82
82
  }, "strip", z.ZodTypeAny, {
83
- id: string;
84
83
  name: string;
84
+ id: string;
85
85
  quantity: number;
86
86
  price: number;
87
87
  }, {
88
- id: string;
89
88
  name: string;
89
+ id: string;
90
90
  quantity: number;
91
91
  price: number;
92
92
  }>>>;
93
93
  }, "strip", z.ZodTypeAny, {
94
- id?: string | null | undefined;
95
94
  name?: string | null | undefined;
95
+ id?: string | null | undefined;
96
96
  type?: string | null | undefined;
97
97
  level?: string | null | undefined;
98
98
  freeItem?: {
99
- id: string;
100
99
  name: string;
100
+ id: string;
101
101
  quantity: number;
102
102
  price: number;
103
103
  } | null | undefined;
@@ -107,13 +107,13 @@ export declare const GFOrderCampaign: z.ZodObject<{
107
107
  deductedAmount?: number | null | undefined;
108
108
  appliedItemIDs?: string[] | null | undefined;
109
109
  }, {
110
- id?: string | null | undefined;
111
110
  name?: string | null | undefined;
111
+ id?: string | null | undefined;
112
112
  type?: string | null | undefined;
113
113
  level?: string | null | undefined;
114
114
  freeItem?: {
115
- id: string;
116
115
  name: string;
116
+ id: string;
117
117
  quantity: number;
118
118
  price: number;
119
119
  } | null | undefined;
@@ -157,24 +157,24 @@ export declare const GFOrderItem: z.ZodObject<{
157
157
  quantity: z.ZodNumber;
158
158
  price: z.ZodNumber;
159
159
  }, "strip", z.ZodTypeAny, {
160
- id: string;
161
160
  name: string;
161
+ id: string;
162
162
  quantity: number;
163
163
  price: number;
164
164
  }, {
165
- id: string;
166
165
  name: string;
166
+ id: string;
167
167
  quantity: number;
168
168
  price: number;
169
169
  }>>>;
170
170
  }, "strip", z.ZodTypeAny, {
171
- id?: string | null | undefined;
172
171
  name?: string | null | undefined;
172
+ id?: string | null | undefined;
173
173
  type?: string | null | undefined;
174
174
  level?: string | null | undefined;
175
175
  freeItem?: {
176
- id: string;
177
176
  name: string;
177
+ id: string;
178
178
  quantity: number;
179
179
  price: number;
180
180
  } | null | undefined;
@@ -184,13 +184,13 @@ export declare const GFOrderItem: z.ZodObject<{
184
184
  deductedAmount?: number | null | undefined;
185
185
  appliedItemIDs?: string[] | null | undefined;
186
186
  }, {
187
- id?: string | null | undefined;
188
187
  name?: string | null | undefined;
188
+ id?: string | null | undefined;
189
189
  type?: string | null | undefined;
190
190
  level?: string | null | undefined;
191
191
  freeItem?: {
192
- id: string;
193
192
  name: string;
193
+ id: string;
194
194
  quantity: number;
195
195
  price: number;
196
196
  } | null | undefined;
@@ -208,13 +208,13 @@ export declare const GFOrderItem: z.ZodObject<{
208
208
  price: number;
209
209
  }[] | null | undefined;
210
210
  campaigns?: {
211
- id?: string | null | undefined;
212
211
  name?: string | null | undefined;
212
+ id?: string | null | undefined;
213
213
  type?: string | null | undefined;
214
214
  level?: string | null | undefined;
215
215
  freeItem?: {
216
- id: string;
217
216
  name: string;
217
+ id: string;
218
218
  quantity: number;
219
219
  price: number;
220
220
  } | null | undefined;
@@ -235,13 +235,13 @@ export declare const GFOrderItem: z.ZodObject<{
235
235
  price: number;
236
236
  }[] | null | undefined;
237
237
  campaigns?: {
238
- id?: string | null | undefined;
239
238
  name?: string | null | undefined;
239
+ id?: string | null | undefined;
240
240
  type?: string | null | undefined;
241
241
  level?: string | null | undefined;
242
242
  freeItem?: {
243
- id: string;
244
243
  name: string;
244
+ id: string;
245
245
  quantity: number;
246
246
  price: number;
247
247
  } | null | undefined;
@@ -381,6 +381,7 @@ export declare const GFOrderReceiver: z.ZodObject<{
381
381
  poiID?: string | null | undefined;
382
382
  }>>>;
383
383
  }, "strip", z.ZodTypeAny, {
384
+ name?: string | null | undefined;
384
385
  address?: {
385
386
  address?: string | null | undefined;
386
387
  coordinates?: {
@@ -393,9 +394,9 @@ export declare const GFOrderReceiver: z.ZodObject<{
393
394
  deliveryInstruction?: string | null | undefined;
394
395
  poiID?: string | null | undefined;
395
396
  } | null | undefined;
396
- name?: string | null | undefined;
397
397
  phones?: string | null | undefined;
398
398
  }, {
399
+ name?: string | null | undefined;
399
400
  address?: {
400
401
  address?: string | null | undefined;
401
402
  coordinates?: {
@@ -408,7 +409,6 @@ export declare const GFOrderReceiver: z.ZodObject<{
408
409
  deliveryInstruction?: string | null | undefined;
409
410
  poiID?: string | null | undefined;
410
411
  } | null | undefined;
411
- name?: string | null | undefined;
412
412
  phones?: string | null | undefined;
413
413
  }>;
414
414
  export declare const GFOrder: z.ZodObject<{
@@ -482,24 +482,24 @@ export declare const GFOrder: z.ZodObject<{
482
482
  quantity: z.ZodNumber;
483
483
  price: z.ZodNumber;
484
484
  }, "strip", z.ZodTypeAny, {
485
- id: string;
486
485
  name: string;
486
+ id: string;
487
487
  quantity: number;
488
488
  price: number;
489
489
  }, {
490
- id: string;
491
490
  name: string;
491
+ id: string;
492
492
  quantity: number;
493
493
  price: number;
494
494
  }>>>;
495
495
  }, "strip", z.ZodTypeAny, {
496
- id?: string | null | undefined;
497
496
  name?: string | null | undefined;
497
+ id?: string | null | undefined;
498
498
  type?: string | null | undefined;
499
499
  level?: string | null | undefined;
500
500
  freeItem?: {
501
- id: string;
502
501
  name: string;
502
+ id: string;
503
503
  quantity: number;
504
504
  price: number;
505
505
  } | null | undefined;
@@ -509,13 +509,13 @@ export declare const GFOrder: z.ZodObject<{
509
509
  deductedAmount?: number | null | undefined;
510
510
  appliedItemIDs?: string[] | null | undefined;
511
511
  }, {
512
- id?: string | null | undefined;
513
512
  name?: string | null | undefined;
513
+ id?: string | null | undefined;
514
514
  type?: string | null | undefined;
515
515
  level?: string | null | undefined;
516
516
  freeItem?: {
517
- id: string;
518
517
  name: string;
518
+ id: string;
519
519
  quantity: number;
520
520
  price: number;
521
521
  } | null | undefined;
@@ -533,13 +533,13 @@ export declare const GFOrder: z.ZodObject<{
533
533
  price: number;
534
534
  }[] | null | undefined;
535
535
  campaigns?: {
536
- id?: string | null | undefined;
537
536
  name?: string | null | undefined;
537
+ id?: string | null | undefined;
538
538
  type?: string | null | undefined;
539
539
  level?: string | null | undefined;
540
540
  freeItem?: {
541
- id: string;
542
541
  name: string;
542
+ id: string;
543
543
  quantity: number;
544
544
  price: number;
545
545
  } | null | undefined;
@@ -560,13 +560,13 @@ export declare const GFOrder: z.ZodObject<{
560
560
  price: number;
561
561
  }[] | null | undefined;
562
562
  campaigns?: {
563
- id?: string | null | undefined;
564
563
  name?: string | null | undefined;
564
+ id?: string | null | undefined;
565
565
  type?: string | null | undefined;
566
566
  level?: string | null | undefined;
567
567
  freeItem?: {
568
- id: string;
569
568
  name: string;
569
+ id: string;
570
570
  quantity: number;
571
571
  price: number;
572
572
  } | null | undefined;
@@ -596,24 +596,24 @@ export declare const GFOrder: z.ZodObject<{
596
596
  quantity: z.ZodNumber;
597
597
  price: z.ZodNumber;
598
598
  }, "strip", z.ZodTypeAny, {
599
- id: string;
600
599
  name: string;
600
+ id: string;
601
601
  quantity: number;
602
602
  price: number;
603
603
  }, {
604
- id: string;
605
604
  name: string;
605
+ id: string;
606
606
  quantity: number;
607
607
  price: number;
608
608
  }>>>;
609
609
  }, "strip", z.ZodTypeAny, {
610
- id?: string | null | undefined;
611
610
  name?: string | null | undefined;
611
+ id?: string | null | undefined;
612
612
  type?: string | null | undefined;
613
613
  level?: string | null | undefined;
614
614
  freeItem?: {
615
- id: string;
616
615
  name: string;
616
+ id: string;
617
617
  quantity: number;
618
618
  price: number;
619
619
  } | null | undefined;
@@ -623,13 +623,13 @@ export declare const GFOrder: z.ZodObject<{
623
623
  deductedAmount?: number | null | undefined;
624
624
  appliedItemIDs?: string[] | null | undefined;
625
625
  }, {
626
- id?: string | null | undefined;
627
626
  name?: string | null | undefined;
627
+ id?: string | null | undefined;
628
628
  type?: string | null | undefined;
629
629
  level?: string | null | undefined;
630
630
  freeItem?: {
631
- id: string;
632
631
  name: string;
632
+ id: string;
633
633
  quantity: number;
634
634
  price: number;
635
635
  } | null | undefined;
@@ -715,6 +715,7 @@ export declare const GFOrder: z.ZodObject<{
715
715
  poiID?: string | null | undefined;
716
716
  }>>>;
717
717
  }, "strip", z.ZodTypeAny, {
718
+ name?: string | null | undefined;
718
719
  address?: {
719
720
  address?: string | null | undefined;
720
721
  coordinates?: {
@@ -727,9 +728,9 @@ export declare const GFOrder: z.ZodObject<{
727
728
  deliveryInstruction?: string | null | undefined;
728
729
  poiID?: string | null | undefined;
729
730
  } | null | undefined;
730
- name?: string | null | undefined;
731
731
  phones?: string | null | undefined;
732
732
  }, {
733
+ name?: string | null | undefined;
733
734
  address?: {
734
735
  address?: string | null | undefined;
735
736
  coordinates?: {
@@ -742,11 +743,11 @@ export declare const GFOrder: z.ZodObject<{
742
743
  deliveryInstruction?: string | null | undefined;
743
744
  poiID?: string | null | undefined;
744
745
  } | null | undefined;
745
- name?: string | null | undefined;
746
746
  phones?: string | null | undefined;
747
747
  }>>>;
748
748
  }, "strip", z.ZodTypeAny, {
749
749
  receiver?: {
750
+ name?: string | null | undefined;
750
751
  address?: {
751
752
  address?: string | null | undefined;
752
753
  coordinates?: {
@@ -759,7 +760,6 @@ export declare const GFOrder: z.ZodObject<{
759
760
  deliveryInstruction?: string | null | undefined;
760
761
  poiID?: string | null | undefined;
761
762
  } | null | undefined;
762
- name?: string | null | undefined;
763
763
  phones?: string | null | undefined;
764
764
  } | null | undefined;
765
765
  dineIn?: {
@@ -768,13 +768,13 @@ export declare const GFOrder: z.ZodObject<{
768
768
  } | null | undefined;
769
769
  partnerMerchantID?: string | null | undefined;
770
770
  campaigns?: {
771
- id?: string | null | undefined;
772
771
  name?: string | null | undefined;
772
+ id?: string | null | undefined;
773
773
  type?: string | null | undefined;
774
774
  level?: string | null | undefined;
775
775
  freeItem?: {
776
- id: string;
777
776
  name: string;
777
+ id: string;
778
778
  quantity: number;
779
779
  price: number;
780
780
  } | null | undefined;
@@ -808,13 +808,13 @@ export declare const GFOrder: z.ZodObject<{
808
808
  price: number;
809
809
  }[] | null | undefined;
810
810
  campaigns?: {
811
- id?: string | null | undefined;
812
811
  name?: string | null | undefined;
812
+ id?: string | null | undefined;
813
813
  type?: string | null | undefined;
814
814
  level?: string | null | undefined;
815
815
  freeItem?: {
816
- id: string;
817
816
  name: string;
817
+ id: string;
818
818
  quantity: number;
819
819
  price: number;
820
820
  } | null | undefined;
@@ -841,6 +841,7 @@ export declare const GFOrder: z.ZodObject<{
841
841
  };
842
842
  }, {
843
843
  receiver?: {
844
+ name?: string | null | undefined;
844
845
  address?: {
845
846
  address?: string | null | undefined;
846
847
  coordinates?: {
@@ -853,7 +854,6 @@ export declare const GFOrder: z.ZodObject<{
853
854
  deliveryInstruction?: string | null | undefined;
854
855
  poiID?: string | null | undefined;
855
856
  } | null | undefined;
856
- name?: string | null | undefined;
857
857
  phones?: string | null | undefined;
858
858
  } | null | undefined;
859
859
  dineIn?: {
@@ -862,13 +862,13 @@ export declare const GFOrder: z.ZodObject<{
862
862
  } | null | undefined;
863
863
  partnerMerchantID?: string | null | undefined;
864
864
  campaigns?: {
865
- id?: string | null | undefined;
866
865
  name?: string | null | undefined;
866
+ id?: string | null | undefined;
867
867
  type?: string | null | undefined;
868
868
  level?: string | null | undefined;
869
869
  freeItem?: {
870
- id: string;
871
870
  name: string;
871
+ id: string;
872
872
  quantity: number;
873
873
  price: number;
874
874
  } | null | undefined;
@@ -902,13 +902,13 @@ export declare const GFOrder: z.ZodObject<{
902
902
  price: number;
903
903
  }[] | null | undefined;
904
904
  campaigns?: {
905
- id?: string | null | undefined;
906
905
  name?: string | null | undefined;
906
+ id?: string | null | undefined;
907
907
  type?: string | null | undefined;
908
908
  level?: string | null | undefined;
909
909
  freeItem?: {
910
- id: string;
911
910
  name: string;
911
+ id: string;
912
912
  quantity: number;
913
913
  price: number;
914
914
  } | null | undefined;
@@ -1017,24 +1017,24 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1017
1017
  quantity: z.ZodNumber;
1018
1018
  price: z.ZodNumber;
1019
1019
  }, "strip", z.ZodTypeAny, {
1020
- id: string;
1021
1020
  name: string;
1021
+ id: string;
1022
1022
  quantity: number;
1023
1023
  price: number;
1024
1024
  }, {
1025
- id: string;
1026
1025
  name: string;
1026
+ id: string;
1027
1027
  quantity: number;
1028
1028
  price: number;
1029
1029
  }>>>;
1030
1030
  }, "strip", z.ZodTypeAny, {
1031
- id?: string | null | undefined;
1032
1031
  name?: string | null | undefined;
1032
+ id?: string | null | undefined;
1033
1033
  type?: string | null | undefined;
1034
1034
  level?: string | null | undefined;
1035
1035
  freeItem?: {
1036
- id: string;
1037
1036
  name: string;
1037
+ id: string;
1038
1038
  quantity: number;
1039
1039
  price: number;
1040
1040
  } | null | undefined;
@@ -1044,13 +1044,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1044
1044
  deductedAmount?: number | null | undefined;
1045
1045
  appliedItemIDs?: string[] | null | undefined;
1046
1046
  }, {
1047
- id?: string | null | undefined;
1048
1047
  name?: string | null | undefined;
1048
+ id?: string | null | undefined;
1049
1049
  type?: string | null | undefined;
1050
1050
  level?: string | null | undefined;
1051
1051
  freeItem?: {
1052
- id: string;
1053
1052
  name: string;
1053
+ id: string;
1054
1054
  quantity: number;
1055
1055
  price: number;
1056
1056
  } | null | undefined;
@@ -1068,13 +1068,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1068
1068
  price: number;
1069
1069
  }[] | null | undefined;
1070
1070
  campaigns?: {
1071
- id?: string | null | undefined;
1072
1071
  name?: string | null | undefined;
1072
+ id?: string | null | undefined;
1073
1073
  type?: string | null | undefined;
1074
1074
  level?: string | null | undefined;
1075
1075
  freeItem?: {
1076
- id: string;
1077
1076
  name: string;
1077
+ id: string;
1078
1078
  quantity: number;
1079
1079
  price: number;
1080
1080
  } | null | undefined;
@@ -1095,13 +1095,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1095
1095
  price: number;
1096
1096
  }[] | null | undefined;
1097
1097
  campaigns?: {
1098
- id?: string | null | undefined;
1099
1098
  name?: string | null | undefined;
1099
+ id?: string | null | undefined;
1100
1100
  type?: string | null | undefined;
1101
1101
  level?: string | null | undefined;
1102
1102
  freeItem?: {
1103
- id: string;
1104
1103
  name: string;
1104
+ id: string;
1105
1105
  quantity: number;
1106
1106
  price: number;
1107
1107
  } | null | undefined;
@@ -1131,24 +1131,24 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1131
1131
  quantity: z.ZodNumber;
1132
1132
  price: z.ZodNumber;
1133
1133
  }, "strip", z.ZodTypeAny, {
1134
- id: string;
1135
1134
  name: string;
1135
+ id: string;
1136
1136
  quantity: number;
1137
1137
  price: number;
1138
1138
  }, {
1139
- id: string;
1140
1139
  name: string;
1140
+ id: string;
1141
1141
  quantity: number;
1142
1142
  price: number;
1143
1143
  }>>>;
1144
1144
  }, "strip", z.ZodTypeAny, {
1145
- id?: string | null | undefined;
1146
1145
  name?: string | null | undefined;
1146
+ id?: string | null | undefined;
1147
1147
  type?: string | null | undefined;
1148
1148
  level?: string | null | undefined;
1149
1149
  freeItem?: {
1150
- id: string;
1151
1150
  name: string;
1151
+ id: string;
1152
1152
  quantity: number;
1153
1153
  price: number;
1154
1154
  } | null | undefined;
@@ -1158,13 +1158,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1158
1158
  deductedAmount?: number | null | undefined;
1159
1159
  appliedItemIDs?: string[] | null | undefined;
1160
1160
  }, {
1161
- id?: string | null | undefined;
1162
1161
  name?: string | null | undefined;
1162
+ id?: string | null | undefined;
1163
1163
  type?: string | null | undefined;
1164
1164
  level?: string | null | undefined;
1165
1165
  freeItem?: {
1166
- id: string;
1167
1166
  name: string;
1167
+ id: string;
1168
1168
  quantity: number;
1169
1169
  price: number;
1170
1170
  } | null | undefined;
@@ -1250,6 +1250,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1250
1250
  poiID?: string | null | undefined;
1251
1251
  }>>>;
1252
1252
  }, "strip", z.ZodTypeAny, {
1253
+ name?: string | null | undefined;
1253
1254
  address?: {
1254
1255
  address?: string | null | undefined;
1255
1256
  coordinates?: {
@@ -1262,9 +1263,9 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1262
1263
  deliveryInstruction?: string | null | undefined;
1263
1264
  poiID?: string | null | undefined;
1264
1265
  } | null | undefined;
1265
- name?: string | null | undefined;
1266
1266
  phones?: string | null | undefined;
1267
1267
  }, {
1268
+ name?: string | null | undefined;
1268
1269
  address?: {
1269
1270
  address?: string | null | undefined;
1270
1271
  coordinates?: {
@@ -1277,11 +1278,11 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1277
1278
  deliveryInstruction?: string | null | undefined;
1278
1279
  poiID?: string | null | undefined;
1279
1280
  } | null | undefined;
1280
- name?: string | null | undefined;
1281
1281
  phones?: string | null | undefined;
1282
1282
  }>>>;
1283
1283
  }, "strip", z.ZodTypeAny, {
1284
1284
  receiver?: {
1285
+ name?: string | null | undefined;
1285
1286
  address?: {
1286
1287
  address?: string | null | undefined;
1287
1288
  coordinates?: {
@@ -1294,7 +1295,6 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1294
1295
  deliveryInstruction?: string | null | undefined;
1295
1296
  poiID?: string | null | undefined;
1296
1297
  } | null | undefined;
1297
- name?: string | null | undefined;
1298
1298
  phones?: string | null | undefined;
1299
1299
  } | null | undefined;
1300
1300
  dineIn?: {
@@ -1303,13 +1303,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1303
1303
  } | null | undefined;
1304
1304
  partnerMerchantID?: string | null | undefined;
1305
1305
  campaigns?: {
1306
- id?: string | null | undefined;
1307
1306
  name?: string | null | undefined;
1307
+ id?: string | null | undefined;
1308
1308
  type?: string | null | undefined;
1309
1309
  level?: string | null | undefined;
1310
1310
  freeItem?: {
1311
- id: string;
1312
1311
  name: string;
1312
+ id: string;
1313
1313
  quantity: number;
1314
1314
  price: number;
1315
1315
  } | null | undefined;
@@ -1343,13 +1343,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1343
1343
  price: number;
1344
1344
  }[] | null | undefined;
1345
1345
  campaigns?: {
1346
- id?: string | null | undefined;
1347
1346
  name?: string | null | undefined;
1347
+ id?: string | null | undefined;
1348
1348
  type?: string | null | undefined;
1349
1349
  level?: string | null | undefined;
1350
1350
  freeItem?: {
1351
- id: string;
1352
1351
  name: string;
1352
+ id: string;
1353
1353
  quantity: number;
1354
1354
  price: number;
1355
1355
  } | null | undefined;
@@ -1376,6 +1376,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1376
1376
  };
1377
1377
  }, {
1378
1378
  receiver?: {
1379
+ name?: string | null | undefined;
1379
1380
  address?: {
1380
1381
  address?: string | null | undefined;
1381
1382
  coordinates?: {
@@ -1388,7 +1389,6 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1388
1389
  deliveryInstruction?: string | null | undefined;
1389
1390
  poiID?: string | null | undefined;
1390
1391
  } | null | undefined;
1391
- name?: string | null | undefined;
1392
1392
  phones?: string | null | undefined;
1393
1393
  } | null | undefined;
1394
1394
  dineIn?: {
@@ -1397,13 +1397,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1397
1397
  } | null | undefined;
1398
1398
  partnerMerchantID?: string | null | undefined;
1399
1399
  campaigns?: {
1400
- id?: string | null | undefined;
1401
1400
  name?: string | null | undefined;
1401
+ id?: string | null | undefined;
1402
1402
  type?: string | null | undefined;
1403
1403
  level?: string | null | undefined;
1404
1404
  freeItem?: {
1405
- id: string;
1406
1405
  name: string;
1406
+ id: string;
1407
1407
  quantity: number;
1408
1408
  price: number;
1409
1409
  } | null | undefined;
@@ -1437,13 +1437,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1437
1437
  price: number;
1438
1438
  }[] | null | undefined;
1439
1439
  campaigns?: {
1440
- id?: string | null | undefined;
1441
1440
  name?: string | null | undefined;
1441
+ id?: string | null | undefined;
1442
1442
  type?: string | null | undefined;
1443
1443
  level?: string | null | undefined;
1444
1444
  freeItem?: {
1445
- id: string;
1446
1445
  name: string;
1446
+ id: string;
1447
1447
  quantity: number;
1448
1448
  price: number;
1449
1449
  } | null | undefined;
@@ -1477,6 +1477,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1477
1477
  };
1478
1478
  raw: {
1479
1479
  receiver?: {
1480
+ name?: string | null | undefined;
1480
1481
  address?: {
1481
1482
  address?: string | null | undefined;
1482
1483
  coordinates?: {
@@ -1489,7 +1490,6 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1489
1490
  deliveryInstruction?: string | null | undefined;
1490
1491
  poiID?: string | null | undefined;
1491
1492
  } | null | undefined;
1492
- name?: string | null | undefined;
1493
1493
  phones?: string | null | undefined;
1494
1494
  } | null | undefined;
1495
1495
  dineIn?: {
@@ -1498,13 +1498,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1498
1498
  } | null | undefined;
1499
1499
  partnerMerchantID?: string | null | undefined;
1500
1500
  campaigns?: {
1501
- id?: string | null | undefined;
1502
1501
  name?: string | null | undefined;
1502
+ id?: string | null | undefined;
1503
1503
  type?: string | null | undefined;
1504
1504
  level?: string | null | undefined;
1505
1505
  freeItem?: {
1506
- id: string;
1507
1506
  name: string;
1507
+ id: string;
1508
1508
  quantity: number;
1509
1509
  price: number;
1510
1510
  } | null | undefined;
@@ -1538,13 +1538,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1538
1538
  price: number;
1539
1539
  }[] | null | undefined;
1540
1540
  campaigns?: {
1541
- id?: string | null | undefined;
1542
1541
  name?: string | null | undefined;
1542
+ id?: string | null | undefined;
1543
1543
  type?: string | null | undefined;
1544
1544
  level?: string | null | undefined;
1545
1545
  freeItem?: {
1546
- id: string;
1547
1546
  name: string;
1547
+ id: string;
1548
1548
  quantity: number;
1549
1549
  price: number;
1550
1550
  } | null | undefined;
@@ -1578,6 +1578,7 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1578
1578
  };
1579
1579
  raw: {
1580
1580
  receiver?: {
1581
+ name?: string | null | undefined;
1581
1582
  address?: {
1582
1583
  address?: string | null | undefined;
1583
1584
  coordinates?: {
@@ -1590,7 +1591,6 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1590
1591
  deliveryInstruction?: string | null | undefined;
1591
1592
  poiID?: string | null | undefined;
1592
1593
  } | null | undefined;
1593
- name?: string | null | undefined;
1594
1594
  phones?: string | null | undefined;
1595
1595
  } | null | undefined;
1596
1596
  dineIn?: {
@@ -1599,13 +1599,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1599
1599
  } | null | undefined;
1600
1600
  partnerMerchantID?: string | null | undefined;
1601
1601
  campaigns?: {
1602
- id?: string | null | undefined;
1603
1602
  name?: string | null | undefined;
1603
+ id?: string | null | undefined;
1604
1604
  type?: string | null | undefined;
1605
1605
  level?: string | null | undefined;
1606
1606
  freeItem?: {
1607
- id: string;
1608
1607
  name: string;
1608
+ id: string;
1609
1609
  quantity: number;
1610
1610
  price: number;
1611
1611
  } | null | undefined;
@@ -1639,13 +1639,13 @@ export declare const FdoGrabfoodOrder: z.ZodObject<{
1639
1639
  price: number;
1640
1640
  }[] | null | undefined;
1641
1641
  campaigns?: {
1642
- id?: string | null | undefined;
1643
1642
  name?: string | null | undefined;
1643
+ id?: string | null | undefined;
1644
1644
  type?: string | null | undefined;
1645
1645
  level?: string | null | undefined;
1646
1646
  freeItem?: {
1647
- id: string;
1648
1647
  name: string;
1648
+ id: string;
1649
1649
  quantity: number;
1650
1650
  price: number;
1651
1651
  } | null | undefined;
@@ -1755,24 +1755,24 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1755
1755
  quantity: z.ZodNumber;
1756
1756
  price: z.ZodNumber;
1757
1757
  }, "strip", z.ZodTypeAny, {
1758
- id: string;
1759
1758
  name: string;
1759
+ id: string;
1760
1760
  quantity: number;
1761
1761
  price: number;
1762
1762
  }, {
1763
- id: string;
1764
1763
  name: string;
1764
+ id: string;
1765
1765
  quantity: number;
1766
1766
  price: number;
1767
1767
  }>>>;
1768
1768
  }, "strip", z.ZodTypeAny, {
1769
- id?: string | null | undefined;
1770
1769
  name?: string | null | undefined;
1770
+ id?: string | null | undefined;
1771
1771
  type?: string | null | undefined;
1772
1772
  level?: string | null | undefined;
1773
1773
  freeItem?: {
1774
- id: string;
1775
1774
  name: string;
1775
+ id: string;
1776
1776
  quantity: number;
1777
1777
  price: number;
1778
1778
  } | null | undefined;
@@ -1782,13 +1782,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1782
1782
  deductedAmount?: number | null | undefined;
1783
1783
  appliedItemIDs?: string[] | null | undefined;
1784
1784
  }, {
1785
- id?: string | null | undefined;
1786
1785
  name?: string | null | undefined;
1786
+ id?: string | null | undefined;
1787
1787
  type?: string | null | undefined;
1788
1788
  level?: string | null | undefined;
1789
1789
  freeItem?: {
1790
- id: string;
1791
1790
  name: string;
1791
+ id: string;
1792
1792
  quantity: number;
1793
1793
  price: number;
1794
1794
  } | null | undefined;
@@ -1806,13 +1806,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1806
1806
  price: number;
1807
1807
  }[] | null | undefined;
1808
1808
  campaigns?: {
1809
- id?: string | null | undefined;
1810
1809
  name?: string | null | undefined;
1810
+ id?: string | null | undefined;
1811
1811
  type?: string | null | undefined;
1812
1812
  level?: string | null | undefined;
1813
1813
  freeItem?: {
1814
- id: string;
1815
1814
  name: string;
1815
+ id: string;
1816
1816
  quantity: number;
1817
1817
  price: number;
1818
1818
  } | null | undefined;
@@ -1833,13 +1833,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1833
1833
  price: number;
1834
1834
  }[] | null | undefined;
1835
1835
  campaigns?: {
1836
- id?: string | null | undefined;
1837
1836
  name?: string | null | undefined;
1837
+ id?: string | null | undefined;
1838
1838
  type?: string | null | undefined;
1839
1839
  level?: string | null | undefined;
1840
1840
  freeItem?: {
1841
- id: string;
1842
1841
  name: string;
1842
+ id: string;
1843
1843
  quantity: number;
1844
1844
  price: number;
1845
1845
  } | null | undefined;
@@ -1869,24 +1869,24 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1869
1869
  quantity: z.ZodNumber;
1870
1870
  price: z.ZodNumber;
1871
1871
  }, "strip", z.ZodTypeAny, {
1872
- id: string;
1873
1872
  name: string;
1873
+ id: string;
1874
1874
  quantity: number;
1875
1875
  price: number;
1876
1876
  }, {
1877
- id: string;
1878
1877
  name: string;
1878
+ id: string;
1879
1879
  quantity: number;
1880
1880
  price: number;
1881
1881
  }>>>;
1882
1882
  }, "strip", z.ZodTypeAny, {
1883
- id?: string | null | undefined;
1884
1883
  name?: string | null | undefined;
1884
+ id?: string | null | undefined;
1885
1885
  type?: string | null | undefined;
1886
1886
  level?: string | null | undefined;
1887
1887
  freeItem?: {
1888
- id: string;
1889
1888
  name: string;
1889
+ id: string;
1890
1890
  quantity: number;
1891
1891
  price: number;
1892
1892
  } | null | undefined;
@@ -1896,13 +1896,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1896
1896
  deductedAmount?: number | null | undefined;
1897
1897
  appliedItemIDs?: string[] | null | undefined;
1898
1898
  }, {
1899
- id?: string | null | undefined;
1900
1899
  name?: string | null | undefined;
1900
+ id?: string | null | undefined;
1901
1901
  type?: string | null | undefined;
1902
1902
  level?: string | null | undefined;
1903
1903
  freeItem?: {
1904
- id: string;
1905
1904
  name: string;
1905
+ id: string;
1906
1906
  quantity: number;
1907
1907
  price: number;
1908
1908
  } | null | undefined;
@@ -1988,6 +1988,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
1988
1988
  poiID?: string | null | undefined;
1989
1989
  }>>>;
1990
1990
  }, "strip", z.ZodTypeAny, {
1991
+ name?: string | null | undefined;
1991
1992
  address?: {
1992
1993
  address?: string | null | undefined;
1993
1994
  coordinates?: {
@@ -2000,9 +2001,9 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2000
2001
  deliveryInstruction?: string | null | undefined;
2001
2002
  poiID?: string | null | undefined;
2002
2003
  } | null | undefined;
2003
- name?: string | null | undefined;
2004
2004
  phones?: string | null | undefined;
2005
2005
  }, {
2006
+ name?: string | null | undefined;
2006
2007
  address?: {
2007
2008
  address?: string | null | undefined;
2008
2009
  coordinates?: {
@@ -2015,11 +2016,11 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2015
2016
  deliveryInstruction?: string | null | undefined;
2016
2017
  poiID?: string | null | undefined;
2017
2018
  } | null | undefined;
2018
- name?: string | null | undefined;
2019
2019
  phones?: string | null | undefined;
2020
2020
  }>>>;
2021
2021
  }, "strip", z.ZodTypeAny, {
2022
2022
  receiver?: {
2023
+ name?: string | null | undefined;
2023
2024
  address?: {
2024
2025
  address?: string | null | undefined;
2025
2026
  coordinates?: {
@@ -2032,7 +2033,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2032
2033
  deliveryInstruction?: string | null | undefined;
2033
2034
  poiID?: string | null | undefined;
2034
2035
  } | null | undefined;
2035
- name?: string | null | undefined;
2036
2036
  phones?: string | null | undefined;
2037
2037
  } | null | undefined;
2038
2038
  dineIn?: {
@@ -2041,13 +2041,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2041
2041
  } | null | undefined;
2042
2042
  partnerMerchantID?: string | null | undefined;
2043
2043
  campaigns?: {
2044
- id?: string | null | undefined;
2045
2044
  name?: string | null | undefined;
2045
+ id?: string | null | undefined;
2046
2046
  type?: string | null | undefined;
2047
2047
  level?: string | null | undefined;
2048
2048
  freeItem?: {
2049
- id: string;
2050
2049
  name: string;
2050
+ id: string;
2051
2051
  quantity: number;
2052
2052
  price: number;
2053
2053
  } | null | undefined;
@@ -2081,13 +2081,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2081
2081
  price: number;
2082
2082
  }[] | null | undefined;
2083
2083
  campaigns?: {
2084
- id?: string | null | undefined;
2085
2084
  name?: string | null | undefined;
2085
+ id?: string | null | undefined;
2086
2086
  type?: string | null | undefined;
2087
2087
  level?: string | null | undefined;
2088
2088
  freeItem?: {
2089
- id: string;
2090
2089
  name: string;
2090
+ id: string;
2091
2091
  quantity: number;
2092
2092
  price: number;
2093
2093
  } | null | undefined;
@@ -2114,6 +2114,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2114
2114
  };
2115
2115
  }, {
2116
2116
  receiver?: {
2117
+ name?: string | null | undefined;
2117
2118
  address?: {
2118
2119
  address?: string | null | undefined;
2119
2120
  coordinates?: {
@@ -2126,7 +2127,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2126
2127
  deliveryInstruction?: string | null | undefined;
2127
2128
  poiID?: string | null | undefined;
2128
2129
  } | null | undefined;
2129
- name?: string | null | undefined;
2130
2130
  phones?: string | null | undefined;
2131
2131
  } | null | undefined;
2132
2132
  dineIn?: {
@@ -2135,13 +2135,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2135
2135
  } | null | undefined;
2136
2136
  partnerMerchantID?: string | null | undefined;
2137
2137
  campaigns?: {
2138
- id?: string | null | undefined;
2139
2138
  name?: string | null | undefined;
2139
+ id?: string | null | undefined;
2140
2140
  type?: string | null | undefined;
2141
2141
  level?: string | null | undefined;
2142
2142
  freeItem?: {
2143
- id: string;
2144
2143
  name: string;
2144
+ id: string;
2145
2145
  quantity: number;
2146
2146
  price: number;
2147
2147
  } | null | undefined;
@@ -2175,13 +2175,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
2175
2175
  price: number;
2176
2176
  }[] | null | undefined;
2177
2177
  campaigns?: {
2178
- id?: string | null | undefined;
2179
2178
  name?: string | null | undefined;
2179
+ id?: string | null | undefined;
2180
2180
  type?: string | null | undefined;
2181
2181
  level?: string | null | undefined;
2182
2182
  freeItem?: {
2183
- id: string;
2184
2183
  name: string;
2184
+ id: string;
2185
2185
  quantity: number;
2186
2186
  price: number;
2187
2187
  } | null | undefined;
@@ -5388,6 +5388,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5388
5388
  };
5389
5389
  raw: {
5390
5390
  receiver?: {
5391
+ name?: string | null | undefined;
5391
5392
  address?: {
5392
5393
  address?: string | null | undefined;
5393
5394
  coordinates?: {
@@ -5400,7 +5401,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5400
5401
  deliveryInstruction?: string | null | undefined;
5401
5402
  poiID?: string | null | undefined;
5402
5403
  } | null | undefined;
5403
- name?: string | null | undefined;
5404
5404
  phones?: string | null | undefined;
5405
5405
  } | null | undefined;
5406
5406
  dineIn?: {
@@ -5409,13 +5409,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5409
5409
  } | null | undefined;
5410
5410
  partnerMerchantID?: string | null | undefined;
5411
5411
  campaigns?: {
5412
- id?: string | null | undefined;
5413
5412
  name?: string | null | undefined;
5413
+ id?: string | null | undefined;
5414
5414
  type?: string | null | undefined;
5415
5415
  level?: string | null | undefined;
5416
5416
  freeItem?: {
5417
- id: string;
5418
5417
  name: string;
5418
+ id: string;
5419
5419
  quantity: number;
5420
5420
  price: number;
5421
5421
  } | null | undefined;
@@ -5449,13 +5449,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5449
5449
  price: number;
5450
5450
  }[] | null | undefined;
5451
5451
  campaigns?: {
5452
- id?: string | null | undefined;
5453
5452
  name?: string | null | undefined;
5453
+ id?: string | null | undefined;
5454
5454
  type?: string | null | undefined;
5455
5455
  level?: string | null | undefined;
5456
5456
  freeItem?: {
5457
- id: string;
5458
5457
  name: string;
5458
+ id: string;
5459
5459
  quantity: number;
5460
5460
  price: number;
5461
5461
  } | null | undefined;
@@ -5862,6 +5862,7 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5862
5862
  };
5863
5863
  raw: {
5864
5864
  receiver?: {
5865
+ name?: string | null | undefined;
5865
5866
  address?: {
5866
5867
  address?: string | null | undefined;
5867
5868
  coordinates?: {
@@ -5874,7 +5875,6 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5874
5875
  deliveryInstruction?: string | null | undefined;
5875
5876
  poiID?: string | null | undefined;
5876
5877
  } | null | undefined;
5877
- name?: string | null | undefined;
5878
5878
  phones?: string | null | undefined;
5879
5879
  } | null | undefined;
5880
5880
  dineIn?: {
@@ -5883,13 +5883,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5883
5883
  } | null | undefined;
5884
5884
  partnerMerchantID?: string | null | undefined;
5885
5885
  campaigns?: {
5886
- id?: string | null | undefined;
5887
5886
  name?: string | null | undefined;
5887
+ id?: string | null | undefined;
5888
5888
  type?: string | null | undefined;
5889
5889
  level?: string | null | undefined;
5890
5890
  freeItem?: {
5891
- id: string;
5892
5891
  name: string;
5892
+ id: string;
5893
5893
  quantity: number;
5894
5894
  price: number;
5895
5895
  } | null | undefined;
@@ -5923,13 +5923,13 @@ export declare const FdoGrabfoodOrderOutput: z.ZodObject<z.extendShape<{
5923
5923
  price: number;
5924
5924
  }[] | null | undefined;
5925
5925
  campaigns?: {
5926
- id?: string | null | undefined;
5927
5926
  name?: string | null | undefined;
5927
+ id?: string | null | undefined;
5928
5928
  type?: string | null | undefined;
5929
5929
  level?: string | null | undefined;
5930
5930
  freeItem?: {
5931
- id: string;
5932
5931
  name: string;
5932
+ id: string;
5933
5933
  quantity: number;
5934
5934
  price: number;
5935
5935
  } | null | undefined;