diff --git a/package.json b/package.json index 3fbb04e..a108cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.14", + "version": "1.0.15", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js", diff --git a/proto/identity.proto b/proto/identity.proto index a50a969..782dd6d 100644 --- a/proto/identity.proto +++ b/proto/identity.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package identity; +option go_package = "./gen"; service AuthService { rpc Login (LoginRequest) returns (LoginResponse);