add audit proto paths
All checks were successful
Publish / Publish Job (push) Successful in 2m21s

This commit is contained in:
Дмитрий
2026-04-13 21:04:43 +03:00
parent f092d1797c
commit 8f752871a7
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.2.20", "version": "1.2.21",
"description": "Protobuf definitions and generated TypeScript types", "description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs", "type": "commonjs",
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@@ -10,4 +10,5 @@ export const PROTO_PATHS = {
USERS: join(__dirname, "../../proto/users/users.proto"), USERS: join(__dirname, "../../proto/users/users.proto"),
LDAP: join(__dirname, "../../proto/users/ldap.proto"), LDAP: join(__dirname, "../../proto/users/ldap.proto"),
SEARCH: join(__dirname, "../../proto/search/search.proto"), SEARCH: join(__dirname, "../../proto/search/search.proto"),
AUDIT: join(__dirname, "../../proto/admin/audit.proto"),
} as const; } as const;