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: simplify upload request type structure for construe API
Refactored the construe upload request type structure from discriminated union to single interface with enum format field. Also removed user_id fields from various template types and updated all related tests and documentation to match the simplified structure.
Key changes:
- Merged UploadRequestCsv and UploadRequestJson into single UploadRequest interface
- Changed from discriminated union to enum-based format field
- Removed user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse, McpServerToolResponse, WorkflowDefinition, and WorkflowResponse
- Moved UploadRequest from types to client/requests directory
- Updated all test cases and examples to use simplified interface
- Updated documentation and type references throughout codebase
🌿 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: simplify upload request type structure for construe API
3
+
* Refactored the construe upload request type structure from discriminated union to single interface with enum format field. Also removed user_id fields from various template types and updated all related tests and documentation to match the simplified structure.
4
+
* Key changes:
5
+
* Merged UploadRequestCsv and UploadRequestJson into single UploadRequest interface
6
+
* Changed from discriminated union to enum-based format field
7
+
* Removed user_id fields from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse, McpServerToolResponse, WorkflowDefinition, and WorkflowResponse
8
+
* Moved UploadRequest from types to client/requests directory
9
+
* Updated all test cases and examples to use simplified interface
10
+
* Updated documentation and type references throughout codebase
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