@argent/x-shared 1.41.4 → 1.41.6

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.
@@ -849,7 +849,12 @@ export declare const apiCollateralizedDebtPositionsSchema: z.ZodArray<z.ZodObjec
849
849
  totalBalances: Record<string, string>;
850
850
  tokenAddress?: string | undefined;
851
851
  }>, "many">;
852
- export declare const apiDelegatedTokensSchema: z.ZodObject<{
852
+ export declare const apiDelegatedTokensSchema: z.ZodObject<z.objectUtil.extendShape<{
853
+ id: z.ZodString;
854
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
855
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
856
+ }, {
857
+ id: z.ZodString;
853
858
  data: z.ZodObject<{
854
859
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
855
860
  }, "strip", z.ZodTypeAny, {
@@ -858,18 +863,27 @@ export declare const apiDelegatedTokensSchema: z.ZodObject<{
858
863
  delegatingTo: string;
859
864
  }>;
860
865
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
861
- }, "strip", z.ZodTypeAny, {
866
+ }>, "strip", z.ZodTypeAny, {
862
867
  data: {
863
868
  delegatingTo: `0x${string}`;
864
869
  };
870
+ id: string;
865
871
  totalBalances: Record<string, string>;
872
+ tokenAddress?: `0x${string}` | undefined;
866
873
  }, {
867
874
  data: {
868
875
  delegatingTo: string;
869
876
  };
877
+ id: string;
870
878
  totalBalances: Record<string, string>;
879
+ tokenAddress?: string | undefined;
871
880
  }>;
872
- export declare const apiDelegatedTokensArraySchema: z.ZodArray<z.ZodObject<{
881
+ export declare const apiDelegatedTokensArraySchema: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
882
+ id: z.ZodString;
883
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
884
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
885
+ }, {
886
+ id: z.ZodString;
873
887
  data: z.ZodObject<{
874
888
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
875
889
  }, "strip", z.ZodTypeAny, {
@@ -878,16 +892,20 @@ export declare const apiDelegatedTokensArraySchema: z.ZodArray<z.ZodObject<{
878
892
  delegatingTo: string;
879
893
  }>;
880
894
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
881
- }, "strip", z.ZodTypeAny, {
895
+ }>, "strip", z.ZodTypeAny, {
882
896
  data: {
883
897
  delegatingTo: `0x${string}`;
884
898
  };
899
+ id: string;
885
900
  totalBalances: Record<string, string>;
901
+ tokenAddress?: `0x${string}` | undefined;
886
902
  }, {
887
903
  data: {
888
904
  delegatingTo: string;
889
905
  };
906
+ id: string;
890
907
  totalBalances: Record<string, string>;
908
+ tokenAddress?: string | undefined;
891
909
  }>, "many">;
892
910
  export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.extendShape<{
893
911
  id: z.ZodString;
@@ -908,7 +926,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
908
926
  name?: string | undefined;
909
927
  iconUrl?: string | undefined;
910
928
  }>;
911
- accruedReward: z.ZodString;
929
+ accruedRewards: z.ZodString;
912
930
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
913
931
  amount: z.ZodString;
914
932
  withdrawableAfter: z.ZodNumber;
@@ -926,7 +944,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
926
944
  name?: string | undefined;
927
945
  iconUrl?: string | undefined;
928
946
  };
929
- accruedReward: string;
947
+ accruedRewards: string;
930
948
  apy?: string | undefined;
931
949
  pendingWithdrawal?: {
932
950
  amount: string;
@@ -938,7 +956,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
938
956
  name?: string | undefined;
939
957
  iconUrl?: string | undefined;
940
958
  };
941
- accruedReward: string;
959
+ accruedRewards: string;
942
960
  apy?: string | undefined;
943
961
  pendingWithdrawal?: {
944
962
  amount: string;
@@ -952,7 +970,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
952
970
  name?: string | undefined;
953
971
  iconUrl?: string | undefined;
954
972
  };
955
- accruedReward: string;
973
+ accruedRewards: string;
956
974
  apy?: string | undefined;
957
975
  pendingWithdrawal?: {
958
976
  amount: string;
@@ -969,7 +987,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
969
987
  name?: string | undefined;
970
988
  iconUrl?: string | undefined;
971
989
  };
972
- accruedReward: string;
990
+ accruedRewards: string;
973
991
  apy?: string | undefined;
974
992
  pendingWithdrawal?: {
975
993
  amount: string;
@@ -999,7 +1017,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
999
1017
  name?: string | undefined;
1000
1018
  iconUrl?: string | undefined;
1001
1019
  }>;
1002
- accruedReward: z.ZodString;
1020
+ accruedRewards: z.ZodString;
1003
1021
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1004
1022
  amount: z.ZodString;
1005
1023
  withdrawableAfter: z.ZodNumber;
@@ -1017,7 +1035,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1017
1035
  name?: string | undefined;
1018
1036
  iconUrl?: string | undefined;
1019
1037
  };
1020
- accruedReward: string;
1038
+ accruedRewards: string;
1021
1039
  apy?: string | undefined;
1022
1040
  pendingWithdrawal?: {
1023
1041
  amount: string;
@@ -1029,7 +1047,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1029
1047
  name?: string | undefined;
1030
1048
  iconUrl?: string | undefined;
1031
1049
  };
1032
- accruedReward: string;
1050
+ accruedRewards: string;
1033
1051
  apy?: string | undefined;
1034
1052
  pendingWithdrawal?: {
1035
1053
  amount: string;
@@ -1043,7 +1061,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1043
1061
  name?: string | undefined;
1044
1062
  iconUrl?: string | undefined;
1045
1063
  };
1046
- accruedReward: string;
1064
+ accruedRewards: string;
1047
1065
  apy?: string | undefined;
1048
1066
  pendingWithdrawal?: {
1049
1067
  amount: string;
@@ -1060,7 +1078,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
1060
1078
  name?: string | undefined;
1061
1079
  iconUrl?: string | undefined;
1062
1080
  };
1063
- accruedReward: string;
1081
+ accruedRewards: string;
1064
1082
  apy?: string | undefined;
1065
1083
  pendingWithdrawal?: {
1066
1084
  amount: string;
@@ -1259,7 +1277,12 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1259
1277
  id: string;
1260
1278
  totalBalances: Record<string, string>;
1261
1279
  tokenAddress?: string | undefined;
1262
- }>]>, z.ZodObject<{
1280
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
1281
+ id: z.ZodString;
1282
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1283
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1284
+ }, {
1285
+ id: z.ZodString;
1263
1286
  data: z.ZodObject<{
1264
1287
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1265
1288
  }, "strip", z.ZodTypeAny, {
@@ -1268,16 +1291,20 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1268
1291
  delegatingTo: string;
1269
1292
  }>;
1270
1293
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1271
- }, "strip", z.ZodTypeAny, {
1294
+ }>, "strip", z.ZodTypeAny, {
1272
1295
  data: {
1273
1296
  delegatingTo: `0x${string}`;
1274
1297
  };
1298
+ id: string;
1275
1299
  totalBalances: Record<string, string>;
1300
+ tokenAddress?: `0x${string}` | undefined;
1276
1301
  }, {
1277
1302
  data: {
1278
1303
  delegatingTo: string;
1279
1304
  };
1305
+ id: string;
1280
1306
  totalBalances: Record<string, string>;
1307
+ tokenAddress?: string | undefined;
1281
1308
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1282
1309
  id: z.ZodString;
1283
1310
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -1327,7 +1354,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1327
1354
  name?: string | undefined;
1328
1355
  iconUrl?: string | undefined;
1329
1356
  }>;
1330
- accruedReward: z.ZodString;
1357
+ accruedRewards: z.ZodString;
1331
1358
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1332
1359
  amount: z.ZodString;
1333
1360
  withdrawableAfter: z.ZodNumber;
@@ -1345,7 +1372,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1345
1372
  name?: string | undefined;
1346
1373
  iconUrl?: string | undefined;
1347
1374
  };
1348
- accruedReward: string;
1375
+ accruedRewards: string;
1349
1376
  apy?: string | undefined;
1350
1377
  pendingWithdrawal?: {
1351
1378
  amount: string;
@@ -1357,7 +1384,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1357
1384
  name?: string | undefined;
1358
1385
  iconUrl?: string | undefined;
1359
1386
  };
1360
- accruedReward: string;
1387
+ accruedRewards: string;
1361
1388
  apy?: string | undefined;
1362
1389
  pendingWithdrawal?: {
1363
1390
  amount: string;
@@ -1371,7 +1398,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1371
1398
  name?: string | undefined;
1372
1399
  iconUrl?: string | undefined;
1373
1400
  };
1374
- accruedReward: string;
1401
+ accruedRewards: string;
1375
1402
  apy?: string | undefined;
1376
1403
  pendingWithdrawal?: {
1377
1404
  amount: string;
@@ -1388,7 +1415,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
1388
1415
  name?: string | undefined;
1389
1416
  iconUrl?: string | undefined;
1390
1417
  };
1391
- accruedReward: string;
1418
+ accruedRewards: string;
1392
1419
  apy?: string | undefined;
1393
1420
  pendingWithdrawal?: {
1394
1421
  amount: string;
@@ -1588,7 +1615,12 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1588
1615
  id: string;
1589
1616
  totalBalances: Record<string, string>;
1590
1617
  tokenAddress?: string | undefined;
1591
- }>]>, z.ZodObject<{
1618
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
1619
+ id: z.ZodString;
1620
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1621
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1622
+ }, {
1623
+ id: z.ZodString;
1592
1624
  data: z.ZodObject<{
1593
1625
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1594
1626
  }, "strip", z.ZodTypeAny, {
@@ -1597,16 +1629,20 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1597
1629
  delegatingTo: string;
1598
1630
  }>;
1599
1631
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1600
- }, "strip", z.ZodTypeAny, {
1632
+ }>, "strip", z.ZodTypeAny, {
1601
1633
  data: {
1602
1634
  delegatingTo: `0x${string}`;
1603
1635
  };
1636
+ id: string;
1604
1637
  totalBalances: Record<string, string>;
1638
+ tokenAddress?: `0x${string}` | undefined;
1605
1639
  }, {
1606
1640
  data: {
1607
1641
  delegatingTo: string;
1608
1642
  };
1643
+ id: string;
1609
1644
  totalBalances: Record<string, string>;
1645
+ tokenAddress?: string | undefined;
1610
1646
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1611
1647
  id: z.ZodString;
1612
1648
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -1656,7 +1692,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1656
1692
  name?: string | undefined;
1657
1693
  iconUrl?: string | undefined;
1658
1694
  }>;
1659
- accruedReward: z.ZodString;
1695
+ accruedRewards: z.ZodString;
1660
1696
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
1661
1697
  amount: z.ZodString;
1662
1698
  withdrawableAfter: z.ZodNumber;
@@ -1674,7 +1710,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1674
1710
  name?: string | undefined;
1675
1711
  iconUrl?: string | undefined;
1676
1712
  };
1677
- accruedReward: string;
1713
+ accruedRewards: string;
1678
1714
  apy?: string | undefined;
1679
1715
  pendingWithdrawal?: {
1680
1716
  amount: string;
@@ -1686,7 +1722,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1686
1722
  name?: string | undefined;
1687
1723
  iconUrl?: string | undefined;
1688
1724
  };
1689
- accruedReward: string;
1725
+ accruedRewards: string;
1690
1726
  apy?: string | undefined;
1691
1727
  pendingWithdrawal?: {
1692
1728
  amount: string;
@@ -1700,7 +1736,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1700
1736
  name?: string | undefined;
1701
1737
  iconUrl?: string | undefined;
1702
1738
  };
1703
- accruedReward: string;
1739
+ accruedRewards: string;
1704
1740
  apy?: string | undefined;
1705
1741
  pendingWithdrawal?: {
1706
1742
  amount: string;
@@ -1717,7 +1753,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1717
1753
  name?: string | undefined;
1718
1754
  iconUrl?: string | undefined;
1719
1755
  };
1720
- accruedReward: string;
1756
+ accruedRewards: string;
1721
1757
  apy?: string | undefined;
1722
1758
  pendingWithdrawal?: {
1723
1759
  amount: string;
@@ -1931,7 +1967,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1931
1967
  id: string;
1932
1968
  totalBalances: Record<string, string>;
1933
1969
  tokenAddress?: string | undefined;
1934
- }>]>, z.ZodObject<{
1970
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
1971
+ id: z.ZodString;
1972
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1973
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1974
+ }, {
1975
+ id: z.ZodString;
1935
1976
  data: z.ZodObject<{
1936
1977
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1937
1978
  }, "strip", z.ZodTypeAny, {
@@ -1940,16 +1981,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1940
1981
  delegatingTo: string;
1941
1982
  }>;
1942
1983
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1943
- }, "strip", z.ZodTypeAny, {
1984
+ }>, "strip", z.ZodTypeAny, {
1944
1985
  data: {
1945
1986
  delegatingTo: `0x${string}`;
1946
1987
  };
1988
+ id: string;
1947
1989
  totalBalances: Record<string, string>;
1990
+ tokenAddress?: `0x${string}` | undefined;
1948
1991
  }, {
1949
1992
  data: {
1950
1993
  delegatingTo: string;
1951
1994
  };
1995
+ id: string;
1952
1996
  totalBalances: Record<string, string>;
1997
+ tokenAddress?: string | undefined;
1953
1998
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1954
1999
  id: z.ZodString;
1955
2000
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -1999,7 +2044,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1999
2044
  name?: string | undefined;
2000
2045
  iconUrl?: string | undefined;
2001
2046
  }>;
2002
- accruedReward: z.ZodString;
2047
+ accruedRewards: z.ZodString;
2003
2048
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2004
2049
  amount: z.ZodString;
2005
2050
  withdrawableAfter: z.ZodNumber;
@@ -2017,7 +2062,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2017
2062
  name?: string | undefined;
2018
2063
  iconUrl?: string | undefined;
2019
2064
  };
2020
- accruedReward: string;
2065
+ accruedRewards: string;
2021
2066
  apy?: string | undefined;
2022
2067
  pendingWithdrawal?: {
2023
2068
  amount: string;
@@ -2029,7 +2074,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2029
2074
  name?: string | undefined;
2030
2075
  iconUrl?: string | undefined;
2031
2076
  };
2032
- accruedReward: string;
2077
+ accruedRewards: string;
2033
2078
  apy?: string | undefined;
2034
2079
  pendingWithdrawal?: {
2035
2080
  amount: string;
@@ -2043,7 +2088,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2043
2088
  name?: string | undefined;
2044
2089
  iconUrl?: string | undefined;
2045
2090
  };
2046
- accruedReward: string;
2091
+ accruedRewards: string;
2047
2092
  apy?: string | undefined;
2048
2093
  pendingWithdrawal?: {
2049
2094
  amount: string;
@@ -2060,7 +2105,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2060
2105
  name?: string | undefined;
2061
2106
  iconUrl?: string | undefined;
2062
2107
  };
2063
- accruedReward: string;
2108
+ accruedRewards: string;
2064
2109
  apy?: string | undefined;
