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
refactor: remove user_id fields from API types and simplify upload interface
This refactoring removes user_id fields from various API response types across the codebase and simplifies the construe code system upload interface. These changes improve API consistency and reduce unnecessary data exposure.
Key changes:
- Remove user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, and other response types
- Simplify construe upload interface by consolidating UploadRequest types and removing discriminated union
- Update upload API documentation to clarify asynchronous processing behavior
- Remove async parameter from upload requests (now always asynchronous)
- Add name and version fields to ConstrueUploadCodeSystemResponse for better tracking
- Update all test cases to reflect the simplified interface and removed fields
🌿 Generated with Fern
Copy file name to clipboardExpand all lines: changelog.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 6.0.0 - 2026-02-10
2
+
* refactor: remove user_id fields from API types and simplify upload interface
3
+
* This refactoring removes user_id fields from various API response types across the codebase and simplifies the construe code system upload interface. These changes improve API consistency and reduce unnecessary data exposure.
4
+
* Key changes:
5
+
* Remove user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, and other response types
6
+
* Simplify construe upload interface by consolidating UploadRequest types and removing discriminated union
7
+
* Update upload API documentation to clarify asynchronous processing behavior
8
+
* Remove async parameter from upload requests (now always asynchronous)
9
+
* Add name and version fields to ConstrueUploadCodeSystemResponse for better tracking
10
+
* Update all test cases to reflect the simplified interface and removed fields
11
+
* 🌿 Generated with Fern
12
+
1
13
## 5.3.0 - 2026-02-09
2
14
* feat: add custom code system export endpoint
3
15
* Add new exportCustomCodeSystem method to the construe client that allows exporting custom (non-builtin) code systems as JSON files. This feature enables users to backup and transfer code systems between instances.
0 commit comments