Variable: eprintMethods
consteprintMethods:object
Defined in: src/api/handlers/xrpc/eprint/index.ts:31
All eprint XRPC methods keyed by NSID.
Type declaration
pub.chive.eprint.deleteSubmission
readonlydeleteSubmission:XRPCMethod<void,InputSchema,OutputSchema> =deleteSubmission
pub.chive.eprint.getChangelog
readonlygetChangelog:XRPCMethod<QueryParams,void,OutputSchema> =getChangelog
pub.chive.eprint.getSubmission
readonlygetSubmission:XRPCMethod<QueryParams,void,OutputSchema> =getSubmission
pub.chive.eprint.listByAuthor
readonlylistByAuthor:XRPCMethod<QueryParams,void,OutputSchema> =listByAuthor
pub.chive.eprint.listChangelogs
readonlylistChangelogs:XRPCMethod<QueryParams,void,OutputSchema> =listChangelogs
pub.chive.eprint.listCitations
readonlylistCitations:XRPCMethod<ListCitationsParams,void,ListCitationsOutput> =listCitations
pub.chive.eprint.listRelatedWorks
readonlylistRelatedWorks:XRPCMethod<ListRelatedWorksParams,void,ListRelatedWorksOutput> =listRelatedWorks
pub.chive.eprint.searchSubmissions
readonlysearchSubmissions:XRPCMethod<QueryParams,void,OutputSchema> =searchSubmissions
pub.chive.eprint.updateSubmission
readonlyupdateSubmission:XRPCMethod<void,InputSchema,OutputSchema> =updateSubmission