@deepintel-ltd/farmpro-contracts 1.23.0 → 1.23.1
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
|
@@ -52,13 +52,13 @@ export declare const teamPaymentsRouter: {
|
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
createdAt: string;
|
|
54
54
|
updatedAt: string;
|
|
55
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
56
55
|
organizationId: string;
|
|
57
|
-
isDefault: boolean;
|
|
58
|
-
label: string;
|
|
59
56
|
bankName: string;
|
|
60
57
|
accountNumber: string;
|
|
61
58
|
accountName: string;
|
|
59
|
+
isDefault: boolean;
|
|
60
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
61
|
+
label: string;
|
|
62
62
|
isActive: boolean;
|
|
63
63
|
providerAccountId: string | null;
|
|
64
64
|
dailyLimit: number | null;
|
|
@@ -69,13 +69,13 @@ export declare const teamPaymentsRouter: {
|
|
|
69
69
|
}, {
|
|
70
70
|
createdAt: string;
|
|
71
71
|
updatedAt: string;
|
|
72
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
73
72
|
organizationId: string;
|
|
74
|
-
isDefault: boolean;
|
|
75
|
-
label: string;
|
|
76
73
|
bankName: string;
|
|
77
74
|
accountNumber: string;
|
|
78
75
|
accountName: string;
|
|
76
|
+
isDefault: boolean;
|
|
77
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
78
|
+
label: string;
|
|
79
79
|
isActive: boolean;
|
|
80
80
|
providerAccountId: string | null;
|
|
81
81
|
dailyLimit: number | null;
|
|
@@ -93,13 +93,13 @@ export declare const teamPaymentsRouter: {
|
|
|
93
93
|
attributes: {
|
|
94
94
|
createdAt: string;
|
|
95
95
|
updatedAt: string;
|
|
96
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
97
96
|
organizationId: string;
|
|
98
|
-
isDefault: boolean;
|
|
99
|
-
label: string;
|
|
100
97
|
bankName: string;
|
|
101
98
|
accountNumber: string;
|
|
102
99
|
accountName: string;
|
|
100
|
+
isDefault: boolean;
|
|
101
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
102
|
+
label: string;
|
|
103
103
|
isActive: boolean;
|
|
104
104
|
providerAccountId: string | null;
|
|
105
105
|
dailyLimit: number | null;
|
|
@@ -117,13 +117,13 @@ export declare const teamPaymentsRouter: {
|
|
|
117
117
|
attributes: {
|
|
118
118
|
createdAt: string;
|
|
119
119
|
updatedAt: string;
|
|
120
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
121
120
|
organizationId: string;
|
|
122
|
-
isDefault: boolean;
|
|
123
|
-
label: string;
|
|
124
121
|
bankName: string;
|
|
125
122
|
accountNumber: string;
|
|
126
123
|
accountName: string;
|
|
124
|
+
isDefault: boolean;
|
|
125
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
126
|
+
label: string;
|
|
127
127
|
isActive: boolean;
|
|
128
128
|
providerAccountId: string | null;
|
|
129
129
|
dailyLimit: number | null;
|
|
@@ -167,13 +167,13 @@ export declare const teamPaymentsRouter: {
|
|
|
167
167
|
attributes: {
|
|
168
168
|
createdAt: string;
|
|
169
169
|
updatedAt: string;
|
|
170
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
171
170
|
organizationId: string;
|
|
172
|
-
isDefault: boolean;
|
|
173
|
-
label: string;
|
|
174
171
|
bankName: string;
|
|
175
172
|
accountNumber: string;
|
|
176
173
|
accountName: string;
|
|
174
|
+
isDefault: boolean;
|
|
175
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
176
|
+
label: string;
|
|
177
177
|
isActive: boolean;
|
|
178
178
|
providerAccountId: string | null;
|
|
179
179
|
dailyLimit: number | null;
|
|
@@ -203,13 +203,13 @@ export declare const teamPaymentsRouter: {
|
|
|
203
203
|
attributes: {
|
|
204
204
|
createdAt: string;
|
|
205
205
|
updatedAt: string;
|
|
206
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
207
206
|
organizationId: string;
|
|
208
|
-
isDefault: boolean;
|
|
209
|
-
label: string;
|
|
210
207
|
bankName: string;
|
|
211
208
|
accountNumber: string;
|
|
212
209
|
accountName: string;
|
|
210
|
+
isDefault: boolean;
|
|
211
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
212
|
+
label: string;
|
|
213
213
|
isActive: boolean;
|
|
214
214
|
providerAccountId: string | null;
|
|
215
215
|
dailyLimit: number | null;
|
|
@@ -532,23 +532,23 @@ export declare const teamPaymentsRouter: {
|
|
|
532
532
|
dailyLimit: z.ZodOptional<z.ZodNumber>;
|
|
533
533
|
monthlyLimit: z.ZodOptional<z.ZodNumber>;
|
|
534
534
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
536
|
-
isDefault: boolean;
|
|
537
|
-
label: string;
|
|
538
535
|
bankName: string;
|
|
539
536
|
accountNumber: string;
|
|
540
537
|
accountName: string;
|
|
538
|
+
isDefault: boolean;
|
|
539
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
540
|
+
label: string;
|
|
541
541
|
isActive: boolean;
|
|
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
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
548
|
-
label: string;
|
|
549
547
|
bankName: string;
|
|
550
548
|
accountNumber: string;
|
|
551
549
|
accountName: string;
|
|
550
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
551
|
+
label: string;
|
|
552
552
|
isDefault?: boolean | undefined;
|
|
553
553
|
isActive?: boolean | undefined;
|
|
554
554
|
providerAccountId?: string | undefined;
|
|
@@ -559,12 +559,12 @@ export declare const teamPaymentsRouter: {
|
|
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
|
560
560
|
type: "company-payment-accounts";
|
|
561
561
|
attributes: {
|
|
562
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
563
|
-
isDefault: boolean;
|
|
564
|
-
label: string;
|
|
565
562
|
bankName: string;
|
|
566
563
|
accountNumber: string;
|
|
567
564
|
accountName: string;
|
|
565
|
+
isDefault: boolean;
|
|
566
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
567
|
+
label: string;
|
|
568
568
|
isActive: boolean;
|
|
569
569
|
providerAccountId?: string | undefined;
|
|
570
570
|
dailyLimit?: number | undefined;
|
|
@@ -574,11 +574,11 @@ export declare const teamPaymentsRouter: {
|
|
|
574
574
|
}, {
|
|
575
575
|
type: "company-payment-accounts";
|
|
576
576
|
attributes: {
|
|
577
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
578
|
-
label: string;
|
|
579
577
|
bankName: string;
|
|
580
578
|
accountNumber: string;
|
|
581
579
|
accountName: string;
|
|
580
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
581
|
+
label: string;
|
|
582
582
|
isDefault?: boolean | undefined;
|
|
583
583
|
isActive?: boolean | undefined;
|
|
584
584
|
providerAccountId?: string | undefined;
|
|
@@ -591,12 +591,12 @@ export declare const teamPaymentsRouter: {
|
|
|
591
591
|
data: {
|
|
592
592
|
type: "company-payment-accounts";
|
|
593
593
|
attributes: {
|
|
594
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
595
|
-
isDefault: boolean;
|
|
596
|
-
label: string;
|
|
597
594
|
bankName: string;
|
|
598
595
|
accountNumber: string;
|
|
599
596
|
accountName: string;
|
|
597
|
+
isDefault: boolean;
|
|
598
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
599
|
+
label: string;
|
|
600
600
|
isActive: boolean;
|
|
601
601
|
providerAccountId?: string | undefined;
|
|
602
602
|
dailyLimit?: number | undefined;
|
|
@@ -608,11 +608,11 @@ export declare const teamPaymentsRouter: {
|
|
|
608
608
|
data: {
|
|
609
609
|
type: "company-payment-accounts";
|
|
610
610
|
attributes: {
|
|
611
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
612
|
-
label: string;
|
|
613
611
|
bankName: string;
|
|
614
612
|
accountNumber: string;
|
|
615
613
|
accountName: string;
|
|
614
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
615
|
+
label: string;
|
|
616
616
|
isDefault?: boolean | undefined;
|
|
617
617
|
isActive?: boolean | undefined;
|
|
618
618
|
providerAccountId?: string | undefined;
|
|
@@ -649,13 +649,13 @@ export declare const teamPaymentsRouter: {
|
|
|
649
649
|
}, "strip", z.ZodTypeAny, {
|
|
650
650
|
createdAt: string;
|
|
651
651
|
updatedAt: string;
|
|
652
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
653
652
|
organizationId: string;
|
|
654
|
-
isDefault: boolean;
|
|
655
|
-
label: string;
|
|
656
653
|
bankName: string;
|
|
657
654
|
accountNumber: string;
|
|
658
655
|
accountName: string;
|
|
656
|
+
isDefault: boolean;
|
|
657
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
658
|
+
label: string;
|
|
659
659
|
isActive: boolean;
|
|
660
660
|
providerAccountId: string | null;
|
|
661
661
|
dailyLimit: number | null;
|
|
@@ -666,13 +666,13 @@ export declare const teamPaymentsRouter: {
|
|
|
666
666
|
}, {
|
|
667
667
|
createdAt: string;
|
|
668
668
|
updatedAt: string;
|
|
669
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
670
669
|
organizationId: string;
|
|
671
|
-
isDefault: boolean;
|
|
672
|
-
label: string;
|
|
673
670
|
bankName: string;
|
|
674
671
|
accountNumber: string;
|
|
675
672
|
accountName: string;
|
|
673
|
+
isDefault: boolean;
|
|
674
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
675
|
+
label: string;
|
|
676
676
|
isActive: boolean;
|
|
677
677
|
providerAccountId: string | null;
|
|
678
678
|
dailyLimit: number | null;
|
|
@@ -690,13 +690,13 @@ export declare const teamPaymentsRouter: {
|
|
|
690
690
|
attributes: {
|
|
691
691
|
createdAt: string;
|
|
692
692
|
updatedAt: string;
|
|
693
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
694
693
|
organizationId: string;
|
|
695
|
-
isDefault: boolean;
|
|
696
|
-
label: string;
|
|
697
694
|
bankName: string;
|
|
698
695
|
accountNumber: string;
|
|
699
696
|
accountName: string;
|
|
697
|
+
isDefault: boolean;
|
|
698
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
699
|
+
label: string;
|
|
700
700
|
isActive: boolean;
|
|
701
701
|
providerAccountId: string | null;
|
|
702
702
|
dailyLimit: number | null;
|
|
@@ -714,13 +714,13 @@ export declare const teamPaymentsRouter: {
|
|
|
714
714
|
attributes: {
|
|
715
715
|
createdAt: string;
|
|
716
716
|
updatedAt: string;
|
|
717
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
718
717
|
organizationId: string;
|
|
719
|
-
isDefault: boolean;
|
|
720
|
-
label: string;
|
|
721
718
|
bankName: string;
|
|
722
719
|
accountNumber: string;
|
|
723
720
|
accountName: string;
|
|
721
|
+
isDefault: boolean;
|
|
722
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
723
|
+
label: string;
|
|
724
724
|
isActive: boolean;
|
|
725
725
|
providerAccountId: string | null;
|
|
726
726
|
dailyLimit: number | null;
|
|
@@ -764,13 +764,13 @@ export declare const teamPaymentsRouter: {
|
|
|
764
764
|
attributes: {
|
|
765
765
|
createdAt: string;
|
|
766
766
|
updatedAt: string;
|
|
767
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
768
767
|
organizationId: string;
|
|
769
|
-
isDefault: boolean;
|
|
770
|
-
label: string;
|
|
771
768
|
bankName: string;
|
|
772
769
|
accountNumber: string;
|
|
773
770
|
accountName: string;
|
|
771
|
+
isDefault: boolean;
|
|
772
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
773
|
+
label: string;
|
|
774
774
|
isActive: boolean;
|
|
775
775
|
providerAccountId: string | null;
|
|
776
776
|
dailyLimit: number | null;
|
|
@@ -800,13 +800,13 @@ export declare const teamPaymentsRouter: {
|
|
|
800
800
|
attributes: {
|
|
801
801
|
createdAt: string;
|
|
802
802
|
updatedAt: string;
|
|
803
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
804
803
|
organizationId: string;
|
|
805
|
-
isDefault: boolean;
|
|
806
|
-
label: string;
|
|
807
804
|
bankName: string;
|
|
808
805
|
accountNumber: string;
|
|
809
806
|
accountName: string;
|
|
807
|
+
isDefault: boolean;
|
|
808
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
809
|
+
label: string;
|
|
810
810
|
isActive: boolean;
|
|
811
811
|
providerAccountId: string | null;
|
|
812
812
|
dailyLimit: number | null;
|
|
@@ -1322,13 +1322,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
1323
|
createdAt: string;
|
|
1324
1324
|
updatedAt: string;
|
|
1325
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1326
1325
|
organizationId: string;
|
|
1327
|
-
isDefault: boolean;
|
|
1328
|
-
label: string;
|
|
1329
1326
|
bankName: string;
|
|
1330
1327
|
accountNumber: string;
|
|
1331
1328
|
accountName: string;
|
|
1329
|
+
isDefault: boolean;
|
|
1330
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1331
|
+
label: string;
|
|
1332
1332
|
isActive: boolean;
|
|
1333
1333
|
providerAccountId: string | null;
|
|
1334
1334
|
dailyLimit: number | null;
|
|
@@ -1339,13 +1339,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1339
1339
|
}, {
|
|
1340
1340
|
createdAt: string;
|
|
1341
1341
|
updatedAt: string;
|
|
1342
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1343
1342
|
organizationId: string;
|
|
1344
|
-
isDefault: boolean;
|
|
1345
|
-
label: string;
|
|
1346
1343
|
bankName: string;
|
|
1347
1344
|
accountNumber: string;
|
|
1348
1345
|
accountName: string;
|
|
1346
|
+
isDefault: boolean;
|
|
1347
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1348
|
+
label: string;
|
|
1349
1349
|
isActive: boolean;
|
|
1350
1350
|
providerAccountId: string | null;
|
|
1351
1351
|
dailyLimit: number | null;
|
|
@@ -1363,13 +1363,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1363
1363
|
attributes: {
|
|
1364
1364
|
createdAt: string;
|
|
1365
1365
|
updatedAt: string;
|
|
1366
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1367
1366
|
organizationId: string;
|
|
1368
|
-
isDefault: boolean;
|
|
1369
|
-
label: string;
|
|
1370
1367
|
bankName: string;
|
|
1371
1368
|
accountNumber: string;
|
|
1372
1369
|
accountName: string;
|
|
1370
|
+
isDefault: boolean;
|
|
1371
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1372
|
+
label: string;
|
|
1373
1373
|
isActive: boolean;
|
|
1374
1374
|
providerAccountId: string | null;
|
|
1375
1375
|
dailyLimit: number | null;
|
|
@@ -1387,13 +1387,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1387
1387
|
attributes: {
|
|
1388
1388
|
createdAt: string;
|
|
1389
1389
|
updatedAt: string;
|
|
1390
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1391
1390
|
organizationId: string;
|
|
1392
|
-
isDefault: boolean;
|
|
1393
|
-
label: string;
|
|
1394
1391
|
bankName: string;
|
|
1395
1392
|
accountNumber: string;
|
|
1396
1393
|
accountName: string;
|
|
1394
|
+
isDefault: boolean;
|
|
1395
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1396
|
+
label: string;
|
|
1397
1397
|
isActive: boolean;
|
|
1398
1398
|
providerAccountId: string | null;
|
|
1399
1399
|
dailyLimit: number | null;
|
|
@@ -1437,13 +1437,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1437
1437
|
attributes: {
|
|
1438
1438
|
createdAt: string;
|
|
1439
1439
|
updatedAt: string;
|
|
1440
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1441
1440
|
organizationId: string;
|
|
1442
|
-
isDefault: boolean;
|
|
1443
|
-
label: string;
|
|
1444
1441
|
bankName: string;
|
|
1445
1442
|
accountNumber: string;
|
|
1446
1443
|
accountName: string;
|
|
1444
|
+
isDefault: boolean;
|
|
1445
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1446
|
+
label: string;
|
|
1447
1447
|
isActive: boolean;
|
|
1448
1448
|
providerAccountId: string | null;
|
|
1449
1449
|
dailyLimit: number | null;
|
|
@@ -1473,13 +1473,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1473
1473
|
attributes: {
|
|
1474
1474
|
createdAt: string;
|
|
1475
1475
|
updatedAt: string;
|
|
1476
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1477
1476
|
organizationId: string;
|
|
1478
|
-
isDefault: boolean;
|
|
1479
|
-
label: string;
|
|
1480
1477
|
bankName: string;
|
|
1481
1478
|
accountNumber: string;
|
|
1482
1479
|
accountName: string;
|
|
1480
|
+
isDefault: boolean;
|
|
1481
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1482
|
+
label: string;
|
|
1483
1483
|
isActive: boolean;
|
|
1484
1484
|
providerAccountId: string | null;
|
|
1485
1485
|
dailyLimit: number | null;
|
|
@@ -1805,24 +1805,24 @@ export declare const teamPaymentsRouter: {
|
|
|
1805
1805
|
dailyLimit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1806
1806
|
monthlyLimit: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1809
|
-
isDefault?: boolean | undefined;
|
|
1810
|
-
label?: string | undefined;
|
|
1811
1808
|
bankName?: string | undefined;
|
|
1812
1809
|
accountNumber?: string | undefined;
|
|
1813
1810
|
accountName?: string | undefined;
|
|
1811
|
+
isDefault?: boolean | undefined;
|
|
1812
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1813
|
+
label?: string | undefined;
|
|
1814
1814
|
isActive?: boolean | 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
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1821
|
-
isDefault?: boolean | undefined;
|
|
1822
|
-
label?: string | undefined;
|
|
1823
1820
|
bankName?: string | undefined;
|
|
1824
1821
|
accountNumber?: string | undefined;
|
|
1825
1822
|
accountName?: string | undefined;
|
|
1823
|
+
isDefault?: boolean | undefined;
|
|
1824
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1825
|
+
label?: string | undefined;
|
|
1826
1826
|
isActive?: boolean | undefined;
|
|
1827
1827
|
providerAccountId?: string | undefined;
|
|
1828
1828
|
dailyLimit?: number | undefined;
|
|
@@ -1833,12 +1833,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1833
1833
|
type: "company-payment-accounts";
|
|
1834
1834
|
id: string;
|
|
1835
1835
|
attributes: {
|
|
1836
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1837
|
-
isDefault?: boolean | undefined;
|
|
1838
|
-
label?: string | undefined;
|
|
1839
1836
|
bankName?: string | undefined;
|
|
1840
1837
|
accountNumber?: string | undefined;
|
|
1841
1838
|
accountName?: string | undefined;
|
|
1839
|
+
isDefault?: boolean | undefined;
|
|
1840
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1841
|
+
label?: string | undefined;
|
|
1842
1842
|
isActive?: boolean | undefined;
|
|
1843
1843
|
providerAccountId?: string | undefined;
|
|
1844
1844
|
dailyLimit?: number | undefined;
|
|
@@ -1849,12 +1849,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1849
1849
|
type: "company-payment-accounts";
|
|
1850
1850
|
id: string;
|
|
1851
1851
|
attributes: {
|
|
1852
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1853
|
-
isDefault?: boolean | undefined;
|
|
1854
|
-
label?: string | undefined;
|
|
1855
1852
|
bankName?: string | undefined;
|
|
1856
1853
|
accountNumber?: string | undefined;
|
|
1857
1854
|
accountName?: string | undefined;
|
|
1855
|
+
isDefault?: boolean | undefined;
|
|
1856
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1857
|
+
label?: string | undefined;
|
|
1858
1858
|
isActive?: boolean | undefined;
|
|
1859
1859
|
providerAccountId?: string | undefined;
|
|
1860
1860
|
dailyLimit?: number | undefined;
|
|
@@ -1867,12 +1867,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1867
1867
|
type: "company-payment-accounts";
|
|
1868
1868
|
id: string;
|
|
1869
1869
|
attributes: {
|
|
1870
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1871
|
-
isDefault?: boolean | undefined;
|
|
1872
|
-
label?: string | undefined;
|
|
1873
1870
|
bankName?: string | undefined;
|
|
1874
1871
|
accountNumber?: string | undefined;
|
|
1875
1872
|
accountName?: string | undefined;
|
|
1873
|
+
isDefault?: boolean | undefined;
|
|
1874
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1875
|
+
label?: string | undefined;
|
|
1876
1876
|
isActive?: boolean | undefined;
|
|
1877
1877
|
providerAccountId?: string | undefined;
|
|
1878
1878
|
dailyLimit?: number | undefined;
|
|
@@ -1885,12 +1885,12 @@ export declare const teamPaymentsRouter: {
|
|
|
1885
1885
|
type: "company-payment-accounts";
|
|
1886
1886
|
id: string;
|
|
1887
1887
|
attributes: {
|
|
1888
|
-
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1889
|
-
isDefault?: boolean | undefined;
|
|
1890
|
-
label?: string | undefined;
|
|
1891
1888
|
bankName?: string | undefined;
|
|
1892
1889
|
accountNumber?: string | undefined;
|
|
1893
1890
|
accountName?: string | undefined;
|
|
1891
|
+
isDefault?: boolean | undefined;
|
|
1892
|
+
provider?: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT" | undefined;
|
|
1893
|
+
label?: string | undefined;
|
|
1894
1894
|
isActive?: boolean | undefined;
|
|
1895
1895
|
providerAccountId?: string | undefined;
|
|
1896
1896
|
dailyLimit?: number | undefined;
|
|
@@ -1926,13 +1926,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1926
1926
|
}, "strip", z.ZodTypeAny, {
|
|
1927
1927
|
createdAt: string;
|
|
1928
1928
|
updatedAt: string;
|
|
1929
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1930
1929
|
organizationId: string;
|
|
1931
|
-
isDefault: boolean;
|
|
1932
|
-
label: string;
|
|
1933
1930
|
bankName: string;
|
|
1934
1931
|
accountNumber: string;
|
|
1935
1932
|
accountName: string;
|
|
1933
|
+
isDefault: boolean;
|
|
1934
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1935
|
+
label: string;
|
|
1936
1936
|
isActive: boolean;
|
|
1937
1937
|
providerAccountId: string | null;
|
|
1938
1938
|
dailyLimit: number | null;
|
|
@@ -1943,13 +1943,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1943
1943
|
}, {
|
|
1944
1944
|
createdAt: string;
|
|
1945
1945
|
updatedAt: string;
|
|
1946
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1947
1946
|
organizationId: string;
|
|
1948
|
-
isDefault: boolean;
|
|
1949
|
-
label: string;
|
|
1950
1947
|
bankName: string;
|
|
1951
1948
|
accountNumber: string;
|
|
1952
1949
|
accountName: string;
|
|
1950
|
+
isDefault: boolean;
|
|
1951
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1952
|
+
label: string;
|
|
1953
1953
|
isActive: boolean;
|
|
1954
1954
|
providerAccountId: string | null;
|
|
1955
1955
|
dailyLimit: number | null;
|
|
@@ -1967,13 +1967,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1967
1967
|
attributes: {
|
|
1968
1968
|
createdAt: string;
|
|
1969
1969
|
updatedAt: string;
|
|
1970
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1971
1970
|
organizationId: string;
|
|
1972
|
-
isDefault: boolean;
|
|
1973
|
-
label: string;
|
|
1974
1971
|
bankName: string;
|
|
1975
1972
|
accountNumber: string;
|
|
1976
1973
|
accountName: string;
|
|
1974
|
+
isDefault: boolean;
|
|
1975
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1976
|
+
label: string;
|
|
1977
1977
|
isActive: boolean;
|
|
1978
1978
|
providerAccountId: string | null;
|
|
1979
1979
|
dailyLimit: number | null;
|
|
@@ -1991,13 +1991,13 @@ export declare const teamPaymentsRouter: {
|
|
|
1991
1991
|
attributes: {
|
|
1992
1992
|
createdAt: string;
|
|
1993
1993
|
updatedAt: string;
|
|
1994
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
1995
1994
|
organizationId: string;
|
|
1996
|
-
isDefault: boolean;
|
|
1997
|
-
label: string;
|
|
1998
1995
|
bankName: string;
|
|
1999
1996
|
accountNumber: string;
|
|
2000
1997
|
accountName: string;
|
|
1998
|
+
isDefault: boolean;
|
|
1999
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2000
|
+
label: string;
|
|
2001
2001
|
isActive: boolean;
|
|
2002
2002
|
providerAccountId: string | null;
|
|
2003
2003
|
dailyLimit: number | null;
|
|
@@ -2041,13 +2041,13 @@ export declare const teamPaymentsRouter: {
|
|
|
2041
2041
|
attributes: {
|
|
2042
2042
|
createdAt: string;
|
|
2043
2043
|
updatedAt: string;
|
|
2044
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2045
2044
|
organizationId: string;
|
|
2046
|
-
isDefault: boolean;
|
|
2047
|
-
label: string;
|
|
2048
2045
|
bankName: string;
|
|
2049
2046
|
accountNumber: string;
|
|
2050
2047
|
accountName: string;
|
|
2048
|
+
isDefault: boolean;
|
|
2049
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2050
|
+
label: string;
|
|
2051
2051
|
isActive: boolean;
|
|
2052
2052
|
providerAccountId: string | null;
|
|
2053
2053
|
dailyLimit: number | null;
|
|
@@ -2077,13 +2077,13 @@ export declare const teamPaymentsRouter: {
|
|
|
2077
2077
|
attributes: {
|
|
2078
2078
|
createdAt: string;
|
|
2079
2079
|
updatedAt: string;
|
|
2080
|
-
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2081
2080
|
organizationId: string;
|
|
2082
|
-
isDefault: boolean;
|
|
2083
|
-
label: string;
|
|
2084
2081
|
bankName: string;
|
|
2085
2082
|
accountNumber: string;
|
|
2086
2083
|
accountName: string;
|
|
2084
|
+
isDefault: boolean;
|
|
2085
|
+
provider: "OPAY" | "PAYSTACK" | "FLUTTERWAVE" | "MONO" | "OKRA" | "BANK_DIRECT";
|
|
2086
|
+
label: string;
|
|
2087
2087
|
isActive: boolean;
|
|
2088
2088
|
providerAccountId: string | null;
|
|
2089
2089
|
dailyLimit: number | null;
|