ysyt-agent-sdk 1.0.55 → 1.0.57

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.
@@ -9,7 +9,7 @@ export declare class ReactiveStore<T extends Record<string, any>> {
9
9
  /**
10
10
  * 推荐使用的统一更新方法,支持批量更新、保证只触发一次 notify
11
11
  */
12
- setState(partial: Partial<T>): void;
12
+ setState(partial: Partial<T>, forceNotify?: boolean): void;
13
13
  /**
14
14
  * 订阅整个 state 的变化
15
15
  */