@elizaos/core 1.6.2-alpha.3 → 1.6.2-alpha.4
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/node/index.node.js
CHANGED
|
@@ -42000,8 +42000,8 @@ var contentSchema = z3.object({
|
|
|
42000
42000
|
target: z3.string().optional(),
|
|
42001
42001
|
url: z3.string().optional(),
|
|
42002
42002
|
inReplyTo: uuidSchema2.optional(),
|
|
42003
|
-
attachments: z3.array(z3.
|
|
42004
|
-
channelType: z3.
|
|
42003
|
+
attachments: z3.array(z3.object()).optional(),
|
|
42004
|
+
channelType: z3.enum(ChannelType).optional()
|
|
42005
42005
|
}).passthrough();
|
|
42006
42006
|
var messageExampleSchema = z3.object({
|
|
42007
42007
|
name: z3.string(),
|
|
@@ -42028,7 +42028,7 @@ var styleSchema = z3.object({
|
|
|
42028
42028
|
chat: z3.array(z3.string()).optional(),
|
|
42029
42029
|
post: z3.array(z3.string()).optional()
|
|
42030
42030
|
}).optional();
|
|
42031
|
-
var settingsSchema = z3.record(z3.string(), z3.union([z3.string(), z3.boolean(), z3.number(), z3.
|
|
42031
|
+
var settingsSchema = z3.record(z3.string(), z3.union([z3.string(), z3.boolean(), z3.number(), z3.object()])).optional();
|
|
42032
42032
|
var secretsSchema = z3.record(z3.string(), z3.union([z3.string(), z3.boolean(), z3.number()])).optional();
|
|
42033
42033
|
var characterSchema = z3.object({
|
|
42034
42034
|
id: uuidSchema2.optional(),
|
|
@@ -46406,5 +46406,5 @@ export {
|
|
|
46406
46406
|
AgentRuntime
|
|
46407
46407
|
};
|
|
46408
46408
|
|
|
46409
|
-
//# debugId=
|
|
46409
|
+
//# debugId=0937CCCC0FE0A6C964756E2164756E21
|
|
46410
46410
|
//# sourceMappingURL=index.node.js.map
|