feat: POST /reminder#524
Conversation
|
Assuming I'm not in the wrong place again: I think we should rename the endpoint to be POST /test-reminder (or /onboarding-test-reminder or something along those lines) to reflect it isn't part of the "regular processing". |
1a124af to
1dca7e2
Compare
| businessAddress: | ||
| description: Business address | ||
| type: string | ||
| business: |
There was a problem hiding this comment.
the reason for most changes in component-definitions cause this was outdated PATCH payload endpoint. My bad actually.
4af9b76 to
d6fd5c5
Compare
| } | ||
| } | ||
|
|
||
| protected getCommandRunner<T>( |
There was a problem hiding this comment.
Test it. Edit: it works against Localstack.
There was a problem hiding this comment.
I copy-pasted this from src/services/common/base-store.ts. I don;t remember what the argument was to keep IndexStore and BaseStore totally separte. I was wonder if IndexStore might extend BaseStore.
4d3feef to
176d2a4
Compare
| content: | ||
| application/json: | ||
| schema: | ||
| type: object |
c68822c to
2406305
Compare
| "@middy/core": "^6.0.0", | ||
| "@middy/http-cors": "^6.0.0", | ||
| "@notifycal/shared": "3.1.1", | ||
| "@notifycal/shared": "file:../shared/notifycal-shared-3.1.1.tgz", |
There was a problem hiding this comment.
bump once shared PR is merghed and released
| type: 'phone', | ||
| countryCode: 'ES', | ||
| phoneNumber: '666777888' as PhoneNumber | ||
| Calendars: [validCalendar], |
There was a problem hiding this comment.
This wasn;t strictly needed to implement the feature but I had to modify that part of the code base and I ended up making a mistake cause of this. Definetely it is way better to split the models completely. ie: api/persistance
a3876a4 to
7e436d5
Compare
| messageBody: string, | ||
| sender: MessageSender, | ||
| receiver: MessageReceiver, | ||
| sender: SenderStandardContact, |
There was a problem hiding this comment.
SenderStandardContact vs SenderNonStandardContact? what does Standard mean here?
There was a problem hiding this comment.
SenderStandardContact -> phone in E164 OR RCSSenderId
SenderContact -> local phone number or RCSSender
…t out some other types
…een included within the data that gets sent over to Vonage to be read back when Vonage gives us updates.
2767e7c to
f58d021
Compare
🤖 I have created a release *beep* *boop* --- ## [0.29.0](v0.28.1...v0.29.0) (2025-04-18) ### Features * POST /reminder ([#524](#524)) ([0a5c36b](0a5c36b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
depends on: Notifycal/shared#111