// @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(1951249093, version)); return $resultPromise; } /** * @param {string} version * @returns {Promise<[boolean, string]> & { cancel(): void }} */ export function DownloadServerProgress(version) { let $resultPromise = /** @type {any} */($Call.ByID(314135954, version)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestLauncherVersion() { let $resultPromise = /** @type {any} */($Call.ByID(3191972855)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestProxyVersion() { let $resultPromise = /** @type {any} */($Call.ByID(1462362449)); return $resultPromise; } /** * @returns {Promise<[boolean, string, string]> & { cancel(): void }} */ export function GetLatestServerVersion() { let $resultPromise = /** @type {any} */($Call.ByID(1447982978)); return $resultPromise; } /** * @returns {Promise & { cancel(): void }} */ export function UnzipProxy() { let $resultPromise = /** @type {any} */($Call.ByID(4071181044)); return $resultPromise; } /** * @returns {Promise & { cancel(): void }} */ export function UnzipServer() { let $resultPromise = /** @type {any} */($Call.ByID(4110296071)); return $resultPromise; } /** * @param {string} version * @returns {Promise<[boolean, string]> & { cancel(): void }} */ export function UpdateLauncherProgress(version) { let $resultPromise = /** @type {any} */($Call.ByID(2648938152, version)); return $resultPromise; }