@koi-design/callkit 2.0.5-beta.13 → 2.0.5-beta.15

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
@@ -14,7 +14,7 @@ declare class Api {
14
14
  sessionId: string;
15
15
  timestamp: number;
16
16
  }): Promise<any>;
17
- trackLogs(log: string): Promise<any>;
17
+ trackLogs(log: string): Promise<void>;
18
18
  /**
19
19
  *
20
20
  * @param params agentId status
@@ -166,7 +166,7 @@ declare class Config {
166
166
  getConfig: () => IConfig;
167
167
  setConfig: (key: string, value: any) => Promise<void>;
168
168
  setUserInfo: (key: string, value: any) => Promise<void>;
169
- reset: () => Promise<void>;
169
+ reset: (form: string) => Promise<void>;
170
170
  validate: () => boolean;
171
171
  isLogin: () => boolean;
172
172
  check(): boolean;