Skip to main content

Interface: MemberContactPointConfirmationResponse

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:77

Whether a ceremony confirmed this exact contact point.

Bound to the point's normalized value (matched through the binding's identifier_hash), to a real ceremony source, and to the server-owned value generation started when the current value was written (value_generation_at, the database write-time clock): the ceremony must have happened at or after that generation and, for a retired point, before its retirement. A value retired and readded under a new row, or edited away and back on one live row, therefore does not inherit an older proof. An importer or admin assertion that merely recorded "the practice said so" has a non-ceremony source and reads confirmed=False — the historical confirmation display never inherits an importer's claim.

Properties

bindingUuid?

optional bindingUuid: string | null

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:81


confirmed

confirmed: boolean

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:78


confirmedAt?

optional confirmedAt: string | null

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:82


method?

optional method: string | null

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:80


source?

optional source: string | null

Defined in: packages/sdk/src/types/generated/member_contact_point.ts:79