UNPKG

transmission-rpc-client

Version:
17 lines (16 loc) 809 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TorrentMethods = void 0; var TorrentMethods; (function (TorrentMethods) { TorrentMethods["TORRENT_START"] = "torrent-start"; TorrentMethods["TORRENT_START_NOW"] = "torrent-start-now"; TorrentMethods["TORRENT_STOP"] = "torrent-stop"; TorrentMethods["TORRENT_VERIFY"] = "torrent-verify"; TorrentMethods["TORRENT_REANNOUNCE"] = "torrent-reannounce"; TorrentMethods["TORRENT_REMOVE"] = "torrent-remove"; TorrentMethods["TORRENT_SET_LOCATION"] = "torrent-set-location"; TorrentMethods["TORRENT_GET"] = "torrent-get"; TorrentMethods["TORRENT_ADD"] = "torrent-add"; TorrentMethods["TORRENT_SET"] = "torrent-set"; })(TorrentMethods = exports.TorrentMethods || (exports.TorrentMethods = {}));