@deepintel-ltd/farmpro-contracts 1.23.0 → 1.23.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 (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
@@ -115,9 +115,9 @@ export declare const cropNutrientProfilesRouter: {
115
115
  source: string | null;
116
116
  createdAt: string;
117
117
  updatedAt: string;
118
+ isDefault: boolean;
118
119
  notes: string | null;
119
120
  cropName: string;
120
- isDefault: boolean;
121
121
  cropVariety: string | null;
122
122
  cropCategory: string;
123
123
  growthStages: {
@@ -147,9 +147,9 @@ export declare const cropNutrientProfilesRouter: {
147
147
  source: string | null;
148
148
  createdAt: string;
149
149
  updatedAt: string;
150
+ isDefault: boolean;
150
151
  notes: string | null;
151
152
  cropName: string;
152
- isDefault: boolean;
153
153
  cropVariety: string | null;
154
154
  cropCategory: string;
155
155
  growthStages: {
@@ -186,9 +186,9 @@ export declare const cropNutrientProfilesRouter: {
186
186
  source: string | null;
187
187
  createdAt: string;
188
188
  updatedAt: string;
189
+ isDefault: boolean;
189
190
  notes: string | null;
190
191
  cropName: string;
191
- isDefault: boolean;
192
192
  cropVariety: string | null;
193
193
  cropCategory: string;
194
194
  growthStages: {
@@ -225,9 +225,9 @@ export declare const cropNutrientProfilesRouter: {
225
225
  source: string | null;
226
226
  createdAt: string;
227
227
  updatedAt: string;
228
+ isDefault: boolean;
228
229
  notes: string | null;
229
230
  cropName: string;
230
- isDefault: boolean;
231
231
  cropVariety: string | null;
232
232
  cropCategory: string;
233
233
  growthStages: {
@@ -290,9 +290,9 @@ export declare const cropNutrientProfilesRouter: {
290
290
  source: string | null;
291
291
  createdAt: string;
292
292
  updatedAt: string;
293
+ isDefault: boolean;
293
294
  notes: string | null;
294
295
  cropName: string;
295
- isDefault: boolean;
296
296
  cropVariety: string | null;
297
297
  cropCategory: string;
298
298
  growthStages: {
@@ -341,9 +341,9 @@ export declare const cropNutrientProfilesRouter: {
341
341
  source: string | null;
342
342
  createdAt: string;
343
343
  updatedAt: string;
344
+ isDefault: boolean;
344
345
  notes: string | null;
345
346
  cropName: string;
346
- isDefault: boolean;
347
347
  cropVariety: string | null;
348
348
  cropCategory: string;
349
349
  growthStages: {
@@ -575,9 +575,9 @@ export declare const cropNutrientProfilesRouter: {
575
575
  source: string | null;
576
576
  createdAt: string;
577
577
  updatedAt: string;
578
+ isDefault: boolean;
578
579
  notes: string | null;
579
580
  cropName: string;
580
- isDefault: boolean;
581
581
  cropVariety: string | null;
582
582
  cropCategory: string;
583
583
  growthStages: {
@@ -607,9 +607,9 @@ export declare const cropNutrientProfilesRouter: {
607
607
  source: string | null;
608
608
  createdAt: string;
609
609
  updatedAt: string;
610
+ isDefault: boolean;
610
611
  notes: string | null;
611
612
  cropName: string;
612
- isDefault: boolean;
613
613
  cropVariety: string | null;
614
614
  cropCategory: string;
615
615
  growthStages: {
@@ -646,9 +646,9 @@ export declare const cropNutrientProfilesRouter: {
646
646
  source: string | null;
647
647
  createdAt: string;
648
648
  updatedAt: string;
649
+ isDefault: boolean;
649
650
  notes: string | null;
650
651
  cropName: string;
651
- isDefault: boolean;
652
652
  cropVariety: string | null;
653
653
  cropCategory: string;
654
654
  growthStages: {
@@ -685,9 +685,9 @@ export declare const cropNutrientProfilesRouter: {
685
685
  source: string | null;
686
686
  createdAt: string;
687
687
  updatedAt: string;
688
+ isDefault: boolean;
688
689
  notes: string | null;
689
690
  cropName: string;
690
- isDefault: boolean;
691
691
  cropVariety: string | null;
692
692
  cropCategory: string;
693
693
  growthStages: {
@@ -750,9 +750,9 @@ export declare const cropNutrientProfilesRouter: {
750
750
  source: string | null;
751
751
  createdAt: string;
752
752
  updatedAt: string;
753
+ isDefault: boolean;
753
754
  notes: string | null;
754
755
  cropName: string;
755
- isDefault: boolean;
756
756
  cropVariety: string | null;
757
757
  cropCategory: string;
758
758
  growthStages: {
@@ -801,9 +801,9 @@ export declare const cropNutrientProfilesRouter: {
801
801
  source: string | null;
802
802
  createdAt: string;
803
803
  updatedAt: string;
804
+ isDefault: boolean;
804
805
  notes: string | null;
805
806
  cropName: string;
806
- isDefault: boolean;
807
807
  cropVariety: string | null;
808
808
  cropCategory: string;
809
809
  growthStages: {
@@ -1387,9 +1387,9 @@ export declare const cropNutrientProfilesRouter: {
1387
1387
  source: string | null;
1388
1388
  createdAt: string;
1389
1389
  updatedAt: string;
1390
+ isDefault: boolean;
1390
1391
  notes: string | null;
1391
1392
  cropName: string;
1392
- isDefault: boolean;
1393
1393
  cropVariety: string | null;
1394
1394
  cropCategory: string;
1395
1395
  growthStages: {
@@ -1419,9 +1419,9 @@ export declare const cropNutrientProfilesRouter: {
1419
1419
  source: string | null;
1420
1420
  createdAt: string;
1421
1421
  updatedAt: string;
1422
+ isDefault: boolean;
1422
1423
  notes: string | null;
1423
1424
  cropName: string;
1424
- isDefault: boolean;
1425
1425
  cropVariety: string | null;
1426
1426
  cropCategory: string;
1427
1427
  growthStages: {
@@ -1458,9 +1458,9 @@ export declare const cropNutrientProfilesRouter: {
1458
1458
  source: string | null;
1459
1459
  createdAt: string;
1460
1460
  updatedAt: string;
1461
+ isDefault: boolean;
1461
1462
  notes: string | null;
1462
1463
  cropName: string;
1463
- isDefault: boolean;
1464
1464
  cropVariety: string | null;
1465
1465
  cropCategory: string;
1466
1466
  growthStages: {
@@ -1497,9 +1497,9 @@ export declare const cropNutrientProfilesRouter: {
1497
1497
  source: string | null;
1498
1498
  createdAt: string;
1499
1499
  updatedAt: string;
1500
+ isDefault: boolean;
1500
1501
  notes: string | null;
1501
1502
  cropName: string;
1502
- isDefault: boolean;
1503
1503
  cropVariety: string | null;
1504
1504
  cropCategory: string;
1505
1505
  growthStages: {
@@ -1562,9 +1562,9 @@ export declare const cropNutrientProfilesRouter: {
1562
1562
  source: string | null;
1563
1563
  createdAt: string;
1564
1564
  updatedAt: string;
1565
+ isDefault: boolean;
1565
1566
  notes: string | null;
1566
1567
  cropName: string;
1567
- isDefault: boolean;
1568
1568
  cropVariety: string | null;
1569
1569
  cropCategory: string;
1570
1570
  growthStages: {
@@ -1613,9 +1613,9 @@ export declare const cropNutrientProfilesRouter: {
1613
1613
  source: string | null;
1614
1614
  createdAt: string;
1615
1615
  updatedAt: string;
1616
+ isDefault: boolean;
1616
1617
  notes: string | null;
1617
1618
  cropName: string;
1618
- isDefault: boolean;
1619
1619
  cropVariety: string | null;
1620
1620
  cropCategory: string;
1621
1621
  growthStages: {
@@ -2301,9 +2301,9 @@ export declare const cropNutrientProfilesRouter: {
2301
2301
  source: string | null;
2302
2302
  createdAt: string;
2303
2303
  updatedAt: string;
2304
+ isDefault: boolean;
2304
2305
  notes: string | null;
2305
2306
  cropName: string;
2306
- isDefault: boolean;
2307
2307
  cropVariety: string | null;
2308
2308
  cropCategory: string;
2309
2309
  growthStages: {
@@ -2333,9 +2333,9 @@ export declare const cropNutrientProfilesRouter: {
2333
2333
  source: string | null;
2334
2334
  createdAt: string;
2335
2335
  updatedAt: string;
2336
+ isDefault: boolean;
2336
2337
  notes: string | null;
2337
2338
  cropName: string;
2338
- isDefault: boolean;
2339
2339
  cropVariety: string | null;
2340
2340
  cropCategory: string;
2341
2341
  growthStages: {
@@ -2372,9 +2372,9 @@ export declare const cropNutrientProfilesRouter: {
2372
2372
  source: string | null;
2373
2373
  createdAt: string;
2374
2374
  updatedAt: string;
2375
+ isDefault: boolean;
2375
2376
  notes: string | null;
2376
2377
  cropName: string;
2377
- isDefault: boolean;
2378
2378
  cropVariety: string | null;
2379
2379
  cropCategory: string;
2380
2380
  growthStages: {
@@ -2411,9 +2411,9 @@ export declare const cropNutrientProfilesRouter: {
2411
2411
  source: string | null;
2412
2412
  createdAt: string;
2413
2413
  updatedAt: string;
2414
+ isDefault: boolean;
2414
2415
  notes: string | null;
2415
2416
  cropName: string;
2416
- isDefault: boolean;
2417
2417
  cropVariety: string | null;
2418
2418
  cropCategory: string;
2419
2419
  growthStages: {
@@ -2476,9 +2476,9 @@ export declare const cropNutrientProfilesRouter: {
2476
2476
  source: string | null;
2477
2477
  createdAt: string;
2478
2478
  updatedAt: string;
2479
+ isDefault: boolean;
2479
2480
  notes: string | null;
2480
2481
  cropName: string;
2481
- isDefault: boolean;
2482
2482
  cropVariety: string | null;
2483
2483
  cropCategory: string;
2484
2484
  growthStages: {
@@ -2527,9 +2527,9 @@ export declare const cropNutrientProfilesRouter: {
2527
2527
  source: string | null;
2528
2528
  createdAt: string;
2529
2529
  updatedAt: string;
2530
+ isDefault: boolean;
2530
2531
  notes: string | null;
2531
2532
  cropName: string;
2532
- isDefault: boolean;
2533
2533
  cropVariety: string | null;
2534
2534
  cropCategory: string;
2535
2535
  growthStages: {
@@ -3221,8 +3221,8 @@ export declare const fertilizerProductsRouter: {
3221
3221
  updatedAt: string;
3222
3222
  name: string;
3223
3223
  brand: string | null;
3224
- notes: string | null;
3225
3224
  isDefault: boolean;
3225
+ notes: string | null;
3226
3226
  micronutrients: Record<string, number> | null;
3227
3227
  productCode: string | null;
3228
3228
  nitrogenContent: number;
@@ -3247,8 +3247,8 @@ export declare const fertilizerProductsRouter: {
3247
3247
  updatedAt: string;
3248
3248
  name: string;
3249
3249
  brand: string | null;
3250
- notes: string | null;
3251
3250
  isDefault: boolean;
3251
+ notes: string | null;
3252
3252
  micronutrients: Record<string, number> | null;
3253
3253
  productCode: string | null;
3254
3254
  nitrogenContent: number;
@@ -3280,8 +3280,8 @@ export declare const fertilizerProductsRouter: {
3280
3280
  updatedAt: string;
3281
3281
  name: string;
3282
3282
  brand: string | null;
3283
- notes: string | null;
3284
3283
  isDefault: boolean;
3284
+ notes: string | null;
3285
3285
  micronutrients: Record<string, number> | null;
3286
3286
  productCode: string | null;
3287
3287
  nitrogenContent: number;
@@ -3313,8 +3313,8 @@ export declare const fertilizerProductsRouter: {
3313
3313
  updatedAt: string;
3314
3314
  name: string;
3315
3315
  brand: string | null;
3316
- notes: string | null;
3317
3316
  isDefault: boolean;
3317
+ notes: string | null;
3318
3318
  micronutrients: Record<string, number> | null;
3319
3319
  productCode: string | null;
3320
3320
  nitrogenContent: number;
@@ -3372,8 +3372,8 @@ export declare const fertilizerProductsRouter: {
3372
3372
  updatedAt: string;
3373
3373
  name: string;
3374
3374
  brand: string | null;
3375
- notes: string | null;
3376
3375
  isDefault: boolean;
3376
+ notes: string | null;
3377
3377
  micronutrients: Record<string, number> | null;
3378
3378
  productCode: string | null;
3379
3379
  nitrogenContent: number;
@@ -3417,8 +3417,8 @@ export declare const fertilizerProductsRouter: {
3417
3417
  updatedAt: string;
3418
3418
  name: string;
3419
3419
  brand: string | null;
3420
- notes: string | null;
3421
3420
  isDefault: boolean;
3421
+ notes: string | null;
3422
3422
  micronutrients: Record<string, number> | null;
3423
3423
  productCode: string | null;
3424
3424
  nitrogenContent: number;
@@ -3603,8 +3603,8 @@ export declare const fertilizerProductsRouter: {
3603
3603
  updatedAt: string;
3604
3604
  name: string;
3605
3605
  brand: string | null;
3606
- notes: string | null;
3607
3606
  isDefault: boolean;
3607
+ notes: string | null;
3608
3608
  micronutrients: Record<string, number> | null;
3609
3609
  productCode: string | null;
3610
3610
  nitrogenContent: number;
@@ -3629,8 +3629,8 @@ export declare const fertilizerProductsRouter: {
3629
3629
  updatedAt: string;
3630
3630
  name: string;
3631
3631
  brand: string | null;
3632
- notes: string | null;
3633
3632
  isDefault: boolean;
3633
+ notes: string | null;
3634
3634
  micronutrients: Record<string, number> | null;
3635
3635
  productCode: string | null;
3636
3636
  nitrogenContent: number;
@@ -3662,8 +3662,8 @@ export declare const fertilizerProductsRouter: {
3662
3662
  updatedAt: string;
3663
3663
  name: string;
3664
3664
  brand: string | null;
3665
- notes: string | null;
3666
3665
  isDefault: boolean;
3666
+ notes: string | null;
3667
3667
  micronutrients: Record<string, number> | null;
3668
3668
  productCode: string | null;
3669
3669
  nitrogenContent: number;
@@ -3695,8 +3695,8 @@ export declare const fertilizerProductsRouter: {
3695
3695
  updatedAt: string;
3696
3696
  name: string;
3697
3697
  brand: string | null;
3698
- notes: string | null;
3699
3698
  isDefault: boolean;
3699
+ notes: string | null;
3700
3700
  micronutrients: Record<string, number> | null;
3701
3701
  productCode: string | null;
3702
3702
  nitrogenContent: number;
@@ -3754,8 +3754,8 @@ export declare const fertilizerProductsRouter: {
3754
3754
  updatedAt: string;
3755
3755
  name: string;
3756
3756
  brand: string | null;
3757
- notes: string | null;
3758
3757
  isDefault: boolean;
3758
+ notes: string | null;
3759
3759
  micronutrients: Record<string, number> | null;
3760
3760
  productCode: string | null;
3761
3761
  nitrogenContent: number;
@@ -3799,8 +3799,8 @@ export declare const fertilizerProductsRouter: {
3799
3799
  updatedAt: string;
3800
3800
  name: string;
3801
3801
  brand: string | null;
3802
- notes: string | null;
3803
3802
  isDefault: boolean;
3803
+ notes: string | null;
3804
3804
  micronutrients: Record<string, number> | null;
3805
3805
  productCode: string | null;
3806
3806
  nitrogenContent: number;
@@ -4259,8 +4259,8 @@ export declare const fertilizerProductsRouter: {
4259
4259
  updatedAt: string;
4260
4260
  name: string;
4261
4261
  brand: string | null;
4262
- notes: string | null;
4263
4262
  isDefault: boolean;
4263
+ notes: string | null;
4264
4264
  micronutrients: Record<string, number> | null;
4265
4265
  productCode: string | null;
4266
4266
  nitrogenContent: number;
@@ -4285,8 +4285,8 @@ export declare const fertilizerProductsRouter: {
4285
4285
  updatedAt: string;
4286
4286
  name: string;
4287
4287
  brand: string | null;
4288
- notes: string | null;
4289
4288
  isDefault: boolean;
4289
+ notes: string | null;
4290
4290
  micronutrients: Record<string, number> | null;
4291
4291
  productCode: string | null;
4292
4292
  nitrogenContent: number;
@@ -4318,8 +4318,8 @@ export declare const fertilizerProductsRouter: {
4318
4318
  updatedAt: string;
4319
4319
  name: string;
4320
4320
  brand: string | null;
4321
- notes: string | null;
4322
4321
  isDefault: boolean;
4322
+ notes: string | null;
4323
4323
  micronutrients: Record<string, number> | null;
4324
4324
  productCode: string | null;
4325
4325
  nitrogenContent: number;
@@ -4351,8 +4351,8 @@ export declare const fertilizerProductsRouter: {
4351
4351
  updatedAt: string;
4352
4352
  name: string;
4353
4353
  brand: string | null;
4354
- notes: string | null;
4355
4354
  isDefault: boolean;
4355
+ notes: string | null;
4356
4356
  micronutrients: Record<string, number> | null;
4357
4357
  productCode: string | null;
4358
4358
  nitrogenContent: number;
@@ -4410,8 +4410,8 @@ export declare const fertilizerProductsRouter: {
4410
4410
  updatedAt: string;
4411
4411
  name: string;
4412
4412
  brand: string | null;
4413
- notes: string | null;
4414
4413
  isDefault: boolean;
4414
+ notes: string | null;
4415
4415
  micronutrients: Record<string, number> | null;
4416
4416
  productCode: string | null;
4417
4417
  nitrogenContent: number;
@@ -4455,8 +4455,8 @@ export declare const fertilizerProductsRouter: {
4455
4455
  updatedAt: string;
4456
4456
  name: string;
4457
4457
  brand: string | null;
4458
- notes: string | null;
4459
4458
  isDefault: boolean;
4459
+ notes: string | null;
4460
4460
  micronutrients: Record<string, number> | null;
4461
4461
  productCode: string | null;
4462
4462
  nitrogenContent: number;
@@ -5017,8 +5017,8 @@ export declare const fertilizerProductsRouter: {
5017
5017
  updatedAt: string;
5018
5018
  name: string;
5019
5019
  brand: string | null;
5020
- notes: string | null;
5021
5020
  isDefault: boolean;
5021
+ notes: string | null;
5022
5022
  micronutrients: Record<string, number> | null;
5023
5023
  productCode: string | null;
5024
5024
  nitrogenContent: number;
@@ -5043,8 +5043,8 @@ export declare const fertilizerProductsRouter: {
5043
5043
  updatedAt: string;
5044
5044
  name: string;
5045
5045
  brand: string | null;
5046
- notes: string | null;
5047
5046
  isDefault: boolean;
5047
+ notes: string | null;
5048
5048
  micronutrients: Record<string, number> | null;
5049
5049
  productCode: string | null;
5050
5050
  nitrogenContent: number;
@@ -5076,8 +5076,8 @@ export declare const fertilizerProductsRouter: {
5076
5076
  updatedAt: string;
5077
5077
  name: string;
5078
5078
  brand: string | null;
5079
- notes: string | null;
5080
5079
  isDefault: boolean;
5080
+ notes: string | null;
5081
5081
  micronutrients: Record<string, number> | null;
5082
5082
  productCode: string | null;
5083
5083
  nitrogenContent: number;
@@ -5109,8 +5109,8 @@ export declare const fertilizerProductsRouter: {
5109
5109
  updatedAt: string;
5110
5110
  name: string;
5111
5111
  brand: string | null;
5112
- notes: string | null;
5113
5112
  isDefault: boolean;
5113
+ notes: string | null;
5114
5114
  micronutrients: Record<string, number> | null;
5115
5115
  productCode: string | null;
5116
5116
  nitrogenContent: number;
@@ -5168,8 +5168,8 @@ export declare const fertilizerProductsRouter: {
5168
5168
  updatedAt: string;
5169
5169
  name: string;
5170
5170
  brand: string | null;
5171
- notes: string | null;
5172
5171
  isDefault: boolean;
5172
+ notes: string | null;
5173
5173
  micronutrients: Record<string, number> | null;
5174
5174
  productCode: string | null;
5175
5175
  nitrogenContent: number;
@@ -5213,8 +5213,8 @@ export declare const fertilizerProductsRouter: {
5213
5213
  updatedAt: string;
5214
5214
  name: string;
5215
5215
  brand: string | null;
5216
- notes: string | null;
5217
5216
  isDefault: boolean;
5217
+ notes: string | null;
5218
5218
  micronutrients: Record<string, number> | null;
5219
5219
  productCode: string | null;
5220
5220
  nitrogenContent: number;
@@ -17739,9 +17739,9 @@ export declare const fertigationRouter: {
17739
17739
  source: string | null;
17740
17740
  createdAt: string;
17741
17741
  updatedAt: string;
17742
+ isDefault: boolean;
17742
17743
  notes: string | null;
17743
17744
  cropName: string;
17744
- isDefault: boolean;
17745
17745
  cropVariety: string | null;
17746
17746
  cropCategory: string;
17747
17747
  growthStages: {
@@ -17771,9 +17771,9 @@ export declare const fertigationRouter: {
17771
17771
  source: string | null;
17772
17772
  createdAt: string;
17773
17773
  updatedAt: string;
17774
+ isDefault: boolean;
17774
17775
  notes: string | null;
17775
17776
  cropName: string;
17776
- isDefault: boolean;
17777
17777
  cropVariety: string | null;
17778
17778
  cropCategory: string;
17779
17779
  growthStages: {
@@ -17810,9 +17810,9 @@ export declare const fertigationRouter: {
17810
17810
  source: string | null;
17811
17811
  createdAt: string;
17812
17812
  updatedAt: string;
17813
+ isDefault: boolean;
17813
17814
  notes: string | null;
17814
17815
  cropName: string;
17815
- isDefault: boolean;
17816
17816
  cropVariety: string | null;
17817
17817
  cropCategory: string;
17818
17818
  growthStages: {
@@ -17849,9 +17849,9 @@ export declare const fertigationRouter: {
17849
17849
  source: string | null;
17850
17850
  createdAt: string;
17851
17851
  updatedAt: string;
17852
+ isDefault: boolean;
17852
17853
  notes: string | null;
17853
17854
  cropName: string;
17854
- isDefault: boolean;
17855
17855
  cropVariety: string | null;
17856
17856
  cropCategory: string;
17857
17857
  growthStages: {
@@ -17914,9 +17914,9 @@ export declare const fertigationRouter: {
17914
17914
  source: string | null;
17915
17915
  createdAt: string;
17916
17916
  updatedAt: string;
17917
+ isDefault: boolean;
17917
17918
  notes: string | null;
17918
17919
  cropName: string;
17919
- isDefault: boolean;
17920
17920
  cropVariety: string | null;
17921
17921
  cropCategory: string;
17922
17922
  growthStages: {
@@ -17965,9 +17965,9 @@ export declare const fertigationRouter: {
17965
17965
  source: string | null;
17966
17966
  createdAt: string;
17967
17967
  updatedAt: string;
17968
+ isDefault: boolean;
17968
17969
  notes: string | null;
17969
17970
  cropName: string;
17970
- isDefault: boolean;
17971
17971
  cropVariety: string | null;
17972
17972
  cropCategory: string;
17973
17973
  growthStages: {
@@ -18199,9 +18199,9 @@ export declare const fertigationRouter: {
18199
18199
  source: string | null;
18200
18200
  createdAt: string;
18201
18201
  updatedAt: string;
18202
+ isDefault: boolean;
18202
18203
  notes: string | null;
18203
18204
  cropName: string;
18204
- isDefault: boolean;
18205
18205
  cropVariety: string | null;
18206
18206
  cropCategory: string;
18207
18207
  growthStages: {
@@ -18231,9 +18231,9 @@ export declare const fertigationRouter: {
18231
18231
  source: string | null;
18232
18232
  createdAt: string;
18233
18233
  updatedAt: string;
18234
+ isDefault: boolean;
18234
18235
  notes: string | null;
18235
18236
  cropName: string;
18236
- isDefault: boolean;
18237
18237
  cropVariety: string | null;
18238
18238
  cropCategory: string;
18239
18239
  growthStages: {
@@ -18270,9 +18270,9 @@ export declare const fertigationRouter: {
18270
18270
  source: string | null;
18271
18271
  createdAt: string;
18272
18272
  updatedAt: string;
18273
+ isDefault: boolean;
18273
18274
  notes: string | null;
18274
18275
  cropName: string;
18275
- isDefault: boolean;
18276
18276
  cropVariety: string | null;
18277
18277
  cropCategory: string;
18278
18278
  growthStages: {
@@ -18309,9 +18309,9 @@ export declare const fertigationRouter: {
18309
18309
  source: string | null;
18310
18310
  createdAt: string;
18311
18311
  updatedAt: string;
18312
+ isDefault: boolean;
18312
18313
  notes: string | null;
18313
18314
  cropName: string;
18314
- isDefault: boolean;
18315
18315
  cropVariety: string | null;
18316
18316
  cropCategory: string;
18317
18317
  growthStages: {
@@ -18374,9 +18374,9 @@ export declare const fertigationRouter: {
18374
18374
  source: string | null;
18375
18375
  createdAt: string;
18376
18376
  updatedAt: string;
18377
+ isDefault: boolean;
18377
18378
  notes: string | null;
18378
18379
  cropName: string;
18379
- isDefault: boolean;
18380
18380
  cropVariety: string | null;
18381
18381
  cropCategory: string;
18382
18382
  growthStages: {
@@ -18425,9 +18425,9 @@ export declare const fertigationRouter: {
18425
18425
  source: string | null;
18426
18426
  createdAt: string;
18427
18427
  updatedAt: string;
18428
+ isDefault: boolean;
18428
18429
  notes: string | null;
18429
18430
  cropName: string;
18430
- isDefault: boolean;
18431
18431
  cropVariety: string | null;
18432
18432
  cropCategory: string;
18433
18433
  growthStages: {
@@ -19011,9 +19011,9 @@ export declare const fertigationRouter: {
19011
19011
  source: string | null;
19012
19012
  createdAt: string;
19013
19013
  updatedAt: string;
19014
+ isDefault: boolean;
19014
19015
  notes: string | null;
19015
19016
  cropName: string;
19016
- isDefault: boolean;
19017
19017
  cropVariety: string | null;
19018
19018
  cropCategory: string;
19019
19019
  growthStages: {
@@ -19043,9 +19043,9 @@ export declare const fertigationRouter: {
19043
19043
  source: string | null;
19044
19044
  createdAt: string;
19045
19045
  updatedAt: string;
19046
+ isDefault: boolean;
19046
19047
  notes: string | null;
19047
19048
  cropName: string;
19048
- isDefault: boolean;
19049
19049
  cropVariety: string | null;
19050
19050
  cropCategory: string;
19051
19051
  growthStages: {
@@ -19082,9 +19082,9 @@ export declare const fertigationRouter: {
19082
19082
  source: string | null;
19083
19083
  createdAt: string;
19084
19084
  updatedAt: string;
19085
+ isDefault: boolean;
19085
19086
  notes: string | null;
19086
19087
  cropName: string;
19087
- isDefault: boolean;
19088
19088
  cropVariety: string | null;
19089
19089
  cropCategory: string;
19090
19090
  growthStages: {
@@ -19121,9 +19121,9 @@ export declare const fertigationRouter: {
19121
19121
  source: string | null;
19122
19122
  createdAt: string;
19123
19123
  updatedAt: string;
19124
+ isDefault: boolean;
19124
19125
  notes: string | null;
19125
19126
  cropName: string;
19126
- isDefault: boolean;
19127
19127
  cropVariety: string | null;
19128
19128
  cropCategory: string;
19129
19129
  growthStages: {
@@ -19186,9 +19186,9 @@ export declare const fertigationRouter: {
19186
19186
  source: string | null;
19187
19187
  createdAt: string;
19188
19188
  updatedAt: string;
19189
+ isDefault: boolean;
19189
19190
  notes: string | null;
19190
19191
  cropName: string;
19191
- isDefault: boolean;
19192
19192
  cropVariety: string | null;
19193
19193
  cropCategory: string;
19194
19194
  growthStages: {
@@ -19237,9 +19237,9 @@ export declare const fertigationRouter: {
19237
19237
  source: string | null;
19238
19238
  createdAt: string;
19239
19239
  updatedAt: string;
19240
+ isDefault: boolean;
19240
19241
  notes: string | null;
19241
19242
  cropName: string;
19242
- isDefault: boolean;
19243
19243
  cropVariety: string | null;
19244
19244
  cropCategory: string;
19245
19245
  growthStages: {
@@ -19925,9 +19925,9 @@ export declare const fertigationRouter: {
19925
19925
  source: string | null;
19926
19926
  createdAt: string;
19927
19927
  updatedAt: string;
19928
+ isDefault: boolean;
19928
19929
  notes: string | null;
19929
19930
  cropName: string;
19930
- isDefault: boolean;
19931
19931
  cropVariety: string | null;
19932
19932
  cropCategory: string;
19933
19933
  growthStages: {
@@ -19957,9 +19957,9 @@ export declare const fertigationRouter: {
19957
19957
  source: string | null;
19958
19958
  createdAt: string;
19959
19959
  updatedAt: string;
19960
+ isDefault: boolean;
19960
19961
  notes: string | null;
19961
19962
  cropName: string;
19962
- isDefault: boolean;
19963
19963
  cropVariety: string | null;
19964
19964
  cropCategory: string;
19965
19965
  growthStages: {
@@ -19996,9 +19996,9 @@ export declare const fertigationRouter: {
19996
19996
  source: string | null;
19997
19997
  createdAt: string;
19998
19998
  updatedAt: string;
19999
+ isDefault: boolean;
19999
20000
  notes: string | null;
20000
20001
  cropName: string;
20001
- isDefault: boolean;
20002
20002
  cropVariety: string | null;
20003
20003
  cropCategory: string;
20004
20004
  growthStages: {
@@ -20035,9 +20035,9 @@ export declare const fertigationRouter: {
20035
20035
  source: string | null;
20036
20036
  createdAt: string;
20037
20037
  updatedAt: string;
20038
+ isDefault: boolean;
20038
20039
  notes: string | null;
20039
20040
  cropName: string;
20040
- isDefault: boolean;
20041
20041
  cropVariety: string | null;
20042
20042
  cropCategory: string;
20043
20043
  growthStages: {
@@ -20100,9 +20100,9 @@ export declare const fertigationRouter: {
20100
20100
  source: string | null;
20101
20101
  createdAt: string;
20102
20102
  updatedAt: string;
20103
+ isDefault: boolean;
20103
20104
  notes: string | null;
20104
20105
  cropName: string;
20105
- isDefault: boolean;
20106
20106
  cropVariety: string | null;
20107
20107
  cropCategory: string;
20108
20108
  growthStages: {
@@ -20151,9 +20151,9 @@ export declare const fertigationRouter: {
20151
20151
  source: string | null;
20152
20152
  createdAt: string;
20153
20153
  updatedAt: string;
20154
+ isDefault: boolean;
20154
20155
  notes: string | null;
20155
20156
  cropName: string;
20156
- isDefault: boolean;
20157
20157
  cropVariety: string | null;
20158
20158
  cropCategory: string;
20159
20159
  growthStages: {
@@ -20845,8 +20845,8 @@ export declare const fertigationRouter: {
20845
20845
  updatedAt: string;
20846
20846
  name: string;
20847
20847
  brand: string | null;
20848
- notes: string | null;
20849
20848
  isDefault: boolean;
20849
+ notes: string | null;
20850
20850
  micronutrients: Record<string, number> | null;
20851
20851
  productCode: string | null;
20852
20852
  nitrogenContent: number;
@@ -20871,8 +20871,8 @@ export declare const fertigationRouter: {
20871
20871
  updatedAt: string;
20872
20872
  name: string;
20873
20873
  brand: string | null;
20874
- notes: string | null;
20875
20874
  isDefault: boolean;
20875
+ notes: string | null;
20876
20876
  micronutrients: Record<string, number> | null;
20877
20877
  productCode: string | null;
20878
20878
  nitrogenContent: number;
@@ -20904,8 +20904,8 @@ export declare const fertigationRouter: {
20904
20904
  updatedAt: string;
20905
20905
  name: string;
20906
20906
  brand: string | null;
20907
- notes: string | null;
20908
20907
  isDefault: boolean;
20908
+ notes: string | null;
20909
20909
  micronutrients: Record<string, number> | null;
20910
20910
  productCode: string | null;
20911
20911
  nitrogenContent: number;
@@ -20937,8 +20937,8 @@ export declare const fertigationRouter: {
20937
20937
  updatedAt: string;
20938
20938
  name: string;
20939
20939
  brand: string | null;
20940
- notes: string | null;
20941
20940
  isDefault: boolean;
20941
+ notes: string | null;
20942
20942
  micronutrients: Record<string, number> | null;
20943
20943
  productCode: string | null;
20944
20944
  nitrogenContent: number;
@@ -20996,8 +20996,8 @@ export declare const fertigationRouter: {
20996
20996
  updatedAt: string;
20997
20997
  name: string;
20998
20998
  brand: string | null;
20999
- notes: string | null;
21000
20999
  isDefault: boolean;
21000
+ notes: string | null;
21001
21001
  micronutrients: Record<string, number> | null;
21002
21002
  productCode: string | null;
21003
21003
  nitrogenContent: number;
@@ -21041,8 +21041,8 @@ export declare const fertigationRouter: {
21041
21041
  updatedAt: string;
21042
21042
  name: string;
21043
21043
  brand: string | null;
21044
- notes: string | null;
21045
21044
  isDefault: boolean;
21045
+ notes: string | null;
21046
21046
  micronutrients: Record<string, number> | null;
21047
21047
  productCode: string | null;
21048
21048
  nitrogenContent: number;
@@ -21227,8 +21227,8 @@ export declare const fertigationRouter: {
21227
21227
  updatedAt: string;
21228
21228
  name: string;
21229
21229
  brand: string | null;
21230
- notes: string | null;
21231
21230
  isDefault: boolean;
21231
+ notes: string | null;
21232
21232
  micronutrients: Record<string, number> | null;
21233
21233
  productCode: string | null;
21234
21234
  nitrogenContent: number;
@@ -21253,8 +21253,8 @@ export declare const fertigationRouter: {
21253
21253
  updatedAt: string;
21254
21254
  name: string;
21255
21255
  brand: string | null;
21256
- notes: string | null;
21257
21256
  isDefault: boolean;
21257
+ notes: string | null;
21258
21258
  micronutrients: Record<string, number> | null;
21259
21259
  productCode: string | null;
21260
21260
  nitrogenContent: number;
@@ -21286,8 +21286,8 @@ export declare const fertigationRouter: {
21286
21286
  updatedAt: string;
21287
21287
  name: string;
21288
21288
  brand: string | null;
21289
- notes: string | null;
21290
21289
  isDefault: boolean;
21290
+ notes: string | null;
21291
21291
  micronutrients: Record<string, number> | null;
21292
21292
  productCode: string | null;
21293
21293
  nitrogenContent: number;
@@ -21319,8 +21319,8 @@ export declare const fertigationRouter: {
21319
21319
  updatedAt: string;
21320
21320
  name: string;
21321
21321
  brand: string | null;
21322
- notes: string | null;
21323
21322
  isDefault: boolean;
21323
+ notes: string | null;
21324
21324
  micronutrients: Record<string, number> | null;
21325
21325
  productCode: string | null;
21326
21326
  nitrogenContent: number;
@@ -21378,8 +21378,8 @@ export declare const fertigationRouter: {
21378
21378
  updatedAt: string;
21379
21379
  name: string;
21380
21380
  brand: string | null;
21381
- notes: string | null;
21382
21381
  isDefault: boolean;
21382
+ notes: string | null;
21383
21383
  micronutrients: Record<string, number> | null;
21384
21384
  productCode: string | null;
21385
21385
  nitrogenContent: number;
@@ -21423,8 +21423,8 @@ export declare const fertigationRouter: {
21423
21423
  updatedAt: string;
21424
21424
  name: string;
21425
21425
  brand: string | null;
21426
- notes: string | null;
21427
21426
  isDefault: boolean;
21427
+ notes: string | null;
21428
21428
  micronutrients: Record<string, number> | null;
21429
21429
  productCode: string | null;
21430
21430
  nitrogenContent: number;
@@ -21883,8 +21883,8 @@ export declare const fertigationRouter: {
21883
21883
  updatedAt: string;
21884
21884
  name: string;
21885
21885
  brand: string | null;
21886
- notes: string | null;
21887
21886
  isDefault: boolean;
21887
+ notes: string | null;
21888
21888
  micronutrients: Record<string, number> | null;
21889
21889
  productCode: string | null;
21890
21890
  nitrogenContent: number;
@@ -21909,8 +21909,8 @@ export declare const fertigationRouter: {
21909
21909
  updatedAt: string;
21910
21910
  name: string;
21911
21911
  brand: string | null;
21912
- notes: string | null;
21913
21912
  isDefault: boolean;
21913
+ notes: string | null;
21914
21914
  micronutrients: Record<string, number> | null;
21915
21915
  productCode: string | null;
21916
21916
  nitrogenContent: number;
@@ -21942,8 +21942,8 @@ export declare const fertigationRouter: {
21942
21942
  updatedAt: string;
21943
21943
  name: string;
21944
21944
  brand: string | null;
21945
- notes: string | null;
21946
21945
  isDefault: boolean;
21946
+ notes: string | null;
21947
21947
  micronutrients: Record<string, number> | null;
21948
21948
  productCode: string | null;
21949
21949
  nitrogenContent: number;
@@ -21975,8 +21975,8 @@ export declare const fertigationRouter: {
21975
21975
  updatedAt: string;
21976
21976
  name: string;
21977
21977
  brand: string | null;
21978
- notes: string | null;
21979
21978
  isDefault: boolean;
21979
+ notes: string | null;
21980
21980
  micronutrients: Record<string, number> | null;
21981
21981
  productCode: string | null;
21982
21982
  nitrogenContent: number;
@@ -22034,8 +22034,8 @@ export declare const fertigationRouter: {
22034
22034
  updatedAt: string;
22035
22035
  name: string;
22036
22036
  brand: string | null;
22037
- notes: string | null;
22038
22037
  isDefault: boolean;
22038
+ notes: string | null;
22039
22039
  micronutrients: Record<string, number> | null;
22040
22040
  productCode: string | null;
22041
22041
  nitrogenContent: number;
@@ -22079,8 +22079,8 @@ export declare const fertigationRouter: {
22079
22079
  updatedAt: string;
22080
22080
  name: string;
22081
22081
  brand: string | null;
22082
- notes: string | null;
22083
22082
  isDefault: boolean;
22083
+ notes: string | null;
22084
22084
  micronutrients: Record<string, number> | null;
22085
22085
  productCode: string | null;
22086
22086
  nitrogenContent: number;
@@ -22641,8 +22641,8 @@ export declare const fertigationRouter: {
22641
22641
  updatedAt: string;
22642
22642
  name: string;
22643
22643
  brand: string | null;
22644
- notes: string | null;
22645
22644
  isDefault: boolean;
22645
+ notes: string | null;
22646
22646
  micronutrients: Record<string, number> | null;
22647
22647
  productCode: string | null;
22648
22648
  nitrogenContent: number;
@@ -22667,8 +22667,8 @@ export declare const fertigationRouter: {
22667
22667
  updatedAt: string;
22668
22668
  name: string;
22669
22669
  brand: string | null;
22670
- notes: string | null;
22671
22670
  isDefault: boolean;
22671
+ notes: string | null;
22672
22672
  micronutrients: Record<string, number> | null;
22673
22673
  productCode: string | null;
22674
22674
  nitrogenContent: number;
@@ -22700,8 +22700,8 @@ export declare const fertigationRouter: {
22700
22700
  updatedAt: string;
22701
22701
  name: string;
22702
22702
  brand: string | null;
22703
- notes: string | null;
22704
22703
  isDefault: boolean;
22704
+ notes: string | null;
22705
22705
  micronutrients: Record<string, number> | null;
22706
22706
  productCode: string | null;
22707
22707
  nitrogenContent: number;
@@ -22733,8 +22733,8 @@ export declare const fertigationRouter: {
22733
22733
  updatedAt: string;
22734
22734
  name: string;
22735
22735
  brand: string | null;
22736
- notes: string | null;
22737
22736
  isDefault: boolean;
22737
+ notes: string | null;
22738
22738
  micronutrients: Record<string, number> | null;
22739
22739
  productCode: string | null;
22740
22740
  nitrogenContent: number;
@@ -22792,8 +22792,8 @@ export declare const fertigationRouter: {
22792
22792
  updatedAt: string;
22793
22793
  name: string;
22794
22794
  brand: string | null;
22795
- notes: string | null;
22796
22795
  isDefault: boolean;
22796
+ notes: string | null;
22797
22797
  micronutrients: Record<string, number> | null;
22798
22798
  productCode: string | null;
22799
22799
  nitrogenContent: number;
@@ -22837,8 +22837,8 @@ export declare const fertigationRouter: {
22837
22837
  updatedAt: string;
22838
22838
  name: string;
22839
22839
  brand: string | null;
22840
- notes: string | null;
22841
22840
  isDefault: boolean;
22841
+ notes: string | null;
22842
22842
  micronutrients: Record<string, number> | null;
22843
22843
  productCode: string | null;
22844
22844
  nitrogenContent: number;