@deepintel-ltd/farmpro-contracts 1.23.2 → 1.24.0
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/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/routes/commodity-deals.routes.d.ts +1339 -0
- package/dist/routes/commodity-deals.routes.d.ts.map +1 -1
- package/dist/routes/commodity-deals.routes.js +49 -1
- package/dist/routes/finance.routes.d.ts +68 -68
- package/dist/routes/index.d.ts +2 -0
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/index.js +2 -0
- package/dist/routes/inventory.routes.d.ts +584 -0
- package/dist/routes/inventory.routes.d.ts.map +1 -1
- package/dist/routes/inventory.routes.js +26 -1
- package/dist/routes/live-monitor.routes.d.ts +15 -10
- package/dist/routes/live-monitor.routes.d.ts.map +1 -1
- package/dist/routes/monitoring-visualization.routes.d.ts +3 -0
- package/dist/routes/monitoring-visualization.routes.d.ts.map +1 -1
- package/dist/routes/poultry.routes.d.ts +3318 -0
- package/dist/routes/poultry.routes.d.ts.map +1 -0
- package/dist/routes/poultry.routes.js +195 -0
- package/dist/routes/team-payments.routes.d.ts +42 -42
- package/dist/routes/trade-cash-events.routes.d.ts +20 -20
- package/dist/routes/waybills.routes.d.ts +14 -0
- package/dist/routes/waybills.routes.d.ts.map +1 -1
- package/dist/schemas/commodity-deals.schemas.d.ts +484 -0
- package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -1
- package/dist/schemas/commodity-deals.schemas.js +34 -0
- package/dist/schemas/finance.schemas.d.ts +78 -78
- package/dist/schemas/inventory.schemas.d.ts +122 -0
- package/dist/schemas/inventory.schemas.d.ts.map +1 -1
- package/dist/schemas/inventory.schemas.js +35 -0
- package/dist/schemas/live-monitor.schemas.d.ts +24 -16
- package/dist/schemas/live-monitor.schemas.d.ts.map +1 -1
- package/dist/schemas/live-monitor.schemas.js +3 -2
- package/dist/schemas/monitoring-visualization.schemas.d.ts +64 -0
- package/dist/schemas/monitoring-visualization.schemas.d.ts.map +1 -1
- package/dist/schemas/monitoring-visualization.schemas.js +25 -1
- package/dist/schemas/team-payments.schemas.d.ts +30 -30
- package/dist/schemas/trade-cash-events.schemas.d.ts +24 -24
- package/dist/schemas/waybills.schemas.d.ts +16 -0
- package/dist/schemas/waybills.schemas.d.ts.map +1 -1
- package/dist/schemas/waybills.schemas.js +1 -0
- package/package.json +1 -1
|
@@ -6070,6 +6070,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6070
6070
|
amount: number;
|
|
6071
6071
|
completedAt: string | null;
|
|
6072
6072
|
failureReason: string | null;
|
|
6073
|
+
supplierId: string | null;
|
|
6073
6074
|
initiatedById: string;
|
|
6074
6075
|
paymentAccountId: string;
|
|
6075
6076
|
approvedById: string | null;
|
|
@@ -6078,7 +6079,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6078
6079
|
vendorBankCode: string;
|
|
6079
6080
|
vendorAccountNumber: string;
|
|
6080
6081
|
vendorAccountName: string;
|
|
6081
|
-
supplierId: string | null;
|
|
6082
6082
|
narration: string;
|
|
6083
6083
|
providerReference: string | null;
|
|
6084
6084
|
providerTransferId: string | null;
|
|
@@ -6099,6 +6099,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6099
6099
|
amount: number;
|
|
6100
6100
|
completedAt: string | null;
|
|
6101
6101
|
failureReason: string | null;
|
|
6102
|
+
supplierId: string | null;
|
|
6102
6103
|
initiatedById: string;
|
|
6103
6104
|
paymentAccountId: string;
|
|
6104
6105
|
approvedById: string | null;
|
|
@@ -6107,7 +6108,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6107
6108
|
vendorBankCode: string;
|
|
6108
6109
|
vendorAccountNumber: string;
|
|
6109
6110
|
vendorAccountName: string;
|
|
6110
|
-
supplierId: string | null;
|
|
6111
6111
|
narration: string;
|
|
6112
6112
|
providerReference: string | null;
|
|
6113
6113
|
providerTransferId: string | null;
|
|
@@ -6135,6 +6135,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6135
6135
|
amount: number;
|
|
6136
6136
|
completedAt: string | null;
|
|
6137
6137
|
failureReason: string | null;
|
|
6138
|
+
supplierId: string | null;
|
|
6138
6139
|
initiatedById: string;
|
|
6139
6140
|
paymentAccountId: string;
|
|
6140
6141
|
approvedById: string | null;
|
|
@@ -6143,7 +6144,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6143
6144
|
vendorBankCode: string;
|
|
6144
6145
|
vendorAccountNumber: string;
|
|
6145
6146
|
vendorAccountName: string;
|
|
6146
|
-
supplierId: string | null;
|
|
6147
6147
|
narration: string;
|
|
6148
6148
|
providerReference: string | null;
|
|
6149
6149
|
providerTransferId: string | null;
|
|
@@ -6171,6 +6171,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6171
6171
|
amount: number;
|
|
6172
6172
|
completedAt: string | null;
|
|
6173
6173
|
failureReason: string | null;
|
|
6174
|
+
supplierId: string | null;
|
|
6174
6175
|
initiatedById: string;
|
|
6175
6176
|
paymentAccountId: string;
|
|
6176
6177
|
approvedById: string | null;
|
|
@@ -6179,7 +6180,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6179
6180
|
vendorBankCode: string;
|
|
6180
6181
|
vendorAccountNumber: string;
|
|
6181
6182
|
vendorAccountName: string;
|
|
6182
|
-
supplierId: string | null;
|
|
6183
6183
|
narration: string;
|
|
6184
6184
|
providerReference: string | null;
|
|
6185
6185
|
providerTransferId: string | null;
|
|
@@ -6233,6 +6233,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6233
6233
|
amount: number;
|
|
6234
6234
|
completedAt: string | null;
|
|
6235
6235
|
failureReason: string | null;
|
|
6236
|
+
supplierId: string | null;
|
|
6236
6237
|
initiatedById: string;
|
|
6237
6238
|
paymentAccountId: string;
|
|
6238
6239
|
approvedById: string | null;
|
|
@@ -6241,7 +6242,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6241
6242
|
vendorBankCode: string;
|
|
6242
6243
|
vendorAccountNumber: string;
|
|
6243
6244
|
vendorAccountName: string;
|
|
6244
|
-
supplierId: string | null;
|
|
6245
6245
|
narration: string;
|
|
6246
6246
|
providerReference: string | null;
|
|
6247
6247
|
providerTransferId: string | null;
|
|
@@ -6281,6 +6281,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6281
6281
|
amount: number;
|
|
6282
6282
|
completedAt: string | null;
|
|
6283
6283
|
failureReason: string | null;
|
|
6284
|
+
supplierId: string | null;
|
|
6284
6285
|
initiatedById: string;
|
|
6285
6286
|
paymentAccountId: string;
|
|
6286
6287
|
approvedById: string | null;
|
|
@@ -6289,7 +6290,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6289
6290
|
vendorBankCode: string;
|
|
6290
6291
|
vendorAccountNumber: string;
|
|
6291
6292
|
vendorAccountName: string;
|
|
6292
|
-
supplierId: string | null;
|
|
6293
6293
|
narration: string;
|
|
6294
6294
|
providerReference: string | null;
|
|
6295
6295
|
providerTransferId: string | null;
|
|
@@ -6623,8 +6623,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6623
6623
|
narration: string;
|
|
6624
6624
|
fieldId?: string | undefined;
|
|
6625
6625
|
cropId?: string | undefined;
|
|
6626
|
-
vendorAccountName?: string | undefined;
|
|
6627
6626
|
supplierId?: string | undefined;
|
|
6627
|
+
vendorAccountName?: string | undefined;
|
|
6628
6628
|
}, {
|
|
6629
6629
|
category: string;
|
|
6630
6630
|
amount: number;
|
|
@@ -6636,8 +6636,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6636
6636
|
currency?: string | undefined;
|
|
6637
6637
|
fieldId?: string | undefined;
|
|
6638
6638
|
cropId?: string | undefined;
|
|
6639
|
-
vendorAccountName?: string | undefined;
|
|
6640
6639
|
supplierId?: string | undefined;
|
|
6640
|
+
vendorAccountName?: string | undefined;
|
|
6641
6641
|
}>;
|
|
6642
6642
|
}, "strip", z.ZodTypeAny, {
|
|
6643
6643
|
type: "vendor-payments";
|
|
@@ -6652,8 +6652,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6652
6652
|
narration: string;
|
|
6653
6653
|
fieldId?: string | undefined;
|
|
6654
6654
|
cropId?: string | undefined;
|
|
6655
|
-
vendorAccountName?: string | undefined;
|
|
6656
6655
|
supplierId?: string | undefined;
|
|
6656
|
+
vendorAccountName?: string | undefined;
|
|
6657
6657
|
};
|
|
6658
6658
|
}, {
|
|
6659
6659
|
type: "vendor-payments";
|
|
@@ -6668,8 +6668,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6668
6668
|
currency?: string | undefined;
|
|
6669
6669
|
fieldId?: string | undefined;
|
|
6670
6670
|
cropId?: string | undefined;
|
|
6671
|
-
vendorAccountName?: string | undefined;
|
|
6672
6671
|
supplierId?: string | undefined;
|
|
6672
|
+
vendorAccountName?: string | undefined;
|
|
6673
6673
|
};
|
|
6674
6674
|
}>;
|
|
6675
6675
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6686,8 +6686,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6686
6686
|
narration: string;
|
|
6687
6687
|
fieldId?: string | undefined;
|
|
6688
6688
|
cropId?: string | undefined;
|
|
6689
|
-
vendorAccountName?: string | undefined;
|
|
6690
6689
|
supplierId?: string | undefined;
|
|
6690
|
+
vendorAccountName?: string | undefined;
|
|
6691
6691
|
};
|
|
6692
6692
|
};
|
|
6693
6693
|
}, {
|
|
@@ -6704,8 +6704,8 @@ export declare const teamPaymentsRouter: {
|
|
|
6704
6704
|
currency?: string | undefined;
|
|
6705
6705
|
fieldId?: string | undefined;
|
|
6706
6706
|
cropId?: string | undefined;
|
|
6707
|
-
vendorAccountName?: string | undefined;
|
|
6708
6707
|
supplierId?: string | undefined;
|
|
6708
|
+
vendorAccountName?: string | undefined;
|
|
6709
6709
|
};
|
|
6710
6710
|
};
|
|
6711
6711
|
}>;
|
|
@@ -6758,6 +6758,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6758
6758
|
amount: number;
|
|
6759
6759
|
completedAt: string | null;
|
|
6760
6760
|
failureReason: string | null;
|
|
6761
|
+
supplierId: string | null;
|
|
6761
6762
|
initiatedById: string;
|
|
6762
6763
|
paymentAccountId: string;
|
|
6763
6764
|
approvedById: string | null;
|
|
@@ -6766,7 +6767,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6766
6767
|
vendorBankCode: string;
|
|
6767
6768
|
vendorAccountNumber: string;
|
|
6768
6769
|
vendorAccountName: string;
|
|
6769
|
-
supplierId: string | null;
|
|
6770
6770
|
narration: string;
|
|
6771
6771
|
providerReference: string | null;
|
|
6772
6772
|
providerTransferId: string | null;
|
|
@@ -6787,6 +6787,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6787
6787
|
amount: number;
|
|
6788
6788
|
completedAt: string | null;
|
|
6789
6789
|
failureReason: string | null;
|
|
6790
|
+
supplierId: string | null;
|
|
6790
6791
|
initiatedById: string;
|
|
6791
6792
|
paymentAccountId: string;
|
|
6792
6793
|
approvedById: string | null;
|
|
@@ -6795,7 +6796,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6795
6796
|
vendorBankCode: string;
|
|
6796
6797
|
vendorAccountNumber: string;
|
|
6797
6798
|
vendorAccountName: string;
|
|
6798
|
-
supplierId: string | null;
|
|
6799
6799
|
narration: string;
|
|
6800
6800
|
providerReference: string | null;
|
|
6801
6801
|
providerTransferId: string | null;
|
|
@@ -6823,6 +6823,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6823
6823
|
amount: number;
|
|
6824
6824
|
completedAt: string | null;
|
|
6825
6825
|
failureReason: string | null;
|
|
6826
|
+
supplierId: string | null;
|
|
6826
6827
|
initiatedById: string;
|
|
6827
6828
|
paymentAccountId: string;
|
|
6828
6829
|
approvedById: string | null;
|
|
@@ -6831,7 +6832,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6831
6832
|
vendorBankCode: string;
|
|
6832
6833
|
vendorAccountNumber: string;
|
|
6833
6834
|
vendorAccountName: string;
|
|
6834
|
-
supplierId: string | null;
|
|
6835
6835
|
narration: string;
|
|
6836
6836
|
providerReference: string | null;
|
|
6837
6837
|
providerTransferId: string | null;
|
|
@@ -6859,6 +6859,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6859
6859
|
amount: number;
|
|
6860
6860
|
completedAt: string | null;
|
|
6861
6861
|
failureReason: string | null;
|
|
6862
|
+
supplierId: string | null;
|
|
6862
6863
|
initiatedById: string;
|
|
6863
6864
|
paymentAccountId: string;
|
|
6864
6865
|
approvedById: string | null;
|
|
@@ -6867,7 +6868,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6867
6868
|
vendorBankCode: string;
|
|
6868
6869
|
vendorAccountNumber: string;
|
|
6869
6870
|
vendorAccountName: string;
|
|
6870
|
-
supplierId: string | null;
|
|
6871
6871
|
narration: string;
|
|
6872
6872
|
providerReference: string | null;
|
|
6873
6873
|
providerTransferId: string | null;
|
|
@@ -6921,6 +6921,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6921
6921
|
amount: number;
|
|
6922
6922
|
completedAt: string | null;
|
|
6923
6923
|
failureReason: string | null;
|
|
6924
|
+
supplierId: string | null;
|
|
6924
6925
|
initiatedById: string;
|
|
6925
6926
|
paymentAccountId: string;
|
|
6926
6927
|
approvedById: string | null;
|
|
@@ -6929,7 +6930,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6929
6930
|
vendorBankCode: string;
|
|
6930
6931
|
vendorAccountNumber: string;
|
|
6931
6932
|
vendorAccountName: string;
|
|
6932
|
-
supplierId: string | null;
|
|
6933
6933
|
narration: string;
|
|
6934
6934
|
providerReference: string | null;
|
|
6935
6935
|
providerTransferId: string | null;
|
|
@@ -6969,6 +6969,7 @@ export declare const teamPaymentsRouter: {
|
|
|
6969
6969
|
amount: number;
|
|
6970
6970
|
completedAt: string | null;
|
|
6971
6971
|
failureReason: string | null;
|
|
6972
|
+
supplierId: string | null;
|
|
6972
6973
|
initiatedById: string;
|
|
6973
6974
|
paymentAccountId: string;
|
|
6974
6975
|
approvedById: string | null;
|
|
@@ -6977,7 +6978,6 @@ export declare const teamPaymentsRouter: {
|
|
|
6977
6978
|
vendorBankCode: string;
|
|
6978
6979
|
vendorAccountNumber: string;
|
|
6979
6980
|
vendorAccountName: string;
|
|
6980
|
-
supplierId: string | null;
|
|
6981
6981
|
narration: string;
|
|
6982
6982
|
providerReference: string | null;
|
|
6983
6983
|
providerTransferId: string | null;
|
|
@@ -7515,6 +7515,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7515
7515
|
amount: number;
|
|
7516
7516
|
completedAt: string | null;
|
|
7517
7517
|
failureReason: string | null;
|
|
7518
|
+
supplierId: string | null;
|
|
7518
7519
|
initiatedById: string;
|
|
7519
7520
|
paymentAccountId: string;
|
|
7520
7521
|
approvedById: string | null;
|
|
@@ -7523,7 +7524,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7523
7524
|
vendorBankCode: string;
|
|
7524
7525
|
vendorAccountNumber: string;
|
|
7525
7526
|
vendorAccountName: string;
|
|
7526
|
-
supplierId: string | null;
|
|
7527
7527
|
narration: string;
|
|
7528
7528
|
providerReference: string | null;
|
|
7529
7529
|
providerTransferId: string | null;
|
|
@@ -7544,6 +7544,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7544
7544
|
amount: number;
|
|
7545
7545
|
completedAt: string | null;
|
|
7546
7546
|
failureReason: string | null;
|
|
7547
|
+
supplierId: string | null;
|
|
7547
7548
|
initiatedById: string;
|
|
7548
7549
|
paymentAccountId: string;
|
|
7549
7550
|
approvedById: string | null;
|
|
@@ -7552,7 +7553,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7552
7553
|
vendorBankCode: string;
|
|
7553
7554
|
vendorAccountNumber: string;
|
|
7554
7555
|
vendorAccountName: string;
|
|
7555
|
-
supplierId: string | null;
|
|
7556
7556
|
narration: string;
|
|
7557
7557
|
providerReference: string | null;
|
|
7558
7558
|
providerTransferId: string | null;
|
|
@@ -7580,6 +7580,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7580
7580
|
amount: number;
|
|
7581
7581
|
completedAt: string | null;
|
|
7582
7582
|
failureReason: string | null;
|
|
7583
|
+
supplierId: string | null;
|
|
7583
7584
|
initiatedById: string;
|
|
7584
7585
|
paymentAccountId: string;
|
|
7585
7586
|
approvedById: string | null;
|
|
@@ -7588,7 +7589,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7588
7589
|
vendorBankCode: string;
|
|
7589
7590
|
vendorAccountNumber: string;
|
|
7590
7591
|
vendorAccountName: string;
|
|
7591
|
-
supplierId: string | null;
|
|
7592
7592
|
narration: string;
|
|
7593
7593
|
providerReference: string | null;
|
|
7594
7594
|
providerTransferId: string | null;
|
|
@@ -7616,6 +7616,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7616
7616
|
amount: number;
|
|
7617
7617
|
completedAt: string | null;
|
|
7618
7618
|
failureReason: string | null;
|
|
7619
|
+
supplierId: string | null;
|
|
7619
7620
|
initiatedById: string;
|
|
7620
7621
|
paymentAccountId: string;
|
|
7621
7622
|
approvedById: string | null;
|
|
@@ -7624,7 +7625,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7624
7625
|
vendorBankCode: string;
|
|
7625
7626
|
vendorAccountNumber: string;
|
|
7626
7627
|
vendorAccountName: string;
|
|
7627
|
-
supplierId: string | null;
|
|
7628
7628
|
narration: string;
|
|
7629
7629
|
providerReference: string | null;
|
|
7630
7630
|
providerTransferId: string | null;
|
|
@@ -7678,6 +7678,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7678
7678
|
amount: number;
|
|
7679
7679
|
completedAt: string | null;
|
|
7680
7680
|
failureReason: string | null;
|
|
7681
|
+
supplierId: string | null;
|
|
7681
7682
|
initiatedById: string;
|
|
7682
7683
|
paymentAccountId: string;
|
|
7683
7684
|
approvedById: string | null;
|
|
@@ -7686,7 +7687,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7686
7687
|
vendorBankCode: string;
|
|
7687
7688
|
vendorAccountNumber: string;
|
|
7688
7689
|
vendorAccountName: string;
|
|
7689
|
-
supplierId: string | null;
|
|
7690
7690
|
narration: string;
|
|
7691
7691
|
providerReference: string | null;
|
|
7692
7692
|
providerTransferId: string | null;
|
|
@@ -7726,6 +7726,7 @@ export declare const teamPaymentsRouter: {
|
|
|
7726
7726
|
amount: number;
|
|
7727
7727
|
completedAt: string | null;
|
|
7728
7728
|
failureReason: string | null;
|
|
7729
|
+
supplierId: string | null;
|
|
7729
7730
|
initiatedById: string;
|
|
7730
7731
|
paymentAccountId: string;
|
|
7731
7732
|
approvedById: string | null;
|
|
@@ -7734,7 +7735,6 @@ export declare const teamPaymentsRouter: {
|
|
|
7734
7735
|
vendorBankCode: string;
|
|
7735
7736
|
vendorAccountNumber: string;
|
|
7736
7737
|
vendorAccountName: string;
|
|
7737
|
-
supplierId: string | null;
|
|
7738
7738
|
narration: string;
|
|
7739
7739
|
providerReference: string | null;
|
|
7740
7740
|
providerTransferId: string | null;
|
|
@@ -8104,6 +8104,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8104
8104
|
amount: number;
|
|
8105
8105
|
completedAt: string | null;
|
|
8106
8106
|
failureReason: string | null;
|
|
8107
|
+
supplierId: string | null;
|
|
8107
8108
|
initiatedById: string;
|
|
8108
8109
|
paymentAccountId: string;
|
|
8109
8110
|
approvedById: string | null;
|
|
@@ -8112,7 +8113,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8112
8113
|
vendorBankCode: string;
|
|
8113
8114
|
vendorAccountNumber: string;
|
|
8114
8115
|
vendorAccountName: string;
|
|
8115
|
-
supplierId: string | null;
|
|
8116
8116
|
narration: string;
|
|
8117
8117
|
providerReference: string | null;
|
|
8118
8118
|
providerTransferId: string | null;
|
|
@@ -8133,6 +8133,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8133
8133
|
amount: number;
|
|
8134
8134
|
completedAt: string | null;
|
|
8135
8135
|
failureReason: string | null;
|
|
8136
|
+
supplierId: string | null;
|
|
8136
8137
|
initiatedById: string;
|
|
8137
8138
|
paymentAccountId: string;
|
|
8138
8139
|
approvedById: string | null;
|
|
@@ -8141,7 +8142,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8141
8142
|
vendorBankCode: string;
|
|
8142
8143
|
vendorAccountNumber: string;
|
|
8143
8144
|
vendorAccountName: string;
|
|
8144
|
-
supplierId: string | null;
|
|
8145
8145
|
narration: string;
|
|
8146
8146
|
providerReference: string | null;
|
|
8147
8147
|
providerTransferId: string | null;
|
|
@@ -8169,6 +8169,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8169
8169
|
amount: number;
|
|
8170
8170
|
completedAt: string | null;
|
|
8171
8171
|
failureReason: string | null;
|
|
8172
|
+
supplierId: string | null;
|
|
8172
8173
|
initiatedById: string;
|
|
8173
8174
|
paymentAccountId: string;
|
|
8174
8175
|
approvedById: string | null;
|
|
@@ -8177,7 +8178,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8177
8178
|
vendorBankCode: string;
|
|
8178
8179
|
vendorAccountNumber: string;
|
|
8179
8180
|
vendorAccountName: string;
|
|
8180
|
-
supplierId: string | null;
|
|
8181
8181
|
narration: string;
|
|
8182
8182
|
providerReference: string | null;
|
|
8183
8183
|
providerTransferId: string | null;
|
|
@@ -8205,6 +8205,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8205
8205
|
amount: number;
|
|
8206
8206
|
completedAt: string | null;
|
|
8207
8207
|
failureReason: string | null;
|
|
8208
|
+
supplierId: string | null;
|
|
8208
8209
|
initiatedById: string;
|
|
8209
8210
|
paymentAccountId: string;
|
|
8210
8211
|
approvedById: string | null;
|
|
@@ -8213,7 +8214,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8213
8214
|
vendorBankCode: string;
|
|
8214
8215
|
vendorAccountNumber: string;
|
|
8215
8216
|
vendorAccountName: string;
|
|
8216
|
-
supplierId: string | null;
|
|
8217
8217
|
narration: string;
|
|
8218
8218
|
providerReference: string | null;
|
|
8219
8219
|
providerTransferId: string | null;
|
|
@@ -8267,6 +8267,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8267
8267
|
amount: number;
|
|
8268
8268
|
completedAt: string | null;
|
|
8269
8269
|
failureReason: string | null;
|
|
8270
|
+
supplierId: string | null;
|
|
8270
8271
|
initiatedById: string;
|
|
8271
8272
|
paymentAccountId: string;
|
|
8272
8273
|
approvedById: string | null;
|
|
@@ -8275,7 +8276,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8275
8276
|
vendorBankCode: string;
|
|
8276
8277
|
vendorAccountNumber: string;
|
|
8277
8278
|
vendorAccountName: string;
|
|
8278
|
-
supplierId: string | null;
|
|
8279
8279
|
narration: string;
|
|
8280
8280
|
providerReference: string | null;
|
|
8281
8281
|
providerTransferId: string | null;
|
|
@@ -8315,6 +8315,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8315
8315
|
amount: number;
|
|
8316
8316
|
completedAt: string | null;
|
|
8317
8317
|
failureReason: string | null;
|
|
8318
|
+
supplierId: string | null;
|
|
8318
8319
|
initiatedById: string;
|
|
8319
8320
|
paymentAccountId: string;
|
|
8320
8321
|
approvedById: string | null;
|
|
@@ -8323,7 +8324,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8323
8324
|
vendorBankCode: string;
|
|
8324
8325
|
vendorAccountNumber: string;
|
|
8325
8326
|
vendorAccountName: string;
|
|
8326
|
-
supplierId: string | null;
|
|
8327
8327
|
narration: string;
|
|
8328
8328
|
providerReference: string | null;
|
|
8329
8329
|
providerTransferId: string | null;
|
|
@@ -8699,6 +8699,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8699
8699
|
amount: number;
|
|
8700
8700
|
completedAt: string | null;
|
|
8701
8701
|
failureReason: string | null;
|
|
8702
|
+
supplierId: string | null;
|
|
8702
8703
|
initiatedById: string;
|
|
8703
8704
|
paymentAccountId: string;
|
|
8704
8705
|
approvedById: string | null;
|
|
@@ -8707,7 +8708,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8707
8708
|
vendorBankCode: string;
|
|
8708
8709
|
vendorAccountNumber: string;
|
|
8709
8710
|
vendorAccountName: string;
|
|
8710
|
-
supplierId: string | null;
|
|
8711
8711
|
narration: string;
|
|
8712
8712
|
providerReference: string | null;
|
|
8713
8713
|
providerTransferId: string | null;
|
|
@@ -8728,6 +8728,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8728
8728
|
amount: number;
|
|
8729
8729
|
completedAt: string | null;
|
|
8730
8730
|
failureReason: string | null;
|
|
8731
|
+
supplierId: string | null;
|
|
8731
8732
|
initiatedById: string;
|
|
8732
8733
|
paymentAccountId: string;
|
|
8733
8734
|
approvedById: string | null;
|
|
@@ -8736,7 +8737,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8736
8737
|
vendorBankCode: string;
|
|
8737
8738
|
vendorAccountNumber: string;
|
|
8738
8739
|
vendorAccountName: string;
|
|
8739
|
-
supplierId: string | null;
|
|
8740
8740
|
narration: string;
|
|
8741
8741
|
providerReference: string | null;
|
|
8742
8742
|
providerTransferId: string | null;
|
|
@@ -8764,6 +8764,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8764
8764
|
amount: number;
|
|
8765
8765
|
completedAt: string | null;
|
|
8766
8766
|
failureReason: string | null;
|
|
8767
|
+
supplierId: string | null;
|
|
8767
8768
|
initiatedById: string;
|
|
8768
8769
|
paymentAccountId: string;
|
|
8769
8770
|
approvedById: string | null;
|
|
@@ -8772,7 +8773,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8772
8773
|
vendorBankCode: string;
|
|
8773
8774
|
vendorAccountNumber: string;
|
|
8774
8775
|
vendorAccountName: string;
|
|
8775
|
-
supplierId: string | null;
|
|
8776
8776
|
narration: string;
|
|
8777
8777
|
providerReference: string | null;
|
|
8778
8778
|
providerTransferId: string | null;
|
|
@@ -8800,6 +8800,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8800
8800
|
amount: number;
|
|
8801
8801
|
completedAt: string | null;
|
|
8802
8802
|
failureReason: string | null;
|
|
8803
|
+
supplierId: string | null;
|
|
8803
8804
|
initiatedById: string;
|
|
8804
8805
|
paymentAccountId: string;
|
|
8805
8806
|
approvedById: string | null;
|
|
@@ -8808,7 +8809,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8808
8809
|
vendorBankCode: string;
|
|
8809
8810
|
vendorAccountNumber: string;
|
|
8810
8811
|
vendorAccountName: string;
|
|
8811
|
-
supplierId: string | null;
|
|
8812
8812
|
narration: string;
|
|
8813
8813
|
providerReference: string | null;
|
|
8814
8814
|
providerTransferId: string | null;
|
|
@@ -8862,6 +8862,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8862
8862
|
amount: number;
|
|
8863
8863
|
completedAt: string | null;
|
|
8864
8864
|
failureReason: string | null;
|
|
8865
|
+
supplierId: string | null;
|
|
8865
8866
|
initiatedById: string;
|
|
8866
8867
|
paymentAccountId: string;
|
|
8867
8868
|
approvedById: string | null;
|
|
@@ -8870,7 +8871,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8870
8871
|
vendorBankCode: string;
|
|
8871
8872
|
vendorAccountNumber: string;
|
|
8872
8873
|
vendorAccountName: string;
|
|
8873
|
-
supplierId: string | null;
|
|
8874
8874
|
narration: string;
|
|
8875
8875
|
providerReference: string | null;
|
|
8876
8876
|
providerTransferId: string | null;
|
|
@@ -8910,6 +8910,7 @@ export declare const teamPaymentsRouter: {
|
|
|
8910
8910
|
amount: number;
|
|
8911
8911
|
completedAt: string | null;
|
|
8912
8912
|
failureReason: string | null;
|
|
8913
|
+
supplierId: string | null;
|
|
8913
8914
|
initiatedById: string;
|
|
8914
8915
|
paymentAccountId: string;
|
|
8915
8916
|
approvedById: string | null;
|
|
@@ -8918,7 +8919,6 @@ export declare const teamPaymentsRouter: {
|
|
|
8918
8919
|
vendorBankCode: string;
|
|
8919
8920
|
vendorAccountNumber: string;
|
|
8920
8921
|
vendorAccountName: string;
|
|
8921
|
-
supplierId: string | null;
|
|
8922
8922
|
narration: string;
|
|
8923
8923
|
providerReference: string | null;
|
|
8924
8924
|
providerTransferId: string | null;
|
|
@@ -9473,6 +9473,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9473
9473
|
amount: number;
|
|
9474
9474
|
completedAt: string | null;
|
|
9475
9475
|
failureReason: string | null;
|
|
9476
|
+
supplierId: string | null;
|
|
9476
9477
|
initiatedById: string;
|
|
9477
9478
|
paymentAccountId: string;
|
|
9478
9479
|
approvedById: string | null;
|
|
@@ -9481,7 +9482,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9481
9482
|
vendorBankCode: string;
|
|
9482
9483
|
vendorAccountNumber: string;
|
|
9483
9484
|
vendorAccountName: string;
|
|
9484
|
-
supplierId: string | null;
|
|
9485
9485
|
narration: string;
|
|
9486
9486
|
providerReference: string | null;
|
|
9487
9487
|
providerTransferId: string | null;
|
|
@@ -9502,6 +9502,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9502
9502
|
amount: number;
|
|
9503
9503
|
completedAt: string | null;
|
|
9504
9504
|
failureReason: string | null;
|
|
9505
|
+
supplierId: string | null;
|
|
9505
9506
|
initiatedById: string;
|
|
9506
9507
|
paymentAccountId: string;
|
|
9507
9508
|
approvedById: string | null;
|
|
@@ -9510,7 +9511,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9510
9511
|
vendorBankCode: string;
|
|
9511
9512
|
vendorAccountNumber: string;
|
|
9512
9513
|
vendorAccountName: string;
|
|
9513
|
-
supplierId: string | null;
|
|
9514
9514
|
narration: string;
|
|
9515
9515
|
providerReference: string | null;
|
|
9516
9516
|
providerTransferId: string | null;
|
|
@@ -9538,6 +9538,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9538
9538
|
amount: number;
|
|
9539
9539
|
completedAt: string | null;
|
|
9540
9540
|
failureReason: string | null;
|
|
9541
|
+
supplierId: string | null;
|
|
9541
9542
|
initiatedById: string;
|
|
9542
9543
|
paymentAccountId: string;
|
|
9543
9544
|
approvedById: string | null;
|
|
@@ -9546,7 +9547,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9546
9547
|
vendorBankCode: string;
|
|
9547
9548
|
vendorAccountNumber: string;
|
|
9548
9549
|
vendorAccountName: string;
|
|
9549
|
-
supplierId: string | null;
|
|
9550
9550
|
narration: string;
|
|
9551
9551
|
providerReference: string | null;
|
|
9552
9552
|
providerTransferId: string | null;
|
|
@@ -9574,6 +9574,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9574
9574
|
amount: number;
|
|
9575
9575
|
completedAt: string | null;
|
|
9576
9576
|
failureReason: string | null;
|
|
9577
|
+
supplierId: string | null;
|
|
9577
9578
|
initiatedById: string;
|
|
9578
9579
|
paymentAccountId: string;
|
|
9579
9580
|
approvedById: string | null;
|
|
@@ -9582,7 +9583,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9582
9583
|
vendorBankCode: string;
|
|
9583
9584
|
vendorAccountNumber: string;
|
|
9584
9585
|
vendorAccountName: string;
|
|
9585
|
-
supplierId: string | null;
|
|
9586
9586
|
narration: string;
|
|
9587
9587
|
providerReference: string | null;
|
|
9588
9588
|
providerTransferId: string | null;
|
|
@@ -9636,6 +9636,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9636
9636
|
amount: number;
|
|
9637
9637
|
completedAt: string | null;
|
|
9638
9638
|
failureReason: string | null;
|
|
9639
|
+
supplierId: string | null;
|
|
9639
9640
|
initiatedById: string;
|
|
9640
9641
|
paymentAccountId: string;
|
|
9641
9642
|
approvedById: string | null;
|
|
@@ -9644,7 +9645,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9644
9645
|
vendorBankCode: string;
|
|
9645
9646
|
vendorAccountNumber: string;
|
|
9646
9647
|
vendorAccountName: string;
|
|
9647
|
-
supplierId: string | null;
|
|
9648
9648
|
narration: string;
|
|
9649
9649
|
providerReference: string | null;
|
|
9650
9650
|
providerTransferId: string | null;
|
|
@@ -9684,6 +9684,7 @@ export declare const teamPaymentsRouter: {
|
|
|
9684
9684
|
amount: number;
|
|
9685
9685
|
completedAt: string | null;
|
|
9686
9686
|
failureReason: string | null;
|
|
9687
|
+
supplierId: string | null;
|
|
9687
9688
|
initiatedById: string;
|
|
9688
9689
|
paymentAccountId: string;
|
|
9689
9690
|
approvedById: string | null;
|
|
@@ -9692,7 +9693,6 @@ export declare const teamPaymentsRouter: {
|
|
|
9692
9693
|
vendorBankCode: string;
|
|
9693
9694
|
vendorAccountNumber: string;
|
|
9694
9695
|
vendorAccountName: string;
|
|
9695
|
-
supplierId: string | null;
|
|
9696
9696
|
narration: string;
|
|
9697
9697
|
providerReference: string | null;
|
|
9698
9698
|
providerTransferId: string | null;
|