Ships the fresh-start schema cleanup: rebuilt explore catalog index pipeline (dump import, artifact fetch/build, incremental listen-count refresh), a new download subsystem (Lidarr/Prowlarr/qBittorrent/SABnzbd/ slskd/yt-dlp providers, staging, reconciliation, wanted list), and the supporting schema/query/store changes across backend and frontend. Also includes two smaller follow-ups: bump the central index's rebuild-after cadence from 90 to 180 days, and remove the Explore "library only" online/offline toggle entirely (frontend-only, no backend counterpart) rather than carry unused UI/state. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y2Agd9af5hE7qzti2ackiS
49 lines
1.7 KiB
TypeScript
Executable File
49 lines
1.7 KiB
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {download} from '../models';
|
|
import {context} from '../models';
|
|
|
|
export function AddProvider(arg1:string,arg2:string,arg3:Record<string, string>):Promise<number>;
|
|
|
|
export function AddWant(arg1:download.WantRequest):Promise<number>;
|
|
|
|
export function Cancel(arg1:string):Promise<void>;
|
|
|
|
export function Candidates(arg1:string):Promise<Array<download.Candidate>>;
|
|
|
|
export function ClearFinished():Promise<void>;
|
|
|
|
export function ClearSatisfiedWants():Promise<void>;
|
|
|
|
export function DeleteProvider(arg1:number):Promise<void>;
|
|
|
|
export function ImportExternalWants(arg1:number,arg2:number):Promise<number>;
|
|
|
|
export function IsWanted(arg1:string,arg2:number):Promise<boolean>;
|
|
|
|
export function ListProviders():Promise<Array<download.Config>>;
|
|
|
|
export function ListRequests(arg1:number):Promise<Array<download.RequestView>>;
|
|
|
|
export function ListWants():Promise<Array<download.Want>>;
|
|
|
|
export function PauseWant(arg1:number,arg2:boolean):Promise<void>;
|
|
|
|
export function Pick(arg1:string,arg2:string):Promise<void>;
|
|
|
|
export function ProviderKinds():Promise<Array<download.Descriptor>>;
|
|
|
|
export function ReconcileWanted():Promise<download.Summary>;
|
|
|
|
export function RemoveWant(arg1:number):Promise<void>;
|
|
|
|
export function SetContext(arg1:context.Context):Promise<void>;
|
|
|
|
export function SetReconciler(arg1:download.Reconciler):Promise<void>;
|
|
|
|
export function Start(arg1:download.SearchRequest):Promise<download.StartResult>;
|
|
|
|
export function TestProvider(arg1:number):Promise<void>;
|
|
|
|
export function UpdateProvider(arg1:number,arg2:string,arg3:boolean,arg4:number,arg5:Record<string, string>):Promise<void>;
|