@argent/x-shared 1.38.0 → 1.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -829,7 +829,47 @@ export declare const apiCollateralizedDebtPositionsSchema: z.ZodArray<z.ZodObjec
829
829
  totalBalances: Record<string, string>;
830
830
  tokenAddress?: string | undefined;
831
831
  }>, "many">;
832
- export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
832
+ export declare const apiDelegatedTokensSchema: z.ZodObject<{
833
+ data: z.ZodObject<{
834
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
835
+ }, "strip", z.ZodTypeAny, {
836
+ delegatingTo: `0x${string}`;
837
+ }, {
838
+ delegatingTo: string;
839
+ }>;
840
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
841
+ }, "strip", z.ZodTypeAny, {
842
+ data: {
843
+ delegatingTo: `0x${string}`;
844
+ };
845
+ totalBalances: Record<string, string>;
846
+ }, {
847
+ data: {
848
+ delegatingTo: string;
849
+ };
850
+ totalBalances: Record<string, string>;
851
+ }>;
852
+ export declare const apiDelegatedTokensArraySchema: z.ZodArray<z.ZodObject<{
853
+ data: z.ZodObject<{
854
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
855
+ }, "strip", z.ZodTypeAny, {
856
+ delegatingTo: `0x${string}`;
857
+ }, {
858
+ delegatingTo: string;
859
+ }>;
860
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
861
+ }, "strip", z.ZodTypeAny, {
862
+ data: {
863
+ delegatingTo: `0x${string}`;
864
+ };
865
+ totalBalances: Record<string, string>;
866
+ }, {
867
+ data: {
868
+ delegatingTo: string;
869
+ };
870
+ totalBalances: Record<string, string>;
871
+ }>, "many">;
872
+ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
833
873
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
834
874
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
835
875
  }, {
@@ -1011,6 +1051,25 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1011
1051
  };
1012
1052
  totalBalances: Record<string, string>;
1013
1053
  tokenAddress?: string | undefined;
1054
+ }>]>, z.ZodObject<{
1055
+ data: z.ZodObject<{
1056
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1057
+ }, "strip", z.ZodTypeAny, {
1058
+ delegatingTo: `0x${string}`;
1059
+ }, {
1060
+ delegatingTo: string;
1061
+ }>;
1062
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1063
+ }, "strip", z.ZodTypeAny, {
1064
+ data: {
1065
+ delegatingTo: `0x${string}`;
1066
+ };
1067
+ totalBalances: Record<string, string>;
1068
+ }, {
1069
+ data: {
1070
+ delegatingTo: string;
1071
+ };
1072
+ totalBalances: Record<string, string>;
1014
1073
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1015
1074
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1016
1075
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -1041,7 +1100,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
1041
1100
  export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1042
1101
  name: z.ZodString;
1043
1102
  manageUrl: z.ZodString;
1044
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
1103
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
1045
1104
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1046
1105
  name: z.ZodOptional<z.ZodString>;
1047
1106
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -1052,7 +1111,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1052
1111
  name?: string | undefined;
1053
1112
  healthRatio?: string | undefined;
1054
1113
  }>>>;
1055
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1114
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1056
1115
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1057
1116
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1058
1117
  }, {
@@ -1234,6 +1293,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1234
1293
  };
1235
1294
  totalBalances: Record<string, string>;
1236
1295
  tokenAddress?: string | undefined;
1296
+ }>]>, z.ZodObject<{
1297
+ data: z.ZodObject<{
1298
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1299
+ }, "strip", z.ZodTypeAny, {
1300
+ delegatingTo: `0x${string}`;
1301
+ }, {
1302
+ delegatingTo: string;
1303
+ }>;
1304
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1305
+ }, "strip", z.ZodTypeAny, {
1306
+ data: {
1307
+ delegatingTo: `0x${string}`;
1308
+ };
1309
+ totalBalances: Record<string, string>;
1310
+ }, {
1311
+ data: {
1312
+ delegatingTo: string;
1313
+ };
1314
+ totalBalances: Record<string, string>;
1237
1315
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1238
1316
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1239
1317
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -1264,7 +1342,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1264
1342
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1265
1343
  name: z.ZodString;
1266
1344
  manageUrl: z.ZodString;
1267
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
1345
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
1268
1346
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1269
1347
  name: z.ZodOptional<z.ZodString>;
1270
1348
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -1275,7 +1353,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1275
1353
  name?: string | undefined;
1276
1354
  healthRatio?: string | undefined;
1277
1355
  }>>>;
1278
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1356
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1279
1357
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1280
1358
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1281
1359
  }, {
@@ -1457,6 +1535,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1457
1535
  };
1458
1536
  totalBalances: Record<string, string>;
1459
1537
  tokenAddress?: string | undefined;
1538
+ }>]>, z.ZodObject<{
1539
+ data: z.ZodObject<{
1540
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1541
+ }, "strip", z.ZodTypeAny, {
1542
+ delegatingTo: `0x${string}`;
1543
+ }, {
1544
+ delegatingTo: string;
1545
+ }>;
1546
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1547
+ }, "strip", z.ZodTypeAny, {
1548
+ data: {
1549
+ delegatingTo: `0x${string}`;
1550
+ };
1551
+ totalBalances: Record<string, string>;
1552
+ }, {
1553
+ data: {
1554
+ delegatingTo: string;
1555
+ };
1556
+ totalBalances: Record<string, string>;
1460
1557
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1461
1558
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1462
1559
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -1487,7 +1584,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1487
1584
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1488
1585
  name: z.ZodString;
1489
1586
  manageUrl: z.ZodString;
1490
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
1587
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
1491
1588
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1492
1589
  name: z.ZodOptional<z.ZodString>;
1493
1590
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -1498,7 +1595,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1498
1595
  name?: string | undefined;
1499
1596
  healthRatio?: string | undefined;
1500
1597
  }>>>;
1501
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1598
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1502
1599
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1503
1600
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1504
1601
  }, {
@@ -1680,6 +1777,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1680
1777
  };
1681
1778
  totalBalances: Record<string, string>;
1682
1779
  tokenAddress?: string | undefined;
1780
+ }>]>, z.ZodObject<{
1781
+ data: z.ZodObject<{
1782
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
1783
+ }, "strip", z.ZodTypeAny, {
1784
+ delegatingTo: `0x${string}`;
1785
+ }, {
1786
+ delegatingTo: string;
1787
+ }>;
1788
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1789
+ }, "strip", z.ZodTypeAny, {
1790
+ data: {
1791
+ delegatingTo: `0x${string}`;
1792
+ };
1793
+ totalBalances: Record<string, string>;
1794
+ }, {
1795
+ data: {
1796
+ delegatingTo: string;
1797
+ };
1798
+ totalBalances: Record<string, string>;
1683
1799
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1684
1800
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1685
1801
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -1710,7 +1826,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1710
1826
  }, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
