Fix TypedException.IProps.examples
type.
#1171
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to version dependencies and enhancements to the
TypedException
decorator. The most important changes include version bumps for various packages and the addition of detailed properties and examples to theTypedException
decorator.Dependency Updates:
typia
dependency version from^7.5.0
to^7.5.1
in multiplepackage.json
files. [1] [2] [3] [4] [5] [6] [7]@samchon/openapi
dependency version from^2.3.0
to^2.3.1
in multiplepackage.json
files. [1] [2] [3] [4] [5]Enhancements to
TypedException
Decorator:TypedException
decorator inTypedException.ts
. This includes status patterns, descriptions, example values, and collections of examples.ExceptionController.ts
to include examples for exceptions, providing summaries and descriptions for different scenarios.test_swagger.ts
to validate the examples for exceptions, ensuring the correct structure and values.swagger.json
to include examples for exceptions, enhancing the documentation with detailed scenarios.These changes collectively improve the robustness and clarity of exception handling in the codebase, while also ensuring that dependencies are up-to-date.