@deepintel-ltd/farmpro-contracts 1.11.2 → 1.11.4
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/admin.routes.d.ts +3947 -187
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +106 -4
- package/dist/routes/agent-workflows.routes.d.ts +140 -140
- package/dist/routes/agents.routes.d.ts +6 -6
- package/dist/routes/analytics.routes.d.ts +6 -6
- package/dist/routes/auth.routes.d.ts +999 -0
- package/dist/routes/auth.routes.d.ts.map +1 -1
- package/dist/routes/auth.routes.js +30 -1
- package/dist/routes/crop-profile.routes.d.ts +18 -18
- package/dist/routes/documents.routes.d.ts +58 -58
- package/dist/routes/equipment.routes.d.ts +62 -62
- package/dist/routes/extension.routes.d.ts +6 -6
- package/dist/routes/farm-status.routes.d.ts +6 -6
- package/dist/routes/farms.routes.d.ts +35 -0
- package/dist/routes/farms.routes.d.ts.map +1 -1
- package/dist/routes/fertigation.routes.d.ts +76 -76
- package/dist/routes/field-monitoring.routes.d.ts +34 -34
- package/dist/routes/field-observations.routes.d.ts +170 -170
- package/dist/routes/finance.routes.d.ts +6 -6
- package/dist/routes/geofences.routes.d.ts +8 -8
- package/dist/routes/irrigation.routes.d.ts +22 -22
- package/dist/routes/live-monitor.routes.d.ts +2 -2
- package/dist/routes/livestock-groups.routes.d.ts +30 -30
- package/dist/routes/livestock.routes.d.ts +24 -24
- package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
- package/dist/routes/pest-disease-risk.routes.d.ts +48 -48
- package/dist/routes/prescription-maps.routes.d.ts +2 -2
- package/dist/routes/seasonal-plans.routes.d.ts +6 -6
- package/dist/routes/soil-tests.routes.d.ts +30 -30
- package/dist/routes/subscriptions.routes.d.ts +2 -2
- package/dist/routes/team-payments.routes.d.ts +36 -36
- package/dist/routes/team.routes.d.ts +24 -24
- package/dist/routes/users.routes.d.ts +14 -0
- package/dist/routes/users.routes.d.ts.map +1 -1
- package/dist/routes/weather.routes.d.ts +14 -14
- package/dist/routes/yield-prediction.routes.d.ts +48 -48
- package/dist/schemas/admin.schemas.d.ts +843 -81
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +58 -1
- package/dist/schemas/agent-workflows.schemas.d.ts +111 -111
- package/dist/schemas/agents.schemas.d.ts +6 -6
- package/dist/schemas/analytics.schemas.d.ts +12 -12
- package/dist/schemas/auth.schemas.d.ts +28 -0
- package/dist/schemas/auth.schemas.d.ts.map +1 -1
- package/dist/schemas/auth.schemas.js +8 -0
- package/dist/schemas/crop-profile.schemas.d.ts +26 -26
- package/dist/schemas/documents.schemas.d.ts +48 -48
- package/dist/schemas/equipment.schemas.d.ts +48 -48
- package/dist/schemas/extension.schemas.d.ts +12 -12
- package/dist/schemas/farm-status.schemas.d.ts +8 -8
- package/dist/schemas/farms.schemas.d.ts +48 -0
- package/dist/schemas/farms.schemas.d.ts.map +1 -1
- package/dist/schemas/farms.schemas.js +3 -0
- package/dist/schemas/fertigation.schemas.d.ts +20 -20
- package/dist/schemas/field-monitoring.schemas.d.ts +26 -26
- package/dist/schemas/field-observations.schemas.d.ts +126 -126
- package/dist/schemas/finance.schemas.d.ts +6 -6
- package/dist/schemas/geofences.schemas.d.ts +6 -6
- package/dist/schemas/irrigation.schemas.d.ts +12 -12
- package/dist/schemas/live-monitor.schemas.d.ts +2 -2
- package/dist/schemas/livestock-groups.schemas.d.ts +18 -18
- package/dist/schemas/livestock.schemas.d.ts +18 -18
- package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
- package/dist/schemas/pest-disease-risk.schemas.d.ts +32 -32
- package/dist/schemas/prescription-maps.schemas.d.ts +2 -2
- package/dist/schemas/seasonal-plans.schemas.d.ts +12 -12
- package/dist/schemas/soil-tests.schemas.d.ts +28 -28
- package/dist/schemas/team-payments.schemas.d.ts +24 -24
- package/dist/schemas/team.schemas.d.ts +18 -18
- package/dist/schemas/users.schemas.d.ts +15 -0
- package/dist/schemas/users.schemas.d.ts.map +1 -1
- package/dist/schemas/users.schemas.js +1 -0
- package/dist/schemas/weather.schemas.d.ts +28 -28
- package/dist/schemas/yield-prediction.schemas.d.ts +8 -8
- package/package.json +1 -1
|
@@ -114,8 +114,8 @@ export declare const soilTestsRouter: {
|
|
|
114
114
|
testCost: number | null;
|
|
115
115
|
documentUrl: string | null;
|
|
116
116
|
createdBy: string | null;
|
|
117
|
-
fieldName?: string | undefined;
|
|
118
117
|
recommendations?: string | null | undefined;
|
|
118
|
+
fieldName?: string | undefined;
|
|
119
119
|
recommendedFertilizers?: {
|
|
120
120
|
inventoryItemId: string;
|
|
121
121
|
unit: string;
|
|
@@ -143,8 +143,8 @@ export declare const soilTestsRouter: {
|
|
|
143
143
|
testCost: number | null;
|
|
144
144
|
documentUrl: string | null;
|
|
145
145
|
createdBy: string | null;
|
|
146
|
-
fieldName?: string | undefined;
|
|
147
146
|
recommendations?: string | null | undefined;
|
|
147
|
+
fieldName?: string | undefined;
|
|
148
148
|
recommendedFertilizers?: {
|
|
149
149
|
inventoryItemId: string;
|
|
150
150
|
unit: string;
|
|
@@ -179,8 +179,8 @@ export declare const soilTestsRouter: {
|
|
|
179
179
|
testCost: number | null;
|
|
180
180
|
documentUrl: string | null;
|
|
181
181
|
createdBy: string | null;
|
|
182
|
-
fieldName?: string | undefined;
|
|
183
182
|
recommendations?: string | null | undefined;
|
|
183
|
+
fieldName?: string | undefined;
|
|
184
184
|
recommendedFertilizers?: {
|
|
185
185
|
inventoryItemId: string;
|
|
186
186
|
unit: string;
|
|
@@ -215,8 +215,8 @@ export declare const soilTestsRouter: {
|
|
|
215
215
|
testCost: number | null;
|
|
216
216
|
documentUrl: string | null;
|
|
217
217
|
createdBy: string | null;
|
|
218
|
-
fieldName?: string | undefined;
|
|
219
218
|
recommendations?: string | null | undefined;
|
|
219
|
+
fieldName?: string | undefined;
|
|
220
220
|
recommendedFertilizers?: {
|
|
221
221
|
inventoryItemId: string;
|
|
222
222
|
unit: string;
|
|
@@ -277,8 +277,8 @@ export declare const soilTestsRouter: {
|
|
|
277
277
|
testCost: number | null;
|
|
278
278
|
documentUrl: string | null;
|
|
279
279
|
createdBy: string | null;
|
|
280
|
-
fieldName?: string | undefined;
|
|
281
280
|
recommendations?: string | null | undefined;
|
|
281
|
+
fieldName?: string | undefined;
|
|
282
282
|
recommendedFertilizers?: {
|
|
283
283
|
inventoryItemId: string;
|
|
284
284
|
unit: string;
|
|
@@ -325,8 +325,8 @@ export declare const soilTestsRouter: {
|
|
|
325
325
|
testCost: number | null;
|
|
326
326
|
documentUrl: string | null;
|
|
327
327
|
createdBy: string | null;
|
|
328
|
-
fieldName?: string | undefined;
|
|
329
328
|
recommendations?: string | null | undefined;
|
|
329
|
+
fieldName?: string | undefined;
|
|
330
330
|
recommendedFertilizers?: {
|
|
331
331
|
inventoryItemId: string;
|
|
332
332
|
unit: string;
|
|
@@ -752,8 +752,8 @@ export declare const soilTestsRouter: {
|
|
|
752
752
|
testCost: number | null;
|
|
753
753
|
documentUrl: string | null;
|
|
754
754
|
createdBy: string | null;
|
|
755
|
-
fieldName?: string | undefined;
|
|
756
755
|
recommendations?: string | null | undefined;
|
|
756
|
+
fieldName?: string | undefined;
|
|
757
757
|
recommendedFertilizers?: {
|
|
758
758
|
inventoryItemId: string;
|
|
759
759
|
unit: string;
|
|
@@ -781,8 +781,8 @@ export declare const soilTestsRouter: {
|
|
|
781
781
|
testCost: number | null;
|
|
782
782
|
documentUrl: string | null;
|
|
783
783
|
createdBy: string | null;
|
|
784
|
-
fieldName?: string | undefined;
|
|
785
784
|
recommendations?: string | null | undefined;
|
|
785
|
+
fieldName?: string | undefined;
|
|
786
786
|
recommendedFertilizers?: {
|
|
787
787
|
inventoryItemId: string;
|
|
788
788
|
unit: string;
|
|
@@ -817,8 +817,8 @@ export declare const soilTestsRouter: {
|
|
|
817
817
|
testCost: number | null;
|
|
818
818
|
documentUrl: string | null;
|
|
819
819
|
createdBy: string | null;
|
|
820
|
-
fieldName?: string | undefined;
|
|
821
820
|
recommendations?: string | null | undefined;
|
|
821
|
+
fieldName?: string | undefined;
|
|
822
822
|
recommendedFertilizers?: {
|
|
823
823
|
inventoryItemId: string;
|
|
824
824
|
unit: string;
|
|
@@ -853,8 +853,8 @@ export declare const soilTestsRouter: {
|
|
|
853
853
|
testCost: number | null;
|
|
854
854
|
documentUrl: string | null;
|
|
855
855
|
createdBy: string | null;
|
|
856
|
-
fieldName?: string | undefined;
|
|
857
856
|
recommendations?: string | null | undefined;
|
|
857
|
+
fieldName?: string | undefined;
|
|
858
858
|
recommendedFertilizers?: {
|
|
859
859
|
inventoryItemId: string;
|
|
860
860
|
unit: string;
|
|
@@ -915,8 +915,8 @@ export declare const soilTestsRouter: {
|
|
|
915
915
|
testCost: number | null;
|
|
916
916
|
documentUrl: string | null;
|
|
917
917
|
createdBy: string | null;
|
|
918
|
-
fieldName?: string | undefined;
|
|
919
918
|
recommendations?: string | null | undefined;
|
|
919
|
+
fieldName?: string | undefined;
|
|
920
920
|
recommendedFertilizers?: {
|
|
921
921
|
inventoryItemId: string;
|
|
922
922
|
unit: string;
|
|
@@ -963,8 +963,8 @@ export declare const soilTestsRouter: {
|
|
|
963
963
|
testCost: number | null;
|
|
964
964
|
documentUrl: string | null;
|
|
965
965
|
createdBy: string | null;
|
|
966
|
-
fieldName?: string | undefined;
|
|
967
966
|
recommendations?: string | null | undefined;
|
|
967
|
+
fieldName?: string | undefined;
|
|
968
968
|
recommendedFertilizers?: {
|
|
969
969
|
inventoryItemId: string;
|
|
970
970
|
unit: string;
|
|
@@ -1439,8 +1439,8 @@ export declare const soilTestsRouter: {
|
|
|
1439
1439
|
testCost: number | null;
|
|
1440
1440
|
documentUrl: string | null;
|
|
1441
1441
|
createdBy: string | null;
|
|
1442
|
-
fieldName?: string | undefined;
|
|
1443
1442
|
recommendations?: string | null | undefined;
|
|
1443
|
+
fieldName?: string | undefined;
|
|
1444
1444
|
recommendedFertilizers?: {
|
|
1445
1445
|
inventoryItemId: string;
|
|
1446
1446
|
unit: string;
|
|
@@ -1468,8 +1468,8 @@ export declare const soilTestsRouter: {
|
|
|
1468
1468
|
testCost: number | null;
|
|
1469
1469
|
documentUrl: string | null;
|
|
1470
1470
|
createdBy: string | null;
|
|
1471
|
-
fieldName?: string | undefined;
|
|
1472
1471
|
recommendations?: string | null | undefined;
|
|
1472
|
+
fieldName?: string | undefined;
|
|
1473
1473
|
recommendedFertilizers?: {
|
|
1474
1474
|
inventoryItemId: string;
|
|
1475
1475
|
unit: string;
|
|
@@ -1562,8 +1562,8 @@ export declare const soilTestsRouter: {
|
|
|
1562
1562
|
testCost: number | null;
|
|
1563
1563
|
documentUrl: string | null;
|
|
1564
1564
|
createdBy: string | null;
|
|
1565
|
-
fieldName?: string | undefined;
|
|
1566
1565
|
recommendations?: string | null | undefined;
|
|
1566
|
+
fieldName?: string | undefined;
|
|
1567
1567
|
recommendedFertilizers?: {
|
|
1568
1568
|
inventoryItemId: string;
|
|
1569
1569
|
unit: string;
|
|
@@ -1609,8 +1609,8 @@ export declare const soilTestsRouter: {
|
|
|
1609
1609
|
testCost: number | null;
|
|
1610
1610
|
documentUrl: string | null;
|
|
1611
1611
|
createdBy: string | null;
|
|
1612
|
-
fieldName?: string | undefined;
|
|
1613
1612
|
recommendations?: string | null | undefined;
|
|
1613
|
+
fieldName?: string | undefined;
|
|
1614
1614
|
recommendedFertilizers?: {
|
|
1615
1615
|
inventoryItemId: string;
|
|
1616
1616
|
unit: string;
|
|
@@ -1682,8 +1682,8 @@ export declare const soilTestsRouter: {
|
|
|
1682
1682
|
testCost: number | null;
|
|
1683
1683
|
documentUrl: string | null;
|
|
1684
1684
|
createdBy: string | null;
|
|
1685
|
-
fieldName?: string | undefined;
|
|
1686
1685
|
recommendations?: string | null | undefined;
|
|
1686
|
+
fieldName?: string | undefined;
|
|
1687
1687
|
recommendedFertilizers?: {
|
|
1688
1688
|
inventoryItemId: string;
|
|
1689
1689
|
unit: string;
|
|
@@ -1741,8 +1741,8 @@ export declare const soilTestsRouter: {
|
|
|
1741
1741
|
testCost: number | null;
|
|
1742
1742
|
documentUrl: string | null;
|
|
1743
1743
|
createdBy: string | null;
|
|
1744
|
-
fieldName?: string | undefined;
|
|
1745
1744
|
recommendations?: string | null | undefined;
|
|
1745
|
+
fieldName?: string | undefined;
|
|
1746
1746
|
recommendedFertilizers?: {
|
|
1747
1747
|
inventoryItemId: string;
|
|
1748
1748
|
unit: string;
|
|
@@ -2188,8 +2188,8 @@ export declare const soilTestsRouter: {
|
|
|
2188
2188
|
testCost: number | null;
|
|
2189
2189
|
documentUrl: string | null;
|
|
2190
2190
|
createdBy: string | null;
|
|
2191
|
-
fieldName?: string | undefined;
|
|
2192
2191
|
recommendations?: string | null | undefined;
|
|
2192
|
+
fieldName?: string | undefined;
|
|
2193
2193
|
recommendedFertilizers?: {
|
|
2194
2194
|
inventoryItemId: string;
|
|
2195
2195
|
unit: string;
|
|
@@ -2217,8 +2217,8 @@ export declare const soilTestsRouter: {
|
|
|
2217
2217
|
testCost: number | null;
|
|
2218
2218
|
documentUrl: string | null;
|
|
2219
2219
|
createdBy: string | null;
|
|
2220
|
-
fieldName?: string | undefined;
|
|
2221
2220
|
recommendations?: string | null | undefined;
|
|
2221
|
+
fieldName?: string | undefined;
|
|
2222
2222
|
recommendedFertilizers?: {
|
|
2223
2223
|
inventoryItemId: string;
|
|
2224
2224
|
unit: string;
|
|
@@ -2253,8 +2253,8 @@ export declare const soilTestsRouter: {
|
|
|
2253
2253
|
testCost: number | null;
|
|
2254
2254
|
documentUrl: string | null;
|
|
2255
2255
|
createdBy: string | null;
|
|
2256
|
-
fieldName?: string | undefined;
|
|
2257
2256
|
recommendations?: string | null | undefined;
|
|
2257
|
+
fieldName?: string | undefined;
|
|
2258
2258
|
recommendedFertilizers?: {
|
|
2259
2259
|
inventoryItemId: string;
|
|
2260
2260
|
unit: string;
|
|
@@ -2289,8 +2289,8 @@ export declare const soilTestsRouter: {
|
|
|
2289
2289
|
testCost: number | null;
|
|
2290
2290
|
documentUrl: string | null;
|
|
2291
2291
|
createdBy: string | null;
|
|
2292
|
-
fieldName?: string | undefined;
|
|
2293
2292
|
recommendations?: string | null | undefined;
|
|
2293
|
+
fieldName?: string | undefined;
|
|
2294
2294
|
recommendedFertilizers?: {
|
|
2295
2295
|
inventoryItemId: string;
|
|
2296
2296
|
unit: string;
|
|
@@ -2351,8 +2351,8 @@ export declare const soilTestsRouter: {
|
|
|
2351
2351
|
testCost: number | null;
|
|
2352
2352
|
documentUrl: string | null;
|
|
2353
2353
|
createdBy: string | null;
|
|
2354
|
-
fieldName?: string | undefined;
|
|
2355
2354
|
recommendations?: string | null | undefined;
|
|
2355
|
+
fieldName?: string | undefined;
|
|
2356
2356
|
recommendedFertilizers?: {
|
|
2357
2357
|
inventoryItemId: string;
|
|
2358
2358
|
unit: string;
|
|
@@ -2399,8 +2399,8 @@ export declare const soilTestsRouter: {
|
|
|
2399
2399
|
testCost: number | null;
|
|
2400
2400
|
documentUrl: string | null;
|
|
2401
2401
|
createdBy: string | null;
|
|
2402
|
-
fieldName?: string | undefined;
|
|
2403
2402
|
recommendations?: string | null | undefined;
|
|
2403
|
+
fieldName?: string | undefined;
|
|
2404
2404
|
recommendedFertilizers?: {
|
|
2405
2405
|
inventoryItemId: string;
|
|
2406
2406
|
unit: string;
|
|
@@ -3091,8 +3091,8 @@ export declare const soilTestsRouter: {
|
|
|
3091
3091
|
testCost: number | null;
|
|
3092
3092
|
documentUrl: string | null;
|
|
3093
3093
|
createdBy: string | null;
|
|
3094
|
-
fieldName?: string | undefined;
|
|
3095
3094
|
recommendations?: string | null | undefined;
|
|
3095
|
+
fieldName?: string | undefined;
|
|
3096
3096
|
recommendedFertilizers?: {
|
|
3097
3097
|
inventoryItemId: string;
|
|
3098
3098
|
unit: string;
|
|
@@ -3120,8 +3120,8 @@ export declare const soilTestsRouter: {
|
|
|
3120
3120
|
testCost: number | null;
|
|
3121
3121
|
documentUrl: string | null;
|
|
3122
3122
|
createdBy: string | null;
|
|
3123
|
-
fieldName?: string | undefined;
|
|
3124
3123
|
recommendations?: string | null | undefined;
|
|
3124
|
+
fieldName?: string | undefined;
|
|
3125
3125
|
recommendedFertilizers?: {
|
|
3126
3126
|
inventoryItemId: string;
|
|
3127
3127
|
unit: string;
|
|
@@ -3156,8 +3156,8 @@ export declare const soilTestsRouter: {
|
|
|
3156
3156
|
testCost: number | null;
|
|
3157
3157
|
documentUrl: string | null;
|
|
3158
3158
|
createdBy: string | null;
|
|
3159
|
-
fieldName?: string | undefined;
|
|
3160
3159
|
recommendations?: string | null | undefined;
|
|
3160
|
+
fieldName?: string | undefined;
|
|
3161
3161
|
recommendedFertilizers?: {
|
|
3162
3162
|
inventoryItemId: string;
|
|
3163
3163
|
unit: string;
|
|
@@ -3192,8 +3192,8 @@ export declare const soilTestsRouter: {
|
|
|
3192
3192
|
testCost: number | null;
|
|
3193
3193
|
documentUrl: string | null;
|
|
3194
3194
|
createdBy: string | null;
|
|
3195
|
-
fieldName?: string | undefined;
|
|
3196
3195
|
recommendations?: string | null | undefined;
|
|
3196
|
+
fieldName?: string | undefined;
|
|
3197
3197
|
recommendedFertilizers?: {
|
|
3198
3198
|
inventoryItemId: string;
|
|
3199
3199
|
unit: string;
|
|
@@ -3254,8 +3254,8 @@ export declare const soilTestsRouter: {
|
|
|
3254
3254
|
testCost: number | null;
|
|
3255
3255
|
documentUrl: string | null;
|
|
3256
3256
|
createdBy: string | null;
|
|
3257
|
-
fieldName?: string | undefined;
|
|
3258
3257
|
recommendations?: string | null | undefined;
|
|
3258
|
+
fieldName?: string | undefined;
|
|
3259
3259
|
recommendedFertilizers?: {
|
|
3260
3260
|
inventoryItemId: string;
|
|
3261
3261
|
unit: string;
|
|
@@ -3302,8 +3302,8 @@ export declare const soilTestsRouter: {
|
|
|
3302
3302
|
testCost: number | null;
|
|
3303
3303
|
documentUrl: string | null;
|
|
3304
3304
|
createdBy: string | null;
|
|
3305
|
-
fieldName?: string | undefined;
|
|
3306
3305
|
recommendations?: string | null | undefined;
|
|
3306
|
+
fieldName?: string | undefined;
|
|
3307
3307
|
recommendedFertilizers?: {
|
|
3308
3308
|
inventoryItemId: string;
|
|
3309
3309
|
unit: string;
|
|
@@ -6,12 +6,12 @@ export declare const subscriptionsRouter: {
|
|
|
6
6
|
country: z.ZodOptional<z.ZodString>;
|
|
7
7
|
farmId: z.ZodOptional<z.ZodString>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
currency?: "NGN" | "USD" | undefined;
|
|
10
9
|
farmId?: string | undefined;
|
|
10
|
+
currency?: "NGN" | "USD" | undefined;
|
|
11
11
|
country?: string | undefined;
|
|
12
12
|
}, {
|
|
13
|
-
currency?: "NGN" | "USD" | undefined;
|
|
14
13
|
farmId?: string | undefined;
|
|
14
|
+
currency?: "NGN" | "USD" | undefined;
|
|
15
15
|
country?: string | undefined;
|
|
16
16
|
}>;
|
|
17
17
|
summary: "Get available subscription plans";
|
|
@@ -5460,8 +5460,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5460
5460
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5461
5461
|
createdAt: string;
|
|
5462
5462
|
updatedAt: string;
|
|
5463
|
-
currency: string;
|
|
5464
5463
|
farmId: string;
|
|
5464
|
+
currency: string;
|
|
5465
5465
|
fieldId: string | null;
|
|
5466
5466
|
category: string;
|
|
5467
5467
|
cropId: string | null;
|
|
@@ -5489,8 +5489,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5489
5489
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5490
5490
|
createdAt: string;
|
|
5491
5491
|
updatedAt: string;
|
|
5492
|
-
currency: string;
|
|
5493
5492
|
farmId: string;
|
|
5493
|
+
currency: string;
|
|
5494
5494
|
fieldId: string | null;
|
|
5495
5495
|
category: string;
|
|
5496
5496
|
cropId: string | null;
|
|
@@ -5525,8 +5525,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5525
5525
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5526
5526
|
createdAt: string;
|
|
5527
5527
|
updatedAt: string;
|
|
5528
|
-
currency: string;
|
|
5529
5528
|
farmId: string;
|
|
5529
|
+
currency: string;
|
|
5530
5530
|
fieldId: string | null;
|
|
5531
5531
|
category: string;
|
|
5532
5532
|
cropId: string | null;
|
|
@@ -5561,8 +5561,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5561
5561
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5562
5562
|
createdAt: string;
|
|
5563
5563
|
updatedAt: string;
|
|
5564
|
-
currency: string;
|
|
5565
5564
|
farmId: string;
|
|
5565
|
+
currency: string;
|
|
5566
5566
|
fieldId: string | null;
|
|
5567
5567
|
category: string;
|
|
5568
5568
|
cropId: string | null;
|
|
@@ -5623,8 +5623,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5623
5623
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5624
5624
|
createdAt: string;
|
|
5625
5625
|
updatedAt: string;
|
|
5626
|
-
currency: string;
|
|
5627
5626
|
farmId: string;
|
|
5627
|
+
currency: string;
|
|
5628
5628
|
fieldId: string | null;
|
|
5629
5629
|
category: string;
|
|
5630
5630
|
cropId: string | null;
|
|
@@ -5671,8 +5671,8 @@ export declare const teamPaymentsRouter: {
|
|
|
5671
5671
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
5672
5672
|
createdAt: string;
|
|
5673
5673
|
updatedAt: string;
|
|
5674
|
-
currency: string;
|
|
5675
5674
|
farmId: string;
|
|
5675
|
+
currency: string;
|
|
5676
5676
|
fieldId: string | null;
|
|
5677
5677
|
category: string;
|
|
5678
5678
|
cropId: string | null;
|
|
@@ -6148,8 +6148,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6148
6148
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6149
6149
|
createdAt: string;
|
|
6150
6150
|
updatedAt: string;
|
|
6151
|
-
currency: string;
|
|
6152
6151
|
farmId: string;
|
|
6152
|
+
currency: string;
|
|
6153
6153
|
fieldId: string | null;
|
|
6154
6154
|
category: string;
|
|
6155
6155
|
cropId: string | null;
|
|
@@ -6177,8 +6177,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6177
6177
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6178
6178
|
createdAt: string;
|
|
6179
6179
|
updatedAt: string;
|
|
6180
|
-
currency: string;
|
|
6181
6180
|
farmId: string;
|
|
6181
|
+
currency: string;
|
|
6182
6182
|
fieldId: string | null;
|
|
6183
6183
|
category: string;
|
|
6184
6184
|
cropId: string | null;
|
|
@@ -6213,8 +6213,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6213
6213
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6214
6214
|
createdAt: string;
|
|
6215
6215
|
updatedAt: string;
|
|
6216
|
-
currency: string;
|
|
6217
6216
|
farmId: string;
|
|
6217
|
+
currency: string;
|
|
6218
6218
|
fieldId: string | null;
|
|
6219
6219
|
category: string;
|
|
6220
6220
|
cropId: string | null;
|
|
@@ -6249,8 +6249,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6249
6249
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6250
6250
|
createdAt: string;
|
|
6251
6251
|
updatedAt: string;
|
|
6252
|
-
currency: string;
|
|
6253
6252
|
farmId: string;
|
|
6253
|
+
currency: string;
|
|
6254
6254
|
fieldId: string | null;
|
|
6255
6255
|
category: string;
|
|
6256
6256
|
cropId: string | null;
|
|
@@ -6311,8 +6311,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6311
6311
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6312
6312
|
createdAt: string;
|
|
6313
6313
|
updatedAt: string;
|
|
6314
|
-
currency: string;
|
|
6315
6314
|
farmId: string;
|
|
6315
|
+
currency: string;
|
|
6316
6316
|
fieldId: string | null;
|
|
6317
6317
|
category: string;
|
|
6318
6318
|
cropId: string | null;
|
|
@@ -6359,8 +6359,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6359
6359
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6360
6360
|
createdAt: string;
|
|
6361
6361
|
updatedAt: string;
|
|
6362
|
-
currency: string;
|
|
6363
6362
|
farmId: string;
|
|
6363
|
+
currency: string;
|
|
6364
6364
|
fieldId: string | null;
|
|
6365
6365
|
category: string;
|
|
6366
6366
|
cropId: string | null;
|
|
@@ -6905,8 +6905,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6905
6905
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6906
6906
|
createdAt: string;
|
|
6907
6907
|
updatedAt: string;
|
|
6908
|
-
currency: string;
|
|
6909
6908
|
farmId: string;
|
|
6909
|
+
currency: string;
|
|
6910
6910
|
fieldId: string | null;
|
|
6911
6911
|
category: string;
|
|
6912
6912
|
cropId: string | null;
|
|
@@ -6934,8 +6934,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6934
6934
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6935
6935
|
createdAt: string;
|
|
6936
6936
|
updatedAt: string;
|
|
6937
|
-
currency: string;
|
|
6938
6937
|
farmId: string;
|
|
6938
|
+
currency: string;
|
|
6939
6939
|
fieldId: string | null;
|
|
6940
6940
|
category: string;
|
|
6941
6941
|
cropId: string | null;
|
|
@@ -6970,8 +6970,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6970
6970
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
6971
6971
|
createdAt: string;
|
|
6972
6972
|
updatedAt: string;
|
|
6973
|
-
currency: string;
|
|
6974
6973
|
farmId: string;
|
|
6974
|
+
currency: string;
|
|
6975
6975
|
fieldId: string | null;
|
|
6976
6976
|
category: string;
|
|
6977
6977
|
cropId: string | null;
|
|
@@ -7006,8 +7006,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7006
7006
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7007
7007
|
createdAt: string;
|
|
7008
7008
|
updatedAt: string;
|
|
7009
|
-
currency: string;
|
|
7010
7009
|
farmId: string;
|
|
7010
|
+
currency: string;
|
|
7011
7011
|
fieldId: string | null;
|
|
7012
7012
|
category: string;
|
|
7013
7013
|
cropId: string | null;
|
|
@@ -7068,8 +7068,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7068
7068
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7069
7069
|
createdAt: string;
|
|
7070
7070
|
updatedAt: string;
|
|
7071
|
-
currency: string;
|
|
7072
7071
|
farmId: string;
|
|
7072
|
+
currency: string;
|
|
7073
7073
|
fieldId: string | null;
|
|
7074
7074
|
category: string;
|
|
7075
7075
|
cropId: string | null;
|
|
@@ -7116,8 +7116,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7116
7116
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7117
7117
|
createdAt: string;
|
|
7118
7118
|
updatedAt: string;
|
|
7119
|
-
currency: string;
|
|
7120
7119
|
farmId: string;
|
|
7120
|
+
currency: string;
|
|
7121
7121
|
fieldId: string | null;
|
|
7122
7122
|
category: string;
|
|
7123
7123
|
cropId: string | null;
|
|
@@ -7494,8 +7494,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7494
7494
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7495
7495
|
createdAt: string;
|
|
7496
7496
|
updatedAt: string;
|
|
7497
|
-
currency: string;
|
|
7498
7497
|
farmId: string;
|
|
7498
|
+
currency: string;
|
|
7499
7499
|
fieldId: string | null;
|
|
7500
7500
|
category: string;
|
|
7501
7501
|
cropId: string | null;
|
|
@@ -7523,8 +7523,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7523
7523
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7524
7524
|
createdAt: string;
|
|
7525
7525
|
updatedAt: string;
|
|
7526
|
-
currency: string;
|
|
7527
7526
|
farmId: string;
|
|
7527
|
+
currency: string;
|
|
7528
7528
|
fieldId: string | null;
|
|
7529
7529
|
category: string;
|
|
7530
7530
|
cropId: string | null;
|
|
@@ -7559,8 +7559,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7559
7559
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7560
7560
|
createdAt: string;
|
|
7561
7561
|
updatedAt: string;
|
|
7562
|
-
currency: string;
|
|
7563
7562
|
farmId: string;
|
|
7563
|
+
currency: string;
|
|
7564
7564
|
fieldId: string | null;
|
|
7565
7565
|
category: string;
|
|
7566
7566
|
cropId: string | null;
|
|
@@ -7595,8 +7595,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7595
7595
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7596
7596
|
createdAt: string;
|
|
7597
7597
|
updatedAt: string;
|
|
7598
|
-
currency: string;
|
|
7599
7598
|
farmId: string;
|
|
7599
|
+
currency: string;
|
|
7600
7600
|
fieldId: string | null;
|
|
7601
7601
|
category: string;
|
|
7602
7602
|
cropId: string | null;
|
|
@@ -7657,8 +7657,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7657
7657
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7658
7658
|
createdAt: string;
|
|
7659
7659
|
updatedAt: string;
|
|
7660
|
-
currency: string;
|
|
7661
7660
|
farmId: string;
|
|
7661
|
+
currency: string;
|
|
7662
7662
|
fieldId: string | null;
|
|
7663
7663
|
category: string;
|
|
7664
7664
|
cropId: string | null;
|
|
@@ -7705,8 +7705,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7705
7705
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
7706
7706
|
createdAt: string;
|
|
7707
7707
|
updatedAt: string;
|
|
7708
|
-
currency: string;
|
|
7709
7708
|
farmId: string;
|
|
7709
|
+
currency: string;
|
|
7710
7710
|
fieldId: string | null;
|
|
7711
7711
|
category: string;
|
|
7712
7712
|
cropId: string | null;
|
|
@@ -8089,8 +8089,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8089
8089
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8090
8090
|
createdAt: string;
|
|
8091
8091
|
updatedAt: string;
|
|
8092
|
-
currency: string;
|
|
8093
8092
|
farmId: string;
|
|
8093
|
+
currency: string;
|
|
8094
8094
|
fieldId: string | null;
|
|
8095
8095
|
category: string;
|
|
8096
8096
|
cropId: string | null;
|
|
@@ -8118,8 +8118,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8118
8118
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8119
8119
|
createdAt: string;
|
|
8120
8120
|
updatedAt: string;
|
|
8121
|
-
currency: string;
|
|
8122
8121
|
farmId: string;
|
|
8122
|
+
currency: string;
|
|
8123
8123
|
fieldId: string | null;
|
|
8124
8124
|
category: string;
|
|
8125
8125
|
cropId: string | null;
|
|
@@ -8154,8 +8154,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8154
8154
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8155
8155
|
createdAt: string;
|
|
8156
8156
|
updatedAt: string;
|
|
8157
|
-
currency: string;
|
|
8158
8157
|
farmId: string;
|
|
8158
|
+
currency: string;
|
|
8159
8159
|
fieldId: string | null;
|
|
8160
8160
|
category: string;
|
|
8161
8161
|
cropId: string | null;
|
|
@@ -8190,8 +8190,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8190
8190
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8191
8191
|
createdAt: string;
|
|
8192
8192
|
updatedAt: string;
|
|
8193
|
-
currency: string;
|
|
8194
8193
|
farmId: string;
|
|
8194
|
+
currency: string;
|
|
8195
8195
|
fieldId: string | null;
|
|
8196
8196
|
category: string;
|
|
8197
8197
|
cropId: string | null;
|
|
@@ -8252,8 +8252,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8252
8252
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8253
8253
|
createdAt: string;
|
|
8254
8254
|
updatedAt: string;
|
|
8255
|
-
currency: string;
|
|
8256
8255
|
farmId: string;
|
|
8256
|
+
currency: string;
|
|
8257
8257
|
fieldId: string | null;
|
|
8258
8258
|
category: string;
|
|
8259
8259
|
cropId: string | null;
|
|
@@ -8300,8 +8300,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8300
8300
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8301
8301
|
createdAt: string;
|
|
8302
8302
|
updatedAt: string;
|
|
8303
|
-
currency: string;
|
|
8304
8303
|
farmId: string;
|
|
8304
|
+
currency: string;
|
|
8305
8305
|
fieldId: string | null;
|
|
8306
8306
|
category: string;
|
|
8307
8307
|
cropId: string | null;
|
|
@@ -8863,8 +8863,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8863
8863
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8864
8864
|
createdAt: string;
|
|
8865
8865
|
updatedAt: string;
|
|
8866
|
-
currency: string;
|
|
8867
8866
|
farmId: string;
|
|
8867
|
+
currency: string;
|
|
8868
8868
|
fieldId: string | null;
|
|
8869
8869
|
category: string;
|
|
8870
8870
|
cropId: string | null;
|
|
@@ -8892,8 +8892,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8892
8892
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8893
8893
|
createdAt: string;
|
|
8894
8894
|
updatedAt: string;
|
|
8895
|
-
currency: string;
|
|
8896
8895
|
farmId: string;
|
|
8896
|
+
currency: string;
|
|
8897
8897
|
fieldId: string | null;
|
|
8898
8898
|
category: string;
|
|
8899
8899
|
cropId: string | null;
|
|
@@ -8928,8 +8928,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8928
8928
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8929
8929
|
createdAt: string;
|
|
8930
8930
|
updatedAt: string;
|
|
8931
|
-
currency: string;
|
|
8932
8931
|
farmId: string;
|
|
8932
|
+
currency: string;
|
|
8933
8933
|
fieldId: string | null;
|
|
8934
8934
|
category: string;
|
|
8935
8935
|
cropId: string | null;
|
|
@@ -8964,8 +8964,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8964
8964
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
8965
8965
|
createdAt: string;
|
|
8966
8966
|
updatedAt: string;
|
|
8967
|
-
currency: string;
|
|
8968
8967
|
farmId: string;
|
|
8968
|
+
currency: string;
|
|
8969
8969
|
fieldId: string | null;
|
|
8970
8970
|
category: string;
|
|
8971
8971
|
cropId: string | null;
|
|
@@ -9026,8 +9026,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9026
9026
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
9027
9027
|
createdAt: string;
|
|
9028
9028
|
updatedAt: string;
|
|
9029
|
-
currency: string;
|
|
9030
9029
|
farmId: string;
|
|
9030
|
+
currency: string;
|
|
9031
9031
|
fieldId: string | null;
|
|
9032
9032
|
category: string;
|
|
9033
9033
|
cropId: string | null;
|
|
@@ -9074,8 +9074,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9074
9074
|
status: "DRAFT" | "PENDING_APPROVAL" | "PROCESSING" | "COMPLETED" | "FAILED" | "REJECTED";
|
|
9075
9075
|
createdAt: string;
|
|
9076
9076
|
updatedAt: string;
|
|
9077
|
-
currency: string;
|
|
9078
9077
|
farmId: string;
|
|
9078
|
+
currency: string;
|
|
9079
9079
|
fieldId: string | null;
|
|
9080
9080
|
category: string;
|
|
9081
9081
|
cropId: string | null;
|