Tags: podkrepi-bg/api
Tags
feat: Add endpoint to send newsletter consent email (#645) * feat: Add endpoint to send newsletter consent email * feat: Allow for dynamic setting for removing registeredUsers from mail list * chore: Add maximum number of retries when getting export status Needed to prevent potential infinite loop * chore: Make send-newsletter-consent endpoint protected * chore: Improvements * chore: Add content value dynamically based on fn call Not quite sure, what this value is for, but it is better to have it like this for now * fix: Linter error * chore: Improve TS definitions * chore: Code cleanup
add postman collection (#653) * add postman collection - plus documentation and examples - the goal is to have new contributors be able to quickly test the api * chore: add link to readme - update the postman collection to include the address as a variable * default variables for local development --------- Co-authored-by: Georgi Parlakov <gparlakov@vmware.com> Co-authored-by: Aleksandar Petkov <sashko506@gmail.com>
fix(prisma): Set default Donation Type to donation (#635) There are recurring donations, created prior the implementation of the corporate flow, and thus resulting in an error when creating new donation, as type field is missing from the metadata. Set default value of DonationType to donation to prevent this
PreviousNext