2065
2110
  pendingWithdrawal?: {
2066
2111
  amount: string;
@@ -2274,7 +2319,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2274
2319
  id: string;
2275
2320
  totalBalances: Record<string, string>;
2276
2321
  tokenAddress?: string | undefined;
2277
- }>]>, z.ZodObject<{
2322
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
2323
+ id: z.ZodString;
2324
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2325
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2326
+ }, {
2327
+ id: z.ZodString;
2278
2328
  data: z.ZodObject<{
2279
2329
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2280
2330
  }, "strip", z.ZodTypeAny, {
@@ -2283,16 +2333,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2283
2333
  delegatingTo: string;
2284
2334
  }>;
2285
2335
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2286
- }, "strip", z.ZodTypeAny, {
2336
+ }>, "strip", z.ZodTypeAny, {
2287
2337
  data: {
2288
2338
  delegatingTo: `0x${string}`;
2289
2339
  };
2340
+ id: string;
2290
2341
  totalBalances: Record<string, string>;
2342
+ tokenAddress?: `0x${string}` | undefined;
2291
2343
  }, {
2292
2344
  data: {
2293
2345
  delegatingTo: string;
2294
2346
  };
2347
+ id: string;
2295
2348
  totalBalances: Record<string, string>;
2349
+ tokenAddress?: string | undefined;
2296
2350
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2297
2351
  id: z.ZodString;
2298
2352
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -2342,7 +2396,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2342
2396
  name?: string | undefined;
2343
2397
  iconUrl?: string | undefined;
2344
2398
  }>;
2345
- accruedReward: z.ZodString;
2399
+ accruedRewards: z.ZodString;
2346
2400
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2347
2401
  amount: z.ZodString;
2348
2402
  withdrawableAfter: z.ZodNumber;
@@ -2360,7 +2414,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2360
2414
  name?: string | undefined;
2361
2415
  iconUrl?: string | undefined;
2362
2416
  };
2363
- accruedReward: string;
2417
+ accruedRewards: string;
2364
2418
  apy?: string | undefined;
2365
2419
  pendingWithdrawal?: {
2366
2420
  amount: string;
@@ -2372,7 +2426,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2372
2426
  name?: string | undefined;
2373
2427
  iconUrl?: string | undefined;
2374
2428
  };
2375
- accruedReward: string;
2429
+ accruedRewards: string;
2376
2430
  apy?: string | undefined;
2377
2431
  pendingWithdrawal?: {
2378
2432
  amount: string;
@@ -2386,7 +2440,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2386
2440
  name?: string | undefined;
2387
2441
  iconUrl?: string | undefined;
2388
2442
  };
2389
- accruedReward: string;
2443
+ accruedRewards: string;
2390
2444
  apy?: string | undefined;
2391
2445
  pendingWithdrawal?: {
2392
2446
  amount: string;
@@ -2403,7 +2457,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2403
2457
  name?: string | undefined;
2404
2458
  iconUrl?: string | undefined;
2405
2459
  };
2406
- accruedReward: string;
2460
+ accruedRewards: string;
2407
2461
  apy?: string | undefined;
2408
2462
  pendingWithdrawal?: {
2409
2463
  amount: string;
@@ -2617,7 +2671,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2617
2671
  id: string;
2618
2672
  totalBalances: Record<string, string>;
2619
2673
  tokenAddress?: string | undefined;
2620
- }>]>, z.ZodObject<{
2674
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
2675
+ id: z.ZodString;
2676
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2677
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2678
+ }, {
2679
+ id: z.ZodString;
2621
2680
  data: z.ZodObject<{
2622
2681
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2623
2682
  }, "strip", z.ZodTypeAny, {
@@ -2626,16 +2685,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2626
2685
  delegatingTo: string;
2627
2686
  }>;
2628
2687
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2629
- }, "strip", z.ZodTypeAny, {
2688
+ }>, "strip", z.ZodTypeAny, {
2630
2689
  data: {
2631
2690
  delegatingTo: `0x${string}`;
2632
2691
  };
2692
+ id: string;
2633
2693
  totalBalances: Record<string, string>;
2694
+ tokenAddress?: `0x${string}` | undefined;
2634
2695
  }, {
2635
2696
  data: {
2636
2697
  delegatingTo: string;
2637
2698
  };
2699
+ id: string;
2638
2700
  totalBalances: Record<string, string>;
2701
+ tokenAddress?: string | undefined;
2639
2702
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2640
2703
  id: z.ZodString;
2641
2704
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -2685,7 +2748,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2685
2748
  name?: string | undefined;
2686
2749
  iconUrl?: string | undefined;
2687
2750
  }>;
2688
- accruedReward: z.ZodString;
2751
+ accruedRewards: z.ZodString;
2689
2752
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
2690
2753
  amount: z.ZodString;
2691
2754
  withdrawableAfter: z.ZodNumber;
@@ -2703,7 +2766,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2703
2766
  name?: string | undefined;
2704
2767
  iconUrl?: string | undefined;
2705
2768
  };
2706
- accruedReward: string;
2769
+ accruedRewards: string;
2707
2770
  apy?: string | undefined;
2708
2771
  pendingWithdrawal?: {
2709
2772
  amount: string;
@@ -2715,7 +2778,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2715
2778
  name?: string | undefined;
2716
2779
  iconUrl?: string | undefined;
2717
2780
  };
2718
- accruedReward: string;
2781
+ accruedRewards: string;
2719
2782
  apy?: string | undefined;
2720
2783
  pendingWithdrawal?: {
2721
2784
  amount: string;
@@ -2729,7 +2792,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2729
2792
  name?: string | undefined;
2730
2793
  iconUrl?: string | undefined;
2731
2794
  };
2732
- accruedReward: string;
2795
+ accruedRewards: string;
2733
2796
  apy?: string | undefined;
2734
2797
  pendingWithdrawal?: {
2735
2798
  amount: string;
@@ -2746,7 +2809,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2746
2809
  name?: string | undefined;
2747
2810
  iconUrl?: string | undefined;
2748
2811
  };
2749
- accruedReward: string;
2812
+ accruedRewards: string;
2750
2813
  apy?: string | undefined;
2751
2814
  pendingWithdrawal?: {
2752
2815
  amount: string;
@@ -2960,7 +3023,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2960
3023
  id: string;
2961
3024
  totalBalances: Record<string, string>;
2962
3025
  tokenAddress?: string | undefined;
2963
- }>]>, z.ZodObject<{
3026
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
3027
+ id: z.ZodString;
3028
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3029
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3030
+ }, {
3031
+ id: z.ZodString;
2964
3032
  data: z.ZodObject<{
2965
3033
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2966
3034
  }, "strip", z.ZodTypeAny, {
@@ -2969,16 +3037,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2969
3037
  delegatingTo: string;
2970
3038
  }>;
2971
3039
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2972
- }, "strip", z.ZodTypeAny, {
3040
+ }>, "strip", z.ZodTypeAny, {
2973
3041
  data: {
2974
3042
  delegatingTo: `0x${string}`;
2975
3043
  };
3044
+ id: string;
2976
3045
  totalBalances: Record<string, string>;
3046
+ tokenAddress?: `0x${string}` | undefined;
2977
3047
  }, {
2978
3048
  data: {
2979
3049
  delegatingTo: string;
2980
3050
  };
3051
+ id: string;
2981
3052
  totalBalances: Record<string, string>;
3053
+ tokenAddress?: string | undefined;
2982
3054
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2983
3055
  id: z.ZodString;
2984
3056
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -3028,7 +3100,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3028
3100
  name?: string | undefined;
3029
3101
  iconUrl?: string | undefined;
3030
3102
  }>;
3031
- accruedReward: z.ZodString;
3103
+ accruedRewards: z.ZodString;
3032
3104
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3033
3105
  amount: z.ZodString;
3034
3106
  withdrawableAfter: z.ZodNumber;
@@ -3046,7 +3118,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3046
3118
  name?: string | undefined;
3047
3119
  iconUrl?: string | undefined;
3048
3120
  };
3049
- accruedReward: string;
3121
+ accruedRewards: string;
3050
3122
  apy?: string | undefined;
3051
3123
  pendingWithdrawal?: {
3052
3124
  amount: string;
@@ -3058,7 +3130,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3058
3130
  name?: string | undefined;
3059
3131
  iconUrl?: string | undefined;
3060
3132
  };
3061
- accruedReward: string;
3133
+ accruedRewards: string;
3062
3134
  apy?: string | undefined;
3063
3135
  pendingWithdrawal?: {
3064
3136
  amount: string;
@@ -3072,7 +3144,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3072
3144
  name?: string | undefined;
3073
3145
  iconUrl?: string | undefined;
3074
3146
  };
3075
- accruedReward: string;
3147
+ accruedRewards: string;
3076
3148
  apy?: string | undefined;
3077
3149
  pendingWithdrawal?: {
3078
3150
  amount: string;
@@ -3089,7 +3161,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3089
3161
  name?: string | undefined;
3090
3162
  iconUrl?: string | undefined;
3091
3163
  };
3092
- accruedReward: string;
3164
+ accruedRewards: string;
3093
3165
  apy?: string | undefined;
3094
3166
  pendingWithdrawal?: {
3095
3167
  amount: string;
@@ -3303,7 +3375,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3303
3375
  id: string;
3304
3376
  totalBalances: Record<string, string>;
3305
3377
  tokenAddress?: string | undefined;
3306
- }>]>, z.ZodObject<{
3378
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
3379
+ id: z.ZodString;
3380
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3381
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3382
+ }, {
3383
+ id: z.ZodString;
3307
3384
  data: z.ZodObject<{
3308
3385
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3309
3386
  }, "strip", z.ZodTypeAny, {
@@ -3312,16 +3389,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3312
3389
  delegatingTo: string;
3313
3390
  }>;
3314
3391
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3315
- }, "strip", z.ZodTypeAny, {
3392
+ }>, "strip", z.ZodTypeAny, {
3316
3393
  data: {
3317
3394
  delegatingTo: `0x${string}`;
3318
3395
  };
3396
+ id: string;
3319
3397
  totalBalances: Record<string, string>;
3398
+ tokenAddress?: `0x${string}` | undefined;
3320
3399
  }, {
3321
3400
  data: {
3322
3401
  delegatingTo: string;
3323
3402
  };
3403
+ id: string;
3324
3404
  totalBalances: Record<string, string>;
3405
+ tokenAddress?: string | undefined;
3325
3406
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3326
3407
  id: z.ZodString;
3327
3408
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -3371,7 +3452,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3371
3452
  name?: string | undefined;
3372
3453
  iconUrl?: string | undefined;
3373
3454
  }>;
3374
- accruedReward: z.ZodString;
3455
+ accruedRewards: z.ZodString;
3375
3456
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3376
3457
  amount: z.ZodString;
3377
3458
  withdrawableAfter: z.ZodNumber;
@@ -3389,7 +3470,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3389
3470
  name?: string | undefined;
3390
3471
  iconUrl?: string | undefined;
3391
3472
  };
3392
- accruedReward: string;
3473
+ accruedRewards: string;
3393
3474
  apy?: string | undefined;
3394
3475
  pendingWithdrawal?: {
3395
3476
  amount: string;
@@ -3401,7 +3482,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3401
3482
  name?: string | undefined;
3402
3483
  iconUrl?: string | undefined;
3403
3484
  };
3404
- accruedReward: string;
3485
+ accruedRewards: string;
3405
3486
  apy?: string | undefined;
3406
3487
  pendingWithdrawal?: {
3407
3488
  amount: string;
@@ -3415,7 +3496,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3415
3496
  name?: string | undefined;
3416
3497
  iconUrl?: string | undefined;
3417
3498
  };
3418
- accruedReward: string;
3499
+ accruedRewards: string;
3419
3500
  apy?: string | undefined;
3420
3501
  pendingWithdrawal?: {
3421
3502
  amount: string;
@@ -3432,7 +3513,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3432
3513
  name?: string | undefined;
3433
3514
  iconUrl?: string | undefined;
3434
3515
  };
3435
- accruedReward: string;
3516
+ accruedRewards: string;
3436
3517
  apy?: string | undefined;
3437
3518
  pendingWithdrawal?: {
3438
3519
  amount: string;
@@ -3647,7 +3728,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3647
3728
  id: string;
3648
3729
  totalBalances: Record<string, string>;
3649
3730
  tokenAddress?: string | undefined;
3650
- }>]>, z.ZodObject<{
3731
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
3732
+ id: z.ZodString;
3733
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3734
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3735
+ }, {
3736
+ id: z.ZodString;
3651
3737
  data: z.ZodObject<{
3652
3738
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3653
3739
  }, "strip", z.ZodTypeAny, {
@@ -3656,16 +3742,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3656
3742
  delegatingTo: string;
3657
3743
  }>;
3658
3744
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3659
- }, "strip", z.ZodTypeAny, {
3745
+ }>, "strip", z.ZodTypeAny, {
3660
3746
  data: {
3661
3747
  delegatingTo: `0x${string}`;
3662
3748
  };
3749
+ id: string;
3663
3750
  totalBalances: Record<string, string>;
3751
+ tokenAddress?: `0x${string}` | undefined;
3664
3752
  }, {
3665
3753
  data: {
3666
3754
  delegatingTo: string;
3667
3755
  };
3756
+ id: string;
3668
3757
  totalBalances: Record<string, string>;
3758
+ tokenAddress?: string | undefined;
3669
3759
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3670
3760
  id: z.ZodString;
3671
3761
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -3715,7 +3805,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3715
3805
  name?: string | undefined;
3716
3806
  iconUrl?: string | undefined;
3717
3807
  }>;
3718
- accruedReward: z.ZodString;
3808
+ accruedRewards: z.ZodString;
3719
3809
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
3720
3810
  amount: z.ZodString;
3721
3811
  withdrawableAfter: z.ZodNumber;
@@ -3733,7 +3823,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3733
3823
  name?: string | undefined;
3734
3824
  iconUrl?: string | undefined;
3735
3825
  };
3736
- accruedReward: string;
3826
+ accruedRewards: string;
3737
3827
  apy?: string | undefined;
3738
3828
  pendingWithdrawal?: {
3739
3829
  amount: string;
@@ -3745,7 +3835,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3745
3835
  name?: string | undefined;
3746
3836
  iconUrl?: string | undefined;
3747
3837
  };
3748
- accruedReward: string;
3838
+ accruedRewards: string;
3749
3839
  apy?: string | undefined;
3750
3840
  pendingWithdrawal?: {
3751
3841
  amount: string;
@@ -3759,7 +3849,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3759
3849
  name?: string | undefined;
3760
3850
  iconUrl?: string | undefined;
3761
3851
  };
3762
- accruedReward: string;
3852
+ accruedRewards: string;
3763
3853
  apy?: string | undefined;
3764
3854
  pendingWithdrawal?: {
3765
3855
  amount: string;
@@ -3776,7 +3866,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3776
3866
  name?: string | undefined;
3777
3867
  iconUrl?: string | undefined;
3778
3868
  };
3779
- accruedReward: string;
3869
+ accruedRewards: string;
3780
3870
  apy?: string | undefined;
