Compare commits
2 Commits
e8b63a2c70
...
44525133ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44525133ab | ||
|
|
0ac1343b09 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.0.28",
|
"version": "1.0.29",
|
||||||
"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",
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ syntax = "proto3";
|
|||||||
|
|
||||||
package account;
|
package account;
|
||||||
|
|
||||||
|
option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
|
||||||
|
|
||||||
service AccountService {
|
service AccountService {
|
||||||
rpc GetAccount(GetAccountRequest) returns (GetAccountResponse);
|
rpc GetAccount(GetAccountRequest) returns (GetAccountResponse);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user