TypesEnums
EditSourceKind
Identifies what produced an edit — e.g. a user manually editing a field, or a system integration replaying registry data.
enum EditSourceKind {
AI
ASIAKASTIETO_INTEGRATION
BENEFICIAL_OWNER_RECOMPUTE
BRREG_INTEGRATION
DOCUMENT
ORBIS_INTEGRATION
USER
}Values
AI
The edit was produced by an AI system.
ASIAKASTIETO_INTEGRATION
The edit originated from the Asiakastieto integration.
BENEFICIAL_OWNER_RECOMPUTE
The edit was produced by a beneficial-owner recompute suggestion applied by a user.
BRREG_INTEGRATION
The edit originated from the Brreg registry integration.
DOCUMENT
The edit was derived from an uploaded document.
ORBIS_INTEGRATION
The edit originated from the Orbis integration.
USER
The edit was made manually by a user.
Member Of
EditMetadata object