1711
1827
  name: z.ZodString;
1712
1828
  manageUrl: z.ZodString;
1713
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
1829
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
1714
1830
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1715
1831
  name: z.ZodOptional<z.ZodString>;
1716
1832
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -1721,7 +1837,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1721
1837
  name?: string | undefined;
1722
1838
  healthRatio?: string | undefined;
1723
1839
  }>>>;
1724
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1840
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1725
1841
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1726
1842
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1727
1843
  }, {
@@ -1903,6 +2019,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1903
2019
  };
1904
2020
  totalBalances: Record<string, string>;
1905
2021
  tokenAddress?: string | undefined;
2022
+ }>]>, z.ZodObject<{
2023
+ data: z.ZodObject<{
2024
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2025
+ }, "strip", z.ZodTypeAny, {
2026
+ delegatingTo: `0x${string}`;
2027
+ }, {
2028
+ delegatingTo: string;
2029
+ }>;
2030
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2031
+ }, "strip", z.ZodTypeAny, {
2032
+ data: {
2033
+ delegatingTo: `0x${string}`;
2034
+ };
2035
+ totalBalances: Record<string, string>;
2036
+ }, {
2037
+ data: {
2038
+ delegatingTo: string;
2039
+ };
2040
+ totalBalances: Record<string, string>;
1906
2041
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
1907
2042
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1908
2043
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -1933,7 +2068,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1933
2068
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1934
2069
  name: z.ZodString;
1935
2070
  manageUrl: z.ZodString;
1936
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
2071
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
1937
2072
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1938
2073
  name: z.ZodOptional<z.ZodString>;
1939
2074
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -1944,7 +2079,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
1944
2079
  name?: string | undefined;
1945
2080
  healthRatio?: string | undefined;
1946
2081
  }>>>;
1947
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2082
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1948
2083
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
1949
2084
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
1950
2085
  }, {
@@ -2126,6 +2261,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2126
2261
  };
2127
2262
  totalBalances: Record<string, string>;
2128
2263
  tokenAddress?: string | undefined;
2264
+ }>]>, z.ZodObject<{
2265
+ data: z.ZodObject<{
2266
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2267
+ }, "strip", z.ZodTypeAny, {
2268
+ delegatingTo: `0x${string}`;
2269
+ }, {
2270
+ delegatingTo: string;
2271
+ }>;
2272
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2273
+ }, "strip", z.ZodTypeAny, {
2274
+ data: {
2275
+ delegatingTo: `0x${string}`;
2276
+ };
2277
+ totalBalances: Record<string, string>;
2278
+ }, {
2279
+ data: {
2280
+ delegatingTo: string;
2281
+ };
2282
+ totalBalances: Record<string, string>;
2129
2283
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2130
2284
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2131
2285
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -2157,7 +2311,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2157
2311
  extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
2158
2312
  name: z.ZodString;
2159
2313
  manageUrl: z.ZodString;
2160
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
2314
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
2161
2315
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2162
2316
  name: z.ZodOptional<z.ZodString>;
2163
2317
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -2168,7 +2322,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2168
2322
  name?: string | undefined;
2169
2323
  healthRatio?: string | undefined;
2170
2324
  }>>>;
2171
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2325
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2172
2326
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2173
2327
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2174
2328
  }, {
@@ -2350,6 +2504,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2350
2504
  };
2351
2505
  totalBalances: Record<string, string>;
2352
2506
  tokenAddress?: string | undefined;
2507
+ }>]>, z.ZodObject<{
2508
+ data: z.ZodObject<{
2509
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2510
+ }, "strip", z.ZodTypeAny, {
2511
+ delegatingTo: `0x${string}`;
2512
+ }, {
2513
+ delegatingTo: string;
2514
+ }>;
2515
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2516
+ }, "strip", z.ZodTypeAny, {
2517
+ data: {
2518
+ delegatingTo: `0x${string}`;
2519
+ };
2520
+ totalBalances: Record<string, string>;
2521
+ }, {
2522
+ data: {
2523
+ delegatingTo: string;
2524
+ };
2525
+ totalBalances: Record<string, string>;
2353
2526
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2354
2527
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2355
2528
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -2380,7 +2553,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2380
2553
  } & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2381
2554
  name: z.ZodString;
2382
2555
  manageUrl: z.ZodString;
2383
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
2556
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
2384
2557
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2385
2558
  name: z.ZodOptional<z.ZodString>;
2386
2559
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -2391,7 +2564,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2391
2564
  name?: string | undefined;
2392
2565
  healthRatio?: string | undefined;
2393
2566
  }>>>;
2394
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2567
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2395
2568
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2396
2569
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2397
2570
  }, {
@@ -2573,6 +2746,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2573
2746
  };
2574
2747
  totalBalances: Record<string, string>;
2575
2748
  tokenAddress?: string | undefined;
2749
+ }>]>, z.ZodObject<{
2750
+ data: z.ZodObject<{
2751
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2752
+ }, "strip", z.ZodTypeAny, {
2753
+ delegatingTo: `0x${string}`;
2754
+ }, {
2755
+ delegatingTo: string;
2756
+ }>;
2757
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2758
+ }, "strip", z.ZodTypeAny, {
2759
+ data: {
2760
+ delegatingTo: `0x${string}`;
2761
+ };
2762
+ totalBalances: Record<string, string>;
2763
+ }, {
2764
+ data: {
2765
+ delegatingTo: string;
2766
+ };
2767
+ totalBalances: Record<string, string>;
2576
2768
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2577
2769
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2578
2770
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -2603,7 +2795,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2603
2795
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2604
2796
  name: z.ZodString;
2605
2797
  manageUrl: z.ZodString;
2606
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
2798
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
2607
2799
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2608
2800
  name: z.ZodOptional<z.ZodString>;
2609
2801
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -2614,7 +2806,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2614
2806
  name?: string | undefined;
2615
2807
  healthRatio?: string | undefined;
2616
2808
  }>>>;
2617
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2809
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2618
2810
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2619
2811
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2620
2812
  }, {
@@ -2796,6 +2988,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2796
2988
  };
2797
2989
  totalBalances: Record<string, string>;
2798
2990
  tokenAddress?: string | undefined;
2991
+ }>]>, z.ZodObject<{
2992
+ data: z.ZodObject<{
2993
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
2994
+ }, "strip", z.ZodTypeAny, {
2995
+ delegatingTo: `0x${string}`;
2996
+ }, {
2997
+ delegatingTo: string;
2998
+ }>;
2999
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3000
+ }, "strip", z.ZodTypeAny, {
3001
+ data: {
3002
+ delegatingTo: `0x${string}`;
3003
+ };
3004
+ totalBalances: Record<string, string>;
3005
+ }, {
3006
+ data: {
3007
+ delegatingTo: string;
3008
+ };
3009
+ totalBalances: Record<string, string>;
2799
3010
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
2800
3011
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2801
3012
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -2826,7 +3037,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2826
3037
  } & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
