fix: update proto path
All checks were successful
Publish / Publish Job (push) Successful in 2m37s

This commit is contained in:
Дмитрий
2026-04-04 23:37:51 +03:00
parent 163ad21392
commit 1ab31c1893
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.0.49", "version": "1.0.50",
"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

@@ -4,6 +4,7 @@ export const PROTO_PATHS = {
AUTH: join(__dirname, "../../proto/auth.proto"), AUTH: join(__dirname, "../../proto/auth.proto"),
LDAP_AUTH: join(__dirname, "../../proto/ldap-auth.proto"), LDAP_AUTH: join(__dirname, "../../proto/ldap-auth.proto"),
ACCOUNT: join(__dirname, "../../proto/account.proto"), ACCOUNT: join(__dirname, "../../proto/account.proto"),
RBAC: join(__dirname, "../../proto/rbac.proto"),
TWOFA: join(__dirname, "../../proto/twofa.proto"), TWOFA: join(__dirname, "../../proto/twofa.proto"),
LDAP: join(__dirname, "../../proto/ldap.proto"), LDAP: join(__dirname, "../../proto/ldap.proto"),
} as const; } as const;