From 641e2277d0c8f851ff1ade66f6c4953e2ec42fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 3 Apr 2026 13:07:00 +0300 Subject: [PATCH] fix: dist build --- package.json | 2 +- proto/account.proto | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35729c6..a254d6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.34", + "version": "1.0.35", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "main": "./dist/index.js", diff --git a/proto/account.proto b/proto/account.proto index 8e0cfa8..da2d19d 100644 --- a/proto/account.proto +++ b/proto/account.proto @@ -37,5 +37,6 @@ enum Presence { PRESENCE_UNSPECIFIED = 0; OFFLINE = 1; ONLINE = 2; + AWAY = 3; }