@deepintel-ltd/farmpro-contracts 1.20.0 → 1.21.0
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 +18 -18
- package/dist/routes/commodity-deals.routes.d.ts +307 -0
- package/dist/routes/commodity-deals.routes.d.ts.map +1 -1
- package/dist/routes/commodity-deals.routes.js +16 -1
- package/dist/routes/fertigation.routes.d.ts +108 -108
- package/dist/routes/fields.routes.d.ts +852 -6
- package/dist/routes/fields.routes.d.ts.map +1 -1
- package/dist/routes/fields.routes.js +20 -1
- package/dist/routes/irrigation.routes.d.ts +22 -22
- package/dist/schemas/agents.schemas.d.ts +21 -21
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +1 -0
- package/dist/schemas/commodity-deals.schemas.d.ts +34 -0
- package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
- package/dist/schemas/commodity-deals.schemas.js +8 -0
- package/dist/schemas/fertigation.schemas.d.ts +36 -36
- package/dist/schemas/fields.schemas.d.ts +103 -5
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +10 -0
- package/dist/schemas/irrigation.schemas.d.ts +16 -16
- package/package.json +1 -1
|
@@ -6151,8 +6151,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6151
6151
|
name: string;
|
|
6152
6152
|
description: string | null;
|
|
6153
6153
|
plantingDate: string;
|
|
6154
|
-
expectedHarvestDate: string | null;
|
|
6155
6154
|
notes: string | null;
|
|
6155
|
+
expectedHarvestDate: string | null;
|
|
6156
6156
|
fieldId: string;
|
|
6157
6157
|
cropName: string;
|
|
6158
6158
|
estimatedTotalCost: number | null;
|
|
@@ -6184,8 +6184,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6184
6184
|
name: string;
|
|
6185
6185
|
description: string | null;
|
|
6186
6186
|
plantingDate: string;
|
|
6187
|
-
expectedHarvestDate: string | null;
|
|
6188
6187
|
notes: string | null;
|
|
6188
|
+
expectedHarvestDate: string | null;
|
|
6189
6189
|
fieldId: string;
|
|
6190
6190
|
cropName: string;
|
|
6191
6191
|
estimatedTotalCost: number | null;
|
|
@@ -6224,8 +6224,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6224
6224
|
name: string;
|
|
6225
6225
|
description: string | null;
|
|
6226
6226
|
plantingDate: string;
|
|
6227
|
-
expectedHarvestDate: string | null;
|
|
6228
6227
|
notes: string | null;
|
|
6228
|
+
expectedHarvestDate: string | null;
|
|
6229
6229
|
fieldId: string;
|
|
6230
6230
|
cropName: string;
|
|
6231
6231
|
estimatedTotalCost: number | null;
|
|
@@ -6264,8 +6264,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6264
6264
|
name: string;
|
|
6265
6265
|
description: string | null;
|
|
6266
6266
|
plantingDate: string;
|
|
6267
|
-
expectedHarvestDate: string | null;
|
|
6268
6267
|
notes: string | null;
|
|
6268
|
+
expectedHarvestDate: string | null;
|
|
6269
6269
|
fieldId: string;
|
|
6270
6270
|
cropName: string;
|
|
6271
6271
|
estimatedTotalCost: number | null;
|
|
@@ -6330,8 +6330,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6330
6330
|
name: string;
|
|
6331
6331
|
description: string | null;
|
|
6332
6332
|
plantingDate: string;
|
|
6333
|
-
expectedHarvestDate: string | null;
|
|
6334
6333
|
notes: string | null;
|
|
6334
|
+
expectedHarvestDate: string | null;
|
|
6335
6335
|
fieldId: string;
|
|
6336
6336
|
cropName: string;
|
|
6337
6337
|
estimatedTotalCost: number | null;
|
|
@@ -6382,8 +6382,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6382
6382
|
name: string;
|
|
6383
6383
|
description: string | null;
|
|
6384
6384
|
plantingDate: string;
|
|
6385
|
-
expectedHarvestDate: string | null;
|
|
6386
6385
|
notes: string | null;
|
|
6386
|
+
expectedHarvestDate: string | null;
|
|
6387
6387
|
fieldId: string;
|
|
6388
6388
|
cropName: string;
|
|
6389
6389
|
estimatedTotalCost: number | null;
|
|
@@ -6688,8 +6688,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6688
6688
|
name: string;
|
|
6689
6689
|
description: string | null;
|
|
6690
6690
|
plantingDate: string;
|
|
6691
|
-
expectedHarvestDate: string | null;
|
|
6692
6691
|
notes: string | null;
|
|
6692
|
+
expectedHarvestDate: string | null;
|
|
6693
6693
|
fieldId: string;
|
|
6694
6694
|
cropName: string;
|
|
6695
6695
|
estimatedTotalCost: number | null;
|
|
@@ -6721,8 +6721,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6721
6721
|
name: string;
|
|
6722
6722
|
description: string | null;
|
|
6723
6723
|
plantingDate: string;
|
|
6724
|
-
expectedHarvestDate: string | null;
|
|
6725
6724
|
notes: string | null;
|
|
6725
|
+
expectedHarvestDate: string | null;
|
|
6726
6726
|
fieldId: string;
|
|
6727
6727
|
cropName: string;
|
|
6728
6728
|
estimatedTotalCost: number | null;
|
|
@@ -6761,8 +6761,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6761
6761
|
name: string;
|
|
6762
6762
|
description: string | null;
|
|
6763
6763
|
plantingDate: string;
|
|
6764
|
-
expectedHarvestDate: string | null;
|
|
6765
6764
|
notes: string | null;
|
|
6765
|
+
expectedHarvestDate: string | null;
|
|
6766
6766
|
fieldId: string;
|
|
6767
6767
|
cropName: string;
|
|
6768
6768
|
estimatedTotalCost: number | null;
|
|
@@ -6801,8 +6801,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6801
6801
|
name: string;
|
|
6802
6802
|
description: string | null;
|
|
6803
6803
|
plantingDate: string;
|
|
6804
|
-
expectedHarvestDate: string | null;
|
|
6805
6804
|
notes: string | null;
|
|
6805
|
+
expectedHarvestDate: string | null;
|
|
6806
6806
|
fieldId: string;
|
|
6807
6807
|
cropName: string;
|
|
6808
6808
|
estimatedTotalCost: number | null;
|
|
@@ -6867,8 +6867,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6867
6867
|
name: string;
|
|
6868
6868
|
description: string | null;
|
|
6869
6869
|
plantingDate: string;
|
|
6870
|
-
expectedHarvestDate: string | null;
|
|
6871
6870
|
notes: string | null;
|
|
6871
|
+
expectedHarvestDate: string | null;
|
|
6872
6872
|
fieldId: string;
|
|
6873
6873
|
cropName: string;
|
|
6874
6874
|
estimatedTotalCost: number | null;
|
|
@@ -6919,8 +6919,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
6919
6919
|
name: string;
|
|
6920
6920
|
description: string | null;
|
|
6921
6921
|
plantingDate: string;
|
|
6922
|
-
expectedHarvestDate: string | null;
|
|
6923
6922
|
notes: string | null;
|
|
6923
|
+
expectedHarvestDate: string | null;
|
|
6924
6924
|
fieldId: string;
|
|
6925
6925
|
cropName: string;
|
|
6926
6926
|
estimatedTotalCost: number | null;
|
|
@@ -7180,8 +7180,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7180
7180
|
weeklyFrequency: number;
|
|
7181
7181
|
autoGenerateEvents: boolean;
|
|
7182
7182
|
description?: string | undefined;
|
|
7183
|
-
expectedHarvestDate?: string | undefined;
|
|
7184
7183
|
notes?: string | undefined;
|
|
7184
|
+
expectedHarvestDate?: string | undefined;
|
|
7185
7185
|
baselineSoilTestId?: string | undefined;
|
|
7186
7186
|
}, {
|
|
7187
7187
|
name: string;
|
|
@@ -7189,8 +7189,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7189
7189
|
fieldId: string;
|
|
7190
7190
|
cropNutrientProfileId: string;
|
|
7191
7191
|
description?: string | undefined;
|
|
7192
|
-
expectedHarvestDate?: string | undefined;
|
|
7193
7192
|
notes?: string | undefined;
|
|
7193
|
+
expectedHarvestDate?: string | undefined;
|
|
7194
7194
|
baselineSoilTestId?: string | undefined;
|
|
7195
7195
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
7196
7196
|
applicationEfficiency?: number | undefined;
|
|
@@ -7209,8 +7209,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7209
7209
|
weeklyFrequency: number;
|
|
7210
7210
|
autoGenerateEvents: boolean;
|
|
7211
7211
|
description?: string | undefined;
|
|
7212
|
-
expectedHarvestDate?: string | undefined;
|
|
7213
7212
|
notes?: string | undefined;
|
|
7213
|
+
expectedHarvestDate?: string | undefined;
|
|
7214
7214
|
baselineSoilTestId?: string | undefined;
|
|
7215
7215
|
};
|
|
7216
7216
|
}, {
|
|
@@ -7221,8 +7221,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7221
7221
|
fieldId: string;
|
|
7222
7222
|
cropNutrientProfileId: string;
|
|
7223
7223
|
description?: string | undefined;
|
|
7224
|
-
expectedHarvestDate?: string | undefined;
|
|
7225
7224
|
notes?: string | undefined;
|
|
7225
|
+
expectedHarvestDate?: string | undefined;
|
|
7226
7226
|
baselineSoilTestId?: string | undefined;
|
|
7227
7227
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
7228
7228
|
applicationEfficiency?: number | undefined;
|
|
@@ -7243,8 +7243,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7243
7243
|
weeklyFrequency: number;
|
|
7244
7244
|
autoGenerateEvents: boolean;
|
|
7245
7245
|
description?: string | undefined;
|
|
7246
|
-
expectedHarvestDate?: string | undefined;
|
|
7247
7246
|
notes?: string | undefined;
|
|
7247
|
+
expectedHarvestDate?: string | undefined;
|
|
7248
7248
|
baselineSoilTestId?: string | undefined;
|
|
7249
7249
|
};
|
|
7250
7250
|
};
|
|
@@ -7257,8 +7257,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7257
7257
|
fieldId: string;
|
|
7258
7258
|
cropNutrientProfileId: string;
|
|
7259
7259
|
description?: string | undefined;
|
|
7260
|
-
expectedHarvestDate?: string | undefined;
|
|
7261
7260
|
notes?: string | undefined;
|
|
7261
|
+
expectedHarvestDate?: string | undefined;
|
|
7262
7262
|
baselineSoilTestId?: string | undefined;
|
|
7263
7263
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
7264
7264
|
applicationEfficiency?: number | undefined;
|
|
@@ -7328,8 +7328,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7328
7328
|
name: string;
|
|
7329
7329
|
description: string | null;
|
|
7330
7330
|
plantingDate: string;
|
|
7331
|
-
expectedHarvestDate: string | null;
|
|
7332
7331
|
notes: string | null;
|
|
7332
|
+
expectedHarvestDate: string | null;
|
|
7333
7333
|
fieldId: string;
|
|
7334
7334
|
cropName: string;
|
|
7335
7335
|
estimatedTotalCost: number | null;
|
|
@@ -7361,8 +7361,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7361
7361
|
name: string;
|
|
7362
7362
|
description: string | null;
|
|
7363
7363
|
plantingDate: string;
|
|
7364
|
-
expectedHarvestDate: string | null;
|
|
7365
7364
|
notes: string | null;
|
|
7365
|
+
expectedHarvestDate: string | null;
|
|
7366
7366
|
fieldId: string;
|
|
7367
7367
|
cropName: string;
|
|
7368
7368
|
estimatedTotalCost: number | null;
|
|
@@ -7401,8 +7401,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7401
7401
|
name: string;
|
|
7402
7402
|
description: string | null;
|
|
7403
7403
|
plantingDate: string;
|
|
7404
|
-
expectedHarvestDate: string | null;
|
|
7405
7404
|
notes: string | null;
|
|
7405
|
+
expectedHarvestDate: string | null;
|
|
7406
7406
|
fieldId: string;
|
|
7407
7407
|
cropName: string;
|
|
7408
7408
|
estimatedTotalCost: number | null;
|
|
@@ -7441,8 +7441,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7441
7441
|
name: string;
|
|
7442
7442
|
description: string | null;
|
|
7443
7443
|
plantingDate: string;
|
|
7444
|
-
expectedHarvestDate: string | null;
|
|
7445
7444
|
notes: string | null;
|
|
7445
|
+
expectedHarvestDate: string | null;
|
|
7446
7446
|
fieldId: string;
|
|
7447
7447
|
cropName: string;
|
|
7448
7448
|
estimatedTotalCost: number | null;
|
|
@@ -7507,8 +7507,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7507
7507
|
name: string;
|
|
7508
7508
|
description: string | null;
|
|
7509
7509
|
plantingDate: string;
|
|
7510
|
-
expectedHarvestDate: string | null;
|
|
7511
7510
|
notes: string | null;
|
|
7511
|
+
expectedHarvestDate: string | null;
|
|
7512
7512
|
fieldId: string;
|
|
7513
7513
|
cropName: string;
|
|
7514
7514
|
estimatedTotalCost: number | null;
|
|
@@ -7559,8 +7559,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7559
7559
|
name: string;
|
|
7560
7560
|
description: string | null;
|
|
7561
7561
|
plantingDate: string;
|
|
7562
|
-
expectedHarvestDate: string | null;
|
|
7563
7562
|
notes: string | null;
|
|
7563
|
+
expectedHarvestDate: string | null;
|
|
7564
7564
|
fieldId: string;
|
|
7565
7565
|
cropName: string;
|
|
7566
7566
|
estimatedTotalCost: number | null;
|
|
@@ -7998,8 +7998,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
7998
7998
|
name?: string | undefined;
|
|
7999
7999
|
description?: string | undefined;
|
|
8000
8000
|
plantingDate?: string | undefined;
|
|
8001
|
-
expectedHarvestDate?: string | undefined;
|
|
8002
8001
|
notes?: string | undefined;
|
|
8002
|
+
expectedHarvestDate?: string | undefined;
|
|
8003
8003
|
baselineSoilTestId?: string | undefined;
|
|
8004
8004
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8005
8005
|
applicationEfficiency?: number | undefined;
|
|
@@ -8008,8 +8008,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8008
8008
|
name?: string | undefined;
|
|
8009
8009
|
description?: string | undefined;
|
|
8010
8010
|
plantingDate?: string | undefined;
|
|
8011
|
-
expectedHarvestDate?: string | undefined;
|
|
8012
8011
|
notes?: string | undefined;
|
|
8012
|
+
expectedHarvestDate?: string | undefined;
|
|
8013
8013
|
baselineSoilTestId?: string | undefined;
|
|
8014
8014
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8015
8015
|
applicationEfficiency?: number | undefined;
|
|
@@ -8022,8 +8022,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8022
8022
|
name?: string | undefined;
|
|
8023
8023
|
description?: string | undefined;
|
|
8024
8024
|
plantingDate?: string | undefined;
|
|
8025
|
-
expectedHarvestDate?: string | undefined;
|
|
8026
8025
|
notes?: string | undefined;
|
|
8026
|
+
expectedHarvestDate?: string | undefined;
|
|
8027
8027
|
baselineSoilTestId?: string | undefined;
|
|
8028
8028
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8029
8029
|
applicationEfficiency?: number | undefined;
|
|
@@ -8036,8 +8036,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8036
8036
|
name?: string | undefined;
|
|
8037
8037
|
description?: string | undefined;
|
|
8038
8038
|
plantingDate?: string | undefined;
|
|
8039
|
-
expectedHarvestDate?: string | undefined;
|
|
8040
8039
|
notes?: string | undefined;
|
|
8040
|
+
expectedHarvestDate?: string | undefined;
|
|
8041
8041
|
baselineSoilTestId?: string | undefined;
|
|
8042
8042
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8043
8043
|
applicationEfficiency?: number | undefined;
|
|
@@ -8052,8 +8052,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8052
8052
|
name?: string | undefined;
|
|
8053
8053
|
description?: string | undefined;
|
|
8054
8054
|
plantingDate?: string | undefined;
|
|
8055
|
-
expectedHarvestDate?: string | undefined;
|
|
8056
8055
|
notes?: string | undefined;
|
|
8056
|
+
expectedHarvestDate?: string | undefined;
|
|
8057
8057
|
baselineSoilTestId?: string | undefined;
|
|
8058
8058
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8059
8059
|
applicationEfficiency?: number | undefined;
|
|
@@ -8068,8 +8068,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8068
8068
|
name?: string | undefined;
|
|
8069
8069
|
description?: string | undefined;
|
|
8070
8070
|
plantingDate?: string | undefined;
|
|
8071
|
-
expectedHarvestDate?: string | undefined;
|
|
8072
8071
|
notes?: string | undefined;
|
|
8072
|
+
expectedHarvestDate?: string | undefined;
|
|
8073
8073
|
baselineSoilTestId?: string | undefined;
|
|
8074
8074
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
8075
8075
|
applicationEfficiency?: number | undefined;
|
|
@@ -8138,8 +8138,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8138
8138
|
name: string;
|
|
8139
8139
|
description: string | null;
|
|
8140
8140
|
plantingDate: string;
|
|
8141
|
-
expectedHarvestDate: string | null;
|
|
8142
8141
|
notes: string | null;
|
|
8142
|
+
expectedHarvestDate: string | null;
|
|
8143
8143
|
fieldId: string;
|
|
8144
8144
|
cropName: string;
|
|
8145
8145
|
estimatedTotalCost: number | null;
|
|
@@ -8171,8 +8171,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8171
8171
|
name: string;
|
|
8172
8172
|
description: string | null;
|
|
8173
8173
|
plantingDate: string;
|
|
8174
|
-
expectedHarvestDate: string | null;
|
|
8175
8174
|
notes: string | null;
|
|
8175
|
+
expectedHarvestDate: string | null;
|
|
8176
8176
|
fieldId: string;
|
|
8177
8177
|
cropName: string;
|
|
8178
8178
|
estimatedTotalCost: number | null;
|
|
@@ -8211,8 +8211,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8211
8211
|
name: string;
|
|
8212
8212
|
description: string | null;
|
|
8213
8213
|
plantingDate: string;
|
|
8214
|
-
expectedHarvestDate: string | null;
|
|
8215
8214
|
notes: string | null;
|
|
8215
|
+
expectedHarvestDate: string | null;
|
|
8216
8216
|
fieldId: string;
|
|
8217
8217
|
cropName: string;
|
|
8218
8218
|
estimatedTotalCost: number | null;
|
|
@@ -8251,8 +8251,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8251
8251
|
name: string;
|
|
8252
8252
|
description: string | null;
|
|
8253
8253
|
plantingDate: string;
|
|
8254
|
-
expectedHarvestDate: string | null;
|
|
8255
8254
|
notes: string | null;
|
|
8255
|
+
expectedHarvestDate: string | null;
|
|
8256
8256
|
fieldId: string;
|
|
8257
8257
|
cropName: string;
|
|
8258
8258
|
estimatedTotalCost: number | null;
|
|
@@ -8317,8 +8317,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8317
8317
|
name: string;
|
|
8318
8318
|
description: string | null;
|
|
8319
8319
|
plantingDate: string;
|
|
8320
|
-
expectedHarvestDate: string | null;
|
|
8321
8320
|
notes: string | null;
|
|
8321
|
+
expectedHarvestDate: string | null;
|
|
8322
8322
|
fieldId: string;
|
|
8323
8323
|
cropName: string;
|
|
8324
8324
|
estimatedTotalCost: number | null;
|
|
@@ -8369,8 +8369,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8369
8369
|
name: string;
|
|
8370
8370
|
description: string | null;
|
|
8371
8371
|
plantingDate: string;
|
|
8372
|
-
expectedHarvestDate: string | null;
|
|
8373
8372
|
notes: string | null;
|
|
8373
|
+
expectedHarvestDate: string | null;
|
|
8374
8374
|
fieldId: string;
|
|
8375
8375
|
cropName: string;
|
|
8376
8376
|
estimatedTotalCost: number | null;
|
|
@@ -8855,8 +8855,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8855
8855
|
name: string;
|
|
8856
8856
|
description: string | null;
|
|
8857
8857
|
plantingDate: string;
|
|
8858
|
-
expectedHarvestDate: string | null;
|
|
8859
8858
|
notes: string | null;
|
|
8859
|
+
expectedHarvestDate: string | null;
|
|
8860
8860
|
fieldId: string;
|
|
8861
8861
|
cropName: string;
|
|
8862
8862
|
estimatedTotalCost: number | null;
|
|
@@ -8888,8 +8888,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8888
8888
|
name: string;
|
|
8889
8889
|
description: string | null;
|
|
8890
8890
|
plantingDate: string;
|
|
8891
|
-
expectedHarvestDate: string | null;
|
|
8892
8891
|
notes: string | null;
|
|
8892
|
+
expectedHarvestDate: string | null;
|
|
8893
8893
|
fieldId: string;
|
|
8894
8894
|
cropName: string;
|
|
8895
8895
|
estimatedTotalCost: number | null;
|
|
@@ -8928,8 +8928,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8928
8928
|
name: string;
|
|
8929
8929
|
description: string | null;
|
|
8930
8930
|
plantingDate: string;
|
|
8931
|
-
expectedHarvestDate: string | null;
|
|
8932
8931
|
notes: string | null;
|
|
8932
|
+
expectedHarvestDate: string | null;
|
|
8933
8933
|
fieldId: string;
|
|
8934
8934
|
cropName: string;
|
|
8935
8935
|
estimatedTotalCost: number | null;
|
|
@@ -8968,8 +8968,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
8968
8968
|
name: string;
|
|
8969
8969
|
description: string | null;
|
|
8970
8970
|
plantingDate: string;
|
|
8971
|
-
expectedHarvestDate: string | null;
|
|
8972
8971
|
notes: string | null;
|
|
8972
|
+
expectedHarvestDate: string | null;
|
|
8973
8973
|
fieldId: string;
|
|
8974
8974
|
cropName: string;
|
|
8975
8975
|
estimatedTotalCost: number | null;
|
|
@@ -9034,8 +9034,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9034
9034
|
name: string;
|
|
9035
9035
|
description: string | null;
|
|
9036
9036
|
plantingDate: string;
|
|
9037
|
-
expectedHarvestDate: string | null;
|
|
9038
9037
|
notes: string | null;
|
|
9038
|
+
expectedHarvestDate: string | null;
|
|
9039
9039
|
fieldId: string;
|
|
9040
9040
|
cropName: string;
|
|
9041
9041
|
estimatedTotalCost: number | null;
|
|
@@ -9086,8 +9086,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9086
9086
|
name: string;
|
|
9087
9087
|
description: string | null;
|
|
9088
9088
|
plantingDate: string;
|
|
9089
|
-
expectedHarvestDate: string | null;
|
|
9090
9089
|
notes: string | null;
|
|
9090
|
+
expectedHarvestDate: string | null;
|
|
9091
9091
|
fieldId: string;
|
|
9092
9092
|
cropName: string;
|
|
9093
9093
|
estimatedTotalCost: number | null;
|
|
@@ -9482,8 +9482,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9482
9482
|
name: string;
|
|
9483
9483
|
description: string | null;
|
|
9484
9484
|
plantingDate: string;
|
|
9485
|
-
expectedHarvestDate: string | null;
|
|
9486
9485
|
notes: string | null;
|
|
9486
|
+
expectedHarvestDate: string | null;
|
|
9487
9487
|
fieldId: string;
|
|
9488
9488
|
cropName: string;
|
|
9489
9489
|
estimatedTotalCost: number | null;
|
|
@@ -9515,8 +9515,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9515
9515
|
name: string;
|
|
9516
9516
|
description: string | null;
|
|
9517
9517
|
plantingDate: string;
|
|
9518
|
-
expectedHarvestDate: string | null;
|
|
9519
9518
|
notes: string | null;
|
|
9519
|
+
expectedHarvestDate: string | null;
|
|
9520
9520
|
fieldId: string;
|
|
9521
9521
|
cropName: string;
|
|
9522
9522
|
estimatedTotalCost: number | null;
|
|
@@ -9555,8 +9555,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9555
9555
|
name: string;
|
|
9556
9556
|
description: string | null;
|
|
9557
9557
|
plantingDate: string;
|
|
9558
|
-
expectedHarvestDate: string | null;
|
|
9559
9558
|
notes: string | null;
|
|
9559
|
+
expectedHarvestDate: string | null;
|
|
9560
9560
|
fieldId: string;
|
|
9561
9561
|
cropName: string;
|
|
9562
9562
|
estimatedTotalCost: number | null;
|
|
@@ -9595,8 +9595,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9595
9595
|
name: string;
|
|
9596
9596
|
description: string | null;
|
|
9597
9597
|
plantingDate: string;
|
|
9598
|
-
expectedHarvestDate: string | null;
|
|
9599
9598
|
notes: string | null;
|
|
9599
|
+
expectedHarvestDate: string | null;
|
|
9600
9600
|
fieldId: string;
|
|
9601
9601
|
cropName: string;
|
|
9602
9602
|
estimatedTotalCost: number | null;
|
|
@@ -9661,8 +9661,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9661
9661
|
name: string;
|
|
9662
9662
|
description: string | null;
|
|
9663
9663
|
plantingDate: string;
|
|
9664
|
-
expectedHarvestDate: string | null;
|
|
9665
9664
|
notes: string | null;
|
|
9665
|
+
expectedHarvestDate: string | null;
|
|
9666
9666
|
fieldId: string;
|
|
9667
9667
|
cropName: string;
|
|
9668
9668
|
estimatedTotalCost: number | null;
|
|
@@ -9713,8 +9713,8 @@ export declare const fertigationSchedulesRouter: {
|
|
|
9713
9713
|
name: string;
|
|
9714
9714
|
description: string | null;
|
|
9715
9715
|
plantingDate: string;
|
|
9716
|
-
expectedHarvestDate: string | null;
|
|
9717
9716
|
notes: string | null;
|
|
9717
|
+
expectedHarvestDate: string | null;
|
|
9718
9718
|
fieldId: string;
|
|
9719
9719
|
cropName: string;
|
|
9720
9720
|
estimatedTotalCost: number | null;
|
|
@@ -16423,8 +16423,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16423
16423
|
name: string;
|
|
16424
16424
|
description: string | null;
|
|
16425
16425
|
plantingDate: string;
|
|
16426
|
-
expectedHarvestDate: string | null;
|
|
16427
16426
|
notes: string | null;
|
|
16427
|
+
expectedHarvestDate: string | null;
|
|
16428
16428
|
fieldId: string;
|
|
16429
16429
|
cropName: string;
|
|
16430
16430
|
estimatedTotalCost: number | null;
|
|
@@ -16456,8 +16456,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16456
16456
|
name: string;
|
|
16457
16457
|
description: string | null;
|
|
16458
16458
|
plantingDate: string;
|
|
16459
|
-
expectedHarvestDate: string | null;
|
|
16460
16459
|
notes: string | null;
|
|
16460
|
+
expectedHarvestDate: string | null;
|
|
16461
16461
|
fieldId: string;
|
|
16462
16462
|
cropName: string;
|
|
16463
16463
|
estimatedTotalCost: number | null;
|
|
@@ -16496,8 +16496,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16496
16496
|
name: string;
|
|
16497
16497
|
description: string | null;
|
|
16498
16498
|
plantingDate: string;
|
|
16499
|
-
expectedHarvestDate: string | null;
|
|
16500
16499
|
notes: string | null;
|
|
16500
|
+
expectedHarvestDate: string | null;
|
|
16501
16501
|
fieldId: string;
|
|
16502
16502
|
cropName: string;
|
|
16503
16503
|
estimatedTotalCost: number | null;
|
|
@@ -16536,8 +16536,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16536
16536
|
name: string;
|
|
16537
16537
|
description: string | null;
|
|
16538
16538
|
plantingDate: string;
|
|
16539
|
-
expectedHarvestDate: string | null;
|
|
16540
16539
|
notes: string | null;
|
|
16540
|
+
expectedHarvestDate: string | null;
|
|
16541
16541
|
fieldId: string;
|
|
16542
16542
|
cropName: string;
|
|
16543
16543
|
estimatedTotalCost: number | null;
|
|
@@ -16617,8 +16617,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16617
16617
|
name: string;
|
|
16618
16618
|
description: string | null;
|
|
16619
16619
|
plantingDate: string;
|
|
16620
|
-
expectedHarvestDate: string | null;
|
|
16621
16620
|
notes: string | null;
|
|
16621
|
+
expectedHarvestDate: string | null;
|
|
16622
16622
|
fieldId: string;
|
|
16623
16623
|
cropName: string;
|
|
16624
16624
|
estimatedTotalCost: number | null;
|
|
@@ -16698,8 +16698,8 @@ export declare const fertigationRecommendationsRouter: {
|
|
|
16698
16698
|
name: string;
|
|
16699
16699
|
description: string | null;
|
|
16700
16700
|
plantingDate: string;
|
|
16701
|
-
expectedHarvestDate: string | null;
|
|
16702
16701
|
notes: string | null;
|
|
16702
|
+
expectedHarvestDate: string | null;
|
|
16703
16703
|
fieldId: string;
|
|
16704
16704
|
cropName: string;
|
|
16705
16705
|
estimatedTotalCost: number | null;
|
|
@@ -23775,8 +23775,8 @@ export declare const fertigationRouter: {
|
|
|
23775
23775
|
name: string;
|
|
23776
23776
|
description: string | null;
|
|
23777
23777
|
plantingDate: string;
|
|
23778
|
-
expectedHarvestDate: string | null;
|
|
23779
23778
|
notes: string | null;
|
|
23779
|
+
expectedHarvestDate: string | null;
|
|
23780
23780
|
fieldId: string;
|
|
23781
23781
|
cropName: string;
|
|
23782
23782
|
estimatedTotalCost: number | null;
|
|
@@ -23808,8 +23808,8 @@ export declare const fertigationRouter: {
|
|
|
23808
23808
|
name: string;
|
|
23809
23809
|
description: string | null;
|
|
23810
23810
|
plantingDate: string;
|
|
23811
|
-
expectedHarvestDate: string | null;
|
|
23812
23811
|
notes: string | null;
|
|
23812
|
+
expectedHarvestDate: string | null;
|
|
23813
23813
|
fieldId: string;
|
|
23814
23814
|
cropName: string;
|
|
23815
23815
|
estimatedTotalCost: number | null;
|
|
@@ -23848,8 +23848,8 @@ export declare const fertigationRouter: {
|
|
|
23848
23848
|
name: string;
|
|
23849
23849
|
description: string | null;
|
|
23850
23850
|
plantingDate: string;
|
|
23851
|
-
expectedHarvestDate: string | null;
|
|
23852
23851
|
notes: string | null;
|
|
23852
|
+
expectedHarvestDate: string | null;
|
|
23853
23853
|
fieldId: string;
|
|
23854
23854
|
cropName: string;
|
|
23855
23855
|
estimatedTotalCost: number | null;
|
|
@@ -23888,8 +23888,8 @@ export declare const fertigationRouter: {
|
|
|
23888
23888
|
name: string;
|
|
23889
23889
|
description: string | null;
|
|
23890
23890
|
plantingDate: string;
|
|
23891
|
-
expectedHarvestDate: string | null;
|
|
23892
23891
|
notes: string | null;
|
|
23892
|
+
expectedHarvestDate: string | null;
|
|
23893
23893
|
fieldId: string;
|
|
23894
23894
|
cropName: string;
|
|
23895
23895
|
estimatedTotalCost: number | null;
|
|
@@ -23954,8 +23954,8 @@ export declare const fertigationRouter: {
|
|
|
23954
23954
|
name: string;
|
|
23955
23955
|
description: string | null;
|
|
23956
23956
|
plantingDate: string;
|
|
23957
|
-
expectedHarvestDate: string | null;
|
|
23958
23957
|
notes: string | null;
|
|
23958
|
+
expectedHarvestDate: string | null;
|
|
23959
23959
|
fieldId: string;
|
|
23960
23960
|
cropName: string;
|
|
23961
23961
|
estimatedTotalCost: number | null;
|
|
@@ -24006,8 +24006,8 @@ export declare const fertigationRouter: {
|
|
|
24006
24006
|
name: string;
|
|
24007
24007
|
description: string | null;
|
|
24008
24008
|
plantingDate: string;
|
|
24009
|
-
expectedHarvestDate: string | null;
|
|
24010
24009
|
notes: string | null;
|
|
24010
|
+
expectedHarvestDate: string | null;
|
|
24011
24011
|
fieldId: string;
|
|
24012
24012
|
cropName: string;
|
|
24013
24013
|
estimatedTotalCost: number | null;
|
|
@@ -24312,8 +24312,8 @@ export declare const fertigationRouter: {
|
|
|
24312
24312
|
name: string;
|
|
24313
24313
|
description: string | null;
|
|
24314
24314
|
plantingDate: string;
|
|
24315
|
-
expectedHarvestDate: string | null;
|
|
24316
24315
|
notes: string | null;
|
|
24316
|
+
expectedHarvestDate: string | null;
|
|
24317
24317
|
fieldId: string;
|
|
24318
24318
|
cropName: string;
|
|
24319
24319
|
estimatedTotalCost: number | null;
|
|
@@ -24345,8 +24345,8 @@ export declare const fertigationRouter: {
|
|
|
24345
24345
|
name: string;
|
|
24346
24346
|
description: string | null;
|
|
24347
24347
|
plantingDate: string;
|
|
24348
|
-
expectedHarvestDate: string | null;
|
|
24349
24348
|
notes: string | null;
|
|
24349
|
+
expectedHarvestDate: string | null;
|
|
24350
24350
|
fieldId: string;
|
|
24351
24351
|
cropName: string;
|
|
24352
24352
|
estimatedTotalCost: number | null;
|
|
@@ -24385,8 +24385,8 @@ export declare const fertigationRouter: {
|
|
|
24385
24385
|
name: string;
|
|
24386
24386
|
description: string | null;
|
|
24387
24387
|
plantingDate: string;
|
|
24388
|
-
expectedHarvestDate: string | null;
|
|
24389
24388
|
notes: string | null;
|
|
24389
|
+
expectedHarvestDate: string | null;
|
|
24390
24390
|
fieldId: string;
|
|
24391
24391
|
cropName: string;
|
|
24392
24392
|
estimatedTotalCost: number | null;
|
|
@@ -24425,8 +24425,8 @@ export declare const fertigationRouter: {
|
|
|
24425
24425
|
name: string;
|
|
24426
24426
|
description: string | null;
|
|
24427
24427
|
plantingDate: string;
|
|
24428
|
-
expectedHarvestDate: string | null;
|
|
24429
24428
|
notes: string | null;
|
|
24429
|
+
expectedHarvestDate: string | null;
|
|
24430
24430
|
fieldId: string;
|
|
24431
24431
|
cropName: string;
|
|
24432
24432
|
estimatedTotalCost: number | null;
|
|
@@ -24491,8 +24491,8 @@ export declare const fertigationRouter: {
|
|
|
24491
24491
|
name: string;
|
|
24492
24492
|
description: string | null;
|
|
24493
24493
|
plantingDate: string;
|
|
24494
|
-
expectedHarvestDate: string | null;
|
|
24495
24494
|
notes: string | null;
|
|
24495
|
+
expectedHarvestDate: string | null;
|
|
24496
24496
|
fieldId: string;
|
|
24497
24497
|
cropName: string;
|
|
24498
24498
|
estimatedTotalCost: number | null;
|
|
@@ -24543,8 +24543,8 @@ export declare const fertigationRouter: {
|
|
|
24543
24543
|
name: string;
|
|
24544
24544
|
description: string | null;
|
|
24545
24545
|
plantingDate: string;
|
|
24546
|
-
expectedHarvestDate: string | null;
|
|
24547
24546
|
notes: string | null;
|
|
24547
|
+
expectedHarvestDate: string | null;
|
|
24548
24548
|
fieldId: string;
|
|
24549
24549
|
cropName: string;
|
|
24550
24550
|
estimatedTotalCost: number | null;
|
|
@@ -24804,8 +24804,8 @@ export declare const fertigationRouter: {
|
|
|
24804
24804
|
weeklyFrequency: number;
|
|
24805
24805
|
autoGenerateEvents: boolean;
|
|
24806
24806
|
description?: string | undefined;
|
|
24807
|
-
expectedHarvestDate?: string | undefined;
|
|
24808
24807
|
notes?: string | undefined;
|
|
24808
|
+
expectedHarvestDate?: string | undefined;
|
|
24809
24809
|
baselineSoilTestId?: string | undefined;
|
|
24810
24810
|
}, {
|
|
24811
24811
|
name: string;
|
|
@@ -24813,8 +24813,8 @@ export declare const fertigationRouter: {
|
|
|
24813
24813
|
fieldId: string;
|
|
24814
24814
|
cropNutrientProfileId: string;
|
|
24815
24815
|
description?: string | undefined;
|
|
24816
|
-
expectedHarvestDate?: string | undefined;
|
|
24817
24816
|
notes?: string | undefined;
|
|
24817
|
+
expectedHarvestDate?: string | undefined;
|
|
24818
24818
|
baselineSoilTestId?: string | undefined;
|
|
24819
24819
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
24820
24820
|
applicationEfficiency?: number | undefined;
|
|
@@ -24833,8 +24833,8 @@ export declare const fertigationRouter: {
|
|
|
24833
24833
|
weeklyFrequency: number;
|
|
24834
24834
|
autoGenerateEvents: boolean;
|
|
24835
24835
|
description?: string | undefined;
|
|
24836
|
-
expectedHarvestDate?: string | undefined;
|
|
24837
24836
|
notes?: string | undefined;
|
|
24837
|
+
expectedHarvestDate?: string | undefined;
|
|
24838
24838
|
baselineSoilTestId?: string | undefined;
|
|
24839
24839
|
};
|
|
24840
24840
|
}, {
|
|
@@ -24845,8 +24845,8 @@ export declare const fertigationRouter: {
|
|
|
24845
24845
|
fieldId: string;
|
|
24846
24846
|
cropNutrientProfileId: string;
|
|
24847
24847
|
description?: string | undefined;
|
|
24848
|
-
expectedHarvestDate?: string | undefined;
|
|
24849
24848
|
notes?: string | undefined;
|
|
24849
|
+
expectedHarvestDate?: string | undefined;
|
|
24850
24850
|
baselineSoilTestId?: string | undefined;
|
|
24851
24851
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
24852
24852
|
applicationEfficiency?: number | undefined;
|
|
@@ -24867,8 +24867,8 @@ export declare const fertigationRouter: {
|
|
|
24867
24867
|
weeklyFrequency: number;
|
|
24868
24868
|
autoGenerateEvents: boolean;
|
|
24869
24869
|
description?: string | undefined;
|
|
24870
|
-
expectedHarvestDate?: string | undefined;
|
|
24871
24870
|
notes?: string | undefined;
|
|
24871
|
+
expectedHarvestDate?: string | undefined;
|
|
24872
24872
|
baselineSoilTestId?: string | undefined;
|
|
24873
24873
|
};
|
|
24874
24874
|
};
|
|
@@ -24881,8 +24881,8 @@ export declare const fertigationRouter: {
|
|
|
24881
24881
|
fieldId: string;
|
|
24882
24882
|
cropNutrientProfileId: string;
|
|
24883
24883
|
description?: string | undefined;
|
|
24884
|
-
expectedHarvestDate?: string | undefined;
|
|
24885
24884
|
notes?: string | undefined;
|
|
24885
|
+
expectedHarvestDate?: string | undefined;
|
|
24886
24886
|
baselineSoilTestId?: string | undefined;
|
|
24887
24887
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
24888
24888
|
applicationEfficiency?: number | undefined;
|
|
@@ -24952,8 +24952,8 @@ export declare const fertigationRouter: {
|
|
|
24952
24952
|
name: string;
|
|
24953
24953
|
description: string | null;
|
|
24954
24954
|
plantingDate: string;
|
|
24955
|
-
expectedHarvestDate: string | null;
|
|
24956
24955
|
notes: string | null;
|
|
24956
|
+
expectedHarvestDate: string | null;
|
|
24957
24957
|
fieldId: string;
|
|
24958
24958
|
cropName: string;
|
|
24959
24959
|
estimatedTotalCost: number | null;
|
|
@@ -24985,8 +24985,8 @@ export declare const fertigationRouter: {
|
|
|
24985
24985
|
name: string;
|
|
24986
24986
|
description: string | null;
|
|
24987
24987
|
plantingDate: string;
|
|
24988
|
-
expectedHarvestDate: string | null;
|
|
24989
24988
|
notes: string | null;
|
|
24989
|
+
expectedHarvestDate: string | null;
|
|
24990
24990
|
fieldId: string;
|
|
24991
24991
|
cropName: string;
|
|
24992
24992
|
estimatedTotalCost: number | null;
|
|
@@ -25025,8 +25025,8 @@ export declare const fertigationRouter: {
|
|
|
25025
25025
|
name: string;
|
|
25026
25026
|
description: string | null;
|
|
25027
25027
|
plantingDate: string;
|
|
25028
|
-
expectedHarvestDate: string | null;
|
|
25029
25028
|
notes: string | null;
|
|
25029
|
+
expectedHarvestDate: string | null;
|
|
25030
25030
|
fieldId: string;
|
|
25031
25031
|
cropName: string;
|
|
25032
25032
|
estimatedTotalCost: number | null;
|
|
@@ -25065,8 +25065,8 @@ export declare const fertigationRouter: {
|
|
|
25065
25065
|
name: string;
|
|
25066
25066
|
description: string | null;
|
|
25067
25067
|
plantingDate: string;
|
|
25068
|
-
expectedHarvestDate: string | null;
|
|
25069
25068
|
notes: string | null;
|
|
25069
|
+
expectedHarvestDate: string | null;
|
|
25070
25070
|
fieldId: string;
|
|
25071
25071
|
cropName: string;
|
|
25072
25072
|
estimatedTotalCost: number | null;
|
|
@@ -25131,8 +25131,8 @@ export declare const fertigationRouter: {
|
|
|
25131
25131
|
name: string;
|
|
25132
25132
|
description: string | null;
|
|
25133
25133
|
plantingDate: string;
|
|
25134
|
-
expectedHarvestDate: string | null;
|
|
25135
25134
|
notes: string | null;
|
|
25135
|
+
expectedHarvestDate: string | null;
|
|
25136
25136
|
fieldId: string;
|
|
25137
25137
|
cropName: string;
|
|
25138
25138
|
estimatedTotalCost: number | null;
|
|
@@ -25183,8 +25183,8 @@ export declare const fertigationRouter: {
|
|
|
25183
25183
|
name: string;
|
|
25184
25184
|
description: string | null;
|
|
25185
25185
|
plantingDate: string;
|
|
25186
|
-
expectedHarvestDate: string | null;
|
|
25187
25186
|
notes: string | null;
|
|
25187
|
+
expectedHarvestDate: string | null;
|
|
25188
25188
|
fieldId: string;
|
|
25189
25189
|
cropName: string;
|
|
25190
25190
|
estimatedTotalCost: number | null;
|
|
@@ -25622,8 +25622,8 @@ export declare const fertigationRouter: {
|
|
|
25622
25622
|
name?: string | undefined;
|
|
25623
25623
|
description?: string | undefined;
|
|
25624
25624
|
plantingDate?: string | undefined;
|
|
25625
|
-
expectedHarvestDate?: string | undefined;
|
|
25626
25625
|
notes?: string | undefined;
|
|
25626
|
+
expectedHarvestDate?: string | undefined;
|
|
25627
25627
|
baselineSoilTestId?: string | undefined;
|
|
25628
25628
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25629
25629
|
applicationEfficiency?: number | undefined;
|
|
@@ -25632,8 +25632,8 @@ export declare const fertigationRouter: {
|
|
|
25632
25632
|
name?: string | undefined;
|
|
25633
25633
|
description?: string | undefined;
|
|
25634
25634
|
plantingDate?: string | undefined;
|
|
25635
|
-
expectedHarvestDate?: string | undefined;
|
|
25636
25635
|
notes?: string | undefined;
|
|
25636
|
+
expectedHarvestDate?: string | undefined;
|
|
25637
25637
|
baselineSoilTestId?: string | undefined;
|
|
25638
25638
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25639
25639
|
applicationEfficiency?: number | undefined;
|
|
@@ -25646,8 +25646,8 @@ export declare const fertigationRouter: {
|
|
|
25646
25646
|
name?: string | undefined;
|
|
25647
25647
|
description?: string | undefined;
|
|
25648
25648
|
plantingDate?: string | undefined;
|
|
25649
|
-
expectedHarvestDate?: string | undefined;
|
|
25650
25649
|
notes?: string | undefined;
|
|
25650
|
+
expectedHarvestDate?: string | undefined;
|
|
25651
25651
|
baselineSoilTestId?: string | undefined;
|
|
25652
25652
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25653
25653
|
applicationEfficiency?: number | undefined;
|
|
@@ -25660,8 +25660,8 @@ export declare const fertigationRouter: {
|
|
|
25660
25660
|
name?: string | undefined;
|
|
25661
25661
|
description?: string | undefined;
|
|
25662
25662
|
plantingDate?: string | undefined;
|
|
25663
|
-
expectedHarvestDate?: string | undefined;
|
|
25664
25663
|
notes?: string | undefined;
|
|
25664
|
+
expectedHarvestDate?: string | undefined;
|
|
25665
25665
|
baselineSoilTestId?: string | undefined;
|
|
25666
25666
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25667
25667
|
applicationEfficiency?: number | undefined;
|
|
@@ -25676,8 +25676,8 @@ export declare const fertigationRouter: {
|
|
|
25676
25676
|
name?: string | undefined;
|
|
25677
25677
|
description?: string | undefined;
|
|
25678
25678
|
plantingDate?: string | undefined;
|
|
25679
|
-
expectedHarvestDate?: string | undefined;
|
|
25680
25679
|
notes?: string | undefined;
|
|
25680
|
+
expectedHarvestDate?: string | undefined;
|
|
25681
25681
|
baselineSoilTestId?: string | undefined;
|
|
25682
25682
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25683
25683
|
applicationEfficiency?: number | undefined;
|
|
@@ -25692,8 +25692,8 @@ export declare const fertigationRouter: {
|
|
|
25692
25692
|
name?: string | undefined;
|
|
25693
25693
|
description?: string | undefined;
|
|
25694
25694
|
plantingDate?: string | undefined;
|
|
25695
|
-
expectedHarvestDate?: string | undefined;
|
|
25696
25695
|
notes?: string | undefined;
|
|
25696
|
+
expectedHarvestDate?: string | undefined;
|
|
25697
25697
|
baselineSoilTestId?: string | undefined;
|
|
25698
25698
|
primaryApplicationMethod?: "fertigation" | "broadcast" | "foliar" | undefined;
|
|
25699
25699
|
applicationEfficiency?: number | undefined;
|
|
@@ -25762,8 +25762,8 @@ export declare const fertigationRouter: {
|
|
|
25762
25762
|
name: string;
|
|
25763
25763
|
description: string | null;
|
|
25764
25764
|
plantingDate: string;
|
|
25765
|
-
expectedHarvestDate: string | null;
|
|
25766
25765
|
notes: string | null;
|
|
25766
|
+
expectedHarvestDate: string | null;
|
|
25767
25767
|
fieldId: string;
|
|
25768
25768
|
cropName: string;
|
|
25769
25769
|
estimatedTotalCost: number | null;
|
|
@@ -25795,8 +25795,8 @@ export declare const fertigationRouter: {
|
|
|
25795
25795
|
name: string;
|
|
25796
25796
|
description: string | null;
|
|
25797
25797
|
plantingDate: string;
|
|
25798
|
-
expectedHarvestDate: string | null;
|
|
25799
25798
|
notes: string | null;
|
|
25799
|
+
expectedHarvestDate: string | null;
|
|
25800
25800
|
fieldId: string;
|
|
25801
25801
|
cropName: string;
|
|
25802
25802
|
estimatedTotalCost: number | null;
|
|
@@ -25835,8 +25835,8 @@ export declare const fertigationRouter: {
|
|
|
25835
25835
|
name: string;
|
|
25836
25836
|
description: string | null;
|
|
25837
25837
|
plantingDate: string;
|
|
25838
|
-
expectedHarvestDate: string | null;
|
|
25839
25838
|
notes: string | null;
|
|
25839
|
+
expectedHarvestDate: string | null;
|
|
25840
25840
|
fieldId: string;
|
|
25841
25841
|
cropName: string;
|
|
25842
25842
|
estimatedTotalCost: number | null;
|
|
@@ -25875,8 +25875,8 @@ export declare const fertigationRouter: {
|
|
|
25875
25875
|
name: string;
|
|
25876
25876
|
description: string | null;
|
|
25877
25877
|
plantingDate: string;
|
|
25878
|
-
expectedHarvestDate: string | null;
|
|
25879
25878
|
notes: string | null;
|
|
25879
|
+
expectedHarvestDate: string | null;
|
|
25880
25880
|
fieldId: string;
|
|
25881
25881
|
cropName: string;
|
|
25882
25882
|
estimatedTotalCost: number | null;
|
|
@@ -25941,8 +25941,8 @@ export declare const fertigationRouter: {
|
|
|
25941
25941
|
name: string;
|
|
25942
25942
|
description: string | null;
|
|
25943
25943
|
plantingDate: string;
|
|
25944
|
-
expectedHarvestDate: string | null;
|
|
25945
25944
|
notes: string | null;
|
|
25945
|
+
expectedHarvestDate: string | null;
|
|
25946
25946
|
fieldId: string;
|
|
25947
25947
|
cropName: string;
|
|
25948
25948
|
estimatedTotalCost: number | null;
|
|
@@ -25993,8 +25993,8 @@ export declare const fertigationRouter: {
|
|
|
25993
25993
|
name: string;
|
|
25994
25994
|
description: string | null;
|
|
25995
25995
|
plantingDate: string;
|
|
25996
|
-
expectedHarvestDate: string | null;
|
|
25997
25996
|
notes: string | null;
|
|
25997
|
+
expectedHarvestDate: string | null;
|
|
25998
25998
|
fieldId: string;
|
|
25999
25999
|
cropName: string;
|
|
26000
26000
|
estimatedTotalCost: number | null;
|
|
@@ -26479,8 +26479,8 @@ export declare const fertigationRouter: {
|
|
|
26479
26479
|
name: string;
|
|
26480
26480
|
description: string | null;
|
|
26481
26481
|
plantingDate: string;
|
|
26482
|
-
expectedHarvestDate: string | null;
|
|
26483
26482
|
notes: string | null;
|
|
26483
|
+
expectedHarvestDate: string | null;
|
|
26484
26484
|
fieldId: string;
|
|
26485
26485
|
cropName: string;
|
|
26486
26486
|
estimatedTotalCost: number | null;
|
|
@@ -26512,8 +26512,8 @@ export declare const fertigationRouter: {
|
|
|
26512
26512
|
name: string;
|
|
26513
26513
|
description: string | null;
|
|
26514
26514
|
plantingDate: string;
|
|
26515
|
-
expectedHarvestDate: string | null;
|
|
26516
26515
|
notes: string | null;
|
|
26516
|
+
expectedHarvestDate: string | null;
|
|
26517
26517
|
fieldId: string;
|
|
26518
26518
|
cropName: string;
|
|
26519
26519
|
estimatedTotalCost: number | null;
|
|
@@ -26552,8 +26552,8 @@ export declare const fertigationRouter: {
|
|
|
26552
26552
|
name: string;
|
|
26553
26553
|
description: string | null;
|
|
26554
26554
|
plantingDate: string;
|
|
26555
|
-
expectedHarvestDate: string | null;
|
|
26556
26555
|
notes: string | null;
|
|
26556
|
+
expectedHarvestDate: string | null;
|
|
26557
26557
|
fieldId: string;
|
|
26558
26558
|
cropName: string;
|
|
26559
26559
|
estimatedTotalCost: number | null;
|
|
@@ -26592,8 +26592,8 @@ export declare const fertigationRouter: {
|
|
|
26592
26592
|
name: string;
|
|
26593
26593
|
description: string | null;
|
|
26594
26594
|
plantingDate: string;
|
|
26595
|
-
expectedHarvestDate: string | null;
|
|
26596
26595
|
notes: string | null;
|
|
26596
|
+
expectedHarvestDate: string | null;
|
|
26597
26597
|
fieldId: string;
|
|
26598
26598
|
cropName: string;
|
|
26599
26599
|
estimatedTotalCost: number | null;
|
|
@@ -26658,8 +26658,8 @@ export declare const fertigationRouter: {
|
|
|
26658
26658
|
name: string;
|
|
26659
26659
|
description: string | null;
|
|
26660
26660
|
plantingDate: string;
|
|
26661
|
-
expectedHarvestDate: string | null;
|
|
26662
26661
|
notes: string | null;
|
|
26662
|
+
expectedHarvestDate: string | null;
|
|
26663
26663
|
fieldId: string;
|
|
26664
26664
|
cropName: string;
|
|
26665
26665
|
estimatedTotalCost: number | null;
|
|
@@ -26710,8 +26710,8 @@ export declare const fertigationRouter: {
|
|
|
26710
26710
|
name: string;
|
|
26711
26711
|
description: string | null;
|
|
26712
26712
|
plantingDate: string;
|
|
26713
|
-
expectedHarvestDate: string | null;
|
|
26714
26713
|
notes: string | null;
|
|
26714
|
+
expectedHarvestDate: string | null;
|
|
26715
26715
|
fieldId: string;
|
|
26716
26716
|
cropName: string;
|
|
26717
26717
|
estimatedTotalCost: number | null;
|
|
@@ -27106,8 +27106,8 @@ export declare const fertigationRouter: {
|
|
|
27106
27106
|
name: string;
|
|
27107
27107
|
description: string | null;
|
|
27108
27108
|
plantingDate: string;
|
|
27109
|
-
expectedHarvestDate: string | null;
|
|
27110
27109
|
notes: string | null;
|
|
27110
|
+
expectedHarvestDate: string | null;
|
|
27111
27111
|
fieldId: string;
|
|
27112
27112
|
cropName: string;
|
|
27113
27113
|
estimatedTotalCost: number | null;
|
|
@@ -27139,8 +27139,8 @@ export declare const fertigationRouter: {
|
|
|
27139
27139
|
name: string;
|
|
27140
27140
|
description: string | null;
|
|
27141
27141
|
plantingDate: string;
|
|
27142
|
-
expectedHarvestDate: string | null;
|
|
27143
27142
|
notes: string | null;
|
|
27143
|
+
expectedHarvestDate: string | null;
|
|
27144
27144
|
fieldId: string;
|
|
27145
27145
|
cropName: string;
|
|
27146
27146
|
estimatedTotalCost: number | null;
|
|
@@ -27179,8 +27179,8 @@ export declare const fertigationRouter: {
|
|
|
27179
27179
|
name: string;
|
|
27180
27180
|
description: string | null;
|
|
27181
27181
|
plantingDate: string;
|
|
27182
|
-
expectedHarvestDate: string | null;
|
|
27183
27182
|
notes: string | null;
|
|
27183
|
+
expectedHarvestDate: string | null;
|
|
27184
27184
|
fieldId: string;
|
|
27185
27185
|
cropName: string;
|
|
27186
27186
|
estimatedTotalCost: number | null;
|
|
@@ -27219,8 +27219,8 @@ export declare const fertigationRouter: {
|
|
|
27219
27219
|
name: string;
|
|
27220
27220
|
description: string | null;
|
|
27221
27221
|
plantingDate: string;
|
|
27222
|
-
expectedHarvestDate: string | null;
|
|
27223
27222
|
notes: string | null;
|
|
27223
|
+
expectedHarvestDate: string | null;
|
|
27224
27224
|
fieldId: string;
|
|
27225
27225
|
cropName: string;
|
|
27226
27226
|
estimatedTotalCost: number | null;
|
|
@@ -27285,8 +27285,8 @@ export declare const fertigationRouter: {
|
|
|
27285
27285
|
name: string;
|
|
27286
27286
|
description: string | null;
|
|
27287
27287
|
plantingDate: string;
|
|
27288
|
-
expectedHarvestDate: string | null;
|
|
27289
27288
|
notes: string | null;
|
|
27289
|
+
expectedHarvestDate: string | null;
|
|
27290
27290
|
fieldId: string;
|
|
27291
27291
|
cropName: string;
|
|
27292
27292
|
estimatedTotalCost: number | null;
|
|
@@ -27337,8 +27337,8 @@ export declare const fertigationRouter: {
|
|
|
27337
27337
|
name: string;
|
|
27338
27338
|
description: string | null;
|
|
27339
27339
|
plantingDate: string;
|
|
27340
|
-
expectedHarvestDate: string | null;
|
|
27341
27340
|
notes: string | null;
|
|
27341
|
+
expectedHarvestDate: string | null;
|
|
27342
27342
|
fieldId: string;
|
|
27343
27343
|
cropName: string;
|
|
27344
27344
|
estimatedTotalCost: number | null;
|
|
@@ -34047,8 +34047,8 @@ export declare const fertigationRouter: {
|
|
|
34047
34047
|
name: string;
|
|
34048
34048
|
description: string | null;
|
|
34049
34049
|
plantingDate: string;
|
|
34050
|
-
expectedHarvestDate: string | null;
|
|
34051
34050
|
notes: string | null;
|
|
34051
|
+
expectedHarvestDate: string | null;
|
|
34052
34052
|
fieldId: string;
|
|
34053
34053
|
cropName: string;
|
|
34054
34054
|
estimatedTotalCost: number | null;
|
|
@@ -34080,8 +34080,8 @@ export declare const fertigationRouter: {
|
|
|
34080
34080
|
name: string;
|
|
34081
34081
|
description: string | null;
|
|
34082
34082
|
plantingDate: string;
|
|
34083
|
-
expectedHarvestDate: string | null;
|
|
34084
34083
|
notes: string | null;
|
|
34084
|
+
expectedHarvestDate: string | null;
|
|
34085
34085
|
fieldId: string;
|
|
34086
34086
|
cropName: string;
|
|
34087
34087
|
estimatedTotalCost: number | null;
|
|
@@ -34120,8 +34120,8 @@ export declare const fertigationRouter: {
|
|
|
34120
34120
|
name: string;
|
|
34121
34121
|
description: string | null;
|
|
34122
34122
|
plantingDate: string;
|
|
34123
|
-
expectedHarvestDate: string | null;
|
|
34124
34123
|
notes: string | null;
|
|
34124
|
+
expectedHarvestDate: string | null;
|
|
34125
34125
|
fieldId: string;
|
|
34126
34126
|
cropName: string;
|
|
34127
34127
|
estimatedTotalCost: number | null;
|
|
@@ -34160,8 +34160,8 @@ export declare const fertigationRouter: {
|
|
|
34160
34160
|
name: string;
|
|
34161
34161
|
description: string | null;
|
|
34162
34162
|
plantingDate: string;
|
|
34163
|
-
expectedHarvestDate: string | null;
|
|
34164
34163
|
notes: string | null;
|
|
34164
|
+
expectedHarvestDate: string | null;
|
|
34165
34165
|
fieldId: string;
|
|
34166
34166
|
cropName: string;
|
|
34167
34167
|
estimatedTotalCost: number | null;
|
|
@@ -34241,8 +34241,8 @@ export declare const fertigationRouter: {
|
|
|
34241
34241
|
name: string;
|
|
34242
34242
|
description: string | null;
|
|
34243
34243
|
plantingDate: string;
|
|
34244
|
-
expectedHarvestDate: string | null;
|
|
34245
34244
|
notes: string | null;
|
|
34245
|
+
expectedHarvestDate: string | null;
|
|
34246
34246
|
fieldId: string;
|
|
34247
34247
|
cropName: string;
|
|
34248
34248
|
estimatedTotalCost: number | null;
|
|
@@ -34322,8 +34322,8 @@ export declare const fertigationRouter: {
|
|
|
34322
34322
|
name: string;
|
|
34323
34323
|
description: string | null;
|
|
34324
34324
|
plantingDate: string;
|
|
34325
|
-
expectedHarvestDate: string | null;
|
|
34326
34325
|
notes: string | null;
|
|
34326
|
+
expectedHarvestDate: string | null;
|
|
34327
34327
|
fieldId: string;
|
|
34328
34328
|
cropName: string;
|
|
34329
34329
|
estimatedTotalCost: number | null;
|