@deepintel-ltd/farmpro-contracts 1.16.7 → 1.16.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/agents.routes.d.ts +6 -6
- package/dist/routes/field-monitoring.routes.d.ts +2 -2
- package/dist/routes/field-observations.routes.d.ts +40 -40
- package/dist/routes/finance.routes.d.ts +159 -6
- package/dist/routes/finance.routes.d.ts.map +1 -1
- package/dist/routes/livestock-groups.routes.d.ts +24 -24
- package/dist/routes/market-intelligence.routes.d.ts +8 -8
- package/dist/routes/monitoring-visualization.routes.d.ts +5 -2
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/team-payments.routes.d.ts +36 -36
- package/dist/routes/weather.routes.d.ts +64 -0
- package/dist/routes/weather.routes.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.d.ts +6 -6
- package/dist/schemas/field-monitoring.schemas.d.ts +2 -2
- package/dist/schemas/field-observations.schemas.d.ts +34 -34
- package/dist/schemas/finance.schemas.d.ts +153 -0
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +23 -0
- package/dist/schemas/livestock-groups.schemas.d.ts +24 -24
- package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -0
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +2 -0
- package/dist/schemas/team-payments.schemas.d.ts +30 -30
- package/dist/schemas/weather.schemas.d.ts +191 -0
- package/dist/schemas/weather.schemas.d.ts.map +1 -1
- package/dist/schemas/weather.schemas.js +22 -3
- package/package.json +1 -1
|
@@ -5272,6 +5272,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5272
5272
|
description: string | null;
|
|
5273
5273
|
currency: string;
|
|
5274
5274
|
notes: string | null;
|
|
5275
|
+
sampleCount: number | null;
|
|
5275
5276
|
cost: number | null;
|
|
5276
5277
|
recordDate: string;
|
|
5277
5278
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5284,7 +5285,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5284
5285
|
countChange: number | null;
|
|
5285
5286
|
affectedCount: number | null;
|
|
5286
5287
|
sampleWeight: number | null;
|
|
5287
|
-
sampleCount: number | null;
|
|
5288
5288
|
eggCount: number | null;
|
|
5289
5289
|
brokenEggs: number | null;
|
|
5290
5290
|
feedType: string | null;
|
|
@@ -5296,6 +5296,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5296
5296
|
updatedAt: string;
|
|
5297
5297
|
description: string | null;
|
|
5298
5298
|
notes: string | null;
|
|
5299
|
+
sampleCount: number | null;
|
|
5299
5300
|
cost: number | null;
|
|
5300
5301
|
recordDate: string;
|
|
5301
5302
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5308,7 +5309,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5308
5309
|
countChange: number | null;
|
|
5309
5310
|
affectedCount: number | null;
|
|
5310
5311
|
sampleWeight: number | null;
|
|
5311
|
-
sampleCount: number | null;
|
|
5312
5312
|
eggCount: number | null;
|
|
5313
5313
|
brokenEggs: number | null;
|
|
5314
5314
|
feedType: string | null;
|
|
@@ -5329,6 +5329,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5329
5329
|
description: string | null;
|
|
5330
5330
|
currency: string;
|
|
5331
5331
|
notes: string | null;
|
|
5332
|
+
sampleCount: number | null;
|
|
5332
5333
|
cost: number | null;
|
|
5333
5334
|
recordDate: string;
|
|
5334
5335
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5341,7 +5342,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5341
5342
|
countChange: number | null;
|
|
5342
5343
|
affectedCount: number | null;
|
|
5343
5344
|
sampleWeight: number | null;
|
|
5344
|
-
sampleCount: number | null;
|
|
5345
5345
|
eggCount: number | null;
|
|
5346
5346
|
brokenEggs: number | null;
|
|
5347
5347
|
feedType: string | null;
|
|
@@ -5360,6 +5360,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5360
5360
|
updatedAt: string;
|
|
5361
5361
|
description: string | null;
|
|
5362
5362
|
notes: string | null;
|
|
5363
|
+
sampleCount: number | null;
|
|
5363
5364
|
cost: number | null;
|
|
5364
5365
|
recordDate: string;
|
|
5365
5366
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5372,7 +5373,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5372
5373
|
countChange: number | null;
|
|
5373
5374
|
affectedCount: number | null;
|
|
5374
5375
|
sampleWeight: number | null;
|
|
5375
|
-
sampleCount: number | null;
|
|
5376
5376
|
eggCount: number | null;
|
|
5377
5377
|
brokenEggs: number | null;
|
|
5378
5378
|
feedType: string | null;
|
|
@@ -5419,6 +5419,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5419
5419
|
description: string | null;
|
|
5420
5420
|
currency: string;
|
|
5421
5421
|
notes: string | null;
|
|
5422
|
+
sampleCount: number | null;
|
|
5422
5423
|
cost: number | null;
|
|
5423
5424
|
recordDate: string;
|
|
5424
5425
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5431,7 +5432,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5431
5432
|
countChange: number | null;
|
|
5432
5433
|
affectedCount: number | null;
|
|
5433
5434
|
sampleWeight: number | null;
|
|
5434
|
-
sampleCount: number | null;
|
|
5435
5435
|
eggCount: number | null;
|
|
5436
5436
|
brokenEggs: number | null;
|
|
5437
5437
|
feedType: string | null;
|
|
@@ -5462,6 +5462,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5462
5462
|
updatedAt: string;
|
|
5463
5463
|
description: string | null;
|
|
5464
5464
|
notes: string | null;
|
|
5465
|
+
sampleCount: number | null;
|
|
5465
5466
|
cost: number | null;
|
|
5466
5467
|
recordDate: string;
|
|
5467
5468
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5474,7 +5475,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5474
5475
|
countChange: number | null;
|
|
5475
5476
|
affectedCount: number | null;
|
|
5476
5477
|
sampleWeight: number | null;
|
|
5477
|
-
sampleCount: number | null;
|
|
5478
5478
|
eggCount: number | null;
|
|
5479
5479
|
brokenEggs: number | null;
|
|
5480
5480
|
feedType: string | null;
|
|
@@ -5724,6 +5724,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5724
5724
|
feedUnit: string;
|
|
5725
5725
|
description?: string | undefined;
|
|
5726
5726
|
notes?: string | undefined;
|
|
5727
|
+
sampleCount?: number | undefined;
|
|
5727
5728
|
cost?: number | undefined;
|
|
5728
5729
|
medication?: string | undefined;
|
|
5729
5730
|
dosage?: string | undefined;
|
|
@@ -5733,7 +5734,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5733
5734
|
countChange?: number | undefined;
|
|
5734
5735
|
affectedCount?: number | undefined;
|
|
5735
5736
|
sampleWeight?: number | undefined;
|
|
5736
|
-
sampleCount?: number | undefined;
|
|
5737
5737
|
eggCount?: number | undefined;
|
|
5738
5738
|
brokenEggs?: number | undefined;
|
|
5739
5739
|
feedType?: string | undefined;
|
|
@@ -5744,6 +5744,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5744
5744
|
description?: string | undefined;
|
|
5745
5745
|
currency?: string | undefined;
|
|
5746
5746
|
notes?: string | undefined;
|
|
5747
|
+
sampleCount?: number | undefined;
|
|
5747
5748
|
cost?: number | undefined;
|
|
5748
5749
|
medication?: string | undefined;
|
|
5749
5750
|
dosage?: string | undefined;
|
|
@@ -5753,7 +5754,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5753
5754
|
countChange?: number | undefined;
|
|
5754
5755
|
affectedCount?: number | undefined;
|
|
5755
5756
|
sampleWeight?: number | undefined;
|
|
5756
|
-
sampleCount?: number | undefined;
|
|
5757
5757
|
eggCount?: number | undefined;
|
|
5758
5758
|
brokenEggs?: number | undefined;
|
|
5759
5759
|
feedType?: string | undefined;
|
|
@@ -5769,6 +5769,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5769
5769
|
feedUnit: string;
|
|
5770
5770
|
description?: string | undefined;
|
|
5771
5771
|
notes?: string | undefined;
|
|
5772
|
+
sampleCount?: number | undefined;
|
|
5772
5773
|
cost?: number | undefined;
|
|
5773
5774
|
medication?: string | undefined;
|
|
5774
5775
|
dosage?: string | undefined;
|
|
@@ -5778,7 +5779,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5778
5779
|
countChange?: number | undefined;
|
|
5779
5780
|
affectedCount?: number | undefined;
|
|
5780
5781
|
sampleWeight?: number | undefined;
|
|
5781
|
-
sampleCount?: number | undefined;
|
|
5782
5782
|
eggCount?: number | undefined;
|
|
5783
5783
|
brokenEggs?: number | undefined;
|
|
5784
5784
|
feedType?: string | undefined;
|
|
@@ -5792,6 +5792,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5792
5792
|
description?: string | undefined;
|
|
5793
5793
|
currency?: string | undefined;
|
|
5794
5794
|
notes?: string | undefined;
|
|
5795
|
+
sampleCount?: number | undefined;
|
|
5795
5796
|
cost?: number | undefined;
|
|
5796
5797
|
medication?: string | undefined;
|
|
5797
5798
|
dosage?: string | undefined;
|
|
@@ -5801,7 +5802,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5801
5802
|
countChange?: number | undefined;
|
|
5802
5803
|
affectedCount?: number | undefined;
|
|
5803
5804
|
sampleWeight?: number | undefined;
|
|
5804
|
-
sampleCount?: number | undefined;
|
|
5805
5805
|
eggCount?: number | undefined;
|
|
5806
5806
|
brokenEggs?: number | undefined;
|
|
5807
5807
|
feedType?: string | undefined;
|
|
@@ -5819,6 +5819,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5819
5819
|
feedUnit: string;
|
|
5820
5820
|
description?: string | undefined;
|
|
5821
5821
|
notes?: string | undefined;
|
|
5822
|
+
sampleCount?: number | undefined;
|
|
5822
5823
|
cost?: number | undefined;
|
|
5823
5824
|
medication?: string | undefined;
|
|
5824
5825
|
dosage?: string | undefined;
|
|
@@ -5828,7 +5829,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5828
5829
|
countChange?: number | undefined;
|
|
5829
5830
|
affectedCount?: number | undefined;
|
|
5830
5831
|
sampleWeight?: number | undefined;
|
|
5831
|
-
sampleCount?: number | undefined;
|
|
5832
5832
|
eggCount?: number | undefined;
|
|
5833
5833
|
brokenEggs?: number | undefined;
|
|
5834
5834
|
feedType?: string | undefined;
|
|
@@ -5844,6 +5844,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5844
5844
|
description?: string | undefined;
|
|
5845
5845
|
currency?: string | undefined;
|
|
5846
5846
|
notes?: string | undefined;
|
|
5847
|
+
sampleCount?: number | undefined;
|
|
5847
5848
|
cost?: number | undefined;
|
|
5848
5849
|
medication?: string | undefined;
|
|
5849
5850
|
dosage?: string | undefined;
|
|
@@ -5853,7 +5854,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5853
5854
|
countChange?: number | undefined;
|
|
5854
5855
|
affectedCount?: number | undefined;
|
|
5855
5856
|
sampleWeight?: number | undefined;
|
|
5856
|
-
sampleCount?: number | undefined;
|
|
5857
5857
|
eggCount?: number | undefined;
|
|
5858
5858
|
brokenEggs?: number | undefined;
|
|
5859
5859
|
feedType?: string | undefined;
|
|
@@ -5901,6 +5901,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5901
5901
|
description: string | null;
|
|
5902
5902
|
currency: string;
|
|
5903
5903
|
notes: string | null;
|
|
5904
|
+
sampleCount: number | null;
|
|
5904
5905
|
cost: number | null;
|
|
5905
5906
|
recordDate: string;
|
|
5906
5907
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5913,7 +5914,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5913
5914
|
countChange: number | null;
|
|
5914
5915
|
affectedCount: number | null;
|
|
5915
5916
|
sampleWeight: number | null;
|
|
5916
|
-
sampleCount: number | null;
|
|
5917
5917
|
eggCount: number | null;
|
|
5918
5918
|
brokenEggs: number | null;
|
|
5919
5919
|
feedType: string | null;
|
|
@@ -5925,6 +5925,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5925
5925
|
updatedAt: string;
|
|
5926
5926
|
description: string | null;
|
|
5927
5927
|
notes: string | null;
|
|
5928
|
+
sampleCount: number | null;
|
|
5928
5929
|
cost: number | null;
|
|
5929
5930
|
recordDate: string;
|
|
5930
5931
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5937,7 +5938,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5937
5938
|
countChange: number | null;
|
|
5938
5939
|
affectedCount: number | null;
|
|
5939
5940
|
sampleWeight: number | null;
|
|
5940
|
-
sampleCount: number | null;
|
|
5941
5941
|
eggCount: number | null;
|
|
5942
5942
|
brokenEggs: number | null;
|
|
5943
5943
|
feedType: string | null;
|
|
@@ -5958,6 +5958,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5958
5958
|
description: string | null;
|
|
5959
5959
|
currency: string;
|
|
5960
5960
|
notes: string | null;
|
|
5961
|
+
sampleCount: number | null;
|
|
5961
5962
|
cost: number | null;
|
|
5962
5963
|
recordDate: string;
|
|
5963
5964
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -5970,7 +5971,6 @@ export declare const livestockGroupsRouter: {
|
|
|
5970
5971
|
countChange: number | null;
|
|
5971
5972
|
affectedCount: number | null;
|
|
5972
5973
|
sampleWeight: number | null;
|
|
5973
|
-
sampleCount: number | null;
|
|
5974
5974
|
eggCount: number | null;
|
|
5975
5975
|
brokenEggs: number | null;
|
|
5976
5976
|
feedType: string | null;
|
|
@@ -5989,6 +5989,7 @@ export declare const livestockGroupsRouter: {
|
|
|
5989
5989
|
updatedAt: string;
|
|
5990
5990
|
description: string | null;
|
|
5991
5991
|
notes: string | null;
|
|
5992
|
+
sampleCount: number | null;
|
|
5992
5993
|
cost: number | null;
|
|
5993
5994
|
recordDate: string;
|
|
5994
5995
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6001,7 +6002,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6001
6002
|
countChange: number | null;
|
|
6002
6003
|
affectedCount: number | null;
|
|
6003
6004
|
sampleWeight: number | null;
|
|
6004
|
-
sampleCount: number | null;
|
|
6005
6005
|
eggCount: number | null;
|
|
6006
6006
|
brokenEggs: number | null;
|
|
6007
6007
|
feedType: string | null;
|
|
@@ -6048,6 +6048,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6048
6048
|
description: string | null;
|
|
6049
6049
|
currency: string;
|
|
6050
6050
|
notes: string | null;
|
|
6051
|
+
sampleCount: number | null;
|
|
6051
6052
|
cost: number | null;
|
|
6052
6053
|
recordDate: string;
|
|
6053
6054
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6060,7 +6061,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6060
6061
|
countChange: number | null;
|
|
6061
6062
|
affectedCount: number | null;
|
|
6062
6063
|
sampleWeight: number | null;
|
|
6063
|
-
sampleCount: number | null;
|
|
6064
6064
|
eggCount: number | null;
|
|
6065
6065
|
brokenEggs: number | null;
|
|
6066
6066
|
feedType: string | null;
|
|
@@ -6091,6 +6091,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6091
6091
|
updatedAt: string;
|
|
6092
6092
|
description: string | null;
|
|
6093
6093
|
notes: string | null;
|
|
6094
|
+
sampleCount: number | null;
|
|
6094
6095
|
cost: number | null;
|
|
6095
6096
|
recordDate: string;
|
|
6096
6097
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6103,7 +6104,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6103
6104
|
countChange: number | null;
|
|
6104
6105
|
affectedCount: number | null;
|
|
6105
6106
|
sampleWeight: number | null;
|
|
6106
|
-
sampleCount: number | null;
|
|
6107
6107
|
eggCount: number | null;
|
|
6108
6108
|
brokenEggs: number | null;
|
|
6109
6109
|
feedType: string | null;
|
|
@@ -6544,6 +6544,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6544
6544
|
description: string | null;
|
|
6545
6545
|
currency: string;
|
|
6546
6546
|
notes: string | null;
|
|
6547
|
+
sampleCount: number | null;
|
|
6547
6548
|
cost: number | null;
|
|
6548
6549
|
recordDate: string;
|
|
6549
6550
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6556,7 +6557,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6556
6557
|
countChange: number | null;
|
|
6557
6558
|
affectedCount: number | null;
|
|
6558
6559
|
sampleWeight: number | null;
|
|
6559
|
-
sampleCount: number | null;
|
|
6560
6560
|
eggCount: number | null;
|
|
6561
6561
|
brokenEggs: number | null;
|
|
6562
6562
|
feedType: string | null;
|
|
@@ -6568,6 +6568,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6568
6568
|
updatedAt: string;
|
|
6569
6569
|
description: string | null;
|
|
6570
6570
|
notes: string | null;
|
|
6571
|
+
sampleCount: number | null;
|
|
6571
6572
|
cost: number | null;
|
|
6572
6573
|
recordDate: string;
|
|
6573
6574
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6580,7 +6581,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6580
6581
|
countChange: number | null;
|
|
6581
6582
|
affectedCount: number | null;
|
|
6582
6583
|
sampleWeight: number | null;
|
|
6583
|
-
sampleCount: number | null;
|
|
6584
6584
|
eggCount: number | null;
|
|
6585
6585
|
brokenEggs: number | null;
|
|
6586
6586
|
feedType: string | null;
|
|
@@ -6601,6 +6601,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6601
6601
|
description: string | null;
|
|
6602
6602
|
currency: string;
|
|
6603
6603
|
notes: string | null;
|
|
6604
|
+
sampleCount: number | null;
|
|
6604
6605
|
cost: number | null;
|
|
6605
6606
|
recordDate: string;
|
|
6606
6607
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6613,7 +6614,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6613
6614
|
countChange: number | null;
|
|
6614
6615
|
affectedCount: number | null;
|
|
6615
6616
|
sampleWeight: number | null;
|
|
6616
|
-
sampleCount: number | null;
|
|
6617
6617
|
eggCount: number | null;
|
|
6618
6618
|
brokenEggs: number | null;
|
|
6619
6619
|
feedType: string | null;
|
|
@@ -6632,6 +6632,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6632
6632
|
updatedAt: string;
|
|
6633
6633
|
description: string | null;
|
|
6634
6634
|
notes: string | null;
|
|
6635
|
+
sampleCount: number | null;
|
|
6635
6636
|
cost: number | null;
|
|
6636
6637
|
recordDate: string;
|
|
6637
6638
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6644,7 +6645,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6644
6645
|
countChange: number | null;
|
|
6645
6646
|
affectedCount: number | null;
|
|
6646
6647
|
sampleWeight: number | null;
|
|
6647
|
-
sampleCount: number | null;
|
|
6648
6648
|
eggCount: number | null;
|
|
6649
6649
|
brokenEggs: number | null;
|
|
6650
6650
|
feedType: string | null;
|
|
@@ -6691,6 +6691,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6691
6691
|
description: string | null;
|
|
6692
6692
|
currency: string;
|
|
6693
6693
|
notes: string | null;
|
|
6694
|
+
sampleCount: number | null;
|
|
6694
6695
|
cost: number | null;
|
|
6695
6696
|
recordDate: string;
|
|
6696
6697
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6703,7 +6704,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6703
6704
|
countChange: number | null;
|
|
6704
6705
|
affectedCount: number | null;
|
|
6705
6706
|
sampleWeight: number | null;
|
|
6706
|
-
sampleCount: number | null;
|
|
6707
6707
|
eggCount: number | null;
|
|
6708
6708
|
brokenEggs: number | null;
|
|
6709
6709
|
feedType: string | null;
|
|
@@ -6734,6 +6734,7 @@ export declare const livestockGroupsRouter: {
|
|
|
6734
6734
|
updatedAt: string;
|
|
6735
6735
|
description: string | null;
|
|
6736
6736
|
notes: string | null;
|
|
6737
|
+
sampleCount: number | null;
|
|
6737
6738
|
cost: number | null;
|
|
6738
6739
|
recordDate: string;
|
|
6739
6740
|
recordType: "OTHER" | "STOCKING" | "MORTALITY" | "CULLING" | "VACCINATION" | "TREATMENT" | "FEEDING" | "WEIGHT_SAMPLE" | "EGG_COLLECTION" | "HARVEST" | "WATER_QUALITY";
|
|
@@ -6746,7 +6747,6 @@ export declare const livestockGroupsRouter: {
|
|
|
6746
6747
|
countChange: number | null;
|
|
6747
6748
|
affectedCount: number | null;
|
|
6748
6749
|
sampleWeight: number | null;
|
|
6749
|
-
sampleCount: number | null;
|
|
6750
6750
|
eggCount: number | null;
|
|
6751
6751
|
brokenEggs: number | null;
|
|
6752
6752
|
feedType: string | null;
|
|
@@ -82,12 +82,12 @@ export declare const marketIntelligenceOverviewSchema: z.ZodObject<{
|
|
|
82
82
|
details: z.ZodString;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
84
|
crop: string;
|
|
85
|
-
details: string;
|
|
86
85
|
outlook: string;
|
|
86
|
+
details: string;
|
|
87
87
|
}, {
|
|
88
88
|
crop: string;
|
|
89
|
-
details: string;
|
|
90
89
|
outlook: string;
|
|
90
|
+
details: string;
|
|
91
91
|
}>, "many">;
|
|
92
92
|
priceProjections: z.ZodArray<z.ZodObject<{
|
|
93
93
|
crop: z.ZodString;
|
|
@@ -145,8 +145,8 @@ export declare const marketIntelligenceOverviewSchema: z.ZodObject<{
|
|
|
145
145
|
farmId: string;
|
|
146
146
|
projections: {
|
|
147
147
|
crop: string;
|
|
148
|
-
details: string;
|
|
149
148
|
outlook: string;
|
|
149
|
+
details: string;
|
|
150
150
|
}[];
|
|
151
151
|
domesticSummary: {
|
|
152
152
|
title: string;
|
|
@@ -179,8 +179,8 @@ export declare const marketIntelligenceOverviewSchema: z.ZodObject<{
|
|
|
179
179
|
farmId: string;
|
|
180
180
|
projections: {
|
|
181
181
|
crop: string;
|
|
182
|
-
details: string;
|
|
183
182
|
outlook: string;
|
|
183
|
+
details: string;
|
|
184
184
|
}[];
|
|
185
185
|
domesticSummary: {
|
|
186
186
|
title: string;
|
|
@@ -313,12 +313,12 @@ export declare const marketIntelligenceRouter: {
|
|
|
313
313
|
details: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
315
|
crop: string;
|
|
316
|
-
details: string;
|
|
317
316
|
outlook: string;
|
|
317
|
+
details: string;
|
|
318
318
|
}, {
|
|
319
319
|
crop: string;
|
|
320
|
-
details: string;
|
|
321
320
|
outlook: string;
|
|
321
|
+
details: string;
|
|
322
322
|
}>, "many">;
|
|
323
323
|
priceProjections: z.ZodArray<z.ZodObject<{
|
|
324
324
|
crop: z.ZodString;
|
|
@@ -376,8 +376,8 @@ export declare const marketIntelligenceRouter: {
|
|
|
376
376
|
farmId: string;
|
|
377
377
|
projections: {
|
|
378
378
|
crop: string;
|
|
379
|
-
details: string;
|
|
380
379
|
outlook: string;
|
|
380
|
+
details: string;
|
|
381
381
|
}[];
|
|
382
382
|
domesticSummary: {
|
|
383
383
|
title: string;
|
|
@@ -410,8 +410,8 @@ export declare const marketIntelligenceRouter: {
|
|
|
410
410
|
farmId: string;
|
|
411
411
|
projections: {
|
|
412
412
|
crop: string;
|
|
413
|
-
details: string;
|
|
414
413
|
outlook: string;
|
|
414
|
+
details: string;
|
|
415
415
|
}[];
|
|
416
416
|
domesticSummary: {
|
|
417
417
|
title: string;
|
|
@@ -1253,6 +1253,7 @@ export declare const monitoringVisualizationRouter: {
|
|
|
1253
1253
|
start: string;
|
|
1254
1254
|
end: string;
|
|
1255
1255
|
}>;
|
|
1256
|
+
rainfallIsForecast: z.ZodOptional<z.ZodBoolean>;
|
|
1256
1257
|
rainfall: z.ZodObject<{
|
|
1257
1258
|
total: z.ZodNumber;
|
|
1258
1259
|
daily: z.ZodArray<z.ZodObject<{
|
|
@@ -1393,6 +1394,7 @@ export declare const monitoringVisualizationRouter: {
|
|
|
1393
1394
|
} | null;
|
|
1394
1395
|
temperatureTrend: "stable" | "warming" | "cooling";
|
|
1395
1396
|
} | undefined;
|
|
1397
|
+
rainfallIsForecast?: boolean | undefined;
|
|
1396
1398
|
}, {
|
|
1397
1399
|
fieldId: string;
|
|
1398
1400
|
rainfall: {
|
|
@@ -1431,6 +1433,7 @@ export declare const monitoringVisualizationRouter: {
|
|
|
1431
1433
|
} | null;
|
|
1432
1434
|
temperatureTrend: "stable" | "warming" | "cooling";
|
|
1433
1435
|
} | undefined;
|
|
1436
|
+
rainfallIsForecast?: boolean | undefined;
|
|
1434
1437
|
}>;
|
|
1435
1438
|
404: z.ZodObject<{
|
|
1436
1439
|
message: z.ZodString;
|
|
@@ -4022,15 +4025,15 @@ export declare const monitoringVisualizationRouter: {
|
|
|
4022
4025
|
}, "strip", z.ZodTypeAny, {
|
|
4023
4026
|
status: "building";
|
|
4024
4027
|
fieldId: string;
|
|
4025
|
-
jobId: string;
|
|
4026
4028
|
kind: "terrain";
|
|
4029
|
+
jobId: string;
|
|
4027
4030
|
cacheKey: string;
|
|
4028
4031
|
farmId?: string | undefined;
|
|
4029
4032
|
}, {
|
|
4030
4033
|
status: "building";
|
|
4031
4034
|
fieldId: string;
|
|
4032
|
-
jobId: string;
|
|
4033
4035
|
kind: "terrain";
|
|
4036
|
+
jobId: string;
|
|
4034
4037
|
cacheKey: string;
|
|
4035
4038
|
farmId?: string | undefined;
|
|
4036
4039
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitoring-visualization.routes.d.ts","sourceRoot":"","sources":["../../src/routes/monitoring-visualization.routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsExB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"monitoring-visualization.routes.d.ts","sourceRoot":"","sources":["../../src/routes/monitoring-visualization.routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiiBxC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,OAAO,6BAA6B,CAAC"}
|