3781
3871
  pendingWithdrawal?: {
3782
3872
  amount: string;
@@ -3990,7 +4080,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3990
4080
  id: string;
3991
4081
  totalBalances: Record<string, string>;
3992
4082
  tokenAddress?: string | undefined;
3993
- }>]>, z.ZodObject<{
4083
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
4084
+ id: z.ZodString;
4085
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4086
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4087
+ }, {
4088
+ id: z.ZodString;
3994
4089
  data: z.ZodObject<{
3995
4090
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3996
4091
  }, "strip", z.ZodTypeAny, {
@@ -3999,16 +4094,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3999
4094
  delegatingTo: string;
4000
4095
  }>;
4001
4096
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4002
- }, "strip", z.ZodTypeAny, {
4097
+ }>, "strip", z.ZodTypeAny, {
4003
4098
  data: {
4004
4099
  delegatingTo: `0x${string}`;
4005
4100
  };
4101
+ id: string;
4006
4102
  totalBalances: Record<string, string>;
4103
+ tokenAddress?: `0x${string}` | undefined;
4007
4104
  }, {
4008
4105
  data: {
4009
4106
  delegatingTo: string;
4010
4107
  };
4108
+ id: string;
4011
4109
  totalBalances: Record<string, string>;
4110
+ tokenAddress?: string | undefined;
4012
4111
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4013
4112
  id: z.ZodString;
4014
4113
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -4058,7 +4157,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4058
4157
  name?: string | undefined;
4059
4158
  iconUrl?: string | undefined;
4060
4159
  }>;
4061
- accruedReward: z.ZodString;
4160
+ accruedRewards: z.ZodString;
4062
4161
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4063
4162
  amount: z.ZodString;
4064
4163
  withdrawableAfter: z.ZodNumber;
@@ -4076,7 +4175,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4076
4175
  name?: string | undefined;
4077
4176
  iconUrl?: string | undefined;
4078
4177
  };
4079
- accruedReward: string;
4178
+ accruedRewards: string;
4080
4179
  apy?: string | undefined;
4081
4180
  pendingWithdrawal?: {
4082
4181
  amount: string;
@@ -4088,7 +4187,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4088
4187
  name?: string | undefined;
4089
4188
  iconUrl?: string | undefined;
4090
4189
  };
4091
- accruedReward: string;
4190
+ accruedRewards: string;
4092
4191
  apy?: string | undefined;
4093
4192
  pendingWithdrawal?: {
4094
4193
  amount: string;
@@ -4102,7 +4201,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4102
4201
  name?: string | undefined;
4103
4202
  iconUrl?: string | undefined;
4104
4203
  };
4105
- accruedReward: string;
4204
+ accruedRewards: string;
4106
4205
  apy?: string | undefined;
4107
4206
  pendingWithdrawal?: {
4108
4207
  amount: string;
@@ -4119,7 +4218,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4119
4218
  name?: string | undefined;
4120
4219
  iconUrl?: string | undefined;
4121
4220
  };
4122
- accruedReward: string;
4221
+ accruedRewards: string;
4123
4222
  apy?: string | undefined;
4124
4223
  pendingWithdrawal?: {
4125
4224
  amount: string;
@@ -4333,7 +4432,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4333
4432
  id: string;
4334
4433
  totalBalances: Record<string, string>;
4335
4434
  tokenAddress?: string | undefined;
4336
- }>]>, z.ZodObject<{
4435
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
4436
+ id: z.ZodString;
4437
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4438
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4439
+ }, {
4440
+ id: z.ZodString;
4337
4441
  data: z.ZodObject<{
4338
4442
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4339
4443
  }, "strip", z.ZodTypeAny, {
@@ -4342,16 +4446,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4342
4446
  delegatingTo: string;
4343
4447
  }>;
4344
4448
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4345
- }, "strip", z.ZodTypeAny, {
4449
+ }>, "strip", z.ZodTypeAny, {
4346
4450
  data: {
4347
4451
  delegatingTo: `0x${string}`;
4348
4452
  };
4453
+ id: string;
4349
4454
  totalBalances: Record<string, string>;
4455
+ tokenAddress?: `0x${string}` | undefined;
4350
4456
  }, {
4351
4457
  data: {
4352
4458
  delegatingTo: string;
4353
4459
  };
4460
+ id: string;
4354
4461
  totalBalances: Record<string, string>;
4462
+ tokenAddress?: string | undefined;
4355
4463
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4356
4464
  id: z.ZodString;
4357
4465
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -4401,7 +4509,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4401
4509
  name?: string | undefined;
4402
4510
  iconUrl?: string | undefined;
4403
4511
  }>;
4404
- accruedReward: z.ZodString;
4512
+ accruedRewards: z.ZodString;
4405
4513
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4406
4514
  amount: z.ZodString;
4407
4515
  withdrawableAfter: z.ZodNumber;
@@ -4419,7 +4527,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4419
4527
  name?: string | undefined;
4420
4528
  iconUrl?: string | undefined;
4421
4529
  };
4422
- accruedReward: string;
4530
+ accruedRewards: string;
4423
4531
  apy?: string | undefined;
4424
4532
  pendingWithdrawal?: {
4425
4533
  amount: string;
@@ -4431,7 +4539,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4431
4539
  name?: string | undefined;
4432
4540
  iconUrl?: string | undefined;
4433
4541
  };
4434
- accruedReward: string;
4542
+ accruedRewards: string;
4435
4543
  apy?: string | undefined;
4436
4544
  pendingWithdrawal?: {
4437
4545
  amount: string;
@@ -4445,7 +4553,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4445
4553
  name?: string | undefined;
4446
4554
  iconUrl?: string | undefined;
4447
4555
  };
4448
- accruedReward: string;
4556
+ accruedRewards: string;
4449
4557
  apy?: string | undefined;
4450
4558
  pendingWithdrawal?: {
4451
4559
  amount: string;
@@ -4462,7 +4570,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4462
4570
  name?: string | undefined;
4463
4571
  iconUrl?: string | undefined;
4464
4572
  };
4465
- accruedReward: string;
4573
+ accruedRewards: string;
4466
4574
  apy?: string | undefined;
4467
4575
  pendingWithdrawal?: {
4468
4576
  amount: string;
@@ -4676,7 +4784,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4676
4784
  id: string;
4677
4785
  totalBalances: Record<string, string>;
4678
4786
  tokenAddress?: string | undefined;
4679
- }>]>, z.ZodObject<{
4787
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
4788
+ id: z.ZodString;
4789
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4790
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4791
+ }, {
4792
+ id: z.ZodString;
4680
4793
  data: z.ZodObject<{
4681
4794
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4682
4795
  }, "strip", z.ZodTypeAny, {
@@ -4685,16 +4798,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4685
4798
  delegatingTo: string;
4686
4799
  }>;
4687
4800
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4688
- }, "strip", z.ZodTypeAny, {
4801
+ }>, "strip", z.ZodTypeAny, {
4689
4802
  data: {
4690
4803
  delegatingTo: `0x${string}`;
4691
4804
  };
4805
+ id: string;
4692
4806
  totalBalances: Record<string, string>;
4807
+ tokenAddress?: `0x${string}` | undefined;
4693
4808
  }, {
4694
4809
  data: {
4695
4810
  delegatingTo: string;
4696
4811
  };
4812
+ id: string;
4697
4813
  totalBalances: Record<string, string>;
4814
+ tokenAddress?: string | undefined;
4698
4815
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4699
4816
  id: z.ZodString;
4700
4817
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -4744,7 +4861,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4744
4861
  name?: string | undefined;
4745
4862
  iconUrl?: string | undefined;
4746
4863
  }>;
4747
- accruedReward: z.ZodString;
4864
+ accruedRewards: z.ZodString;
4748
4865
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
4749
4866
  amount: z.ZodString;
4750
4867
  withdrawableAfter: z.ZodNumber;
@@ -4762,7 +4879,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4762
4879
  name?: string | undefined;
4763
4880
  iconUrl?: string | undefined;
4764
4881
  };
4765
- accruedReward: string;
4882
+ accruedRewards: string;
4766
4883
  apy?: string | undefined;
4767
4884
  pendingWithdrawal?: {
4768
4885
  amount: string;
@@ -4774,7 +4891,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4774
4891
  name?: string | undefined;
4775
4892
  iconUrl?: string | undefined;
4776
4893
  };
4777
- accruedReward: string;
4894
+ accruedRewards: string;
4778
4895
  apy?: string | undefined;
4779
4896
  pendingWithdrawal?: {
4780
4897
  amount: string;
@@ -4788,7 +4905,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4788
4905
  name?: string | undefined;
4789
4906
  iconUrl?: string | undefined;
4790
4907
  };
4791
- accruedReward: string;
4908
+ accruedRewards: string;
4792
4909
  apy?: string | undefined;
4793
4910
  pendingWithdrawal?: {
4794
4911
  amount: string;
@@ -4805,7 +4922,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
4805
4922
  name?: string | undefined;
4806
4923
  iconUrl?: string | undefined;
4807
4924
  };
4808
- accruedReward: string;
4925
+ accruedRewards: string;
4809
4926
  apy?: string | undefined;
4810
4927
  pendingWithdrawal?: {
4811
4928
  amount: string;
@@ -5019,7 +5136,12 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5019
5136
  id: string;
5020
5137
  totalBalances: Record<string, string>;
5021
5138
  tokenAddress?: string | undefined;
5022
- }>]>, z.ZodObject<{
5139
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
5140
+ id: z.ZodString;
5141
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5142
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5143
+ }, {
5144
+ id: z.ZodString;
5023
5145
  data: z.ZodObject<{
5024
5146
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5025
5147
  }, "strip", z.ZodTypeAny, {
@@ -5028,16 +5150,20 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5028
5150
  delegatingTo: string;
5029
5151
  }>;
5030
5152
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5031
- }, "strip", z.ZodTypeAny, {
5153
+ }>, "strip", z.ZodTypeAny, {
5032
5154
  data: {
5033
5155
  delegatingTo: `0x${string}`;
5034
5156
  };
5157
+ id: string;
5035
5158
  totalBalances: Record<string, string>;
5159
+ tokenAddress?: `0x${string}` | undefined;
5036
5160
  }, {
5037
5161
  data: {
5038
5162
  delegatingTo: string;
5039
5163
  };
5164
+ id: string;
5040
5165
  totalBalances: Record<string, string>;
5166
+ tokenAddress?: string | undefined;
5041
5167
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5042
5168
  id: z.ZodString;
5043
5169
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -5087,7 +5213,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5087
5213
  name?: string | undefined;
5088
5214
  iconUrl?: string | undefined;
5089
5215
  }>;
5090
- accruedReward: z.ZodString;
5216
+ accruedRewards: z.ZodString;
5091
5217
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5092
5218
  amount: z.ZodString;
5093
5219
  withdrawableAfter: z.ZodNumber;
@@ -5105,7 +5231,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5105
5231
  name?: string | undefined;
5106
5232
  iconUrl?: string | undefined;
5107
5233
  };
5108
- accruedReward: string;
5234
+ accruedRewards: string;
5109
5235
  apy?: string | undefined;
5110
5236
  pendingWithdrawal?: {
5111
5237
  amount: string;
@@ -5117,7 +5243,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5117
5243
  name?: string | undefined;
5118
5244
  iconUrl?: string | undefined;
5119
5245
  };
5120
- accruedReward: string;
5246
+ accruedRewards: string;
5121
5247
  apy?: string | undefined;
5122
5248
  pendingWithdrawal?: {
5123
5249
  amount: string;
@@ -5131,7 +5257,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5131
5257
  name?: string | undefined;
5132
5258
  iconUrl?: string | undefined;
5133
5259
  };
5134
- accruedReward: string;
5260
+ accruedRewards: string;
5135
5261
  apy?: string | undefined;
5136
5262
  pendingWithdrawal?: {
5137
5263
  amount: string;
@@ -5148,7 +5274,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
5148
5274
  name?: string | undefined;
5149
5275
  iconUrl?: string | undefined;
5150
5276
  };
5151
- accruedReward: string;
5277
+ accruedRewards: string;
5152
5278
  apy?: string | undefined;
5153
5279
  pendingWithdrawal?: {
5154
5280
  amount: string;
@@ -5366,7 +5492,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5366
5492
  id: string;
5367
5493
  totalBalances: Record<string, string>;
5368
5494
  tokenAddress?: string | undefined;
5369
- }>]>, z.ZodObject<{
5495
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
5496
+ id: z.ZodString;
5497
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5498
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5499
+ }, {
5500
+ id: z.ZodString;
5370
5501
  data: z.ZodObject<{
5371
5502
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5372
5503
  }, "strip", z.ZodTypeAny, {
@@ -5375,16 +5506,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5375
5506
  delegatingTo: string;
5376
5507
  }>;
5377
5508
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5378
- }, "strip", z.ZodTypeAny, {
5509
+ }>, "strip", z.ZodTypeAny, {
5379
5510
  data: {
5380
5511
  delegatingTo: `0x${string}`;
5381
5512
  };
5513
+ id: string;
5382
5514
  totalBalances: Record<string, string>;
5515
+ tokenAddress?: `0x${string}` | undefined;
5383
5516
  }, {
5384
5517
  data: {
5385
5518
  delegatingTo: string;
5386
5519
  };
5520
+ id: string;
5387
5521
  totalBalances: Record<string, string>;
5522
+ tokenAddress?: string | undefined;
5388
5523
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5389
5524
  id: z.ZodString;
5390
5525
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -5434,7 +5569,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5434
5569
  name?: string | undefined;
5435
5570
  iconUrl?: string | undefined;
5436
5571
  }>;
5437
- accruedReward: z.ZodString;
5572
+ accruedRewards: z.ZodString;
5438
5573
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5439
5574
  amount: z.ZodString;
5440
5575
  withdrawableAfter: z.ZodNumber;
@@ -5452,7 +5587,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5452
5587
  name?: string | undefined;
5453
5588
  iconUrl?: string | undefined;
5454
5589
  };
5455
- accruedReward: string;
5590
+ accruedRewards: string;
5456
5591
  apy?: string | undefined;
5457
5592
  pendingWithdrawal?: {
5458
5593
  amount: string;
@@ -5464,7 +5599,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5464
5599
  name?: string | undefined;
5465
5600
  iconUrl?: string | undefined;
5466
5601
  };
5467
- accruedReward: string;
5602
+ accruedRewards: string;
5468
5603
  apy?: string | undefined;
5469
5604
  pendingWithdrawal?: {
5470
5605
  amount: string;
@@ -5478,7 +5613,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5478
5613
  name?: string | undefined;
5479
5614
  iconUrl?: string | undefined;
5480
5615
  };
5481
- accruedReward: string;
5616
+ accruedRewards: string;
5482
5617
  apy?: string | undefined;
5483
5618
  pendingWithdrawal?: {
5484
5619
  amount: string;
@@ -5495,7 +5630,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5495
5630
  name?: string | undefined;
5496
5631
  iconUrl?: string | undefined;
5497
5632
  };
5498
- accruedReward: string;
5633
+ accruedRewards: string;
5499
5634
  apy?: string | undefined;
