summary history files

desktop/frontend/wailsjs/go/services/accountService.js
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT

export function CreateAccount(arg1, arg2, arg3) {
  return window['go']['services']['accountService']['CreateAccount'](arg1, arg2, arg3);
}

export function DeleteAccount(arg1) {
  return window['go']['services']['accountService']['DeleteAccount'](arg1);
}

export function GetAccount(arg1) {
  return window['go']['services']['accountService']['GetAccount'](arg1);
}

export function GetAccountByName(arg1) {
  return window['go']['services']['accountService']['GetAccountByName'](arg1);
}

export function GetAccounts() {
  return window['go']['services']['accountService']['GetAccounts']();
}

export function GetChildAccountTypes() {
  return window['go']['services']['accountService']['GetChildAccountTypes']();
}

export function Start(arg1, arg2, arg3, arg4) {
  return window['go']['services']['accountService']['Start'](arg1, arg2, arg3, arg4);
}

export function UndeleteAccount(arg1) {
  return window['go']['services']['accountService']['UndeleteAccount'](arg1);
}

export function UpdateAccount(arg1, arg2, arg3, arg4) {
  return window['go']['services']['accountService']['UpdateAccount'](arg1, arg2, arg3, arg4);
}