2827
3038
  name: z.ZodString;
2828
3039
  manageUrl: z.ZodString;
2829
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
3040
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
2830
3041
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2831
3042
  name: z.ZodOptional<z.ZodString>;
2832
3043
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -2837,7 +3048,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
2837
3048
  name?: string | undefined;
2838
3049
  healthRatio?: string | undefined;
2839
3050
  }>>>;
2840
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3051
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2841
3052
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
2842
3053
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
2843
3054
  }, {
@@ -3019,6 +3230,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3019
3230
  };
3020
3231
  totalBalances: Record<string, string>;
3021
3232
  tokenAddress?: string | undefined;
3233
+ }>]>, z.ZodObject<{
3234
+ data: z.ZodObject<{
3235
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3236
+ }, "strip", z.ZodTypeAny, {
3237
+ delegatingTo: `0x${string}`;
3238
+ }, {
3239
+ delegatingTo: string;
3240
+ }>;
3241
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3242
+ }, "strip", z.ZodTypeAny, {
3243
+ data: {
3244
+ delegatingTo: `0x${string}`;
3245
+ };
3246
+ totalBalances: Record<string, string>;
3247
+ }, {
3248
+ data: {
3249
+ delegatingTo: string;
3250
+ };
3251
+ totalBalances: Record<string, string>;
3022
3252
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3023
3253
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3024
3254
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -3049,7 +3279,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3049
3279
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3050
3280
  name: z.ZodString;
3051
3281
  manageUrl: z.ZodString;
3052
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
3282
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
3053
3283
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3054
3284
  name: z.ZodOptional<z.ZodString>;
3055
3285
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -3060,7 +3290,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3060
3290
  name?: string | undefined;
3061
3291
  healthRatio?: string | undefined;
3062
3292
  }>>>;
3063
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3293
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3064
3294
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3065
3295
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3066
3296
  }, {
@@ -3242,6 +3472,25 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
3242
3472
  };
3243
3473
  totalBalances: Record<string, string>;
3244
3474
  tokenAddress?: string | undefined;
3475
+ }>]>, z.ZodObject<{
3476
+ data: z.ZodObject<{
3477
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3478
+ }, "strip", z.ZodTypeAny, {
3479
+ delegatingTo: `0x${string}`;
3480
+ }, {
3481
+ delegatingTo: string;
3482
+ }>;
3483
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3484
+ }, "strip", z.ZodTypeAny, {
3485
+ data: {
3486
+ delegatingTo: `0x${string}`;
3487
+ };
3488
+ totalBalances: Record<string, string>;
3489
+ }, {
3490
+ data: {
3491
+ delegatingTo: string;
3492
+ };
3493
+ totalBalances: Record<string, string>;
3245
3494
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3246
3495
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3247
3496
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -3276,7 +3525,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3276
3525
  products: z.ZodArray<z.ZodEffects<z.ZodObject<{
3277
3526
  name: z.ZodString;
3278
3527
  manageUrl: z.ZodString;
3279
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
3528
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
3280
3529
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3281
3530
  name: z.ZodOptional<z.ZodString>;
3282
3531
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -3287,7 +3536,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3287
3536
  name?: string | undefined;
3288
3537
  healthRatio?: string | undefined;
3289
3538
  }>>>;
3290
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3539
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3291
3540
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3292
3541
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3293
3542
  }, {
@@ -3469,6 +3718,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3469
3718
  };
3470
3719
  totalBalances: Record<string, string>;
3471
3720
  tokenAddress?: string | undefined;
3721
+ }>]>, z.ZodObject<{
3722
+ data: z.ZodObject<{
3723
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3724
+ }, "strip", z.ZodTypeAny, {
3725
+ delegatingTo: `0x${string}`;
3726
+ }, {
3727
+ delegatingTo: string;
3728
+ }>;
3729
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3730
+ }, "strip", z.ZodTypeAny, {
3731
+ data: {
3732
+ delegatingTo: `0x${string}`;
3733
+ };
3734
+ totalBalances: Record<string, string>;
3735
+ }, {
3736
+ data: {
3737
+ delegatingTo: string;
3738
+ };
3739
+ totalBalances: Record<string, string>;
3472
3740
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3473
3741
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3474
3742
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -3499,7 +3767,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3499
3767
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3500
3768
  name: z.ZodString;
3501
3769
  manageUrl: z.ZodString;
3502
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
3770
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
3503
3771
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3504
3772
  name: z.ZodOptional<z.ZodString>;
3505
3773
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -3510,7 +3778,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3510
3778
  name?: string | undefined;
3511
3779
  healthRatio?: string | undefined;
3512
3780
  }>>>;
3513
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3781
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3514
3782
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3515
3783
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3516
3784
  }, {
@@ -3692,6 +3960,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3692
3960
  };
3693
3961
  totalBalances: Record<string, string>;
3694
3962
  tokenAddress?: string | undefined;
3963
+ }>]>, z.ZodObject<{
3964
+ data: z.ZodObject<{
3965
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
3966
+ }, "strip", z.ZodTypeAny, {
3967
+ delegatingTo: `0x${string}`;
3968
+ }, {
3969
+ delegatingTo: string;
3970
+ }>;
3971
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3972
+ }, "strip", z.ZodTypeAny, {
3973
+ data: {
3974
+ delegatingTo: `0x${string}`;
3975
+ };
3976
+ totalBalances: Record<string, string>;
3977
+ }, {
3978
+ data: {
3979
+ delegatingTo: string;
3980
+ };
3981
+ totalBalances: Record<string, string>;
3695
3982
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3696
3983
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3697
3984
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -3722,7 +4009,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3722
4009
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3723
4010
  name: z.ZodString;
3724
4011
  manageUrl: z.ZodString;
3725
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
4012
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
3726
4013
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3727
4014
  name: z.ZodOptional<z.ZodString>;
3728
4015
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -3733,7 +4020,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3733
4020
  name?: string | undefined;
3734
4021
  healthRatio?: string | undefined;
3735
4022
  }>>>;
3736
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4023
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3737
4024
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3738
4025
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3739
4026
  }, {
@@ -3915,6 +4202,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3915
4202
  };
3916
4203
  totalBalances: Record<string, string>;
3917
4204
  tokenAddress?: string | undefined;
