@deepintel-ltd/farmpro-contracts 1.23.0 → 1.23.1

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 (53) hide show
  1. package/dist/routes/categories.routes.d.ts +26 -26
  2. package/dist/routes/commodity-deals.routes.d.ts +42 -42
  3. package/dist/routes/crop-profile.routes.d.ts +8 -8
  4. package/dist/routes/farm-enterprises.routes.d.ts +395 -0
  5. package/dist/routes/farm-enterprises.routes.d.ts.map +1 -1
  6. package/dist/routes/farm-enterprises.routes.js +14 -1
  7. package/dist/routes/farms.routes.d.ts +73 -20
  8. package/dist/routes/farms.routes.d.ts.map +1 -1
  9. package/dist/routes/fertigation.routes.d.ts +96 -96
  10. package/dist/routes/field-monitoring.routes.d.ts +2 -2
  11. package/dist/routes/finance.routes.d.ts +8 -8
  12. package/dist/routes/invoices.routes.d.ts +63 -60
  13. package/dist/routes/invoices.routes.d.ts.map +1 -1
  14. package/dist/routes/invoices.routes.js +4 -1
  15. package/dist/routes/monitoring-visualization.routes.d.ts +2 -2
  16. package/dist/routes/notifications.routes.d.ts +12 -12
  17. package/dist/routes/organizations.routes.d.ts +90 -47
  18. package/dist/routes/organizations.routes.d.ts.map +1 -1
  19. package/dist/routes/purchase-orders.routes.d.ts +9 -9
  20. package/dist/routes/suppliers.routes.d.ts +96 -96
  21. package/dist/routes/team-payments.routes.d.ts +105 -105
  22. package/dist/routes/team.routes.d.ts +125 -25
  23. package/dist/routes/team.routes.d.ts.map +1 -1
  24. package/dist/routes/trade-cash-events.routes.d.ts +46 -46
  25. package/dist/routes/waybills.routes.d.ts +61 -57
  26. package/dist/routes/waybills.routes.d.ts.map +1 -1
  27. package/dist/routes/waybills.routes.js +4 -1
  28. package/dist/schemas/categories.schemas.d.ts +21 -21
  29. package/dist/schemas/commodity-deals.schemas.d.ts +18 -18
  30. package/dist/schemas/crop-profile.schemas.d.ts +12 -12
  31. package/dist/schemas/farm-enterprises.schemas.d.ts +185 -0
  32. package/dist/schemas/farm-enterprises.schemas.d.ts.map +1 -1
  33. package/dist/schemas/farm-enterprises.schemas.js +21 -0
  34. package/dist/schemas/farms.schemas.d.ts +121 -19
  35. package/dist/schemas/farms.schemas.d.ts.map +1 -1
  36. package/dist/schemas/farms.schemas.js +15 -1
  37. package/dist/schemas/fertigation.schemas.d.ts +36 -36
  38. package/dist/schemas/field-monitoring.schemas.d.ts +2 -2
  39. package/dist/schemas/finance.schemas.d.ts +8 -8
  40. package/dist/schemas/invoices.schemas.d.ts +39 -39
  41. package/dist/schemas/notifications.schemas.d.ts +18 -18
  42. package/dist/schemas/organizations.schemas.d.ts +105 -46
  43. package/dist/schemas/organizations.schemas.d.ts.map +1 -1
  44. package/dist/schemas/organizations.schemas.js +8 -1
  45. package/dist/schemas/purchase-orders.schemas.d.ts +9 -9
  46. package/dist/schemas/suppliers.schemas.d.ts +96 -96
  47. package/dist/schemas/team-payments.schemas.d.ts +87 -87
  48. package/dist/schemas/team.schemas.d.ts +137 -20
  49. package/dist/schemas/team.schemas.d.ts.map +1 -1
  50. package/dist/schemas/team.schemas.js +29 -1
  51. package/dist/schemas/trade-cash-events.schemas.d.ts +60 -60
  52. package/dist/schemas/waybills.schemas.d.ts +39 -39
  53. package/package.json +1 -1