5500
5635
  pendingWithdrawal?: {
5501
5636
  amount: string;
@@ -5709,7 +5844,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5709
5844
  id: string;
5710
5845
  totalBalances: Record<string, string>;
5711
5846
  tokenAddress?: string | undefined;
5712
- }>]>, z.ZodObject<{
5847
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
5848
+ id: z.ZodString;
5849
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5850
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5851
+ }, {
5852
+ id: z.ZodString;
5713
5853
  data: z.ZodObject<{
5714
5854
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5715
5855
  }, "strip", z.ZodTypeAny, {
@@ -5718,16 +5858,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5718
5858
  delegatingTo: string;
5719
5859
  }>;
5720
5860
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5721
- }, "strip", z.ZodTypeAny, {
5861
+ }>, "strip", z.ZodTypeAny, {
5722
5862
  data: {
5723
5863
  delegatingTo: `0x${string}`;
5724
5864
  };
5865
+ id: string;
5725
5866
  totalBalances: Record<string, string>;
5867
+ tokenAddress?: `0x${string}` | undefined;
5726
5868
  }, {
5727
5869
  data: {
5728
5870
  delegatingTo: string;
5729
5871
  };
5872
+ id: string;
5730
5873
  totalBalances: Record<string, string>;
5874
+ tokenAddress?: string | undefined;
5731
5875
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5732
5876
  id: z.ZodString;
5733
5877
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -5777,7 +5921,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5777
5921
  name?: string | undefined;
5778
5922
  iconUrl?: string | undefined;
5779
5923
  }>;
5780
- accruedReward: z.ZodString;
5924
+ accruedRewards: z.ZodString;
5781
5925
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
5782
5926
  amount: z.ZodString;
5783
5927
  withdrawableAfter: z.ZodNumber;
@@ -5795,7 +5939,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5795
5939
  name?: string | undefined;
5796
5940
  iconUrl?: string | undefined;
5797
5941
  };
5798
- accruedReward: string;
5942
+ accruedRewards: string;
5799
5943
  apy?: string | undefined;
5800
5944
  pendingWithdrawal?: {
5801
5945
  amount: string;
@@ -5807,7 +5951,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5807
5951
  name?: string | undefined;
5808
5952
  iconUrl?: string | undefined;
5809
5953
  };
5810
- accruedReward: string;
5954
+ accruedRewards: string;
5811
5955
  apy?: string | undefined;
5812
5956
  pendingWithdrawal?: {
5813
5957
  amount: string;
@@ -5821,7 +5965,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5821
5965
  name?: string | undefined;
5822
5966
  iconUrl?: string | undefined;
5823
5967
  };
5824
- accruedReward: string;
5968
+ accruedRewards: string;
5825
5969
  apy?: string | undefined;
5826
5970
  pendingWithdrawal?: {
5827
5971
  amount: string;
@@ -5838,7 +5982,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5838
5982
  name?: string | undefined;
5839
5983
  iconUrl?: string | undefined;
5840
5984
  };
5841
- accruedReward: string;
5985
+ accruedRewards: string;
5842
5986
  apy?: string | undefined;
5843
5987
  pendingWithdrawal?: {
5844
5988
  amount: string;
@@ -6052,7 +6196,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6052
6196
  id: string;
6053
6197
  totalBalances: Record<string, string>;
6054
6198
  tokenAddress?: string | undefined;
6055
- }>]>, z.ZodObject<{
6199
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
6200
+ id: z.ZodString;
6201
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6202
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6203
+ }, {
6204
+ id: z.ZodString;
6056
6205
  data: z.ZodObject<{
6057
6206
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6058
6207
  }, "strip", z.ZodTypeAny, {
@@ -6061,16 +6210,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6061
6210
  delegatingTo: string;
6062
6211
  }>;
6063
6212
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6064
- }, "strip", z.ZodTypeAny, {
6213
+ }>, "strip", z.ZodTypeAny, {
6065
6214
  data: {
6066
6215
  delegatingTo: `0x${string}`;
6067
6216
  };
6217
+ id: string;
6068
6218
  totalBalances: Record<string, string>;
6219
+ tokenAddress?: `0x${string}` | undefined;
6069
6220
  }, {
6070
6221
  data: {
6071
6222
  delegatingTo: string;
6072
6223
  };
6224
+ id: string;
6073
6225
  totalBalances: Record<string, string>;
6226
+ tokenAddress?: string | undefined;
6074
6227
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6075
6228
  id: z.ZodString;
6076
6229
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -6120,7 +6273,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6120
6273
  name?: string | undefined;
6121
6274
  iconUrl?: string | undefined;
6122
6275
  }>;
6123
- accruedReward: z.ZodString;
6276
+ accruedRewards: z.ZodString;
6124
6277
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6125
6278
  amount: z.ZodString;
6126
6279
  withdrawableAfter: z.ZodNumber;
@@ -6138,7 +6291,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6138
6291
  name?: string | undefined;
6139
6292
  iconUrl?: string | undefined;
6140
6293
  };
6141
- accruedReward: string;
6294
+ accruedRewards: string;
6142
6295
  apy?: string | undefined;
6143
6296
  pendingWithdrawal?: {
6144
6297
  amount: string;
@@ -6150,7 +6303,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6150
6303
  name?: string | undefined;
6151
6304
  iconUrl?: string | undefined;
6152
6305
  };
6153
- accruedReward: string;
6306
+ accruedRewards: string;
6154
6307
  apy?: string | undefined;
6155
6308
  pendingWithdrawal?: {
6156
6309
  amount: string;
@@ -6164,7 +6317,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6164
6317
  name?: string | undefined;
6165
6318
  iconUrl?: string | undefined;
6166
6319
  };
6167
- accruedReward: string;
6320
+ accruedRewards: string;
6168
6321
  apy?: string | undefined;
6169
6322
  pendingWithdrawal?: {
6170
6323
  amount: string;
@@ -6181,7 +6334,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6181
6334
  name?: string | undefined;
6182
6335
  iconUrl?: string | undefined;
6183
6336
  };
6184
- accruedReward: string;
6337
+ accruedRewards: string;
6185
6338
  apy?: string | undefined;
6186
6339
  pendingWithdrawal?: {
6187
6340
  amount: string;
@@ -6395,7 +6548,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6395
6548
  id: string;
6396
6549
  totalBalances: Record<string, string>;
6397
6550
  tokenAddress?: string | undefined;
6398
- }>]>, z.ZodObject<{
6551
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
6552
+ id: z.ZodString;
6553
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6554
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6555
+ }, {
6556
+ id: z.ZodString;
6399
6557
  data: z.ZodObject<{
6400
6558
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6401
6559
  }, "strip", z.ZodTypeAny, {
@@ -6404,16 +6562,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6404
6562
  delegatingTo: string;
6405
6563
  }>;
6406
6564
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6407
- }, "strip", z.ZodTypeAny, {
6565
+ }>, "strip", z.ZodTypeAny, {
6408
6566
  data: {
6409
6567
  delegatingTo: `0x${string}`;
6410
6568
  };
6569
+ id: string;
6411
6570
  totalBalances: Record<string, string>;
6571
+ tokenAddress?: `0x${string}` | undefined;
6412
6572
  }, {
6413
6573
  data: {
6414
6574
  delegatingTo: string;
6415
6575
  };
6576
+ id: string;
6416
6577
  totalBalances: Record<string, string>;
6578
+ tokenAddress?: string | undefined;
6417
6579
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6418
6580
  id: z.ZodString;
6419
6581
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -6463,7 +6625,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6463
6625
  name?: string | undefined;
6464
6626
  iconUrl?: string | undefined;
6465
6627
  }>;
6466
- accruedReward: z.ZodString;
6628
+ accruedRewards: z.ZodString;
6467
6629
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6468
6630
  amount: z.ZodString;
6469
6631
  withdrawableAfter: z.ZodNumber;
@@ -6481,7 +6643,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6481
6643
  name?: string | undefined;
6482
6644
  iconUrl?: string | undefined;
6483
6645
  };
6484
- accruedReward: string;
6646
+ accruedRewards: string;
6485
6647
  apy?: string | undefined;
6486
6648
  pendingWithdrawal?: {
6487
6649
  amount: string;
@@ -6493,7 +6655,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6493
6655
  name?: string | undefined;
6494
6656
  iconUrl?: string | undefined;
6495
6657
  };
6496
- accruedReward: string;
6658
+ accruedRewards: string;
6497
6659
  apy?: string | undefined;
6498
6660
  pendingWithdrawal?: {
6499
6661
  amount: string;
@@ -6507,7 +6669,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6507
6669
  name?: string | undefined;
6508
6670
  iconUrl?: string | undefined;
6509
6671
  };
6510
- accruedReward: string;
6672
+ accruedRewards: string;
6511
6673
  apy?: string | undefined;
6512
6674
  pendingWithdrawal?: {
6513
6675
  amount: string;
@@ -6524,7 +6686,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6524
6686
  name?: string | undefined;
6525
6687
  iconUrl?: string | undefined;
6526
6688
  };
6527
- accruedReward: string;
6689
+ accruedRewards: string;
6528
6690
  apy?: string | undefined;
6529
6691
  pendingWithdrawal?: {
6530
6692
  amount: string;
@@ -6738,7 +6900,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6738
6900
  id: string;
6739
6901
  totalBalances: Record<string, string>;
6740
6902
  tokenAddress?: string | undefined;
6741
- }>]>, z.ZodObject<{
6903
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
6904
+ id: z.ZodString;
6905
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6906
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6907
+ }, {
6908
+ id: z.ZodString;
6742
6909
  data: z.ZodObject<{
6743
6910
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6744
6911
  }, "strip", z.ZodTypeAny, {
@@ -6747,16 +6914,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6747
6914
  delegatingTo: string;
6748
6915
  }>;
6749
6916
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6750
- }, "strip", z.ZodTypeAny, {
6917
+ }>, "strip", z.ZodTypeAny, {
6751
6918
  data: {
6752
6919
  delegatingTo: `0x${string}`;
6753
6920
  };
6921
+ id: string;
6754
6922
  totalBalances: Record<string, string>;
6923
+ tokenAddress?: `0x${string}` | undefined;
6755
6924
  }, {
6756
6925
  data: {
6757
6926
  delegatingTo: string;
6758
6927
  };
6928
+ id: string;
6759
6929
  totalBalances: Record<string, string>;
6930
+ tokenAddress?: string | undefined;
6760
6931
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6761
6932
  id: z.ZodString;
6762
6933
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -6806,7 +6977,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6806
6977
  name?: string | undefined;
6807
6978
  iconUrl?: string | undefined;
6808
6979
  }>;
6809
- accruedReward: z.ZodString;
6980
+ accruedRewards: z.ZodString;
6810
6981
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
6811
6982
  amount: z.ZodString;
6812
6983
  withdrawableAfter: z.ZodNumber;
@@ -6824,7 +6995,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6824
6995
  name?: string | undefined;
6825
6996
  iconUrl?: string | undefined;
6826
6997
  };
6827
- accruedReward: string;
6998
+ accruedRewards: string;
6828
6999
  apy?: string | undefined;
6829
7000
  pendingWithdrawal?: {
6830
7001
  amount: string;
@@ -6836,7 +7007,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6836
7007
  name?: string | undefined;
6837
7008
  iconUrl?: string | undefined;
6838
7009
  };
6839
- accruedReward: string;
7010
+ accruedRewards: string;
6840
7011
  apy?: string | undefined;
6841
7012
  pendingWithdrawal?: {
6842
7013
  amount: string;
@@ -6850,7 +7021,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6850
7021
  name?: string | undefined;
6851
7022
  iconUrl?: string | undefined;
6852
7023
  };
6853
- accruedReward: string;
7024
+ accruedRewards: string;
6854
7025
  apy?: string | undefined;
6855
7026
  pendingWithdrawal?: {
6856
7027
  amount: string;
@@ -6867,7 +7038,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
6867
7038
  name?: string | undefined;
6868
7039
  iconUrl?: string | undefined;
6869
7040
  };
6870
- accruedReward: string;
7041
+ accruedRewards: string;
6871
7042
  apy?: string | undefined;
6872
7043
  pendingWithdrawal?: {
6873
7044
  amount: string;
@@ -7082,7 +7253,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7082
7253
  id: string;
7083
7254
  totalBalances: Record<string, string>;
7084
7255
  tokenAddress?: string | undefined;
7085
- }>]>, z.ZodObject<{
7256
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
7257
+ id: z.ZodString;
7258
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7259
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7260
+ }, {
7261
+ id: z.ZodString;
7086
7262
  data: z.ZodObject<{
7087
7263
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7088
7264
  }, "strip", z.ZodTypeAny, {
@@ -7091,16 +7267,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7091
7267
  delegatingTo: string;
7092
7268
  }>;
7093
7269
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7094
- }, "strip", z.ZodTypeAny, {
7270
+ }>, "strip", z.ZodTypeAny, {
7095
7271
  data: {
7096
7272
  delegatingTo: `0x${string}`;
7097
7273
  };
7274
+ id: string;
7098
7275
  totalBalances: Record<string, string>;
7276
+ tokenAddress?: `0x${string}` | undefined;
7099
7277
  }, {
7100
7278
  data: {
7101
7279
  delegatingTo: string;
7102
7280
  };
7281
+ id: string;
7103
7282
  totalBalances: Record<string, string>;
7283
+ tokenAddress?: string | undefined;
7104
7284
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7105
7285
  id: z.ZodString;
7106
7286
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -7150,7 +7330,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7150
7330
  name?: string | undefined;
7151
7331
  iconUrl?: string | undefined;
7152
7332
  }>;
7153
- accruedReward: z.ZodString;
7333
+ accruedRewards: z.ZodString;
7154
7334
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7155
7335
  amount: z.ZodString;
7156
7336
  withdrawableAfter: z.ZodNumber;
@@ -7168,7 +7348,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7168
7348
  name?: string | undefined;
7169
7349
  iconUrl?: string | undefined;
7170
7350
  };
7171
- accruedReward: string;
7351
+ accruedRewards: string;
7172
7352
  apy?: string | undefined;
7173
7353
  pendingWithdrawal?: {
7174
7354
  amount: string;
@@ -7180,7 +7360,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7180
7360
  name?: string | undefined;
7181
7361
  iconUrl?: string | undefined;
7182
7362
  };
7183
- accruedReward: string;
7363
+ accruedRewards: string;
7184
7364
  apy?: string | undefined;
7185
7365
  pendingWithdrawal?: {
7186
7366
  amount: string;
@@ -7194,7 +7374,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7194
7374
  name?: string | undefined;
7195
7375
  iconUrl?: string | undefined;
7196
7376
  };
7197
- accruedReward: string;
7377
+ accruedRewards: string;
7198
7378
  apy?: string | undefined;
7199
7379
  pendingWithdrawal?: {
7200
7380
  amount: string;
@@ -7211,7 +7391,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7211
7391
  name?: string | undefined;
7212
7392
  iconUrl?: string | undefined;
7213
7393
  };
7214
- accruedReward: string;
7394
+ accruedRewards: string;
7215
7395
  apy?: string | undefined;
