@deepintel-ltd/farmpro-contracts 1.5.20 → 1.5.21
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/routes/invoices.routes.d.ts +30 -30
- package/dist/routes/organizations.routes.d.ts +2120 -0
- package/dist/routes/organizations.routes.d.ts.map +1 -1
- package/dist/routes/organizations.routes.js +86 -1
- package/dist/routes/waybills.routes.d.ts +30 -30
- package/dist/schemas/invoices.schemas.d.ts +18 -18
- package/dist/schemas/organizations.schemas.d.ts +466 -0
- package/dist/schemas/organizations.schemas.d.ts.map +1 -1
- package/dist/schemas/organizations.schemas.js +40 -0
- package/dist/schemas/waybills.schemas.d.ts +18 -18
- package/package.json +1 -1
|
@@ -71,11 +71,11 @@ export declare const waybillAttributesSchema: z.ZodObject<{
|
|
|
71
71
|
value?: number | undefined;
|
|
72
72
|
weight?: number | undefined;
|
|
73
73
|
}[];
|
|
74
|
+
organizationId: string;
|
|
74
75
|
waybillNumber: string;
|
|
75
76
|
issueDate: string;
|
|
76
77
|
senderName: string;
|
|
77
78
|
recipientName: string;
|
|
78
|
-
organizationId: string;
|
|
79
79
|
notes?: string | null | undefined;
|
|
80
80
|
totalValue?: number | null | undefined;
|
|
81
81
|
senderAddress?: string | null | undefined;
|
|
@@ -96,11 +96,11 @@ export declare const waybillAttributesSchema: z.ZodObject<{
|
|
|
96
96
|
value?: number | undefined;
|
|
97
97
|
weight?: number | undefined;
|
|
98
98
|
}[];
|
|
99
|
+
organizationId: string;
|
|
99
100
|
waybillNumber: string;
|
|
100
101
|
issueDate: string;
|
|
101
102
|
senderName: string;
|
|
102
103
|
recipientName: string;
|
|
103
|
-
organizationId: string;
|
|
104
104
|
currency?: string | undefined;
|
|
105
105
|
notes?: string | null | undefined;
|
|
106
106
|
totalValue?: number | null | undefined;
|
|
@@ -575,11 +575,11 @@ export declare const waybillResourceSchema: z.ZodObject<{
|
|
|
575
575
|
value?: number | undefined;
|
|
576
576
|
weight?: number | undefined;
|
|
577
577
|
}[];
|
|
578
|
+
organizationId: string;
|
|
578
579
|
waybillNumber: string;
|
|
579
580
|
issueDate: string;
|
|
580
581
|
senderName: string;
|
|
581
582
|
recipientName: string;
|
|
582
|
-
organizationId: string;
|
|
583
583
|
notes?: string | null | undefined;
|
|
584
584
|
totalValue?: number | null | undefined;
|
|
585
585
|
senderAddress?: string | null | undefined;
|
|
@@ -600,11 +600,11 @@ export declare const waybillResourceSchema: z.ZodObject<{
|
|
|
600
600
|
value?: number | undefined;
|
|
601
601
|
weight?: number | undefined;
|
|
602
602
|
}[];
|
|
603
|
+
organizationId: string;
|
|
603
604
|
waybillNumber: string;
|
|
604
605
|
issueDate: string;
|
|
605
606
|
senderName: string;
|
|
606
607
|
recipientName: string;
|
|
607
|
-
organizationId: string;
|
|
608
608
|
currency?: string | undefined;
|
|
609
609
|
notes?: string | null | undefined;
|
|
610
610
|
totalValue?: number | null | undefined;
|
|
@@ -634,11 +634,11 @@ export declare const waybillResourceSchema: z.ZodObject<{
|
|
|
634
634
|
value?: number | undefined;
|
|
635
635
|
weight?: number | undefined;
|
|
636
636
|
}[];
|
|
637
|
+
organizationId: string;
|
|
637
638
|
waybillNumber: string;
|
|
638
639
|
issueDate: string;
|
|
639
640
|
senderName: string;
|
|
640
641
|
recipientName: string;
|
|
641
|
-
organizationId: string;
|
|
642
642
|
notes?: string | null | undefined;
|
|
643
643
|
totalValue?: number | null | undefined;
|
|
644
644
|
senderAddress?: string | null | undefined;
|
|
@@ -666,11 +666,11 @@ export declare const waybillResourceSchema: z.ZodObject<{
|
|
|
666
666
|
value?: number | undefined;
|
|
667
667
|
weight?: number | undefined;
|
|
668
668
|
}[];
|
|
669
|
+
organizationId: string;
|
|
669
670
|
waybillNumber: string;
|
|
670
671
|
issueDate: string;
|
|
671
672
|
senderName: string;
|
|
672
673
|
recipientName: string;
|
|
673
|
-
organizationId: string;
|
|
674
674
|
currency?: string | undefined;
|
|
675
675
|
notes?: string | null | undefined;
|
|
676
676
|
totalValue?: number | null | undefined;
|
|
@@ -741,11 +741,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
741
741
|
value?: number | undefined;
|
|
742
742
|
weight?: number | undefined;
|
|
743
743
|
}[];
|
|
744
|
+
organizationId: string;
|
|
744
745
|
waybillNumber: string;
|
|
745
746
|
issueDate: string;
|
|
746
747
|
senderName: string;
|
|
747
748
|
recipientName: string;
|
|
748
|
-
organizationId: string;
|
|
749
749
|
notes?: string | null | undefined;
|
|
750
750
|
totalValue?: number | null | undefined;
|
|
751
751
|
senderAddress?: string | null | undefined;
|
|
@@ -766,11 +766,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
766
766
|
value?: number | undefined;
|
|
767
767
|
weight?: number | undefined;
|
|
768
768
|
}[];
|
|
769
|
+
organizationId: string;
|
|
769
770
|
waybillNumber: string;
|
|
770
771
|
issueDate: string;
|
|
771
772
|
senderName: string;
|
|
772
773
|
recipientName: string;
|
|
773
|
-
organizationId: string;
|
|
774
774
|
currency?: string | undefined;
|
|
775
775
|
notes?: string | null | undefined;
|
|
776
776
|
totalValue?: number | null | undefined;
|
|
@@ -800,11 +800,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
800
800
|
value?: number | undefined;
|
|
801
801
|
weight?: number | undefined;
|
|
802
802
|
}[];
|
|
803
|
+
organizationId: string;
|
|
803
804
|
waybillNumber: string;
|
|
804
805
|
issueDate: string;
|
|
805
806
|
senderName: string;
|
|
806
807
|
recipientName: string;
|
|
807
|
-
organizationId: string;
|
|
808
808
|
notes?: string | null | undefined;
|
|
809
809
|
totalValue?: number | null | undefined;
|
|
810
810
|
senderAddress?: string | null | undefined;
|
|
@@ -832,11 +832,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
832
832
|
value?: number | undefined;
|
|
833
833
|
weight?: number | undefined;
|
|
834
834
|
}[];
|
|
835
|
+
organizationId: string;
|
|
835
836
|
waybillNumber: string;
|
|
836
837
|
issueDate: string;
|
|
837
838
|
senderName: string;
|
|
838
839
|
recipientName: string;
|
|
839
|
-
organizationId: string;
|
|
840
840
|
currency?: string | undefined;
|
|
841
841
|
notes?: string | null | undefined;
|
|
842
842
|
totalValue?: number | null | undefined;
|
|
@@ -892,11 +892,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
892
892
|
value?: number | undefined;
|
|
893
893
|
weight?: number | undefined;
|
|
894
894
|
}[];
|
|
895
|
+
organizationId: string;
|
|
895
896
|
waybillNumber: string;
|
|
896
897
|
issueDate: string;
|
|
897
898
|
senderName: string;
|
|
898
899
|
recipientName: string;
|
|
899
|
-
organizationId: string;
|
|
900
900
|
notes?: string | null | undefined;
|
|
901
901
|
totalValue?: number | null | undefined;
|
|
902
902
|
senderAddress?: string | null | undefined;
|
|
@@ -936,11 +936,11 @@ export declare const waybillResponseSchema: z.ZodObject<{
|
|
|
936
936
|
value?: number | undefined;
|
|
937
937
|
weight?: number | undefined;
|
|
938
938
|
}[];
|
|
939
|
+
organizationId: string;
|
|
939
940
|
waybillNumber: string;
|
|
940
941
|
issueDate: string;
|
|
941
942
|
senderName: string;
|
|
942
943
|
recipientName: string;
|
|
943
|
-
organizationId: string;
|
|
944
944
|
currency?: string | undefined;
|
|
945
945
|
notes?: string | null | undefined;
|
|
946
946
|
totalValue?: number | null | undefined;
|
|
@@ -1022,11 +1022,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1022
1022
|
value?: number | undefined;
|
|
1023
1023
|
weight?: number | undefined;
|
|
1024
1024
|
}[];
|
|
1025
|
+
organizationId: string;
|
|
1025
1026
|
waybillNumber: string;
|
|
1026
1027
|
issueDate: string;
|
|
1027
1028
|
senderName: string;
|
|
1028
1029
|
recipientName: string;
|
|
1029
|
-
organizationId: string;
|
|
1030
1030
|
notes?: string | null | undefined;
|
|
1031
1031
|
totalValue?: number | null | undefined;
|
|
1032
1032
|
senderAddress?: string | null | undefined;
|
|
@@ -1047,11 +1047,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1047
1047
|
value?: number | undefined;
|
|
1048
1048
|
weight?: number | undefined;
|
|
1049
1049
|
}[];
|
|
1050
|
+
organizationId: string;
|
|
1050
1051
|
waybillNumber: string;
|
|
1051
1052
|
issueDate: string;
|
|
1052
1053
|
senderName: string;
|
|
1053
1054
|
recipientName: string;
|
|
1054
|
-
organizationId: string;
|
|
1055
1055
|
currency?: string | undefined;
|
|
1056
1056
|
notes?: string | null | undefined;
|
|
1057
1057
|
totalValue?: number | null | undefined;
|
|
@@ -1081,11 +1081,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1081
1081
|
value?: number | undefined;
|
|
1082
1082
|
weight?: number | undefined;
|
|
1083
1083
|
}[];
|
|
1084
|
+
organizationId: string;
|
|
1084
1085
|
waybillNumber: string;
|
|
1085
1086
|
issueDate: string;
|
|
1086
1087
|
senderName: string;
|
|
1087
1088
|
recipientName: string;
|
|
1088
|
-
organizationId: string;
|
|
1089
1089
|
notes?: string | null | undefined;
|
|
1090
1090
|
totalValue?: number | null | undefined;
|
|
1091
1091
|
senderAddress?: string | null | undefined;
|
|
@@ -1113,11 +1113,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1113
1113
|
value?: number | undefined;
|
|
1114
1114
|
weight?: number | undefined;
|
|
1115
1115
|
}[];
|
|
1116
|
+
organizationId: string;
|
|
1116
1117
|
waybillNumber: string;
|
|
1117
1118
|
issueDate: string;
|
|
1118
1119
|
senderName: string;
|
|
1119
1120
|
recipientName: string;
|
|
1120
|
-
organizationId: string;
|
|
1121
1121
|
currency?: string | undefined;
|
|
1122
1122
|
notes?: string | null | undefined;
|
|
1123
1123
|
totalValue?: number | null | undefined;
|
|
@@ -1173,11 +1173,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1173
1173
|
value?: number | undefined;
|
|
1174
1174
|
weight?: number | undefined;
|
|
1175
1175
|
}[];
|
|
1176
|
+
organizationId: string;
|
|
1176
1177
|
waybillNumber: string;
|
|
1177
1178
|
issueDate: string;
|
|
1178
1179
|
senderName: string;
|
|
1179
1180
|
recipientName: string;
|
|
1180
|
-
organizationId: string;
|
|
1181
1181
|
notes?: string | null | undefined;
|
|
1182
1182
|
totalValue?: number | null | undefined;
|
|
1183
1183
|
senderAddress?: string | null | undefined;
|
|
@@ -1217,11 +1217,11 @@ export declare const waybillListResponseSchema: z.ZodObject<{
|
|
|
1217
1217
|
value?: number | undefined;
|
|
1218
1218
|
weight?: number | undefined;
|
|
1219
1219
|
}[];
|
|
1220
|
+
organizationId: string;
|
|
1220
1221
|
waybillNumber: string;
|
|
1221
1222
|
issueDate: string;
|
|
1222
1223
|
senderName: string;
|
|
1223
1224
|
recipientName: string;
|
|
1224
|
-
organizationId: string;
|
|
1225
1225
|
currency?: string | undefined;
|
|
1226
1226
|
notes?: string | null | undefined;
|
|
1227
1227
|
totalValue?: number | null | undefined;
|