(sourceId: string, sessionId: string, deleteData?: boolean)
| 99 | sessions: Array<{ name: string; remoteSessionId: string }> |
| 100 | ): Promise<ImportSession[]> |
| 101 | removeImportSession(sourceId: string, sessionId: string, deleteData?: boolean): Promise<boolean> |
| 102 | triggerPull(sourceId: string, sessionId?: string): Promise<{ success: boolean; error?: string }> |
| 103 | triggerPullAll(sourceId: string): Promise<{ success: boolean; error?: string }> |
| 104 | onPullResult(cb: () => void): () => void |
no outgoing calls
no test coverage detected