🎉 Add update-file (batched) to webhooks

This commit is contained in:
Andrey Antukh 2022-12-13 23:14:55 +01:00
parent 782f2ed57d
commit d56082307b
4 changed files with 54 additions and 15 deletions

View file

@ -171,9 +171,18 @@
:profile-id profile-id
:ip-addr (some-> request audit/parse-client-ip)
:props props
::webhooks/event? (or (::webhooks/event? mdata)
(::webhooks/event? resultm)
false)}]
::webhooks/batch-key
(or (::webhooks/batch-key mdata)
(::webhooks/batch-key resultm))
::webhooks/batch-timeout
(or (::webhooks/batch-timeout mdata)
(::webhooks/batch-timeout resultm))
::webhooks/event?
(or (::webhooks/event? mdata)
(::webhooks/event? resultm)
false)}]
(audit/submit! collector event)))