feat(domain): add field definition types (FieldType, FieldDefinition)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 10:11:28 +02:00
parent da2db11a30
commit 2242ff5ef1
3 changed files with 127 additions and 1 deletions
+4
View File
@@ -68,6 +68,10 @@ id_newtype!(
/// Identifier for a catalogue object (or group of objects).
ObjectId
);
id_newtype!(
/// Identifier for a flexible-field definition.
FieldDefinitionId
);
#[cfg(test)]
mod tests {