@deepintel-ltd/farmpro-contracts 1.16.0 → 1.16.2

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 (51) hide show
  1. package/dist/routes/agents.routes.d.ts +8 -8
  2. package/dist/routes/documents.routes.d.ts +78 -78
  3. package/dist/routes/fertigation.routes.d.ts +4 -4
  4. package/dist/routes/field-observations.routes.d.ts +174 -28
  5. package/dist/routes/field-observations.routes.d.ts.map +1 -1
  6. package/dist/routes/field-observations.routes.js +7 -4
  7. package/dist/routes/fields.routes.d.ts +797 -0
  8. package/dist/routes/fields.routes.d.ts.map +1 -1
  9. package/dist/routes/fields.routes.js +23 -1
  10. package/dist/routes/files.routes.d.ts +6 -6
  11. package/dist/routes/finance.routes.d.ts +30 -30
  12. package/dist/routes/inventory.routes.d.ts +6 -6
  13. package/dist/routes/irrigation.routes.d.ts +2 -2
  14. package/dist/routes/live-monitor.routes.d.ts +29 -9
  15. package/dist/routes/live-monitor.routes.d.ts.map +1 -1
  16. package/dist/routes/monitoring-visualization.routes.d.ts +173 -45
  17. package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
  18. package/dist/routes/monitoring-visualization.routes.js +4 -4
  19. package/dist/routes/pest-disease-risk.routes.d.ts +66 -66
  20. package/dist/routes/prescription-maps.routes.d.ts +4 -4
  21. package/dist/routes/subscriptions.routes.d.ts +4 -4
  22. package/dist/routes/tasks.routes.d.ts +108 -108
  23. package/dist/routes/team-payments.routes.d.ts +72 -72
  24. package/dist/routes/weather.routes.d.ts +42 -42
  25. package/dist/schemas/agents.schemas.d.ts +152 -8
  26. package/dist/schemas/agents.schemas.d.ts.map +1 -1
  27. package/dist/schemas/agents.schemas.js +35 -0
  28. package/dist/schemas/common.schemas.d.ts +32 -0
  29. package/dist/schemas/common.schemas.d.ts.map +1 -1
  30. package/dist/schemas/common.schemas.js +14 -0
  31. package/dist/schemas/documents.schemas.d.ts +48 -48
  32. package/dist/schemas/fertigation.schemas.d.ts +2 -2
  33. package/dist/schemas/fields.schemas.d.ts +42 -0
  34. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  35. package/dist/schemas/fields.schemas.js +4 -0
  36. package/dist/schemas/files.schemas.d.ts +12 -12
  37. package/dist/schemas/finance.schemas.d.ts +34 -34
  38. package/dist/schemas/inventory.schemas.d.ts +6 -6
  39. package/dist/schemas/irrigation.schemas.d.ts +2 -2
  40. package/dist/schemas/live-monitor.schemas.d.ts +44 -12
  41. package/dist/schemas/live-monitor.schemas.d.ts.map +1 -1
  42. package/dist/schemas/monitoring-visualization.schemas.d.ts +329 -46
  43. package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
  44. package/dist/schemas/monitoring-visualization.schemas.js +30 -0
  45. package/dist/schemas/pest-disease-risk.schemas.d.ts +56 -56
  46. package/dist/schemas/prescription-maps.schemas.d.ts +4 -4
  47. package/dist/schemas/subscriptions.schemas.d.ts +2 -2
  48. package/dist/schemas/tasks.schemas.d.ts +96 -96
  49. package/dist/schemas/team-payments.schemas.d.ts +54 -54
  50. package/dist/schemas/weather.schemas.d.ts +84 -84
  51. package/package.json +1 -1
@@ -91,13 +91,13 @@ export declare const tasksRouter: {
91
91
  }, "strip", z.ZodTypeAny, {
92
92
  id: string;
93
93
  fileUrl: string;
94
- fileExtension?: string | null | undefined;
95
94
  fileName?: string | undefined;
95
+ fileExtension?: string | null | undefined;
96
96
  }, {
97
97
  id: string;
98
98
  fileUrl: string;
99
- fileExtension?: string | null | undefined;
100
99
  fileName?: string | undefined;
100
+ fileExtension?: string | null | undefined;
101
101
  }>, "many">>;
