Skip to content
A

processRegistrationHistory

function processRegistrationHistory(_value, context): RegistrationHistory | null;

Defined in: src/resolvers/bore-resolver-utils.ts:434

Parse the BRO registration history.

Shared by every registration type (CPT, BHR-GT, BHR-G): the registrationHistory element is a direct child of the registration object and its children are all brocom:*, identical across domains - only the container’s ds-namespace differs, which we sidestep with a namespace-agnostic local-name() match.

ParameterType
_valuestring | null
contextResolverContext

RegistrationHistory | null