@argent/x-shared 1.70.0 → 1.70.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/src/features/defiDecomposition/schema.cjs +1 -1
- package/dist/src/features/defiDecomposition/schema.d.ts +74 -74
- package/dist/src/features/defiDecomposition/schema.js +1 -1
- package/dist/src/tokens/service/implementation.d.ts +10 -10
- package/dist/src/tokens/service/types/backend.model.cjs +1 -1
- package/dist/src/tokens/service/types/backend.model.d.ts +400 -400
- package/dist/src/tokens/service/types/backend.model.js +2 -2
- package/package.json +1 -1
|
@@ -706,21 +706,21 @@ export declare const apiStakingPositionSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
706
706
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
707
707
|
}, {
|
|
708
708
|
data: z.ZodObject<{
|
|
709
|
-
apy: z.ZodString
|
|
710
|
-
totalApy: z.ZodString
|
|
709
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
710
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
|
-
totalApy
|
|
713
|
-
apy
|
|
712
|
+
totalApy?: string | undefined;
|
|
713
|
+
apy?: string | undefined;
|
|
714
714
|
}, {
|
|
715
|
-
totalApy
|
|
716
|
-
apy
|
|
715
|
+
totalApy?: string | undefined;
|
|
716
|
+
apy?: string | undefined;
|
|
717
717
|
}>;
|
|
718
718
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
719
719
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
720
720
|
}>, "strip", z.ZodTypeAny, {
|
|
721
721
|
data: {
|
|
722
|
-
totalApy
|
|
723
|
-
apy
|
|
722
|
+
totalApy?: string | undefined;
|
|
723
|
+
apy?: string | undefined;
|
|
724
724
|
};
|
|
725
725
|
id: string;
|
|
726
726
|
totalBalances: Record<string, string>;
|
|
@@ -728,8 +728,8 @@ export declare const apiStakingPositionSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
728
728
|
investmentId?: string | undefined;
|
|
729
729
|
}, {
|
|
730
730
|
data: {
|
|
731
|
-
totalApy
|
|
732
|
-
apy
|
|
731
|
+
totalApy?: string | undefined;
|
|
732
|
+
apy?: string | undefined;
|
|
733
733
|
};
|
|
734
734
|
id: string;
|
|
735
735
|
totalBalances: Record<string, string>;
|
|
@@ -743,21 +743,21 @@ export declare const apiStakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectU
|
|
|
743
743
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
744
744
|
}, {
|
|
745
745
|
data: z.ZodObject<{
|
|
746
|
-
apy: z.ZodString
|
|
747
|
-
totalApy: z.ZodString
|
|
746
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
747
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
|
-
totalApy
|
|
750
|
-
apy
|
|
749
|
+
totalApy?: string | undefined;
|
|
750
|
+
apy?: string | undefined;
|
|
751
751
|
}, {
|
|
752
|
-
totalApy
|
|
753
|
-
apy
|
|
752
|
+
totalApy?: string | undefined;
|
|
753
|
+
apy?: string | undefined;
|
|
754
754
|
}>;
|
|
755
755
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
756
756
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
757
757
|
}>, "strip", z.ZodTypeAny, {
|
|
758
758
|
data: {
|
|
759
|
-
totalApy
|
|
760
|
-
apy
|
|
759
|
+
totalApy?: string | undefined;
|
|
760
|
+
apy?: string | undefined;
|
|
761
761
|
};
|
|
762
762
|
id: string;
|
|
763
763
|
totalBalances: Record<string, string>;
|
|
@@ -765,8 +765,8 @@ export declare const apiStakingPositionsSchema: z.ZodArray<z.ZodObject<z.objectU
|
|
|
765
765
|
investmentId?: string | undefined;
|
|
766
766
|
}, {
|
|
767
767
|
data: {
|
|
768
|
-
totalApy
|
|
769
|
-
apy
|
|
768
|
+
totalApy?: string | undefined;
|
|
769
|
+
apy?: string | undefined;
|
|
770
770
|
};
|
|
771
771
|
id: string;
|
|
772
772
|
totalBalances: Record<string, string>;
|
|
@@ -1394,21 +1394,21 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1394
1394
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1395
1395
|
}, {
|
|
1396
1396
|
data: z.ZodObject<{
|
|
1397
|
-
apy: z.ZodString
|
|
1398
|
-
totalApy: z.ZodString
|
|
1397
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
1398
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
1399
1399
|
}, "strip", z.ZodTypeAny, {
|
|
1400
|
-
totalApy
|
|
1401
|
-
apy
|
|
1400
|
+
totalApy?: string | undefined;
|
|
1401
|
+
apy?: string | undefined;
|
|
1402
1402
|
}, {
|
|
1403
|
-
totalApy
|
|
1404
|
-
apy
|
|
1403
|
+
totalApy?: string | undefined;
|
|
1404
|
+
apy?: string | undefined;
|
|
1405
1405
|
}>;
|
|
1406
1406
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
1407
1407
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1408
1408
|
}>, "strip", z.ZodTypeAny, {
|
|
1409
1409
|
data: {
|
|
1410
|
-
totalApy
|
|
1411
|
-
apy
|
|
1410
|
+
totalApy?: string | undefined;
|
|
1411
|
+
apy?: string | undefined;
|
|
1412
1412
|
};
|
|
1413
1413
|
id: string;
|
|
1414
1414
|
totalBalances: Record<string, string>;
|
|
@@ -1416,8 +1416,8 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1416
1416
|
investmentId?: string | undefined;
|
|
1417
1417
|
}, {
|
|
1418
1418
|
data: {
|
|
1419
|
-
totalApy
|
|
1420
|
-
apy
|
|
1419
|
+
totalApy?: string | undefined;
|
|
1420
|
+
apy?: string | undefined;
|
|
1421
1421
|
};
|
|
1422
1422
|
id: string;
|
|
1423
1423
|
totalBalances: Record<string, string>;
|
|
@@ -1766,21 +1766,21 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1766
1766
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1767
1767
|
}, {
|
|
1768
1768
|
data: z.ZodObject<{
|
|
1769
|
-
apy: z.ZodString
|
|
1770
|
-
totalApy: z.ZodString
|
|
1769
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
1770
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
|
-
totalApy
|
|
1773
|
-
apy
|
|
1772
|
+
totalApy?: string | undefined;
|
|
1773
|
+
apy?: string | undefined;
|
|
1774
1774
|
}, {
|
|
1775
|
-
totalApy
|
|
1776
|
-
apy
|
|
1775
|
+
totalApy?: string | undefined;
|
|
1776
|
+
apy?: string | undefined;
|
|
1777
1777
|
}>;
|
|
1778
1778
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
1779
1779
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
1780
1780
|
}>, "strip", z.ZodTypeAny, {
|
|
1781
1781
|
data: {
|
|
1782
|
-
totalApy
|
|
1783
|
-
apy
|
|
1782
|
+
totalApy?: string | undefined;
|
|
1783
|
+
apy?: string | undefined;
|
|
1784
1784
|
};
|
|
1785
1785
|
id: string;
|
|
1786
1786
|
totalBalances: Record<string, string>;
|
|
@@ -1788,8 +1788,8 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1788
1788
|
investmentId?: string | undefined;
|
|
1789
1789
|
}, {
|
|
1790
1790
|
data: {
|
|
1791
|
-
totalApy
|
|
1792
|
-
apy
|
|
1791
|
+
totalApy?: string | undefined;
|
|
1792
|
+
apy?: string | undefined;
|
|
1793
1793
|
};
|
|
1794
1794
|
id: string;
|
|
1795
1795
|
totalBalances: Record<string, string>;
|
|
@@ -2152,21 +2152,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2152
2152
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2153
2153
|
}, {
|
|
2154
2154
|
data: z.ZodObject<{
|
|
2155
|
-
apy: z.ZodString
|
|
2156
|
-
totalApy: z.ZodString
|
|
2155
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
2156
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
2157
2157
|
}, "strip", z.ZodTypeAny, {
|
|
2158
|
-
totalApy
|
|
2159
|
-
apy
|
|
2158
|
+
totalApy?: string | undefined;
|
|
2159
|
+
apy?: string | undefined;
|
|
2160
2160
|
}, {
|
|
2161
|
-
totalApy
|
|
2162
|
-
apy
|
|
2161
|
+
totalApy?: string | undefined;
|
|
2162
|
+
apy?: string | undefined;
|
|
2163
2163
|
}>;
|
|
2164
2164
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
2165
2165
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2166
2166
|
}>, "strip", z.ZodTypeAny, {
|
|
2167
2167
|
data: {
|
|
2168
|
-
totalApy
|
|
2169
|
-
apy
|
|
2168
|
+
totalApy?: string | undefined;
|
|
2169
|
+
apy?: string | undefined;
|
|
2170
2170
|
};
|
|
2171
2171
|
id: string;
|
|
2172
2172
|
totalBalances: Record<string, string>;
|
|
@@ -2174,8 +2174,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2174
2174
|
investmentId?: string | undefined;
|
|
2175
2175
|
}, {
|
|
2176
2176
|
data: {
|
|
2177
|
-
totalApy
|
|
2178
|
-
apy
|
|
2177
|
+
totalApy?: string | undefined;
|
|
2178
|
+
apy?: string | undefined;
|
|
2179
2179
|
};
|
|
2180
2180
|
id: string;
|
|
2181
2181
|
totalBalances: Record<string, string>;
|
|
@@ -2538,21 +2538,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2538
2538
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2539
2539
|
}, {
|
|
2540
2540
|
data: z.ZodObject<{
|
|
2541
|
-
apy: z.ZodString
|
|
2542
|
-
totalApy: z.ZodString
|
|
2541
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
2542
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
2543
2543
|
}, "strip", z.ZodTypeAny, {
|
|
2544
|
-
totalApy
|
|
2545
|
-
apy
|
|
2544
|
+
totalApy?: string | undefined;
|
|
2545
|
+
apy?: string | undefined;
|
|
2546
2546
|
}, {
|
|
2547
|
-
totalApy
|
|
2548
|
-
apy
|
|
2547
|
+
totalApy?: string | undefined;
|
|
2548
|
+
apy?: string | undefined;
|
|
2549
2549
|
}>;
|
|
2550
2550
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
2551
2551
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2552
2552
|
}>, "strip", z.ZodTypeAny, {
|
|
2553
2553
|
data: {
|
|
2554
|
-
totalApy
|
|
2555
|
-
apy
|
|
2554
|
+
totalApy?: string | undefined;
|
|
2555
|
+
apy?: string | undefined;
|
|
2556
2556
|
};
|
|
2557
2557
|
id: string;
|
|
2558
2558
|
totalBalances: Record<string, string>;
|
|
@@ -2560,8 +2560,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2560
2560
|
investmentId?: string | undefined;
|
|
2561
2561
|
}, {
|
|
2562
2562
|
data: {
|
|
2563
|
-
totalApy
|
|
2564
|
-
apy
|
|
2563
|
+
totalApy?: string | undefined;
|
|
2564
|
+
apy?: string | undefined;
|
|
2565
2565
|
};
|
|
2566
2566
|
id: string;
|
|
2567
2567
|
totalBalances: Record<string, string>;
|
|
@@ -2924,21 +2924,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2924
2924
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2925
2925
|
}, {
|
|
2926
2926
|
data: z.ZodObject<{
|
|
2927
|
-
apy: z.ZodString
|
|
2928
|
-
totalApy: z.ZodString
|
|
2927
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
2928
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
2929
2929
|
}, "strip", z.ZodTypeAny, {
|
|
2930
|
-
totalApy
|
|
2931
|
-
apy
|
|
2930
|
+
totalApy?: string | undefined;
|
|
2931
|
+
apy?: string | undefined;
|
|
2932
2932
|
}, {
|
|
2933
|
-
totalApy
|
|
2934
|
-
apy
|
|
2933
|
+
totalApy?: string | undefined;
|
|
2934
|
+
apy?: string | undefined;
|
|
2935
2935
|
}>;
|
|
2936
2936
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
2937
2937
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
2938
2938
|
}>, "strip", z.ZodTypeAny, {
|
|
2939
2939
|
data: {
|
|
2940
|
-
totalApy
|
|
2941
|
-
apy
|
|
2940
|
+
totalApy?: string | undefined;
|
|
2941
|
+
apy?: string | undefined;
|
|
2942
2942
|
};
|
|
2943
2943
|
id: string;
|
|
2944
2944
|
totalBalances: Record<string, string>;
|
|
@@ -2946,8 +2946,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2946
2946
|
investmentId?: string | undefined;
|
|
2947
2947
|
}, {
|
|
2948
2948
|
data: {
|
|
2949
|
-
totalApy
|
|
2950
|
-
apy
|
|
2949
|
+
totalApy?: string | undefined;
|
|
2950
|
+
apy?: string | undefined;
|
|
2951
2951
|
};
|
|
2952
2952
|
id: string;
|
|
2953
2953
|
totalBalances: Record<string, string>;
|
|
@@ -3310,21 +3310,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3310
3310
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3311
3311
|
}, {
|
|
3312
3312
|
data: z.ZodObject<{
|
|
3313
|
-
apy: z.ZodString
|
|
3314
|
-
totalApy: z.ZodString
|
|
3313
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
3314
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
3315
3315
|
}, "strip", z.ZodTypeAny, {
|
|
3316
|
-
totalApy
|
|
3317
|
-
apy
|
|
3316
|
+
totalApy?: string | undefined;
|
|
3317
|
+
apy?: string | undefined;
|
|
3318
3318
|
}, {
|
|
3319
|
-
totalApy
|
|
3320
|
-
apy
|
|
3319
|
+
totalApy?: string | undefined;
|
|
3320
|
+
apy?: string | undefined;
|
|
3321
3321
|
}>;
|
|
3322
3322
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
3323
3323
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3324
3324
|
}>, "strip", z.ZodTypeAny, {
|
|
3325
3325
|
data: {
|
|
3326
|
-
totalApy
|
|
3327
|
-
apy
|
|
3326
|
+
totalApy?: string | undefined;
|
|
3327
|
+
apy?: string | undefined;
|
|
3328
3328
|
};
|
|
3329
3329
|
id: string;
|
|
3330
3330
|
totalBalances: Record<string, string>;
|
|
@@ -3332,8 +3332,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3332
3332
|
investmentId?: string | undefined;
|
|
3333
3333
|
}, {
|
|
3334
3334
|
data: {
|
|
3335
|
-
totalApy
|
|
3336
|
-
apy
|
|
3335
|
+
totalApy?: string | undefined;
|
|
3336
|
+
apy?: string | undefined;
|
|
3337
3337
|
};
|
|
3338
3338
|
id: string;
|
|
3339
3339
|
totalBalances: Record<string, string>;
|
|
@@ -3696,21 +3696,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3696
3696
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3697
3697
|
}, {
|
|
3698
3698
|
data: z.ZodObject<{
|
|
3699
|
-
apy: z.ZodString
|
|
3700
|
-
totalApy: z.ZodString
|
|
3699
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
3700
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
3701
3701
|
}, "strip", z.ZodTypeAny, {
|
|
3702
|
-
totalApy
|
|
3703
|
-
apy
|
|
3702
|
+
totalApy?: string | undefined;
|
|
3703
|
+
apy?: string | undefined;
|
|
3704
3704
|
}, {
|
|
3705
|
-
totalApy
|
|
3706
|
-
apy
|
|
3705
|
+
totalApy?: string | undefined;
|
|
3706
|
+
apy?: string | undefined;
|
|
3707
3707
|
}>;
|
|
3708
3708
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
3709
3709
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
3710
3710
|
}>, "strip", z.ZodTypeAny, {
|
|
3711
3711
|
data: {
|
|
3712
|
-
totalApy
|
|
3713
|
-
apy
|
|
3712
|
+
totalApy?: string | undefined;
|
|
3713
|
+
apy?: string | undefined;
|
|
3714
3714
|
};
|
|
3715
3715
|
id: string;
|
|
3716
3716
|
totalBalances: Record<string, string>;
|
|
@@ -3718,8 +3718,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3718
3718
|
investmentId?: string | undefined;
|
|
3719
3719
|
}, {
|
|
3720
3720
|
data: {
|
|
3721
|
-
totalApy
|
|
3722
|
-
apy
|
|
3721
|
+
totalApy?: string | undefined;
|
|
3722
|
+
apy?: string | undefined;
|
|
3723
3723
|
};
|
|
3724
3724
|
id: string;
|
|
3725
3725
|
totalBalances: Record<string, string>;
|
|
@@ -4083,21 +4083,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4083
4083
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4084
4084
|
}, {
|
|
4085
4085
|
data: z.ZodObject<{
|
|
4086
|
-
apy: z.ZodString
|
|
4087
|
-
totalApy: z.ZodString
|
|
4086
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
4087
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
4088
4088
|
}, "strip", z.ZodTypeAny, {
|
|
4089
|
-
totalApy
|
|
4090
|
-
apy
|
|
4089
|
+
totalApy?: string | undefined;
|
|
4090
|
+
apy?: string | undefined;
|
|
4091
4091
|
}, {
|
|
4092
|
-
totalApy
|
|
4093
|
-
apy
|
|
4092
|
+
totalApy?: string | undefined;
|
|
4093
|
+
apy?: string | undefined;
|
|
4094
4094
|
}>;
|
|
4095
4095
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
4096
4096
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4097
4097
|
}>, "strip", z.ZodTypeAny, {
|
|
4098
4098
|
data: {
|
|
4099
|
-
totalApy
|
|
4100
|
-
apy
|
|
4099
|
+
totalApy?: string | undefined;
|
|
4100
|
+
apy?: string | undefined;
|
|
4101
4101
|
};
|
|
4102
4102
|
id: string;
|
|
4103
4103
|
totalBalances: Record<string, string>;
|
|
@@ -4105,8 +4105,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4105
4105
|
investmentId?: string | undefined;
|
|
4106
4106
|
}, {
|
|
4107
4107
|
data: {
|
|
4108
|
-
totalApy
|
|
4109
|
-
apy
|
|
4108
|
+
totalApy?: string | undefined;
|
|
4109
|
+
apy?: string | undefined;
|
|
4110
4110
|
};
|
|
4111
4111
|
id: string;
|
|
4112
4112
|
totalBalances: Record<string, string>;
|
|
@@ -4469,21 +4469,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4469
4469
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4470
4470
|
}, {
|
|
4471
4471
|
data: z.ZodObject<{
|
|
4472
|
-
apy: z.ZodString
|
|
4473
|
-
totalApy: z.ZodString
|
|
4472
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
4473
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
4474
4474
|
}, "strip", z.ZodTypeAny, {
|
|
4475
|
-
totalApy
|
|
4476
|
-
apy
|
|
4475
|
+
totalApy?: string | undefined;
|
|
4476
|
+
apy?: string | undefined;
|
|
4477
4477
|
}, {
|
|
4478
|
-
totalApy
|
|
4479
|
-
apy
|
|
4478
|
+
totalApy?: string | undefined;
|
|
4479
|
+
apy?: string | undefined;
|
|
4480
4480
|
}>;
|
|
4481
4481
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
4482
4482
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4483
4483
|
}>, "strip", z.ZodTypeAny, {
|
|
4484
4484
|
data: {
|
|
4485
|
-
totalApy
|
|
4486
|
-
apy
|
|
4485
|
+
totalApy?: string | undefined;
|
|
4486
|
+
apy?: string | undefined;
|
|
4487
4487
|
};
|
|
4488
4488
|
id: string;
|
|
4489
4489
|
totalBalances: Record<string, string>;
|
|
@@ -4491,8 +4491,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4491
4491
|
investmentId?: string | undefined;
|
|
4492
4492
|
}, {
|
|
4493
4493
|
data: {
|
|
4494
|
-
totalApy
|
|
4495
|
-
apy
|
|
4494
|
+
totalApy?: string | undefined;
|
|
4495
|
+
apy?: string | undefined;
|
|
4496
4496
|
};
|
|
4497
4497
|
id: string;
|
|
4498
4498
|
totalBalances: Record<string, string>;
|
|
@@ -4855,21 +4855,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4855
4855
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4856
4856
|
}, {
|
|
4857
4857
|
data: z.ZodObject<{
|
|
4858
|
-
apy: z.ZodString
|
|
4859
|
-
totalApy: z.ZodString
|
|
4858
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
4859
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
4860
4860
|
}, "strip", z.ZodTypeAny, {
|
|
4861
|
-
totalApy
|
|
4862
|
-
apy
|
|
4861
|
+
totalApy?: string | undefined;
|
|
4862
|
+
apy?: string | undefined;
|
|
4863
4863
|
}, {
|
|
4864
|
-
totalApy
|
|
4865
|
-
apy
|
|
4864
|
+
totalApy?: string | undefined;
|
|
4865
|
+
apy?: string | undefined;
|
|
4866
4866
|
}>;
|
|
4867
4867
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
4868
4868
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
4869
4869
|
}>, "strip", z.ZodTypeAny, {
|
|
4870
4870
|
data: {
|
|
4871
|
-
totalApy
|
|
4872
|
-
apy
|
|
4871
|
+
totalApy?: string | undefined;
|
|
4872
|
+
apy?: string | undefined;
|
|
4873
4873
|
};
|
|
4874
4874
|
id: string;
|
|
4875
4875
|
totalBalances: Record<string, string>;
|
|
@@ -4877,8 +4877,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4877
4877
|
investmentId?: string | undefined;
|
|
4878
4878
|
}, {
|
|
4879
4879
|
data: {
|
|
4880
|
-
totalApy
|
|
4881
|
-
apy
|
|
4880
|
+
totalApy?: string | undefined;
|
|
4881
|
+
apy?: string | undefined;
|
|
4882
4882
|
};
|
|
4883
4883
|
id: string;
|
|
4884
4884
|
totalBalances: Record<string, string>;
|
|
@@ -5241,21 +5241,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5241
5241
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5242
5242
|
}, {
|
|
5243
5243
|
data: z.ZodObject<{
|
|
5244
|
-
apy: z.ZodString
|
|
5245
|
-
totalApy: z.ZodString
|
|
5244
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
5245
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
5246
5246
|
}, "strip", z.ZodTypeAny, {
|
|
5247
|
-
totalApy
|
|
5248
|
-
apy
|
|
5247
|
+
totalApy?: string | undefined;
|
|
5248
|
+
apy?: string | undefined;
|
|
5249
5249
|
}, {
|
|
5250
|
-
totalApy
|
|
5251
|
-
apy
|
|
5250
|
+
totalApy?: string | undefined;
|
|
5251
|
+
apy?: string | undefined;
|
|
5252
5252
|
}>;
|
|
5253
5253
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
5254
5254
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5255
5255
|
}>, "strip", z.ZodTypeAny, {
|
|
5256
5256
|
data: {
|
|
5257
|
-
totalApy
|
|
5258
|
-
apy
|
|
5257
|
+
totalApy?: string | undefined;
|
|
5258
|
+
apy?: string | undefined;
|
|
5259
5259
|
};
|
|
5260
5260
|
id: string;
|
|
5261
5261
|
totalBalances: Record<string, string>;
|
|
@@ -5263,8 +5263,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5263
5263
|
investmentId?: string | undefined;
|
|
5264
5264
|
}, {
|
|
5265
5265
|
data: {
|
|
5266
|
-
totalApy
|
|
5267
|
-
apy
|
|
5266
|
+
totalApy?: string | undefined;
|
|
5267
|
+
apy?: string | undefined;
|
|
5268
5268
|
};
|
|
5269
5269
|
id: string;
|
|
5270
5270
|
totalBalances: Record<string, string>;
|
|
@@ -5627,21 +5627,21 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5627
5627
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5628
5628
|
}, {
|
|
5629
5629
|
data: z.ZodObject<{
|
|
5630
|
-
apy: z.ZodString
|
|
5631
|
-
totalApy: z.ZodString
|
|
5630
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
5631
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
5632
5632
|
}, "strip", z.ZodTypeAny, {
|
|
5633
|
-
totalApy
|
|
5634
|
-
apy
|
|
5633
|
+
totalApy?: string | undefined;
|
|
5634
|
+
apy?: string | undefined;
|
|
5635
5635
|
}, {
|
|
5636
|
-
totalApy
|
|
5637
|
-
apy
|
|
5636
|
+
totalApy?: string | undefined;
|
|
5637
|
+
apy?: string | undefined;
|
|
5638
5638
|
}>;
|
|
5639
5639
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
5640
5640
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
5641
5641
|
}>, "strip", z.ZodTypeAny, {
|
|
5642
5642
|
data: {
|
|
5643
|
-
totalApy
|
|
5644
|
-
apy
|
|
5643
|
+
totalApy?: string | undefined;
|
|
5644
|
+
apy?: string | undefined;
|
|
5645
5645
|
};
|
|
5646
5646
|
id: string;
|
|
5647
5647
|
totalBalances: Record<string, string>;
|
|
@@ -5649,8 +5649,8 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5649
5649
|
investmentId?: string | undefined;
|
|
5650
5650
|
}, {
|
|
5651
5651
|
data: {
|
|
5652
|
-
totalApy
|
|
5653
|
-
apy
|
|
5652
|
+
totalApy?: string | undefined;
|
|
5653
|
+
apy?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
id: string;
|
|
5656
5656
|
totalBalances: Record<string, string>;
|
|
@@ -6017,21 +6017,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6017
6017
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6018
6018
|
}, {
|
|
6019
6019
|
data: z.ZodObject<{
|
|
6020
|
-
apy: z.ZodString
|
|
6021
|
-
totalApy: z.ZodString
|
|
6020
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
6021
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
6022
6022
|
}, "strip", z.ZodTypeAny, {
|
|
6023
|
-
totalApy
|
|
6024
|
-
apy
|
|
6023
|
+
totalApy?: string | undefined;
|
|
6024
|
+
apy?: string | undefined;
|
|
6025
6025
|
}, {
|
|
6026
|
-
totalApy
|
|
6027
|
-
apy
|
|
6026
|
+
totalApy?: string | undefined;
|
|
6027
|
+
apy?: string | undefined;
|
|
6028
6028
|
}>;
|
|
6029
6029
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
6030
6030
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6031
6031
|
}>, "strip", z.ZodTypeAny, {
|
|
6032
6032
|
data: {
|
|
6033
|
-
totalApy
|
|
6034
|
-
apy
|
|
6033
|
+
totalApy?: string | undefined;
|
|
6034
|
+
apy?: string | undefined;
|
|
6035
6035
|
};
|
|
6036
6036
|
id: string;
|
|
6037
6037
|
totalBalances: Record<string, string>;
|
|
@@ -6039,8 +6039,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6039
6039
|
investmentId?: string | undefined;
|
|
6040
6040
|
}, {
|
|
6041
6041
|
data: {
|
|
6042
|
-
totalApy
|
|
6043
|
-
apy
|
|
6042
|
+
totalApy?: string | undefined;
|
|
6043
|
+
apy?: string | undefined;
|
|
6044
6044
|
};
|
|
6045
6045
|
id: string;
|
|
6046
6046
|
totalBalances: Record<string, string>;
|
|
@@ -6403,21 +6403,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6403
6403
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6404
6404
|
}, {
|
|
6405
6405
|
data: z.ZodObject<{
|
|
6406
|
-
apy: z.ZodString
|
|
6407
|
-
totalApy: z.ZodString
|
|
6406
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
6407
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
6408
6408
|
}, "strip", z.ZodTypeAny, {
|
|
6409
|
-
totalApy
|
|
6410
|
-
apy
|
|
6409
|
+
totalApy?: string | undefined;
|
|
6410
|
+
apy?: string | undefined;
|
|
6411
6411
|
}, {
|
|
6412
|
-
totalApy
|
|
6413
|
-
apy
|
|
6412
|
+
totalApy?: string | undefined;
|
|
6413
|
+
apy?: string | undefined;
|
|
6414
6414
|
}>;
|
|
6415
6415
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
6416
6416
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6417
6417
|
}>, "strip", z.ZodTypeAny, {
|
|
6418
6418
|
data: {
|
|
6419
|
-
totalApy
|
|
6420
|
-
apy
|
|
6419
|
+
totalApy?: string | undefined;
|
|
6420
|
+
apy?: string | undefined;
|
|
6421
6421
|
};
|
|
6422
6422
|
id: string;
|
|
6423
6423
|
totalBalances: Record<string, string>;
|
|
@@ -6425,8 +6425,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6425
6425
|
investmentId?: string | undefined;
|
|
6426
6426
|
}, {
|
|
6427
6427
|
data: {
|
|
6428
|
-
totalApy
|
|
6429
|
-
apy
|
|
6428
|
+
totalApy?: string | undefined;
|
|
6429
|
+
apy?: string | undefined;
|
|
6430
6430
|
};
|
|
6431
6431
|
id: string;
|
|
6432
6432
|
totalBalances: Record<string, string>;
|
|
@@ -6789,21 +6789,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6789
6789
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6790
6790
|
}, {
|
|
6791
6791
|
data: z.ZodObject<{
|
|
6792
|
-
apy: z.ZodString
|
|
6793
|
-
totalApy: z.ZodString
|
|
6792
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
6793
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
6794
6794
|
}, "strip", z.ZodTypeAny, {
|
|
6795
|
-
totalApy
|
|
6796
|
-
apy
|
|
6795
|
+
totalApy?: string | undefined;
|
|
6796
|
+
apy?: string | undefined;
|
|
6797
6797
|
}, {
|
|
6798
|
-
totalApy
|
|
6799
|
-
apy
|
|
6798
|
+
totalApy?: string | undefined;
|
|
6799
|
+
apy?: string | undefined;
|
|
6800
6800
|
}>;
|
|
6801
6801
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
6802
6802
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
6803
6803
|
}>, "strip", z.ZodTypeAny, {
|
|
6804
6804
|
data: {
|
|
6805
|
-
totalApy
|
|
6806
|
-
apy
|
|
6805
|
+
totalApy?: string | undefined;
|
|
6806
|
+
apy?: string | undefined;
|
|
6807
6807
|
};
|
|
6808
6808
|
id: string;
|
|
6809
6809
|
totalBalances: Record<string, string>;
|
|
@@ -6811,8 +6811,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6811
6811
|
investmentId?: string | undefined;
|
|
6812
6812
|
}, {
|
|
6813
6813
|
data: {
|
|
6814
|
-
totalApy
|
|
6815
|
-
apy
|
|
6814
|
+
totalApy?: string | undefined;
|
|
6815
|
+
apy?: string | undefined;
|
|
6816
6816
|
};
|
|
6817
6817
|
id: string;
|
|
6818
6818
|
totalBalances: Record<string, string>;
|
|
@@ -7175,21 +7175,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7175
7175
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7176
7176
|
}, {
|
|
7177
7177
|
data: z.ZodObject<{
|
|
7178
|
-
apy: z.ZodString
|
|
7179
|
-
totalApy: z.ZodString
|
|
7178
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
7179
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
7180
7180
|
}, "strip", z.ZodTypeAny, {
|
|
7181
|
-
totalApy
|
|
7182
|
-
apy
|
|
7181
|
+
totalApy?: string | undefined;
|
|
7182
|
+
apy?: string | undefined;
|
|
7183
7183
|
}, {
|
|
7184
|
-
totalApy
|
|
7185
|
-
apy
|
|
7184
|
+
totalApy?: string | undefined;
|
|
7185
|
+
apy?: string | undefined;
|
|
7186
7186
|
}>;
|
|
7187
7187
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
7188
7188
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7189
7189
|
}>, "strip", z.ZodTypeAny, {
|
|
7190
7190
|
data: {
|
|
7191
|
-
totalApy
|
|
7192
|
-
apy
|
|
7191
|
+
totalApy?: string | undefined;
|
|
7192
|
+
apy?: string | undefined;
|
|
7193
7193
|
};
|
|
7194
7194
|
id: string;
|
|
7195
7195
|
totalBalances: Record<string, string>;
|
|
@@ -7197,8 +7197,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7197
7197
|
investmentId?: string | undefined;
|
|
7198
7198
|
}, {
|
|
7199
7199
|
data: {
|
|
7200
|
-
totalApy
|
|
7201
|
-
apy
|
|
7200
|
+
totalApy?: string | undefined;
|
|
7201
|
+
apy?: string | undefined;
|
|
7202
7202
|
};
|
|
7203
7203
|
id: string;
|
|
7204
7204
|
totalBalances: Record<string, string>;
|
|
@@ -7561,21 +7561,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7561
7561
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7562
7562
|
}, {
|
|
7563
7563
|
data: z.ZodObject<{
|
|
7564
|
-
apy: z.ZodString
|
|
7565
|
-
totalApy: z.ZodString
|
|
7564
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
7565
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
7566
7566
|
}, "strip", z.ZodTypeAny, {
|
|
7567
|
-
totalApy
|
|
7568
|
-
apy
|
|
7567
|
+
totalApy?: string | undefined;
|
|
7568
|
+
apy?: string | undefined;
|
|
7569
7569
|
}, {
|
|
7570
|
-
totalApy
|
|
7571
|
-
apy
|
|
7570
|
+
totalApy?: string | undefined;
|
|
7571
|
+
apy?: string | undefined;
|
|
7572
7572
|
}>;
|
|
7573
7573
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
7574
7574
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7575
7575
|
}>, "strip", z.ZodTypeAny, {
|
|
7576
7576
|
data: {
|
|
7577
|
-
totalApy
|
|
7578
|
-
apy
|
|
7577
|
+
totalApy?: string | undefined;
|
|
7578
|
+
apy?: string | undefined;
|
|
7579
7579
|
};
|
|
7580
7580
|
id: string;
|
|
7581
7581
|
totalBalances: Record<string, string>;
|
|
@@ -7583,8 +7583,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7583
7583
|
investmentId?: string | undefined;
|
|
7584
7584
|
}, {
|
|
7585
7585
|
data: {
|
|
7586
|
-
totalApy
|
|
7587
|
-
apy
|
|
7586
|
+
totalApy?: string | undefined;
|
|
7587
|
+
apy?: string | undefined;
|
|
7588
7588
|
};
|
|
7589
7589
|
id: string;
|
|
7590
7590
|
totalBalances: Record<string, string>;
|
|
@@ -7948,21 +7948,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7948
7948
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7949
7949
|
}, {
|
|
7950
7950
|
data: z.ZodObject<{
|
|
7951
|
-
apy: z.ZodString
|
|
7952
|
-
totalApy: z.ZodString
|
|
7951
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
7952
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
7953
7953
|
}, "strip", z.ZodTypeAny, {
|
|
7954
|
-
totalApy
|
|
7955
|
-
apy
|
|
7954
|
+
totalApy?: string | undefined;
|
|
7955
|
+
apy?: string | undefined;
|
|
7956
7956
|
}, {
|
|
7957
|
-
totalApy
|
|
7958
|
-
apy
|
|
7957
|
+
totalApy?: string | undefined;
|
|
7958
|
+
apy?: string | undefined;
|
|
7959
7959
|
}>;
|
|
7960
7960
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
7961
7961
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
7962
7962
|
}>, "strip", z.ZodTypeAny, {
|
|
7963
7963
|
data: {
|
|
7964
|
-
totalApy
|
|
7965
|
-
apy
|
|
7964
|
+
totalApy?: string | undefined;
|
|
7965
|
+
apy?: string | undefined;
|
|
7966
7966
|
};
|
|
7967
7967
|
id: string;
|
|
7968
7968
|
totalBalances: Record<string, string>;
|
|
@@ -7970,8 +7970,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7970
7970
|
investmentId?: string | undefined;
|
|
7971
7971
|
}, {
|
|
7972
7972
|
data: {
|
|
7973
|
-
totalApy
|
|
7974
|
-
apy
|
|
7973
|
+
totalApy?: string | undefined;
|
|
7974
|
+
apy?: string | undefined;
|
|
7975
7975
|
};
|
|
7976
7976
|
id: string;
|
|
7977
7977
|
totalBalances: Record<string, string>;
|
|
@@ -8334,21 +8334,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8334
8334
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
8335
8335
|
}, {
|
|
8336
8336
|
data: z.ZodObject<{
|
|
8337
|
-
apy: z.ZodString
|
|
8338
|
-
totalApy: z.ZodString
|
|
8337
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
8338
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
8339
8339
|
}, "strip", z.ZodTypeAny, {
|
|
8340
|
-
totalApy
|
|
8341
|
-
apy
|
|
8340
|
+
totalApy?: string | undefined;
|
|
8341
|
+
apy?: string | undefined;
|
|
8342
8342
|
}, {
|
|
8343
|
-
totalApy
|
|
8344
|
-
apy
|
|
8343
|
+
totalApy?: string | undefined;
|
|
8344
|
+
apy?: string | undefined;
|
|
8345
8345
|
}>;
|
|
8346
8346
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
8347
8347
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
8348
8348
|
}>, "strip", z.ZodTypeAny, {
|
|
8349
8349
|
data: {
|
|
8350
|
-
totalApy
|
|
8351
|
-
apy
|
|
8350
|
+
totalApy?: string | undefined;
|
|
8351
|
+
apy?: string | undefined;
|
|
8352
8352
|
};
|
|
8353
8353
|
id: string;
|
|
8354
8354
|
totalBalances: Record<string, string>;
|
|
@@ -8356,8 +8356,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8356
8356
|
investmentId?: string | undefined;
|
|
8357
8357
|
}, {
|
|
8358
8358
|
data: {
|
|
8359
|
-
totalApy
|
|
8360
|
-
apy
|
|
8359
|
+
totalApy?: string | undefined;
|
|
8360
|
+
apy?: string | undefined;
|
|
8361
8361
|
};
|
|
8362
8362
|
id: string;
|
|
8363
8363
|
totalBalances: Record<string, string>;
|
|
@@ -8720,21 +8720,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8720
8720
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
8721
8721
|
}, {
|
|
8722
8722
|
data: z.ZodObject<{
|
|
8723
|
-
apy: z.ZodString
|
|
8724
|
-
totalApy: z.ZodString
|
|
8723
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
8724
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
8725
8725
|
}, "strip", z.ZodTypeAny, {
|
|
8726
|
-
totalApy
|
|
8727
|
-
apy
|
|
8726
|
+
totalApy?: string | undefined;
|
|
8727
|
+
apy?: string | undefined;
|
|
8728
8728
|
}, {
|
|
8729
|
-
totalApy
|
|
8730
|
-
apy
|
|
8729
|
+
totalApy?: string | undefined;
|
|
8730
|
+
apy?: string | undefined;
|
|
8731
8731
|
}>;
|
|
8732
8732
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
8733
8733
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
8734
8734
|
}>, "strip", z.ZodTypeAny, {
|
|
8735
8735
|
data: {
|
|
8736
|
-
totalApy
|
|
8737
|
-
apy
|
|
8736
|
+
totalApy?: string | undefined;
|
|
8737
|
+
apy?: string | undefined;
|
|
8738
8738
|
};
|
|
8739
8739
|
id: string;
|
|
8740
8740
|
totalBalances: Record<string, string>;
|
|
@@ -8742,8 +8742,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8742
8742
|
investmentId?: string | undefined;
|
|
8743
8743
|
}, {
|
|
8744
8744
|
data: {
|
|
8745
|
-
totalApy
|
|
8746
|
-
apy
|
|
8745
|
+
totalApy?: string | undefined;
|
|
8746
|
+
apy?: string | undefined;
|
|
8747
8747
|
};
|
|
8748
8748
|
id: string;
|
|
8749
8749
|
totalBalances: Record<string, string>;
|
|
@@ -9106,21 +9106,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9106
9106
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9107
9107
|
}, {
|
|
9108
9108
|
data: z.ZodObject<{
|
|
9109
|
-
apy: z.ZodString
|
|
9110
|
-
totalApy: z.ZodString
|
|
9109
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
9110
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
9111
9111
|
}, "strip", z.ZodTypeAny, {
|
|
9112
|
-
totalApy
|
|
9113
|
-
apy
|
|
9112
|
+
totalApy?: string | undefined;
|
|
9113
|
+
apy?: string | undefined;
|
|
9114
9114
|
}, {
|
|
9115
|
-
totalApy
|
|
9116
|
-
apy
|
|
9115
|
+
totalApy?: string | undefined;
|
|
9116
|
+
apy?: string | undefined;
|
|
9117
9117
|
}>;
|
|
9118
9118
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
9119
9119
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9120
9120
|
}>, "strip", z.ZodTypeAny, {
|
|
9121
9121
|
data: {
|
|
9122
|
-
totalApy
|
|
9123
|
-
apy
|
|
9122
|
+
totalApy?: string | undefined;
|
|
9123
|
+
apy?: string | undefined;
|
|
9124
9124
|
};
|
|
9125
9125
|
id: string;
|
|
9126
9126
|
totalBalances: Record<string, string>;
|
|
@@ -9128,8 +9128,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9128
9128
|
investmentId?: string | undefined;
|
|
9129
9129
|
}, {
|
|
9130
9130
|
data: {
|
|
9131
|
-
totalApy
|
|
9132
|
-
apy
|
|
9131
|
+
totalApy?: string | undefined;
|
|
9132
|
+
apy?: string | undefined;
|
|
9133
9133
|
};
|
|
9134
9134
|
id: string;
|
|
9135
9135
|
totalBalances: Record<string, string>;
|
|
@@ -9492,21 +9492,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9492
9492
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9493
9493
|
}, {
|
|
9494
9494
|
data: z.ZodObject<{
|
|
9495
|
-
apy: z.ZodString
|
|
9496
|
-
totalApy: z.ZodString
|
|
9495
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
9496
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
9497
9497
|
}, "strip", z.ZodTypeAny, {
|
|
9498
|
-
totalApy
|
|
9499
|
-
apy
|
|
9498
|
+
totalApy?: string | undefined;
|
|
9499
|
+
apy?: string | undefined;
|
|
9500
9500
|
}, {
|
|
9501
|
-
totalApy
|
|
9502
|
-
apy
|
|
9501
|
+
totalApy?: string | undefined;
|
|
9502
|
+
apy?: string | undefined;
|
|
9503
9503
|
}>;
|
|
9504
9504
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
9505
9505
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9506
9506
|
}>, "strip", z.ZodTypeAny, {
|
|
9507
9507
|
data: {
|
|
9508
|
-
totalApy
|
|
9509
|
-
apy
|
|
9508
|
+
totalApy?: string | undefined;
|
|
9509
|
+
apy?: string | undefined;
|
|
9510
9510
|
};
|
|
9511
9511
|
id: string;
|
|
9512
9512
|
totalBalances: Record<string, string>;
|
|
@@ -9514,8 +9514,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9514
9514
|
investmentId?: string | undefined;
|
|
9515
9515
|
}, {
|
|
9516
9516
|
data: {
|
|
9517
|
-
totalApy
|
|
9518
|
-
apy
|
|
9517
|
+
totalApy?: string | undefined;
|
|
9518
|
+
apy?: string | undefined;
|
|
9519
9519
|
};
|
|
9520
9520
|
id: string;
|
|
9521
9521
|
totalBalances: Record<string, string>;
|
|
@@ -9882,21 +9882,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9882
9882
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9883
9883
|
}, {
|
|
9884
9884
|
data: z.ZodObject<{
|
|
9885
|
-
apy: z.ZodString
|
|
9886
|
-
totalApy: z.ZodString
|
|
9885
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
9886
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
9887
9887
|
}, "strip", z.ZodTypeAny, {
|
|
9888
|
-
totalApy
|
|
9889
|
-
apy
|
|
9888
|
+
totalApy?: string | undefined;
|
|
9889
|
+
apy?: string | undefined;
|
|
9890
9890
|
}, {
|
|
9891
|
-
totalApy
|
|
9892
|
-
apy
|
|
9891
|
+
totalApy?: string | undefined;
|
|
9892
|
+
apy?: string | undefined;
|
|
9893
9893
|
}>;
|
|
9894
9894
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
9895
9895
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
9896
9896
|
}>, "strip", z.ZodTypeAny, {
|
|
9897
9897
|
data: {
|
|
9898
|
-
totalApy
|
|
9899
|
-
apy
|
|
9898
|
+
totalApy?: string | undefined;
|
|
9899
|
+
apy?: string | undefined;
|
|
9900
9900
|
};
|
|
9901
9901
|
id: string;
|
|
9902
9902
|
totalBalances: Record<string, string>;
|
|
@@ -9904,8 +9904,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9904
9904
|
investmentId?: string | undefined;
|
|
9905
9905
|
}, {
|
|
9906
9906
|
data: {
|
|
9907
|
-
totalApy
|
|
9908
|
-
apy
|
|
9907
|
+
totalApy?: string | undefined;
|
|
9908
|
+
apy?: string | undefined;
|
|
9909
9909
|
};
|
|
9910
9910
|
id: string;
|
|
9911
9911
|
totalBalances: Record<string, string>;
|
|
@@ -10271,21 +10271,21 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
10271
10271
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
10272
10272
|
}, {
|
|
10273
10273
|
data: z.ZodObject<{
|
|
10274
|
-
apy: z.ZodString
|
|
10275
|
-
totalApy: z.ZodString
|
|
10274
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
10275
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
10276
10276
|
}, "strip", z.ZodTypeAny, {
|
|
10277
|
-
totalApy
|
|
10278
|
-
apy
|
|
10277
|
+
totalApy?: string | undefined;
|
|
10278
|
+
apy?: string | undefined;
|
|
10279
10279
|
}, {
|
|
10280
|
-
totalApy
|
|
10281
|
-
apy
|
|
10280
|
+
totalApy?: string | undefined;
|
|
10281
|
+
apy?: string | undefined;
|
|
10282
10282
|
}>;
|
|
10283
10283
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
10284
10284
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
10285
10285
|
}>, "strip", z.ZodTypeAny, {
|
|
10286
10286
|
data: {
|
|
10287
|
-
totalApy
|
|
10288
|
-
apy
|
|
10287
|
+
totalApy?: string | undefined;
|
|
10288
|
+
apy?: string | undefined;
|
|
10289
10289
|
};
|
|
10290
10290
|
id: string;
|
|
10291
10291
|
totalBalances: Record<string, string>;
|
|
@@ -10293,8 +10293,8 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
10293
10293
|
investmentId?: string | undefined;
|
|
10294
10294
|
}, {
|
|
10295
10295
|
data: {
|
|
10296
|
-
totalApy
|
|
10297
|
-
apy
|
|
10296
|
+
totalApy?: string | undefined;
|
|
10297
|
+
apy?: string | undefined;
|
|
10298
10298
|
};
|
|
10299
10299
|
id: string;
|
|
10300
10300
|
totalBalances: Record<string, string>;
|
|
@@ -10662,21 +10662,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10662
10662
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
10663
10663
|
}, {
|
|
10664
10664
|
data: z.ZodObject<{
|
|
10665
|
-
apy: z.ZodString
|
|
10666
|
-
totalApy: z.ZodString
|
|
10665
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
10666
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
10667
10667
|
}, "strip", z.ZodTypeAny, {
|
|
10668
|
-
totalApy
|
|
10669
|
-
apy
|
|
10668
|
+
totalApy?: string | undefined;
|
|
10669
|
+
apy?: string | undefined;
|
|
10670
10670
|
}, {
|
|
10671
|
-
totalApy
|
|
10672
|
-
apy
|
|
10671
|
+
totalApy?: string | undefined;
|
|
10672
|
+
apy?: string | undefined;
|
|
10673
10673
|
}>;
|
|
10674
10674
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
10675
10675
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
10676
10676
|
}>, "strip", z.ZodTypeAny, {
|
|
10677
10677
|
data: {
|
|
10678
|
-
totalApy
|
|
10679
|
-
apy
|
|
10678
|
+
totalApy?: string | undefined;
|
|
10679
|
+
apy?: string | undefined;
|
|
10680
10680
|
};
|
|
10681
10681
|
id: string;
|
|
10682
10682
|
totalBalances: Record<string, string>;
|
|
@@ -10684,8 +10684,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10684
10684
|
investmentId?: string | undefined;
|
|
10685
10685
|
}, {
|
|
10686
10686
|
data: {
|
|
10687
|
-
totalApy
|
|
10688
|
-
apy
|
|
10687
|
+
totalApy?: string | undefined;
|
|
10688
|
+
apy?: string | undefined;
|
|
10689
10689
|
};
|
|
10690
10690
|
id: string;
|
|
10691
10691
|
totalBalances: Record<string, string>;
|
|
@@ -11048,21 +11048,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11048
11048
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11049
11049
|
}, {
|
|
11050
11050
|
data: z.ZodObject<{
|
|
11051
|
-
apy: z.ZodString
|
|
11052
|
-
totalApy: z.ZodString
|
|
11051
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
11052
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
11053
11053
|
}, "strip", z.ZodTypeAny, {
|
|
11054
|
-
totalApy
|
|
11055
|
-
apy
|
|
11054
|
+
totalApy?: string | undefined;
|
|
11055
|
+
apy?: string | undefined;
|
|
11056
11056
|
}, {
|
|
11057
|
-
totalApy
|
|
11058
|
-
apy
|
|
11057
|
+
totalApy?: string | undefined;
|
|
11058
|
+
apy?: string | undefined;
|
|
11059
11059
|
}>;
|
|
11060
11060
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
11061
11061
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11062
11062
|
}>, "strip", z.ZodTypeAny, {
|
|
11063
11063
|
data: {
|
|
11064
|
-
totalApy
|
|
11065
|
-
apy
|
|
11064
|
+
totalApy?: string | undefined;
|
|
11065
|
+
apy?: string | undefined;
|
|
11066
11066
|
};
|
|
11067
11067
|
id: string;
|
|
11068
11068
|
totalBalances: Record<string, string>;
|
|
@@ -11070,8 +11070,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11070
11070
|
investmentId?: string | undefined;
|
|
11071
11071
|
}, {
|
|
11072
11072
|
data: {
|
|
11073
|
-
totalApy
|
|
11074
|
-
apy
|
|
11073
|
+
totalApy?: string | undefined;
|
|
11074
|
+
apy?: string | undefined;
|
|
11075
11075
|
};
|
|
11076
11076
|
id: string;
|
|
11077
11077
|
totalBalances: Record<string, string>;
|
|
@@ -11434,21 +11434,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11434
11434
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11435
11435
|
}, {
|
|
11436
11436
|
data: z.ZodObject<{
|
|
11437
|
-
apy: z.ZodString
|
|
11438
|
-
totalApy: z.ZodString
|
|
11437
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
11438
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
11439
11439
|
}, "strip", z.ZodTypeAny, {
|
|
11440
|
-
totalApy
|
|
11441
|
-
apy
|
|
11440
|
+
totalApy?: string | undefined;
|
|
11441
|
+
apy?: string | undefined;
|
|
11442
11442
|
}, {
|
|
11443
|
-
totalApy
|
|
11444
|
-
apy
|
|
11443
|
+
totalApy?: string | undefined;
|
|
11444
|
+
apy?: string | undefined;
|
|
11445
11445
|
}>;
|
|
11446
11446
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
11447
11447
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11448
11448
|
}>, "strip", z.ZodTypeAny, {
|
|
11449
11449
|
data: {
|
|
11450
|
-
totalApy
|
|
11451
|
-
apy
|
|
11450
|
+
totalApy?: string | undefined;
|
|
11451
|
+
apy?: string | undefined;
|
|
11452
11452
|
};
|
|
11453
11453
|
id: string;
|
|
11454
11454
|
totalBalances: Record<string, string>;
|
|
@@ -11456,8 +11456,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11456
11456
|
investmentId?: string | undefined;
|
|
11457
11457
|
}, {
|
|
11458
11458
|
data: {
|
|
11459
|
-
totalApy
|
|
11460
|
-
apy
|
|
11459
|
+
totalApy?: string | undefined;
|
|
11460
|
+
apy?: string | undefined;
|
|
11461
11461
|
};
|
|
11462
11462
|
id: string;
|
|
11463
11463
|
totalBalances: Record<string, string>;
|
|
@@ -11820,21 +11820,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11820
11820
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11821
11821
|
}, {
|
|
11822
11822
|
data: z.ZodObject<{
|
|
11823
|
-
apy: z.ZodString
|
|
11824
|
-
totalApy: z.ZodString
|
|
11823
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
11824
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
11825
11825
|
}, "strip", z.ZodTypeAny, {
|
|
11826
|
-
totalApy
|
|
11827
|
-
apy
|
|
11826
|
+
totalApy?: string | undefined;
|
|
11827
|
+
apy?: string | undefined;
|
|
11828
11828
|
}, {
|
|
11829
|
-
totalApy
|
|
11830
|
-
apy
|
|
11829
|
+
totalApy?: string | undefined;
|
|
11830
|
+
apy?: string | undefined;
|
|
11831
11831
|
}>;
|
|
11832
11832
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
11833
11833
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
11834
11834
|
}>, "strip", z.ZodTypeAny, {
|
|
11835
11835
|
data: {
|
|
11836
|
-
totalApy
|
|
11837
|
-
apy
|
|
11836
|
+
totalApy?: string | undefined;
|
|
11837
|
+
apy?: string | undefined;
|
|
11838
11838
|
};
|
|
11839
11839
|
id: string;
|
|
11840
11840
|
totalBalances: Record<string, string>;
|
|
@@ -11842,8 +11842,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11842
11842
|
investmentId?: string | undefined;
|
|
11843
11843
|
}, {
|
|
11844
11844
|
data: {
|
|
11845
|
-
totalApy
|
|
11846
|
-
apy
|
|
11845
|
+
totalApy?: string | undefined;
|
|
11846
|
+
apy?: string | undefined;
|
|
11847
11847
|
};
|
|
11848
11848
|
id: string;
|
|
11849
11849
|
totalBalances: Record<string, string>;
|
|
@@ -12206,21 +12206,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12206
12206
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12207
12207
|
}, {
|
|
12208
12208
|
data: z.ZodObject<{
|
|
12209
|
-
apy: z.ZodString
|
|
12210
|
-
totalApy: z.ZodString
|
|
12209
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
12210
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
12211
12211
|
}, "strip", z.ZodTypeAny, {
|
|
12212
|
-
totalApy
|
|
12213
|
-
apy
|
|
12212
|
+
totalApy?: string | undefined;
|
|
12213
|
+
apy?: string | undefined;
|
|
12214
12214
|
}, {
|
|
12215
|
-
totalApy
|
|
12216
|
-
apy
|
|
12215
|
+
totalApy?: string | undefined;
|
|
12216
|
+
apy?: string | undefined;
|
|
12217
12217
|
}>;
|
|
12218
12218
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
12219
12219
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12220
12220
|
}>, "strip", z.ZodTypeAny, {
|
|
12221
12221
|
data: {
|
|
12222
|
-
totalApy
|
|
12223
|
-
apy
|
|
12222
|
+
totalApy?: string | undefined;
|
|
12223
|
+
apy?: string | undefined;
|
|
12224
12224
|
};
|
|
12225
12225
|
id: string;
|
|
12226
12226
|
totalBalances: Record<string, string>;
|
|
@@ -12228,8 +12228,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12228
12228
|
investmentId?: string | undefined;
|
|
12229
12229
|
}, {
|
|
12230
12230
|
data: {
|
|
12231
|
-
totalApy
|
|
12232
|
-
apy
|
|
12231
|
+
totalApy?: string | undefined;
|
|
12232
|
+
apy?: string | undefined;
|
|
12233
12233
|
};
|
|
12234
12234
|
id: string;
|
|
12235
12235
|
totalBalances: Record<string, string>;
|
|
@@ -12593,21 +12593,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12593
12593
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12594
12594
|
}, {
|
|
12595
12595
|
data: z.ZodObject<{
|
|
12596
|
-
apy: z.ZodString
|
|
12597
|
-
totalApy: z.ZodString
|
|
12596
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
12597
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
12598
12598
|
}, "strip", z.ZodTypeAny, {
|
|
12599
|
-
totalApy
|
|
12600
|
-
apy
|
|
12599
|
+
totalApy?: string | undefined;
|
|
12600
|
+
apy?: string | undefined;
|
|
12601
12601
|
}, {
|
|
12602
|
-
totalApy
|
|
12603
|
-
apy
|
|
12602
|
+
totalApy?: string | undefined;
|
|
12603
|
+
apy?: string | undefined;
|
|
12604
12604
|
}>;
|
|
12605
12605
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
12606
12606
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12607
12607
|
}>, "strip", z.ZodTypeAny, {
|
|
12608
12608
|
data: {
|
|
12609
|
-
totalApy
|
|
12610
|
-
apy
|
|
12609
|
+
totalApy?: string | undefined;
|
|
12610
|
+
apy?: string | undefined;
|
|
12611
12611
|
};
|
|
12612
12612
|
id: string;
|
|
12613
12613
|
totalBalances: Record<string, string>;
|
|
@@ -12615,8 +12615,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12615
12615
|
investmentId?: string | undefined;
|
|
12616
12616
|
}, {
|
|
12617
12617
|
data: {
|
|
12618
|
-
totalApy
|
|
12619
|
-
apy
|
|
12618
|
+
totalApy?: string | undefined;
|
|
12619
|
+
apy?: string | undefined;
|
|
12620
12620
|
};
|
|
12621
12621
|
id: string;
|
|
12622
12622
|
totalBalances: Record<string, string>;
|
|
@@ -12979,21 +12979,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12979
12979
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12980
12980
|
}, {
|
|
12981
12981
|
data: z.ZodObject<{
|
|
12982
|
-
apy: z.ZodString
|
|
12983
|
-
totalApy: z.ZodString
|
|
12982
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
12983
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
12984
12984
|
}, "strip", z.ZodTypeAny, {
|
|
12985
|
-
totalApy
|
|
12986
|
-
apy
|
|
12985
|
+
totalApy?: string | undefined;
|
|
12986
|
+
apy?: string | undefined;
|
|
12987
12987
|
}, {
|
|
12988
|
-
totalApy
|
|
12989
|
-
apy
|
|
12988
|
+
totalApy?: string | undefined;
|
|
12989
|
+
apy?: string | undefined;
|
|
12990
12990
|
}>;
|
|
12991
12991
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
12992
12992
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
12993
12993
|
}>, "strip", z.ZodTypeAny, {
|
|
12994
12994
|
data: {
|
|
12995
|
-
totalApy
|
|
12996
|
-
apy
|
|
12995
|
+
totalApy?: string | undefined;
|
|
12996
|
+
apy?: string | undefined;
|
|
12997
12997
|
};
|
|
12998
12998
|
id: string;
|
|
12999
12999
|
totalBalances: Record<string, string>;
|
|
@@ -13001,8 +13001,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13001
13001
|
investmentId?: string | undefined;
|
|
13002
13002
|
}, {
|
|
13003
13003
|
data: {
|
|
13004
|
-
totalApy
|
|
13005
|
-
apy
|
|
13004
|
+
totalApy?: string | undefined;
|
|
13005
|
+
apy?: string | undefined;
|
|
13006
13006
|
};
|
|
13007
13007
|
id: string;
|
|
13008
13008
|
totalBalances: Record<string, string>;
|
|
@@ -13365,21 +13365,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13365
13365
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
13366
13366
|
}, {
|
|
13367
13367
|
data: z.ZodObject<{
|
|
13368
|
-
apy: z.ZodString
|
|
13369
|
-
totalApy: z.ZodString
|
|
13368
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
13369
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
13370
13370
|
}, "strip", z.ZodTypeAny, {
|
|
13371
|
-
totalApy
|
|
13372
|
-
apy
|
|
13371
|
+
totalApy?: string | undefined;
|
|
13372
|
+
apy?: string | undefined;
|
|
13373
13373
|
}, {
|
|
13374
|
-
totalApy
|
|
13375
|
-
apy
|
|
13374
|
+
totalApy?: string | undefined;
|
|
13375
|
+
apy?: string | undefined;
|
|
13376
13376
|
}>;
|
|
13377
13377
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
13378
13378
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
13379
13379
|
}>, "strip", z.ZodTypeAny, {
|
|
13380
13380
|
data: {
|
|
13381
|
-
totalApy
|
|
13382
|
-
apy
|
|
13381
|
+
totalApy?: string | undefined;
|
|
13382
|
+
apy?: string | undefined;
|
|
13383
13383
|
};
|
|
13384
13384
|
id: string;
|
|
13385
13385
|
totalBalances: Record<string, string>;
|
|
@@ -13387,8 +13387,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13387
13387
|
investmentId?: string | undefined;
|
|
13388
13388
|
}, {
|
|
13389
13389
|
data: {
|
|
13390
|
-
totalApy
|
|
13391
|
-
apy
|
|
13390
|
+
totalApy?: string | undefined;
|
|
13391
|
+
apy?: string | undefined;
|
|
13392
13392
|
};
|
|
13393
13393
|
id: string;
|
|
13394
13394
|
totalBalances: Record<string, string>;
|
|
@@ -13751,21 +13751,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13751
13751
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
13752
13752
|
}, {
|
|
13753
13753
|
data: z.ZodObject<{
|
|
13754
|
-
apy: z.ZodString
|
|
13755
|
-
totalApy: z.ZodString
|
|
13754
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
13755
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
13756
13756
|
}, "strip", z.ZodTypeAny, {
|
|
13757
|
-
totalApy
|
|
13758
|
-
apy
|
|
13757
|
+
totalApy?: string | undefined;
|
|
13758
|
+
apy?: string | undefined;
|
|
13759
13759
|
}, {
|
|
13760
|
-
totalApy
|
|
13761
|
-
apy
|
|
13760
|
+
totalApy?: string | undefined;
|
|
13761
|
+
apy?: string | undefined;
|
|
13762
13762
|
}>;
|
|
13763
13763
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
13764
13764
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
13765
13765
|
}>, "strip", z.ZodTypeAny, {
|
|
13766
13766
|
data: {
|
|
13767
|
-
totalApy
|
|
13768
|
-
apy
|
|
13767
|
+
totalApy?: string | undefined;
|
|
13768
|
+
apy?: string | undefined;
|
|
13769
13769
|
};
|
|
13770
13770
|
id: string;
|
|
13771
13771
|
totalBalances: Record<string, string>;
|
|
@@ -13773,8 +13773,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13773
13773
|
investmentId?: string | undefined;
|
|
13774
13774
|
}, {
|
|
13775
13775
|
data: {
|
|
13776
|
-
totalApy
|
|
13777
|
-
apy
|
|
13776
|
+
totalApy?: string | undefined;
|
|
13777
|
+
apy?: string | undefined;
|
|
13778
13778
|
};
|
|
13779
13779
|
id: string;
|
|
13780
13780
|
totalBalances: Record<string, string>;
|
|
@@ -14137,21 +14137,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14137
14137
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14138
14138
|
}, {
|
|
14139
14139
|
data: z.ZodObject<{
|
|
14140
|
-
apy: z.ZodString
|
|
14141
|
-
totalApy: z.ZodString
|
|
14140
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
14141
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
14142
14142
|
}, "strip", z.ZodTypeAny, {
|
|
14143
|
-
totalApy
|
|
14144
|
-
apy
|
|
14143
|
+
totalApy?: string | undefined;
|
|
14144
|
+
apy?: string | undefined;
|
|
14145
14145
|
}, {
|
|
14146
|
-
totalApy
|
|
14147
|
-
apy
|
|
14146
|
+
totalApy?: string | undefined;
|
|
14147
|
+
apy?: string | undefined;
|
|
14148
14148
|
}>;
|
|
14149
14149
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
14150
14150
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14151
14151
|
}>, "strip", z.ZodTypeAny, {
|
|
14152
14152
|
data: {
|
|
14153
|
-
totalApy
|
|
14154
|
-
apy
|
|
14153
|
+
totalApy?: string | undefined;
|
|
14154
|
+
apy?: string | undefined;
|
|
14155
14155
|
};
|
|
14156
14156
|
id: string;
|
|
14157
14157
|
totalBalances: Record<string, string>;
|
|
@@ -14159,8 +14159,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14159
14159
|
investmentId?: string | undefined;
|
|
14160
14160
|
}, {
|
|
14161
14161
|
data: {
|
|
14162
|
-
totalApy
|
|
14163
|
-
apy
|
|
14162
|
+
totalApy?: string | undefined;
|
|
14163
|
+
apy?: string | undefined;
|
|
14164
14164
|
};
|
|
14165
14165
|
id: string;
|
|
14166
14166
|
totalBalances: Record<string, string>;
|
|
@@ -14527,21 +14527,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14527
14527
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14528
14528
|
}, {
|
|
14529
14529
|
data: z.ZodObject<{
|
|
14530
|
-
apy: z.ZodString
|
|
14531
|
-
totalApy: z.ZodString
|
|
14530
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
14531
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
14532
14532
|
}, "strip", z.ZodTypeAny, {
|
|
14533
|
-
totalApy
|
|
14534
|
-
apy
|
|
14533
|
+
totalApy?: string | undefined;
|
|
14534
|
+
apy?: string | undefined;
|
|
14535
14535
|
}, {
|
|
14536
|
-
totalApy
|
|
14537
|
-
apy
|
|
14536
|
+
totalApy?: string | undefined;
|
|
14537
|
+
apy?: string | undefined;
|
|
14538
14538
|
}>;
|
|
14539
14539
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
14540
14540
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14541
14541
|
}>, "strip", z.ZodTypeAny, {
|
|
14542
14542
|
data: {
|
|
14543
|
-
totalApy
|
|
14544
|
-
apy
|
|
14543
|
+
totalApy?: string | undefined;
|
|
14544
|
+
apy?: string | undefined;
|
|
14545
14545
|
};
|
|
14546
14546
|
id: string;
|
|
14547
14547
|
totalBalances: Record<string, string>;
|
|
@@ -14549,8 +14549,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14549
14549
|
investmentId?: string | undefined;
|
|
14550
14550
|
}, {
|
|
14551
14551
|
data: {
|
|
14552
|
-
totalApy
|
|
14553
|
-
apy
|
|
14552
|
+
totalApy?: string | undefined;
|
|
14553
|
+
apy?: string | undefined;
|
|
14554
14554
|
};
|
|
14555
14555
|
id: string;
|
|
14556
14556
|
totalBalances: Record<string, string>;
|
|
@@ -14916,21 +14916,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14916
14916
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14917
14917
|
}, {
|
|
14918
14918
|
data: z.ZodObject<{
|
|
14919
|
-
apy: z.ZodString
|
|
14920
|
-
totalApy: z.ZodString
|
|
14919
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
14920
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
14921
14921
|
}, "strip", z.ZodTypeAny, {
|
|
14922
|
-
totalApy
|
|
14923
|
-
apy
|
|
14922
|
+
totalApy?: string | undefined;
|
|
14923
|
+
apy?: string | undefined;
|
|
14924
14924
|
}, {
|
|
14925
|
-
totalApy
|
|
14926
|
-
apy
|
|
14925
|
+
totalApy?: string | undefined;
|
|
14926
|
+
apy?: string | undefined;
|
|
14927
14927
|
}>;
|
|
14928
14928
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
14929
14929
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
14930
14930
|
}>, "strip", z.ZodTypeAny, {
|
|
14931
14931
|
data: {
|
|
14932
|
-
totalApy
|
|
14933
|
-
apy
|
|
14932
|
+
totalApy?: string | undefined;
|
|
14933
|
+
apy?: string | undefined;
|
|
14934
14934
|
};
|
|
14935
14935
|
id: string;
|
|
14936
14936
|
totalBalances: Record<string, string>;
|
|
@@ -14938,8 +14938,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14938
14938
|
investmentId?: string | undefined;
|
|
14939
14939
|
}, {
|
|
14940
14940
|
data: {
|
|
14941
|
-
totalApy
|
|
14942
|
-
apy
|
|
14941
|
+
totalApy?: string | undefined;
|
|
14942
|
+
apy?: string | undefined;
|
|
14943
14943
|
};
|
|
14944
14944
|
id: string;
|
|
14945
14945
|
totalBalances: Record<string, string>;
|
|
@@ -15307,21 +15307,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
15307
15307
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
15308
15308
|
}, {
|
|
15309
15309
|
data: z.ZodObject<{
|
|
15310
|
-
apy: z.ZodString
|
|
15311
|
-
totalApy: z.ZodString
|
|
15310
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
15311
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
15312
15312
|
}, "strip", z.ZodTypeAny, {
|
|
15313
|
-
totalApy
|
|
15314
|
-
apy
|
|
15313
|
+
totalApy?: string | undefined;
|
|
15314
|
+
apy?: string | undefined;
|
|
15315
15315
|
}, {
|
|
15316
|
-
totalApy
|
|
15317
|
-
apy
|
|
15316
|
+
totalApy?: string | undefined;
|
|
15317
|
+
apy?: string | undefined;
|
|
15318
15318
|
}>;
|
|
15319
15319
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
15320
15320
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
15321
15321
|
}>, "strip", z.ZodTypeAny, {
|
|
15322
15322
|
data: {
|
|
15323
|
-
totalApy
|
|
15324
|
-
apy
|
|
15323
|
+
totalApy?: string | undefined;
|
|
15324
|
+
apy?: string | undefined;
|
|
15325
15325
|
};
|
|
15326
15326
|
id: string;
|
|
15327
15327
|
totalBalances: Record<string, string>;
|
|
@@ -15329,8 +15329,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
15329
15329
|
investmentId?: string | undefined;
|
|
15330
15330
|
}, {
|
|
15331
15331
|
data: {
|
|
15332
|
-
totalApy
|
|
15333
|
-
apy
|
|
15332
|
+
totalApy?: string | undefined;
|
|
15333
|
+
apy?: string | undefined;
|
|
15334
15334
|
};
|
|
15335
15335
|
id: string;
|
|
15336
15336
|
totalBalances: Record<string, string>;
|
|
@@ -15698,21 +15698,21 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
15698
15698
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
15699
15699
|
}, {
|
|
15700
15700
|
data: z.ZodObject<{
|
|
15701
|
-
apy: z.ZodString
|
|
15702
|
-
totalApy: z.ZodString
|
|
15701
|
+
apy: z.ZodOptional<z.ZodString>;
|
|
15702
|
+
totalApy: z.ZodOptional<z.ZodString>;
|
|
15703
15703
|
}, "strip", z.ZodTypeAny, {
|
|
15704
|
-
totalApy
|
|
15705
|
-
apy
|
|
15704
|
+
totalApy?: string | undefined;
|
|
15705
|
+
apy?: string | undefined;
|
|
15706
15706
|
}, {
|
|
15707
|
-
totalApy
|
|
15708
|
-
apy
|
|
15707
|
+
totalApy?: string | undefined;
|
|
15708
|
+
apy?: string | undefined;
|
|
15709
15709
|
}>;
|
|
15710
15710
|
investmentId: z.ZodOptional<z.ZodString>;
|
|
15711
15711
|
totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
15712
15712
|
}>, "strip", z.ZodTypeAny, {
|
|
15713
15713
|
data: {
|
|
15714
|
-
totalApy
|
|
15715
|
-
apy
|
|
15714
|
+
totalApy?: string | undefined;
|
|
15715
|
+
apy?: string | undefined;
|
|
15716
15716
|
};
|
|
15717
15717
|
id: string;
|
|
15718
15718
|
totalBalances: Record<string, string>;
|
|
@@ -15720,8 +15720,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
15720
15720
|
investmentId?: string | undefined;
|
|
15721
15721
|
}, {
|
|
15722
15722
|
data: {
|
|
15723
|
-
totalApy
|
|
15724
|
-
apy
|
|
15723
|
+
totalApy?: string | undefined;
|
|
15724
|
+
apy?: string | undefined;
|
|
15725
15725
|
};
|
|
15726
15726
|
id: string;
|
|
15727
15727
|
totalBalances: Record<string, string>;
|