Skip to content
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

Merged
merged 3 commits into from
Nov 2, 2023

Conversation

vasyl-ivanchuk
Copy link
Collaborator

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

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Documentation comments have been added / updated.

Copy link

github-actions bot commented Nov 1, 2023

API E2E Test Results

202 tests   202 ✔️  34s ⏱️
  12 suites      0 💤
    1 files        0

Results for commit a6ce882.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 1, 2023

Unit Test Results

       3 files     243 suites   2m 45s ⏱️
1 902 tests 1 901 ✔️ 1 💤 0
1 928 runs  1 927 ✔️ 1 💤 0

Results for commit a6ce882.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 1, 2023

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

Romsters
Romsters previously approved these changes Nov 1, 2023
description: "The type of the parent transaction",
example: "255",
})
public readonly type: string;
Copy link
Collaborator

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;
Copy link
Collaborator

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

@vasyl-ivanchuk vasyl-ivanchuk merged commit daea529 into main Nov 2, 2023
@vasyl-ivanchuk vasyl-ivanchuk deleted the add-missing-dto-fields-to-docs branch November 2, 2023 13:53
Copy link

github-actions bot commented Nov 2, 2023

🎉 This PR is included in version 2.23.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

pcheremu pushed a commit that referenced this pull request Feb 15, 2024
# 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants