🚧 More country is not rule

This commit is contained in:
Fred KISSIE
2026-06-25 21:26:13 +02:00
parent 65c383520b
commit 278375f7be
4 changed files with 25 additions and 2 deletions
@@ -27,6 +27,7 @@ const resourceRuleMatchSchema = z.enum([
"IP",
"PATH",
"COUNTRY",
"COUNTRY_IS_NOT",
"ASN",
"REGION"
]);
@@ -144,6 +145,7 @@ export async function updateResourceRule(
| "IP"
| "PATH"
| "COUNTRY"
| "COUNTRY_IS_NOT"
| "ASN"
| "REGION";