7216
7396
  pendingWithdrawal?: {
7217
7397
  amount: string;
@@ -7425,7 +7605,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7425
7605
  id: string;
7426
7606
  totalBalances: Record<string, string>;
7427
7607
  tokenAddress?: string | undefined;
7428
- }>]>, z.ZodObject<{
7608
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
7609
+ id: z.ZodString;
7610
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7611
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7612
+ }, {
7613
+ id: z.ZodString;
7429
7614
  data: z.ZodObject<{
7430
7615
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7431
7616
  }, "strip", z.ZodTypeAny, {
@@ -7434,16 +7619,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7434
7619
  delegatingTo: string;
7435
7620
  }>;
7436
7621
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7437
- }, "strip", z.ZodTypeAny, {
7622
+ }>, "strip", z.ZodTypeAny, {
7438
7623
  data: {
7439
7624
  delegatingTo: `0x${string}`;
7440
7625
  };
7626
+ id: string;
7441
7627
  totalBalances: Record<string, string>;
7628
+ tokenAddress?: `0x${string}` | undefined;
7442
7629
  }, {
7443
7630
  data: {
7444
7631
  delegatingTo: string;
7445
7632
  };
7633
+ id: string;
7446
7634
  totalBalances: Record<string, string>;
7635
+ tokenAddress?: string | undefined;
7447
7636
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7448
7637
  id: z.ZodString;
7449
7638
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -7493,7 +7682,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7493
7682
  name?: string | undefined;
7494
7683
  iconUrl?: string | undefined;
7495
7684
  }>;
7496
- accruedReward: z.ZodString;
7685
+ accruedRewards: z.ZodString;
7497
7686
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7498
7687
  amount: z.ZodString;
7499
7688
  withdrawableAfter: z.ZodNumber;
@@ -7511,7 +7700,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7511
7700
  name?: string | undefined;
7512
7701
  iconUrl?: string | undefined;
7513
7702
  };
7514
- accruedReward: string;
7703
+ accruedRewards: string;
7515
7704
  apy?: string | undefined;
7516
7705
  pendingWithdrawal?: {
7517
7706
  amount: string;
@@ -7523,7 +7712,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7523
7712
  name?: string | undefined;
7524
7713
  iconUrl?: string | undefined;
7525
7714
  };
7526
- accruedReward: string;
7715
+ accruedRewards: string;
7527
7716
  apy?: string | undefined;
7528
7717
  pendingWithdrawal?: {
7529
7718
  amount: string;
@@ -7537,7 +7726,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7537
7726
  name?: string | undefined;
7538
7727
  iconUrl?: string | undefined;
7539
7728
  };
7540
- accruedReward: string;
7729
+ accruedRewards: string;
7541
7730
  apy?: string | undefined;
7542
7731
  pendingWithdrawal?: {
7543
7732
  amount: string;
@@ -7554,7 +7743,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7554
7743
  name?: string | undefined;
7555
7744
  iconUrl?: string | undefined;
7556
7745
  };
7557
- accruedReward: string;
7746
+ accruedRewards: string;
7558
7747
  apy?: string | undefined;
7559
7748
  pendingWithdrawal?: {
7560
7749
  amount: string;
@@ -7768,7 +7957,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7768
7957
  id: string;
7769
7958
  totalBalances: Record<string, string>;
7770
7959
  tokenAddress?: string | undefined;
7771
- }>]>, z.ZodObject<{
7960
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
7961
+ id: z.ZodString;
7962
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7963
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7964
+ }, {
7965
+ id: z.ZodString;
7772
7966
  data: z.ZodObject<{
7773
7967
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7774
7968
  }, "strip", z.ZodTypeAny, {
@@ -7777,16 +7971,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7777
7971
  delegatingTo: string;
7778
7972
  }>;
7779
7973
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7780
- }, "strip", z.ZodTypeAny, {
7974
+ }>, "strip", z.ZodTypeAny, {
7781
7975
  data: {
7782
7976
  delegatingTo: `0x${string}`;
7783
7977
  };
7978
+ id: string;
7784
7979
  totalBalances: Record<string, string>;
7980
+ tokenAddress?: `0x${string}` | undefined;
7785
7981
  }, {
7786
7982
  data: {
7787
7983
  delegatingTo: string;
7788
7984
  };
7985
+ id: string;
7789
7986
  totalBalances: Record<string, string>;
7987
+ tokenAddress?: string | undefined;
7790
7988
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7791
7989
  id: z.ZodString;
7792
7990
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -7836,7 +8034,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7836
8034
  name?: string | undefined;
7837
8035
  iconUrl?: string | undefined;
7838
8036
  }>;
7839
- accruedReward: z.ZodString;
8037
+ accruedRewards: z.ZodString;
7840
8038
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
7841
8039
  amount: z.ZodString;
7842
8040
  withdrawableAfter: z.ZodNumber;
@@ -7854,7 +8052,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7854
8052
  name?: string | undefined;
7855
8053
  iconUrl?: string | undefined;
7856
8054
  };
7857
- accruedReward: string;
8055
+ accruedRewards: string;
7858
8056
  apy?: string | undefined;
7859
8057
  pendingWithdrawal?: {
7860
8058
  amount: string;
@@ -7866,7 +8064,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7866
8064
  name?: string | undefined;
7867
8065
  iconUrl?: string | undefined;
7868
8066
  };
7869
- accruedReward: string;
8067
+ accruedRewards: string;
7870
8068
  apy?: string | undefined;
7871
8069
  pendingWithdrawal?: {
7872
8070
  amount: string;
@@ -7880,7 +8078,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7880
8078
  name?: string | undefined;
7881
8079
  iconUrl?: string | undefined;
7882
8080
  };
7883
- accruedReward: string;
8081
+ accruedRewards: string;
7884
8082
  apy?: string | undefined;
7885
8083
  pendingWithdrawal?: {
7886
8084
  amount: string;
@@ -7897,7 +8095,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
7897
8095
  name?: string | undefined;
7898
8096
  iconUrl?: string | undefined;
7899
8097
  };
7900
- accruedReward: string;
8098
+ accruedRewards: string;
7901
8099
  apy?: string | undefined;
7902
8100
  pendingWithdrawal?: {
7903
8101
  amount: string;
@@ -8111,7 +8309,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8111
8309
  id: string;
8112
8310
  totalBalances: Record<string, string>;
8113
8311
  tokenAddress?: string | undefined;
8114
- }>]>, z.ZodObject<{
8312
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
8313
+ id: z.ZodString;
8314
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8315
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8316
+ }, {
8317
+ id: z.ZodString;
8115
8318
  data: z.ZodObject<{
8116
8319
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8117
8320
  }, "strip", z.ZodTypeAny, {
@@ -8120,16 +8323,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8120
8323
  delegatingTo: string;
8121
8324
  }>;
8122
8325
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8123
- }, "strip", z.ZodTypeAny, {
8326
+ }>, "strip", z.ZodTypeAny, {
8124
8327
  data: {
8125
8328
  delegatingTo: `0x${string}`;
8126
8329
  };
8330
+ id: string;
8127
8331
  totalBalances: Record<string, string>;
8332
+ tokenAddress?: `0x${string}` | undefined;
8128
8333
  }, {
8129
8334
  data: {
8130
8335
  delegatingTo: string;
8131
8336
  };
8337
+ id: string;
8132
8338
  totalBalances: Record<string, string>;
8339
+ tokenAddress?: string | undefined;
8133
8340
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8134
8341
  id: z.ZodString;
8135
8342
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -8179,7 +8386,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8179
8386
  name?: string | undefined;
8180
8387
  iconUrl?: string | undefined;
8181
8388
  }>;
8182
- accruedReward: z.ZodString;
8389
+ accruedRewards: z.ZodString;
8183
8390
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8184
8391
  amount: z.ZodString;
8185
8392
  withdrawableAfter: z.ZodNumber;
@@ -8197,7 +8404,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8197
8404
  name?: string | undefined;
8198
8405
  iconUrl?: string | undefined;
8199
8406
  };
8200
- accruedReward: string;
8407
+ accruedRewards: string;
8201
8408
  apy?: string | undefined;
8202
8409
  pendingWithdrawal?: {
8203
8410
  amount: string;
@@ -8209,7 +8416,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8209
8416
  name?: string | undefined;
8210
8417
  iconUrl?: string | undefined;
8211
8418
  };
8212
- accruedReward: string;
8419
+ accruedRewards: string;
8213
8420
  apy?: string | undefined;
8214
8421
  pendingWithdrawal?: {
8215
8422
  amount: string;
@@ -8223,7 +8430,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8223
8430
  name?: string | undefined;
8224
8431
  iconUrl?: string | undefined;
8225
8432
  };
8226
- accruedReward: string;
8433
+ accruedRewards: string;
8227
8434
  apy?: string | undefined;
8228
8435
  pendingWithdrawal?: {
8229
8436
  amount: string;
@@ -8240,7 +8447,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8240
8447
  name?: string | undefined;
8241
8448
  iconUrl?: string | undefined;
8242
8449
  };
8243
- accruedReward: string;
8450
+ accruedRewards: string;
8244
8451
  apy?: string | undefined;
8245
8452
  pendingWithdrawal?: {
8246
8453
  amount: string;
@@ -8454,7 +8661,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8454
8661
  id: string;
8455
8662
  totalBalances: Record<string, string>;
8456
8663
  tokenAddress?: string | undefined;
8457
- }>]>, z.ZodObject<{
8664
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
8665
+ id: z.ZodString;
8666
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8667
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8668
+ }, {
8669
+ id: z.ZodString;
8458
8670
  data: z.ZodObject<{
8459
8671
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8460
8672
  }, "strip", z.ZodTypeAny, {
@@ -8463,16 +8675,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8463
8675
  delegatingTo: string;
8464
8676
  }>;
8465
8677
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8466
- }, "strip", z.ZodTypeAny, {
8678
+ }>, "strip", z.ZodTypeAny, {
8467
8679
  data: {
8468
8680
  delegatingTo: `0x${string}`;
8469
8681
  };
8682
+ id: string;
8470
8683
  totalBalances: Record<string, string>;
8684
+ tokenAddress?: `0x${string}` | undefined;
8471
8685
  }, {
8472
8686
  data: {
8473
8687
  delegatingTo: string;
8474
8688
  };
8689
+ id: string;
8475
8690
  totalBalances: Record<string, string>;
8691
+ tokenAddress?: string | undefined;
8476
8692
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8477
8693
  id: z.ZodString;
8478
8694
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -8522,7 +8738,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8522
8738
  name?: string | undefined;
8523
8739
  iconUrl?: string | undefined;
8524
8740
  }>;
8525
- accruedReward: z.ZodString;
8741
+ accruedRewards: z.ZodString;
8526
8742
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8527
8743
  amount: z.ZodString;
8528
8744
  withdrawableAfter: z.ZodNumber;
@@ -8540,7 +8756,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8540
8756
  name?: string | undefined;
8541
8757
  iconUrl?: string | undefined;
8542
8758
  };
8543
- accruedReward: string;
8759
+ accruedRewards: string;
8544
8760
  apy?: string | undefined;
8545
8761
  pendingWithdrawal?: {
8546
8762
  amount: string;
@@ -8552,7 +8768,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8552
8768
  name?: string | undefined;
8553
8769
  iconUrl?: string | undefined;
8554
8770
  };
8555
- accruedReward: string;
8771
+ accruedRewards: string;
8556
8772
  apy?: string | undefined;
8557
8773
  pendingWithdrawal?: {
8558
8774
  amount: string;
@@ -8566,7 +8782,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8566
8782
  name?: string | undefined;
8567
8783
  iconUrl?: string | undefined;
8568
8784
  };
8569
- accruedReward: string;
8785
+ accruedRewards: string;
8570
8786
  apy?: string | undefined;
8571
8787
  pendingWithdrawal?: {
8572
8788
  amount: string;
@@ -8583,7 +8799,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8583
8799
  name?: string | undefined;
8584
8800
  iconUrl?: string | undefined;
8585
8801
  };
8586
- accruedReward: string;
8802
+ accruedRewards: string;
8587
8803
  apy?: string | undefined;
8588
8804
  pendingWithdrawal?: {
8589
8805
  amount: string;
@@ -8801,7 +9017,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8801
9017
  id: string;
8802
9018
  totalBalances: Record<string, string>;
8803
9019
  tokenAddress?: string | undefined;
8804
- }>]>, z.ZodObject<{
9020
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
9021
+ id: z.ZodString;
9022
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
9023
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9024
+ }, {
9025
+ id: z.ZodString;
8805
9026
  data: z.ZodObject<{
8806
9027
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8807
9028
  }, "strip", z.ZodTypeAny, {
@@ -8810,16 +9031,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8810
9031
  delegatingTo: string;
8811
9032
  }>;
8812
9033
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8813
- }, "strip", z.ZodTypeAny, {
9034
+ }>, "strip", z.ZodTypeAny, {
8814
9035
  data: {
8815
9036
  delegatingTo: `0x${string}`;
8816
9037
  };
9038
+ id: string;
8817
9039
  totalBalances: Record<string, string>;
9040
+ tokenAddress?: `0x${string}` | undefined;
8818
9041
  }, {
8819
9042
  data: {
8820
9043
  delegatingTo: string;
8821
9044
  };
9045
+ id: string;
8822
9046
  totalBalances: Record<string, string>;
9047
+ tokenAddress?: string | undefined;
8823
9048
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8824
9049
  id: z.ZodString;
8825
9050
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -8869,7 +9094,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8869
9094
  name?: string | undefined;
8870
9095
  iconUrl?: string | undefined;
8871
9096
  }>;
8872
- accruedReward: z.ZodString;
9097
+ accruedRewards: z.ZodString;
8873
9098
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
8874
9099
  amount: z.ZodString;
8875
9100
  withdrawableAfter: z.ZodNumber;
@@ -8887,7 +9112,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8887
9112
  name?: string | undefined;
8888
9113
  iconUrl?: string | undefined;
8889
9114
  };
8890
- accruedReward: string;
9115
+ accruedRewards: string;
8891
9116
  apy?: string | undefined;
8892
9117
  pendingWithdrawal?: {
8893
9118
  amount: string;
@@ -8899,7 +9124,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8899
9124
  name?: string | undefined;
8900
9125
  iconUrl?: string | undefined;
8901
9126
  };
8902
- accruedReward: string;
9127
+ accruedRewards: string;
8903
9128
  apy?: string | undefined;
8904
9129
  pendingWithdrawal?: {
8905
9130
  amount: string;
@@ -8913,7 +9138,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8913
9138
  name?: string | undefined;
8914
9139
  iconUrl?: string | undefined;
8915
9140
  };
8916
- accruedReward: string;
9141
+ accruedRewards: string;
8917
9142
  apy?: string | undefined;
8918
9143
  pendingWithdrawal?: {
8919
9144
  amount: string;
@@ -8930,7 +9155,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
8930
9155
  name?: string | undefined;
8931
9156
  iconUrl?: string | undefined;
8932
9157
  };
8933
- accruedReward: string;
9158
+ accruedRewards: string;
8934
9159
  apy?: string | undefined;
