// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore: Unused imports import {Call as $Call, Create as $Create} from "@wailsio/runtime"; /** * @param {string} version * @returns {Promise<[boolean, string]> & { cancel(): void }} */ export function DownloadProxyProgress(version) { let $resultPromise = /** @type {any} */($Call.ByID(3559275334, version)); return $resultPromise; } /** * @param {string} version * @returns {Promise<[boolean, string]> & { cancel(): void }} */ export function DownloadServerProgress(version) { let $resultPromise = /** @type {any} */($Call.ByID(1954767259, version)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestLauncherVersion() { let $resultPromise = /** @type {any} */($Call.ByID(262637602)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestProxyVersion() { let $resultPromise = /** @type {any} */($Call.ByID(289488362)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestServerVersion() { let $resultPromise = /** @type {any} */($Call.ByID(2918980975)); return $resultPromise; } /** * @returns {Promise & { cancel(): void }} */ export function UnzipProxy() { let $resultPromise = /** @type {any} */($Call.ByID(2563246729)); return $resultPromise; } /** * @returns {Promise & { cancel(): void }} */ export function UnzipServer() { let $resultPromise = /** @type {any} */($Call.ByID(1126363284)); return $resultPromise; } /** * @param {string} version * @returns {Promise<[boolean, string]> & { cancel(): void }} */ export function UpdateLauncherProgress(version) { let $resultPromise = /** @type {any} */($Call.ByID(97272861, version)); return $resultPromise; }