You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(adms): add missing DocumentRelation fields visible in live API response
DocumentRelation.from_dict was silently dropping 7 fields that the ADM
service returns (confirmed against live Postman/Bruno response):
is_active_entity (IsActiveEntity)
has_active_entity (HasActiveEntity)
has_draft_entity (HasDraftEntity)
document_relation_is_output_relevant (DocumentRelationIsOutputRelevant)
draft_messages (DraftMessages)
doc_relation_changed_by_user_name (DocRelationChangedByUserName)
doc_relation_changed_at_date_time (DocRelationChangedAtDateTime)
CLI output now matches the wire response exactly instead of showing a
truncated view.
0 commit comments