@deepintel-ltd/farmpro-contracts 1.11.3 → 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 +2852 -36
- package/dist/routes/admin.routes.d.ts.map +1 -1
- package/dist/routes/admin.routes.js +78 -6
- 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 +503 -0
- package/dist/routes/auth.routes.d.ts.map +1 -1
- package/dist/routes/auth.routes.js +15 -0
- 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 +431 -84
- package/dist/schemas/admin.schemas.d.ts.map +1 -1
- package/dist/schemas/admin.schemas.js +36 -0
- 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/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
|
@@ -10271,7 +10271,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10271
10271
|
'page[size]'?: number | undefined;
|
|
10272
10272
|
'filter[startDate]'?: string | undefined;
|
|
10273
10273
|
'filter[endDate]'?: string | undefined;
|
|
10274
|
-
'filter[status]'?: "
|
|
10274
|
+
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
10275
10275
|
'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
|
|
10276
10276
|
}, {
|
|
10277
10277
|
sort?: string | undefined;
|
|
@@ -10279,7 +10279,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10279
10279
|
'page[size]'?: number | undefined;
|
|
10280
10280
|
'filter[startDate]'?: string | undefined;
|
|
10281
10281
|
'filter[endDate]'?: string | undefined;
|
|
10282
|
-
'filter[status]'?: "
|
|
10282
|
+
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
10283
10283
|
'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
|
|
10284
10284
|
}>;
|
|
10285
10285
|
summary: "List schedule events";
|
|
@@ -10359,7 +10359,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10359
10359
|
createdAt: z.ZodString;
|
|
10360
10360
|
updatedAt: z.ZodString;
|
|
10361
10361
|
}, "strip", z.ZodTypeAny, {
|
|
10362
|
-
status: "
|
|
10362
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10363
10363
|
createdAt: string;
|
|
10364
10364
|
updatedAt: string;
|
|
10365
10365
|
inventoryItemId: string | null;
|
|
@@ -10399,7 +10399,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10399
10399
|
inventoryItemName?: string | undefined;
|
|
10400
10400
|
fertilizerProductName?: string | undefined;
|
|
10401
10401
|
}, {
|
|
10402
|
-
status: "
|
|
10402
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10403
10403
|
createdAt: string;
|
|
10404
10404
|
updatedAt: string;
|
|
10405
10405
|
inventoryItemId: string | null;
|
|
@@ -10446,7 +10446,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10446
10446
|
type: string;
|
|
10447
10447
|
id: string;
|
|
10448
10448
|
attributes: {
|
|
10449
|
-
status: "
|
|
10449
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10450
10450
|
createdAt: string;
|
|
10451
10451
|
updatedAt: string;
|
|
10452
10452
|
inventoryItemId: string | null;
|
|
@@ -10493,7 +10493,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10493
10493
|
type: string;
|
|
10494
10494
|
id: string;
|
|
10495
10495
|
attributes: {
|
|
10496
|
-
status: "
|
|
10496
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10497
10497
|
createdAt: string;
|
|
10498
10498
|
updatedAt: string;
|
|
10499
10499
|
inventoryItemId: string | null;
|
|
@@ -10566,7 +10566,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10566
10566
|
type: string;
|
|
10567
10567
|
id: string;
|
|
10568
10568
|
attributes: {
|
|
10569
|
-
status: "
|
|
10569
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10570
10570
|
createdAt: string;
|
|
10571
10571
|
updatedAt: string;
|
|
10572
10572
|
inventoryItemId: string | null;
|
|
@@ -10625,7 +10625,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10625
10625
|
type: string;
|
|
10626
10626
|
id: string;
|
|
10627
10627
|
attributes: {
|
|
10628
|
-
status: "
|
|
10628
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10629
10629
|
createdAt: string;
|
|
10630
10630
|
updatedAt: string;
|
|
10631
10631
|
inventoryItemId: string | null;
|
|
@@ -10957,7 +10957,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10957
10957
|
createdAt: z.ZodString;
|
|
10958
10958
|
updatedAt: z.ZodString;
|
|
10959
10959
|
}, "strip", z.ZodTypeAny, {
|
|
10960
|
-
status: "
|
|
10960
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
10961
10961
|
createdAt: string;
|
|
10962
10962
|
updatedAt: string;
|
|
10963
10963
|
inventoryItemId: string | null;
|
|
@@ -10997,7 +10997,7 @@ export declare const fertigationEventsRouter: {
|
|
|
10997
10997
|
inventoryItemName?: string | undefined;
|
|
10998
10998
|
fertilizerProductName?: string | undefined;
|
|
10999
10999
|
}, {
|
|
11000
|
-
status: "
|
|
11000
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11001
11001
|
createdAt: string;
|
|
11002
11002
|
updatedAt: string;
|
|
11003
11003
|
inventoryItemId: string | null;
|
|
@@ -11044,7 +11044,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11044
11044
|
type: string;
|
|
11045
11045
|
id: string;
|
|
11046
11046
|
attributes: {
|
|
11047
|
-
status: "
|
|
11047
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11048
11048
|
createdAt: string;
|
|
11049
11049
|
updatedAt: string;
|
|
11050
11050
|
inventoryItemId: string | null;
|
|
@@ -11091,7 +11091,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11091
11091
|
type: string;
|
|
11092
11092
|
id: string;
|
|
11093
11093
|
attributes: {
|
|
11094
|
-
status: "
|
|
11094
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11095
11095
|
createdAt: string;
|
|
11096
11096
|
updatedAt: string;
|
|
11097
11097
|
inventoryItemId: string | null;
|
|
@@ -11164,7 +11164,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11164
11164
|
type: string;
|
|
11165
11165
|
id: string;
|
|
11166
11166
|
attributes: {
|
|
11167
|
-
status: "
|
|
11167
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11168
11168
|
createdAt: string;
|
|
11169
11169
|
updatedAt: string;
|
|
11170
11170
|
inventoryItemId: string | null;
|
|
@@ -11223,7 +11223,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11223
11223
|
type: string;
|
|
11224
11224
|
id: string;
|
|
11225
11225
|
attributes: {
|
|
11226
|
-
status: "
|
|
11226
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11227
11227
|
createdAt: string;
|
|
11228
11228
|
updatedAt: string;
|
|
11229
11229
|
inventoryItemId: string | null;
|
|
@@ -11548,7 +11548,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11548
11548
|
createdAt: z.ZodString;
|
|
11549
11549
|
updatedAt: z.ZodString;
|
|
11550
11550
|
}, "strip", z.ZodTypeAny, {
|
|
11551
|
-
status: "
|
|
11551
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11552
11552
|
createdAt: string;
|
|
11553
11553
|
updatedAt: string;
|
|
11554
11554
|
inventoryItemId: string | null;
|
|
@@ -11588,7 +11588,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11588
11588
|
inventoryItemName?: string | undefined;
|
|
11589
11589
|
fertilizerProductName?: string | undefined;
|
|
11590
11590
|
}, {
|
|
11591
|
-
status: "
|
|
11591
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11592
11592
|
createdAt: string;
|
|
11593
11593
|
updatedAt: string;
|
|
11594
11594
|
inventoryItemId: string | null;
|
|
@@ -11635,7 +11635,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11635
11635
|
type: string;
|
|
11636
11636
|
id: string;
|
|
11637
11637
|
attributes: {
|
|
11638
|
-
status: "
|
|
11638
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11639
11639
|
createdAt: string;
|
|
11640
11640
|
updatedAt: string;
|
|
11641
11641
|
inventoryItemId: string | null;
|
|
@@ -11682,7 +11682,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11682
11682
|
type: string;
|
|
11683
11683
|
id: string;
|
|
11684
11684
|
attributes: {
|
|
11685
|
-
status: "
|
|
11685
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11686
11686
|
createdAt: string;
|
|
11687
11687
|
updatedAt: string;
|
|
11688
11688
|
inventoryItemId: string | null;
|
|
@@ -11755,7 +11755,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11755
11755
|
type: string;
|
|
11756
11756
|
id: string;
|
|
11757
11757
|
attributes: {
|
|
11758
|
-
status: "
|
|
11758
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11759
11759
|
createdAt: string;
|
|
11760
11760
|
updatedAt: string;
|
|
11761
11761
|
inventoryItemId: string | null;
|
|
@@ -11814,7 +11814,7 @@ export declare const fertigationEventsRouter: {
|
|
|
11814
11814
|
type: string;
|
|
11815
11815
|
id: string;
|
|
11816
11816
|
attributes: {
|
|
11817
|
-
status: "
|
|
11817
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
11818
11818
|
createdAt: string;
|
|
11819
11819
|
updatedAt: string;
|
|
11820
11820
|
inventoryItemId: string | null;
|
|
@@ -12248,7 +12248,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12248
12248
|
createdAt: z.ZodString;
|
|
12249
12249
|
updatedAt: z.ZodString;
|
|
12250
12250
|
}, "strip", z.ZodTypeAny, {
|
|
12251
|
-
status: "
|
|
12251
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12252
12252
|
createdAt: string;
|
|
12253
12253
|
updatedAt: string;
|
|
12254
12254
|
inventoryItemId: string | null;
|
|
@@ -12288,7 +12288,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12288
12288
|
inventoryItemName?: string | undefined;
|
|
12289
12289
|
fertilizerProductName?: string | undefined;
|
|
12290
12290
|
}, {
|
|
12291
|
-
status: "
|
|
12291
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12292
12292
|
createdAt: string;
|
|
12293
12293
|
updatedAt: string;
|
|
12294
12294
|
inventoryItemId: string | null;
|
|
@@ -12335,7 +12335,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12335
12335
|
type: string;
|
|
12336
12336
|
id: string;
|
|
12337
12337
|
attributes: {
|
|
12338
|
-
status: "
|
|
12338
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12339
12339
|
createdAt: string;
|
|
12340
12340
|
updatedAt: string;
|
|
12341
12341
|
inventoryItemId: string | null;
|
|
@@ -12382,7 +12382,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12382
12382
|
type: string;
|
|
12383
12383
|
id: string;
|
|
12384
12384
|
attributes: {
|
|
12385
|
-
status: "
|
|
12385
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12386
12386
|
createdAt: string;
|
|
12387
12387
|
updatedAt: string;
|
|
12388
12388
|
inventoryItemId: string | null;
|
|
@@ -12455,7 +12455,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12455
12455
|
type: string;
|
|
12456
12456
|
id: string;
|
|
12457
12457
|
attributes: {
|
|
12458
|
-
status: "
|
|
12458
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12459
12459
|
createdAt: string;
|
|
12460
12460
|
updatedAt: string;
|
|
12461
12461
|
inventoryItemId: string | null;
|
|
@@ -12514,7 +12514,7 @@ export declare const fertigationEventsRouter: {
|
|
|
12514
12514
|
type: string;
|
|
12515
12515
|
id: string;
|
|
12516
12516
|
attributes: {
|
|
12517
|
-
status: "
|
|
12517
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
12518
12518
|
createdAt: string;
|
|
12519
12519
|
updatedAt: string;
|
|
12520
12520
|
inventoryItemId: string | null;
|
|
@@ -13026,7 +13026,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13026
13026
|
createdAt: z.ZodString;
|
|
13027
13027
|
updatedAt: z.ZodString;
|
|
13028
13028
|
}, "strip", z.ZodTypeAny, {
|
|
13029
|
-
status: "
|
|
13029
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13030
13030
|
createdAt: string;
|
|
13031
13031
|
updatedAt: string;
|
|
13032
13032
|
inventoryItemId: string | null;
|
|
@@ -13066,7 +13066,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13066
13066
|
inventoryItemName?: string | undefined;
|
|
13067
13067
|
fertilizerProductName?: string | undefined;
|
|
13068
13068
|
}, {
|
|
13069
|
-
status: "
|
|
13069
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13070
13070
|
createdAt: string;
|
|
13071
13071
|
updatedAt: string;
|
|
13072
13072
|
inventoryItemId: string | null;
|
|
@@ -13113,7 +13113,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13113
13113
|
type: string;
|
|
13114
13114
|
id: string;
|
|
13115
13115
|
attributes: {
|
|
13116
|
-
status: "
|
|
13116
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13117
13117
|
createdAt: string;
|
|
13118
13118
|
updatedAt: string;
|
|
13119
13119
|
inventoryItemId: string | null;
|
|
@@ -13160,7 +13160,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13160
13160
|
type: string;
|
|
13161
13161
|
id: string;
|
|
13162
13162
|
attributes: {
|
|
13163
|
-
status: "
|
|
13163
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13164
13164
|
createdAt: string;
|
|
13165
13165
|
updatedAt: string;
|
|
13166
13166
|
inventoryItemId: string | null;
|
|
@@ -13233,7 +13233,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13233
13233
|
type: string;
|
|
13234
13234
|
id: string;
|
|
13235
13235
|
attributes: {
|
|
13236
|
-
status: "
|
|
13236
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13237
13237
|
createdAt: string;
|
|
13238
13238
|
updatedAt: string;
|
|
13239
13239
|
inventoryItemId: string | null;
|
|
@@ -13292,7 +13292,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13292
13292
|
type: string;
|
|
13293
13293
|
id: string;
|
|
13294
13294
|
attributes: {
|
|
13295
|
-
status: "
|
|
13295
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13296
13296
|
createdAt: string;
|
|
13297
13297
|
updatedAt: string;
|
|
13298
13298
|
inventoryItemId: string | null;
|
|
@@ -13717,7 +13717,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13717
13717
|
createdAt: z.ZodString;
|
|
13718
13718
|
updatedAt: z.ZodString;
|
|
13719
13719
|
}, "strip", z.ZodTypeAny, {
|
|
13720
|
-
status: "
|
|
13720
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13721
13721
|
createdAt: string;
|
|
13722
13722
|
updatedAt: string;
|
|
13723
13723
|
inventoryItemId: string | null;
|
|
@@ -13757,7 +13757,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13757
13757
|
inventoryItemName?: string | undefined;
|
|
13758
13758
|
fertilizerProductName?: string | undefined;
|
|
13759
13759
|
}, {
|
|
13760
|
-
status: "
|
|
13760
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13761
13761
|
createdAt: string;
|
|
13762
13762
|
updatedAt: string;
|
|
13763
13763
|
inventoryItemId: string | null;
|
|
@@ -13804,7 +13804,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13804
13804
|
type: string;
|
|
13805
13805
|
id: string;
|
|
13806
13806
|
attributes: {
|
|
13807
|
-
status: "
|
|
13807
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13808
13808
|
createdAt: string;
|
|
13809
13809
|
updatedAt: string;
|
|
13810
13810
|
inventoryItemId: string | null;
|
|
@@ -13851,7 +13851,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13851
13851
|
type: string;
|
|
13852
13852
|
id: string;
|
|
13853
13853
|
attributes: {
|
|
13854
|
-
status: "
|
|
13854
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13855
13855
|
createdAt: string;
|
|
13856
13856
|
updatedAt: string;
|
|
13857
13857
|
inventoryItemId: string | null;
|
|
@@ -13924,7 +13924,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13924
13924
|
type: string;
|
|
13925
13925
|
id: string;
|
|
13926
13926
|
attributes: {
|
|
13927
|
-
status: "
|
|
13927
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13928
13928
|
createdAt: string;
|
|
13929
13929
|
updatedAt: string;
|
|
13930
13930
|
inventoryItemId: string | null;
|
|
@@ -13983,7 +13983,7 @@ export declare const fertigationEventsRouter: {
|
|
|
13983
13983
|
type: string;
|
|
13984
13984
|
id: string;
|
|
13985
13985
|
attributes: {
|
|
13986
|
-
status: "
|
|
13986
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
13987
13987
|
createdAt: string;
|
|
13988
13988
|
updatedAt: string;
|
|
13989
13989
|
inventoryItemId: string | null;
|
|
@@ -27895,7 +27895,7 @@ export declare const fertigationRouter: {
|
|
|
27895
27895
|
'page[size]'?: number | undefined;
|
|
27896
27896
|
'filter[startDate]'?: string | undefined;
|
|
27897
27897
|
'filter[endDate]'?: string | undefined;
|
|
27898
|
-
'filter[status]'?: "
|
|
27898
|
+
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
27899
27899
|
'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
|
|
27900
27900
|
}, {
|
|
27901
27901
|
sort?: string | undefined;
|
|
@@ -27903,7 +27903,7 @@ export declare const fertigationRouter: {
|
|
|
27903
27903
|
'page[size]'?: number | undefined;
|
|
27904
27904
|
'filter[startDate]'?: string | undefined;
|
|
27905
27905
|
'filter[endDate]'?: string | undefined;
|
|
27906
|
-
'filter[status]'?: "
|
|
27906
|
+
'filter[status]'?: "skipped" | "pending" | "completed" | "cancelled" | undefined;
|
|
27907
27907
|
'filter[growthStage]'?: "flowering" | "harvest" | "vegetative" | "fruiting" | "transplant" | "ripening" | undefined;
|
|
27908
27908
|
}>;
|
|
27909
27909
|
summary: "List schedule events";
|
|
@@ -27983,7 +27983,7 @@ export declare const fertigationRouter: {
|
|
|
27983
27983
|
createdAt: z.ZodString;
|
|
27984
27984
|
updatedAt: z.ZodString;
|
|
27985
27985
|
}, "strip", z.ZodTypeAny, {
|
|
27986
|
-
status: "
|
|
27986
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
27987
27987
|
createdAt: string;
|
|
27988
27988
|
updatedAt: string;
|
|
27989
27989
|
inventoryItemId: string | null;
|
|
@@ -28023,7 +28023,7 @@ export declare const fertigationRouter: {
|
|
|
28023
28023
|
inventoryItemName?: string | undefined;
|
|
28024
28024
|
fertilizerProductName?: string | undefined;
|
|
28025
28025
|
}, {
|
|
28026
|
-
status: "
|
|
28026
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28027
28027
|
createdAt: string;
|
|
28028
28028
|
updatedAt: string;
|
|
28029
28029
|
inventoryItemId: string | null;
|
|
@@ -28070,7 +28070,7 @@ export declare const fertigationRouter: {
|
|
|
28070
28070
|
type: string;
|
|
28071
28071
|
id: string;
|
|
28072
28072
|
attributes: {
|
|
28073
|
-
status: "
|
|
28073
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28074
28074
|
createdAt: string;
|
|
28075
28075
|
updatedAt: string;
|
|
28076
28076
|
inventoryItemId: string | null;
|
|
@@ -28117,7 +28117,7 @@ export declare const fertigationRouter: {
|
|
|
28117
28117
|
type: string;
|
|
28118
28118
|
id: string;
|
|
28119
28119
|
attributes: {
|
|
28120
|
-
status: "
|
|
28120
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28121
28121
|
createdAt: string;
|
|
28122
28122
|
updatedAt: string;
|
|
28123
28123
|
inventoryItemId: string | null;
|
|
@@ -28190,7 +28190,7 @@ export declare const fertigationRouter: {
|
|
|
28190
28190
|
type: string;
|
|
28191
28191
|
id: string;
|
|
28192
28192
|
attributes: {
|
|
28193
|
-
status: "
|
|
28193
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28194
28194
|
createdAt: string;
|
|
28195
28195
|
updatedAt: string;
|
|
28196
28196
|
inventoryItemId: string | null;
|
|
@@ -28249,7 +28249,7 @@ export declare const fertigationRouter: {
|
|
|
28249
28249
|
type: string;
|
|
28250
28250
|
id: string;
|
|
28251
28251
|
attributes: {
|
|
28252
|
-
status: "
|
|
28252
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28253
28253
|
createdAt: string;
|
|
28254
28254
|
updatedAt: string;
|
|
28255
28255
|
inventoryItemId: string | null;
|
|
@@ -28581,7 +28581,7 @@ export declare const fertigationRouter: {
|
|
|
28581
28581
|
createdAt: z.ZodString;
|
|
28582
28582
|
updatedAt: z.ZodString;
|
|
28583
28583
|
}, "strip", z.ZodTypeAny, {
|
|
28584
|
-
status: "
|
|
28584
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28585
28585
|
createdAt: string;
|
|
28586
28586
|
updatedAt: string;
|
|
28587
28587
|
inventoryItemId: string | null;
|
|
@@ -28621,7 +28621,7 @@ export declare const fertigationRouter: {
|
|
|
28621
28621
|
inventoryItemName?: string | undefined;
|
|
28622
28622
|
fertilizerProductName?: string | undefined;
|
|
28623
28623
|
}, {
|
|
28624
|
-
status: "
|
|
28624
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28625
28625
|
createdAt: string;
|
|
28626
28626
|
updatedAt: string;
|
|
28627
28627
|
inventoryItemId: string | null;
|
|
@@ -28668,7 +28668,7 @@ export declare const fertigationRouter: {
|
|
|
28668
28668
|
type: string;
|
|
28669
28669
|
id: string;
|
|
28670
28670
|
attributes: {
|
|
28671
|
-
status: "
|
|
28671
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28672
28672
|
createdAt: string;
|
|
28673
28673
|
updatedAt: string;
|
|
28674
28674
|
inventoryItemId: string | null;
|
|
@@ -28715,7 +28715,7 @@ export declare const fertigationRouter: {
|
|
|
28715
28715
|
type: string;
|
|
28716
28716
|
id: string;
|
|
28717
28717
|
attributes: {
|
|
28718
|
-
status: "
|
|
28718
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28719
28719
|
createdAt: string;
|
|
28720
28720
|
updatedAt: string;
|
|
28721
28721
|
inventoryItemId: string | null;
|
|
@@ -28788,7 +28788,7 @@ export declare const fertigationRouter: {
|
|
|
28788
28788
|
type: string;
|
|
28789
28789
|
id: string;
|
|
28790
28790
|
attributes: {
|
|
28791
|
-
status: "
|
|
28791
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28792
28792
|
createdAt: string;
|
|
28793
28793
|
updatedAt: string;
|
|
28794
28794
|
inventoryItemId: string | null;
|
|
@@ -28847,7 +28847,7 @@ export declare const fertigationRouter: {
|
|
|
28847
28847
|
type: string;
|
|
28848
28848
|
id: string;
|
|
28849
28849
|
attributes: {
|
|
28850
|
-
status: "
|
|
28850
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
28851
28851
|
createdAt: string;
|
|
28852
28852
|
updatedAt: string;
|
|
28853
28853
|
inventoryItemId: string | null;
|
|
@@ -29172,7 +29172,7 @@ export declare const fertigationRouter: {
|
|
|
29172
29172
|
createdAt: z.ZodString;
|
|
29173
29173
|
updatedAt: z.ZodString;
|
|
29174
29174
|
}, "strip", z.ZodTypeAny, {
|
|
29175
|
-
status: "
|
|
29175
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29176
29176
|
createdAt: string;
|
|
29177
29177
|
updatedAt: string;
|
|
29178
29178
|
inventoryItemId: string | null;
|
|
@@ -29212,7 +29212,7 @@ export declare const fertigationRouter: {
|
|
|
29212
29212
|
inventoryItemName?: string | undefined;
|
|
29213
29213
|
fertilizerProductName?: string | undefined;
|
|
29214
29214
|
}, {
|
|
29215
|
-
status: "
|
|
29215
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29216
29216
|
createdAt: string;
|
|
29217
29217
|
updatedAt: string;
|
|
29218
29218
|
inventoryItemId: string | null;
|
|
@@ -29259,7 +29259,7 @@ export declare const fertigationRouter: {
|
|
|
29259
29259
|
type: string;
|
|
29260
29260
|
id: string;
|
|
29261
29261
|
attributes: {
|
|
29262
|
-
status: "
|
|
29262
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29263
29263
|
createdAt: string;
|
|
29264
29264
|
updatedAt: string;
|
|
29265
29265
|
inventoryItemId: string | null;
|
|
@@ -29306,7 +29306,7 @@ export declare const fertigationRouter: {
|
|
|
29306
29306
|
type: string;
|
|
29307
29307
|
id: string;
|
|
29308
29308
|
attributes: {
|
|
29309
|
-
status: "
|
|
29309
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29310
29310
|
createdAt: string;
|
|
29311
29311
|
updatedAt: string;
|
|
29312
29312
|
inventoryItemId: string | null;
|
|
@@ -29379,7 +29379,7 @@ export declare const fertigationRouter: {
|
|
|
29379
29379
|
type: string;
|
|
29380
29380
|
id: string;
|
|
29381
29381
|
attributes: {
|
|
29382
|
-
status: "
|
|
29382
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29383
29383
|
createdAt: string;
|
|
29384
29384
|
updatedAt: string;
|
|
29385
29385
|
inventoryItemId: string | null;
|
|
@@ -29438,7 +29438,7 @@ export declare const fertigationRouter: {
|
|
|
29438
29438
|
type: string;
|
|
29439
29439
|
id: string;
|
|
29440
29440
|
attributes: {
|
|
29441
|
-
status: "
|
|
29441
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29442
29442
|
createdAt: string;
|
|
29443
29443
|
updatedAt: string;
|
|
29444
29444
|
inventoryItemId: string | null;
|
|
@@ -29872,7 +29872,7 @@ export declare const fertigationRouter: {
|
|
|
29872
29872
|
createdAt: z.ZodString;
|
|
29873
29873
|
updatedAt: z.ZodString;
|
|
29874
29874
|
}, "strip", z.ZodTypeAny, {
|
|
29875
|
-
status: "
|
|
29875
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29876
29876
|
createdAt: string;
|
|
29877
29877
|
updatedAt: string;
|
|
29878
29878
|
inventoryItemId: string | null;
|
|
@@ -29912,7 +29912,7 @@ export declare const fertigationRouter: {
|
|
|
29912
29912
|
inventoryItemName?: string | undefined;
|
|
29913
29913
|
fertilizerProductName?: string | undefined;
|
|
29914
29914
|
}, {
|
|
29915
|
-
status: "
|
|
29915
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29916
29916
|
createdAt: string;
|
|
29917
29917
|
updatedAt: string;
|
|
29918
29918
|
inventoryItemId: string | null;
|
|
@@ -29959,7 +29959,7 @@ export declare const fertigationRouter: {
|
|
|
29959
29959
|
type: string;
|
|
29960
29960
|
id: string;
|
|
29961
29961
|
attributes: {
|
|
29962
|
-
status: "
|
|
29962
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
29963
29963
|
createdAt: string;
|
|
29964
29964
|
updatedAt: string;
|
|
29965
29965
|
inventoryItemId: string | null;
|
|
@@ -30006,7 +30006,7 @@ export declare const fertigationRouter: {
|
|
|
30006
30006
|
type: string;
|
|
30007
30007
|
id: string;
|
|
30008
30008
|
attributes: {
|
|
30009
|
-
status: "
|
|
30009
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30010
30010
|
createdAt: string;
|
|
30011
30011
|
updatedAt: string;
|
|
30012
30012
|
inventoryItemId: string | null;
|
|
@@ -30079,7 +30079,7 @@ export declare const fertigationRouter: {
|
|
|
30079
30079
|
type: string;
|
|
30080
30080
|
id: string;
|
|
30081
30081
|
attributes: {
|
|
30082
|
-
status: "
|
|
30082
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30083
30083
|
createdAt: string;
|
|
30084
30084
|
updatedAt: string;
|
|
30085
30085
|
inventoryItemId: string | null;
|
|
@@ -30138,7 +30138,7 @@ export declare const fertigationRouter: {
|
|
|
30138
30138
|
type: string;
|
|
30139
30139
|
id: string;
|
|
30140
30140
|
attributes: {
|
|
30141
|
-
status: "
|
|
30141
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30142
30142
|
createdAt: string;
|
|
30143
30143
|
updatedAt: string;
|
|
30144
30144
|
inventoryItemId: string | null;
|
|
@@ -30650,7 +30650,7 @@ export declare const fertigationRouter: {
|
|
|
30650
30650
|
createdAt: z.ZodString;
|
|
30651
30651
|
updatedAt: z.ZodString;
|
|
30652
30652
|
}, "strip", z.ZodTypeAny, {
|
|
30653
|
-
status: "
|
|
30653
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30654
30654
|
createdAt: string;
|
|
30655
30655
|
updatedAt: string;
|
|
30656
30656
|
inventoryItemId: string | null;
|
|
@@ -30690,7 +30690,7 @@ export declare const fertigationRouter: {
|
|
|
30690
30690
|
inventoryItemName?: string | undefined;
|
|
30691
30691
|
fertilizerProductName?: string | undefined;
|
|
30692
30692
|
}, {
|
|
30693
|
-
status: "
|
|
30693
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30694
30694
|
createdAt: string;
|
|
30695
30695
|
updatedAt: string;
|
|
30696
30696
|
inventoryItemId: string | null;
|
|
@@ -30737,7 +30737,7 @@ export declare const fertigationRouter: {
|
|
|
30737
30737
|
type: string;
|
|
30738
30738
|
id: string;
|
|
30739
30739
|
attributes: {
|
|
30740
|
-
status: "
|
|
30740
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30741
30741
|
createdAt: string;
|
|
30742
30742
|
updatedAt: string;
|
|
30743
30743
|
inventoryItemId: string | null;
|
|
@@ -30784,7 +30784,7 @@ export declare const fertigationRouter: {
|
|
|
30784
30784
|
type: string;
|
|
30785
30785
|
id: string;
|
|
30786
30786
|
attributes: {
|
|
30787
|
-
status: "
|
|
30787
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30788
30788
|
createdAt: string;
|
|
30789
30789
|
updatedAt: string;
|
|
30790
30790
|
inventoryItemId: string | null;
|
|
@@ -30857,7 +30857,7 @@ export declare const fertigationRouter: {
|
|
|
30857
30857
|
type: string;
|
|
30858
30858
|
id: string;
|
|
30859
30859
|
attributes: {
|
|
30860
|
-
status: "
|
|
30860
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30861
30861
|
createdAt: string;
|
|
30862
30862
|
updatedAt: string;
|
|
30863
30863
|
inventoryItemId: string | null;
|
|
@@ -30916,7 +30916,7 @@ export declare const fertigationRouter: {
|
|
|
30916
30916
|
type: string;
|
|
30917
30917
|
id: string;
|
|
30918
30918
|
attributes: {
|
|
30919
|
-
status: "
|
|
30919
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
30920
30920
|
createdAt: string;
|
|
30921
30921
|
updatedAt: string;
|
|
30922
30922
|
inventoryItemId: string | null;
|
|
@@ -31341,7 +31341,7 @@ export declare const fertigationRouter: {
|
|
|
31341
31341
|
createdAt: z.ZodString;
|
|
31342
31342
|
updatedAt: z.ZodString;
|
|
31343
31343
|
}, "strip", z.ZodTypeAny, {
|
|
31344
|
-
status: "
|
|
31344
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31345
31345
|
createdAt: string;
|
|
31346
31346
|
updatedAt: string;
|
|
31347
31347
|
inventoryItemId: string | null;
|
|
@@ -31381,7 +31381,7 @@ export declare const fertigationRouter: {
|
|
|
31381
31381
|
inventoryItemName?: string | undefined;
|
|
31382
31382
|
fertilizerProductName?: string | undefined;
|
|
31383
31383
|
}, {
|
|
31384
|
-
status: "
|
|
31384
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31385
31385
|
createdAt: string;
|
|
31386
31386
|
updatedAt: string;
|
|
31387
31387
|
inventoryItemId: string | null;
|
|
@@ -31428,7 +31428,7 @@ export declare const fertigationRouter: {
|
|
|
31428
31428
|
type: string;
|
|
31429
31429
|
id: string;
|
|
31430
31430
|
attributes: {
|
|
31431
|
-
status: "
|
|
31431
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31432
31432
|
createdAt: string;
|
|
31433
31433
|
updatedAt: string;
|
|
31434
31434
|
inventoryItemId: string | null;
|
|
@@ -31475,7 +31475,7 @@ export declare const fertigationRouter: {
|
|
|
31475
31475
|
type: string;
|
|
31476
31476
|
id: string;
|
|
31477
31477
|
attributes: {
|
|
31478
|
-
status: "
|
|
31478
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31479
31479
|
createdAt: string;
|
|
31480
31480
|
updatedAt: string;
|
|
31481
31481
|
inventoryItemId: string | null;
|
|
@@ -31548,7 +31548,7 @@ export declare const fertigationRouter: {
|
|
|
31548
31548
|
type: string;
|
|
31549
31549
|
id: string;
|
|
31550
31550
|
attributes: {
|
|
31551
|
-
status: "
|
|
31551
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31552
31552
|
createdAt: string;
|
|
31553
31553
|
updatedAt: string;
|
|
31554
31554
|
inventoryItemId: string | null;
|
|
@@ -31607,7 +31607,7 @@ export declare const fertigationRouter: {
|
|
|
31607
31607
|
type: string;
|
|
31608
31608
|
id: string;
|
|
31609
31609
|
attributes: {
|
|
31610
|
-
status: "
|
|
31610
|
+
status: "skipped" | "pending" | "completed" | "cancelled";
|
|
31611
31611
|
createdAt: string;
|
|
31612
31612
|
updatedAt: string;
|
|
31613
31613
|
inventoryItemId: string | null;
|