@zyfai/sdk 0.2.19 → 0.2.20
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/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -116,10 +116,13 @@ interface Position {
|
|
|
116
116
|
hasActiveSessionKey?: boolean;
|
|
117
117
|
hasBalance?: boolean;
|
|
118
118
|
newSessionKeyAvailable?: boolean;
|
|
119
|
-
hasStaleBalance?: string[];
|
|
120
119
|
contracts?: Address[];
|
|
121
120
|
omniAccount?: boolean;
|
|
122
121
|
crosschainStrategy?: boolean;
|
|
122
|
+
staleBalances?: string[];
|
|
123
|
+
splitting?: boolean;
|
|
124
|
+
minSplits?: number;
|
|
125
|
+
executorProxy?: boolean;
|
|
123
126
|
}
|
|
124
127
|
interface PositionSlot {
|
|
125
128
|
chain?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -116,10 +116,13 @@ interface Position {
|
|
|
116
116
|
hasActiveSessionKey?: boolean;
|
|
117
117
|
hasBalance?: boolean;
|
|
118
118
|
newSessionKeyAvailable?: boolean;
|
|
119
|
-
hasStaleBalance?: string[];
|
|
120
119
|
contracts?: Address[];
|
|
121
120
|
omniAccount?: boolean;
|
|
122
121
|
crosschainStrategy?: boolean;
|
|
122
|
+
staleBalances?: string[];
|
|
123
|
+
splitting?: boolean;
|
|
124
|
+
minSplits?: number;
|
|
125
|
+
executorProxy?: boolean;
|
|
123
126
|
}
|
|
124
127
|
interface PositionSlot {
|
|
125
128
|
chain?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zyfai/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "TypeScript SDK for Zyfai Yield Optimization Engine - Deploy Safe smart wallets, manage session keys, and interact with DeFi protocols",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|