@deepintel-ltd/farmpro-contracts 1.16.0 → 1.16.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/agents.routes.d.ts +8 -8
- package/dist/routes/documents.routes.d.ts +78 -78
- package/dist/routes/fertigation.routes.d.ts +4 -4
- package/dist/routes/field-observations.routes.d.ts +174 -28
- package/dist/routes/field-observations.routes.d.ts.map +1 -1
- package/dist/routes/field-observations.routes.js +7 -4
- package/dist/routes/fields.routes.d.ts +797 -0
- package/dist/routes/fields.routes.d.ts.map +1 -1
- package/dist/routes/fields.routes.js +23 -1
- package/dist/routes/files.routes.d.ts +6 -6
- package/dist/routes/finance.routes.d.ts +30 -30
- package/dist/routes/inventory.routes.d.ts +6 -6
- package/dist/routes/irrigation.routes.d.ts +2 -2
- package/dist/routes/live-monitor.routes.d.ts +29 -9
- package/dist/routes/live-monitor.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.d.ts +173 -45
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.js +4 -4
- package/dist/routes/pest-disease-risk.routes.d.ts +66 -66
- package/dist/routes/prescription-maps.routes.d.ts +4 -4
- package/dist/routes/subscriptions.routes.d.ts +4 -4
- package/dist/routes/tasks.routes.d.ts +108 -108
- package/dist/routes/team-payments.routes.d.ts +72 -72
- package/dist/routes/weather.routes.d.ts +42 -42
- package/dist/schemas/agents.schemas.d.ts +152 -8
- package/dist/schemas/agents.schemas.d.ts.map +1 -1
- package/dist/schemas/agents.schemas.js +35 -0
- package/dist/schemas/common.schemas.d.ts +32 -0
- package/dist/schemas/common.schemas.d.ts.map +1 -1
- package/dist/schemas/common.schemas.js +14 -0
- package/dist/schemas/documents.schemas.d.ts +48 -48
- package/dist/schemas/fertigation.schemas.d.ts +2 -2
- package/dist/schemas/fields.schemas.d.ts +42 -0
- package/dist/schemas/fields.schemas.d.ts.map +1 -1
- package/dist/schemas/fields.schemas.js +4 -0
- package/dist/schemas/files.schemas.d.ts +12 -12
- package/dist/schemas/finance.schemas.d.ts +34 -34
- package/dist/schemas/inventory.schemas.d.ts +6 -6
- package/dist/schemas/irrigation.schemas.d.ts +2 -2
- package/dist/schemas/live-monitor.schemas.d.ts +44 -12
- package/dist/schemas/live-monitor.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.d.ts +329 -46
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +30 -0
- package/dist/schemas/pest-disease-risk.schemas.d.ts +56 -56
- package/dist/schemas/prescription-maps.schemas.d.ts +4 -4
- package/dist/schemas/subscriptions.schemas.d.ts +2 -2
- package/dist/schemas/tasks.schemas.d.ts +96 -96
- package/dist/schemas/team-payments.schemas.d.ts +54 -54
- package/dist/schemas/weather.schemas.d.ts +84 -84
- package/package.json +1 -1
|
@@ -54,12 +54,12 @@ export declare const teamPaymentsRouter: {
|
|
|
54
54
|
updatedAt: string;
|
|
55
55
|
organizationId: string;
|
|
56
56
|
isDefault: boolean;
|
|
57
|
+
label: string;
|
|
57
58
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
58
59
|
bankName: string;
|
|
59
60
|
accountNumber: string;
|
|
60
61
|
accountName: string;
|
|
61
62
|
isActive: boolean;
|
|
62
|
-
label: string;
|
|
63
63
|
providerAccountId: string | null;
|
|
64
64
|
dailyLimit: number | null;
|
|
65
65
|
monthlyLimit: number | null;
|
|
@@ -71,12 +71,12 @@ export declare const teamPaymentsRouter: {
|
|
|
71
71
|
updatedAt: string;
|
|
72
72
|
organizationId: string;
|
|
73
73
|
isDefault: boolean;
|
|
74
|
+
label: string;
|
|
74
75
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
75
76
|
bankName: string;
|
|
76
77
|
accountNumber: string;
|
|
77
78
|
accountName: string;
|
|
78
79
|
isActive: boolean;
|
|
79
|
-
label: string;
|
|
80
80
|
providerAccountId: string | null;
|
|
81
81
|
dailyLimit: number | null;
|
|
82
82
|
monthlyLimit: number | null;
|
|
@@ -95,12 +95,12 @@ export declare const teamPaymentsRouter: {
|
|
|
95
95
|
updatedAt: string;
|
|
96
96
|
organizationId: string;
|
|
97
97
|
isDefault: boolean;
|
|
98
|
+
label: string;
|
|
98
99
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
99
100
|
bankName: string;
|
|
100
101
|
accountNumber: string;
|
|
101
102
|
accountName: string;
|
|
102
103
|
isActive: boolean;
|
|
103
|
-
label: string;
|
|
104
104
|
providerAccountId: string | null;
|
|
105
105
|
dailyLimit: number | null;
|
|
106
106
|
monthlyLimit: number | null;
|
|
@@ -119,12 +119,12 @@ export declare const teamPaymentsRouter: {
|
|
|
119
119
|
updatedAt: string;
|
|
120
120
|
organizationId: string;
|
|
121
121
|
isDefault: boolean;
|
|
122
|
+
label: string;
|
|
122
123
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
123
124
|
bankName: string;
|
|
124
125
|
accountNumber: string;
|
|
125
126
|
accountName: string;
|
|
126
127
|
isActive: boolean;
|
|
127
|
-
label: string;
|
|
128
128
|
providerAccountId: string | null;
|
|
129
129
|
dailyLimit: number | null;
|
|
130
130
|
monthlyLimit: number | null;
|
|
@@ -169,12 +169,12 @@ export declare const teamPaymentsRouter: {
|
|
|
169
169
|
updatedAt: string;
|
|
170
170
|
organizationId: string;
|
|
171
171
|
isDefault: boolean;
|
|
172
|
+
label: string;
|
|
172
173
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
173
174
|
bankName: string;
|
|
174
175
|
accountNumber: string;
|
|
175
176
|
accountName: string;
|
|
176
177
|
isActive: boolean;
|
|
177
|
-
label: string;
|
|
178
178
|
providerAccountId: string | null;
|
|
179
179
|
dailyLimit: number | null;
|
|
180
180
|
monthlyLimit: number | null;
|
|
@@ -205,12 +205,12 @@ export declare const teamPaymentsRouter: {
|
|
|
205
205
|
updatedAt: string;
|
|
206
206
|
organizationId: string;
|
|
207
207
|
isDefault: boolean;
|
|
208
|
+
label: string;
|
|
208
209
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
209
210
|
bankName: string;
|
|
210
211
|
accountNumber: string;
|
|
211
212
|
accountName: string;
|
|
212
213
|
isActive: boolean;
|
|
213
|
-
label: string;
|
|
214
214
|
providerAccountId: string | null;
|
|
215
215
|
dailyLimit: number | null;
|
|
216
216
|
monthlyLimit: number | null;
|
|
@@ -533,22 +533,22 @@ export declare const teamPaymentsRouter: {
|
|
|
533
533
|
monthlyLimit: z.ZodOptional<z.ZodNumber>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
535
|
isDefault: boolean;
|
|
536
|
+
label: string;
|
|
536
537
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
537
538
|
bankName: string;
|
|
538
539
|
accountNumber: string;
|
|
539
540
|
accountName: string;
|
|
540
541
|
isActive: boolean;
|
|
541
|
-
label: string;
|
|
542
542
|
providerAccountId?: string | undefined;
|
|
543
543
|
dailyLimit?: number | undefined;
|
|
544
544
|
monthlyLimit?: number | undefined;
|
|
545
545
|
providerCredentials?: Record<string, unknown> | undefined;
|
|
546
546
|
}, {
|
|
547
|
+
label: string;
|
|
547
548
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
548
549
|
bankName: string;
|
|
549
550
|
accountNumber: string;
|
|
550
551
|
accountName: string;
|
|
551
|
-
label: string;
|
|
552
552
|
isDefault?: boolean | undefined;
|
|
553
553
|
isActive?: boolean | undefined;
|
|
554
554
|
providerAccountId?: string | undefined;
|
|
@@ -560,12 +560,12 @@ export declare const teamPaymentsRouter: {
|
|
|
560
560
|
type: "company-payment-accounts";
|
|
561
561
|
attributes: {
|
|
562
562
|
isDefault: boolean;
|
|
563
|
+
label: string;
|
|
563
564
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
564
565
|
bankName: string;
|
|
565
566
|
accountNumber: string;
|
|
566
567
|
accountName: string;
|
|
567
568
|
isActive: boolean;
|
|
568
|
-
label: string;
|
|
569
569
|
providerAccountId?: string | undefined;
|
|
570
570
|
dailyLimit?: number | undefined;
|
|
571
571
|
monthlyLimit?: number | undefined;
|
|
@@ -574,11 +574,11 @@ export declare const teamPaymentsRouter: {
|
|
|
574
574
|
}, {
|
|
575
575
|
type: "company-payment-accounts";
|
|
576
576
|
attributes: {
|
|
577
|
+
label: string;
|
|
577
578
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
578
579
|
bankName: string;
|
|
579
580
|
accountNumber: string;
|
|
580
581
|
accountName: string;
|
|
581
|
-
label: string;
|
|
582
582
|
isDefault?: boolean | undefined;
|
|
583
583
|
isActive?: boolean | undefined;
|
|
584
584
|
providerAccountId?: string | undefined;
|
|
@@ -592,12 +592,12 @@ export declare const teamPaymentsRouter: {
|
|
|
592
592
|
type: "company-payment-accounts";
|
|
593
593
|
attributes: {
|
|
594
594
|
isDefault: boolean;
|
|
595
|
+
label: string;
|
|
595
596
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
596
597
|
bankName: string;
|
|
597
598
|
accountNumber: string;
|
|
598
599
|
accountName: string;
|
|
599
600
|
isActive: boolean;
|
|
600
|
-
label: string;
|
|
601
601
|
providerAccountId?: string | undefined;
|
|
602
602
|
dailyLimit?: number | undefined;
|
|
603
603
|
monthlyLimit?: number | undefined;
|
|
@@ -608,11 +608,11 @@ export declare const teamPaymentsRouter: {
|
|
|
608
608
|
data: {
|
|
609
609
|
type: "company-payment-accounts";
|
|
610
610
|
attributes: {
|
|
611
|
+
label: string;
|
|
611
612
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
612
613
|
bankName: string;
|
|
613
614
|
accountNumber: string;
|
|
614
615
|
accountName: string;
|
|
615
|
-
label: string;
|
|
616
616
|
isDefault?: boolean | undefined;
|
|
617
617
|
isActive?: boolean | undefined;
|
|
618
618
|
providerAccountId?: string | undefined;
|
|
@@ -651,12 +651,12 @@ export declare const teamPaymentsRouter: {
|
|
|
651
651
|
updatedAt: string;
|
|
652
652
|
organizationId: string;
|
|
653
653
|
isDefault: boolean;
|
|
654
|
+
label: string;
|
|
654
655
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
655
656
|
bankName: string;
|
|
656
657
|
accountNumber: string;
|
|
657
658
|
accountName: string;
|
|
658
659
|
isActive: boolean;
|
|
659
|
-
label: string;
|
|
660
660
|
providerAccountId: string | null;
|
|
661
661
|
dailyLimit: number | null;
|
|
662
662
|
monthlyLimit: number | null;
|
|
@@ -668,12 +668,12 @@ export declare const teamPaymentsRouter: {
|
|
|
668
668
|
updatedAt: string;
|
|
669
669
|
organizationId: string;
|
|
670
670
|
isDefault: boolean;
|
|
671
|
+
label: string;
|
|
671
672
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
672
673
|
bankName: string;
|
|
673
674
|
accountNumber: string;
|
|
674
675
|
accountName: string;
|
|
675
676
|
isActive: boolean;
|
|
676
|
-
label: string;
|
|
677
677
|
providerAccountId: string | null;
|
|
678
678
|
dailyLimit: number | null;
|
|
679
679
|
monthlyLimit: number | null;
|
|
@@ -692,12 +692,12 @@ export declare const teamPaymentsRouter: {
|
|
|
692
692
|
updatedAt: string;
|
|
693
693
|
organizationId: string;
|
|
694
694
|
isDefault: boolean;
|
|
695
|
+
label: string;
|
|
695
696
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
696
697
|
bankName: string;
|
|
697
698
|
accountNumber: string;
|
|
698
699
|
accountName: string;
|
|
699
700
|
isActive: boolean;
|
|
700
|
-
label: string;
|
|
701
701
|
providerAccountId: string | null;
|
|
702
702
|
dailyLimit: number | null;
|
|
703
703
|
monthlyLimit: number | null;
|
|
@@ -716,12 +716,12 @@ export declare const teamPaymentsRouter: {
|
|
|
716
716
|
updatedAt: string;
|
|
717
717
|
organizationId: string;
|
|
718
718
|
isDefault: boolean;
|
|
719
|
+
label: string;
|
|
719
720
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
720
721
|
bankName: string;
|
|
721
722
|
accountNumber: string;
|
|
722
723
|
accountName: string;
|
|
723
724
|
isActive: boolean;
|
|
724
|
-
label: string;
|
|
725
725
|
providerAccountId: string | null;
|
|
726
726
|
dailyLimit: number | null;
|
|
727
727
|
monthlyLimit: number | null;
|
|
@@ -766,12 +766,12 @@ export declare const teamPaymentsRouter: {
|
|
|
766
766
|
updatedAt: string;
|
|
767
767
|
organizationId: string;
|
|
768
768
|
isDefault: boolean;
|
|
769
|
+
label: string;
|
|
769
770
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
770
771
|
bankName: string;
|
|
771
772
|
accountNumber: string;
|
|
772
773
|
accountName: string;
|
|
773
774
|
isActive: boolean;
|
|
774
|
-
label: string;
|
|
775
775
|
providerAccountId: string | null;
|
|
776
776
|
dailyLimit: number | null;
|
|
777
777
|
monthlyLimit: number | null;
|
|
@@ -802,12 +802,12 @@ export declare const teamPaymentsRouter: {
|
|
|
802
802
|
updatedAt: string;
|
|
803
803
|
organizationId: string;
|
|
804
804
|
isDefault: boolean;
|
|
805
|
+
label: string;
|
|
805
806
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
806
807
|
bankName: string;
|
|
807
808
|
accountNumber: string;
|
|
808
809
|
accountName: string;
|
|
809
810
|
isActive: boolean;
|
|
810
|
-
label: string;
|
|
811
811
|
providerAccountId: string | null;
|
|
812
812
|
dailyLimit: number | null;
|
|
813
813
|
monthlyLimit: number | null;
|
|
@@ -1324,12 +1324,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1324
1324
|
updatedAt: string;
|
|
1325
1325
|
organizationId: string;
|
|
1326
1326
|
isDefault: boolean;
|
|
1327
|
+
label: string;
|
|
1327
1328
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1328
1329
|
bankName: string;
|
|
1329
1330
|
accountNumber: string;
|
|
1330
1331
|
accountName: string;
|
|
1331
1332
|
isActive: boolean;
|
|
1332
|
-
label: string;
|
|
1333
1333
|
providerAccountId: string | null;
|
|
1334
1334
|
dailyLimit: number | null;
|
|
1335
1335
|
monthlyLimit: number | null;
|
|
@@ -1341,12 +1341,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1341
1341
|
updatedAt: string;
|
|
1342
1342
|
organizationId: string;
|
|
1343
1343
|
isDefault: boolean;
|
|
1344
|
+
label: string;
|
|
1344
1345
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1345
1346
|
bankName: string;
|
|
1346
1347
|
accountNumber: string;
|
|
1347
1348
|
accountName: string;
|
|
1348
1349
|
isActive: boolean;
|
|
1349
|
-
label: string;
|
|
1350
1350
|
providerAccountId: string | null;
|
|
1351
1351
|
dailyLimit: number | null;
|
|
1352
1352
|
monthlyLimit: number | null;
|
|
@@ -1365,12 +1365,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1365
1365
|
updatedAt: string;
|
|
1366
1366
|
organizationId: string;
|
|
1367
1367
|
isDefault: boolean;
|
|
1368
|
+
label: string;
|
|
1368
1369
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1369
1370
|
bankName: string;
|
|
1370
1371
|
accountNumber: string;
|
|
1371
1372
|
accountName: string;
|
|
1372
1373
|
isActive: boolean;
|
|
1373
|
-
label: string;
|
|
1374
1374
|
providerAccountId: string | null;
|
|
1375
1375
|
dailyLimit: number | null;
|
|
1376
1376
|
monthlyLimit: number | null;
|
|
@@ -1389,12 +1389,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1389
1389
|
updatedAt: string;
|
|
1390
1390
|
organizationId: string;
|
|
1391
1391
|
isDefault: boolean;
|
|
1392
|
+
label: string;
|
|
1392
1393
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1393
1394
|
bankName: string;
|
|
1394
1395
|
accountNumber: string;
|
|
1395
1396
|
accountName: string;
|
|
1396
1397
|
isActive: boolean;
|
|
1397
|
-
label: string;
|
|
1398
1398
|
providerAccountId: string | null;
|
|
1399
1399
|
dailyLimit: number | null;
|
|
1400
1400
|
monthlyLimit: number | null;
|
|
@@ -1439,12 +1439,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1439
1439
|
updatedAt: string;
|
|
1440
1440
|
organizationId: string;
|
|
1441
1441
|
isDefault: boolean;
|
|
1442
|
+
label: string;
|
|
1442
1443
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1443
1444
|
bankName: string;
|
|
1444
1445
|
accountNumber: string;
|
|
1445
1446
|
accountName: string;
|
|
1446
1447
|
isActive: boolean;
|
|
1447
|
-
label: string;
|
|
1448
1448
|
providerAccountId: string | null;
|
|
1449
1449
|
dailyLimit: number | null;
|
|
1450
1450
|
monthlyLimit: number | null;
|
|
@@ -1475,12 +1475,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1475
1475
|
updatedAt: string;
|
|
1476
1476
|
organizationId: string;
|
|
1477
1477
|
isDefault: boolean;
|
|
1478
|
+
label: string;
|
|
1478
1479
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1479
1480
|
bankName: string;
|
|
1480
1481
|
accountNumber: string;
|
|
1481
1482
|
accountName: string;
|
|
1482
1483
|
isActive: boolean;
|
|
1483
|
-
label: string;
|
|
1484
1484
|
providerAccountId: string | null;
|
|
1485
1485
|
dailyLimit: number | null;
|
|
1486
1486
|
monthlyLimit: number | null;
|
|
@@ -1806,24 +1806,24 @@ export declare const teamPaymentsRouter: {
|
|
|
1806
1806
|
monthlyLimit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
1808
|
isDefault?: boolean | undefined;
|
|
1809
|
+
label?: string | undefined;
|
|
1809
1810
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1810
1811
|
bankName?: string | undefined;
|
|
1811
1812
|
accountNumber?: string | undefined;
|
|
1812
1813
|
accountName?: string | undefined;
|
|
1813
1814
|
isActive?: boolean | undefined;
|
|
1814
|
-
label?: string | undefined;
|
|
1815
1815
|
providerAccountId?: string | undefined;
|
|
1816
1816
|
dailyLimit?: number | undefined;
|
|
1817
1817
|
monthlyLimit?: number | undefined;
|
|
1818
1818
|
providerCredentials?: Record<string, unknown> | undefined;
|
|
1819
1819
|
}, {
|
|
1820
1820
|
isDefault?: boolean | undefined;
|
|
1821
|
+
label?: string | undefined;
|
|
1821
1822
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1822
1823
|
bankName?: string | undefined;
|
|
1823
1824
|
accountNumber?: string | undefined;
|
|
1824
1825
|
accountName?: string | undefined;
|
|
1825
1826
|
isActive?: boolean | undefined;
|
|
1826
|
-
label?: string | undefined;
|
|
1827
1827
|
providerAccountId?: string | undefined;
|
|
1828
1828
|
dailyLimit?: number | undefined;
|
|
1829
1829
|
monthlyLimit?: number | undefined;
|
|
@@ -1834,12 +1834,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1834
1834
|
id: string;
|
|
1835
1835
|
attributes: {
|
|
1836
1836
|
isDefault?: boolean | undefined;
|
|
1837
|
+
label?: string | undefined;
|
|
1837
1838
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1838
1839
|
bankName?: string | undefined;
|
|
1839
1840
|
accountNumber?: string | undefined;
|
|
1840
1841
|
accountName?: string | undefined;
|
|
1841
1842
|
isActive?: boolean | undefined;
|
|
1842
|
-
label?: string | undefined;
|
|
1843
1843
|
providerAccountId?: string | undefined;
|
|
1844
1844
|
dailyLimit?: number | undefined;
|
|
1845
1845
|
monthlyLimit?: number | undefined;
|
|
@@ -1850,12 +1850,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1850
1850
|
id: string;
|
|
1851
1851
|
attributes: {
|
|
1852
1852
|
isDefault?: boolean | undefined;
|
|
1853
|
+
label?: string | undefined;
|
|
1853
1854
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1854
1855
|
bankName?: string | undefined;
|
|
1855
1856
|
accountNumber?: string | undefined;
|
|
1856
1857
|
accountName?: string | undefined;
|
|
1857
1858
|
isActive?: boolean | undefined;
|
|
1858
|
-
label?: string | undefined;
|
|
1859
1859
|
providerAccountId?: string | undefined;
|
|
1860
1860
|
dailyLimit?: number | undefined;
|
|
1861
1861
|
monthlyLimit?: number | undefined;
|
|
@@ -1868,12 +1868,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1868
1868
|
id: string;
|
|
1869
1869
|
attributes: {
|
|
1870
1870
|
isDefault?: boolean | undefined;
|
|
1871
|
+
label?: string | undefined;
|
|
1871
1872
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1872
1873
|
bankName?: string | undefined;
|
|
1873
1874
|
accountNumber?: string | undefined;
|
|
1874
1875
|
accountName?: string | undefined;
|
|
1875
1876
|
isActive?: boolean | undefined;
|
|
1876
|
-
label?: string | undefined;
|
|
1877
1877
|
providerAccountId?: string | undefined;
|
|
1878
1878
|
dailyLimit?: number | undefined;
|
|
1879
1879
|
monthlyLimit?: number | undefined;
|
|
@@ -1886,12 +1886,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1886
1886
|
id: string;
|
|
1887
1887
|
attributes: {
|
|
1888
1888
|
isDefault?: boolean | undefined;
|
|
1889
|
+
label?: string | undefined;
|
|
1889
1890
|
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1890
1891
|
bankName?: string | undefined;
|
|
1891
1892
|
accountNumber?: string | undefined;
|
|
1892
1893
|
accountName?: string | undefined;
|
|
1893
1894
|
isActive?: boolean | undefined;
|
|
1894
|
-
label?: string | undefined;
|
|
1895
1895
|
providerAccountId?: string | undefined;
|
|
1896
1896
|
dailyLimit?: number | undefined;
|
|
1897
1897
|
monthlyLimit?: number | undefined;
|
|
@@ -1928,12 +1928,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1928
1928
|
updatedAt: string;
|
|
1929
1929
|
organizationId: string;
|
|
1930
1930
|
isDefault: boolean;
|
|
1931
|
+
label: string;
|
|
1931
1932
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1932
1933
|
bankName: string;
|
|
1933
1934
|
accountNumber: string;
|
|
1934
1935
|
accountName: string;
|
|
1935
1936
|
isActive: boolean;
|
|
1936
|
-
label: string;
|
|
1937
1937
|
providerAccountId: string | null;
|
|
1938
1938
|
dailyLimit: number | null;
|
|
1939
1939
|
monthlyLimit: number | null;
|
|
@@ -1945,12 +1945,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1945
1945
|
updatedAt: string;
|
|
1946
1946
|
organizationId: string;
|
|
1947
1947
|
isDefault: boolean;
|
|
1948
|
+
label: string;
|
|
1948
1949
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1949
1950
|
bankName: string;
|
|
1950
1951
|
accountNumber: string;
|
|
1951
1952
|
accountName: string;
|
|
1952
1953
|
isActive: boolean;
|
|
1953
|
-
label: string;
|
|
1954
1954
|
providerAccountId: string | null;
|
|
1955
1955
|
dailyLimit: number | null;
|
|
1956
1956
|
monthlyLimit: number | null;
|
|
@@ -1969,12 +1969,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1969
1969
|
updatedAt: string;
|
|
1970
1970
|
organizationId: string;
|
|
1971
1971
|
isDefault: boolean;
|
|
1972
|
+
label: string;
|
|
1972
1973
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1973
1974
|
bankName: string;
|
|
1974
1975
|
accountNumber: string;
|
|
1975
1976
|
accountName: string;
|
|
1976
1977
|
isActive: boolean;
|
|
1977
|
-
label: string;
|
|
1978
1978
|
providerAccountId: string | null;
|
|
1979
1979
|
dailyLimit: number | null;
|
|
1980
1980
|
monthlyLimit: number | null;
|
|
@@ -1993,12 +1993,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1993
1993
|
updatedAt: string;
|
|
1994
1994
|
organizationId: string;
|
|
1995
1995
|
isDefault: boolean;
|
|
1996
|
+
label: string;
|
|
1996
1997
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1997
1998
|
bankName: string;
|
|
1998
1999
|
accountNumber: string;
|
|
1999
2000
|
accountName: string;
|
|
2000
2001
|
isActive: boolean;
|
|
2001
|
-
label: string;
|
|
2002
2002
|
providerAccountId: string | null;
|
|
2003
2003
|
dailyLimit: number | null;
|
|
2004
2004
|
monthlyLimit: number | null;
|
|
@@ -2043,12 +2043,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2043
2043
|
updatedAt: string;
|
|
2044
2044
|
organizationId: string;
|
|
2045
2045
|
isDefault: boolean;
|
|
2046
|
+
label: string;
|
|
2046
2047
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2047
2048
|
bankName: string;
|
|
2048
2049
|
accountNumber: string;
|
|
2049
2050
|
accountName: string;
|
|
2050
2051
|
isActive: boolean;
|
|
2051
|
-
label: string;
|
|
2052
2052
|
providerAccountId: string | null;
|
|
2053
2053
|
dailyLimit: number | null;
|
|
2054
2054
|
monthlyLimit: number | null;
|
|
@@ -2079,12 +2079,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2079
2079
|
updatedAt: string;
|
|
2080
2080
|
organizationId: string;
|
|
2081
2081
|
isDefault: boolean;
|
|
2082
|
+
label: string;
|
|
2082
2083
|
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2083
2084
|
bankName: string;
|
|
2084
2085
|
accountNumber: string;
|
|
2085
2086
|
accountName: string;
|
|
2086
2087
|
isActive: boolean;
|
|
2087
|
-
label: string;
|
|
2088
2088
|
providerAccountId: string | null;
|
|
2089
2089
|
dailyLimit: number | null;
|
|
2090
2090
|
monthlyLimit: number | null;
|
|
@@ -6063,8 +6063,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6063
6063
|
updatedAt: string;
|
|
6064
6064
|
farmId: string;
|
|
6065
6065
|
currency: string;
|
|
6066
|
-
fieldId: string | null;
|
|
6067
6066
|
category: string;
|
|
6067
|
+
fieldId: string | null;
|
|
6068
6068
|
cropId: string | null;
|
|
6069
6069
|
expenseId: string | null;
|
|
6070
6070
|
amount: number;
|
|
@@ -6092,8 +6092,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6092
6092
|
updatedAt: string;
|
|
6093
6093
|
farmId: string;
|
|
6094
6094
|
currency: string;
|
|
6095
|
-
fieldId: string | null;
|
|
6096
6095
|
category: string;
|
|
6096
|
+
fieldId: string | null;
|
|
6097
6097
|
cropId: string | null;
|
|
6098
6098
|
expenseId: string | null;
|
|
6099
6099
|
amount: number;
|
|
@@ -6128,8 +6128,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6128
6128
|
updatedAt: string;
|
|
6129
6129
|
farmId: string;
|
|
6130
6130
|
currency: string;
|
|
6131
|
-
fieldId: string | null;
|
|
6132
6131
|
category: string;
|
|
6132
|
+
fieldId: string | null;
|
|
6133
6133
|
cropId: string | null;
|
|
6134
6134
|
expenseId: string | null;
|
|
6135
6135
|
amount: number;
|
|
@@ -6164,8 +6164,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6164
6164
|
updatedAt: string;
|
|
6165
6165
|
farmId: string;
|
|
6166
6166
|
currency: string;
|
|
6167
|
-
fieldId: string | null;
|
|
6168
6167
|
category: string;
|
|
6168
|
+
fieldId: string | null;
|
|
6169
6169
|
cropId: string | null;
|
|
6170
6170
|
expenseId: string | null;
|
|
6171
6171
|
amount: number;
|
|
@@ -6226,8 +6226,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6226
6226
|
updatedAt: string;
|
|
6227
6227
|
farmId: string;
|
|
6228
6228
|
currency: string;
|
|
6229
|
-
fieldId: string | null;
|
|
6230
6229
|
category: string;
|
|
6230
|
+
fieldId: string | null;
|
|
6231
6231
|
cropId: string | null;
|
|
6232
6232
|
expenseId: string | null;
|
|
6233
6233
|
amount: number;
|
|
@@ -6274,8 +6274,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6274
6274
|
updatedAt: string;
|
|
6275
6275
|
farmId: string;
|
|
6276
6276
|
currency: string;
|
|
6277
|
-
fieldId: string | null;
|
|
6278
6277
|
category: string;
|
|
6278
|
+
fieldId: string | null;
|
|
6279
6279
|
cropId: string | null;
|
|
6280
6280
|
expenseId: string | null;
|
|
6281
6281
|
amount: number;
|
|
@@ -6751,8 +6751,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6751
6751
|
updatedAt: string;
|
|
6752
6752
|
farmId: string;
|
|
6753
6753
|
currency: string;
|
|
6754
|
-
fieldId: string | null;
|
|
6755
6754
|
category: string;
|
|
6755
|
+
fieldId: string | null;
|
|
6756
6756
|
cropId: string | null;
|
|
6757
6757
|
expenseId: string | null;
|
|
6758
6758
|
amount: number;
|
|
@@ -6780,8 +6780,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6780
6780
|
updatedAt: string;
|
|
6781
6781
|
farmId: string;
|
|
6782
6782
|
currency: string;
|
|
6783
|
-
fieldId: string | null;
|
|
6784
6783
|
category: string;
|
|
6784
|
+
fieldId: string | null;
|
|
6785
6785
|
cropId: string | null;
|
|
6786
6786
|
expenseId: string | null;
|
|
6787
6787
|
amount: number;
|
|
@@ -6816,8 +6816,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6816
6816
|
updatedAt: string;
|
|
6817
6817
|
farmId: string;
|
|
6818
6818
|
currency: string;
|
|
6819
|
-
fieldId: string | null;
|
|
6820
6819
|
category: string;
|
|
6820
|
+
fieldId: string | null;
|
|
6821
6821
|
cropId: string | null;
|
|
6822
6822
|
expenseId: string | null;
|
|
6823
6823
|
amount: number;
|
|
@@ -6852,8 +6852,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6852
6852
|
updatedAt: string;
|
|
6853
6853
|
farmId: string;
|
|
6854
6854
|
currency: string;
|
|
6855
|
-
fieldId: string | null;
|
|
6856
6855
|
category: string;
|
|
6856
|
+
fieldId: string | null;
|
|
6857
6857
|
cropId: string | null;
|
|
6858
6858
|
expenseId: string | null;
|
|
6859
6859
|
amount: number;
|
|
@@ -6914,8 +6914,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6914
6914
|
updatedAt: string;
|
|
6915
6915
|
farmId: string;
|
|
6916
6916
|
currency: string;
|
|
6917
|
-
fieldId: string | null;
|
|
6918
6917
|
category: string;
|
|
6918
|
+
fieldId: string | null;
|
|
6919
6919
|
cropId: string | null;
|
|
6920
6920
|
expenseId: string | null;
|
|
6921
6921
|
amount: number;
|
|
@@ -6962,8 +6962,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6962
6962
|
updatedAt: string;
|
|
6963
6963
|
farmId: string;
|
|
6964
6964
|
currency: string;
|
|
6965
|
-
fieldId: string | null;
|
|
6966
6965
|
category: string;
|
|
6966
|
+
fieldId: string | null;
|
|
6967
6967
|
cropId: string | null;
|
|
6968
6968
|
expenseId: string | null;
|
|
6969
6969
|
amount: number;
|
|
@@ -7508,8 +7508,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7508
7508
|
updatedAt: string;
|
|
7509
7509
|
farmId: string;
|
|
7510
7510
|
currency: string;
|
|
7511
|
-
fieldId: string | null;
|
|
7512
7511
|
category: string;
|
|
7512
|
+
fieldId: string | null;
|
|
7513
7513
|
cropId: string | null;
|
|
7514
7514
|
expenseId: string | null;
|
|
7515
7515
|
amount: number;
|
|
@@ -7537,8 +7537,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7537
7537
|
updatedAt: string;
|
|
7538
7538
|
farmId: string;
|
|
7539
7539
|
currency: string;
|
|
7540
|
-
fieldId: string | null;
|
|
7541
7540
|
category: string;
|
|
7541
|
+
fieldId: string | null;
|
|
7542
7542
|
cropId: string | null;
|
|
7543
7543
|
expenseId: string | null;
|
|
7544
7544
|
amount: number;
|
|
@@ -7573,8 +7573,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7573
7573
|
updatedAt: string;
|
|
7574
7574
|
farmId: string;
|
|
7575
7575
|
currency: string;
|
|
7576
|
-
fieldId: string | null;
|
|
7577
7576
|
category: string;
|
|
7577
|
+
fieldId: string | null;
|
|
7578
7578
|
cropId: string | null;
|
|
7579
7579
|
expenseId: string | null;
|
|
7580
7580
|
amount: number;
|
|
@@ -7609,8 +7609,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7609
7609
|
updatedAt: string;
|
|
7610
7610
|
farmId: string;
|
|
7611
7611
|
currency: string;
|
|
7612
|
-
fieldId: string | null;
|
|
7613
7612
|
category: string;
|
|
7613
|
+
fieldId: string | null;
|
|
7614
7614
|
cropId: string | null;
|
|
7615
7615
|
expenseId: string | null;
|
|
7616
7616
|
amount: number;
|
|
@@ -7671,8 +7671,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7671
7671
|
updatedAt: string;
|
|
7672
7672
|
farmId: string;
|
|
7673
7673
|
currency: string;
|
|
7674
|
-
fieldId: string | null;
|
|
7675
7674
|
category: string;
|
|
7675
|
+
fieldId: string | null;
|
|
7676
7676
|
cropId: string | null;
|
|
7677
7677
|
expenseId: string | null;
|
|
7678
7678
|
amount: number;
|
|
@@ -7719,8 +7719,8 @@ export declare const teamPaymentsRouter: {
|
|
|
7719
7719
|
updatedAt: string;
|
|
7720
7720
|
farmId: string;
|
|
7721
7721
|
currency: string;
|
|
7722
|
-
fieldId: string | null;
|
|
7723
7722
|
category: string;
|
|
7723
|
+
fieldId: string | null;
|
|
7724
7724
|
cropId: string | null;
|
|
7725
7725
|
expenseId: string | null;
|
|
7726
7726
|
amount: number;
|
|
@@ -8097,8 +8097,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8097
8097
|
updatedAt: string;
|
|
8098
8098
|
farmId: string;
|
|
8099
8099
|
currency: string;
|
|
8100
|
-
fieldId: string | null;
|
|
8101
8100
|
category: string;
|
|
8101
|
+
fieldId: string | null;
|
|
8102
8102
|
cropId: string | null;
|
|
8103
8103
|
expenseId: string | null;
|
|
8104
8104
|
amount: number;
|
|
@@ -8126,8 +8126,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8126
8126
|
updatedAt: string;
|
|
8127
8127
|
farmId: string;
|
|
8128
8128
|
currency: string;
|
|
8129
|
-
fieldId: string | null;
|
|
8130
8129
|
category: string;
|
|
8130
|
+
fieldId: string | null;
|
|
8131
8131
|
cropId: string | null;
|
|
8132
8132
|
expenseId: string | null;
|
|
8133
8133
|
amount: number;
|
|
@@ -8162,8 +8162,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8162
8162
|
updatedAt: string;
|
|
8163
8163
|
farmId: string;
|
|
8164
8164
|
currency: string;
|
|
8165
|
-
fieldId: string | null;
|
|
8166
8165
|
category: string;
|
|
8166
|
+
fieldId: string | null;
|
|
8167
8167
|
cropId: string | null;
|
|
8168
8168
|
expenseId: string | null;
|
|
8169
8169
|
amount: number;
|
|
@@ -8198,8 +8198,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8198
8198
|
updatedAt: string;
|
|
8199
8199
|
farmId: string;
|
|
8200
8200
|
currency: string;
|
|
8201
|
-
fieldId: string | null;
|
|
8202
8201
|
category: string;
|
|
8202
|
+
fieldId: string | null;
|
|
8203
8203
|
cropId: string | null;
|
|
8204
8204
|
expenseId: string | null;
|
|
8205
8205
|
amount: number;
|
|
@@ -8260,8 +8260,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8260
8260
|
updatedAt: string;
|
|
8261
8261
|
farmId: string;
|
|
8262
8262
|
currency: string;
|
|
8263
|
-
fieldId: string | null;
|
|
8264
8263
|
category: string;
|
|
8264
|
+
fieldId: string | null;
|
|
8265
8265
|
cropId: string | null;
|
|
8266
8266
|
expenseId: string | null;
|
|
8267
8267
|
amount: number;
|
|
@@ -8308,8 +8308,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8308
8308
|
updatedAt: string;
|
|
8309
8309
|
farmId: string;
|
|
8310
8310
|
currency: string;
|
|
8311
|
-
fieldId: string | null;
|
|
8312
8311
|
category: string;
|
|
8312
|
+
fieldId: string | null;
|
|
8313
8313
|
cropId: string | null;
|
|
8314
8314
|
expenseId: string | null;
|
|
8315
8315
|
amount: number;
|
|
@@ -8692,8 +8692,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8692
8692
|
updatedAt: string;
|
|
8693
8693
|
farmId: string;
|
|
8694
8694
|
currency: string;
|
|
8695
|
-
fieldId: string | null;
|
|
8696
8695
|
category: string;
|
|
8696
|
+
fieldId: string | null;
|
|
8697
8697
|
cropId: string | null;
|
|
8698
8698
|
expenseId: string | null;
|
|
8699
8699
|
amount: number;
|
|
@@ -8721,8 +8721,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8721
8721
|
updatedAt: string;
|
|
8722
8722
|
farmId: string;
|
|
8723
8723
|
currency: string;
|
|
8724
|
-
fieldId: string | null;
|
|
8725
8724
|
category: string;
|
|
8725
|
+
fieldId: string | null;
|
|
8726
8726
|
cropId: string | null;
|
|
8727
8727
|
expenseId: string | null;
|
|
8728
8728
|
amount: number;
|
|
@@ -8757,8 +8757,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8757
8757
|
updatedAt: string;
|
|
8758
8758
|
farmId: string;
|
|
8759
8759
|
currency: string;
|
|
8760
|
-
fieldId: string | null;
|
|
8761
8760
|
category: string;
|
|
8761
|
+
fieldId: string | null;
|
|
8762
8762
|
cropId: string | null;
|
|
8763
8763
|
expenseId: string | null;
|
|
8764
8764
|
amount: number;
|
|
@@ -8793,8 +8793,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8793
8793
|
updatedAt: string;
|
|
8794
8794
|
farmId: string;
|
|
8795
8795
|
currency: string;
|
|
8796
|
-
fieldId: string | null;
|
|
8797
8796
|
category: string;
|
|
8797
|
+
fieldId: string | null;
|
|
8798
8798
|
cropId: string | null;
|
|
8799
8799
|
expenseId: string | null;
|
|
8800
8800
|
amount: number;
|
|
@@ -8855,8 +8855,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8855
8855
|
updatedAt: string;
|
|
8856
8856
|
farmId: string;
|
|
8857
8857
|
currency: string;
|
|
8858
|
-
fieldId: string | null;
|
|
8859
8858
|
category: string;
|
|
8859
|
+
fieldId: string | null;
|
|
8860
8860
|
cropId: string | null;
|
|
8861
8861
|
expenseId: string | null;
|
|
8862
8862
|
amount: number;
|
|
@@ -8903,8 +8903,8 @@ export declare const teamPaymentsRouter: {
|
|
|
8903
8903
|
updatedAt: string;
|
|
8904
8904
|
farmId: string;
|
|
8905
8905
|
currency: string;
|
|
8906
|
-
fieldId: string | null;
|
|
8907
8906
|
category: string;
|
|
8907
|
+
fieldId: string | null;
|
|
8908
8908
|
cropId: string | null;
|
|
8909
8909
|
expenseId: string | null;
|
|
8910
8910
|
amount: number;
|
|
@@ -9466,8 +9466,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9466
9466
|
updatedAt: string;
|
|
9467
9467
|
farmId: string;
|
|
9468
9468
|
currency: string;
|
|
9469
|
-
fieldId: string | null;
|
|
9470
9469
|
category: string;
|
|
9470
|
+
fieldId: string | null;
|
|
9471
9471
|
cropId: string | null;
|
|
9472
9472
|
expenseId: string | null;
|
|
9473
9473
|
amount: number;
|
|
@@ -9495,8 +9495,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9495
9495
|
updatedAt: string;
|
|
9496
9496
|
farmId: string;
|
|
9497
9497
|
currency: string;
|
|
9498
|
-
fieldId: string | null;
|
|
9499
9498
|
category: string;
|
|
9499
|
+
fieldId: string | null;
|
|
9500
9500
|
cropId: string | null;
|
|
9501
9501
|
expenseId: string | null;
|
|
9502
9502
|
amount: number;
|
|
@@ -9531,8 +9531,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9531
9531
|
updatedAt: string;
|
|
9532
9532
|
farmId: string;
|
|
9533
9533
|
currency: string;
|
|
9534
|
-
fieldId: string | null;
|
|
9535
9534
|
category: string;
|
|
9535
|
+
fieldId: string | null;
|
|
9536
9536
|
cropId: string | null;
|
|
9537
9537
|
expenseId: string | null;
|
|
9538
9538
|
amount: number;
|
|
@@ -9567,8 +9567,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9567
9567
|
updatedAt: string;
|
|
9568
9568
|
farmId: string;
|
|
9569
9569
|
currency: string;
|
|
9570
|
-
fieldId: string | null;
|
|
9571
9570
|
category: string;
|
|
9571
|
+
fieldId: string | null;
|
|
9572
9572
|
cropId: string | null;
|
|
9573
9573
|
expenseId: string | null;
|
|
9574
9574
|
amount: number;
|
|
@@ -9629,8 +9629,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9629
9629
|
updatedAt: string;
|
|
9630
9630
|
farmId: string;
|
|
9631
9631
|
currency: string;
|
|
9632
|
-
fieldId: string | null;
|
|
9633
9632
|
category: string;
|
|
9633
|
+
fieldId: string | null;
|
|
9634
9634
|
cropId: string | null;
|
|
9635
9635
|
expenseId: string | null;
|
|
9636
9636
|
amount: number;
|
|
@@ -9677,8 +9677,8 @@ export declare const teamPaymentsRouter: {
|
|
|
9677
9677
|
updatedAt: string;
|
|
9678
9678
|
farmId: string;
|
|
9679
9679
|
currency: string;
|
|
9680
|
-
fieldId: string | null;
|
|
9681
9680
|
category: string;
|
|
9681
|
+
fieldId: string | null;
|
|
9682
9682
|
cropId: string | null;
|
|
9683
9683
|
expenseId: string | null;
|
|
9684
9684
|
amount: number;
|