@argent/x-shared 1.41.4 → 1.41.5

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.
@@ -908,7 +908,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
908
908
  name?: string | undefined;
909
909
  iconUrl?: string | undefined;
910
910
  }>;
911
- accruedReward: z.ZodString;
911
+ accruedRewards: z.ZodString;
912
912
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
913
913
  amount: z.ZodString;
914
914
  withdrawableAfter: z.ZodNumber;
@@ -926,7 +926,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
926
926
  name?: string | undefined;
927
927
  iconUrl?: string | undefined;
928
928
  };
929
- accruedReward: string;
929
+ accruedRewards: string;
930
930
  apy?: string | undefined;
931
931
  pendingWithdrawal?: {
932
932
  amount: string;
@@ -938,7 +938,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
938
938
  name?: string | undefined;
939
939
  iconUrl?: string | undefined;
940
940
  };
941
- accruedReward: string;
941
+ accruedRewards: string;
942
942
  apy?: string | undefined;
943
943
  pendingWithdrawal?: {
944
944
  amount: string;
@@ -952,7 +952,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
952
952
  name?: string | undefined;
953
953
  iconUrl?: string | undefined;
954
954
  };
955
- accruedReward: string;
955
+ accruedRewards: string;
956
956
  apy?: string | undefined;
957
957
  pendingWithdrawal?: {
958
958
  amount: string;
@@ -969,7 +969,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
969
969
  name?: string | undefined;
970
970
  iconUrl?: string | undefined;
971
971
  };
972
- accruedReward: string;
972
+ accruedRewards: string;
973
973
  apy?: string | undefined;
974
974
  pendingWithdrawal?: {
975
975
  amount: string;
@@ -999,7 +999,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
999
999
  name?: string | undefined;
1000
1000
  iconUrl?: string | undefined;
1001
1001
  }>;
1002
- accruedReward: z.ZodString;
1002
+ accruedRewards: z.ZodString;
1003
1003
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1004
1004
  amount: z.ZodString;
1005
1005
  withdrawableAfter: z.ZodNumber;
@@ -1017,7 +1017,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1017
1017
  name?: string | undefined;
1018
1018
  iconUrl?: string | undefined;
1019
1019
  };
1020
- accruedReward: string;
1020
+ accruedRewards: string;
1021
1021
  apy?: string | undefined;
1022
1022
  pendingWithdrawal?: {
1023
1023
  amount: string;
@@ -1029,7 +1029,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1029
1029
  name?: string | undefined;
1030
1030
  iconUrl?: string | undefined;
1031
1031
  };
1032
- accruedReward: string;
1032
+ accruedRewards: string;
1033
1033
  apy?: string | undefined;
1034
1034
  pendingWithdrawal?: {
1035
1035
  amount: string;
@@ -1043,7 +1043,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1043
1043
  name?: string | undefined;
1044
1044
  iconUrl?: string | undefined;
1045
1045
  };
1046
- accruedReward: string;
1046
+ accruedRewards: string;
1047
1047
  apy?: string | undefined;
1048
1048
  pendingWithdrawal?: {
1049
1049
  amount: string;
@@ -1060,7 +1060,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1060
1060
  name?: string | undefined;
1061
1061
  iconUrl?: string | undefined;
1062
1062
  };
1063
- accruedReward: string;
1063
+ accruedRewards: string;
1064
1064
  apy?: string | undefined;
1065
1065
  pendingWithdrawal?: {
1066
1066
  amount: string;
@@ -1327,7 +1327,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1327
1327
  name?: string | undefined;
1328
1328
  iconUrl?: string | undefined;
1329
1329
  }>;
1330
- accruedReward: z.ZodString;
1330
+ accruedRewards: z.ZodString;
1331
1331
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1332
1332
  amount: z.ZodString;
1333
1333
  withdrawableAfter: z.ZodNumber;
@@ -1345,7 +1345,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1345
1345
  name?: string | undefined;
1346
1346
  iconUrl?: string | undefined;
1347
1347
  };
1348
- accruedReward: string;
1348
+ accruedRewards: string;
1349
1349
  apy?: string | undefined;
1350
1350
  pendingWithdrawal?: {
1351
1351
  amount: string;
@@ -1357,7 +1357,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1357
1357
  name?: string | undefined;
1358
1358
  iconUrl?: string | undefined;
1359
1359
  };
1360
- accruedReward: string;
1360
+ accruedRewards: string;
1361
1361
  apy?: string | undefined;
1362
1362
  pendingWithdrawal?: {
1363
1363
  amount: string;
@@ -1371,7 +1371,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1371
1371
  name?: string | undefined;
1372
1372
  iconUrl?: string | undefined;
1373
1373
  };
1374
- accruedReward: string;
1374
+ accruedRewards: string;
1375
1375
  apy?: string | undefined;
1376
1376
  pendingWithdrawal?: {
1377
1377
  amount: string;
@@ -1388,7 +1388,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1388
1388
  name?: string | undefined;
1389
1389
  iconUrl?: string | undefined;
1390
1390
  };
1391
- accruedReward: string;
1391
+ accruedRewards: string;
1392
1392
  apy?: string | undefined;
1393
1393
  pendingWithdrawal?: {
1394
1394
  amount: string;
@@ -1656,7 +1656,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1656
1656
  name?: string | undefined;
1657
1657
  iconUrl?: string | undefined;
1658
1658
  }>;
1659
- accruedReward: z.ZodString;
1659
+ accruedRewards: z.ZodString;
1660
1660
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1661
1661
  amount: z.ZodString;
1662
1662
  withdrawableAfter: z.ZodNumber;
@@ -1674,7 +1674,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1674
1674
  name?: string | undefined;
1675
1675
  iconUrl?: string | undefined;
1676
1676
  };
1677
- accruedReward: string;
1677
+ accruedRewards: string;
1678
1678
  apy?: string | undefined;
1679
1679
  pendingWithdrawal?: {
1680
1680
  amount: string;
@@ -1686,7 +1686,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1686
1686
  name?: string | undefined;
1687
1687
  iconUrl?: string | undefined;
1688
1688
  };
1689
- accruedReward: string;
1689
+ accruedRewards: string;
1690
1690
  apy?: string | undefined;
1691
1691
  pendingWithdrawal?: {
1692
1692
  amount: string;
@@ -1700,7 +1700,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1700
1700
  name?: string | undefined;
1701
1701
  iconUrl?: string | undefined;
1702
1702
  };
1703
- accruedReward: string;
1703
+ accruedRewards: string;
1704
1704
  apy?: string | undefined;
1705
1705
  pendingWithdrawal?: {
1706
1706
  amount: string;
@@ -1717,7 +1717,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1717
1717
  name?: string | undefined;
1718
1718
  iconUrl?: string | undefined;
1719
1719
  };
1720
- accruedReward: string;
1720
+ accruedRewards: string;
1721
1721
  apy?: string | undefined;
1722
1722
  pendingWithdrawal?: {
1723
1723
  amount: string;
@@ -1999,7 +1999,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1999
1999
  name?: string | undefined;
2000
2000
  iconUrl?: string | undefined;
2001
2001
  }>;
2002
- accruedReward: z.ZodString;
2002
+ accruedRewards: z.ZodString;
2003
2003
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2004
2004
  amount: z.ZodString;
2005
2005
  withdrawableAfter: z.ZodNumber;
@@ -2017,7 +2017,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2017
2017
  name?: string | undefined;
2018
2018
  iconUrl?: string | undefined;
2019
2019
  };
2020
- accruedReward: string;
2020
+ accruedRewards: string;
2021
2021
  apy?: string | undefined;
2022
2022
  pendingWithdrawal?: {
2023
2023
  amount: string;
@@ -2029,7 +2029,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2029
2029
  name?: string | undefined;
2030
2030
  iconUrl?: string | undefined;
2031
2031
  };
2032
- accruedReward: string;
2032
+ accruedRewards: string;
2033
2033
  apy?: string | undefined;
2034
2034
  pendingWithdrawal?: {
2035
2035
  amount: string;
@@ -2043,7 +2043,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2043
2043
  name?: string | undefined;
2044
2044
  iconUrl?: string | undefined;
2045
2045
  };
2046
- accruedReward: string;
2046
+ accruedRewards: string;
2047
2047
  apy?: string | undefined;
2048
2048
  pendingWithdrawal?: {
2049
2049
  amount: string;
@@ -2060,7 +2060,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2060
2060
  name?: string | undefined;
2061
2061
  iconUrl?: string | undefined;
2062
2062
  };
2063
- accruedReward: string;
2063
+ accruedRewards: string;
2064
2064
  apy?: string | undefined;
2065
2065
  pendingWithdrawal?: {
2066
2066
  amount: string;
@@ -2342,7 +2342,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2342
2342
  name?: string | undefined;
2343
2343
  iconUrl?: string | undefined;
2344
2344
  }>;
