2 Commits

Author SHA1 Message Date
Дмитрий
d5472083d6 add media proto paths
All checks were successful
Publish / Publish Job (push) Successful in 2m3s
2026-05-08 17:22:59 +03:00
Дмитрий
c56ff16cde change tag version 2026-05-08 17:16:35 +03:00
3 changed files with 2 additions and 4 deletions

3
go.mod
View File

@@ -1,3 +0,0 @@
module git.lendry.ru/lendry-erp/contracts.git
go 1.26.1

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.2.41", "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;