@ctrl/deluge
Advanced tools
Comparing version
{ | ||
"name": "@ctrl/deluge", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Scott Cooper <scttcper@gmail.com>", |
import { Response } from 'got'; | ||
import { Cookie } from 'tough-cookie'; | ||
import { DelugeConfig, GetHostsResponse, GetHostStatusResponse, DefaultResponse, BooleanStatus, TorrentInfo, ListMethods, UploadResponse, AddTorrentOptions, TorrentListResponse, DelugeSettings, PluginInfo, ConfigResponse, PluginsListResponse, TorrentOptions, TorrentFiles, TorrentStatus, Tracker } from './types'; | ||
export declare const TORRENT_STATUS_FIELDS: string[]; | ||
export declare class Deluge { | ||
msgId: number; | ||
cookie?: Cookie; | ||
config: DelugeConfig; | ||
private msgId; | ||
private cookie?; | ||
constructor(options: Partial<DelugeConfig>); | ||
@@ -10,0 +9,0 @@ resetSession(): void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112756
-0.01%1366
-0.07%