4205
+ }>]>, z.ZodObject<{
4206
+ data: z.ZodObject<{
4207
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4208
+ }, "strip", z.ZodTypeAny, {
4209
+ delegatingTo: `0x${string}`;
4210
+ }, {
4211
+ delegatingTo: string;
4212
+ }>;
4213
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4214
+ }, "strip", z.ZodTypeAny, {
4215
+ data: {
4216
+ delegatingTo: `0x${string}`;
4217
+ };
4218
+ totalBalances: Record<string, string>;
4219
+ }, {
4220
+ data: {
4221
+ delegatingTo: string;
4222
+ };
4223
+ totalBalances: Record<string, string>;
3918
4224
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
3919
4225
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3920
4226
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -3945,7 +4251,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3945
4251
  }, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
3946
4252
  name: z.ZodString;
3947
4253
  manageUrl: z.ZodString;
3948
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
4254
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
3949
4255
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
3950
4256
  name: z.ZodOptional<z.ZodString>;
3951
4257
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -3956,7 +4262,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
3956
4262
  name?: string | undefined;
3957
4263
  healthRatio?: string | undefined;
3958
4264
  }>>>;
3959
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4265
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3960
4266
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
3961
4267
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
3962
4268
  }, {
@@ -4138,6 +4444,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4138
4444
  };
4139
4445
  totalBalances: Record<string, string>;
4140
4446
  tokenAddress?: string | undefined;
4447
+ }>]>, z.ZodObject<{
4448
+ data: z.ZodObject<{
4449
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4450
+ }, "strip", z.ZodTypeAny, {
4451
+ delegatingTo: `0x${string}`;
4452
+ }, {
4453
+ delegatingTo: string;
4454
+ }>;
4455
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4456
+ }, "strip", z.ZodTypeAny, {
4457
+ data: {
4458
+ delegatingTo: `0x${string}`;
4459
+ };
4460
+ totalBalances: Record<string, string>;
4461
+ }, {
4462
+ data: {
4463
+ delegatingTo: string;
4464
+ };
4465
+ totalBalances: Record<string, string>;
4141
4466
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4142
4467
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4143
4468
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -4168,7 +4493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4168
4493
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4169
4494
  name: z.ZodString;
4170
4495
  manageUrl: z.ZodString;
4171
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
4496
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
4172
4497
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
4173
4498
  name: z.ZodOptional<z.ZodString>;
4174
4499
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -4179,7 +4504,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4179
4504
  name?: string | undefined;
4180
4505
  healthRatio?: string | undefined;
4181
4506
  }>>>;
4182
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4507
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4183
4508
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4184
4509
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4185
4510
  }, {
@@ -4361,6 +4686,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4361
4686
  };
4362
4687
  totalBalances: Record<string, string>;
4363
4688
  tokenAddress?: string | undefined;
4689
+ }>]>, z.ZodObject<{
4690
+ data: z.ZodObject<{
4691
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4692
+ }, "strip", z.ZodTypeAny, {
4693
+ delegatingTo: `0x${string}`;
4694
+ }, {
4695
+ delegatingTo: string;
4696
+ }>;
4697
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4698
+ }, "strip", z.ZodTypeAny, {
4699
+ data: {
4700
+ delegatingTo: `0x${string}`;
4701
+ };
4702
+ totalBalances: Record<string, string>;
4703
+ }, {
4704
+ data: {
4705
+ delegatingTo: string;
4706
+ };
4707
+ totalBalances: Record<string, string>;
4364
4708
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4365
4709
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4366
4710
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -4392,7 +4736,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4392
4736
  extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
4393
4737
  name: z.ZodString;
4394
4738
  manageUrl: z.ZodString;
4395
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
4739
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
4396
4740
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
4397
4741
  name: z.ZodOptional<z.ZodString>;
4398
4742
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -4403,7 +4747,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4403
4747
  name?: string | undefined;
4404
4748
  healthRatio?: string | undefined;
4405
4749
  }>>>;
4406
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4750
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4407
4751
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4408
4752
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4409
4753
  }, {
@@ -4585,6 +4929,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4585
4929
  };
4586
4930
  totalBalances: Record<string, string>;
4587
4931
  tokenAddress?: string | undefined;
4932
+ }>]>, z.ZodObject<{
4933
+ data: z.ZodObject<{
4934
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
4935
+ }, "strip", z.ZodTypeAny, {
4936
+ delegatingTo: `0x${string}`;
4937
+ }, {
4938
+ delegatingTo: string;
4939
+ }>;
4940
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4941
+ }, "strip", z.ZodTypeAny, {
4942
+ data: {
4943
+ delegatingTo: `0x${string}`;
4944
+ };
4945
+ totalBalances: Record<string, string>;
4946
+ }, {
4947
+ data: {
4948
+ delegatingTo: string;
4949
+ };
4950
+ totalBalances: Record<string, string>;
4588
4951
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4589
4952
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4590
4953
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -4615,7 +4978,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4615
4978
  } & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4616
4979
  name: z.ZodString;
4617
4980
  manageUrl: z.ZodString;
4618
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
4981
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
4619
4982
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
4620
4983
  name: z.ZodOptional<z.ZodString>;
4621
4984
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -4626,7 +4989,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4626
4989
  name?: string | undefined;
4627
4990
  healthRatio?: string | undefined;
4628
4991
  }>>>;
4629
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4992
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4630
4993
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4631
4994
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4632
4995
  }, {
@@ -4808,6 +5171,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4808
5171
  };
4809
5172
  totalBalances: Record<string, string>;
4810
5173
  tokenAddress?: string | undefined;
5174
+ }>]>, z.ZodObject<{
5175
+ data: z.ZodObject<{
5176
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5177
+ }, "strip", z.ZodTypeAny, {
5178
+ delegatingTo: `0x${string}`;
5179
+ }, {
5180
+ delegatingTo: string;
5181
+ }>;
5182
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5183
+ }, "strip", z.ZodTypeAny, {
5184
+ data: {
5185
+ delegatingTo: `0x${string}`;
5186
+ };
5187
+ totalBalances: Record<string, string>;
5188
+ }, {
5189
+ data: {
5190
+ delegatingTo: string;
5191
+ };
5192
+ totalBalances: Record<string, string>;
4811
5193
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
4812
5194
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4813
5195
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -4838,7 +5220,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4838
5220
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4839
5221
  name: z.ZodString;
4840
5222
  manageUrl: z.ZodString;
4841
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
5223
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
4842
5224
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
4843
5225
  name: z.ZodOptional<z.ZodString>;
4844
5226
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -4849,7 +5231,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
4849
5231
  name?: string | undefined;
4850
5232
  healthRatio?: string | undefined;
4851
5233
  }>>>;
4852
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5234
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4853
5235
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
4854
5236
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
4855
5237
  }, {
@@ -5031,6 +5413,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5031
5413
  };
5032
5414
  totalBalances: Record<string, string>;
5033
5415
  tokenAddress?: string | undefined;
