@illalabs/interfaces 0.7.0 → 0.8.0
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 +20 -20
- package/dist/schemas/chatRequestBody.d.ts +65 -65
- package/dist/schemas/illaTools.d.ts +15 -15
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/messages.d.ts +52 -51
- package/dist/schemas/messages.d.ts.map +1 -1
- package/dist/schemas/messages.js +4 -1
- package/dist/schemas/messages.js.map +1 -1
- package/dist/schemas/planning.d.ts +22 -18
- package/dist/schemas/planning.d.ts.map +1 -1
- package/dist/schemas/planning.js +8 -0
- package/dist/schemas/planning.js.map +1 -1
- package/dist/schemas/planningRuntime.d.ts +15 -11
- package/dist/schemas/planningRuntime.d.ts.map +1 -1
- package/dist/schemas/planningRuntime.js +5 -0
- package/dist/schemas/planningRuntime.js.map +1 -1
- package/dist/schemas/telemetryEvents.d.ts +498 -302
- package/dist/schemas/telemetryEvents.d.ts.map +1 -1
- package/dist/schemas/telemetryEvents.js +29 -2
- package/dist/schemas/telemetryEvents.js.map +1 -1
- package/dist/schemas/uiMessageNormalizer.d.ts +22 -0
- package/dist/schemas/uiMessageNormalizer.d.ts.map +1 -0
- package/dist/schemas/uiMessageNormalizer.js +176 -0
- package/dist/schemas/uiMessageNormalizer.js.map +1 -0
- package/dist/types/planning.d.ts +4 -2
- package/dist/types/planning.d.ts.map +1 -1
- package/dist/types/planningRuntime.d.ts +3 -1
- package/dist/types/planningRuntime.d.ts.map +1 -1
- package/dist/types/telemetry.d.ts +3 -1
- package/dist/types/telemetry.d.ts.map +1 -1
- package/dist/types/telemetry.js +1 -1
- package/dist/types/telemetry.js.map +1 -1
- package/package.json +1 -1
package/dist/schemas/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
package/dist/schemas/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schemas/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ModelMessage } from "@ai-sdk/provider-utils";
|
|
2
2
|
import type { PrepareTransactionRequestReturnType } from "viem";
|
|
3
3
|
import { z } from "zod";
|
|
4
|
+
import type { UIMessageLike } from "./uiMessageNormalizer.js";
|
|
4
5
|
/**
|
|
5
6
|
* EIP-712 typed data structure for off-chain signatures
|
|
6
7
|
*/
|
|
@@ -153,11 +154,11 @@ export declare const TextPartSchema: z.ZodObject<{
|
|
|
153
154
|
type: z.ZodLiteral<"text">;
|
|
154
155
|
text: z.ZodString;
|
|
155
156
|
}, "strict", z.ZodTypeAny, {
|
|
156
|
-
type: "text";
|
|
157
157
|
text: string;
|
|
158
|
-
}, {
|
|
159
158
|
type: "text";
|
|
159
|
+
}, {
|
|
160
160
|
text: string;
|
|
161
|
+
type: "text";
|
|
161
162
|
}>;
|
|
162
163
|
/**
|
|
163
164
|
* Prompt schema matching the API's CoreMessageSchema format.
|
|
@@ -169,23 +170,23 @@ export declare const PromptSchema: z.ZodObject<{
|
|
|
169
170
|
type: z.ZodLiteral<"text">;
|
|
170
171
|
text: z.ZodString;
|
|
171
172
|
}, "strict", z.ZodTypeAny, {
|
|
172
|
-
type: "text";
|
|
173
173
|
text: string;
|
|
174
|
-
}, {
|
|
175
174
|
type: "text";
|
|
175
|
+
}, {
|
|
176
176
|
text: string;
|
|
177
|
+
type: "text";
|
|
177
178
|
}>, "many">;
|
|
178
179
|
}, "strict", z.ZodTypeAny, {
|
|
179
180
|
role: "user";
|
|
180
181
|
content: {
|
|
181
|
-
type: "text";
|
|
182
182
|
text: string;
|
|
183
|
+
type: "text";
|
|
183
184
|
}[];
|
|
184
185
|
}, {
|
|
185
186
|
role: "user";
|
|
186
187
|
content: {
|
|
187
|
-
type: "text";
|
|
188
188
|
text: string;
|
|
189
|
+
type: "text";
|
|
189
190
|
}[];
|
|
190
191
|
}>;
|
|
191
192
|
export declare const ToolOutcomesSchema: z.ZodArray<z.ZodObject<{
|
|
@@ -221,12 +222,12 @@ export declare const ToolOutcomesSchema: z.ZodArray<z.ZodObject<{
|
|
|
221
222
|
message: z.ZodString;
|
|
222
223
|
details: z.ZodOptional<z.ZodUnknown>;
|
|
223
224
|
}, "strict", z.ZodTypeAny, {
|
|
224
|
-
message: string;
|
|
225
225
|
type: "execution";
|
|
226
|
+
message: string;
|
|
226
227
|
details?: unknown;
|
|
227
228
|
}, {
|
|
228
|
-
message: string;
|
|
229
229
|
type: "execution";
|
|
230
|
+
message: string;
|
|
230
231
|
details?: unknown;
|
|
231
232
|
}>]>>;
|
|
232
233
|
}, "strict", z.ZodTypeAny, {
|
|
@@ -240,8 +241,8 @@ export declare const ToolOutcomesSchema: z.ZodArray<z.ZodObject<{
|
|
|
240
241
|
message: string;
|
|
241
242
|
}[];
|
|
242
243
|
} | {
|
|
243
|
-
message: string;
|
|
244
244
|
type: "execution";
|
|
245
|
+
message: string;
|
|
245
246
|
details?: unknown;
|
|
246
247
|
} | undefined;
|
|
247
248
|
}, {
|
|
@@ -255,12 +256,12 @@ export declare const ToolOutcomesSchema: z.ZodArray<z.ZodObject<{
|
|
|
255
256
|
message: string;
|
|
256
257
|
}[];
|
|
257
258
|
} | {
|
|
258
|
-
message: string;
|
|
259
259
|
type: "execution";
|
|
260
|
+
message: string;
|
|
260
261
|
details?: unknown;
|
|
261
262
|
} | undefined;
|
|
262
263
|
}>, "many">;
|
|
263
|
-
export declare const HistorySchema: z.ZodArray<z.ZodType<ModelMessage, z.ZodTypeDef, ModelMessage>, "many">;
|
|
264
|
+
export declare const HistorySchema: z.ZodEffects<z.ZodArray<z.ZodType<UIMessageLike | ModelMessage, z.ZodTypeDef, UIMessageLike | ModelMessage>, "many">, ModelMessage[], (UIMessageLike | ModelMessage)[]>;
|
|
264
265
|
/**
|
|
265
266
|
* Gas cost estimate for a transaction
|
|
266
267
|
*/
|
|
@@ -684,6 +685,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
684
685
|
} | undefined;
|
|
685
686
|
}>, "many">;
|
|
686
687
|
}, "strip", z.ZodTypeAny, {
|
|
688
|
+
type: "BatchTransactions";
|
|
687
689
|
value: {
|
|
688
690
|
transaction: PrepareTransactionRequestReturnType;
|
|
689
691
|
metadata?: {
|
|
@@ -691,8 +693,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
691
693
|
usdValue?: string | undefined;
|
|
692
694
|
} | undefined;
|
|
693
695
|
}[];
|
|
694
|
-
type: "BatchTransactions";
|
|
695
696
|
}, {
|
|
697
|
+
type: "BatchTransactions";
|
|
696
698
|
value: {
|
|
697
699
|
transaction: PrepareTransactionRequestReturnType;
|
|
698
700
|
metadata?: {
|
|
@@ -700,7 +702,6 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
700
702
|
usdValue?: string | undefined;
|
|
701
703
|
} | undefined;
|
|
702
704
|
}[];
|
|
703
|
-
type: "BatchTransactions";
|
|
704
705
|
}>, z.ZodObject<{
|
|
705
706
|
type: z.ZodLiteral<"SingleTransaction">;
|
|
706
707
|
value: z.ZodObject<{
|
|
@@ -729,6 +730,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
729
730
|
} | undefined;
|
|
730
731
|
}>;
|
|
731
732
|
}, "strip", z.ZodTypeAny, {
|
|
733
|
+
type: "SingleTransaction";
|
|
732
734
|
value: {
|
|
733
735
|
transaction: PrepareTransactionRequestReturnType;
|
|
734
736
|
metadata?: {
|
|
@@ -736,8 +738,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
736
738
|
usdValue?: string | undefined;
|
|
737
739
|
} | undefined;
|
|
738
740
|
};
|
|
739
|
-
type: "SingleTransaction";
|
|
740
741
|
}, {
|
|
742
|
+
type: "SingleTransaction";
|
|
741
743
|
value: {
|
|
742
744
|
transaction: PrepareTransactionRequestReturnType;
|
|
743
745
|
metadata?: {
|
|
@@ -745,7 +747,6 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
745
747
|
usdValue?: string | undefined;
|
|
746
748
|
} | undefined;
|
|
747
749
|
};
|
|
748
|
-
type: "SingleTransaction";
|
|
749
750
|
}>, z.ZodObject<{
|
|
750
751
|
type: z.ZodLiteral<"SignatureRequests">;
|
|
751
752
|
value: z.ZodObject<{
|
|
@@ -900,6 +901,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
900
901
|
})[];
|
|
901
902
|
}>;
|
|
902
903
|
}, "strip", z.ZodTypeAny, {
|
|
904
|
+
type: "SignatureRequests";
|
|
903
905
|
value: {
|
|
904
906
|
signatureRequests: ({
|
|
905
907
|
id: string;
|
|
@@ -925,8 +927,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
925
927
|
metadata?: Record<string, unknown> | undefined;
|
|
926
928
|
})[];
|
|
927
929
|
};
|
|
928
|
-
type: "SignatureRequests";
|
|
929
930
|
}, {
|
|
931
|
+
type: "SignatureRequests";
|
|
930
932
|
value: {
|
|
931
933
|
signatureRequests: ({
|
|
932
934
|
id: string;
|
|
@@ -952,7 +954,6 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
952
954
|
metadata?: Record<string, unknown> | undefined;
|
|
953
955
|
})[];
|
|
954
956
|
};
|
|
955
|
-
type: "SignatureRequests";
|
|
956
957
|
}>, z.ZodObject<{
|
|
957
958
|
type: z.ZodLiteral<"ActionSequence">;
|
|
958
959
|
value: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
@@ -983,6 +984,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
983
984
|
} | undefined;
|
|
984
985
|
}>;
|
|
985
986
|
}, "strip", z.ZodTypeAny, {
|
|
987
|
+
type: "SingleTransaction";
|
|
986
988
|
value: {
|
|
987
989
|
transaction: PrepareTransactionRequestReturnType;
|
|
988
990
|
metadata?: {
|
|
@@ -990,8 +992,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
990
992
|
usdValue?: string | undefined;
|
|
991
993
|
} | undefined;
|
|
992
994
|
};
|
|
993
|
-
type: "SingleTransaction";
|
|
994
995
|
}, {
|
|
996
|
+
type: "SingleTransaction";
|
|
995
997
|
value: {
|
|
996
998
|
transaction: PrepareTransactionRequestReturnType;
|
|
997
999
|
metadata?: {
|
|
@@ -999,7 +1001,6 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
999
1001
|
usdValue?: string | undefined;
|
|
1000
1002
|
} | undefined;
|
|
1001
1003
|
};
|
|
1002
|
-
type: "SingleTransaction";
|
|
1003
1004
|
}>, z.ZodObject<{
|
|
1004
1005
|
type: z.ZodLiteral<"BatchTransactions">;
|
|
1005
1006
|
value: z.ZodArray<z.ZodObject<{
|
|
@@ -1028,6 +1029,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1028
1029
|
} | undefined;
|
|
1029
1030
|
}>, "many">;
|
|
1030
1031
|
}, "strip", z.ZodTypeAny, {
|
|
1032
|
+
type: "BatchTransactions";
|
|
1031
1033
|
value: {
|
|
1032
1034
|
transaction: PrepareTransactionRequestReturnType;
|
|
1033
1035
|
metadata?: {
|
|
@@ -1035,8 +1037,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1035
1037
|
usdValue?: string | undefined;
|
|
1036
1038
|
} | undefined;
|
|
1037
1039
|
}[];
|
|
1038
|
-
type: "BatchTransactions";
|
|
1039
1040
|
}, {
|
|
1041
|
+
type: "BatchTransactions";
|
|
1040
1042
|
value: {
|
|
1041
1043
|
transaction: PrepareTransactionRequestReturnType;
|
|
1042
1044
|
metadata?: {
|
|
@@ -1044,7 +1046,6 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1044
1046
|
usdValue?: string | undefined;
|
|
1045
1047
|
} | undefined;
|
|
1046
1048
|
}[];
|
|
1047
|
-
type: "BatchTransactions";
|
|
1048
1049
|
}>, z.ZodObject<{
|
|
1049
1050
|
type: z.ZodLiteral<"SignatureRequests">;
|
|
1050
1051
|
value: z.ZodObject<{
|
|
@@ -1199,6 +1200,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1199
1200
|
})[];
|
|
1200
1201
|
}>;
|
|
1201
1202
|
}, "strip", z.ZodTypeAny, {
|
|
1203
|
+
type: "SignatureRequests";
|
|
1202
1204
|
value: {
|
|
1203
1205
|
signatureRequests: ({
|
|
1204
1206
|
id: string;
|
|
@@ -1224,8 +1226,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1224
1226
|
metadata?: Record<string, unknown> | undefined;
|
|
1225
1227
|
})[];
|
|
1226
1228
|
};
|
|
1227
|
-
type: "SignatureRequests";
|
|
1228
1229
|
}, {
|
|
1230
|
+
type: "SignatureRequests";
|
|
1229
1231
|
value: {
|
|
1230
1232
|
signatureRequests: ({
|
|
1231
1233
|
id: string;
|
|
@@ -1251,10 +1253,11 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1251
1253
|
metadata?: Record<string, unknown> | undefined;
|
|
1252
1254
|
})[];
|
|
1253
1255
|
};
|
|
1254
|
-
type: "SignatureRequests";
|
|
1255
1256
|
}>]>, "many">;
|
|
1256
1257
|
}, "strip", z.ZodTypeAny, {
|
|
1258
|
+
type: "ActionSequence";
|
|
1257
1259
|
value: ({
|
|
1260
|
+
type: "BatchTransactions";
|
|
1258
1261
|
value: {
|
|
1259
1262
|
transaction: PrepareTransactionRequestReturnType;
|
|
1260
1263
|
metadata?: {
|
|
@@ -1262,8 +1265,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1262
1265
|
usdValue?: string | undefined;
|
|
1263
1266
|
} | undefined;
|
|
1264
1267
|
}[];
|
|
1265
|
-
type: "BatchTransactions";
|
|
1266
1268
|
} | {
|
|
1269
|
+
type: "SingleTransaction";
|
|
1267
1270
|
value: {
|
|
1268
1271
|
transaction: PrepareTransactionRequestReturnType;
|
|
1269
1272
|
metadata?: {
|
|
@@ -1271,8 +1274,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1271
1274
|
usdValue?: string | undefined;
|
|
1272
1275
|
} | undefined;
|
|
1273
1276
|
};
|
|
1274
|
-
type: "SingleTransaction";
|
|
1275
1277
|
} | {
|
|
1278
|
+
type: "SignatureRequests";
|
|
1276
1279
|
value: {
|
|
1277
1280
|
signatureRequests: ({
|
|
1278
1281
|
id: string;
|
|
@@ -1298,11 +1301,11 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1298
1301
|
metadata?: Record<string, unknown> | undefined;
|
|
1299
1302
|
})[];
|
|
1300
1303
|
};
|
|
1301
|
-
type: "SignatureRequests";
|
|
1302
1304
|
})[];
|
|
1303
|
-
type: "ActionSequence";
|
|
1304
1305
|
}, {
|
|
1306
|
+
type: "ActionSequence";
|
|
1305
1307
|
value: ({
|
|
1308
|
+
type: "BatchTransactions";
|
|
1306
1309
|
value: {
|
|
1307
1310
|
transaction: PrepareTransactionRequestReturnType;
|
|
1308
1311
|
metadata?: {
|
|
@@ -1310,8 +1313,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1310
1313
|
usdValue?: string | undefined;
|
|
1311
1314
|
} | undefined;
|
|
1312
1315
|
}[];
|
|
1313
|
-
type: "BatchTransactions";
|
|
1314
1316
|
} | {
|
|
1317
|
+
type: "SingleTransaction";
|
|
1315
1318
|
value: {
|
|
1316
1319
|
transaction: PrepareTransactionRequestReturnType;
|
|
1317
1320
|
metadata?: {
|
|
@@ -1319,8 +1322,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1319
1322
|
usdValue?: string | undefined;
|
|
1320
1323
|
} | undefined;
|
|
1321
1324
|
};
|
|
1322
|
-
type: "SingleTransaction";
|
|
1323
1325
|
} | {
|
|
1326
|
+
type: "SignatureRequests";
|
|
1324
1327
|
value: {
|
|
1325
1328
|
signatureRequests: ({
|
|
1326
1329
|
id: string;
|
|
@@ -1346,9 +1349,7 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1346
1349
|
metadata?: Record<string, unknown> | undefined;
|
|
1347
1350
|
})[];
|
|
1348
1351
|
};
|
|
1349
|
-
type: "SignatureRequests";
|
|
1350
1352
|
})[];
|
|
1351
|
-
type: "ActionSequence";
|
|
1352
1353
|
}>]>;
|
|
1353
1354
|
} & {
|
|
1354
1355
|
/** Whether this tool call was simulated by the server */
|
|
@@ -1593,8 +1594,10 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1593
1594
|
nativeTokenSymbol?: string | undefined;
|
|
1594
1595
|
}>>;
|
|
1595
1596
|
}, "strict", z.ZodTypeAny, {
|
|
1596
|
-
|
|
1597
|
+
toolCallId: string;
|
|
1598
|
+
toolName: string;
|
|
1597
1599
|
input: {
|
|
1600
|
+
type: "BatchTransactions";
|
|
1598
1601
|
value: {
|
|
1599
1602
|
transaction: PrepareTransactionRequestReturnType;
|
|
1600
1603
|
metadata?: {
|
|
@@ -1602,8 +1605,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1602
1605
|
usdValue?: string | undefined;
|
|
1603
1606
|
} | undefined;
|
|
1604
1607
|
}[];
|
|
1605
|
-
type: "BatchTransactions";
|
|
1606
1608
|
} | {
|
|
1609
|
+
type: "SingleTransaction";
|
|
1607
1610
|
value: {
|
|
1608
1611
|
transaction: PrepareTransactionRequestReturnType;
|
|
1609
1612
|
metadata?: {
|
|
@@ -1611,8 +1614,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1611
1614
|
usdValue?: string | undefined;
|
|
1612
1615
|
} | undefined;
|
|
1613
1616
|
};
|
|
1614
|
-
type: "SingleTransaction";
|
|
1615
1617
|
} | {
|
|
1618
|
+
type: "SignatureRequests";
|
|
1616
1619
|
value: {
|
|
1617
1620
|
signatureRequests: ({
|
|
1618
1621
|
id: string;
|
|
@@ -1638,9 +1641,10 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1638
1641
|
metadata?: Record<string, unknown> | undefined;
|
|
1639
1642
|
})[];
|
|
1640
1643
|
};
|
|
1641
|
-
type: "SignatureRequests";
|
|
1642
1644
|
} | {
|
|
1645
|
+
type: "ActionSequence";
|
|
1643
1646
|
value: ({
|
|
1647
|
+
type: "BatchTransactions";
|
|
1644
1648
|
value: {
|
|
1645
1649
|
transaction: PrepareTransactionRequestReturnType;
|
|
1646
1650
|
metadata?: {
|
|
@@ -1648,8 +1652,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1648
1652
|
usdValue?: string | undefined;
|
|
1649
1653
|
} | undefined;
|
|
1650
1654
|
}[];
|
|
1651
|
-
type: "BatchTransactions";
|
|
1652
1655
|
} | {
|
|
1656
|
+
type: "SingleTransaction";
|
|
1653
1657
|
value: {
|
|
1654
1658
|
transaction: PrepareTransactionRequestReturnType;
|
|
1655
1659
|
metadata?: {
|
|
@@ -1657,8 +1661,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1657
1661
|
usdValue?: string | undefined;
|
|
1658
1662
|
} | undefined;
|
|
1659
1663
|
};
|
|
1660
|
-
type: "SingleTransaction";
|
|
1661
1664
|
} | {
|
|
1665
|
+
type: "SignatureRequests";
|
|
1662
1666
|
value: {
|
|
1663
1667
|
signatureRequests: ({
|
|
1664
1668
|
id: string;
|
|
@@ -1684,12 +1688,9 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1684
1688
|
metadata?: Record<string, unknown> | undefined;
|
|
1685
1689
|
})[];
|
|
1686
1690
|
};
|
|
1687
|
-
type: "SignatureRequests";
|
|
1688
1691
|
})[];
|
|
1689
|
-
type: "ActionSequence";
|
|
1690
1692
|
};
|
|
1691
|
-
|
|
1692
|
-
toolName: string;
|
|
1693
|
+
type: "tool-call";
|
|
1693
1694
|
simulated?: boolean | undefined;
|
|
1694
1695
|
simulation?: {
|
|
1695
1696
|
willSucceed: boolean;
|
|
@@ -1738,8 +1739,10 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1738
1739
|
nativeTokenSymbol?: string | undefined;
|
|
1739
1740
|
} | undefined;
|
|
1740
1741
|
}, {
|
|
1741
|
-
|
|
1742
|
+
toolCallId: string;
|
|
1743
|
+
toolName: string;
|
|
1742
1744
|
input: {
|
|
1745
|
+
type: "BatchTransactions";
|
|
1743
1746
|
value: {
|
|
1744
1747
|
transaction: PrepareTransactionRequestReturnType;
|
|
1745
1748
|
metadata?: {
|
|
@@ -1747,8 +1750,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1747
1750
|
usdValue?: string | undefined;
|
|
1748
1751
|
} | undefined;
|
|
1749
1752
|
}[];
|
|
1750
|
-
type: "BatchTransactions";
|
|
1751
1753
|
} | {
|
|
1754
|
+
type: "SingleTransaction";
|
|
1752
1755
|
value: {
|
|
1753
1756
|
transaction: PrepareTransactionRequestReturnType;
|
|
1754
1757
|
metadata?: {
|
|
@@ -1756,8 +1759,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1756
1759
|
usdValue?: string | undefined;
|
|
1757
1760
|
} | undefined;
|
|
1758
1761
|
};
|
|
1759
|
-
type: "SingleTransaction";
|
|
1760
1762
|
} | {
|
|
1763
|
+
type: "SignatureRequests";
|
|
1761
1764
|
value: {
|
|
1762
1765
|
signatureRequests: ({
|
|
1763
1766
|
id: string;
|
|
@@ -1783,9 +1786,10 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1783
1786
|
metadata?: Record<string, unknown> | undefined;
|
|
1784
1787
|
})[];
|
|
1785
1788
|
};
|
|
1786
|
-
type: "SignatureRequests";
|
|
1787
1789
|
} | {
|
|
1790
|
+
type: "ActionSequence";
|
|
1788
1791
|
value: ({
|
|
1792
|
+
type: "BatchTransactions";
|
|
1789
1793
|
value: {
|
|
1790
1794
|
transaction: PrepareTransactionRequestReturnType;
|
|
1791
1795
|
metadata?: {
|
|
@@ -1793,8 +1797,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1793
1797
|
usdValue?: string | undefined;
|
|
1794
1798
|
} | undefined;
|
|
1795
1799
|
}[];
|
|
1796
|
-
type: "BatchTransactions";
|
|
1797
1800
|
} | {
|
|
1801
|
+
type: "SingleTransaction";
|
|
1798
1802
|
value: {
|
|
1799
1803
|
transaction: PrepareTransactionRequestReturnType;
|
|
1800
1804
|
metadata?: {
|
|
@@ -1802,8 +1806,8 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1802
1806
|
usdValue?: string | undefined;
|
|
1803
1807
|
} | undefined;
|
|
1804
1808
|
};
|
|
1805
|
-
type: "SingleTransaction";
|
|
1806
1809
|
} | {
|
|
1810
|
+
type: "SignatureRequests";
|
|
1807
1811
|
value: {
|
|
1808
1812
|
signatureRequests: ({
|
|
1809
1813
|
id: string;
|
|
@@ -1829,12 +1833,9 @@ export declare const PendingToolCallSchema: z.ZodObject<{
|
|
|
1829
1833
|
metadata?: Record<string, unknown> | undefined;
|
|
1830
1834
|
})[];
|
|
1831
1835
|
};
|
|
1832
|
-
type: "SignatureRequests";
|
|
1833
1836
|
})[];
|
|
1834
|
-
type: "ActionSequence";
|
|
1835
1837
|
};
|
|
1836
|
-
|
|
1837
|
-
toolName: string;
|
|
1838
|
+
type: "tool-call";
|
|
1838
1839
|
simulated?: boolean | undefined;
|
|
1839
1840
|
simulation?: {
|
|
1840
1841
|
willSucceed: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/schemas/messages.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,MAAM,CAAC;AAChE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/schemas/messages.ts"],"names":[],"mappings":"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"}
|
package/dist/schemas/messages.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { IllaToolOutcomeSchema } from "./illaTools.js";
|
|
3
|
+
import { normalizeMessageHistory } from "./uiMessageNormalizer.js";
|
|
3
4
|
/**
|
|
4
5
|
* EIP-712 typed data structure for off-chain signatures
|
|
5
6
|
*/
|
|
@@ -119,7 +120,9 @@ export const PromptSchema = z
|
|
|
119
120
|
})
|
|
120
121
|
.strict();
|
|
121
122
|
export const ToolOutcomesSchema = z.array(IllaToolOutcomeSchema);
|
|
122
|
-
export const HistorySchema = z
|
|
123
|
+
export const HistorySchema = z
|
|
124
|
+
.array(z.custom())
|
|
125
|
+
.transform((messages) => normalizeMessageHistory(messages));
|
|
123
126
|
/**
|
|
124
127
|
* Gas cost estimate for a transaction
|
|
125
128
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/schemas/messages.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/schemas/messages.ts"],"names":[],"mappings":"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"}
|