-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missing fields to dtos #75
Conversation
Visit the preview URL for this PR (updated for commit a6ce882):
(expires Thu, 09 Nov 2023 13:16:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e508f9012944951194447cb8885950b451a24403 |
description: "The type of the parent transaction", | ||
example: "255", | ||
}) | ||
public readonly type: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's better to use transactionType as well here? For consistency
description: "The type of the transaction", | ||
example: "255", | ||
}) | ||
public readonly type: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here just type is fine as it's transaction entity
🎉 This PR is included in version 2.23.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# What ❔ Add missing fields to dtos so they are displayed in docs. ## Why ❔ A couple of fields were missing and are not displayed in docs. This PR is supposed to fix it. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Documentation comments have been added / updated. --------- Co-authored-by: Roman Petriv <[email protected]>
What ❔
Add missing fields to dtos so they are displayed in docs.
Why ❔
A couple of fields were missing and are not displayed in docs. This PR is supposed to fix it.
Checklist