Re-run the Wails binding generator so the frontend reflects the browse Go types that were added in earlier commits (AniListBrowse plus the Media / MediaList model refinements): - App.d.ts / App.js: expose the new AniListBrowse() method - models.ts: add the Media model, the anonymous tags element type, and type MediaList.media as Media instead of a generic object
120 lines
3.6 KiB
JavaScript
Executable File
120 lines
3.6 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AniListBrowse(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31) {
|
|
return window['go']['main']['App']['AniListBrowse'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29, arg30, arg31);
|
|
}
|
|
|
|
export function AniListDeleteEntry(arg1) {
|
|
return window['go']['main']['App']['AniListDeleteEntry'](arg1);
|
|
}
|
|
|
|
export function AniListLogin() {
|
|
return window['go']['main']['App']['AniListLogin']();
|
|
}
|
|
|
|
export function AniListSearch(arg1) {
|
|
return window['go']['main']['App']['AniListSearch'](arg1);
|
|
}
|
|
|
|
export function AniListUpdateEntry(arg1) {
|
|
return window['go']['main']['App']['AniListUpdateEntry'](arg1);
|
|
}
|
|
|
|
export function CheckIfAniListLoggedIn() {
|
|
return window['go']['main']['App']['CheckIfAniListLoggedIn']();
|
|
}
|
|
|
|
export function CheckIfMyAnimeListLoggedIn() {
|
|
return window['go']['main']['App']['CheckIfMyAnimeListLoggedIn']();
|
|
}
|
|
|
|
export function CheckIfSimklLoggedIn() {
|
|
return window['go']['main']['App']['CheckIfSimklLoggedIn']();
|
|
}
|
|
|
|
export function DeleteMyAnimeListEntry(arg1) {
|
|
return window['go']['main']['App']['DeleteMyAnimeListEntry'](arg1);
|
|
}
|
|
|
|
export function GetAniListItem(arg1, arg2) {
|
|
return window['go']['main']['App']['GetAniListItem'](arg1, arg2);
|
|
}
|
|
|
|
export function GetAniListLoggedInUser() {
|
|
return window['go']['main']['App']['GetAniListLoggedInUser']();
|
|
}
|
|
|
|
export function GetAniListUserWatchingList(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['GetAniListUserWatchingList'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function GetMyAnimeList(arg1) {
|
|
return window['go']['main']['App']['GetMyAnimeList'](arg1);
|
|
}
|
|
|
|
export function GetMyAnimeListAnime(arg1) {
|
|
return window['go']['main']['App']['GetMyAnimeListAnime'](arg1);
|
|
}
|
|
|
|
export function GetMyAnimeListLoggedInUser() {
|
|
return window['go']['main']['App']['GetMyAnimeListLoggedInUser']();
|
|
}
|
|
|
|
export function GetSimklLoggedInUser() {
|
|
return window['go']['main']['App']['GetSimklLoggedInUser']();
|
|
}
|
|
|
|
export function LogoutAniList() {
|
|
return window['go']['main']['App']['LogoutAniList']();
|
|
}
|
|
|
|
export function LogoutMyAnimeList() {
|
|
return window['go']['main']['App']['LogoutMyAnimeList']();
|
|
}
|
|
|
|
export function LogoutSimkl() {
|
|
return window['go']['main']['App']['LogoutSimkl']();
|
|
}
|
|
|
|
export function MyAnimeListLogin() {
|
|
return window['go']['main']['App']['MyAnimeListLogin']();
|
|
}
|
|
|
|
export function MyAnimeListUpdate(arg1, arg2) {
|
|
return window['go']['main']['App']['MyAnimeListUpdate'](arg1, arg2);
|
|
}
|
|
|
|
export function ShowVersion() {
|
|
return window['go']['main']['App']['ShowVersion']();
|
|
}
|
|
|
|
export function SimklGetUserWatchlist() {
|
|
return window['go']['main']['App']['SimklGetUserWatchlist']();
|
|
}
|
|
|
|
export function SimklLogin() {
|
|
return window['go']['main']['App']['SimklLogin']();
|
|
}
|
|
|
|
export function SimklSearch(arg1) {
|
|
return window['go']['main']['App']['SimklSearch'](arg1);
|
|
}
|
|
|
|
export function SimklSyncEpisodes(arg1, arg2) {
|
|
return window['go']['main']['App']['SimklSyncEpisodes'](arg1, arg2);
|
|
}
|
|
|
|
export function SimklSyncRating(arg1, arg2) {
|
|
return window['go']['main']['App']['SimklSyncRating'](arg1, arg2);
|
|
}
|
|
|
|
export function SimklSyncRemove(arg1) {
|
|
return window['go']['main']['App']['SimklSyncRemove'](arg1);
|
|
}
|
|
|
|
export function SimklSyncStatus(arg1, arg2) {
|
|
return window['go']['main']['App']['SimklSyncStatus'](arg1, arg2);
|
|
}
|