Commit Graph

15 Commits

Author SHA1 Message Date
Alix von Schirp
8d711af84d style: add missing brackets in template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-30 21:43:34 +02:00
6d2743e7e8 feat: exports types
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 04:54:51 +02:00
15beebf196 docs: Documented methods
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 04:54:11 +02:00
5cfbc8d441 refactor: Split out zod input and output type
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 03:51:55 +02:00
f9385c9cf0 feat: Add receipt checking and retry cancellation
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 02:52:57 +02:00
b09b0bcdae refactor: recipient handling
removes default user, changes recipient to optionally include device
Also fixes url_title replacing message title

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 02:12:08 +02:00
2007e906a4 fix: removes module.exports
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-17 02:05:50 +02:00
52b11eeffb feat: Adds user validation via api
Validates user and if specified device

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-15 15:24:12 +02:00
2106734b88 feat: sending messages is now feature complete
including zod schema validation

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
2025-04-15 11:20:01 +02:00
d520d52da8 feat: Adds typechecking via zod for message 2025-03-14 20:52:19 +01:00
f48bd35319 fix: log request error to console 2025-03-13 02:53:53 +01:00
ac239fd090 feat: sends message
Message sending is not yet feature complete
Missing:
- attachments
- priority 2 -> retry & expire

Format: text/markdown
Milestone: minor
2025-03-13 02:46:01 +01:00
6dcc0c0813 Testing previous commit 2025-03-10 08:35:25 +01:00
0053234730 Actual feat: started typed code from previous commit 2025-03-10 08:31:24 +01:00
d455cebc29 initial commit 2025-03-10 05:06:35 +01:00