2345
- accruedReward: z.ZodString;
2345
+ accruedRewards: z.ZodString;
2346
2346
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2347
2347
  amount: z.ZodString;
2348
2348
  withdrawableAfter: z.ZodNumber;
@@ -2360,7 +2360,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2360
2360
  name?: string | undefined;
2361
2361
  iconUrl?: string | undefined;
2362
2362
  };
2363
- accruedReward: string;
2363
+ accruedRewards: string;
2364
2364
  apy?: string | undefined;
2365
2365
  pendingWithdrawal?: {
2366
2366
  amount: string;
@@ -2372,7 +2372,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2372
2372
  name?: string | undefined;
2373
2373
  iconUrl?: string | undefined;
2374
2374
  };
2375
- accruedReward: string;
2375
+ accruedRewards: string;
2376
2376
  apy?: string | undefined;
2377
2377
  pendingWithdrawal?: {
2378
2378
  amount: string;
@@ -2386,7 +2386,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2386
2386
  name?: string | undefined;
2387
2387
  iconUrl?: string | undefined;
2388
2388
  };
2389
- accruedReward: string;
2389
+ accruedRewards: string;
2390
2390
  apy?: string | undefined;
2391
2391
  pendingWithdrawal?: {
2392
2392
  amount: string;
@@ -2403,7 +2403,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2403
2403
  name?: string | undefined;
2404
2404
  iconUrl?: string | undefined;
2405
2405
  };
2406
- accruedReward: string;
2406
+ accruedRewards: string;
2407
2407
  apy?: string | undefined;
2408
2408
  pendingWithdrawal?: {
2409
2409
  amount: string;
@@ -2685,7 +2685,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2685
2685
  name?: string | undefined;
2686
2686
  iconUrl?: string | undefined;
2687
2687
  }>;
2688
- accruedReward: z.ZodString;
2688
+ accruedRewards: z.ZodString;
2689
2689
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2690
2690
  amount: z.ZodString;
2691
2691
  withdrawableAfter: z.ZodNumber;
@@ -2703,7 +2703,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2703
2703
  name?: string | undefined;
2704
2704
  iconUrl?: string | undefined;
2705
2705
  };
2706
- accruedReward: string;
2706
+ accruedRewards: string;
2707
2707
  apy?: string | undefined;
2708
2708
  pendingWithdrawal?: {
2709
2709
  amount: string;
@@ -2715,7 +2715,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2715
2715
  name?: string | undefined;
2716
2716
  iconUrl?: string | undefined;
2717
2717
  };
2718
- accruedReward: string;
2718
+ accruedRewards: string;
2719
2719
  apy?: string | undefined;
2720
2720
  pendingWithdrawal?: {
2721
2721
  amount: string;
@@ -2729,7 +2729,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2729
2729
  name?: string | undefined;
2730
2730
  iconUrl?: string | undefined;
2731
2731
  };
2732
- accruedReward: string;
2732
+ accruedRewards: string;
2733
2733
  apy?: string | undefined;
2734
2734
  pendingWithdrawal?: {
2735
2735
  amount: string;
@@ -2746,7 +2746,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2746
2746
  name?: string | undefined;
2747
2747
  iconUrl?: string | undefined;
2748
2748
  };
2749
- accruedReward: string;
2749
+ accruedRewards: string;
2750
2750
  apy?: string | undefined;
2751
2751
  pendingWithdrawal?: {
2752
2752
  amount: string;
@@ -3028,7 +3028,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3028
3028
  name?: string | undefined;
3029
3029
  iconUrl?: string | undefined;
3030
3030
  }>;
3031
- accruedReward: z.ZodString;
3031
+ accruedRewards: z.ZodString;
3032
3032
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3033
3033
  amount: z.ZodString;
3034
3034
  withdrawableAfter: z.ZodNumber;
@@ -3046,7 +3046,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3046
3046
  name?: string | undefined;
3047
3047
  iconUrl?: string | undefined;
3048
3048
  };
3049
- accruedReward: string;
3049
+ accruedRewards: string;
3050
3050
  apy?: string | undefined;
3051
3051
  pendingWithdrawal?: {
3052
3052
  amount: string;
@@ -3058,7 +3058,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3058
3058
  name?: string | undefined;
3059
3059
  iconUrl?: string | undefined;
3060
3060
  };
3061
- accruedReward: string;
3061
+ accruedRewards: string;
3062
3062
  apy?: string | undefined;
3063
3063
  pendingWithdrawal?: {
3064
3064
  amount: string;
@@ -3072,7 +3072,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3072
3072
  name?: string | undefined;
3073
3073
  iconUrl?: string | undefined;
3074
3074
  };
3075
- accruedReward: string;
3075
+ accruedRewards: string;
3076
3076
  apy?: string | undefined;
3077
3077
  pendingWithdrawal?: {
3078
3078
  amount: string;
@@ -3089,7 +3089,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3089
3089
  name?: string | undefined;
3090
3090
  iconUrl?: string | undefined;
3091
3091
  };
3092
- accruedReward: string;
3092
+ accruedRewards: string;
3093
3093
  apy?: string | undefined;
3094
3094
  pendingWithdrawal?: {
3095
3095
  amount: string;
@@ -3371,7 +3371,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3371
3371
  name?: string | undefined;
3372
3372
  iconUrl?: string | undefined;
3373
3373
  }>;
3374
- accruedReward: z.ZodString;
3374
+ accruedRewards: z.ZodString;
3375
3375
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3376
3376
  amount: z.ZodString;
3377
3377
  withdrawableAfter: z.ZodNumber;
@@ -3389,7 +3389,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3389
3389
  name?: string | undefined;
3390
3390
  iconUrl?: string | undefined;
3391
3391
  };
3392
- accruedReward: string;
3392
+ accruedRewards: string;
3393
3393
  apy?: string | undefined;
3394
3394
  pendingWithdrawal?: {
3395
3395
  amount: string;
@@ -3401,7 +3401,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3401
3401
  name?: string | undefined;
3402
3402
  iconUrl?: string | undefined;
3403
3403
  };
3404
- accruedReward: string;
3404
+ accruedRewards: string;
3405
3405
  apy?: string | undefined;
3406
3406
  pendingWithdrawal?: {
3407
3407
  amount: string;
@@ -3415,7 +3415,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3415
3415
  name?: string | undefined;
3416
3416
  iconUrl?: string | undefined;
3417
3417
  };
3418
- accruedReward: string;
3418
+ accruedRewards: string;
3419
3419
  apy?: string | undefined;
3420
3420
  pendingWithdrawal?: {
3421
3421
  amount: string;
@@ -3432,7 +3432,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3432
3432
  name?: string | undefined;
3433
3433
  iconUrl?: string | undefined;
3434
3434
  };
3435
- accruedReward: string;
3435
+ accruedRewards: string;
3436
3436
  apy?: string | undefined;
3437
3437
  pendingWithdrawal?: {
3438
3438
  amount: string;
@@ -3715,7 +3715,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3715
3715
  name?: string | undefined;
3716
3716
  iconUrl?: string | undefined;
3717
3717
  }>;
3718
- accruedReward: z.ZodString;
3718
+ accruedRewards: z.ZodString;
3719
3719
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3720
3720
  amount: z.ZodString;
3721
3721
  withdrawableAfter: z.ZodNumber;
@@ -3733,7 +3733,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3733
3733
  name?: string | undefined;
3734
3734
  iconUrl?: string | undefined;
3735
3735
  };
3736
- accruedReward: string;
3736
+ accruedRewards: string;
3737
3737
  apy?: string | undefined;
3738
3738
  pendingWithdrawal?: {
3739
3739
  amount: string;
@@ -3745,7 +3745,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3745
3745
  name?: string | undefined;
3746
3746
  iconUrl?: string | undefined;
3747
3747
  };
3748
- accruedReward: string;
3748
+ accruedRewards: string;
3749
3749
  apy?: string | undefined;
3750
3750
  pendingWithdrawal?: {
3751
3751
  amount: string;
@@ -3759,7 +3759,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3759
3759
  name?: string | undefined;
3760
3760
  iconUrl?: string | undefined;
3761
3761
  };
3762
- accruedReward: string;
3762
+ accruedRewards: string;
3763
3763
  apy?: string | undefined;
3764
3764
  pendingWithdrawal?: {
3765
3765
  amount: string;
@@ -3776,7 +3776,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3776
3776
  name?: string | undefined;
3777
3777
  iconUrl?: string | undefined;
3778
3778
  };
3779
- accruedReward: string;
3779
+ accruedRewards: string;
3780
3780
  apy?: string | undefined;
3781
3781
  pendingWithdrawal?: {
3782
3782
  amount: string;
@@ -4058,7 +4058,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4058
4058
  name?: string | undefined;
4059
4059
  iconUrl?: string | undefined;
4060
4060
  }>;
