processRegistrationHistory
Function: processRegistrationHistory()
Section titled “Function: 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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
_value | string | null |
context | ResolverContext |
Returns
Section titled “Returns”RegistrationHistory | null