@wq-hook/anti-cheating-monitor 1.0.1 → 1.0.3

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
@@ -448,6 +448,8 @@ export declare interface DetectionResult {
448
448
  };
449
449
  /** 检测到的作弊类型列表 */
450
450
  violations: CheatingViolation[];
451
+ /** 检测到的人脸图片数据 */
452
+ imageData: Blob;
451
453
  /** API 原始响应 */
452
454
  rawResponse?: any;
453
455
  /** 检测耗时(毫秒) */