112 lines
3.0 KiB
JavaScript
Executable File
112 lines
3.0 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
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 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);
|
|
}
|