qt-human 2.3.7-alpha → 2.3.9-alpha

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/index.d.ts CHANGED
@@ -775,7 +775,7 @@ declare namespace QuanTe {
775
775
  response_mode?: ChatMessageResonseMode
776
776
  files?: ChatMessageFile[]
777
777
  commandType?: string
778
- inputs?: any
778
+ inputs?: Record<string, any>
779
779
  }
780
780
  }
781
781
 
@@ -380,7 +380,7 @@ export namespace QuanTe {
380
380
  response_mode?: ChatMessageResonseMode
381
381
  files?: ChatMessageFile[]
382
382
  commandType?: string
383
- inputs?: any
383
+ inputs?: Record<string, any>
384
384
  }
385
385
  }
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-human",
3
- "version": "2.3.7-alpha",
3
+ "version": "2.3.9-alpha",
4
4
  "main": "dist/bundle.umd.js",
5
5
  "module": "dist/bundle.esm.js",
6
6
  "types": "dist/types/index.d.ts",