@agent-wechat/wechaty-puppet 0.9.5 → 0.10.1

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.
Files changed (2) hide show
  1. package/dist/mod.js +1 -1
  2. package/package.json +1 -1
package/dist/mod.js CHANGED
@@ -4385,7 +4385,7 @@ var getMediaParamsSchema = external_exports.object({
4385
4385
  localId: external_exports.number().int()
4386
4386
  });
4387
4387
  var mediaResultSchema = external_exports.object({
4388
- type: external_exports.enum(["image", "emoji", "voice", "unsupported"]),
4388
+ type: external_exports.enum(["image", "emoji", "voice", "video", "unsupported"]),
4389
4389
  data: external_exports.string().optional(),
4390
4390
  url: external_exports.string().optional(),
4391
4391
  format: external_exports.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-wechat/wechaty-puppet",
3
- "version": "0.9.5",
3
+ "version": "0.10.1",
4
4
  "description": "Wechaty Puppet for agent-wechat — bridges Wechaty bots to WeChat via the agent-wechat REST/WebSocket server",
5
5
  "type": "module",
6
6
  "main": "./dist/mod.js",