diff --git a/package.json b/package.json index b168579..56a42ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.2.42", + "version": "1.2.43", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js", diff --git a/src/proto/paths.ts b/src/proto/paths.ts index 656cc0d..585d42e 100644 --- a/src/proto/paths.ts +++ b/src/proto/paths.ts @@ -17,4 +17,5 @@ export const PROTO_PATHS = { "../../proto/notifications/notifications.proto", ), CHAT: join(__dirname, "../../proto/chat/chat.proto"), + MEDIA: join(__dirname, "../../proto/media/media.proto"), } as const;