4061
- accruedReward: z.ZodString;
4061
+ accruedRewards: z.ZodString;
4062
4062
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4063
4063
  amount: z.ZodString;
4064
4064
  withdrawableAfter: z.ZodNumber;
@@ -4076,7 +4076,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4076
4076
  name?: string | undefined;
4077
4077
  iconUrl?: string | undefined;
4078
4078
  };
4079
- accruedReward: string;
4079
+ accruedRewards: string;
4080
4080
  apy?: string | undefined;
4081
4081
  pendingWithdrawal?: {
4082
4082
  amount: string;
@@ -4088,7 +4088,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4088
4088
  name?: string | undefined;
4089
4089
  iconUrl?: string | undefined;
4090
4090
  };
4091
- accruedReward: string;
4091
+ accruedRewards: string;
4092
4092
  apy?: string | undefined;
4093
4093
  pendingWithdrawal?: {
4094
4094
  amount: string;
@@ -4102,7 +4102,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4102
4102
  name?: string | undefined;
4103
4103
  iconUrl?: string | undefined;
4104
4104
  };
4105
- accruedReward: string;
4105
+ accruedRewards: string;
4106
4106
  apy?: string | undefined;
4107
4107
  pendingWithdrawal?: {
4108
4108
  amount: string;
@@ -4119,7 +4119,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4119
4119
  name?: string | undefined;
4120
4120
  iconUrl?: string | undefined;
4121
4121
  };
4122
- accruedReward: string;
4122
+ accruedRewards: string;
4123
4123
  apy?: string | undefined;
4124
4124
  pendingWithdrawal?: {
4125
4125
  amount: string;
@@ -4401,7 +4401,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4401
4401
  name?: string | undefined;
4402
4402
  iconUrl?: string | undefined;
4403
4403
  }>;
4404
- accruedReward: z.ZodString;
4404
+ accruedRewards: z.ZodString;
4405
4405
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4406
4406
  amount: z.ZodString;
4407
4407
  withdrawableAfter: z.ZodNumber;
@@ -4419,7 +4419,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4419
4419
  name?: string | undefined;
4420
4420
  iconUrl?: string | undefined;
4421
4421
  };
4422
- accruedReward: string;
4422
+ accruedRewards: string;
4423
4423
  apy?: string | undefined;
4424
4424
  pendingWithdrawal?: {
4425
4425
  amount: string;
@@ -4431,7 +4431,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4431
4431
  name?: string | undefined;
4432
4432
  iconUrl?: string | undefined;
4433
4433
  };
4434
- accruedReward: string;
4434
+ accruedRewards: string;
4435
4435
  apy?: string | undefined;
4436
4436
  pendingWithdrawal?: {
4437
4437
  amount: string;
@@ -4445,7 +4445,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4445
4445
  name?: string | undefined;
4446
4446
  iconUrl?: string | undefined;
4447
4447
  };
4448
- accruedReward: string;
4448
+ accruedRewards: string;
4449
4449
  apy?: string | undefined;
4450
4450
  pendingWithdrawal?: {
4451
4451
  amount: string;
@@ -4462,7 +4462,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4462
4462
  name?: string | undefined;
4463
4463
  iconUrl?: string | undefined;
4464
4464
  };
4465
- accruedReward: string;
4465
+ accruedRewards: string;
4466
4466
  apy?: string | undefined;
4467
4467
  pendingWithdrawal?: {
4468
4468
  amount: string;
@@ -4744,7 +4744,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4744
4744
  name?: string | undefined;
4745
4745
  iconUrl?: string | undefined;
4746
4746
  }>;
4747
- accruedReward: z.ZodString;
4747
+ accruedRewards: z.ZodString;
4748
4748
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4749
4749
  amount: z.ZodString;
4750
4750
  withdrawableAfter: z.ZodNumber;
@@ -4762,7 +4762,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4762
4762
  name?: string | undefined;
4763
4763
  iconUrl?: string | undefined;
4764
4764
  };
4765
- accruedReward: string;
4765
+ accruedRewards: string;
4766
4766
  apy?: string | undefined;
4767
4767
  pendingWithdrawal?: {
4768
4768
  amount: string;
@@ -4774,7 +4774,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4774
4774
  name?: string | undefined;
4775
4775
  iconUrl?: string | undefined;
4776
4776
  };
4777
- accruedReward: string;
4777
+ accruedRewards: string;
4778
4778
  apy?: string | undefined;
4779
4779
  pendingWithdrawal?: {
4780
4780
  amount: string;
@@ -4788,7 +4788,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4788
4788
  name?: string | undefined;
4789
4789
  iconUrl?: string | undefined;
4790
4790
  };
4791
- accruedReward: string;
4791
+ accruedRewards: string;
4792
4792
  apy?: string | undefined;
4793
4793
  pendingWithdrawal?: {
4794
4794
  amount: string;
@@ -4805,7 +4805,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4805
4805
  name?: string | undefined;
4806
4806
  iconUrl?: string | undefined;
4807
4807
  };
4808
- accruedReward: string;
4808
+ accruedRewards: string;
4809
4809
  apy?: string | undefined;
4810
4810
  pendingWithdrawal?: {
4811
4811
  amount: string;
@@ -5087,7 +5087,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5087
5087
  name?: string | undefined;
5088
5088
  iconUrl?: string | undefined;
5089
5089
  }>;
5090
- accruedReward: z.ZodString;
5090
+ accruedRewards: z.ZodString;
5091
5091
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5092
5092
  amount: z.ZodString;
5093
5093
  withdrawableAfter: z.ZodNumber;
@@ -5105,7 +5105,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5105
5105
  name?: string | undefined;
5106
5106
  iconUrl?: string | undefined;
5107
5107
  };
5108
- accruedReward: string;
5108
+ accruedRewards: string;
5109
5109
  apy?: string | undefined;
5110
5110
  pendingWithdrawal?: {
5111
5111
  amount: string;
@@ -5117,7 +5117,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5117
5117
  name?: string | undefined;
5118
5118
  iconUrl?: string | undefined;
5119
5119
  };
5120
- accruedReward: string;
5120
+ accruedRewards: string;
5121
5121
  apy?: string | undefined;
5122
5122
  pendingWithdrawal?: {
5123
5123
  amount: string;
@@ -5131,7 +5131,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5131
5131
  name?: string | undefined;
5132
5132
  iconUrl?: string | undefined;
5133
5133
  };
5134
- accruedReward: string;
5134
+ accruedRewards: string;
5135
5135
  apy?: string | undefined;
5136
5136
  pendingWithdrawal?: {
5137
5137
  amount: string;
@@ -5148,7 +5148,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5148
5148
  name?: string | undefined;
5149
5149
  iconUrl?: string | undefined;
5150
5150
  };
5151
- accruedReward: string;
5151
+ accruedRewards: string;
5152
5152
  apy?: string | undefined;
5153
5153
  pendingWithdrawal?: {
5154
5154
  amount: string;
@@ -5434,7 +5434,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5434
5434
  name?: string | undefined;
5435
5435
  iconUrl?: string | undefined;
5436
5436
  }>;
5437
- accruedReward: z.ZodString;
5437
+ accruedRewards: z.ZodString;
5438
5438
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5439
5439
  amount: z.ZodString;
5440
5440
  withdrawableAfter: z.ZodNumber;
@@ -5452,7 +5452,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5452
5452
  name?: string | undefined;
5453
5453
  iconUrl?: string | undefined;
5454
5454
  };
5455
- accruedReward: string;
5455
+ accruedRewards: string;
5456
5456
  apy?: string | undefined;
5457
5457
  pendingWithdrawal?: {
5458
5458
  amount: string;
@@ -5464,7 +5464,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5464
5464
  name?: string | undefined;
5465
5465
  iconUrl?: string | undefined;
5466
5466
  };
5467
- accruedReward: string;
5467
+ accruedRewards: string;
5468
5468
  apy?: string | undefined;
5469
5469
  pendingWithdrawal?: {
5470
5470
  amount: string;
@@ -5478,7 +5478,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5478
5478
  name?: string | undefined;
5479
5479
  iconUrl?: string | undefined;
5480
5480
  };
5481
- accruedReward: string;
5481
+ accruedRewards: string;
5482
5482
  apy?: string | undefined;
5483
5483
  pendingWithdrawal?: {
5484
5484
  amount: string;
@@ -5495,7 +5495,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5495
5495
  name?: string | undefined;
5496
5496
  iconUrl?: string | undefined;
5497
5497
  };
5498
- accruedReward: string;
5498
+ accruedRewards: string;
5499
5499
  apy?: string | undefined;
5500
5500
  pendingWithdrawal?: {
5501
5501
  amount: string;
@@ -5777,7 +5777,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5777
5777
  name?: string | undefined;
5778
5778
  iconUrl?: string | undefined;
5779
5779
  }>;
