@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
|
@@ -6692,12 +6692,12 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6692
6692
|
address: z.ZodString;
|
|
6693
6693
|
relationship: z.ZodString;
|
|
6694
6694
|
}, "strip", z.ZodTypeAny, {
|
|
6695
|
-
address: string;
|
|
6696
6695
|
name: string;
|
|
6696
|
+
address: string;
|
|
6697
6697
|
relationship: string;
|
|
6698
6698
|
}, {
|
|
6699
|
-
address: string;
|
|
6700
6699
|
name: string;
|
|
6700
|
+
address: string;
|
|
6701
6701
|
relationship: string;
|
|
6702
6702
|
}>;
|
|
6703
6703
|
recipient: z.ZodObject<{
|
|
@@ -6705,12 +6705,12 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6705
6705
|
address: z.ZodString;
|
|
6706
6706
|
relationship: z.ZodString;
|
|
6707
6707
|
}, "strip", z.ZodTypeAny, {
|
|
6708
|
-
address: string;
|
|
6709
6708
|
name: string;
|
|
6709
|
+
address: string;
|
|
6710
6710
|
relationship: string;
|
|
6711
6711
|
}, {
|
|
6712
|
-
address: string;
|
|
6713
6712
|
name: string;
|
|
6713
|
+
address: string;
|
|
6714
6714
|
relationship: string;
|
|
6715
6715
|
}>;
|
|
6716
6716
|
driver: z.ZodObject<{
|
|
@@ -6739,13 +6739,13 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6739
6739
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
6740
6740
|
merchantOrderID: string;
|
|
6741
6741
|
sender: {
|
|
6742
|
-
address: string;
|
|
6743
6742
|
name: string;
|
|
6743
|
+
address: string;
|
|
6744
6744
|
relationship: string;
|
|
6745
6745
|
};
|
|
6746
6746
|
recipient: {
|
|
6747
|
-
address: string;
|
|
6748
6747
|
name: string;
|
|
6748
|
+
address: string;
|
|
6749
6749
|
relationship: string;
|
|
6750
6750
|
};
|
|
6751
6751
|
deliveryID: string;
|
|
@@ -6765,13 +6765,13 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6765
6765
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
6766
6766
|
merchantOrderID: string;
|
|
6767
6767
|
sender: {
|
|
6768
|
-
address: string;
|
|
6769
6768
|
name: string;
|
|
6769
|
+
address: string;
|
|
6770
6770
|
relationship: string;
|
|
6771
6771
|
};
|
|
6772
6772
|
recipient: {
|
|
6773
|
-
address: string;
|
|
6774
6773
|
name: string;
|
|
6774
|
+
address: string;
|
|
6775
6775
|
relationship: string;
|
|
6776
6776
|
};
|
|
6777
6777
|
deliveryID: string;
|
|
@@ -6794,13 +6794,13 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6794
6794
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
6795
6795
|
merchantOrderID: string;
|
|
6796
6796
|
sender: {
|
|
6797
|
-
address: string;
|
|
6798
6797
|
name: string;
|
|
6798
|
+
address: string;
|
|
6799
6799
|
relationship: string;
|
|
6800
6800
|
};
|
|
6801
6801
|
recipient: {
|
|
6802
|
-
address: string;
|
|
6803
6802
|
name: string;
|
|
6803
|
+
address: string;
|
|
6804
6804
|
relationship: string;
|
|
6805
6805
|
};
|
|
6806
6806
|
deliveryID: string;
|
|
@@ -6823,13 +6823,13 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6823
6823
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
6824
6824
|
merchantOrderID: string;
|
|
6825
6825
|
sender: {
|
|
6826
|
-
address: string;
|
|
6827
6826
|
name: string;
|
|
6827
|
+
address: string;
|
|
6828
6828
|
relationship: string;
|
|
6829
6829
|
};
|
|
6830
6830
|
recipient: {
|
|
6831
|
-
address: string;
|
|
6832
6831
|
name: string;
|
|
6832
|
+
address: string;
|
|
6833
6833
|
relationship: string;
|
|
6834
6834
|
};
|
|
6835
6835
|
deliveryID: string;
|
|
@@ -6870,12 +6870,12 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6870
6870
|
name: z.ZodString;
|
|
6871
6871
|
phone_number: z.ZodString;
|
|
6872
6872
|
}, "strip", z.ZodTypeAny, {
|
|
6873
|
-
id: string;
|
|
6874
6873
|
name: string;
|
|
6874
|
+
id: string;
|
|
6875
6875
|
phone_number: string;
|
|
6876
6876
|
}, {
|
|
6877
|
-
id: string;
|
|
6878
6877
|
name: string;
|
|
6878
|
+
id: string;
|
|
6879
6879
|
phone_number: string;
|
|
6880
6880
|
}>;
|
|
6881
6881
|
created_at: z.ZodNumber;
|
|
@@ -6902,8 +6902,8 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6902
6902
|
proof_of_delivery_url?: string | null | undefined;
|
|
6903
6903
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
6904
6904
|
driver: {
|
|
6905
|
-
id: string;
|
|
6906
6905
|
name: string;
|
|
6906
|
+
id: string;
|
|
6907
6907
|
phone_number: string;
|
|
6908
6908
|
};
|
|
6909
6909
|
order_id: string;
|
|
@@ -6923,8 +6923,8 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6923
6923
|
proof_of_delivery_url?: string | null | undefined;
|
|
6924
6924
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
6925
6925
|
driver: {
|
|
6926
|
-
id: string;
|
|
6927
6926
|
name: string;
|
|
6927
|
+
id: string;
|
|
6928
6928
|
phone_number: string;
|
|
6929
6929
|
};
|
|
6930
6930
|
order_id: string;
|
|
@@ -6947,8 +6947,8 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6947
6947
|
proof_of_delivery_url?: string | null | undefined;
|
|
6948
6948
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
6949
6949
|
driver: {
|
|
6950
|
-
id: string;
|
|
6951
6950
|
name: string;
|
|
6951
|
+
id: string;
|
|
6952
6952
|
phone_number: string;
|
|
6953
6953
|
};
|
|
6954
6954
|
order_id: string;
|
|
@@ -6971,8 +6971,8 @@ declare const FdtoDeliveryGatewayWebhook: z.ZodDiscriminatedUnion<"gateway", z.P
|
|
|
6971
6971
|
proof_of_delivery_url?: string | null | undefined;
|
|
6972
6972
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
6973
6973
|
driver: {
|
|
6974
|
-
id: string;
|
|
6975
6974
|
name: string;
|
|
6975
|
+
id: string;
|
|
6976
6976
|
phone_number: string;
|
|
6977
6977
|
};
|
|
6978
6978
|
order_id: string;
|
|
@@ -637,12 +637,12 @@ export declare const GrabWebhook: z.ZodObject<{
|
|
|
637
637
|
address: z.ZodString;
|
|
638
638
|
relationship: z.ZodString;
|
|
639
639
|
}, "strip", z.ZodTypeAny, {
|
|
640
|
-
address: string;
|
|
641
640
|
name: string;
|
|
641
|
+
address: string;
|
|
642
642
|
relationship: string;
|
|
643
643
|
}, {
|
|
644
|
-
address: string;
|
|
645
644
|
name: string;
|
|
645
|
+
address: string;
|
|
646
646
|
relationship: string;
|
|
647
647
|
}>;
|
|
648
648
|
recipient: z.ZodObject<{
|
|
@@ -650,12 +650,12 @@ export declare const GrabWebhook: z.ZodObject<{
|
|
|
650
650
|
address: z.ZodString;
|
|
651
651
|
relationship: z.ZodString;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
|
-
address: string;
|
|
654
653
|
name: string;
|
|
654
|
+
address: string;
|
|
655
655
|
relationship: string;
|
|
656
656
|
}, {
|
|
657
|
-
address: string;
|
|
658
657
|
name: string;
|
|
658
|
+
address: string;
|
|
659
659
|
relationship: string;
|
|
660
660
|
}>;
|
|
661
661
|
driver: z.ZodObject<{
|
|
@@ -684,13 +684,13 @@ export declare const GrabWebhook: z.ZodObject<{
|
|
|
684
684
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
685
685
|
merchantOrderID: string;
|
|
686
686
|
sender: {
|
|
687
|
-
address: string;
|
|
688
687
|
name: string;
|
|
688
|
+
address: string;
|
|
689
689
|
relationship: string;
|
|
690
690
|
};
|
|
691
691
|
recipient: {
|
|
692
|
-
address: string;
|
|
693
692
|
name: string;
|
|
693
|
+
address: string;
|
|
694
694
|
relationship: string;
|
|
695
695
|
};
|
|
696
696
|
deliveryID: string;
|
|
@@ -710,13 +710,13 @@ export declare const GrabWebhook: z.ZodObject<{
|
|
|
710
710
|
status: "PICKING_UP" | "IN_RETURN" | "CANCELED" | "RETURNED" | "FAILED" | "ALLOCATING" | "IN_DELIVERY" | "COMPLETED";
|
|
711
711
|
merchantOrderID: string;
|
|
712
712
|
sender: {
|
|
713
|
-
address: string;
|
|
714
713
|
name: string;
|
|
714
|
+
address: string;
|
|
715
715
|
relationship: string;
|
|
716
716
|
};
|
|
717
717
|
recipient: {
|
|
718
|
-
address: string;
|
|
719
718
|
name: string;
|
|
719
|
+
address: string;
|
|
720
720
|
relationship: string;
|
|
721
721
|
};
|
|
722
722
|
deliveryID: string;
|
|
@@ -144,12 +144,12 @@ declare const PandaGoDriver: z.ZodObject<{
|
|
|
144
144
|
name: z.ZodString;
|
|
145
145
|
phone_number: z.ZodString;
|
|
146
146
|
}, "strip", z.ZodTypeAny, {
|
|
147
|
-
id: string;
|
|
148
147
|
name: string;
|
|
148
|
+
id: string;
|
|
149
149
|
phone_number: string;
|
|
150
150
|
}, {
|
|
151
|
-
id: string;
|
|
152
151
|
name: string;
|
|
152
|
+
id: string;
|
|
153
153
|
phone_number: string;
|
|
154
154
|
}>;
|
|
155
155
|
declare const PandaGoOrderCancellation: z.ZodObject<{
|
|
@@ -396,12 +396,12 @@ declare const PandaGoOrderRes: z.ZodObject<{
|
|
|
396
396
|
name: z.ZodString;
|
|
397
397
|
phone_number: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
id: string;
|
|
400
399
|
name: string;
|
|
400
|
+
id: string;
|
|
401
401
|
phone_number: string;
|
|
402
402
|
}, {
|
|
403
|
-
id: string;
|
|
404
403
|
name: string;
|
|
404
|
+
id: string;
|
|
405
405
|
phone_number: string;
|
|
406
406
|
}>;
|
|
407
407
|
created_at: z.ZodNumber;
|
|
@@ -446,8 +446,8 @@ declare const PandaGoOrderRes: z.ZodObject<{
|
|
|
446
446
|
phone_number: string;
|
|
447
447
|
};
|
|
448
448
|
driver: {
|
|
449
|
-
id: string;
|
|
450
449
|
name: string;
|
|
450
|
+
id: string;
|
|
451
451
|
phone_number: string;
|
|
452
452
|
};
|
|
453
453
|
payment_method: "PAID" | "CASH_ON_DELIVERY";
|
|
@@ -488,8 +488,8 @@ declare const PandaGoOrderRes: z.ZodObject<{
|
|
|
488
488
|
phone_number: string;
|
|
489
489
|
};
|
|
490
490
|
driver: {
|
|
491
|
-
id: string;
|
|
492
491
|
name: string;
|
|
492
|
+
id: string;
|
|
493
493
|
phone_number: string;
|
|
494
494
|
};
|
|
495
495
|
payment_method: "PAID" | "CASH_ON_DELIVERY";
|
|
@@ -716,9 +716,9 @@ declare const PandaGoCreateOrUpdateOutlet: z.ZodObject<{
|
|
|
716
716
|
postal_code?: string | null | undefined;
|
|
717
717
|
rider_instructions?: string | null | undefined;
|
|
718
718
|
halal?: boolean | null | undefined;
|
|
719
|
-
address: string;
|
|
720
719
|
name: string;
|
|
721
720
|
locale: string;
|
|
721
|
+
address: string;
|
|
722
722
|
description: string;
|
|
723
723
|
latitude: number;
|
|
724
724
|
longitude: number;
|
|
@@ -733,9 +733,9 @@ declare const PandaGoCreateOrUpdateOutlet: z.ZodObject<{
|
|
|
733
733
|
postal_code?: string | null | undefined;
|
|
734
734
|
rider_instructions?: string | null | undefined;
|
|
735
735
|
halal?: boolean | null | undefined;
|
|
736
|
-
address: string;
|
|
737
736
|
name: string;
|
|
738
737
|
locale: string;
|
|
738
|
+
address: string;
|
|
739
739
|
description: string;
|
|
740
740
|
latitude: number;
|
|
741
741
|
longitude: number;
|
|
@@ -770,9 +770,9 @@ declare const PandaGoGetOutletRes: z.ZodObject<{
|
|
|
770
770
|
postal_code?: string | null | undefined;
|
|
771
771
|
rider_instructions?: string | null | undefined;
|
|
772
772
|
halal?: boolean | null | undefined;
|
|
773
|
-
address: string;
|
|
774
773
|
name: string;
|
|
775
774
|
locale: "en-MY";
|
|
775
|
+
address: string;
|
|
776
776
|
description: string;
|
|
777
777
|
latitude: number;
|
|
778
778
|
longitude: number;
|
|
@@ -788,9 +788,9 @@ declare const PandaGoGetOutletRes: z.ZodObject<{
|
|
|
788
788
|
postal_code?: string | null | undefined;
|
|
789
789
|
rider_instructions?: string | null | undefined;
|
|
790
790
|
halal?: boolean | null | undefined;
|
|
791
|
-
address: string;
|
|
792
791
|
name: string;
|
|
793
792
|
locale: "en-MY";
|
|
793
|
+
address: string;
|
|
794
794
|
description: string;
|
|
795
795
|
latitude: number;
|
|
796
796
|
longitude: number;
|
|
@@ -823,9 +823,9 @@ declare const PandaGoCreateOutletRes: z.ZodObject<{
|
|
|
823
823
|
postal_code?: string | null | undefined;
|
|
824
824
|
rider_instructions?: string | null | undefined;
|
|
825
825
|
halal?: boolean | null | undefined;
|
|
826
|
-
address: string;
|
|
827
826
|
name: string;
|
|
828
827
|
locale: "en-MY";
|
|
828
|
+
address: string;
|
|
829
829
|
description: string;
|
|
830
830
|
latitude: number;
|
|
831
831
|
longitude: number;
|
|
@@ -840,9 +840,9 @@ declare const PandaGoCreateOutletRes: z.ZodObject<{
|
|
|
840
840
|
postal_code?: string | null | undefined;
|
|
841
841
|
rider_instructions?: string | null | undefined;
|
|
842
842
|
halal?: boolean | null | undefined;
|
|
843
|
-
address: string;
|
|
844
843
|
name: string;
|
|
845
844
|
locale: "en-MY";
|
|
845
|
+
address: string;
|
|
846
846
|
description: string;
|
|
847
847
|
latitude: number;
|
|
848
848
|
longitude: number;
|
|
@@ -869,12 +869,12 @@ export declare const PandaGoWebhook: z.ZodObject<{
|
|
|
869
869
|
name: z.ZodString;
|
|
870
870
|
phone_number: z.ZodString;
|
|
871
871
|
}, "strip", z.ZodTypeAny, {
|
|
872
|
-
id: string;
|
|
873
872
|
name: string;
|
|
873
|
+
id: string;
|
|
874
874
|
phone_number: string;
|
|
875
875
|
}, {
|
|
876
|
-
id: string;
|
|
877
876
|
name: string;
|
|
877
|
+
id: string;
|
|
878
878
|
phone_number: string;
|
|
879
879
|
}>;
|
|
880
880
|
created_at: z.ZodNumber;
|
|
@@ -901,8 +901,8 @@ export declare const PandaGoWebhook: z.ZodObject<{
|
|
|
901
901
|
proof_of_delivery_url?: string | null | undefined;
|
|
902
902
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
903
903
|
driver: {
|
|
904
|
-
id: string;
|
|
905
904
|
name: string;
|
|
905
|
+
id: string;
|
|
906
906
|
phone_number: string;
|
|
907
907
|
};
|
|
908
908
|
order_id: string;
|
|
@@ -922,8 +922,8 @@ export declare const PandaGoWebhook: z.ZodObject<{
|
|
|
922
922
|
proof_of_delivery_url?: string | null | undefined;
|
|
923
923
|
status: "NEW" | "RECEIVED" | "WAITING_FOR_TRANSPORT" | "ASSIGNED_TO_TRANSPORT" | "COURIER_ACCEPTED_DELIVERY" | "NEAR_VENDOR" | "PICKED_UP" | "COURIER_LEFT_VENDOR" | "NEAR_CUSTOMER" | "DELIVERED" | "DELAYED" | "CANCELLED";
|
|
924
924
|
driver: {
|
|
925
|
-
id: string;
|
|
926
925
|
name: string;
|
|
926
|
+
id: string;
|
|
927
927
|
phone_number: string;
|
|
928
928
|
};
|
|
929
929
|
order_id: string;
|
|
@@ -9,15 +9,15 @@ export declare const FdoLinkedDelivery: z.ZodObject<{
|
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
_id?: string | null | undefined;
|
|
11
11
|
catalogId?: string | null | undefined;
|
|
12
|
-
key: string;
|
|
13
12
|
name: string;
|
|
13
|
+
key: string;
|
|
14
14
|
slotPrefix: string;
|
|
15
15
|
paymentTypeKey: string;
|
|
16
16
|
}, {
|
|
17
17
|
_id?: string | null | undefined;
|
|
18
18
|
catalogId?: string | null | undefined;
|
|
19
|
-
key: string;
|
|
20
19
|
name: string;
|
|
20
|
+
key: string;
|
|
21
21
|
slotPrefix: string;
|
|
22
22
|
paymentTypeKey: string;
|
|
23
23
|
}>;
|
|
@@ -9,15 +9,15 @@ export declare const LinkedDeliveryDto: z.ZodObject<{
|
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
10
|
_id?: string | null | undefined;
|
|
11
11
|
catalogId?: string | null | undefined;
|
|
12
|
-
key: string;
|
|
13
12
|
name: string;
|
|
13
|
+
key: string;
|
|
14
14
|
slotPrefix: string;
|
|
15
15
|
paymentTypeKey: string;
|
|
16
16
|
}, {
|
|
17
17
|
_id?: string | null | undefined;
|
|
18
18
|
catalogId?: string | null | undefined;
|
|
19
|
-
key: string;
|
|
20
19
|
name: string;
|
|
20
|
+
key: string;
|
|
21
21
|
slotPrefix: string;
|
|
22
22
|
paymentTypeKey: string;
|
|
23
23
|
}>;
|
|
@@ -31,30 +31,30 @@ export declare const LinkedDeliveryOutputDto: z.ZodEffects<z.ZodObject<{
|
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
_id?: string | null | undefined;
|
|
33
33
|
catalogId?: string | null | undefined;
|
|
34
|
-
key: string;
|
|
35
34
|
name: string;
|
|
35
|
+
key: string;
|
|
36
36
|
slotPrefix: string;
|
|
37
37
|
paymentTypeKey: string;
|
|
38
38
|
}, {
|
|
39
39
|
_id?: string | null | undefined;
|
|
40
40
|
catalogId?: string | null | undefined;
|
|
41
|
-
key: string;
|
|
42
41
|
name: string;
|
|
42
|
+
key: string;
|
|
43
43
|
slotPrefix: string;
|
|
44
44
|
paymentTypeKey: string;
|
|
45
45
|
}>, {
|
|
46
46
|
id: string | undefined;
|
|
47
47
|
_id?: string | null | undefined;
|
|
48
48
|
catalogId?: string | null | undefined;
|
|
49
|
-
key: string;
|
|
50
49
|
name: string;
|
|
50
|
+
key: string;
|
|
51
51
|
slotPrefix: string;
|
|
52
52
|
paymentTypeKey: string;
|
|
53
53
|
}, {
|
|
54
54
|
_id?: string | null | undefined;
|
|
55
55
|
catalogId?: string | null | undefined;
|
|
56
|
-
key: string;
|
|
57
56
|
name: string;
|
|
57
|
+
key: string;
|
|
58
58
|
slotPrefix: string;
|
|
59
59
|
paymentTypeKey: string;
|
|
60
60
|
}>;
|
|
@@ -68,14 +68,14 @@ export declare const LinkedDeliveryUpdateDto: z.ZodObject<Omit<{
|
|
|
68
68
|
catalogId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
69
69
|
}, "_id">, "strip", z.ZodTypeAny, {
|
|
70
70
|
catalogId?: string | null | undefined;
|
|
71
|
-
key: string;
|
|
72
71
|
name: string;
|
|
72
|
+
key: string;
|
|
73
73
|
slotPrefix: string;
|
|
74
74
|
paymentTypeKey: string;
|
|
75
75
|
}, {
|
|
76
76
|
catalogId?: string | null | undefined;
|
|
77
|
-
key: string;
|
|
78
77
|
name: string;
|
|
78
|
+
key: string;
|
|
79
79
|
slotPrefix: string;
|
|
80
80
|
paymentTypeKey: string;
|
|
81
81
|
}>;
|