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
BRREG_INTEGRATION
DOCUMENT
ORBIS_INTEGRATION
USER
}Values
AI
The edit was produced by an AI system.
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