5416
+ }>]>, z.ZodObject<{
5417
+ data: z.ZodObject<{
5418
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5419
+ }, "strip", z.ZodTypeAny, {
5420
+ delegatingTo: `0x${string}`;
5421
+ }, {
5422
+ delegatingTo: string;
5423
+ }>;
5424
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5425
+ }, "strip", z.ZodTypeAny, {
5426
+ data: {
5427
+ delegatingTo: `0x${string}`;
5428
+ };
5429
+ totalBalances: Record<string, string>;
5430
+ }, {
5431
+ data: {
5432
+ delegatingTo: string;
5433
+ };
5434
+ totalBalances: Record<string, string>;
5034
5435
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5035
5436
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5036
5437
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5061,7 +5462,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5061
5462
  } & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
5062
5463
  name: z.ZodString;
5063
5464
  manageUrl: z.ZodString;
5064
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
5465
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
5065
5466
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
5066
5467
  name: z.ZodOptional<z.ZodString>;
5067
5468
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -5072,7 +5473,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5072
5473
  name?: string | undefined;
5073
5474
  healthRatio?: string | undefined;
5074
5475
  }>>>;
5075
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5476
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5076
5477
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5077
5478
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5078
5479
  }, {
@@ -5254,6 +5655,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5254
5655
  };
5255
5656
  totalBalances: Record<string, string>;
5256
5657
  tokenAddress?: string | undefined;
5658
+ }>]>, z.ZodObject<{
5659
+ data: z.ZodObject<{
5660
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5661
+ }, "strip", z.ZodTypeAny, {
5662
+ delegatingTo: `0x${string}`;
5663
+ }, {
5664
+ delegatingTo: string;
5665
+ }>;
5666
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5667
+ }, "strip", z.ZodTypeAny, {
5668
+ data: {
5669
+ delegatingTo: `0x${string}`;
5670
+ };
5671
+ totalBalances: Record<string, string>;
5672
+ }, {
5673
+ data: {
5674
+ delegatingTo: string;
5675
+ };
5676
+ totalBalances: Record<string, string>;
5257
5677
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5258
5678
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5259
5679
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5284,7 +5704,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5284
5704
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
5285
5705
  name: z.ZodString;
5286
5706
  manageUrl: z.ZodString;
5287
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
5707
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
5288
5708
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
5289
5709
  name: z.ZodOptional<z.ZodString>;
5290
5710
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -5295,7 +5715,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5295
5715
  name?: string | undefined;
5296
5716
  healthRatio?: string | undefined;
5297
5717
  }>>>;
5298
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5718
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5299
5719
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5300
5720
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5301
5721
  }, {
@@ -5477,6 +5897,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5477
5897
  };
5478
5898
  totalBalances: Record<string, string>;
5479
5899
  tokenAddress?: string | undefined;
5900
+ }>]>, z.ZodObject<{
5901
+ data: z.ZodObject<{
5902
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
5903
+ }, "strip", z.ZodTypeAny, {
5904
+ delegatingTo: `0x${string}`;
5905
+ }, {
5906
+ delegatingTo: string;
5907
+ }>;
5908
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5909
+ }, "strip", z.ZodTypeAny, {
5910
+ data: {
5911
+ delegatingTo: `0x${string}`;
5912
+ };
5913
+ totalBalances: Record<string, string>;
5914
+ }, {
5915
+ data: {
5916
+ delegatingTo: string;
5917
+ };
5918
+ totalBalances: Record<string, string>;
5480
5919
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5481
5920
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5482
5921
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5511,7 +5950,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5511
5950
  products: z.objectOutputType<{
5512
5951
  name: z.ZodString;
5513
5952
  manageUrl: z.ZodString;
5514
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
5953
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
5515
5954
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
5516
5955
  name: z.ZodOptional<z.ZodString>;
5517
5956
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -5522,7 +5961,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5522
5961
  name?: string | undefined;
5523
5962
  healthRatio?: string | undefined;
5524
5963
  }>>>;
5525
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5964
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5526
5965
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5527
5966
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5528
5967
  }, {
@@ -5704,6 +6143,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5704
6143
  };
5705
6144
  totalBalances: Record<string, string>;
5706
6145
  tokenAddress?: string | undefined;
6146
+ }>]>, z.ZodObject<{
6147
+ data: z.ZodObject<{
6148
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6149
+ }, "strip", z.ZodTypeAny, {
6150
+ delegatingTo: `0x${string}`;
6151
+ }, {
6152
+ delegatingTo: string;
6153
+ }>;
6154
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6155
+ }, "strip", z.ZodTypeAny, {
6156
+ data: {
6157
+ delegatingTo: `0x${string}`;
6158
+ };
6159
+ totalBalances: Record<string, string>;
6160
+ }, {
6161
+ data: {
6162
+ delegatingTo: string;
6163
+ };
6164
+ totalBalances: Record<string, string>;
5707
6165
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5708
6166
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5709
6167
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5737,7 +6195,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5737
6195
  products: z.objectInputType<{
5738
6196
  name: z.ZodString;
5739
6197
  manageUrl: z.ZodString;
5740
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
6198
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
5741
6199
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
5742
6200
  name: z.ZodOptional<z.ZodString>;
5743
6201
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -5748,7 +6206,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5748
6206
  name?: string | undefined;
5749
6207
  healthRatio?: string | undefined;
5750
6208
  }>>>;
5751
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6209
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5752
6210
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5753
6211
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5754
6212
  }, {
@@ -5930,6 +6388,25 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
5930
6388
  };
5931
6389
  totalBalances: Record<string, string>;
5932
6390
  tokenAddress?: string | undefined;
6391
+ }>]>, z.ZodObject<{
6392
+ data: z.ZodObject<{
6393
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6394
+ }, "strip", z.ZodTypeAny, {
6395
+ delegatingTo: `0x${string}`;
6396
+ }, {
6397
+ delegatingTo: string;
6398
+ }>;
6399
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6400
+ }, "strip", z.ZodTypeAny, {
6401
+ data: {
6402
+ delegatingTo: `0x${string}`;
6403
+ };
6404
+ totalBalances: Record<string, string>;
6405
+ }, {
6406
+ data: {
6407
+ delegatingTo: string;
6408
+ };
6409
+ totalBalances: Record<string, string>;
5933
6410
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
5934
6411
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5935
6412
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -5965,7 +6442,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
5965
6442
  products: z.ZodArray<z.ZodEffects<z.ZodObject<{
5966
6443
  name: z.ZodString;
5967
6444
  manageUrl: z.ZodString;
5968
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
6445
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
5969
6446
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
5970
6447
  name: z.ZodOptional<z.ZodString>;
5971
6448
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -5976,7 +6453,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
5976
6453
  name?: string | undefined;
5977
6454
  healthRatio?: string | undefined;
5978
6455
  }>>>;
5979
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6456
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
5980
6457
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
5981
6458
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
5982
6459
  }, {
@@ -6158,6 +6635,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6158
6635
  };
