@argent/x-shared 1.41.3 → 1.41.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/tokens/service/implementation.d.ts +6 -5
- package/dist/src/tokens/service/interface.d.ts +2 -2
- package/dist/src/tokens/service/types/backend.model.cjs +1 -1
- package/dist/src/tokens/service/types/backend.model.d.ts +238 -202
- package/dist/src/tokens/service/types/backend.model.js +20 -19
- package/package.json +1 -1
|
@@ -908,7 +908,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
|
|
|
908
908
|
name?: string | undefined;
|
|
909
909
|
iconUrl?: string | undefined;
|
|
910
910
|
}>;
|
|
911
|
-
|
|
911
|
+
accruedRewards: z.ZodString;
|
|
912
912
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
913
913
|
amount: z.ZodString;
|
|
914
914
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -926,7 +926,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
|
|
|
926
926
|
name?: string | undefined;
|
|
927
927
|
iconUrl?: string | undefined;
|
|
928
928
|
};
|
|
929
|
-
|
|
929
|
+
accruedRewards: string;
|
|
930
930
|
apy?: string | undefined;
|
|
931
931
|
pendingWithdrawal?: {
|
|
932
932
|
amount: string;
|
|
@@ -938,7 +938,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
|
|
|
938
938
|
name?: string | undefined;
|
|
939
939
|
iconUrl?: string | undefined;
|
|
940
940
|
};
|
|
941
|
-
|
|
941
|
+
accruedRewards: string;
|
|
942
942
|
apy?: string | undefined;
|
|
943
943
|
pendingWithdrawal?: {
|
|
944
944
|
amount: string;
|
|
@@ -952,7 +952,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
|
|
|
952
952
|
name?: string | undefined;
|
|
953
953
|
iconUrl?: string | undefined;
|
|
954
954
|
};
|
|
955
|
-
|
|
955
|
+
accruedRewards: string;
|
|
956
956
|
apy?: string | undefined;
|
|
957
957
|
pendingWithdrawal?: {
|
|
958
958
|
amount: string;
|
|
@@ -969,7 +969,7 @@ export declare const apiStrkDelegatedStakingSchema: z.ZodObject<z.objectUtil.ext
|
|
|
969
969
|
name?: string | undefined;
|
|
970
970
|
iconUrl?: string | undefined;
|
|
971
971
|
};
|
|
972
|
-
|
|
972
|
+
accruedRewards: string;
|
|
973
973
|
apy?: string | undefined;
|
|
974
974
|
pendingWithdrawal?: {
|
|
975
975
|
amount: string;
|
|
@@ -999,7 +999,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
|
|
|
999
999
|
name?: string | undefined;
|
|
1000
1000
|
iconUrl?: string | undefined;
|
|
1001
1001
|
}>;
|
|
1002
|
-
|
|
1002
|
+
accruedRewards: z.ZodString;
|
|
1003
1003
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
1004
1004
|
amount: z.ZodString;
|
|
1005
1005
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -1017,7 +1017,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
|
|
|
1017
1017
|
name?: string | undefined;
|
|
1018
1018
|
iconUrl?: string | undefined;
|
|
1019
1019
|
};
|
|
1020
|
-
|
|
1020
|
+
accruedRewards: string;
|
|
1021
1021
|
apy?: string | undefined;
|
|
1022
1022
|
pendingWithdrawal?: {
|
|
1023
1023
|
amount: string;
|
|
@@ -1029,7 +1029,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
|
|
|
1029
1029
|
name?: string | undefined;
|
|
1030
1030
|
iconUrl?: string | undefined;
|
|
1031
1031
|
};
|
|
1032
|
-
|
|
1032
|
+
accruedRewards: string;
|
|
1033
1033
|
apy?: string | undefined;
|
|
1034
1034
|
pendingWithdrawal?: {
|
|
1035
1035
|
amount: string;
|
|
@@ -1043,7 +1043,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
|
|
|
1043
1043
|
name?: string | undefined;
|
|
1044
1044
|
iconUrl?: string | undefined;
|
|
1045
1045
|
};
|
|
1046
|
-
|
|
1046
|
+
accruedRewards: string;
|
|
1047
1047
|
apy?: string | undefined;
|
|
1048
1048
|
pendingWithdrawal?: {
|
|
1049
1049
|
amount: string;
|
|
@@ -1060,7 +1060,7 @@ export declare const apiStrkDelegatedStakingPositionsSchema: z.ZodArray<z.ZodObj
|
|
|
1060
1060
|
name?: string | undefined;
|
|
1061
1061
|
iconUrl?: string | undefined;
|
|
1062
1062
|
};
|
|
1063
|
-
|
|
1063
|
+
accruedRewards: string;
|
|
1064
1064
|
apy?: string | undefined;
|
|
1065
1065
|
pendingWithdrawal?: {
|
|
1066
1066
|
amount: string;
|
|
@@ -1327,7 +1327,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1327
1327
|
name?: string | undefined;
|
|
1328
1328
|
iconUrl?: string | undefined;
|
|
1329
1329
|
}>;
|
|
1330
|
-
|
|
1330
|
+
accruedRewards: z.ZodString;
|
|
1331
1331
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
1332
1332
|
amount: z.ZodString;
|
|
1333
1333
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -1345,7 +1345,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1345
1345
|
name?: string | undefined;
|
|
1346
1346
|
iconUrl?: string | undefined;
|
|
1347
1347
|
};
|
|
1348
|
-
|
|
1348
|
+
accruedRewards: string;
|
|
1349
1349
|
apy?: string | undefined;
|
|
1350
1350
|
pendingWithdrawal?: {
|
|
1351
1351
|
amount: string;
|
|
@@ -1357,7 +1357,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1357
1357
|
name?: string | undefined;
|
|
1358
1358
|
iconUrl?: string | undefined;
|
|
1359
1359
|
};
|
|
1360
|
-
|
|
1360
|
+
accruedRewards: string;
|
|
1361
1361
|
apy?: string | undefined;
|
|
1362
1362
|
pendingWithdrawal?: {
|
|
1363
1363
|
amount: string;
|
|
@@ -1371,7 +1371,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1371
1371
|
name?: string | undefined;
|
|
1372
1372
|
iconUrl?: string | undefined;
|
|
1373
1373
|
};
|
|
1374
|
-
|
|
1374
|
+
accruedRewards: string;
|
|
1375
1375
|
apy?: string | undefined;
|
|
1376
1376
|
pendingWithdrawal?: {
|
|
1377
1377
|
amount: string;
|
|
@@ -1388,7 +1388,7 @@ export declare const apiDefiPositionSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[
|
|
|
1388
1388
|
name?: string | undefined;
|
|
1389
1389
|
iconUrl?: string | undefined;
|
|
1390
1390
|
};
|
|
1391
|
-
|
|
1391
|
+
accruedRewards: string;
|
|
1392
1392
|
apy?: string | undefined;
|
|
1393
1393
|
pendingWithdrawal?: {
|
|
1394
1394
|
amount: string;
|
|
@@ -1656,7 +1656,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1656
1656
|
name?: string | undefined;
|
|
1657
1657
|
iconUrl?: string | undefined;
|
|
1658
1658
|
}>;
|
|
1659
|
-
|
|
1659
|
+
accruedRewards: z.ZodString;
|
|
1660
1660
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
1661
1661
|
amount: z.ZodString;
|
|
1662
1662
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -1674,7 +1674,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1674
1674
|
name?: string | undefined;
|
|
1675
1675
|
iconUrl?: string | undefined;
|
|
1676
1676
|
};
|
|
1677
|
-
|
|
1677
|
+
accruedRewards: string;
|
|
1678
1678
|
apy?: string | undefined;
|
|
1679
1679
|
pendingWithdrawal?: {
|
|
1680
1680
|
amount: string;
|
|
@@ -1686,7 +1686,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1686
1686
|
name?: string | undefined;
|
|
1687
1687
|
iconUrl?: string | undefined;
|
|
1688
1688
|
};
|
|
1689
|
-
|
|
1689
|
+
accruedRewards: string;
|
|
1690
1690
|
apy?: string | undefined;
|
|
1691
1691
|
pendingWithdrawal?: {
|
|
1692
1692
|
amount: string;
|
|
@@ -1700,7 +1700,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1700
1700
|
name?: string | undefined;
|
|
1701
1701
|
iconUrl?: string | undefined;
|
|
1702
1702
|
};
|
|
1703
|
-
|
|
1703
|
+
accruedRewards: string;
|
|
1704
1704
|
apy?: string | undefined;
|
|
1705
1705
|
pendingWithdrawal?: {
|
|
1706
1706
|
amount: string;
|
|
@@ -1717,7 +1717,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1717
1717
|
name?: string | undefined;
|
|
1718
1718
|
iconUrl?: string | undefined;
|
|
1719
1719
|
};
|
|
1720
|
-
|
|
1720
|
+
accruedRewards: string;
|
|
1721
1721
|
apy?: string | undefined;
|
|
1722
1722
|
pendingWithdrawal?: {
|
|
1723
1723
|
amount: string;
|
|
@@ -1729,6 +1729,7 @@ export declare const apiDefiDecompositionProducts: z.ZodArray<z.ZodUnion<[z.ZodU
|
|
|
1729
1729
|
tokenAddress?: string | undefined;
|
|
1730
1730
|
}>]>, "many">;
|
|
1731
1731
|
export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
1732
|
+
productId: z.ZodString;
|
|
1732
1733
|
name: z.ZodString;
|
|
1733
1734
|
manageUrl: z.ZodString;
|
|
1734
1735
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -1998,7 +1999,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
1998
1999
|
name?: string | undefined;
|
|
1999
2000
|
iconUrl?: string | undefined;
|
|
2000
2001
|
}>;
|
|
2001
|
-
|
|
2002
|
+
accruedRewards: z.ZodString;
|
|
2002
2003
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
2003
2004
|
amount: z.ZodString;
|
|
2004
2005
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -2016,7 +2017,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2016
2017
|
name?: string | undefined;
|
|
2017
2018
|
iconUrl?: string | undefined;
|
|
2018
2019
|
};
|
|
2019
|
-
|
|
2020
|
+
accruedRewards: string;
|
|
2020
2021
|
apy?: string | undefined;
|
|
2021
2022
|
pendingWithdrawal?: {
|
|
2022
2023
|
amount: string;
|
|
@@ -2028,7 +2029,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2028
2029
|
name?: string | undefined;
|
|
2029
2030
|
iconUrl?: string | undefined;
|
|
2030
2031
|
};
|
|
2031
|
-
|
|
2032
|
+
accruedRewards: string;
|
|
2032
2033
|
apy?: string | undefined;
|
|
2033
2034
|
pendingWithdrawal?: {
|
|
2034
2035
|
amount: string;
|
|
@@ -2042,7 +2043,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2042
2043
|
name?: string | undefined;
|
|
2043
2044
|
iconUrl?: string | undefined;
|
|
2044
2045
|
};
|
|
2045
|
-
|
|
2046
|
+
accruedRewards: string;
|
|
2046
2047
|
apy?: string | undefined;
|
|
2047
2048
|
pendingWithdrawal?: {
|
|
2048
2049
|
amount: string;
|
|
@@ -2059,7 +2060,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2059
2060
|
name?: string | undefined;
|
|
2060
2061
|
iconUrl?: string | undefined;
|
|
2061
2062
|
};
|
|
2062
|
-
|
|
2063
|
+
accruedRewards: string;
|
|
2063
2064
|
apy?: string | undefined;
|
|
2064
2065
|
pendingWithdrawal?: {
|
|
2065
2066
|
amount: string;
|
|
@@ -2071,6 +2072,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2071
2072
|
tokenAddress?: string | undefined;
|
|
2072
2073
|
}>]>, "many">;
|
|
2073
2074
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2075
|
+
productId: z.ZodString;
|
|
2074
2076
|
name: z.ZodString;
|
|
2075
2077
|
manageUrl: z.ZodString;
|
|
2076
2078
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -2340,7 +2342,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2340
2342
|
name?: string | undefined;
|
|
2341
2343
|
iconUrl?: string | undefined;
|
|
2342
2344
|
}>;
|
|
2343
|
-
|
|
2345
|
+
accruedRewards: z.ZodString;
|
|
2344
2346
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
2345
2347
|
amount: z.ZodString;
|
|
2346
2348
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -2358,7 +2360,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2358
2360
|
name?: string | undefined;
|
|
2359
2361
|
iconUrl?: string | undefined;
|
|
2360
2362
|
};
|
|
2361
|
-
|
|
2363
|
+
accruedRewards: string;
|
|
2362
2364
|
apy?: string | undefined;
|
|
2363
2365
|
pendingWithdrawal?: {
|
|
2364
2366
|
amount: string;
|
|
@@ -2370,7 +2372,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2370
2372
|
name?: string | undefined;
|
|
2371
2373
|
iconUrl?: string | undefined;
|
|
2372
2374
|
};
|
|
2373
|
-
|
|
2375
|
+
accruedRewards: string;
|
|
2374
2376
|
apy?: string | undefined;
|
|
2375
2377
|
pendingWithdrawal?: {
|
|
2376
2378
|
amount: string;
|
|
@@ -2384,7 +2386,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2384
2386
|
name?: string | undefined;
|
|
2385
2387
|
iconUrl?: string | undefined;
|
|
2386
2388
|
};
|
|
2387
|
-
|
|
2389
|
+
accruedRewards: string;
|
|
2388
2390
|
apy?: string | undefined;
|
|
2389
2391
|
pendingWithdrawal?: {
|
|
2390
2392
|
amount: string;
|
|
@@ -2401,7 +2403,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2401
2403
|
name?: string | undefined;
|
|
2402
2404
|
iconUrl?: string | undefined;
|
|
2403
2405
|
};
|
|
2404
|
-
|
|
2406
|
+
accruedRewards: string;
|
|
2405
2407
|
apy?: string | undefined;
|
|
2406
2408
|
pendingWithdrawal?: {
|
|
2407
2409
|
amount: string;
|
|
@@ -2413,6 +2415,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2413
2415
|
tokenAddress?: string | undefined;
|
|
2414
2416
|
}>]>, "many">;
|
|
2415
2417
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2418
|
+
productId: z.ZodString;
|
|
2416
2419
|
name: z.ZodString;
|
|
2417
2420
|
manageUrl: z.ZodString;
|
|
2418
2421
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -2682,7 +2685,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2682
2685
|
name?: string | undefined;
|
|
2683
2686
|
iconUrl?: string | undefined;
|
|
2684
2687
|
}>;
|
|
2685
|
-
|
|
2688
|
+
accruedRewards: z.ZodString;
|
|
2686
2689
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
2687
2690
|
amount: z.ZodString;
|
|
2688
2691
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -2700,7 +2703,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2700
2703
|
name?: string | undefined;
|
|
2701
2704
|
iconUrl?: string | undefined;
|
|
2702
2705
|
};
|
|
2703
|
-
|
|
2706
|
+
accruedRewards: string;
|
|
2704
2707
|
apy?: string | undefined;
|
|
2705
2708
|
pendingWithdrawal?: {
|
|
2706
2709
|
amount: string;
|
|
@@ -2712,7 +2715,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2712
2715
|
name?: string | undefined;
|
|
2713
2716
|
iconUrl?: string | undefined;
|
|
2714
2717
|
};
|
|
2715
|
-
|
|
2718
|
+
accruedRewards: string;
|
|
2716
2719
|
apy?: string | undefined;
|
|
2717
2720
|
pendingWithdrawal?: {
|
|
2718
2721
|
amount: string;
|
|
@@ -2726,7 +2729,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2726
2729
|
name?: string | undefined;
|
|
2727
2730
|
iconUrl?: string | undefined;
|
|
2728
2731
|
};
|
|
2729
|
-
|
|
2732
|
+
accruedRewards: string;
|
|
2730
2733
|
apy?: string | undefined;
|
|
2731
2734
|
pendingWithdrawal?: {
|
|
2732
2735
|
amount: string;
|
|
@@ -2743,7 +2746,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2743
2746
|
name?: string | undefined;
|
|
2744
2747
|
iconUrl?: string | undefined;
|
|
2745
2748
|
};
|
|
2746
|
-
|
|
2749
|
+
accruedRewards: string;
|
|
2747
2750
|
apy?: string | undefined;
|
|
2748
2751
|
pendingWithdrawal?: {
|
|
2749
2752
|
amount: string;
|
|
@@ -2755,6 +2758,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
2755
2758
|
tokenAddress?: string | undefined;
|
|
2756
2759
|
}>]>, "many">;
|
|
2757
2760
|
}, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
2761
|
+
productId: z.ZodString;
|
|
2758
2762
|
name: z.ZodString;
|
|
2759
2763
|
manageUrl: z.ZodString;
|
|
2760
2764
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -3024,7 +3028,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3024
3028
|
name?: string | undefined;
|
|
3025
3029
|
iconUrl?: string | undefined;
|
|
3026
3030
|
}>;
|
|
3027
|
-
|
|
3031
|
+
accruedRewards: z.ZodString;
|
|
3028
3032
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
3029
3033
|
amount: z.ZodString;
|
|
3030
3034
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -3042,7 +3046,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3042
3046
|
name?: string | undefined;
|
|
3043
3047
|
iconUrl?: string | undefined;
|
|
3044
3048
|
};
|
|
3045
|
-
|
|
3049
|
+
accruedRewards: string;
|
|
3046
3050
|
apy?: string | undefined;
|
|
3047
3051
|
pendingWithdrawal?: {
|
|
3048
3052
|
amount: string;
|
|
@@ -3054,7 +3058,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3054
3058
|
name?: string | undefined;
|
|
3055
3059
|
iconUrl?: string | undefined;
|
|
3056
3060
|
};
|
|
3057
|
-
|
|
3061
|
+
accruedRewards: string;
|
|
3058
3062
|
apy?: string | undefined;
|
|
3059
3063
|
pendingWithdrawal?: {
|
|
3060
3064
|
amount: string;
|
|
@@ -3068,7 +3072,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3068
3072
|
name?: string | undefined;
|
|
3069
3073
|
iconUrl?: string | undefined;
|
|
3070
3074
|
};
|
|
3071
|
-
|
|
3075
|
+
accruedRewards: string;
|
|
3072
3076
|
apy?: string | undefined;
|
|
3073
3077
|
pendingWithdrawal?: {
|
|
3074
3078
|
amount: string;
|
|
@@ -3085,7 +3089,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3085
3089
|
name?: string | undefined;
|
|
3086
3090
|
iconUrl?: string | undefined;
|
|
3087
3091
|
};
|
|
3088
|
-
|
|
3092
|
+
accruedRewards: string;
|
|
3089
3093
|
apy?: string | undefined;
|
|
3090
3094
|
pendingWithdrawal?: {
|
|
3091
3095
|
amount: string;
|
|
@@ -3097,6 +3101,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3097
3101
|
tokenAddress?: string | undefined;
|
|
3098
3102
|
}>]>, "many">;
|
|
3099
3103
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3104
|
+
productId: z.ZodString;
|
|
3100
3105
|
name: z.ZodString;
|
|
3101
3106
|
manageUrl: z.ZodString;
|
|
3102
3107
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -3366,7 +3371,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3366
3371
|
name?: string | undefined;
|
|
3367
3372
|
iconUrl?: string | undefined;
|
|
3368
3373
|
}>;
|
|
3369
|
-
|
|
3374
|
+
accruedRewards: z.ZodString;
|
|
3370
3375
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
3371
3376
|
amount: z.ZodString;
|
|
3372
3377
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -3384,7 +3389,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3384
3389
|
name?: string | undefined;
|
|
3385
3390
|
iconUrl?: string | undefined;
|
|
3386
3391
|
};
|
|
3387
|
-
|
|
3392
|
+
accruedRewards: string;
|
|
3388
3393
|
apy?: string | undefined;
|
|
3389
3394
|
pendingWithdrawal?: {
|
|
3390
3395
|
amount: string;
|
|
@@ -3396,7 +3401,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3396
3401
|
name?: string | undefined;
|
|
3397
3402
|
iconUrl?: string | undefined;
|
|
3398
3403
|
};
|
|
3399
|
-
|
|
3404
|
+
accruedRewards: string;
|
|
3400
3405
|
apy?: string | undefined;
|
|
3401
3406
|
pendingWithdrawal?: {
|
|
3402
3407
|
amount: string;
|
|
@@ -3410,7 +3415,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3410
3415
|
name?: string | undefined;
|
|
3411
3416
|
iconUrl?: string | undefined;
|
|
3412
3417
|
};
|
|
3413
|
-
|
|
3418
|
+
accruedRewards: string;
|
|
3414
3419
|
apy?: string | undefined;
|
|
3415
3420
|
pendingWithdrawal?: {
|
|
3416
3421
|
amount: string;
|
|
@@ -3427,7 +3432,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3427
3432
|
name?: string | undefined;
|
|
3428
3433
|
iconUrl?: string | undefined;
|
|
3429
3434
|
};
|
|
3430
|
-
|
|
3435
|
+
accruedRewards: string;
|
|
3431
3436
|
apy?: string | undefined;
|
|
3432
3437
|
pendingWithdrawal?: {
|
|
3433
3438
|
amount: string;
|
|
@@ -3440,6 +3445,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3440
3445
|
}>]>, "many">;
|
|
3441
3446
|
}, z.ZodTypeAny, "passthrough">> & {
|
|
3442
3447
|
extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
|
|
3448
|
+
productId: z.ZodString;
|
|
3443
3449
|
name: z.ZodString;
|
|
3444
3450
|
manageUrl: z.ZodString;
|
|
3445
3451
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -3709,7 +3715,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3709
3715
|
name?: string | undefined;
|
|
3710
3716
|
iconUrl?: string | undefined;
|
|
3711
3717
|
}>;
|
|
3712
|
-
|
|
3718
|
+
accruedRewards: z.ZodString;
|
|
3713
3719
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
3714
3720
|
amount: z.ZodString;
|
|
3715
3721
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -3727,7 +3733,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3727
3733
|
name?: string | undefined;
|
|
3728
3734
|
iconUrl?: string | undefined;
|
|
3729
3735
|
};
|
|
3730
|
-
|
|
3736
|
+
accruedRewards: string;
|
|
3731
3737
|
apy?: string | undefined;
|
|
3732
3738
|
pendingWithdrawal?: {
|
|
3733
3739
|
amount: string;
|
|
@@ -3739,7 +3745,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3739
3745
|
name?: string | undefined;
|
|
3740
3746
|
iconUrl?: string | undefined;
|
|
3741
3747
|
};
|
|
3742
|
-
|
|
3748
|
+
accruedRewards: string;
|
|
3743
3749
|
apy?: string | undefined;
|
|
3744
3750
|
pendingWithdrawal?: {
|
|
3745
3751
|
amount: string;
|
|
@@ -3753,7 +3759,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3753
3759
|
name?: string | undefined;
|
|
3754
3760
|
iconUrl?: string | undefined;
|
|
3755
3761
|
};
|
|
3756
|
-
|
|
3762
|
+
accruedRewards: string;
|
|
3757
3763
|
apy?: string | undefined;
|
|
3758
3764
|
pendingWithdrawal?: {
|
|
3759
3765
|
amount: string;
|
|
@@ -3770,7 +3776,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3770
3776
|
name?: string | undefined;
|
|
3771
3777
|
iconUrl?: string | undefined;
|
|
3772
3778
|
};
|
|
3773
|
-
|
|
3779
|
+
accruedRewards: string;
|
|
3774
3780
|
apy?: string | undefined;
|
|
3775
3781
|
pendingWithdrawal?: {
|
|
3776
3782
|
amount: string;
|
|
@@ -3782,6 +3788,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
3782
3788
|
tokenAddress?: string | undefined;
|
|
3783
3789
|
}>]>, "many">;
|
|
3784
3790
|
} & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3791
|
+
productId: z.ZodString;
|
|
3785
3792
|
name: z.ZodString;
|
|
3786
3793
|
manageUrl: z.ZodString;
|
|
3787
3794
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -4051,7 +4058,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4051
4058
|
name?: string | undefined;
|
|
4052
4059
|
iconUrl?: string | undefined;
|
|
4053
4060
|
}>;
|
|
4054
|
-
|
|
4061
|
+
accruedRewards: z.ZodString;
|
|
4055
4062
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
4056
4063
|
amount: z.ZodString;
|
|
4057
4064
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -4069,7 +4076,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4069
4076
|
name?: string | undefined;
|
|
4070
4077
|
iconUrl?: string | undefined;
|
|
4071
4078
|
};
|
|
4072
|
-
|
|
4079
|
+
accruedRewards: string;
|
|
4073
4080
|
apy?: string | undefined;
|
|
4074
4081
|
pendingWithdrawal?: {
|
|
4075
4082
|
amount: string;
|
|
@@ -4081,7 +4088,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4081
4088
|
name?: string | undefined;
|
|
4082
4089
|
iconUrl?: string | undefined;
|
|
4083
4090
|
};
|
|
4084
|
-
|
|
4091
|
+
accruedRewards: string;
|
|
4085
4092
|
apy?: string | undefined;
|
|
4086
4093
|
pendingWithdrawal?: {
|
|
4087
4094
|
amount: string;
|
|
@@ -4095,7 +4102,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4095
4102
|
name?: string | undefined;
|
|
4096
4103
|
iconUrl?: string | undefined;
|
|
4097
4104
|
};
|
|
4098
|
-
|
|
4105
|
+
accruedRewards: string;
|
|
4099
4106
|
apy?: string | undefined;
|
|
4100
4107
|
pendingWithdrawal?: {
|
|
4101
4108
|
amount: string;
|
|
@@ -4112,7 +4119,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4112
4119
|
name?: string | undefined;
|
|
4113
4120
|
iconUrl?: string | undefined;
|
|
4114
4121
|
};
|
|
4115
|
-
|
|
4122
|
+
accruedRewards: string;
|
|
4116
4123
|
apy?: string | undefined;
|
|
4117
4124
|
pendingWithdrawal?: {
|
|
4118
4125
|
amount: string;
|
|
@@ -4124,6 +4131,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4124
4131
|
tokenAddress?: string | undefined;
|
|
4125
4132
|
}>]>, "many">;
|
|
4126
4133
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4134
|
+
productId: z.ZodString;
|
|
4127
4135
|
name: z.ZodString;
|
|
4128
4136
|
manageUrl: z.ZodString;
|
|
4129
4137
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -4393,7 +4401,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4393
4401
|
name?: string | undefined;
|
|
4394
4402
|
iconUrl?: string | undefined;
|
|
4395
4403
|
}>;
|
|
4396
|
-
|
|
4404
|
+
accruedRewards: z.ZodString;
|
|
4397
4405
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
4398
4406
|
amount: z.ZodString;
|
|
4399
4407
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -4411,7 +4419,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4411
4419
|
name?: string | undefined;
|
|
4412
4420
|
iconUrl?: string | undefined;
|
|
4413
4421
|
};
|
|
4414
|
-
|
|
4422
|
+
accruedRewards: string;
|
|
4415
4423
|
apy?: string | undefined;
|
|
4416
4424
|
pendingWithdrawal?: {
|
|
4417
4425
|
amount: string;
|
|
@@ -4423,7 +4431,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4423
4431
|
name?: string | undefined;
|
|
4424
4432
|
iconUrl?: string | undefined;
|
|
4425
4433
|
};
|
|
4426
|
-
|
|
4434
|
+
accruedRewards: string;
|
|
4427
4435
|
apy?: string | undefined;
|
|
4428
4436
|
pendingWithdrawal?: {
|
|
4429
4437
|
amount: string;
|
|
@@ -4437,7 +4445,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4437
4445
|
name?: string | undefined;
|
|
4438
4446
|
iconUrl?: string | undefined;
|
|
4439
4447
|
};
|
|
4440
|
-
|
|
4448
|
+
accruedRewards: string;
|
|
4441
4449
|
apy?: string | undefined;
|
|
4442
4450
|
pendingWithdrawal?: {
|
|
4443
4451
|
amount: string;
|
|
@@ -4454,7 +4462,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4454
4462
|
name?: string | undefined;
|
|
4455
4463
|
iconUrl?: string | undefined;
|
|
4456
4464
|
};
|
|
4457
|
-
|
|
4465
|
+
accruedRewards: string;
|
|
4458
4466
|
apy?: string | undefined;
|
|
4459
4467
|
pendingWithdrawal?: {
|
|
4460
4468
|
amount: string;
|
|
@@ -4466,6 +4474,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4466
4474
|
tokenAddress?: string | undefined;
|
|
4467
4475
|
}>]>, "many">;
|
|
4468
4476
|
} & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
4477
|
+
productId: z.ZodString;
|
|
4469
4478
|
name: z.ZodString;
|
|
4470
4479
|
manageUrl: z.ZodString;
|
|
4471
4480
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -4735,7 +4744,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4735
4744
|
name?: string | undefined;
|
|
4736
4745
|
iconUrl?: string | undefined;
|
|
4737
4746
|
}>;
|
|
4738
|
-
|
|
4747
|
+
accruedRewards: z.ZodString;
|
|
4739
4748
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
4740
4749
|
amount: z.ZodString;
|
|
4741
4750
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -4753,7 +4762,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4753
4762
|
name?: string | undefined;
|
|
4754
4763
|
iconUrl?: string | undefined;
|
|
4755
4764
|
};
|
|
4756
|
-
|
|
4765
|
+
accruedRewards: string;
|
|
4757
4766
|
apy?: string | undefined;
|
|
4758
4767
|
pendingWithdrawal?: {
|
|
4759
4768
|
amount: string;
|
|
@@ -4765,7 +4774,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4765
4774
|
name?: string | undefined;
|
|
4766
4775
|
iconUrl?: string | undefined;
|
|
4767
4776
|
};
|
|
4768
|
-
|
|
4777
|
+
accruedRewards: string;
|
|
4769
4778
|
apy?: string | undefined;
|
|
4770
4779
|
pendingWithdrawal?: {
|
|
4771
4780
|
amount: string;
|
|
@@ -4779,7 +4788,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4779
4788
|
name?: string | undefined;
|
|
4780
4789
|
iconUrl?: string | undefined;
|
|
4781
4790
|
};
|
|
4782
|
-
|
|
4791
|
+
accruedRewards: string;
|
|
4783
4792
|
apy?: string | undefined;
|
|
4784
4793
|
pendingWithdrawal?: {
|
|
4785
4794
|
amount: string;
|
|
@@ -4796,7 +4805,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4796
4805
|
name?: string | undefined;
|
|
4797
4806
|
iconUrl?: string | undefined;
|
|
4798
4807
|
};
|
|
4799
|
-
|
|
4808
|
+
accruedRewards: string;
|
|
4800
4809
|
apy?: string | undefined;
|
|
4801
4810
|
pendingWithdrawal?: {
|
|
4802
4811
|
amount: string;
|
|
@@ -4808,6 +4817,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
4808
4817
|
tokenAddress?: string | undefined;
|
|
4809
4818
|
}>]>, "many">;
|
|
4810
4819
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4820
|
+
productId: z.ZodString;
|
|
4811
4821
|
name: z.ZodString;
|
|
4812
4822
|
manageUrl: z.ZodString;
|
|
4813
4823
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -5077,7 +5087,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5077
5087
|
name?: string | undefined;
|
|
5078
5088
|
iconUrl?: string | undefined;
|
|
5079
5089
|
}>;
|
|
5080
|
-
|
|
5090
|
+
accruedRewards: z.ZodString;
|
|
5081
5091
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
5082
5092
|
amount: z.ZodString;
|
|
5083
5093
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -5095,7 +5105,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5095
5105
|
name?: string | undefined;
|
|
5096
5106
|
iconUrl?: string | undefined;
|
|
5097
5107
|
};
|
|
5098
|
-
|
|
5108
|
+
accruedRewards: string;
|
|
5099
5109
|
apy?: string | undefined;
|
|
5100
5110
|
pendingWithdrawal?: {
|
|
5101
5111
|
amount: string;
|
|
@@ -5107,7 +5117,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5107
5117
|
name?: string | undefined;
|
|
5108
5118
|
iconUrl?: string | undefined;
|
|
5109
5119
|
};
|
|
5110
|
-
|
|
5120
|
+
accruedRewards: string;
|
|
5111
5121
|
apy?: string | undefined;
|
|
5112
5122
|
pendingWithdrawal?: {
|
|
5113
5123
|
amount: string;
|
|
@@ -5121,7 +5131,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5121
5131
|
name?: string | undefined;
|
|
5122
5132
|
iconUrl?: string | undefined;
|
|
5123
5133
|
};
|
|
5124
|
-
|
|
5134
|
+
accruedRewards: string;
|
|
5125
5135
|
apy?: string | undefined;
|
|
5126
5136
|
pendingWithdrawal?: {
|
|
5127
5137
|
amount: string;
|
|
@@ -5138,7 +5148,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5138
5148
|
name?: string | undefined;
|
|
5139
5149
|
iconUrl?: string | undefined;
|
|
5140
5150
|
};
|
|
5141
|
-
|
|
5151
|
+
accruedRewards: string;
|
|
5142
5152
|
apy?: string | undefined;
|
|
5143
5153
|
pendingWithdrawal?: {
|
|
5144
5154
|
amount: string;
|
|
@@ -5154,6 +5164,7 @@ export declare const apiDefiDecompositionProduct: z.ZodEffects<z.ZodObject<{
|
|
|
5154
5164
|
export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
5155
5165
|
dappId: z.ZodString;
|
|
5156
5166
|
products: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
5167
|
+
productId: z.ZodString;
|
|
5157
5168
|
name: z.ZodString;
|
|
5158
5169
|
manageUrl: z.ZodString;
|
|
5159
5170
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -5423,7 +5434,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5423
5434
|
name?: string | undefined;
|
|
5424
5435
|
iconUrl?: string | undefined;
|
|
5425
5436
|
}>;
|
|
5426
|
-
|
|
5437
|
+
accruedRewards: z.ZodString;
|
|
5427
5438
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
5428
5439
|
amount: z.ZodString;
|
|
5429
5440
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -5441,7 +5452,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5441
5452
|
name?: string | undefined;
|
|
5442
5453
|
iconUrl?: string | undefined;
|
|
5443
5454
|
};
|
|
5444
|
-
|
|
5455
|
+
accruedRewards: string;
|
|
5445
5456
|
apy?: string | undefined;
|
|
5446
5457
|
pendingWithdrawal?: {
|
|
5447
5458
|
amount: string;
|
|
@@ -5453,7 +5464,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5453
5464
|
name?: string | undefined;
|
|
5454
5465
|
iconUrl?: string | undefined;
|
|
5455
5466
|
};
|
|
5456
|
-
|
|
5467
|
+
accruedRewards: string;
|
|
5457
5468
|
apy?: string | undefined;
|
|
5458
5469
|
pendingWithdrawal?: {
|
|
5459
5470
|
amount: string;
|
|
@@ -5467,7 +5478,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5467
5478
|
name?: string | undefined;
|
|
5468
5479
|
iconUrl?: string | undefined;
|
|
5469
5480
|
};
|
|
5470
|
-
|
|
5481
|
+
accruedRewards: string;
|
|
5471
5482
|
apy?: string | undefined;
|
|
5472
5483
|
pendingWithdrawal?: {
|
|
5473
5484
|
amount: string;
|
|
@@ -5484,7 +5495,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5484
5495
|
name?: string | undefined;
|
|
5485
5496
|
iconUrl?: string | undefined;
|
|
5486
5497
|
};
|
|
5487
|
-
|
|
5498
|
+
accruedRewards: string;
|
|
5488
5499
|
apy?: string | undefined;
|
|
5489
5500
|
pendingWithdrawal?: {
|
|
5490
5501
|
amount: string;
|
|
@@ -5496,6 +5507,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5496
5507
|
tokenAddress?: string | undefined;
|
|
5497
5508
|
}>]>, "many">;
|
|
5498
5509
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
5510
|
+
productId: z.ZodString;
|
|
5499
5511
|
name: z.ZodString;
|
|
5500
5512
|
manageUrl: z.ZodString;
|
|
5501
5513
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -5765,7 +5777,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5765
5777
|
name?: string | undefined;
|
|
5766
5778
|
iconUrl?: string | undefined;
|
|
5767
5779
|
}>;
|
|
5768
|
-
|
|
5780
|
+
accruedRewards: z.ZodString;
|
|
5769
5781
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
5770
5782
|
amount: z.ZodString;
|
|
5771
5783
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -5783,7 +5795,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5783
5795
|
name?: string | undefined;
|
|
5784
5796
|
iconUrl?: string | undefined;
|
|
5785
5797
|
};
|
|
5786
|
-
|
|
5798
|
+
accruedRewards: string;
|
|
5787
5799
|
apy?: string | undefined;
|
|
5788
5800
|
pendingWithdrawal?: {
|
|
5789
5801
|
amount: string;
|
|
@@ -5795,7 +5807,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5795
5807
|
name?: string | undefined;
|
|
5796
5808
|
iconUrl?: string | undefined;
|
|
5797
5809
|
};
|
|
5798
|
-
|
|
5810
|
+
accruedRewards: string;
|
|
5799
5811
|
apy?: string | undefined;
|
|
5800
5812
|
pendingWithdrawal?: {
|
|
5801
5813
|
amount: string;
|
|
@@ -5809,7 +5821,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5809
5821
|
name?: string | undefined;
|
|
5810
5822
|
iconUrl?: string | undefined;
|
|
5811
5823
|
};
|
|
5812
|
-
|
|
5824
|
+
accruedRewards: string;
|
|
5813
5825
|
apy?: string | undefined;
|
|
5814
5826
|
pendingWithdrawal?: {
|
|
5815
5827
|
amount: string;
|
|
@@ -5826,7 +5838,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5826
5838
|
name?: string | undefined;
|
|
5827
5839
|
iconUrl?: string | undefined;
|
|
5828
5840
|
};
|
|
5829
|
-
|
|
5841
|
+
accruedRewards: string;
|
|
5830
5842
|
apy?: string | undefined;
|
|
5831
5843
|
pendingWithdrawal?: {
|
|
5832
5844
|
amount: string;
|
|
@@ -5838,6 +5850,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
5838
5850
|
tokenAddress?: string | undefined;
|
|
5839
5851
|
}>]>, "many">;
|
|
5840
5852
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
5853
|
+
productId: z.ZodString;
|
|
5841
5854
|
name: z.ZodString;
|
|
5842
5855
|
manageUrl: z.ZodString;
|
|
5843
5856
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -6107,7 +6120,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6107
6120
|
name?: string | undefined;
|
|
6108
6121
|
iconUrl?: string | undefined;
|
|
6109
6122
|
}>;
|
|
6110
|
-
|
|
6123
|
+
accruedRewards: z.ZodString;
|
|
6111
6124
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
6112
6125
|
amount: z.ZodString;
|
|
6113
6126
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -6125,7 +6138,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6125
6138
|
name?: string | undefined;
|
|
6126
6139
|
iconUrl?: string | undefined;
|
|
6127
6140
|
};
|
|
6128
|
-
|
|
6141
|
+
accruedRewards: string;
|
|
6129
6142
|
apy?: string | undefined;
|
|
6130
6143
|
pendingWithdrawal?: {
|
|
6131
6144
|
amount: string;
|
|
@@ -6137,7 +6150,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6137
6150
|
name?: string | undefined;
|
|
6138
6151
|
iconUrl?: string | undefined;
|
|
6139
6152
|
};
|
|
6140
|
-
|
|
6153
|
+
accruedRewards: string;
|
|
6141
6154
|
apy?: string | undefined;
|
|
6142
6155
|
pendingWithdrawal?: {
|
|
6143
6156
|
amount: string;
|
|
@@ -6151,7 +6164,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6151
6164
|
name?: string | undefined;
|
|
6152
6165
|
iconUrl?: string | undefined;
|
|
6153
6166
|
};
|
|
6154
|
-
|
|
6167
|
+
accruedRewards: string;
|
|
6155
6168
|
apy?: string | undefined;
|
|
6156
6169
|
pendingWithdrawal?: {
|
|
6157
6170
|
amount: string;
|
|
@@ -6168,7 +6181,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6168
6181
|
name?: string | undefined;
|
|
6169
6182
|
iconUrl?: string | undefined;
|
|
6170
6183
|
};
|
|
6171
|
-
|
|
6184
|
+
accruedRewards: string;
|
|
6172
6185
|
apy?: string | undefined;
|
|
6173
6186
|
pendingWithdrawal?: {
|
|
6174
6187
|
amount: string;
|
|
@@ -6180,6 +6193,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6180
6193
|
tokenAddress?: string | undefined;
|
|
6181
6194
|
}>]>, "many">;
|
|
6182
6195
|
}, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
6196
|
+
productId: z.ZodString;
|
|
6183
6197
|
name: z.ZodString;
|
|
6184
6198
|
manageUrl: z.ZodString;
|
|
6185
6199
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -6449,7 +6463,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6449
6463
|
name?: string | undefined;
|
|
6450
6464
|
iconUrl?: string | undefined;
|
|
6451
6465
|
}>;
|
|
6452
|
-
|
|
6466
|
+
accruedRewards: z.ZodString;
|
|
6453
6467
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
6454
6468
|
amount: z.ZodString;
|
|
6455
6469
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -6467,7 +6481,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6467
6481
|
name?: string | undefined;
|
|
6468
6482
|
iconUrl?: string | undefined;
|
|
6469
6483
|
};
|
|
6470
|
-
|
|
6484
|
+
accruedRewards: string;
|
|
6471
6485
|
apy?: string | undefined;
|
|
6472
6486
|
pendingWithdrawal?: {
|
|
6473
6487
|
amount: string;
|
|
@@ -6479,7 +6493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6479
6493
|
name?: string | undefined;
|
|
6480
6494
|
iconUrl?: string | undefined;
|
|
6481
6495
|
};
|
|
6482
|
-
|
|
6496
|
+
accruedRewards: string;
|
|
6483
6497
|
apy?: string | undefined;
|
|
6484
6498
|
pendingWithdrawal?: {
|
|
6485
6499
|
amount: string;
|
|
@@ -6493,7 +6507,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6493
6507
|
name?: string | undefined;
|
|
6494
6508
|
iconUrl?: string | undefined;
|
|
6495
6509
|
};
|
|
6496
|
-
|
|
6510
|
+
accruedRewards: string;
|
|
6497
6511
|
apy?: string | undefined;
|
|
6498
6512
|
pendingWithdrawal?: {
|
|
6499
6513
|
amount: string;
|
|
@@ -6510,7 +6524,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6510
6524
|
name?: string | undefined;
|
|
6511
6525
|
iconUrl?: string | undefined;
|
|
6512
6526
|
};
|
|
6513
|
-
|
|
6527
|
+
accruedRewards: string;
|
|
6514
6528
|
apy?: string | undefined;
|
|
6515
6529
|
pendingWithdrawal?: {
|
|
6516
6530
|
amount: string;
|
|
@@ -6522,6 +6536,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6522
6536
|
tokenAddress?: string | undefined;
|
|
6523
6537
|
}>]>, "many">;
|
|
6524
6538
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
6539
|
+
productId: z.ZodString;
|
|
6525
6540
|
name: z.ZodString;
|
|
6526
6541
|
manageUrl: z.ZodString;
|
|
6527
6542
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -6791,7 +6806,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6791
6806
|
name?: string | undefined;
|
|
6792
6807
|
iconUrl?: string | undefined;
|
|
6793
6808
|
}>;
|
|
6794
|
-
|
|
6809
|
+
accruedRewards: z.ZodString;
|
|
6795
6810
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
6796
6811
|
amount: z.ZodString;
|
|
6797
6812
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -6809,7 +6824,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6809
6824
|
name?: string | undefined;
|
|
6810
6825
|
iconUrl?: string | undefined;
|
|
6811
6826
|
};
|
|
6812
|
-
|
|
6827
|
+
accruedRewards: string;
|
|
6813
6828
|
apy?: string | undefined;
|
|
6814
6829
|
pendingWithdrawal?: {
|
|
6815
6830
|
amount: string;
|
|
@@ -6821,7 +6836,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6821
6836
|
name?: string | undefined;
|
|
6822
6837
|
iconUrl?: string | undefined;
|
|
6823
6838
|
};
|
|
6824
|
-
|
|
6839
|
+
accruedRewards: string;
|
|
6825
6840
|
apy?: string | undefined;
|
|
6826
6841
|
pendingWithdrawal?: {
|
|
6827
6842
|
amount: string;
|
|
@@ -6835,7 +6850,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6835
6850
|
name?: string | undefined;
|
|
6836
6851
|
iconUrl?: string | undefined;
|
|
6837
6852
|
};
|
|
6838
|
-
|
|
6853
|
+
accruedRewards: string;
|
|
6839
6854
|
apy?: string | undefined;
|
|
6840
6855
|
pendingWithdrawal?: {
|
|
6841
6856
|
amount: string;
|
|
@@ -6852,7 +6867,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6852
6867
|
name?: string | undefined;
|
|
6853
6868
|
iconUrl?: string | undefined;
|
|
6854
6869
|
};
|
|
6855
|
-
|
|
6870
|
+
accruedRewards: string;
|
|
6856
6871
|
apy?: string | undefined;
|
|
6857
6872
|
pendingWithdrawal?: {
|
|
6858
6873
|
amount: string;
|
|
@@ -6865,6 +6880,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
6865
6880
|
}>]>, "many">;
|
|
6866
6881
|
}, z.ZodTypeAny, "passthrough">> & {
|
|
6867
6882
|
extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
|
|
6883
|
+
productId: z.ZodString;
|
|
6868
6884
|
name: z.ZodString;
|
|
6869
6885
|
manageUrl: z.ZodString;
|
|
6870
6886
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -7134,7 +7150,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7134
7150
|
name?: string | undefined;
|
|
7135
7151
|
iconUrl?: string | undefined;
|
|
7136
7152
|
}>;
|
|
7137
|
-
|
|
7153
|
+
accruedRewards: z.ZodString;
|
|
7138
7154
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
7139
7155
|
amount: z.ZodString;
|
|
7140
7156
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -7152,7 +7168,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7152
7168
|
name?: string | undefined;
|
|
7153
7169
|
iconUrl?: string | undefined;
|
|
7154
7170
|
};
|
|
7155
|
-
|
|
7171
|
+
accruedRewards: string;
|
|
7156
7172
|
apy?: string | undefined;
|
|
7157
7173
|
pendingWithdrawal?: {
|
|
7158
7174
|
amount: string;
|
|
@@ -7164,7 +7180,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7164
7180
|
name?: string | undefined;
|
|
7165
7181
|
iconUrl?: string | undefined;
|
|
7166
7182
|
};
|
|
7167
|
-
|
|
7183
|
+
accruedRewards: string;
|
|
7168
7184
|
apy?: string | undefined;
|
|
7169
7185
|
pendingWithdrawal?: {
|
|
7170
7186
|
amount: string;
|
|
@@ -7178,7 +7194,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7178
7194
|
name?: string | undefined;
|
|
7179
7195
|
iconUrl?: string | undefined;
|
|
7180
7196
|
};
|
|
7181
|
-
|
|
7197
|
+
accruedRewards: string;
|
|
7182
7198
|
apy?: string | undefined;
|
|
7183
7199
|
pendingWithdrawal?: {
|
|
7184
7200
|
amount: string;
|
|
@@ -7195,7 +7211,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7195
7211
|
name?: string | undefined;
|
|
7196
7212
|
iconUrl?: string | undefined;
|
|
7197
7213
|
};
|
|
7198
|
-
|
|
7214
|
+
accruedRewards: string;
|
|
7199
7215
|
apy?: string | undefined;
|
|
7200
7216
|
pendingWithdrawal?: {
|
|
7201
7217
|
amount: string;
|
|
@@ -7207,6 +7223,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7207
7223
|
tokenAddress?: string | undefined;
|
|
7208
7224
|
}>]>, "many">;
|
|
7209
7225
|
} & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
7226
|
+
productId: z.ZodString;
|
|
7210
7227
|
name: z.ZodString;
|
|
7211
7228
|
manageUrl: z.ZodString;
|
|
7212
7229
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -7476,7 +7493,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7476
7493
|
name?: string | undefined;
|
|
7477
7494
|
iconUrl?: string | undefined;
|
|
7478
7495
|
}>;
|
|
7479
|
-
|
|
7496
|
+
accruedRewards: z.ZodString;
|
|
7480
7497
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
7481
7498
|
amount: z.ZodString;
|
|
7482
7499
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -7494,7 +7511,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7494
7511
|
name?: string | undefined;
|
|
7495
7512
|
iconUrl?: string | undefined;
|
|
7496
7513
|
};
|
|
7497
|
-
|
|
7514
|
+
accruedRewards: string;
|
|
7498
7515
|
apy?: string | undefined;
|
|
7499
7516
|
pendingWithdrawal?: {
|
|
7500
7517
|
amount: string;
|
|
@@ -7506,7 +7523,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7506
7523
|
name?: string | undefined;
|
|
7507
7524
|
iconUrl?: string | undefined;
|
|
7508
7525
|
};
|
|
7509
|
-
|
|
7526
|
+
accruedRewards: string;
|
|
7510
7527
|
apy?: string | undefined;
|
|
7511
7528
|
pendingWithdrawal?: {
|
|
7512
7529
|
amount: string;
|
|
@@ -7520,7 +7537,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7520
7537
|
name?: string | undefined;
|
|
7521
7538
|
iconUrl?: string | undefined;
|
|
7522
7539
|
};
|
|
7523
|
-
|
|
7540
|
+
accruedRewards: string;
|
|
7524
7541
|
apy?: string | undefined;
|
|
7525
7542
|
pendingWithdrawal?: {
|
|
7526
7543
|
amount: string;
|
|
@@ -7537,7 +7554,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7537
7554
|
name?: string | undefined;
|
|
7538
7555
|
iconUrl?: string | undefined;
|
|
7539
7556
|
};
|
|
7540
|
-
|
|
7557
|
+
accruedRewards: string;
|
|
7541
7558
|
apy?: string | undefined;
|
|
7542
7559
|
pendingWithdrawal?: {
|
|
7543
7560
|
amount: string;
|
|
@@ -7549,6 +7566,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7549
7566
|
tokenAddress?: string | undefined;
|
|
7550
7567
|
}>]>, "many">;
|
|
7551
7568
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
7569
|
+
productId: z.ZodString;
|
|
7552
7570
|
name: z.ZodString;
|
|
7553
7571
|
manageUrl: z.ZodString;
|
|
7554
7572
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -7818,7 +7836,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7818
7836
|
name?: string | undefined;
|
|
7819
7837
|
iconUrl?: string | undefined;
|
|
7820
7838
|
}>;
|
|
7821
|
-
|
|
7839
|
+
accruedRewards: z.ZodString;
|
|
7822
7840
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
7823
7841
|
amount: z.ZodString;
|
|
7824
7842
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -7836,7 +7854,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7836
7854
|
name?: string | undefined;
|
|
7837
7855
|
iconUrl?: string | undefined;
|
|
7838
7856
|
};
|
|
7839
|
-
|
|
7857
|
+
accruedRewards: string;
|
|
7840
7858
|
apy?: string | undefined;
|
|
7841
7859
|
pendingWithdrawal?: {
|
|
7842
7860
|
amount: string;
|
|
@@ -7848,7 +7866,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7848
7866
|
name?: string | undefined;
|
|
7849
7867
|
iconUrl?: string | undefined;
|
|
7850
7868
|
};
|
|
7851
|
-
|
|
7869
|
+
accruedRewards: string;
|
|
7852
7870
|
apy?: string | undefined;
|
|
7853
7871
|
pendingWithdrawal?: {
|
|
7854
7872
|
amount: string;
|
|
@@ -7862,7 +7880,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7862
7880
|
name?: string | undefined;
|
|
7863
7881
|
iconUrl?: string | undefined;
|
|
7864
7882
|
};
|
|
7865
|
-
|
|
7883
|
+
accruedRewards: string;
|
|
7866
7884
|
apy?: string | undefined;
|
|
7867
7885
|
pendingWithdrawal?: {
|
|
7868
7886
|
amount: string;
|
|
@@ -7879,7 +7897,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7879
7897
|
name?: string | undefined;
|
|
7880
7898
|
iconUrl?: string | undefined;
|
|
7881
7899
|
};
|
|
7882
|
-
|
|
7900
|
+
accruedRewards: string;
|
|
7883
7901
|
apy?: string | undefined;
|
|
7884
7902
|
pendingWithdrawal?: {
|
|
7885
7903
|
amount: string;
|
|
@@ -7891,6 +7909,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
7891
7909
|
tokenAddress?: string | undefined;
|
|
7892
7910
|
}>]>, "many">;
|
|
7893
7911
|
} & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
7912
|
+
productId: z.ZodString;
|
|
7894
7913
|
name: z.ZodString;
|
|
7895
7914
|
manageUrl: z.ZodString;
|
|
7896
7915
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -8160,7 +8179,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8160
8179
|
name?: string | undefined;
|
|
8161
8180
|
iconUrl?: string | undefined;
|
|
8162
8181
|
}>;
|
|
8163
|
-
|
|
8182
|
+
accruedRewards: z.ZodString;
|
|
8164
8183
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
8165
8184
|
amount: z.ZodString;
|
|
8166
8185
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -8178,7 +8197,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8178
8197
|
name?: string | undefined;
|
|
8179
8198
|
iconUrl?: string | undefined;
|
|
8180
8199
|
};
|
|
8181
|
-
|
|
8200
|
+
accruedRewards: string;
|
|
8182
8201
|
apy?: string | undefined;
|
|
8183
8202
|
pendingWithdrawal?: {
|
|
8184
8203
|
amount: string;
|
|
@@ -8190,7 +8209,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8190
8209
|
name?: string | undefined;
|
|
8191
8210
|
iconUrl?: string | undefined;
|
|
8192
8211
|
};
|
|
8193
|
-
|
|
8212
|
+
accruedRewards: string;
|
|
8194
8213
|
apy?: string | undefined;
|
|
8195
8214
|
pendingWithdrawal?: {
|
|
8196
8215
|
amount: string;
|
|
@@ -8204,7 +8223,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8204
8223
|
name?: string | undefined;
|
|
8205
8224
|
iconUrl?: string | undefined;
|
|
8206
8225
|
};
|
|
8207
|
-
|
|
8226
|
+
accruedRewards: string;
|
|
8208
8227
|
apy?: string | undefined;
|
|
8209
8228
|
pendingWithdrawal?: {
|
|
8210
8229
|
amount: string;
|
|
@@ -8221,7 +8240,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8221
8240
|
name?: string | undefined;
|
|
8222
8241
|
iconUrl?: string | undefined;
|
|
8223
8242
|
};
|
|
8224
|
-
|
|
8243
|
+
accruedRewards: string;
|
|
8225
8244
|
apy?: string | undefined;
|
|
8226
8245
|
pendingWithdrawal?: {
|
|
8227
8246
|
amount: string;
|
|
@@ -8233,6 +8252,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8233
8252
|
tokenAddress?: string | undefined;
|
|
8234
8253
|
}>]>, "many">;
|
|
8235
8254
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8255
|
+
productId: z.ZodString;
|
|
8236
8256
|
name: z.ZodString;
|
|
8237
8257
|
manageUrl: z.ZodString;
|
|
8238
8258
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -8502,7 +8522,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8502
8522
|
name?: string | undefined;
|
|
8503
8523
|
iconUrl?: string | undefined;
|
|
8504
8524
|
}>;
|
|
8505
|
-
|
|
8525
|
+
accruedRewards: z.ZodString;
|
|
8506
8526
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
8507
8527
|
amount: z.ZodString;
|
|
8508
8528
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -8520,7 +8540,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8520
8540
|
name?: string | undefined;
|
|
8521
8541
|
iconUrl?: string | undefined;
|
|
8522
8542
|
};
|
|
8523
|
-
|
|
8543
|
+
accruedRewards: string;
|
|
8524
8544
|
apy?: string | undefined;
|
|
8525
8545
|
pendingWithdrawal?: {
|
|
8526
8546
|
amount: string;
|
|
@@ -8532,7 +8552,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8532
8552
|
name?: string | undefined;
|
|
8533
8553
|
iconUrl?: string | undefined;
|
|
8534
8554
|
};
|
|
8535
|
-
|
|
8555
|
+
accruedRewards: string;
|
|
8536
8556
|
apy?: string | undefined;
|
|
8537
8557
|
pendingWithdrawal?: {
|
|
8538
8558
|
amount: string;
|
|
@@ -8546,7 +8566,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8546
8566
|
name?: string | undefined;
|
|
8547
8567
|
iconUrl?: string | undefined;
|
|
8548
8568
|
};
|
|
8549
|
-
|
|
8569
|
+
accruedRewards: string;
|
|
8550
8570
|
apy?: string | undefined;
|
|
8551
8571
|
pendingWithdrawal?: {
|
|
8552
8572
|
amount: string;
|
|
@@ -8563,7 +8583,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8563
8583
|
name?: string | undefined;
|
|
8564
8584
|
iconUrl?: string | undefined;
|
|
8565
8585
|
};
|
|
8566
|
-
|
|
8586
|
+
accruedRewards: string;
|
|
8567
8587
|
apy?: string | undefined;
|
|
8568
8588
|
pendingWithdrawal?: {
|
|
8569
8589
|
amount: string;
|
|
@@ -8579,6 +8599,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8579
8599
|
}, "strip", z.ZodTypeAny, {
|
|
8580
8600
|
dappId: string;
|
|
8581
8601
|
products: z.objectOutputType<{
|
|
8602
|
+
productId: z.ZodString;
|
|
8582
8603
|
name: z.ZodString;
|
|
8583
8604
|
manageUrl: z.ZodString;
|
|
8584
8605
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -8848,7 +8869,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8848
8869
|
name?: string | undefined;
|
|
8849
8870
|
iconUrl?: string | undefined;
|
|
8850
8871
|
}>;
|
|
8851
|
-
|
|
8872
|
+
accruedRewards: z.ZodString;
|
|
8852
8873
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
8853
8874
|
amount: z.ZodString;
|
|
8854
8875
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -8866,7 +8887,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8866
8887
|
name?: string | undefined;
|
|
8867
8888
|
iconUrl?: string | undefined;
|
|
8868
8889
|
};
|
|
8869
|
-
|
|
8890
|
+
accruedRewards: string;
|
|
8870
8891
|
apy?: string | undefined;
|
|
8871
8892
|
pendingWithdrawal?: {
|
|
8872
8893
|
amount: string;
|
|
@@ -8878,7 +8899,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8878
8899
|
name?: string | undefined;
|
|
8879
8900
|
iconUrl?: string | undefined;
|
|
8880
8901
|
};
|
|
8881
|
-
|
|
8902
|
+
accruedRewards: string;
|
|
8882
8903
|
apy?: string | undefined;
|
|
8883
8904
|
pendingWithdrawal?: {
|
|
8884
8905
|
amount: string;
|
|
@@ -8892,7 +8913,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8892
8913
|
name?: string | undefined;
|
|
8893
8914
|
iconUrl?: string | undefined;
|
|
8894
8915
|
};
|
|
8895
|
-
|
|
8916
|
+
accruedRewards: string;
|
|
8896
8917
|
apy?: string | undefined;
|
|
8897
8918
|
pendingWithdrawal?: {
|
|
8898
8919
|
amount: string;
|
|
@@ -8909,7 +8930,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8909
8930
|
name?: string | undefined;
|
|
8910
8931
|
iconUrl?: string | undefined;
|
|
8911
8932
|
};
|
|
8912
|
-
|
|
8933
|
+
accruedRewards: string;
|
|
8913
8934
|
apy?: string | undefined;
|
|
8914
8935
|
pendingWithdrawal?: {
|
|
8915
8936
|
amount: string;
|
|
@@ -8924,6 +8945,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
8924
8945
|
}, {
|
|
8925
8946
|
dappId: string;
|
|
8926
8947
|
products: z.objectInputType<{
|
|
8948
|
+
productId: z.ZodString;
|
|
8927
8949
|
name: z.ZodString;
|
|
8928
8950
|
manageUrl: z.ZodString;
|
|
8929
8951
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -9193,7 +9215,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9193
9215
|
name?: string | undefined;
|
|
9194
9216
|
iconUrl?: string | undefined;
|
|
9195
9217
|
}>;
|
|
9196
|
-
|
|
9218
|
+
accruedRewards: z.ZodString;
|
|
9197
9219
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
9198
9220
|
amount: z.ZodString;
|
|
9199
9221
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -9211,7 +9233,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9211
9233
|
name?: string | undefined;
|
|
9212
9234
|
iconUrl?: string | undefined;
|
|
9213
9235
|
};
|
|
9214
|
-
|
|
9236
|
+
accruedRewards: string;
|
|
9215
9237
|
apy?: string | undefined;
|
|
9216
9238
|
pendingWithdrawal?: {
|
|
9217
9239
|
amount: string;
|
|
@@ -9223,7 +9245,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9223
9245
|
name?: string | undefined;
|
|
9224
9246
|
iconUrl?: string | undefined;
|
|
9225
9247
|
};
|
|
9226
|
-
|
|
9248
|
+
accruedRewards: string;
|
|
9227
9249
|
apy?: string | undefined;
|
|
9228
9250
|
pendingWithdrawal?: {
|
|
9229
9251
|
amount: string;
|
|
@@ -9237,7 +9259,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9237
9259
|
name?: string | undefined;
|
|
9238
9260
|
iconUrl?: string | undefined;
|
|
9239
9261
|
};
|
|
9240
|
-
|
|
9262
|
+
accruedRewards: string;
|
|
9241
9263
|
apy?: string | undefined;
|
|
9242
9264
|
pendingWithdrawal?: {
|
|
9243
9265
|
amount: string;
|
|
@@ -9254,7 +9276,7 @@ export declare const apiDefiDecompositionSchema: z.ZodObject<{
|
|
|
9254
9276
|
name?: string | undefined;
|
|
9255
9277
|
iconUrl?: string | undefined;
|
|
9256
9278
|
};
|
|
9257
|
-
|
|
9279
|
+
accruedRewards: string;
|
|
9258
9280
|
apy?: string | undefined;
|
|
9259
9281
|
pendingWithdrawal?: {
|
|
9260
9282
|
amount: string;
|
|
@@ -9271,6 +9293,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9271
9293
|
dapps: z.ZodArray<z.ZodObject<{
|
|
9272
9294
|
dappId: z.ZodString;
|
|
9273
9295
|
products: z.ZodArray<z.ZodEffects<z.ZodObject<{
|
|
9296
|
+
productId: z.ZodString;
|
|
9274
9297
|
name: z.ZodString;
|
|
9275
9298
|
manageUrl: z.ZodString;
|
|
9276
9299
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -9540,7 +9563,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9540
9563
|
name?: string | undefined;
|
|
9541
9564
|
iconUrl?: string | undefined;
|
|
9542
9565
|
}>;
|
|
9543
|
-
|
|
9566
|
+
accruedRewards: z.ZodString;
|
|
9544
9567
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
9545
9568
|
amount: z.ZodString;
|
|
9546
9569
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -9558,7 +9581,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9558
9581
|
name?: string | undefined;
|
|
9559
9582
|
iconUrl?: string | undefined;
|
|
9560
9583
|
};
|
|
9561
|
-
|
|
9584
|
+
accruedRewards: string;
|
|
9562
9585
|
apy?: string | undefined;
|
|
9563
9586
|
pendingWithdrawal?: {
|
|
9564
9587
|
amount: string;
|
|
@@ -9570,7 +9593,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9570
9593
|
name?: string | undefined;
|
|
9571
9594
|
iconUrl?: string | undefined;
|
|
9572
9595
|
};
|
|
9573
|
-
|
|
9596
|
+
accruedRewards: string;
|
|
9574
9597
|
apy?: string | undefined;
|
|
9575
9598
|
pendingWithdrawal?: {
|
|
9576
9599
|
amount: string;
|
|
@@ -9584,7 +9607,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9584
9607
|
name?: string | undefined;
|
|
9585
9608
|
iconUrl?: string | undefined;
|
|
9586
9609
|
};
|
|
9587
|
-
|
|
9610
|
+
accruedRewards: string;
|
|
9588
9611
|
apy?: string | undefined;
|
|
9589
9612
|
pendingWithdrawal?: {
|
|
9590
9613
|
amount: string;
|
|
@@ -9601,7 +9624,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9601
9624
|
name?: string | undefined;
|
|
9602
9625
|
iconUrl?: string | undefined;
|
|
9603
9626
|
};
|
|
9604
|
-
|
|
9627
|
+
accruedRewards: string;
|
|
9605
9628
|
apy?: string | undefined;
|
|
9606
9629
|
pendingWithdrawal?: {
|
|
9607
9630
|
amount: string;
|
|
@@ -9613,6 +9636,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9613
9636
|
tokenAddress?: string | undefined;
|
|
9614
9637
|
}>]>, "many">;
|
|
9615
9638
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
9639
|
+
productId: z.ZodString;
|
|
9616
9640
|
name: z.ZodString;
|
|
9617
9641
|
manageUrl: z.ZodString;
|
|
9618
9642
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -9882,7 +9906,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9882
9906
|
name?: string | undefined;
|
|
9883
9907
|
iconUrl?: string | undefined;
|
|
9884
9908
|
}>;
|
|
9885
|
-
|
|
9909
|
+
accruedRewards: z.ZodString;
|
|
9886
9910
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
9887
9911
|
amount: z.ZodString;
|
|
9888
9912
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -9900,7 +9924,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9900
9924
|
name?: string | undefined;
|
|
9901
9925
|
iconUrl?: string | undefined;
|
|
9902
9926
|
};
|
|
9903
|
-
|
|
9927
|
+
accruedRewards: string;
|
|
9904
9928
|
apy?: string | undefined;
|
|
9905
9929
|
pendingWithdrawal?: {
|
|
9906
9930
|
amount: string;
|
|
@@ -9912,7 +9936,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9912
9936
|
name?: string | undefined;
|
|
9913
9937
|
iconUrl?: string | undefined;
|
|
9914
9938
|
};
|
|
9915
|
-
|
|
9939
|
+
accruedRewards: string;
|
|
9916
9940
|
apy?: string | undefined;
|
|
9917
9941
|
pendingWithdrawal?: {
|
|
9918
9942
|
amount: string;
|
|
@@ -9926,7 +9950,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9926
9950
|
name?: string | undefined;
|
|
9927
9951
|
iconUrl?: string | undefined;
|
|
9928
9952
|
};
|
|
9929
|
-
|
|
9953
|
+
accruedRewards: string;
|
|
9930
9954
|
apy?: string | undefined;
|
|
9931
9955
|
pendingWithdrawal?: {
|
|
9932
9956
|
amount: string;
|
|
@@ -9943,7 +9967,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9943
9967
|
name?: string | undefined;
|
|
9944
9968
|
iconUrl?: string | undefined;
|
|
9945
9969
|
};
|
|
9946
|
-
|
|
9970
|
+
accruedRewards: string;
|
|
9947
9971
|
apy?: string | undefined;
|
|
9948
9972
|
pendingWithdrawal?: {
|
|
9949
9973
|
amount: string;
|
|
@@ -9955,6 +9979,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
9955
9979
|
tokenAddress?: string | undefined;
|
|
9956
9980
|
}>]>, "many">;
|
|
9957
9981
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
9982
|
+
productId: z.ZodString;
|
|
9958
9983
|
name: z.ZodString;
|
|
9959
9984
|
manageUrl: z.ZodString;
|
|
9960
9985
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -10224,7 +10249,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10224
10249
|
name?: string | undefined;
|
|
10225
10250
|
iconUrl?: string | undefined;
|
|
10226
10251
|
}>;
|
|
10227
|
-
|
|
10252
|
+
accruedRewards: z.ZodString;
|
|
10228
10253
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
10229
10254
|
amount: z.ZodString;
|
|
10230
10255
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -10242,7 +10267,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10242
10267
|
name?: string | undefined;
|
|
10243
10268
|
iconUrl?: string | undefined;
|
|
10244
10269
|
};
|
|
10245
|
-
|
|
10270
|
+
accruedRewards: string;
|
|
10246
10271
|
apy?: string | undefined;
|
|
10247
10272
|
pendingWithdrawal?: {
|
|
10248
10273
|
amount: string;
|
|
@@ -10254,7 +10279,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10254
10279
|
name?: string | undefined;
|
|
10255
10280
|
iconUrl?: string | undefined;
|
|
10256
10281
|
};
|
|
10257
|
-
|
|
10282
|
+
accruedRewards: string;
|
|
10258
10283
|
apy?: string | undefined;
|
|
10259
10284
|
pendingWithdrawal?: {
|
|
10260
10285
|
amount: string;
|
|
@@ -10268,7 +10293,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10268
10293
|
name?: string | undefined;
|
|
10269
10294
|
iconUrl?: string | undefined;
|
|
10270
10295
|
};
|
|
10271
|
-
|
|
10296
|
+
accruedRewards: string;
|
|
10272
10297
|
apy?: string | undefined;
|
|
10273
10298
|
pendingWithdrawal?: {
|
|
10274
10299
|
amount: string;
|
|
@@ -10285,7 +10310,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10285
10310
|
name?: string | undefined;
|
|
10286
10311
|
iconUrl?: string | undefined;
|
|
10287
10312
|
};
|
|
10288
|
-
|
|
10313
|
+
accruedRewards: string;
|
|
10289
10314
|
apy?: string | undefined;
|
|
10290
10315
|
pendingWithdrawal?: {
|
|
10291
10316
|
amount: string;
|
|
@@ -10297,6 +10322,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10297
10322
|
tokenAddress?: string | undefined;
|
|
10298
10323
|
}>]>, "many">;
|
|
10299
10324
|
}, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
10325
|
+
productId: z.ZodString;
|
|
10300
10326
|
name: z.ZodString;
|
|
10301
10327
|
manageUrl: z.ZodString;
|
|
10302
10328
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -10566,7 +10592,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10566
10592
|
name?: string | undefined;
|
|
10567
10593
|
iconUrl?: string | undefined;
|
|
10568
10594
|
}>;
|
|
10569
|
-
|
|
10595
|
+
accruedRewards: z.ZodString;
|
|
10570
10596
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
10571
10597
|
amount: z.ZodString;
|
|
10572
10598
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -10584,7 +10610,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10584
10610
|
name?: string | undefined;
|
|
10585
10611
|
iconUrl?: string | undefined;
|
|
10586
10612
|
};
|
|
10587
|
-
|
|
10613
|
+
accruedRewards: string;
|
|
10588
10614
|
apy?: string | undefined;
|
|
10589
10615
|
pendingWithdrawal?: {
|
|
10590
10616
|
amount: string;
|
|
@@ -10596,7 +10622,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10596
10622
|
name?: string | undefined;
|
|
10597
10623
|
iconUrl?: string | undefined;
|
|
10598
10624
|
};
|
|
10599
|
-
|
|
10625
|
+
accruedRewards: string;
|
|
10600
10626
|
apy?: string | undefined;
|
|
10601
10627
|
pendingWithdrawal?: {
|
|
10602
10628
|
amount: string;
|
|
@@ -10610,7 +10636,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10610
10636
|
name?: string | undefined;
|
|
10611
10637
|
iconUrl?: string | undefined;
|
|
10612
10638
|
};
|
|
10613
|
-
|
|
10639
|
+
accruedRewards: string;
|
|
10614
10640
|
apy?: string | undefined;
|
|
10615
10641
|
pendingWithdrawal?: {
|
|
10616
10642
|
amount: string;
|
|
@@ -10627,7 +10653,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10627
10653
|
name?: string | undefined;
|
|
10628
10654
|
iconUrl?: string | undefined;
|
|
10629
10655
|
};
|
|
10630
|
-
|
|
10656
|
+
accruedRewards: string;
|
|
10631
10657
|
apy?: string | undefined;
|
|
10632
10658
|
pendingWithdrawal?: {
|
|
10633
10659
|
amount: string;
|
|
@@ -10639,6 +10665,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10639
10665
|
tokenAddress?: string | undefined;
|
|
10640
10666
|
}>]>, "many">;
|
|
10641
10667
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
10668
|
+
productId: z.ZodString;
|
|
10642
10669
|
name: z.ZodString;
|
|
10643
10670
|
manageUrl: z.ZodString;
|
|
10644
10671
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -10908,7 +10935,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10908
10935
|
name?: string | undefined;
|
|
10909
10936
|
iconUrl?: string | undefined;
|
|
10910
10937
|
}>;
|
|
10911
|
-
|
|
10938
|
+
accruedRewards: z.ZodString;
|
|
10912
10939
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
10913
10940
|
amount: z.ZodString;
|
|
10914
10941
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -10926,7 +10953,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10926
10953
|
name?: string | undefined;
|
|
10927
10954
|
iconUrl?: string | undefined;
|
|
10928
10955
|
};
|
|
10929
|
-
|
|
10956
|
+
accruedRewards: string;
|
|
10930
10957
|
apy?: string | undefined;
|
|
10931
10958
|
pendingWithdrawal?: {
|
|
10932
10959
|
amount: string;
|
|
@@ -10938,7 +10965,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10938
10965
|
name?: string | undefined;
|
|
10939
10966
|
iconUrl?: string | undefined;
|
|
10940
10967
|
};
|
|
10941
|
-
|
|
10968
|
+
accruedRewards: string;
|
|
10942
10969
|
apy?: string | undefined;
|
|
10943
10970
|
pendingWithdrawal?: {
|
|
10944
10971
|
amount: string;
|
|
@@ -10952,7 +10979,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10952
10979
|
name?: string | undefined;
|
|
10953
10980
|
iconUrl?: string | undefined;
|
|
10954
10981
|
};
|
|
10955
|
-
|
|
10982
|
+
accruedRewards: string;
|
|
10956
10983
|
apy?: string | undefined;
|
|
10957
10984
|
pendingWithdrawal?: {
|
|
10958
10985
|
amount: string;
|
|
@@ -10969,7 +10996,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10969
10996
|
name?: string | undefined;
|
|
10970
10997
|
iconUrl?: string | undefined;
|
|
10971
10998
|
};
|
|
10972
|
-
|
|
10999
|
+
accruedRewards: string;
|
|
10973
11000
|
apy?: string | undefined;
|
|
10974
11001
|
pendingWithdrawal?: {
|
|
10975
11002
|
amount: string;
|
|
@@ -10982,6 +11009,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
10982
11009
|
}>]>, "many">;
|
|
10983
11010
|
}, z.ZodTypeAny, "passthrough">> & {
|
|
10984
11011
|
extend: <E extends z.ZodRawShape>(extension: E) => z.ZodEffects<z.ZodObject<{
|
|
11012
|
+
productId: z.ZodString;
|
|
10985
11013
|
name: z.ZodString;
|
|
10986
11014
|
manageUrl: z.ZodString;
|
|
10987
11015
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -11251,7 +11279,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11251
11279
|
name?: string | undefined;
|
|
11252
11280
|
iconUrl?: string | undefined;
|
|
11253
11281
|
}>;
|
|
11254
|
-
|
|
11282
|
+
accruedRewards: z.ZodString;
|
|
11255
11283
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
11256
11284
|
amount: z.ZodString;
|
|
11257
11285
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -11269,7 +11297,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11269
11297
|
name?: string | undefined;
|
|
11270
11298
|
iconUrl?: string | undefined;
|
|
11271
11299
|
};
|
|
11272
|
-
|
|
11300
|
+
accruedRewards: string;
|
|
11273
11301
|
apy?: string | undefined;
|
|
11274
11302
|
pendingWithdrawal?: {
|
|
11275
11303
|
amount: string;
|
|
@@ -11281,7 +11309,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11281
11309
|
name?: string | undefined;
|
|
11282
11310
|
iconUrl?: string | undefined;
|
|
11283
11311
|
};
|
|
11284
|
-
|
|
11312
|
+
accruedRewards: string;
|
|
11285
11313
|
apy?: string | undefined;
|
|
11286
11314
|
pendingWithdrawal?: {
|
|
11287
11315
|
amount: string;
|
|
@@ -11295,7 +11323,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11295
11323
|
name?: string | undefined;
|
|
11296
11324
|
iconUrl?: string | undefined;
|
|
11297
11325
|
};
|
|
11298
|
-
|
|
11326
|
+
accruedRewards: string;
|
|
11299
11327
|
apy?: string | undefined;
|
|
11300
11328
|
pendingWithdrawal?: {
|
|
11301
11329
|
amount: string;
|
|
@@ -11312,7 +11340,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11312
11340
|
name?: string | undefined;
|
|
11313
11341
|
iconUrl?: string | undefined;
|
|
11314
11342
|
};
|
|
11315
|
-
|
|
11343
|
+
accruedRewards: string;
|
|
11316
11344
|
apy?: string | undefined;
|
|
11317
11345
|
pendingWithdrawal?: {
|
|
11318
11346
|
amount: string;
|
|
@@ -11324,6 +11352,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11324
11352
|
tokenAddress?: string | undefined;
|
|
11325
11353
|
}>]>, "many">;
|
|
11326
11354
|
} & E, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
11355
|
+
productId: z.ZodString;
|
|
11327
11356
|
name: z.ZodString;
|
|
11328
11357
|
manageUrl: z.ZodString;
|
|
11329
11358
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -11593,7 +11622,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11593
11622
|
name?: string | undefined;
|
|
11594
11623
|
iconUrl?: string | undefined;
|
|
11595
11624
|
}>;
|
|
11596
|
-
|
|
11625
|
+
accruedRewards: z.ZodString;
|
|
11597
11626
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
11598
11627
|
amount: z.ZodString;
|
|
11599
11628
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -11611,7 +11640,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11611
11640
|
name?: string | undefined;
|
|
11612
11641
|
iconUrl?: string | undefined;
|
|
11613
11642
|
};
|
|
11614
|
-
|
|
11643
|
+
accruedRewards: string;
|
|
11615
11644
|
apy?: string | undefined;
|
|
11616
11645
|
pendingWithdrawal?: {
|
|
11617
11646
|
amount: string;
|
|
@@ -11623,7 +11652,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11623
11652
|
name?: string | undefined;
|
|
11624
11653
|
iconUrl?: string | undefined;
|
|
11625
11654
|
};
|
|
11626
|
-
|
|
11655
|
+
accruedRewards: string;
|
|
11627
11656
|
apy?: string | undefined;
|
|
11628
11657
|
pendingWithdrawal?: {
|
|
11629
11658
|
amount: string;
|
|
@@ -11637,7 +11666,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11637
11666
|
name?: string | undefined;
|
|
11638
11667
|
iconUrl?: string | undefined;
|
|
11639
11668
|
};
|
|
11640
|
-
|
|
11669
|
+
accruedRewards: string;
|
|
11641
11670
|
apy?: string | undefined;
|
|
11642
11671
|
pendingWithdrawal?: {
|
|
11643
11672
|
amount: string;
|
|
@@ -11654,7 +11683,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11654
11683
|
name?: string | undefined;
|
|
11655
11684
|
iconUrl?: string | undefined;
|
|
11656
11685
|
};
|
|
11657
|
-
|
|
11686
|
+
accruedRewards: string;
|
|
11658
11687
|
apy?: string | undefined;
|
|
11659
11688
|
pendingWithdrawal?: {
|
|
11660
11689
|
amount: string;
|
|
@@ -11666,6 +11695,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11666
11695
|
tokenAddress?: string | undefined;
|
|
11667
11696
|
}>]>, "many">;
|
|
11668
11697
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
11698
|
+
productId: z.ZodString;
|
|
11669
11699
|
name: z.ZodString;
|
|
11670
11700
|
manageUrl: z.ZodString;
|
|
11671
11701
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -11935,7 +11965,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11935
11965
|
name?: string | undefined;
|
|
11936
11966
|
iconUrl?: string | undefined;
|
|
11937
11967
|
}>;
|
|
11938
|
-
|
|
11968
|
+
accruedRewards: z.ZodString;
|
|
11939
11969
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
11940
11970
|
amount: z.ZodString;
|
|
11941
11971
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -11953,7 +11983,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11953
11983
|
name?: string | undefined;
|
|
11954
11984
|
iconUrl?: string | undefined;
|
|
11955
11985
|
};
|
|
11956
|
-
|
|
11986
|
+
accruedRewards: string;
|
|
11957
11987
|
apy?: string | undefined;
|
|
11958
11988
|
pendingWithdrawal?: {
|
|
11959
11989
|
amount: string;
|
|
@@ -11965,7 +11995,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11965
11995
|
name?: string | undefined;
|
|
11966
11996
|
iconUrl?: string | undefined;
|
|
11967
11997
|
};
|
|
11968
|
-
|
|
11998
|
+
accruedRewards: string;
|
|
11969
11999
|
apy?: string | undefined;
|
|
11970
12000
|
pendingWithdrawal?: {
|
|
11971
12001
|
amount: string;
|
|
@@ -11979,7 +12009,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11979
12009
|
name?: string | undefined;
|
|
11980
12010
|
iconUrl?: string | undefined;
|
|
11981
12011
|
};
|
|
11982
|
-
|
|
12012
|
+
accruedRewards: string;
|
|
11983
12013
|
apy?: string | undefined;
|
|
11984
12014
|
pendingWithdrawal?: {
|
|
11985
12015
|
amount: string;
|
|
@@ -11996,7 +12026,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
11996
12026
|
name?: string | undefined;
|
|
11997
12027
|
iconUrl?: string | undefined;
|
|
11998
12028
|
};
|
|
11999
|
-
|
|
12029
|
+
accruedRewards: string;
|
|
12000
12030
|
apy?: string | undefined;
|
|
12001
12031
|
pendingWithdrawal?: {
|
|
12002
12032
|
amount: string;
|
|
@@ -12008,6 +12038,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12008
12038
|
tokenAddress?: string | undefined;
|
|
12009
12039
|
}>]>, "many">;
|
|
12010
12040
|
} & E, z.ZodTypeAny, "passthrough">>, z.objectOutputType<{
|
|
12041
|
+
productId: z.ZodString;
|
|
12011
12042
|
name: z.ZodString;
|
|
12012
12043
|
manageUrl: z.ZodString;
|
|
12013
12044
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -12277,7 +12308,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12277
12308
|
name?: string | undefined;
|
|
12278
12309
|
iconUrl?: string | undefined;
|
|
12279
12310
|
}>;
|
|
12280
|
-
|
|
12311
|
+
accruedRewards: z.ZodString;
|
|
12281
12312
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
12282
12313
|
amount: z.ZodString;
|
|
12283
12314
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -12295,7 +12326,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12295
12326
|
name?: string | undefined;
|
|
12296
12327
|
iconUrl?: string | undefined;
|
|
12297
12328
|
};
|
|
12298
|
-
|
|
12329
|
+
accruedRewards: string;
|
|
12299
12330
|
apy?: string | undefined;
|
|
12300
12331
|
pendingWithdrawal?: {
|
|
12301
12332
|
amount: string;
|
|
@@ -12307,7 +12338,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12307
12338
|
name?: string | undefined;
|
|
12308
12339
|
iconUrl?: string | undefined;
|
|
12309
12340
|
};
|
|
12310
|
-
|
|
12341
|
+
accruedRewards: string;
|
|
12311
12342
|
apy?: string | undefined;
|
|
12312
12343
|
pendingWithdrawal?: {
|
|
12313
12344
|
amount: string;
|
|
@@ -12321,7 +12352,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12321
12352
|
name?: string | undefined;
|
|
12322
12353
|
iconUrl?: string | undefined;
|
|
12323
12354
|
};
|
|
12324
|
-
|
|
12355
|
+
accruedRewards: string;
|
|
12325
12356
|
apy?: string | undefined;
|
|
12326
12357
|
pendingWithdrawal?: {
|
|
12327
12358
|
amount: string;
|
|
@@ -12338,7 +12369,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12338
12369
|
name?: string | undefined;
|
|
12339
12370
|
iconUrl?: string | undefined;
|
|
12340
12371
|
};
|
|
12341
|
-
|
|
12372
|
+
accruedRewards: string;
|
|
12342
12373
|
apy?: string | undefined;
|
|
12343
12374
|
pendingWithdrawal?: {
|
|
12344
12375
|
amount: string;
|
|
@@ -12350,6 +12381,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12350
12381
|
tokenAddress?: string | undefined;
|
|
12351
12382
|
}>]>, "many">;
|
|
12352
12383
|
} & E, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
12384
|
+
productId: z.ZodString;
|
|
12353
12385
|
name: z.ZodString;
|
|
12354
12386
|
manageUrl: z.ZodString;
|
|
12355
12387
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -12619,7 +12651,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12619
12651
|
name?: string | undefined;
|
|
12620
12652
|
iconUrl?: string | undefined;
|
|
12621
12653
|
}>;
|
|
12622
|
-
|
|
12654
|
+
accruedRewards: z.ZodString;
|
|
12623
12655
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
12624
12656
|
amount: z.ZodString;
|
|
12625
12657
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -12637,7 +12669,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12637
12669
|
name?: string | undefined;
|
|
12638
12670
|
iconUrl?: string | undefined;
|
|
12639
12671
|
};
|
|
12640
|
-
|
|
12672
|
+
accruedRewards: string;
|
|
12641
12673
|
apy?: string | undefined;
|
|
12642
12674
|
pendingWithdrawal?: {
|
|
12643
12675
|
amount: string;
|
|
@@ -12649,7 +12681,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12649
12681
|
name?: string | undefined;
|
|
12650
12682
|
iconUrl?: string | undefined;
|
|
12651
12683
|
};
|
|
12652
|
-
|
|
12684
|
+
accruedRewards: string;
|
|
12653
12685
|
apy?: string | undefined;
|
|
12654
12686
|
pendingWithdrawal?: {
|
|
12655
12687
|
amount: string;
|
|
@@ -12663,7 +12695,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12663
12695
|
name?: string | undefined;
|
|
12664
12696
|
iconUrl?: string | undefined;
|
|
12665
12697
|
};
|
|
12666
|
-
|
|
12698
|
+
accruedRewards: string;
|
|
12667
12699
|
apy?: string | undefined;
|
|
12668
12700
|
pendingWithdrawal?: {
|
|
12669
12701
|
amount: string;
|
|
@@ -12680,7 +12712,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12680
12712
|
name?: string | undefined;
|
|
12681
12713
|
iconUrl?: string | undefined;
|
|
12682
12714
|
};
|
|
12683
|
-
|
|
12715
|
+
accruedRewards: string;
|
|
12684
12716
|
apy?: string | undefined;
|
|
12685
12717
|
pendingWithdrawal?: {
|
|
12686
12718
|
amount: string;
|
|
@@ -12696,6 +12728,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12696
12728
|
}, "strip", z.ZodTypeAny, {
|
|
12697
12729
|
dappId: string;
|
|
12698
12730
|
products: z.objectOutputType<{
|
|
12731
|
+
productId: z.ZodString;
|
|
12699
12732
|
name: z.ZodString;
|
|
12700
12733
|
manageUrl: z.ZodString;
|
|
12701
12734
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -12965,7 +12998,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12965
12998
|
name?: string | undefined;
|
|
12966
12999
|
iconUrl?: string | undefined;
|
|
12967
13000
|
}>;
|
|
12968
|
-
|
|
13001
|
+
accruedRewards: z.ZodString;
|
|
12969
13002
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
12970
13003
|
amount: z.ZodString;
|
|
12971
13004
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -12983,7 +13016,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12983
13016
|
name?: string | undefined;
|
|
12984
13017
|
iconUrl?: string | undefined;
|
|
12985
13018
|
};
|
|
12986
|
-
|
|
13019
|
+
accruedRewards: string;
|
|
12987
13020
|
apy?: string | undefined;
|
|
12988
13021
|
pendingWithdrawal?: {
|
|
12989
13022
|
amount: string;
|
|
@@ -12995,7 +13028,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
12995
13028
|
name?: string | undefined;
|
|
12996
13029
|
iconUrl?: string | undefined;
|
|
12997
13030
|
};
|
|
12998
|
-
|
|
13031
|
+
accruedRewards: string;
|
|
12999
13032
|
apy?: string | undefined;
|
|
13000
13033
|
pendingWithdrawal?: {
|
|
13001
13034
|
amount: string;
|
|
@@ -13009,7 +13042,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13009
13042
|
name?: string | undefined;
|
|
13010
13043
|
iconUrl?: string | undefined;
|
|
13011
13044
|
};
|
|
13012
|
-
|
|
13045
|
+
accruedRewards: string;
|
|
13013
13046
|
apy?: string | undefined;
|
|
13014
13047
|
pendingWithdrawal?: {
|
|
13015
13048
|
amount: string;
|
|
@@ -13026,7 +13059,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13026
13059
|
name?: string | undefined;
|
|
13027
13060
|
iconUrl?: string | undefined;
|
|
13028
13061
|
};
|
|
13029
|
-
|
|
13062
|
+
accruedRewards: string;
|
|
13030
13063
|
apy?: string | undefined;
|
|
13031
13064
|
pendingWithdrawal?: {
|
|
13032
13065
|
amount: string;
|
|
@@ -13041,6 +13074,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13041
13074
|
}, {
|
|
13042
13075
|
dappId: string;
|
|
13043
13076
|
products: z.objectInputType<{
|
|
13077
|
+
productId: z.ZodString;
|
|
13044
13078
|
name: z.ZodString;
|
|
13045
13079
|
manageUrl: z.ZodString;
|
|
13046
13080
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -13310,7 +13344,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13310
13344
|
name?: string | undefined;
|
|
13311
13345
|
iconUrl?: string | undefined;
|
|
13312
13346
|
}>;
|
|
13313
|
-
|
|
13347
|
+
accruedRewards: z.ZodString;
|
|
13314
13348
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
13315
13349
|
amount: z.ZodString;
|
|
13316
13350
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -13328,7 +13362,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13328
13362
|
name?: string | undefined;
|
|
13329
13363
|
iconUrl?: string | undefined;
|
|
13330
13364
|
};
|
|
13331
|
-
|
|
13365
|
+
accruedRewards: string;
|
|
13332
13366
|
apy?: string | undefined;
|
|
13333
13367
|
pendingWithdrawal?: {
|
|
13334
13368
|
amount: string;
|
|
@@ -13340,7 +13374,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13340
13374
|
name?: string | undefined;
|
|
13341
13375
|
iconUrl?: string | undefined;
|
|
13342
13376
|
};
|
|
13343
|
-
|
|
13377
|
+
accruedRewards: string;
|
|
13344
13378
|
apy?: string | undefined;
|
|
13345
13379
|
pendingWithdrawal?: {
|
|
13346
13380
|
amount: string;
|
|
@@ -13354,7 +13388,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13354
13388
|
name?: string | undefined;
|
|
13355
13389
|
iconUrl?: string | undefined;
|
|
13356
13390
|
};
|
|
13357
|
-
|
|
13391
|
+
accruedRewards: string;
|
|
13358
13392
|
apy?: string | undefined;
|
|
13359
13393
|
pendingWithdrawal?: {
|
|
13360
13394
|
amount: string;
|
|
@@ -13371,7 +13405,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13371
13405
|
name?: string | undefined;
|
|
13372
13406
|
iconUrl?: string | undefined;
|
|
13373
13407
|
};
|
|
13374
|
-
|
|
13408
|
+
accruedRewards: string;
|
|
13375
13409
|
apy?: string | undefined;
|
|
13376
13410
|
pendingWithdrawal?: {
|
|
13377
13411
|
amount: string;
|
|
@@ -13388,6 +13422,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13388
13422
|
dapps: {
|
|
13389
13423
|
dappId: string;
|
|
13390
13424
|
products: z.objectOutputType<{
|
|
13425
|
+
productId: z.ZodString;
|
|
13391
13426
|
name: z.ZodString;
|
|
13392
13427
|
manageUrl: z.ZodString;
|
|
13393
13428
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -13657,7 +13692,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13657
13692
|
name?: string | undefined;
|
|
13658
13693
|
iconUrl?: string | undefined;
|
|
13659
13694
|
}>;
|
|
13660
|
-
|
|
13695
|
+
accruedRewards: z.ZodString;
|
|
13661
13696
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
13662
13697
|
amount: z.ZodString;
|
|
13663
13698
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -13675,7 +13710,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13675
13710
|
name?: string | undefined;
|
|
13676
13711
|
iconUrl?: string | undefined;
|
|
13677
13712
|
};
|
|
13678
|
-
|
|
13713
|
+
accruedRewards: string;
|
|
13679
13714
|
apy?: string | undefined;
|
|
13680
13715
|
pendingWithdrawal?: {
|
|
13681
13716
|
amount: string;
|
|
@@ -13687,7 +13722,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13687
13722
|
name?: string | undefined;
|
|
13688
13723
|
iconUrl?: string | undefined;
|
|
13689
13724
|
};
|
|
13690
|
-
|
|
13725
|
+
accruedRewards: string;
|
|
13691
13726
|
apy?: string | undefined;
|
|
13692
13727
|
pendingWithdrawal?: {
|
|
13693
13728
|
amount: string;
|
|
@@ -13701,7 +13736,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13701
13736
|
name?: string | undefined;
|
|
13702
13737
|
iconUrl?: string | undefined;
|
|
13703
13738
|
};
|
|
13704
|
-
|
|
13739
|
+
accruedRewards: string;
|
|
13705
13740
|
apy?: string | undefined;
|
|
13706
13741
|
pendingWithdrawal?: {
|
|
13707
13742
|
amount: string;
|
|
@@ -13718,7 +13753,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13718
13753
|
name?: string | undefined;
|
|
13719
13754
|
iconUrl?: string | undefined;
|
|
13720
13755
|
};
|
|
13721
|
-
|
|
13756
|
+
accruedRewards: string;
|
|
13722
13757
|
apy?: string | undefined;
|
|
13723
13758
|
pendingWithdrawal?: {
|
|
13724
13759
|
amount: string;
|
|
@@ -13735,6 +13770,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
13735
13770
|
dapps: {
|
|
13736
13771
|
dappId: string;
|
|
13737
13772
|
products: z.objectInputType<{
|
|
13773
|
+
productId: z.ZodString;
|
|
13738
13774
|
name: z.ZodString;
|
|
13739
13775
|
manageUrl: z.ZodString;
|
|
13740
13776
|
type: z.ZodUnion<[z.ZodLiteral<"concentratedLiquidityPosition">, z.ZodLiteral<"collateralizedDebtPosition">, z.ZodLiteral<"delegatedTokens">, z.ZodLiteral<"strkDelegatedStaking">, z.ZodLiteral<"staking">]>;
|
|
@@ -14004,7 +14040,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14004
14040
|
name?: string | undefined;
|
|
14005
14041
|
iconUrl?: string | undefined;
|
|
14006
14042
|
}>;
|
|
14007
|
-
|
|
14043
|
+
accruedRewards: z.ZodString;
|
|
14008
14044
|
pendingWithdrawal: z.ZodOptional<z.ZodObject<{
|
|
14009
14045
|
amount: z.ZodString;
|
|
14010
14046
|
withdrawableAfter: z.ZodNumber;
|
|
@@ -14022,7 +14058,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14022
14058
|
name?: string | undefined;
|
|
14023
14059
|
iconUrl?: string | undefined;
|
|
14024
14060
|
};
|
|
14025
|
-
|
|
14061
|
+
accruedRewards: string;
|
|
14026
14062
|
apy?: string | undefined;
|
|
14027
14063
|
pendingWithdrawal?: {
|
|
14028
14064
|
amount: string;
|
|
@@ -14034,7 +14070,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14034
14070
|
name?: string | undefined;
|
|
14035
14071
|
iconUrl?: string | undefined;
|
|
14036
14072
|
};
|
|
14037
|
-
|
|
14073
|
+
accruedRewards: string;
|
|
14038
14074
|
apy?: string | undefined;
|
|
14039
14075
|
pendingWithdrawal?: {
|
|
14040
14076
|
amount: string;
|
|
@@ -14048,7 +14084,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14048
14084
|
name?: string | undefined;
|
|
14049
14085
|
iconUrl?: string | undefined;
|
|
14050
14086
|
};
|
|
14051
|
-
|
|
14087
|
+
accruedRewards: string;
|
|
14052
14088
|
apy?: string | undefined;
|
|
14053
14089
|
pendingWithdrawal?: {
|
|
14054
14090
|
amount: string;
|
|
@@ -14065,7 +14101,7 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14065
14101
|
name?: string | undefined;
|
|
14066
14102
|
iconUrl?: string | undefined;
|
|
14067
14103
|
};
|
|
14068
|
-
|
|
14104
|
+
accruedRewards: string;
|
|
14069
14105
|
apy?: string | undefined;
|
|
14070
14106
|
pendingWithdrawal?: {
|
|
14071
14107
|
amount: string;
|
|
@@ -14081,8 +14117,8 @@ export declare const apiDefiPositionsSchema: z.ZodObject<{
|
|
|
14081
14117
|
}>;
|
|
14082
14118
|
export type ApiDefiDecompositionProduct = z.infer<typeof apiDefiDecompositionProduct>;
|
|
14083
14119
|
export type ApiDefiDecompositionProducts = z.infer<typeof apiDefiDecompositionProducts>;
|
|
14084
|
-
export type
|
|
14085
|
-
export type
|
|
14120
|
+
export type ApiDefiDecomposition = z.infer<typeof apiDefiDecompositionSchema>;
|
|
14121
|
+
export type ApiDefiPositions = z.infer<typeof apiDefiPositionsSchema>;
|
|
14086
14122
|
export declare const apiAirdropSchema: z.ZodObject<{
|
|
14087
14123
|
name: z.ZodOptional<z.ZodString>;
|
|
14088
14124
|
tokenAddress: z.ZodEffects<z.ZodPipeline<z.ZodString, z.ZodEffects<z.ZodString, string, string>>, `0x${string}`, string>;
|