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

This commit is contained in:
Дмитрий
2026-05-08 17:22:59 +03:00
parent c56ff16cde
commit d5472083d6
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.42", "version": "1.2.43",
"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

@@ -17,4 +17,5 @@ export const PROTO_PATHS = {
"../../proto/notifications/notifications.proto", "../../proto/notifications/notifications.proto",
), ),
CHAT: join(__dirname, "../../proto/chat/chat.proto"), CHAT: join(__dirname, "../../proto/chat/chat.proto"),
MEDIA: join(__dirname, "../../proto/media/media.proto"),
} as const; } as const;