65 lines
1.9 KiB
JavaScript
65 lines
1.9 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, Create as $Create} from "@wailsio/runtime";
|
|
|
|
/**
|
|
* @param {string} patchPath
|
|
* @returns {Promise<[boolean, string, string]> & { cancel(): void }}
|
|
*/
|
|
export function CheckTypeHDiff(patchPath) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(1068035136, patchPath));
|
|
return $resultPromise;
|
|
}
|
|
|
|
/**
|
|
* @param {string} gamePath
|
|
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
|
*/
|
|
export function CutData(gamePath) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(3671642725, gamePath));
|
|
return $resultPromise;
|
|
}
|
|
|
|
/**
|
|
* @param {string} gamePath
|
|
* @param {string} patchPath
|
|
* @param {boolean} isSkipVerify
|
|
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
|
*/
|
|
export function DataExtract(gamePath, patchPath, isSkipVerify) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(1843136452, gamePath, patchPath, isSkipVerify));
|
|
return $resultPromise;
|
|
}
|
|
|
|
/**
|
|
* @param {string} gamePath
|
|
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
|
*/
|
|
export function DeleteFiles(gamePath) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(989019003, gamePath));
|
|
return $resultPromise;
|
|
}
|
|
|
|
/**
|
|
* @param {string} gamePath
|
|
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
|
*/
|
|
export function PatchData(gamePath) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(3608591627, gamePath));
|
|
return $resultPromise;
|
|
}
|
|
|
|
/**
|
|
* @param {string} gamePath
|
|
* @param {string} patchPath
|
|
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
|
*/
|
|
export function VersionValidate(gamePath, patchPath) {
|
|
let $resultPromise = /** @type {any} */($Call.ByID(3916254383, gamePath, patchPath));
|
|
return $resultPromise;
|
|
}
|