-
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: add duplicate shop endpoint #161
Conversation
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.
snapshot moet nog geupdate worden
9ce0b48
to
33785b7
Compare
33785b7
to
5896ef3
Compare
bb5ab73
to
fe45264
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
+ Coverage 92.83% 92.87% +0.03%
==========================================
Files 93 94 +1
Lines 2191 2217 +26
Branches 123 124 +1
==========================================
+ Hits 2034 2059 +25
Misses 34 34
- Partials 123 124 +1 ☔ View full report in Codecov by Sentry. |
fe45264
to
ea52730
Compare
## [3.9.0](v3.8.1...v3.9.0) (2024-04-16) ### ✨ New Features * add delete subscription endpoint ([#167](#167)) ([4d435b3](4d435b3)) * add duplicate shop endpoint ([#161](#161)) ([5c80d3f](5c80d3f)) * add types for carrier options parameters ([#165](#165)) ([33e5624](33e5624)) * update account type ([#166](#166)) ([0ca1da3](0ca1da3))
🎉 This PR is included in version 3.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds a separate POST shops/duplicate endpoint for shop creation purposes.