8935
9160
  pendingWithdrawal?: {
8936
9161
  amount: string;
@@ -9147,7 +9372,12 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9147
9372
  id: string;
9148
9373
  totalBalances: Record<string, string>;
9149
9374
  tokenAddress?: string | undefined;
9150
- }>]>, z.ZodObject<{
9375
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
9376
+ id: z.ZodString;
9377
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
9378
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9379
+ }, {
9380
+ id: z.ZodString;
9151
9381
  data: z.ZodObject<{
9152
9382
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9153
9383
  }, "strip", z.ZodTypeAny, {
@@ -9156,16 +9386,20 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9156
9386
  delegatingTo: string;
9157
9387
  }>;
9158
9388
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9159
- }, "strip", z.ZodTypeAny, {
9389
+ }>, "strip", z.ZodTypeAny, {
9160
9390
  data: {
9161
9391
  delegatingTo: `0x${string}`;
9162
9392
  };
9393
+ id: string;
9163
9394
  totalBalances: Record<string, string>;
9395
+ tokenAddress?: `0x${string}` | undefined;
9164
9396
  }, {
9165
9397
  data: {
9166
9398
  delegatingTo: string;
9167
9399
  };
9400
+ id: string;
9168
9401
  totalBalances: Record<string, string>;
9402
+ tokenAddress?: string | undefined;
9169
9403
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
9170
9404
  id: z.ZodString;
9171
9405
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -9215,7 +9449,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9215
9449
  name?: string | undefined;
9216
9450
  iconUrl?: string | undefined;
9217
9451
  }>;
9218
- accruedReward: z.ZodString;
9452
+ accruedRewards: z.ZodString;
9219
9453
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9220
9454
  amount: z.ZodString;
9221
9455
  withdrawableAfter: z.ZodNumber;
@@ -9233,7 +9467,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9233
9467
  name?: string | undefined;
9234
9468
  iconUrl?: string | undefined;
9235
9469
  };
9236
- accruedReward: string;
9470
+ accruedRewards: string;
9237
9471
  apy?: string | undefined;
9238
9472
  pendingWithdrawal?: {
9239
9473
  amount: string;
@@ -9245,7 +9479,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9245
9479
  name?: string | undefined;
9246
9480
  iconUrl?: string | undefined;
9247
9481
  };
9248
- accruedReward: string;
9482
+ accruedRewards: string;
9249
9483
  apy?: string | undefined;
9250
9484
  pendingWithdrawal?: {
9251
9485
  amount: string;
@@ -9259,7 +9493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9259
9493
  name?: string | undefined;
9260
9494
  iconUrl?: string | undefined;
9261
9495
  };
9262
- accruedReward: string;
9496
+ accruedRewards: string;
9263
9497
  apy?: string | undefined;
9264
9498
  pendingWithdrawal?: {
9265
9499
  amount: string;
@@ -9276,7 +9510,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
9276
9510
  name?: string | undefined;
9277
9511
  iconUrl?: string | undefined;
9278
9512
  };
9279
- accruedReward: string;
9513
+ accruedRewards: string;
9280
9514
  apy?: string | undefined;
9281
9515
  pendingWithdrawal?: {
9282
9516
  amount: string;
@@ -9495,7 +9729,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9495
9729
  id: string;
9496
9730
  totalBalances: Record<string, string>;
9497
9731
  tokenAddress?: string | undefined;
9498
- }>]>, z.ZodObject<{
9732
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
9733
+ id: z.ZodString;
9734
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
9735
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9736
+ }, {
9737
+ id: z.ZodString;
9499
9738
  data: z.ZodObject<{
9500
9739
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9501
9740
  }, "strip", z.ZodTypeAny, {
@@ -9504,16 +9743,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9504
9743
  delegatingTo: string;
9505
9744
  }>;
9506
9745
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9507
- }, "strip", z.ZodTypeAny, {
9746
+ }>, "strip", z.ZodTypeAny, {
9508
9747
  data: {
9509
9748
  delegatingTo: `0x${string}`;
9510
9749
  };
9750
+ id: string;
9511
9751
  totalBalances: Record<string, string>;
9752
+ tokenAddress?: `0x${string}` | undefined;
9512
9753
  }, {
9513
9754
  data: {
9514
9755
  delegatingTo: string;
9515
9756
  };
9757
+ id: string;
9516
9758
  totalBalances: Record<string, string>;
9759
+ tokenAddress?: string | undefined;
9517
9760
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
9518
9761
  id: z.ZodString;
9519
9762
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -9563,7 +9806,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9563
9806
  name?: string | undefined;
9564
9807
  iconUrl?: string | undefined;
9565
9808
  }>;
9566
- accruedReward: z.ZodString;
9809
+ accruedRewards: z.ZodString;
9567
9810
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9568
9811
  amount: z.ZodString;
9569
9812
  withdrawableAfter: z.ZodNumber;
@@ -9581,7 +9824,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9581
9824
  name?: string | undefined;
9582
9825
  iconUrl?: string | undefined;
9583
9826
  };
9584
- accruedReward: string;
9827
+ accruedRewards: string;
9585
9828
  apy?: string | undefined;
9586
9829
  pendingWithdrawal?: {
9587
9830
  amount: string;
@@ -9593,7 +9836,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9593
9836
  name?: string | undefined;
9594
9837
  iconUrl?: string | undefined;
9595
9838
  };
9596
- accruedReward: string;
9839
+ accruedRewards: string;
9597
9840
  apy?: string | undefined;
9598
9841
  pendingWithdrawal?: {
9599
9842
  amount: string;
@@ -9607,7 +9850,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9607
9850
  name?: string | undefined;
9608
9851
  iconUrl?: string | undefined;
9609
9852
  };
9610
- accruedReward: string;
9853
+ accruedRewards: string;
9611
9854
  apy?: string | undefined;
9612
9855
  pendingWithdrawal?: {
9613
9856
  amount: string;
@@ -9624,7 +9867,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9624
9867
  name?: string | undefined;
9625
9868
  iconUrl?: string | undefined;
9626
9869
  };
9627
- accruedReward: string;
9870
+ accruedRewards: string;
9628
9871
  apy?: string | undefined;
9629
9872
  pendingWithdrawal?: {
9630
9873
  amount: string;
@@ -9838,7 +10081,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9838
10081
  id: string;
9839
10082
  totalBalances: Record<string, string>;
9840
10083
  tokenAddress?: string | undefined;
9841
- }>]>, z.ZodObject<{
10084
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
10085
+ id: z.ZodString;
10086
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
10087
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10088
+ }, {
10089
+ id: z.ZodString;
9842
10090
  data: z.ZodObject<{
9843
10091
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9844
10092
  }, "strip", z.ZodTypeAny, {
@@ -9847,16 +10095,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9847
10095
  delegatingTo: string;
9848
10096
  }>;
9849
10097
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9850
- }, "strip", z.ZodTypeAny, {
10098
+ }>, "strip", z.ZodTypeAny, {
9851
10099
  data: {
9852
10100
  delegatingTo: `0x${string}`;
9853
10101
  };
10102
+ id: string;
9854
10103
  totalBalances: Record<string, string>;
10104
+ tokenAddress?: `0x${string}` | undefined;
9855
10105
  }, {
9856
10106
  data: {
9857
10107
  delegatingTo: string;
9858
10108
  };
10109
+ id: string;
9859
10110
  totalBalances: Record<string, string>;
10111
+ tokenAddress?: string | undefined;
9860
10112
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
9861
10113
  id: z.ZodString;
9862
10114
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -9906,7 +10158,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9906
10158
  name?: string | undefined;
9907
10159
  iconUrl?: string | undefined;
9908
10160
  }>;
9909
- accruedReward: z.ZodString;
10161
+ accruedRewards: z.ZodString;
9910
10162
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
9911
10163
  amount: z.ZodString;
9912
10164
  withdrawableAfter: z.ZodNumber;
@@ -9924,7 +10176,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9924
10176
  name?: string | undefined;
9925
10177
  iconUrl?: string | undefined;
9926
10178
  };
9927
- accruedReward: string;
10179
+ accruedRewards: string;
9928
10180
  apy?: string | undefined;
9929
10181
  pendingWithdrawal?: {
9930
10182
  amount: string;
@@ -9936,7 +10188,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9936
10188
  name?: string | undefined;
9937
10189
  iconUrl?: string | undefined;
9938
10190
  };
9939
- accruedReward: string;
10191
+ accruedRewards: string;
9940
10192
  apy?: string | undefined;
9941
10193
  pendingWithdrawal?: {
9942
10194
  amount: string;
@@ -9950,7 +10202,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9950
10202
  name?: string | undefined;
9951
10203
  iconUrl?: string | undefined;
9952
10204
  };
9953
- accruedReward: string;
10205
+ accruedRewards: string;
9954
10206
  apy?: string | undefined;
9955
10207
  pendingWithdrawal?: {
9956
10208
  amount: string;
@@ -9967,7 +10219,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9967
10219
  name?: string | undefined;
9968
10220
  iconUrl?: string | undefined;
9969
10221
  };
9970
- accruedReward: string;
10222
+ accruedRewards: string;
9971
10223
  apy?: string | undefined;
9972
10224
  pendingWithdrawal?: {
9973
10225
  amount: string;
@@ -10181,7 +10433,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10181
10433
  id: string;
10182
10434
  totalBalances: Record<string, string>;
10183
10435
  tokenAddress?: string | undefined;
10184
- }>]>, z.ZodObject<{
10436
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
10437
+ id: z.ZodString;
10438
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
10439
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10440
+ }, {
10441
+ id: z.ZodString;
10185
10442
  data: z.ZodObject<{
10186
10443
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
10187
10444
  }, "strip", z.ZodTypeAny, {
@@ -10190,16 +10447,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10190
10447
  delegatingTo: string;
10191
10448
  }>;
10192
10449
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10193
- }, "strip", z.ZodTypeAny, {
10450
+ }>, "strip", z.ZodTypeAny, {
10194
10451
  data: {
10195
10452
  delegatingTo: `0x${string}`;
10196
10453
  };
10454
+ id: string;
10197
10455
  totalBalances: Record<string, string>;
10456
+ tokenAddress?: `0x${string}` | undefined;
10198
10457
  }, {
10199
10458
  data: {
10200
10459
  delegatingTo: string;
10201
10460
  };
10461
+ id: string;
10202
10462
  totalBalances: Record<string, string>;
10463
+ tokenAddress?: string | undefined;
10203
10464
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
10204
10465
  id: z.ZodString;
10205
10466
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -10249,7 +10510,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10249
10510
  name?: string | undefined;
10250
10511
  iconUrl?: string | undefined;
10251
10512
  }>;
10252
- accruedReward: z.ZodString;
10513
+ accruedRewards: z.ZodString;
10253
10514
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10254
10515
  amount: z.ZodString;
10255
10516
  withdrawableAfter: z.ZodNumber;
@@ -10267,7 +10528,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10267
10528
  name?: string | undefined;
10268
10529
  iconUrl?: string | undefined;
10269
10530
  };
10270
- accruedReward: string;
10531
+ accruedRewards: string;
10271
10532
  apy?: string | undefined;
10272
10533
  pendingWithdrawal?: {
10273
10534
  amount: string;
@@ -10279,7 +10540,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10279
10540
  name?: string | undefined;
10280
10541
  iconUrl?: string | undefined;
10281
10542
  };
10282
- accruedReward: string;
10543
+ accruedRewards: string;
10283
10544
  apy?: string | undefined;
10284
10545
  pendingWithdrawal?: {
10285
10546
  amount: string;
@@ -10293,7 +10554,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10293
10554
  name?: string | undefined;
10294
10555
  iconUrl?: string | undefined;
10295
10556
  };
10296
- accruedReward: string;
10557
+ accruedRewards: string;
10297
10558
  apy?: string | undefined;
10298
10559
  pendingWithdrawal?: {
10299
10560
  amount: string;
@@ -10310,7 +10571,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10310
10571
  name?: string | undefined;
10311
10572
  iconUrl?: string | undefined;
10312
10573
  };
10313
- accruedReward: string;
10574
+ accruedRewards: string;
10314
10575
  apy?: string | undefined;
10315
10576
  pendingWithdrawal?: {
10316
10577
  amount: string;
@@ -10524,7 +10785,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10524
10785
  id: string;
10525
10786
  totalBalances: Record<string, string>;
10526
10787
  tokenAddress?: string | undefined;
10527
- }>]>, z.ZodObject<{
10788
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
10789
+ id: z.ZodString;
10790
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
10791
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10792
+ }, {
10793
+ id: z.ZodString;
10528
10794
  data: z.ZodObject<{
10529
10795
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
10530
10796
  }, "strip", z.ZodTypeAny, {
@@ -10533,16 +10799,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10533
10799
  delegatingTo: string;
10534
10800
  }>;
10535
10801
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10536
- }, "strip", z.ZodTypeAny, {
10802
+ }>, "strip", z.ZodTypeAny, {
10537
10803
  data: {
10538
10804
  delegatingTo: `0x${string}`;
10539
10805
  };
10806
+ id: string;
10540
10807
  totalBalances: Record<string, string>;
10808
+ tokenAddress?: `0x${string}` | undefined;
10541
10809
  }, {
10542
10810
  data: {
10543
10811
  delegatingTo: string;
10544
10812
  };
10813
+ id: string;
10545
10814
  totalBalances: Record<string, string>;
10815
+ tokenAddress?: string | undefined;
10546
10816
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
10547
10817
  id: z.ZodString;
10548
10818
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -10592,7 +10862,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10592
10862
  name?: string | undefined;
10593
10863
  iconUrl?: string | undefined;
10594
10864
  }>;
10595
- accruedReward: z.ZodString;
10865
+ accruedRewards: z.ZodString;
10596
10866
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10597
10867
  amount: z.ZodString;
10598
10868
  withdrawableAfter: z.ZodNumber;
@@ -10610,7 +10880,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10610
10880
  name?: string | undefined;
10611
10881
  iconUrl?: string | undefined;
10612
10882
  };
10613
- accruedReward: string;
10883
+ accruedRewards: string;
10614
10884
  apy?: string | undefined;
10615
10885
  pendingWithdrawal?: {
10616
10886
  amount: string;
@@ -10622,7 +10892,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10622
10892
  name?: string | undefined;
10623
10893
  iconUrl?: string | undefined;
10624
10894
  };
10625
- accruedReward: string;
10895
+ accruedRewards: string;
10626
10896
  apy?: string | undefined;
10627
10897
  pendingWithdrawal?: {
10628
10898
  amount: string;
@@ -10636,7 +10906,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10636
10906
  name?: string | undefined;
10637
10907
  iconUrl?: string | undefined;
10638
10908
  };
10639
- accruedReward: string;
10909
+ accruedRewards: string;
10640
10910
  apy?: string | undefined;
10641
10911
  pendingWithdrawal?: {
10642
10912
  amount: string;
@@ -10653,7 +10923,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10653
10923
  name?: string | undefined;
10654
10924
  iconUrl?: string | undefined;
10655
10925
  };
10656
- accruedReward: string;
10926
+ accruedRewards: string;
10657
10927
  apy?: string | undefined;
10658
10928
  pendingWithdrawal?: {
10659
10929
  amount: string;
@@ -10867,7 +11137,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10867
11137
  id: string;
10868
11138
  totalBalances: Record<string, string>;
10869
11139
  tokenAddress?: string | undefined;
10870
- }>]>, z.ZodObject<{
11140
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
11141
+ id: z.ZodString;
11142
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
11143
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11144
+ }, {
11145
+ id: z.ZodString;
10871
11146
  data: z.ZodObject<{
10872
11147
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
10873
11148
  }, "strip", z.ZodTypeAny, {
@@ -10876,16 +11151,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10876
11151
  delegatingTo: string;
10877
11152
  }>;
10878
11153
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
10879
- }, "strip", z.ZodTypeAny, {
11154
+ }>, "strip", z.ZodTypeAny, {
10880
11155
  data: {
10881
11156
  delegatingTo: `0x${string}`;
10882
11157
  };
11158
+ id: string;
10883
11159
  totalBalances: Record<string, string>;
11160
+ tokenAddress?: `0x${string}` | undefined;
10884
11161
  }, {
10885
11162
  data: {
10886
11163
  delegatingTo: string;
10887
11164
  };
11165
+ id: string;
10888
11166
  totalBalances: Record<string, string>;
11167
+ tokenAddress?: string | undefined;
10889
11168
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
10890
11169
  id: z.ZodString;
10891
11170
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -10935,7 +11214,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10935
11214
  name?: string | undefined;
10936
11215
  iconUrl?: string | undefined;
10937
11216
  }>;
10938
- accruedReward: z.ZodString;
11217
+ accruedRewards: z.ZodString;
10939
11218
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
10940
11219
  amount: z.ZodString;
10941
11220
  withdrawableAfter: z.ZodNumber;
@@ -10953,7 +11232,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10953
11232
  name?: string | undefined;
10954
11233
  iconUrl?: string | undefined;
10955
11234
  };
10956
- accruedReward: string;
11235
+ accruedRewards: string;
10957
11236
  apy?: string | undefined;
10958
11237
  pendingWithdrawal?: {
10959
11238
  amount: string;
@@ -10965,7 +11244,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10965
11244
  name?: string | undefined;
10966
11245
  iconUrl?: string | undefined;
10967
11246
  };
10968
- accruedReward: string;
11247
+ accruedRewards: string;
10969
11248
  apy?: string | undefined;
10970
11249
  pendingWithdrawal?: {
10971
11250
  amount: string;
@@ -10979,7 +11258,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10979
11258
  name?: string | undefined;
10980
11259
  iconUrl?: string | undefined;
10981
11260
  };
10982
- accruedReward: string;
11261
+ accruedRewards: string;
10983
11262
  apy?: string | undefined;
10984
11263
  pendingWithdrawal?: {
10985
11264
  amount: string;
@@ -10996,7 +11275,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
10996
11275
  name?: string | undefined;
10997
11276
  iconUrl?: string | undefined;
10998
11277
  };
10999
- accruedReward: string;
11278
+ accruedRewards: string;
11000
11279
  apy?: string | undefined;
11001
11280
  pendingWithdrawal?: {
11002
11281
  amount: string;
@@ -11211,7 +11490,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11211
11490
  id: string;
11212
11491
  totalBalances: Record<string, string>;
11213
11492
  tokenAddress?: string | undefined;
11214
- }>]>, z.ZodObject<{
11493
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
11494
+ id: z.ZodString;
11495
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
11496
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11497
+ }, {
11498
+ id: z.ZodString;
11215
11499
  data: z.ZodObject<{
11216
11500
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
11217
11501
  }, "strip", z.ZodTypeAny, {
@@ -11220,16 +11504,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11220
11504
  delegatingTo: string;
11221
11505
  }>;
11222
11506
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11223
- }, "strip", z.ZodTypeAny, {
11507
+ }>, "strip", z.ZodTypeAny, {
11224
11508
  data: {
11225
11509
  delegatingTo: `0x${string}`;
11226
11510
  };
11511
+ id: string;
11227
11512
  totalBalances: Record<string, string>;
11513
+ tokenAddress?: `0x${string}` | undefined;
11228
11514
  }, {
11229
11515
  data: {
11230
11516
  delegatingTo: string;
11231
11517
  };
11518
+ id: string;
11232
11519
  totalBalances: Record<string, string>;
11520
+ tokenAddress?: string | undefined;
11233
11521
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
11234
11522
  id: z.ZodString;
11235
11523
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -11279,7 +11567,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11279
11567
  name?: string | undefined;
11280
11568
  iconUrl?: string | undefined;
11281
11569
  }>;
11282
- accruedReward: z.ZodString;
11570
+ accruedRewards: z.ZodString;
11283
11571
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11284
11572
  amount: z.ZodString;
11285
11573
  withdrawableAfter: z.ZodNumber;
@@ -11297,7 +11585,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11297
11585
  name?: string | undefined;
11298
11586
  iconUrl?: string | undefined;
11299
11587
  };
11300
- accruedReward: string;
11588
+ accruedRewards: string;
11301
11589
  apy?: string | undefined;
11302
11590
  pendingWithdrawal?: {
11303
11591
  amount: string;
@@ -11309,7 +11597,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11309
11597
  name?: string | undefined;
11310
11598
  iconUrl?: string | undefined;
11311
11599
  };
11312
- accruedReward: string;
11600
+ accruedRewards: string;
11313
11601
  apy?: string | undefined;
11314
11602
  pendingWithdrawal?: {
11315
11603
  amount: string;
@@ -11323,7 +11611,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11323
11611
  name?: string | undefined;
11324
11612
  iconUrl?: string | undefined;
11325
11613
  };
11326
- accruedReward: string;
11614
+ accruedRewards: string;
11327
11615
  apy?: string | undefined;
11328
11616
  pendingWithdrawal?: {
11329
11617
  amount: string;
@@ -11340,7 +11628,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11340
11628
  name?: string | undefined;
11341
11629
  iconUrl?: string | undefined;
11342
11630
  };
11343
- accruedReward: string;
11631
+ accruedRewards: string;
11344
11632
  apy?: string | undefined;
11345
11633
  pendingWithdrawal?: {
11346
11634
  amount: string;
@@ -11554,7 +11842,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11554
11842
  id: string;
11555
11843
  totalBalances: Record<string, string>;
11556
11844
  tokenAddress?: string | undefined;
11557
- }>]>, z.ZodObject<{
11845
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
11846
+ id: z.ZodString;
11847
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
11848
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11849
+ }, {
11850
+ id: z.ZodString;
11558
11851
  data: z.ZodObject<{
11559
11852
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
11560
11853
  }, "strip", z.ZodTypeAny, {
@@ -11563,16 +11856,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11563
11856
  delegatingTo: string;
11564
11857
  }>;
11565
11858
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11566
- }, "strip", z.ZodTypeAny, {
11859
+ }>, "strip", z.ZodTypeAny, {
11567
11860
  data: {
11568
11861
  delegatingTo: `0x${string}`;
11569
11862
  };
11863
+ id: string;
11570
11864
  totalBalances: Record<string, string>;
11865
+ tokenAddress?: `0x${string}` | undefined;
11571
11866
  }, {
11572
11867
  data: {
11573
11868
  delegatingTo: string;
11574
11869
  };
11870
+ id: string;
11575
11871
  totalBalances: Record<string, string>;
11872
+ tokenAddress?: string | undefined;
11576
11873
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
11577
11874
  id: z.ZodString;
11578
11875
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -11622,7 +11919,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11622
11919
  name?: string | undefined;
11623
11920
  iconUrl?: string | undefined;
11624
11921
  }>;
11625
- accruedReward: z.ZodString;
11922
+ accruedRewards: z.ZodString;
11626
11923
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11627
11924
  amount: z.ZodString;
11628
11925
  withdrawableAfter: z.ZodNumber;
@@ -11640,7 +11937,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11640
11937
  name?: string | undefined;
11641
11938
  iconUrl?: string | undefined;
11642
11939
  };
11643
- accruedReward: string;
11940
+ accruedRewards: string;
11644
11941
  apy?: string | undefined;
11645
11942
  pendingWithdrawal?: {
11646
11943
  amount: string;
@@ -11652,7 +11949,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11652
11949
  name?: string | undefined;
11653
11950
  iconUrl?: string | undefined;
11654
11951
  };
11655
- accruedReward: string;
11952
+ accruedRewards: string;
11656
11953
  apy?: string | undefined;
11657
11954
  pendingWithdrawal?: {
11658
11955
  amount: string;
@@ -11666,7 +11963,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11666
11963
  name?: string | undefined;
11667
11964
  iconUrl?: string | undefined;
11668
11965
  };
11669
- accruedReward: string;
11966
+ accruedRewards: string;
11670
11967
  apy?: string | undefined;
11671
11968
  pendingWithdrawal?: {
11672
11969
  amount: string;
@@ -11683,7 +11980,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11683
11980
  name?: string | undefined;
11684
11981
  iconUrl?: string | undefined;
11685
11982
  };
11686
- accruedReward: string;
11983
+ accruedRewards: string;
11687
11984
  apy?: string | undefined;
11688
11985
  pendingWithdrawal?: {
11689
11986
  amount: string;
@@ -11897,7 +12194,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11897
12194
  id: string;
11898
12195
  totalBalances: Record<string, string>;
11899
12196
  tokenAddress?: string | undefined;
11900
- }>]>, z.ZodObject<{
12197
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
12198
+ id: z.ZodString;
12199
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
12200
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12201
+ }, {
12202
+ id: z.ZodString;
11901
12203
  data: z.ZodObject<{
11902
12204
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
11903
12205
  }, "strip", z.ZodTypeAny, {
@@ -11906,16 +12208,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11906
12208
  delegatingTo: string;
11907
12209
  }>;
11908
12210
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
11909
- }, "strip", z.ZodTypeAny, {
12211
+ }>, "strip", z.ZodTypeAny, {
11910
12212
  data: {
11911
12213
  delegatingTo: `0x${string}`;
11912
12214
  };
12215
+ id: string;
11913
12216
  totalBalances: Record<string, string>;
12217
+ tokenAddress?: `0x${string}` | undefined;
11914
12218
  }, {
11915
12219
  data: {
11916
12220
  delegatingTo: string;
11917
12221
  };
12222
+ id: string;
11918
12223
  totalBalances: Record<string, string>;
12224
+ tokenAddress?: string | undefined;
11919
12225
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
11920
12226
  id: z.ZodString;
11921
12227
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -11965,7 +12271,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11965
12271
  name?: string | undefined;
11966
12272
  iconUrl?: string | undefined;
11967
12273
  }>;
11968
- accruedReward: z.ZodString;
12274
+ accruedRewards: z.ZodString;
11969
12275
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
11970
12276
  amount: z.ZodString;
11971
12277
  withdrawableAfter: z.ZodNumber;
@@ -11983,7 +12289,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11983
12289
  name?: string | undefined;
11984
12290
  iconUrl?: string | undefined;
11985
12291
  };
11986
- accruedReward: string;
12292
+ accruedRewards: string;
11987
12293
  apy?: string | undefined;
11988
12294
  pendingWithdrawal?: {
11989
12295
  amount: string;
@@ -11995,7 +12301,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
11995
12301
  name?: string | undefined;
11996
12302
  iconUrl?: string | undefined;
11997
12303
  };
11998
- accruedReward: string;
12304
+ accruedRewards: string;
11999
12305
  apy?: string | undefined;
12000
12306
  pendingWithdrawal?: {
12001
12307
  amount: string;
@@ -12009,7 +12315,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12009
12315
  name?: string | undefined;
12010
12316
  iconUrl?: string | undefined;
12011
12317
  };
12012
- accruedReward: string;
12318
+ accruedRewards: string;
12013
12319
  apy?: string | undefined;
12014
12320
  pendingWithdrawal?: {
12015
12321
  amount: string;
@@ -12026,7 +12332,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12026
12332
  name?: string | undefined;
12027
12333
  iconUrl?: string | undefined;
12028
12334
  };
12029
- accruedReward: string;
12335
+ accruedRewards: string;
12030
12336
  apy?: string | undefined;
12031
12337
  pendingWithdrawal?: {
12032
12338
  amount: string;
@@ -12240,7 +12546,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12240
12546
  id: string;
12241
12547
  totalBalances: Record<string, string>;
12242
12548
  tokenAddress?: string | undefined;
12243
- }>]>, z.ZodObject<{
12549
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
12550
+ id: z.ZodString;
12551
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
12552
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12553
+ }, {
12554
+ id: z.ZodString;
12244
12555
  data: z.ZodObject<{
12245
12556
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
12246
12557
  }, "strip", z.ZodTypeAny, {
@@ -12249,16 +12560,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12249
12560
  delegatingTo: string;
12250
12561
  }>;
12251
12562
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12252
- }, "strip", z.ZodTypeAny, {
12563
+ }>, "strip", z.ZodTypeAny, {
12253
12564
  data: {
12254
12565
  delegatingTo: `0x${string}`;
12255
12566
  };
12567
+ id: string;
12256
12568
  totalBalances: Record<string, string>;
12569
+ tokenAddress?: `0x${string}` | undefined;
12257
12570
  }, {
12258
12571
  data: {
12259
12572
  delegatingTo: string;
12260
12573
  };
12574
+ id: string;
12261
12575
  totalBalances: Record<string, string>;
12576
+ tokenAddress?: string | undefined;
12262
12577
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
12263
12578
  id: z.ZodString;
12264
12579
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -12308,7 +12623,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12308
12623
  name?: string | undefined;
12309
12624
  iconUrl?: string | undefined;
12310
12625
  }>;
12311
- accruedReward: z.ZodString;
12626
+ accruedRewards: z.ZodString;
12312
12627
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
12313
12628
  amount: z.ZodString;
12314
12629
  withdrawableAfter: z.ZodNumber;
@@ -12326,7 +12641,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12326
12641
  name?: string | undefined;
12327
12642
  iconUrl?: string | undefined;
12328
12643
  };
12329
- accruedReward: string;
12644
+ accruedRewards: string;
12330
12645
  apy?: string | undefined;
12331
12646
  pendingWithdrawal?: {
12332
12647
  amount: string;
@@ -12338,7 +12653,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12338
12653
  name?: string | undefined;
12339
12654
  iconUrl?: string | undefined;
12340
12655
  };
12341
- accruedReward: string;
12656
+ accruedRewards: string;
12342
12657
  apy?: string | undefined;
12343
12658
  pendingWithdrawal?: {
12344
12659
  amount: string;
@@ -12352,7 +12667,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12352
12667
  name?: string | undefined;
12353
12668
  iconUrl?: string | undefined;
12354
12669
  };
12355
- accruedReward: string;
12670
+ accruedRewards: string;
12356
12671
  apy?: string | undefined;
12357
12672
  pendingWithdrawal?: {
12358
12673
  amount: string;
@@ -12369,7 +12684,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12369
12684
  name?: string | undefined;
12370
12685
  iconUrl?: string | undefined;
12371
12686
  };
12372
- accruedReward: string;
12687
+ accruedRewards: string;
12373
12688
  apy?: string | undefined;
