@argent/x-shared 1.41.5 → 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;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;
@@ -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>>;