6159
6636
  totalBalances: Record<string, string>;
6160
6637
  tokenAddress?: string | undefined;
6638
+ }>]>, z.ZodObject<{
6639
+ data: z.ZodObject<{
6640
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6641
+ }, "strip", z.ZodTypeAny, {
6642
+ delegatingTo: `0x${string}`;
6643
+ }, {
6644
+ delegatingTo: string;
6645
+ }>;
6646
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6647
+ }, "strip", z.ZodTypeAny, {
6648
+ data: {
6649
+ delegatingTo: `0x${string}`;
6650
+ };
6651
+ totalBalances: Record<string, string>;
6652
+ }, {
6653
+ data: {
6654
+ delegatingTo: string;
6655
+ };
6656
+ totalBalances: Record<string, string>;
6161
6657
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6162
6658
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6163
6659
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -6188,7 +6684,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6188
6684
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
6189
6685
  name: z.ZodString;
6190
6686
  manageUrl: z.ZodString;
6191
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
6687
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
6192
6688
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6193
6689
  name: z.ZodOptional<z.ZodString>;
6194
6690
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -6199,7 +6695,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6199
6695
  name?: string | undefined;
6200
6696
  healthRatio?: string | undefined;
6201
6697
  }>>>;
6202
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6698
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6203
6699
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6204
6700
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6205
6701
  }, {
@@ -6381,6 +6877,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6381
6877
  };
6382
6878
  totalBalances: Record<string, string>;
6383
6879
  tokenAddress?: string | undefined;
6880
+ }>]>, z.ZodObject<{
6881
+ data: z.ZodObject<{
6882
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
6883
+ }, "strip", z.ZodTypeAny, {
6884
+ delegatingTo: `0x${string}`;
6885
+ }, {
6886
+ delegatingTo: string;
6887
+ }>;
6888
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6889
+ }, "strip", z.ZodTypeAny, {
6890
+ data: {
6891
+ delegatingTo: `0x${string}`;
6892
+ };
6893
+ totalBalances: Record<string, string>;
6894
+ }, {
6895
+ data: {
6896
+ delegatingTo: string;
6897
+ };
6898
+ totalBalances: Record<string, string>;
6384
6899
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6385
6900
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6386
6901
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -6411,7 +6926,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6411
6926
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
6412
6927
  name: z.ZodString;
6413
6928
  manageUrl: z.ZodString;
6414
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
6929
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
6415
6930
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6416
6931
  name: z.ZodOptional<z.ZodString>;
6417
6932
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -6422,7 +6937,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6422
6937
  name?: string | undefined;
6423
6938
  healthRatio?: string | undefined;
6424
6939
  }>>>;
6425
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6940
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6426
6941
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6427
6942
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6428
6943
  }, {
@@ -6604,6 +7119,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6604
7119
  };
6605
7120
  totalBalances: Record<string, string>;
6606
7121
  tokenAddress?: string | undefined;
7122
+ }>]>, z.ZodObject<{
7123
+ data: z.ZodObject<{
7124
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7125
+ }, "strip", z.ZodTypeAny, {
7126
+ delegatingTo: `0x${string}`;
7127
+ }, {
7128
+ delegatingTo: string;
7129
+ }>;
7130
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7131
+ }, "strip", z.ZodTypeAny, {
7132
+ data: {
7133
+ delegatingTo: `0x${string}`;
7134
+ };
7135
+ totalBalances: Record<string, string>;
7136
+ }, {
7137
+ data: {
7138
+ delegatingTo: string;
7139
+ };
7140
+ totalBalances: Record<string, string>;
6607
7141
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6608
7142
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6609
7143
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -6634,7 +7168,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6634
7168
  }, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
6635
7169
  name: z.ZodString;
6636
7170
  manageUrl: z.ZodString;
6637
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
7171
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
6638
7172
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6639
7173
  name: z.ZodOptional<z.ZodString>;
6640
7174
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -6645,7 +7179,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6645
7179
  name?: string | undefined;
6646
7180
  healthRatio?: string | undefined;
6647
7181
  }>>>;
6648
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7182
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6649
7183
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6650
7184
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6651
7185
  }, {
@@ -6827,6 +7361,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6827
7361
  };
6828
7362
  totalBalances: Record<string, string>;
6829
7363
  tokenAddress?: string | undefined;
7364
+ }>]>, z.ZodObject<{
7365
+ data: z.ZodObject<{
7366
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7367
+ }, "strip", z.ZodTypeAny, {
7368
+ delegatingTo: `0x${string}`;
7369
+ }, {
7370
+ delegatingTo: string;
7371
+ }>;
7372
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7373
+ }, "strip", z.ZodTypeAny, {
7374
+ data: {
7375
+ delegatingTo: `0x${string}`;
7376
+ };
7377
+ totalBalances: Record<string, string>;
7378
+ }, {
7379
+ data: {
7380
+ delegatingTo: string;
7381
+ };
7382
+ totalBalances: Record<string, string>;
6830
7383
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
6831
7384
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6832
7385
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -6857,7 +7410,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6857
7410
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
6858
7411
  name: z.ZodString;
6859
7412
  manageUrl: z.ZodString;
6860
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
7413
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
6861
7414
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
6862
7415
  name: z.ZodOptional<z.ZodString>;
6863
7416
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -6868,7 +7421,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
6868
7421
  name?: string | undefined;
6869
7422
  healthRatio?: string | undefined;
6870
7423
  }>>>;
6871
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7424
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
6872
7425
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
6873
7426
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
6874
7427
  }, {
@@ -7050,6 +7603,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7050
7603
  };
7051
7604
  totalBalances: Record<string, string>;
7052
7605
  tokenAddress?: string | undefined;
7606
+ }>]>, z.ZodObject<{
7607
+ data: z.ZodObject<{
7608
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7609
+ }, "strip", z.ZodTypeAny, {
7610
+ delegatingTo: `0x${string}`;
7611
+ }, {
7612
+ delegatingTo: string;
7613
+ }>;
7614
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7615
+ }, "strip", z.ZodTypeAny, {
7616
+ data: {
7617
+ delegatingTo: `0x${string}`;
7618
+ };
7619
+ totalBalances: Record<string, string>;
7620
+ }, {
7621
+ data: {
7622
+ delegatingTo: string;
7623
+ };
7624
+ totalBalances: Record<string, string>;
7053
7625
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7054
7626
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7055
7627
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -7081,7 +7653,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7081
7653
  extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
7082
7654
  name: z.ZodString;
7083
7655
  manageUrl: z.ZodString;
7084
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
7656
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
7085
7657
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7086
7658
  name: z.ZodOptional<z.ZodString>;
7087
7659
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -7092,7 +7664,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7092
7664
  name?: string | undefined;
7093
7665
  healthRatio?: string | undefined;
7094
7666
  }>>>;
