Commit d9246c8
authored
fix(mailing-lists): align delivery_mode enum values with Groups.io API contract (#1087)
* fix(mailing-lists): align delivery_mode enum values with Groups.io API contract
MailingListMemberDeliveryMode values were 'normal'/'digest'/'none' but the
upstream Groups.io API expects 'email_delivery_single'/'email_delivery_digest'/
'email_delivery_none'. Also adds the three remaining API values (SPECIAL,
HTML_DIGEST, SUMMARY) for completeness.
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Andres Tobon <andrest2455@gmail.com>
* fix(mailing-lists): update stale delivery_mode JSDoc in interface
The MailingListMember interface still documented delivery modes as
(normal, digest, none). Updated to reference the actual Groups.io API
values to match the corrected enum.
Generated with [Claude Code](https://claude.ai/code)
Signed-off-by: Andres Tobon <andrest2455@gmail.com>
---------
Signed-off-by: Andres Tobon <andrest2455@gmail.com>1 parent 5158e0b commit d9246c8
2 files changed
Lines changed: 8 additions & 5 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments