This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.0.30",
|
||||
"version": "1.0.32",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
import { join } from "path";
|
||||
|
||||
export const PROTO_PATHS = {
|
||||
AUTH: join(__dirname, "../../proto/identity.proto"),
|
||||
AUTH: join(__dirname, "../../proto/auth.proto"),
|
||||
LDAP_AUTH: join(__dirname, "../../proto/ldap-auth.proto"),
|
||||
ACCOUNT: join(__dirname, "../../proto/account.proto"),
|
||||
TWOFA: join(__dirname, "../../proto/twofa.proto"),
|
||||
LDAP: join(__dirname, "../../proto/ldap.proto"),
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user