12374
12689
  pendingWithdrawal?: {
12375
12690
  amount: string;
@@ -12583,7 +12898,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12583
12898
  id: string;
12584
12899
  totalBalances: Record<string, string>;
12585
12900
  tokenAddress?: string | undefined;
12586
- }>]>, z.ZodObject<{
12901
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
12902
+ id: z.ZodString;
12903
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
12904
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12905
+ }, {
12906
+ id: z.ZodString;
12587
12907
  data: z.ZodObject<{
12588
12908
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
12589
12909
  }, "strip", z.ZodTypeAny, {
@@ -12592,16 +12912,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12592
12912
  delegatingTo: string;
12593
12913
  }>;
12594
12914
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12595
- }, "strip", z.ZodTypeAny, {
12915
+ }>, "strip", z.ZodTypeAny, {
12596
12916
  data: {
12597
12917
  delegatingTo: `0x${string}`;
12598
12918
  };
12919
+ id: string;
12599
12920
  totalBalances: Record<string, string>;
12921
+ tokenAddress?: `0x${string}` | undefined;
12600
12922
  }, {
12601
12923
  data: {
12602
12924
  delegatingTo: string;
12603
12925
  };
12926
+ id: string;
12604
12927
  totalBalances: Record<string, string>;
12928
+ tokenAddress?: string | undefined;
12605
12929
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
12606
12930
  id: z.ZodString;
12607
12931
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -12651,7 +12975,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12651
12975
  name?: string | undefined;
12652
12976
  iconUrl?: string | undefined;
12653
12977
  }>;
12654
- accruedReward: z.ZodString;
12978
+ accruedRewards: z.ZodString;
12655
12979
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
12656
12980
  amount: z.ZodString;
12657
12981
  withdrawableAfter: z.ZodNumber;
@@ -12669,7 +12993,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12669
12993
  name?: string | undefined;
12670
12994
  iconUrl?: string | undefined;
12671
12995
  };
12672
- accruedReward: string;
12996
+ accruedRewards: string;
12673
12997
  apy?: string | undefined;
12674
12998
  pendingWithdrawal?: {
12675
12999
  amount: string;
@@ -12681,7 +13005,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12681
13005
  name?: string | undefined;
12682
13006
  iconUrl?: string | undefined;
12683
13007
  };
12684
- accruedReward: string;
13008
+ accruedRewards: string;
12685
13009
  apy?: string | undefined;
12686
13010
  pendingWithdrawal?: {
12687
13011
  amount: string;
@@ -12695,7 +13019,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12695
13019
  name?: string | undefined;
12696
13020
  iconUrl?: string | undefined;
12697
13021
  };
12698
- accruedReward: string;
13022
+ accruedRewards: string;
12699
13023
  apy?: string | undefined;
12700
13024
  pendingWithdrawal?: {
12701
13025
  amount: string;
@@ -12712,7 +13036,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12712
13036
  name?: string | undefined;
12713
13037
  iconUrl?: string | undefined;
12714
13038
  };
12715
- accruedReward: string;
13039
+ accruedRewards: string;
12716
13040
  apy?: string | undefined;
12717
13041
  pendingWithdrawal?: {
12718
13042
  amount: string;
@@ -12930,7 +13254,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12930
13254
  id: string;
12931
13255
  totalBalances: Record<string, string>;
12932
13256
  tokenAddress?: string | undefined;
12933
- }>]>, z.ZodObject<{
13257
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
13258
+ id: z.ZodString;
13259
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
13260
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13261
+ }, {
13262
+ id: z.ZodString;
12934
13263
  data: z.ZodObject<{
12935
13264
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
12936
13265
  }, "strip", z.ZodTypeAny, {
@@ -12939,16 +13268,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12939
13268
  delegatingTo: string;
12940
13269
  }>;
12941
13270
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
12942
- }, "strip", z.ZodTypeAny, {
13271
+ }>, "strip", z.ZodTypeAny, {
12943
13272
  data: {
12944
13273
  delegatingTo: `0x${string}`;
12945
13274
  };
13275
+ id: string;
12946
13276
  totalBalances: Record<string, string>;
13277
+ tokenAddress?: `0x${string}` | undefined;
12947
13278
  }, {
12948
13279
  data: {
12949
13280
  delegatingTo: string;
12950
13281
  };
13282
+ id: string;
12951
13283
  totalBalances: Record<string, string>;
13284
+ tokenAddress?: string | undefined;
12952
13285
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
12953
13286
  id: z.ZodString;
12954
13287
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -12998,7 +13331,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
12998
13331
  name?: string | undefined;
12999
13332
  iconUrl?: string | undefined;
13000
13333
  }>;
13001
- accruedReward: z.ZodString;
13334
+ accruedRewards: z.ZodString;
13002
13335
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13003
13336
  amount: z.ZodString;
13004
13337
  withdrawableAfter: z.ZodNumber;
@@ -13016,7 +13349,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13016
13349
  name?: string | undefined;
13017
13350
  iconUrl?: string | undefined;
13018
13351
  };
13019
- accruedReward: string;
13352
+ accruedRewards: string;
13020
13353
  apy?: string | undefined;
13021
13354
  pendingWithdrawal?: {
13022
13355
  amount: string;
@@ -13028,7 +13361,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13028
13361
  name?: string | undefined;
13029
13362
  iconUrl?: string | undefined;
13030
13363
  };
13031
- accruedReward: string;
13364
+ accruedRewards: string;
13032
13365
  apy?: string | undefined;
13033
13366
  pendingWithdrawal?: {
13034
13367
  amount: string;
@@ -13042,7 +13375,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13042
13375
  name?: string | undefined;
13043
13376
  iconUrl?: string | undefined;
13044
13377
  };
13045
- accruedReward: string;
13378
+ accruedRewards: string;
13046
13379
  apy?: string | undefined;
13047
13380
  pendingWithdrawal?: {
13048
13381
  amount: string;
@@ -13059,7 +13392,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13059
13392
  name?: string | undefined;
13060
13393
  iconUrl?: string | undefined;
13061
13394
  };
13062
- accruedReward: string;
13395
+ accruedRewards: string;
13063
13396
  apy?: string | undefined;
13064
13397
  pendingWithdrawal?: {
13065
13398
  amount: string;
@@ -13276,7 +13609,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13276
13609
  id: string;
13277
13610
  totalBalances: Record<string, string>;
13278
13611
  tokenAddress?: string | undefined;
13279
- }>]>, z.ZodObject<{
13612
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
13613
+ id: z.ZodString;
13614
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
13615
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13616
+ }, {
13617
+ id: z.ZodString;
13280
13618
  data: z.ZodObject<{
13281
13619
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
13282
13620
  }, "strip", z.ZodTypeAny, {
@@ -13285,16 +13623,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13285
13623
  delegatingTo: string;
13286
13624
  }>;
13287
13625
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13288
- }, "strip", z.ZodTypeAny, {
13626
+ }>, "strip", z.ZodTypeAny, {
13289
13627
  data: {
13290
13628
  delegatingTo: `0x${string}`;
13291
13629
  };
13630
+ id: string;
13292
13631
  totalBalances: Record<string, string>;
13632
+ tokenAddress?: `0x${string}` | undefined;
13293
13633
  }, {
13294
13634
  data: {
13295
13635
  delegatingTo: string;
13296
13636
  };
13637
+ id: string;
13297
13638
  totalBalances: Record<string, string>;
13639
+ tokenAddress?: string | undefined;
13298
13640
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
13299
13641
  id: z.ZodString;
13300
13642
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -13344,7 +13686,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13344
13686
  name?: string | undefined;
13345
13687
  iconUrl?: string | undefined;
13346
13688
  }>;
13347
- accruedReward: z.ZodString;
13689
+ accruedRewards: z.ZodString;
13348
13690
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13349
13691
  amount: z.ZodString;
13350
13692
  withdrawableAfter: z.ZodNumber;
@@ -13362,7 +13704,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13362
13704
  name?: string | undefined;
13363
13705
  iconUrl?: string | undefined;
13364
13706
  };
13365
- accruedReward: string;
13707
+ accruedRewards: string;
13366
13708
  apy?: string | undefined;
13367
13709
  pendingWithdrawal?: {
13368
13710
  amount: string;
@@ -13374,7 +13716,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13374
13716
  name?: string | undefined;
13375
13717
  iconUrl?: string | undefined;
13376
13718
  };
13377
- accruedReward: string;
13719
+ accruedRewards: string;
13378
13720
  apy?: string | undefined;
13379
13721
  pendingWithdrawal?: {
13380
13722
  amount: string;
@@ -13388,7 +13730,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13388
13730
  name?: string | undefined;
13389
13731
  iconUrl?: string | undefined;
13390
13732
  };
13391
- accruedReward: string;
13733
+ accruedRewards: string;
13392
13734
  apy?: string | undefined;
13393
13735
  pendingWithdrawal?: {
13394
13736
  amount: string;
@@ -13405,7 +13747,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13405
13747
  name?: string | undefined;
13406
13748
  iconUrl?: string | undefined;
13407
13749
  };
13408
- accruedReward: string;
13750
+ accruedRewards: string;
13409
13751
  apy?: string | undefined;
13410
13752
  pendingWithdrawal?: {
13411
13753
  amount: string;
@@ -13624,7 +13966,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13624
13966
  id: string;
13625
13967
  totalBalances: Record<string, string>;
13626
13968
  tokenAddress?: string | undefined;
13627
- }>]>, z.ZodObject<{
13969
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
13970
+ id: z.ZodString;
13971
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
13972
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13973
+ }, {
13974
+ id: z.ZodString;
13628
13975
  data: z.ZodObject<{
13629
13976
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
13630
13977
  }, "strip", z.ZodTypeAny, {
@@ -13633,16 +13980,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13633
13980
  delegatingTo: string;
13634
13981
  }>;
13635
13982
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13636
- }, "strip", z.ZodTypeAny, {
13983
+ }>, "strip", z.ZodTypeAny, {
13637
13984
  data: {
13638
13985
  delegatingTo: `0x${string}`;
13639
13986
  };
13987
+ id: string;
13640
13988
  totalBalances: Record<string, string>;
13989
+ tokenAddress?: `0x${string}` | undefined;
13641
13990
  }, {
13642
13991
  data: {
13643
13992
  delegatingTo: string;
13644
13993
  };
13994
+ id: string;
13645
13995
  totalBalances: Record<string, string>;
13996
+ tokenAddress?: string | undefined;
13646
13997
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
13647
13998
  id: z.ZodString;
13648
13999
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -13692,7 +14043,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13692
14043
  name?: string | undefined;
13693
14044
  iconUrl?: string | undefined;
13694
14045
  }>;
13695
- accruedReward: z.ZodString;
14046
+ accruedRewards: z.ZodString;
13696
14047
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
13697
14048
  amount: z.ZodString;
13698
14049
  withdrawableAfter: z.ZodNumber;
@@ -13710,7 +14061,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13710
14061
  name?: string | undefined;
13711
14062
  iconUrl?: string | undefined;
13712
14063
  };
13713
- accruedReward: string;
14064
+ accruedRewards: string;
13714
14065
  apy?: string | undefined;
13715
14066
  pendingWithdrawal?: {
13716
14067
  amount: string;
@@ -13722,7 +14073,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13722
14073
  name?: string | undefined;
13723
14074
  iconUrl?: string | undefined;
13724
14075
  };
13725
- accruedReward: string;
14076
+ accruedRewards: string;
13726
14077
  apy?: string | undefined;
13727
14078
  pendingWithdrawal?: {
13728
14079
  amount: string;
@@ -13736,7 +14087,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13736
14087
  name?: string | undefined;
13737
14088
  iconUrl?: string | undefined;
13738
14089
  };
13739
- accruedReward: string;
14090
+ accruedRewards: string;
13740
14091
  apy?: string | undefined;
13741
14092
  pendingWithdrawal?: {
13742
14093
  amount: string;
@@ -13753,7 +14104,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13753
14104
  name?: string | undefined;
13754
14105
  iconUrl?: string | undefined;
13755
14106
  };
13756
- accruedReward: string;
14107
+ accruedRewards: string;
13757
14108
  apy?: string | undefined;
13758
14109
  pendingWithdrawal?: {
13759
14110
  amount: string;
@@ -13972,7 +14323,12 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13972
14323
  id: string;
13973
14324
  totalBalances: Record<string, string>;
13974
14325
  tokenAddress?: string | undefined;
13975
- }>]>, z.ZodObject<{
14326
+ }>]>, z.ZodObject<z.objectUtil.extendShape<{
14327
+ id: z.ZodString;
14328
+ tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
14329
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
14330
+ }, {
14331
+ id: z.ZodString;
13976
14332
  data: z.ZodObject<{
13977
14333
  delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
13978
14334
  }, "strip", z.ZodTypeAny, {
@@ -13981,16 +14337,20 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
13981
14337
  delegatingTo: string;
13982
14338
  }>;
13983
14339
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
13984
- }, "strip", z.ZodTypeAny, {
14340
+ }>, "strip", z.ZodTypeAny, {
13985
14341
  data: {
13986
14342
  delegatingTo: `0x${string}`;
13987
14343
  };
14344
+ id: string;
13988
14345
  totalBalances: Record<string, string>;
14346
+ tokenAddress?: `0x${string}` | undefined;
13989
14347
  }, {
13990
14348
  data: {
13991
14349
  delegatingTo: string;
13992
14350
  };
14351
+ id: string;
13993
14352
  totalBalances: Record<string, string>;
14353
+ tokenAddress?: string | undefined;
13994
14354
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
13995
14355
  id: z.ZodString;
13996
14356
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
@@ -14040,7 +14400,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14040
14400
  name?: string | undefined;
14041
14401
  iconUrl?: string | undefined;
14042
14402
  }>;
14043
- accruedReward: z.ZodString;
14403
+ accruedRewards: z.ZodString;
14044
14404
  pendingWithdrawal: z.ZodOptional<z.ZodObject<{
14045
14405
  amount: z.ZodString;
14046
14406
  withdrawableAfter: z.ZodNumber;
@@ -14058,7 +14418,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14058
14418
  name?: string | undefined;
14059
14419
  iconUrl?: string | undefined;
14060
14420
  };
14061
- accruedReward: string;
14421
+ accruedRewards: string;
14062
14422
  apy?: string | undefined;
14063
14423
  pendingWithdrawal?: {
14064
14424
  amount: string;
@@ -14070,7 +14430,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14070
14430
  name?: string | undefined;
14071
14431
  iconUrl?: string | undefined;
14072
14432
  };
14073
- accruedReward: string;
14433
+ accruedRewards: string;
14074
14434
  apy?: string | undefined;
14075
14435
  pendingWithdrawal?: {
14076
14436
  amount: string;
@@ -14084,7 +14444,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14084
14444
  name?: string | undefined;
14085
14445
  iconUrl?: string | undefined;
14086
14446
  };
14087
- accruedReward: string;
14447
+ accruedRewards: string;
14088
14448
  apy?: string | undefined;
14089
14449
  pendingWithdrawal?: {
14090
14450
  amount: string;
@@ -14101,7 +14461,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
14101
14461
  name?: string | undefined;
14102
14462
  iconUrl?: string | undefined;
14103
14463
  };
14104
- accruedReward: string;
14464
+ accruedRewards: string;
14105
14465
  apy?: string | undefined;
14106
14466
  pendingWithdrawal?: {
14107
14467
  amount: string;