@deepintel-ltd/farmpro-contracts 1.23.0 → 1.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/routes/categories.routes.d.ts +26 -26
- package/dist/routes/commodity-deals.routes.d.ts +42 -42
- package/dist/routes/crop-profile.routes.d.ts +8 -8
- package/dist/routes/farm-enterprises.routes.d.ts +395 -0
- package/dist/routes/farm-enterprises.routes.d.ts.map +1 -1
- package/dist/routes/farm-enterprises.routes.js +14 -1
- package/dist/routes/farms.routes.d.ts +73 -20
- package/dist/routes/farms.routes.d.ts.map +1 -1
- package/dist/routes/fertigation.routes.d.ts +96 -96
- package/dist/routes/field-monitoring.routes.d.ts +2 -2
- package/dist/routes/finance.routes.d.ts +8 -8
- package/dist/routes/invoices.routes.d.ts +63 -60
- package/dist/routes/invoices.routes.d.ts.map +1 -1
- package/dist/routes/invoices.routes.js +4 -1
- package/dist/routes/monitoring-visualization.routes.d.ts +2 -2
- package/dist/routes/notifications.routes.d.ts +12 -12
- package/dist/routes/organizations.routes.d.ts +90 -47
- package/dist/routes/organizations.routes.d.ts.map +1 -1
- package/dist/routes/purchase-orders.routes.d.ts +9 -9
- package/dist/routes/suppliers.routes.d.ts +96 -96
- package/dist/routes/team-payments.routes.d.ts +105 -105
- package/dist/routes/team.routes.d.ts +125 -25
- package/dist/routes/team.routes.d.ts.map +1 -1
- package/dist/routes/trade-cash-events.routes.d.ts +46 -46
- package/dist/routes/waybills.routes.d.ts +61 -57
- package/dist/routes/waybills.routes.d.ts.map +1 -1
- package/dist/routes/waybills.routes.js +4 -1
- package/dist/schemas/categories.schemas.d.ts +21 -21
- package/dist/schemas/commodity-deals.schemas.d.ts +18 -18
- package/dist/schemas/crop-profile.schemas.d.ts +12 -12
- package/dist/schemas/farm-enterprises.schemas.d.ts +185 -0
- package/dist/schemas/farm-enterprises.schemas.d.ts.map +1 -1
- package/dist/schemas/farm-enterprises.schemas.js +21 -0
- package/dist/schemas/farms.schemas.d.ts +121 -19
- package/dist/schemas/farms.schemas.d.ts.map +1 -1
- package/dist/schemas/farms.schemas.js +15 -1
- package/dist/schemas/fertigation.schemas.d.ts +36 -36
- package/dist/schemas/field-monitoring.schemas.d.ts +2 -2
- package/dist/schemas/finance.schemas.d.ts +8 -8
- package/dist/schemas/invoices.schemas.d.ts +39 -39
- package/dist/schemas/notifications.schemas.d.ts +18 -18
- package/dist/schemas/organizations.schemas.d.ts +105 -46
- package/dist/schemas/organizations.schemas.d.ts.map +1 -1
- package/dist/schemas/organizations.schemas.js +8 -1
- package/dist/schemas/purchase-orders.schemas.d.ts +9 -9
- package/dist/schemas/suppliers.schemas.d.ts +96 -96
- package/dist/schemas/team-payments.schemas.d.ts +87 -87
- package/dist/schemas/team.schemas.d.ts +137 -20
- package/dist/schemas/team.schemas.d.ts.map +1 -1
- package/dist/schemas/team.schemas.js +29 -1
- package/dist/schemas/trade-cash-events.schemas.d.ts +60 -60
- package/dist/schemas/waybills.schemas.d.ts +39 -39
- package/package.json +1 -1
|
@@ -140,12 +140,12 @@ export declare const commodityDealsRouter: {
|
|
|
140
140
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
141
141
|
createdAt: string;
|
|
142
142
|
updatedAt: string;
|
|
143
|
+
organizationId: string;
|
|
143
144
|
currency: string;
|
|
144
145
|
notes: string | null;
|
|
145
146
|
invoiceId: string | null;
|
|
146
147
|
buyerName: string | null;
|
|
147
148
|
transportCost: number;
|
|
148
|
-
organizationId: string;
|
|
149
149
|
waybillNumber: string | null;
|
|
150
150
|
purchaseCost: number;
|
|
151
151
|
storageCost: number;
|
|
@@ -191,11 +191,11 @@ export declare const commodityDealsRouter: {
|
|
|
191
191
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
192
192
|
createdAt: string;
|
|
193
193
|
updatedAt: string;
|
|
194
|
+
organizationId: string;
|
|
194
195
|
notes: string | null;
|
|
195
196
|
invoiceId: string | null;
|
|
196
197
|
buyerName: string | null;
|
|
197
198
|
transportCost: number;
|
|
198
|
-
organizationId: string;
|
|
199
199
|
waybillNumber: string | null;
|
|
200
200
|
purchaseCost: number;
|
|
201
201
|
miscellaneousCost: number;
|
|
@@ -249,12 +249,12 @@ export declare const commodityDealsRouter: {
|
|
|
249
249
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
250
250
|
createdAt: string;
|
|
251
251
|
updatedAt: string;
|
|
252
|
+
organizationId: string;
|
|
252
253
|
currency: string;
|
|
253
254
|
notes: string | null;
|
|
254
255
|
invoiceId: string | null;
|
|
255
256
|
buyerName: string | null;
|
|
256
257
|
transportCost: number;
|
|
257
|
-
organizationId: string;
|
|
258
258
|
waybillNumber: string | null;
|
|
259
259
|
purchaseCost: number;
|
|
260
260
|
storageCost: number;
|
|
@@ -307,11 +307,11 @@ export declare const commodityDealsRouter: {
|
|
|
307
307
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
308
308
|
createdAt: string;
|
|
309
309
|
updatedAt: string;
|
|
310
|
+
organizationId: string;
|
|
310
311
|
notes: string | null;
|
|
311
312
|
invoiceId: string | null;
|
|
312
313
|
buyerName: string | null;
|
|
313
314
|
transportCost: number;
|
|
314
|
-
organizationId: string;
|
|
315
315
|
waybillNumber: string | null;
|
|
316
316
|
purchaseCost: number;
|
|
317
317
|
miscellaneousCost: number;
|
|
@@ -391,12 +391,12 @@ export declare const commodityDealsRouter: {
|
|
|
391
391
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
392
392
|
createdAt: string;
|
|
393
393
|
updatedAt: string;
|
|
394
|
+
organizationId: string;
|
|
394
395
|
currency: string;
|
|
395
396
|
notes: string | null;
|
|
396
397
|
invoiceId: string | null;
|
|
397
398
|
buyerName: string | null;
|
|
398
399
|
transportCost: number;
|
|
399
|
-
organizationId: string;
|
|
400
400
|
waybillNumber: string | null;
|
|
401
401
|
purchaseCost: number;
|
|
402
402
|
storageCost: number;
|
|
@@ -461,11 +461,11 @@ export declare const commodityDealsRouter: {
|
|
|
461
461
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
462
462
|
createdAt: string;
|
|
463
463
|
updatedAt: string;
|
|
464
|
+
organizationId: string;
|
|
464
465
|
notes: string | null;
|
|
465
466
|
invoiceId: string | null;
|
|
466
467
|
buyerName: string | null;
|
|
467
468
|
transportCost: number;
|
|
468
|
-
organizationId: string;
|
|
469
469
|
waybillNumber: string | null;
|
|
470
470
|
purchaseCost: number;
|
|
471
471
|
miscellaneousCost: number;
|
|
@@ -2330,12 +2330,12 @@ export declare const commodityDealsRouter: {
|
|
|
2330
2330
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2331
2331
|
createdAt: string;
|
|
2332
2332
|
updatedAt: string;
|
|
2333
|
+
organizationId: string;
|
|
2333
2334
|
currency: string;
|
|
2334
2335
|
notes: string | null;
|
|
2335
2336
|
invoiceId: string | null;
|
|
2336
2337
|
buyerName: string | null;
|
|
2337
2338
|
transportCost: number;
|
|
2338
|
-
organizationId: string;
|
|
2339
2339
|
waybillNumber: string | null;
|
|
2340
2340
|
purchaseCost: number;
|
|
2341
2341
|
storageCost: number;
|
|
@@ -2381,11 +2381,11 @@ export declare const commodityDealsRouter: {
|
|
|
2381
2381
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2382
2382
|
createdAt: string;
|
|
2383
2383
|
updatedAt: string;
|
|
2384
|
+
organizationId: string;
|
|
2384
2385
|
notes: string | null;
|
|
2385
2386
|
invoiceId: string | null;
|
|
2386
2387
|
buyerName: string | null;
|
|
2387
2388
|
transportCost: number;
|
|
2388
|
-
organizationId: string;
|
|
2389
2389
|
waybillNumber: string | null;
|
|
2390
2390
|
purchaseCost: number;
|
|
2391
2391
|
miscellaneousCost: number;
|
|
@@ -2439,12 +2439,12 @@ export declare const commodityDealsRouter: {
|
|
|
2439
2439
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2440
2440
|
createdAt: string;
|
|
2441
2441
|
updatedAt: string;
|
|
2442
|
+
organizationId: string;
|
|
2442
2443
|
currency: string;
|
|
2443
2444
|
notes: string | null;
|
|
2444
2445
|
invoiceId: string | null;
|
|
2445
2446
|
buyerName: string | null;
|
|
2446
2447
|
transportCost: number;
|
|
2447
|
-
organizationId: string;
|
|
2448
2448
|
waybillNumber: string | null;
|
|
2449
2449
|
purchaseCost: number;
|
|
2450
2450
|
storageCost: number;
|
|
@@ -2497,11 +2497,11 @@ export declare const commodityDealsRouter: {
|
|
|
2497
2497
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2498
2498
|
createdAt: string;
|
|
2499
2499
|
updatedAt: string;
|
|
2500
|
+
organizationId: string;
|
|
2500
2501
|
notes: string | null;
|
|
2501
2502
|
invoiceId: string | null;
|
|
2502
2503
|
buyerName: string | null;
|
|
2503
2504
|
transportCost: number;
|
|
2504
|
-
organizationId: string;
|
|
2505
2505
|
waybillNumber: string | null;
|
|
2506
2506
|
purchaseCost: number;
|
|
2507
2507
|
miscellaneousCost: number;
|
|
@@ -2581,12 +2581,12 @@ export declare const commodityDealsRouter: {
|
|
|
2581
2581
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2582
2582
|
createdAt: string;
|
|
2583
2583
|
updatedAt: string;
|
|
2584
|
+
organizationId: string;
|
|
2584
2585
|
currency: string;
|
|
2585
2586
|
notes: string | null;
|
|
2586
2587
|
invoiceId: string | null;
|
|
2587
2588
|
buyerName: string | null;
|
|
2588
2589
|
transportCost: number;
|
|
2589
|
-
organizationId: string;
|
|
2590
2590
|
waybillNumber: string | null;
|
|
2591
2591
|
purchaseCost: number;
|
|
2592
2592
|
storageCost: number;
|
|
@@ -2651,11 +2651,11 @@ export declare const commodityDealsRouter: {
|
|
|
2651
2651
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
2652
2652
|
createdAt: string;
|
|
2653
2653
|
updatedAt: string;
|
|
2654
|
+
organizationId: string;
|
|
2654
2655
|
notes: string | null;
|
|
2655
2656
|
invoiceId: string | null;
|
|
2656
2657
|
buyerName: string | null;
|
|
2657
2658
|
transportCost: number;
|
|
2658
|
-
organizationId: string;
|
|
2659
2659
|
waybillNumber: string | null;
|
|
2660
2660
|
purchaseCost: number;
|
|
2661
2661
|
miscellaneousCost: number;
|
|
@@ -3138,12 +3138,12 @@ export declare const commodityDealsRouter: {
|
|
|
3138
3138
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3139
3139
|
createdAt: string;
|
|
3140
3140
|
updatedAt: string;
|
|
3141
|
+
organizationId: string;
|
|
3141
3142
|
currency: string;
|
|
3142
3143
|
notes: string | null;
|
|
3143
3144
|
invoiceId: string | null;
|
|
3144
3145
|
buyerName: string | null;
|
|
3145
3146
|
transportCost: number;
|
|
3146
|
-
organizationId: string;
|
|
3147
3147
|
waybillNumber: string | null;
|
|
3148
3148
|
purchaseCost: number;
|
|
3149
3149
|
storageCost: number;
|
|
@@ -3189,11 +3189,11 @@ export declare const commodityDealsRouter: {
|
|
|
3189
3189
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3190
3190
|
createdAt: string;
|
|
3191
3191
|
updatedAt: string;
|
|
3192
|
+
organizationId: string;
|
|
3192
3193
|
notes: string | null;
|
|
3193
3194
|
invoiceId: string | null;
|
|
3194
3195
|
buyerName: string | null;
|
|
3195
3196
|
transportCost: number;
|
|
3196
|
-
organizationId: string;
|
|
3197
3197
|
waybillNumber: string | null;
|
|
3198
3198
|
purchaseCost: number;
|
|
3199
3199
|
miscellaneousCost: number;
|
|
@@ -3247,12 +3247,12 @@ export declare const commodityDealsRouter: {
|
|
|
3247
3247
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3248
3248
|
createdAt: string;
|
|
3249
3249
|
updatedAt: string;
|
|
3250
|
+
organizationId: string;
|
|
3250
3251
|
currency: string;
|
|
3251
3252
|
notes: string | null;
|
|
3252
3253
|
invoiceId: string | null;
|
|
3253
3254
|
buyerName: string | null;
|
|
3254
3255
|
transportCost: number;
|
|
3255
|
-
organizationId: string;
|
|
3256
3256
|
waybillNumber: string | null;
|
|
3257
3257
|
purchaseCost: number;
|
|
3258
3258
|
storageCost: number;
|
|
@@ -3305,11 +3305,11 @@ export declare const commodityDealsRouter: {
|
|
|
3305
3305
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3306
3306
|
createdAt: string;
|
|
3307
3307
|
updatedAt: string;
|
|
3308
|
+
organizationId: string;
|
|
3308
3309
|
notes: string | null;
|
|
3309
3310
|
invoiceId: string | null;
|
|
3310
3311
|
buyerName: string | null;
|
|
3311
3312
|
transportCost: number;
|
|
3312
|
-
organizationId: string;
|
|
3313
3313
|
waybillNumber: string | null;
|
|
3314
3314
|
purchaseCost: number;
|
|
3315
3315
|
miscellaneousCost: number;
|
|
@@ -3389,12 +3389,12 @@ export declare const commodityDealsRouter: {
|
|
|
3389
3389
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3390
3390
|
createdAt: string;
|
|
3391
3391
|
updatedAt: string;
|
|
3392
|
+
organizationId: string;
|
|
3392
3393
|
currency: string;
|
|
3393
3394
|
notes: string | null;
|
|
3394
3395
|
invoiceId: string | null;
|
|
3395
3396
|
buyerName: string | null;
|
|
3396
3397
|
transportCost: number;
|
|
3397
|
-
organizationId: string;
|
|
3398
3398
|
waybillNumber: string | null;
|
|
3399
3399
|
purchaseCost: number;
|
|
3400
3400
|
storageCost: number;
|
|
@@ -3459,11 +3459,11 @@ export declare const commodityDealsRouter: {
|
|
|
3459
3459
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
3460
3460
|
createdAt: string;
|
|
3461
3461
|
updatedAt: string;
|
|
3462
|
+
organizationId: string;
|
|
3462
3463
|
notes: string | null;
|
|
3463
3464
|
invoiceId: string | null;
|
|
3464
3465
|
buyerName: string | null;
|
|
3465
3466
|
transportCost: number;
|
|
3466
|
-
organizationId: string;
|
|
3467
3467
|
waybillNumber: string | null;
|
|
3468
3468
|
purchaseCost: number;
|
|
3469
3469
|
miscellaneousCost: number;
|
|
@@ -4231,12 +4231,12 @@ export declare const commodityDealsRouter: {
|
|
|
4231
4231
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4232
4232
|
createdAt: string;
|
|
4233
4233
|
updatedAt: string;
|
|
4234
|
+
organizationId: string;
|
|
4234
4235
|
currency: string;
|
|
4235
4236
|
notes: string | null;
|
|
4236
4237
|
invoiceId: string | null;
|
|
4237
4238
|
buyerName: string | null;
|
|
4238
4239
|
transportCost: number;
|
|
4239
|
-
organizationId: string;
|
|
4240
4240
|
waybillNumber: string | null;
|
|
4241
4241
|
purchaseCost: number;
|
|
4242
4242
|
storageCost: number;
|
|
@@ -4282,11 +4282,11 @@ export declare const commodityDealsRouter: {
|
|
|
4282
4282
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4283
4283
|
createdAt: string;
|
|
4284
4284
|
updatedAt: string;
|
|
4285
|
+
organizationId: string;
|
|
4285
4286
|
notes: string | null;
|
|
4286
4287
|
invoiceId: string | null;
|
|
4287
4288
|
buyerName: string | null;
|
|
4288
4289
|
transportCost: number;
|
|
4289
|
-
organizationId: string;
|
|
4290
4290
|
waybillNumber: string | null;
|
|
4291
4291
|
purchaseCost: number;
|
|
4292
4292
|
miscellaneousCost: number;
|
|
@@ -4340,12 +4340,12 @@ export declare const commodityDealsRouter: {
|
|
|
4340
4340
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4341
4341
|
createdAt: string;
|
|
4342
4342
|
updatedAt: string;
|
|
4343
|
+
organizationId: string;
|
|
4343
4344
|
currency: string;
|
|
4344
4345
|
notes: string | null;
|
|
4345
4346
|
invoiceId: string | null;
|
|
4346
4347
|
buyerName: string | null;
|
|
4347
4348
|
transportCost: number;
|
|
4348
|
-
organizationId: string;
|
|
4349
4349
|
waybillNumber: string | null;
|
|
4350
4350
|
purchaseCost: number;
|
|
4351
4351
|
storageCost: number;
|
|
@@ -4398,11 +4398,11 @@ export declare const commodityDealsRouter: {
|
|
|
4398
4398
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4399
4399
|
createdAt: string;
|
|
4400
4400
|
updatedAt: string;
|
|
4401
|
+
organizationId: string;
|
|
4401
4402
|
notes: string | null;
|
|
4402
4403
|
invoiceId: string | null;
|
|
4403
4404
|
buyerName: string | null;
|
|
4404
4405
|
transportCost: number;
|
|
4405
|
-
organizationId: string;
|
|
4406
4406
|
waybillNumber: string | null;
|
|
4407
4407
|
purchaseCost: number;
|
|
4408
4408
|
miscellaneousCost: number;
|
|
@@ -4482,12 +4482,12 @@ export declare const commodityDealsRouter: {
|
|
|
4482
4482
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4483
4483
|
createdAt: string;
|
|
4484
4484
|
updatedAt: string;
|
|
4485
|
+
organizationId: string;
|
|
4485
4486
|
currency: string;
|
|
4486
4487
|
notes: string | null;
|
|
4487
4488
|
invoiceId: string | null;
|
|
4488
4489
|
buyerName: string | null;
|
|
4489
4490
|
transportCost: number;
|
|
4490
|
-
organizationId: string;
|
|
4491
4491
|
waybillNumber: string | null;
|
|
4492
4492
|
purchaseCost: number;
|
|
4493
4493
|
storageCost: number;
|
|
@@ -4552,11 +4552,11 @@ export declare const commodityDealsRouter: {
|
|
|
4552
4552
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
4553
4553
|
createdAt: string;
|
|
4554
4554
|
updatedAt: string;
|
|
4555
|
+
organizationId: string;
|
|
4555
4556
|
notes: string | null;
|
|
4556
4557
|
invoiceId: string | null;
|
|
4557
4558
|
buyerName: string | null;
|
|
4558
4559
|
transportCost: number;
|
|
4559
|
-
organizationId: string;
|
|
4560
4560
|
waybillNumber: string | null;
|
|
4561
4561
|
purchaseCost: number;
|
|
4562
4562
|
miscellaneousCost: number;
|
|
@@ -5235,12 +5235,12 @@ export declare const commodityDealsRouter: {
|
|
|
5235
5235
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5236
5236
|
createdAt: string;
|
|
5237
5237
|
updatedAt: string;
|
|
5238
|
+
organizationId: string;
|
|
5238
5239
|
currency: string;
|
|
5239
5240
|
notes: string | null;
|
|
5240
5241
|
invoiceId: string | null;
|
|
5241
5242
|
buyerName: string | null;
|
|
5242
5243
|
transportCost: number;
|
|
5243
|
-
organizationId: string;
|
|
5244
5244
|
waybillNumber: string | null;
|
|
5245
5245
|
purchaseCost: number;
|
|
5246
5246
|
storageCost: number;
|
|
@@ -5286,11 +5286,11 @@ export declare const commodityDealsRouter: {
|
|
|
5286
5286
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5287
5287
|
createdAt: string;
|
|
5288
5288
|
updatedAt: string;
|
|
5289
|
+
organizationId: string;
|
|
5289
5290
|
notes: string | null;
|
|
5290
5291
|
invoiceId: string | null;
|
|
5291
5292
|
buyerName: string | null;
|
|
5292
5293
|
transportCost: number;
|
|
5293
|
-
organizationId: string;
|
|
5294
5294
|
waybillNumber: string | null;
|
|
5295
5295
|
purchaseCost: number;
|
|
5296
5296
|
miscellaneousCost: number;
|
|
@@ -5344,12 +5344,12 @@ export declare const commodityDealsRouter: {
|
|
|
5344
5344
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5345
5345
|
createdAt: string;
|
|
5346
5346
|
updatedAt: string;
|
|
5347
|
+
organizationId: string;
|
|
5347
5348
|
currency: string;
|
|
5348
5349
|
notes: string | null;
|
|
5349
5350
|
invoiceId: string | null;
|
|
5350
5351
|
buyerName: string | null;
|
|
5351
5352
|
transportCost: number;
|
|
5352
|
-
organizationId: string;
|
|
5353
5353
|
waybillNumber: string | null;
|
|
5354
5354
|
purchaseCost: number;
|
|
5355
5355
|
storageCost: number;
|
|
@@ -5402,11 +5402,11 @@ export declare const commodityDealsRouter: {
|
|
|
5402
5402
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5403
5403
|
createdAt: string;
|
|
5404
5404
|
updatedAt: string;
|
|
5405
|
+
organizationId: string;
|
|
5405
5406
|
notes: string | null;
|
|
5406
5407
|
invoiceId: string | null;
|
|
5407
5408
|
buyerName: string | null;
|
|
5408
5409
|
transportCost: number;
|
|
5409
|
-
organizationId: string;
|
|
5410
5410
|
waybillNumber: string | null;
|
|
5411
5411
|
purchaseCost: number;
|
|
5412
5412
|
miscellaneousCost: number;
|
|
@@ -5486,12 +5486,12 @@ export declare const commodityDealsRouter: {
|
|
|
5486
5486
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5487
5487
|
createdAt: string;
|
|
5488
5488
|
updatedAt: string;
|
|
5489
|
+
organizationId: string;
|
|
5489
5490
|
currency: string;
|
|
5490
5491
|
notes: string | null;
|
|
5491
5492
|
invoiceId: string | null;
|
|
5492
5493
|
buyerName: string | null;
|
|
5493
5494
|
transportCost: number;
|
|
5494
|
-
organizationId: string;
|
|
5495
5495
|
waybillNumber: string | null;
|
|
5496
5496
|
purchaseCost: number;
|
|
5497
5497
|
storageCost: number;
|
|
@@ -5556,11 +5556,11 @@ export declare const commodityDealsRouter: {
|
|
|
5556
5556
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
5557
5557
|
createdAt: string;
|
|
5558
5558
|
updatedAt: string;
|
|
5559
|
+
organizationId: string;
|
|
5559
5560
|
notes: string | null;
|
|
5560
5561
|
invoiceId: string | null;
|
|
5561
5562
|
buyerName: string | null;
|
|
5562
5563
|
transportCost: number;
|
|
5563
|
-
organizationId: string;
|
|
5564
5564
|
waybillNumber: string | null;
|
|
5565
5565
|
purchaseCost: number;
|
|
5566
5566
|
miscellaneousCost: number;
|
|
@@ -6240,12 +6240,12 @@ export declare const commodityDealsRouter: {
|
|
|
6240
6240
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6241
6241
|
createdAt: string;
|
|
6242
6242
|
updatedAt: string;
|
|
6243
|
+
organizationId: string;
|
|
6243
6244
|
currency: string;
|
|
6244
6245
|
notes: string | null;
|
|
6245
6246
|
invoiceId: string | null;
|
|
6246
6247
|
buyerName: string | null;
|
|
6247
6248
|
transportCost: number;
|
|
6248
|
-
organizationId: string;
|
|
6249
6249
|
waybillNumber: string | null;
|
|
6250
6250
|
purchaseCost: number;
|
|
6251
6251
|
storageCost: number;
|
|
@@ -6291,11 +6291,11 @@ export declare const commodityDealsRouter: {
|
|
|
6291
6291
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6292
6292
|
createdAt: string;
|
|
6293
6293
|
updatedAt: string;
|
|
6294
|
+
organizationId: string;
|
|
6294
6295
|
notes: string | null;
|
|
6295
6296
|
invoiceId: string | null;
|
|
6296
6297
|
buyerName: string | null;
|
|
6297
6298
|
transportCost: number;
|
|
6298
|
-
organizationId: string;
|
|
6299
6299
|
waybillNumber: string | null;
|
|
6300
6300
|
purchaseCost: number;
|
|
6301
6301
|
miscellaneousCost: number;
|
|
@@ -6349,12 +6349,12 @@ export declare const commodityDealsRouter: {
|
|
|
6349
6349
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6350
6350
|
createdAt: string;
|
|
6351
6351
|
updatedAt: string;
|
|
6352
|
+
organizationId: string;
|
|
6352
6353
|
currency: string;
|
|
6353
6354
|
notes: string | null;
|
|
6354
6355
|
invoiceId: string | null;
|
|
6355
6356
|
buyerName: string | null;
|
|
6356
6357
|
transportCost: number;
|
|
6357
|
-
organizationId: string;
|
|
6358
6358
|
waybillNumber: string | null;
|
|
6359
6359
|
purchaseCost: number;
|
|
6360
6360
|
storageCost: number;
|
|
@@ -6407,11 +6407,11 @@ export declare const commodityDealsRouter: {
|
|
|
6407
6407
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6408
6408
|
createdAt: string;
|
|
6409
6409
|
updatedAt: string;
|
|
6410
|
+
organizationId: string;
|
|
6410
6411
|
notes: string | null;
|
|
6411
6412
|
invoiceId: string | null;
|
|
6412
6413
|
buyerName: string | null;
|
|
6413
6414
|
transportCost: number;
|
|
6414
|
-
organizationId: string;
|
|
6415
6415
|
waybillNumber: string | null;
|
|
6416
6416
|
purchaseCost: number;
|
|
6417
6417
|
miscellaneousCost: number;
|
|
@@ -6491,12 +6491,12 @@ export declare const commodityDealsRouter: {
|
|
|
6491
6491
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6492
6492
|
createdAt: string;
|
|
6493
6493
|
updatedAt: string;
|
|
6494
|
+
organizationId: string;
|
|
6494
6495
|
currency: string;
|
|
6495
6496
|
notes: string | null;
|
|
6496
6497
|
invoiceId: string | null;
|
|
6497
6498
|
buyerName: string | null;
|
|
6498
6499
|
transportCost: number;
|
|
6499
|
-
organizationId: string;
|
|
6500
6500
|
waybillNumber: string | null;
|
|
6501
6501
|
purchaseCost: number;
|
|
6502
6502
|
storageCost: number;
|
|
@@ -6561,11 +6561,11 @@ export declare const commodityDealsRouter: {
|
|
|
6561
6561
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
6562
6562
|
createdAt: string;
|
|
6563
6563
|
updatedAt: string;
|
|
6564
|
+
organizationId: string;
|
|
6564
6565
|
notes: string | null;
|
|
6565
6566
|
invoiceId: string | null;
|
|
6566
6567
|
buyerName: string | null;
|
|
6567
6568
|
transportCost: number;
|
|
6568
|
-
organizationId: string;
|
|
6569
6569
|
waybillNumber: string | null;
|
|
6570
6570
|
purchaseCost: number;
|
|
6571
6571
|
miscellaneousCost: number;
|
|
@@ -7204,12 +7204,12 @@ export declare const commodityDealsRouter: {
|
|
|
7204
7204
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7205
7205
|
createdAt: string;
|
|
7206
7206
|
updatedAt: string;
|
|
7207
|
+
organizationId: string;
|
|
7207
7208
|
currency: string;
|
|
7208
7209
|
notes: string | null;
|
|
7209
7210
|
invoiceId: string | null;
|
|
7210
7211
|
buyerName: string | null;
|
|
7211
7212
|
transportCost: number;
|
|
7212
|
-
organizationId: string;
|
|
7213
7213
|
waybillNumber: string | null;
|
|
7214
7214
|
purchaseCost: number;
|
|
7215
7215
|
storageCost: number;
|
|
@@ -7255,11 +7255,11 @@ export declare const commodityDealsRouter: {
|
|
|
7255
7255
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7256
7256
|
createdAt: string;
|
|
7257
7257
|
updatedAt: string;
|
|
7258
|
+
organizationId: string;
|
|
7258
7259
|
notes: string | null;
|
|
7259
7260
|
invoiceId: string | null;
|
|
7260
7261
|
buyerName: string | null;
|
|
7261
7262
|
transportCost: number;
|
|
7262
|
-
organizationId: string;
|
|
7263
7263
|
waybillNumber: string | null;
|
|
7264
7264
|
purchaseCost: number;
|
|
7265
7265
|
miscellaneousCost: number;
|
|
@@ -7313,12 +7313,12 @@ export declare const commodityDealsRouter: {
|
|
|
7313
7313
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7314
7314
|
createdAt: string;
|
|
7315
7315
|
updatedAt: string;
|
|
7316
|
+
organizationId: string;
|
|
7316
7317
|
currency: string;
|
|
7317
7318
|
notes: string | null;
|
|
7318
7319
|
invoiceId: string | null;
|
|
7319
7320
|
buyerName: string | null;
|
|
7320
7321
|
transportCost: number;
|
|
7321
|
-
organizationId: string;
|
|
7322
7322
|
waybillNumber: string | null;
|
|
7323
7323
|
purchaseCost: number;
|
|
7324
7324
|
storageCost: number;
|
|
@@ -7371,11 +7371,11 @@ export declare const commodityDealsRouter: {
|
|
|
7371
7371
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7372
7372
|
createdAt: string;
|
|
7373
7373
|
updatedAt: string;
|
|
7374
|
+
organizationId: string;
|
|
7374
7375
|
notes: string | null;
|
|
7375
7376
|
invoiceId: string | null;
|
|
7376
7377
|
buyerName: string | null;
|
|
7377
7378
|
transportCost: number;
|
|
7378
|
-
organizationId: string;
|
|
7379
7379
|
waybillNumber: string | null;
|
|
7380
7380
|
purchaseCost: number;
|
|
7381
7381
|
miscellaneousCost: number;
|
|
@@ -7455,12 +7455,12 @@ export declare const commodityDealsRouter: {
|
|
|
7455
7455
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7456
7456
|
createdAt: string;
|
|
7457
7457
|
updatedAt: string;
|
|
7458
|
+
organizationId: string;
|
|
7458
7459
|
currency: string;
|
|
7459
7460
|
notes: string | null;
|
|
7460
7461
|
invoiceId: string | null;
|
|
7461
7462
|
buyerName: string | null;
|
|
7462
7463
|
transportCost: number;
|
|
7463
|
-
organizationId: string;
|
|
7464
7464
|
waybillNumber: string | null;
|
|
7465
7465
|
purchaseCost: number;
|
|
7466
7466
|
storageCost: number;
|
|
@@ -7525,11 +7525,11 @@ export declare const commodityDealsRouter: {
|
|
|
7525
7525
|
status: "cancelled" | "paid" | "draft" | "in_transit" | "invoiced";
|
|
7526
7526
|
createdAt: string;
|
|
7527
7527
|
updatedAt: string;
|
|
7528
|
+
organizationId: string;
|
|
7528
7529
|
notes: string | null;
|
|
7529
7530
|
invoiceId: string | null;
|
|
7530
7531
|
buyerName: string | null;
|
|
7531
7532
|
transportCost: number;
|
|
7532
|
-
organizationId: string;
|
|
7533
7533
|
waybillNumber: string | null;
|
|
7534
7534
|
purchaseCost: number;
|
|
7535
7535
|
miscellaneousCost: number;
|
|
@@ -57,13 +57,13 @@ export declare const cropProfilesRouter: {
|
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
id: string;
|
|
59
59
|
source: string | null;
|
|
60
|
+
isDefault: boolean;
|
|
60
61
|
alerts: {
|
|
61
62
|
message: string;
|
|
62
63
|
condition: string;
|
|
63
64
|
actions: string[];
|
|
64
65
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
65
66
|
}[] | null;
|
|
66
|
-
isDefault: boolean;
|
|
67
67
|
cropVariety: string | null;
|
|
68
68
|
cropType: string;
|
|
69
69
|
stages: {
|
|
@@ -80,13 +80,13 @@ export declare const cropProfilesRouter: {
|
|
|
80
80
|
}, {
|
|
81
81
|
id: string;
|
|
82
82
|
source: string | null;
|
|
83
|
+
isDefault: boolean;
|
|
83
84
|
alerts: {
|
|
84
85
|
message: string;
|
|
85
86
|
condition: string;
|
|
86
87
|
actions: string[];
|
|
87
88
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
88
89
|
}[] | null;
|
|
89
|
-
isDefault: boolean;
|
|
90
90
|
cropVariety: string | null;
|
|
91
91
|
cropType: string;
|
|
92
92
|
stages: {
|
|
@@ -177,13 +177,13 @@ export declare const cropProfilesRouter: {
|
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
id: string;
|
|
179
179
|
source: string | null;
|
|
180
|
+
isDefault: boolean;
|
|
180
181
|
alerts: {
|
|
181
182
|
message: string;
|
|
182
183
|
condition: string;
|
|
183
184
|
actions: string[];
|
|
184
185
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
185
186
|
}[] | null;
|
|
186
|
-
isDefault: boolean;
|
|
187
187
|
cropVariety: string | null;
|
|
188
188
|
cropType: string;
|
|
189
189
|
stages: {
|
|
@@ -200,13 +200,13 @@ export declare const cropProfilesRouter: {
|
|
|
200
200
|
}, {
|
|
201
201
|
id: string;
|
|
202
202
|
source: string | null;
|
|
203
|
+
isDefault: boolean;
|
|
203
204
|
alerts: {
|
|
204
205
|
message: string;
|
|
205
206
|
condition: string;
|
|
206
207
|
actions: string[];
|
|
207
208
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
208
209
|
}[] | null;
|
|
209
|
-
isDefault: boolean;
|
|
210
210
|
cropVariety: string | null;
|
|
211
211
|
cropType: string;
|
|
212
212
|
stages: {
|
|
@@ -364,13 +364,13 @@ export declare const cropProfilesRouter: {
|
|
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
|
365
365
|
id: string;
|
|
366
366
|
source: string | null;
|
|
367
|
+
isDefault: boolean;
|
|
367
368
|
alerts: {
|
|
368
369
|
message: string;
|
|
369
370
|
condition: string;
|
|
370
371
|
actions: string[];
|
|
371
372
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
372
373
|
}[] | null;
|
|
373
|
-
isDefault: boolean;
|
|
374
374
|
cropVariety: string | null;
|
|
375
375
|
cropType: string;
|
|
376
376
|
stages: {
|
|
@@ -387,13 +387,13 @@ export declare const cropProfilesRouter: {
|
|
|
387
387
|
}, {
|
|
388
388
|
id: string;
|
|
389
389
|
source: string | null;
|
|
390
|
+
isDefault: boolean;
|
|
390
391
|
alerts: {
|
|
391
392
|
message: string;
|
|
392
393
|
condition: string;
|
|
393
394
|
actions: string[];
|
|
394
395
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
395
396
|
}[] | null;
|
|
396
|
-
isDefault: boolean;
|
|
397
397
|
cropVariety: string | null;
|
|
398
398
|
cropType: string;
|
|
399
399
|
stages: {
|
|
@@ -502,13 +502,13 @@ export declare const cropProfilesRouter: {
|
|
|
502
502
|
cropProfile: {
|
|
503
503
|
id: string;
|
|
504
504
|
source: string | null;
|
|
505
|
+
isDefault: boolean;
|
|
505
506
|
alerts: {
|
|
506
507
|
message: string;
|
|
507
508
|
condition: string;
|
|
508
509
|
actions: string[];
|
|
509
510
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
510
511
|
}[] | null;
|
|
511
|
-
isDefault: boolean;
|
|
512
512
|
cropVariety: string | null;
|
|
513
513
|
cropType: string;
|
|
514
514
|
stages: {
|
|
@@ -554,13 +554,13 @@ export declare const cropProfilesRouter: {
|
|
|
554
554
|
cropProfile: {
|
|
555
555
|
id: string;
|
|
556
556
|
source: string | null;
|
|
557
|
+
isDefault: boolean;
|
|
557
558
|
alerts: {
|
|
558
559
|
message: string;
|
|
559
560
|
condition: string;
|
|
560
561
|
actions: string[];
|
|
561
562
|
severity?: "critical" | "warning" | "info" | undefined;
|
|
562
563
|
}[] | null;
|
|
563
|
-
isDefault: boolean;
|
|
564
564
|
cropVariety: string | null;
|
|
565
565
|
cropType: string;
|
|
566
566
|
stages: {
|