2 Commits

Author SHA1 Message Date
Дмитрий
44525133ab add go_package account proto file
All checks were successful
Publish / Publish Job (push) Successful in 2m42s
2026-04-02 20:25:40 +03:00
Дмитрий
0ac1343b09 add go_package account proto file 2026-04-02 20:25:25 +03:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.0.28",
"version": "1.0.29",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package account;
option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
service AccountService {
rpc GetAccount(GetAccountRequest) returns (GetAccountResponse);
}