Skip to main content

Interface: ClaimRequest

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:56

A claim request for an imported eprint

Properties

$type?

optional $type: "pub.chive.claiming.getClaim#claimRequest"

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:57


canonicalUri?

optional canonicalUri: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:67

AT-URI of the canonical record once created


claimantDid

claimantDid: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:63

DID of the user making the claim


createdAt

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:75

When the claim was created


expiresAt?

optional expiresAt: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:77

When the claim expires if not completed


id

id: number

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:59

Unique claim request ID


importId

importId: number

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:61

ID of the imported eprint being claimed


rejectionReason?

optional rejectionReason: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:69

Reason for rejection if rejected


reviewedAt?

optional reviewedAt: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:73

When the claim was reviewed


reviewedBy?

optional reviewedBy: string

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:71

DID of the admin who reviewed the claim


status

status: string & object | "pending" | "approved" | "rejected" | "expired"

Defined in: web/lib/api/generated/types/pub/chive/claiming/getClaim.ts:65

Current status of the claim