102
102
  }, "strip", z.ZodTypeAny, {
103
103
  id: string;
@@ -109,8 +109,8 @@ export declare const tasksRouter: {
109
109
  documents?: {
110
110
  id: string;
111
111
  fileUrl: string;
112
- fileExtension?: string | null | undefined;
113
112
  fileName?: string | undefined;
113
+ fileExtension?: string | null | undefined;
114
114
  }[] | undefined;
115
115
  }, {
116
116
  id: string;
@@ -122,8 +122,8 @@ export declare const tasksRouter: {
122
122
  documents?: {
123
123
  id: string;
124
124
  fileUrl: string;
125
- fileExtension?: string | null | undefined;
126
125
  fileName?: string | undefined;
126
+ fileExtension?: string | null | undefined;
127
127
  }[] | undefined;
128
128
  }>, "many">>;
129
129
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -155,8 +155,8 @@ export declare const tasksRouter: {
155
155
  title: string;
156
156
  createdAt: string;
157
157
  updatedAt: string;
158
- fieldId: string;
159
158
  category: string;
159
+ fieldId: string;
160
160
  inventoryItemId: string | null;
161
161
  plannedQuantity: number | null;
162
162
  actualQuantity: number | null;
@@ -177,8 +177,8 @@ export declare const tasksRouter: {
177
177
  documents?: {
178
178
  id: string;
179
179
  fileUrl: string;
180
- fileExtension?: string | null | undefined;
181
180
  fileName?: string | undefined;
181
+ fileExtension?: string | null | undefined;
182
182
  }[] | undefined;
183
183
  }[] | undefined;
184
184
  fieldName?: string | undefined;
@@ -194,8 +194,8 @@ export declare const tasksRouter: {
194
194
  title: string;
195
195
  createdAt: string;
196
196
  updatedAt: string;
197
- fieldId: string;
198
197
  category: string;
198
+ fieldId: string;
199
199
  inventoryItemId: string | null;
200
200
  plannedQuantity: number | null;
201
201
  actualQuantity: number | null;
@@ -216,8 +216,8 @@ export declare const tasksRouter: {
216
216
  documents?: {
217
217
  id: string;
218
218
  fileUrl: string;
219
- fileExtension?: string | null | undefined;
220
219
  fileName?: string | undefined;
220
+ fileExtension?: string | null | undefined;
221
221
  }[] | undefined;
222
222
  }[] | undefined;
223
223
  fieldName?: string | undefined;
@@ -240,8 +240,8 @@ export declare const tasksRouter: {
240
240
  title: string;
241
241
  createdAt: string;
242
242
  updatedAt: string;
243
- fieldId: string;
244
243
  category: string;
244
+ fieldId: string;
245
245
  inventoryItemId: string | null;
246
246
  plannedQuantity: number | null;
247
247
  actualQuantity: number | null;
@@ -262,8 +262,8 @@ export declare const tasksRouter: {
262
262
  documents?: {
263
263
  id: string;
264
264
  fileUrl: string;
265
- fileExtension?: string | null | undefined;
266
265
  fileName?: string | undefined;
266
+ fileExtension?: string | null | undefined;
267
267
  }[] | undefined;
268
268
  }[] | undefined;
269
269
  fieldName?: string | undefined;
@@ -286,8 +286,8 @@ export declare const tasksRouter: {
286
286
  title: string;
287
287
  createdAt: string;
288
288
  updatedAt: string;
289
- fieldId: string;
290
289
  category: string;
290
+ fieldId: string;
291
291
  inventoryItemId: string | null;
292
292
  plannedQuantity: number | null;
293
293
  actualQuantity: number | null;
@@ -308,8 +308,8 @@ export declare const tasksRouter: {
308
308
  documents?: {
309
309
  id: string;
310
310
  fileUrl: string;
311
- fileExtension?: string | null | undefined;
312
311
  fileName?: string | undefined;
312
+ fileExtension?: string | null | undefined;
313
313
  }[] | undefined;
314
314
  }[] | undefined;
315
315
  fieldName?: string | undefined;
@@ -358,8 +358,8 @@ export declare const tasksRouter: {
358
358
  title: string;
359
359
  createdAt: string;
360
360
  updatedAt: string;
361
- fieldId: string;
362
361
  category: string;
362
+ fieldId: string;
363
363
  inventoryItemId: string | null;
364
364
  plannedQuantity: number | null;
365
365
  actualQuantity: number | null;
@@ -380,8 +380,8 @@ export declare const tasksRouter: {
380
380
  documents?: {
381
381
  id: string;
382
382
  fileUrl: string;
383
- fileExtension?: string | null | undefined;
384
383
  fileName?: string | undefined;
384
+ fileExtension?: string | null | undefined;
385
385
  }[] | undefined;
386
386
  }[] | undefined;
387
387
  fieldName?: string | undefined;
@@ -416,8 +416,8 @@ export declare const tasksRouter: {
416
416
  title: string;
417
417
  createdAt: string;
418
418
  updatedAt: string;
419
- fieldId: string;
420
419
  category: string;
420
+ fieldId: string;
421
421
  inventoryItemId: string | null;
422
422
  plannedQuantity: number | null;
423
423
  actualQuantity: number | null;
@@ -438,8 +438,8 @@ export declare const tasksRouter: {
438
438
  documents?: {
439
439
  id: string;
440
440
  fileUrl: string;
441
- fileExtension?: string | null | undefined;
442
441
  fileName?: string | undefined;
442
+ fileExtension?: string | null | undefined;
443
443
  }[] | undefined;
444
444
  }[] | undefined;
445
445
  fieldName?: string | undefined;
@@ -674,8 +674,8 @@ export declare const tasksRouter: {
674
674
  }, "strip", z.ZodTypeAny, {
675
675
  date: string;
676
676
  title: string;
677
- fieldId: string;
678
677
  category: string;
678
+ fieldId: string;
679
679
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
680
680
  notes?: string | undefined;
681
681
  inventoryItemId?: string | undefined;
@@ -684,8 +684,8 @@ export declare const tasksRouter: {
684
684
  }, {
685
685
  date: string;
686
686
  title: string;
687
- fieldId: string;
688
687
  category: string;
688
+ fieldId: string;
689
689
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
690
690
  notes?: string | undefined;
691
691
  inventoryItemId?: string | undefined;
@@ -697,8 +697,8 @@ export declare const tasksRouter: {
697
697
  attributes: {
698
698
  date: string;
699
699
  title: string;
700
- fieldId: string;
701
700
  category: string;
701
+ fieldId: string;
702
702
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
703
703
  notes?: string | undefined;
704
704
  inventoryItemId?: string | undefined;
@@ -710,8 +710,8 @@ export declare const tasksRouter: {
710
710
  attributes: {
711
711
  date: string;
712
712
  title: string;
713
- fieldId: string;
714
713
  category: string;
714
+ fieldId: string;
715
715
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
716
716
  notes?: string | undefined;
717
717
  inventoryItemId?: string | undefined;
@@ -725,8 +725,8 @@ export declare const tasksRouter: {
725
725
  attributes: {
726
726
  date: string;
727
727
  title: string;
728
- fieldId: string;
729
728
  category: string;
729
+ fieldId: string;
730
730
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
731
731
  notes?: string | undefined;
732
732
  inventoryItemId?: string | undefined;
@@ -740,8 +740,8 @@ export declare const tasksRouter: {
740
740
  attributes: {
741
741
  date: string;
742
742
  title: string;
743
- fieldId: string;
744
743
  category: string;
744
+ fieldId: string;
745
745
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
746
746
  notes?: string | undefined;
747
747
  inventoryItemId?: string | undefined;
@@ -786,13 +786,13 @@ export declare const tasksRouter: {
786
786
  }, "strip", z.ZodTypeAny, {
787
787
  id: string;
788
788
  fileUrl: string;
789
- fileExtension?: string | null | undefined;
790
789
  fileName?: string | undefined;
790
+ fileExtension?: string | null | undefined;
791
791
  }, {
792
792
  id: string;
793
793
  fileUrl: string;
794
- fileExtension?: string | null | undefined;
795
794
  fileName?: string | undefined;
795
+ fileExtension?: string | null | undefined;
796
796
  }>, "many">>;
797
797
  }, "strip", z.ZodTypeAny, {
798
798
  id: string;
@@ -804,8 +804,8 @@ export declare const tasksRouter: {
804
804
  documents?: {
805
805
  id: string;
806
806
  fileUrl: string;
807
- fileExtension?: string | null | undefined;
808
807
  fileName?: string | undefined;
808
+ fileExtension?: string | null | undefined;
809
809
  }[] | undefined;
810
810
  }, {
811
811
  id: string;
@@ -817,8 +817,8 @@ export declare const tasksRouter: {
817
817
  documents?: {
818
818
  id: string;
819
819
  fileUrl: string;
820
- fileExtension?: string | null | undefined;
821
820
  fileName?: string | undefined;
821
+ fileExtension?: string | null | undefined;
822
822
  }[] | undefined;
823
823
  }>, "many">>;
824
824
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -850,8 +850,8 @@ export declare const tasksRouter: {
850
850
  title: string;
851
851
  createdAt: string;
852
852
  updatedAt: string;
853
- fieldId: string;
854
853
  category: string;
854
+ fieldId: string;
855
855
  inventoryItemId: string | null;
856
856
  plannedQuantity: number | null;
857
857
  actualQuantity: number | null;
@@ -872,8 +872,8 @@ export declare const tasksRouter: {
872
872
  documents?: {
873
873
  id: string;
874
874
  fileUrl: string;
875
- fileExtension?: string | null | undefined;
876
875
  fileName?: string | undefined;
876
+ fileExtension?: string | null | undefined;
877
877
  }[] | undefined;
878
878
  }[] | undefined;
879
879
  fieldName?: string | undefined;
@@ -889,8 +889,8 @@ export declare const tasksRouter: {
889
889
  title: string;
890
890
  createdAt: string;
891
891
  updatedAt: string;
892
- fieldId: string;
893
892
  category: string;
893
+ fieldId: string;
894
894
  inventoryItemId: string | null;
895
895
  plannedQuantity: number | null;
896
896
  actualQuantity: number | null;
@@ -911,8 +911,8 @@ export declare const tasksRouter: {
911
911
  documents?: {
912
912
  id: string;
913
913
  fileUrl: string;
914
- fileExtension?: string | null | undefined;
915
914
  fileName?: string | undefined;
915
+ fileExtension?: string | null | undefined;
916
916
  }[] | undefined;
917
917
  }[] | undefined;
918
918
  fieldName?: string | undefined;
@@ -935,8 +935,8 @@ export declare const tasksRouter: {
935
935
  title: string;
936
936
  createdAt: string;
937
937
  updatedAt: string;
938
- fieldId: string;
939
938
  category: string;
939
+ fieldId: string;
940
940
  inventoryItemId: string | null;
941
941
  plannedQuantity: number | null;
942
942
  actualQuantity: number | null;
@@ -957,8 +957,8 @@ export declare const tasksRouter: {
957
957
  documents?: {
958
958
  id: string;
959
959
  fileUrl: string;
960
- fileExtension?: string | null | undefined;
961
960
  fileName?: string | undefined;
961
+ fileExtension?: string | null | undefined;
962
962
  }[] | undefined;
963
963
  }[] | undefined;
964
964
  fieldName?: string | undefined;
@@ -981,8 +981,8 @@ export declare const tasksRouter: {
981
981
  title: string;
982
982
  createdAt: string;
983
983
  updatedAt: string;
984
- fieldId: string;
985
984
  category: string;
985
+ fieldId: string;
986
986
  inventoryItemId: string | null;
987
987
  plannedQuantity: number | null;
988
988
  actualQuantity: number | null;
@@ -1003,8 +1003,8 @@ export declare const tasksRouter: {
1003
1003
  documents?: {
1004
1004
  id: string;
1005
1005
  fileUrl: string;
1006
- fileExtension?: string | null | undefined;
1007
1006
  fileName?: string | undefined;
1007
+ fileExtension?: string | null | undefined;
1008
1008
  }[] | undefined;
1009
1009
  }[] | undefined;
1010
1010
  fieldName?: string | undefined;
@@ -1053,8 +1053,8 @@ export declare const tasksRouter: {
1053
1053
  title: string;
1054
1054
  createdAt: string;
1055
1055
  updatedAt: string;
1056
- fieldId: string;
1057
1056
  category: string;
1057
+ fieldId: string;
1058
1058
  inventoryItemId: string | null;
1059
1059
  plannedQuantity: number | null;
1060
1060
  actualQuantity: number | null;
@@ -1075,8 +1075,8 @@ export declare const tasksRouter: {
1075
1075
  documents?: {
1076
1076
  id: string;
1077
1077
  fileUrl: string;
1078
- fileExtension?: string | null | undefined;
1079
1078
  fileName?: string | undefined;
1079
+ fileExtension?: string | null | undefined;
1080
1080
  }[] | undefined;
1081
1081
  }[] | undefined;
1082
1082
  fieldName?: string | undefined;
@@ -1111,8 +1111,8 @@ export declare const tasksRouter: {
1111
1111
  title: string;
1112
1112
  createdAt: string;
1113
1113
  updatedAt: string;
1114
- fieldId: string;
1115
1114
  category: string;
1115
+ fieldId: string;
1116
1116
  inventoryItemId: string | null;
1117
1117
  plannedQuantity: number | null;
1118
1118
  actualQuantity: number | null;
@@ -1133,8 +1133,8 @@ export declare const tasksRouter: {
1133
1133
  documents?: {
1134
1134
  id: string;
1135
1135
  fileUrl: string;
1136
- fileExtension?: string | null | undefined;
1137
1136
  fileName?: string | undefined;
1137
+ fileExtension?: string | null | undefined;
1138
1138
  }[] | undefined;
1139
1139
  }[] | undefined;
1140
1140
  fieldName?: string | undefined;
@@ -1579,13 +1579,13 @@ export declare const tasksRouter: {
1579
1579
  }, "strip", z.ZodTypeAny, {
1580
1580
  id: string;
1581
1581
  fileUrl: string;
1582
- fileExtension?: string | null | undefined;
1583
1582
  fileName?: string | undefined;
1583
+ fileExtension?: string | null | undefined;
1584
1584
  }, {
1585
1585
  id: string;
1586
1586
  fileUrl: string;
1587
- fileExtension?: string | null | undefined;
1588
1587
  fileName?: string | undefined;
1588
+ fileExtension?: string | null | undefined;
1589
1589
  }>, "many">>;
1590
1590
  }, "strip", z.ZodTypeAny, {
1591
1591
  id: string;
@@ -1597,8 +1597,8 @@ export declare const tasksRouter: {
1597
1597
  documents?: {
1598
1598
  id: string;
1599
1599
  fileUrl: string;
1600
- fileExtension?: string | null | undefined;
1601
1600
  fileName?: string | undefined;
1601
+ fileExtension?: string | null | undefined;
1602
1602
  }[] | undefined;
1603
1603
  }, {
1604
1604
  id: string;
@@ -1610,8 +1610,8 @@ export declare const tasksRouter: {
1610
1610
  documents?: {
1611
1611
  id: string;
1612
1612
  fileUrl: string;
1613
- fileExtension?: string | null | undefined;
1614
1613
  fileName?: string | undefined;
1614
+ fileExtension?: string | null | undefined;
1615
1615
  }[] | undefined;
1616
1616
  }>, "many">>;
1617
1617
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1643,8 +1643,8 @@ export declare const tasksRouter: {
1643
1643
  title: string;
1644
1644
  createdAt: string;
1645
1645
  updatedAt: string;
1646
- fieldId: string;
1647
1646
  category: string;
1647
+ fieldId: string;
1648
1648
  inventoryItemId: string | null;
1649
1649
  plannedQuantity: number | null;
1650
1650
  actualQuantity: number | null;
@@ -1665,8 +1665,8 @@ export declare const tasksRouter: {
1665
1665
  documents?: {
1666
1666
  id: string;
1667
1667
  fileUrl: string;
1668
- fileExtension?: string | null | undefined;
1669
1668
  fileName?: string | undefined;
1669
+ fileExtension?: string | null | undefined;
1670
1670
  }[] | undefined;
1671
1671
  }[] | undefined;
1672
1672
  fieldName?: string | undefined;
@@ -1682,8 +1682,8 @@ export declare const tasksRouter: {
1682
1682
  title: string;
1683
1683
  createdAt: string;
1684
1684
  updatedAt: string;
1685
- fieldId: string;
1686
1685
  category: string;
1686
+ fieldId: string;
1687
1687
  inventoryItemId: string | null;
1688
1688
  plannedQuantity: number | null;
1689
1689
  actualQuantity: number | null;
@@ -1704,8 +1704,8 @@ export declare const tasksRouter: {
1704
1704
  documents?: {
1705
1705
  id: string;
1706
1706
  fileUrl: string;
1707
- fileExtension?: string | null | undefined;
1708
1707
  fileName?: string | undefined;
1708
+ fileExtension?: string | null | undefined;
1709
1709
  }[] | undefined;
1710
1710
  }[] | undefined;
1711
1711
  fieldName?: string | undefined;
@@ -1813,8 +1813,8 @@ export declare const tasksRouter: {
1813
1813
  title: string;
1814
1814
  createdAt: string;
1815
1815
  updatedAt: string;
1816
- fieldId: string;
1817
1816
  category: string;
1817
+ fieldId: string;
1818
1818
  inventoryItemId: string | null;
1819
1819
  plannedQuantity: number | null;
1820
1820
  actualQuantity: number | null;
@@ -1835,8 +1835,8 @@ export declare const tasksRouter: {
1835
1835
  documents?: {
1836
1836
  id: string;
1837
1837
  fileUrl: string;
1838
- fileExtension?: string | null | undefined;
1839
1838
  fileName?: string | undefined;
1839
+ fileExtension?: string | null | undefined;
1840
1840
  }[] | undefined;
1841
1841
  }[] | undefined;
1842
1842
  fieldName?: string | undefined;
@@ -1875,8 +1875,8 @@ export declare const tasksRouter: {
1875
1875
  title: string;
1876
1876
  createdAt: string;
1877
1877
  updatedAt: string;
1878
- fieldId: string;
1879
1878
  category: string;
1879
+ fieldId: string;
1880
1880
  inventoryItemId: string | null;
1881
1881
  plannedQuantity: number | null;
1882
1882
  actualQuantity: number | null;
@@ -1897,8 +1897,8 @@ export declare const tasksRouter: {
1897
1897
  documents?: {
1898
1898
  id: string;
1899
1899
  fileUrl: string;
1900
- fileExtension?: string | null | undefined;
1901
1900
  fileName?: string | undefined;
1901
+ fileExtension?: string | null | undefined;
1902
1902
  }[] | undefined;
1903
1903
  }[] | undefined;
1904
1904
  fieldName?: string | undefined;
@@ -1963,8 +1963,8 @@ export declare const tasksRouter: {
1963
1963
  title: string;
1964
1964
  createdAt: string;
1965
1965
  updatedAt: string;
1966
- fieldId: string;
1967
1966
  category: string;
1967
+ fieldId: string;
1968
1968
  inventoryItemId: string | null;
1969
1969
  plannedQuantity: number | null;
1970
1970
  actualQuantity: number | null;
@@ -1985,8 +1985,8 @@ export declare const tasksRouter: {
1985
1985
  documents?: {
1986
1986
  id: string;
1987
1987
  fileUrl: string;
1988
- fileExtension?: string | null | undefined;
1989
1988
  fileName?: string | undefined;
1989
+ fileExtension?: string | null | undefined;
1990
1990
  }[] | undefined;
1991
1991
  }[] | undefined;
1992
1992
  fieldName?: string | undefined;
@@ -2037,8 +2037,8 @@ export declare const tasksRouter: {
2037
2037
  title: string;
2038
2038
  createdAt: string;
2039
2039
  updatedAt: string;
2040
- fieldId: string;
2041
2040
  category: string;
2041
+ fieldId: string;
2042
2042
  inventoryItemId: string | null;
2043
2043
  plannedQuantity: number | null;
2044
2044
  actualQuantity: number | null;
@@ -2059,8 +2059,8 @@ export declare const tasksRouter: {
2059
2059
  documents?: {
2060
2060
  id: string;
2061
2061
  fileUrl: string;
2062
- fileExtension?: string | null | undefined;
2063
2062
  fileName?: string | undefined;
2063
+ fileExtension?: string | null | undefined;
2064
2064
  }[] | undefined;
2065
2065
  }[] | undefined;
2066
2066
  fieldName?: string | undefined;
@@ -2316,8 +2316,8 @@ export declare const tasksRouter: {
2316
2316
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2317
2317
  date?: string | undefined;
2318
2318
  title?: string | undefined;
2319
- fieldId?: string | undefined;
2320
2319
  category?: string | undefined;
2320
+ fieldId?: string | undefined;
2321
2321
  inventoryItemId?: string | undefined;
2322
2322
  plannedQuantity?: number | undefined;
2323
2323
  actualQuantity?: number | undefined;
@@ -2326,8 +2326,8 @@ export declare const tasksRouter: {
2326
2326
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2327
2327
  date?: string | undefined;
2328
2328
  title?: string | undefined;
2329
- fieldId?: string | undefined;
2330
2329
  category?: string | undefined;
2330
+ fieldId?: string | undefined;
2331
2331
  inventoryItemId?: string | undefined;
2332
2332
  plannedQuantity?: number | undefined;
2333
2333
  actualQuantity?: number | undefined;
@@ -2340,8 +2340,8 @@ export declare const tasksRouter: {
2340
2340
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2341
2341
  date?: string | undefined;
2342
2342
  title?: string | undefined;
2343
- fieldId?: string | undefined;
2344
2343
  category?: string | undefined;
2344
+ fieldId?: string | undefined;
2345
2345
  inventoryItemId?: string | undefined;
2346
2346
  plannedQuantity?: number | undefined;
2347
2347
  actualQuantity?: number | undefined;
@@ -2354,8 +2354,8 @@ export declare const tasksRouter: {
2354
2354
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2355
2355
  date?: string | undefined;
2356
2356
  title?: string | undefined;
2357
- fieldId?: string | undefined;
2358
2357
  category?: string | undefined;
2358
+ fieldId?: string | undefined;
2359
2359
  inventoryItemId?: string | undefined;
2360
2360
  plannedQuantity?: number | undefined;
2361
2361
  actualQuantity?: number | undefined;
@@ -2370,8 +2370,8 @@ export declare const tasksRouter: {
2370
2370
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2371
2371
  date?: string | undefined;
2372
2372
  title?: string | undefined;
2373
- fieldId?: string | undefined;
2374
2373
  category?: string | undefined;
2374
+ fieldId?: string | undefined;
2375
2375
  inventoryItemId?: string | undefined;
2376
2376
  plannedQuantity?: number | undefined;
2377
2377
  actualQuantity?: number | undefined;
@@ -2386,8 +2386,8 @@ export declare const tasksRouter: {
2386
2386
  status?: "pending" | "in-progress" | "completed" | "cancelled" | undefined;
2387
2387
  date?: string | undefined;
2388
2388
  title?: string | undefined;
2389
- fieldId?: string | undefined;
2390
2389
  category?: string | undefined;
2390
+ fieldId?: string | undefined;
2391
2391
  inventoryItemId?: string | undefined;
2392
2392
  plannedQuantity?: number | undefined;
2393
2393
  actualQuantity?: number | undefined;
@@ -2431,13 +2431,13 @@ export declare const tasksRouter: {
2431
2431
  }, "strip", z.ZodTypeAny, {
2432
2432
  id: string;
2433
2433
  fileUrl: string;
2434
- fileExtension?: string | null | undefined;
2435
2434
  fileName?: string | undefined;
2435
+ fileExtension?: string | null | undefined;
2436
2436
  }, {
2437
2437
  id: string;
2438
2438
  fileUrl: string;
2439
- fileExtension?: string | null | undefined;
2440
2439
  fileName?: string | undefined;
2440
+ fileExtension?: string | null | undefined;
2441
2441
  }>, "many">>;
2442
2442
  }, "strip", z.ZodTypeAny, {
2443
2443
  id: string;
@@ -2449,8 +2449,8 @@ export declare const tasksRouter: {
2449
2449
  documents?: {
2450
2450
  id: string;
2451
2451
  fileUrl: string;
2452
- fileExtension?: string | null | undefined;
2453
2452
  fileName?: string | undefined;
2453
+ fileExtension?: string | null | undefined;
2454
2454
  }[] | undefined;
2455
2455
  }, {
2456
2456
  id: string;
@@ -2462,8 +2462,8 @@ export declare const tasksRouter: {
2462
2462
  documents?: {
2463
2463
  id: string;
2464
2464
  fileUrl: string;
2465
- fileExtension?: string | null | undefined;
2466
2465
  fileName?: string | undefined;
2466
+ fileExtension?: string | null | undefined;
2467
2467
  }[] | undefined;
2468
2468
  }>, "many">>;
2469
2469
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2495,8 +2495,8 @@ export declare const tasksRouter: {
2495
2495
  title: string;
2496
2496
  createdAt: string;
2497
2497
  updatedAt: string;
2498
- fieldId: string;
2499
2498
  category: string;
2499
+ fieldId: string;
2500
2500
  inventoryItemId: string | null;
2501
2501
  plannedQuantity: number | null;
2502
2502
  actualQuantity: number | null;
@@ -2517,8 +2517,8 @@ export declare const tasksRouter: {
2517
2517
  documents?: {
2518
2518
  id: string;
2519
2519
  fileUrl: string;
2520
- fileExtension?: string | null | undefined;
2521
2520
  fileName?: string | undefined;
2521
+ fileExtension?: string | null | undefined;
2522
2522
  }[] | undefined;
2523
2523
  }[] | undefined;
2524
2524
  fieldName?: string | undefined;
@@ -2534,8 +2534,8 @@ export declare const tasksRouter: {
2534
2534
  title: string;
2535
2535
  createdAt: string;
2536
2536
  updatedAt: string;
2537
- fieldId: string;
2538
2537
  category: string;
2538
+ fieldId: string;
2539
2539
  inventoryItemId: string | null;
2540
2540
  plannedQuantity: number | null;
2541
2541
  actualQuantity: number | null;
@@ -2556,8 +2556,8 @@ export declare const tasksRouter: {
2556
2556
  documents?: {
2557
2557
  id: string;
2558
2558
  fileUrl: string;
2559
- fileExtension?: string | null | undefined;
2560
2559
  fileName?: string | undefined;
2560
+ fileExtension?: string | null | undefined;
2561
2561
  }[] | undefined;
2562
2562
  }[] | undefined;
2563
2563
  fieldName?: string | undefined;
@@ -2580,8 +2580,8 @@ export declare const tasksRouter: {
2580
2580
  title: string;
2581
2581
  createdAt: string;
2582
2582
  updatedAt: string;
2583
- fieldId: string;
2584
2583
  category: string;
2584
+ fieldId: string;
2585
2585
  inventoryItemId: string | null;
2586
2586
  plannedQuantity: number | null;
2587
2587
  actualQuantity: number | null;
@@ -2602,8 +2602,8 @@ export declare const tasksRouter: {
2602
2602
  documents?: {
2603
2603
  id: string;
2604
2604
  fileUrl: string;
2605
- fileExtension?: string | null | undefined;
2606
2605
  fileName?: string | undefined;
2606
+ fileExtension?: string | null | undefined;
2607
2607
  }[] | undefined;
2608
2608
  }[] | undefined;
2609
2609
  fieldName?: string | undefined;
@@ -2626,8 +2626,8 @@ export declare const tasksRouter: {
2626
2626
  title: string;
2627
2627
  createdAt: string;
2628
2628
  updatedAt: string;
2629
- fieldId: string;
2630
2629
  category: string;
2630
+ fieldId: string;
2631
2631
  inventoryItemId: string | null;
2632
2632
  plannedQuantity: number | null;
2633
2633
  actualQuantity: number | null;
@@ -2648,8 +2648,8 @@ export declare const tasksRouter: {
2648
2648
  documents?: {
2649
2649
  id: string;
2650
2650
  fileUrl: string;
2651
- fileExtension?: string | null | undefined;
2652
2651
  fileName?: string | undefined;
2652
+ fileExtension?: string | null | undefined;
2653
2653
  }[] | undefined;
2654
2654
  }[] | undefined;
2655
2655
  fieldName?: string | undefined;
@@ -2698,8 +2698,8 @@ export declare const tasksRouter: {
2698
2698
  title: string;
2699
2699
  createdAt: string;
2700
2700
  updatedAt: string;
2701
- fieldId: string;
2702
2701
  category: string;
2702
+ fieldId: string;
2703
2703
  inventoryItemId: string | null;
2704
2704
  plannedQuantity: number | null;
2705
2705
  actualQuantity: number | null;
@@ -2720,8 +2720,8 @@ export declare const tasksRouter: {
2720
2720
  documents?: {
2721
2721
  id: string;
2722
2722
  fileUrl: string;
2723
- fileExtension?: string | null | undefined;
2724
2723
  fileName?: string | undefined;
2724
+ fileExtension?: string | null | undefined;
2725
2725
  }[] | undefined;
2726
2726
  }[] | undefined;
2727
2727
  fieldName?: string | undefined;
@@ -2756,8 +2756,8 @@ export declare const tasksRouter: {
2756
2756
  title: string;
2757
2757
  createdAt: string;
2758
2758
  updatedAt: string;
2759
- fieldId: string;
2760
2759
  category: string;
2760
+ fieldId: string;
2761
2761
  inventoryItemId: string | null;
2762
2762
  plannedQuantity: number | null;
2763
2763
  actualQuantity: number | null;
@@ -2778,8 +2778,8 @@ export declare const tasksRouter: {
2778
2778
  documents?: {
2779
2779
  id: string;
2780
2780
  fileUrl: string;
2781
- fileExtension?: string | null | undefined;
2782
2781
  fileName?: string | undefined;
2782
+ fileExtension?: string | null | undefined;
2783
2783
  }[] | undefined;
2784
2784
  }[] | undefined;
2785
2785
  fieldName?: string | undefined;
@@ -3265,13 +3265,13 @@ export declare const tasksRouter: {
3265
3265
  }, "strip", z.ZodTypeAny, {
3266
3266
  id: string;
3267
3267
  fileUrl: string;
3268
- fileExtension?: string | null | undefined;
3269
3268
  fileName?: string | undefined;
3269
+ fileExtension?: string | null | undefined;
3270
3270
  }, {
3271
3271
  id: string;
3272
3272
  fileUrl: string;
3273
- fileExtension?: string | null | undefined;
3274
3273
  fileName?: string | undefined;
3274
+ fileExtension?: string | null | undefined;
3275
3275
  }>, "many">>;
3276
3276
  }, "strip", z.ZodTypeAny, {
3277
3277
  id: string;
@@ -3283,8 +3283,8 @@ export declare const tasksRouter: {
3283
3283
  documents?: {
3284
3284
  id: string;
3285
3285
  fileUrl: string;
3286
- fileExtension?: string | null | undefined;
3287
3286
  fileName?: string | undefined;
3287
+ fileExtension?: string | null | undefined;
3288
3288
  }[] | undefined;
3289
3289
  }, {
3290
3290
  id: string;
@@ -3296,8 +3296,8 @@ export declare const tasksRouter: {
3296
3296
  documents?: {
3297
3297
  id: string;
3298
3298
  fileUrl: string;
3299
- fileExtension?: string | null | undefined;
3300
3299
  fileName?: string | undefined;
3300
+ fileExtension?: string | null | undefined;
3301
3301
  }[] | undefined;
3302
3302
  }>, "many">>;
3303
3303
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -3329,8 +3329,8 @@ export declare const tasksRouter: {
3329
3329
  title: string;
3330
3330
  createdAt: string;
3331
3331
  updatedAt: string;
3332
- fieldId: string;
3333
3332
  category: string;
3333
+ fieldId: string;
3334
3334
  inventoryItemId: string | null;
3335
3335
  plannedQuantity: number | null;
3336
3336
  actualQuantity: number | null;
@@ -3351,8 +3351,8 @@ export declare const tasksRouter: {
3351
3351
  documents?: {
3352
3352
  id: string;
3353
3353
  fileUrl: string;
3354
- fileExtension?: string | null | undefined;
3355
3354
  fileName?: string | undefined;
3355
+ fileExtension?: string | null | undefined;
3356
3356
  }[] | undefined;
3357
3357
  }[] | undefined;
3358
3358
  fieldName?: string | undefined;
@@ -3368,8 +3368,8 @@ export declare const tasksRouter: {
3368
3368
  title: string;
3369
3369
  createdAt: string;
3370
3370
  updatedAt: string;
3371
- fieldId: string;
3372
3371
  category: string;
3372
+ fieldId: string;
3373
3373
  inventoryItemId: string | null;
3374
3374
  plannedQuantity: number | null;
3375
3375
  actualQuantity: number | null;
@@ -3390,8 +3390,8 @@ export declare const tasksRouter: {
3390
3390
  documents?: {
3391
3391
  id: string;
3392
3392
  fileUrl: string;
3393
- fileExtension?: string | null | undefined;
3394
3393
  fileName?: string | undefined;
3394
+ fileExtension?: string | null | undefined;
3395
3395
  }[] | undefined;
3396
3396
  }[] | undefined;
3397
3397
  fieldName?: string | undefined;
@@ -3414,8 +3414,8 @@ export declare const tasksRouter: {
3414
3414
  title: string;
3415
3415
  createdAt: string;
3416
3416
  updatedAt: string;
3417
- fieldId: string;
3418
3417
  category: string;
3418
+ fieldId: string;
3419
3419
  inventoryItemId: string | null;
3420
3420
  plannedQuantity: number | null;
3421
3421
  actualQuantity: number | null;
@@ -3436,8 +3436,8 @@ export declare const tasksRouter: {
3436
3436
  documents?: {
3437
3437
  id: string;
3438
3438
  fileUrl: string;
3439
- fileExtension?: string | null | undefined;
3440
3439
  fileName?: string | undefined;
3440
+ fileExtension?: string | null | undefined;
3441
3441
  }[] | undefined;
3442
3442
  }[] | undefined;
3443
3443
  fieldName?: string | undefined;
@@ -3460,8 +3460,8 @@ export declare const tasksRouter: {
3460
3460
  title: string;
3461
3461
  createdAt: string;
3462
3462
  updatedAt: string;
3463
- fieldId: string;
3464
3463
  category: string;
3464
+ fieldId: string;
3465
3465
  inventoryItemId: string | null;
3466
3466
  plannedQuantity: number | null;
3467
3467
  actualQuantity: number | null;
@@ -3482,8 +3482,8 @@ export declare const tasksRouter: {
3482
3482
  documents?: {
3483
3483
  id: string;
3484
3484
  fileUrl: string;
3485
- fileExtension?: string | null | undefined;
3486
3485
  fileName?: string | undefined;
3486
+ fileExtension?: string | null | undefined;
3487
3487
  }[] | undefined;
3488
3488
  }[] | undefined;
3489
3489
  fieldName?: string | undefined;
@@ -3532,8 +3532,8 @@ export declare const tasksRouter: {
3532
3532
  title: string;
3533
3533
  createdAt: string;
3534
3534
  updatedAt: string;
3535
- fieldId: string;
3536
3535
  category: string;
3536
+ fieldId: string;
3537
3537
  inventoryItemId: string | null;
3538
3538
  plannedQuantity: number | null;
3539
3539
  actualQuantity: number | null;
@@ -3554,8 +3554,8 @@ export declare const tasksRouter: {
3554
3554
  documents?: {
3555
3555
  id: string;
3556
3556
  fileUrl: string;
3557
- fileExtension?: string | null | undefined;
3558
3557
  fileName?: string | undefined;
3558
+ fileExtension?: string | null | undefined;
3559
3559
  }[] | undefined;
3560
3560
  }[] | undefined;
3561
3561
  fieldName?: string | undefined;
@@ -3590,8 +3590,8 @@ export declare const tasksRouter: {
3590
3590
  title: string;
3591
3591
  createdAt: string;
3592
3592
  updatedAt: string;
3593
- fieldId: string;
3594
3593
  category: string;
3594
+ fieldId: string;
3595
3595
  inventoryItemId: string | null;
3596
3596
  plannedQuantity: number | null;
3597
3597
  actualQuantity: number | null;
@@ -3612,8 +3612,8 @@ export declare const tasksRouter: {
3612
3612
  documents?: {
3613
3613
  id: string;
3614
3614
  fileUrl: string;
3615
- fileExtension?: string | null | undefined;
3616
3615
  fileName?: string | undefined;
3616
+ fileExtension?: string | null | undefined;
3617
3617
  }[] | undefined;
3618
3618
  }[] | undefined;
3619
3619
  fieldName?: string | undefined;
@@ -4315,13 +4315,13 @@ export declare const tasksRouter: {
4315
4315
  }, "strip", z.ZodTypeAny, {
4316
4316
  id: string;
4317
4317
  fileUrl: string;
4318
- fileExtension?: string | null | undefined;
4319
4318
  fileName?: string | undefined;
4319
+ fileExtension?: string | null | undefined;
4320
4320
  }, {
4321
4321
  id: string;
4322
4322
  fileUrl: string;
4323
- fileExtension?: string | null | undefined;
4324
4323
  fileName?: string | undefined;
4324
+ fileExtension?: string | null | undefined;
4325
4325
  }>, "many">>;
4326
4326
  }, "strip", z.ZodTypeAny, {
4327
4327
  id: string;
@@ -4333,8 +4333,8 @@ export declare const tasksRouter: {
4333
4333
  documents?: {
4334
4334
  id: string;
4335
4335
  fileUrl: string;
4336
- fileExtension?: string | null | undefined;
4337
4336
  fileName?: string | undefined;
4337
+ fileExtension?: string | null | undefined;
4338
4338
  }[] | undefined;
4339
4339
  }, {
4340
4340
  id: string;
@@ -4346,8 +4346,8 @@ export declare const tasksRouter: {
4346
4346
  documents?: {
4347
4347
  id: string;
4348
4348
  fileUrl: string;
4349
- fileExtension?: string | null | undefined;
4350
4349
  fileName?: string | undefined;
4350
+ fileExtension?: string | null | undefined;
4351
4351
  }[] | undefined;
4352
4352
  }>, "many">>;
4353
4353
  source: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4379,8 +4379,8 @@ export declare const tasksRouter: {
4379
4379
  title: string;
4380
4380
  createdAt: string;
4381
4381
  updatedAt: string;
4382
- fieldId: string;
4383
4382
  category: string;
4383
+ fieldId: string;
4384
4384
  inventoryItemId: string | null;
4385
4385
  plannedQuantity: number | null;
4386
4386
  actualQuantity: number | null;
@@ -4401,8 +4401,8 @@ export declare const tasksRouter: {
4401
4401
  documents?: {
4402
4402
  id: string;
4403
4403
  fileUrl: string;
4404
- fileExtension?: string | null | undefined;
4405
4404
  fileName?: string | undefined;
4405
+ fileExtension?: string | null | undefined;
4406
4406
  }[] | undefined;
4407
4407
  }[] | undefined;
4408
4408
  fieldName?: string | undefined;
@@ -4418,8 +4418,8 @@ export declare const tasksRouter: {
4418
4418
  title: string;
4419
4419
  createdAt: string;
4420
4420
  updatedAt: string;
4421
- fieldId: string;
4422
4421
  category: string;
4422
+ fieldId: string;
4423
4423
  inventoryItemId: string | null;
4424
4424
  plannedQuantity: number | null;
4425
4425
  actualQuantity: number | null;
@@ -4440,8 +4440,8 @@ export declare const tasksRouter: {
4440
4440
  documents?: {
4441
4441
  id: string;
4442
4442
  fileUrl: string;
4443
- fileExtension?: string | null | undefined;
4444
4443
  fileName?: string | undefined;
4444
+ fileExtension?: string | null | undefined;
4445
4445
  }[] | undefined;
4446
4446
  }[] | undefined;
4447
4447
  fieldName?: string | undefined;
@@ -4464,8 +4464,8 @@ export declare const tasksRouter: {
4464
4464
  title: string;
4465
4465
  createdAt: string;
4466
4466
  updatedAt: string;
4467
- fieldId: string;
4468
4467
  category: string;
4468
+ fieldId: string;
4469
4469
  inventoryItemId: string | null;
4470
4470
  plannedQuantity: number | null;
4471
4471
  actualQuantity: number | null;
@@ -4486,8 +4486,8 @@ export declare const tasksRouter: {
4486
4486
  documents?: {
4487
4487
  id: string;
4488
4488
  fileUrl: string;
4489
- fileExtension?: string | null | undefined;
4490
4489
  fileName?: string | undefined;
4490
+ fileExtension?: string | null | undefined;
4491
4491
  }[] | undefined;
4492
4492
  }[] | undefined;
4493
4493
  fieldName?: string | undefined;
@@ -4510,8 +4510,8 @@ export declare const tasksRouter: {
4510
4510
  title: string;
4511
4511
  createdAt: string;
4512
4512
  updatedAt: string;
4513
- fieldId: string;
4514
4513
  category: string;
4514
+ fieldId: string;
4515
4515
  inventoryItemId: string | null;
4516
4516
  plannedQuantity: number | null;
4517
4517
  actualQuantity: number | null;
@@ -4532,8 +4532,8 @@ export declare const tasksRouter: {
4532
4532
  documents?: {
4533
4533
  id: string;
4534
4534
  fileUrl: string;
4535
- fileExtension?: string | null | undefined;
4536
4535
  fileName?: string | undefined;
4536
+ fileExtension?: string | null | undefined;
4537
4537
  }[] | undefined;
4538
4538
  }[] | undefined;
4539
4539
  fieldName?: string | undefined;
@@ -4582,8 +4582,8 @@ export declare const tasksRouter: {
4582
4582
  title: string;
4583
4583
  createdAt: string;
4584
4584
  updatedAt: string;
4585
- fieldId: string;
4586
4585
  category: string;
4586
+ fieldId: string;
4587
4587
  inventoryItemId: string | null;
4588
4588
  plannedQuantity: number | null;
4589
4589
  actualQuantity: number | null;
@@ -4604,8 +4604,8 @@ export declare const tasksRouter: {
4604
4604
  documents?: {
4605
4605
  id: string;
4606
4606
  fileUrl: string;
4607
- fileExtension?: string | null | undefined;
4608
4607
  fileName?: string | undefined;
4608
+ fileExtension?: string | null | undefined;
4609
4609
  }[] | undefined;
4610
4610
  }[] | undefined;
4611
4611
  fieldName?: string | undefined;
@@ -4640,8 +4640,8 @@ export declare const tasksRouter: {
4640
4640
  title: string;
4641
4641
  createdAt: string;
4642
4642
  updatedAt: string;
4643
- fieldId: string;
4644
4643
  category: string;
4644
+ fieldId: string;
4645
4645
  inventoryItemId: string | null;
4646
4646
  plannedQuantity: number | null;
4647
4647
  actualQuantity: number | null;
@@ -4662,8 +4662,8 @@ export declare const tasksRouter: {
4662
4662
  documents?: {
4663
4663
  id: string;
4664
4664
  fileUrl: string;
4665
- fileExtension?: string | null | undefined;
4666
4665
  fileName?: string | undefined;
4666
+ fileExtension?: string | null | undefined;
4667
4667
  }[] | undefined;
4668
4668
  }[] | undefined;
4669
4669
  fieldName?: string | undefined;