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 ForbiddenError from fhirProvider client
Remove the ForbiddenError exception handling from the FHIR provider client implementation. This includes removing the 403 status code handling in the error response logic and updating the corresponding test cases.
Key changes:
- Remove ForbiddenError from JSDoc throws annotations
- Remove 403 status code case from error handling switch statement
- Remove ForbiddenError test case from test suite
- Update test numbering to reflect removed test
🌿 Generated with Fern
Copy file name to clipboardExpand all lines: changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 6.0.0 - 2026-02-09
2
+
* refactor: remove ForbiddenError from fhirProvider client
3
+
* Remove the ForbiddenError exception handling from the FHIR provider client implementation. This includes removing the 403 status code handling in the error response logic and updating the corresponding test cases.
4
+
* Key changes:
5
+
* Remove ForbiddenError from JSDoc throws annotations
6
+
* Remove 403 status code case from error handling switch statement
7
+
* Remove ForbiddenError test case from test suite
8
+
* Update test numbering to reflect removed test
9
+
* 🌿 Generated with Fern
10
+
1
11
## 5.2.0 - 2026-02-08
2
12
* feat: refactor upload request structure with format-specific types
3
13
* Refactor the upload code system functionality to use a discriminated union approach with format-specific request types. This improves type safety and API clarity by separating CSV and JSON upload requirements.
0 commit comments