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 API and remove user IDs from templates
Simplified the code system upload API by consolidating request types and removing unnecessary fields. Removed user_id fields from various template types across agent, fhir provider, summary, tools, and workflow resources for cleaner data structures.
Key changes:
- Consolidated UploadRequestCsv and UploadRequestJson into single UploadRequest type
- Removed user_id field from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse.Data, McpServerToolResponse.Data, WorkflowDefinition, and WorkflowResponse
- Updated construe upload API documentation to clarify asynchronous processing behavior
- Added name and version fields to ConstrueUploadCodeSystemResponse
- Moved UploadRequest from types to client/requests directory
- Simplified test cases to reflect new simplified upload API structure
🌿 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 API and remove user IDs from templates
3
+
* Simplified the code system upload API by consolidating request types and removing unnecessary fields. Removed user_id fields from various template types across agent, fhir provider, summary, tools, and workflow resources for cleaner data structures.
4
+
* Key changes:
5
+
* Consolidated UploadRequestCsv and UploadRequestJson into single UploadRequest type
6
+
* Removed user_id field from ChatMessageTemplate, ChatSessionTemplate, FhirProviderTemplate, SummaryTemplate, McpServerResponse.Data, McpServerToolResponse.Data, WorkflowDefinition, and WorkflowResponse
7
+
* Updated construe upload API documentation to clarify asynchronous processing behavior
8
+
* Added name and version fields to ConstrueUploadCodeSystemResponse
9
+
* Moved UploadRequest from types to client/requests directory
10
+
* Simplified test cases to reflect new simplified upload API structure
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