6 Commits

Author SHA1 Message Date
Дмитрий
ff14fded40 fix: change version
All checks were successful
Publish / Publish Job (push) Successful in 2m32s
2026-04-01 10:50:42 +03:00
github-actions[bot]
7f07e83065 chore: auto-generate protobuf files [skip ci] 2026-04-01 07:38:33 +00:00
Дмитрий
b5d2f846ee change: change go_packege ldap-service
Some checks failed
Publish / Publish Job (push) Failing after 2m27s
2026-04-01 10:36:07 +03:00
github-actions[bot]
b4ff48f512 chore: auto-generate protobuf files [skip ci] 2026-03-30 16:54:45 +00:00
Дмитрий
55fad6f1b2 fix: fix go_package
All checks were successful
Publish / Publish Job (push) Successful in 2m29s
2026-03-30 19:52:10 +03:00
github-actions[bot]
ea99c4c89a chore: auto-generate protobuf files [skip ci] 2026-03-30 16:08:03 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ const file_ldap_proto_rawDesc = "" +
"\tis_active\x18\x04 \x01(\bR\bisActive2S\n" +
"\bLdapAuth\x12G\n" +
"\n" +
"VerifyUser\x12\x1b.ldap_service.VerifyRequest\x1a\x1c.ldap_service.VerifyResponseB+Z)git.lendry.ru/lendry-erp/gen;ldap_serviceb\x06proto3"
"VerifyUser\x12\x1b.ldap_service.VerifyRequest\x1a\x1c.ldap_service.VerifyResponseB<Z:git.lendry.ru/lendry-erp/contracts.git/gen/go;ldap_serviceb\x06proto3"
var (
file_ldap_proto_rawDescOnce sync.Once

View File

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

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package ldap_service;
option go_package = "git.lendry.ru/lendry-erp/gen/go;ldap_service";
option go_package = "git.lendry.ru/lendry-erp/contracts.git/gen/go;ldap_service";
service LdapAuth {
rpc VerifyUser (VerifyRequest) returns (VerifyResponse);