Document Directus production contract and repair auth

This commit is contained in:
makearmy 2026-07-10 10:51:04 -04:00
parent 0a7ee5ff35
commit 92ce8bce97
32 changed files with 24821 additions and 65 deletions

View file

@ -0,0 +1,35 @@
[
{
"id": "fdc2d675-e365-4431-9cd0-27e571c89e04",
"name": "claim_auto_assign",
"icon": "bolt",
"color": null,
"description": "Assigns a claimant to owner and rejects other pending claims.",
"status": "active",
"trigger": "event",
"accountability": "all",
"options_keys": [
"type",
"scope",
"collections"
],
"root_operation": "e19723a6-e75c-4bc8-92aa-be06bb0528af"
},
{
"id": "99cc3ea5-3ab7-431f-a4f6-ce4e7677b092",
"name": "unique_key_claims",
"icon": "bolt",
"color": null,
"description": "A flow for setting a unique key for each claim to prevent duplicates.",
"status": "active",
"trigger": "event",
"accountability": "all",
"options_keys": [
"type",
"scope",
"collections",
"return"
],
"root_operation": "2245466f-8178-4e5c-b058-819eb421de47"
}
]