feat(openapi-handler): migrate handler to a dedicated package MAPCO-9762#212
Open
netanelC wants to merge 7 commits into
Open
feat(openapi-handler): migrate handler to a dedicated package MAPCO-9762#212netanelC wants to merge 7 commits into
netanelC wants to merge 7 commits into
Conversation
|
🎫 Related Jira Issue: MAPCO-9762 |
ronenkapelian
requested changes
Jun 9, 2026
Contributor
There was a problem hiding this comment.
- .vscode/project.code-workspace — Add folder entry
{
"name": "openapi-typed-request-handler",
"path": "../packages/openapi-typed-request-handler",
},
- add knip to package.json and validate it
"knip": "knip --directory ../.. --workspace packages/openapi-typed-request-handler"
-
add typedocs
-
fix api-extractor:
a. add etc dir under "packages/openapi-typed-request-handler"
b.
then refactor this lines on index.ts
c. run pnpm run api and add the output file as part of the commit
d. it will solve the ci problem
| @@ -0,0 +1,29 @@ | |||
| # openapi-typed-request-handler | |||
Contributor
There was a problem hiding this comment.
Suggested change
| # openapi-typed-request-handler | |
| # @map-colonies/openapi-typed-request-handler |
Contributor
Author
There was a problem hiding this comment.
But in other packages it's like I did it
Contributor
There was a problem hiding this comment.
this is the real name of the package.so let fix it here as suggested.
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Base automatically changed from
MAPCO-9758-split-openapi-helper-to-3-packages
to
master
June 15, 2026 06:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.