@illalabs/interfaces 0.32.0-canary-beta-dfdca5f8 → 0.32.0-canary-beta-c3f851c4
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/schemas/chatContext.d.ts +12 -12
- package/dist/schemas/chatRequestBody.d.ts +16 -16
- package/dist/schemas/toolAutorouter.d.ts +8 -8
- package/dist/types/actions/tools/index.d.ts +0 -3
- package/dist/types/actions/tools/index.d.ts.map +1 -1
- package/dist/utils/constants.d.ts +5 -25
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/constants.js +2 -34
- package/dist/utils/constants.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/actions/tools/getWalletTransactionsAction.d.ts +0 -33
- package/dist/types/actions/tools/getWalletTransactionsAction.d.ts.map +0 -1
- package/dist/types/actions/tools/getWalletTransactionsAction.js +0 -2
- package/dist/types/actions/tools/getWalletTransactionsAction.js.map +0 -1
|
@@ -113,7 +113,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
balances?: true | undefined;
|
|
115
115
|
}>>;
|
|
116
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
116
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
117
117
|
}, "strict", z.ZodTypeAny, {
|
|
118
118
|
defi?: {
|
|
119
119
|
lending: "aave" | "morpho";
|
|
@@ -148,7 +148,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
148
148
|
} | undefined;
|
|
149
149
|
balances?: true | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
151
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
defi?: {
|
|
154
154
|
lending: "aave" | "morpho";
|
|
@@ -183,7 +183,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
183
183
|
} | undefined;
|
|
184
184
|
balances?: true | undefined;
|
|
185
185
|
} | undefined;
|
|
186
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
186
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
187
187
|
}>>;
|
|
188
188
|
}, "strict", z.ZodTypeAny, {
|
|
189
189
|
autoRouter?: {
|
|
@@ -220,7 +220,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
220
220
|
} | undefined;
|
|
221
221
|
balances?: true | undefined;
|
|
222
222
|
} | undefined;
|
|
223
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
223
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
224
224
|
} | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
autoRouter?: {
|
|
@@ -257,7 +257,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
257
257
|
} | undefined;
|
|
258
258
|
balances?: true | undefined;
|
|
259
259
|
} | undefined;
|
|
260
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
260
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
261
261
|
} | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
messages: z.ZodEffects<z.ZodArray<z.ZodType<import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage>, "many">, import("@ai-sdk/provider-utils").ModelMessage[], (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[]>;
|
|
@@ -832,7 +832,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
832
832
|
} | undefined;
|
|
833
833
|
balances?: true | undefined;
|
|
834
834
|
}>>;
|
|
835
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
835
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
836
836
|
}, "strict", z.ZodTypeAny, {
|
|
837
837
|
defi?: {
|
|
838
838
|
lending: "aave" | "morpho";
|
|
@@ -867,7 +867,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
867
867
|
} | undefined;
|
|
868
868
|
balances?: true | undefined;
|
|
869
869
|
} | undefined;
|
|
870
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
870
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
871
871
|
}, {
|
|
872
872
|
defi?: {
|
|
873
873
|
lending: "aave" | "morpho";
|
|
@@ -902,7 +902,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
902
902
|
} | undefined;
|
|
903
903
|
balances?: true | undefined;
|
|
904
904
|
} | undefined;
|
|
905
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
905
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
906
906
|
}>>;
|
|
907
907
|
}, "strict", z.ZodTypeAny, {
|
|
908
908
|
autoRouter?: {
|
|
@@ -939,7 +939,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
939
939
|
} | undefined;
|
|
940
940
|
balances?: true | undefined;
|
|
941
941
|
} | undefined;
|
|
942
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
942
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
943
943
|
} | undefined;
|
|
944
944
|
}, {
|
|
945
945
|
autoRouter?: {
|
|
@@ -976,7 +976,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
976
976
|
} | undefined;
|
|
977
977
|
balances?: true | undefined;
|
|
978
978
|
} | undefined;
|
|
979
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
979
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
980
980
|
} | undefined;
|
|
981
981
|
}>;
|
|
982
982
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1015,7 +1015,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
1015
1015
|
} | undefined;
|
|
1016
1016
|
balances?: true | undefined;
|
|
1017
1017
|
} | undefined;
|
|
1018
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1018
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1019
1019
|
} | undefined;
|
|
1020
1020
|
};
|
|
1021
1021
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
@@ -1055,7 +1055,7 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
1055
1055
|
} | undefined;
|
|
1056
1056
|
balances?: true | undefined;
|
|
1057
1057
|
} | undefined;
|
|
1058
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1058
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1059
1059
|
} | undefined;
|
|
1060
1060
|
};
|
|
1061
1061
|
messages: (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[];
|
|
@@ -113,7 +113,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
balances?: true | undefined;
|
|
115
115
|
}>>;
|
|
116
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
116
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
117
117
|
}, "strict", z.ZodTypeAny, {
|
|
118
118
|
defi?: {
|
|
119
119
|
lending: "aave" | "morpho";
|
|
@@ -148,7 +148,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
148
148
|
} | undefined;
|
|
149
149
|
balances?: true | undefined;
|
|
150
150
|
} | undefined;
|
|
151
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
151
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
defi?: {
|
|
154
154
|
lending: "aave" | "morpho";
|
|
@@ -183,7 +183,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
183
183
|
} | undefined;
|
|
184
184
|
balances?: true | undefined;
|
|
185
185
|
} | undefined;
|
|
186
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
186
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
187
187
|
}>>;
|
|
188
188
|
}, "strict", z.ZodTypeAny, {
|
|
189
189
|
autoRouter?: {
|
|
@@ -220,7 +220,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
220
220
|
} | undefined;
|
|
221
221
|
balances?: true | undefined;
|
|
222
222
|
} | undefined;
|
|
223
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
223
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
224
224
|
} | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
autoRouter?: {
|
|
@@ -257,7 +257,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
257
257
|
} | undefined;
|
|
258
258
|
balances?: true | undefined;
|
|
259
259
|
} | undefined;
|
|
260
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
260
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
261
261
|
} | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
messages: z.ZodEffects<z.ZodArray<z.ZodType<import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage>, "many">, import("@ai-sdk/provider-utils").ModelMessage[], (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[]>;
|
|
@@ -758,7 +758,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
758
758
|
} | undefined;
|
|
759
759
|
balances?: true | undefined;
|
|
760
760
|
} | undefined;
|
|
761
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
761
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
762
762
|
} | undefined;
|
|
763
763
|
};
|
|
764
764
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
@@ -895,7 +895,7 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
895
895
|
} | undefined;
|
|
896
896
|
balances?: true | undefined;
|
|
897
897
|
} | undefined;
|
|
898
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
898
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
899
899
|
} | undefined;
|
|
900
900
|
};
|
|
901
901
|
messages: (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[];
|
|
@@ -1111,7 +1111,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1111
1111
|
} | undefined;
|
|
1112
1112
|
balances?: true | undefined;
|
|
1113
1113
|
}>>;
|
|
1114
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
1114
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
1115
1115
|
}, "strict", z.ZodTypeAny, {
|
|
1116
1116
|
defi?: {
|
|
1117
1117
|
lending: "aave" | "morpho";
|
|
@@ -1146,7 +1146,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
balances?: true | undefined;
|
|
1148
1148
|
} | undefined;
|
|
1149
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1149
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1150
1150
|
}, {
|
|
1151
1151
|
defi?: {
|
|
1152
1152
|
lending: "aave" | "morpho";
|
|
@@ -1181,7 +1181,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1181
1181
|
} | undefined;
|
|
1182
1182
|
balances?: true | undefined;
|
|
1183
1183
|
} | undefined;
|
|
1184
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1184
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1185
1185
|
}>>;
|
|
1186
1186
|
}, "strict", z.ZodTypeAny, {
|
|
1187
1187
|
autoRouter?: {
|
|
@@ -1218,7 +1218,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
balances?: true | undefined;
|
|
1220
1220
|
} | undefined;
|
|
1221
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1221
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1222
1222
|
} | undefined;
|
|
1223
1223
|
}, {
|
|
1224
1224
|
autoRouter?: {
|
|
@@ -1255,7 +1255,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1255
1255
|
} | undefined;
|
|
1256
1256
|
balances?: true | undefined;
|
|
1257
1257
|
} | undefined;
|
|
1258
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1258
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
}>;
|
|
1261
1261
|
messages: z.ZodEffects<z.ZodArray<z.ZodType<import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage>, "many">, import("@ai-sdk/provider-utils").ModelMessage[], (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[]>;
|
|
@@ -1756,7 +1756,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1756
1756
|
} | undefined;
|
|
1757
1757
|
balances?: true | undefined;
|
|
1758
1758
|
} | undefined;
|
|
1759
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1759
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1760
1760
|
} | undefined;
|
|
1761
1761
|
};
|
|
1762
1762
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
@@ -1893,7 +1893,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1893
1893
|
} | undefined;
|
|
1894
1894
|
balances?: true | undefined;
|
|
1895
1895
|
} | undefined;
|
|
1896
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
1896
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
1897
1897
|
} | undefined;
|
|
1898
1898
|
};
|
|
1899
1899
|
messages: (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[];
|
|
@@ -2030,7 +2030,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2030
2030
|
} | undefined;
|
|
2031
2031
|
balances?: true | undefined;
|
|
2032
2032
|
} | undefined;
|
|
2033
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
2033
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
2034
2034
|
} | undefined;
|
|
2035
2035
|
};
|
|
2036
2036
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
@@ -2167,7 +2167,7 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2167
2167
|
} | undefined;
|
|
2168
2168
|
balances?: true | undefined;
|
|
2169
2169
|
} | undefined;
|
|
2170
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
2170
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
2171
2171
|
} | undefined;
|
|
2172
2172
|
};
|
|
2173
2173
|
messages: (import("./uiMessageNormalizer.js").UIMessageLike | import("@ai-sdk/provider-utils").ModelMessage)[];
|
|
@@ -234,7 +234,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
|
|
|
234
234
|
} | undefined;
|
|
235
235
|
balances?: true | undefined;
|
|
236
236
|
}>>;
|
|
237
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
237
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
238
238
|
}, "strict", z.ZodTypeAny, {
|
|
239
239
|
defi?: {
|
|
240
240
|
lending: "aave" | "morpho";
|
|
@@ -269,7 +269,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
|
|
|
269
269
|
} | undefined;
|
|
270
270
|
balances?: true | undefined;
|
|
271
271
|
} | undefined;
|
|
272
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
272
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
273
273
|
}, {
|
|
274
274
|
defi?: {
|
|
275
275
|
lending: "aave" | "morpho";
|
|
@@ -304,7 +304,7 @@ export declare const AutoRouterConfigSchema: z.ZodObject<{
|
|
|
304
304
|
} | undefined;
|
|
305
305
|
balances?: true | undefined;
|
|
306
306
|
} | undefined;
|
|
307
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
307
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
308
308
|
}>;
|
|
309
309
|
export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
310
310
|
autoRouter: z.ZodOptional<z.ZodObject<{
|
|
@@ -419,7 +419,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
|
419
419
|
} | undefined;
|
|
420
420
|
balances?: true | undefined;
|
|
421
421
|
}>>;
|
|
422
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"]>, "many">>;
|
|
422
|
+
chains: z.ZodOptional<z.ZodArray<z.ZodEnum<["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"]>, "many">>;
|
|
423
423
|
}, "strict", z.ZodTypeAny, {
|
|
424
424
|
defi?: {
|
|
425
425
|
lending: "aave" | "morpho";
|
|
@@ -454,7 +454,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
|
454
454
|
} | undefined;
|
|
455
455
|
balances?: true | undefined;
|
|
456
456
|
} | undefined;
|
|
457
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
457
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
458
458
|
}, {
|
|
459
459
|
defi?: {
|
|
460
460
|
lending: "aave" | "morpho";
|
|
@@ -489,7 +489,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
|
489
489
|
} | undefined;
|
|
490
490
|
balances?: true | undefined;
|
|
491
491
|
} | undefined;
|
|
492
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
492
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
493
493
|
}>>;
|
|
494
494
|
}, "strict", z.ZodTypeAny, {
|
|
495
495
|
autoRouter?: {
|
|
@@ -526,7 +526,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
|
526
526
|
} | undefined;
|
|
527
527
|
balances?: true | undefined;
|
|
528
528
|
} | undefined;
|
|
529
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
529
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
530
530
|
} | undefined;
|
|
531
531
|
}, {
|
|
532
532
|
autoRouter?: {
|
|
@@ -563,7 +563,7 @@ export declare const ToolAutorouterSchema: z.ZodObject<{
|
|
|
563
563
|
} | undefined;
|
|
564
564
|
balances?: true | undefined;
|
|
565
565
|
} | undefined;
|
|
566
|
-
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC")[] | undefined;
|
|
566
|
+
chains?: ("Ethereum" | "Polygon" | "Optimism" | "Base" | "Arbitrum" | "Avalanche" | "BSC" | "0G")[] | undefined;
|
|
567
567
|
} | undefined;
|
|
568
568
|
}>;
|
|
569
569
|
//# sourceMappingURL=toolAutorouter.d.ts.map
|
|
@@ -9,7 +9,6 @@ import type { GetConsolidatedWalletBalancesActionInputSchema } from "./getConsol
|
|
|
9
9
|
import type { GetPortfolioChartActionInputSchema } from "./getPortfolioChartAction.js";
|
|
10
10
|
import type { GetTokenPriceChartActionInputSchema } from "./getTokenPriceChartAction.js";
|
|
11
11
|
import type { GetWalletBalanceActionInputSchema } from "./getWalletBalanceAction.js";
|
|
12
|
-
import type { GetWalletTransactionsActionInputSchema } from "./getWalletTransactionsAction.js";
|
|
13
12
|
import type { HyperliquidDepositActionInputSchema } from "./hyperliquidDepositAction.js";
|
|
14
13
|
import type { HyperliquidWithdrawActionInputSchema } from "./hyperliquidWithdrawAction.js";
|
|
15
14
|
import type { PerpetualsClosePositionActionInputSchema } from "./perpetualsClosePositionAction.js";
|
|
@@ -67,7 +66,6 @@ export type ActionSchemaMapping = {
|
|
|
67
66
|
readonly hyperliquidWithdraw: HyperliquidWithdrawActionInputSchema;
|
|
68
67
|
readonly getPortfolioChart: GetPortfolioChartActionInputSchema;
|
|
69
68
|
readonly getTokenPriceChart: GetTokenPriceChartActionInputSchema;
|
|
70
|
-
readonly getWalletTransactions: GetWalletTransactionsActionInputSchema;
|
|
71
69
|
};
|
|
72
70
|
/**
|
|
73
71
|
* Utility type to get the schema type for a specific action
|
|
@@ -83,7 +81,6 @@ export type * from "./getConsolidatedWalletBalancesAction.js";
|
|
|
83
81
|
export type * from "./getPortfolioChartAction.js";
|
|
84
82
|
export type * from "./getTokenPriceChartAction.js";
|
|
85
83
|
export type * from "./getWalletBalanceAction.js";
|
|
86
|
-
export type * from "./getWalletTransactionsAction.js";
|
|
87
84
|
export type * from "./hyperliquidDepositAction.js";
|
|
88
85
|
export type * from "./hyperliquidWithdrawAction.js";
|
|
89
86
|
export type * from "./perpetualsClosePositionAction.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,0CAA0C,CAAC;AAC/G,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+BAA+B,CAAC;AACzF,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAC;AACrF,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -33,29 +33,6 @@ export type ChartPeriod = (typeof CHART_PERIODS)[number];
|
|
|
33
33
|
*/
|
|
34
34
|
export declare const CHART_PROVIDERS: readonly ["zerion"];
|
|
35
35
|
export type SupportedChartProvider = (typeof CHART_PROVIDERS)[number];
|
|
36
|
-
/**
|
|
37
|
-
* Operation types for the `getWalletTransactions` read tool's `operationTypes`
|
|
38
|
-
* filter. Frozen tuple so consumers can build a Zod enum (`z.enum(OPERATION_TYPES)`)
|
|
39
|
-
* from it; the derived {@link OperationType} union gives compile-time exhaustiveness
|
|
40
|
-
* to prompts and provider mapping.
|
|
41
|
-
*
|
|
42
|
-
* Note: the upstream Zerion API accepts a wider set (also `bid`, `delegate`,
|
|
43
|
-
* `revoke`, `revoke_delegation`); we intentionally expose this canonical set as
|
|
44
|
-
* the user-facing input filter. Operation types outside this set still appear
|
|
45
|
-
* verbatim on returned transactions — they are simply not offered as filters.
|
|
46
|
-
*/
|
|
47
|
-
export declare const OPERATION_TYPES: readonly ["trade", "send", "receive", "deposit", "withdraw", "mint", "burn", "approve", "claim", "execute", "deploy"];
|
|
48
|
-
export type OperationType = (typeof OPERATION_TYPES)[number];
|
|
49
|
-
/**
|
|
50
|
-
* Asset types for the `getWalletTransactions` read tool's `assetTypes` filter.
|
|
51
|
-
* Frozen tuple so consumers can build a Zod enum (`z.enum(ASSET_TYPES)`); the
|
|
52
|
-
* derived {@link AssetType} union gives compile-time exhaustiveness.
|
|
53
|
-
*
|
|
54
|
-
* `"token"` (not a provider-specific term like "fungible") keeps the contract
|
|
55
|
-
* provider-agnostic; the api maps it to the upstream provider's own value.
|
|
56
|
-
*/
|
|
57
|
-
export declare const ASSET_TYPES: readonly ["token", "nft"];
|
|
58
|
-
export type AssetType = (typeof ASSET_TYPES)[number];
|
|
59
36
|
/**
|
|
60
37
|
* Canonical definition of chains with id and name.
|
|
61
38
|
* We use `as const` to preserve literal types at the type level.
|
|
@@ -82,6 +59,9 @@ export declare const SUPPORTED_CHAINS_WITH_IDS: readonly [{
|
|
|
82
59
|
}, {
|
|
83
60
|
readonly id: 56;
|
|
84
61
|
readonly name: "BSC";
|
|
62
|
+
}, {
|
|
63
|
+
readonly id: 16661;
|
|
64
|
+
readonly name: "0G";
|
|
85
65
|
}];
|
|
86
66
|
/** Derived union types */
|
|
87
67
|
export type SupportedChainWithId = (typeof SUPPORTED_CHAINS_WITH_IDS)[number];
|
|
@@ -97,11 +77,11 @@ export declare const SUPPORTED_CHAINS: SupportedChain[];
|
|
|
97
77
|
* every entry a valid {@link SupportedChain}; keep it in sync with
|
|
98
78
|
* {@link SUPPORTED_CHAINS_WITH_IDS}.
|
|
99
79
|
*/
|
|
100
|
-
export declare const SUPPORTED_CHAIN_NAMES: readonly ["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC"];
|
|
80
|
+
export declare const SUPPORTED_CHAIN_NAMES: readonly ["Ethereum", "Polygon", "Optimism", "Base", "Arbitrum", "Avalanche", "BSC", "0G"];
|
|
101
81
|
/**
|
|
102
82
|
* Const list of all supported actions with their schemas
|
|
103
83
|
*/
|
|
104
|
-
export declare const SUPPORTED_ACTIONS: readonly ["tokenTransfer", "exchangeRate", "getWalletBalance", "getConsolidatedWalletBalances", "defiFetchListings", "defiPositions", "defiSupply", "defiWithdraw", "swap", "bridge", "predictionMarketsFetch", "predictionMarketsBet", "predictionMarketsPositions", "predictionMarketsRedeem", "predictionMarketsWithdraw", "polymarketPostOrder", "polymarketPostRedeem", "polymarketPostWithdraw", "polymarketAuth", "polymarketPostGetOrders", "polymarketPostCancelOrder", "resolveName", "perpetualsGetAccountSummary", "perpetualsGetPositions", "perpetualsPlaceOrder", "perpetualsClosePosition", "perpetualsUpdateLeverage", "hyperliquidDeposit", "hyperliquidWithdraw", "getPortfolioChart", "getTokenPriceChart"
|
|
84
|
+
export declare const SUPPORTED_ACTIONS: readonly ["tokenTransfer", "exchangeRate", "getWalletBalance", "getConsolidatedWalletBalances", "defiFetchListings", "defiPositions", "defiSupply", "defiWithdraw", "swap", "bridge", "predictionMarketsFetch", "predictionMarketsBet", "predictionMarketsPositions", "predictionMarketsRedeem", "predictionMarketsWithdraw", "polymarketPostOrder", "polymarketPostRedeem", "polymarketPostWithdraw", "polymarketAuth", "polymarketPostGetOrders", "polymarketPostCancelOrder", "resolveName", "perpetualsGetAccountSummary", "perpetualsGetPositions", "perpetualsPlaceOrder", "perpetualsClosePosition", "perpetualsUpdateLeverage", "hyperliquidDeposit", "hyperliquidWithdraw", "getPortfolioChart", "getTokenPriceChart"];
|
|
105
85
|
/**
|
|
106
86
|
* Identifier for a public naming service. Adding a new one is a single-line
|
|
107
87
|
* change here plus a corresponding service config + resolver wiring on the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,6BAA6C,CAAC;AAE5E,eAAO,MAAM,wBAAwB,gCAAgD,CAAC;AAEtF,eAAO,MAAM,0BAA0B,mBAAmC,CAAC;AAE3E;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,gCAAgD,CAAC;AAEnF,eAAO,MAAM,uBAAuB,mDAIzB,CAAC;AAEZ,eAAO,MAAM,2BAA2B,yBAAyC,CAAC;AAElF,eAAO,MAAM,mBAAmB,0BAA0C,CAAC;AAE3E;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa,0DAOf,CAAC;AAEZ,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzD;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,qBAAqC,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtE
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
|
package/dist/utils/constants.js
CHANGED
|
@@ -42,39 +42,6 @@ export const CHART_PERIODS = Object.freeze([
|
|
|
42
42
|
* Zerion is the only chart provider today — add a value here to widen it at once.
|
|
43
43
|
*/
|
|
44
44
|
export const CHART_PROVIDERS = Object.freeze(["zerion"]);
|
|
45
|
-
/**
|
|
46
|
-
* Operation types for the `getWalletTransactions` read tool's `operationTypes`
|
|
47
|
-
* filter. Frozen tuple so consumers can build a Zod enum (`z.enum(OPERATION_TYPES)`)
|
|
48
|
-
* from it; the derived {@link OperationType} union gives compile-time exhaustiveness
|
|
49
|
-
* to prompts and provider mapping.
|
|
50
|
-
*
|
|
51
|
-
* Note: the upstream Zerion API accepts a wider set (also `bid`, `delegate`,
|
|
52
|
-
* `revoke`, `revoke_delegation`); we intentionally expose this canonical set as
|
|
53
|
-
* the user-facing input filter. Operation types outside this set still appear
|
|
54
|
-
* verbatim on returned transactions — they are simply not offered as filters.
|
|
55
|
-
*/
|
|
56
|
-
export const OPERATION_TYPES = Object.freeze([
|
|
57
|
-
"trade",
|
|
58
|
-
"send",
|
|
59
|
-
"receive",
|
|
60
|
-
"deposit",
|
|
61
|
-
"withdraw",
|
|
62
|
-
"mint",
|
|
63
|
-
"burn",
|
|
64
|
-
"approve",
|
|
65
|
-
"claim",
|
|
66
|
-
"execute",
|
|
67
|
-
"deploy",
|
|
68
|
-
]);
|
|
69
|
-
/**
|
|
70
|
-
* Asset types for the `getWalletTransactions` read tool's `assetTypes` filter.
|
|
71
|
-
* Frozen tuple so consumers can build a Zod enum (`z.enum(ASSET_TYPES)`); the
|
|
72
|
-
* derived {@link AssetType} union gives compile-time exhaustiveness.
|
|
73
|
-
*
|
|
74
|
-
* `"token"` (not a provider-specific term like "fungible") keeps the contract
|
|
75
|
-
* provider-agnostic; the api maps it to the upstream provider's own value.
|
|
76
|
-
*/
|
|
77
|
-
export const ASSET_TYPES = Object.freeze(["token", "nft"]);
|
|
78
45
|
/**
|
|
79
46
|
* Canonical definition of chains with id and name.
|
|
80
47
|
* We use `as const` to preserve literal types at the type level.
|
|
@@ -88,6 +55,7 @@ export const SUPPORTED_CHAINS_WITH_IDS = [
|
|
|
88
55
|
{ id: 42161, name: "Arbitrum" },
|
|
89
56
|
{ id: 43114, name: "Avalanche" },
|
|
90
57
|
{ id: 56, name: "BSC" },
|
|
58
|
+
{ id: 16661, name: "0G" },
|
|
91
59
|
];
|
|
92
60
|
/** Arrays runtime but with precise types */
|
|
93
61
|
export const SUPPORTED_CHAIN_IDS = SUPPORTED_CHAINS_WITH_IDS.map((c) => c.id);
|
|
@@ -107,6 +75,7 @@ export const SUPPORTED_CHAIN_NAMES = [
|
|
|
107
75
|
"Arbitrum",
|
|
108
76
|
"Avalanche",
|
|
109
77
|
"BSC",
|
|
78
|
+
"0G",
|
|
110
79
|
];
|
|
111
80
|
/**
|
|
112
81
|
* Const list of all supported actions with their schemas
|
|
@@ -143,7 +112,6 @@ export const SUPPORTED_ACTIONS = Object.freeze([
|
|
|
143
112
|
"hyperliquidWithdraw",
|
|
144
113
|
"getPortfolioChart",
|
|
145
114
|
"getTokenPriceChart",
|
|
146
|
-
"getWalletTransactions",
|
|
147
115
|
]);
|
|
148
116
|
/**
|
|
149
117
|
* Identifier for a public naming service. Adding a new one is a single-line
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,QAAQ,CAAU,CAAC,CAAC;AAE5E,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,WAAW,CAAU,CAAC,CAAC;AAEtF,MAAM,CAAC,MAAM,0BAA0B,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAE3E;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,EAAE,WAAW,CAAU,CAAC,CAAC;AAEnF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC;IACjD,eAAe;IACf,WAAW;IACX,QAAQ;CACF,CAAC,CAAC;AAEZ,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,YAAY,CAAU,CAAC,CAAC;AAElF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,aAAa,CAAU,CAAC,CAAC;AAE3E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC;IACvC,MAAM;IACN,KAAK;IACL,MAAM;IACN,OAAO;IACP,MAAM;IACN,KAAK;CACC,CAAC,CAAC;AAIZ;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAU,CAAC,CAAC;AAIlE
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { TypeOf, z } from "zod";
|
|
2
|
-
import type { AssetType, OperationType } from "../../../utils/constants.js";
|
|
3
|
-
/**
|
|
4
|
-
* Input schema for the `getWalletTransactions` read tool — one page of a wallet's
|
|
5
|
-
* transaction history.
|
|
6
|
-
*
|
|
7
|
-
* - `address` is optional; when omitted the action defaults to the connected
|
|
8
|
-
* wallet from the user context.
|
|
9
|
-
* - `chains`: optional list of chain identifiers to filter by; omitted means all
|
|
10
|
-
* supported chains.
|
|
11
|
-
* - `operationTypes`: optional {@link OperationType} filter (e.g. `"trade"`,
|
|
12
|
-
* `"send"`, `"receive"`); omitted means all operation types.
|
|
13
|
-
* - `assetTypes`: optional {@link AssetType} filter (`"token"` | `"nft"`).
|
|
14
|
-
* - `from` / `to`: optional time bounds as an ISO 8601 string or a unix timestamp
|
|
15
|
-
* (seconds or milliseconds); converted server-side.
|
|
16
|
-
* - `pageSize`: optional page size; the server clamps it to the provider maximum.
|
|
17
|
-
* - `cursor`: opaque pagination cursor from a previous result's `nextCursor`.
|
|
18
|
-
* - `currency`: optional ISO/crypto currency code for values; defaults to `"usd"`
|
|
19
|
-
* server-side when omitted.
|
|
20
|
-
*/
|
|
21
|
-
export type GetWalletTransactionsActionInputSchema = z.ZodObject<{
|
|
22
|
-
address: z.ZodOptional<z.ZodString>;
|
|
23
|
-
chains: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
24
|
-
operationTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<[OperationType, ...OperationType[]]>>>;
|
|
25
|
-
assetTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<[AssetType, ...AssetType[]]>>>;
|
|
26
|
-
from: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
27
|
-
to: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
28
|
-
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
29
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
30
|
-
currency: z.ZodOptional<z.ZodString>;
|
|
31
|
-
}>;
|
|
32
|
-
export type GetWalletTransactionsActionInput = TypeOf<GetWalletTransactionsActionInputSchema>;
|
|
33
|
-
//# sourceMappingURL=getWalletTransactionsAction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getWalletTransactionsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/getWalletTransactionsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5E;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,SAAS,CAAC;IAC7D,OAAO,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACpC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/C,cAAc,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,aAAa,EAAE,GAAG,aAAa,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1F,UAAU,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,GAAG,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC9E,IAAI,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IAC5D,EAAE,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IAC1D,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACrC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;CACxC,CAAC,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC,sCAAsC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getWalletTransactionsAction.js","sourceRoot":"","sources":["../../../../src/types/actions/tools/getWalletTransactionsAction.ts"],"names":[],"mappings":""}
|