7095
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7667
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7096
7668
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7097
7669
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7098
7670
  }, {
@@ -7274,6 +7846,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7274
7846
  };
7275
7847
  totalBalances: Record<string, string>;
7276
7848
  tokenAddress?: string | undefined;
7849
+ }>]>, z.ZodObject<{
7850
+ data: z.ZodObject<{
7851
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
7852
+ }, "strip", z.ZodTypeAny, {
7853
+ delegatingTo: `0x${string}`;
7854
+ }, {
7855
+ delegatingTo: string;
7856
+ }>;
7857
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7858
+ }, "strip", z.ZodTypeAny, {
7859
+ data: {
7860
+ delegatingTo: `0x${string}`;
7861
+ };
7862
+ totalBalances: Record<string, string>;
7863
+ }, {
7864
+ data: {
7865
+ delegatingTo: string;
7866
+ };
7867
+ totalBalances: Record<string, string>;
7277
7868
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7278
7869
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7279
7870
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -7304,7 +7895,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7304
7895
  } & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
7305
7896
  name: z.ZodString;
7306
7897
  manageUrl: z.ZodString;
7307
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
7898
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
7308
7899
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7309
7900
  name: z.ZodOptional<z.ZodString>;
7310
7901
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -7315,7 +7906,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7315
7906
  name?: string | undefined;
7316
7907
  healthRatio?: string | undefined;
7317
7908
  }>>>;
7318
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7909
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7319
7910
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7320
7911
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7321
7912
  }, {
@@ -7497,6 +8088,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7497
8088
  };
7498
8089
  totalBalances: Record<string, string>;
7499
8090
  tokenAddress?: string | undefined;
8091
+ }>]>, z.ZodObject<{
8092
+ data: z.ZodObject<{
8093
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8094
+ }, "strip", z.ZodTypeAny, {
8095
+ delegatingTo: `0x${string}`;
8096
+ }, {
8097
+ delegatingTo: string;
8098
+ }>;
8099
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8100
+ }, "strip", z.ZodTypeAny, {
8101
+ data: {
8102
+ delegatingTo: `0x${string}`;
8103
+ };
8104
+ totalBalances: Record<string, string>;
8105
+ }, {
8106
+ data: {
8107
+ delegatingTo: string;
8108
+ };
8109
+ totalBalances: Record<string, string>;
7500
8110
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7501
8111
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7502
8112
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -7527,7 +8137,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7527
8137
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
7528
8138
  name: z.ZodString;
7529
8139
  manageUrl: z.ZodString;
7530
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
8140
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
7531
8141
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7532
8142
  name: z.ZodOptional<z.ZodString>;
7533
8143
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -7538,7 +8148,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7538
8148
  name?: string | undefined;
7539
8149
  healthRatio?: string | undefined;
7540
8150
  }>>>;
7541
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8151
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7542
8152
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7543
8153
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7544
8154
  }, {
@@ -7720,6 +8330,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7720
8330
  };
7721
8331
  totalBalances: Record<string, string>;
7722
8332
  tokenAddress?: string | undefined;
8333
+ }>]>, z.ZodObject<{
8334
+ data: z.ZodObject<{
8335
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8336
+ }, "strip", z.ZodTypeAny, {
8337
+ delegatingTo: `0x${string}`;
8338
+ }, {
8339
+ delegatingTo: string;
8340
+ }>;
8341
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8342
+ }, "strip", z.ZodTypeAny, {
8343
+ data: {
8344
+ delegatingTo: `0x${string}`;
8345
+ };
8346
+ totalBalances: Record<string, string>;
8347
+ }, {
8348
+ data: {
8349
+ delegatingTo: string;
8350
+ };
8351
+ totalBalances: Record<string, string>;
7723
8352
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7724
8353
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7725
8354
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -7750,7 +8379,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7750
8379
  } & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
7751
8380
  name: z.ZodString;
7752
8381
  manageUrl: z.ZodString;
7753
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
8382
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
7754
8383
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7755
8384
  name: z.ZodOptional<z.ZodString>;
7756
8385
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -7761,7 +8390,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7761
8390
  name?: string | undefined;
7762
8391
  healthRatio?: string | undefined;
7763
8392
  }>>>;
7764
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8393
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7765
8394
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7766
8395
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7767
8396
  }, {
@@ -7943,6 +8572,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7943
8572
  };
7944
8573
  totalBalances: Record<string, string>;
7945
8574
  tokenAddress?: string | undefined;
8575
+ }>]>, z.ZodObject<{
8576
+ data: z.ZodObject<{
8577
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8578
+ }, "strip", z.ZodTypeAny, {
8579
+ delegatingTo: `0x${string}`;
8580
+ }, {
8581
+ delegatingTo: string;
8582
+ }>;
8583
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8584
+ }, "strip", z.ZodTypeAny, {
8585
+ data: {
8586
+ delegatingTo: `0x${string}`;
8587
+ };
8588
+ totalBalances: Record<string, string>;
8589
+ }, {
8590
+ data: {
8591
+ delegatingTo: string;
8592
+ };
8593
+ totalBalances: Record<string, string>;
7946
8594
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
7947
8595
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7948
8596
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -7973,7 +8621,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7973
8621
  } & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
7974
8622
  name: z.ZodString;
7975
8623
  manageUrl: z.ZodString;
7976
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
8624
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
7977
8625
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7978
8626
  name: z.ZodOptional<z.ZodString>;
7979
8627
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -7984,7 +8632,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
7984
8632
  name?: string | undefined;
7985
8633
  healthRatio?: string | undefined;
7986
8634
  }>>>;
7987
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8635
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
7988
8636
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
7989
8637
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
7990
8638
  }, {
@@ -8166,6 +8814,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8166
8814
  };
8167
8815
  totalBalances: Record<string, string>;
8168
8816
  tokenAddress?: string | undefined;
8817
+ }>]>, z.ZodObject<{
8818
+ data: z.ZodObject<{
8819
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
8820
+ }, "strip", z.ZodTypeAny, {
8821
+ delegatingTo: `0x${string}`;
8822
+ }, {
8823
+ delegatingTo: string;
8824
+ }>;
8825
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8826
+ }, "strip", z.ZodTypeAny, {
8827
+ data: {
8828
+ delegatingTo: `0x${string}`;
8829
+ };
8830
+ totalBalances: Record<string, string>;
8831
+ }, {
8832
+ data: {
8833
+ delegatingTo: string;
8834
+ };
8835
+ totalBalances: Record<string, string>;
8169
8836
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8170
8837
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8171
8838
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -8200,7 +8867,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8200
8867
  products: z.objectOutputType<{
8201
8868
  name: z.ZodString;
8202
8869
  manageUrl: z.ZodString;
8203
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
8870
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
8204
8871
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8205
8872
  name: z.ZodOptional<z.ZodString>;
8206
8873
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -8211,7 +8878,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8211
8878
  name?: string | undefined;
8212
8879
  healthRatio?: string | undefined;
8213
8880
  }>>>;
8214
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8881
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8215
8882
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8216
8883
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8217
8884
  }, {
@@ -8393,6 +9060,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8393
9060
  };
