@agent-wechat/wechat 0.10.0 → 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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5497,7 +5497,7 @@ var getMediaParamsSchema = external_exports.object({
5497
5497
  localId: external_exports.number().int()
5498
5498
  });
5499
5499
  var mediaResultSchema = external_exports.object({
5500
- type: external_exports.enum(["image", "emoji", "voice", "unsupported"]),
5500
+ type: external_exports.enum(["image", "emoji", "voice", "video", "unsupported"]),
5501
5501
  data: external_exports.string().optional(),
5502
5502
  url: external_exports.string().optional(),
5503
5503
  format: external_exports.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-wechat/wechat",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",