feat: add search proto files
Some checks failed
Publish / Publish Job (push) Failing after 2m24s

This commit is contained in:
Дмитрий
2026-04-10 21:54:50 +03:00
parent 3d5081981b
commit 5e0cbe1214
3 changed files with 33 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ export const PROTO_PATHS = {
RBAC: join(__dirname, "../../proto/sso/rbac.proto"),
TWOFA: join(__dirname, "../../proto/sso/twofa.proto"),
LDAP: join(__dirname, "../../proto/sso/ldap.proto"),
SEARCH: join(__dirname, "../../proto/search.proto"),
} as const;