Skip to main content

Interface: ClaimRequest

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

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:56


canonicalUri?​

optional canonicalUri: string

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

AT-URI of the canonical record once created


claimantDid​

claimantDid: string

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

DID of the user making the claim


createdAt​

createdAt: string

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

When the claim was created


expiresAt?​

optional expiresAt: string

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

When the claim expires if not completed


id​

id: number

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

Unique claim request ID


importId​

importId: number

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

ID of the imported eprint being claimed


rejectionReason?​

optional rejectionReason: string

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

Reason for rejection if rejected


reviewedAt?​

optional reviewedAt: string

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

When the claim was reviewed


reviewedBy?​

optional reviewedBy: string

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

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:64

Current status of the claim