@@ -94,10 +94,10 @@ export declare const suppliersRouter: {
94
94
  updatedAt: string;
95
95
  name: string;
96
96
  phone: string | null;
97
- notes: string | null;
97
+ address: string | null;
98
98
  organizationId: string;
99
+ notes: string | null;
99
100
  contactPerson: string | null;
100
- address: string | null;
101
101
  rating: number | null;
102
102
  priceHistory?: {
103
103
  date: string;
@@ -114,10 +114,10 @@ export declare const suppliersRouter: {
114
114
  updatedAt: string;
115
115
  name: string;
116
116
  phone: string | null;
117
- notes: string | null;
117
+ address: string | null;
118
118
  organizationId: string;
119
+ notes: string | null;
119
120
  contactPerson: string | null;
120
- address: string | null;
121
121
  rating: number | null;
122
122
  priceHistory?: {
123
123
  date: string;
@@ -141,10 +141,10 @@ export declare const suppliersRouter: {
141
141
  updatedAt: string;
142
142
  name: string;
143
143
  phone: string | null;
144
- notes: string | null;
144
+ address: string | null;
145
145
  organizationId: string;
146
+ notes: string | null;
146
147
  contactPerson: string | null;
147
- address: string | null;
148
148
  rating: number | null;
149
149
  priceHistory?: {
150
150
  date: string;
@@ -168,10 +168,10 @@ export declare const suppliersRouter: {
168
168
  updatedAt: string;
169
169
  name: string;
170
170
  phone: string | null;
171
- notes: string | null;
171
+ address: string | null;
172
172
  organizationId: string;
173
+ notes: string | null;
173
174
  contactPerson: string | null;
174
- address: string | null;
175
175
  rating: number | null;
176
176
  priceHistory?: {
177
177
  date: string;
@@ -221,10 +221,10 @@ export declare const suppliersRouter: {
221
221
  updatedAt: string;
222
222
  name: string;
223
223
  phone: string | null;
224
- notes: string | null;
224
+ address: string | null;
225
225
  organizationId: string;
226
+ notes: string | null;
226
227
  contactPerson: string | null;
227
- address: string | null;
228
228
  rating: number | null;
229
229
  priceHistory?: {
230
230
  date: string;
@@ -260,10 +260,10 @@ export declare const suppliersRouter: {
260
260
  updatedAt: string;
261
261
  name: string;
262
262
  phone: string | null;
263
- notes: string | null;
263
+ address: string | null;
264
264
  organizationId: string;
265
+ notes: string | null;
265
266
  contactPerson: string | null;
266
- address: string | null;
267
267
  rating: number | null;
268
268
  priceHistory?: {
269
269
  date: string;
@@ -499,18 +499,18 @@ export declare const suppliersRouter: {
499
499
  name: string;
500
500
  email?: string | undefined;
501
501
  phone?: string | undefined;
502
+ address?: string | undefined;
502
503
  notes?: string | undefined;
503
504
  contactPerson?: string | undefined;
504
- address?: string | undefined;
505
505
  rating?: number | undefined;
506
506
  }, {
507
507
  type: "other" | "fertilizer" | "labor" | "equipment" | "seed" | "pesticide";
508
508
  name: string;
509
509
  email?: string | undefined;
510
510
  phone?: string | undefined;
511
+ address?: string | undefined;
511
512
  notes?: string | undefined;
512
513
  contactPerson?: string | undefined;
513
- address?: string | undefined;
514
514
  rating?: number | undefined;
515
515
  }>;
516
516
  }, "strip", z.ZodTypeAny, {
@@ -520,9 +520,9 @@ export declare const suppliersRouter: {
520
520
  name: string;
521
521
  email?: string | undefined;
522
522
  phone?: string | undefined;
523
+ address?: string | undefined;
523
524
  notes?: string | undefined;
524
525
  contactPerson?: string | undefined;
525
- address?: string | undefined;
526
526
  rating?: number | undefined;
527
527
  };
528
528
  }, {
@@ -532,9 +532,9 @@ export declare const suppliersRouter: {
532
532
  name: string;
533
533
  email?: string | undefined;
534
534
  phone?: string | undefined;
535
+ address?: string | undefined;
535
536
  notes?: string | undefined;
536
537
  contactPerson?: string | undefined;
537
- address?: string | undefined;
538
538
  rating?: number | undefined;
539
539
  };
540
540
  }>;
@@ -546,9 +546,9 @@ export declare const suppliersRouter: {
546
546
  name: string;
547
547
  email?: string | undefined;
548
548
  phone?: string | undefined;
549
+ address?: string | undefined;
549
550
  notes?: string | undefined;
550
551
  contactPerson?: string | undefined;
551
- address?: string | undefined;
552
552
  rating?: number | undefined;
553
553
  };
554
554
  };
@@ -560,9 +560,9 @@ export declare const suppliersRouter: {
560
560
  name: string;
561
561
  email?: string | undefined;
562
562
  phone?: string | undefined;
563
+ address?: string | undefined;
563
564
  notes?: string | undefined;
564
565
  contactPerson?: string | undefined;
565
- address?: string | undefined;
566
566
  rating?: number | undefined;
567
567
  };
568
568
  };
@@ -615,10 +615,10 @@ export declare const suppliersRouter: {
615
615
  updatedAt: string;
616
616
  name: string;
617
617
  phone: string | null;
618
- notes: string | null;
618
+ address: string | null;
619
619
  organizationId: string;
620
+ notes: string | null;
620
621
  contactPerson: string | null;
621
- address: string | null;
622
622
  rating: number | null;
623
623
  priceHistory?: {
624
624
  date: string;
@@ -635,10 +635,10 @@ export declare const suppliersRouter: {
635
635
  updatedAt: string;
636
636
  name: string;
637
637
  phone: string | null;
638
- notes: string | null;
638
+ address: string | null;
639
639
  organizationId: string;
640
+ notes: string | null;
640
641
  contactPerson: string | null;
641
- address: string | null;
642
642
  rating: number | null;
643
643
  priceHistory?: {
644
644
  date: string;
@@ -662,10 +662,10 @@ export declare const suppliersRouter: {
662
662
  updatedAt: string;
663
663
  name: string;
664
664
  phone: string | null;
665
- notes: string | null;
665
+ address: string | null;
666
666
  organizationId: string;
667
+ notes: string | null;
667
668
  contactPerson: string | null;
668
- address: string | null;
669
669
  rating: number | null;
670
670
  priceHistory?: {
671
671
  date: string;
@@ -689,10 +689,10 @@ export declare const suppliersRouter: {
689
689
  updatedAt: string;
690
690
  name: string;
691
691
  phone: string | null;
692
- notes: string | null;
692
+ address: string | null;
693
693
  organizationId: string;
694
+ notes: string | null;
694
695
  contactPerson: string | null;
695
- address: string | null;
696
696
  rating: number | null;
697
697
  priceHistory?: {
698
698
  date: string;
@@ -742,10 +742,10 @@ export declare const suppliersRouter: {
742
742
  updatedAt: string;
743
743
  name: string;
744
744
  phone: string | null;
745
- notes: string | null;
745
+ address: string | null;
746
746
  organizationId: string;
747
+ notes: string | null;
747
748
  contactPerson: string | null;
748
- address: string | null;
749
749
  rating: number | null;
750
750
  priceHistory?: {
751
751
  date: string;
@@ -781,10 +781,10 @@ export declare const suppliersRouter: {
781
781
  updatedAt: string;
782
782
  name: string;
783
783
  phone: string | null;
784
- notes: string | null;
784
+ address: string | null;
785
785
  organizationId: string;
786
+ notes: string | null;
786
787
  contactPerson: string | null;
787
- address: string | null;
788
788
  rating: number | null;
789
789
  priceHistory?: {
790
790
  date: string;
@@ -1204,18 +1204,18 @@ export declare const suppliersRouter: {
1204
1204
  email?: string | null | undefined;
1205
1205
  name?: string | undefined;
1206
1206
  phone?: string | null | undefined;
1207
+ address?: string | null | undefined;
1207
1208
  notes?: string | null | undefined;
1208
1209
  contactPerson?: string | null | undefined;
1209
- address?: string | null | undefined;
1210
1210
  rating?: number | null | undefined;
1211
1211
  }, {
1212
1212
  type?: "other" | "fertilizer" | "labor" | "equipment" | "seed" | "pesticide" | undefined;
1213
1213
  email?: string | null | undefined;
1214
1214
  name?: string | undefined;
1215
1215
  phone?: string | null | undefined;
1216
+ address?: string | null | undefined;
1216
1217
  notes?: string | null | undefined;
1217
1218
  contactPerson?: string | null | undefined;
1218
- address?: string | null | undefined;
1219
1219
  rating?: number | null | undefined;
1220
1220
  }>;
1221
1221
  }, "strip", z.ZodTypeAny, {
@@ -1226,9 +1226,9 @@ export declare const suppliersRouter: {
1226
1226
  email?: string | null | undefined;
1227
1227
  name?: string | undefined;
1228
1228
  phone?: string | null | undefined;
1229
+ address?: string | null | undefined;
1229
1230
  notes?: string | null | undefined;
1230
1231
  contactPerson?: string | null | undefined;
1231
- address?: string | null | undefined;
1232
1232
  rating?: number | null | undefined;
1233
1233
  };
1234
1234
  }, {
@@ -1239,9 +1239,9 @@ export declare const suppliersRouter: {
1239
1239
  email?: string | null | undefined;
1240
1240
  name?: string | undefined;
1241
1241
  phone?: string | null | undefined;
1242
+ address?: string | null | undefined;
1242
1243
  notes?: string | null | undefined;
1243
1244
  contactPerson?: string | null | undefined;
1244
- address?: string | null | undefined;
1245
1245
  rating?: number | null | undefined;
1246
1246
  };
1247
1247
  }>;
@@ -1254,9 +1254,9 @@ export declare const suppliersRouter: {
1254
1254
  email?: string | null | undefined;
1255
1255
  name?: string | undefined;
1256
1256
  phone?: string | null | undefined;
1257
+ address?: string | null | undefined;
1257
1258
  notes?: string | null | undefined;
1258
1259
  contactPerson?: string | null | undefined;
1259
- address?: string | null | undefined;
1260
1260
  rating?: number | null | undefined;
1261
1261
  };
1262
1262
  };
@@ -1269,9 +1269,9 @@ export declare const suppliersRouter: {
1269
1269
  email?: string | null | undefined;
1270
1270
  name?: string | undefined;
1271
1271
  phone?: string | null | undefined;
1272
+ address?: string | null | undefined;
1272
1273
  notes?: string | null | undefined;
1273
1274
  contactPerson?: string | null | undefined;
1274
- address?: string | null | undefined;
1275
1275
  rating?: number | null | undefined;
1276
1276
  };
1277
1277
  };
@@ -1324,10 +1324,10 @@ export declare const suppliersRouter: {
1324
1324
  updatedAt: string;
1325
1325
  name: string;
1326
1326
  phone: string | null;
1327
- notes: string | null;
1327
+ address: string | null;
1328
1328
  organizationId: string;
1329
+ notes: string | null;
1329
1330
  contactPerson: string | null;
1330
- address: string | null;
1331
1331
  rating: number | null;
1332
1332
  priceHistory?: {
1333
1333
  date: string;
@@ -1344,10 +1344,10 @@ export declare const suppliersRouter: {
1344
1344
  updatedAt: string;
1345
1345
  name: string;
1346
1346
  phone: string | null;
1347
- notes: string | null;
1347
+ address: string | null;
1348
1348
  organizationId: string;
1349
+ notes: string | null;
1349
1350
  contactPerson: string | null;
1350
- address: string | null;
1351
1351
  rating: number | null;
1352
1352
  priceHistory?: {
1353
1353
  date: string;
@@ -1371,10 +1371,10 @@ export declare const suppliersRouter: {
1371
1371
  updatedAt: string;
1372
1372
  name: string;
1373
1373
  phone: string | null;
1374
- notes: string | null;
1374
+ address: string | null;
1375
1375
  organizationId: string;
1376
+ notes: string | null;
1376
1377
  contactPerson: string | null;
1377
- address: string | null;
1378
1378
  rating: number | null;
1379
1379
  priceHistory?: {
1380
1380
  date: string;
@@ -1398,10 +1398,10 @@ export declare const suppliersRouter: {
1398
1398
  updatedAt: string;
1399
1399
  name: string;
1400
1400
  phone: string | null;
1401
- notes: string | null;
1401
+ address: string | null;
1402
1402
  organizationId: string;
1403
+ notes: string | null;
1403
1404
  contactPerson: string | null;
1404
- address: string | null;
1405
1405
  rating: number | null;
1406
1406
  priceHistory?: {
1407
1407
  date: string;
@@ -1451,10 +1451,10 @@ export declare const suppliersRouter: {
1451
1451
  updatedAt: string;
1452
1452
  name: string;
1453
1453
  phone: string | null;
1454
- notes: string | null;
1454
+ address: string | null;
1455
1455
  organizationId: string;
1456
+ notes: string | null;
1456
1457
  contactPerson: string | null;
1457
- address: string | null;
1458
1458
  rating: number | null;
1459
1459
  priceHistory?: {
1460
1460
  date: string;
@@ -1490,10 +1490,10 @@ export declare const suppliersRouter: {
1490
1490
  updatedAt: string;
1491
1491
  name: string;
1492
1492
  phone: string | null;
1493
- notes: string | null;
1493
+ address: string | null;
1494
1494
  organizationId: string;
1495
+ notes: string | null;
1495
1496
  contactPerson: string | null;
1496
- address: string | null;
1497
1497
  rating: number | null;
1498
1498
  priceHistory?: {
1499
1499
  date: string;
@@ -2183,10 +2183,10 @@ export declare const suppliersRouter: {
2183
2183
  updatedAt: string;
2184
2184
  name: string;
2185
2185
  phone: string | null;
2186
- notes: string | null;
2186
+ address: string | null;
2187
2187
  organizationId: string;
2188
+ notes: string | null;
2188
2189
  contactPerson: string | null;
2189
- address: string | null;
2190
2190
  rating: number | null;
2191
2191
  priceHistory?: {
2192
2192
  date: string;
@@ -2203,10 +2203,10 @@ export declare const suppliersRouter: {
2203
2203
  updatedAt: string;
2204
2204
  name: string;
2205
2205
  phone: string | null;
2206
- notes: string | null;
2206
+ address: string | null;
2207
2207
  organizationId: string;
2208
+ notes: string | null;
2208
2209
  contactPerson: string | null;
2209
- address: string | null;
2210
2210
  rating: number | null;
2211
2211
  priceHistory?: {
2212
2212
  date: string;
@@ -2230,10 +2230,10 @@ export declare const suppliersRouter: {
2230
2230
  updatedAt: string;
2231
2231
  name: string;
2232
2232
  phone: string | null;
2233
- notes: string | null;
2233
+ address: string | null;
2234
2234
  organizationId: string;
2235
+ notes: string | null;
2235
2236
  contactPerson: string | null;
2236
- address: string | null;
2237
2237
  rating: number | null;
2238
2238
  priceHistory?: {
2239
2239
  date: string;
@@ -2257,10 +2257,10 @@ export declare const suppliersRouter: {
2257
2257
  updatedAt: string;
2258
2258
  name: string;
2259
2259
  phone: string | null;
2260
- notes: string | null;
2260
+ address: string | null;
2261
2261
  organizationId: string;
2262
+ notes: string | null;
2262
2263
  contactPerson: string | null;
2263
- address: string | null;
2264
2264
  rating: number | null;
2265
2265
  priceHistory?: {
2266
2266
  date: string;
@@ -2310,10 +2310,10 @@ export declare const suppliersRouter: {
2310
2310
  updatedAt: string;
2311
2311
  name: string;
2312
2312
  phone: string | null;
2313
- notes: string | null;
2313
+ address: string | null;
2314
2314
  organizationId: string;
2315
+ notes: string | null;
2315
2316
  contactPerson: string | null;
2316
- address: string | null;
2317
2317
  rating: number | null;
2318
2318
  priceHistory?: {
2319
2319
  date: string;
@@ -2349,10 +2349,10 @@ export declare const suppliersRouter: {
2349
2349
  updatedAt: string;
2350
2350
  name: string;
2351
2351
  phone: string | null;
2352
- notes: string | null;
2352
+ address: string | null;
2353
2353
  organizationId: string;
2354
+ notes: string | null;
2354
2355
  contactPerson: string | null;
2355
- address: string | null;
2356
2356
  rating: number | null;
2357
2357
  priceHistory?: {
2358
2358
  date: string;
@@ -2588,18 +2588,18 @@ export declare const suppliersRouter: {
2588
2588
  name: string;
2589
2589
  email?: string | undefined;
2590
2590
  phone?: string | undefined;
2591
+ address?: string | undefined;
2591
2592
  notes?: string | undefined;
2592
2593
  contactPerson?: string | undefined;
2593
- address?: string | undefined;
2594
2594
  rating?: number | undefined;
2595
2595
  crops?: string[] | undefined;
2596
2596
  }, {
2597
2597
  name: string;
2598
2598
  email?: string | undefined;
2599
2599
  phone?: string | undefined;
2600
+ address?: string | undefined;
2600
2601
  notes?: string | undefined;
2601
2602
  contactPerson?: string | undefined;
2602
- address?: string | undefined;
2603
2603
  rating?: number | undefined;
2604
2604
  crops?: string[] | undefined;
2605
2605
  }>;
@@ -2609,9 +2609,9 @@ export declare const suppliersRouter: {
2609
2609
  name: string;
2610
2610
  email?: string | undefined;
2611
2611
  phone?: string | undefined;
2612
+ address?: string | undefined;
2612
2613
  notes?: string | undefined;
2613
2614
  contactPerson?: string | undefined;
2614
- address?: string | undefined;
2615
2615
  rating?: number | undefined;
2616
2616
  crops?: string[] | undefined;
2617
2617
  };
@@ -2621,9 +2621,9 @@ export declare const suppliersRouter: {
2621
2621
  name: string;
2622
2622
  email?: string | undefined;
2623
2623
  phone?: string | undefined;
2624
+ address?: string | undefined;
2624
2625
  notes?: string | undefined;
2625
2626
  contactPerson?: string | undefined;
2626
- address?: string | undefined;
2627
2627
  rating?: number | undefined;
2628
2628
  crops?: string[] | undefined;
2629
2629
  };
@@ -2635,9 +2635,9 @@ export declare const suppliersRouter: {
2635
2635
  name: string;
2636
2636
  email?: string | undefined;
2637
2637
  phone?: string | undefined;
2638
+ address?: string | undefined;
2638
2639
  notes?: string | undefined;
2639
2640
  contactPerson?: string | undefined;
2640
- address?: string | undefined;
2641
2641
  rating?: number | undefined;
2642
2642
  crops?: string[] | undefined;
2643
2643
  };
@@ -2649,9 +2649,9 @@ export declare const suppliersRouter: {
2649
2649
  name: string;
2650
2650
  email?: string | undefined;
2651
2651
  phone?: string | undefined;
2652
+ address?: string | undefined;
2652
2653
  notes?: string | undefined;
2653
2654
  contactPerson?: string | undefined;
2654
- address?: string | undefined;
2655
2655
  rating?: number | undefined;
2656
2656
  crops?: string[] | undefined;
2657
2657
  };
@@ -2704,10 +2704,10 @@ export declare const suppliersRouter: {
2704
2704
  updatedAt: string;
2705
2705
  name: string;
2706
2706
  phone: string | null;
2707
- notes: string | null;
2707
+ address: string | null;
2708
2708
  organizationId: string;
2709
+ notes: string | null;
2709
2710
  contactPerson: string | null;
2710
- address: string | null;
2711
2711
  rating: number | null;
2712
2712
  priceHistory?: {
2713
2713
  date: string;
@@ -2724,10 +2724,10 @@ export declare const suppliersRouter: {
2724
2724
  updatedAt: string;
2725
2725
  name: string;
2726
2726
  phone: string | null;
2727
- notes: string | null;
2727
+ address: string | null;
2728
2728
  organizationId: string;
2729
+ notes: string | null;
2729
2730
  contactPerson: string | null;
2730
- address: string | null;
2731
2731
  rating: number | null;
2732
2732
  priceHistory?: {
2733
2733
  date: string;
@@ -2751,10 +2751,10 @@ export declare const suppliersRouter: {
2751
2751
  updatedAt: string;
2752
2752
  name: string;
2753
2753
  phone: string | null;
2754
- notes: string | null;
2754
+ address: string | null;
2755
2755
  organizationId: string;
2756
+ notes: string | null;
2756
2757
  contactPerson: string | null;
2757
- address: string | null;
2758
2758
  rating: number | null;
2759
2759
  priceHistory?: {
2760
2760
  date: string;
@@ -2778,10 +2778,10 @@ export declare const suppliersRouter: {
2778
2778
  updatedAt: string;
2779
2779
  name: string;
2780
2780
  phone: string | null;
2781
- notes: string | null;
2781
+ address: string | null;
2782
2782
  organizationId: string;
2783
+ notes: string | null;
2783
2784
  contactPerson: string | null;
2784
- address: string | null;
2785
2785
  rating: number | null;
2786
2786
  priceHistory?: {
2787
2787
  date: string;
@@ -2831,10 +2831,10 @@ export declare const suppliersRouter: {
2831
2831
  updatedAt: string;
2832
2832
  name: string;
2833
2833
  phone: string | null;
2834
- notes: string | null;
2834
+ address: string | null;
2835
2835
  organizationId: string;
2836
+ notes: string | null;
2836
2837
  contactPerson: string | null;
2837
- address: string | null;
2838
2838
  rating: number | null;
2839
2839
  priceHistory?: {
2840
2840
  date: string;
@@ -2870,10 +2870,10 @@ export declare const suppliersRouter: {
2870
2870
  updatedAt: string;
2871
2871
  name: string;
2872
2872
  phone: string | null;
2873
- notes: string | null;
2873
+ address: string | null;
2874
2874
  organizationId: string;
2875
+ notes: string | null;
2875
2876
  contactPerson: string | null;
2876
- address: string | null;
2877
2877
  rating: number | null;
2878
2878
  priceHistory?: {
2879
2879
  date: string;
@@ -3293,18 +3293,18 @@ export declare const suppliersRouter: {
3293
3293
  email?: string | null | undefined;
3294
3294
  name?: string | undefined;
3295
3295
  phone?: string | null | undefined;
3296
+ address?: string | null | undefined;
3296
3297
  notes?: string | null | undefined;
3297
3298
  contactPerson?: string | null | undefined;
3298
- address?: string | null | undefined;
3299
3299
  rating?: number | null | undefined;
3300
3300
  crops?: string[] | undefined;
3301
3301
  }, {
3302
3302
  email?: string | null | undefined;
3303
3303
  name?: string | undefined;
3304
3304
  phone?: string | null | undefined;
3305
+ address?: string | null | undefined;
3305
3306
  notes?: string | null | undefined;
3306
3307
  contactPerson?: string | null | undefined;
3307
- address?: string | null | undefined;
3308
3308
  rating?: number | null | undefined;
3309
3309
  crops?: string[] | undefined;
3310
3310
  }>;
@@ -3315,9 +3315,9 @@ export declare const suppliersRouter: {
3315
3315
  email?: string | null | undefined;
3316
3316
  name?: string | undefined;
3317
3317
  phone?: string | null | undefined;
3318
+ address?: string | null | undefined;
3318
3319
  notes?: string | null | undefined;
3319
3320
  contactPerson?: string | null | undefined;
3320
- address?: string | null | undefined;
3321
3321
  rating?: number | null | undefined;
3322
3322
  crops?: string[] | undefined;
3323
3323
  };
@@ -3328,9 +3328,9 @@ export declare const suppliersRouter: {
3328
3328
  email?: string | null | undefined;
3329
3329
  name?: string | undefined;
3330
3330
  phone?: string | null | undefined;
3331
+ address?: string | null | undefined;
3331
3332
  notes?: string | null | undefined;
3332
3333
  contactPerson?: string | null | undefined;
3333
- address?: string | null | undefined;
3334
3334
  rating?: number | null | undefined;
3335
3335
  crops?: string[] | undefined;
3336
3336
  };
@@ -3343,9 +3343,9 @@ export declare const suppliersRouter: {
3343
3343
  email?: string | null | undefined;
3344
3344
  name?: string | undefined;
3345
3345
  phone?: string | null | undefined;
3346
+ address?: string | null | undefined;
3346
3347
  notes?: string | null | undefined;
3347
3348
  contactPerson?: string | null | undefined;
3348
- address?: string | null | undefined;
3349
3349
  rating?: number | null | undefined;
3350
3350
  crops?: string[] | undefined;
3351
3351
  };
@@ -3358,9 +3358,9 @@ export declare const suppliersRouter: {
3358
3358
  email?: string | null | undefined;
3359
3359
  name?: string | undefined;
3360
3360
  phone?: string | null | undefined;
3361
+ address?: string | null | undefined;
3361
3362
  notes?: string | null | undefined;
3362
3363
  contactPerson?: string | null | undefined;
3363
- address?: string | null | undefined;
3364
3364
  rating?: number | null | undefined;
3365
3365
  crops?: string[] | undefined;
3366
3366
  };
@@ -3413,10 +3413,10 @@ export declare const suppliersRouter: {
3413
3413
  updatedAt: string;
3414
3414
  name: string;
3415
3415
  phone: string | null;
3416
- notes: string | null;
3416
+ address: string | null;
3417
3417
  organizationId: string;
3418
+ notes: string | null;
3418
3419
  contactPerson: string | null;
3419
- address: string | null;
3420
3420
  rating: number | null;
3421
3421
  priceHistory?: {
3422
3422
  date: string;
@@ -3433,10 +3433,10 @@ export declare const suppliersRouter: {
3433
3433
  updatedAt: string;
3434
3434
  name: string;
3435
3435
  phone: string | null;
3436
- notes: string | null;
3436
+ address: string | null;
3437
3437
  organizationId: string;
3438
+ notes: string | null;
3438
3439
  contactPerson: string | null;
3439
- address: string | null;
3440
3440
  rating: number | null;
3441
3441
  priceHistory?: {
3442
3442
  date: string;
@@ -3460,10 +3460,10 @@ export declare const suppliersRouter: {
3460
3460
  updatedAt: string;
3461
3461
  name: string;
3462
3462
  phone: string | null;
3463
- notes: string | null;
3463
+ address: string | null;
3464
3464
  organizationId: string;
3465
+ notes: string | null;
3465
3466
  contactPerson: string | null;
3466
- address: string | null;
3467
3467
  rating: number | null;
3468
3468
  priceHistory?: {
3469
3469
  date: string;
@@ -3487,10 +3487,10 @@ export declare const suppliersRouter: {
3487
3487
  updatedAt: string;
3488
3488
  name: string;
3489
3489
  phone: string | null;
3490
- notes: string | null;
3490
+ address: string | null;
3491
3491
  organizationId: string;
3492
+ notes: string | null;
3492
3493
  contactPerson: string | null;
3493
- address: string | null;
3494
3494
  rating: number | null;
3495
3495
  priceHistory?: {
3496
3496
  date: string;
@@ -3540,10 +3540,10 @@ export declare const suppliersRouter: {
3540
3540
  updatedAt: string;
3541
3541
  name: string;
3542
3542
  phone: string | null;
3543
- notes: string | null;
3543
+ address: string | null;
3544
3544
  organizationId: string;
3545
+ notes: string | null;
3545
3546
  contactPerson: string | null;
3546
- address: string | null;
3547
3547
  rating: number | null;
3548
3548
  priceHistory?: {
3549
3549
  date: string;
@@ -3579,10 +3579,10 @@ export declare const suppliersRouter: {
3579
3579
  updatedAt: string;
3580
3580
  name: string;
3581
3581
  phone: string | null;
3582
- notes: string | null;
3582
+ address: string | null;
3583
3583
  organizationId: string;
3584
+ notes: string | null;
3584
3585
  contactPerson: string | null;
3585
- address: string | null;
3586
3586
  rating: number | null;
3587
3587
  priceHistory?: {
3588
3588
  date: string;