feat(domain): add catalogue object types (Visibility, ObjectInput, CatalogueObject)

This commit is contained in:
2026-06-02 09:13:54 +02:00
parent ed608c6e37
commit 266f914b88
3 changed files with 105 additions and 1 deletions
+4
View File
@@ -64,6 +64,10 @@ id_newtype!(
/// Identifier for an authority record (person, organisation, or place).
AuthorityId
);
id_newtype!(
/// Identifier for a catalogue object (or group of objects).
ObjectId
);
#[cfg(test)]
mod tests {