60 lines
1.4 KiB
JavaScript
60 lines
1.4 KiB
JavaScript
// @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, CancellablePromise as $CancellablePromise, Create as $Create } from "@wailsio/runtime";
|
|
|
|
/**
|
|
* @param {string} version
|
|
* @returns {$CancellablePromise<[boolean, string]>}
|
|
*/
|
|
export function DownloadProxyProgress(version) {
|
|
return $Call.ByID(3559275334, version);
|
|
}
|
|
|
|
/**
|
|
* @param {string} version
|
|
* @returns {$CancellablePromise<[boolean, string]>}
|
|
*/
|
|
export function DownloadServerProgress(version) {
|
|
return $Call.ByID(1954767259, version);
|
|
}
|
|
|
|
/**
|
|
* @returns {$CancellablePromise<[boolean, string, string]>}
|
|
*/
|
|
export function GetLatestLauncherVersion() {
|
|
return $Call.ByID(262637602);
|
|
}
|
|
|
|
/**
|
|
* @returns {$CancellablePromise<[boolean, string, string]>}
|
|
*/
|
|
export function GetLatestProxyVersion() {
|
|
return $Call.ByID(289488362);
|
|
}
|
|
|
|
/**
|
|
* @returns {$CancellablePromise<[boolean, string, string]>}
|
|
*/
|
|
export function GetLatestServerVersion() {
|
|
return $Call.ByID(2918980975);
|
|
}
|
|
|
|
/**
|
|
* @returns {$CancellablePromise<void>}
|
|
*/
|
|
export function UnzipServer() {
|
|
return $Call.ByID(1126363284);
|
|
}
|
|
|
|
/**
|
|
* @param {string} version
|
|
* @returns {$CancellablePromise<[boolean, string]>}
|
|
*/
|
|
export function UpdateLauncherProgress(version) {
|
|
return $Call.ByID(97272861, version);
|
|
}
|