5780
- accruedReward: z.ZodString;
5780
+ accruedRewards: z.ZodString;
5781
5781
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5782
5782
  amount: z.ZodString;
5783
5783
  withdrawableAfter: z.ZodNumber;
@@ -5795,7 +5795,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5795
5795
  name?: string | undefined;
5796
5796
  iconUrl?: string | undefined;
5797
5797
  };
5798
- accruedReward: string;
5798
+ accruedRewards: string;
5799
5799
  apy?: string | undefined;
5800
5800
  pendingWithdrawal?: {
5801
5801
  amount: string;
@@ -5807,7 +5807,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5807
5807
  name?: string | undefined;
5808
5808
  iconUrl?: string | undefined;
5809
5809
  };
5810
- accruedReward: string;
5810
+ accruedRewards: string;
5811
5811
  apy?: string | undefined;
5812
5812
  pendingWithdrawal?: {
5813
5813
  amount: string;
@@ -5821,7 +5821,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5821
5821
  name?: string | undefined;
5822
5822
  iconUrl?: string | undefined;
5823
5823
  };
5824
- accruedReward: string;
5824
+ accruedRewards: string;
5825
5825
  apy?: string | undefined;
5826
5826
  pendingWithdrawal?: {
5827
5827
  amount: string;
@@ -5838,7 +5838,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5838
5838
  name?: string | undefined;
5839
5839
  iconUrl?: string | undefined;
5840
5840
  };
5841
- accruedReward: string;
5841
+ accruedRewards: string;
5842
5842
  apy?: string | undefined;
5843
5843
  pendingWithdrawal?: {
5844
5844
  amount: string;
@@ -6120,7 +6120,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6120
6120
  name?: string | undefined;
6121
6121
  iconUrl?: string | undefined;
6122
6122
  }>;
6123
- accruedReward: z.ZodString;
6123
+ accruedRewards: z.ZodString;
6124
6124
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6125
6125
  amount: z.ZodString;
6126
6126
  withdrawableAfter: z.ZodNumber;
@@ -6138,7 +6138,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6138
6138
  name?: string | undefined;
6139
6139
  iconUrl?: string | undefined;
6140
6140
  };
6141
- accruedReward: string;
6141
+ accruedRewards: string;
6142
6142
  apy?: string | undefined;
6143
6143
  pendingWithdrawal?: {
6144
6144
  amount: string;
@@ -6150,7 +6150,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6150
6150
  name?: string | undefined;
6151
6151
  iconUrl?: string | undefined;
6152
6152
  };
6153
- accruedReward: string;
6153
+ accruedRewards: string;
6154
6154
  apy?: string | undefined;
6155
6155
  pendingWithdrawal?: {
6156
6156
  amount: string;
@@ -6164,7 +6164,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6164
6164
  name?: string | undefined;
6165
6165
  iconUrl?: string | undefined;
6166
6166
  };
6167
- accruedReward: string;
6167
+ accruedRewards: string;
6168
6168
  apy?: string | undefined;
6169
6169
  pendingWithdrawal?: {
6170
6170
  amount: string;
@@ -6181,7 +6181,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6181
6181
  name?: string | undefined;
6182
6182
  iconUrl?: string | undefined;
6183
6183
  };
6184
- accruedReward: string;
6184
+ accruedRewards: string;
6185
6185
  apy?: string | undefined;
6186
6186
  pendingWithdrawal?: {
6187
6187
  amount: string;
@@ -6463,7 +6463,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6463
6463
  name?: string | undefined;
6464
6464
  iconUrl?: string | undefined;
6465
6465
  }>;
6466
- accruedReward: z.ZodString;
6466
+ accruedRewards: z.ZodString;
6467
6467
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6468
6468
  amount: z.ZodString;
6469
6469
  withdrawableAfter: z.ZodNumber;
@@ -6481,7 +6481,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6481
6481
  name?: string | undefined;
6482
6482
  iconUrl?: string | undefined;
6483
6483
  };
6484
- accruedReward: string;
6484
+ accruedRewards: string;
6485
6485
  apy?: string | undefined;
6486
6486
  pendingWithdrawal?: {
6487
6487
  amount: string;
@@ -6493,7 +6493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6493
6493
  name?: string | undefined;
6494
6494
  iconUrl?: string | undefined;
6495
6495
  };
6496
- accruedReward: string;
6496
+ accruedRewards: string;
6497
6497
  apy?: string | undefined;
6498
6498
  pendingWithdrawal?: {
6499
6499
  amount: string;
@@ -6507,7 +6507,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6507
6507
  name?: string | undefined;
6508
6508
  iconUrl?: string | undefined;
6509
6509
  };
6510
- accruedReward: string;
6510
+ accruedRewards: string;
6511
6511
  apy?: string | undefined;
6512
6512
  pendingWithdrawal?: {
6513
6513
  amount: string;
@@ -6524,7 +6524,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6524
6524
  name?: string | undefined;
6525
6525
  iconUrl?: string | undefined;
6526
6526
  };
6527
- accruedReward: string;
6527
+ accruedRewards: string;
6528
6528
  apy?: string | undefined;
6529
6529
  pendingWithdrawal?: {
6530
6530
  amount: string;
@@ -6806,7 +6806,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6806
6806
  name?: string | undefined;
6807
6807
  iconUrl?: string | undefined;
6808
6808
  }>;
6809
- accruedReward: z.ZodString;
6809
+ accruedRewards: z.ZodString;
6810
6810
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6811
6811
  amount: z.ZodString;
6812
6812
  withdrawableAfter: z.ZodNumber;
@@ -6824,7 +6824,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6824
6824
  name?: string | undefined;
6825
6825
  iconUrl?: string | undefined;
6826
6826
  };
6827
- accruedReward: string;
6827
+ accruedRewards: string;
6828
6828
  apy?: string | undefined;
6829
6829
  pendingWithdrawal?: {
6830
6830
  amount: string;
@@ -6836,7 +6836,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6836
6836
  name?: string | undefined;
6837
6837
  iconUrl?: string | undefined;
6838
6838
  };
6839
- accruedReward: string;
6839
+ accruedRewards: string;
6840
6840
  apy?: string | undefined;
6841
6841
  pendingWithdrawal?: {
6842
6842
  amount: string;
@@ -6850,7 +6850,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6850
6850
  name?: string | undefined;
6851
6851
  iconUrl?: string | undefined;
6852
6852
  };
6853
- accruedReward: string;
6853
+ accruedRewards: string;
6854
6854
  apy?: string | undefined;
6855
6855
  pendingWithdrawal?: {
6856
6856
  amount: string;
@@ -6867,7 +6867,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6867
6867
  name?: string | undefined;
6868
6868
  iconUrl?: string | undefined;
6869
6869
  };
6870
- accruedReward: string;
6870
+ accruedRewards: string;
6871
6871
  apy?: string | undefined;
6872
6872
  pendingWithdrawal?: {
6873
6873
  amount: string;
@@ -7150,7 +7150,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7150
7150
  name?: string | undefined;
7151
7151
  iconUrl?: string | undefined;
7152
7152
  }>;
7153
- accruedReward: z.ZodString;
7153
+ accruedRewards: z.ZodString;
7154
7154
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7155
7155
  amount: z.ZodString;
7156
7156
  withdrawableAfter: z.ZodNumber;
@@ -7168,7 +7168,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7168
7168
  name?: string | undefined;
7169
7169
  iconUrl?: string | undefined;
7170
7170
  };
7171
- accruedReward: string;
7171
+ accruedRewards: string;
7172
7172
  apy?: string | undefined;
7173
7173
  pendingWithdrawal?: {
7174
7174
  amount: string;
@@ -7180,7 +7180,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7180
7180
  name?: string | undefined;
7181
7181
  iconUrl?: string | undefined;
7182
7182
  };
7183
- accruedReward: string;
7183
+ accruedRewards: string;
7184
7184
  apy?: string | undefined;
7185
7185
  pendingWithdrawal?: {
7186
7186
  amount: string;
@@ -7194,7 +7194,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7194
7194
  name?: string | undefined;
7195
7195
  iconUrl?: string | undefined;
7196
7196
  };
7197
- accruedReward: string;
7197
+ accruedRewards: string;
7198
7198
  apy?: string | undefined;
7199
7199
  pendingWithdrawal?: {
7200
7200
  amount: string;
@@ -7211,7 +7211,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7211
7211
  name?: string | undefined;
7212
7212
  iconUrl?: string | undefined;
7213
7213
  };
7214
- accruedReward: string;
7214
+ accruedRewards: string;
7215
7215
  apy?: string | undefined;
7216
7216
  pendingWithdrawal?: {
7217
7217
  amount: string;
@@ -7493,7 +7493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7493
7493
  name?: string | undefined;
7494
7494
  iconUrl?: string | undefined;
7495
7495
  }>;
