docs: add TSDoc for AdminInvite interface and fix since tags [automated] - #16227
Closed
shahednasser wants to merge 1 commit into
Closed
docs: add TSDoc for AdminInvite interface and fix since tags [automated]#16227shahednasser wants to merge 1 commit into
shahednasser wants to merge 1 commit into
Conversation
|
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.
Automated TSDoc Additions
This PR adds TSDoc comments to TypeScript source files changed in commit
dde167d.Added a missing top-level TSDoc comment to the
AdminInviteHTTP type interface inpackages/core/types/src/http/invite/admin/entities.ts.The other files in this commit's diff (
events.ts,process-product-options-for-import.ts, and several API route files) already had complete TSDoc comments — the diff only corrected@sinceversion numbers from2.17.3to2.18.0or added@since/@featureFlagtags that are already present in the current file state.Triggered by: chore: fixes to since tags in TSDocs (#16225)
Files updated:
packages/core/core-flows/src/product/steps/process-product-options-for-import.tspackages/core/types/src/http/invite/admin/entities.tspackages/core/utils/src/core-flows/events.tspackages/medusa/src/api/admin/orders/[id]/payment-sessions/authorize/route.tspackages/medusa/src/api/admin/product-options/[id]/values/[value_id]/route.tspackages/medusa/src/api/admin/product-options/[id]/values/route.tspackages/medusa/src/api/admin/products/[id]/options/batch/route.ts