60 lines
1.5 KiB
JavaScript
Executable File
60 lines
1.5 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AskDeepSeek(arg1, arg2) {
|
|
return window['go']['main']['App']['AskDeepSeek'](arg1, arg2);
|
|
}
|
|
|
|
export function CreateLibrary(arg1, arg2) {
|
|
return window['go']['main']['App']['CreateLibrary'](arg1, arg2);
|
|
}
|
|
|
|
export function DeleteLibrary(arg1) {
|
|
return window['go']['main']['App']['DeleteLibrary'](arg1);
|
|
}
|
|
|
|
export function GetActiveLibrary() {
|
|
return window['go']['main']['App']['GetActiveLibrary']();
|
|
}
|
|
|
|
export function GetDBStatus() {
|
|
return window['go']['main']['App']['GetDBStatus']();
|
|
}
|
|
|
|
export function GetProviders() {
|
|
return window['go']['main']['App']['GetProviders']();
|
|
}
|
|
|
|
export function GetSettings() {
|
|
return window['go']['main']['App']['GetSettings']();
|
|
}
|
|
|
|
export function ImportCSV() {
|
|
return window['go']['main']['App']['ImportCSV']();
|
|
}
|
|
|
|
export function ListLibraries() {
|
|
return window['go']['main']['App']['ListLibraries']();
|
|
}
|
|
|
|
export function SaveSettings(arg1) {
|
|
return window['go']['main']['App']['SaveSettings'](arg1);
|
|
}
|
|
|
|
export function SearchExpert(arg1) {
|
|
return window['go']['main']['App']['SearchExpert'](arg1);
|
|
}
|
|
|
|
export function StopGeneration() {
|
|
return window['go']['main']['App']['StopGeneration']();
|
|
}
|
|
|
|
export function SwitchLibrary(arg1) {
|
|
return window['go']['main']['App']['SwitchLibrary'](arg1);
|
|
}
|
|
|
|
export function ToggleTopmost(arg1) {
|
|
return window['go']['main']['App']['ToggleTopmost'](arg1);
|
|
}
|