8394
9061
  totalBalances: Record<string, string>;
8395
9062
  tokenAddress?: string | undefined;
9063
+ }>]>, z.ZodObject<{
9064
+ data: z.ZodObject<{
9065
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9066
+ }, "strip", z.ZodTypeAny, {
9067
+ delegatingTo: `0x${string}`;
9068
+ }, {
9069
+ delegatingTo: string;
9070
+ }>;
9071
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9072
+ }, "strip", z.ZodTypeAny, {
9073
+ data: {
9074
+ delegatingTo: `0x${string}`;
9075
+ };
9076
+ totalBalances: Record<string, string>;
9077
+ }, {
9078
+ data: {
9079
+ delegatingTo: string;
9080
+ };
9081
+ totalBalances: Record<string, string>;
8396
9082
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8397
9083
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8398
9084
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -8426,7 +9112,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8426
9112
  products: z.objectInputType<{
8427
9113
  name: z.ZodString;
8428
9114
  manageUrl: z.ZodString;
8429
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
9115
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
8430
9116
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8431
9117
  name: z.ZodOptional<z.ZodString>;
8432
9118
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -8437,7 +9123,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8437
9123
  name?: string | undefined;
8438
9124
  healthRatio?: string | undefined;
8439
9125
  }>>>;
8440
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
9126
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8441
9127
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8442
9128
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8443
9129
  }, {
@@ -8619,6 +9305,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8619
9305
  };
8620
9306
  totalBalances: Record<string, string>;
8621
9307
  tokenAddress?: string | undefined;
9308
+ }>]>, z.ZodObject<{
9309
+ data: z.ZodObject<{
9310
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9311
+ }, "strip", z.ZodTypeAny, {
9312
+ delegatingTo: `0x${string}`;
9313
+ }, {
9314
+ delegatingTo: string;
9315
+ }>;
9316
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9317
+ }, "strip", z.ZodTypeAny, {
9318
+ data: {
9319
+ delegatingTo: `0x${string}`;
9320
+ };
9321
+ totalBalances: Record<string, string>;
9322
+ }, {
9323
+ data: {
9324
+ delegatingTo: string;
9325
+ };
9326
+ totalBalances: Record<string, string>;
8622
9327
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8623
9328
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8624
9329
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -8654,7 +9359,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8654
9359
  products: z.objectOutputType<{
8655
9360
  name: z.ZodString;
8656
9361
  manageUrl: z.ZodString;
8657
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
9362
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
8658
9363
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8659
9364
  name: z.ZodOptional<z.ZodString>;
8660
9365
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -8665,7 +9370,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8665
9370
  name?: string | undefined;
8666
9371
  healthRatio?: string | undefined;
8667
9372
  }>>>;
8668
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
9373
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8669
9374
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8670
9375
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8671
9376
  }, {
@@ -8847,6 +9552,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8847
9552
  };
8848
9553
  totalBalances: Record<string, string>;
8849
9554
  tokenAddress?: string | undefined;
9555
+ }>]>, z.ZodObject<{
9556
+ data: z.ZodObject<{
9557
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9558
+ }, "strip", z.ZodTypeAny, {
9559
+ delegatingTo: `0x${string}`;
9560
+ }, {
9561
+ delegatingTo: string;
9562
+ }>;
9563
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9564
+ }, "strip", z.ZodTypeAny, {
9565
+ data: {
9566
+ delegatingTo: `0x${string}`;
9567
+ };
9568
+ totalBalances: Record<string, string>;
9569
+ }, {
9570
+ data: {
9571
+ delegatingTo: string;
9572
+ };
9573
+ totalBalances: Record<string, string>;
8850
9574
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
8851
9575
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8852
9576
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -8882,7 +9606,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8882
9606
  products: z.objectInputType<{
8883
9607
  name: z.ZodString;
8884
9608
  manageUrl: z.ZodString;
8885
- type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"staking">]>;
9609
+ type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"staking">]>;
8886
9610
  groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
8887
9611
  name: z.ZodOptional<z.ZodString>;
8888
9612
  healthRatio: z.ZodOptional<z.ZodString>;
@@ -8893,7 +9617,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
8893
9617
  name?: string | undefined;
8894
9618
  healthRatio?: string | undefined;
8895
9619
  }>>>;
8896
- positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
9620
+ positions: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
8897
9621
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
8898
9622
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
8899
9623
  }, {
@@ -9075,6 +9799,25 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
9075
9799
  };
9076
9800
  totalBalances: Record<string, string>;
9077
9801
  tokenAddress?: string | undefined;
9802
+ }>]>, z.ZodObject<{
9803
+ data: z.ZodObject<{
9804
+ delegatingTo: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
9805
+ }, "strip", z.ZodTypeAny, {
9806
+ delegatingTo: `0x${string}`;
9807
+ }, {
9808
+ delegatingTo: string;
9809
+ }>;
9810
+ totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
9811
+ }, "strip", z.ZodTypeAny, {
9812
+ data: {
9813
+ delegatingTo: `0x${string}`;
9814
+ };
9815
+ totalBalances: Record<string, string>;
9816
+ }, {
9817
+ data: {
9818
+ delegatingTo: string;
9819
+ };
9820
+ totalBalances: Record<string, string>;
9078
9821
  }>]>, z.ZodObject<z.objectUtil.extendShape<{
9079
9822
  tokenAddress: z.ZodOptional<z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>>;
9080
9823
  totalBalances: z.ZodRecord<z.ZodString, z.ZodString>;
@@ -9183,3 +9926,5 @@ export type ApiAirdrop = z.infer<typeof apiAirdropSchema>;
9183
9926
  export type ApiUnclaimedRewards = z.infer<typeof apiUnclaimedRewardsSchema>;
9184
9927
  export type ApiCollateralizedDebtPosition = z.infer<typeof apiCollateralizedDebtPositionSchema>;
9185
9928
  export type ApiConcentratedLiquidityPosition = z.infer<typeof apiConcentratedLiquidityPositionSchema>;
9929
+ export type ApiDelegatedTokens = z.infer<typeof apiDelegatedTokensSchema>;
9930
+ export type ApiDelegatedTokensArray = z.infer<typeof apiDelegatedTokensArraySchema>;