7496
- accruedReward: z.ZodString;
7496
+ accruedRewards: z.ZodString;
7497
7497
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7498
7498
  amount: z.ZodString;
7499
7499
  withdrawableAfter: z.ZodNumber;
@@ -7511,7 +7511,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7511
7511
  name?: string | undefined;
7512
7512
  iconUrl?: string | undefined;
7513
7513
  };
7514
- accruedReward: string;
7514
+ accruedRewards: string;
7515
7515
  apy?: string | undefined;
7516
7516
  pendingWithdrawal?: {
7517
7517
  amount: string;
@@ -7523,7 +7523,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7523
7523
  name?: string | undefined;
7524
7524
  iconUrl?: string | undefined;
7525
7525
  };
7526
- accruedReward: string;
7526
+ accruedRewards: string;
7527
7527
  apy?: string | undefined;
7528
7528
  pendingWithdrawal?: {
7529
7529
  amount: string;
@@ -7537,7 +7537,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7537
7537
  name?: string | undefined;
7538
7538
  iconUrl?: string | undefined;
7539
7539
  };
7540
- accruedReward: string;
7540
+ accruedRewards: string;
7541
7541
  apy?: string | undefined;
7542
7542
  pendingWithdrawal?: {
7543
7543
  amount: string;
@@ -7554,7 +7554,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7554
7554
  name?: string | undefined;
7555
7555
  iconUrl?: string | undefined;
7556
7556
  };
7557
- accruedReward: string;
7557
+ accruedRewards: string;
7558
7558
  apy?: string | undefined;
7559
7559
  pendingWithdrawal?: {
7560
7560
  amount: string;
@@ -7836,7 +7836,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7836
7836
  name?: string | undefined;
7837
7837
  iconUrl?: string | undefined;
7838
7838
  }>;
7839
- accruedReward: z.ZodString;
7839
+ accruedRewards: z.ZodString;
7840
7840
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7841
7841
  amount: z.ZodString;
7842
7842
  withdrawableAfter: z.ZodNumber;
@@ -7854,7 +7854,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7854
7854
  name?: string | undefined;
7855
7855
  iconUrl?: string | undefined;
7856
7856
  };
7857
- accruedReward: string;
7857
+ accruedRewards: string;
7858
7858
  apy?: string | undefined;
7859
7859
  pendingWithdrawal?: {
7860
7860
  amount: string;
@@ -7866,7 +7866,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7866
7866
  name?: string | undefined;
7867
7867
  iconUrl?: string | undefined;
7868
7868
  };
7869
- accruedReward: string;
7869
+ accruedRewards: string;
7870
7870
  apy?: string | undefined;
7871
7871
  pendingWithdrawal?: {
7872
7872
  amount: string;
@@ -7880,7 +7880,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7880
7880
  name?: string | undefined;
7881
7881
  iconUrl?: string | undefined;
7882
7882
  };
7883
- accruedReward: string;
7883
+ accruedRewards: string;
7884
7884
  apy?: string | undefined;
7885
7885
  pendingWithdrawal?: {
7886
7886
  amount: string;
@@ -7897,7 +7897,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7897
7897
  name?: string | undefined;
7898
7898
  iconUrl?: string | undefined;
7899
7899
  };
7900
- accruedReward: string;
7900
+ accruedRewards: string;
7901
7901
  apy?: string | undefined;
7902
7902
  pendingWithdrawal?: {
7903
7903
  amount: string;
@@ -8179,7 +8179,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8179
8179
  name?: string | undefined;
8180
8180
  iconUrl?: string | undefined;
8181
8181
  }>;
8182
- accruedReward: z.ZodString;
8182
+ accruedRewards: z.ZodString;
8183
8183
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8184
8184
  amount: z.ZodString;
8185
8185
  withdrawableAfter: z.ZodNumber;
@@ -8197,7 +8197,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8197
8197
  name?: string | undefined;
8198
8198
  iconUrl?: string | undefined;
8199
8199
  };
8200
- accruedReward: string;
8200
+ accruedRewards: string;
8201
8201
  apy?: string | undefined;
8202
8202
  pendingWithdrawal?: {
8203
8203
  amount: string;
@@ -8209,7 +8209,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8209
8209
  name?: string | undefined;
8210
8210
  iconUrl?: string | undefined;
8211
8211
  };
8212
- accruedReward: string;
8212
+ accruedRewards: string;
8213
8213
  apy?: string | undefined;
8214
8214
  pendingWithdrawal?: {
8215
8215
  amount: string;
@@ -8223,7 +8223,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8223
8223
  name?: string | undefined;
8224
8224
  iconUrl?: string | undefined;
8225
8225
  };
8226
- accruedReward: string;
8226
+ accruedRewards: string;
8227
8227
  apy?: string | undefined;
8228
8228
  pendingWithdrawal?: {
8229
8229
  amount: string;
@@ -8240,7 +8240,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8240
8240
  name?: string | undefined;
8241
8241
  iconUrl?: string | undefined;
8242
8242
  };
8243
- accruedReward: string;
8243
+ accruedRewards: string;
8244
8244
  apy?: string | undefined;
8245
8245
  pendingWithdrawal?: {
8246
8246
  amount: string;
@@ -8522,7 +8522,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8522
8522
  name?: string | undefined;
8523
8523
  iconUrl?: string | undefined;
8524
8524
  }>;
8525
- accruedReward: z.ZodString;
8525
+ accruedRewards: z.ZodString;
8526
8526
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8527
8527
  amount: z.ZodString;
8528
8528
  withdrawableAfter: z.ZodNumber;
@@ -8540,7 +8540,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8540
8540
  name?: string | undefined;
8541
8541
  iconUrl?: string | undefined;
8542
8542
  };
8543
- accruedReward: string;
8543
+ accruedRewards: string;
8544
8544
  apy?: string | undefined;
8545
8545
  pendingWithdrawal?: {
8546
8546
  amount: string;
@@ -8552,7 +8552,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8552
8552
  name?: string | undefined;
8553
8553
  iconUrl?: string | undefined;
8554
8554
  };
8555
- accruedReward: string;
8555
+ accruedRewards: string;
8556
8556
  apy?: string | undefined;
8557
8557
  pendingWithdrawal?: {
8558
8558
  amount: string;
@@ -8566,7 +8566,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8566
8566
  name?: string | undefined;
8567
8567
  iconUrl?: string | undefined;
8568
8568
  };
8569
- accruedReward: string;
8569
+ accruedRewards: string;
8570
8570
  apy?: string | undefined;
8571
8571
  pendingWithdrawal?: {
8572
8572
  amount: string;
@@ -8583,7 +8583,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8583
8583
  name?: string | undefined;
8584
8584
  iconUrl?: string | undefined;
8585
8585
  };
8586
- accruedReward: string;
8586
+ accruedRewards: string;
8587
8587
  apy?: string | undefined;
8588
8588
  pendingWithdrawal?: {
8589
8589
  amount: string;
@@ -8869,7 +8869,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8869
8869
  name?: string | undefined;
8870
8870
  iconUrl?: string | undefined;
8871
8871
  }>;
8872
- accruedReward: z.ZodString;
8872
+ accruedRewards: z.ZodString;
8873
8873
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8874
8874
  amount: z.ZodString;
8875
8875
  withdrawableAfter: z.ZodNumber;
@@ -8887,7 +8887,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8887
8887
  name?: string | undefined;
8888
8888
  iconUrl?: string | undefined;
8889
8889
  };
8890
- accruedReward: string;
8890
+ accruedRewards: string;
8891
8891
  apy?: string | undefined;
8892
8892
  pendingWithdrawal?: {
8893
8893
  amount: string;
@@ -8899,7 +8899,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8899
8899
  name?: string | undefined;
8900
8900
  iconUrl?: string | undefined;
8901
8901
  };
8902
- accruedReward: string;
8902
+ accruedRewards: string;
8903
8903
  apy?: string | undefined;
8904
8904
  pendingWithdrawal?: {
8905
8905
  amount: string;
@@ -8913,7 +8913,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8913
8913
  name?: string | undefined;
8914
8914
  iconUrl?: string | undefined;
8915
8915
  };
8916
- accruedReward: string;
8916
+ accruedRewards: string;
8917
8917
  apy?: string | undefined;
8918
8918
  pendingWithdrawal?: {
8919
8919
  amount: string;
@@ -8930,7 +8930,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8930
8930
  name?: string | undefined;
8931
8931
  iconUrl?: string | undefined;
8932
8932
  };
8933
- accruedReward: string;
8933
+ accruedRewards: string;
8934
8934
  apy?: string | undefined;
8935
8935
  pendingWithdrawal?: {
8936
8936
  amount: string;
@@ -9215,7 +9215,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9215
9215
  name?: string | undefined;
9216
9216
  iconUrl?: string | undefined;
9217
9217
  }>;
