desktop/frontend/wailsjs/go/services/accountMatchService.js
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CreateAccountMatch(arg1, arg2, arg3, arg4) {
return window['go']['services']['accountMatchService']['CreateAccountMatch'](arg1, arg2, arg3, arg4);
}
export function CreateAccountMatchRegex(arg1, arg2) {
return window['go']['services']['accountMatchService']['CreateAccountMatchRegex'](arg1, arg2);
}
export function DeleteAccountMatch(arg1) {
return window['go']['services']['accountMatchService']['DeleteAccountMatch'](arg1);
}
export function DeleteAccountMatchRegex(arg1) {
return window['go']['services']['accountMatchService']['DeleteAccountMatchRegex'](arg1);
}
export function GetAccountMatch(arg1) {
return window['go']['services']['accountMatchService']['GetAccountMatch'](arg1);
}
export function GetAccountMatches() {
return window['go']['services']['accountMatchService']['GetAccountMatches']();
}
export function SendAccountMatchRequest() {
return window['go']['services']['accountMatchService']['SendAccountMatchRequest']();
}
export function Start(arg1, arg2, arg3, arg4) {
return window['go']['services']['accountMatchService']['Start'](arg1, arg2, arg3, arg4);
}
export function UndeleteAccountMatch(arg1) {
return window['go']['services']['accountMatchService']['UndeleteAccountMatch'](arg1);
}
export function UpdateAccountMatch(arg1, arg2, arg3, arg4, arg5) {
return window['go']['services']['accountMatchService']['UpdateAccountMatch'](arg1, arg2, arg3, arg4, arg5);
}
export function UpdateAccountMatchRegex(arg1, arg2) {
return window['go']['services']['accountMatchService']['UpdateAccountMatchRegex'](arg1, arg2);
}