feat(domain): add catalogue object types (Visibility, ObjectInput, CatalogueObject)
This commit is contained in:
@@ -4,10 +4,12 @@ mod audit;
|
||||
mod authority;
|
||||
mod id;
|
||||
mod label;
|
||||
mod object;
|
||||
mod vocabulary;
|
||||
|
||||
pub use audit::{AuditAction, AuditActor, AuditEntry, FieldChange, NewAuditEvent};
|
||||
pub use authority::{Authority, AuthorityKind, AuthorityRef, NewAuthority};
|
||||
pub use id::{AuthorityId, OrgId, TermId, VocabularyId};
|
||||
pub use id::{AuthorityId, ObjectId, OrgId, TermId, VocabularyId};
|
||||
pub use label::{LocalizedLabel, pick_label};
|
||||
pub use object::{CatalogueObject, ObjectInput, Visibility};
|
||||
pub use vocabulary::{NewTerm, Term, TermRef, Vocabulary};
|
||||
|
||||
Reference in New Issue
Block a user