9218
- accruedReward: z.ZodString;
9218
+ accruedRewards: z.ZodString;
9219
9219
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9220
9220
  amount: z.ZodString;
9221
9221
  withdrawableAfter: z.ZodNumber;
@@ -9233,7 +9233,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9233
9233
  name?: string | undefined;
9234
9234
  iconUrl?: string | undefined;
9235
9235
  };
9236
- accruedReward: string;
9236
+ accruedRewards: string;
9237
9237
  apy?: string | undefined;
9238
9238
  pendingWithdrawal?: {
9239
9239
  amount: string;
@@ -9245,7 +9245,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9245
9245
  name?: string | undefined;
9246
9246
  iconUrl?: string | undefined;
9247
9247
  };
9248
- accruedReward: string;
9248
+ accruedRewards: string;
9249
9249
  apy?: string | undefined;
9250
9250
  pendingWithdrawal?: {
9251
9251
  amount: string;
@@ -9259,7 +9259,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9259
9259
  name?: string | undefined;
9260
9260
  iconUrl?: string | undefined;
9261
9261
  };
9262
- accruedReward: string;
9262
+ accruedRewards: string;
9263
9263
  apy?: string | undefined;
9264
9264
  pendingWithdrawal?: {
9265
9265
  amount: string;
@@ -9276,7 +9276,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9276
9276
  name?: string | undefined;
9277
9277
  iconUrl?: string | undefined;
9278
9278
  };
9279
- accruedReward: string;
9279
+ accruedRewards: string;
9280
9280
  apy?: string | undefined;
9281
9281
  pendingWithdrawal?: {
9282
9282
  amount: string;
@@ -9563,7 +9563,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9563
9563
  name?: string | undefined;
9564
9564
  iconUrl?: string | undefined;
9565
9565
  }>;
9566
- accruedReward: z.ZodString;
9566
+ accruedRewards: z.ZodString;
9567
9567
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9568
9568
  amount: z.ZodString;
9569
9569
  withdrawableAfter: z.ZodNumber;
@@ -9581,7 +9581,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9581
9581
  name?: string | undefined;
9582
9582
  iconUrl?: string | undefined;
9583
9583
  };
9584
- accruedReward: string;
9584
+ accruedRewards: string;
9585
9585
  apy?: string | undefined;
9586
9586
  pendingWithdrawal?: {
9587
9587
  amount: string;
@@ -9593,7 +9593,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9593
9593
  name?: string | undefined;
9594
9594
  iconUrl?: string | undefined;
9595
9595
  };
9596
- accruedReward: string;
9596
+ accruedRewards: string;
9597
9597
  apy?: string | undefined;
9598
9598
  pendingWithdrawal?: {
9599
9599
  amount: string;
@@ -9607,7 +9607,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9607
9607
  name?: string | undefined;
9608
9608
  iconUrl?: string | undefined;
9609
9609
  };
9610
- accruedReward: string;
9610
+ accruedRewards: string;
9611
9611
  apy?: string | undefined;
9612
9612
  pendingWithdrawal?: {
9613
9613
  amount: string;
@@ -9624,7 +9624,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9624
9624
  name?: string | undefined;
9625
9625
  iconUrl?: string | undefined;
9626
9626
  };
9627
- accruedReward: string;
9627
+ accruedRewards: string;
9628
9628
  apy?: string | undefined;
9629
9629
  pendingWithdrawal?: {
9630
9630
  amount: string;
@@ -9906,7 +9906,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9906
9906
  name?: string | undefined;
9907
9907
  iconUrl?: string | undefined;
9908
9908
  }>;
9909
- accruedReward: z.ZodString;
9909
+ accruedRewards: z.ZodString;
9910
9910
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9911
9911
  amount: z.ZodString;
9912
9912
  withdrawableAfter: z.ZodNumber;
@@ -9924,7 +9924,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9924
9924
  name?: string | undefined;
9925
9925
  iconUrl?: string | undefined;
9926
9926
  };
9927
- accruedReward: string;
9927
+ accruedRewards: string;
9928
9928
  apy?: string | undefined;
9929
9929
  pendingWithdrawal?: {
9930
9930
  amount: string;
@@ -9936,7 +9936,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9936
9936
  name?: string | undefined;
9937
9937
  iconUrl?: string | undefined;
9938
9938
  };
9939
- accruedReward: string;
9939
+ accruedRewards: string;
9940
9940
  apy?: string | undefined;
9941
9941
  pendingWithdrawal?: {
9942
9942
  amount: string;
@@ -9950,7 +9950,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9950
9950
  name?: string | undefined;
9951
9951
  iconUrl?: string | undefined;
9952
9952
  };
9953
- accruedReward: string;
9953
+ accruedRewards: string;
9954
9954
  apy?: string | undefined;
9955
9955
  pendingWithdrawal?: {
9956
9956
  amount: string;
@@ -9967,7 +9967,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9967
9967
  name?: string | undefined;
9968
9968
  iconUrl?: string | undefined;
9969
9969
  };
9970
- accruedReward: string;
9970
+ accruedRewards: string;
9971
9971
  apy?: string | undefined;
9972
9972
  pendingWithdrawal?: {
9973
9973
  amount: string;
@@ -10249,7 +10249,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10249
10249
  name?: string | undefined;
10250
10250
  iconUrl?: string | undefined;
10251
10251
  }>;
10252
- accruedReward: z.ZodString;
10252
+ accruedRewards: z.ZodString;
10253
10253
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10254
10254
  amount: z.ZodString;
10255
10255
  withdrawableAfter: z.ZodNumber;
@@ -10267,7 +10267,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10267
10267
  name?: string | undefined;
10268
10268
  iconUrl?: string | undefined;
10269
10269
  };
10270
- accruedReward: string;
10270
+ accruedRewards: string;
10271
10271
  apy?: string | undefined;
10272
10272
  pendingWithdrawal?: {
10273
10273
  amount: string;
@@ -10279,7 +10279,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10279
10279
  name?: string | undefined;
10280
10280
  iconUrl?: string | undefined;
10281
10281
  };
10282
- accruedReward: string;
10282
+ accruedRewards: string;
10283
10283
  apy?: string | undefined;
10284
10284
  pendingWithdrawal?: {
10285
10285
  amount: string;
@@ -10293,7 +10293,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10293
10293
  name?: string | undefined;
10294
10294
  iconUrl?: string | undefined;
10295
10295
  };
10296
- accruedReward: string;
10296
+ accruedRewards: string;
10297
10297
  apy?: string | undefined;
10298
10298
  pendingWithdrawal?: {
10299
10299
  amount: string;
@@ -10310,7 +10310,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10310
10310
  name?: string | undefined;
10311
10311
  iconUrl?: string | undefined;
10312
10312
  };
10313
- accruedReward: string;
10313
+ accruedRewards: string;
10314
10314
  apy?: string | undefined;
10315
10315
  pendingWithdrawal?: {
10316
10316
  amount: string;
@@ -10592,7 +10592,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10592
10592
  name?: string | undefined;
10593
10593
  iconUrl?: string | undefined;
10594
10594
  }>;
10595
- accruedReward: z.ZodString;
10595
+ accruedRewards: z.ZodString;
10596
10596
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10597
10597
  amount: z.ZodString;
10598
10598
  withdrawableAfter: z.ZodNumber;
@@ -10610,7 +10610,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10610
10610
  name?: string | undefined;
10611
10611
  iconUrl?: string | undefined;
10612
10612
  };
10613
- accruedReward: string;
10613
+ accruedRewards: string;
10614
10614
  apy?: string | undefined;
10615
10615
  pendingWithdrawal?: {
10616
10616
  amount: string;
@@ -10622,7 +10622,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10622
10622
  name?: string | undefined;
10623
10623
  iconUrl?: string | undefined;
10624
10624
  };
10625
- accruedReward: string;
10625
+ accruedRewards: string;
10626
10626
  apy?: string | undefined;
10627
10627
  pendingWithdrawal?: {
10628
10628
  amount: string;
@@ -10636,7 +10636,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10636
10636
  name?: string | undefined;
10637
10637
  iconUrl?: string | undefined;
10638
10638
  };
10639
- accruedReward: string;
10639
+ accruedRewards: string;
10640
10640
  apy?: string | undefined;
10641
10641
  pendingWithdrawal?: {
10642
10642
  amount: string;
@@ -10653,7 +10653,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10653
10653
  name?: string | undefined;
10654
10654
  iconUrl?: string | undefined;
10655
10655
  };
10656
- accruedReward: string;
10656
+ accruedRewards: string;
10657
10657
  apy?: string | undefined;
