@deepintel-ltd/farmpro-contracts 1.14.0 → 1.15.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/capital.routes.d.ts +70 -0
- package/dist/routes/capital.routes.d.ts.map +1 -1
- package/dist/routes/field-activities.routes.d.ts +24 -24
- package/dist/routes/finance.routes.d.ts +112 -0
- package/dist/routes/finance.routes.d.ts.map +1 -1
- package/dist/routes/team-payments.routes.d.ts +196 -0
- package/dist/routes/team-payments.routes.d.ts.map +1 -1
- package/dist/schemas/capital.schemas.d.ts +68 -0
- package/dist/schemas/capital.schemas.d.ts.map +1 -1
- package/dist/schemas/capital.schemas.js +2 -0
- package/dist/schemas/field-activities.schemas.d.ts +18 -18
- package/dist/schemas/finance.schemas.d.ts +136 -0
- package/dist/schemas/finance.schemas.d.ts.map +1 -1
- package/dist/schemas/finance.schemas.js +4 -0
- package/dist/schemas/team-payments.schemas.d.ts +164 -0
- package/dist/schemas/team-payments.schemas.d.ts.map +1 -1
- package/dist/schemas/team-payments.schemas.js +10 -0
- package/package.json +1 -1
|
@@ -43,6 +43,7 @@ export declare const teamPaymentsRouter: {
|
|
|
43
43
|
isActive: z.ZodBoolean;
|
|
44
44
|
dailyLimit: z.ZodNullable<z.ZodNumber>;
|
|
45
45
|
monthlyLimit: z.ZodNullable<z.ZodNumber>;
|
|
46
|
+
credentialsConfigured: z.ZodBoolean;
|
|
46
47
|
monoLinkedAt: z.ZodNullable<z.ZodString>;
|
|
47
48
|
monoConsentExpiry: z.ZodNullable<z.ZodString>;
|
|
48
49
|
} & {
|
|
@@ -62,6 +63,7 @@ export declare const teamPaymentsRouter: {
|
|
|
62
63
|
providerAccountId: string | null;
|
|
63
64
|
dailyLimit: number | null;
|
|
64
65
|
monthlyLimit: number | null;
|
|
66
|
+
credentialsConfigured: boolean;
|
|
65
67
|
monoLinkedAt: string | null;
|
|
66
68
|
monoConsentExpiry: string | null;
|
|
67
69
|
}, {
|
|
@@ -78,6 +80,7 @@ export declare const teamPaymentsRouter: {
|
|
|
78
80
|
providerAccountId: string | null;
|
|
79
81
|
dailyLimit: number | null;
|
|
80
82
|
monthlyLimit: number | null;
|
|
83
|
+
credentialsConfigured: boolean;
|
|
81
84
|
monoLinkedAt: string | null;
|
|
82
85
|
monoConsentExpiry: string | null;
|
|
83
86
|
}>;
|
|
@@ -101,6 +104,7 @@ export declare const teamPaymentsRouter: {
|
|
|
101
104
|
providerAccountId: string | null;
|
|
102
105
|
dailyLimit: number | null;
|
|
103
106
|
monthlyLimit: number | null;
|
|
107
|
+
credentialsConfigured: boolean;
|
|
104
108
|
monoLinkedAt: string | null;
|
|
105
109
|
monoConsentExpiry: string | null;
|
|
106
110
|
};
|
|
@@ -124,6 +128,7 @@ export declare const teamPaymentsRouter: {
|
|
|
124
128
|
providerAccountId: string | null;
|
|
125
129
|
dailyLimit: number | null;
|
|
126
130
|
monthlyLimit: number | null;
|
|
131
|
+
credentialsConfigured: boolean;
|
|
127
132
|
monoLinkedAt: string | null;
|
|
128
133
|
monoConsentExpiry: string | null;
|
|
129
134
|
};
|
|
@@ -173,6 +178,7 @@ export declare const teamPaymentsRouter: {
|
|
|
173
178
|
providerAccountId: string | null;
|
|
174
179
|
dailyLimit: number | null;
|
|
175
180
|
monthlyLimit: number | null;
|
|
181
|
+
credentialsConfigured: boolean;
|
|
176
182
|
monoLinkedAt: string | null;
|
|
177
183
|
monoConsentExpiry: string | null;
|
|
178
184
|
};
|
|
@@ -208,6 +214,7 @@ export declare const teamPaymentsRouter: {
|
|
|
208
214
|
providerAccountId: string | null;
|
|
209
215
|
dailyLimit: number | null;
|
|
210
216
|
monthlyLimit: number | null;
|
|
217
|
+
credentialsConfigured: boolean;
|
|
211
218
|
monoLinkedAt: string | null;
|
|
212
219
|
monoConsentExpiry: string | null;
|
|
213
220
|
};
|
|
@@ -633,6 +640,7 @@ export declare const teamPaymentsRouter: {
|
|
|
633
640
|
isActive: z.ZodBoolean;
|
|
634
641
|
dailyLimit: z.ZodNullable<z.ZodNumber>;
|
|
635
642
|
monthlyLimit: z.ZodNullable<z.ZodNumber>;
|
|
643
|
+
credentialsConfigured: z.ZodBoolean;
|
|
636
644
|
monoLinkedAt: z.ZodNullable<z.ZodString>;
|
|
637
645
|
monoConsentExpiry: z.ZodNullable<z.ZodString>;
|
|
638
646
|
} & {
|
|
@@ -652,6 +660,7 @@ export declare const teamPaymentsRouter: {
|
|
|
652
660
|
providerAccountId: string | null;
|
|
653
661
|
dailyLimit: number | null;
|
|
654
662
|
monthlyLimit: number | null;
|
|
663
|
+
credentialsConfigured: boolean;
|
|
655
664
|
monoLinkedAt: string | null;
|
|
656
665
|
monoConsentExpiry: string | null;
|
|
657
666
|
}, {
|
|
@@ -668,6 +677,7 @@ export declare const teamPaymentsRouter: {
|
|
|
668
677
|
providerAccountId: string | null;
|
|
669
678
|
dailyLimit: number | null;
|
|
670
679
|
monthlyLimit: number | null;
|
|
680
|
+
credentialsConfigured: boolean;
|
|
671
681
|
monoLinkedAt: string | null;
|
|
672
682
|
monoConsentExpiry: string | null;
|
|
673
683
|
}>;
|
|
@@ -691,6 +701,7 @@ export declare const teamPaymentsRouter: {
|
|
|
691
701
|
providerAccountId: string | null;
|
|
692
702
|
dailyLimit: number | null;
|
|
693
703
|
monthlyLimit: number | null;
|
|
704
|
+
credentialsConfigured: boolean;
|
|
694
705
|
monoLinkedAt: string | null;
|
|
695
706
|
monoConsentExpiry: string | null;
|
|
696
707
|
};
|
|
@@ -714,6 +725,7 @@ export declare const teamPaymentsRouter: {
|
|
|
714
725
|
providerAccountId: string | null;
|
|
715
726
|
dailyLimit: number | null;
|
|
716
727
|
monthlyLimit: number | null;
|
|
728
|
+
credentialsConfigured: boolean;
|
|
717
729
|
monoLinkedAt: string | null;
|
|
718
730
|
monoConsentExpiry: string | null;
|
|
719
731
|
};
|
|
@@ -763,6 +775,7 @@ export declare const teamPaymentsRouter: {
|
|
|
763
775
|
providerAccountId: string | null;
|
|
764
776
|
dailyLimit: number | null;
|
|
765
777
|
monthlyLimit: number | null;
|
|
778
|
+
credentialsConfigured: boolean;
|
|
766
779
|
monoLinkedAt: string | null;
|
|
767
780
|
monoConsentExpiry: string | null;
|
|
768
781
|
};
|
|
@@ -798,6 +811,7 @@ export declare const teamPaymentsRouter: {
|
|
|
798
811
|
providerAccountId: string | null;
|
|
799
812
|
dailyLimit: number | null;
|
|
800
813
|
monthlyLimit: number | null;
|
|
814
|
+
credentialsConfigured: boolean;
|
|
801
815
|
monoLinkedAt: string | null;
|
|
802
816
|
monoConsentExpiry: string | null;
|
|
803
817
|
};
|
|
@@ -1299,6 +1313,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1299
1313
|
isActive: z.ZodBoolean;
|
|
1300
1314
|
dailyLimit: z.ZodNullable<z.ZodNumber>;
|
|
1301
1315
|
monthlyLimit: z.ZodNullable<z.ZodNumber>;
|
|
1316
|
+
credentialsConfigured: z.ZodBoolean;
|
|
1302
1317
|
monoLinkedAt: z.ZodNullable<z.ZodString>;
|
|
1303
1318
|
monoConsentExpiry: z.ZodNullable<z.ZodString>;
|
|
1304
1319
|
} & {
|
|
@@ -1318,6 +1333,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1318
1333
|
providerAccountId: string | null;
|
|
1319
1334
|
dailyLimit: number | null;
|
|
1320
1335
|
monthlyLimit: number | null;
|
|
1336
|
+
credentialsConfigured: boolean;
|
|
1321
1337
|
monoLinkedAt: string | null;
|
|
1322
1338
|
monoConsentExpiry: string | null;
|
|
1323
1339
|
}, {
|
|
@@ -1334,6 +1350,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1334
1350
|
providerAccountId: string | null;
|
|
1335
1351
|
dailyLimit: number | null;
|
|
1336
1352
|
monthlyLimit: number | null;
|
|
1353
|
+
credentialsConfigured: boolean;
|
|
1337
1354
|
monoLinkedAt: string | null;
|
|
1338
1355
|
monoConsentExpiry: string | null;
|
|
1339
1356
|
}>;
|
|
@@ -1357,6 +1374,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1357
1374
|
providerAccountId: string | null;
|
|
1358
1375
|
dailyLimit: number | null;
|
|
1359
1376
|
monthlyLimit: number | null;
|
|
1377
|
+
credentialsConfigured: boolean;
|
|
1360
1378
|
monoLinkedAt: string | null;
|
|
1361
1379
|
monoConsentExpiry: string | null;
|
|
1362
1380
|
};
|
|
@@ -1380,6 +1398,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1380
1398
|
providerAccountId: string | null;
|
|
1381
1399
|
dailyLimit: number | null;
|
|
1382
1400
|
monthlyLimit: number | null;
|
|
1401
|
+
credentialsConfigured: boolean;
|
|
1383
1402
|
monoLinkedAt: string | null;
|
|
1384
1403
|
monoConsentExpiry: string | null;
|
|
1385
1404
|
};
|
|
@@ -1429,6 +1448,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1429
1448
|
providerAccountId: string | null;
|
|
1430
1449
|
dailyLimit: number | null;
|
|
1431
1450
|
monthlyLimit: number | null;
|
|
1451
|
+
credentialsConfigured: boolean;
|
|
1432
1452
|
monoLinkedAt: string | null;
|
|
1433
1453
|
monoConsentExpiry: string | null;
|
|
1434
1454
|
};
|
|
@@ -1464,6 +1484,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1464
1484
|
providerAccountId: string | null;
|
|
1465
1485
|
dailyLimit: number | null;
|
|
1466
1486
|
monthlyLimit: number | null;
|
|
1487
|
+
credentialsConfigured: boolean;
|
|
1467
1488
|
monoLinkedAt: string | null;
|
|
1468
1489
|
monoConsentExpiry: string | null;
|
|
1469
1490
|
};
|
|
@@ -1896,6 +1917,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1896
1917
|
isActive: z.ZodBoolean;
|
|
1897
1918
|
dailyLimit: z.ZodNullable<z.ZodNumber>;
|
|
1898
1919
|
monthlyLimit: z.ZodNullable<z.ZodNumber>;
|
|
1920
|
+
credentialsConfigured: z.ZodBoolean;
|
|
1899
1921
|
monoLinkedAt: z.ZodNullable<z.ZodString>;
|
|
1900
1922
|
monoConsentExpiry: z.ZodNullable<z.ZodString>;
|
|
1901
1923
|
} & {
|
|
@@ -1915,6 +1937,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1915
1937
|
providerAccountId: string | null;
|
|
1916
1938
|
dailyLimit: number | null;
|
|
1917
1939
|
monthlyLimit: number | null;
|
|
1940
|
+
credentialsConfigured: boolean;
|
|
1918
1941
|
monoLinkedAt: string | null;
|
|
1919
1942
|
monoConsentExpiry: string | null;
|
|
1920
1943
|
}, {
|
|
@@ -1931,6 +1954,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1931
1954
|
providerAccountId: string | null;
|
|
1932
1955
|
dailyLimit: number | null;
|
|
1933
1956
|
monthlyLimit: number | null;
|
|
1957
|
+
credentialsConfigured: boolean;
|
|
1934
1958
|
monoLinkedAt: string | null;
|
|
1935
1959
|
monoConsentExpiry: string | null;
|
|
1936
1960
|
}>;
|
|
@@ -1954,6 +1978,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1954
1978
|
providerAccountId: string | null;
|
|
1955
1979
|
dailyLimit: number | null;
|
|
1956
1980
|
monthlyLimit: number | null;
|
|
1981
|
+
credentialsConfigured: boolean;
|
|
1957
1982
|
monoLinkedAt: string | null;
|
|
1958
1983
|
monoConsentExpiry: string | null;
|
|
1959
1984
|
};
|
|
@@ -1977,6 +2002,7 @@ export declare const teamPaymentsRouter: {
|
|
|
1977
2002
|
providerAccountId: string | null;
|
|
1978
2003
|
dailyLimit: number | null;
|
|
1979
2004
|
monthlyLimit: number | null;
|
|
2005
|
+
credentialsConfigured: boolean;
|
|
1980
2006
|
monoLinkedAt: string | null;
|
|
1981
2007
|
monoConsentExpiry: string | null;
|
|
1982
2008
|
};
|
|
@@ -2026,6 +2052,7 @@ export declare const teamPaymentsRouter: {
|
|
|
2026
2052
|
providerAccountId: string | null;
|
|
2027
2053
|
dailyLimit: number | null;
|
|
2028
2054
|
monthlyLimit: number | null;
|
|
2055
|
+
credentialsConfigured: boolean;
|
|
2029
2056
|
monoLinkedAt: string | null;
|
|
2030
2057
|
monoConsentExpiry: string | null;
|
|
2031
2058
|
};
|
|
@@ -2061,6 +2088,7 @@ export declare const teamPaymentsRouter: {
|
|
|
2061
2088
|
providerAccountId: string | null;
|
|
2062
2089
|
dailyLimit: number | null;
|
|
2063
2090
|
monthlyLimit: number | null;
|
|
2091
|
+
credentialsConfigured: boolean;
|
|
2064
2092
|
monoLinkedAt: string | null;
|
|
2065
2093
|
monoConsentExpiry: string | null;
|
|
2066
2094
|
};
|
|
@@ -2871,8 +2899,13 @@ export declare const teamPaymentsRouter: {
|
|
|
2871
2899
|
monthlyCap: z.ZodNumber;
|
|
2872
2900
|
currentMonthSpent: z.ZodNumber;
|
|
2873
2901
|
resetAt: z.ZodString;
|
|
2902
|
+
dailyCap: z.ZodNullable<z.ZodNumber>;
|
|
2903
|
+
currentDaySpent: z.ZodNumber;
|
|
2904
|
+
dayResetAt: z.ZodNullable<z.ZodString>;
|
|
2905
|
+
maxSingleTransaction: z.ZodNullable<z.ZodNumber>;
|
|
2874
2906
|
isActive: z.ZodBoolean;
|
|
2875
2907
|
remaining: z.ZodOptional<z.ZodNumber>;
|
|
2908
|
+
remainingDaily: z.ZodOptional<z.ZodNumber>;
|
|
2876
2909
|
} & {
|
|
2877
2910
|
createdAt: z.ZodString;
|
|
2878
2911
|
updatedAt: z.ZodString;
|
|
@@ -2885,7 +2918,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2885
2918
|
monthlyCap: number;
|
|
2886
2919
|
currentMonthSpent: number;
|
|
2887
2920
|
resetAt: string;
|
|
2921
|
+
dailyCap: number | null;
|
|
2922
|
+
currentDaySpent: number;
|
|
2923
|
+
dayResetAt: string | null;
|
|
2924
|
+
maxSingleTransaction: number | null;
|
|
2888
2925
|
remaining?: number | undefined;
|
|
2926
|
+
remainingDaily?: number | undefined;
|
|
2889
2927
|
}, {
|
|
2890
2928
|
createdAt: string;
|
|
2891
2929
|
updatedAt: string;
|
|
@@ -2895,7 +2933,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2895
2933
|
monthlyCap: number;
|
|
2896
2934
|
currentMonthSpent: number;
|
|
2897
2935
|
resetAt: string;
|
|
2936
|
+
dailyCap: number | null;
|
|
2937
|
+
currentDaySpent: number;
|
|
2938
|
+
dayResetAt: string | null;
|
|
2939
|
+
maxSingleTransaction: number | null;
|
|
2898
2940
|
remaining?: number | undefined;
|
|
2941
|
+
remainingDaily?: number | undefined;
|
|
2899
2942
|
}>;
|
|
2900
2943
|
relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2901
2944
|
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -2912,7 +2955,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2912
2955
|
monthlyCap: number;
|
|
2913
2956
|
currentMonthSpent: number;
|
|
2914
2957
|
resetAt: string;
|
|
2958
|
+
dailyCap: number | null;
|
|
2959
|
+
currentDaySpent: number;
|
|
2960
|
+
dayResetAt: string | null;
|
|
2961
|
+
maxSingleTransaction: number | null;
|
|
2915
2962
|
remaining?: number | undefined;
|
|
2963
|
+
remainingDaily?: number | undefined;
|
|
2916
2964
|
};
|
|
2917
2965
|
relationships?: Record<string, unknown> | undefined;
|
|
2918
2966
|
links?: Record<string, string> | undefined;
|
|
@@ -2929,7 +2977,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2929
2977
|
monthlyCap: number;
|
|
2930
2978
|
currentMonthSpent: number;
|
|
2931
2979
|
resetAt: string;
|
|
2980
|
+
dailyCap: number | null;
|
|
2981
|
+
currentDaySpent: number;
|
|
2982
|
+
dayResetAt: string | null;
|
|
2983
|
+
maxSingleTransaction: number | null;
|
|
2932
2984
|
remaining?: number | undefined;
|
|
2985
|
+
remainingDaily?: number | undefined;
|
|
2933
2986
|
};
|
|
2934
2987
|
relationships?: Record<string, unknown> | undefined;
|
|
2935
2988
|
links?: Record<string, string> | undefined;
|
|
@@ -2972,7 +3025,12 @@ export declare const teamPaymentsRouter: {
|
|
|
2972
3025
|
monthlyCap: number;
|
|
2973
3026
|
currentMonthSpent: number;
|
|
2974
3027
|
resetAt: string;
|
|
3028
|
+
dailyCap: number | null;
|
|
3029
|
+
currentDaySpent: number;
|
|
3030
|
+
dayResetAt: string | null;
|
|
3031
|
+
maxSingleTransaction: number | null;
|
|
2975
3032
|
remaining?: number | undefined;
|
|
3033
|
+
remainingDaily?: number | undefined;
|
|
2976
3034
|
};
|
|
2977
3035
|
relationships?: Record<string, unknown> | undefined;
|
|
2978
3036
|
links?: Record<string, string> | undefined;
|
|
@@ -3001,7 +3059,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3001
3059
|
monthlyCap: number;
|
|
3002
3060
|
currentMonthSpent: number;
|
|
3003
3061
|
resetAt: string;
|
|
3062
|
+
dailyCap: number | null;
|
|
3063
|
+
currentDaySpent: number;
|
|
3064
|
+
dayResetAt: string | null;
|
|
3065
|
+
maxSingleTransaction: number | null;
|
|
3004
3066
|
remaining?: number | undefined;
|
|
3067
|
+
remainingDaily?: number | undefined;
|
|
3005
3068
|
};
|
|
3006
3069
|
relationships?: Record<string, unknown> | undefined;
|
|
3007
3070
|
links?: Record<string, string> | undefined;
|
|
@@ -3306,15 +3369,21 @@ export declare const teamPaymentsRouter: {
|
|
|
3306
3369
|
attributes: z.ZodObject<{
|
|
3307
3370
|
teamMemberId: z.ZodString;
|
|
3308
3371
|
monthlyCap: z.ZodNumber;
|
|
3372
|
+
dailyCap: z.ZodOptional<z.ZodNumber>;
|
|
3373
|
+
maxSingleTransaction: z.ZodOptional<z.ZodNumber>;
|
|
3309
3374
|
isActive: z.ZodDefault<z.ZodBoolean>;
|
|
3310
3375
|
}, "strip", z.ZodTypeAny, {
|
|
3311
3376
|
isActive: boolean;
|
|
3312
3377
|
teamMemberId: string;
|
|
3313
3378
|
monthlyCap: number;
|
|
3379
|
+
dailyCap?: number | undefined;
|
|
3380
|
+
maxSingleTransaction?: number | undefined;
|
|
3314
3381
|
}, {
|
|
3315
3382
|
teamMemberId: string;
|
|
3316
3383
|
monthlyCap: number;
|
|
3317
3384
|
isActive?: boolean | undefined;
|
|
3385
|
+
dailyCap?: number | undefined;
|
|
3386
|
+
maxSingleTransaction?: number | undefined;
|
|
3318
3387
|
}>;
|
|
3319
3388
|
}, "strip", z.ZodTypeAny, {
|
|
3320
3389
|
type: "team-spend-limits";
|
|
@@ -3322,6 +3391,8 @@ export declare const teamPaymentsRouter: {
|
|
|
3322
3391
|
isActive: boolean;
|
|
3323
3392
|
teamMemberId: string;
|
|
3324
3393
|
monthlyCap: number;
|
|
3394
|
+
dailyCap?: number | undefined;
|
|
3395
|
+
maxSingleTransaction?: number | undefined;
|
|
3325
3396
|
};
|
|
3326
3397
|
}, {
|
|
3327
3398
|
type: "team-spend-limits";
|
|
@@ -3329,6 +3400,8 @@ export declare const teamPaymentsRouter: {
|
|
|
3329
3400
|
teamMemberId: string;
|
|
3330
3401
|
monthlyCap: number;
|
|
3331
3402
|
isActive?: boolean | undefined;
|
|
3403
|
+
dailyCap?: number | undefined;
|
|
3404
|
+
maxSingleTransaction?: number | undefined;
|
|
3332
3405
|
};
|
|
3333
3406
|
}>;
|
|
3334
3407
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3338,6 +3411,8 @@ export declare const teamPaymentsRouter: {
|
|
|
3338
3411
|
isActive: boolean;
|
|
3339
3412
|
teamMemberId: string;
|
|
3340
3413
|
monthlyCap: number;
|
|
3414
|
+
dailyCap?: number | undefined;
|
|
3415
|
+
maxSingleTransaction?: number | undefined;
|
|
3341
3416
|
};
|
|
3342
3417
|
};
|
|
3343
3418
|
}, {
|
|
@@ -3347,6 +3422,8 @@ export declare const teamPaymentsRouter: {
|
|
|
3347
3422
|
teamMemberId: string;
|
|
3348
3423
|
monthlyCap: number;
|
|
3349
3424
|
isActive?: boolean | undefined;
|
|
3425
|
+
dailyCap?: number | undefined;
|
|
3426
|
+
maxSingleTransaction?: number | undefined;
|
|
3350
3427
|
};
|
|
3351
3428
|
};
|
|
3352
3429
|
}>;
|
|
@@ -3362,8 +3439,13 @@ export declare const teamPaymentsRouter: {
|
|
|
3362
3439
|
monthlyCap: z.ZodNumber;
|
|
3363
3440
|
currentMonthSpent: z.ZodNumber;
|
|
3364
3441
|
resetAt: z.ZodString;
|
|
3442
|
+
dailyCap: z.ZodNullable<z.ZodNumber>;
|
|
3443
|
+
currentDaySpent: z.ZodNumber;
|
|
3444
|
+
dayResetAt: z.ZodNullable<z.ZodString>;
|
|
3445
|
+
maxSingleTransaction: z.ZodNullable<z.ZodNumber>;
|
|
3365
3446
|
isActive: z.ZodBoolean;
|
|
3366
3447
|
remaining: z.ZodOptional<z.ZodNumber>;
|
|
3448
|
+
remainingDaily: z.ZodOptional<z.ZodNumber>;
|
|
3367
3449
|
} & {
|
|
3368
3450
|
createdAt: z.ZodString;
|
|
3369
3451
|
updatedAt: z.ZodString;
|
|
@@ -3376,7 +3458,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3376
3458
|
monthlyCap: number;
|
|
3377
3459
|
currentMonthSpent: number;
|
|
3378
3460
|
resetAt: string;
|
|
3461
|
+
dailyCap: number | null;
|
|
3462
|
+
currentDaySpent: number;
|
|
3463
|
+
dayResetAt: string | null;
|
|
3464
|
+
maxSingleTransaction: number | null;
|
|
3379
3465
|
remaining?: number | undefined;
|
|
3466
|
+
remainingDaily?: number | undefined;
|
|
3380
3467
|
}, {
|
|
3381
3468
|
createdAt: string;
|
|
3382
3469
|
updatedAt: string;
|
|
@@ -3386,7 +3473,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3386
3473
|
monthlyCap: number;
|
|
3387
3474
|
currentMonthSpent: number;
|
|
3388
3475
|
resetAt: string;
|
|
3476
|
+
dailyCap: number | null;
|
|
3477
|
+
currentDaySpent: number;
|
|
3478
|
+
dayResetAt: string | null;
|
|
3479
|
+
maxSingleTransaction: number | null;
|
|
3389
3480
|
remaining?: number | undefined;
|
|
3481
|
+
remainingDaily?: number | undefined;
|
|
3390
3482
|
}>;
|
|
3391
3483
|
relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3392
3484
|
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -3403,7 +3495,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3403
3495
|
monthlyCap: number;
|
|
3404
3496
|
currentMonthSpent: number;
|
|
3405
3497
|
resetAt: string;
|
|
3498
|
+
dailyCap: number | null;
|
|
3499
|
+
currentDaySpent: number;
|
|
3500
|
+
dayResetAt: string | null;
|
|
3501
|
+
maxSingleTransaction: number | null;
|
|
3406
3502
|
remaining?: number | undefined;
|
|
3503
|
+
remainingDaily?: number | undefined;
|
|
3407
3504
|
};
|
|
3408
3505
|
relationships?: Record<string, unknown> | undefined;
|
|
3409
3506
|
links?: Record<string, string> | undefined;
|
|
@@ -3420,7 +3517,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3420
3517
|
monthlyCap: number;
|
|
3421
3518
|
currentMonthSpent: number;
|
|
3422
3519
|
resetAt: string;
|
|
3520
|
+
dailyCap: number | null;
|
|
3521
|
+
currentDaySpent: number;
|
|
3522
|
+
dayResetAt: string | null;
|
|
3523
|
+
maxSingleTransaction: number | null;
|
|
3423
3524
|
remaining?: number | undefined;
|
|
3525
|
+
remainingDaily?: number | undefined;
|
|
3424
3526
|
};
|
|
3425
3527
|
relationships?: Record<string, unknown> | undefined;
|
|
3426
3528
|
links?: Record<string, string> | undefined;
|
|
@@ -3463,7 +3565,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3463
3565
|
monthlyCap: number;
|
|
3464
3566
|
currentMonthSpent: number;
|
|
3465
3567
|
resetAt: string;
|
|
3568
|
+
dailyCap: number | null;
|
|
3569
|
+
currentDaySpent: number;
|
|
3570
|
+
dayResetAt: string | null;
|
|
3571
|
+
maxSingleTransaction: number | null;
|
|
3466
3572
|
remaining?: number | undefined;
|
|
3573
|
+
remainingDaily?: number | undefined;
|
|
3467
3574
|
};
|
|
3468
3575
|
relationships?: Record<string, unknown> | undefined;
|
|
3469
3576
|
links?: Record<string, string> | undefined;
|
|
@@ -3492,7 +3599,12 @@ export declare const teamPaymentsRouter: {
|
|
|
3492
3599
|
monthlyCap: number;
|
|
3493
3600
|
currentMonthSpent: number;
|
|
3494
3601
|
resetAt: string;
|
|
3602
|
+
dailyCap: number | null;
|
|
3603
|
+
currentDaySpent: number;
|
|
3604
|
+
dayResetAt: string | null;
|
|
3605
|
+
maxSingleTransaction: number | null;
|
|
3495
3606
|
remaining?: number | undefined;
|
|
3607
|
+
remainingDaily?: number | undefined;
|
|
3496
3608
|
};
|
|
3497
3609
|
relationships?: Record<string, unknown> | undefined;
|
|
3498
3610
|
links?: Record<string, string> | undefined;
|
|
@@ -3986,8 +4098,13 @@ export declare const teamPaymentsRouter: {
|
|
|
3986
4098
|
monthlyCap: z.ZodNumber;
|
|
3987
4099
|
currentMonthSpent: z.ZodNumber;
|
|
3988
4100
|
resetAt: z.ZodString;
|
|
4101
|
+
dailyCap: z.ZodNullable<z.ZodNumber>;
|
|
4102
|
+
currentDaySpent: z.ZodNumber;
|
|
4103
|
+
dayResetAt: z.ZodNullable<z.ZodString>;
|
|
4104
|
+
maxSingleTransaction: z.ZodNullable<z.ZodNumber>;
|
|
3989
4105
|
isActive: z.ZodBoolean;
|
|
3990
4106
|
remaining: z.ZodOptional<z.ZodNumber>;
|
|
4107
|
+
remainingDaily: z.ZodOptional<z.ZodNumber>;
|
|
3991
4108
|
} & {
|
|
3992
4109
|
createdAt: z.ZodString;
|
|
3993
4110
|
updatedAt: z.ZodString;
|
|
@@ -4000,7 +4117,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4000
4117
|
monthlyCap: number;
|
|
4001
4118
|
currentMonthSpent: number;
|
|
4002
4119
|
resetAt: string;
|
|
4120
|
+
dailyCap: number | null;
|
|
4121
|
+
currentDaySpent: number;
|
|
4122
|
+
dayResetAt: string | null;
|
|
4123
|
+
maxSingleTransaction: number | null;
|
|
4003
4124
|
remaining?: number | undefined;
|
|
4125
|
+
remainingDaily?: number | undefined;
|
|
4004
4126
|
}, {
|
|
4005
4127
|
createdAt: string;
|
|
4006
4128
|
updatedAt: string;
|
|
@@ -4010,7 +4132,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4010
4132
|
monthlyCap: number;
|
|
4011
4133
|
currentMonthSpent: number;
|
|
4012
4134
|
resetAt: string;
|
|
4135
|
+
dailyCap: number | null;
|
|
4136
|
+
currentDaySpent: number;
|
|
4137
|
+
dayResetAt: string | null;
|
|
4138
|
+
maxSingleTransaction: number | null;
|
|
4013
4139
|
remaining?: number | undefined;
|
|
4140
|
+
remainingDaily?: number | undefined;
|
|
4014
4141
|
}>;
|
|
4015
4142
|
relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4016
4143
|
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -4027,7 +4154,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4027
4154
|
monthlyCap: number;
|
|
4028
4155
|
currentMonthSpent: number;
|
|
4029
4156
|
resetAt: string;
|
|
4157
|
+
dailyCap: number | null;
|
|
4158
|
+
currentDaySpent: number;
|
|
4159
|
+
dayResetAt: string | null;
|
|
4160
|
+
maxSingleTransaction: number | null;
|
|
4030
4161
|
remaining?: number | undefined;
|
|
4162
|
+
remainingDaily?: number | undefined;
|
|
4031
4163
|
};
|
|
4032
4164
|
relationships?: Record<string, unknown> | undefined;
|
|
4033
4165
|
links?: Record<string, string> | undefined;
|
|
@@ -4044,7 +4176,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4044
4176
|
monthlyCap: number;
|
|
4045
4177
|
currentMonthSpent: number;
|
|
4046
4178
|
resetAt: string;
|
|
4179
|
+
dailyCap: number | null;
|
|
4180
|
+
currentDaySpent: number;
|
|
4181
|
+
dayResetAt: string | null;
|
|
4182
|
+
maxSingleTransaction: number | null;
|
|
4047
4183
|
remaining?: number | undefined;
|
|
4184
|
+
remainingDaily?: number | undefined;
|
|
4048
4185
|
};
|
|
4049
4186
|
relationships?: Record<string, unknown> | undefined;
|
|
4050
4187
|
links?: Record<string, string> | undefined;
|
|
@@ -4087,7 +4224,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4087
4224
|
monthlyCap: number;
|
|
4088
4225
|
currentMonthSpent: number;
|
|
4089
4226
|
resetAt: string;
|
|
4227
|
+
dailyCap: number | null;
|
|
4228
|
+
currentDaySpent: number;
|
|
4229
|
+
dayResetAt: string | null;
|
|
4230
|
+
maxSingleTransaction: number | null;
|
|
4090
4231
|
remaining?: number | undefined;
|
|
4232
|
+
remainingDaily?: number | undefined;
|
|
4091
4233
|
};
|
|
4092
4234
|
relationships?: Record<string, unknown> | undefined;
|
|
4093
4235
|
links?: Record<string, string> | undefined;
|
|
@@ -4116,7 +4258,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4116
4258
|
monthlyCap: number;
|
|
4117
4259
|
currentMonthSpent: number;
|
|
4118
4260
|
resetAt: string;
|
|
4261
|
+
dailyCap: number | null;
|
|
4262
|
+
currentDaySpent: number;
|
|
4263
|
+
dayResetAt: string | null;
|
|
4264
|
+
maxSingleTransaction: number | null;
|
|
4119
4265
|
remaining?: number | undefined;
|
|
4266
|
+
remainingDaily?: number | undefined;
|
|
4120
4267
|
};
|
|
4121
4268
|
relationships?: Record<string, unknown> | undefined;
|
|
4122
4269
|
links?: Record<string, string> | undefined;
|
|
@@ -4424,13 +4571,19 @@ export declare const teamPaymentsRouter: {
|
|
|
4424
4571
|
id: z.ZodString;
|
|
4425
4572
|
attributes: z.ZodObject<{
|
|
4426
4573
|
monthlyCap: z.ZodOptional<z.ZodNumber>;
|
|
4574
|
+
dailyCap: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4575
|
+
maxSingleTransaction: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4427
4576
|
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
4428
4577
|
}, "strip", z.ZodTypeAny, {
|
|
4429
4578
|
isActive?: boolean | undefined;
|
|
4430
4579
|
monthlyCap?: number | undefined;
|
|
4580
|
+
dailyCap?: number | null | undefined;
|
|
4581
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4431
4582
|
}, {
|
|
4432
4583
|
isActive?: boolean | undefined;
|
|
4433
4584
|
monthlyCap?: number | undefined;
|
|
4585
|
+
dailyCap?: number | null | undefined;
|
|
4586
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4434
4587
|
}>;
|
|
4435
4588
|
}, "strip", z.ZodTypeAny, {
|
|
4436
4589
|
type: "team-spend-limits";
|
|
@@ -4438,6 +4591,8 @@ export declare const teamPaymentsRouter: {
|
|
|
4438
4591
|
attributes: {
|
|
4439
4592
|
isActive?: boolean | undefined;
|
|
4440
4593
|
monthlyCap?: number | undefined;
|
|
4594
|
+
dailyCap?: number | null | undefined;
|
|
4595
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4441
4596
|
};
|
|
4442
4597
|
}, {
|
|
4443
4598
|
type: "team-spend-limits";
|
|
@@ -4445,6 +4600,8 @@ export declare const teamPaymentsRouter: {
|
|
|
4445
4600
|
attributes: {
|
|
4446
4601
|
isActive?: boolean | undefined;
|
|
4447
4602
|
monthlyCap?: number | undefined;
|
|
4603
|
+
dailyCap?: number | null | undefined;
|
|
4604
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4448
4605
|
};
|
|
4449
4606
|
}>;
|
|
4450
4607
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4454,6 +4611,8 @@ export declare const teamPaymentsRouter: {
|
|
|
4454
4611
|
attributes: {
|
|
4455
4612
|
isActive?: boolean | undefined;
|
|
4456
4613
|
monthlyCap?: number | undefined;
|
|
4614
|
+
dailyCap?: number | null | undefined;
|
|
4615
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4457
4616
|
};
|
|
4458
4617
|
};
|
|
4459
4618
|
}, {
|
|
@@ -4463,6 +4622,8 @@ export declare const teamPaymentsRouter: {
|
|
|
4463
4622
|
attributes: {
|
|
4464
4623
|
isActive?: boolean | undefined;
|
|
4465
4624
|
monthlyCap?: number | undefined;
|
|
4625
|
+
dailyCap?: number | null | undefined;
|
|
4626
|
+
maxSingleTransaction?: number | null | undefined;
|
|
4466
4627
|
};
|
|
4467
4628
|
};
|
|
4468
4629
|
}>;
|
|
@@ -4478,8 +4639,13 @@ export declare const teamPaymentsRouter: {
|
|
|
4478
4639
|
monthlyCap: z.ZodNumber;
|
|
4479
4640
|
currentMonthSpent: z.ZodNumber;
|
|
4480
4641
|
resetAt: z.ZodString;
|
|
4642
|
+
dailyCap: z.ZodNullable<z.ZodNumber>;
|
|
4643
|
+
currentDaySpent: z.ZodNumber;
|
|
4644
|
+
dayResetAt: z.ZodNullable<z.ZodString>;
|
|
4645
|
+
maxSingleTransaction: z.ZodNullable<z.ZodNumber>;
|
|
4481
4646
|
isActive: z.ZodBoolean;
|
|
4482
4647
|
remaining: z.ZodOptional<z.ZodNumber>;
|
|
4648
|
+
remainingDaily: z.ZodOptional<z.ZodNumber>;
|
|
4483
4649
|
} & {
|
|
4484
4650
|
createdAt: z.ZodString;
|
|
4485
4651
|
updatedAt: z.ZodString;
|
|
@@ -4492,7 +4658,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4492
4658
|
monthlyCap: number;
|
|
4493
4659
|
currentMonthSpent: number;
|
|
4494
4660
|
resetAt: string;
|
|
4661
|
+
dailyCap: number | null;
|
|
4662
|
+
currentDaySpent: number;
|
|
4663
|
+
dayResetAt: string | null;
|
|
4664
|
+
maxSingleTransaction: number | null;
|
|
4495
4665
|
remaining?: number | undefined;
|
|
4666
|
+
remainingDaily?: number | undefined;
|
|
4496
4667
|
}, {
|
|
4497
4668
|
createdAt: string;
|
|
4498
4669
|
updatedAt: string;
|
|
@@ -4502,7 +4673,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4502
4673
|
monthlyCap: number;
|
|
4503
4674
|
currentMonthSpent: number;
|
|
4504
4675
|
resetAt: string;
|
|
4676
|
+
dailyCap: number | null;
|
|
4677
|
+
currentDaySpent: number;
|
|
4678
|
+
dayResetAt: string | null;
|
|
4679
|
+
maxSingleTransaction: number | null;
|
|
4505
4680
|
remaining?: number | undefined;
|
|
4681
|
+
remainingDaily?: number | undefined;
|
|
4506
4682
|
}>;
|
|
4507
4683
|
relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
4508
4684
|
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -4519,7 +4695,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4519
4695
|
monthlyCap: number;
|
|
4520
4696
|
currentMonthSpent: number;
|
|
4521
4697
|
resetAt: string;
|
|
4698
|
+
dailyCap: number | null;
|
|
4699
|
+
currentDaySpent: number;
|
|
4700
|
+
dayResetAt: string | null;
|
|
4701
|
+
maxSingleTransaction: number | null;
|
|
4522
4702
|
remaining?: number | undefined;
|
|
4703
|
+
remainingDaily?: number | undefined;
|
|
4523
4704
|
};
|
|
4524
4705
|
relationships?: Record<string, unknown> | undefined;
|
|
4525
4706
|
links?: Record<string, string> | undefined;
|
|
@@ -4536,7 +4717,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4536
4717
|
monthlyCap: number;
|
|
4537
4718
|
currentMonthSpent: number;
|
|
4538
4719
|
resetAt: string;
|
|
4720
|
+
dailyCap: number | null;
|
|
4721
|
+
currentDaySpent: number;
|
|
4722
|
+
dayResetAt: string | null;
|
|
4723
|
+
maxSingleTransaction: number | null;
|
|
4539
4724
|
remaining?: number | undefined;
|
|
4725
|
+
remainingDaily?: number | undefined;
|
|
4540
4726
|
};
|
|
4541
4727
|
relationships?: Record<string, unknown> | undefined;
|
|
4542
4728
|
links?: Record<string, string> | undefined;
|
|
@@ -4579,7 +4765,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4579
4765
|
monthlyCap: number;
|
|
4580
4766
|
currentMonthSpent: number;
|
|
4581
4767
|
resetAt: string;
|
|
4768
|
+
dailyCap: number | null;
|
|
4769
|
+
currentDaySpent: number;
|
|
4770
|
+
dayResetAt: string | null;
|
|
4771
|
+
maxSingleTransaction: number | null;
|
|
4582
4772
|
remaining?: number | undefined;
|
|
4773
|
+
remainingDaily?: number | undefined;
|
|
4583
4774
|
};
|
|
4584
4775
|
relationships?: Record<string, unknown> | undefined;
|
|
4585
4776
|
links?: Record<string, string> | undefined;
|
|
@@ -4608,7 +4799,12 @@ export declare const teamPaymentsRouter: {
|
|
|
4608
4799
|
monthlyCap: number;
|
|
4609
4800
|
currentMonthSpent: number;
|
|
4610
4801
|
resetAt: string;
|
|
4802
|
+
dailyCap: number | null;
|
|
4803
|
+
currentDaySpent: number;
|
|
4804
|
+
dayResetAt: string | null;
|
|
4805
|
+
maxSingleTransaction: number | null;
|
|
4611
4806
|
remaining?: number | undefined;
|
|
4807
|
+
remainingDaily?: number | undefined;
|
|
4612
4808
|
};
|
|
4613
4809
|
relationships?: Record<string, unknown> | undefined;
|
|
4614
4810
|
links?: Record<string, string> | undefined;
|