-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: ✨ added CsvOrder model + endpoints #7
Merged
Merged
Conversation
This file contains 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
UnderKoen
requested changes
Jan 24, 2024
UnderKoen
approved these changes
Jan 25, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Feb 13, 2024
# [1.2.0-next.1](v1.1.0...v1.2.0-next.1) (2024-02-13) ### Features * ✨ added CsvOrder model + endpoints ([#7](#7)) ([9e04141](9e04141))
🎉 This PR is included in version 1.2.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
jacobkapitein
pushed a commit
that referenced
this pull request
Feb 22, 2024
* feat: ✨ added CsvOrder model + endpoints * docs: 📝 updated docs about CsvOrder * fix: PR feedback * chore: type error --------- Co-authored-by: Koen van Staveren <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Apr 4, 2024
# [1.2.0](v1.1.0...v1.2.0) (2024-04-04) ### Bug Fixes * 🐛 accessing property that might not exist ([aed3508](aed3508)) ### Features * ✨ added endpoint to get a CsvOrder by it's ID ([0be83a9](0be83a9)) * ✨ added CsvOrder model + endpoints ([#7](#7)) ([9deda48](9deda48)) * CSV upload ([7debb24](7debb24))
github-actions bot
pushed a commit
that referenced
this pull request
May 22, 2024
# [1.3.0-next.1](v1.2.1...v1.3.0-next.1) (2024-05-22) ### Bug Fixes * batch status filter ([2b0e209](2b0e209)) * batch status filter ([2db77de](2db77de)) * import in CsvOrder.ts ([#19](#19)) ([40986aa](40986aa)) ### Features * ✨ added endpoint to get a CsvOrder by it's ID ([74b0313](74b0313)) * ✨ added remaining getBatches filters ([4c2996b](4c2996b)) * ✨ allow for getting CSV order by id ([0560944](0560944)) * ✨ allow for uploading CSVs to a Batch ([a4bd3a6](a4bd3a6)) * ✨ support batch order's API urls ([c2ca919](c2ca919)) * ✨ added CsvOrder model + endpoints ([#7](#7)) ([9e04141](9e04141)) * added format to DTO ([64ec3ad](64ec3ad)) * batch endpoints added ([#8](#8)) ([0099217](0099217)) * implement PR feedback ([8420046](8420046))
🎉 This PR is included in version 1.3.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Jul 1, 2024
# [1.3.0](v1.2.1...v1.3.0) (2024-07-01) ### Bug Fixes * batch status filter ([2b0e209](2b0e209)) * batch status filter ([2db77de](2db77de)) * import in CsvOrder.ts ([#19](#19)) ([40986aa](40986aa)) * typescript error on install ([8fb29c4](8fb29c4)) ### Features * ✨ added endpoint to get a CsvOrder by it's ID ([74b0313](74b0313)) * ✨ added remaining getBatches filters ([4c2996b](4c2996b)) * ✨ allow for getting CSV order by id ([0560944](0560944)) * ✨ allow for uploading CSVs to a Batch ([a4bd3a6](a4bd3a6)) * ✨ support batch order's API urls ([c2ca919](c2ca919)) * ✨ webhook request validation logic ([ce81792](ce81792)) * ✨ added CsvOrder model + endpoints ([#7](#7)) ([9e04141](9e04141)) * added format to DTO ([64ec3ad](64ec3ad)) * batch endpoints added ([#8](#8)) ([0099217](0099217)) * implement PR feedback ([8420046](8420046))
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.