10658
10658
  pendingWithdrawal?: {
10659
10659
  amount: string;
@@ -10935,7 +10935,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10935
10935
  name?: string | undefined;
10936
10936
  iconUrl?: string | undefined;
10937
10937
  }>;
10938
- accruedReward: z.ZodString;
10938
+ accruedRewards: z.ZodString;
10939
10939
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10940
10940
  amount: z.ZodString;
10941
10941
  withdrawableAfter: z.ZodNumber;
@@ -10953,7 +10953,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10953
10953
  name?: string | undefined;
10954
10954
  iconUrl?: string | undefined;
10955
10955
  };
10956
- accruedReward: string;
10956
+ accruedRewards: string;
10957
10957
  apy?: string | undefined;
10958
10958
  pendingWithdrawal?: {
10959
10959
  amount: string;
@@ -10965,7 +10965,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10965
10965
  name?: string | undefined;
10966
10966
  iconUrl?: string | undefined;
10967
10967
  };
10968
- accruedReward: string;
10968
+ accruedRewards: string;
10969
10969
  apy?: string | undefined;
10970
10970
  pendingWithdrawal?: {
10971
10971
  amount: string;
@@ -10979,7 +10979,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10979
10979
  name?: string | undefined;
10980
10980
  iconUrl?: string | undefined;
10981
10981
  };
10982
- accruedReward: string;
10982
+ accruedRewards: string;
10983
10983
  apy?: string | undefined;
10984
10984
  pendingWithdrawal?: {
10985
10985
  amount: string;
@@ -10996,7 +10996,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10996
10996
  name?: string | undefined;
10997
10997
  iconUrl?: string | undefined;
10998
10998
  };
10999
- accruedReward: string;
10999
+ accruedRewards: string;
11000
11000
  apy?: string | undefined;
11001
11001
  pendingWithdrawal?: {
11002
11002
  amount: string;
@@ -11279,7 +11279,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11279
11279
  name?: string | undefined;
11280
11280
  iconUrl?: string | undefined;
11281
11281
  }>;
11282
- accruedReward: z.ZodString;
11282
+ accruedRewards: z.ZodString;
11283
11283
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11284
11284
  amount: z.ZodString;
11285
11285
  withdrawableAfter: z.ZodNumber;
@@ -11297,7 +11297,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11297
11297
  name?: string | undefined;
11298
11298
  iconUrl?: string | undefined;
11299
11299
  };
11300
- accruedReward: string;
11300
+ accruedRewards: string;
11301
11301
  apy?: string | undefined;
11302
11302
  pendingWithdrawal?: {
11303
11303
  amount: string;
@@ -11309,7 +11309,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11309
11309
  name?: string | undefined;
11310
11310
  iconUrl?: string | undefined;
11311
11311
  };
11312
- accruedReward: string;
11312
+ accruedRewards: string;
11313
11313
  apy?: string | undefined;
11314
11314
  pendingWithdrawal?: {
11315
11315
  amount: string;
@@ -11323,7 +11323,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11323
11323
  name?: string | undefined;
11324
11324
  iconUrl?: string | undefined;
11325
11325
  };
11326
- accruedReward: string;
11326
+ accruedRewards: string;
11327
11327
  apy?: string | undefined;
11328
11328
  pendingWithdrawal?: {
11329
11329
  amount: string;
@@ -11340,7 +11340,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11340
11340
  name?: string | undefined;
11341
11341
  iconUrl?: string | undefined;
11342
11342
  };
11343
- accruedReward: string;
11343
+ accruedRewards: string;
11344
11344
  apy?: string | undefined;
11345
11345
  pendingWithdrawal?: {
11346
11346
  amount: string;
@@ -11622,7 +11622,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11622
11622
  name?: string | undefined;
11623
11623
  iconUrl?: string | undefined;
11624
11624
  }>;
11625
- accruedReward: z.ZodString;
11625
+ accruedRewards: z.ZodString;
11626
11626
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11627
11627
  amount: z.ZodString;
11628
11628
  withdrawableAfter: z.ZodNumber;
@@ -11640,7 +11640,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11640
11640
  name?: string | undefined;
11641
11641
  iconUrl?: string | undefined;
11642
11642
  };
11643
- accruedReward: string;
11643
+ accruedRewards: string;
11644
11644
  apy?: string | undefined;
11645
11645
  pendingWithdrawal?: {
11646
11646
  amount: string;
@@ -11652,7 +11652,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11652
11652
  name?: string | undefined;
11653
11653
  iconUrl?: string | undefined;
11654
11654
  };
11655
- accruedReward: string;
11655
+ accruedRewards: string;
11656
11656
  apy?: string | undefined;
11657
11657
  pendingWithdrawal?: {
11658
11658
  amount: string;
@@ -11666,7 +11666,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11666
11666
  name?: string | undefined;
11667
11667
  iconUrl?: string | undefined;
11668
11668
  };
11669
- accruedReward: string;
11669
+ accruedRewards: string;
11670
11670
  apy?: string | undefined;
11671
11671
  pendingWithdrawal?: {
11672
11672
  amount: string;
@@ -11683,7 +11683,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11683
11683
  name?: string | undefined;
11684
11684
  iconUrl?: string | undefined;
11685
11685
  };
11686
- accruedReward: string;
11686
+ accruedRewards: string;
11687
11687
  apy?: string | undefined;
11688
11688
  pendingWithdrawal?: {
11689
11689
  amount: string;
@@ -11965,7 +11965,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11965
11965
  name?: string | undefined;
11966
11966
  iconUrl?: string | undefined;
11967
11967
  }>;
11968
- accruedReward: z.ZodString;
11968
+ accruedRewards: z.ZodString;
11969
11969
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11970
11970
  amount: z.ZodString;
11971
11971
  withdrawableAfter: z.ZodNumber;
@@ -11983,7 +11983,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11983
11983
  name?: string | undefined;
11984
11984
  iconUrl?: string | undefined;
11985
11985
  };
11986
- accruedReward: string;
11986
+ accruedRewards: string;
11987
11987
  apy?: string | undefined;
11988
11988
  pendingWithdrawal?: {
11989
11989
  amount: string;
@@ -11995,7 +11995,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11995
11995
  name?: string | undefined;
11996
11996
  iconUrl?: string | undefined;
11997
11997
  };
11998
- accruedReward: string;
11998
+ accruedRewards: string;
11999
11999
  apy?: string | undefined;
12000
12000
  pendingWithdrawal?: {
12001
12001
  amount: string;
@@ -12009,7 +12009,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12009
12009
  name?: string | undefined;
12010
12010
  iconUrl?: string | undefined;
12011
12011
  };
12012
- accruedReward: string;
12012
+ accruedRewards: string;
12013
12013
  apy?: string | undefined;
12014
12014
  pendingWithdrawal?: {
12015
12015
  amount: string;
@@ -12026,7 +12026,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12026
12026
  name?: string | undefined;
12027
12027
  iconUrl?: string | undefined;
12028
12028
  };
12029
- accruedReward: string;
12029
+ accruedRewards: string;
12030
12030
  apy?: string | undefined;
12031
12031
  pendingWithdrawal?: {
12032
12032
  amount: string;
@@ -12308,7 +12308,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12308
12308
  name?: string | undefined;
12309
12309
  iconUrl?: string | undefined;
12310
12310
  }>;
12311
- accruedReward: z.ZodString;
12311
+ accruedRewards: z.ZodString;
12312
12312
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
12313
12313
  amount: z.ZodString;
12314
12314
  withdrawableAfter: z.ZodNumber;
@@ -12326,7 +12326,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12326
12326
  name?: string | undefined;
12327
12327
  iconUrl?: string | undefined;
12328
12328
  };
12329
- accruedReward: string;
12329
+ accruedRewards: string;
12330
12330
  apy?: string | undefined;
12331
12331
  pendingWithdrawal?: {
12332
12332
  amount: string;
@@ -12338,7 +12338,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12338
12338
  name?: string | undefined;
12339
12339
  iconUrl?: string | undefined;
12340
12340
  };
12341
- accruedReward: string;
12341
+ accruedRewards: string;
12342
12342
  apy?: string | undefined;
12343
12343
  pendingWithdrawal?: {
12344
12344
  amount: string;
@@ -12352,7 +12352,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12352
12352
  name?: string | undefined;
12353
12353
  iconUrl?: string | undefined;
12354
12354
  };
12355
- accruedReward: string;
12355
+ accruedRewards: string;
12356
12356
  apy?: string | undefined;
12357
12357
  pendingWithdrawal?: {
12358
12358
  amount: string;
@@ -12369,7 +12369,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12369
12369
  name?: string | undefined;
12370
12370
  iconUrl?: string | undefined;
12371
12371
  };
12372
- accruedReward: string;
12372
+ accruedRewards: string;
12373
12373
  apy?: string | undefined;
12374
12374
  pendingWithdrawal?: {
12375
12375
  amount: string;
@@ -12651,7 +12651,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12651
12651
  name?: string | undefined;
12652
12652
  iconUrl?: string | undefined;
12653
12653
  }>;
12654
- accruedReward: z.ZodString;
12654
+ accruedRewards: z.ZodString;
12655
12655
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
12656
12656
  amount: z.ZodString;
12657
12657
  withdrawableAfter: z.ZodNumber;
@@ -12669,7 +12669,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12669
12669
  name?: string | undefined;
12670
12670
  iconUrl?: string | undefined;
12671
12671
  };
12672
- accruedReward: string;
12672
+ accruedRewards: string;
12673
12673
  apy?: string | undefined;
12674
12674
  pendingWithdrawal?: {
12675
12675
  amount: string;
@@ -12681,7 +12681,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12681
12681
  name?: string | undefined;
12682
12682
  iconUrl?: string | undefined;
12683
12683
  };
12684
- accruedReward: string;
12684
+ accruedRewards: string;
12685
12685
  apy?: string | undefined;
12686
12686
  pendingWithdrawal?: {
12687
12687
  amount: string;
@@ -12695,7 +12695,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12695
12695
  name?: string | undefined;
12696
12696
  iconUrl?: string | undefined;
12697
12697
  };
12698
- accruedReward: string;
12698
+ accruedRewards: string;
12699
12699
  apy?: string | undefined;
12700
12700
  pendingWithdrawal?: {
12701
12701
  amount: string;
@@ -12712,7 +12712,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12712
12712
  name?: string | undefined;
12713
12713
  iconUrl?: string | undefined;
12714
12714
  };
12715
- accruedReward: string;
12715
+ accruedRewards: string;
12716
12716
  apy?: string | undefined;
12717
12717
  pendingWithdrawal?: {
12718
12718
  amount: string;
@@ -12998,7 +12998,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12998
12998
  name?: string | undefined;
12999
12999
  iconUrl?: string | undefined;
13000
13000
  }>;
13001
- accruedReward: z.ZodString;
13001
+ accruedRewards: z.ZodString;
13002
13002
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13003
13003
  amount: z.ZodString;
13004
13004
  withdrawableAfter: z.ZodNumber;
@@ -13016,7 +13016,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13016
13016
  name?: string | undefined;
13017
13017
  iconUrl?: string | undefined;
13018
13018
  };
13019
- accruedReward: string;
13019
+ accruedRewards: string;
13020
13020
  apy?: string | undefined;
13021
13021
  pendingWithdrawal?: {
13022
13022
  amount: string;
@@ -13028,7 +13028,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13028
13028
  name?: string | undefined;
13029
13029
  iconUrl?: string | undefined;
13030
13030
  };
13031
- accruedReward: string;
13031
+ accruedRewards: string;
13032
13032
  apy?: string | undefined;
13033
13033
  pendingWithdrawal?: {
13034
13034
  amount: string;
@@ -13042,7 +13042,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13042
13042
  name?: string | undefined;
13043
13043
  iconUrl?: string | undefined;
13044
13044
  };
13045
- accruedReward: string;
13045
+ accruedRewards: string;
13046
13046
  apy?: string | undefined;
13047
13047
  pendingWithdrawal?: {
13048
13048
  amount: string;
@@ -13059,7 +13059,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13059
13059
  name?: string | undefined;
13060
13060
  iconUrl?: string | undefined;
13061
13061
  };
13062
- accruedReward: string;
13062
+ accruedRewards: string;
13063
13063
  apy?: string | undefined;
13064
13064
  pendingWithdrawal?: {
13065
13065
  amount: string;
@@ -13344,7 +13344,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13344
13344
  name?: string | undefined;
13345
13345
  iconUrl?: string | undefined;
13346
13346
  }>;
13347
- accruedReward: z.ZodString;
13347
+ accruedRewards: z.ZodString;
13348
13348
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13349
13349
  amount: z.ZodString;
13350
13350
  withdrawableAfter: z.ZodNumber;
@@ -13362,7 +13362,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13362
13362
  name?: string | undefined;
13363
13363
  iconUrl?: string | undefined;
13364
13364
  };
13365
- accruedReward: string;
13365
+ accruedRewards: string;
13366
13366
  apy?: string | undefined;
13367
13367
  pendingWithdrawal?: {
13368
13368
  amount: string;
@@ -13374,7 +13374,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13374
13374
  name?: string | undefined;
13375
13375
  iconUrl?: string | undefined;
13376
13376
  };
13377
- accruedReward: string;
13377
+ accruedRewards: string;
13378
13378
  apy?: string | undefined;
13379
13379
  pendingWithdrawal?: {
13380
13380
  amount: string;
@@ -13388,7 +13388,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13388
13388
  name?: string | undefined;
13389
13389
  iconUrl?: string | undefined;
13390
13390
  };
13391
- accruedReward: string;
13391
+ accruedRewards: string;
13392
13392
  apy?: string | undefined;
13393
13393
  pendingWithdrawal?: {
13394
13394
  amount: string;
@@ -13405,7 +13405,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13405
13405
  name?: string | undefined;
13406
13406
  iconUrl?: string | undefined;
13407
13407
  };
13408
- accruedReward: string;
13408
+ accruedRewards: string;
13409
13409
  apy?: string | undefined;
13410
13410
  pendingWithdrawal?: {
13411
13411
  amount: string;
@@ -13692,7 +13692,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13692
13692
  name?: string | undefined;
13693
13693
  iconUrl?: string | undefined;
13694
13694
  }>;
13695
- accruedReward: z.ZodString;
13695
+ accruedRewards: z.ZodString;
13696
13696
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13697
13697
  amount: z.ZodString;
13698
13698
  withdrawableAfter: z.ZodNumber;
@@ -13710,7 +13710,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13710
13710
  name?: string | undefined;
13711
13711
  iconUrl?: string | undefined;
13712
13712
  };
13713
- accruedReward: string;
13713
+ accruedRewards: string;
13714
13714
  apy?: string | undefined;
13715
13715
  pendingWithdrawal?: {
13716
13716
  amount: string;
@@ -13722,7 +13722,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13722
13722
  name?: string | undefined;
13723
13723
  iconUrl?: string | undefined;
13724
13724
  };
13725
- accruedReward: string;
13725
+ accruedRewards: string;
13726
13726
  apy?: string | undefined;
13727
13727
  pendingWithdrawal?: {
13728
13728
  amount: string;
@@ -13736,7 +13736,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13736
13736
  name?: string | undefined;
13737
13737
  iconUrl?: string | undefined;
13738
13738
  };
13739
- accruedReward: string;
13739
+ accruedRewards: string;
13740
13740
  apy?: string | undefined;
13741
13741
  pendingWithdrawal?: {
13742
13742
  amount: string;
@@ -13753,7 +13753,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13753
13753
  name?: string | undefined;
13754
13754
  iconUrl?: string | undefined;
13755
13755
  };
13756
- accruedReward: string;
13756
+ accruedRewards: string;
13757
13757
  apy?: string | undefined;
13758
13758
  pendingWithdrawal?: {
13759
13759
  amount: string;
@@ -14040,7 +14040,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14040
14040
  name?: string | undefined;
14041
14041
  iconUrl?: string | undefined;
14042
14042
  }>;
14043
- accruedReward: z.ZodString;
14043
+ accruedRewards: z.ZodString;
14044
14044
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
14045
14045
  amount: z.ZodString;
14046
14046
  withdrawableAfter: z.ZodNumber;
@@ -14058,7 +14058,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14058
14058
  name?: string | undefined;
14059
14059
  iconUrl?: string | undefined;
14060
14060
  };
14061
- accruedReward: string;
14061
+ accruedRewards: string;
14062
14062
  apy?: string | undefined;
14063
14063
  pendingWithdrawal?: {
14064
14064
  amount: string;
@@ -14070,7 +14070,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14070
14070
  name?: string | undefined;
14071
14071
  iconUrl?: string | undefined;
14072
14072
  };
14073
- accruedReward: string;
14073
+ accruedRewards: string;
14074
14074
  apy?: string | undefined;
14075
14075
  pendingWithdrawal?: {
14076
14076
  amount: string;
@@ -14084,7 +14084,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14084
14084
  name?: string | undefined;
14085
14085
  iconUrl?: string | undefined;
14086
14086
  };
14087
- accruedReward: string;
14087
+ accruedRewards: string;
14088
14088
  apy?: string | undefined;
14089
14089
  pendingWithdrawal?: {
14090
14090
  amount: string;
@@ -14101,7 +14101,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14101
14101
  name?: string | undefined;
14102
14102
  iconUrl?: string | undefined;
14103
14103
  };
14104
- accruedReward: string;
14104
+ accruedRewards: string;
14105
14105
  apy?: string | undefined;
14106
14106
  pendingWithdrawal?: {
14107
14107
  amount: string;