This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.0.34",
|
"version": "1.0.35",
|
||||||
"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",
|
||||||
|
|||||||
@@ -37,5 +37,6 @@ enum Presence {
|
|||||||
PRESENCE_UNSPECIFIED = 0;
|
PRESENCE_UNSPECIFIED = 0;
|
||||||
OFFLINE = 1;
|
OFFLINE = 1;
|
||||||
ONLINE = 2;
|
ONLINE = 2;
|
||||||
|
AWAY = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user