Skip to content

DoCurious API Reference / types / PartnerRequest

Interface: PartnerRequest

Defined in: types/partner.types.ts:32

A request to partner up on a challenge

Extends

Properties

challenge?

optional challenge: object

Defined in: types/partner.types.ts:43

coverImageUrl?

optional coverImageUrl: string

id

id: string

soloGroup

soloGroup: SoloGroup

title

title: string


challengeId

challengeId: string

Defined in: types/partner.types.ts:33


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


expiresAt

expiresAt: string

Defined in: types/partner.types.ts:40


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


message?

optional message: string

Defined in: types/partner.types.ts:37


recipient?

optional recipient: object

Defined in: types/partner.types.ts:54

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


recipientUserId

recipientUserId: string

Defined in: types/partner.types.ts:35


sender?

optional sender: object

Defined in: types/partner.types.ts:49

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


senderUserId

senderUserId: string

Defined in: types/partner.types.ts:34


status

status: PartnerRequestStatus

Defined in: types/partner.types.ts:36


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation